From 63e249d6d8ae5c6ae7f7e6f08fee1250fb0ad904 Mon Sep 17 00:00:00 2001 From: Maria Romero Date: Wed, 7 Feb 2018 15:40:11 -0800 Subject: [PATCH 01/11] add compatible type rule, update compatibleCmdlets, libraries --- Engine/Settings/core-6.0.1-ARM64-windows.json | 22520 ++ Engine/Settings/core-6.0.1-linux.json | 23228 +++ Engine/Settings/core-6.0.1-osx.json | 23228 +++ Engine/Settings/core-6.0.1-windows.json | 24144 +++ .../desktop-5.1.14393.206-windows.json | 10207 - .../desktop-5.1.16299.98-windows.json | 158730 +++++++++++++++ Engine/Settings/knownCmdletIssues.json | 15 + Engine/Settings/typeAccelerators.json | 100 + Rules/Strings.Designer.cs | 65 +- Rules/Strings.resx | 21 + Rules/UseCompatibleCmdlets.cs | 649 +- Rules/UseCompatibleTypes.cs | 928 + .../core-6.0.0-alpha-windows.json | Bin 427982 -> 0 bytes .../core-6.0.1-windows.json | 24144 +++ 14 files changed, 277472 insertions(+), 10507 deletions(-) create mode 100644 Engine/Settings/core-6.0.1-ARM64-windows.json create mode 100644 Engine/Settings/core-6.0.1-linux.json create mode 100644 Engine/Settings/core-6.0.1-osx.json create mode 100644 Engine/Settings/core-6.0.1-windows.json delete mode 100644 Engine/Settings/desktop-5.1.14393.206-windows.json create mode 100644 Engine/Settings/desktop-5.1.16299.98-windows.json create mode 100644 Engine/Settings/knownCmdletIssues.json create mode 100644 Engine/Settings/typeAccelerators.json create mode 100644 Rules/UseCompatibleTypes.cs delete mode 100644 Tests/Rules/UseCompatibleCmdlets/core-6.0.0-alpha-windows.json create mode 100644 Tests/Rules/UseCompatibleCmdlets/core-6.0.1-windows.json diff --git a/Engine/Settings/core-6.0.1-ARM64-windows.json b/Engine/Settings/core-6.0.1-ARM64-windows.json new file mode 100644 index 000000000..fa7728c6d --- /dev/null +++ b/Engine/Settings/core-6.0.1-ARM64-windows.json @@ -0,0 +1,22520 @@ +{ + "Edition": { + "OS": "windows", + "PowerShellEdition": "core", + "PowerShellVersion": "6.0.1" + }, + "Modules": [ + { + "Name": "CimCmdlets", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-CimAssociatedInstance" + }, + { + "Name": "Get-CimClass" + }, + { + "Name": "Get-CimInstance" + }, + { + "Name": "Get-CimSession" + }, + { + "Name": "Invoke-CimMethod" + }, + { + "Name": "New-CimInstance" + }, + { + "Name": "New-CimSession" + }, + { + "Name": "New-CimSessionOption" + }, + { + "Name": "Register-CimIndicationEvent" + }, + { + "Name": "Remove-CimInstance" + }, + { + "Name": "Remove-CimSession" + }, + { + "Name": "Set-CimInstance" + } + ], + "ExportedAliases": [ + "gcim", + "scim", + "ncim", + "rcim", + "icim", + "gcai", + "rcie", + "ncms", + "rcms", + "gcms", + "ncso", + "gcls" + ] + }, + { + "Name": "Microsoft.PowerShell.Archive", + "Version": "1.1.0.0", + "ExportedCommands": [ + { + "Name": "Compress-Archive" + }, + { + "Name": "Expand-Archive" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Diagnostics", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-WinEvent" + }, + { + "Name": "New-WinEvent" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Host", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "Start-Transcript" + }, + { + "Name": "Stop-Transcript" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Management", + "Version": "3.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Content" + }, + { + "Name": "Clear-Content" + }, + { + "Name": "Clear-Item" + }, + { + "Name": "Clear-ItemProperty" + }, + { + "Name": "Convert-Path" + }, + { + "Name": "Copy-Item" + }, + { + "Name": "Copy-ItemProperty" + }, + { + "Name": "Debug-Process" + }, + { + "Name": "Get-ChildItem" + }, + { + "Name": "Get-ComputerInfo" + }, + { + "Name": "Get-Content" + }, + { + "Name": "Get-Item" + }, + { + "Name": "Get-ItemProperty" + }, + { + "Name": "Get-ItemPropertyValue" + }, + { + "Name": "Get-Location" + }, + { + "Name": "Get-Process" + }, + { + "Name": "Get-PSDrive" + }, + { + "Name": "Get-PSProvider" + }, + { + "Name": "Get-Service" + }, + { + "Name": "Get-TimeZone" + }, + { + "Name": "Invoke-Item" + }, + { + "Name": "Join-Path" + }, + { + "Name": "Move-Item" + }, + { + "Name": "Move-ItemProperty" + }, + { + "Name": "New-Item" + }, + { + "Name": "New-ItemProperty" + }, + { + "Name": "New-PSDrive" + }, + { + "Name": "New-Service" + }, + { + "Name": "Pop-Location" + }, + { + "Name": "Push-Location" + }, + { + "Name": "Remove-Item" + }, + { + "Name": "Remove-ItemProperty" + }, + { + "Name": "Remove-PSDrive" + }, + { + "Name": "Remove-Service" + }, + { + "Name": "Rename-Computer" + }, + { + "Name": "Rename-Item" + }, + { + "Name": "Rename-ItemProperty" + }, + { + "Name": "Resolve-Path" + }, + { + "Name": "Restart-Computer" + }, + { + "Name": "Restart-Service" + }, + { + "Name": "Resume-Service" + }, + { + "Name": "Set-Content" + }, + { + "Name": "Set-Item" + }, + { + "Name": "Set-ItemProperty" + }, + { + "Name": "Set-Location" + }, + { + "Name": "Set-Service" + }, + { + "Name": "Set-TimeZone" + }, + { + "Name": "Split-Path" + }, + { + "Name": "Start-Process" + }, + { + "Name": "Start-Service" + }, + { + "Name": "Stop-Computer" + }, + { + "Name": "Stop-Process" + }, + { + "Name": "Stop-Service" + }, + { + "Name": "Suspend-Service" + }, + { + "Name": "Test-Path" + }, + { + "Name": "Wait-Process" + } + ], + "ExportedAliases": [ + "gin", + "gtz", + "stz" + ] + }, + { + "Name": "Microsoft.PowerShell.Security", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SecureString" + }, + { + "Name": "ConvertTo-SecureString" + }, + { + "Name": "Get-Acl" + }, + { + "Name": "Get-AuthenticodeSignature" + }, + { + "Name": "Get-CmsMessage" + }, + { + "Name": "Get-Credential" + }, + { + "Name": "Get-ExecutionPolicy" + }, + { + "Name": "Get-PfxCertificate" + }, + { + "Name": "New-FileCatalog" + }, + { + "Name": "Protect-CmsMessage" + }, + { + "Name": "Set-Acl" + }, + { + "Name": "Set-AuthenticodeSignature" + }, + { + "Name": "Set-ExecutionPolicy" + }, + { + "Name": "Test-FileCatalog" + }, + { + "Name": "Unprotect-CmsMessage" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Utility", + "Version": "3.1.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SddlString" + }, + { + "Name": "Add-Member" + }, + { + "Name": "Add-Type" + }, + { + "Name": "Clear-Variable" + }, + { + "Name": "Compare-Object" + }, + { + "Name": "ConvertFrom-Csv" + }, + { + "Name": "ConvertFrom-Json" + }, + { + "Name": "ConvertFrom-StringData" + }, + { + "Name": "ConvertTo-Csv" + }, + { + "Name": "ConvertTo-Html" + }, + { + "Name": "ConvertTo-Json" + }, + { + "Name": "ConvertTo-Xml" + }, + { + "Name": "Debug-Runspace" + }, + { + "Name": "Disable-PSBreakpoint" + }, + { + "Name": "Disable-RunspaceDebug" + }, + { + "Name": "Enable-PSBreakpoint" + }, + { + "Name": "Enable-RunspaceDebug" + }, + { + "Name": "Export-Alias" + }, + { + "Name": "Export-Clixml" + }, + { + "Name": "Export-Csv" + }, + { + "Name": "Export-FormatData" + }, + { + "Name": "Export-PSSession" + }, + { + "Name": "Format-Custom" + }, + { + "Name": "Format-Hex" + }, + { + "Name": "Format-List" + }, + { + "Name": "Format-Table" + }, + { + "Name": "Format-Wide" + }, + { + "Name": "Get-Alias" + }, + { + "Name": "Get-Culture" + }, + { + "Name": "Get-Date" + }, + { + "Name": "Get-Event" + }, + { + "Name": "Get-EventSubscriber" + }, + { + "Name": "Get-FileHash" + }, + { + "Name": "Get-FormatData" + }, + { + "Name": "Get-Host" + }, + { + "Name": "Get-Member" + }, + { + "Name": "Get-PSBreakpoint" + }, + { + "Name": "Get-PSCallStack" + }, + { + "Name": "Get-Random" + }, + { + "Name": "Get-Runspace" + }, + { + "Name": "Get-RunspaceDebug" + }, + { + "Name": "Get-TraceSource" + }, + { + "Name": "Get-TypeData" + }, + { + "Name": "Get-UICulture" + }, + { + "Name": "Get-Unique" + }, + { + "Name": "Get-Uptime" + }, + { + "Name": "Get-Variable" + }, + { + "Name": "Get-Verb" + }, + { + "Name": "Group-Object" + }, + { + "Name": "Import-Alias" + }, + { + "Name": "Import-Clixml" + }, + { + "Name": "Import-Csv" + }, + { + "Name": "Import-LocalizedData" + }, + { + "Name": "Import-PowerShellDataFile" + }, + { + "Name": "Import-PSSession" + }, + { + "Name": "Invoke-Expression" + }, + { + "Name": "Invoke-RestMethod" + }, + { + "Name": "Invoke-WebRequest" + }, + { + "Name": "Measure-Command" + }, + { + "Name": "Measure-Object" + }, + { + "Name": "New-Alias" + }, + { + "Name": "New-Event" + }, + { + "Name": "New-Guid" + }, + { + "Name": "New-Object" + }, + { + "Name": "New-TemporaryFile" + }, + { + "Name": "New-TimeSpan" + }, + { + "Name": "New-Variable" + }, + { + "Name": "Out-File" + }, + { + "Name": "Out-String" + }, + { + "Name": "Read-Host" + }, + { + "Name": "Register-EngineEvent" + }, + { + "Name": "Register-ObjectEvent" + }, + { + "Name": "Remove-Alias" + }, + { + "Name": "Remove-Event" + }, + { + "Name": "Remove-PSBreakpoint" + }, + { + "Name": "Remove-TypeData" + }, + { + "Name": "Remove-Variable" + }, + { + "Name": "Select-Object" + }, + { + "Name": "Select-String" + }, + { + "Name": "Select-Xml" + }, + { + "Name": "Send-MailMessage" + }, + { + "Name": "Set-Alias" + }, + { + "Name": "Set-Date" + }, + { + "Name": "Set-PSBreakpoint" + }, + { + "Name": "Set-TraceSource" + }, + { + "Name": "Set-Variable" + }, + { + "Name": "Sort-Object" + }, + { + "Name": "Start-Sleep" + }, + { + "Name": "Tee-Object" + }, + { + "Name": "Trace-Command" + }, + { + "Name": "Unblock-File" + }, + { + "Name": "Unregister-Event" + }, + { + "Name": "Update-FormatData" + }, + { + "Name": "Update-TypeData" + }, + { + "Name": "Wait-Debugger" + }, + { + "Name": "Wait-Event" + }, + { + "Name": "Write-Debug" + }, + { + "Name": "Write-Error" + }, + { + "Name": "Write-Host" + }, + { + "Name": "Write-Information" + }, + { + "Name": "Write-Output" + }, + { + "Name": "Write-Progress" + }, + { + "Name": "Write-Verbose" + }, + { + "Name": "Write-Warning" + } + ], + "ExportedAliases": [ + "fhx" + ] + }, + { + "Name": "Microsoft.WSMan.Management", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "Connect-WSMan" + }, + { + "Name": "Disable-WSManCredSSP" + }, + { + "Name": "Disconnect-WSMan" + }, + { + "Name": "Enable-WSManCredSSP" + }, + { + "Name": "Get-WSManCredSSP" + }, + { + "Name": "Get-WSManInstance" + }, + { + "Name": "Invoke-WSManAction" + }, + { + "Name": "New-WSManInstance" + }, + { + "Name": "New-WSManSessionOption" + }, + { + "Name": "Remove-WSManInstance" + }, + { + "Name": "Set-WSManInstance" + }, + { + "Name": "Set-WSManQuickConfig" + }, + { + "Name": "Test-WSMan" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PackageManagement", + "Version": "1.1.7.0", + "ExportedCommands": [ + { + "Name": "Find-Package" + }, + { + "Name": "Find-PackageProvider" + }, + { + "Name": "Get-Package" + }, + { + "Name": "Get-PackageProvider" + }, + { + "Name": "Get-PackageSource" + }, + { + "Name": "Import-PackageProvider" + }, + { + "Name": "Install-Package" + }, + { + "Name": "Install-PackageProvider" + }, + { + "Name": "Register-PackageSource" + }, + { + "Name": "Save-Package" + }, + { + "Name": "Set-PackageSource" + }, + { + "Name": "Uninstall-Package" + }, + { + "Name": "Unregister-PackageSource" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PowerShellGet", + "Version": "1.6.0", + "ExportedCommands": [ + { + "Name": "Find-Command" + }, + { + "Name": "Find-DscResource" + }, + { + "Name": "Find-Module" + }, + { + "Name": "Find-RoleCapability" + }, + { + "Name": "Find-Script" + }, + { + "Name": "Get-InstalledModule" + }, + { + "Name": "Get-InstalledScript" + }, + { + "Name": "Get-PSRepository" + }, + { + "Name": "Install-Module" + }, + { + "Name": "Install-Script" + }, + { + "Name": "New-ScriptFileInfo" + }, + { + "Name": "Publish-Module" + }, + { + "Name": "Publish-Script" + }, + { + "Name": "Register-PSRepository" + }, + { + "Name": "Save-Module" + }, + { + "Name": "Save-Script" + }, + { + "Name": "Set-PSRepository" + }, + { + "Name": "Test-ScriptFileInfo" + }, + { + "Name": "Uninstall-Module" + }, + { + "Name": "Uninstall-Script" + }, + { + "Name": "Unregister-PSRepository" + }, + { + "Name": "Update-Module" + }, + { + "Name": "Update-ModuleManifest" + }, + { + "Name": "Update-Script" + }, + { + "Name": "Update-ScriptFileInfo" + } + ], + "ExportedAliases": [ + "inmo", + "fimo", + "upmo", + "pumo" + ] + }, + { + "Name": "PSDesiredStateConfiguration", + "Version": "0.0", + "ExportedCommands": [ + { + "Name": "AddDscResourceProperty" + }, + { + "Name": "AddDscResourcePropertyFromMetadata" + }, + { + "Name": "Add-NodeKeys" + }, + { + "Name": "CheckResourceFound" + }, + { + "Name": "Configuration" + }, + { + "Name": "ConvertTo-MOFInstance" + }, + { + "Name": "Generate-VersionInfo" + }, + { + "Name": "Get-CompatibleVersionAddtionaPropertiesStr" + }, + { + "Name": "Get-ComplexResourceQualifier" + }, + { + "Name": "GetCompositeResource" + }, + { + "Name": "Get-ConfigurationErrorCount" + }, + { + "Name": "Get-DscResource" + }, + { + "Name": "Get-DSCResourceModules" + }, + { + "Name": "Get-EncryptedPassword" + }, + { + "Name": "GetImplementingModulePath" + }, + { + "Name": "Get-InnerMostErrorRecord" + }, + { + "Name": "GetModule" + }, + { + "Name": "Get-MofInstanceName" + }, + { + "Name": "Get-MofInstanceText" + }, + { + "Name": "GetPatterns" + }, + { + "Name": "Get-PositionInfo" + }, + { + "Name": "Get-PSCurrentConfigurationNode" + }, + { + "Name": "Get-PSDefaultConfigurationDocument" + }, + { + "Name": "Get-PSMetaConfigDocumentInstVersionInfo" + }, + { + "Name": "Get-PSMetaConfigurationProcessed" + }, + { + "Name": "Get-PSTopConfigurationName" + }, + { + "Name": "Get-PublicKeyFromFile" + }, + { + "Name": "Get-PublicKeyFromStore" + }, + { + "Name": "GetResourceFromKeyword" + }, + { + "Name": "GetSyntax" + }, + { + "Name": "ImportCimAndScriptKeywordsFromModule" + }, + { + "Name": "ImportClassResourcesFromModule" + }, + { + "Name": "Initialize-ConfigurationRuntimeState" + }, + { + "Name": "IsHiddenResource" + }, + { + "Name": "IsPatternMatched" + }, + { + "Name": "New-DscChecksum" + }, + { + "Name": "Node" + }, + { + "Name": "ReadEnvironmentFile" + }, + { + "Name": "Set-NodeExclusiveResources" + }, + { + "Name": "Set-NodeManager" + }, + { + "Name": "Set-NodeResources" + }, + { + "Name": "Set-NodeResourceSource" + }, + { + "Name": "Set-PSCurrentConfigurationNode" + }, + { + "Name": "Set-PSDefaultConfigurationDocument" + }, + { + "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta" + }, + { + "Name": "Set-PSMetaConfigVersionInfoV2" + }, + { + "Name": "Set-PSTopConfigurationName" + }, + { + "Name": "StrongConnect" + }, + { + "Name": "Test-ConflictingResources" + }, + { + "Name": "Test-ModuleReloadRequired" + }, + { + "Name": "Test-MofInstanceText" + }, + { + "Name": "Test-NodeManager" + }, + { + "Name": "Test-NodeResources" + }, + { + "Name": "Test-NodeResourceSource" + }, + { + "Name": "ThrowError" + }, + { + "Name": "Update-ConfigurationDocumentRef" + }, + { + "Name": "Update-ConfigurationErrorCount" + }, + { + "Name": "Update-DependsOn" + }, + { + "Name": "Update-LocalConfigManager" + }, + { + "Name": "Update-ModuleVersion" + }, + { + "Name": "ValidateNoCircleInNodeResources" + }, + { + "Name": "ValidateNodeExclusiveResources" + }, + { + "Name": "ValidateNodeManager" + }, + { + "Name": "ValidateNodeResources" + }, + { + "Name": "ValidateNodeResourceSource" + }, + { + "Name": "ValidateNoNameNodeResources" + }, + { + "Name": "ValidateUpdate-ConfigurationData" + }, + { + "Name": "WriteFile" + }, + { + "Name": "Write-Log" + }, + { + "Name": "Write-MetaConfigFile" + }, + { + "Name": "Write-NodeMOFFile" + } + ], + "ExportedAliases": [ + "rtcfg", + "ulcm", + "upcfg", + "glcm", + "pbcfg", + "tcfg", + "gcfg", + "sacfg", + "gcfgs", + "slcm" + ] + }, + { + "Name": "PSDiagnostics", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-PSTrace" + }, + { + "Name": "Enable-PSTrace" + }, + { + "Name": "Get-LogProperties" + }, + { + "Name": "Set-LogProperties" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PSReadLine", + "Version": "1.2", + "ExportedCommands": [ + { + "Name": "PSConsoleHostReadline" + }, + { + "Name": "Get-PSReadlineKeyHandler" + }, + { + "Name": "Get-PSReadlineOption" + }, + { + "Name": "Remove-PSReadlineKeyHandler" + }, + { + "Name": "Set-PSReadlineKeyHandler" + }, + { + "Name": "Set-PSReadlineOption" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Core", + "Version": "6.0.1", + "ExportedCommands": [ + { + "Name": "Add-History" + }, + { + "Name": "Clear-History" + }, + { + "Name": "Connect-PSSession" + }, + { + "Name": "Debug-Job" + }, + { + "Name": "Disable-PSRemoting" + }, + { + "Name": "Disable-PSSessionConfiguration" + }, + { + "Name": "Disconnect-PSSession" + }, + { + "Name": "Enable-PSRemoting" + }, + { + "Name": "Enable-PSSessionConfiguration" + }, + { + "Name": "Enter-PSHostProcess" + }, + { + "Name": "Enter-PSSession" + }, + { + "Name": "Exit-PSHostProcess" + }, + { + "Name": "Exit-PSSession" + }, + { + "Name": "Export-ModuleMember" + }, + { + "Name": "ForEach-Object" + }, + { + "Name": "Get-Command" + }, + { + "Name": "Get-Help" + }, + { + "Name": "Get-History" + }, + { + "Name": "Get-Job" + }, + { + "Name": "Get-Module" + }, + { + "Name": "Get-PSHostProcessInfo" + }, + { + "Name": "Get-PSSession" + }, + { + "Name": "Get-PSSessionCapability" + }, + { + "Name": "Get-PSSessionConfiguration" + }, + { + "Name": "Import-Module" + }, + { + "Name": "Invoke-Command" + }, + { + "Name": "Invoke-History" + }, + { + "Name": "New-Module" + }, + { + "Name": "New-ModuleManifest" + }, + { + "Name": "New-PSRoleCapabilityFile" + }, + { + "Name": "New-PSSession" + }, + { + "Name": "New-PSSessionConfigurationFile" + }, + { + "Name": "New-PSSessionOption" + }, + { + "Name": "New-PSTransportOption" + }, + { + "Name": "Out-Default" + }, + { + "Name": "Out-Host" + }, + { + "Name": "Out-Null" + }, + { + "Name": "Receive-Job" + }, + { + "Name": "Receive-PSSession" + }, + { + "Name": "Register-ArgumentCompleter" + }, + { + "Name": "Register-PSSessionConfiguration" + }, + { + "Name": "Remove-Job" + }, + { + "Name": "Remove-Module" + }, + { + "Name": "Remove-PSSession" + }, + { + "Name": "Save-Help" + }, + { + "Name": "Set-PSDebug" + }, + { + "Name": "Set-PSSessionConfiguration" + }, + { + "Name": "Set-StrictMode" + }, + { + "Name": "Start-Job" + }, + { + "Name": "Stop-Job" + }, + { + "Name": "Test-ModuleManifest" + }, + { + "Name": "Test-PSSessionConfigurationFile" + }, + { + "Name": "Unregister-PSSessionConfiguration" + }, + { + "Name": "Update-Help" + }, + { + "Name": "Wait-Job" + }, + { + "Name": "Where-Object" + } + ], + "ExportedAliases": [ + "clhy", + "cnsn", + "dnsn", + "etsn", + "exsn", + "%", + "foreach", + "gcm", + "ghy", + "h", + "history", + "gjb", + "gmo", + "gsn", + "ipmo", + "icm", + "ihy", + "r", + "nmo", + "nsn", + "oh", + "rcjb", + "rcsn", + "rjb", + "rmo", + "rsn", + "sajb", + "spjb", + "wjb", + "?", + "where" + ] + } + ], + "Types": [ + { + "Name": "OperationTelemetryExtensions", + "Namespace": "Microsoft.ApplicationInsights" + }, + { + "Name": "TelemetryClient", + "Namespace": "Microsoft.ApplicationInsights" + }, + { + "Name": "TelemetryClientExtensions", + "Namespace": "Microsoft.ApplicationInsights" + }, + { + "Name": "AutocollectedMetricsExtractor", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "IOperationHolder`1", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "ITelemetryInitializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "ITelemetryModule", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "ITelemetryProcessor", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "OperationCorrelationTelemetryInitializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "SdkInternalOperationsMonitor", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "SequencePropertyInitializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "TelemetryConfiguration", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "CloudContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "ComponentContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "DeviceContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "HttpWebResponseWrapper", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "InternalContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "JsonSerializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "LocationContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "OperationContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "OperationTelemetry", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "SessionContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TaskTimer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryContextExtensions", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryDebugWriter", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryProcessorChain", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryProcessorChainBuilder", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "UserContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryModules", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "DiagnosticsTelemetryModule", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" + }, + { + "Name": "Extensions", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" + }, + { + "Name": "AvailabilityTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "DependencyTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "EventTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ExceptionHandledAt", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ExceptionTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "IJsonWriter", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ISupportMetrics", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ISupportProperties", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ISupportSampling", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "MetricTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "PageViewTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "PerformanceCounterTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "RequestTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "SessionState", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "SessionStateTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "SeverityLevel", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "TelemetryContext", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "TraceTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "InMemoryChannel", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "ITelemetry", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "ITelemetryChannel", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "Transmission", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "CSharpExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Conversion", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCommandLineArguments", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCommandLineParser", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "AwaitExpressionInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCompilation", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpScriptCompilationInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "ForEachStatementInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "QueryClauseInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCompilationOptions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpFileSystemExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpParseOptions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpDiagnosticFormatter", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxVisitor`1", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxVisitor", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxRewriter", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxFactory", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "LanguageVersion", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "LanguageVersionFacts", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxFacts", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SymbolDisplay", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "TypedConstantExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxNode", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxTree", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxWalker", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxKind", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "NameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SimpleNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IdentifierNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QualifiedNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GenericNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AliasQualifiedNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PredefinedTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrayTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrayRankSpecifierSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PointerTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NullableTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TupleTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TupleElementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OmittedTypeArgumentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParenthesizedExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TupleExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PrefixUnaryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AwaitExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PostfixUnaryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberAccessExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConditionalAccessExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberBindingExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElementBindingExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ImplicitElementAccessSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BinaryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AssignmentExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConditionalExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InstanceExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ThisExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LiteralExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MakeRefExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefTypeExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefValueExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CheckedExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DefaultExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeOfExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SizeOfExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InvocationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElementAccessExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BracketedArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArgumentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NameColonSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DeclarationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CastExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousFunctionExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousMethodExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LambdaExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SimpleLambdaExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParenthesizedLambdaExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InitializerExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ObjectCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousObjectMemberDeclaratorSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousObjectCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrayCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ImplicitArrayCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StackAllocArrayCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SelectOrGroupClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryBodySyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FromClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LetClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "JoinClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "JoinIntoClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WhereClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OrderByClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OrderingSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SelectClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GroupClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryContinuationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OmittedArraySizeExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolatedStringExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IsPatternExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ThrowExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WhenClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PatternSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DeclarationPatternSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstantPatternSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolatedStringContentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolatedStringTextSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolationAlignmentClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolationFormatClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GlobalStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BlockSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LocalFunctionStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LocalDeclarationStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "VariableDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "VariableDeclaratorSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EqualsValueClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "VariableDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SingleVariableDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DiscardDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParenthesizedVariableDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExpressionStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EmptyStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LabeledStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GotoStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BreakStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ContinueStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ReturnStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ThrowStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "YieldStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WhileStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DoStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ForStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CommonForEachStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ForEachStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ForEachVariableStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UsingStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FixedStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CheckedStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UnsafeStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LockStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IfStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElseClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SwitchStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SwitchSectionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CasePatternSwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CaseSwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DefaultSwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TryStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CatchClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CatchDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CatchFilterClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FinallyClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CompilationUnitSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExternAliasDirectiveSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UsingDirectiveSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NamespaceDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeTargetSpecifierSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeArgumentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NameEqualsSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseTypeDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ClassDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StructDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterfaceDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EnumDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DelegateDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EnumMemberDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SimpleBaseTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterConstraintClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstructorConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ClassOrStructConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseFieldDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FieldDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EventFieldDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExplicitInterfaceSpecifierSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseMethodDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MethodDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OperatorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConversionOperatorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstructorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstructorInitializerSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DestructorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BasePropertyDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PropertyDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrowExpressionClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EventDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IndexerDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AccessorListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AccessorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BracketedParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParameterSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IncompleteMemberSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SkippedTokensTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DocumentationCommentTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QualifiedCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NameMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IndexerMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OperatorMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConversionOperatorMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseCrefParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefBracketedParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefParameterSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNodeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlElementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlElementStartTagSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlElementEndTagSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlEmptyElementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlPrefixSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlTextAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlCrefAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNameAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlTextSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlCDataSectionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlProcessingInstructionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlCommentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BranchingDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConditionalDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IfDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElifDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElseDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EndIfDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RegionDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EndRegionDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ErrorDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WarningDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BadDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DefineDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UndefDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LineDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PragmaWarningDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PragmaChecksumDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ReferenceDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LoadDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ShebangDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StructuredTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNameAttributeElementKind", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CaseInsensitiveComparison", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineAnalyzerReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineSourceFile", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineArguments", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineParser", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Compilation", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CandidateReason", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CompilationOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ControlFlowAnalysis", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DataFlowAnalysis", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ModelExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "OptimizationLevel", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ParseOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Platform", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "PreprocessingSymbolInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ScriptCompilationInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SemanticModel", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SourceReferenceResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SpeculativeBindingOption", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SubsystemVersion", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolFilter", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypeInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "XmlReferenceResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DesktopAssemblyIdentityComparer", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AdditionalText", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IAnalyzerAssemblyLoader", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Diagnostic", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DiagnosticDescriptor", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DiagnosticFormatter", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DiagnosticSeverity", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "FileLinePositionSpan", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LocalizableResourceString", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LocalizableString", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Location", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LocationKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ReportDiagnostic", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "WellKnownDiagnosticTags", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DocumentationCommentId", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DocumentationProvider", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DocumentationMode", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "EmbeddedText", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "FileSystemExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyIdentity", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyIdentityComparer", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyIdentityParts", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyMetadata", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CompilationReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataId", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Metadata", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataImageKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataReferenceProperties", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataReferenceResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ModuleMetadata", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "PortableExecutableReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "UnresolvedMetadataReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IOperation", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "OperationKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Optional`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "OutputKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ResourceDescription", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "RuleSet", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "RuleSetInclude", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SourceCodeKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SourceFileResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SpecialType", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DesktopStrongNameProvider", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "StrongNameProvider", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayDelegateStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayExtensionMethodStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayFormat", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayGenericsOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayGlobalNamespaceStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayKindOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayLocalOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayMemberOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayMiscellaneousOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayParameterOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayPart", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayPartKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayPropertyStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayTypeQualificationStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Accessibility", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AttributeData", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CustomModifier", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IAliasSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IArrayTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IAssemblySymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IDiscardSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IDynamicTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IErrorTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IEventSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IFieldSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ILabelSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ILocalSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IMethodSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IModuleSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "INamedTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "INamespaceOrTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "INamespaceSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IParameterSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IPointerTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IPreprocessingSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IPropertySymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IRangeVariableSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISourceAssemblySymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISymbolExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ITypeParameterSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ITypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LanguageNames", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MethodKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "NamespaceKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DllImportData", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "RefKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolVisitor", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolVisitor`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypedConstant", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypedConstantKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypeKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypeParameterKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "VarianceKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "WellKnownMemberNames", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AnnotationExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ChildSyntaxList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ICompilationUnitSyntax", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISkippedTokensTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IStructuredTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LineVisibility", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SeparatedSyntaxList`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxAnnotation", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxList`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNode", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNodeExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNodeOrToken", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNodeOrTokenList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxRemoveOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxToken", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTokenList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTree", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTrivia", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTriviaList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxWalker", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxWalkerDepth", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "XmlFileResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LinePosition", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "LinePositionSpan", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "SourceHashAlgorithm", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "SourceText", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "SourceTextContainer", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextChange", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextChangeEventArgs", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextChangeRange", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextLine", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextLineCollection", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextSpan", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "AnalysisResult", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerFileReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerImageReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerLoadFailureEventArgs", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerOptions", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationWithAnalyzers", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationWithAnalyzersOptions", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "GeneratedCodeAnalysisFlags", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationStartAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SemanticModelAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SymbolAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CodeBlockStartAnalysisContext`1", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CodeBlockAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "OperationBlockStartAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "OperationBlockAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SyntaxTreeAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SyntaxNodeAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "OperationAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "DiagnosticAnalyzer", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "DiagnosticAnalyzerAttribute", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "DiagnosticAnalyzerExtensions", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SourceTextValueProvider`1", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SyntaxTreeValueProvider`1", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "UnresolvedAnalyzerReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SuppressionInfo", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerTelemetryInfo", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics.Telemetry" + }, + { + "Name": "ArgumentKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "BinaryOperatorKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "BranchKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "CaseKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "CommonConversion", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAddressOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAnonymousFunctionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAnonymousObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArgumentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArrayCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArrayElementReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArrayInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAwaitOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IBinaryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IBlockOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IBranchOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICatchClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICoalesceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICollectionElementInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICompoundAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConditionalAccessInstanceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConditionalAccessOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConditionalOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConstantPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConversionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDeclarationExpressionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDeclarationPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDeconstructionAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDefaultCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDefaultValueOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDelegateCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicIndexerAccessOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicInvocationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicMemberReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEmptyOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEndOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEventAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEventReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IExpressionStatementOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IFieldInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IFieldReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IIncrementOrDecrementOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInstanceReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolatedStringContentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolatedStringOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolatedStringTextOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInvalidOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInvocationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IIsPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IIsTypeOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILabeledOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILiteralOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILocalFunctionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILocalReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILockOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IMemberInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IMemberReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IMethodReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "INameOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IObjectOrCollectionInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IOmittedArgumentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IParameterInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IParameterReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IParenthesizedOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPatternCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPropertyInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPropertyReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IRaiseEventOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IRangeCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IRelationalCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IReturnOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISimpleAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISingleValueCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISizeOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IStopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISwitchCaseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISwitchOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISymbolInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IThrowOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITranslatedQueryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITupleOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITypeOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITypeParameterObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IUnaryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IUsingOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableDeclarationGroupOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableDeclarationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableDeclaratorOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IForEachLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IForLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IForToLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IWhileLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "LoopKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationExtensions", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationVisitor", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationVisitor`2", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationWalker", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "UnaryOperatorKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "EmitResult", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "DebugInformationFormat", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EditAndContinueMethodDebugInformation", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EmitBaseline", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EmitDifferenceResult", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EmitOptions", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "InstrumentationKind", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "SemanticEdit", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "SemanticEditKind", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "Binder", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpArgumentInfo", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpArgumentInfoFlags", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpBinderFlags", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "RuntimeBinderException", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "RuntimeBinderInternalCompilerException", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CimCmdletsAssemblyInitializer", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimBaseCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimIndicationEventArgs", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimIndicationEventExceptionEventArgs", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimIndicationEventInstanceEventArgs", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimIndicationWatcher", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "AsyncResultType", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "GetCimAssociatedInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "GetCimClassCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "GetCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "GetCimSessionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "InvokeCimMethodCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "NewCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "NewCimSessionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "ProtocolType", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "NewCimSessionOptionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "RegisterCimIndicationCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "RemoveCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "RemoveCimSessionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "SetCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimClass", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimConverter", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimException", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimFlags", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSubscriptionDeliveryType", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimInstance", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimPropertyDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParameterDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParameter", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParametersCollection", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodResultBase", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodStreamedResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimProperty", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimQualifier", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSystemProperties", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSession", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSubscriptionResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimType", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "NativeErrorCode", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimDeserializer", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "InstanceSerializationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "ClassSerializationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "CimSerializer", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "CimCredential", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimOperationFlags", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PasswordAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CertificateAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ImpersonatedAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimOperationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimPromptType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimCallbackMode", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimResponseType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimWriteMessageChannel", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteMessageCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteProgressCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteErrorCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PromptUserCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimSubscriptionDeliveryOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "DComSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ImpersonationType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PacketEncoding", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ProxyType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WSManSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimAsyncMultipleResults`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimAsyncResult`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimAsyncStatus", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimKeyedCollection`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimReadOnlyKeyedCollection`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "PerformanceCounterCategoryType", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterType", + "Namespace": "System.Diagnostics" + }, + { + "Name": "GetWinEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewWinEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JoinPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RestartComputerTimeoutException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitForServiceTypes", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RestartComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ComputerChangeInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameComputerChangeInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CopyItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetChildItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetComputerInfoCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuard", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HotFix", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NetworkAdapter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "Processor", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ComputerInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AdminPasswordStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BootOptionAction", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SystemElementState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CpuArchitecture", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CpuAvailability", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CpuStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DataExecutionPreventionSupportPolicy", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuardSmartStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuardConfigCodeIntegrityStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuardHardwareSecure", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuardSoftwareSecure", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DomainRole", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FirmwareType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ForegroundApplicationBoost", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FrontPanelResetStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HardwareSecurity", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NetConnectionStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OSEncryptionLevel", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OSProductSuite", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OperatingSystemSKU", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OSType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PCSystemType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PCSystemTypeEx", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PowerManagementCapabilities", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PowerState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProcessorType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResetCapability", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WakeUpType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PowerPlatformRole", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProductType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServerLevel", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SoftwareElementState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemPropertyValueCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MoveItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CoreCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CoreCommandWithCredentialsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PushLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PopLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DriveMatchingCoreCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MoveItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CopyItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSProviderCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SplitPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PassThroughContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PassThroughItemPropertyCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPathType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProcessBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProcessCommandException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ItemPropertyCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResolvePathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServiceBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MultipleServiceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServiceOperationBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SuspendServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResumeServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RestartServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServiceCommandException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServiceStartupType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTimeZoneCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetTimeZoneCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionBasedCmdletAdapter`2", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "CimJobException", + "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" + }, + { + "Name": "CimCmdletAdapter", + "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" + }, + { + "Name": "AddMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "Language", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutputAssemblyType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCompilerError", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CompareObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConsoleColorCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToHtmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromStringDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BaseCsvWritingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugRunspaceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSBreakpointCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRunspaceDebug", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CommonRunspaceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnableRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisableRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitDebuggerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportAliasFormat", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatHex", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatListCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatCustomCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatTableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatWideCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BreakpointType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSCallStackCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCultureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetDateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisplayHintType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetEventSubscriberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetFileHashCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HashCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileHashInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MemberDefinition", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRandomCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRunspaceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUICultureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUniqueCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUptimeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetVerbCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupInfoNoElement", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImplicitRemotingCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportLocalizedData", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportPowerShellDataFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeExpressionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MatchInfoContext", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MatchInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GenericMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GenericObjectMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TextMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewGuidCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewTemporaryFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewTimeSpanCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OrderObjectBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReadHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterObjectEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterEngineEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SendMailMessage", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetDateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SortObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartSleepCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TeeObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTraceSourceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetTraceSourceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceListenerCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnblockFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnregisterEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateData", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TextEncodingType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UtilityResources", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ByteCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "VariableCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BasicHtmlWebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeRestMethodCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebAuthenticationType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebSslProtocol", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestPSCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeWebRequestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HttpResponseException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormObjectCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JsonObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSUserAgent", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebCmdletElementCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestMethod", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestSession", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteOutputCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteVerboseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteWarningCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteInformationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteOrThrowErrorCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteErrorCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteErrorException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteAliasCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteProgressCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportClixmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportClixmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToXmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectXmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectXmlInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConsoleShell", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "UnmanagedPSEntry", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "StartTranscriptCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopTranscriptCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EventDescriptor", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventProvider", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventProviderTraceListener", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventBookmark", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventKeyword", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLevel", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogType", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogIsolation", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogMode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogConfiguration", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogNotFoundException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogReadingException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogProviderDisabledException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogInvalidDataException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogInformation", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogLink", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogPropertySelector", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogQuery", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogReader", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogRecord", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "SessionAuthentication", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "PathType", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogSession", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogStatus", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventMetadata", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventOpcode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventProperty", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventPropertyContext", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventRecord", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventTask", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "ProviderMetadata", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventLevel", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventTask", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventOpcode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventKeywords", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "PSConsoleReadLine", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "TokenClassification", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "EditMode", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "BellStyle", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ViModeStyle", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ViMode", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "HistorySaveStyle", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "PSConsoleReadlineOptions", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "GetPSReadlineOption", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "SetPSReadlineOption", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ChangePSReadlineKeyHandlerCommandBase", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "SetPSReadlineKeyHandlerCommand", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "GetKeyHandlerCommand", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "RemoveKeyHandlerCommand", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ConsoleKeyChordConverter", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "KeyHandler", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "BreakHandler", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "ConsoleBreakSignal", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "StandardHandleId", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "SMALL_RECT", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "BufferChar", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "CHAR_INFO", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "IPSConsoleReadLineMockableMethods", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "IConsole", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "SecurityDescriptorCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetAclCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetAclCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CatalogCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewFileCatalogCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestFileCatalogCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPfxCertificateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DnsNameRepresentation", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "X509StoreLocation", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnhancedKeyUsageRepresentation", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SendAsTrustedIssuerProperty", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnhancedKeyUsageProperty", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DnsNameProperty", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateProviderItemNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateStoreNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateStoreLocationNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProtectCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnprotectCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCredentialCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetExecutionPolicyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetExecutionPolicyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SecureStringCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromToSecureStringCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromSecureStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToSecureStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SignatureCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetAuthenticodeSignatureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetAuthenticodeSignatureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CallType", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Conversions", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "DesignerGeneratedAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "InternalErrorException", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate0", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate1", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate2", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate3", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate4", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate5", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate6", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate7", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "IncompleteInitialization", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "NewLateBinding", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ObjectFlowControl", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Operators", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "OptionCompareAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "OptionTextAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ProjectData", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "StandardModuleAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "StaticLocalInitFlag", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Utils", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Constants", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "ControlChars", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "HideModuleNameAttribute", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Interaction", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Strings", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Win32Exception", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RegistryAclExtensions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistryAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistryAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistrySecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "Registry", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryKey", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryKeyPermissionCheck", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryHive", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryOptions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryValueKind", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryValueOptions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryView", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SafeRegistryHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "WSManConfigProvider", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderNewItemComputerParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderNewItemPluginParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderInitializeParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderNewItemResourceParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderNewItemSecurityParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderClientCertificateParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProvidersListenerParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderSetItemDynamicParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManConfigElement", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManConfigLeafElement", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManConfigContainerElement", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManCredSSPCommandBase", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "DisableWSManCredSSPCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "EnableWSManCredSSPCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "GetWSManCredSSPCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManEnumFlags", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManSessionFlags", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "AuthenticationMechanism", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSMan", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManConnectionOptions", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManConnectionOptionsEx", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManConnectionOptionsEx2", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManEnumerator", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManEx", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManResourceLocator", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManSession", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManResourceLocatorInternal", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManClass", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "GPClass", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "GpoNativeApi", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "InvokeWSManActionCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "NewWSManSessionOptionCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "TestWSManCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "SetWSManQuickConfigCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "AuthenticatingWSManCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "ConnectWSManCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "DisconnectWSManCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "GetWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "SetWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "RemoveWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "NewWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "SessionOption", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "ProxyAccessType", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "ProxyAuthentication", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "FormatterAssemblyStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "ConstructorHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DateFormatHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DateParseHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DateTimeZoneHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DefaultValueHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "FloatFormatHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "FloatParseHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "Formatting", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "IArrayPool`1", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "IJsonLineInfo", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonArrayAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConstructorAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonContainerAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConvert", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConverter", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConverterAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConverterCollection", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonDictionaryAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonExtensionDataAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonIgnoreAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonObjectAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonPropertyAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonReader", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonReaderException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonRequiredAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonSerializationException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonSerializer", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonSerializerSettings", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonTextReader", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonTextWriter", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonToken", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonValidatingReader", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonWriter", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonWriterException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "MemberSerialization", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "MetadataPropertyHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "MissingMemberHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "NullValueHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "ObjectCreationHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "PreserveReferencesHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "ReferenceLoopHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "Required", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "SerializationBinder", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "StringEscapeHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "TraceLevel", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "TypeNameAssemblyFormatHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "TypeNameHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "WriteState", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "CamelCaseNamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "CamelCasePropertyNamesContractResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "DefaultContractResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "DefaultNamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "DefaultSerializationBinder", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ErrorContext", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ErrorEventArgs", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ExpressionValueProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IAttributeProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IContractResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IReferenceResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ISerializationBinder", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ITraceWriter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IValueProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonArrayContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonContainerContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "SerializationCallback", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "SerializationErrorCallback", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ExtensionDataSetter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ExtensionDataGetter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonDictionaryContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonDynamicContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonISerializableContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonLinqContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonObjectContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonPrimitiveContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonProperty", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonPropertyCollection", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonStringContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "MemoryTraceWriter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "NamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ObjectConstructor`1", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "OnErrorAttribute", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ReflectionAttributeProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ReflectionValueProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "SnakeCaseNamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "Extensions", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchema", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaException", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaGenerator", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaResolver", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaType", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "UndefinedSchemaIdHandling", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "ValidationEventArgs", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "ValidationEventHandler", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "CommentHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "LineInfoHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "Extensions", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "IJEnumerable`1", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JArray", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JConstructor", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JContainer", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JEnumerable`1", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JObject", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JProperty", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JRaw", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JsonLoadSettings", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JsonMergeSettings", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JToken", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenEqualityComparer", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenReader", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenType", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenWriter", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JValue", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "MergeArrayHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "MergeNullValueHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "BinaryConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "BsonObjectIdConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "CustomCreationConverter`1", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "DateTimeConverterBase", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "DiscriminatedUnionConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "ExpandoObjectConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "IsoDateTimeConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "JavaScriptDateTimeConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "KeyValuePairConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "RegexConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "StringEnumConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "VersionConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "XmlNodeConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "BsonObjectId", + "Namespace": "Newtonsoft.Json.Bson" + }, + { + "Name": "BsonReader", + "Namespace": "Newtonsoft.Json.Bson" + }, + { + "Name": "BsonWriter", + "Namespace": "Newtonsoft.Json.Bson" + }, + { + "Name": "ManagedPSEntry", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "BlockingCollection`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentBag`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentDictionary`2", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentQueue`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentStack`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "IProducerConsumerCollection`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "OrderablePartitioner`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "Partitioner`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "EnumerablePartitionerOptions", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "Partitioner", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "BitArray", + "Namespace": "System.Collections" + }, + { + "Name": "StructuralComparisons", + "Namespace": "System.Collections" + }, + { + "Name": "CollectionExtensions", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "HashSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "LinkedList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "LinkedListNode`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Queue`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "TreeSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedList`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Stack`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "ImmutableArrayExtensions", + "Namespace": "System.Linq" + }, + { + "Name": "IImmutableDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableList`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableQueue`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableStack`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableArray", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableArray`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableDictionary", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableHashSet", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableHashSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableInterlocked", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableList", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableList`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableQueue", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableQueue`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedDictionary", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedSet", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableStack", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableStack`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "CaseInsensitiveComparer", + "Namespace": "System.Collections" + }, + { + "Name": "CaseInsensitiveHashCodeProvider", + "Namespace": "System.Collections" + }, + { + "Name": "CollectionBase", + "Namespace": "System.Collections" + }, + { + "Name": "DictionaryBase", + "Namespace": "System.Collections" + }, + { + "Name": "Queue", + "Namespace": "System.Collections" + }, + { + "Name": "ReadOnlyCollectionBase", + "Namespace": "System.Collections" + }, + { + "Name": "SortedList", + "Namespace": "System.Collections" + }, + { + "Name": "Stack", + "Namespace": "System.Collections" + }, + { + "Name": "CollectionsUtil", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "BitVector32", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "HybridDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "IOrderedDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "ListDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NameObjectCollectionBase", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NameValueCollection", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "OrderedDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringCollection", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringEnumerator", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "AssociationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CompareAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ConcurrencyCheckAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CreditCardAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CustomValidationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DataType", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayFormatAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EditableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EmailAddressAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EnumDataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "FileExtensionsAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "FilterUIHintAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "IValidatableObject", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "KeyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "MaxLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "MinLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "PhoneAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RangeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RegularExpressionAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RequiredAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ScaffoldColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "StringLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "TimestampAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "UIHintAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "UrlAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationContext", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationException", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationResult", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "Validator", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "ComplexTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "DatabaseGeneratedAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "DatabaseGeneratedOption", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "ForeignKeyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "InversePropertyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "NotMappedAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "TableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "IServiceProvider", + "Namespace": "System" + }, + { + "Name": "CancelEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IChangeTracking", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IEditableObject", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IRevertibleChangeTracking", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncCompletedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncCompletedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncOperation", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncOperationManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProgressChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProgressChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BackgroundWorker", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoWorkEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoWorkEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunWorkerCompletedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunWorkerCompletedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISynchronizeInvoke", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BrowsableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CategoryAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Component", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DescriptionAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerCategoryAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerSerializationVisibility", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerSerializationVisibilityAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignOnlyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DisplayNameAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventHandlerList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IComponent", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ImmutableObjectAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InitializationEventAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISite", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISupportInitialize", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LocalizableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MergablePropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NotifyParentPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ParenthesizePropertyNameAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ReadOnlyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshProperties", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UriTypeConverter", + "Namespace": "System" + }, + { + "Name": "ExtendedProtectionPolicyTypeConverter", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ColorConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "PointConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "RectangleConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeFConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "ElapsedEventArgs", + "Namespace": "System.Timers" + }, + { + "Name": "ElapsedEventHandler", + "Namespace": "System.Timers" + }, + { + "Name": "Timer", + "Namespace": "System.Timers" + }, + { + "Name": "TimersDescriptionAttribute", + "Namespace": "System.Timers" + }, + { + "Name": "ArrayConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BaseNumberConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BooleanConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ByteConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CharConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DateTimeConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DateTimeOffsetConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DecimalConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoubleConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EnumConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "GuidConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int16Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int32Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int64Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ITypeDescriptorContext", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MultilineStringConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NullableConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SByteConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SingleConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "StringConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TimeSpanConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeConverterAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeListConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt16Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt32Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt64Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AttributeCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AttributeProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CancelEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeAction", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CustomTypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultEventAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventDescriptorCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ExtenderProvidedPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "HandledEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "HandledEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ICustomTypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IExtenderProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IListSource", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InvalidAsynchronousStateException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ITypedList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MemberDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyDescriptorCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProvidePropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptionProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptionProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AddingNewEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AddingNewEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AmbientValueAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindableSupport", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindingDirection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindingList`1", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IBindingList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ICancelAddNew", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IRaiseItemChangedEvents", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDirection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComplexBindingPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ReferenceConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentEditor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Container", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ContainerFilterService", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InheritanceAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InheritanceLevel", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CultureInfoConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectFieldAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectMethodAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectMethodType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultBindingPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignTimeVisibleAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ExpandableObjectConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IBindingListView", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDescriptionCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDescription", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IComNativeDescriptorHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IDataErrorInfo", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INestedContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IIntellisenseBuilder", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INestedSite", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InstallerTypeAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InstanceCreationEditor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InvalidEnumArgumentException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISupportInitializeNotification", + "Namespace": "System.ComponentModel" + }, + { + "Name": "License", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseContext", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseUsageMode", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicFileLicenseProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListBindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LookupBindingPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MarshalByValueComponent", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MaskedTextProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MaskedTextResultHint", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NestedContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PasswordPropertyTextAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyTabAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyTabScope", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RecommendedAsConfigurableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunInstallerAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SettingsBindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SyntaxCheck", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemFilterAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemFilterType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "WarningException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentResourceManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IDictionaryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IExtenderListService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeDescriptorFilterService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IReferenceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerVerbCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerVerb", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "MenuCommand", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "CommandID", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "CheckoutException", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "StandardCommands", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesigntimeLicenseContext", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesigntimeLicenseContextSerializer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeResolutionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ActiveDesignerEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ActiveDesignerEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerHost", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IServiceContainer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransaction", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransactionCloseEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransactionCloseEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ServiceCreatorCallback", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangedEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangedEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangingEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangingEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentRenameEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentRenameEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerOptionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpKeywordAttribute", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpKeywordType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpContextType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerOptionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentChangeService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentDiscoveryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentInitializer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerEventService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerFilter", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerHostTransactionState", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IEventBindingService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IExtenderProviderService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IHelpService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IMenuCommandService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IResourceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IRootDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ISelectionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITreeDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeDiscoveryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ViewTechnology", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "SelectionTypes", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IInheritanceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ServiceContainer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "StandardToolWindows", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "TypeDescriptionProviderService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "InstanceDescriptor", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ComponentSerializationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ContextStack", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DefaultSerializationProviderAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DesignerLoader", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DesignerSerializerAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "SerializationStore", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderHost", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderHost2", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationManager", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationProvider", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "INameCreationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "MemberRelationshipService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "MemberRelationship", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ResolveNameEventHandler", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ResolveNameEventArgs", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "RootDesignerSerializerAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "Console", + "Namespace": "System" + }, + { + "Name": "ConsoleCancelEventHandler", + "Namespace": "System" + }, + { + "Name": "ConsoleCancelEventArgs", + "Namespace": "System" + }, + { + "Name": "ConsoleColor", + "Namespace": "System" + }, + { + "Name": "ConsoleSpecialKey", + "Namespace": "System" + }, + { + "Name": "ConsoleKey", + "Namespace": "System" + }, + { + "Name": "ConsoleKeyInfo", + "Namespace": "System" + }, + { + "Name": "ConsoleModifiers", + "Namespace": "System" + }, + { + "Name": "UpdateStatus", + "Namespace": "System.Data" + }, + { + "Name": "XmlReadMode", + "Namespace": "System.Data" + }, + { + "Name": "XmlWriteMode", + "Namespace": "System.Data" + }, + { + "Name": "AcceptRejectRule", + "Namespace": "System.Data" + }, + { + "Name": "InternalDataCollectionBase", + "Namespace": "System.Data" + }, + { + "Name": "CommandBehavior", + "Namespace": "System.Data" + }, + { + "Name": "CommandType", + "Namespace": "System.Data" + }, + { + "Name": "ConflictOption", + "Namespace": "System.Data" + }, + { + "Name": "ConnectionState", + "Namespace": "System.Data" + }, + { + "Name": "Constraint", + "Namespace": "System.Data" + }, + { + "Name": "ConstraintCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataColumn", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataException", + "Namespace": "System.Data" + }, + { + "Name": "ConstraintException", + "Namespace": "System.Data" + }, + { + "Name": "DeletedRowInaccessibleException", + "Namespace": "System.Data" + }, + { + "Name": "DuplicateNameException", + "Namespace": "System.Data" + }, + { + "Name": "InRowChangingEventException", + "Namespace": "System.Data" + }, + { + "Name": "InvalidConstraintException", + "Namespace": "System.Data" + }, + { + "Name": "MissingPrimaryKeyException", + "Namespace": "System.Data" + }, + { + "Name": "NoNullAllowedException", + "Namespace": "System.Data" + }, + { + "Name": "ReadOnlyException", + "Namespace": "System.Data" + }, + { + "Name": "RowNotInTableException", + "Namespace": "System.Data" + }, + { + "Name": "VersionNotFoundException", + "Namespace": "System.Data" + }, + { + "Name": "DataRelation", + "Namespace": "System.Data" + }, + { + "Name": "DataRelationCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataRow", + "Namespace": "System.Data" + }, + { + "Name": "DataRowBuilder", + "Namespace": "System.Data" + }, + { + "Name": "DataRowAction", + "Namespace": "System.Data" + }, + { + "Name": "DataRowChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataRowChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataRowCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataRowState", + "Namespace": "System.Data" + }, + { + "Name": "DataRowVersion", + "Namespace": "System.Data" + }, + { + "Name": "DataRowView", + "Namespace": "System.Data" + }, + { + "Name": "SerializationFormat", + "Namespace": "System.Data" + }, + { + "Name": "DataSet", + "Namespace": "System.Data" + }, + { + "Name": "DataSetDateTime", + "Namespace": "System.Data" + }, + { + "Name": "DataSysDescriptionAttribute", + "Namespace": "System.Data" + }, + { + "Name": "DataTable", + "Namespace": "System.Data" + }, + { + "Name": "DataTableClearEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataTableClearEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataTableCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataTableNewRowEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataTableNewRowEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataTableReader", + "Namespace": "System.Data" + }, + { + "Name": "DataView", + "Namespace": "System.Data" + }, + { + "Name": "DataViewManager", + "Namespace": "System.Data" + }, + { + "Name": "DataViewRowState", + "Namespace": "System.Data" + }, + { + "Name": "DataViewSetting", + "Namespace": "System.Data" + }, + { + "Name": "DataViewSettingCollection", + "Namespace": "System.Data" + }, + { + "Name": "DBConcurrencyException", + "Namespace": "System.Data" + }, + { + "Name": "DbType", + "Namespace": "System.Data" + }, + { + "Name": "FillErrorEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "FillErrorEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "ForeignKeyConstraint", + "Namespace": "System.Data" + }, + { + "Name": "IColumnMapping", + "Namespace": "System.Data" + }, + { + "Name": "IColumnMappingCollection", + "Namespace": "System.Data" + }, + { + "Name": "IDataAdapter", + "Namespace": "System.Data" + }, + { + "Name": "IDataParameter", + "Namespace": "System.Data" + }, + { + "Name": "IDataParameterCollection", + "Namespace": "System.Data" + }, + { + "Name": "IDataReader", + "Namespace": "System.Data" + }, + { + "Name": "IDataRecord", + "Namespace": "System.Data" + }, + { + "Name": "IDbCommand", + "Namespace": "System.Data" + }, + { + "Name": "IDbConnection", + "Namespace": "System.Data" + }, + { + "Name": "IDbDataAdapter", + "Namespace": "System.Data" + }, + { + "Name": "IDbDataParameter", + "Namespace": "System.Data" + }, + { + "Name": "IDbTransaction", + "Namespace": "System.Data" + }, + { + "Name": "IsolationLevel", + "Namespace": "System.Data" + }, + { + "Name": "ITableMapping", + "Namespace": "System.Data" + }, + { + "Name": "ITableMappingCollection", + "Namespace": "System.Data" + }, + { + "Name": "KeyRestrictionBehavior", + "Namespace": "System.Data" + }, + { + "Name": "LoadOption", + "Namespace": "System.Data" + }, + { + "Name": "MappingType", + "Namespace": "System.Data" + }, + { + "Name": "MergeFailedEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "MergeFailedEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "MissingMappingAction", + "Namespace": "System.Data" + }, + { + "Name": "MissingSchemaAction", + "Namespace": "System.Data" + }, + { + "Name": "ParameterDirection", + "Namespace": "System.Data" + }, + { + "Name": "PropertyCollection", + "Namespace": "System.Data" + }, + { + "Name": "StatementCompletedEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "StatementCompletedEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "Rule", + "Namespace": "System.Data" + }, + { + "Name": "SchemaSerializationMode", + "Namespace": "System.Data" + }, + { + "Name": "SchemaType", + "Namespace": "System.Data" + }, + { + "Name": "SqlDbType", + "Namespace": "System.Data" + }, + { + "Name": "StateChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "StateChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "StatementType", + "Namespace": "System.Data" + }, + { + "Name": "StrongTypingException", + "Namespace": "System.Data" + }, + { + "Name": "UniqueConstraint", + "Namespace": "System.Data" + }, + { + "Name": "UpdateRowSource", + "Namespace": "System.Data" + }, + { + "Name": "InvalidExpressionException", + "Namespace": "System.Data" + }, + { + "Name": "EvaluateException", + "Namespace": "System.Data" + }, + { + "Name": "SyntaxErrorException", + "Namespace": "System.Data" + }, + { + "Name": "SqlChars", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDateTime", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDecimal", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDouble", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlGuid", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt16", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt32", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt64", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlMoney", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlSingle", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlCompareOptions", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlString", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "StorageState", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlTypeException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlNullValueException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlTruncateException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlNotFilledException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlAlreadyFilledException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlXml", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "INullable", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBinary", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBoolean", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlByte", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBytes", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "DbColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "IDbColumnSchemaGenerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "CatalogLocation", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataAdapter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataColumnMapping", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataColumnMappingCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataTableMapping", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataTableMappingCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbCommand", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbCommandBuilder", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbConnection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbConnectionStringBuilder", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataAdapter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataReader", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataReaderExtensions", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataRecord", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataSourceEnumerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbEnumerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbException", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbMetaDataCollectionNames", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbMetaDataColumnNames", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbParameter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbParameterCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderFactory", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderSpecificTypePropertyAttribute", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbTransaction", + "Namespace": "System.Data.Common" + }, + { + "Name": "GroupByBehavior", + "Namespace": "System.Data.Common" + }, + { + "Name": "IdentifierCase", + "Namespace": "System.Data.Common" + }, + { + "Name": "RowUpdatedEventArgs", + "Namespace": "System.Data.Common" + }, + { + "Name": "RowUpdatingEventArgs", + "Namespace": "System.Data.Common" + }, + { + "Name": "SchemaTableColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "SchemaTableOptionalColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "SupportedJoinOperators", + "Namespace": "System.Data.Common" + }, + { + "Name": "OperationAbortedException", + "Namespace": "System.Data" + }, + { + "Name": "ApplicationIntent", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowsCopiedEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowsCopiedEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SortOrder", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopy", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyColumnMapping", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyColumnMappingCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyOptions", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientFactory", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientMetaDataCollectionNames", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlCommand", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlConnection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlConnectionStringBuilder", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataAdapter", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataReader", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlError", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlErrorCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlException", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlInfoMessageEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlInfoMessageEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlParameter", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlParameterCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatedEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatedEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatingEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatingEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlTransaction", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataRecord", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlMetaData", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "DebuggerStepperBoundaryAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerVisualizerAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DiagnosticSource", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DiagnosticListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Activity", + "Namespace": "System.Diagnostics" + }, + { + "Name": "FileVersionInfo", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DataReceivedEventHandler", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DataReceivedEventArgs", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Process", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessModule", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessModuleCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessPriorityClass", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessStartInfo", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessThread", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessThreadCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessWindowStyle", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadPriorityLevel", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadState", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadWaitReason", + "Namespace": "System.Diagnostics" + }, + { + "Name": "MonitoringDescriptionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SafeProcessHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "StackFrameExtensions", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ISymbolBinder", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolBinder1", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolDocument", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolMethod", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolNamespace", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolReader", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolScope", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolVariable", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolWriter", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymbolToken", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymAddressKind", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymDocumentType", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymLanguageType", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymLanguageVendor", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "DelimitedListTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TextWriterTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ExcludeFromCodeCoverageAttribute", + "Namespace": "System.Diagnostics.CodeAnalysis" + }, + { + "Name": "GeneratedCodeAttribute", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "BooleanSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "CorrelationManager", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DefaultTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventTypeFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceLevels", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Switch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Trace", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceEventCache", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceEventType", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceLevel", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceListenerCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceOptions", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceSource", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SwitchAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SwitchLevelAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventCounter", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "Point", + "Namespace": "System.Drawing" + }, + { + "Name": "PointF", + "Namespace": "System.Drawing" + }, + { + "Name": "Rectangle", + "Namespace": "System.Drawing" + }, + { + "Name": "RectangleF", + "Namespace": "System.Drawing" + }, + { + "Name": "Size", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeF", + "Namespace": "System.Drawing" + }, + { + "Name": "Color", + "Namespace": "System.Drawing" + }, + { + "Name": "ZipArchive", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipArchiveEntry", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipArchiveMode", + "Namespace": "System.IO.Compression" + }, + { + "Name": "CompressionLevel", + "Namespace": "System.IO.Compression" + }, + { + "Name": "CompressionMode", + "Namespace": "System.IO.Compression" + }, + { + "Name": "GZipStream", + "Namespace": "System.IO.Compression" + }, + { + "Name": "DeflateStream", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZLibException", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipFile", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipFileExtensions", + "Namespace": "System.IO.Compression" + }, + { + "Name": "FileSystemAclExtensions", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "DirectorySecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "DirectoryObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "Directory", + "Namespace": "System.IO" + }, + { + "Name": "DirectoryInfo", + "Namespace": "System.IO" + }, + { + "Name": "File", + "Namespace": "System.IO" + }, + { + "Name": "FileInfo", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemInfo", + "Namespace": "System.IO" + }, + { + "Name": "SearchOption", + "Namespace": "System.IO" + }, + { + "Name": "DriveInfo", + "Namespace": "System.IO" + }, + { + "Name": "DriveNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "DriveType", + "Namespace": "System.IO" + }, + { + "Name": "ErrorEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "ErrorEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemWatcher", + "Namespace": "System.IO" + }, + { + "Name": "InternalBufferOverflowException", + "Namespace": "System.IO" + }, + { + "Name": "NotifyFilters", + "Namespace": "System.IO" + }, + { + "Name": "RenamedEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "RenamedEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "WatcherChangeTypes", + "Namespace": "System.IO" + }, + { + "Name": "WaitForChangedResult", + "Namespace": "System.IO" + }, + { + "Name": "IsolatedStorageException", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageFile", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageFileStream", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorage", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageScope", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "INormalizeForIsolatedStorage", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "SafeMemoryMappedViewHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeMemoryMappedFileHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "MemoryMappedFileOptions", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFileAccess", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFile", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedViewAccessor", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedViewStream", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFileRights", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "FileFormatException", + "Namespace": "System.IO" + }, + { + "Name": "CompressionOption", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "EncryptionOption", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "Package", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackagePart", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackagePartCollection", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageProperties", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationship", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipCollection", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipSelector", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipSelectorType", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackUriHelper", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "TargetMode", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "ZipPackage", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "ZipPackagePart", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "AnonymousPipeClientStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "AnonymousPipeServerStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeDirection", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeOptions", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeTransmissionMode", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "NamedPipeClientStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "NamedPipeServerStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeStreamImpersonationWorker", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "SafePipeHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "Enumerable", + "Namespace": "System.Linq" + }, + { + "Name": "IGrouping`2", + "Namespace": "System.Linq" + }, + { + "Name": "Grouping`2", + "Namespace": "System.Linq" + }, + { + "Name": "ILookup`2", + "Namespace": "System.Linq" + }, + { + "Name": "Lookup`2", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedEnumerable`1", + "Namespace": "System.Linq" + }, + { + "Name": "IRuntimeVariables", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeOps", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ReadOnlyCollectionBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuleCache`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSite", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSite`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteBinder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteOps", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteHelpers", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DynamicAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DebugInfoGenerator", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "Closure", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IQueryable", + "Namespace": "System.Linq" + }, + { + "Name": "IQueryable`1", + "Namespace": "System.Linq" + }, + { + "Name": "IQueryProvider", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedQueryable", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedQueryable`1", + "Namespace": "System.Linq" + }, + { + "Name": "BinaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "Expression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "BlockExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "CatchBlock", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ConditionalExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ConstantExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DebugInfoExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DefaultExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ElementInit", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ExpressionType", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ExpressionVisitor", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "GotoExpressionKind", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "GotoExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IArgumentProvider", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IDynamicExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IndexExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "InvocationExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LabelExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LabelTarget", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LambdaExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "Expression`1", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ListInitExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LoopExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberAssignment", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberBindingType", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberInitExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberListBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberMemberBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MethodCallExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "NewArrayExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "NewExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ParameterExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "RuntimeVariablesExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SwitchCase", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SwitchExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SymbolDocumentInfo", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "TryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "TypeBinaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "UnaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DynamicExpressionVisitor", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DynamicExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LightLambda", + "Namespace": "System.Linq.Expressions.Interpreter" + }, + { + "Name": "DynamicMetaObjectBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DynamicMetaObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "IDynamicMetaObjectProvider", + "Namespace": "System.Dynamic" + }, + { + "Name": "BindingRestrictions", + "Namespace": "System.Dynamic" + }, + { + "Name": "BinaryOperationBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "CallInfo", + "Namespace": "System.Dynamic" + }, + { + "Name": "ExpandoObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "ConvertBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "CreateInstanceBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DeleteIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DeleteMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DynamicObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "GetIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "GetMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "InvokeBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "InvokeMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "SetIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "SetMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "UnaryOperationBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "IInvokeOnGetBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "OrderedParallelQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelQuery", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelEnumerable", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelExecutionMode", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelMergeOptions", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableExecutor", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableExecutor`1", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableQuery", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "Queryable", + "Namespace": "System.Linq" + }, + { + "Name": "ToStringCodeMethods", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ProcessCodeMethods", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "DeserializingTypeConverter", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "PSAuthorizationManager", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ExecutionPolicy", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ExecutionPolicyScope", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ArgumentToConfigurationDataTransformationAttribute", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + }, + { + "Name": "DscRemoteOperationsClass", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "DscClassCache", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "GetCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NounArgumentCompleter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HistoryInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ForEachObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WhereObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetStrictModeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportModuleMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSEditionArgumentCompleter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ModuleCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ModuleSpecification", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewModuleManifestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestModuleManifestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectEventRegistrationBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConnectPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionFilterState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSSessionConfigurationCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnregisterPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSRemotingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSRemotingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionCapabilityCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisconnectPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnterPSHostProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExitPSHostProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSHostProcessInfoCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSHostProcessInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionConfigurationFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSRoleCapabilityFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WSManConfigurationOption", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSTransportOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExitPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRemotingCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRemotingBaseCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSExecutionCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRunspaceCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnterPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReceiveJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReceivePSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutTarget", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JobCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResumeJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SuspendJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPSSessionConfigurationFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OpenMode", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatDefaultCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutNullCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutDefaultCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutLineOutputCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HelpCategoryInvalidException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHelpCodeMethods", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HelpNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SaveHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdatableHelpCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AliasProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AliasProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnvironmentProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentDynamicParametersBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemClearContentDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentWriterDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentReaderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemItemProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProviderGetItemDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProviderRemoveItemDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InternalSymbolicLinkLinkCodeMethods", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FunctionProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FunctionProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegistryProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegistryProviderSetItemDynamicParameter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionStateProviderBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionStateProviderBaseContentReaderWriter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "VariableProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemotingErrorResources", + "Namespace": "Microsoft.PowerShell.Commands.Internal" + }, + { + "Name": "FrontEndCommandBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatShapeCommandBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatTableAndListBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatTableBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "AuthenticationLevel", + "Namespace": "Microsoft.PowerShell.CoreClr.Stubs" + }, + { + "Name": "ImpersonationLevel", + "Namespace": "Microsoft.PowerShell.CoreClr.Stubs" + }, + { + "Name": "CimInstanceAdapter", + "Namespace": "Microsoft.PowerShell.Cim" + }, + { + "Name": "MethodInvocationInfo", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "MethodParameterBindings", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "MethodParameter", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "CmdletAdapter`1", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "BehaviorOnNoMatch", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "QueryBuilder", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "ConfirmImpact", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + }, + { + "Name": "ItemsChoiceType", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + }, + { + "Name": "PowerShellAssemblyLoadContextInitializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Platform", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTransactionContext", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RollbackSeverity", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AliasInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ApplicationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateArgumentsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateEnumeratedArgumentsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DSCResourceRunAsCredential", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourceAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscPropertyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscLocalConfigurationManagerAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletCommonMetadataAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletBindingAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "OutputTypeAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DynamicClassImplementationAssemblyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AliasAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeNameAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SupportsWildcardsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDefaultValueAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HiddenAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateLengthAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateRangeKind", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateRangeAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidatePatternAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateScriptAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateCountAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CachedValidValuesGeneratorBase", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateSetAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IValidateSetValuesGenerator", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowNullAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowEmptyStringAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowEmptyCollectionAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateDriveAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateUserDriveAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "NullValidationAttributeBase", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateNotNullAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateNotNullOrEmptyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentTransformationAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ChildItemCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ReturnContainers", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Cmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ShouldProcessReason", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DefaultParameterDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ActionPreference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConfirmImpact", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandCompletion", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionCompleters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionResultType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionResult", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentCompleterAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IArgumentCompleter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RegisterArgumentCompleterCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentCompletionsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandLookupEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSModuleAutoLoadingPreference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeName", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionCapabilities", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConfigurationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContentCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredentialTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredentialUIOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetSymmetricEncryptionKey", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredential", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDriveInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Breakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariableAccessMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariableBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LineBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerResumeAction", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerStopEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakpointUpdateType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakpointUpdatedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSJobStartEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugSource", + "Namespace": "System.Management.Automation" + }, + { + "Name": "StartRunspaceDebugProcessingEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProcessRunspaceDebugEndEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugModes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Debugger", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerCommandResults", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDebugContext", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CallStackFrame", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DriveManagementIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ImplementedAsType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourceInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourcePropertyInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "EngineIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FlagsExpression`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorCategory", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorCategoryInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorDetails", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IContainsErrorRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IResourceSupplier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEngineEvent", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventSubscriber", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ForwardedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventReceivedEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventUnsubscribedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventUnsubscribedEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventArgsCollection", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventJob", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExtendedTypeSystemException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MethodException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MethodInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetValueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PropertyNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetValueInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SetValueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SetValueInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvalidCastException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExternalScriptInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSnapInSpecification", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FilterInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FunctionInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HostUtilities", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InformationalRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WarningRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerboseRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSListModifier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSListModifier`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvalidPowerShellStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspaceMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationStateChangedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationSettings", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteStreamOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShell", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDataStreams", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DataAddedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DataAddingEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDataCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ICommandRuntime", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ICommandRuntime2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InformationRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HostInformationMessage", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvocationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteCommandInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ItemCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CopyContainers", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeConverter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConvertThroughString", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LanguagePrimitives", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParseError", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParser", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSToken", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTokenType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FlowControlException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LoopFlowException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContinueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExitException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TerminateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SplitOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptBlock", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SteppablePipeline", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptBlockToPowerShellNotSupportedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IModuleAssemblyInitializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IModuleAssemblyCleanup", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSModuleInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleAccessMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IDynamicParameters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SwitchParameter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandInvocationIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberViewTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertyInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSAliasProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCodeProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSAdaptedProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNoteProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariableProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSScriptProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMethodInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCodeMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSScriptMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParameterizedProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberSet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertySet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEvent", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDynamicMember", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberInfoCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ReadOnlyPSMemberInfoCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObject", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCustomObject", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SettingValueExceptionEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GettingValueExceptionEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectPropertyDescriptor", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectTypeDescriptor", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectTypeDescriptionProvider", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSReference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSecurityException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandParameterInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandParameterSetInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TypeInferenceRuntimePermissions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProgressRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProgressRecordType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PropertyCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletProviderManagementIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProxyCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSClassInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSClassMemberInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeDefinedParameter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeDefinedParameterDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVersionHashTable", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SemanticVersion", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardPattern", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardPatternException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvalidJobStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobStateEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobIdentifier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IJobDebugger", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Job", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Job2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobThreadOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContainerParentJob", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobFailedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobInvocationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobSourceAdapter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShellStreams`2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSJobProxy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSChildJobProxy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobDataAddedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShellStreamType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Repository`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobRepository", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspaceRepository", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemotingCapability", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemotingBehavior", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSessionTypeOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTransportOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspacePoolStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WhereOperatorSelectionMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SecurityDescriptorCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandOrigin", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AuthorizationManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSerializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPrimitiveDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateEntryVisibility", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSLanguageMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariable", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScopedItemOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertyAdapter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterSetMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PagingParameters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariableIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariablePath", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WorkflowInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExtendedTypeDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FormatViewDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSControlGroupBy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DisplayEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "EntrySelectedBy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Alignment", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DisplayEntryValueType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControlEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemBase", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemExpression", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemFrame", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemNewline", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemText", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomEntryBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlEntryItem", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListEntryBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlColumnHeader", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlColumn", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlRow", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableRowDefinitionBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControlEntryItem", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathInfoStack", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SigningOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CatalogValidationStatus", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CatalogInformation", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CredentialAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SignatureStatus", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SignatureType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Signature", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmsMessageRecipient", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ResolutionPurpose", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSnapInInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptRequiresException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ApplicationFailedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderCmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletProviderInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineStoppedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineClosedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ActionPreferenceStopException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParentContainsErrorRecordException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RedirectedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptCallDepthException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineDepthException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HaltCommandException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidationMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentTransformationMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParsingMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentNullException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentOutOfRangeException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvalidOperationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNotImplementedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNotSupportedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectDisposedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTraceSource", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterBindingException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParseException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IncompleteParseException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateCategory", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateUnauthorizedAccessException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderNameAmbiguousException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DriveNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ItemNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTraceSourceOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsCommon", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsData", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsLifecycle", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsDiagnostic", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsCommunications", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsSecurity", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsOther", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShellTraceEvent", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceChannel", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceLevel", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceOperationCode", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceTask", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceKeywords", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "BaseChannelWriter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "NullWriter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellChannelWriter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceSource", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceSourceFactory", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "EtwEvent", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "CallbackNoParameter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "CallbackWithState", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "CallbackWithStateAndArgs", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "EtwEventArgs", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "EtwActivity", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "IEtwActivityReverter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "IEtwEventCorrelator", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "EtwEventCorrelator", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "Tracer", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "ContainerCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "DriveCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentReader", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentWriter", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IDynamicPropertyCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ISecurityDescriptorCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IPropertyCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ItemCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "NavigationCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ICmdletProviderSupportsHelp", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "CmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "CmdletProviderAttribute", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ProviderCapabilities", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "OriginInfo", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "ProxyAccessType", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionOption", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "CmdletMethodInvoker`1", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingDataStructureException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingTransportException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingTransportRedirectException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSDirectException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionConfiguration", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "SessionType", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSenderInfo", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSPrincipal", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSIdentity", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSCertificateDetails", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionConfigurationData", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManPluginManagedEntryWrapper", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManPluginManagedEntryInstanceWrapper", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManServerChannelEvents", + "Namespace": "System.Management.Automation.Remoting.WSMan" + }, + { + "Name": "ActiveSessionsChangedEventArgs", + "Namespace": "System.Management.Automation.Remoting.WSMan" + }, + { + "Name": "PSStreamObjectType", + "Namespace": "System.Management.Automation.Remoting.Internal" + }, + { + "Name": "PSStreamObject", + "Namespace": "System.Management.Automation.Remoting.Internal" + }, + { + "Name": "ChoiceDescription", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "FieldDescription", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHost", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "IHostSupportsInteractiveSession", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Coordinates", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Size", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "ReadKeyOptions", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "ControlKeyStates", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "KeyInfo", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Rectangle", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "BufferCell", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "BufferCellType", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHostRawUserInterface", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHostUserInterface", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "IHostUISupportsMultipleChoiceSelection", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "HostException", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PromptingException", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Command", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineResultTypes", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandCollection", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidRunspaceStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSThreadOptions", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceStateInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceStateEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceAvailability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceAvailabilityEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceCapability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "Runspace", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateProxy", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceFactory", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceOpenModuleLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandParameter", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandParameterCollection", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidPipelineStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineStateInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineStateEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "Pipeline", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PowerShellProcessInstance", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidRunspacePoolStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolStateChangedEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolAvailability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolCapability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePool", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionStateEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ConstrainedSessionStateEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateCommandEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateTypeEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateFormatEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateAssemblyEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateCmdletEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateProviderEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateScriptEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateAliasEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateApplicationEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateFunctionEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateVariableEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionStateEntryCollection`1", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TargetMachineType", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSession", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingErrorRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingProgressRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingWarningRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingDebugRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingVerboseRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingInformationRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "AuthenticationMechanism", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSessionType", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSessionConfigurationAccessMode", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "OutputBufferingMode", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "WSManConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "NamedPipeConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SSHConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "VMConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ContainerConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeTableLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeMemberData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "NotePropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "AliasPropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ScriptPropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CodePropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ScriptMethodData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CodeMethodData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PropertySetData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "MemberSetData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeTable", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "FormatTableLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "FormatTable", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSConsoleLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSnapInException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineReader`1", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineWriter", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "StaticParameterBinder", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StaticBindingResult", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterBindingResult", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StaticBindingError", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CodeGeneration", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NullString", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Ast", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ErrorStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ErrorExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptRequirements", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParamBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NamedBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NamedAttributeArgumentAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributeBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributeAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeConstraintAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StatementBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingStatementKind", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PropertyAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PropertyMemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MethodAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FunctionMemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FunctionDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IfStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DataStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LabeledStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LoopStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForEachFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForEachStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DoWhileStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DoUntilStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "WhileStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SwitchFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SwitchStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CatchClauseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TryStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TrapStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BreakStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ContinueStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ReturnStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExitStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ThrowStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PipelineBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PipelineAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandElementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandParameterAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionStream", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MergingRedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FileRedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AssignmentStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConfigurationType", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConfigurationDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BinaryExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UnaryExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BlockStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributedExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConvertExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "InvokeMemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BaseCtorInvokeMemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ITypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "GenericTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ReflectionTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "VariableExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConstantExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringConstantType", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringConstantExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExpandableStringExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptBlockExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayLiteralAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "HashtableAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParenExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SubExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IndexExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommentHelpInfo", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ICustomAstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ICustomAstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DefaultCustomAstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DefaultCustomAstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Parser", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParseError", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IScriptPosition", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IScriptExtent", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptPosition", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptExtent", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitAction", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IAstPostVisitHandler", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenKind", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenTraits", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Token", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NumberToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "VariableToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringLiteralToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringExpandableToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LabelToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "InputRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MergingRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FileRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordNameMode", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordBodyMode", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeyword", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordProperty", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordParameter", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CmdletMetadataAttribute", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ParsingBaseAttribute", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "AutomationNull", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "InternalCommand", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "CommonParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "DebuggerUtils", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSMonitorRunspaceType", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSStandaloneMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSEmbeddedMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "SessionStateKeeper", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ScriptBlockMemberMethodWrapper", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ClassOps", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ShouldProcessParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "TransactionParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "InternalTestHooks", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "AlternateStreamData", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "AlternateDataStreamUtilities", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "SecuritySupport", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ByteArrayContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "ClientCertificateOption", + "Namespace": "System.Net.Http" + }, + { + "Name": "DelegatingHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "FormUrlEncodedContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpClient", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpCompletionOption", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMessageHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMessageInvoker", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMethod", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpRequestException", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpRequestMessage", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpResponseMessage", + "Namespace": "System.Net.Http" + }, + { + "Name": "MessageProcessingHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "MultipartContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "MultipartFormDataContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "StreamContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "StringContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpClientHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "AuthenticationHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "CacheControlHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ContentDispositionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ContentRangeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "EntityTagHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpContentHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpHeaderValueCollection`1", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpRequestHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpResponseHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "MediaTypeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "MediaTypeWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "NameValueHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "NameValueWithParametersHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ProductHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ProductInfoHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeConditionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeItemHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RetryConditionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "StringWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "TransferCodingHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "TransferCodingWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ViaHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "WarningHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "WindowsProxyUsePolicy", + "Namespace": "System.Net.Http" + }, + { + "Name": "CookieUsePolicy", + "Namespace": "System.Net.Http" + }, + { + "Name": "WinHttpHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpListenerPrefixCollection", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerRequest", + "Namespace": "System.Net" + }, + { + "Name": "AuthenticationSchemeSelector", + "Namespace": "System.Net" + }, + { + "Name": "HttpListener", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerBasicIdentity", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerContext", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerException", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerResponse", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerTimeoutManager", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerWebSocketContext", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "AlternateView", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AlternateViewCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AttachmentBase", + "Namespace": "System.Net.Mail" + }, + { + "Name": "Attachment", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AttachmentCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "LinkedResource", + "Namespace": "System.Net.Mail" + }, + { + "Name": "LinkedResourceCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailAddress", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailAddressCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "DeliveryNotificationOptions", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailMessage", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailPriority", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SendCompletedEventHandler", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpDeliveryMethod", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpDeliveryFormat", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpClient", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpFailedRecipientException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpFailedRecipientsException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpStatusCode", + "Namespace": "System.Net.Mail" + }, + { + "Name": "TransferEncoding", + "Namespace": "System.Net.Mime" + }, + { + "Name": "ContentDisposition", + "Namespace": "System.Net.Mime" + }, + { + "Name": "ContentType", + "Namespace": "System.Net.Mime" + }, + { + "Name": "DispositionTypeNames", + "Namespace": "System.Net.Mime" + }, + { + "Name": "MediaTypeNames", + "Namespace": "System.Net.Mime" + }, + { + "Name": "Dns", + "Namespace": "System.Net" + }, + { + "Name": "IPHostEntry", + "Namespace": "System.Net" + }, + { + "Name": "ProtocolType", + "Namespace": "System.Net.Internals" + }, + { + "Name": "ProtocolFamily", + "Namespace": "System.Net.Internals" + }, + { + "Name": "DuplicateAddressDetectionState", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "GatewayIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "GatewayIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IcmpV4Statistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IcmpV6Statistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPGlobalProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPGlobalStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPInterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPInterfaceStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv4InterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv4InterfaceStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv6InterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "MulticastIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "MulticastIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetBiosNodeType", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAvailabilityEventArgs", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAddressChangedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAvailabilityChangedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterface", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterfaceComponent", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterfaceType", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "OperationalStatus", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PhysicalAddress", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PrefixOrigin", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "ScopeLevel", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "SuffixOrigin", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpConnectionInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpState", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UdpStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UnicastIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UnicastIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationException", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkChange", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPStatus", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "Ping", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingCompletedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingCompletedEventArgs", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingException", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingOptions", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingReply", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "SslProtocols", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ExchangeAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "CipherAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "HashAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ChannelBinding", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ChannelBindingKind", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "AuthenticationSchemes", + "Namespace": "System.Net" + }, + { + "Name": "CookieVariant", + "Namespace": "System.Net" + }, + { + "Name": "Cookie", + "Namespace": "System.Net" + }, + { + "Name": "CookieContainer", + "Namespace": "System.Net" + }, + { + "Name": "PathList", + "Namespace": "System.Net" + }, + { + "Name": "CookieCollection", + "Namespace": "System.Net" + }, + { + "Name": "CookieException", + "Namespace": "System.Net" + }, + { + "Name": "CredentialCache", + "Namespace": "System.Net" + }, + { + "Name": "DecompressionMethods", + "Namespace": "System.Net" + }, + { + "Name": "DnsEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "EndPoint", + "Namespace": "System.Net" + }, + { + "Name": "HttpStatusCode", + "Namespace": "System.Net" + }, + { + "Name": "HttpVersion", + "Namespace": "System.Net" + }, + { + "Name": "ICredentials", + "Namespace": "System.Net" + }, + { + "Name": "ICredentialsByHost", + "Namespace": "System.Net" + }, + { + "Name": "IPAddress", + "Namespace": "System.Net" + }, + { + "Name": "IPEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "IWebProxy", + "Namespace": "System.Net" + }, + { + "Name": "NetworkCredential", + "Namespace": "System.Net" + }, + { + "Name": "TransportContext", + "Namespace": "System.Net" + }, + { + "Name": "SocketAddress", + "Namespace": "System.Net" + }, + { + "Name": "RequestCacheLevel", + "Namespace": "System.Net.Cache" + }, + { + "Name": "RequestCachePolicy", + "Namespace": "System.Net.Cache" + }, + { + "Name": "IPAddressCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "AuthenticationLevel", + "Namespace": "System.Net.Security" + }, + { + "Name": "SslPolicyErrors", + "Namespace": "System.Net.Security" + }, + { + "Name": "SocketException", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "AddressFamily", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketError", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "AuthenticationManager", + "Namespace": "System.Net" + }, + { + "Name": "Authorization", + "Namespace": "System.Net" + }, + { + "Name": "FileWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "FileWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "GlobalProxySelection", + "Namespace": "System.Net" + }, + { + "Name": "HttpContinueDelegate", + "Namespace": "System.Net" + }, + { + "Name": "HttpWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "HttpWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "IAuthenticationModule", + "Namespace": "System.Net" + }, + { + "Name": "ICredentialPolicy", + "Namespace": "System.Net" + }, + { + "Name": "IWebRequestCreate", + "Namespace": "System.Net" + }, + { + "Name": "ProtocolViolationException", + "Namespace": "System.Net" + }, + { + "Name": "WebException", + "Namespace": "System.Net" + }, + { + "Name": "WebExceptionStatus", + "Namespace": "System.Net" + }, + { + "Name": "WebRequest", + "Namespace": "System.Net" + }, + { + "Name": "WebRequestMethods", + "Namespace": "System.Net" + }, + { + "Name": "WebResponse", + "Namespace": "System.Net" + }, + { + "Name": "FtpStatusCode", + "Namespace": "System.Net" + }, + { + "Name": "FtpWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "FtpWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "HttpCacheAgeControl", + "Namespace": "System.Net.Cache" + }, + { + "Name": "HttpRequestCacheLevel", + "Namespace": "System.Net.Cache" + }, + { + "Name": "HttpRequestCachePolicy", + "Namespace": "System.Net.Cache" + }, + { + "Name": "AuthenticationException", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "InvalidCredentialException", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ExtendedProtectionPolicy", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "PolicyEnforcement", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ProtectionScenario", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ServiceNameCollection", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "AuthenticatedStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "EncryptionPolicy", + "Namespace": "System.Net.Security" + }, + { + "Name": "RemoteCertificateValidationCallback", + "Namespace": "System.Net.Security" + }, + { + "Name": "LocalCertificateSelectionCallback", + "Namespace": "System.Net.Security" + }, + { + "Name": "SslStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "ProtectionLevel", + "Namespace": "System.Net.Security" + }, + { + "Name": "NegotiateStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "BindIPEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "ServicePoint", + "Namespace": "System.Net" + }, + { + "Name": "ServicePointManager", + "Namespace": "System.Net" + }, + { + "Name": "SecurityProtocolType", + "Namespace": "System.Net" + }, + { + "Name": "SocketReceiveFromResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketReceiveMessageFromResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketTaskExtensions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IOControlCode", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPPacketInformation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPProtectionLevel", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "LingerOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "MulticastOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPv6MulticastOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "NetworkStream", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SelectMode", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SendPacketsElement", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "Socket", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketAsyncEventArgs", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketAsyncOperation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketFlags", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketInformationOptions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketInformation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketOptionLevel", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketOptionName", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketShutdown", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TcpClient", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TcpListener", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TransmitFileOptions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "UdpClient", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "UdpReceiveResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "ProtocolFamily", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "ProtocolType", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketType", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "WebClient", + "Namespace": "System.Net" + }, + { + "Name": "OpenReadCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "OpenWriteCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadStringCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadDataCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadStringCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadDataCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadFileCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadValuesCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadProgressChangedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadProgressChangedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "WriteStreamClosedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "OpenReadCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "OpenWriteCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadStringCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadDataCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadStringCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadDataCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadFileCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadValuesCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadProgressChangedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadProgressChangedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "WriteStreamClosedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "WebHeaderCollection", + "Namespace": "System.Net" + }, + { + "Name": "HttpResponseHeader", + "Namespace": "System.Net" + }, + { + "Name": "HttpRequestHeader", + "Namespace": "System.Net" + }, + { + "Name": "IWebProxyScript", + "Namespace": "System.Net" + }, + { + "Name": "WebProxy", + "Namespace": "System.Net" + }, + { + "Name": "ClientWebSocket", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "ClientWebSocketOptions", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocket", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketCloseStatus", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketContext", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketError", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketException", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketMessageType", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketReceiveResult", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketState", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "Vector`1", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector", + "Namespace": "System.Numerics" + }, + { + "Name": "Matrix3x2", + "Namespace": "System.Numerics" + }, + { + "Name": "Matrix4x4", + "Namespace": "System.Numerics" + }, + { + "Name": "Plane", + "Namespace": "System.Numerics" + }, + { + "Name": "Quaternion", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector2", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector3", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector4", + "Namespace": "System.Numerics" + }, + { + "Name": "ICommand", + "Namespace": "System.Windows.Input" + }, + { + "Name": "DataErrorsChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyDataErrorInfo", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyPropertyChanged", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyPropertyChanging", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangingEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangingEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "KeyedCollection`2", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ObservableCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyDictionary`2", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyObservableCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "INotifyCollectionChanged", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedAction", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedEventArgs", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedEventHandler", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "SafeWaitHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "CriticalHandleMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "CriticalHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeHandleMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeFileHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "Console", + "Namespace": "Internal" + }, + { + "Name": "EnvironmentAugments", + "Namespace": "Internal.Runtime.Augments" + }, + { + "Name": "RuntimeThread", + "Namespace": "Internal.Runtime.Augments" + }, + { + "Name": "AggregateException", + "Namespace": "System" + }, + { + "Name": "AppContext", + "Namespace": "System" + }, + { + "Name": "Object", + "Namespace": "System" + }, + { + "Name": "Array", + "Namespace": "System" + }, + { + "Name": "ArraySegment`1", + "Namespace": "System" + }, + { + "Name": "Tuple", + "Namespace": "System" + }, + { + "Name": "Tuple`1", + "Namespace": "System" + }, + { + "Name": "Tuple`2", + "Namespace": "System" + }, + { + "Name": "Tuple`3", + "Namespace": "System" + }, + { + "Name": "Tuple`4", + "Namespace": "System" + }, + { + "Name": "Tuple`5", + "Namespace": "System" + }, + { + "Name": "Tuple`6", + "Namespace": "System" + }, + { + "Name": "Tuple`7", + "Namespace": "System" + }, + { + "Name": "Tuple`8", + "Namespace": "System" + }, + { + "Name": "String", + "Namespace": "System" + }, + { + "Name": "Exception", + "Namespace": "System" + }, + { + "Name": "DateTime", + "Namespace": "System" + }, + { + "Name": "OutOfMemoryException", + "Namespace": "System" + }, + { + "Name": "Delegate", + "Namespace": "System" + }, + { + "Name": "MulticastDelegate", + "Namespace": "System" + }, + { + "Name": "Activator", + "Namespace": "System" + }, + { + "Name": "AccessViolationException", + "Namespace": "System" + }, + { + "Name": "ArgIterator", + "Namespace": "System" + }, + { + "Name": "Attribute", + "Namespace": "System" + }, + { + "Name": "BadImageFormatException", + "Namespace": "System" + }, + { + "Name": "BitConverter", + "Namespace": "System" + }, + { + "Name": "Boolean", + "Namespace": "System" + }, + { + "Name": "Buffer", + "Namespace": "System" + }, + { + "Name": "Byte", + "Namespace": "System" + }, + { + "Name": "Decimal", + "Namespace": "System" + }, + { + "Name": "Double", + "Namespace": "System" + }, + { + "Name": "Enum", + "Namespace": "System" + }, + { + "Name": "EnvironmentVariableTarget", + "Namespace": "System" + }, + { + "Name": "GCCollectionMode", + "Namespace": "System" + }, + { + "Name": "GCNotificationStatus", + "Namespace": "System" + }, + { + "Name": "GC", + "Namespace": "System" + }, + { + "Name": "Guid", + "Namespace": "System" + }, + { + "Name": "InsufficientMemoryException", + "Namespace": "System" + }, + { + "Name": "Int16", + "Namespace": "System" + }, + { + "Name": "Int32", + "Namespace": "System" + }, + { + "Name": "Int64", + "Namespace": "System" + }, + { + "Name": "IntPtr", + "Namespace": "System" + }, + { + "Name": "Math", + "Namespace": "System" + }, + { + "Name": "MathF", + "Namespace": "System" + }, + { + "Name": "MissingFieldException", + "Namespace": "System" + }, + { + "Name": "MissingMemberException", + "Namespace": "System" + }, + { + "Name": "NonSerializedAttribute", + "Namespace": "System" + }, + { + "Name": "RuntimeArgumentHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeTypeHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeMethodHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeFieldHandle", + "Namespace": "System" + }, + { + "Name": "ModuleHandle", + "Namespace": "System" + }, + { + "Name": "SByte", + "Namespace": "System" + }, + { + "Name": "SerializableAttribute", + "Namespace": "System" + }, + { + "Name": "Single", + "Namespace": "System" + }, + { + "Name": "TimeSpan", + "Namespace": "System" + }, + { + "Name": "TimeZoneInfo", + "Namespace": "System" + }, + { + "Name": "Type", + "Namespace": "System" + }, + { + "Name": "TypedReference", + "Namespace": "System" + }, + { + "Name": "TypeLoadException", + "Namespace": "System" + }, + { + "Name": "UInt16", + "Namespace": "System" + }, + { + "Name": "UInt32", + "Namespace": "System" + }, + { + "Name": "UInt64", + "Namespace": "System" + }, + { + "Name": "UIntPtr", + "Namespace": "System" + }, + { + "Name": "ValueType", + "Namespace": "System" + }, + { + "Name": "WeakReference", + "Namespace": "System" + }, + { + "Name": "WeakReference`1", + "Namespace": "System" + }, + { + "Name": "__ComObject", + "Namespace": "System" + }, + { + "Name": "Nullable`1", + "Namespace": "System" + }, + { + "Name": "Nullable", + "Namespace": "System" + }, + { + "Name": "Action`1", + "Namespace": "System" + }, + { + "Name": "Action", + "Namespace": "System" + }, + { + "Name": "Action`2", + "Namespace": "System" + }, + { + "Name": "Action`3", + "Namespace": "System" + }, + { + "Name": "Action`4", + "Namespace": "System" + }, + { + "Name": "Func`1", + "Namespace": "System" + }, + { + "Name": "Func`2", + "Namespace": "System" + }, + { + "Name": "Func`3", + "Namespace": "System" + }, + { + "Name": "Func`4", + "Namespace": "System" + }, + { + "Name": "Func`5", + "Namespace": "System" + }, + { + "Name": "Action`5", + "Namespace": "System" + }, + { + "Name": "Action`6", + "Namespace": "System" + }, + { + "Name": "Action`7", + "Namespace": "System" + }, + { + "Name": "Action`8", + "Namespace": "System" + }, + { + "Name": "Func`6", + "Namespace": "System" + }, + { + "Name": "Func`7", + "Namespace": "System" + }, + { + "Name": "Func`8", + "Namespace": "System" + }, + { + "Name": "Func`9", + "Namespace": "System" + }, + { + "Name": "Comparison`1", + "Namespace": "System" + }, + { + "Name": "Converter`2", + "Namespace": "System" + }, + { + "Name": "Predicate`1", + "Namespace": "System" + }, + { + "Name": "ApplicationException", + "Namespace": "System" + }, + { + "Name": "ArgumentException", + "Namespace": "System" + }, + { + "Name": "ArgumentNullException", + "Namespace": "System" + }, + { + "Name": "ArgumentOutOfRangeException", + "Namespace": "System" + }, + { + "Name": "ArithmeticException", + "Namespace": "System" + }, + { + "Name": "ArrayTypeMismatchException", + "Namespace": "System" + }, + { + "Name": "AssemblyLoadEventArgs", + "Namespace": "System" + }, + { + "Name": "AssemblyLoadEventHandler", + "Namespace": "System" + }, + { + "Name": "AsyncCallback", + "Namespace": "System" + }, + { + "Name": "AttributeTargets", + "Namespace": "System" + }, + { + "Name": "AttributeUsageAttribute", + "Namespace": "System" + }, + { + "Name": "Char", + "Namespace": "System" + }, + { + "Name": "CharEnumerator", + "Namespace": "System" + }, + { + "Name": "CLSCompliantAttribute", + "Namespace": "System" + }, + { + "Name": "Base64FormattingOptions", + "Namespace": "System" + }, + { + "Name": "Convert", + "Namespace": "System" + }, + { + "Name": "DataMisalignedException", + "Namespace": "System" + }, + { + "Name": "DateTimeKind", + "Namespace": "System" + }, + { + "Name": "DateTimeOffset", + "Namespace": "System" + }, + { + "Name": "DayOfWeek", + "Namespace": "System" + }, + { + "Name": "DBNull", + "Namespace": "System" + }, + { + "Name": "DivideByZeroException", + "Namespace": "System" + }, + { + "Name": "DllNotFoundException", + "Namespace": "System" + }, + { + "Name": "DuplicateWaitObjectException", + "Namespace": "System" + }, + { + "Name": "EntryPointNotFoundException", + "Namespace": "System" + }, + { + "Name": "EventArgs", + "Namespace": "System" + }, + { + "Name": "EventHandler", + "Namespace": "System" + }, + { + "Name": "EventHandler`1", + "Namespace": "System" + }, + { + "Name": "ExecutionEngineException", + "Namespace": "System" + }, + { + "Name": "FieldAccessException", + "Namespace": "System" + }, + { + "Name": "FlagsAttribute", + "Namespace": "System" + }, + { + "Name": "FormatException", + "Namespace": "System" + }, + { + "Name": "FormattableString", + "Namespace": "System" + }, + { + "Name": "IAsyncResult", + "Namespace": "System" + }, + { + "Name": "ICloneable", + "Namespace": "System" + }, + { + "Name": "IComparable", + "Namespace": "System" + }, + { + "Name": "IComparable`1", + "Namespace": "System" + }, + { + "Name": "IConvertible", + "Namespace": "System" + }, + { + "Name": "ICustomFormatter", + "Namespace": "System" + }, + { + "Name": "IDisposable", + "Namespace": "System" + }, + { + "Name": "IEquatable`1", + "Namespace": "System" + }, + { + "Name": "IFormatProvider", + "Namespace": "System" + }, + { + "Name": "IFormattable", + "Namespace": "System" + }, + { + "Name": "IndexOutOfRangeException", + "Namespace": "System" + }, + { + "Name": "InsufficientExecutionStackException", + "Namespace": "System" + }, + { + "Name": "InvalidCastException", + "Namespace": "System" + }, + { + "Name": "InvalidOperationException", + "Namespace": "System" + }, + { + "Name": "InvalidProgramException", + "Namespace": "System" + }, + { + "Name": "InvalidTimeZoneException", + "Namespace": "System" + }, + { + "Name": "IObservable`1", + "Namespace": "System" + }, + { + "Name": "IObserver`1", + "Namespace": "System" + }, + { + "Name": "IProgress`1", + "Namespace": "System" + }, + { + "Name": "Lazy`1", + "Namespace": "System" + }, + { + "Name": "MarshalByRefObject", + "Namespace": "System" + }, + { + "Name": "MemberAccessException", + "Namespace": "System" + }, + { + "Name": "MethodAccessException", + "Namespace": "System" + }, + { + "Name": "MidpointRounding", + "Namespace": "System" + }, + { + "Name": "MissingMethodException", + "Namespace": "System" + }, + { + "Name": "MulticastNotSupportedException", + "Namespace": "System" + }, + { + "Name": "NotFiniteNumberException", + "Namespace": "System" + }, + { + "Name": "NotImplementedException", + "Namespace": "System" + }, + { + "Name": "NotSupportedException", + "Namespace": "System" + }, + { + "Name": "NullReferenceException", + "Namespace": "System" + }, + { + "Name": "ObjectDisposedException", + "Namespace": "System" + }, + { + "Name": "ObsoleteAttribute", + "Namespace": "System" + }, + { + "Name": "OperationCanceledException", + "Namespace": "System" + }, + { + "Name": "OverflowException", + "Namespace": "System" + }, + { + "Name": "ParamArrayAttribute", + "Namespace": "System" + }, + { + "Name": "PlatformNotSupportedException", + "Namespace": "System" + }, + { + "Name": "Progress`1", + "Namespace": "System" + }, + { + "Name": "Random", + "Namespace": "System" + }, + { + "Name": "RankException", + "Namespace": "System" + }, + { + "Name": "ReadOnlySpan`1", + "Namespace": "System" + }, + { + "Name": "ResolveEventArgs", + "Namespace": "System" + }, + { + "Name": "ResolveEventHandler", + "Namespace": "System" + }, + { + "Name": "Span`1", + "Namespace": "System" + }, + { + "Name": "Span", + "Namespace": "System" + }, + { + "Name": "StackOverflowException", + "Namespace": "System" + }, + { + "Name": "StringComparer", + "Namespace": "System" + }, + { + "Name": "StringComparison", + "Namespace": "System" + }, + { + "Name": "StringSplitOptions", + "Namespace": "System" + }, + { + "Name": "SystemException", + "Namespace": "System" + }, + { + "Name": "STAThreadAttribute", + "Namespace": "System" + }, + { + "Name": "MTAThreadAttribute", + "Namespace": "System" + }, + { + "Name": "ThreadStaticAttribute", + "Namespace": "System" + }, + { + "Name": "TimeoutException", + "Namespace": "System" + }, + { + "Name": "TimeZone", + "Namespace": "System" + }, + { + "Name": "TimeZoneNotFoundException", + "Namespace": "System" + }, + { + "Name": "TupleExtensions", + "Namespace": "System" + }, + { + "Name": "TypeAccessException", + "Namespace": "System" + }, + { + "Name": "TypeCode", + "Namespace": "System" + }, + { + "Name": "TypeInitializationException", + "Namespace": "System" + }, + { + "Name": "TypeUnloadedException", + "Namespace": "System" + }, + { + "Name": "UnauthorizedAccessException", + "Namespace": "System" + }, + { + "Name": "UnhandledExceptionEventArgs", + "Namespace": "System" + }, + { + "Name": "UnhandledExceptionEventHandler", + "Namespace": "System" + }, + { + "Name": "ValueTuple", + "Namespace": "System" + }, + { + "Name": "ValueTuple`1", + "Namespace": "System" + }, + { + "Name": "ValueTuple`2", + "Namespace": "System" + }, + { + "Name": "ValueTuple`3", + "Namespace": "System" + }, + { + "Name": "ValueTuple`4", + "Namespace": "System" + }, + { + "Name": "ValueTuple`5", + "Namespace": "System" + }, + { + "Name": "ValueTuple`6", + "Namespace": "System" + }, + { + "Name": "ValueTuple`7", + "Namespace": "System" + }, + { + "Name": "ValueTuple`8", + "Namespace": "System" + }, + { + "Name": "Version", + "Namespace": "System" + }, + { + "Name": "Void", + "Namespace": "System" + }, + { + "Name": "AssemblyHashAlgorithm", + "Namespace": "System.Configuration.Assemblies" + }, + { + "Name": "AssemblyVersionCompatibility", + "Namespace": "System.Configuration.Assemblies" + }, + { + "Name": "DefaultValueAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorBrowsableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorBrowsableState", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ResourceManager", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceReader", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceSet", + "Namespace": "System.Resources" + }, + { + "Name": "IResourceReader", + "Namespace": "System.Resources" + }, + { + "Name": "MissingManifestResourceException", + "Namespace": "System.Resources" + }, + { + "Name": "MissingSatelliteAssemblyException", + "Namespace": "System.Resources" + }, + { + "Name": "NeutralResourcesLanguageAttribute", + "Namespace": "System.Resources" + }, + { + "Name": "SatelliteContractVersionAttribute", + "Namespace": "System.Resources" + }, + { + "Name": "UltimateResourceFallbackLocation", + "Namespace": "System.Resources" + }, + { + "Name": "Debugger", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerStepThroughAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerHiddenAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerNonUserCodeAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggableAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerBrowsableState", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerBrowsableAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerTypeProxyAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerDisplayAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "StackTrace", + "Namespace": "System.Diagnostics" + }, + { + "Name": "StackFrame", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Debug", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ConditionalAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SuppressMessageAttribute", + "Namespace": "System.Diagnostics.CodeAnalysis" + }, + { + "Name": "ISymbolDocumentWriter", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "PureAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractClassAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractClassForAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractInvariantMethodAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractReferenceAssemblyAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractRuntimeIgnoredAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractVerificationAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractPublicPropertyNameAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractArgumentValidatorAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractAbbreviatorAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractOptionAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "Contract", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractFailureKind", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractFailedEventArgs", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractHelper", + "Namespace": "System.Diagnostics.Contracts.Internal" + }, + { + "Name": "EventSource", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventActivityOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceSettings", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventListener", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventCommandEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceCreatedEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventWrittenEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "NonEventAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventCommand", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventManifestOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceException", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventLevel", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventTask", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventOpcode", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventChannel", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventKeywords", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventDataAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldTags", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldFormat", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventIgnoreAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventTags", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "TraceLoggingEventTypes", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "BinaryReader", + "Namespace": "System.IO" + }, + { + "Name": "BinaryWriter", + "Namespace": "System.IO" + }, + { + "Name": "FileLoadException", + "Namespace": "System.IO" + }, + { + "Name": "FileNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "IOException", + "Namespace": "System.IO" + }, + { + "Name": "MemoryStream", + "Namespace": "System.IO" + }, + { + "Name": "Stream", + "Namespace": "System.IO" + }, + { + "Name": "UnmanagedMemoryAccessor", + "Namespace": "System.IO" + }, + { + "Name": "DirectoryNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "EndOfStreamException", + "Namespace": "System.IO" + }, + { + "Name": "FileAccess", + "Namespace": "System.IO" + }, + { + "Name": "FileMode", + "Namespace": "System.IO" + }, + { + "Name": "FileOptions", + "Namespace": "System.IO" + }, + { + "Name": "FileShare", + "Namespace": "System.IO" + }, + { + "Name": "FileStream", + "Namespace": "System.IO" + }, + { + "Name": "Path", + "Namespace": "System.IO" + }, + { + "Name": "PathTooLongException", + "Namespace": "System.IO" + }, + { + "Name": "SeekOrigin", + "Namespace": "System.IO" + }, + { + "Name": "UnmanagedMemoryStream", + "Namespace": "System.IO" + }, + { + "Name": "ArrayPool`1", + "Namespace": "System.Buffers" + }, + { + "Name": "AllowPartiallyTrustedCallersAttribute", + "Namespace": "System.Security" + }, + { + "Name": "PartialTrustVisibilityLevel", + "Namespace": "System.Security" + }, + { + "Name": "SecureString", + "Namespace": "System.Security" + }, + { + "Name": "SecurityCriticalAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityCriticalScope", + "Namespace": "System.Security" + }, + { + "Name": "SecurityException", + "Namespace": "System.Security" + }, + { + "Name": "SecurityRulesAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityRuleSet", + "Namespace": "System.Security" + }, + { + "Name": "SecuritySafeCriticalAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityTransparentAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityTreatAsSafeAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SuppressUnmanagedCodeSecurityAttribute", + "Namespace": "System.Security" + }, + { + "Name": "UnverifiableCodeAttribute", + "Namespace": "System.Security" + }, + { + "Name": "VerificationException", + "Namespace": "System.Security" + }, + { + "Name": "CryptographicException", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SynchronizationContext", + "Namespace": "System.Threading" + }, + { + "Name": "EventWaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "Interlocked", + "Namespace": "System.Threading" + }, + { + "Name": "Monitor", + "Namespace": "System.Threading" + }, + { + "Name": "Mutex", + "Namespace": "System.Threading" + }, + { + "Name": "NativeOverlapped", + "Namespace": "System.Threading" + }, + { + "Name": "Overlapped", + "Namespace": "System.Threading" + }, + { + "Name": "Semaphore", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadInterruptedException", + "Namespace": "System.Threading" + }, + { + "Name": "RegisteredWaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "WaitCallback", + "Namespace": "System.Threading" + }, + { + "Name": "WaitOrTimerCallback", + "Namespace": "System.Threading" + }, + { + "Name": "IOCompletionCallback", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPool", + "Namespace": "System.Threading" + }, + { + "Name": "TimerCallback", + "Namespace": "System.Threading" + }, + { + "Name": "Timer", + "Namespace": "System.Threading" + }, + { + "Name": "Volatile", + "Namespace": "System.Threading" + }, + { + "Name": "WaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "SpinLock", + "Namespace": "System.Threading" + }, + { + "Name": "SpinWait", + "Namespace": "System.Threading" + }, + { + "Name": "LazyInitializer", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadLocal`1", + "Namespace": "System.Threading" + }, + { + "Name": "LockRecursionPolicy", + "Namespace": "System.Threading" + }, + { + "Name": "ReaderWriterLockSlim", + "Namespace": "System.Threading" + }, + { + "Name": "SemaphoreSlim", + "Namespace": "System.Threading" + }, + { + "Name": "ManualResetEventSlim", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationTokenRegistration", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationTokenSource", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationToken", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPoolBoundHandle", + "Namespace": "System.Threading" + }, + { + "Name": "PreAllocatedOverlapped", + "Namespace": "System.Threading" + }, + { + "Name": "AbandonedMutexException", + "Namespace": "System.Threading" + }, + { + "Name": "ApartmentState", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncLocal`1", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncLocalValueChangedArgs`1", + "Namespace": "System.Threading" + }, + { + "Name": "AutoResetEvent", + "Namespace": "System.Threading" + }, + { + "Name": "EventResetMode", + "Namespace": "System.Threading" + }, + { + "Name": "ContextCallback", + "Namespace": "System.Threading" + }, + { + "Name": "ExecutionContext", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncFlowControl", + "Namespace": "System.Threading" + }, + { + "Name": "LazyThreadSafetyMode", + "Namespace": "System.Threading" + }, + { + "Name": "LockRecursionException", + "Namespace": "System.Threading" + }, + { + "Name": "ManualResetEvent", + "Namespace": "System.Threading" + }, + { + "Name": "ParameterizedThreadStart", + "Namespace": "System.Threading" + }, + { + "Name": "SemaphoreFullException", + "Namespace": "System.Threading" + }, + { + "Name": "SendOrPostCallback", + "Namespace": "System.Threading" + }, + { + "Name": "SynchronizationLockException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadAbortException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPriority", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStart", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStartException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadState", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStateException", + "Namespace": "System.Threading" + }, + { + "Name": "Timeout", + "Namespace": "System.Threading" + }, + { + "Name": "WaitHandleCannotBeOpenedException", + "Namespace": "System.Threading" + }, + { + "Name": "Task`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskFactory`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskStatus", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Task", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCreationOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskContinuationOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskFactory", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskScheduler", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "UnobservedTaskExceptionEventArgs", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCompletionSource`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ConcurrentExclusiveSchedulerPair", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCanceledException", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskExtensions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskSchedulerException", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Calendar", + "Namespace": "System.Globalization" + }, + { + "Name": "CharUnicodeInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CompareOptions", + "Namespace": "System.Globalization" + }, + { + "Name": "CompareInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "GregorianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "IdnMapping", + "Namespace": "System.Globalization" + }, + { + "Name": "RegionInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "TextElementEnumerator", + "Namespace": "System.Globalization" + }, + { + "Name": "TextInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CalendarAlgorithmType", + "Namespace": "System.Globalization" + }, + { + "Name": "CalendarWeekRule", + "Namespace": "System.Globalization" + }, + { + "Name": "ChineseLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureNotFoundException", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureTypes", + "Namespace": "System.Globalization" + }, + { + "Name": "DateTimeFormatInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "DateTimeStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "DaylightTime", + "Namespace": "System.Globalization" + }, + { + "Name": "DigitShapes", + "Namespace": "System.Globalization" + }, + { + "Name": "EastAsianLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "GregorianCalendarTypes", + "Namespace": "System.Globalization" + }, + { + "Name": "HebrewCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "HijriCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JapaneseCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JapaneseLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JulianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "KoreanCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "KoreanLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "NumberFormatInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "NumberStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "PersianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "SortKey", + "Namespace": "System.Globalization" + }, + { + "Name": "SortVersion", + "Namespace": "System.Globalization" + }, + { + "Name": "StringInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "TaiwanCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "TaiwanLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "ThaiBuddhistCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "TimeSpanStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "UmAlQuraCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "UnicodeCategory", + "Namespace": "System.Globalization" + }, + { + "Name": "Assembly", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyName", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "ConstructorInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeData", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeNamedArgument", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeTypedArgument", + "Namespace": "System.Reflection" + }, + { + "Name": "ExceptionHandlingClause", + "Namespace": "System.Reflection" + }, + { + "Name": "FieldInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "LocalVariableInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodBase", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodBody", + "Namespace": "System.Reflection" + }, + { + "Name": "AmbiguousMatchException", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyAlgorithmIdAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCompanyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyConfigurationAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyContentType", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCopyrightAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCultureAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDefaultAliasAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDelaySignAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDescriptionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFileVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFlagsAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyInformationalVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyKeyFileAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyKeyNameAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyMetadataAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyNameFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyProductAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblySignatureKeyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyTitleAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyTrademarkAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "Binder", + "Namespace": "System.Reflection" + }, + { + "Name": "BindingFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "CallingConventions", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeFormatException", + "Namespace": "System.Reflection" + }, + { + "Name": "DefaultMemberAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "EventAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "EventInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ExceptionHandlingClauseOptions", + "Namespace": "System.Reflection" + }, + { + "Name": "FieldAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "GenericParameterAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ICustomAttributeProvider", + "Namespace": "System.Reflection" + }, + { + "Name": "ImageFileMachine", + "Namespace": "System.Reflection" + }, + { + "Name": "InterfaceMapping", + "Namespace": "System.Reflection" + }, + { + "Name": "IntrospectionExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "InvalidFilterCriteriaException", + "Namespace": "System.Reflection" + }, + { + "Name": "IReflect", + "Namespace": "System.Reflection" + }, + { + "Name": "IReflectableType", + "Namespace": "System.Reflection" + }, + { + "Name": "ManifestResourceInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberFilter", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberTypes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodImplAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "Missing", + "Namespace": "System.Reflection" + }, + { + "Name": "Module", + "Namespace": "System.Reflection" + }, + { + "Name": "ModuleResolveEventHandler", + "Namespace": "System.Reflection" + }, + { + "Name": "ObfuscateAssemblyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "ObfuscationAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterModifier", + "Namespace": "System.Reflection" + }, + { + "Name": "Pointer", + "Namespace": "System.Reflection" + }, + { + "Name": "PortableExecutableKinds", + "Namespace": "System.Reflection" + }, + { + "Name": "ProcessorArchitecture", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ReflectionContext", + "Namespace": "System.Reflection" + }, + { + "Name": "ReflectionTypeLoadException", + "Namespace": "System.Reflection" + }, + { + "Name": "ResourceAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ResourceLocation", + "Namespace": "System.Reflection" + }, + { + "Name": "StrongNameKeyPair", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetException", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetInvocationException", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetParameterCountException", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeDelegator", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeFilter", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyExtensions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "AssemblyBuilderAccess", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ConstructorBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "DynamicMethod", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EventBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EventToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FieldBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FieldToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ILGenerator", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "Label", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "LocalBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "MethodBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "CustomAttributeBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "MethodToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ModuleBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PEFileKinds", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCodes", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCode", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCodeType", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StackBehaviour", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OperandType", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FlowControl", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ParameterBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ParameterToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PropertyBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PropertyToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "SignatureHelper", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "SignatureToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StringToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PackingSize", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "TypeBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "GenericTypeParameterBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EnumBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "TypeToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StringBuilder", + "Namespace": "System.Text" + }, + { + "Name": "DecoderExceptionFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderExceptionFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallbackException", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "DecoderReplacementFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderReplacementFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderExceptionFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderExceptionFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallbackException", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderReplacementFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderReplacementFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "Encoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF7Encoding", + "Namespace": "System.Text" + }, + { + "Name": "ASCIIEncoding", + "Namespace": "System.Text" + }, + { + "Name": "Decoder", + "Namespace": "System.Text" + }, + { + "Name": "Encoder", + "Namespace": "System.Text" + }, + { + "Name": "EncodingInfo", + "Namespace": "System.Text" + }, + { + "Name": "EncodingProvider", + "Namespace": "System.Text" + }, + { + "Name": "NormalizationForm", + "Namespace": "System.Text" + }, + { + "Name": "UnicodeEncoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF32Encoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF8Encoding", + "Namespace": "System.Text" + }, + { + "Name": "DictionaryEntry", + "Namespace": "System.Collections" + }, + { + "Name": "ICollection", + "Namespace": "System.Collections" + }, + { + "Name": "IComparer", + "Namespace": "System.Collections" + }, + { + "Name": "IDictionary", + "Namespace": "System.Collections" + }, + { + "Name": "IDictionaryEnumerator", + "Namespace": "System.Collections" + }, + { + "Name": "IEnumerable", + "Namespace": "System.Collections" + }, + { + "Name": "IEnumerator", + "Namespace": "System.Collections" + }, + { + "Name": "IEqualityComparer", + "Namespace": "System.Collections" + }, + { + "Name": "IList", + "Namespace": "System.Collections" + }, + { + "Name": "IStructuralComparable", + "Namespace": "System.Collections" + }, + { + "Name": "IStructuralEquatable", + "Namespace": "System.Collections" + }, + { + "Name": "Collection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "Comparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Dictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "EqualityComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "List`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "ICollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEnumerable`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEnumerator`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEqualityComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyNotFoundException", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyValuePair", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyValuePair`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "MemoryFailPoint", + "Namespace": "System.Runtime" + }, + { + "Name": "GCLargeObjectHeapCompactionMode", + "Namespace": "System.Runtime" + }, + { + "Name": "GCLatencyMode", + "Namespace": "System.Runtime" + }, + { + "Name": "GCSettings", + "Namespace": "System.Runtime" + }, + { + "Name": "RuntimeImports", + "Namespace": "System.Runtime" + }, + { + "Name": "TargetFrameworkAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "SerializationInfo", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IDeserializationCallback", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IFormatterConverter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IObjectReference", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISafeSerializationData", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializable", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnDeserializedAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnDeserializingAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnSerializedAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnSerializingAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OptionalFieldAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SafeSerializationEventArgs", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationException", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationEntry", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationInfoEnumerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "StreamingContext", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "StreamingContextStates", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "AssemblyLoadContext", + "Namespace": "System.Runtime.Loader" + }, + { + "Name": "HandleProcessCorruptedStateExceptionsAttribute", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "ExceptionDispatchInfo", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "FirstChanceExceptionEventArgs", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "ArrayWithOffset", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeIdentifierAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "AllowReversePInvokeCallsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DispIdAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComInterfaceType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InterfaceTypeAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComDefaultInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ClassInterfaceType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ClassInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "LCIDConversionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ProgIdAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComSourceInterfacesAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "MarshalAsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComImportAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GuidAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "PreserveSigAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OutAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OptionalAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DllImportSearchPath", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultDllImportSearchPathsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DllImportAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "StructLayoutAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "FieldOffsetAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CoClassAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BestFitMappingAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultCharSetAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "COMException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CriticalHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GCHandleType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GCHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "HandleRef", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomMarshaler", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InvalidOleVariantTypeException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CustomQueryInterfaceMode", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "Marshal", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "MarshalDirectiveException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SEHException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeBuffer", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BStrWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CurrencyWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ErrorWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnknownWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "VariantWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComMemberType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomAdapter", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CustomQueryInterfaceResult", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomQueryInterface", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InvalidComObjectException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeArrayRankMismatchException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeArrayTypeMismatchException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "NativeCallableAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DispatchWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomFactory", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComEventsHelper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CallingConvention", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CharSet", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComVisibleAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ExternalException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "LayoutKind", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnmanagedFunctionPointerAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnmanagedType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "VarEnum", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "InterfaceImplementedInVersionAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "ReadOnlyArrayAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WriteOnlyArrayAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "ReturnValueNameAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "EventRegistrationToken", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "EventRegistrationTokenTable`1", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "IActivationFactory", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WindowsRuntimeMarshal", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "BIND_OPTS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IBindCtx", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IConnectionPointContainer", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IConnectionPoint", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumMoniker", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CONNECTDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumConnections", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumConnectionPoints", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumString", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumVARIANT", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FILETIME", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IMoniker", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IPersistFile", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IRunningObjectTable", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STATSTG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IStream", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DESCKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "BINDPTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeComp", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IMPLTYPEFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEATTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDLFLAG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDLDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "PARAMFLAG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "PARAMDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ELEMDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DISPPARAMS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "EXCEPINFO", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "INVOKEKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CALLCONV", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeInfo", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "SYSKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "LIBFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPELIBATTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeLib", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeLib2", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeInfo2", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CriticalFinalizerObject", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "Cer", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "Consistency", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "ReliabilityContractAttribute", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "RuntimeHelpers", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CustomConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DateTimeConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DecimalConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodImplAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ICastable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeWrappedException", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConditionalWeakTable`2", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncVoidMethodBuilder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncTaskMethodBuilder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncTaskMethodBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TaskAwaiter", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TaskAwaiter`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredTaskAwaitable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredTaskAwaitable`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "YieldAwaitable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ContractHelper", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AccessedThroughPropertyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncStateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerFilePathAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerLineNumberAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerMemberNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilationRelaxations", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilationRelaxationsAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerGeneratedAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerGlobalScopeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DefaultDependencyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DependencyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DisablePrivateReflectionAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DiscardableAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ExtensionAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FixedAddressValueTypeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FixedBufferAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FormattableStringFactory", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IAsyncStateMachine", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IndexerNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "INotifyCompletion", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ICriticalNotifyCompletion", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "InternalsVisibleToAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsConst", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsByRefLikeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsVolatile", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IteratorStateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ITuple", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "LoadHint", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodCodeType", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodImplOptions", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsReadOnlyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ReferenceAssemblyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeCompatibilityAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeFeature", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "SpecialNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StringFreezingAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StrongBox`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IStrongBox", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "SuppressIldasmAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TupleElementNamesAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TypeForwardedFromAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TypeForwardedToAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "UnsafeValueTypeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IStreamProvider", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlDictionary", + "Namespace": "System.Xml" + }, + { + "Name": "UniqueId", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlBinaryReaderInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "XmlBinaryReaderSession", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlBinaryWriterInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "XmlBinaryWriterSession", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionary", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryWriter", + "Namespace": "System.Xml" + }, + { + "Name": "OnXmlDictionaryReaderClose", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReaderQuotaTypes", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReaderQuotas", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryString", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlTextReaderInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlTextWriterInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "IFragmentCapableXmlDictionaryWriter", + "Namespace": "System.Xml" + }, + { + "Name": "DataContractResolver", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializer", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializerSettings", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ExtensionDataObject", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XmlObjectSerializer", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializerExtensions", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XmlSerializableServices", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DateTimeFormat", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "EmitTypeInformation", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "JsonFormatGeneratorStatics", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ExportOptions", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IExtensibleDataObject", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XPathQueryGenerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XsdDataContractExporter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractJsonSerializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "DataContractJsonSerializerSettings", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "JsonReaderWriterFactory", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "IXmlJsonReaderInitializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "IXmlJsonWriterInitializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "GenericUriParserOptions", + "Namespace": "System" + }, + { + "Name": "GenericUriParser", + "Namespace": "System" + }, + { + "Name": "Uri", + "Namespace": "System" + }, + { + "Name": "UriBuilder", + "Namespace": "System" + }, + { + "Name": "UriKind", + "Namespace": "System" + }, + { + "Name": "UriComponents", + "Namespace": "System" + }, + { + "Name": "UriFormat", + "Namespace": "System" + }, + { + "Name": "UriFormatException", + "Namespace": "System" + }, + { + "Name": "UriHostNameType", + "Namespace": "System" + }, + { + "Name": "HttpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "FtpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "FileStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NewsStyleUriParser", + "Namespace": "System" + }, + { + "Name": "GopherStyleUriParser", + "Namespace": "System" + }, + { + "Name": "LdapStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NetPipeStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NetTcpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "UriPartial", + "Namespace": "System" + }, + { + "Name": "UriParser", + "Namespace": "System" + }, + { + "Name": "XmlNamedNodeMap", + "Namespace": "System.Xml" + }, + { + "Name": "IApplicationResourceStreamResolver", + "Namespace": "System.Xml" + }, + { + "Name": "IHasXmlNode", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlLineInfo", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlNamespaceResolver", + "Namespace": "System.Xml" + }, + { + "Name": "NameTable", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDateTimeSerializationMode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlConvert", + "Namespace": "System.Xml" + }, + { + "Name": "XmlException", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNamespaceManager", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNamespaceScope", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNameTable", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeOrder", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeType", + "Namespace": "System.Xml" + }, + { + "Name": "XmlQualifiedName", + "Namespace": "System.Xml" + }, + { + "Name": "XmlResolver", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSecureResolver", + "Namespace": "System.Xml" + }, + { + "Name": "XmlUrlResolver", + "Namespace": "System.Xml" + }, + { + "Name": "ConformanceLevel", + "Namespace": "System.Xml" + }, + { + "Name": "DtdProcessing", + "Namespace": "System.Xml" + }, + { + "Name": "EntityHandling", + "Namespace": "System.Xml" + }, + { + "Name": "NamespaceHandling", + "Namespace": "System.Xml" + }, + { + "Name": "NewLineHandling", + "Namespace": "System.Xml" + }, + { + "Name": "ReadState", + "Namespace": "System.Xml" + }, + { + "Name": "ValidationType", + "Namespace": "System.Xml" + }, + { + "Name": "WhitespaceHandling", + "Namespace": "System.Xml" + }, + { + "Name": "XmlParserContext", + "Namespace": "System.Xml" + }, + { + "Name": "XmlReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlReaderSettings", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSpace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTextReader", + "Namespace": "System.Xml" + }, + { + "Name": "Formatting", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTextWriter", + "Namespace": "System.Xml" + }, + { + "Name": "XmlValidatingReader", + "Namespace": "System.Xml" + }, + { + "Name": "WriteState", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWriter", + "Namespace": "System.Xml" + }, + { + "Name": "XmlOutputMethod", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWriterSettings", + "Namespace": "System.Xml" + }, + { + "Name": "XmlAttribute", + "Namespace": "System.Xml" + }, + { + "Name": "XmlAttributeCollection", + "Namespace": "System.Xml" + }, + { + "Name": "XmlCDataSection", + "Namespace": "System.Xml" + }, + { + "Name": "XmlCharacterData", + "Namespace": "System.Xml" + }, + { + "Name": "XmlComment", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDeclaration", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocument", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocumentFragment", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocumentType", + "Namespace": "System.Xml" + }, + { + "Name": "XmlElement", + "Namespace": "System.Xml" + }, + { + "Name": "XmlEntity", + "Namespace": "System.Xml" + }, + { + "Name": "XmlEntityReference", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedAction", + "Namespace": "System.Xml" + }, + { + "Name": "XmlImplementation", + "Namespace": "System.Xml" + }, + { + "Name": "XmlLinkedNode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedEventArgs", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedEventHandler", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeList", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNotation", + "Namespace": "System.Xml" + }, + { + "Name": "XmlProcessingInstruction", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSignificantWhitespace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlText", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWhitespace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTokenizedType", + "Namespace": "System.Xml" + }, + { + "Name": "CodeGenerationOptions", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "CodeIdentifier", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "CodeIdentifiers", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "ImportContext", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "IXmlSerializable", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "IXmlTextParser", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SchemaImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributeOverrides", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapEnumAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapIgnoreAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapIncludeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapReflectionImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapSchemaMember", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapTypeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyElementAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayItemAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayItemAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeOverrides", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlChoiceIdentifierAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlEnumAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlIgnoreAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlIncludeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMappingAccess", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMemberMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMembersMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNamespaceDeclarationsAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlReflectionImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlReflectionMember", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlRootAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaExporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaProviderAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemas", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaEnumerator", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationGeneratedCode", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationReader", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationFixupCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationCollectionFixupCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationReadCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationWriter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationWriteCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerAssemblyAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlDeserializationEvents", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerImplementation", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializer", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerFactory", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerNamespaces", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerVersionAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTextAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTypeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTypeMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNodeEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNodeEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "UnreferencedObjectEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "UnreferencedObjectEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaDatatypeVariety", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "IXmlSchemaInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "ValidationEventArgs", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "ValidationEventHandler", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlAtomicValue", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchema", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAll", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnnotated", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnnotation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAny", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnyAttribute", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAppInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttribute", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttributeGroup", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttributeGroupRef", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaChoice", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCollection", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCollectionEnumerator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContentExtension", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContentRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentModel", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentProcessing", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDatatype", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDerivationMethod", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDocumentation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaElement", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaExternal", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaNumericFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaPatternFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaEnumerationFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinExclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinInclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxExclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxInclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaTotalDigitsFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaFractionDigitsFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaWhiteSpaceFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaForm", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroup", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroupBase", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroupRef", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaIdentityConstraint", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaXPath", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaUnique", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaKey", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaKeyref", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaImport", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInclude", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaNotation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObject", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectCollection", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectEnumerator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectTable", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaParticle", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaRedefine", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSequence", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCompilationSettings", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContentExtension", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContentRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeList", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeUnion", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaUse", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidationException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlValueGetter", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidationFlags", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidity", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSeverityType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlTypeCode", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInference", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInferenceException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XslCompiledTransform", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltMessageEncounteredEventArgs", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltMessageEncounteredEventHandler", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltArgumentList", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "IXsltContextFunction", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "IXsltContextVariable", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltContext", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltException", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltCompileException", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XslTransform", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltSettings", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "ContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ElementContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NodeKindContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AttributeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NamespaceIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AttributeContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ContentMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DodSequenceMerge", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "SetIteratorResult", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "UnionIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IntersectIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DifferenceIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "FollowingSiblingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "FollowingSiblingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingSiblingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingSiblingDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "StringConcat", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DescendantIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DescendantMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ParentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AncestorIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AncestorDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathFollowingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathFollowingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NodeRangeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "Int32Aggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "Int64Aggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DecimalAggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DoubleAggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlCollation", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlILIndex", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlILStorageConverter", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IteratorResult", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IdIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlNavigatorFilter", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryContext", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryOutput", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryRuntime", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQuerySequence`1", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryItemSequence", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryNodeSequence", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlSortKeyAccumulator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltConvert", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltFunctions", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltLibrary", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IXPathNavigable", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathDocument", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathException", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlSortOrder", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlCaseOrder", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlDataType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathResultType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathExpression", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathItem", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNamespaceScope", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNavigator", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNodeIterator", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNodeType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlKnownDtds", + "Namespace": "System.Xml.Resolvers" + }, + { + "Name": "XmlPreloadedResolver", + "Namespace": "System.Xml.Resolvers" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XAttribute", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XCData", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XComment", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XContainer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDeclaration", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDocument", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDocumentType", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XElement", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObjectChange", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "LoadOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "SaveOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "ReaderOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XName", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNamespace", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNode", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNodeDocumentOrderComparer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNodeEqualityComparer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObject", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObjectChangeEventArgs", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XProcessingInstruction", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XStreamingElement", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XText", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "DispatchProxy", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodSemanticsAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "DeclarativeSecurityAction", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodImportAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ManifestResourceAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyHashAlgorithm", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "ManagedPEBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DebugDirectoryBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEDirectoriesBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEHeaderBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "ResourceSectionBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "SectionLocation", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CoffHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CorFlags", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CorHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CodeViewDebugDirectoryData", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DebugDirectoryEntry", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DebugDirectoryEntryType", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DirectoryEntry", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "Machine", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "Characteristics", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEMagic", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "Subsystem", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DllCharacteristics", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "SectionCharacteristics", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEHeaders", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEMemoryBlock", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEReader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEStreamOptions", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "SectionHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "EntityHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Blob", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobWriter", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobBuilder", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ReservedBlob`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeNamedArgument`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeTypedArgument`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeValue`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ICustomAttributeTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ILOpCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ILOpCodeExtensions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImageFormatLimitationException", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataStreamOptions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataReaderProvider", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobContentId", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PrimitiveSerializationTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "InterfaceImplementationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImplementationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodSpecificationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExportedTypeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeSpecificationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FieldDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StandaloneSignatureHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ParameterHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterConstraintHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DeclarativeSecurityAttributeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ConstantHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ManifestResourceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyFileHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "UserStringHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StringHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "NamespaceDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GuidHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyFile", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobReader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Constant", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ConstantTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttribute", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeNamedArgumentKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DeclarativeSecurityAttribute", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ArrayShape", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ISZArrayTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ISignatureTypeProvider`2", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ISimpleTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureTypeKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "IConstructedTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodSignature`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PrimitiveTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExceptionRegion", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExceptionRegionKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExportedType", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FieldDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameter", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterConstraint", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterConstraintHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DeclarativeSecurityAttributeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FieldDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImplementationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ParameterHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "InterfaceImplementationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeReferenceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExportedTypeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReferenceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyAccessors", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventAccessors", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyReferenceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ManifestResourceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyFileHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "HandleComparer", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "HandleKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Handle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "InterfaceImplementation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ManifestResource", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StandaloneSignatureKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReferenceKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataReader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataReaderOptions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataStringComparer", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataStringDecoder", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodBodyBlock", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImplementation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImport", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodSpecification", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "NamespaceDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Parameter", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomDebugInformation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DebugMetadataHeader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Document", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DocumentNameBlobHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DocumentHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDebugInformationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalScopeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariableHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalConstantHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportScopeCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomDebugInformationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DocumentHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDebugInformationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalScopeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariableHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalConstantHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportScopeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomDebugInformationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportDefinitionKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportDefinitionCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalConstant", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportScope", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalScope", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariable", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariableAttributes", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDebugInformation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SequencePoint", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SequencePointCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PEReaderExtensions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SerializationTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureAttributes", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureCallingConvention", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureHeader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StandaloneSignature", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeLayout", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeSpecification", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FunctionPointerAttributes", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MethodBodyStreamEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MethodBodyAttributes", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataRootBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ControlFlowBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ExceptionRegionEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "InstructionEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LabelHandle", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CodedIndex", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "PortablePdbBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "BlobEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MethodSignatureEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LocalVariablesEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LocalVariableTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ParameterTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "PermissionSetEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "GenericTypeArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "FixedArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LiteralEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ScalarEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LiteralsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "VectorEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "NameEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomAttributeNamedArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "NamedArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "NamedArgumentTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomAttributeArrayTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomAttributeElementTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "SignatureTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomModifiersEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ArrayShapeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ReturnTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ParametersEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataSizes", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "SignatureDecoder`2", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "EditAndContinueLogEntry", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "EditAndContinueOperation", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ExportedTypeExtensions", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "HeapIndex", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataReaderExtensions", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataTokens", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "TableIndex", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataAggregator", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "TypeExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "EventInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "ModuleExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "IResourceWriter", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceWriter", + "Namespace": "System.Resources" + }, + { + "Name": "CallConvCdecl", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvStdcall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvThiscall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvFastcall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsPinned", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsBoxed", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsByValue", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsCopyConstructed", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsExplicitlyDereferenced", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsImplicitlyDereferenced", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsJitIntrinsic", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsLong", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsSignUnspecifiedByte", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsUdtReturn", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "HasCopySemanticsAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ScopelessEnumAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "NativeCppClassAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RequiredAttributeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerMarshalOverride", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "Action`9", + "Namespace": "System" + }, + { + "Name": "Action`10", + "Namespace": "System" + }, + { + "Name": "Action`11", + "Namespace": "System" + }, + { + "Name": "Action`12", + "Namespace": "System" + }, + { + "Name": "Action`13", + "Namespace": "System" + }, + { + "Name": "Action`14", + "Namespace": "System" + }, + { + "Name": "Action`15", + "Namespace": "System" + }, + { + "Name": "Action`16", + "Namespace": "System" + }, + { + "Name": "Func`10", + "Namespace": "System" + }, + { + "Name": "Func`11", + "Namespace": "System" + }, + { + "Name": "Func`12", + "Namespace": "System" + }, + { + "Name": "Func`13", + "Namespace": "System" + }, + { + "Name": "Func`14", + "Namespace": "System" + }, + { + "Name": "Func`15", + "Namespace": "System" + }, + { + "Name": "Func`16", + "Namespace": "System" + }, + { + "Name": "Func`17", + "Namespace": "System" + }, + { + "Name": "Lazy`2", + "Namespace": "System" + }, + { + "Name": "WaitHandleExtensions", + "Namespace": "System.Threading" + }, + { + "Name": "AssemblyTargetedPatchBandAttribute", + "Namespace": "System.Runtime" + }, + { + "Name": "TargetedPatchingOptOutAttribute", + "Namespace": "System.Runtime" + }, + { + "Name": "PrePrepareMethodAttribute", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "RuntimeReflectionExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "FileAttributes", + "Namespace": "System.IO" + }, + { + "Name": "HandleInheritability", + "Namespace": "System.IO" + }, + { + "Name": "ISet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "AppDomain", + "Namespace": "System" + }, + { + "Name": "AppDomainUnloadedException", + "Namespace": "System" + }, + { + "Name": "ApplicationId", + "Namespace": "System" + }, + { + "Name": "CannotUnloadAppDomainException", + "Namespace": "System" + }, + { + "Name": "ContextBoundObject", + "Namespace": "System" + }, + { + "Name": "ContextMarshalException", + "Namespace": "System" + }, + { + "Name": "ContextStaticAttribute", + "Namespace": "System" + }, + { + "Name": "Environment", + "Namespace": "System" + }, + { + "Name": "LoaderOptimization", + "Namespace": "System" + }, + { + "Name": "LoaderOptimizationAttribute", + "Namespace": "System" + }, + { + "Name": "OperatingSystem", + "Namespace": "System" + }, + { + "Name": "PlatformID", + "Namespace": "System" + }, + { + "Name": "StringNormalizationExtensions", + "Namespace": "System" + }, + { + "Name": "IPermission", + "Namespace": "System.Security" + }, + { + "Name": "ISecurityEncodable", + "Namespace": "System.Security" + }, + { + "Name": "SecurityElement", + "Namespace": "System.Security" + }, + { + "Name": "CodeAccessSecurityAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityAction", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermissionFlag", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ArrayList", + "Namespace": "System.Collections" + }, + { + "Name": "Comparer", + "Namespace": "System.Collections" + }, + { + "Name": "Hashtable", + "Namespace": "System.Collections" + }, + { + "Name": "IHashCodeProvider", + "Namespace": "System.Collections" + }, + { + "Name": "FrameworkName", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ComponentGuaranteesAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceConsumptionAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ComponentGuaranteesOptions", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceExposureAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceScope", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "VersioningHelper", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "AssemblyNameProxy", + "Namespace": "System.Reflection" + }, + { + "Name": "WebUtility", + "Namespace": "System.Net" + }, + { + "Name": "StreamReader", + "Namespace": "System.IO" + }, + { + "Name": "StreamWriter", + "Namespace": "System.IO" + }, + { + "Name": "StringReader", + "Namespace": "System.IO" + }, + { + "Name": "StringWriter", + "Namespace": "System.IO" + }, + { + "Name": "TextReader", + "Namespace": "System.IO" + }, + { + "Name": "TextWriter", + "Namespace": "System.IO" + }, + { + "Name": "BufferedStream", + "Namespace": "System.IO" + }, + { + "Name": "InvalidDataException", + "Namespace": "System.IO" + }, + { + "Name": "GlobalizationExtensions", + "Namespace": "System.Globalization" + }, + { + "Name": "Stopwatch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "IndentedTextWriter", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "SecureStringMarshal", + "Namespace": "System.Security" + }, + { + "Name": "AutomationProxyAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComAliasNameAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComCompatibleVersionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComConversionLossAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComRegisterFunctionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComUnregisterFunctionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IDispatchImplAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IDispatchImplType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ImportedFromTypeLibAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ManagedToNativeComInteropStubAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "PrimaryInteropAssemblyAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SetWin32ContextInIDispatchAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibImportClassAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibTypeFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibFuncFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVarFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibTypeAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibFuncAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVarAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVersionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComAwareEventInfo", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComEventInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultParameterValueAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "HandleCollector", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RuntimeEnvironment", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "AssemblyRegistrationFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ExporterEventKind", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RegistrationClassContext", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RegistrationConnectionType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ADVF", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DATADIR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DVASPECT", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FORMATETC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IAdviseSink", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDataObject", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumFORMATETC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumSTATDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STATDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STGMEDIUM", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYMED", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IUnknownConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeInformation", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "Architecture", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OSPlatform", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BigInteger", + "Namespace": "System.Numerics" + }, + { + "Name": "Complex", + "Namespace": "System.Numerics" + }, + { + "Name": "Formatter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterConverter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterServices", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IFormatter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializationSurrogate", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISurrogateSelector", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ObjectIDGenerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ObjectManager", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationBinder", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationObjectManager", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SurrogateSelector", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterTypeStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "FormatterAssemblyStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "TypeFilterLevel", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "IFieldInfo", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "BinaryFormatter", + "Namespace": "System.Runtime.Serialization.Formatters.Binary" + }, + { + "Name": "CollectionDataContractAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ContractNamespaceAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "EnumMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IgnoreDataMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "InvalidDataContractException", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializationSurrogateProvider", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "KnownTypeAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "AceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "KnownAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CustomAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CompoundAceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CompoundAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceQualifier", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "QualifiedAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceEnumerator", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RawAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SystemAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "DiscretionaryAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "InheritanceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "PropagationFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SecurityInfos", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ResourceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlSections", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlActions", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "NativeObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlModification", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessRule`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditRule`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectSecurity`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "PrivilegeNotHeldException", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ControlFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RawSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuthorizationRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuthorizationRuleCollection", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "GenericPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "Claim", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimsIdentity", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimsPrincipal", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimTypes", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimValueTypes", + "Namespace": "System.Security.Claims" + }, + { + "Name": "Aes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AesManaged", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricKeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricKeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricSignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricSignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoConfig", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DES", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSA", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSAParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSASignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSASignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECCurve", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDiffieHellmanPublicKey", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsa", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECPoint", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MaskGenerationMethod", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MD5", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACMD5", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA1", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA256", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA384", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA512", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "IncrementalHash", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PKCS1MaskGenerationMethod", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RandomNumberGenerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RC2", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Rijndael", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RijndaelManaged", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Rfc2898DeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSA", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAEncryptionPadding", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAEncryptionPaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOAEPKeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOAEPKeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1KeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1KeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1SignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1SignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSASignaturePadding", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSASignaturePaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SignatureDescription", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDES", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SafeNCryptHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptKeyHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptProviderHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptSecretHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "AesCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngAlgorithmGroup", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngExportPolicies", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKey", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyBlobFormat", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyCreationOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyCreationParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyHandleOpenOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyOpenOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyUsages", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngProperty", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngPropertyCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngPropertyOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngUIPolicy", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngUIProtectionLevels", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSACng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsaCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECKeyXmlFormat", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSACng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDESCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AesCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspProviderFlags", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ICspAsymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeyNumber", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MD5CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PasswordDeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RNGCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDESCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspKeyContainerInfo", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DESCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSACryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RC2CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSACryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedData", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedDataCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedDataEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "FromBase64TransformMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ToBase64Transform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "FromBase64Transform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Oid", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidGroup", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSAOpenSsl", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsaOpenSsl", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOpenSsl", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SafeEvpPKeyHandle", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObject", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObjectCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObjectEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "X509IssuerSerial", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "AlgorithmIdentifier", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipient", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipientCollection", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipientEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "ContentInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "EnvelopedCms", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "KeyAgreeRecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "KeyTransRecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9AttributeObject", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9ContentType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9DocumentDescription", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9DocumentName", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9MessageDigest", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9SigningTime", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "PublicKeyInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoCollection", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifier", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierOrKey", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierOrKeyType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "AsymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CipherMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicUnexpectedOperationException", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoStream", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoStreamMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HashAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HashAlgorithmName", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMAC", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ICryptoTransform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeyedHashAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeySizes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CertificateRequest", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "DSACertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "ECDsaCertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "OpenFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "PublicKey", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "RSACertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "StoreLocation", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "StoreName", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "SubjectAlternativeNameBuilder", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X500DistinguishedName", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X500DistinguishedNameFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509BasicConstraintsExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2Collection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2Enumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509CertificateCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Chain", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElement", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElementCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElementEnumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainPolicy", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainStatus", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainStatusFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ContentType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509EnhancedKeyUsageExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Extension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ExtensionCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ExtensionEnumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509FindType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509IncludeOption", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyStorageFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyUsageExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyUsageFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509NameType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509RevocationFlag", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509RevocationMode", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SignatureGenerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Store", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SubjectKeyIdentifierExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SubjectKeyIdentifierHashAlgorithm", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509VerificationFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "SafeX509ChainHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "ApplicationIdentity", + "Namespace": "System" + }, + { + "Name": "DistributedTransactionPermission", + "Namespace": "System.Transactions" + }, + { + "Name": "DistributedTransactionPermissionAttribute", + "Namespace": "System.Transactions" + }, + { + "Name": "CodeAccessPermission", + "Namespace": "System.Security" + }, + { + "Name": "HostProtectionException", + "Namespace": "System.Security" + }, + { + "Name": "HostSecurityManager", + "Namespace": "System.Security" + }, + { + "Name": "HostSecurityManagerOptions", + "Namespace": "System.Security" + }, + { + "Name": "IEvidenceFactory", + "Namespace": "System.Security" + }, + { + "Name": "ISecurityPolicyEncodable", + "Namespace": "System.Security" + }, + { + "Name": "IStackWalk", + "Namespace": "System.Security" + }, + { + "Name": "NamedPermissionSet", + "Namespace": "System.Security" + }, + { + "Name": "PermissionSet", + "Namespace": "System.Security" + }, + { + "Name": "PolicyLevelType", + "Namespace": "System.Security" + }, + { + "Name": "SecurityContext", + "Namespace": "System.Security" + }, + { + "Name": "SecurityContextSource", + "Namespace": "System.Security" + }, + { + "Name": "SecurityManager", + "Namespace": "System.Security" + }, + { + "Name": "SecurityState", + "Namespace": "System.Security" + }, + { + "Name": "SecurityZone", + "Namespace": "System.Security" + }, + { + "Name": "XmlSyntaxException", + "Namespace": "System.Security" + }, + { + "Name": "AllMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationDirectory", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationDirectoryMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrust", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrustCollection", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrustEnumerator", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationVersionMatch", + "Namespace": "System.Security.Policy" + }, + { + "Name": "CodeConnectAccess", + "Namespace": "System.Security.Policy" + }, + { + "Name": "CodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Evidence", + "Namespace": "System.Security.Policy" + }, + { + "Name": "EvidenceBase", + "Namespace": "System.Security.Policy" + }, + { + "Name": "FileCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "FirstMatchCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "GacInstalled", + "Namespace": "System.Security.Policy" + }, + { + "Name": "GacMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Hash", + "Namespace": "System.Security.Policy" + }, + { + "Name": "HashMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "IIdentityPermissionFactory", + "Namespace": "System.Security.Policy" + }, + { + "Name": "IMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "NetCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PermissionRequestEvidence", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyException", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyLevel", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyStatement", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyStatementAttribute", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Publisher", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PublisherMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Site", + "Namespace": "System.Security.Policy" + }, + { + "Name": "SiteMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "StrongName", + "Namespace": "System.Security.Policy" + }, + { + "Name": "StrongNameMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "TrustManagerContext", + "Namespace": "System.Security.Policy" + }, + { + "Name": "TrustManagerUIContext", + "Namespace": "System.Security.Policy" + }, + { + "Name": "UnionCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Url", + "Namespace": "System.Security.Policy" + }, + { + "Name": "UrlMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Zone", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ZoneMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "EnvironmentPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "EnvironmentPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "EnvironmentPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "GacIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "GacIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "HostProtectionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "HostProtectionResource", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageContainment", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageFilePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageFilePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStoragePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStoragePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IUnrestrictedPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntry", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntryCollection", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntryEnumerator", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PermissionSetAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PermissionState", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PrincipalPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PrincipalPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PublisherIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PublisherIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermissionFlag", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ResourcePermissionBase", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ResourcePermissionBaseEntry", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SiteIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SiteIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNameIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNameIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNamePublicKeyBlob", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionClipboard", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionWindow", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UrlIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UrlIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ZoneIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ZoneIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "DnsPermission", + "Namespace": "System.Net" + }, + { + "Name": "DnsPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "EndpointPermission", + "Namespace": "System.Net" + }, + { + "Name": "NetworkAccess", + "Namespace": "System.Net" + }, + { + "Name": "SocketPermission", + "Namespace": "System.Net" + }, + { + "Name": "SocketPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "TransportType", + "Namespace": "System.Net" + }, + { + "Name": "WebPermission", + "Namespace": "System.Net" + }, + { + "Name": "WebPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "PnrpPermission", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PnrpPermissionAttribute", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PnrpScope", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PeerCollaborationPermission", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerCollaborationPermissionAttribute", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "NetworkInformationAccess", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationPermission", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationPermissionAttribute", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "SmtpAccess", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpPermission", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpPermissionAttribute", + "Namespace": "System.Net.Mail" + }, + { + "Name": "PrintingPermission", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintingPermissionAttribute", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintingPermissionLevel", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "EventLogPermission", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionAccess", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionEntry", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionEntryCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermission", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionAccess", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionEntry", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionEntryCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SqlClientPermission", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientPermissionAttribute", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "OraclePermission", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OraclePermissionAttribute", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OleDbPermission", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbPermissionAttribute", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OdbcPermission", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcPermissionAttribute", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "DBDataPermission", + "Namespace": "System.Data.Common" + }, + { + "Name": "DBDataPermissionAttribute", + "Namespace": "System.Data.Common" + }, + { + "Name": "IIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "PrincipalPolicy", + "Namespace": "System.Security.Principal" + }, + { + "Name": "TokenImpersonationLevel", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IdentityNotMappedException", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IdentityReference", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IdentityReferenceCollection", + "Namespace": "System.Security.Principal" + }, + { + "Name": "NTAccount", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WellKnownSidType", + "Namespace": "System.Security.Principal" + }, + { + "Name": "SecurityIdentifier", + "Namespace": "System.Security.Principal" + }, + { + "Name": "TokenAccessLevels", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsBuiltInRole", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "SafeAccessTokenHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "ServiceController", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceControllerStatus", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceStartMode", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceType", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "TimeoutException", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "CodePagesEncodingProvider", + "Namespace": "System.Text" + }, + { + "Name": "UnicodeRange", + "Namespace": "System.Text.Unicode" + }, + { + "Name": "UnicodeRanges", + "Namespace": "System.Text.Unicode" + }, + { + "Name": "HtmlEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "JavaScriptEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "TextEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "TextEncoderSettings", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "UrlEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "Regex", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "MatchEvaluator", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Capture", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "CaptureCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Group", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "GroupCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Match", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "MatchCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexMatchTimeoutException", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexOptions", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexRunner", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexRunnerFactory", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "ThreadingAclExtensions", + "Namespace": "System.Threading" + }, + { + "Name": "MutexRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "BarrierPostPhaseException", + "Namespace": "System.Threading" + }, + { + "Name": "Barrier", + "Namespace": "System.Threading" + }, + { + "Name": "CountdownEvent", + "Namespace": "System.Threading" + }, + { + "Name": "HostExecutionContext", + "Namespace": "System.Threading" + }, + { + "Name": "HostExecutionContextManager", + "Namespace": "System.Threading" + }, + { + "Name": "LockCookie", + "Namespace": "System.Threading" + }, + { + "Name": "ReaderWriterLock", + "Namespace": "System.Threading" + }, + { + "Name": "DataflowBlock", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ExecutionDataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "GroupingDataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowLinkOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowMessageHeader", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowMessageStatus", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IDataflowBlock", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IPropagatorBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IReceivableSourceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ISourceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ITargetBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ActionBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchedJoinBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchedJoinBlock`3", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BroadcastBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BufferBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "JoinBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "JoinBlock`3", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "TransformBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "TransformManyBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "WriteOnceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ValueTask`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "AsyncMethodBuilderAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncValueTaskMethodBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredValueTaskAwaitable`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ValueTaskAwaiter`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ParallelOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Parallel", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ParallelLoopState", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ParallelLoopResult", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "LocalDataStoreSlot", + "Namespace": "System" + }, + { + "Name": "CompressedStack", + "Namespace": "System.Threading" + }, + { + "Name": "Thread", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadExceptionEventArgs", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadExceptionEventHandler", + "Namespace": "System.Threading" + }, + { + "Name": "CommittableTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "DependentTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "Enlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "IEnlistmentNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "IPromotableSinglePhaseNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "ISimpleTransactionSuperior", + "Namespace": "System.Transactions" + }, + { + "Name": "ISinglePhaseNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "ITransactionPromoter", + "Namespace": "System.Transactions" + }, + { + "Name": "PreparingEnlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "SinglePhaseEnlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "SubordinateTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionEventArgs", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionCompletedEventHandler", + "Namespace": "System.Transactions" + }, + { + "Name": "IsolationLevel", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionStatus", + "Namespace": "System.Transactions" + }, + { + "Name": "DependentCloneOption", + "Namespace": "System.Transactions" + }, + { + "Name": "EnlistmentOptions", + "Namespace": "System.Transactions" + }, + { + "Name": "Transaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionAbortedException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInDoubtException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionManagerCommunicationException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionPromotionException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInformation", + "Namespace": "System.Transactions" + }, + { + "Name": "IDtcTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInterop", + "Namespace": "System.Transactions" + }, + { + "Name": "HostCurrentTransactionCallback", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionStartedEventHandler", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionManager", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionOptions", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScopeOption", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScopeAsyncFlowOption", + "Namespace": "System.Transactions" + }, + { + "Name": "EnterpriseServicesInteropOption", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScope", + "Namespace": "System.Transactions" + }, + { + "Name": "HttpUtility", + "Namespace": "System.Web" + }, + { + "Name": "XDocumentExtensions", + "Namespace": "System.Xml.XPath" + } + ], + "SchemaVersion": "0.0.1" +} diff --git a/Engine/Settings/core-6.0.1-linux.json b/Engine/Settings/core-6.0.1-linux.json new file mode 100644 index 000000000..131484f34 --- /dev/null +++ b/Engine/Settings/core-6.0.1-linux.json @@ -0,0 +1,23228 @@ +{ + "Edition": { + "OS": "linux", + "PowerShellEdition": "core", + "PowerShellVersion": "6.0.1" + }, + "Modules": [ + { + "Name": "Microsoft.PowerShell.Archive", + "Version": "1.1.0.0", + "ExportedCommands": [ + { + "Name": "Compress-Archive" + }, + { + "Name": "Expand-Archive" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Host", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "Start-Transcript" + }, + { + "Name": "Stop-Transcript" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Management", + "Version": "3.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Content" + }, + { + "Name": "Clear-Content" + }, + { + "Name": "Clear-Item" + }, + { + "Name": "Clear-ItemProperty" + }, + { + "Name": "Convert-Path" + }, + { + "Name": "Copy-Item" + }, + { + "Name": "Copy-ItemProperty" + }, + { + "Name": "Debug-Process" + }, + { + "Name": "Get-ChildItem" + }, + { + "Name": "Get-Content" + }, + { + "Name": "Get-Item" + }, + { + "Name": "Get-ItemProperty" + }, + { + "Name": "Get-ItemPropertyValue" + }, + { + "Name": "Get-Location" + }, + { + "Name": "Get-Process" + }, + { + "Name": "Get-PSDrive" + }, + { + "Name": "Get-PSProvider" + }, + { + "Name": "Get-TimeZone" + }, + { + "Name": "Invoke-Item" + }, + { + "Name": "Join-Path" + }, + { + "Name": "Move-Item" + }, + { + "Name": "Move-ItemProperty" + }, + { + "Name": "New-Item" + }, + { + "Name": "New-ItemProperty" + }, + { + "Name": "New-PSDrive" + }, + { + "Name": "Pop-Location" + }, + { + "Name": "Push-Location" + }, + { + "Name": "Remove-Item" + }, + { + "Name": "Remove-ItemProperty" + }, + { + "Name": "Remove-PSDrive" + }, + { + "Name": "Rename-Item" + }, + { + "Name": "Rename-ItemProperty" + }, + { + "Name": "Resolve-Path" + }, + { + "Name": "Set-Content" + }, + { + "Name": "Set-Item" + }, + { + "Name": "Set-ItemProperty" + }, + { + "Name": "Set-Location" + }, + { + "Name": "Split-Path" + }, + { + "Name": "Start-Process" + }, + { + "Name": "Stop-Process" + }, + { + "Name": "Test-Path" + }, + { + "Name": "Wait-Process" + } + ], + "ExportedAliases": [ + "gtz" + ] + }, + { + "Name": "Microsoft.PowerShell.Security", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SecureString" + }, + { + "Name": "ConvertTo-SecureString" + }, + { + "Name": "Get-Credential" + }, + { + "Name": "Get-ExecutionPolicy" + }, + { + "Name": "Get-PfxCertificate" + }, + { + "Name": "Set-ExecutionPolicy" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Utility", + "Version": "3.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Member" + }, + { + "Name": "Add-Type" + }, + { + "Name": "Clear-Variable" + }, + { + "Name": "Compare-Object" + }, + { + "Name": "ConvertFrom-Csv" + }, + { + "Name": "ConvertFrom-Json" + }, + { + "Name": "ConvertFrom-StringData" + }, + { + "Name": "ConvertTo-Csv" + }, + { + "Name": "ConvertTo-Html" + }, + { + "Name": "ConvertTo-Json" + }, + { + "Name": "ConvertTo-Xml" + }, + { + "Name": "Debug-Runspace" + }, + { + "Name": "Disable-PSBreakpoint" + }, + { + "Name": "Disable-RunspaceDebug" + }, + { + "Name": "Enable-PSBreakpoint" + }, + { + "Name": "Enable-RunspaceDebug" + }, + { + "Name": "Export-Alias" + }, + { + "Name": "Export-Clixml" + }, + { + "Name": "Export-Csv" + }, + { + "Name": "Export-FormatData" + }, + { + "Name": "Export-PSSession" + }, + { + "Name": "Format-Custom" + }, + { + "Name": "Format-Hex" + }, + { + "Name": "Format-List" + }, + { + "Name": "Format-Table" + }, + { + "Name": "Format-Wide" + }, + { + "Name": "Get-Alias" + }, + { + "Name": "Get-Culture" + }, + { + "Name": "Get-Date" + }, + { + "Name": "Get-Event" + }, + { + "Name": "Get-EventSubscriber" + }, + { + "Name": "Get-FileHash" + }, + { + "Name": "Get-FormatData" + }, + { + "Name": "Get-Host" + }, + { + "Name": "Get-Member" + }, + { + "Name": "Get-PSBreakpoint" + }, + { + "Name": "Get-PSCallStack" + }, + { + "Name": "Get-Random" + }, + { + "Name": "Get-Runspace" + }, + { + "Name": "Get-RunspaceDebug" + }, + { + "Name": "Get-TraceSource" + }, + { + "Name": "Get-TypeData" + }, + { + "Name": "Get-UICulture" + }, + { + "Name": "Get-Unique" + }, + { + "Name": "Get-Uptime" + }, + { + "Name": "Get-Variable" + }, + { + "Name": "Get-Verb" + }, + { + "Name": "Group-Object" + }, + { + "Name": "Import-Alias" + }, + { + "Name": "Import-Clixml" + }, + { + "Name": "Import-Csv" + }, + { + "Name": "Import-LocalizedData" + }, + { + "Name": "Import-PowerShellDataFile" + }, + { + "Name": "Import-PSSession" + }, + { + "Name": "Invoke-Expression" + }, + { + "Name": "Invoke-RestMethod" + }, + { + "Name": "Invoke-WebRequest" + }, + { + "Name": "Measure-Command" + }, + { + "Name": "Measure-Object" + }, + { + "Name": "New-Alias" + }, + { + "Name": "New-Event" + }, + { + "Name": "New-Guid" + }, + { + "Name": "New-Object" + }, + { + "Name": "New-TemporaryFile" + }, + { + "Name": "New-TimeSpan" + }, + { + "Name": "New-Variable" + }, + { + "Name": "Out-File" + }, + { + "Name": "Out-String" + }, + { + "Name": "Read-Host" + }, + { + "Name": "Register-EngineEvent" + }, + { + "Name": "Register-ObjectEvent" + }, + { + "Name": "Remove-Alias" + }, + { + "Name": "Remove-Event" + }, + { + "Name": "Remove-PSBreakpoint" + }, + { + "Name": "Remove-TypeData" + }, + { + "Name": "Remove-Variable" + }, + { + "Name": "Select-Object" + }, + { + "Name": "Select-String" + }, + { + "Name": "Select-Xml" + }, + { + "Name": "Send-MailMessage" + }, + { + "Name": "Set-Alias" + }, + { + "Name": "Set-Date" + }, + { + "Name": "Set-PSBreakpoint" + }, + { + "Name": "Set-TraceSource" + }, + { + "Name": "Set-Variable" + }, + { + "Name": "Sort-Object" + }, + { + "Name": "Start-Sleep" + }, + { + "Name": "Tee-Object" + }, + { + "Name": "Trace-Command" + }, + { + "Name": "Unregister-Event" + }, + { + "Name": "Update-FormatData" + }, + { + "Name": "Update-TypeData" + }, + { + "Name": "Wait-Debugger" + }, + { + "Name": "Wait-Event" + }, + { + "Name": "Write-Debug" + }, + { + "Name": "Write-Error" + }, + { + "Name": "Write-Host" + }, + { + "Name": "Write-Information" + }, + { + "Name": "Write-Output" + }, + { + "Name": "Write-Progress" + }, + { + "Name": "Write-Verbose" + }, + { + "Name": "Write-Warning" + } + ], + "ExportedAliases": [ + "fhx" + ] + }, + { + "Name": "PackageManagement", + "Version": "1.1.7.0", + "ExportedCommands": [ + { + "Name": "Find-Package" + }, + { + "Name": "Find-PackageProvider" + }, + { + "Name": "Get-Package" + }, + { + "Name": "Get-PackageProvider" + }, + { + "Name": "Get-PackageSource" + }, + { + "Name": "Import-PackageProvider" + }, + { + "Name": "Install-Package" + }, + { + "Name": "Install-PackageProvider" + }, + { + "Name": "Register-PackageSource" + }, + { + "Name": "Save-Package" + }, + { + "Name": "Set-PackageSource" + }, + { + "Name": "Uninstall-Package" + }, + { + "Name": "Unregister-PackageSource" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PowerShellGet", + "Version": "1.6.0", + "ExportedCommands": [ + { + "Name": "Find-Command" + }, + { + "Name": "Find-DscResource" + }, + { + "Name": "Find-Module" + }, + { + "Name": "Find-RoleCapability" + }, + { + "Name": "Find-Script" + }, + { + "Name": "Get-InstalledModule" + }, + { + "Name": "Get-InstalledScript" + }, + { + "Name": "Get-PSRepository" + }, + { + "Name": "Install-Module" + }, + { + "Name": "Install-Script" + }, + { + "Name": "New-ScriptFileInfo" + }, + { + "Name": "Publish-Module" + }, + { + "Name": "Publish-Script" + }, + { + "Name": "Register-PSRepository" + }, + { + "Name": "Save-Module" + }, + { + "Name": "Save-Script" + }, + { + "Name": "Set-PSRepository" + }, + { + "Name": "Test-ScriptFileInfo" + }, + { + "Name": "Uninstall-Module" + }, + { + "Name": "Uninstall-Script" + }, + { + "Name": "Unregister-PSRepository" + }, + { + "Name": "Update-Module" + }, + { + "Name": "Update-ModuleManifest" + }, + { + "Name": "Update-Script" + }, + { + "Name": "Update-ScriptFileInfo" + } + ], + "ExportedAliases": [ + "inmo", + "fimo", + "upmo", + "pumo" + ] + }, + { + "Name": "PSDesiredStateConfiguration", + "Version": "0.0", + "ExportedCommands": [ + { + "Name": "Add-NodeKeys" + }, + { + "Name": "AddDscResourceProperty" + }, + { + "Name": "AddDscResourcePropertyFromMetadata" + }, + { + "Name": "CheckResourceFound" + }, + { + "Name": "Configuration" + }, + { + "Name": "ConvertTo-MOFInstance" + }, + { + "Name": "Generate-VersionInfo" + }, + { + "Name": "Get-CompatibleVersionAddtionaPropertiesStr" + }, + { + "Name": "Get-ComplexResourceQualifier" + }, + { + "Name": "Get-ConfigurationErrorCount" + }, + { + "Name": "Get-DscResource" + }, + { + "Name": "Get-DSCResourceModules" + }, + { + "Name": "Get-EncryptedPassword" + }, + { + "Name": "Get-InnerMostErrorRecord" + }, + { + "Name": "Get-MofInstanceName" + }, + { + "Name": "Get-MofInstanceText" + }, + { + "Name": "Get-PositionInfo" + }, + { + "Name": "Get-PSCurrentConfigurationNode" + }, + { + "Name": "Get-PSDefaultConfigurationDocument" + }, + { + "Name": "Get-PSMetaConfigDocumentInstVersionInfo" + }, + { + "Name": "Get-PSMetaConfigurationProcessed" + }, + { + "Name": "Get-PSTopConfigurationName" + }, + { + "Name": "Get-PublicKeyFromFile" + }, + { + "Name": "Get-PublicKeyFromStore" + }, + { + "Name": "GetCompositeResource" + }, + { + "Name": "GetImplementingModulePath" + }, + { + "Name": "GetModule" + }, + { + "Name": "GetPatterns" + }, + { + "Name": "GetResourceFromKeyword" + }, + { + "Name": "GetSyntax" + }, + { + "Name": "ImportCimAndScriptKeywordsFromModule" + }, + { + "Name": "ImportClassResourcesFromModule" + }, + { + "Name": "Initialize-ConfigurationRuntimeState" + }, + { + "Name": "IsHiddenResource" + }, + { + "Name": "IsPatternMatched" + }, + { + "Name": "New-DscChecksum" + }, + { + "Name": "Node" + }, + { + "Name": "ReadEnvironmentFile" + }, + { + "Name": "Set-NodeExclusiveResources" + }, + { + "Name": "Set-NodeManager" + }, + { + "Name": "Set-NodeResources" + }, + { + "Name": "Set-NodeResourceSource" + }, + { + "Name": "Set-PSCurrentConfigurationNode" + }, + { + "Name": "Set-PSDefaultConfigurationDocument" + }, + { + "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta" + }, + { + "Name": "Set-PSMetaConfigVersionInfoV2" + }, + { + "Name": "Set-PSTopConfigurationName" + }, + { + "Name": "StrongConnect" + }, + { + "Name": "Test-ConflictingResources" + }, + { + "Name": "Test-ModuleReloadRequired" + }, + { + "Name": "Test-MofInstanceText" + }, + { + "Name": "Test-NodeManager" + }, + { + "Name": "Test-NodeResources" + }, + { + "Name": "Test-NodeResourceSource" + }, + { + "Name": "ThrowError" + }, + { + "Name": "Update-ConfigurationDocumentRef" + }, + { + "Name": "Update-ConfigurationErrorCount" + }, + { + "Name": "Update-DependsOn" + }, + { + "Name": "Update-LocalConfigManager" + }, + { + "Name": "Update-ModuleVersion" + }, + { + "Name": "ValidateNoCircleInNodeResources" + }, + { + "Name": "ValidateNodeExclusiveResources" + }, + { + "Name": "ValidateNodeManager" + }, + { + "Name": "ValidateNodeResources" + }, + { + "Name": "ValidateNodeResourceSource" + }, + { + "Name": "ValidateNoNameNodeResources" + }, + { + "Name": "ValidateUpdate-ConfigurationData" + }, + { + "Name": "Write-Log" + }, + { + "Name": "Write-MetaConfigFile" + }, + { + "Name": "Write-NodeMOFFile" + }, + { + "Name": "WriteFile" + } + ], + "ExportedAliases": [ + "rtcfg", + "ulcm", + "upcfg", + "glcm", + "pbcfg", + "tcfg", + "gcfg", + "sacfg", + "gcfgs", + "slcm" + ] + }, + { + "Name": "PSReadLine", + "Version": "1.2", + "ExportedCommands": [ + { + "Name": "PSConsoleHostReadline" + }, + { + "Name": "Get-PSReadlineKeyHandler" + }, + { + "Name": "Get-PSReadlineOption" + }, + { + "Name": "Remove-PSReadlineKeyHandler" + }, + { + "Name": "Set-PSReadlineKeyHandler" + }, + { + "Name": "Set-PSReadlineOption" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Core", + "Version": "6.0.1", + "ExportedCommands": [ + { + "Name": "Add-History" + }, + { + "Name": "Clear-History" + }, + { + "Name": "Debug-Job" + }, + { + "Name": "Enter-PSSession" + }, + { + "Name": "Exit-PSSession" + }, + { + "Name": "Export-ModuleMember" + }, + { + "Name": "ForEach-Object" + }, + { + "Name": "Get-Command" + }, + { + "Name": "Get-Help" + }, + { + "Name": "Get-History" + }, + { + "Name": "Get-Job" + }, + { + "Name": "Get-Module" + }, + { + "Name": "Get-PSSession" + }, + { + "Name": "Import-Module" + }, + { + "Name": "Invoke-Command" + }, + { + "Name": "Invoke-History" + }, + { + "Name": "New-Module" + }, + { + "Name": "New-ModuleManifest" + }, + { + "Name": "New-PSRoleCapabilityFile" + }, + { + "Name": "New-PSSession" + }, + { + "Name": "New-PSTransportOption" + }, + { + "Name": "Out-Default" + }, + { + "Name": "Out-Host" + }, + { + "Name": "Out-Null" + }, + { + "Name": "Receive-Job" + }, + { + "Name": "Register-ArgumentCompleter" + }, + { + "Name": "Remove-Job" + }, + { + "Name": "Remove-Module" + }, + { + "Name": "Remove-PSSession" + }, + { + "Name": "Save-Help" + }, + { + "Name": "Set-PSDebug" + }, + { + "Name": "Set-StrictMode" + }, + { + "Name": "Start-Job" + }, + { + "Name": "Stop-Job" + }, + { + "Name": "Test-ModuleManifest" + }, + { + "Name": "Update-Help" + }, + { + "Name": "Wait-Job" + }, + { + "Name": "Where-Object" + } + ], + "ExportedAliases": [ + "clhy", + "etsn", + "exsn", + "%", + "foreach", + "gcm", + "ghy", + "h", + "history", + "gjb", + "gmo", + "gsn", + "ipmo", + "icm", + "ihy", + "r", + "nmo", + "nsn", + "oh", + "rcjb", + "rjb", + "rmo", + "rsn", + "sajb", + "spjb", + "wjb", + "?", + "where" + ] + } + ], + "Types": [ + { + "Name": "OperationTelemetryExtensions", + "Namespace": "Microsoft.ApplicationInsights" + }, + { + "Name": "TelemetryClient", + "Namespace": "Microsoft.ApplicationInsights" + }, + { + "Name": "TelemetryClientExtensions", + "Namespace": "Microsoft.ApplicationInsights" + }, + { + "Name": "AutocollectedMetricsExtractor", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "IOperationHolder`1", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "ITelemetryInitializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "ITelemetryModule", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "ITelemetryProcessor", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "OperationCorrelationTelemetryInitializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "SdkInternalOperationsMonitor", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "SequencePropertyInitializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "TelemetryConfiguration", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "CloudContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "ComponentContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "DeviceContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "HttpWebResponseWrapper", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "InternalContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "JsonSerializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "LocationContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "OperationContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "OperationTelemetry", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "SessionContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TaskTimer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryContextExtensions", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryDebugWriter", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryProcessorChain", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryProcessorChainBuilder", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "UserContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryModules", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "DiagnosticsTelemetryModule", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" + }, + { + "Name": "Extensions", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" + }, + { + "Name": "AvailabilityTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "DependencyTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "EventTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ExceptionHandledAt", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ExceptionTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "IJsonWriter", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ISupportMetrics", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ISupportProperties", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ISupportSampling", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "MetricTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "PageViewTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "PerformanceCounterTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "RequestTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "SessionState", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "SessionStateTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "SeverityLevel", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "TelemetryContext", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "TraceTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "InMemoryChannel", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "ITelemetry", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "ITelemetryChannel", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "Transmission", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "CSharpExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Conversion", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCommandLineArguments", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCommandLineParser", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "AwaitExpressionInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCompilation", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpScriptCompilationInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "ForEachStatementInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "QueryClauseInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCompilationOptions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpFileSystemExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpParseOptions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpDiagnosticFormatter", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxVisitor`1", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxVisitor", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxRewriter", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxFactory", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "LanguageVersion", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "LanguageVersionFacts", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxFacts", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SymbolDisplay", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "TypedConstantExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxNode", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxTree", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxWalker", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxKind", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "NameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SimpleNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IdentifierNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QualifiedNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GenericNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AliasQualifiedNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PredefinedTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrayTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrayRankSpecifierSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PointerTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NullableTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TupleTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TupleElementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OmittedTypeArgumentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParenthesizedExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TupleExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PrefixUnaryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AwaitExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PostfixUnaryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberAccessExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConditionalAccessExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberBindingExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElementBindingExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ImplicitElementAccessSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BinaryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AssignmentExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConditionalExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InstanceExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ThisExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LiteralExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MakeRefExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefTypeExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefValueExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CheckedExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DefaultExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeOfExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SizeOfExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InvocationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElementAccessExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BracketedArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArgumentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NameColonSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DeclarationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CastExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousFunctionExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousMethodExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LambdaExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SimpleLambdaExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParenthesizedLambdaExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InitializerExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ObjectCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousObjectMemberDeclaratorSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousObjectCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrayCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ImplicitArrayCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StackAllocArrayCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SelectOrGroupClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryBodySyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FromClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LetClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "JoinClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "JoinIntoClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WhereClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OrderByClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OrderingSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SelectClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GroupClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryContinuationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OmittedArraySizeExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolatedStringExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IsPatternExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ThrowExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WhenClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PatternSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DeclarationPatternSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstantPatternSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolatedStringContentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolatedStringTextSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolationAlignmentClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolationFormatClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GlobalStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BlockSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LocalFunctionStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LocalDeclarationStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "VariableDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "VariableDeclaratorSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EqualsValueClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "VariableDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SingleVariableDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DiscardDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParenthesizedVariableDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExpressionStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EmptyStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LabeledStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GotoStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BreakStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ContinueStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ReturnStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ThrowStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "YieldStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WhileStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DoStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ForStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CommonForEachStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ForEachStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ForEachVariableStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UsingStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FixedStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CheckedStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UnsafeStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LockStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IfStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElseClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SwitchStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SwitchSectionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CasePatternSwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CaseSwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DefaultSwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TryStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CatchClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CatchDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CatchFilterClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FinallyClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CompilationUnitSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExternAliasDirectiveSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UsingDirectiveSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NamespaceDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeTargetSpecifierSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeArgumentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NameEqualsSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseTypeDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ClassDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StructDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterfaceDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EnumDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DelegateDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EnumMemberDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SimpleBaseTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterConstraintClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstructorConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ClassOrStructConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseFieldDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FieldDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EventFieldDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExplicitInterfaceSpecifierSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseMethodDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MethodDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OperatorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConversionOperatorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstructorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstructorInitializerSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DestructorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BasePropertyDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PropertyDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrowExpressionClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EventDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IndexerDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AccessorListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AccessorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BracketedParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParameterSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IncompleteMemberSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SkippedTokensTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DocumentationCommentTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QualifiedCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NameMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IndexerMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OperatorMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConversionOperatorMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseCrefParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefBracketedParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefParameterSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNodeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlElementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlElementStartTagSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlElementEndTagSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlEmptyElementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlPrefixSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlTextAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlCrefAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNameAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlTextSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlCDataSectionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlProcessingInstructionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlCommentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BranchingDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConditionalDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IfDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElifDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElseDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EndIfDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RegionDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EndRegionDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ErrorDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WarningDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BadDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DefineDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UndefDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LineDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PragmaWarningDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PragmaChecksumDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ReferenceDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LoadDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ShebangDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StructuredTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNameAttributeElementKind", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CaseInsensitiveComparison", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineAnalyzerReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineSourceFile", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineArguments", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineParser", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Compilation", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CandidateReason", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CompilationOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ControlFlowAnalysis", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DataFlowAnalysis", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ModelExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "OptimizationLevel", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ParseOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Platform", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "PreprocessingSymbolInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ScriptCompilationInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SemanticModel", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SourceReferenceResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SpeculativeBindingOption", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SubsystemVersion", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolFilter", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypeInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "XmlReferenceResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DesktopAssemblyIdentityComparer", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AdditionalText", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IAnalyzerAssemblyLoader", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Diagnostic", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DiagnosticDescriptor", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DiagnosticFormatter", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DiagnosticSeverity", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "FileLinePositionSpan", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LocalizableResourceString", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LocalizableString", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Location", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LocationKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ReportDiagnostic", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "WellKnownDiagnosticTags", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DocumentationCommentId", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DocumentationProvider", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DocumentationMode", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "EmbeddedText", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "FileSystemExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyIdentity", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyIdentityComparer", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyIdentityParts", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyMetadata", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CompilationReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataId", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Metadata", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataImageKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataReferenceProperties", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataReferenceResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ModuleMetadata", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "PortableExecutableReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "UnresolvedMetadataReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IOperation", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "OperationKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Optional`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "OutputKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ResourceDescription", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "RuleSet", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "RuleSetInclude", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SourceCodeKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SourceFileResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SpecialType", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DesktopStrongNameProvider", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "StrongNameProvider", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayDelegateStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayExtensionMethodStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayFormat", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayGenericsOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayGlobalNamespaceStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayKindOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayLocalOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayMemberOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayMiscellaneousOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayParameterOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayPart", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayPartKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayPropertyStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayTypeQualificationStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Accessibility", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AttributeData", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CustomModifier", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IAliasSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IArrayTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IAssemblySymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IDiscardSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IDynamicTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IErrorTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IEventSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IFieldSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ILabelSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ILocalSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IMethodSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IModuleSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "INamedTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "INamespaceOrTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "INamespaceSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IParameterSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IPointerTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IPreprocessingSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IPropertySymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IRangeVariableSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISourceAssemblySymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISymbolExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ITypeParameterSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ITypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LanguageNames", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MethodKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "NamespaceKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DllImportData", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "RefKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolVisitor", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolVisitor`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypedConstant", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypedConstantKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypeKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypeParameterKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "VarianceKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "WellKnownMemberNames", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AnnotationExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ChildSyntaxList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ICompilationUnitSyntax", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISkippedTokensTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IStructuredTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LineVisibility", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SeparatedSyntaxList`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxAnnotation", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxList`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNode", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNodeExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNodeOrToken", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNodeOrTokenList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxRemoveOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxToken", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTokenList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTree", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTrivia", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTriviaList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxWalker", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxWalkerDepth", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "XmlFileResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LinePosition", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "LinePositionSpan", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "SourceHashAlgorithm", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "SourceText", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "SourceTextContainer", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextChange", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextChangeEventArgs", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextChangeRange", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextLine", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextLineCollection", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextSpan", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "AnalysisResult", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerFileReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerImageReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerLoadFailureEventArgs", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerOptions", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationWithAnalyzers", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationWithAnalyzersOptions", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "GeneratedCodeAnalysisFlags", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationStartAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SemanticModelAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SymbolAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CodeBlockStartAnalysisContext`1", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CodeBlockAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "OperationBlockStartAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "OperationBlockAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SyntaxTreeAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SyntaxNodeAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "OperationAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "DiagnosticAnalyzer", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "DiagnosticAnalyzerAttribute", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "DiagnosticAnalyzerExtensions", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SourceTextValueProvider`1", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SyntaxTreeValueProvider`1", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "UnresolvedAnalyzerReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SuppressionInfo", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerTelemetryInfo", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics.Telemetry" + }, + { + "Name": "ArgumentKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "BinaryOperatorKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "BranchKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "CaseKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "CommonConversion", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAddressOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAnonymousFunctionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAnonymousObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArgumentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArrayCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArrayElementReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArrayInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAwaitOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IBinaryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IBlockOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IBranchOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICatchClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICoalesceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICollectionElementInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICompoundAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConditionalAccessInstanceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConditionalAccessOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConditionalOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConstantPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConversionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDeclarationExpressionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDeclarationPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDeconstructionAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDefaultCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDefaultValueOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDelegateCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicIndexerAccessOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicInvocationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicMemberReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEmptyOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEndOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEventAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEventReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IExpressionStatementOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IFieldInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IFieldReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IIncrementOrDecrementOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInstanceReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolatedStringContentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolatedStringOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolatedStringTextOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInvalidOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInvocationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IIsPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IIsTypeOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILabeledOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILiteralOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILocalFunctionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILocalReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILockOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IMemberInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IMemberReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IMethodReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "INameOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IObjectOrCollectionInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IOmittedArgumentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IParameterInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IParameterReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IParenthesizedOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPatternCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPropertyInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPropertyReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IRaiseEventOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IRangeCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IRelationalCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IReturnOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISimpleAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISingleValueCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISizeOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IStopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISwitchCaseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISwitchOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISymbolInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IThrowOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITranslatedQueryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITupleOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITypeOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITypeParameterObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IUnaryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IUsingOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableDeclarationGroupOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableDeclarationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableDeclaratorOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IForEachLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IForLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IForToLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IWhileLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "LoopKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationExtensions", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationVisitor", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationVisitor`2", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationWalker", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "UnaryOperatorKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "EmitResult", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "DebugInformationFormat", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EditAndContinueMethodDebugInformation", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EmitBaseline", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EmitDifferenceResult", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EmitOptions", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "InstrumentationKind", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "SemanticEdit", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "SemanticEditKind", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "Binder", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpArgumentInfo", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpArgumentInfoFlags", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpBinderFlags", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "RuntimeBinderException", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "RuntimeBinderInternalCompilerException", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CimClass", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParameterDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSystemProperties", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSubscriptionResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodStreamedResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParametersCollection", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSession", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimException", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParameter", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimPropertyDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "NativeErrorCode", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimType", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimProperty", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodResultBase", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimInstance", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimConverter", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimQualifier", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimFlags", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSubscriptionDeliveryType", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimDeserializer", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "InstanceSerializationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "ClassSerializationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "CimSerializer", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "CimAsyncResult`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimKeyedCollection`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimAsyncStatus", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimAsyncMultipleResults`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimReadOnlyKeyedCollection`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "NativeCimCredential", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "MI_ProxyType", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "MI_Transport", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "MI_CallbackMode", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "MI_AuthType", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "MI_PacketEncoding", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "MI_ImpersonationType", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "CimCredential", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimPromptType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimCallbackMode", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimResponseType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimWriteMessageChannel", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteMessageCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteProgressCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteErrorCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PromptUserCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WSManSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "DComSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ImpersonationType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimSubscriptionDeliveryOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimOperationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimOperationFlags", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PasswordAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CertificateAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ImpersonatedAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ProxyType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PacketEncoding", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "AddContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JoinPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CopyItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetChildItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemPropertyValueCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MoveItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CoreCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CoreCommandWithCredentialsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PushLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PopLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DriveMatchingCoreCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MoveItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CopyItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSProviderCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SplitPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PassThroughContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PassThroughItemPropertyCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPathType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProcessBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProcessCommandException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ItemPropertyCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResolvePathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTimeZoneCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionBasedCmdletAdapter`2", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "CimJobException", + "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" + }, + { + "Name": "CimCmdletAdapter", + "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" + }, + { + "Name": "AddMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "Language", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutputAssemblyType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCompilerError", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CompareObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConsoleColorCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToHtmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromStringDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BaseCsvWritingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugRunspaceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSBreakpointCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRunspaceDebug", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CommonRunspaceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnableRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisableRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitDebuggerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportAliasFormat", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatHex", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatListCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatCustomCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatTableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatWideCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BreakpointType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSCallStackCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCultureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetDateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisplayHintType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetEventSubscriberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetFileHashCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HashCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileHashInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MemberDefinition", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRandomCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRunspaceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUICultureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUniqueCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUptimeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetVerbCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupInfoNoElement", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImplicitRemotingCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportLocalizedData", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportPowerShellDataFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeExpressionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MatchInfoContext", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MatchInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GenericMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GenericObjectMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TextMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewGuidCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewTemporaryFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewTimeSpanCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OrderObjectBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReadHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterObjectEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterEngineEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SendMailMessage", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetDateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SortObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartSleepCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TeeObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTraceSourceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetTraceSourceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceListenerCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnregisterEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateData", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TextEncodingType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UtilityResources", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ByteCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "VariableCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BasicHtmlWebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeRestMethodCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebAuthenticationType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebSslProtocol", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestPSCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeWebRequestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HttpResponseException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormObjectCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JsonObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSUserAgent", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebCmdletElementCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestMethod", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestSession", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteOutputCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteVerboseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteWarningCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteInformationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteOrThrowErrorCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteErrorCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteErrorException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteAliasCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteProgressCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportClixmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportClixmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToXmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectXmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectXmlInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConsoleShell", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "UnmanagedPSEntry", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "StartTranscriptCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopTranscriptCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EventDescriptor", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventProvider", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventProviderTraceListener", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventBookmark", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventKeyword", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLevel", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogType", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogIsolation", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogMode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogConfiguration", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogNotFoundException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogReadingException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogProviderDisabledException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogInvalidDataException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogInformation", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogLink", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogPropertySelector", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogQuery", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogReader", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogRecord", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "SessionAuthentication", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "PathType", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogSession", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogStatus", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventMetadata", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventOpcode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventProperty", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventPropertyContext", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventRecord", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventTask", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "ProviderMetadata", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventLevel", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventTask", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventOpcode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventKeywords", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "PSConsoleReadLine", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "TokenClassification", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "EditMode", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "BellStyle", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ViModeStyle", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ViMode", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "HistorySaveStyle", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "PSConsoleReadlineOptions", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "GetPSReadlineOption", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "SetPSReadlineOption", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ChangePSReadlineKeyHandlerCommandBase", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "SetPSReadlineKeyHandlerCommand", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "GetKeyHandlerCommand", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "RemoveKeyHandlerCommand", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ConsoleKeyChordConverter", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "KeyHandler", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "BreakHandler", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "ConsoleBreakSignal", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "StandardHandleId", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "SMALL_RECT", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "BufferChar", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "CHAR_INFO", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "IPSConsoleReadLineMockableMethods", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "IConsole", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "SecurityDescriptorCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPfxCertificateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProtectCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnprotectCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCredentialCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetExecutionPolicyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetExecutionPolicyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SecureStringCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromToSecureStringCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromSecureStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToSecureStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SignatureCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetAuthenticodeSignatureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetAuthenticodeSignatureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CallType", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Conversions", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "DesignerGeneratedAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "InternalErrorException", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate0", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate1", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate2", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate3", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate4", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate5", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate6", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate7", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "IncompleteInitialization", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "NewLateBinding", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ObjectFlowControl", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Operators", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "OptionCompareAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "OptionTextAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ProjectData", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "StandardModuleAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "StaticLocalInitFlag", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Utils", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Constants", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "ControlChars", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "HideModuleNameAttribute", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Interaction", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Strings", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Win32Exception", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RegistryAclExtensions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistryAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistryAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistrySecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "Registry", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryKey", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryKeyPermissionCheck", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryHive", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryOptions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryValueKind", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryValueOptions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryView", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SafeRegistryHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "FormatterAssemblyStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "ConstructorHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DateFormatHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DateParseHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DateTimeZoneHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DefaultValueHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "FloatFormatHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "FloatParseHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "Formatting", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "IArrayPool`1", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "IJsonLineInfo", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonArrayAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConstructorAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonContainerAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConvert", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConverter", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConverterAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConverterCollection", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonDictionaryAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonExtensionDataAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonIgnoreAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonObjectAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonPropertyAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonReader", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonReaderException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonRequiredAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonSerializationException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonSerializer", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonSerializerSettings", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonTextReader", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonTextWriter", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonToken", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonValidatingReader", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonWriter", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonWriterException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "MemberSerialization", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "MetadataPropertyHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "MissingMemberHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "NullValueHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "ObjectCreationHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "PreserveReferencesHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "ReferenceLoopHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "Required", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "SerializationBinder", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "StringEscapeHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "TraceLevel", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "TypeNameAssemblyFormatHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "TypeNameHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "WriteState", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "CamelCaseNamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "CamelCasePropertyNamesContractResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "DefaultContractResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "DefaultNamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "DefaultSerializationBinder", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ErrorContext", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ErrorEventArgs", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ExpressionValueProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IAttributeProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IContractResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IReferenceResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ISerializationBinder", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ITraceWriter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IValueProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonArrayContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonContainerContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "SerializationCallback", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "SerializationErrorCallback", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ExtensionDataSetter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ExtensionDataGetter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonDictionaryContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonDynamicContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonISerializableContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonLinqContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonObjectContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonPrimitiveContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonProperty", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonPropertyCollection", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonStringContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "MemoryTraceWriter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "NamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ObjectConstructor`1", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "OnErrorAttribute", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ReflectionAttributeProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ReflectionValueProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "SnakeCaseNamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "Extensions", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchema", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaException", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaGenerator", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaResolver", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaType", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "UndefinedSchemaIdHandling", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "ValidationEventArgs", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "ValidationEventHandler", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "CommentHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "LineInfoHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "Extensions", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "IJEnumerable`1", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JArray", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JConstructor", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JContainer", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JEnumerable`1", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JObject", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JProperty", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JRaw", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JsonLoadSettings", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JsonMergeSettings", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JToken", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenEqualityComparer", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenReader", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenType", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenWriter", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JValue", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "MergeArrayHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "MergeNullValueHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "BinaryConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "BsonObjectIdConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "CustomCreationConverter`1", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "DateTimeConverterBase", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "DiscriminatedUnionConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "ExpandoObjectConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "IsoDateTimeConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "JavaScriptDateTimeConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "KeyValuePairConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "RegexConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "StringEnumConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "VersionConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "XmlNodeConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "BsonObjectId", + "Namespace": "Newtonsoft.Json.Bson" + }, + { + "Name": "BsonReader", + "Namespace": "Newtonsoft.Json.Bson" + }, + { + "Name": "BsonWriter", + "Namespace": "Newtonsoft.Json.Bson" + }, + { + "Name": "ManagedPSEntry", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "BlockingCollection`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentBag`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentDictionary`2", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentQueue`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentStack`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "IProducerConsumerCollection`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "OrderablePartitioner`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "Partitioner`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "EnumerablePartitionerOptions", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "Partitioner", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "BitArray", + "Namespace": "System.Collections" + }, + { + "Name": "StructuralComparisons", + "Namespace": "System.Collections" + }, + { + "Name": "CollectionExtensions", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "HashSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "LinkedList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "LinkedListNode`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Queue`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "TreeSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedList`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Stack`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "ImmutableArrayExtensions", + "Namespace": "System.Linq" + }, + { + "Name": "IImmutableDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableList`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableQueue`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableStack`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableArray", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableArray`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableDictionary", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableHashSet", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableHashSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableInterlocked", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableList", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableList`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableQueue", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableQueue`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedDictionary", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedSet", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableStack", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableStack`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "CaseInsensitiveComparer", + "Namespace": "System.Collections" + }, + { + "Name": "CaseInsensitiveHashCodeProvider", + "Namespace": "System.Collections" + }, + { + "Name": "CollectionBase", + "Namespace": "System.Collections" + }, + { + "Name": "DictionaryBase", + "Namespace": "System.Collections" + }, + { + "Name": "Queue", + "Namespace": "System.Collections" + }, + { + "Name": "ReadOnlyCollectionBase", + "Namespace": "System.Collections" + }, + { + "Name": "SortedList", + "Namespace": "System.Collections" + }, + { + "Name": "Stack", + "Namespace": "System.Collections" + }, + { + "Name": "CollectionsUtil", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "BitVector32", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "HybridDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "IOrderedDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "ListDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NameObjectCollectionBase", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NameValueCollection", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "OrderedDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringCollection", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringEnumerator", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "AssociationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CompareAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ConcurrencyCheckAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CreditCardAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CustomValidationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DataType", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayFormatAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EditableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EmailAddressAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EnumDataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "FileExtensionsAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "FilterUIHintAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "IValidatableObject", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "KeyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "MaxLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "MinLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "PhoneAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RangeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RegularExpressionAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RequiredAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ScaffoldColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "StringLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "TimestampAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "UIHintAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "UrlAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationContext", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationException", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationResult", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "Validator", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "ComplexTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "DatabaseGeneratedAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "DatabaseGeneratedOption", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "ForeignKeyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "InversePropertyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "NotMappedAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "TableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "IServiceProvider", + "Namespace": "System" + }, + { + "Name": "CancelEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IChangeTracking", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IEditableObject", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IRevertibleChangeTracking", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncCompletedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncCompletedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncOperation", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncOperationManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProgressChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProgressChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BackgroundWorker", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoWorkEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoWorkEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunWorkerCompletedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunWorkerCompletedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISynchronizeInvoke", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BrowsableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CategoryAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Component", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DescriptionAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerCategoryAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerSerializationVisibility", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerSerializationVisibilityAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignOnlyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DisplayNameAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventHandlerList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IComponent", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ImmutableObjectAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InitializationEventAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISite", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISupportInitialize", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LocalizableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MergablePropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NotifyParentPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ParenthesizePropertyNameAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ReadOnlyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshProperties", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UriTypeConverter", + "Namespace": "System" + }, + { + "Name": "ExtendedProtectionPolicyTypeConverter", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ColorConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "PointConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "RectangleConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeFConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "ElapsedEventArgs", + "Namespace": "System.Timers" + }, + { + "Name": "ElapsedEventHandler", + "Namespace": "System.Timers" + }, + { + "Name": "Timer", + "Namespace": "System.Timers" + }, + { + "Name": "TimersDescriptionAttribute", + "Namespace": "System.Timers" + }, + { + "Name": "ArrayConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BaseNumberConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BooleanConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ByteConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CharConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DateTimeConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DateTimeOffsetConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DecimalConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoubleConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EnumConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "GuidConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int16Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int32Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int64Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ITypeDescriptorContext", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MultilineStringConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NullableConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SByteConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SingleConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "StringConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TimeSpanConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeConverterAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeListConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt16Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt32Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt64Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AttributeCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AttributeProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CancelEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeAction", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CustomTypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultEventAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventDescriptorCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ExtenderProvidedPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "HandledEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "HandledEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ICustomTypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IExtenderProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IListSource", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InvalidAsynchronousStateException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ITypedList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MemberDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyDescriptorCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProvidePropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptionProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptionProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AddingNewEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AddingNewEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AmbientValueAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindableSupport", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindingDirection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindingList`1", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IBindingList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ICancelAddNew", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IRaiseItemChangedEvents", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDirection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComplexBindingPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ReferenceConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentEditor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Container", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ContainerFilterService", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InheritanceAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InheritanceLevel", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CultureInfoConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectFieldAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectMethodAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectMethodType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultBindingPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignTimeVisibleAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ExpandableObjectConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IBindingListView", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDescriptionCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDescription", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IComNativeDescriptorHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IDataErrorInfo", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INestedContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IIntellisenseBuilder", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INestedSite", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InstallerTypeAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InstanceCreationEditor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InvalidEnumArgumentException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISupportInitializeNotification", + "Namespace": "System.ComponentModel" + }, + { + "Name": "License", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseContext", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseUsageMode", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicFileLicenseProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListBindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LookupBindingPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MarshalByValueComponent", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MaskedTextProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MaskedTextResultHint", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NestedContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PasswordPropertyTextAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyTabAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyTabScope", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RecommendedAsConfigurableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunInstallerAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SettingsBindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SyntaxCheck", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemFilterAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemFilterType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "WarningException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentResourceManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IDictionaryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IExtenderListService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeDescriptorFilterService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IReferenceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerVerbCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerVerb", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "MenuCommand", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "CommandID", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "CheckoutException", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "StandardCommands", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesigntimeLicenseContext", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesigntimeLicenseContextSerializer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeResolutionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ActiveDesignerEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ActiveDesignerEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerHost", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IServiceContainer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransaction", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransactionCloseEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransactionCloseEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ServiceCreatorCallback", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangedEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangedEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangingEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangingEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentRenameEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentRenameEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerOptionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpKeywordAttribute", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpKeywordType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpContextType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerOptionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentChangeService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentDiscoveryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentInitializer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerEventService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerFilter", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerHostTransactionState", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IEventBindingService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IExtenderProviderService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IHelpService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IMenuCommandService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IResourceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IRootDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ISelectionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITreeDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeDiscoveryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ViewTechnology", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "SelectionTypes", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IInheritanceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ServiceContainer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "StandardToolWindows", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "TypeDescriptionProviderService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "InstanceDescriptor", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ComponentSerializationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ContextStack", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DefaultSerializationProviderAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DesignerLoader", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DesignerSerializerAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "SerializationStore", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderHost", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderHost2", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationManager", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationProvider", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "INameCreationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "MemberRelationshipService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "MemberRelationship", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ResolveNameEventHandler", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ResolveNameEventArgs", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "RootDesignerSerializerAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "Console", + "Namespace": "System" + }, + { + "Name": "ConsoleCancelEventHandler", + "Namespace": "System" + }, + { + "Name": "ConsoleCancelEventArgs", + "Namespace": "System" + }, + { + "Name": "ConsoleColor", + "Namespace": "System" + }, + { + "Name": "ConsoleSpecialKey", + "Namespace": "System" + }, + { + "Name": "ConsoleKey", + "Namespace": "System" + }, + { + "Name": "ConsoleKeyInfo", + "Namespace": "System" + }, + { + "Name": "ConsoleModifiers", + "Namespace": "System" + }, + { + "Name": "UpdateStatus", + "Namespace": "System.Data" + }, + { + "Name": "XmlReadMode", + "Namespace": "System.Data" + }, + { + "Name": "XmlWriteMode", + "Namespace": "System.Data" + }, + { + "Name": "AcceptRejectRule", + "Namespace": "System.Data" + }, + { + "Name": "InternalDataCollectionBase", + "Namespace": "System.Data" + }, + { + "Name": "CommandBehavior", + "Namespace": "System.Data" + }, + { + "Name": "CommandType", + "Namespace": "System.Data" + }, + { + "Name": "ConflictOption", + "Namespace": "System.Data" + }, + { + "Name": "ConnectionState", + "Namespace": "System.Data" + }, + { + "Name": "Constraint", + "Namespace": "System.Data" + }, + { + "Name": "ConstraintCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataColumn", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataException", + "Namespace": "System.Data" + }, + { + "Name": "ConstraintException", + "Namespace": "System.Data" + }, + { + "Name": "DeletedRowInaccessibleException", + "Namespace": "System.Data" + }, + { + "Name": "DuplicateNameException", + "Namespace": "System.Data" + }, + { + "Name": "InRowChangingEventException", + "Namespace": "System.Data" + }, + { + "Name": "InvalidConstraintException", + "Namespace": "System.Data" + }, + { + "Name": "MissingPrimaryKeyException", + "Namespace": "System.Data" + }, + { + "Name": "NoNullAllowedException", + "Namespace": "System.Data" + }, + { + "Name": "ReadOnlyException", + "Namespace": "System.Data" + }, + { + "Name": "RowNotInTableException", + "Namespace": "System.Data" + }, + { + "Name": "VersionNotFoundException", + "Namespace": "System.Data" + }, + { + "Name": "DataRelation", + "Namespace": "System.Data" + }, + { + "Name": "DataRelationCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataRow", + "Namespace": "System.Data" + }, + { + "Name": "DataRowBuilder", + "Namespace": "System.Data" + }, + { + "Name": "DataRowAction", + "Namespace": "System.Data" + }, + { + "Name": "DataRowChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataRowChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataRowCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataRowState", + "Namespace": "System.Data" + }, + { + "Name": "DataRowVersion", + "Namespace": "System.Data" + }, + { + "Name": "DataRowView", + "Namespace": "System.Data" + }, + { + "Name": "SerializationFormat", + "Namespace": "System.Data" + }, + { + "Name": "DataSet", + "Namespace": "System.Data" + }, + { + "Name": "DataSetDateTime", + "Namespace": "System.Data" + }, + { + "Name": "DataSysDescriptionAttribute", + "Namespace": "System.Data" + }, + { + "Name": "DataTable", + "Namespace": "System.Data" + }, + { + "Name": "DataTableClearEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataTableClearEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataTableCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataTableNewRowEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataTableNewRowEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataTableReader", + "Namespace": "System.Data" + }, + { + "Name": "DataView", + "Namespace": "System.Data" + }, + { + "Name": "DataViewManager", + "Namespace": "System.Data" + }, + { + "Name": "DataViewRowState", + "Namespace": "System.Data" + }, + { + "Name": "DataViewSetting", + "Namespace": "System.Data" + }, + { + "Name": "DataViewSettingCollection", + "Namespace": "System.Data" + }, + { + "Name": "DBConcurrencyException", + "Namespace": "System.Data" + }, + { + "Name": "DbType", + "Namespace": "System.Data" + }, + { + "Name": "FillErrorEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "FillErrorEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "ForeignKeyConstraint", + "Namespace": "System.Data" + }, + { + "Name": "IColumnMapping", + "Namespace": "System.Data" + }, + { + "Name": "IColumnMappingCollection", + "Namespace": "System.Data" + }, + { + "Name": "IDataAdapter", + "Namespace": "System.Data" + }, + { + "Name": "IDataParameter", + "Namespace": "System.Data" + }, + { + "Name": "IDataParameterCollection", + "Namespace": "System.Data" + }, + { + "Name": "IDataReader", + "Namespace": "System.Data" + }, + { + "Name": "IDataRecord", + "Namespace": "System.Data" + }, + { + "Name": "IDbCommand", + "Namespace": "System.Data" + }, + { + "Name": "IDbConnection", + "Namespace": "System.Data" + }, + { + "Name": "IDbDataAdapter", + "Namespace": "System.Data" + }, + { + "Name": "IDbDataParameter", + "Namespace": "System.Data" + }, + { + "Name": "IDbTransaction", + "Namespace": "System.Data" + }, + { + "Name": "IsolationLevel", + "Namespace": "System.Data" + }, + { + "Name": "ITableMapping", + "Namespace": "System.Data" + }, + { + "Name": "ITableMappingCollection", + "Namespace": "System.Data" + }, + { + "Name": "KeyRestrictionBehavior", + "Namespace": "System.Data" + }, + { + "Name": "LoadOption", + "Namespace": "System.Data" + }, + { + "Name": "MappingType", + "Namespace": "System.Data" + }, + { + "Name": "MergeFailedEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "MergeFailedEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "MissingMappingAction", + "Namespace": "System.Data" + }, + { + "Name": "MissingSchemaAction", + "Namespace": "System.Data" + }, + { + "Name": "ParameterDirection", + "Namespace": "System.Data" + }, + { + "Name": "PropertyCollection", + "Namespace": "System.Data" + }, + { + "Name": "StatementCompletedEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "StatementCompletedEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "Rule", + "Namespace": "System.Data" + }, + { + "Name": "SchemaSerializationMode", + "Namespace": "System.Data" + }, + { + "Name": "SchemaType", + "Namespace": "System.Data" + }, + { + "Name": "SqlDbType", + "Namespace": "System.Data" + }, + { + "Name": "StateChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "StateChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "StatementType", + "Namespace": "System.Data" + }, + { + "Name": "StrongTypingException", + "Namespace": "System.Data" + }, + { + "Name": "UniqueConstraint", + "Namespace": "System.Data" + }, + { + "Name": "UpdateRowSource", + "Namespace": "System.Data" + }, + { + "Name": "InvalidExpressionException", + "Namespace": "System.Data" + }, + { + "Name": "EvaluateException", + "Namespace": "System.Data" + }, + { + "Name": "SyntaxErrorException", + "Namespace": "System.Data" + }, + { + "Name": "SqlChars", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDateTime", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDecimal", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDouble", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlGuid", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt16", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt32", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt64", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlMoney", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlSingle", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlCompareOptions", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlString", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "StorageState", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlTypeException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlNullValueException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlTruncateException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlNotFilledException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlAlreadyFilledException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlXml", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "INullable", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBinary", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBoolean", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlByte", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBytes", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "DbColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "IDbColumnSchemaGenerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "CatalogLocation", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataAdapter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataColumnMapping", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataColumnMappingCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataTableMapping", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataTableMappingCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbCommand", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbCommandBuilder", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbConnection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbConnectionStringBuilder", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataAdapter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataReader", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataReaderExtensions", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataRecord", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataSourceEnumerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbEnumerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbException", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbMetaDataCollectionNames", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbMetaDataColumnNames", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbParameter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbParameterCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderFactory", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderSpecificTypePropertyAttribute", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbTransaction", + "Namespace": "System.Data.Common" + }, + { + "Name": "GroupByBehavior", + "Namespace": "System.Data.Common" + }, + { + "Name": "IdentifierCase", + "Namespace": "System.Data.Common" + }, + { + "Name": "RowUpdatedEventArgs", + "Namespace": "System.Data.Common" + }, + { + "Name": "RowUpdatingEventArgs", + "Namespace": "System.Data.Common" + }, + { + "Name": "SchemaTableColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "SchemaTableOptionalColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "SupportedJoinOperators", + "Namespace": "System.Data.Common" + }, + { + "Name": "OperationAbortedException", + "Namespace": "System.Data" + }, + { + "Name": "ApplicationIntent", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowsCopiedEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowsCopiedEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SortOrder", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopy", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyColumnMapping", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyColumnMappingCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyOptions", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientFactory", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientMetaDataCollectionNames", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlCommand", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlConnection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlConnectionStringBuilder", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataAdapter", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataReader", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlError", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlErrorCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlException", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlInfoMessageEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlInfoMessageEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlParameter", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlParameterCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatedEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatedEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatingEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatingEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlTransaction", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataRecord", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlMetaData", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "DebuggerStepperBoundaryAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerVisualizerAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DiagnosticSource", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DiagnosticListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Activity", + "Namespace": "System.Diagnostics" + }, + { + "Name": "FileVersionInfo", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DataReceivedEventHandler", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DataReceivedEventArgs", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Process", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessModule", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessModuleCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessPriorityClass", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessStartInfo", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessThread", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessThreadCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessWindowStyle", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadPriorityLevel", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadState", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadWaitReason", + "Namespace": "System.Diagnostics" + }, + { + "Name": "MonitoringDescriptionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SafeProcessHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "StackFrameExtensions", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ISymbolBinder", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolBinder1", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolDocument", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolMethod", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolNamespace", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolReader", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolScope", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolVariable", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolWriter", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymbolToken", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymAddressKind", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymDocumentType", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymLanguageType", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymLanguageVendor", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "DelimitedListTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TextWriterTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ExcludeFromCodeCoverageAttribute", + "Namespace": "System.Diagnostics.CodeAnalysis" + }, + { + "Name": "GeneratedCodeAttribute", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "BooleanSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "CorrelationManager", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DefaultTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventTypeFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceLevels", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Switch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Trace", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceEventCache", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceEventType", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceLevel", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceListenerCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceOptions", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceSource", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SwitchAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SwitchLevelAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventCounter", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "Point", + "Namespace": "System.Drawing" + }, + { + "Name": "PointF", + "Namespace": "System.Drawing" + }, + { + "Name": "Rectangle", + "Namespace": "System.Drawing" + }, + { + "Name": "RectangleF", + "Namespace": "System.Drawing" + }, + { + "Name": "Size", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeF", + "Namespace": "System.Drawing" + }, + { + "Name": "Color", + "Namespace": "System.Drawing" + }, + { + "Name": "ZipArchive", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipArchiveEntry", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipArchiveMode", + "Namespace": "System.IO.Compression" + }, + { + "Name": "CompressionLevel", + "Namespace": "System.IO.Compression" + }, + { + "Name": "CompressionMode", + "Namespace": "System.IO.Compression" + }, + { + "Name": "GZipStream", + "Namespace": "System.IO.Compression" + }, + { + "Name": "DeflateStream", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZLibException", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipFile", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipFileExtensions", + "Namespace": "System.IO.Compression" + }, + { + "Name": "DirectoryObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "DirectorySecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemAclExtensions", + "Namespace": "System.IO" + }, + { + "Name": "Directory", + "Namespace": "System.IO" + }, + { + "Name": "DirectoryInfo", + "Namespace": "System.IO" + }, + { + "Name": "File", + "Namespace": "System.IO" + }, + { + "Name": "FileInfo", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemInfo", + "Namespace": "System.IO" + }, + { + "Name": "SearchOption", + "Namespace": "System.IO" + }, + { + "Name": "DriveInfo", + "Namespace": "System.IO" + }, + { + "Name": "DriveNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "DriveType", + "Namespace": "System.IO" + }, + { + "Name": "ErrorEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "ErrorEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemWatcher", + "Namespace": "System.IO" + }, + { + "Name": "InternalBufferOverflowException", + "Namespace": "System.IO" + }, + { + "Name": "NotifyFilters", + "Namespace": "System.IO" + }, + { + "Name": "RenamedEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "RenamedEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "WatcherChangeTypes", + "Namespace": "System.IO" + }, + { + "Name": "WaitForChangedResult", + "Namespace": "System.IO" + }, + { + "Name": "IsolatedStorageException", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageFile", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageFileStream", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorage", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageScope", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "INormalizeForIsolatedStorage", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "SafeMemoryMappedViewHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeMemoryMappedFileHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "MemoryMappedFileOptions", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFileAccess", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFile", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedViewAccessor", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedViewStream", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFileRights", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "FileFormatException", + "Namespace": "System.IO" + }, + { + "Name": "CompressionOption", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "EncryptionOption", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "Package", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackagePart", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackagePartCollection", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageProperties", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationship", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipCollection", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipSelector", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipSelectorType", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackUriHelper", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "TargetMode", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "ZipPackage", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "ZipPackagePart", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "AnonymousPipeClientStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "AnonymousPipeServerStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeDirection", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeOptions", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeTransmissionMode", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "NamedPipeClientStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "NamedPipeServerStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeStreamImpersonationWorker", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "SafePipeHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "Enumerable", + "Namespace": "System.Linq" + }, + { + "Name": "IGrouping`2", + "Namespace": "System.Linq" + }, + { + "Name": "Grouping`2", + "Namespace": "System.Linq" + }, + { + "Name": "ILookup`2", + "Namespace": "System.Linq" + }, + { + "Name": "Lookup`2", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedEnumerable`1", + "Namespace": "System.Linq" + }, + { + "Name": "IRuntimeVariables", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeOps", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ReadOnlyCollectionBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuleCache`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSite", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSite`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteBinder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteOps", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteHelpers", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DynamicAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DebugInfoGenerator", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "Closure", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IQueryable", + "Namespace": "System.Linq" + }, + { + "Name": "IQueryable`1", + "Namespace": "System.Linq" + }, + { + "Name": "IQueryProvider", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedQueryable", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedQueryable`1", + "Namespace": "System.Linq" + }, + { + "Name": "BinaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "Expression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "BlockExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "CatchBlock", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ConditionalExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ConstantExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DebugInfoExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DefaultExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ElementInit", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ExpressionType", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ExpressionVisitor", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "GotoExpressionKind", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "GotoExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IArgumentProvider", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IDynamicExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IndexExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "InvocationExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LabelExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LabelTarget", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LambdaExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "Expression`1", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ListInitExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LoopExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberAssignment", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberBindingType", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberInitExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberListBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberMemberBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MethodCallExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "NewArrayExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "NewExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ParameterExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "RuntimeVariablesExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SwitchCase", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SwitchExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SymbolDocumentInfo", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "TryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "TypeBinaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "UnaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DynamicExpressionVisitor", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DynamicExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LightLambda", + "Namespace": "System.Linq.Expressions.Interpreter" + }, + { + "Name": "DynamicMetaObjectBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DynamicMetaObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "IDynamicMetaObjectProvider", + "Namespace": "System.Dynamic" + }, + { + "Name": "BindingRestrictions", + "Namespace": "System.Dynamic" + }, + { + "Name": "BinaryOperationBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "CallInfo", + "Namespace": "System.Dynamic" + }, + { + "Name": "ExpandoObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "ConvertBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "CreateInstanceBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DeleteIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DeleteMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DynamicObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "GetIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "GetMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "InvokeBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "InvokeMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "SetIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "SetMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "UnaryOperationBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "IInvokeOnGetBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "OrderedParallelQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelQuery", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelEnumerable", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelExecutionMode", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelMergeOptions", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableExecutor", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableExecutor`1", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableQuery", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "Queryable", + "Namespace": "System.Linq" + }, + { + "Name": "ToStringCodeMethods", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ProcessCodeMethods", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "DeserializingTypeConverter", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "PSAuthorizationManager", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ExecutionPolicy", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ExecutionPolicyScope", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ArgumentToConfigurationDataTransformationAttribute", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + }, + { + "Name": "DscRemoteOperationsClass", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "DscClassCache", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "GetCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NounArgumentCompleter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HistoryInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ForEachObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WhereObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetStrictModeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportModuleMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSEditionArgumentCompleter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ModuleCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ModuleSpecification", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewModuleManifestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestModuleManifestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectEventRegistrationBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConnectPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionFilterState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSSessionConfigurationCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnregisterPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSRemotingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSRemotingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionCapabilityCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisconnectPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnterPSHostProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExitPSHostProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSHostProcessInfoCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSHostProcessInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionConfigurationFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSRoleCapabilityFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WSManConfigurationOption", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSTransportOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExitPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRemotingCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRemotingBaseCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSExecutionCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRunspaceCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnterPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReceiveJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReceivePSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutTarget", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JobCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResumeJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SuspendJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPSSessionConfigurationFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OpenMode", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatDefaultCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutNullCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutDefaultCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutLineOutputCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HelpCategoryInvalidException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHelpCodeMethods", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HelpNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SaveHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdatableHelpCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AliasProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AliasProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnvironmentProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentDynamicParametersBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemClearContentDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentWriterDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentReaderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemItemProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProviderGetItemDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProviderRemoveItemDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InternalSymbolicLinkLinkCodeMethods", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FunctionProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FunctionProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionStateProviderBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionStateProviderBaseContentReaderWriter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "VariableProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemotingErrorResources", + "Namespace": "Microsoft.PowerShell.Commands.Internal" + }, + { + "Name": "FrontEndCommandBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatShapeCommandBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatTableAndListBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatTableBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "AuthenticationLevel", + "Namespace": "Microsoft.PowerShell.CoreClr.Stubs" + }, + { + "Name": "ImpersonationLevel", + "Namespace": "Microsoft.PowerShell.CoreClr.Stubs" + }, + { + "Name": "CimInstanceAdapter", + "Namespace": "Microsoft.PowerShell.Cim" + }, + { + "Name": "MethodInvocationInfo", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "MethodParameterBindings", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "MethodParameter", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "CmdletAdapter`1", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "BehaviorOnNoMatch", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "QueryBuilder", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "ConfirmImpact", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + }, + { + "Name": "ItemsChoiceType", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + }, + { + "Name": "PowerShellAssemblyLoadContextInitializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Platform", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTransactionContext", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RollbackSeverity", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AliasInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ApplicationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateArgumentsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateEnumeratedArgumentsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DSCResourceRunAsCredential", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourceAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscPropertyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscLocalConfigurationManagerAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletCommonMetadataAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletBindingAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "OutputTypeAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DynamicClassImplementationAssemblyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AliasAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeNameAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SupportsWildcardsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDefaultValueAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HiddenAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateLengthAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateRangeKind", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateRangeAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidatePatternAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateScriptAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateCountAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CachedValidValuesGeneratorBase", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateSetAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IValidateSetValuesGenerator", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowNullAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowEmptyStringAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowEmptyCollectionAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateDriveAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateUserDriveAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "NullValidationAttributeBase", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateNotNullAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateNotNullOrEmptyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentTransformationAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ChildItemCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ReturnContainers", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Cmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ShouldProcessReason", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DefaultParameterDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ActionPreference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConfirmImpact", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandCompletion", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionCompleters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionResultType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionResult", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentCompleterAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IArgumentCompleter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RegisterArgumentCompleterCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentCompletionsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandLookupEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSModuleAutoLoadingPreference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeName", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionCapabilities", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConfigurationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContentCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredentialTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredentialUIOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetSymmetricEncryptionKey", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredential", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDriveInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Breakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariableAccessMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariableBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LineBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerResumeAction", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerStopEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakpointUpdateType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakpointUpdatedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSJobStartEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugSource", + "Namespace": "System.Management.Automation" + }, + { + "Name": "StartRunspaceDebugProcessingEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProcessRunspaceDebugEndEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugModes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Debugger", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerCommandResults", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDebugContext", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CallStackFrame", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DriveManagementIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ImplementedAsType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourceInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourcePropertyInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "EngineIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FlagsExpression`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorCategory", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorCategoryInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorDetails", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IContainsErrorRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IResourceSupplier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEngineEvent", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventSubscriber", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ForwardedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventReceivedEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventUnsubscribedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventUnsubscribedEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventArgsCollection", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventJob", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExtendedTypeSystemException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MethodException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MethodInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetValueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PropertyNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetValueInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SetValueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SetValueInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvalidCastException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExternalScriptInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSnapInSpecification", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FilterInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FunctionInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HostUtilities", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InformationalRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WarningRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerboseRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSListModifier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSListModifier`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvalidPowerShellStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspaceMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationStateChangedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationSettings", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteStreamOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShell", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDataStreams", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DataAddedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DataAddingEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDataCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ICommandRuntime", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ICommandRuntime2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InformationRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HostInformationMessage", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvocationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteCommandInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ItemCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CopyContainers", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParseError", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParser", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSToken", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTokenType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FlowControlException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LoopFlowException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContinueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExitException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TerminateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SplitOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptBlock", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SteppablePipeline", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptBlockToPowerShellNotSupportedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeConverter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConvertThroughString", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LanguagePrimitives", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IModuleAssemblyInitializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IModuleAssemblyCleanup", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSModuleInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleAccessMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IDynamicParameters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SwitchParameter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandInvocationIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberViewTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertyInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSAliasProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCodeProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSAdaptedProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNoteProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariableProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSScriptProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMethodInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCodeMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSScriptMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParameterizedProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberSet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertySet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEvent", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDynamicMember", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberInfoCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ReadOnlyPSMemberInfoCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObject", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCustomObject", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SettingValueExceptionEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GettingValueExceptionEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectPropertyDescriptor", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectTypeDescriptor", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectTypeDescriptionProvider", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSReference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSecurityException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandParameterInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandParameterSetInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TypeInferenceRuntimePermissions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProgressRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProgressRecordType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PropertyCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletProviderManagementIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProxyCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSClassInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSClassMemberInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeDefinedParameter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeDefinedParameterDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVersionHashTable", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SemanticVersion", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardPattern", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardPatternException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvalidJobStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobStateEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobIdentifier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IJobDebugger", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Job", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Job2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobThreadOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContainerParentJob", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobFailedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobInvocationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobSourceAdapter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShellStreams`2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSJobProxy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSChildJobProxy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobDataAddedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShellStreamType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Repository`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobRepository", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspaceRepository", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemotingCapability", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemotingBehavior", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSessionTypeOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTransportOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspacePoolStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WhereOperatorSelectionMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SecurityDescriptorCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandOrigin", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AuthorizationManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSerializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPrimitiveDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateEntryVisibility", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSLanguageMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariable", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScopedItemOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertyAdapter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterSetMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PagingParameters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariableIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariablePath", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WorkflowInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExtendedTypeDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FormatViewDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSControlGroupBy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DisplayEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "EntrySelectedBy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Alignment", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DisplayEntryValueType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControlEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemBase", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemExpression", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemFrame", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemNewline", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemText", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomEntryBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlEntryItem", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListEntryBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlColumnHeader", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlColumn", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlRow", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableRowDefinitionBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControlEntryItem", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathInfoStack", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SigningOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CredentialAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SignatureStatus", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SignatureType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Signature", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmsMessageRecipient", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ResolutionPurpose", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSnapInInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptRequiresException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ApplicationFailedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderCmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletProviderInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineStoppedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineClosedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ActionPreferenceStopException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParentContainsErrorRecordException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RedirectedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptCallDepthException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineDepthException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HaltCommandException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidationMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentTransformationMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParsingMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentNullException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentOutOfRangeException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvalidOperationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNotImplementedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNotSupportedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectDisposedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTraceSource", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterBindingException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParseException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IncompleteParseException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateCategory", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateUnauthorizedAccessException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderNameAmbiguousException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DriveNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ItemNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTraceSourceOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsCommon", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsData", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsLifecycle", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsDiagnostic", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsCommunications", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsSecurity", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsOther", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContainerCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "DriveCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentReader", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentWriter", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IDynamicPropertyCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ISecurityDescriptorCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IPropertyCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ItemCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "NavigationCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ICmdletProviderSupportsHelp", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "CmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "CmdletProviderAttribute", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ProviderCapabilities", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "OriginInfo", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "ProxyAccessType", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionOption", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "CmdletMethodInvoker`1", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingDataStructureException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingTransportException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingTransportRedirectException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSDirectException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionConfiguration", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "SessionType", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSenderInfo", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSPrincipal", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSIdentity", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSCertificateDetails", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionConfigurationData", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManPluginManagedEntryWrapper", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManPluginManagedEntryInstanceWrapper", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManServerChannelEvents", + "Namespace": "System.Management.Automation.Remoting.WSMan" + }, + { + "Name": "ActiveSessionsChangedEventArgs", + "Namespace": "System.Management.Automation.Remoting.WSMan" + }, + { + "Name": "PSStreamObjectType", + "Namespace": "System.Management.Automation.Remoting.Internal" + }, + { + "Name": "PSStreamObject", + "Namespace": "System.Management.Automation.Remoting.Internal" + }, + { + "Name": "ChoiceDescription", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "FieldDescription", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHost", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "IHostSupportsInteractiveSession", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Coordinates", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Size", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "ReadKeyOptions", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "ControlKeyStates", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "KeyInfo", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Rectangle", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "BufferCell", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "BufferCellType", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHostRawUserInterface", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHostUserInterface", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "IHostUISupportsMultipleChoiceSelection", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "HostException", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PromptingException", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Command", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineResultTypes", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandCollection", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidRunspaceStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSThreadOptions", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceStateInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceStateEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceAvailability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceAvailabilityEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceCapability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "Runspace", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateProxy", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceFactory", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceOpenModuleLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandParameter", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandParameterCollection", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidPipelineStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineStateInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineStateEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "Pipeline", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PowerShellProcessInstance", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidRunspacePoolStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolStateChangedEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolAvailability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolCapability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePool", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionStateEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ConstrainedSessionStateEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateCommandEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateTypeEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateFormatEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateAssemblyEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateCmdletEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateProviderEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateScriptEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateAliasEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateApplicationEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateFunctionEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateVariableEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionStateEntryCollection`1", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TargetMachineType", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSession", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingErrorRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingProgressRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingWarningRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingDebugRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingVerboseRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingInformationRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "AuthenticationMechanism", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSessionType", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSessionConfigurationAccessMode", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "OutputBufferingMode", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "WSManConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "NamedPipeConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SSHConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "VMConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ContainerConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeTableLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeMemberData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "NotePropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "AliasPropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ScriptPropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CodePropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ScriptMethodData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CodeMethodData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PropertySetData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "MemberSetData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeTable", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "FormatTableLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "FormatTable", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSConsoleLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSnapInException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineReader`1", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineWriter", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "StaticParameterBinder", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StaticBindingResult", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterBindingResult", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StaticBindingError", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CodeGeneration", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NullString", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Ast", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ErrorStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ErrorExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptRequirements", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParamBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NamedBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NamedAttributeArgumentAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributeBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributeAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeConstraintAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StatementBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingStatementKind", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PropertyAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PropertyMemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MethodAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FunctionMemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FunctionDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IfStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DataStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LabeledStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LoopStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForEachFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForEachStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DoWhileStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DoUntilStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "WhileStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SwitchFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SwitchStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CatchClauseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TryStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TrapStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BreakStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ContinueStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ReturnStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExitStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ThrowStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PipelineBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PipelineAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandElementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandParameterAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionStream", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MergingRedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FileRedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AssignmentStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConfigurationType", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConfigurationDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BinaryExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UnaryExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BlockStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributedExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConvertExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "InvokeMemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BaseCtorInvokeMemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ITypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "GenericTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ReflectionTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "VariableExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConstantExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringConstantType", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringConstantExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExpandableStringExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptBlockExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayLiteralAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "HashtableAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParenExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SubExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IndexExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommentHelpInfo", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ICustomAstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ICustomAstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DefaultCustomAstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DefaultCustomAstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Parser", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParseError", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IScriptPosition", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IScriptExtent", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptPosition", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptExtent", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitAction", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IAstPostVisitHandler", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenKind", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenTraits", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Token", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NumberToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "VariableToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringLiteralToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringExpandableToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LabelToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "InputRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MergingRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FileRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordNameMode", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordBodyMode", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeyword", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordProperty", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordParameter", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "EtwActivity", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceTask", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceKeywords", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "Tracer", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceSource", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceSourceFactory", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "CmdletMetadataAttribute", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ParsingBaseAttribute", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "AutomationNull", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "InternalCommand", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "CommonParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "DebuggerUtils", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSMonitorRunspaceType", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSStandaloneMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSEmbeddedMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "SessionStateKeeper", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ScriptBlockMemberMethodWrapper", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ClassOps", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ShouldProcessParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "TransactionParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "InternalTestHooks", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "SecuritySupport", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ByteArrayContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "ClientCertificateOption", + "Namespace": "System.Net.Http" + }, + { + "Name": "DelegatingHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "FormUrlEncodedContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpClient", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpCompletionOption", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMessageHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMessageInvoker", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMethod", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpRequestException", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpRequestMessage", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpResponseMessage", + "Namespace": "System.Net.Http" + }, + { + "Name": "MessageProcessingHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "MultipartContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "MultipartFormDataContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "StreamContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "StringContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpClientHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "AuthenticationHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "CacheControlHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ContentDispositionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ContentRangeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "EntityTagHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpContentHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpHeaderValueCollection`1", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpRequestHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpResponseHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "MediaTypeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "MediaTypeWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "NameValueHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "NameValueWithParametersHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ProductHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ProductInfoHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeConditionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeItemHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RetryConditionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "StringWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "TransferCodingHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "TransferCodingWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ViaHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "WarningHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "CookieUsePolicy", + "Namespace": "System.Net.Http" + }, + { + "Name": "WindowsProxyUsePolicy", + "Namespace": "System.Net.Http" + }, + { + "Name": "WinHttpHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpListenerPrefixCollection", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerRequest", + "Namespace": "System.Net" + }, + { + "Name": "AuthenticationSchemeSelector", + "Namespace": "System.Net" + }, + { + "Name": "HttpListener", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerBasicIdentity", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerContext", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerException", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerResponse", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerTimeoutManager", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerWebSocketContext", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "AlternateView", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AlternateViewCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AttachmentBase", + "Namespace": "System.Net.Mail" + }, + { + "Name": "Attachment", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AttachmentCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "LinkedResource", + "Namespace": "System.Net.Mail" + }, + { + "Name": "LinkedResourceCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailAddress", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailAddressCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "DeliveryNotificationOptions", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailMessage", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailPriority", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SendCompletedEventHandler", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpDeliveryMethod", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpDeliveryFormat", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpClient", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpFailedRecipientException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpFailedRecipientsException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpStatusCode", + "Namespace": "System.Net.Mail" + }, + { + "Name": "TransferEncoding", + "Namespace": "System.Net.Mime" + }, + { + "Name": "ContentDisposition", + "Namespace": "System.Net.Mime" + }, + { + "Name": "ContentType", + "Namespace": "System.Net.Mime" + }, + { + "Name": "DispositionTypeNames", + "Namespace": "System.Net.Mime" + }, + { + "Name": "MediaTypeNames", + "Namespace": "System.Net.Mime" + }, + { + "Name": "Dns", + "Namespace": "System.Net" + }, + { + "Name": "IPHostEntry", + "Namespace": "System.Net" + }, + { + "Name": "ProtocolType", + "Namespace": "System.Net.Internals" + }, + { + "Name": "DuplicateAddressDetectionState", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "GatewayIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "GatewayIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IcmpV4Statistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IcmpV6Statistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPGlobalProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPGlobalStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPInterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPInterfaceStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv4InterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv4InterfaceStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv6InterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "MulticastIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "MulticastIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetBiosNodeType", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAvailabilityEventArgs", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAddressChangedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAvailabilityChangedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterface", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterfaceComponent", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterfaceType", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "OperationalStatus", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PhysicalAddress", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PrefixOrigin", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "ScopeLevel", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "SuffixOrigin", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpConnectionInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpState", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UdpStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UnicastIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UnicastIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationException", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkChange", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPStatus", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "Ping", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingCompletedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingCompletedEventArgs", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingException", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingOptions", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingReply", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "SslProtocols", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ExchangeAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "CipherAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "HashAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ChannelBinding", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ChannelBindingKind", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "AuthenticationSchemes", + "Namespace": "System.Net" + }, + { + "Name": "CookieVariant", + "Namespace": "System.Net" + }, + { + "Name": "Cookie", + "Namespace": "System.Net" + }, + { + "Name": "CookieContainer", + "Namespace": "System.Net" + }, + { + "Name": "PathList", + "Namespace": "System.Net" + }, + { + "Name": "CookieCollection", + "Namespace": "System.Net" + }, + { + "Name": "CookieException", + "Namespace": "System.Net" + }, + { + "Name": "CredentialCache", + "Namespace": "System.Net" + }, + { + "Name": "DecompressionMethods", + "Namespace": "System.Net" + }, + { + "Name": "DnsEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "EndPoint", + "Namespace": "System.Net" + }, + { + "Name": "HttpStatusCode", + "Namespace": "System.Net" + }, + { + "Name": "HttpVersion", + "Namespace": "System.Net" + }, + { + "Name": "ICredentials", + "Namespace": "System.Net" + }, + { + "Name": "ICredentialsByHost", + "Namespace": "System.Net" + }, + { + "Name": "IPAddress", + "Namespace": "System.Net" + }, + { + "Name": "IPEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "IWebProxy", + "Namespace": "System.Net" + }, + { + "Name": "NetworkCredential", + "Namespace": "System.Net" + }, + { + "Name": "TransportContext", + "Namespace": "System.Net" + }, + { + "Name": "SocketAddress", + "Namespace": "System.Net" + }, + { + "Name": "RequestCacheLevel", + "Namespace": "System.Net.Cache" + }, + { + "Name": "RequestCachePolicy", + "Namespace": "System.Net.Cache" + }, + { + "Name": "IPAddressCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "AuthenticationLevel", + "Namespace": "System.Net.Security" + }, + { + "Name": "SslPolicyErrors", + "Namespace": "System.Net.Security" + }, + { + "Name": "SocketException", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "AddressFamily", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketError", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "AuthenticationManager", + "Namespace": "System.Net" + }, + { + "Name": "Authorization", + "Namespace": "System.Net" + }, + { + "Name": "FileWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "FileWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "GlobalProxySelection", + "Namespace": "System.Net" + }, + { + "Name": "HttpContinueDelegate", + "Namespace": "System.Net" + }, + { + "Name": "HttpWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "HttpWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "IAuthenticationModule", + "Namespace": "System.Net" + }, + { + "Name": "ICredentialPolicy", + "Namespace": "System.Net" + }, + { + "Name": "IWebRequestCreate", + "Namespace": "System.Net" + }, + { + "Name": "ProtocolViolationException", + "Namespace": "System.Net" + }, + { + "Name": "WebException", + "Namespace": "System.Net" + }, + { + "Name": "WebExceptionStatus", + "Namespace": "System.Net" + }, + { + "Name": "WebRequest", + "Namespace": "System.Net" + }, + { + "Name": "WebRequestMethods", + "Namespace": "System.Net" + }, + { + "Name": "WebResponse", + "Namespace": "System.Net" + }, + { + "Name": "FtpStatusCode", + "Namespace": "System.Net" + }, + { + "Name": "FtpWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "FtpWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "HttpCacheAgeControl", + "Namespace": "System.Net.Cache" + }, + { + "Name": "HttpRequestCacheLevel", + "Namespace": "System.Net.Cache" + }, + { + "Name": "HttpRequestCachePolicy", + "Namespace": "System.Net.Cache" + }, + { + "Name": "AuthenticationException", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "InvalidCredentialException", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ExtendedProtectionPolicy", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "PolicyEnforcement", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ProtectionScenario", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ServiceNameCollection", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "AuthenticatedStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "EncryptionPolicy", + "Namespace": "System.Net.Security" + }, + { + "Name": "RemoteCertificateValidationCallback", + "Namespace": "System.Net.Security" + }, + { + "Name": "LocalCertificateSelectionCallback", + "Namespace": "System.Net.Security" + }, + { + "Name": "SslStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "ProtectionLevel", + "Namespace": "System.Net.Security" + }, + { + "Name": "NegotiateStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "BindIPEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "ServicePoint", + "Namespace": "System.Net" + }, + { + "Name": "ServicePointManager", + "Namespace": "System.Net" + }, + { + "Name": "SecurityProtocolType", + "Namespace": "System.Net" + }, + { + "Name": "SocketReceiveFromResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketReceiveMessageFromResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketTaskExtensions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IOControlCode", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPPacketInformation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPProtectionLevel", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "LingerOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "MulticastOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPv6MulticastOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "NetworkStream", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SelectMode", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SendPacketsElement", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "Socket", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketAsyncEventArgs", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketAsyncOperation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketFlags", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketInformationOptions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketInformation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketOptionLevel", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketOptionName", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketShutdown", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TcpClient", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TcpListener", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TransmitFileOptions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "UdpClient", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "UdpReceiveResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "ProtocolFamily", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "ProtocolType", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketType", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "WebClient", + "Namespace": "System.Net" + }, + { + "Name": "OpenReadCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "OpenWriteCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadStringCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadDataCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadStringCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadDataCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadFileCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadValuesCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadProgressChangedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadProgressChangedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "WriteStreamClosedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "OpenReadCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "OpenWriteCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadStringCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadDataCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadStringCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadDataCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadFileCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadValuesCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadProgressChangedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadProgressChangedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "WriteStreamClosedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "WebHeaderCollection", + "Namespace": "System.Net" + }, + { + "Name": "HttpResponseHeader", + "Namespace": "System.Net" + }, + { + "Name": "HttpRequestHeader", + "Namespace": "System.Net" + }, + { + "Name": "IWebProxyScript", + "Namespace": "System.Net" + }, + { + "Name": "WebProxy", + "Namespace": "System.Net" + }, + { + "Name": "ClientWebSocket", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "ClientWebSocketOptions", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocket", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketCloseStatus", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketContext", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketError", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketException", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketMessageType", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketReceiveResult", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketState", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "Vector`1", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector", + "Namespace": "System.Numerics" + }, + { + "Name": "Matrix3x2", + "Namespace": "System.Numerics" + }, + { + "Name": "Matrix4x4", + "Namespace": "System.Numerics" + }, + { + "Name": "Plane", + "Namespace": "System.Numerics" + }, + { + "Name": "Quaternion", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector2", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector3", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector4", + "Namespace": "System.Numerics" + }, + { + "Name": "ICommand", + "Namespace": "System.Windows.Input" + }, + { + "Name": "DataErrorsChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyDataErrorInfo", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyPropertyChanged", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyPropertyChanging", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangingEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangingEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "KeyedCollection`2", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ObservableCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyDictionary`2", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyObservableCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "INotifyCollectionChanged", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedAction", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedEventArgs", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedEventHandler", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "SafeWaitHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "CriticalHandleMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "CriticalHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeHandleMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeFileHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "Console", + "Namespace": "Internal" + }, + { + "Name": "EnvironmentAugments", + "Namespace": "Internal.Runtime.Augments" + }, + { + "Name": "RuntimeThread", + "Namespace": "Internal.Runtime.Augments" + }, + { + "Name": "AggregateException", + "Namespace": "System" + }, + { + "Name": "AppContext", + "Namespace": "System" + }, + { + "Name": "Object", + "Namespace": "System" + }, + { + "Name": "Array", + "Namespace": "System" + }, + { + "Name": "ArraySegment`1", + "Namespace": "System" + }, + { + "Name": "Tuple", + "Namespace": "System" + }, + { + "Name": "Tuple`1", + "Namespace": "System" + }, + { + "Name": "Tuple`2", + "Namespace": "System" + }, + { + "Name": "Tuple`3", + "Namespace": "System" + }, + { + "Name": "Tuple`4", + "Namespace": "System" + }, + { + "Name": "Tuple`5", + "Namespace": "System" + }, + { + "Name": "Tuple`6", + "Namespace": "System" + }, + { + "Name": "Tuple`7", + "Namespace": "System" + }, + { + "Name": "Tuple`8", + "Namespace": "System" + }, + { + "Name": "String", + "Namespace": "System" + }, + { + "Name": "Exception", + "Namespace": "System" + }, + { + "Name": "DateTime", + "Namespace": "System" + }, + { + "Name": "OutOfMemoryException", + "Namespace": "System" + }, + { + "Name": "Delegate", + "Namespace": "System" + }, + { + "Name": "MulticastDelegate", + "Namespace": "System" + }, + { + "Name": "Activator", + "Namespace": "System" + }, + { + "Name": "AccessViolationException", + "Namespace": "System" + }, + { + "Name": "ArgIterator", + "Namespace": "System" + }, + { + "Name": "Attribute", + "Namespace": "System" + }, + { + "Name": "BadImageFormatException", + "Namespace": "System" + }, + { + "Name": "BitConverter", + "Namespace": "System" + }, + { + "Name": "Boolean", + "Namespace": "System" + }, + { + "Name": "Buffer", + "Namespace": "System" + }, + { + "Name": "Byte", + "Namespace": "System" + }, + { + "Name": "Decimal", + "Namespace": "System" + }, + { + "Name": "Double", + "Namespace": "System" + }, + { + "Name": "Enum", + "Namespace": "System" + }, + { + "Name": "EnvironmentVariableTarget", + "Namespace": "System" + }, + { + "Name": "GCCollectionMode", + "Namespace": "System" + }, + { + "Name": "GCNotificationStatus", + "Namespace": "System" + }, + { + "Name": "GC", + "Namespace": "System" + }, + { + "Name": "Guid", + "Namespace": "System" + }, + { + "Name": "InsufficientMemoryException", + "Namespace": "System" + }, + { + "Name": "Int16", + "Namespace": "System" + }, + { + "Name": "Int32", + "Namespace": "System" + }, + { + "Name": "Int64", + "Namespace": "System" + }, + { + "Name": "IntPtr", + "Namespace": "System" + }, + { + "Name": "Math", + "Namespace": "System" + }, + { + "Name": "MathF", + "Namespace": "System" + }, + { + "Name": "MissingFieldException", + "Namespace": "System" + }, + { + "Name": "MissingMemberException", + "Namespace": "System" + }, + { + "Name": "NonSerializedAttribute", + "Namespace": "System" + }, + { + "Name": "RuntimeArgumentHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeTypeHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeMethodHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeFieldHandle", + "Namespace": "System" + }, + { + "Name": "ModuleHandle", + "Namespace": "System" + }, + { + "Name": "SByte", + "Namespace": "System" + }, + { + "Name": "SerializableAttribute", + "Namespace": "System" + }, + { + "Name": "Single", + "Namespace": "System" + }, + { + "Name": "TimeSpan", + "Namespace": "System" + }, + { + "Name": "TimeZoneInfo", + "Namespace": "System" + }, + { + "Name": "Type", + "Namespace": "System" + }, + { + "Name": "TypedReference", + "Namespace": "System" + }, + { + "Name": "TypeLoadException", + "Namespace": "System" + }, + { + "Name": "UInt16", + "Namespace": "System" + }, + { + "Name": "UInt32", + "Namespace": "System" + }, + { + "Name": "UInt64", + "Namespace": "System" + }, + { + "Name": "UIntPtr", + "Namespace": "System" + }, + { + "Name": "ValueType", + "Namespace": "System" + }, + { + "Name": "WeakReference", + "Namespace": "System" + }, + { + "Name": "WeakReference`1", + "Namespace": "System" + }, + { + "Name": "Nullable`1", + "Namespace": "System" + }, + { + "Name": "Nullable", + "Namespace": "System" + }, + { + "Name": "Action`1", + "Namespace": "System" + }, + { + "Name": "Action", + "Namespace": "System" + }, + { + "Name": "Action`2", + "Namespace": "System" + }, + { + "Name": "Action`3", + "Namespace": "System" + }, + { + "Name": "Action`4", + "Namespace": "System" + }, + { + "Name": "Func`1", + "Namespace": "System" + }, + { + "Name": "Func`2", + "Namespace": "System" + }, + { + "Name": "Func`3", + "Namespace": "System" + }, + { + "Name": "Func`4", + "Namespace": "System" + }, + { + "Name": "Func`5", + "Namespace": "System" + }, + { + "Name": "Action`5", + "Namespace": "System" + }, + { + "Name": "Action`6", + "Namespace": "System" + }, + { + "Name": "Action`7", + "Namespace": "System" + }, + { + "Name": "Action`8", + "Namespace": "System" + }, + { + "Name": "Func`6", + "Namespace": "System" + }, + { + "Name": "Func`7", + "Namespace": "System" + }, + { + "Name": "Func`8", + "Namespace": "System" + }, + { + "Name": "Func`9", + "Namespace": "System" + }, + { + "Name": "Comparison`1", + "Namespace": "System" + }, + { + "Name": "Converter`2", + "Namespace": "System" + }, + { + "Name": "Predicate`1", + "Namespace": "System" + }, + { + "Name": "ApplicationException", + "Namespace": "System" + }, + { + "Name": "ArgumentException", + "Namespace": "System" + }, + { + "Name": "ArgumentNullException", + "Namespace": "System" + }, + { + "Name": "ArgumentOutOfRangeException", + "Namespace": "System" + }, + { + "Name": "ArithmeticException", + "Namespace": "System" + }, + { + "Name": "ArrayTypeMismatchException", + "Namespace": "System" + }, + { + "Name": "AssemblyLoadEventArgs", + "Namespace": "System" + }, + { + "Name": "AssemblyLoadEventHandler", + "Namespace": "System" + }, + { + "Name": "AsyncCallback", + "Namespace": "System" + }, + { + "Name": "AttributeTargets", + "Namespace": "System" + }, + { + "Name": "AttributeUsageAttribute", + "Namespace": "System" + }, + { + "Name": "Char", + "Namespace": "System" + }, + { + "Name": "CharEnumerator", + "Namespace": "System" + }, + { + "Name": "CLSCompliantAttribute", + "Namespace": "System" + }, + { + "Name": "Base64FormattingOptions", + "Namespace": "System" + }, + { + "Name": "Convert", + "Namespace": "System" + }, + { + "Name": "DataMisalignedException", + "Namespace": "System" + }, + { + "Name": "DateTimeKind", + "Namespace": "System" + }, + { + "Name": "DateTimeOffset", + "Namespace": "System" + }, + { + "Name": "DayOfWeek", + "Namespace": "System" + }, + { + "Name": "DBNull", + "Namespace": "System" + }, + { + "Name": "DivideByZeroException", + "Namespace": "System" + }, + { + "Name": "DllNotFoundException", + "Namespace": "System" + }, + { + "Name": "DuplicateWaitObjectException", + "Namespace": "System" + }, + { + "Name": "EntryPointNotFoundException", + "Namespace": "System" + }, + { + "Name": "EventArgs", + "Namespace": "System" + }, + { + "Name": "EventHandler", + "Namespace": "System" + }, + { + "Name": "EventHandler`1", + "Namespace": "System" + }, + { + "Name": "ExecutionEngineException", + "Namespace": "System" + }, + { + "Name": "FieldAccessException", + "Namespace": "System" + }, + { + "Name": "FlagsAttribute", + "Namespace": "System" + }, + { + "Name": "FormatException", + "Namespace": "System" + }, + { + "Name": "FormattableString", + "Namespace": "System" + }, + { + "Name": "IAsyncResult", + "Namespace": "System" + }, + { + "Name": "ICloneable", + "Namespace": "System" + }, + { + "Name": "IComparable", + "Namespace": "System" + }, + { + "Name": "IComparable`1", + "Namespace": "System" + }, + { + "Name": "IConvertible", + "Namespace": "System" + }, + { + "Name": "ICustomFormatter", + "Namespace": "System" + }, + { + "Name": "IDisposable", + "Namespace": "System" + }, + { + "Name": "IEquatable`1", + "Namespace": "System" + }, + { + "Name": "IFormatProvider", + "Namespace": "System" + }, + { + "Name": "IFormattable", + "Namespace": "System" + }, + { + "Name": "IndexOutOfRangeException", + "Namespace": "System" + }, + { + "Name": "InsufficientExecutionStackException", + "Namespace": "System" + }, + { + "Name": "InvalidCastException", + "Namespace": "System" + }, + { + "Name": "InvalidOperationException", + "Namespace": "System" + }, + { + "Name": "InvalidProgramException", + "Namespace": "System" + }, + { + "Name": "InvalidTimeZoneException", + "Namespace": "System" + }, + { + "Name": "IObservable`1", + "Namespace": "System" + }, + { + "Name": "IObserver`1", + "Namespace": "System" + }, + { + "Name": "IProgress`1", + "Namespace": "System" + }, + { + "Name": "Lazy`1", + "Namespace": "System" + }, + { + "Name": "MarshalByRefObject", + "Namespace": "System" + }, + { + "Name": "MemberAccessException", + "Namespace": "System" + }, + { + "Name": "MethodAccessException", + "Namespace": "System" + }, + { + "Name": "MidpointRounding", + "Namespace": "System" + }, + { + "Name": "MissingMethodException", + "Namespace": "System" + }, + { + "Name": "MulticastNotSupportedException", + "Namespace": "System" + }, + { + "Name": "NotFiniteNumberException", + "Namespace": "System" + }, + { + "Name": "NotImplementedException", + "Namespace": "System" + }, + { + "Name": "NotSupportedException", + "Namespace": "System" + }, + { + "Name": "NullReferenceException", + "Namespace": "System" + }, + { + "Name": "ObjectDisposedException", + "Namespace": "System" + }, + { + "Name": "ObsoleteAttribute", + "Namespace": "System" + }, + { + "Name": "OperationCanceledException", + "Namespace": "System" + }, + { + "Name": "OverflowException", + "Namespace": "System" + }, + { + "Name": "ParamArrayAttribute", + "Namespace": "System" + }, + { + "Name": "PlatformNotSupportedException", + "Namespace": "System" + }, + { + "Name": "Progress`1", + "Namespace": "System" + }, + { + "Name": "Random", + "Namespace": "System" + }, + { + "Name": "RankException", + "Namespace": "System" + }, + { + "Name": "ReadOnlySpan`1", + "Namespace": "System" + }, + { + "Name": "ResolveEventArgs", + "Namespace": "System" + }, + { + "Name": "ResolveEventHandler", + "Namespace": "System" + }, + { + "Name": "Span`1", + "Namespace": "System" + }, + { + "Name": "Span", + "Namespace": "System" + }, + { + "Name": "StackOverflowException", + "Namespace": "System" + }, + { + "Name": "StringComparer", + "Namespace": "System" + }, + { + "Name": "StringComparison", + "Namespace": "System" + }, + { + "Name": "StringSplitOptions", + "Namespace": "System" + }, + { + "Name": "SystemException", + "Namespace": "System" + }, + { + "Name": "STAThreadAttribute", + "Namespace": "System" + }, + { + "Name": "MTAThreadAttribute", + "Namespace": "System" + }, + { + "Name": "ThreadStaticAttribute", + "Namespace": "System" + }, + { + "Name": "TimeoutException", + "Namespace": "System" + }, + { + "Name": "TimeZone", + "Namespace": "System" + }, + { + "Name": "TimeZoneNotFoundException", + "Namespace": "System" + }, + { + "Name": "TupleExtensions", + "Namespace": "System" + }, + { + "Name": "TypeAccessException", + "Namespace": "System" + }, + { + "Name": "TypeCode", + "Namespace": "System" + }, + { + "Name": "TypeInitializationException", + "Namespace": "System" + }, + { + "Name": "TypeUnloadedException", + "Namespace": "System" + }, + { + "Name": "UnauthorizedAccessException", + "Namespace": "System" + }, + { + "Name": "UnhandledExceptionEventArgs", + "Namespace": "System" + }, + { + "Name": "UnhandledExceptionEventHandler", + "Namespace": "System" + }, + { + "Name": "ValueTuple", + "Namespace": "System" + }, + { + "Name": "ValueTuple`1", + "Namespace": "System" + }, + { + "Name": "ValueTuple`2", + "Namespace": "System" + }, + { + "Name": "ValueTuple`3", + "Namespace": "System" + }, + { + "Name": "ValueTuple`4", + "Namespace": "System" + }, + { + "Name": "ValueTuple`5", + "Namespace": "System" + }, + { + "Name": "ValueTuple`6", + "Namespace": "System" + }, + { + "Name": "ValueTuple`7", + "Namespace": "System" + }, + { + "Name": "ValueTuple`8", + "Namespace": "System" + }, + { + "Name": "Version", + "Namespace": "System" + }, + { + "Name": "Void", + "Namespace": "System" + }, + { + "Name": "AssemblyHashAlgorithm", + "Namespace": "System.Configuration.Assemblies" + }, + { + "Name": "AssemblyVersionCompatibility", + "Namespace": "System.Configuration.Assemblies" + }, + { + "Name": "DefaultValueAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorBrowsableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorBrowsableState", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ResourceManager", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceReader", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceSet", + "Namespace": "System.Resources" + }, + { + "Name": "IResourceReader", + "Namespace": "System.Resources" + }, + { + "Name": "MissingManifestResourceException", + "Namespace": "System.Resources" + }, + { + "Name": "MissingSatelliteAssemblyException", + "Namespace": "System.Resources" + }, + { + "Name": "NeutralResourcesLanguageAttribute", + "Namespace": "System.Resources" + }, + { + "Name": "SatelliteContractVersionAttribute", + "Namespace": "System.Resources" + }, + { + "Name": "UltimateResourceFallbackLocation", + "Namespace": "System.Resources" + }, + { + "Name": "Debugger", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerStepThroughAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerHiddenAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerNonUserCodeAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggableAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerBrowsableState", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerBrowsableAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerTypeProxyAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerDisplayAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "StackTrace", + "Namespace": "System.Diagnostics" + }, + { + "Name": "StackFrame", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ConditionalAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Debug", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SuppressMessageAttribute", + "Namespace": "System.Diagnostics.CodeAnalysis" + }, + { + "Name": "ISymbolDocumentWriter", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "PureAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractClassAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractClassForAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractInvariantMethodAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractReferenceAssemblyAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractRuntimeIgnoredAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractVerificationAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractPublicPropertyNameAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractArgumentValidatorAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractAbbreviatorAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractOptionAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "Contract", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractFailureKind", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractFailedEventArgs", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractHelper", + "Namespace": "System.Diagnostics.Contracts.Internal" + }, + { + "Name": "EventSource", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventActivityOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceSettings", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventListener", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventCommandEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceCreatedEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventWrittenEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "NonEventAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventCommand", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventManifestOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceException", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventLevel", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventTask", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventOpcode", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventChannel", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventKeywords", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventDataAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldTags", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldFormat", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventIgnoreAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventTags", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "TraceLoggingEventTypes", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "BinaryReader", + "Namespace": "System.IO" + }, + { + "Name": "BinaryWriter", + "Namespace": "System.IO" + }, + { + "Name": "FileLoadException", + "Namespace": "System.IO" + }, + { + "Name": "FileNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "IOException", + "Namespace": "System.IO" + }, + { + "Name": "MemoryStream", + "Namespace": "System.IO" + }, + { + "Name": "Stream", + "Namespace": "System.IO" + }, + { + "Name": "UnmanagedMemoryAccessor", + "Namespace": "System.IO" + }, + { + "Name": "DirectoryNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "EndOfStreamException", + "Namespace": "System.IO" + }, + { + "Name": "FileAccess", + "Namespace": "System.IO" + }, + { + "Name": "FileMode", + "Namespace": "System.IO" + }, + { + "Name": "FileOptions", + "Namespace": "System.IO" + }, + { + "Name": "FileShare", + "Namespace": "System.IO" + }, + { + "Name": "FileStream", + "Namespace": "System.IO" + }, + { + "Name": "Path", + "Namespace": "System.IO" + }, + { + "Name": "PathTooLongException", + "Namespace": "System.IO" + }, + { + "Name": "SeekOrigin", + "Namespace": "System.IO" + }, + { + "Name": "UnmanagedMemoryStream", + "Namespace": "System.IO" + }, + { + "Name": "ArrayPool`1", + "Namespace": "System.Buffers" + }, + { + "Name": "AllowPartiallyTrustedCallersAttribute", + "Namespace": "System.Security" + }, + { + "Name": "PartialTrustVisibilityLevel", + "Namespace": "System.Security" + }, + { + "Name": "SecureString", + "Namespace": "System.Security" + }, + { + "Name": "SecurityCriticalAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityCriticalScope", + "Namespace": "System.Security" + }, + { + "Name": "SecurityException", + "Namespace": "System.Security" + }, + { + "Name": "SecurityRulesAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityRuleSet", + "Namespace": "System.Security" + }, + { + "Name": "SecuritySafeCriticalAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityTransparentAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityTreatAsSafeAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SuppressUnmanagedCodeSecurityAttribute", + "Namespace": "System.Security" + }, + { + "Name": "UnverifiableCodeAttribute", + "Namespace": "System.Security" + }, + { + "Name": "VerificationException", + "Namespace": "System.Security" + }, + { + "Name": "CryptographicException", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SynchronizationContext", + "Namespace": "System.Threading" + }, + { + "Name": "EventWaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "Interlocked", + "Namespace": "System.Threading" + }, + { + "Name": "Monitor", + "Namespace": "System.Threading" + }, + { + "Name": "Mutex", + "Namespace": "System.Threading" + }, + { + "Name": "NativeOverlapped", + "Namespace": "System.Threading" + }, + { + "Name": "Overlapped", + "Namespace": "System.Threading" + }, + { + "Name": "Semaphore", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadInterruptedException", + "Namespace": "System.Threading" + }, + { + "Name": "RegisteredWaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "WaitCallback", + "Namespace": "System.Threading" + }, + { + "Name": "WaitOrTimerCallback", + "Namespace": "System.Threading" + }, + { + "Name": "IOCompletionCallback", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPool", + "Namespace": "System.Threading" + }, + { + "Name": "TimerCallback", + "Namespace": "System.Threading" + }, + { + "Name": "Timer", + "Namespace": "System.Threading" + }, + { + "Name": "Volatile", + "Namespace": "System.Threading" + }, + { + "Name": "WaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "SpinLock", + "Namespace": "System.Threading" + }, + { + "Name": "SpinWait", + "Namespace": "System.Threading" + }, + { + "Name": "LazyInitializer", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadLocal`1", + "Namespace": "System.Threading" + }, + { + "Name": "LockRecursionPolicy", + "Namespace": "System.Threading" + }, + { + "Name": "ReaderWriterLockSlim", + "Namespace": "System.Threading" + }, + { + "Name": "SemaphoreSlim", + "Namespace": "System.Threading" + }, + { + "Name": "ManualResetEventSlim", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationTokenRegistration", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationTokenSource", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationToken", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPoolBoundHandle", + "Namespace": "System.Threading" + }, + { + "Name": "PreAllocatedOverlapped", + "Namespace": "System.Threading" + }, + { + "Name": "AbandonedMutexException", + "Namespace": "System.Threading" + }, + { + "Name": "ApartmentState", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncLocal`1", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncLocalValueChangedArgs`1", + "Namespace": "System.Threading" + }, + { + "Name": "AutoResetEvent", + "Namespace": "System.Threading" + }, + { + "Name": "EventResetMode", + "Namespace": "System.Threading" + }, + { + "Name": "ContextCallback", + "Namespace": "System.Threading" + }, + { + "Name": "ExecutionContext", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncFlowControl", + "Namespace": "System.Threading" + }, + { + "Name": "LazyThreadSafetyMode", + "Namespace": "System.Threading" + }, + { + "Name": "LockRecursionException", + "Namespace": "System.Threading" + }, + { + "Name": "ManualResetEvent", + "Namespace": "System.Threading" + }, + { + "Name": "ParameterizedThreadStart", + "Namespace": "System.Threading" + }, + { + "Name": "SemaphoreFullException", + "Namespace": "System.Threading" + }, + { + "Name": "SendOrPostCallback", + "Namespace": "System.Threading" + }, + { + "Name": "SynchronizationLockException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadAbortException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPriority", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStart", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStartException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadState", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStateException", + "Namespace": "System.Threading" + }, + { + "Name": "Timeout", + "Namespace": "System.Threading" + }, + { + "Name": "WaitHandleCannotBeOpenedException", + "Namespace": "System.Threading" + }, + { + "Name": "Task`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskFactory`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskStatus", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Task", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCreationOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskContinuationOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskFactory", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskScheduler", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "UnobservedTaskExceptionEventArgs", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCompletionSource`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ConcurrentExclusiveSchedulerPair", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCanceledException", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskExtensions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskSchedulerException", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Calendar", + "Namespace": "System.Globalization" + }, + { + "Name": "CharUnicodeInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CompareOptions", + "Namespace": "System.Globalization" + }, + { + "Name": "CompareInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "GregorianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "IdnMapping", + "Namespace": "System.Globalization" + }, + { + "Name": "RegionInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "TextElementEnumerator", + "Namespace": "System.Globalization" + }, + { + "Name": "TextInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CalendarAlgorithmType", + "Namespace": "System.Globalization" + }, + { + "Name": "CalendarWeekRule", + "Namespace": "System.Globalization" + }, + { + "Name": "ChineseLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureNotFoundException", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureTypes", + "Namespace": "System.Globalization" + }, + { + "Name": "DateTimeFormatInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "DateTimeStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "DaylightTime", + "Namespace": "System.Globalization" + }, + { + "Name": "DigitShapes", + "Namespace": "System.Globalization" + }, + { + "Name": "EastAsianLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "GregorianCalendarTypes", + "Namespace": "System.Globalization" + }, + { + "Name": "HebrewCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "HijriCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JapaneseCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JapaneseLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JulianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "KoreanCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "KoreanLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "NumberFormatInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "NumberStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "PersianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "SortKey", + "Namespace": "System.Globalization" + }, + { + "Name": "SortVersion", + "Namespace": "System.Globalization" + }, + { + "Name": "StringInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "TaiwanCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "TaiwanLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "ThaiBuddhistCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "TimeSpanStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "UmAlQuraCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "UnicodeCategory", + "Namespace": "System.Globalization" + }, + { + "Name": "Assembly", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyName", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "ConstructorInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeData", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeNamedArgument", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeTypedArgument", + "Namespace": "System.Reflection" + }, + { + "Name": "ExceptionHandlingClause", + "Namespace": "System.Reflection" + }, + { + "Name": "FieldInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "LocalVariableInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodBase", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodBody", + "Namespace": "System.Reflection" + }, + { + "Name": "AmbiguousMatchException", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyAlgorithmIdAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCompanyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyConfigurationAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyContentType", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCopyrightAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCultureAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDefaultAliasAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDelaySignAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDescriptionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFileVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFlagsAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyInformationalVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyKeyFileAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyKeyNameAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyMetadataAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyNameFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyProductAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblySignatureKeyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyTitleAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyTrademarkAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "Binder", + "Namespace": "System.Reflection" + }, + { + "Name": "BindingFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "CallingConventions", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeFormatException", + "Namespace": "System.Reflection" + }, + { + "Name": "DefaultMemberAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "EventAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "EventInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ExceptionHandlingClauseOptions", + "Namespace": "System.Reflection" + }, + { + "Name": "FieldAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "GenericParameterAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ICustomAttributeProvider", + "Namespace": "System.Reflection" + }, + { + "Name": "ImageFileMachine", + "Namespace": "System.Reflection" + }, + { + "Name": "InterfaceMapping", + "Namespace": "System.Reflection" + }, + { + "Name": "IntrospectionExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "InvalidFilterCriteriaException", + "Namespace": "System.Reflection" + }, + { + "Name": "IReflect", + "Namespace": "System.Reflection" + }, + { + "Name": "IReflectableType", + "Namespace": "System.Reflection" + }, + { + "Name": "ManifestResourceInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberFilter", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberTypes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodImplAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "Missing", + "Namespace": "System.Reflection" + }, + { + "Name": "Module", + "Namespace": "System.Reflection" + }, + { + "Name": "ModuleResolveEventHandler", + "Namespace": "System.Reflection" + }, + { + "Name": "ObfuscateAssemblyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "ObfuscationAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterModifier", + "Namespace": "System.Reflection" + }, + { + "Name": "Pointer", + "Namespace": "System.Reflection" + }, + { + "Name": "PortableExecutableKinds", + "Namespace": "System.Reflection" + }, + { + "Name": "ProcessorArchitecture", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ReflectionContext", + "Namespace": "System.Reflection" + }, + { + "Name": "ReflectionTypeLoadException", + "Namespace": "System.Reflection" + }, + { + "Name": "ResourceAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ResourceLocation", + "Namespace": "System.Reflection" + }, + { + "Name": "StrongNameKeyPair", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetException", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetInvocationException", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetParameterCountException", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeDelegator", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeFilter", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyExtensions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "AssemblyBuilderAccess", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ConstructorBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "DynamicMethod", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EventBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EventToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FieldBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FieldToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ILGenerator", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "Label", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "LocalBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "MethodBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "CustomAttributeBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "MethodToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ModuleBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PEFileKinds", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCodes", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCode", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCodeType", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StackBehaviour", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OperandType", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FlowControl", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ParameterBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ParameterToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PropertyBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PropertyToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "SignatureHelper", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "SignatureToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StringToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PackingSize", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "TypeBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "GenericTypeParameterBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EnumBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "TypeToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StringBuilder", + "Namespace": "System.Text" + }, + { + "Name": "DecoderExceptionFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderExceptionFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallbackException", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "DecoderReplacementFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderReplacementFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderExceptionFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderExceptionFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallbackException", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderReplacementFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderReplacementFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "Encoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF7Encoding", + "Namespace": "System.Text" + }, + { + "Name": "ASCIIEncoding", + "Namespace": "System.Text" + }, + { + "Name": "Decoder", + "Namespace": "System.Text" + }, + { + "Name": "Encoder", + "Namespace": "System.Text" + }, + { + "Name": "EncodingInfo", + "Namespace": "System.Text" + }, + { + "Name": "EncodingProvider", + "Namespace": "System.Text" + }, + { + "Name": "NormalizationForm", + "Namespace": "System.Text" + }, + { + "Name": "UnicodeEncoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF32Encoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF8Encoding", + "Namespace": "System.Text" + }, + { + "Name": "DictionaryEntry", + "Namespace": "System.Collections" + }, + { + "Name": "ICollection", + "Namespace": "System.Collections" + }, + { + "Name": "IComparer", + "Namespace": "System.Collections" + }, + { + "Name": "IDictionary", + "Namespace": "System.Collections" + }, + { + "Name": "IDictionaryEnumerator", + "Namespace": "System.Collections" + }, + { + "Name": "IEnumerable", + "Namespace": "System.Collections" + }, + { + "Name": "IEnumerator", + "Namespace": "System.Collections" + }, + { + "Name": "IEqualityComparer", + "Namespace": "System.Collections" + }, + { + "Name": "IList", + "Namespace": "System.Collections" + }, + { + "Name": "IStructuralComparable", + "Namespace": "System.Collections" + }, + { + "Name": "IStructuralEquatable", + "Namespace": "System.Collections" + }, + { + "Name": "Collection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "Comparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Dictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "EqualityComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "List`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "ICollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEnumerable`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEnumerator`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEqualityComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyNotFoundException", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyValuePair", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyValuePair`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "MemoryFailPoint", + "Namespace": "System.Runtime" + }, + { + "Name": "GCLargeObjectHeapCompactionMode", + "Namespace": "System.Runtime" + }, + { + "Name": "GCLatencyMode", + "Namespace": "System.Runtime" + }, + { + "Name": "GCSettings", + "Namespace": "System.Runtime" + }, + { + "Name": "RuntimeImports", + "Namespace": "System.Runtime" + }, + { + "Name": "TargetFrameworkAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "SerializationInfo", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IDeserializationCallback", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IFormatterConverter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IObjectReference", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISafeSerializationData", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializable", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnDeserializedAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnDeserializingAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnSerializedAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnSerializingAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OptionalFieldAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SafeSerializationEventArgs", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationException", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationEntry", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationInfoEnumerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "StreamingContext", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "StreamingContextStates", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "AssemblyLoadContext", + "Namespace": "System.Runtime.Loader" + }, + { + "Name": "HandleProcessCorruptedStateExceptionsAttribute", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "ExceptionDispatchInfo", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "FirstChanceExceptionEventArgs", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "ArrayWithOffset", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeIdentifierAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "AllowReversePInvokeCallsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DispIdAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComInterfaceType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InterfaceTypeAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComDefaultInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ClassInterfaceType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ClassInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "LCIDConversionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ProgIdAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComSourceInterfacesAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "MarshalAsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComImportAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GuidAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "PreserveSigAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OutAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OptionalAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DllImportSearchPath", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultDllImportSearchPathsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DllImportAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "StructLayoutAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "FieldOffsetAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CoClassAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BestFitMappingAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultCharSetAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "COMException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CriticalHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GCHandleType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GCHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "HandleRef", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomMarshaler", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InvalidOleVariantTypeException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CustomQueryInterfaceMode", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "Marshal", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "MarshalDirectiveException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SEHException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeBuffer", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BStrWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CurrencyWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ErrorWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnknownWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "VariantWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComMemberType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomAdapter", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CustomQueryInterfaceResult", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomQueryInterface", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InvalidComObjectException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeArrayRankMismatchException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeArrayTypeMismatchException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "NativeCallableAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DispatchWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComEventsHelper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomFactory", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CallingConvention", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CharSet", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComVisibleAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ExternalException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "LayoutKind", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnmanagedFunctionPointerAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnmanagedType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "VarEnum", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BIND_OPTS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IBindCtx", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IConnectionPointContainer", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IConnectionPoint", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumMoniker", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CONNECTDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumConnections", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumConnectionPoints", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumString", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumVARIANT", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FILETIME", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IMoniker", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IPersistFile", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IRunningObjectTable", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STATSTG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IStream", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DESCKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "BINDPTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeComp", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IMPLTYPEFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEATTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDLFLAG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDLDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "PARAMFLAG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "PARAMDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ELEMDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DISPPARAMS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "EXCEPINFO", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "INVOKEKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CALLCONV", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeInfo", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "SYSKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "LIBFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPELIBATTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeLib", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeLib2", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeInfo2", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CriticalFinalizerObject", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "Cer", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "Consistency", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "ReliabilityContractAttribute", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "RuntimeHelpers", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CustomConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DateTimeConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DecimalConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodImplAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ICastable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeWrappedException", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConditionalWeakTable`2", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncVoidMethodBuilder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncTaskMethodBuilder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncTaskMethodBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TaskAwaiter", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TaskAwaiter`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredTaskAwaitable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredTaskAwaitable`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "YieldAwaitable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ContractHelper", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AccessedThroughPropertyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncStateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerFilePathAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerLineNumberAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerMemberNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilationRelaxations", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilationRelaxationsAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerGeneratedAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerGlobalScopeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DefaultDependencyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DependencyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DisablePrivateReflectionAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DiscardableAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ExtensionAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FixedAddressValueTypeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FixedBufferAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FormattableStringFactory", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IAsyncStateMachine", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IndexerNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "INotifyCompletion", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ICriticalNotifyCompletion", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "InternalsVisibleToAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsConst", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsByRefLikeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsVolatile", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IteratorStateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ITuple", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "LoadHint", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodCodeType", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodImplOptions", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsReadOnlyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ReferenceAssemblyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeCompatibilityAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeFeature", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "SpecialNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StringFreezingAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StrongBox`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IStrongBox", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "SuppressIldasmAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TupleElementNamesAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TypeForwardedFromAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TypeForwardedToAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "UnsafeValueTypeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IStreamProvider", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlDictionary", + "Namespace": "System.Xml" + }, + { + "Name": "UniqueId", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlBinaryReaderInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "XmlBinaryReaderSession", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlBinaryWriterInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "XmlBinaryWriterSession", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionary", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryWriter", + "Namespace": "System.Xml" + }, + { + "Name": "OnXmlDictionaryReaderClose", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReaderQuotaTypes", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReaderQuotas", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryString", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlTextReaderInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlTextWriterInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "IFragmentCapableXmlDictionaryWriter", + "Namespace": "System.Xml" + }, + { + "Name": "DataContractResolver", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializer", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializerSettings", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ExtensionDataObject", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XmlObjectSerializer", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializerExtensions", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XmlSerializableServices", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DateTimeFormat", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "EmitTypeInformation", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "JsonFormatGeneratorStatics", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ExportOptions", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IExtensibleDataObject", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XPathQueryGenerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XsdDataContractExporter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractJsonSerializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "DataContractJsonSerializerSettings", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "JsonReaderWriterFactory", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "IXmlJsonReaderInitializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "IXmlJsonWriterInitializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "KeyedByTypeCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SynchronizedCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SynchronizedKeyedCollection`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SynchronizedReadOnlyCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SecurityMessageSerializationException", + "Namespace": "System.IdentityModel" + }, + { + "Name": "BinaryKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "EncryptedKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "KerberosRequestorSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "LocalIdKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlSerializer", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityAlgorithms", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKey", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyIdentifier", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyType", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyUsage", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenException", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenTypes", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenValidationException", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "UserNameSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "WindowsSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509SecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "KerberosSecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenManager", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenRequirement", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenResolver", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenSerializer", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenVersion", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "UserNameSecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "WindowsSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "X509CertificateValidator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "X509SecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "X509SecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "AuthorizationContext", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "EvaluationContext", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "IAuthorizationComponent", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "IAuthorizationPolicy", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "Claim", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "ClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "ClaimTypes", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "DefaultClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "Rights", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "WindowsClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "X509CertificateClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "AsyncCompletionResult", + "Namespace": "System.Runtime" + }, + { + "Name": "Fx", + "Namespace": "System.Runtime" + }, + { + "Name": "MruCache`2", + "Namespace": "System.Runtime" + }, + { + "Name": "ServiceModelSynchronizationContext", + "Namespace": "System.Runtime" + }, + { + "Name": "TaskHelpers", + "Namespace": "System.Runtime" + }, + { + "Name": "DefaultTaskSchedulerAwaiter", + "Namespace": "System.Runtime" + }, + { + "Name": "OutWrapper`1", + "Namespace": "System.Runtime" + }, + { + "Name": "TimeoutHelper", + "Namespace": "System.Runtime" + }, + { + "Name": "GeneratedXmlSerializers", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "EventTraceActivity", + "Namespace": "System.Runtime.Diagnostics" + }, + { + "Name": "TraceRecord", + "Namespace": "System.Runtime.Diagnostics" + }, + { + "Name": "ExceptionHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DiagnosticUtility", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ActionNotSupportedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "AuditLevel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "AuditLogLocation", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpMessageCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpsBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpsSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpsSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CallbackBehaviorAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ChannelFactory", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ChannelFactory`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ChannelTerminatedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ClientBase`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationObjectAbortedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationObjectFaultedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationState", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ConcurrencyMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ConcurrencyModeHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DataContractFormatAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DnsEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DuplexChannelFactory`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DuplexClientBase`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointAddress", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointAddressBuilder", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointNotFoundException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EnvelopeVersion", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ExceptionDetail", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ExtensionCollection`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultCode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultException`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultReason", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultReasonText", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HostNameComparisonMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HostNameComparisonModeHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpBindingBase", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpClientCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpProxyCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpTransportSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IClientChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ICommunicationObject", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IAsyncCommunicationObject", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IContextChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IDefaultCommunicationTimeouts", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IDuplexContextChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IExtensibleObject`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IExtension`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IExtensionCollection`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ImpersonationOption", + "Namespace": "System.ServiceModel" + }, + { + "Name": "InstanceContext", + "Namespace": "System.ServiceModel" + }, + { + "Name": "InstanceContextMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "InvalidMessageContractException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IServiceChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageBodyMemberAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageContractMemberAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeaderArrayAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeaderAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeaderException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeader`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageParameterAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessagePropertyAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageSecurityOverTcp", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageSecurityVersion", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetHttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetHttpMessageEncoding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetHttpsBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetTcpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetTcpSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationContext", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationContextScope", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationFormatStyle", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationFormatUse", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PeerHopCountAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "Pool`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ProtocolException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "QuotaExceededException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ReceiveErrorHandling", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SecurityModeHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ClientCredentialsSecurityTokenManager", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServerTooBusyException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceActivationException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceDefaults", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceKnownTypeAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceSecurityContext", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SessionMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SpnEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TcpClientCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TcpTransportSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TimeSpanHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TransferMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TransferModeHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UnifiedSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UnknownMessageReceivedEventArgs", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UpnEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UriSchemeKeyedCollection", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSMessageEncoding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "X509CertificateEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "XmlSerializerFormatAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicSecurityProfileVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ChannelProtectionRequirements", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "HttpDigestClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "IdentityVerifier", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ISecuritySession", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessagePartSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessageProtectionOrder", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessageSecurityException", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessageSecurityTokenVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "NonceCache", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ScopedMessagePartSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecureConversationVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityAccessDeniedException", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "Basic256SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityContextKeyIdentifierClause", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityCredentialsManager", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityKeyEntropyMode", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityMessageProperty", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityNegotiationException", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityPolicyVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityStateEncoder", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityTokenAttachmentMode", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityTokenSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ProtectionLevelHelper", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SspiSecurityTokenProvider", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SupportingTokenSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "TrustVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "UserNamePasswordClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WindowsClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WSSecurityTokenSerializer", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateInitiatorClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateRecipientClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateValidationMode", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509ClientCertificateAuthentication", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509ServiceCertificateAuthentication", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ClaimTypeRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "InitiatorServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ISecurityContextSecurityTokenCache", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "RecipientServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecureConversationSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityContextSecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityTokenInclusionMode", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityTokenReferenceStyle", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ServiceModelSecurityTokenTypes", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SspiSecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SupportingTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "UserNameSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "X509KeyIdentifierClauseType", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ChannelDispatcher", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ChannelDispatcherBase", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientOperationCompatBase", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientOperation", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientRuntimeCompatBase", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientRuntime", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "DispatchOperation", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "DispatchRuntime", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "EndpointDispatcher", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "FaultContractInfo", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "FaultFormatter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IChannelInitializer", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IClientMessageFormatter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IClientMessageInspector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IClientOperationSelector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IErrorHandler", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInstanceContextProvider", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInstanceProvider", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInteractiveChannelInitializer", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "InstanceBehavior", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IOperationInvoker", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IParameterInspector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "OperationInvokerBehavior", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "SyncMethodInvoker", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "TaskMethodInvoker", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientCredentials", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ContractDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "DataContractSerializerOperationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "FaultDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "FaultDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IContractBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IEndpointBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IOperationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ListenUriMode", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageBodyDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageDirection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageHeaderDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageHeaderDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePartDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePartDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePropertyDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePropertyDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataConversionError", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataLocation", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "OperationDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "OperationDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "PolicyVersion", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "PrincipalPermissionMode", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceEndpoint", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceEndpointCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "XmlSerializerOperationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "AddressHeader", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "AddressHeaderCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "AddressingVersion", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ApplicationContainerSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BinaryMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BinaryVersion", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "Binding", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingContext", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingElementCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingParameterCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BodyWriter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BufferedReadStream", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BufferManager", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelFactoryBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelFactoryBase`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelManagerBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelParameterCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ClientWebSocketFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CommunicationObject", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CommunicationObjectInternal", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CompressionFormat", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnectionInitiator", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ConnectionOrientedTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CommunicationPool`2", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ConnectionPool", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ConnectionPoolRegistry", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CustomBinding", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "DelegatingStream", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "FaultConverter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpMessageHandlerFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpRequestMessageExtensionMethods", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpRequestMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpResponseMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpsTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IAsyncChannelFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IBindingDeliveryCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IBindingMulticastCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IBindingRuntimePreferences", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelFactory`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelListener", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelListener`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IdlingCommunicationPool`2", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IDuplexChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IDuplexSession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IDuplexSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IHttpCookieContainerManager", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IInputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IInputSession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IInputSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IMessageSource", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IOutputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IOutputSession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IOutputSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IReceiveContextSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IReplyChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IReplySessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IRequestChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IRequestSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ISecurityCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ISession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ISessionChannel`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ITransportCompressionSupport", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnectionOrientedConnectionSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ITransportFactorySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnectionOrientedTransportFactorySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnectionOrientedTransportChannelFactorySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ITcpChannelFactorySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "LocalClientSecuritySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MaxMessageSizeStream", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "Message", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageBuffer", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageEncoder", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageEncoderFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageFault", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "XmlObjectSerializerFault", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageHeader", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageHeaderInfo", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageHeaders", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageProperties", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageState", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageVersion", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "NamedPipeSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "OutputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RequestChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IRequestBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IAsyncRequest", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RequestContext", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SecurityCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SecurityHeaderLayout", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ServiceChannelProxy", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ServiceModelHttpMessageHandler", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SslStreamSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamSecurityUpgradeInitiator", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamSecurityUpgradeProvider", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamUpgradeBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamUpgradeInitiator", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamUpgradeProvider", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SupportedAddressingMode", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TcpConnectionPoolSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TcpTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TextMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportChannelFactory`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "EncoderDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TextEncoderDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BinaryEncoderDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ConnectionOrientedTransportDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TcpTransportDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ApplicationContainerSettingsDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "NetTcpDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "OneWayDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BasicHttpBindingDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebSocketDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "NetHttpBindingDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportDuplexSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportOutputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "UnderstoodHeaders", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebSocketTransportSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebSocketTransportUsage", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WindowsStreamSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ExceptionUtility", + "Namespace": "System.ServiceModel.Diagnostics" + }, + { + "Name": "TraceUtility", + "Namespace": "System.ServiceModel.Diagnostics" + }, + { + "Name": "GenericUriParserOptions", + "Namespace": "System" + }, + { + "Name": "GenericUriParser", + "Namespace": "System" + }, + { + "Name": "Uri", + "Namespace": "System" + }, + { + "Name": "UriBuilder", + "Namespace": "System" + }, + { + "Name": "UriKind", + "Namespace": "System" + }, + { + "Name": "UriComponents", + "Namespace": "System" + }, + { + "Name": "UriFormat", + "Namespace": "System" + }, + { + "Name": "UriFormatException", + "Namespace": "System" + }, + { + "Name": "UriHostNameType", + "Namespace": "System" + }, + { + "Name": "HttpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "FtpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "FileStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NewsStyleUriParser", + "Namespace": "System" + }, + { + "Name": "GopherStyleUriParser", + "Namespace": "System" + }, + { + "Name": "LdapStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NetPipeStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NetTcpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "UriPartial", + "Namespace": "System" + }, + { + "Name": "UriParser", + "Namespace": "System" + }, + { + "Name": "XmlNamedNodeMap", + "Namespace": "System.Xml" + }, + { + "Name": "IApplicationResourceStreamResolver", + "Namespace": "System.Xml" + }, + { + "Name": "IHasXmlNode", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlLineInfo", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlNamespaceResolver", + "Namespace": "System.Xml" + }, + { + "Name": "NameTable", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDateTimeSerializationMode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlConvert", + "Namespace": "System.Xml" + }, + { + "Name": "XmlException", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNamespaceManager", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNamespaceScope", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNameTable", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeOrder", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeType", + "Namespace": "System.Xml" + }, + { + "Name": "XmlQualifiedName", + "Namespace": "System.Xml" + }, + { + "Name": "XmlResolver", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSecureResolver", + "Namespace": "System.Xml" + }, + { + "Name": "XmlUrlResolver", + "Namespace": "System.Xml" + }, + { + "Name": "ConformanceLevel", + "Namespace": "System.Xml" + }, + { + "Name": "DtdProcessing", + "Namespace": "System.Xml" + }, + { + "Name": "EntityHandling", + "Namespace": "System.Xml" + }, + { + "Name": "NamespaceHandling", + "Namespace": "System.Xml" + }, + { + "Name": "NewLineHandling", + "Namespace": "System.Xml" + }, + { + "Name": "ReadState", + "Namespace": "System.Xml" + }, + { + "Name": "ValidationType", + "Namespace": "System.Xml" + }, + { + "Name": "WhitespaceHandling", + "Namespace": "System.Xml" + }, + { + "Name": "XmlParserContext", + "Namespace": "System.Xml" + }, + { + "Name": "XmlReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlReaderSettings", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSpace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTextReader", + "Namespace": "System.Xml" + }, + { + "Name": "Formatting", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTextWriter", + "Namespace": "System.Xml" + }, + { + "Name": "XmlValidatingReader", + "Namespace": "System.Xml" + }, + { + "Name": "WriteState", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWriter", + "Namespace": "System.Xml" + }, + { + "Name": "XmlOutputMethod", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWriterSettings", + "Namespace": "System.Xml" + }, + { + "Name": "XmlAttribute", + "Namespace": "System.Xml" + }, + { + "Name": "XmlAttributeCollection", + "Namespace": "System.Xml" + }, + { + "Name": "XmlCDataSection", + "Namespace": "System.Xml" + }, + { + "Name": "XmlCharacterData", + "Namespace": "System.Xml" + }, + { + "Name": "XmlComment", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDeclaration", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocument", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocumentFragment", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocumentType", + "Namespace": "System.Xml" + }, + { + "Name": "XmlElement", + "Namespace": "System.Xml" + }, + { + "Name": "XmlEntity", + "Namespace": "System.Xml" + }, + { + "Name": "XmlEntityReference", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedAction", + "Namespace": "System.Xml" + }, + { + "Name": "XmlImplementation", + "Namespace": "System.Xml" + }, + { + "Name": "XmlLinkedNode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedEventArgs", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedEventHandler", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeList", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNotation", + "Namespace": "System.Xml" + }, + { + "Name": "XmlProcessingInstruction", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSignificantWhitespace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlText", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWhitespace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTokenizedType", + "Namespace": "System.Xml" + }, + { + "Name": "CodeGenerationOptions", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "CodeIdentifier", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "CodeIdentifiers", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "ImportContext", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "IXmlSerializable", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "IXmlTextParser", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SchemaImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributeOverrides", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapEnumAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapIgnoreAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapIncludeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapReflectionImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapSchemaMember", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapTypeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyElementAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayItemAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayItemAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeOverrides", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlChoiceIdentifierAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlEnumAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlIgnoreAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlIncludeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMappingAccess", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMemberMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMembersMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNamespaceDeclarationsAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlReflectionImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlReflectionMember", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlRootAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaExporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaProviderAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemas", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaEnumerator", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationGeneratedCode", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationReader", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationFixupCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationCollectionFixupCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationReadCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationWriter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationWriteCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerAssemblyAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlDeserializationEvents", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerImplementation", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializer", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerFactory", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerNamespaces", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerVersionAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTextAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTypeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTypeMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNodeEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNodeEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "UnreferencedObjectEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "UnreferencedObjectEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaDatatypeVariety", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "IXmlSchemaInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "ValidationEventArgs", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "ValidationEventHandler", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlAtomicValue", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchema", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAll", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnnotated", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnnotation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAny", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnyAttribute", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAppInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttribute", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttributeGroup", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttributeGroupRef", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaChoice", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCollection", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCollectionEnumerator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContentExtension", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContentRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentModel", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentProcessing", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDatatype", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDerivationMethod", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDocumentation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaElement", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaExternal", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaNumericFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaPatternFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaEnumerationFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinExclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinInclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxExclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxInclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaTotalDigitsFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaFractionDigitsFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaWhiteSpaceFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaForm", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroup", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroupBase", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroupRef", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaIdentityConstraint", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaXPath", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaUnique", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaKey", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaKeyref", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaImport", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInclude", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaNotation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObject", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectCollection", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectEnumerator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectTable", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaParticle", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaRedefine", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSequence", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCompilationSettings", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContentExtension", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContentRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeList", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeUnion", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaUse", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidationException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlValueGetter", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidationFlags", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidity", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSeverityType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlTypeCode", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInference", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInferenceException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XslCompiledTransform", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltMessageEncounteredEventArgs", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltMessageEncounteredEventHandler", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltArgumentList", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "IXsltContextFunction", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "IXsltContextVariable", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltContext", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltException", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltCompileException", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XslTransform", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltSettings", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "ContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ElementContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NodeKindContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AttributeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NamespaceIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AttributeContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ContentMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DodSequenceMerge", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "SetIteratorResult", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "UnionIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IntersectIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DifferenceIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "FollowingSiblingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "FollowingSiblingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingSiblingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingSiblingDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "StringConcat", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DescendantIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DescendantMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ParentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AncestorIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AncestorDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathFollowingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathFollowingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NodeRangeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "Int32Aggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "Int64Aggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DecimalAggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DoubleAggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlCollation", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlILIndex", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlILStorageConverter", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IteratorResult", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IdIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlNavigatorFilter", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryContext", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryOutput", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryRuntime", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQuerySequence`1", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryItemSequence", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryNodeSequence", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlSortKeyAccumulator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltConvert", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltFunctions", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltLibrary", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IXPathNavigable", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathDocument", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathException", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlSortOrder", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlCaseOrder", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlDataType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathResultType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathExpression", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathItem", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNamespaceScope", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNavigator", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNodeIterator", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNodeType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlKnownDtds", + "Namespace": "System.Xml.Resolvers" + }, + { + "Name": "XmlPreloadedResolver", + "Namespace": "System.Xml.Resolvers" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XAttribute", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XCData", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XComment", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XContainer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDeclaration", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDocument", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDocumentType", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XElement", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObjectChange", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "LoadOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "SaveOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "ReaderOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XName", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNamespace", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNode", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNodeDocumentOrderComparer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNodeEqualityComparer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObject", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObjectChangeEventArgs", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XProcessingInstruction", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XStreamingElement", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XText", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "DispatchProxy", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodSemanticsAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "DeclarativeSecurityAction", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodImportAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ManifestResourceAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyHashAlgorithm", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "ManagedPEBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DebugDirectoryBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEDirectoriesBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEHeaderBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "ResourceSectionBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "SectionLocation", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CoffHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CorFlags", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CorHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CodeViewDebugDirectoryData", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DebugDirectoryEntry", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DebugDirectoryEntryType", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DirectoryEntry", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "Machine", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "Characteristics", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEMagic", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "Subsystem", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DllCharacteristics", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "SectionCharacteristics", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEHeaders", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEMemoryBlock", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEReader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEStreamOptions", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "SectionHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "EntityHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Blob", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobWriter", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobBuilder", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ReservedBlob`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeNamedArgument`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeTypedArgument`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeValue`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ICustomAttributeTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ILOpCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ILOpCodeExtensions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImageFormatLimitationException", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataStreamOptions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataReaderProvider", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobContentId", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PrimitiveSerializationTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "InterfaceImplementationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImplementationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodSpecificationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExportedTypeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeSpecificationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FieldDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StandaloneSignatureHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ParameterHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterConstraintHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DeclarativeSecurityAttributeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ConstantHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ManifestResourceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyFileHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "UserStringHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StringHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "NamespaceDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GuidHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyFile", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobReader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Constant", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ConstantTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttribute", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeNamedArgumentKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DeclarativeSecurityAttribute", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ArrayShape", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ISZArrayTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ISignatureTypeProvider`2", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ISimpleTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureTypeKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "IConstructedTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodSignature`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PrimitiveTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExceptionRegion", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExceptionRegionKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExportedType", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FieldDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameter", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterConstraint", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterConstraintHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DeclarativeSecurityAttributeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FieldDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImplementationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ParameterHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "InterfaceImplementationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeReferenceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExportedTypeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReferenceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyAccessors", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventAccessors", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyReferenceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ManifestResourceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyFileHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "HandleComparer", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "HandleKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Handle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "InterfaceImplementation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ManifestResource", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StandaloneSignatureKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReferenceKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataReader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataReaderOptions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataStringComparer", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataStringDecoder", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodBodyBlock", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImplementation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImport", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodSpecification", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "NamespaceDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Parameter", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomDebugInformation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DebugMetadataHeader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Document", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DocumentNameBlobHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DocumentHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDebugInformationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalScopeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariableHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalConstantHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportScopeCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomDebugInformationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DocumentHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDebugInformationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalScopeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariableHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalConstantHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportScopeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomDebugInformationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportDefinitionKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportDefinitionCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalConstant", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportScope", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalScope", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariable", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariableAttributes", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDebugInformation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SequencePoint", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SequencePointCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PEReaderExtensions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SerializationTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureAttributes", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureCallingConvention", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureHeader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StandaloneSignature", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeLayout", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeSpecification", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FunctionPointerAttributes", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MethodBodyStreamEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MethodBodyAttributes", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataRootBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ControlFlowBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ExceptionRegionEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "InstructionEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LabelHandle", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CodedIndex", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "PortablePdbBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "BlobEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MethodSignatureEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LocalVariablesEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LocalVariableTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ParameterTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "PermissionSetEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "GenericTypeArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "FixedArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LiteralEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ScalarEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LiteralsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "VectorEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "NameEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomAttributeNamedArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "NamedArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "NamedArgumentTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomAttributeArrayTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomAttributeElementTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "SignatureTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomModifiersEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ArrayShapeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ReturnTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ParametersEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataSizes", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "SignatureDecoder`2", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "EditAndContinueLogEntry", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "EditAndContinueOperation", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ExportedTypeExtensions", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "HeapIndex", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataReaderExtensions", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataTokens", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "TableIndex", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataAggregator", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "TypeExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "EventInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "ModuleExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "IResourceWriter", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceWriter", + "Namespace": "System.Resources" + }, + { + "Name": "CallConvCdecl", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvStdcall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvThiscall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvFastcall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsPinned", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsBoxed", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsByValue", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsCopyConstructed", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsExplicitlyDereferenced", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsImplicitlyDereferenced", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsJitIntrinsic", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsLong", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsSignUnspecifiedByte", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsUdtReturn", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "HasCopySemanticsAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ScopelessEnumAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "NativeCppClassAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RequiredAttributeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerMarshalOverride", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "Action`9", + "Namespace": "System" + }, + { + "Name": "Action`10", + "Namespace": "System" + }, + { + "Name": "Action`11", + "Namespace": "System" + }, + { + "Name": "Action`12", + "Namespace": "System" + }, + { + "Name": "Action`13", + "Namespace": "System" + }, + { + "Name": "Action`14", + "Namespace": "System" + }, + { + "Name": "Action`15", + "Namespace": "System" + }, + { + "Name": "Action`16", + "Namespace": "System" + }, + { + "Name": "Func`10", + "Namespace": "System" + }, + { + "Name": "Func`11", + "Namespace": "System" + }, + { + "Name": "Func`12", + "Namespace": "System" + }, + { + "Name": "Func`13", + "Namespace": "System" + }, + { + "Name": "Func`14", + "Namespace": "System" + }, + { + "Name": "Func`15", + "Namespace": "System" + }, + { + "Name": "Func`16", + "Namespace": "System" + }, + { + "Name": "Func`17", + "Namespace": "System" + }, + { + "Name": "Lazy`2", + "Namespace": "System" + }, + { + "Name": "WaitHandleExtensions", + "Namespace": "System.Threading" + }, + { + "Name": "AssemblyTargetedPatchBandAttribute", + "Namespace": "System.Runtime" + }, + { + "Name": "TargetedPatchingOptOutAttribute", + "Namespace": "System.Runtime" + }, + { + "Name": "PrePrepareMethodAttribute", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "RuntimeReflectionExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "FileAttributes", + "Namespace": "System.IO" + }, + { + "Name": "HandleInheritability", + "Namespace": "System.IO" + }, + { + "Name": "ISet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "AppDomain", + "Namespace": "System" + }, + { + "Name": "AppDomainUnloadedException", + "Namespace": "System" + }, + { + "Name": "ApplicationId", + "Namespace": "System" + }, + { + "Name": "CannotUnloadAppDomainException", + "Namespace": "System" + }, + { + "Name": "ContextBoundObject", + "Namespace": "System" + }, + { + "Name": "ContextMarshalException", + "Namespace": "System" + }, + { + "Name": "ContextStaticAttribute", + "Namespace": "System" + }, + { + "Name": "Environment", + "Namespace": "System" + }, + { + "Name": "LoaderOptimization", + "Namespace": "System" + }, + { + "Name": "LoaderOptimizationAttribute", + "Namespace": "System" + }, + { + "Name": "OperatingSystem", + "Namespace": "System" + }, + { + "Name": "PlatformID", + "Namespace": "System" + }, + { + "Name": "StringNormalizationExtensions", + "Namespace": "System" + }, + { + "Name": "IPermission", + "Namespace": "System.Security" + }, + { + "Name": "ISecurityEncodable", + "Namespace": "System.Security" + }, + { + "Name": "SecurityElement", + "Namespace": "System.Security" + }, + { + "Name": "CodeAccessSecurityAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityAction", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermissionFlag", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ArrayList", + "Namespace": "System.Collections" + }, + { + "Name": "Comparer", + "Namespace": "System.Collections" + }, + { + "Name": "Hashtable", + "Namespace": "System.Collections" + }, + { + "Name": "IHashCodeProvider", + "Namespace": "System.Collections" + }, + { + "Name": "FrameworkName", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ComponentGuaranteesAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceConsumptionAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ComponentGuaranteesOptions", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceExposureAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceScope", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "VersioningHelper", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "AssemblyNameProxy", + "Namespace": "System.Reflection" + }, + { + "Name": "WebUtility", + "Namespace": "System.Net" + }, + { + "Name": "StreamReader", + "Namespace": "System.IO" + }, + { + "Name": "StreamWriter", + "Namespace": "System.IO" + }, + { + "Name": "StringReader", + "Namespace": "System.IO" + }, + { + "Name": "StringWriter", + "Namespace": "System.IO" + }, + { + "Name": "TextReader", + "Namespace": "System.IO" + }, + { + "Name": "TextWriter", + "Namespace": "System.IO" + }, + { + "Name": "BufferedStream", + "Namespace": "System.IO" + }, + { + "Name": "InvalidDataException", + "Namespace": "System.IO" + }, + { + "Name": "GlobalizationExtensions", + "Namespace": "System.Globalization" + }, + { + "Name": "Stopwatch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "IndentedTextWriter", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "SecureStringMarshal", + "Namespace": "System.Security" + }, + { + "Name": "AutomationProxyAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComAliasNameAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComCompatibleVersionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComConversionLossAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComRegisterFunctionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComUnregisterFunctionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IDispatchImplAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IDispatchImplType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ImportedFromTypeLibAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ManagedToNativeComInteropStubAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "PrimaryInteropAssemblyAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SetWin32ContextInIDispatchAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibImportClassAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibTypeFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibFuncFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVarFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibTypeAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibFuncAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVarAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVersionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComAwareEventInfo", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComEventInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultParameterValueAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "HandleCollector", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RuntimeEnvironment", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "AssemblyRegistrationFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ExporterEventKind", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RegistrationClassContext", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RegistrationConnectionType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ADVF", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DATADIR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DVASPECT", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FORMATETC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IAdviseSink", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDataObject", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumFORMATETC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumSTATDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STATDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STGMEDIUM", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYMED", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IUnknownConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeInformation", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "Architecture", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OSPlatform", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "EventRegistrationToken", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "EventRegistrationTokenTable`1", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "IActivationFactory", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "InterfaceImplementedInVersionAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "ReadOnlyArrayAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "ReturnValueNameAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WindowsRuntimeMarshal", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WriteOnlyArrayAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "BigInteger", + "Namespace": "System.Numerics" + }, + { + "Name": "Complex", + "Namespace": "System.Numerics" + }, + { + "Name": "Formatter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterConverter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterServices", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IFormatter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializationSurrogate", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISurrogateSelector", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ObjectIDGenerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ObjectManager", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationBinder", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationObjectManager", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SurrogateSelector", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterTypeStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "FormatterAssemblyStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "TypeFilterLevel", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "IFieldInfo", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "BinaryFormatter", + "Namespace": "System.Runtime.Serialization.Formatters.Binary" + }, + { + "Name": "CollectionDataContractAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ContractNamespaceAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "EnumMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IgnoreDataMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "InvalidDataContractException", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializationSurrogateProvider", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "KnownTypeAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "AccessControlActions", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlModification", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlSections", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessRule`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceEnumerator", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceQualifier", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditRule`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuthorizationRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuthorizationRuleCollection", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CompoundAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CompoundAceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ControlFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CustomAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "DiscretionaryAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "InheritanceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "KnownAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "NativeObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectSecurity`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "PrivilegeNotHeldException", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "PropagationFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "QualifiedAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RawAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RawSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ResourceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SecurityInfos", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SystemAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "GenericPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "Claim", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimsIdentity", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimsPrincipal", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimTypes", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimValueTypes", + "Namespace": "System.Security.Claims" + }, + { + "Name": "Aes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AesManaged", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricKeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricKeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricSignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricSignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoConfig", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DES", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSA", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSAParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSASignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSASignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECCurve", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDiffieHellmanPublicKey", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsa", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECPoint", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MaskGenerationMethod", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MD5", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACMD5", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA1", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA256", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA384", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA512", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "IncrementalHash", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PKCS1MaskGenerationMethod", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RandomNumberGenerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RC2", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Rijndael", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RijndaelManaged", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Rfc2898DeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSA", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAEncryptionPadding", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAEncryptionPaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOAEPKeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOAEPKeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1KeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1KeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1SignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1SignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSASignaturePadding", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSASignaturePaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SignatureDescription", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDES", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SafeNCryptHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptKeyHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptProviderHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptSecretHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "AesCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngAlgorithmGroup", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngExportPolicies", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKey", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyBlobFormat", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyCreationOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyCreationParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyHandleOpenOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyOpenOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyUsages", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngProperty", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngPropertyCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngPropertyOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngUIPolicy", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngUIProtectionLevels", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSACng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsaCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECKeyXmlFormat", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSACng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDESCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AesCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspProviderFlags", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ICspAsymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeyNumber", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MD5CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PasswordDeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RNGCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDESCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspKeyContainerInfo", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DESCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSACryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RC2CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSACryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedData", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedDataCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedDataEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "FromBase64TransformMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ToBase64Transform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "FromBase64Transform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Oid", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidGroup", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSAOpenSsl", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsaOpenSsl", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOpenSsl", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SafeEvpPKeyHandle", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObject", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObjectCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObjectEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "X509IssuerSerial", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "AlgorithmIdentifier", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipient", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipientCollection", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipientEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "ContentInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "EnvelopedCms", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "KeyAgreeRecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "KeyTransRecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9AttributeObject", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9ContentType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9DocumentDescription", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9DocumentName", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9MessageDigest", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9SigningTime", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "PublicKeyInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoCollection", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifier", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierOrKey", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierOrKeyType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "AsymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CipherMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicUnexpectedOperationException", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoStream", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoStreamMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HashAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HashAlgorithmName", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMAC", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ICryptoTransform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeyedHashAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeySizes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CertificateRequest", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "DSACertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "ECDsaCertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "OpenFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "PublicKey", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "RSACertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "StoreLocation", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "StoreName", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "SubjectAlternativeNameBuilder", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X500DistinguishedName", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X500DistinguishedNameFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509BasicConstraintsExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2Collection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2Enumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509CertificateCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Chain", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElement", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElementCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElementEnumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainPolicy", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainStatus", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainStatusFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ContentType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509EnhancedKeyUsageExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Extension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ExtensionCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ExtensionEnumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509FindType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509IncludeOption", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyStorageFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyUsageExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyUsageFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509NameType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509RevocationFlag", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509RevocationMode", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SignatureGenerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Store", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SubjectKeyIdentifierExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SubjectKeyIdentifierHashAlgorithm", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509VerificationFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "SafeX509ChainHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "ApplicationIdentity", + "Namespace": "System" + }, + { + "Name": "DistributedTransactionPermission", + "Namespace": "System.Transactions" + }, + { + "Name": "DistributedTransactionPermissionAttribute", + "Namespace": "System.Transactions" + }, + { + "Name": "CodeAccessPermission", + "Namespace": "System.Security" + }, + { + "Name": "HostProtectionException", + "Namespace": "System.Security" + }, + { + "Name": "HostSecurityManager", + "Namespace": "System.Security" + }, + { + "Name": "HostSecurityManagerOptions", + "Namespace": "System.Security" + }, + { + "Name": "IEvidenceFactory", + "Namespace": "System.Security" + }, + { + "Name": "ISecurityPolicyEncodable", + "Namespace": "System.Security" + }, + { + "Name": "IStackWalk", + "Namespace": "System.Security" + }, + { + "Name": "NamedPermissionSet", + "Namespace": "System.Security" + }, + { + "Name": "PermissionSet", + "Namespace": "System.Security" + }, + { + "Name": "PolicyLevelType", + "Namespace": "System.Security" + }, + { + "Name": "SecurityContext", + "Namespace": "System.Security" + }, + { + "Name": "SecurityContextSource", + "Namespace": "System.Security" + }, + { + "Name": "SecurityManager", + "Namespace": "System.Security" + }, + { + "Name": "SecurityState", + "Namespace": "System.Security" + }, + { + "Name": "SecurityZone", + "Namespace": "System.Security" + }, + { + "Name": "XmlSyntaxException", + "Namespace": "System.Security" + }, + { + "Name": "AllMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationDirectory", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationDirectoryMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrust", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrustCollection", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrustEnumerator", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationVersionMatch", + "Namespace": "System.Security.Policy" + }, + { + "Name": "CodeConnectAccess", + "Namespace": "System.Security.Policy" + }, + { + "Name": "CodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Evidence", + "Namespace": "System.Security.Policy" + }, + { + "Name": "EvidenceBase", + "Namespace": "System.Security.Policy" + }, + { + "Name": "FileCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "FirstMatchCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "GacInstalled", + "Namespace": "System.Security.Policy" + }, + { + "Name": "GacMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Hash", + "Namespace": "System.Security.Policy" + }, + { + "Name": "HashMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "IIdentityPermissionFactory", + "Namespace": "System.Security.Policy" + }, + { + "Name": "IMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "NetCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PermissionRequestEvidence", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyException", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyLevel", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyStatement", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyStatementAttribute", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Publisher", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PublisherMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Site", + "Namespace": "System.Security.Policy" + }, + { + "Name": "SiteMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "StrongName", + "Namespace": "System.Security.Policy" + }, + { + "Name": "StrongNameMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "TrustManagerContext", + "Namespace": "System.Security.Policy" + }, + { + "Name": "TrustManagerUIContext", + "Namespace": "System.Security.Policy" + }, + { + "Name": "UnionCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Url", + "Namespace": "System.Security.Policy" + }, + { + "Name": "UrlMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Zone", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ZoneMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "EnvironmentPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "EnvironmentPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "EnvironmentPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "GacIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "GacIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "HostProtectionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "HostProtectionResource", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageContainment", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageFilePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageFilePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStoragePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStoragePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IUnrestrictedPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntry", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntryCollection", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntryEnumerator", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PermissionSetAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PermissionState", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PrincipalPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PrincipalPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PublisherIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PublisherIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermissionFlag", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ResourcePermissionBase", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ResourcePermissionBaseEntry", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SiteIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SiteIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNameIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNameIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNamePublicKeyBlob", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionClipboard", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionWindow", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UrlIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UrlIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ZoneIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ZoneIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "DnsPermission", + "Namespace": "System.Net" + }, + { + "Name": "DnsPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "EndpointPermission", + "Namespace": "System.Net" + }, + { + "Name": "NetworkAccess", + "Namespace": "System.Net" + }, + { + "Name": "SocketPermission", + "Namespace": "System.Net" + }, + { + "Name": "SocketPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "TransportType", + "Namespace": "System.Net" + }, + { + "Name": "WebPermission", + "Namespace": "System.Net" + }, + { + "Name": "WebPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "PnrpPermission", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PnrpPermissionAttribute", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PnrpScope", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PeerCollaborationPermission", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerCollaborationPermissionAttribute", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "NetworkInformationAccess", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationPermission", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationPermissionAttribute", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "SmtpAccess", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpPermission", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpPermissionAttribute", + "Namespace": "System.Net.Mail" + }, + { + "Name": "PrintingPermission", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintingPermissionAttribute", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintingPermissionLevel", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "EventLogPermission", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionAccess", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionEntry", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionEntryCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermission", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionAccess", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionEntry", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionEntryCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SqlClientPermission", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientPermissionAttribute", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "OraclePermission", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OraclePermissionAttribute", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OleDbPermission", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbPermissionAttribute", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OdbcPermission", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcPermissionAttribute", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "DBDataPermission", + "Namespace": "System.Data.Common" + }, + { + "Name": "DBDataPermissionAttribute", + "Namespace": "System.Data.Common" + }, + { + "Name": "IIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "PrincipalPolicy", + "Namespace": "System.Security.Principal" + }, + { + "Name": "TokenImpersonationLevel", + "Namespace": "System.Security.Principal" + }, + { + "Name": "SafeAccessTokenHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "IdentityNotMappedException", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IdentityReference", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IdentityReferenceCollection", + "Namespace": "System.Security.Principal" + }, + { + "Name": "NTAccount", + "Namespace": "System.Security.Principal" + }, + { + "Name": "SecurityIdentifier", + "Namespace": "System.Security.Principal" + }, + { + "Name": "TokenAccessLevels", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WellKnownSidType", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsBuiltInRole", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "ServiceController", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceControllerStatus", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceStartMode", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceType", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "TimeoutException", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "CodePagesEncodingProvider", + "Namespace": "System.Text" + }, + { + "Name": "UnicodeRange", + "Namespace": "System.Text.Unicode" + }, + { + "Name": "UnicodeRanges", + "Namespace": "System.Text.Unicode" + }, + { + "Name": "HtmlEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "JavaScriptEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "TextEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "TextEncoderSettings", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "UrlEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "Regex", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "MatchEvaluator", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Capture", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "CaptureCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Group", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "GroupCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Match", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "MatchCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexMatchTimeoutException", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexOptions", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexRunner", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexRunnerFactory", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "ThreadingAclExtensions", + "Namespace": "System.Threading" + }, + { + "Name": "EventWaitHandleAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "BarrierPostPhaseException", + "Namespace": "System.Threading" + }, + { + "Name": "Barrier", + "Namespace": "System.Threading" + }, + { + "Name": "CountdownEvent", + "Namespace": "System.Threading" + }, + { + "Name": "HostExecutionContext", + "Namespace": "System.Threading" + }, + { + "Name": "HostExecutionContextManager", + "Namespace": "System.Threading" + }, + { + "Name": "LockCookie", + "Namespace": "System.Threading" + }, + { + "Name": "ReaderWriterLock", + "Namespace": "System.Threading" + }, + { + "Name": "DataflowBlock", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ExecutionDataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "GroupingDataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowLinkOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowMessageHeader", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowMessageStatus", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IDataflowBlock", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IPropagatorBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IReceivableSourceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ISourceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ITargetBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ActionBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchedJoinBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchedJoinBlock`3", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BroadcastBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BufferBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "JoinBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "JoinBlock`3", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "TransformBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "TransformManyBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "WriteOnceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ValueTask`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "AsyncMethodBuilderAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncValueTaskMethodBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredValueTaskAwaitable`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ValueTaskAwaiter`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ParallelOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Parallel", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ParallelLoopState", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ParallelLoopResult", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "LocalDataStoreSlot", + "Namespace": "System" + }, + { + "Name": "CompressedStack", + "Namespace": "System.Threading" + }, + { + "Name": "Thread", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadExceptionEventArgs", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadExceptionEventHandler", + "Namespace": "System.Threading" + }, + { + "Name": "CommittableTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "DependentTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "Enlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "IEnlistmentNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "IPromotableSinglePhaseNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "ISimpleTransactionSuperior", + "Namespace": "System.Transactions" + }, + { + "Name": "ISinglePhaseNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "ITransactionPromoter", + "Namespace": "System.Transactions" + }, + { + "Name": "PreparingEnlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "SinglePhaseEnlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "SubordinateTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionEventArgs", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionCompletedEventHandler", + "Namespace": "System.Transactions" + }, + { + "Name": "IsolationLevel", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionStatus", + "Namespace": "System.Transactions" + }, + { + "Name": "DependentCloneOption", + "Namespace": "System.Transactions" + }, + { + "Name": "EnlistmentOptions", + "Namespace": "System.Transactions" + }, + { + "Name": "Transaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionAbortedException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInDoubtException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionManagerCommunicationException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionPromotionException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInformation", + "Namespace": "System.Transactions" + }, + { + "Name": "IDtcTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInterop", + "Namespace": "System.Transactions" + }, + { + "Name": "HostCurrentTransactionCallback", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionStartedEventHandler", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionManager", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionOptions", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScopeOption", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScopeAsyncFlowOption", + "Namespace": "System.Transactions" + }, + { + "Name": "EnterpriseServicesInteropOption", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScope", + "Namespace": "System.Transactions" + }, + { + "Name": "HttpUtility", + "Namespace": "System.Web" + }, + { + "Name": "XDocumentExtensions", + "Namespace": "System.Xml.XPath" + } + ], + "SchemaVersion": "0.0.1" +} \ No newline at end of file diff --git a/Engine/Settings/core-6.0.1-osx.json b/Engine/Settings/core-6.0.1-osx.json new file mode 100644 index 000000000..8160b6810 --- /dev/null +++ b/Engine/Settings/core-6.0.1-osx.json @@ -0,0 +1,23228 @@ +{ + "Edition": { + "OS": "osx", + "PowerShellEdition": "core", + "PowerShellVersion": "6.0.1" + }, + "Modules": [ + { + "Name": "Microsoft.PowerShell.Archive", + "Version": "1.1.0.0", + "ExportedCommands": [ + { + "Name": "Compress-Archive" + }, + { + "Name": "Expand-Archive" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Host", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "Start-Transcript" + }, + { + "Name": "Stop-Transcript" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Management", + "Version": "3.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Content" + }, + { + "Name": "Clear-Content" + }, + { + "Name": "Clear-Item" + }, + { + "Name": "Clear-ItemProperty" + }, + { + "Name": "Convert-Path" + }, + { + "Name": "Copy-Item" + }, + { + "Name": "Copy-ItemProperty" + }, + { + "Name": "Debug-Process" + }, + { + "Name": "Get-ChildItem" + }, + { + "Name": "Get-Content" + }, + { + "Name": "Get-Item" + }, + { + "Name": "Get-ItemProperty" + }, + { + "Name": "Get-ItemPropertyValue" + }, + { + "Name": "Get-Location" + }, + { + "Name": "Get-Process" + }, + { + "Name": "Get-PSDrive" + }, + { + "Name": "Get-PSProvider" + }, + { + "Name": "Get-TimeZone" + }, + { + "Name": "Invoke-Item" + }, + { + "Name": "Join-Path" + }, + { + "Name": "Move-Item" + }, + { + "Name": "Move-ItemProperty" + }, + { + "Name": "New-Item" + }, + { + "Name": "New-ItemProperty" + }, + { + "Name": "New-PSDrive" + }, + { + "Name": "Pop-Location" + }, + { + "Name": "Push-Location" + }, + { + "Name": "Remove-Item" + }, + { + "Name": "Remove-ItemProperty" + }, + { + "Name": "Remove-PSDrive" + }, + { + "Name": "Rename-Item" + }, + { + "Name": "Rename-ItemProperty" + }, + { + "Name": "Resolve-Path" + }, + { + "Name": "Set-Content" + }, + { + "Name": "Set-Item" + }, + { + "Name": "Set-ItemProperty" + }, + { + "Name": "Set-Location" + }, + { + "Name": "Split-Path" + }, + { + "Name": "Start-Process" + }, + { + "Name": "Stop-Process" + }, + { + "Name": "Test-Path" + }, + { + "Name": "Wait-Process" + } + ], + "ExportedAliases": [ + "gtz" + ] + }, + { + "Name": "Microsoft.PowerShell.Security", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SecureString" + }, + { + "Name": "ConvertTo-SecureString" + }, + { + "Name": "Get-Credential" + }, + { + "Name": "Get-ExecutionPolicy" + }, + { + "Name": "Get-PfxCertificate" + }, + { + "Name": "Set-ExecutionPolicy" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Utility", + "Version": "3.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Member" + }, + { + "Name": "Add-Type" + }, + { + "Name": "Clear-Variable" + }, + { + "Name": "Compare-Object" + }, + { + "Name": "ConvertFrom-Csv" + }, + { + "Name": "ConvertFrom-Json" + }, + { + "Name": "ConvertFrom-StringData" + }, + { + "Name": "ConvertTo-Csv" + }, + { + "Name": "ConvertTo-Html" + }, + { + "Name": "ConvertTo-Json" + }, + { + "Name": "ConvertTo-Xml" + }, + { + "Name": "Debug-Runspace" + }, + { + "Name": "Disable-PSBreakpoint" + }, + { + "Name": "Disable-RunspaceDebug" + }, + { + "Name": "Enable-PSBreakpoint" + }, + { + "Name": "Enable-RunspaceDebug" + }, + { + "Name": "Export-Alias" + }, + { + "Name": "Export-Clixml" + }, + { + "Name": "Export-Csv" + }, + { + "Name": "Export-FormatData" + }, + { + "Name": "Export-PSSession" + }, + { + "Name": "Format-Custom" + }, + { + "Name": "Format-Hex" + }, + { + "Name": "Format-List" + }, + { + "Name": "Format-Table" + }, + { + "Name": "Format-Wide" + }, + { + "Name": "Get-Alias" + }, + { + "Name": "Get-Culture" + }, + { + "Name": "Get-Date" + }, + { + "Name": "Get-Event" + }, + { + "Name": "Get-EventSubscriber" + }, + { + "Name": "Get-FileHash" + }, + { + "Name": "Get-FormatData" + }, + { + "Name": "Get-Host" + }, + { + "Name": "Get-Member" + }, + { + "Name": "Get-PSBreakpoint" + }, + { + "Name": "Get-PSCallStack" + }, + { + "Name": "Get-Random" + }, + { + "Name": "Get-Runspace" + }, + { + "Name": "Get-RunspaceDebug" + }, + { + "Name": "Get-TraceSource" + }, + { + "Name": "Get-TypeData" + }, + { + "Name": "Get-UICulture" + }, + { + "Name": "Get-Unique" + }, + { + "Name": "Get-Uptime" + }, + { + "Name": "Get-Variable" + }, + { + "Name": "Get-Verb" + }, + { + "Name": "Group-Object" + }, + { + "Name": "Import-Alias" + }, + { + "Name": "Import-Clixml" + }, + { + "Name": "Import-Csv" + }, + { + "Name": "Import-LocalizedData" + }, + { + "Name": "Import-PowerShellDataFile" + }, + { + "Name": "Import-PSSession" + }, + { + "Name": "Invoke-Expression" + }, + { + "Name": "Invoke-RestMethod" + }, + { + "Name": "Invoke-WebRequest" + }, + { + "Name": "Measure-Command" + }, + { + "Name": "Measure-Object" + }, + { + "Name": "New-Alias" + }, + { + "Name": "New-Event" + }, + { + "Name": "New-Guid" + }, + { + "Name": "New-Object" + }, + { + "Name": "New-TemporaryFile" + }, + { + "Name": "New-TimeSpan" + }, + { + "Name": "New-Variable" + }, + { + "Name": "Out-File" + }, + { + "Name": "Out-String" + }, + { + "Name": "Read-Host" + }, + { + "Name": "Register-EngineEvent" + }, + { + "Name": "Register-ObjectEvent" + }, + { + "Name": "Remove-Alias" + }, + { + "Name": "Remove-Event" + }, + { + "Name": "Remove-PSBreakpoint" + }, + { + "Name": "Remove-TypeData" + }, + { + "Name": "Remove-Variable" + }, + { + "Name": "Select-Object" + }, + { + "Name": "Select-String" + }, + { + "Name": "Select-Xml" + }, + { + "Name": "Send-MailMessage" + }, + { + "Name": "Set-Alias" + }, + { + "Name": "Set-Date" + }, + { + "Name": "Set-PSBreakpoint" + }, + { + "Name": "Set-TraceSource" + }, + { + "Name": "Set-Variable" + }, + { + "Name": "Sort-Object" + }, + { + "Name": "Start-Sleep" + }, + { + "Name": "Tee-Object" + }, + { + "Name": "Trace-Command" + }, + { + "Name": "Unregister-Event" + }, + { + "Name": "Update-FormatData" + }, + { + "Name": "Update-TypeData" + }, + { + "Name": "Wait-Debugger" + }, + { + "Name": "Wait-Event" + }, + { + "Name": "Write-Debug" + }, + { + "Name": "Write-Error" + }, + { + "Name": "Write-Host" + }, + { + "Name": "Write-Information" + }, + { + "Name": "Write-Output" + }, + { + "Name": "Write-Progress" + }, + { + "Name": "Write-Verbose" + }, + { + "Name": "Write-Warning" + } + ], + "ExportedAliases": [ + "fhx" + ] + }, + { + "Name": "PackageManagement", + "Version": "1.1.7.0", + "ExportedCommands": [ + { + "Name": "Find-Package" + }, + { + "Name": "Find-PackageProvider" + }, + { + "Name": "Get-Package" + }, + { + "Name": "Get-PackageProvider" + }, + { + "Name": "Get-PackageSource" + }, + { + "Name": "Import-PackageProvider" + }, + { + "Name": "Install-Package" + }, + { + "Name": "Install-PackageProvider" + }, + { + "Name": "Register-PackageSource" + }, + { + "Name": "Save-Package" + }, + { + "Name": "Set-PackageSource" + }, + { + "Name": "Uninstall-Package" + }, + { + "Name": "Unregister-PackageSource" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PowerShellGet", + "Version": "1.6.0", + "ExportedCommands": [ + { + "Name": "Find-Command" + }, + { + "Name": "Find-DscResource" + }, + { + "Name": "Find-Module" + }, + { + "Name": "Find-RoleCapability" + }, + { + "Name": "Find-Script" + }, + { + "Name": "Get-InstalledModule" + }, + { + "Name": "Get-InstalledScript" + }, + { + "Name": "Get-PSRepository" + }, + { + "Name": "Install-Module" + }, + { + "Name": "Install-Script" + }, + { + "Name": "New-ScriptFileInfo" + }, + { + "Name": "Publish-Module" + }, + { + "Name": "Publish-Script" + }, + { + "Name": "Register-PSRepository" + }, + { + "Name": "Save-Module" + }, + { + "Name": "Save-Script" + }, + { + "Name": "Set-PSRepository" + }, + { + "Name": "Test-ScriptFileInfo" + }, + { + "Name": "Uninstall-Module" + }, + { + "Name": "Uninstall-Script" + }, + { + "Name": "Unregister-PSRepository" + }, + { + "Name": "Update-Module" + }, + { + "Name": "Update-ModuleManifest" + }, + { + "Name": "Update-Script" + }, + { + "Name": "Update-ScriptFileInfo" + } + ], + "ExportedAliases": [ + "inmo", + "fimo", + "upmo", + "pumo" + ] + }, + { + "Name": "PSDesiredStateConfiguration", + "Version": "0.0", + "ExportedCommands": [ + { + "Name": "Add-NodeKeys" + }, + { + "Name": "AddDscResourceProperty" + }, + { + "Name": "AddDscResourcePropertyFromMetadata" + }, + { + "Name": "CheckResourceFound" + }, + { + "Name": "Configuration" + }, + { + "Name": "ConvertTo-MOFInstance" + }, + { + "Name": "Generate-VersionInfo" + }, + { + "Name": "Get-CompatibleVersionAddtionaPropertiesStr" + }, + { + "Name": "Get-ComplexResourceQualifier" + }, + { + "Name": "Get-ConfigurationErrorCount" + }, + { + "Name": "Get-DscResource" + }, + { + "Name": "Get-DSCResourceModules" + }, + { + "Name": "Get-EncryptedPassword" + }, + { + "Name": "Get-InnerMostErrorRecord" + }, + { + "Name": "Get-MofInstanceName" + }, + { + "Name": "Get-MofInstanceText" + }, + { + "Name": "Get-PositionInfo" + }, + { + "Name": "Get-PSCurrentConfigurationNode" + }, + { + "Name": "Get-PSDefaultConfigurationDocument" + }, + { + "Name": "Get-PSMetaConfigDocumentInstVersionInfo" + }, + { + "Name": "Get-PSMetaConfigurationProcessed" + }, + { + "Name": "Get-PSTopConfigurationName" + }, + { + "Name": "Get-PublicKeyFromFile" + }, + { + "Name": "Get-PublicKeyFromStore" + }, + { + "Name": "GetCompositeResource" + }, + { + "Name": "GetImplementingModulePath" + }, + { + "Name": "GetModule" + }, + { + "Name": "GetPatterns" + }, + { + "Name": "GetResourceFromKeyword" + }, + { + "Name": "GetSyntax" + }, + { + "Name": "ImportCimAndScriptKeywordsFromModule" + }, + { + "Name": "ImportClassResourcesFromModule" + }, + { + "Name": "Initialize-ConfigurationRuntimeState" + }, + { + "Name": "IsHiddenResource" + }, + { + "Name": "IsPatternMatched" + }, + { + "Name": "New-DscChecksum" + }, + { + "Name": "Node" + }, + { + "Name": "ReadEnvironmentFile" + }, + { + "Name": "Set-NodeExclusiveResources" + }, + { + "Name": "Set-NodeManager" + }, + { + "Name": "Set-NodeResources" + }, + { + "Name": "Set-NodeResourceSource" + }, + { + "Name": "Set-PSCurrentConfigurationNode" + }, + { + "Name": "Set-PSDefaultConfigurationDocument" + }, + { + "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta" + }, + { + "Name": "Set-PSMetaConfigVersionInfoV2" + }, + { + "Name": "Set-PSTopConfigurationName" + }, + { + "Name": "StrongConnect" + }, + { + "Name": "Test-ConflictingResources" + }, + { + "Name": "Test-ModuleReloadRequired" + }, + { + "Name": "Test-MofInstanceText" + }, + { + "Name": "Test-NodeManager" + }, + { + "Name": "Test-NodeResources" + }, + { + "Name": "Test-NodeResourceSource" + }, + { + "Name": "ThrowError" + }, + { + "Name": "Update-ConfigurationDocumentRef" + }, + { + "Name": "Update-ConfigurationErrorCount" + }, + { + "Name": "Update-DependsOn" + }, + { + "Name": "Update-LocalConfigManager" + }, + { + "Name": "Update-ModuleVersion" + }, + { + "Name": "ValidateNoCircleInNodeResources" + }, + { + "Name": "ValidateNodeExclusiveResources" + }, + { + "Name": "ValidateNodeManager" + }, + { + "Name": "ValidateNodeResources" + }, + { + "Name": "ValidateNodeResourceSource" + }, + { + "Name": "ValidateNoNameNodeResources" + }, + { + "Name": "ValidateUpdate-ConfigurationData" + }, + { + "Name": "Write-Log" + }, + { + "Name": "Write-MetaConfigFile" + }, + { + "Name": "Write-NodeMOFFile" + }, + { + "Name": "WriteFile" + } + ], + "ExportedAliases": [ + "glcm", + "slcm", + "rtcfg", + "gcfgs", + "sacfg", + "upcfg", + "ulcm", + "tcfg", + "gcfg", + "pbcfg" + ] + }, + { + "Name": "PSReadLine", + "Version": "1.2", + "ExportedCommands": [ + { + "Name": "PSConsoleHostReadline" + }, + { + "Name": "Get-PSReadlineKeyHandler" + }, + { + "Name": "Get-PSReadlineOption" + }, + { + "Name": "Remove-PSReadlineKeyHandler" + }, + { + "Name": "Set-PSReadlineKeyHandler" + }, + { + "Name": "Set-PSReadlineOption" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Core", + "Version": "6.0.1", + "ExportedCommands": [ + { + "Name": "Add-History" + }, + { + "Name": "Clear-History" + }, + { + "Name": "Debug-Job" + }, + { + "Name": "Enter-PSSession" + }, + { + "Name": "Exit-PSSession" + }, + { + "Name": "Export-ModuleMember" + }, + { + "Name": "ForEach-Object" + }, + { + "Name": "Get-Command" + }, + { + "Name": "Get-Help" + }, + { + "Name": "Get-History" + }, + { + "Name": "Get-Job" + }, + { + "Name": "Get-Module" + }, + { + "Name": "Get-PSSession" + }, + { + "Name": "Import-Module" + }, + { + "Name": "Invoke-Command" + }, + { + "Name": "Invoke-History" + }, + { + "Name": "New-Module" + }, + { + "Name": "New-ModuleManifest" + }, + { + "Name": "New-PSRoleCapabilityFile" + }, + { + "Name": "New-PSSession" + }, + { + "Name": "New-PSTransportOption" + }, + { + "Name": "Out-Default" + }, + { + "Name": "Out-Host" + }, + { + "Name": "Out-Null" + }, + { + "Name": "Receive-Job" + }, + { + "Name": "Register-ArgumentCompleter" + }, + { + "Name": "Remove-Job" + }, + { + "Name": "Remove-Module" + }, + { + "Name": "Remove-PSSession" + }, + { + "Name": "Save-Help" + }, + { + "Name": "Set-PSDebug" + }, + { + "Name": "Set-StrictMode" + }, + { + "Name": "Start-Job" + }, + { + "Name": "Stop-Job" + }, + { + "Name": "Test-ModuleManifest" + }, + { + "Name": "Update-Help" + }, + { + "Name": "Wait-Job" + }, + { + "Name": "Where-Object" + } + ], + "ExportedAliases": [ + "clhy", + "etsn", + "exsn", + "%", + "foreach", + "gcm", + "ghy", + "h", + "history", + "gjb", + "gmo", + "gsn", + "ipmo", + "icm", + "ihy", + "r", + "nmo", + "nsn", + "oh", + "rcjb", + "rjb", + "rmo", + "rsn", + "sajb", + "spjb", + "wjb", + "?", + "where" + ] + } + ], + "Types": [ + { + "Name": "OperationTelemetryExtensions", + "Namespace": "Microsoft.ApplicationInsights" + }, + { + "Name": "TelemetryClient", + "Namespace": "Microsoft.ApplicationInsights" + }, + { + "Name": "TelemetryClientExtensions", + "Namespace": "Microsoft.ApplicationInsights" + }, + { + "Name": "AutocollectedMetricsExtractor", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "IOperationHolder`1", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "ITelemetryInitializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "ITelemetryModule", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "ITelemetryProcessor", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "OperationCorrelationTelemetryInitializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "SdkInternalOperationsMonitor", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "SequencePropertyInitializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "TelemetryConfiguration", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "CloudContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "ComponentContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "DeviceContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "HttpWebResponseWrapper", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "InternalContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "JsonSerializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "LocationContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "OperationContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "OperationTelemetry", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "SessionContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TaskTimer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryContextExtensions", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryDebugWriter", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryProcessorChain", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryProcessorChainBuilder", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "UserContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryModules", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "DiagnosticsTelemetryModule", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" + }, + { + "Name": "Extensions", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" + }, + { + "Name": "AvailabilityTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "DependencyTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "EventTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ExceptionHandledAt", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ExceptionTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "IJsonWriter", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ISupportMetrics", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ISupportProperties", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ISupportSampling", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "MetricTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "PageViewTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "PerformanceCounterTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "RequestTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "SessionState", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "SessionStateTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "SeverityLevel", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "TelemetryContext", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "TraceTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "InMemoryChannel", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "ITelemetry", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "ITelemetryChannel", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "Transmission", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "CSharpExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Conversion", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCommandLineArguments", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCommandLineParser", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "AwaitExpressionInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCompilation", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpScriptCompilationInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "ForEachStatementInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "QueryClauseInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCompilationOptions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpFileSystemExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpParseOptions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpDiagnosticFormatter", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxVisitor`1", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxVisitor", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxRewriter", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxFactory", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "LanguageVersion", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "LanguageVersionFacts", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxFacts", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SymbolDisplay", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "TypedConstantExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxNode", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxTree", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxWalker", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxKind", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "NameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SimpleNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IdentifierNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QualifiedNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GenericNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AliasQualifiedNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PredefinedTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrayTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrayRankSpecifierSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PointerTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NullableTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TupleTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TupleElementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OmittedTypeArgumentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParenthesizedExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TupleExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PrefixUnaryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AwaitExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PostfixUnaryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberAccessExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConditionalAccessExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberBindingExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElementBindingExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ImplicitElementAccessSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BinaryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AssignmentExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConditionalExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InstanceExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ThisExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LiteralExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MakeRefExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefTypeExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefValueExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CheckedExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DefaultExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeOfExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SizeOfExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InvocationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElementAccessExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BracketedArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArgumentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NameColonSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DeclarationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CastExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousFunctionExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousMethodExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LambdaExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SimpleLambdaExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParenthesizedLambdaExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InitializerExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ObjectCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousObjectMemberDeclaratorSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousObjectCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrayCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ImplicitArrayCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StackAllocArrayCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SelectOrGroupClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryBodySyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FromClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LetClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "JoinClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "JoinIntoClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WhereClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OrderByClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OrderingSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SelectClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GroupClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryContinuationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OmittedArraySizeExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolatedStringExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IsPatternExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ThrowExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WhenClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PatternSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DeclarationPatternSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstantPatternSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolatedStringContentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolatedStringTextSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolationAlignmentClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolationFormatClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GlobalStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BlockSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LocalFunctionStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LocalDeclarationStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "VariableDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "VariableDeclaratorSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EqualsValueClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "VariableDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SingleVariableDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DiscardDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParenthesizedVariableDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExpressionStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EmptyStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LabeledStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GotoStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BreakStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ContinueStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ReturnStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ThrowStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "YieldStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WhileStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DoStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ForStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CommonForEachStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ForEachStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ForEachVariableStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UsingStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FixedStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CheckedStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UnsafeStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LockStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IfStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElseClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SwitchStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SwitchSectionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CasePatternSwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CaseSwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DefaultSwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TryStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CatchClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CatchDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CatchFilterClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FinallyClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CompilationUnitSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExternAliasDirectiveSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UsingDirectiveSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NamespaceDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeTargetSpecifierSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeArgumentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NameEqualsSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseTypeDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ClassDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StructDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterfaceDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EnumDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DelegateDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EnumMemberDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SimpleBaseTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterConstraintClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstructorConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ClassOrStructConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseFieldDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FieldDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EventFieldDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExplicitInterfaceSpecifierSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseMethodDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MethodDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OperatorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConversionOperatorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstructorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstructorInitializerSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DestructorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BasePropertyDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PropertyDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrowExpressionClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EventDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IndexerDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AccessorListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AccessorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BracketedParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParameterSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IncompleteMemberSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SkippedTokensTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DocumentationCommentTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QualifiedCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NameMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IndexerMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OperatorMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConversionOperatorMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseCrefParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefBracketedParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefParameterSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNodeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlElementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlElementStartTagSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlElementEndTagSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlEmptyElementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlPrefixSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlTextAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlCrefAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNameAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlTextSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlCDataSectionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlProcessingInstructionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlCommentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BranchingDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConditionalDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IfDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElifDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElseDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EndIfDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RegionDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EndRegionDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ErrorDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WarningDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BadDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DefineDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UndefDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LineDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PragmaWarningDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PragmaChecksumDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ReferenceDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LoadDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ShebangDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StructuredTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNameAttributeElementKind", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CaseInsensitiveComparison", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineAnalyzerReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineSourceFile", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineArguments", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineParser", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Compilation", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CandidateReason", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CompilationOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ControlFlowAnalysis", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DataFlowAnalysis", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ModelExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "OptimizationLevel", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ParseOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Platform", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "PreprocessingSymbolInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ScriptCompilationInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SemanticModel", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SourceReferenceResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SpeculativeBindingOption", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SubsystemVersion", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolFilter", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypeInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "XmlReferenceResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DesktopAssemblyIdentityComparer", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AdditionalText", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IAnalyzerAssemblyLoader", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Diagnostic", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DiagnosticDescriptor", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DiagnosticFormatter", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DiagnosticSeverity", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "FileLinePositionSpan", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LocalizableResourceString", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LocalizableString", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Location", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LocationKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ReportDiagnostic", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "WellKnownDiagnosticTags", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DocumentationCommentId", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DocumentationProvider", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DocumentationMode", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "EmbeddedText", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "FileSystemExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyIdentity", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyIdentityComparer", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyIdentityParts", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyMetadata", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CompilationReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataId", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Metadata", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataImageKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataReferenceProperties", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataReferenceResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ModuleMetadata", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "PortableExecutableReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "UnresolvedMetadataReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IOperation", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "OperationKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Optional`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "OutputKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ResourceDescription", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "RuleSet", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "RuleSetInclude", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SourceCodeKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SourceFileResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SpecialType", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DesktopStrongNameProvider", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "StrongNameProvider", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayDelegateStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayExtensionMethodStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayFormat", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayGenericsOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayGlobalNamespaceStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayKindOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayLocalOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayMemberOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayMiscellaneousOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayParameterOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayPart", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayPartKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayPropertyStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayTypeQualificationStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Accessibility", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AttributeData", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CustomModifier", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IAliasSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IArrayTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IAssemblySymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IDiscardSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IDynamicTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IErrorTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IEventSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IFieldSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ILabelSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ILocalSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IMethodSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IModuleSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "INamedTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "INamespaceOrTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "INamespaceSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IParameterSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IPointerTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IPreprocessingSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IPropertySymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IRangeVariableSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISourceAssemblySymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISymbolExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ITypeParameterSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ITypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LanguageNames", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MethodKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "NamespaceKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DllImportData", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "RefKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolVisitor", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolVisitor`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypedConstant", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypedConstantKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypeKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypeParameterKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "VarianceKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "WellKnownMemberNames", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AnnotationExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ChildSyntaxList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ICompilationUnitSyntax", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISkippedTokensTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IStructuredTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LineVisibility", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SeparatedSyntaxList`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxAnnotation", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxList`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNode", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNodeExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNodeOrToken", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNodeOrTokenList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxRemoveOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxToken", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTokenList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTree", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTrivia", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTriviaList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxWalker", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxWalkerDepth", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "XmlFileResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LinePosition", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "LinePositionSpan", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "SourceHashAlgorithm", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "SourceText", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "SourceTextContainer", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextChange", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextChangeEventArgs", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextChangeRange", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextLine", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextLineCollection", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextSpan", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "AnalysisResult", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerFileReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerImageReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerLoadFailureEventArgs", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerOptions", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationWithAnalyzers", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationWithAnalyzersOptions", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "GeneratedCodeAnalysisFlags", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationStartAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SemanticModelAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SymbolAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CodeBlockStartAnalysisContext`1", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CodeBlockAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "OperationBlockStartAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "OperationBlockAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SyntaxTreeAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SyntaxNodeAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "OperationAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "DiagnosticAnalyzer", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "DiagnosticAnalyzerAttribute", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "DiagnosticAnalyzerExtensions", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SourceTextValueProvider`1", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SyntaxTreeValueProvider`1", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "UnresolvedAnalyzerReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SuppressionInfo", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerTelemetryInfo", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics.Telemetry" + }, + { + "Name": "ArgumentKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "BinaryOperatorKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "BranchKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "CaseKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "CommonConversion", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAddressOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAnonymousFunctionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAnonymousObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArgumentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArrayCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArrayElementReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArrayInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAwaitOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IBinaryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IBlockOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IBranchOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICatchClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICoalesceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICollectionElementInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICompoundAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConditionalAccessInstanceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConditionalAccessOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConditionalOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConstantPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConversionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDeclarationExpressionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDeclarationPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDeconstructionAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDefaultCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDefaultValueOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDelegateCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicIndexerAccessOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicInvocationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicMemberReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEmptyOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEndOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEventAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEventReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IExpressionStatementOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IFieldInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IFieldReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IIncrementOrDecrementOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInstanceReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolatedStringContentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolatedStringOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolatedStringTextOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInvalidOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInvocationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IIsPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IIsTypeOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILabeledOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILiteralOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILocalFunctionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILocalReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILockOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IMemberInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IMemberReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IMethodReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "INameOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IObjectOrCollectionInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IOmittedArgumentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IParameterInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IParameterReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IParenthesizedOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPatternCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPropertyInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPropertyReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IRaiseEventOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IRangeCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IRelationalCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IReturnOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISimpleAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISingleValueCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISizeOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IStopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISwitchCaseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISwitchOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISymbolInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IThrowOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITranslatedQueryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITupleOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITypeOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITypeParameterObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IUnaryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IUsingOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableDeclarationGroupOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableDeclarationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableDeclaratorOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IForEachLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IForLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IForToLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IWhileLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "LoopKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationExtensions", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationVisitor", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationVisitor`2", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationWalker", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "UnaryOperatorKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "EmitResult", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "DebugInformationFormat", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EditAndContinueMethodDebugInformation", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EmitBaseline", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EmitDifferenceResult", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EmitOptions", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "InstrumentationKind", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "SemanticEdit", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "SemanticEditKind", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "Binder", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpArgumentInfo", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpArgumentInfoFlags", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpBinderFlags", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "RuntimeBinderException", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "RuntimeBinderInternalCompilerException", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CimClass", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParameterDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSystemProperties", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSubscriptionResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodStreamedResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParametersCollection", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSession", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimException", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParameter", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimPropertyDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "NativeErrorCode", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimType", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimProperty", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodResultBase", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimInstance", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimConverter", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimQualifier", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimFlags", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSubscriptionDeliveryType", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimDeserializer", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "InstanceSerializationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "ClassSerializationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "CimSerializer", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "CimAsyncResult`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimKeyedCollection`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimAsyncStatus", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimAsyncMultipleResults`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimReadOnlyKeyedCollection`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "NativeCimCredential", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "MI_ProxyType", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "MI_Transport", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "MI_CallbackMode", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "MI_AuthType", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "MI_PacketEncoding", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "MI_ImpersonationType", + "Namespace": "Microsoft.Management.Infrastructure.Native" + }, + { + "Name": "CimCredential", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimPromptType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimCallbackMode", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimResponseType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimWriteMessageChannel", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteMessageCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteProgressCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteErrorCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PromptUserCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WSManSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "DComSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ImpersonationType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimSubscriptionDeliveryOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimOperationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimOperationFlags", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PasswordAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CertificateAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ImpersonatedAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ProxyType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PacketEncoding", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "AddContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JoinPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CopyItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetChildItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemPropertyValueCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MoveItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CoreCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CoreCommandWithCredentialsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PushLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PopLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DriveMatchingCoreCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MoveItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CopyItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSProviderCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SplitPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PassThroughContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PassThroughItemPropertyCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPathType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProcessBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProcessCommandException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ItemPropertyCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResolvePathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTimeZoneCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionBasedCmdletAdapter`2", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "CimJobException", + "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" + }, + { + "Name": "CimCmdletAdapter", + "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" + }, + { + "Name": "AddMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "Language", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutputAssemblyType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCompilerError", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CompareObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConsoleColorCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToHtmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromStringDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BaseCsvWritingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugRunspaceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSBreakpointCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRunspaceDebug", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CommonRunspaceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnableRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisableRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitDebuggerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportAliasFormat", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatHex", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatListCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatCustomCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatTableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatWideCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BreakpointType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSCallStackCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCultureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetDateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisplayHintType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetEventSubscriberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetFileHashCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HashCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileHashInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MemberDefinition", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRandomCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRunspaceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUICultureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUniqueCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUptimeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetVerbCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupInfoNoElement", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImplicitRemotingCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportLocalizedData", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportPowerShellDataFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeExpressionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MatchInfoContext", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MatchInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GenericMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GenericObjectMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TextMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewGuidCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewTemporaryFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewTimeSpanCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OrderObjectBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReadHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterObjectEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterEngineEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SendMailMessage", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetDateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SortObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartSleepCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TeeObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTraceSourceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetTraceSourceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceListenerCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnregisterEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateData", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TextEncodingType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UtilityResources", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ByteCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "VariableCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BasicHtmlWebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeRestMethodCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebAuthenticationType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebSslProtocol", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestPSCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeWebRequestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HttpResponseException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormObjectCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JsonObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSUserAgent", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebCmdletElementCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestMethod", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestSession", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteOutputCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteVerboseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteWarningCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteInformationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteOrThrowErrorCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteErrorCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteErrorException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteAliasCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteProgressCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportClixmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportClixmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToXmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectXmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectXmlInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConsoleShell", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "UnmanagedPSEntry", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "StartTranscriptCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopTranscriptCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EventDescriptor", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventProvider", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventProviderTraceListener", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventBookmark", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventKeyword", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLevel", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogType", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogIsolation", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogMode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogConfiguration", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogNotFoundException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogReadingException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogProviderDisabledException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogInvalidDataException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogInformation", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogLink", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogPropertySelector", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogQuery", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogReader", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogRecord", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "SessionAuthentication", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "PathType", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogSession", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogStatus", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventMetadata", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventOpcode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventProperty", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventPropertyContext", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventRecord", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventTask", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "ProviderMetadata", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventLevel", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventTask", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventOpcode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventKeywords", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "PSConsoleReadLine", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "TokenClassification", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "EditMode", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "BellStyle", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ViModeStyle", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ViMode", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "HistorySaveStyle", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "PSConsoleReadlineOptions", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "GetPSReadlineOption", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "SetPSReadlineOption", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ChangePSReadlineKeyHandlerCommandBase", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "SetPSReadlineKeyHandlerCommand", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "GetKeyHandlerCommand", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "RemoveKeyHandlerCommand", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ConsoleKeyChordConverter", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "KeyHandler", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "BreakHandler", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "ConsoleBreakSignal", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "StandardHandleId", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "SMALL_RECT", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "BufferChar", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "CHAR_INFO", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "IPSConsoleReadLineMockableMethods", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "IConsole", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "SecurityDescriptorCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPfxCertificateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProtectCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnprotectCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCredentialCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetExecutionPolicyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetExecutionPolicyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SecureStringCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromToSecureStringCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromSecureStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToSecureStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SignatureCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetAuthenticodeSignatureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetAuthenticodeSignatureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CallType", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Conversions", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "DesignerGeneratedAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "InternalErrorException", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate0", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate1", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate2", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate3", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate4", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate5", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate6", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate7", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "IncompleteInitialization", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "NewLateBinding", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ObjectFlowControl", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Operators", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "OptionCompareAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "OptionTextAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ProjectData", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "StandardModuleAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "StaticLocalInitFlag", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Utils", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Constants", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "ControlChars", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "HideModuleNameAttribute", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Interaction", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Strings", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Win32Exception", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RegistryAclExtensions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistryAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistryAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistrySecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "Registry", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryKey", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryKeyPermissionCheck", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryHive", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryOptions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryValueKind", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryValueOptions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryView", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SafeRegistryHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "FormatterAssemblyStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "ConstructorHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DateFormatHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DateParseHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DateTimeZoneHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DefaultValueHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "FloatFormatHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "FloatParseHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "Formatting", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "IArrayPool`1", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "IJsonLineInfo", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonArrayAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConstructorAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonContainerAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConvert", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConverter", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConverterAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConverterCollection", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonDictionaryAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonExtensionDataAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonIgnoreAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonObjectAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonPropertyAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonReader", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonReaderException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonRequiredAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonSerializationException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonSerializer", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonSerializerSettings", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonTextReader", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonTextWriter", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonToken", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonValidatingReader", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonWriter", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonWriterException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "MemberSerialization", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "MetadataPropertyHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "MissingMemberHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "NullValueHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "ObjectCreationHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "PreserveReferencesHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "ReferenceLoopHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "Required", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "SerializationBinder", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "StringEscapeHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "TraceLevel", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "TypeNameAssemblyFormatHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "TypeNameHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "WriteState", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "CamelCaseNamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "CamelCasePropertyNamesContractResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "DefaultContractResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "DefaultNamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "DefaultSerializationBinder", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ErrorContext", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ErrorEventArgs", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ExpressionValueProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IAttributeProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IContractResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IReferenceResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ISerializationBinder", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ITraceWriter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IValueProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonArrayContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonContainerContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "SerializationCallback", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "SerializationErrorCallback", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ExtensionDataSetter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ExtensionDataGetter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonDictionaryContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonDynamicContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonISerializableContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonLinqContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonObjectContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonPrimitiveContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonProperty", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonPropertyCollection", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonStringContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "MemoryTraceWriter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "NamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ObjectConstructor`1", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "OnErrorAttribute", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ReflectionAttributeProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ReflectionValueProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "SnakeCaseNamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "Extensions", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchema", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaException", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaGenerator", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaResolver", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaType", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "UndefinedSchemaIdHandling", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "ValidationEventArgs", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "ValidationEventHandler", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "CommentHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "LineInfoHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "Extensions", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "IJEnumerable`1", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JArray", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JConstructor", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JContainer", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JEnumerable`1", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JObject", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JProperty", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JRaw", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JsonLoadSettings", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JsonMergeSettings", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JToken", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenEqualityComparer", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenReader", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenType", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenWriter", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JValue", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "MergeArrayHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "MergeNullValueHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "BinaryConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "BsonObjectIdConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "CustomCreationConverter`1", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "DateTimeConverterBase", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "DiscriminatedUnionConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "ExpandoObjectConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "IsoDateTimeConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "JavaScriptDateTimeConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "KeyValuePairConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "RegexConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "StringEnumConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "VersionConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "XmlNodeConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "BsonObjectId", + "Namespace": "Newtonsoft.Json.Bson" + }, + { + "Name": "BsonReader", + "Namespace": "Newtonsoft.Json.Bson" + }, + { + "Name": "BsonWriter", + "Namespace": "Newtonsoft.Json.Bson" + }, + { + "Name": "ManagedPSEntry", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "BlockingCollection`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentBag`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentDictionary`2", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentQueue`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentStack`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "IProducerConsumerCollection`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "OrderablePartitioner`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "Partitioner`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "EnumerablePartitionerOptions", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "Partitioner", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "BitArray", + "Namespace": "System.Collections" + }, + { + "Name": "StructuralComparisons", + "Namespace": "System.Collections" + }, + { + "Name": "CollectionExtensions", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "HashSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "LinkedList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "LinkedListNode`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Queue`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "TreeSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedList`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Stack`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "ImmutableArrayExtensions", + "Namespace": "System.Linq" + }, + { + "Name": "IImmutableDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableList`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableQueue`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableStack`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableArray", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableArray`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableDictionary", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableHashSet", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableHashSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableInterlocked", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableList", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableList`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableQueue", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableQueue`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedDictionary", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedSet", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableStack", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableStack`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "CaseInsensitiveComparer", + "Namespace": "System.Collections" + }, + { + "Name": "CaseInsensitiveHashCodeProvider", + "Namespace": "System.Collections" + }, + { + "Name": "CollectionBase", + "Namespace": "System.Collections" + }, + { + "Name": "DictionaryBase", + "Namespace": "System.Collections" + }, + { + "Name": "Queue", + "Namespace": "System.Collections" + }, + { + "Name": "ReadOnlyCollectionBase", + "Namespace": "System.Collections" + }, + { + "Name": "SortedList", + "Namespace": "System.Collections" + }, + { + "Name": "Stack", + "Namespace": "System.Collections" + }, + { + "Name": "CollectionsUtil", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "BitVector32", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "HybridDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "IOrderedDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "ListDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NameObjectCollectionBase", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NameValueCollection", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "OrderedDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringCollection", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringEnumerator", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "AssociationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CompareAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ConcurrencyCheckAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CreditCardAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CustomValidationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DataType", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayFormatAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EditableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EmailAddressAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EnumDataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "FileExtensionsAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "FilterUIHintAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "IValidatableObject", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "KeyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "MaxLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "MinLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "PhoneAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RangeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RegularExpressionAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RequiredAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ScaffoldColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "StringLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "TimestampAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "UIHintAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "UrlAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationContext", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationException", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationResult", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "Validator", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "ComplexTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "DatabaseGeneratedAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "DatabaseGeneratedOption", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "ForeignKeyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "InversePropertyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "NotMappedAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "TableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "IServiceProvider", + "Namespace": "System" + }, + { + "Name": "CancelEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IChangeTracking", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IEditableObject", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IRevertibleChangeTracking", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncCompletedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncCompletedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncOperation", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncOperationManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProgressChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProgressChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BackgroundWorker", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoWorkEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoWorkEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunWorkerCompletedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunWorkerCompletedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISynchronizeInvoke", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BrowsableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CategoryAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Component", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DescriptionAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerCategoryAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerSerializationVisibility", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerSerializationVisibilityAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignOnlyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DisplayNameAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventHandlerList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IComponent", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ImmutableObjectAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InitializationEventAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISite", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISupportInitialize", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LocalizableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MergablePropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NotifyParentPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ParenthesizePropertyNameAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ReadOnlyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshProperties", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UriTypeConverter", + "Namespace": "System" + }, + { + "Name": "ExtendedProtectionPolicyTypeConverter", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ColorConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "PointConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "RectangleConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeFConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "ElapsedEventArgs", + "Namespace": "System.Timers" + }, + { + "Name": "ElapsedEventHandler", + "Namespace": "System.Timers" + }, + { + "Name": "Timer", + "Namespace": "System.Timers" + }, + { + "Name": "TimersDescriptionAttribute", + "Namespace": "System.Timers" + }, + { + "Name": "ArrayConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BaseNumberConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BooleanConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ByteConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CharConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DateTimeConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DateTimeOffsetConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DecimalConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoubleConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EnumConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "GuidConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int16Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int32Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int64Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ITypeDescriptorContext", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MultilineStringConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NullableConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SByteConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SingleConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "StringConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TimeSpanConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeConverterAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeListConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt16Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt32Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt64Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AttributeCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AttributeProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CancelEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeAction", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CustomTypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultEventAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventDescriptorCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ExtenderProvidedPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "HandledEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "HandledEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ICustomTypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IExtenderProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IListSource", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InvalidAsynchronousStateException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ITypedList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MemberDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyDescriptorCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProvidePropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptionProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptionProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AddingNewEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AddingNewEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AmbientValueAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindableSupport", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindingDirection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindingList`1", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IBindingList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ICancelAddNew", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IRaiseItemChangedEvents", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDirection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComplexBindingPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ReferenceConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentEditor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Container", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ContainerFilterService", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InheritanceAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InheritanceLevel", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CultureInfoConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectFieldAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectMethodAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectMethodType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultBindingPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignTimeVisibleAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ExpandableObjectConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IBindingListView", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDescriptionCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDescription", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IComNativeDescriptorHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IDataErrorInfo", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INestedContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IIntellisenseBuilder", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INestedSite", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InstallerTypeAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InstanceCreationEditor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InvalidEnumArgumentException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISupportInitializeNotification", + "Namespace": "System.ComponentModel" + }, + { + "Name": "License", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseContext", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseUsageMode", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicFileLicenseProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListBindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LookupBindingPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MarshalByValueComponent", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MaskedTextProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MaskedTextResultHint", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NestedContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PasswordPropertyTextAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyTabAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyTabScope", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RecommendedAsConfigurableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunInstallerAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SettingsBindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SyntaxCheck", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemFilterAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemFilterType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "WarningException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentResourceManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IDictionaryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IExtenderListService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeDescriptorFilterService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IReferenceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerVerbCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerVerb", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "MenuCommand", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "CommandID", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "CheckoutException", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "StandardCommands", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesigntimeLicenseContext", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesigntimeLicenseContextSerializer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeResolutionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ActiveDesignerEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ActiveDesignerEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerHost", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IServiceContainer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransaction", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransactionCloseEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransactionCloseEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ServiceCreatorCallback", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangedEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangedEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangingEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangingEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentRenameEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentRenameEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerOptionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpKeywordAttribute", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpKeywordType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpContextType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerOptionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentChangeService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentDiscoveryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentInitializer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerEventService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerFilter", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerHostTransactionState", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IEventBindingService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IExtenderProviderService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IHelpService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IMenuCommandService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IResourceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IRootDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ISelectionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITreeDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeDiscoveryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ViewTechnology", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "SelectionTypes", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IInheritanceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ServiceContainer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "StandardToolWindows", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "TypeDescriptionProviderService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "InstanceDescriptor", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ComponentSerializationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ContextStack", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DefaultSerializationProviderAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DesignerLoader", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DesignerSerializerAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "SerializationStore", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderHost", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderHost2", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationManager", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationProvider", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "INameCreationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "MemberRelationshipService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "MemberRelationship", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ResolveNameEventHandler", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ResolveNameEventArgs", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "RootDesignerSerializerAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "Console", + "Namespace": "System" + }, + { + "Name": "ConsoleCancelEventHandler", + "Namespace": "System" + }, + { + "Name": "ConsoleCancelEventArgs", + "Namespace": "System" + }, + { + "Name": "ConsoleColor", + "Namespace": "System" + }, + { + "Name": "ConsoleSpecialKey", + "Namespace": "System" + }, + { + "Name": "ConsoleKey", + "Namespace": "System" + }, + { + "Name": "ConsoleKeyInfo", + "Namespace": "System" + }, + { + "Name": "ConsoleModifiers", + "Namespace": "System" + }, + { + "Name": "UpdateStatus", + "Namespace": "System.Data" + }, + { + "Name": "XmlReadMode", + "Namespace": "System.Data" + }, + { + "Name": "XmlWriteMode", + "Namespace": "System.Data" + }, + { + "Name": "AcceptRejectRule", + "Namespace": "System.Data" + }, + { + "Name": "InternalDataCollectionBase", + "Namespace": "System.Data" + }, + { + "Name": "CommandBehavior", + "Namespace": "System.Data" + }, + { + "Name": "CommandType", + "Namespace": "System.Data" + }, + { + "Name": "ConflictOption", + "Namespace": "System.Data" + }, + { + "Name": "ConnectionState", + "Namespace": "System.Data" + }, + { + "Name": "Constraint", + "Namespace": "System.Data" + }, + { + "Name": "ConstraintCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataColumn", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataException", + "Namespace": "System.Data" + }, + { + "Name": "ConstraintException", + "Namespace": "System.Data" + }, + { + "Name": "DeletedRowInaccessibleException", + "Namespace": "System.Data" + }, + { + "Name": "DuplicateNameException", + "Namespace": "System.Data" + }, + { + "Name": "InRowChangingEventException", + "Namespace": "System.Data" + }, + { + "Name": "InvalidConstraintException", + "Namespace": "System.Data" + }, + { + "Name": "MissingPrimaryKeyException", + "Namespace": "System.Data" + }, + { + "Name": "NoNullAllowedException", + "Namespace": "System.Data" + }, + { + "Name": "ReadOnlyException", + "Namespace": "System.Data" + }, + { + "Name": "RowNotInTableException", + "Namespace": "System.Data" + }, + { + "Name": "VersionNotFoundException", + "Namespace": "System.Data" + }, + { + "Name": "DataRelation", + "Namespace": "System.Data" + }, + { + "Name": "DataRelationCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataRow", + "Namespace": "System.Data" + }, + { + "Name": "DataRowBuilder", + "Namespace": "System.Data" + }, + { + "Name": "DataRowAction", + "Namespace": "System.Data" + }, + { + "Name": "DataRowChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataRowChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataRowCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataRowState", + "Namespace": "System.Data" + }, + { + "Name": "DataRowVersion", + "Namespace": "System.Data" + }, + { + "Name": "DataRowView", + "Namespace": "System.Data" + }, + { + "Name": "SerializationFormat", + "Namespace": "System.Data" + }, + { + "Name": "DataSet", + "Namespace": "System.Data" + }, + { + "Name": "DataSetDateTime", + "Namespace": "System.Data" + }, + { + "Name": "DataSysDescriptionAttribute", + "Namespace": "System.Data" + }, + { + "Name": "DataTable", + "Namespace": "System.Data" + }, + { + "Name": "DataTableClearEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataTableClearEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataTableCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataTableNewRowEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataTableNewRowEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataTableReader", + "Namespace": "System.Data" + }, + { + "Name": "DataView", + "Namespace": "System.Data" + }, + { + "Name": "DataViewManager", + "Namespace": "System.Data" + }, + { + "Name": "DataViewRowState", + "Namespace": "System.Data" + }, + { + "Name": "DataViewSetting", + "Namespace": "System.Data" + }, + { + "Name": "DataViewSettingCollection", + "Namespace": "System.Data" + }, + { + "Name": "DBConcurrencyException", + "Namespace": "System.Data" + }, + { + "Name": "DbType", + "Namespace": "System.Data" + }, + { + "Name": "FillErrorEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "FillErrorEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "ForeignKeyConstraint", + "Namespace": "System.Data" + }, + { + "Name": "IColumnMapping", + "Namespace": "System.Data" + }, + { + "Name": "IColumnMappingCollection", + "Namespace": "System.Data" + }, + { + "Name": "IDataAdapter", + "Namespace": "System.Data" + }, + { + "Name": "IDataParameter", + "Namespace": "System.Data" + }, + { + "Name": "IDataParameterCollection", + "Namespace": "System.Data" + }, + { + "Name": "IDataReader", + "Namespace": "System.Data" + }, + { + "Name": "IDataRecord", + "Namespace": "System.Data" + }, + { + "Name": "IDbCommand", + "Namespace": "System.Data" + }, + { + "Name": "IDbConnection", + "Namespace": "System.Data" + }, + { + "Name": "IDbDataAdapter", + "Namespace": "System.Data" + }, + { + "Name": "IDbDataParameter", + "Namespace": "System.Data" + }, + { + "Name": "IDbTransaction", + "Namespace": "System.Data" + }, + { + "Name": "IsolationLevel", + "Namespace": "System.Data" + }, + { + "Name": "ITableMapping", + "Namespace": "System.Data" + }, + { + "Name": "ITableMappingCollection", + "Namespace": "System.Data" + }, + { + "Name": "KeyRestrictionBehavior", + "Namespace": "System.Data" + }, + { + "Name": "LoadOption", + "Namespace": "System.Data" + }, + { + "Name": "MappingType", + "Namespace": "System.Data" + }, + { + "Name": "MergeFailedEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "MergeFailedEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "MissingMappingAction", + "Namespace": "System.Data" + }, + { + "Name": "MissingSchemaAction", + "Namespace": "System.Data" + }, + { + "Name": "ParameterDirection", + "Namespace": "System.Data" + }, + { + "Name": "PropertyCollection", + "Namespace": "System.Data" + }, + { + "Name": "StatementCompletedEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "StatementCompletedEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "Rule", + "Namespace": "System.Data" + }, + { + "Name": "SchemaSerializationMode", + "Namespace": "System.Data" + }, + { + "Name": "SchemaType", + "Namespace": "System.Data" + }, + { + "Name": "SqlDbType", + "Namespace": "System.Data" + }, + { + "Name": "StateChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "StateChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "StatementType", + "Namespace": "System.Data" + }, + { + "Name": "StrongTypingException", + "Namespace": "System.Data" + }, + { + "Name": "UniqueConstraint", + "Namespace": "System.Data" + }, + { + "Name": "UpdateRowSource", + "Namespace": "System.Data" + }, + { + "Name": "InvalidExpressionException", + "Namespace": "System.Data" + }, + { + "Name": "EvaluateException", + "Namespace": "System.Data" + }, + { + "Name": "SyntaxErrorException", + "Namespace": "System.Data" + }, + { + "Name": "SqlChars", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDateTime", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDecimal", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDouble", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlGuid", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt16", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt32", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt64", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlMoney", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlSingle", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlCompareOptions", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlString", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "StorageState", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlTypeException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlNullValueException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlTruncateException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlNotFilledException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlAlreadyFilledException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlXml", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "INullable", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBinary", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBoolean", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlByte", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBytes", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "DbColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "IDbColumnSchemaGenerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "CatalogLocation", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataAdapter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataColumnMapping", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataColumnMappingCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataTableMapping", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataTableMappingCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbCommand", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbCommandBuilder", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbConnection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbConnectionStringBuilder", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataAdapter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataReader", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataReaderExtensions", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataRecord", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataSourceEnumerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbEnumerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbException", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbMetaDataCollectionNames", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbMetaDataColumnNames", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbParameter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbParameterCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderFactory", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderSpecificTypePropertyAttribute", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbTransaction", + "Namespace": "System.Data.Common" + }, + { + "Name": "GroupByBehavior", + "Namespace": "System.Data.Common" + }, + { + "Name": "IdentifierCase", + "Namespace": "System.Data.Common" + }, + { + "Name": "RowUpdatedEventArgs", + "Namespace": "System.Data.Common" + }, + { + "Name": "RowUpdatingEventArgs", + "Namespace": "System.Data.Common" + }, + { + "Name": "SchemaTableColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "SchemaTableOptionalColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "SupportedJoinOperators", + "Namespace": "System.Data.Common" + }, + { + "Name": "OperationAbortedException", + "Namespace": "System.Data" + }, + { + "Name": "ApplicationIntent", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowsCopiedEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowsCopiedEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SortOrder", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopy", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyColumnMapping", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyColumnMappingCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyOptions", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientFactory", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientMetaDataCollectionNames", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlCommand", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlConnection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlConnectionStringBuilder", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataAdapter", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataReader", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlError", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlErrorCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlException", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlInfoMessageEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlInfoMessageEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlParameter", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlParameterCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatedEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatedEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatingEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatingEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlTransaction", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataRecord", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlMetaData", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "DebuggerStepperBoundaryAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerVisualizerAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DiagnosticSource", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DiagnosticListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Activity", + "Namespace": "System.Diagnostics" + }, + { + "Name": "FileVersionInfo", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DataReceivedEventHandler", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DataReceivedEventArgs", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Process", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessModule", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessModuleCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessPriorityClass", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessStartInfo", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessThread", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessThreadCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessWindowStyle", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadPriorityLevel", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadState", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadWaitReason", + "Namespace": "System.Diagnostics" + }, + { + "Name": "MonitoringDescriptionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SafeProcessHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "StackFrameExtensions", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ISymbolBinder", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolBinder1", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolDocument", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolMethod", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolNamespace", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolReader", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolScope", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolVariable", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolWriter", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymbolToken", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymAddressKind", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymDocumentType", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymLanguageType", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymLanguageVendor", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "DelimitedListTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TextWriterTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ExcludeFromCodeCoverageAttribute", + "Namespace": "System.Diagnostics.CodeAnalysis" + }, + { + "Name": "GeneratedCodeAttribute", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "BooleanSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "CorrelationManager", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DefaultTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventTypeFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceLevels", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Switch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Trace", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceEventCache", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceEventType", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceLevel", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceListenerCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceOptions", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceSource", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SwitchAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SwitchLevelAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventCounter", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "Point", + "Namespace": "System.Drawing" + }, + { + "Name": "PointF", + "Namespace": "System.Drawing" + }, + { + "Name": "Rectangle", + "Namespace": "System.Drawing" + }, + { + "Name": "RectangleF", + "Namespace": "System.Drawing" + }, + { + "Name": "Size", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeF", + "Namespace": "System.Drawing" + }, + { + "Name": "Color", + "Namespace": "System.Drawing" + }, + { + "Name": "ZipArchive", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipArchiveEntry", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipArchiveMode", + "Namespace": "System.IO.Compression" + }, + { + "Name": "CompressionLevel", + "Namespace": "System.IO.Compression" + }, + { + "Name": "CompressionMode", + "Namespace": "System.IO.Compression" + }, + { + "Name": "GZipStream", + "Namespace": "System.IO.Compression" + }, + { + "Name": "DeflateStream", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZLibException", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipFile", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipFileExtensions", + "Namespace": "System.IO.Compression" + }, + { + "Name": "DirectoryObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "DirectorySecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemAclExtensions", + "Namespace": "System.IO" + }, + { + "Name": "Directory", + "Namespace": "System.IO" + }, + { + "Name": "DirectoryInfo", + "Namespace": "System.IO" + }, + { + "Name": "File", + "Namespace": "System.IO" + }, + { + "Name": "FileInfo", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemInfo", + "Namespace": "System.IO" + }, + { + "Name": "SearchOption", + "Namespace": "System.IO" + }, + { + "Name": "DriveInfo", + "Namespace": "System.IO" + }, + { + "Name": "DriveNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "DriveType", + "Namespace": "System.IO" + }, + { + "Name": "ErrorEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "ErrorEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemWatcher", + "Namespace": "System.IO" + }, + { + "Name": "InternalBufferOverflowException", + "Namespace": "System.IO" + }, + { + "Name": "NotifyFilters", + "Namespace": "System.IO" + }, + { + "Name": "RenamedEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "RenamedEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "WatcherChangeTypes", + "Namespace": "System.IO" + }, + { + "Name": "WaitForChangedResult", + "Namespace": "System.IO" + }, + { + "Name": "IsolatedStorageException", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageFile", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageFileStream", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorage", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageScope", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "INormalizeForIsolatedStorage", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "SafeMemoryMappedViewHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeMemoryMappedFileHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "MemoryMappedFileOptions", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFileAccess", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFile", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedViewAccessor", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedViewStream", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFileRights", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "FileFormatException", + "Namespace": "System.IO" + }, + { + "Name": "CompressionOption", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "EncryptionOption", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "Package", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackagePart", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackagePartCollection", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageProperties", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationship", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipCollection", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipSelector", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipSelectorType", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackUriHelper", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "TargetMode", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "ZipPackage", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "ZipPackagePart", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "AnonymousPipeClientStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "AnonymousPipeServerStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeDirection", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeOptions", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeTransmissionMode", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "NamedPipeClientStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "NamedPipeServerStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeStreamImpersonationWorker", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "SafePipeHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "Enumerable", + "Namespace": "System.Linq" + }, + { + "Name": "IGrouping`2", + "Namespace": "System.Linq" + }, + { + "Name": "Grouping`2", + "Namespace": "System.Linq" + }, + { + "Name": "ILookup`2", + "Namespace": "System.Linq" + }, + { + "Name": "Lookup`2", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedEnumerable`1", + "Namespace": "System.Linq" + }, + { + "Name": "IRuntimeVariables", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeOps", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ReadOnlyCollectionBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuleCache`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSite", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSite`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteBinder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteOps", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteHelpers", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DynamicAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DebugInfoGenerator", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "Closure", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IQueryable", + "Namespace": "System.Linq" + }, + { + "Name": "IQueryable`1", + "Namespace": "System.Linq" + }, + { + "Name": "IQueryProvider", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedQueryable", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedQueryable`1", + "Namespace": "System.Linq" + }, + { + "Name": "BinaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "Expression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "BlockExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "CatchBlock", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ConditionalExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ConstantExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DebugInfoExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DefaultExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ElementInit", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ExpressionType", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ExpressionVisitor", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "GotoExpressionKind", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "GotoExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IArgumentProvider", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IDynamicExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IndexExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "InvocationExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LabelExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LabelTarget", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LambdaExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "Expression`1", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ListInitExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LoopExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberAssignment", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberBindingType", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberInitExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberListBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberMemberBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MethodCallExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "NewArrayExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "NewExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ParameterExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "RuntimeVariablesExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SwitchCase", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SwitchExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SymbolDocumentInfo", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "TryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "TypeBinaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "UnaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DynamicExpressionVisitor", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DynamicExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LightLambda", + "Namespace": "System.Linq.Expressions.Interpreter" + }, + { + "Name": "DynamicMetaObjectBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DynamicMetaObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "IDynamicMetaObjectProvider", + "Namespace": "System.Dynamic" + }, + { + "Name": "BindingRestrictions", + "Namespace": "System.Dynamic" + }, + { + "Name": "BinaryOperationBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "CallInfo", + "Namespace": "System.Dynamic" + }, + { + "Name": "ExpandoObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "ConvertBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "CreateInstanceBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DeleteIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DeleteMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DynamicObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "GetIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "GetMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "InvokeBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "InvokeMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "SetIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "SetMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "UnaryOperationBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "IInvokeOnGetBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "OrderedParallelQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelQuery", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelEnumerable", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelExecutionMode", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelMergeOptions", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableExecutor", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableExecutor`1", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableQuery", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "Queryable", + "Namespace": "System.Linq" + }, + { + "Name": "ToStringCodeMethods", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ProcessCodeMethods", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "DeserializingTypeConverter", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "PSAuthorizationManager", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ExecutionPolicy", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ExecutionPolicyScope", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ArgumentToConfigurationDataTransformationAttribute", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + }, + { + "Name": "DscRemoteOperationsClass", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "DscClassCache", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "GetCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NounArgumentCompleter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HistoryInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ForEachObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WhereObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetStrictModeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportModuleMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSEditionArgumentCompleter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ModuleCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ModuleSpecification", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewModuleManifestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestModuleManifestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectEventRegistrationBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConnectPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionFilterState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSSessionConfigurationCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnregisterPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSRemotingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSRemotingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionCapabilityCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisconnectPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnterPSHostProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExitPSHostProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSHostProcessInfoCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSHostProcessInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionConfigurationFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSRoleCapabilityFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WSManConfigurationOption", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSTransportOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExitPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRemotingCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRemotingBaseCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSExecutionCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRunspaceCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnterPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReceiveJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReceivePSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutTarget", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JobCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResumeJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SuspendJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPSSessionConfigurationFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OpenMode", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatDefaultCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutNullCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutDefaultCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutLineOutputCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HelpCategoryInvalidException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHelpCodeMethods", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HelpNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SaveHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdatableHelpCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AliasProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AliasProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnvironmentProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentDynamicParametersBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemClearContentDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentWriterDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentReaderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemItemProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProviderGetItemDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProviderRemoveItemDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InternalSymbolicLinkLinkCodeMethods", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FunctionProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FunctionProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionStateProviderBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionStateProviderBaseContentReaderWriter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "VariableProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemotingErrorResources", + "Namespace": "Microsoft.PowerShell.Commands.Internal" + }, + { + "Name": "FrontEndCommandBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatShapeCommandBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatTableAndListBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatTableBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "AuthenticationLevel", + "Namespace": "Microsoft.PowerShell.CoreClr.Stubs" + }, + { + "Name": "ImpersonationLevel", + "Namespace": "Microsoft.PowerShell.CoreClr.Stubs" + }, + { + "Name": "CimInstanceAdapter", + "Namespace": "Microsoft.PowerShell.Cim" + }, + { + "Name": "MethodInvocationInfo", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "MethodParameterBindings", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "MethodParameter", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "CmdletAdapter`1", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "BehaviorOnNoMatch", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "QueryBuilder", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "ConfirmImpact", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + }, + { + "Name": "ItemsChoiceType", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + }, + { + "Name": "PowerShellAssemblyLoadContextInitializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Platform", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTransactionContext", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RollbackSeverity", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AliasInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ApplicationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateArgumentsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateEnumeratedArgumentsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DSCResourceRunAsCredential", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourceAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscPropertyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscLocalConfigurationManagerAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletCommonMetadataAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletBindingAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "OutputTypeAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DynamicClassImplementationAssemblyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AliasAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeNameAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SupportsWildcardsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDefaultValueAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HiddenAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateLengthAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateRangeKind", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateRangeAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidatePatternAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateScriptAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateCountAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CachedValidValuesGeneratorBase", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateSetAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IValidateSetValuesGenerator", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowNullAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowEmptyStringAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowEmptyCollectionAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateDriveAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateUserDriveAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "NullValidationAttributeBase", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateNotNullAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateNotNullOrEmptyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentTransformationAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ChildItemCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ReturnContainers", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Cmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ShouldProcessReason", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DefaultParameterDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ActionPreference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConfirmImpact", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandCompletion", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionCompleters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionResultType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionResult", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentCompleterAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IArgumentCompleter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RegisterArgumentCompleterCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentCompletionsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandLookupEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSModuleAutoLoadingPreference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeName", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionCapabilities", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConfigurationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContentCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredentialTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredentialUIOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetSymmetricEncryptionKey", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredential", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDriveInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Breakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariableAccessMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariableBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LineBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerResumeAction", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerStopEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakpointUpdateType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakpointUpdatedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSJobStartEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugSource", + "Namespace": "System.Management.Automation" + }, + { + "Name": "StartRunspaceDebugProcessingEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProcessRunspaceDebugEndEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugModes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Debugger", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerCommandResults", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDebugContext", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CallStackFrame", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DriveManagementIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ImplementedAsType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourceInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourcePropertyInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "EngineIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FlagsExpression`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorCategory", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorCategoryInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorDetails", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IContainsErrorRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IResourceSupplier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEngineEvent", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventSubscriber", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ForwardedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventReceivedEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventUnsubscribedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventUnsubscribedEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventArgsCollection", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventJob", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExtendedTypeSystemException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MethodException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MethodInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetValueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PropertyNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetValueInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SetValueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SetValueInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvalidCastException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExternalScriptInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSnapInSpecification", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FilterInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FunctionInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HostUtilities", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InformationalRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WarningRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerboseRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSListModifier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSListModifier`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvalidPowerShellStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspaceMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationStateChangedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationSettings", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteStreamOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShell", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDataStreams", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DataAddedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DataAddingEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDataCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ICommandRuntime", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ICommandRuntime2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InformationRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HostInformationMessage", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvocationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteCommandInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ItemCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CopyContainers", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParseError", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParser", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSToken", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTokenType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FlowControlException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LoopFlowException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContinueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExitException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TerminateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SplitOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptBlock", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SteppablePipeline", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptBlockToPowerShellNotSupportedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeConverter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConvertThroughString", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LanguagePrimitives", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IModuleAssemblyInitializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IModuleAssemblyCleanup", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSModuleInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleAccessMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IDynamicParameters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SwitchParameter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandInvocationIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberViewTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertyInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSAliasProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCodeProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSAdaptedProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNoteProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariableProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSScriptProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMethodInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCodeMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSScriptMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParameterizedProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberSet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertySet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEvent", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDynamicMember", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberInfoCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ReadOnlyPSMemberInfoCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObject", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCustomObject", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SettingValueExceptionEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GettingValueExceptionEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectPropertyDescriptor", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectTypeDescriptor", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectTypeDescriptionProvider", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSReference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSecurityException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandParameterInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandParameterSetInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TypeInferenceRuntimePermissions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProgressRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProgressRecordType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PropertyCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletProviderManagementIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProxyCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSClassInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSClassMemberInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeDefinedParameter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeDefinedParameterDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVersionHashTable", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SemanticVersion", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardPattern", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardPatternException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvalidJobStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobStateEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobIdentifier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IJobDebugger", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Job", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Job2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobThreadOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContainerParentJob", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobFailedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobInvocationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobSourceAdapter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShellStreams`2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSJobProxy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSChildJobProxy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobDataAddedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShellStreamType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Repository`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobRepository", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspaceRepository", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemotingCapability", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemotingBehavior", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSessionTypeOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTransportOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspacePoolStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WhereOperatorSelectionMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SecurityDescriptorCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandOrigin", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AuthorizationManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSerializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPrimitiveDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateEntryVisibility", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSLanguageMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariable", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScopedItemOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertyAdapter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterSetMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PagingParameters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariableIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariablePath", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WorkflowInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExtendedTypeDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FormatViewDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSControlGroupBy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DisplayEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "EntrySelectedBy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Alignment", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DisplayEntryValueType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControlEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemBase", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemExpression", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemFrame", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemNewline", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemText", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomEntryBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlEntryItem", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListEntryBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlColumnHeader", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlColumn", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlRow", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableRowDefinitionBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControlEntryItem", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathInfoStack", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SigningOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CredentialAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SignatureStatus", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SignatureType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Signature", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmsMessageRecipient", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ResolutionPurpose", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSnapInInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptRequiresException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ApplicationFailedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderCmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletProviderInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineStoppedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineClosedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ActionPreferenceStopException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParentContainsErrorRecordException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RedirectedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptCallDepthException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineDepthException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HaltCommandException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidationMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentTransformationMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParsingMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentNullException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentOutOfRangeException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvalidOperationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNotImplementedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNotSupportedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectDisposedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTraceSource", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterBindingException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParseException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IncompleteParseException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateCategory", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateUnauthorizedAccessException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderNameAmbiguousException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DriveNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ItemNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTraceSourceOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsCommon", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsData", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsLifecycle", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsDiagnostic", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsCommunications", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsSecurity", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsOther", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContainerCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "DriveCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentReader", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentWriter", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IDynamicPropertyCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ISecurityDescriptorCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IPropertyCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ItemCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "NavigationCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ICmdletProviderSupportsHelp", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "CmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "CmdletProviderAttribute", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ProviderCapabilities", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "OriginInfo", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "ProxyAccessType", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionOption", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "CmdletMethodInvoker`1", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingDataStructureException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingTransportException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingTransportRedirectException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSDirectException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionConfiguration", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "SessionType", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSenderInfo", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSPrincipal", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSIdentity", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSCertificateDetails", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionConfigurationData", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManPluginManagedEntryWrapper", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManPluginManagedEntryInstanceWrapper", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManServerChannelEvents", + "Namespace": "System.Management.Automation.Remoting.WSMan" + }, + { + "Name": "ActiveSessionsChangedEventArgs", + "Namespace": "System.Management.Automation.Remoting.WSMan" + }, + { + "Name": "PSStreamObjectType", + "Namespace": "System.Management.Automation.Remoting.Internal" + }, + { + "Name": "PSStreamObject", + "Namespace": "System.Management.Automation.Remoting.Internal" + }, + { + "Name": "ChoiceDescription", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "FieldDescription", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHost", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "IHostSupportsInteractiveSession", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Coordinates", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Size", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "ReadKeyOptions", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "ControlKeyStates", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "KeyInfo", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Rectangle", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "BufferCell", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "BufferCellType", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHostRawUserInterface", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHostUserInterface", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "IHostUISupportsMultipleChoiceSelection", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "HostException", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PromptingException", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Command", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineResultTypes", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandCollection", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidRunspaceStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSThreadOptions", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceStateInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceStateEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceAvailability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceAvailabilityEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceCapability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "Runspace", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateProxy", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceFactory", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceOpenModuleLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandParameter", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandParameterCollection", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidPipelineStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineStateInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineStateEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "Pipeline", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PowerShellProcessInstance", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidRunspacePoolStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolStateChangedEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolAvailability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolCapability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePool", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionStateEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ConstrainedSessionStateEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateCommandEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateTypeEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateFormatEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateAssemblyEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateCmdletEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateProviderEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateScriptEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateAliasEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateApplicationEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateFunctionEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateVariableEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionStateEntryCollection`1", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TargetMachineType", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSession", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingErrorRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingProgressRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingWarningRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingDebugRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingVerboseRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingInformationRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "AuthenticationMechanism", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSessionType", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSessionConfigurationAccessMode", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "OutputBufferingMode", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "WSManConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "NamedPipeConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SSHConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "VMConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ContainerConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeTableLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeMemberData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "NotePropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "AliasPropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ScriptPropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CodePropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ScriptMethodData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CodeMethodData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PropertySetData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "MemberSetData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeTable", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "FormatTableLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "FormatTable", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSConsoleLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSnapInException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineReader`1", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineWriter", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "StaticParameterBinder", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StaticBindingResult", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterBindingResult", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StaticBindingError", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CodeGeneration", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NullString", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Ast", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ErrorStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ErrorExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptRequirements", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParamBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NamedBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NamedAttributeArgumentAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributeBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributeAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeConstraintAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StatementBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingStatementKind", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PropertyAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PropertyMemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MethodAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FunctionMemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FunctionDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IfStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DataStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LabeledStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LoopStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForEachFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForEachStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DoWhileStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DoUntilStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "WhileStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SwitchFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SwitchStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CatchClauseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TryStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TrapStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BreakStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ContinueStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ReturnStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExitStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ThrowStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PipelineBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PipelineAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandElementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandParameterAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionStream", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MergingRedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FileRedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AssignmentStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConfigurationType", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConfigurationDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BinaryExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UnaryExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BlockStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributedExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConvertExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "InvokeMemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BaseCtorInvokeMemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ITypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "GenericTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ReflectionTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "VariableExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConstantExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringConstantType", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringConstantExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExpandableStringExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptBlockExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayLiteralAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "HashtableAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParenExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SubExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IndexExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommentHelpInfo", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ICustomAstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ICustomAstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DefaultCustomAstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DefaultCustomAstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Parser", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParseError", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IScriptPosition", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IScriptExtent", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptPosition", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptExtent", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitAction", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IAstPostVisitHandler", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenKind", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenTraits", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Token", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NumberToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "VariableToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringLiteralToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringExpandableToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LabelToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "InputRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MergingRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FileRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordNameMode", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordBodyMode", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeyword", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordProperty", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordParameter", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "EtwActivity", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceTask", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceKeywords", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "Tracer", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceSource", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceSourceFactory", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "CmdletMetadataAttribute", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ParsingBaseAttribute", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "AutomationNull", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "InternalCommand", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "CommonParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "DebuggerUtils", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSMonitorRunspaceType", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSStandaloneMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSEmbeddedMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "SessionStateKeeper", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ScriptBlockMemberMethodWrapper", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ClassOps", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ShouldProcessParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "TransactionParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "InternalTestHooks", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "SecuritySupport", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ByteArrayContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "ClientCertificateOption", + "Namespace": "System.Net.Http" + }, + { + "Name": "DelegatingHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "FormUrlEncodedContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpClient", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpCompletionOption", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMessageHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMessageInvoker", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMethod", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpRequestException", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpRequestMessage", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpResponseMessage", + "Namespace": "System.Net.Http" + }, + { + "Name": "MessageProcessingHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "MultipartContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "MultipartFormDataContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "StreamContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "StringContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpClientHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "AuthenticationHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "CacheControlHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ContentDispositionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ContentRangeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "EntityTagHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpContentHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpHeaderValueCollection`1", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpRequestHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpResponseHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "MediaTypeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "MediaTypeWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "NameValueHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "NameValueWithParametersHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ProductHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ProductInfoHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeConditionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeItemHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RetryConditionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "StringWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "TransferCodingHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "TransferCodingWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ViaHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "WarningHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "CookieUsePolicy", + "Namespace": "System.Net.Http" + }, + { + "Name": "WindowsProxyUsePolicy", + "Namespace": "System.Net.Http" + }, + { + "Name": "WinHttpHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpListenerPrefixCollection", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerRequest", + "Namespace": "System.Net" + }, + { + "Name": "AuthenticationSchemeSelector", + "Namespace": "System.Net" + }, + { + "Name": "HttpListener", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerBasicIdentity", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerContext", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerException", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerResponse", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerTimeoutManager", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerWebSocketContext", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "AlternateView", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AlternateViewCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AttachmentBase", + "Namespace": "System.Net.Mail" + }, + { + "Name": "Attachment", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AttachmentCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "LinkedResource", + "Namespace": "System.Net.Mail" + }, + { + "Name": "LinkedResourceCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailAddress", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailAddressCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "DeliveryNotificationOptions", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailMessage", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailPriority", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SendCompletedEventHandler", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpDeliveryMethod", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpDeliveryFormat", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpClient", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpFailedRecipientException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpFailedRecipientsException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpStatusCode", + "Namespace": "System.Net.Mail" + }, + { + "Name": "TransferEncoding", + "Namespace": "System.Net.Mime" + }, + { + "Name": "ContentDisposition", + "Namespace": "System.Net.Mime" + }, + { + "Name": "ContentType", + "Namespace": "System.Net.Mime" + }, + { + "Name": "DispositionTypeNames", + "Namespace": "System.Net.Mime" + }, + { + "Name": "MediaTypeNames", + "Namespace": "System.Net.Mime" + }, + { + "Name": "Dns", + "Namespace": "System.Net" + }, + { + "Name": "IPHostEntry", + "Namespace": "System.Net" + }, + { + "Name": "ProtocolType", + "Namespace": "System.Net.Internals" + }, + { + "Name": "DuplicateAddressDetectionState", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "GatewayIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "GatewayIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IcmpV4Statistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IcmpV6Statistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPGlobalProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPGlobalStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPInterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPInterfaceStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv4InterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv4InterfaceStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv6InterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "MulticastIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "MulticastIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetBiosNodeType", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAvailabilityEventArgs", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAddressChangedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAvailabilityChangedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterface", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterfaceComponent", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterfaceType", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "OperationalStatus", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PhysicalAddress", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PrefixOrigin", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "ScopeLevel", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "SuffixOrigin", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpConnectionInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpState", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UdpStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UnicastIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UnicastIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationException", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkChange", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPStatus", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "Ping", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingCompletedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingCompletedEventArgs", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingException", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingOptions", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingReply", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "SslProtocols", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ExchangeAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "CipherAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "HashAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ChannelBinding", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ChannelBindingKind", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "AuthenticationSchemes", + "Namespace": "System.Net" + }, + { + "Name": "CookieVariant", + "Namespace": "System.Net" + }, + { + "Name": "Cookie", + "Namespace": "System.Net" + }, + { + "Name": "CookieContainer", + "Namespace": "System.Net" + }, + { + "Name": "PathList", + "Namespace": "System.Net" + }, + { + "Name": "CookieCollection", + "Namespace": "System.Net" + }, + { + "Name": "CookieException", + "Namespace": "System.Net" + }, + { + "Name": "CredentialCache", + "Namespace": "System.Net" + }, + { + "Name": "DecompressionMethods", + "Namespace": "System.Net" + }, + { + "Name": "DnsEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "EndPoint", + "Namespace": "System.Net" + }, + { + "Name": "HttpStatusCode", + "Namespace": "System.Net" + }, + { + "Name": "HttpVersion", + "Namespace": "System.Net" + }, + { + "Name": "ICredentials", + "Namespace": "System.Net" + }, + { + "Name": "ICredentialsByHost", + "Namespace": "System.Net" + }, + { + "Name": "IPAddress", + "Namespace": "System.Net" + }, + { + "Name": "IPEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "IWebProxy", + "Namespace": "System.Net" + }, + { + "Name": "NetworkCredential", + "Namespace": "System.Net" + }, + { + "Name": "TransportContext", + "Namespace": "System.Net" + }, + { + "Name": "SocketAddress", + "Namespace": "System.Net" + }, + { + "Name": "RequestCacheLevel", + "Namespace": "System.Net.Cache" + }, + { + "Name": "RequestCachePolicy", + "Namespace": "System.Net.Cache" + }, + { + "Name": "IPAddressCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "AuthenticationLevel", + "Namespace": "System.Net.Security" + }, + { + "Name": "SslPolicyErrors", + "Namespace": "System.Net.Security" + }, + { + "Name": "SocketException", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "AddressFamily", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketError", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "AuthenticationManager", + "Namespace": "System.Net" + }, + { + "Name": "Authorization", + "Namespace": "System.Net" + }, + { + "Name": "FileWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "FileWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "GlobalProxySelection", + "Namespace": "System.Net" + }, + { + "Name": "HttpContinueDelegate", + "Namespace": "System.Net" + }, + { + "Name": "HttpWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "HttpWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "IAuthenticationModule", + "Namespace": "System.Net" + }, + { + "Name": "ICredentialPolicy", + "Namespace": "System.Net" + }, + { + "Name": "IWebRequestCreate", + "Namespace": "System.Net" + }, + { + "Name": "ProtocolViolationException", + "Namespace": "System.Net" + }, + { + "Name": "WebException", + "Namespace": "System.Net" + }, + { + "Name": "WebExceptionStatus", + "Namespace": "System.Net" + }, + { + "Name": "WebRequest", + "Namespace": "System.Net" + }, + { + "Name": "WebRequestMethods", + "Namespace": "System.Net" + }, + { + "Name": "WebResponse", + "Namespace": "System.Net" + }, + { + "Name": "FtpStatusCode", + "Namespace": "System.Net" + }, + { + "Name": "FtpWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "FtpWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "HttpCacheAgeControl", + "Namespace": "System.Net.Cache" + }, + { + "Name": "HttpRequestCacheLevel", + "Namespace": "System.Net.Cache" + }, + { + "Name": "HttpRequestCachePolicy", + "Namespace": "System.Net.Cache" + }, + { + "Name": "AuthenticationException", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "InvalidCredentialException", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ExtendedProtectionPolicy", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "PolicyEnforcement", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ProtectionScenario", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ServiceNameCollection", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "AuthenticatedStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "EncryptionPolicy", + "Namespace": "System.Net.Security" + }, + { + "Name": "RemoteCertificateValidationCallback", + "Namespace": "System.Net.Security" + }, + { + "Name": "LocalCertificateSelectionCallback", + "Namespace": "System.Net.Security" + }, + { + "Name": "SslStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "ProtectionLevel", + "Namespace": "System.Net.Security" + }, + { + "Name": "NegotiateStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "BindIPEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "ServicePoint", + "Namespace": "System.Net" + }, + { + "Name": "ServicePointManager", + "Namespace": "System.Net" + }, + { + "Name": "SecurityProtocolType", + "Namespace": "System.Net" + }, + { + "Name": "SocketReceiveFromResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketReceiveMessageFromResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketTaskExtensions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IOControlCode", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPPacketInformation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPProtectionLevel", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "LingerOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "MulticastOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPv6MulticastOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "NetworkStream", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SelectMode", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SendPacketsElement", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "Socket", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketAsyncEventArgs", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketAsyncOperation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketFlags", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketInformationOptions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketInformation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketOptionLevel", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketOptionName", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketShutdown", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TcpClient", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TcpListener", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TransmitFileOptions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "UdpClient", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "UdpReceiveResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "ProtocolFamily", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "ProtocolType", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketType", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "WebClient", + "Namespace": "System.Net" + }, + { + "Name": "OpenReadCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "OpenWriteCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadStringCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadDataCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadStringCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadDataCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadFileCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadValuesCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadProgressChangedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadProgressChangedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "WriteStreamClosedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "OpenReadCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "OpenWriteCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadStringCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadDataCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadStringCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadDataCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadFileCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadValuesCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadProgressChangedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadProgressChangedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "WriteStreamClosedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "WebHeaderCollection", + "Namespace": "System.Net" + }, + { + "Name": "HttpResponseHeader", + "Namespace": "System.Net" + }, + { + "Name": "HttpRequestHeader", + "Namespace": "System.Net" + }, + { + "Name": "IWebProxyScript", + "Namespace": "System.Net" + }, + { + "Name": "WebProxy", + "Namespace": "System.Net" + }, + { + "Name": "ClientWebSocket", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "ClientWebSocketOptions", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocket", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketCloseStatus", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketContext", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketError", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketException", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketMessageType", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketReceiveResult", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketState", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "Vector`1", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector", + "Namespace": "System.Numerics" + }, + { + "Name": "Matrix3x2", + "Namespace": "System.Numerics" + }, + { + "Name": "Matrix4x4", + "Namespace": "System.Numerics" + }, + { + "Name": "Plane", + "Namespace": "System.Numerics" + }, + { + "Name": "Quaternion", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector2", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector3", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector4", + "Namespace": "System.Numerics" + }, + { + "Name": "ICommand", + "Namespace": "System.Windows.Input" + }, + { + "Name": "DataErrorsChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyDataErrorInfo", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyPropertyChanged", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyPropertyChanging", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangingEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangingEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "KeyedCollection`2", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ObservableCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyDictionary`2", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyObservableCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "INotifyCollectionChanged", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedAction", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedEventArgs", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedEventHandler", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "SafeWaitHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "CriticalHandleMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "CriticalHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeHandleMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeFileHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "Console", + "Namespace": "Internal" + }, + { + "Name": "EnvironmentAugments", + "Namespace": "Internal.Runtime.Augments" + }, + { + "Name": "RuntimeThread", + "Namespace": "Internal.Runtime.Augments" + }, + { + "Name": "AggregateException", + "Namespace": "System" + }, + { + "Name": "AppContext", + "Namespace": "System" + }, + { + "Name": "Object", + "Namespace": "System" + }, + { + "Name": "Array", + "Namespace": "System" + }, + { + "Name": "ArraySegment`1", + "Namespace": "System" + }, + { + "Name": "Tuple", + "Namespace": "System" + }, + { + "Name": "Tuple`1", + "Namespace": "System" + }, + { + "Name": "Tuple`2", + "Namespace": "System" + }, + { + "Name": "Tuple`3", + "Namespace": "System" + }, + { + "Name": "Tuple`4", + "Namespace": "System" + }, + { + "Name": "Tuple`5", + "Namespace": "System" + }, + { + "Name": "Tuple`6", + "Namespace": "System" + }, + { + "Name": "Tuple`7", + "Namespace": "System" + }, + { + "Name": "Tuple`8", + "Namespace": "System" + }, + { + "Name": "String", + "Namespace": "System" + }, + { + "Name": "Exception", + "Namespace": "System" + }, + { + "Name": "DateTime", + "Namespace": "System" + }, + { + "Name": "OutOfMemoryException", + "Namespace": "System" + }, + { + "Name": "Delegate", + "Namespace": "System" + }, + { + "Name": "MulticastDelegate", + "Namespace": "System" + }, + { + "Name": "Activator", + "Namespace": "System" + }, + { + "Name": "AccessViolationException", + "Namespace": "System" + }, + { + "Name": "ArgIterator", + "Namespace": "System" + }, + { + "Name": "Attribute", + "Namespace": "System" + }, + { + "Name": "BadImageFormatException", + "Namespace": "System" + }, + { + "Name": "BitConverter", + "Namespace": "System" + }, + { + "Name": "Boolean", + "Namespace": "System" + }, + { + "Name": "Buffer", + "Namespace": "System" + }, + { + "Name": "Byte", + "Namespace": "System" + }, + { + "Name": "Decimal", + "Namespace": "System" + }, + { + "Name": "Double", + "Namespace": "System" + }, + { + "Name": "Enum", + "Namespace": "System" + }, + { + "Name": "EnvironmentVariableTarget", + "Namespace": "System" + }, + { + "Name": "GCCollectionMode", + "Namespace": "System" + }, + { + "Name": "GCNotificationStatus", + "Namespace": "System" + }, + { + "Name": "GC", + "Namespace": "System" + }, + { + "Name": "Guid", + "Namespace": "System" + }, + { + "Name": "InsufficientMemoryException", + "Namespace": "System" + }, + { + "Name": "Int16", + "Namespace": "System" + }, + { + "Name": "Int32", + "Namespace": "System" + }, + { + "Name": "Int64", + "Namespace": "System" + }, + { + "Name": "IntPtr", + "Namespace": "System" + }, + { + "Name": "Math", + "Namespace": "System" + }, + { + "Name": "MathF", + "Namespace": "System" + }, + { + "Name": "MissingFieldException", + "Namespace": "System" + }, + { + "Name": "MissingMemberException", + "Namespace": "System" + }, + { + "Name": "NonSerializedAttribute", + "Namespace": "System" + }, + { + "Name": "RuntimeArgumentHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeTypeHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeMethodHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeFieldHandle", + "Namespace": "System" + }, + { + "Name": "ModuleHandle", + "Namespace": "System" + }, + { + "Name": "SByte", + "Namespace": "System" + }, + { + "Name": "SerializableAttribute", + "Namespace": "System" + }, + { + "Name": "Single", + "Namespace": "System" + }, + { + "Name": "TimeSpan", + "Namespace": "System" + }, + { + "Name": "TimeZoneInfo", + "Namespace": "System" + }, + { + "Name": "Type", + "Namespace": "System" + }, + { + "Name": "TypedReference", + "Namespace": "System" + }, + { + "Name": "TypeLoadException", + "Namespace": "System" + }, + { + "Name": "UInt16", + "Namespace": "System" + }, + { + "Name": "UInt32", + "Namespace": "System" + }, + { + "Name": "UInt64", + "Namespace": "System" + }, + { + "Name": "UIntPtr", + "Namespace": "System" + }, + { + "Name": "ValueType", + "Namespace": "System" + }, + { + "Name": "WeakReference", + "Namespace": "System" + }, + { + "Name": "WeakReference`1", + "Namespace": "System" + }, + { + "Name": "Nullable`1", + "Namespace": "System" + }, + { + "Name": "Nullable", + "Namespace": "System" + }, + { + "Name": "Action`1", + "Namespace": "System" + }, + { + "Name": "Action", + "Namespace": "System" + }, + { + "Name": "Action`2", + "Namespace": "System" + }, + { + "Name": "Action`3", + "Namespace": "System" + }, + { + "Name": "Action`4", + "Namespace": "System" + }, + { + "Name": "Func`1", + "Namespace": "System" + }, + { + "Name": "Func`2", + "Namespace": "System" + }, + { + "Name": "Func`3", + "Namespace": "System" + }, + { + "Name": "Func`4", + "Namespace": "System" + }, + { + "Name": "Func`5", + "Namespace": "System" + }, + { + "Name": "Action`5", + "Namespace": "System" + }, + { + "Name": "Action`6", + "Namespace": "System" + }, + { + "Name": "Action`7", + "Namespace": "System" + }, + { + "Name": "Action`8", + "Namespace": "System" + }, + { + "Name": "Func`6", + "Namespace": "System" + }, + { + "Name": "Func`7", + "Namespace": "System" + }, + { + "Name": "Func`8", + "Namespace": "System" + }, + { + "Name": "Func`9", + "Namespace": "System" + }, + { + "Name": "Comparison`1", + "Namespace": "System" + }, + { + "Name": "Converter`2", + "Namespace": "System" + }, + { + "Name": "Predicate`1", + "Namespace": "System" + }, + { + "Name": "ApplicationException", + "Namespace": "System" + }, + { + "Name": "ArgumentException", + "Namespace": "System" + }, + { + "Name": "ArgumentNullException", + "Namespace": "System" + }, + { + "Name": "ArgumentOutOfRangeException", + "Namespace": "System" + }, + { + "Name": "ArithmeticException", + "Namespace": "System" + }, + { + "Name": "ArrayTypeMismatchException", + "Namespace": "System" + }, + { + "Name": "AssemblyLoadEventArgs", + "Namespace": "System" + }, + { + "Name": "AssemblyLoadEventHandler", + "Namespace": "System" + }, + { + "Name": "AsyncCallback", + "Namespace": "System" + }, + { + "Name": "AttributeTargets", + "Namespace": "System" + }, + { + "Name": "AttributeUsageAttribute", + "Namespace": "System" + }, + { + "Name": "Char", + "Namespace": "System" + }, + { + "Name": "CharEnumerator", + "Namespace": "System" + }, + { + "Name": "CLSCompliantAttribute", + "Namespace": "System" + }, + { + "Name": "Base64FormattingOptions", + "Namespace": "System" + }, + { + "Name": "Convert", + "Namespace": "System" + }, + { + "Name": "DataMisalignedException", + "Namespace": "System" + }, + { + "Name": "DateTimeKind", + "Namespace": "System" + }, + { + "Name": "DateTimeOffset", + "Namespace": "System" + }, + { + "Name": "DayOfWeek", + "Namespace": "System" + }, + { + "Name": "DBNull", + "Namespace": "System" + }, + { + "Name": "DivideByZeroException", + "Namespace": "System" + }, + { + "Name": "DllNotFoundException", + "Namespace": "System" + }, + { + "Name": "DuplicateWaitObjectException", + "Namespace": "System" + }, + { + "Name": "EntryPointNotFoundException", + "Namespace": "System" + }, + { + "Name": "EventArgs", + "Namespace": "System" + }, + { + "Name": "EventHandler", + "Namespace": "System" + }, + { + "Name": "EventHandler`1", + "Namespace": "System" + }, + { + "Name": "ExecutionEngineException", + "Namespace": "System" + }, + { + "Name": "FieldAccessException", + "Namespace": "System" + }, + { + "Name": "FlagsAttribute", + "Namespace": "System" + }, + { + "Name": "FormatException", + "Namespace": "System" + }, + { + "Name": "FormattableString", + "Namespace": "System" + }, + { + "Name": "IAsyncResult", + "Namespace": "System" + }, + { + "Name": "ICloneable", + "Namespace": "System" + }, + { + "Name": "IComparable", + "Namespace": "System" + }, + { + "Name": "IComparable`1", + "Namespace": "System" + }, + { + "Name": "IConvertible", + "Namespace": "System" + }, + { + "Name": "ICustomFormatter", + "Namespace": "System" + }, + { + "Name": "IDisposable", + "Namespace": "System" + }, + { + "Name": "IEquatable`1", + "Namespace": "System" + }, + { + "Name": "IFormatProvider", + "Namespace": "System" + }, + { + "Name": "IFormattable", + "Namespace": "System" + }, + { + "Name": "IndexOutOfRangeException", + "Namespace": "System" + }, + { + "Name": "InsufficientExecutionStackException", + "Namespace": "System" + }, + { + "Name": "InvalidCastException", + "Namespace": "System" + }, + { + "Name": "InvalidOperationException", + "Namespace": "System" + }, + { + "Name": "InvalidProgramException", + "Namespace": "System" + }, + { + "Name": "InvalidTimeZoneException", + "Namespace": "System" + }, + { + "Name": "IObservable`1", + "Namespace": "System" + }, + { + "Name": "IObserver`1", + "Namespace": "System" + }, + { + "Name": "IProgress`1", + "Namespace": "System" + }, + { + "Name": "Lazy`1", + "Namespace": "System" + }, + { + "Name": "MarshalByRefObject", + "Namespace": "System" + }, + { + "Name": "MemberAccessException", + "Namespace": "System" + }, + { + "Name": "MethodAccessException", + "Namespace": "System" + }, + { + "Name": "MidpointRounding", + "Namespace": "System" + }, + { + "Name": "MissingMethodException", + "Namespace": "System" + }, + { + "Name": "MulticastNotSupportedException", + "Namespace": "System" + }, + { + "Name": "NotFiniteNumberException", + "Namespace": "System" + }, + { + "Name": "NotImplementedException", + "Namespace": "System" + }, + { + "Name": "NotSupportedException", + "Namespace": "System" + }, + { + "Name": "NullReferenceException", + "Namespace": "System" + }, + { + "Name": "ObjectDisposedException", + "Namespace": "System" + }, + { + "Name": "ObsoleteAttribute", + "Namespace": "System" + }, + { + "Name": "OperationCanceledException", + "Namespace": "System" + }, + { + "Name": "OverflowException", + "Namespace": "System" + }, + { + "Name": "ParamArrayAttribute", + "Namespace": "System" + }, + { + "Name": "PlatformNotSupportedException", + "Namespace": "System" + }, + { + "Name": "Progress`1", + "Namespace": "System" + }, + { + "Name": "Random", + "Namespace": "System" + }, + { + "Name": "RankException", + "Namespace": "System" + }, + { + "Name": "ReadOnlySpan`1", + "Namespace": "System" + }, + { + "Name": "ResolveEventArgs", + "Namespace": "System" + }, + { + "Name": "ResolveEventHandler", + "Namespace": "System" + }, + { + "Name": "Span`1", + "Namespace": "System" + }, + { + "Name": "Span", + "Namespace": "System" + }, + { + "Name": "StackOverflowException", + "Namespace": "System" + }, + { + "Name": "StringComparer", + "Namespace": "System" + }, + { + "Name": "StringComparison", + "Namespace": "System" + }, + { + "Name": "StringSplitOptions", + "Namespace": "System" + }, + { + "Name": "SystemException", + "Namespace": "System" + }, + { + "Name": "STAThreadAttribute", + "Namespace": "System" + }, + { + "Name": "MTAThreadAttribute", + "Namespace": "System" + }, + { + "Name": "ThreadStaticAttribute", + "Namespace": "System" + }, + { + "Name": "TimeoutException", + "Namespace": "System" + }, + { + "Name": "TimeZone", + "Namespace": "System" + }, + { + "Name": "TimeZoneNotFoundException", + "Namespace": "System" + }, + { + "Name": "TupleExtensions", + "Namespace": "System" + }, + { + "Name": "TypeAccessException", + "Namespace": "System" + }, + { + "Name": "TypeCode", + "Namespace": "System" + }, + { + "Name": "TypeInitializationException", + "Namespace": "System" + }, + { + "Name": "TypeUnloadedException", + "Namespace": "System" + }, + { + "Name": "UnauthorizedAccessException", + "Namespace": "System" + }, + { + "Name": "UnhandledExceptionEventArgs", + "Namespace": "System" + }, + { + "Name": "UnhandledExceptionEventHandler", + "Namespace": "System" + }, + { + "Name": "ValueTuple", + "Namespace": "System" + }, + { + "Name": "ValueTuple`1", + "Namespace": "System" + }, + { + "Name": "ValueTuple`2", + "Namespace": "System" + }, + { + "Name": "ValueTuple`3", + "Namespace": "System" + }, + { + "Name": "ValueTuple`4", + "Namespace": "System" + }, + { + "Name": "ValueTuple`5", + "Namespace": "System" + }, + { + "Name": "ValueTuple`6", + "Namespace": "System" + }, + { + "Name": "ValueTuple`7", + "Namespace": "System" + }, + { + "Name": "ValueTuple`8", + "Namespace": "System" + }, + { + "Name": "Version", + "Namespace": "System" + }, + { + "Name": "Void", + "Namespace": "System" + }, + { + "Name": "AssemblyHashAlgorithm", + "Namespace": "System.Configuration.Assemblies" + }, + { + "Name": "AssemblyVersionCompatibility", + "Namespace": "System.Configuration.Assemblies" + }, + { + "Name": "DefaultValueAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorBrowsableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorBrowsableState", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ResourceManager", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceReader", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceSet", + "Namespace": "System.Resources" + }, + { + "Name": "IResourceReader", + "Namespace": "System.Resources" + }, + { + "Name": "MissingManifestResourceException", + "Namespace": "System.Resources" + }, + { + "Name": "MissingSatelliteAssemblyException", + "Namespace": "System.Resources" + }, + { + "Name": "NeutralResourcesLanguageAttribute", + "Namespace": "System.Resources" + }, + { + "Name": "SatelliteContractVersionAttribute", + "Namespace": "System.Resources" + }, + { + "Name": "UltimateResourceFallbackLocation", + "Namespace": "System.Resources" + }, + { + "Name": "Debugger", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerStepThroughAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerHiddenAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerNonUserCodeAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggableAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerBrowsableState", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerBrowsableAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerTypeProxyAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerDisplayAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "StackTrace", + "Namespace": "System.Diagnostics" + }, + { + "Name": "StackFrame", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ConditionalAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Debug", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SuppressMessageAttribute", + "Namespace": "System.Diagnostics.CodeAnalysis" + }, + { + "Name": "ISymbolDocumentWriter", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "PureAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractClassAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractClassForAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractInvariantMethodAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractReferenceAssemblyAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractRuntimeIgnoredAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractVerificationAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractPublicPropertyNameAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractArgumentValidatorAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractAbbreviatorAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractOptionAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "Contract", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractFailureKind", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractFailedEventArgs", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractHelper", + "Namespace": "System.Diagnostics.Contracts.Internal" + }, + { + "Name": "EventSource", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventActivityOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceSettings", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventListener", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventCommandEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceCreatedEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventWrittenEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "NonEventAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventCommand", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventManifestOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceException", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventLevel", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventTask", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventOpcode", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventChannel", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventKeywords", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventDataAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldTags", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldFormat", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventIgnoreAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventTags", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "TraceLoggingEventTypes", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "BinaryReader", + "Namespace": "System.IO" + }, + { + "Name": "BinaryWriter", + "Namespace": "System.IO" + }, + { + "Name": "FileLoadException", + "Namespace": "System.IO" + }, + { + "Name": "FileNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "IOException", + "Namespace": "System.IO" + }, + { + "Name": "MemoryStream", + "Namespace": "System.IO" + }, + { + "Name": "Stream", + "Namespace": "System.IO" + }, + { + "Name": "UnmanagedMemoryAccessor", + "Namespace": "System.IO" + }, + { + "Name": "DirectoryNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "EndOfStreamException", + "Namespace": "System.IO" + }, + { + "Name": "FileAccess", + "Namespace": "System.IO" + }, + { + "Name": "FileMode", + "Namespace": "System.IO" + }, + { + "Name": "FileOptions", + "Namespace": "System.IO" + }, + { + "Name": "FileShare", + "Namespace": "System.IO" + }, + { + "Name": "FileStream", + "Namespace": "System.IO" + }, + { + "Name": "Path", + "Namespace": "System.IO" + }, + { + "Name": "PathTooLongException", + "Namespace": "System.IO" + }, + { + "Name": "SeekOrigin", + "Namespace": "System.IO" + }, + { + "Name": "UnmanagedMemoryStream", + "Namespace": "System.IO" + }, + { + "Name": "ArrayPool`1", + "Namespace": "System.Buffers" + }, + { + "Name": "AllowPartiallyTrustedCallersAttribute", + "Namespace": "System.Security" + }, + { + "Name": "PartialTrustVisibilityLevel", + "Namespace": "System.Security" + }, + { + "Name": "SecureString", + "Namespace": "System.Security" + }, + { + "Name": "SecurityCriticalAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityCriticalScope", + "Namespace": "System.Security" + }, + { + "Name": "SecurityException", + "Namespace": "System.Security" + }, + { + "Name": "SecurityRulesAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityRuleSet", + "Namespace": "System.Security" + }, + { + "Name": "SecuritySafeCriticalAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityTransparentAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityTreatAsSafeAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SuppressUnmanagedCodeSecurityAttribute", + "Namespace": "System.Security" + }, + { + "Name": "UnverifiableCodeAttribute", + "Namespace": "System.Security" + }, + { + "Name": "VerificationException", + "Namespace": "System.Security" + }, + { + "Name": "CryptographicException", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SynchronizationContext", + "Namespace": "System.Threading" + }, + { + "Name": "EventWaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "Interlocked", + "Namespace": "System.Threading" + }, + { + "Name": "Monitor", + "Namespace": "System.Threading" + }, + { + "Name": "Mutex", + "Namespace": "System.Threading" + }, + { + "Name": "NativeOverlapped", + "Namespace": "System.Threading" + }, + { + "Name": "Overlapped", + "Namespace": "System.Threading" + }, + { + "Name": "Semaphore", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadInterruptedException", + "Namespace": "System.Threading" + }, + { + "Name": "RegisteredWaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "WaitCallback", + "Namespace": "System.Threading" + }, + { + "Name": "WaitOrTimerCallback", + "Namespace": "System.Threading" + }, + { + "Name": "IOCompletionCallback", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPool", + "Namespace": "System.Threading" + }, + { + "Name": "TimerCallback", + "Namespace": "System.Threading" + }, + { + "Name": "Timer", + "Namespace": "System.Threading" + }, + { + "Name": "Volatile", + "Namespace": "System.Threading" + }, + { + "Name": "WaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "SpinLock", + "Namespace": "System.Threading" + }, + { + "Name": "SpinWait", + "Namespace": "System.Threading" + }, + { + "Name": "LazyInitializer", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadLocal`1", + "Namespace": "System.Threading" + }, + { + "Name": "LockRecursionPolicy", + "Namespace": "System.Threading" + }, + { + "Name": "ReaderWriterLockSlim", + "Namespace": "System.Threading" + }, + { + "Name": "SemaphoreSlim", + "Namespace": "System.Threading" + }, + { + "Name": "ManualResetEventSlim", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationTokenRegistration", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationTokenSource", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationToken", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPoolBoundHandle", + "Namespace": "System.Threading" + }, + { + "Name": "PreAllocatedOverlapped", + "Namespace": "System.Threading" + }, + { + "Name": "AbandonedMutexException", + "Namespace": "System.Threading" + }, + { + "Name": "ApartmentState", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncLocal`1", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncLocalValueChangedArgs`1", + "Namespace": "System.Threading" + }, + { + "Name": "AutoResetEvent", + "Namespace": "System.Threading" + }, + { + "Name": "EventResetMode", + "Namespace": "System.Threading" + }, + { + "Name": "ContextCallback", + "Namespace": "System.Threading" + }, + { + "Name": "ExecutionContext", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncFlowControl", + "Namespace": "System.Threading" + }, + { + "Name": "LazyThreadSafetyMode", + "Namespace": "System.Threading" + }, + { + "Name": "LockRecursionException", + "Namespace": "System.Threading" + }, + { + "Name": "ManualResetEvent", + "Namespace": "System.Threading" + }, + { + "Name": "ParameterizedThreadStart", + "Namespace": "System.Threading" + }, + { + "Name": "SemaphoreFullException", + "Namespace": "System.Threading" + }, + { + "Name": "SendOrPostCallback", + "Namespace": "System.Threading" + }, + { + "Name": "SynchronizationLockException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadAbortException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPriority", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStart", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStartException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadState", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStateException", + "Namespace": "System.Threading" + }, + { + "Name": "Timeout", + "Namespace": "System.Threading" + }, + { + "Name": "WaitHandleCannotBeOpenedException", + "Namespace": "System.Threading" + }, + { + "Name": "Task`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskFactory`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskStatus", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Task", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCreationOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskContinuationOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskFactory", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskScheduler", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "UnobservedTaskExceptionEventArgs", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCompletionSource`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ConcurrentExclusiveSchedulerPair", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCanceledException", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskExtensions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskSchedulerException", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Calendar", + "Namespace": "System.Globalization" + }, + { + "Name": "CharUnicodeInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CompareOptions", + "Namespace": "System.Globalization" + }, + { + "Name": "CompareInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "GregorianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "IdnMapping", + "Namespace": "System.Globalization" + }, + { + "Name": "RegionInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "TextElementEnumerator", + "Namespace": "System.Globalization" + }, + { + "Name": "TextInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CalendarAlgorithmType", + "Namespace": "System.Globalization" + }, + { + "Name": "CalendarWeekRule", + "Namespace": "System.Globalization" + }, + { + "Name": "ChineseLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureNotFoundException", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureTypes", + "Namespace": "System.Globalization" + }, + { + "Name": "DateTimeFormatInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "DateTimeStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "DaylightTime", + "Namespace": "System.Globalization" + }, + { + "Name": "DigitShapes", + "Namespace": "System.Globalization" + }, + { + "Name": "EastAsianLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "GregorianCalendarTypes", + "Namespace": "System.Globalization" + }, + { + "Name": "HebrewCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "HijriCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JapaneseCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JapaneseLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JulianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "KoreanCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "KoreanLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "NumberFormatInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "NumberStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "PersianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "SortKey", + "Namespace": "System.Globalization" + }, + { + "Name": "SortVersion", + "Namespace": "System.Globalization" + }, + { + "Name": "StringInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "TaiwanCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "TaiwanLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "ThaiBuddhistCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "TimeSpanStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "UmAlQuraCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "UnicodeCategory", + "Namespace": "System.Globalization" + }, + { + "Name": "Assembly", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyName", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "ConstructorInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeData", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeNamedArgument", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeTypedArgument", + "Namespace": "System.Reflection" + }, + { + "Name": "ExceptionHandlingClause", + "Namespace": "System.Reflection" + }, + { + "Name": "FieldInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "LocalVariableInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodBase", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodBody", + "Namespace": "System.Reflection" + }, + { + "Name": "AmbiguousMatchException", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyAlgorithmIdAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCompanyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyConfigurationAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyContentType", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCopyrightAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCultureAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDefaultAliasAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDelaySignAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDescriptionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFileVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFlagsAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyInformationalVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyKeyFileAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyKeyNameAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyMetadataAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyNameFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyProductAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblySignatureKeyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyTitleAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyTrademarkAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "Binder", + "Namespace": "System.Reflection" + }, + { + "Name": "BindingFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "CallingConventions", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeFormatException", + "Namespace": "System.Reflection" + }, + { + "Name": "DefaultMemberAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "EventAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "EventInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ExceptionHandlingClauseOptions", + "Namespace": "System.Reflection" + }, + { + "Name": "FieldAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "GenericParameterAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ICustomAttributeProvider", + "Namespace": "System.Reflection" + }, + { + "Name": "ImageFileMachine", + "Namespace": "System.Reflection" + }, + { + "Name": "InterfaceMapping", + "Namespace": "System.Reflection" + }, + { + "Name": "IntrospectionExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "InvalidFilterCriteriaException", + "Namespace": "System.Reflection" + }, + { + "Name": "IReflect", + "Namespace": "System.Reflection" + }, + { + "Name": "IReflectableType", + "Namespace": "System.Reflection" + }, + { + "Name": "ManifestResourceInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberFilter", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberTypes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodImplAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "Missing", + "Namespace": "System.Reflection" + }, + { + "Name": "Module", + "Namespace": "System.Reflection" + }, + { + "Name": "ModuleResolveEventHandler", + "Namespace": "System.Reflection" + }, + { + "Name": "ObfuscateAssemblyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "ObfuscationAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterModifier", + "Namespace": "System.Reflection" + }, + { + "Name": "Pointer", + "Namespace": "System.Reflection" + }, + { + "Name": "PortableExecutableKinds", + "Namespace": "System.Reflection" + }, + { + "Name": "ProcessorArchitecture", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ReflectionContext", + "Namespace": "System.Reflection" + }, + { + "Name": "ReflectionTypeLoadException", + "Namespace": "System.Reflection" + }, + { + "Name": "ResourceAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ResourceLocation", + "Namespace": "System.Reflection" + }, + { + "Name": "StrongNameKeyPair", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetException", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetInvocationException", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetParameterCountException", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeDelegator", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeFilter", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyExtensions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "AssemblyBuilderAccess", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ConstructorBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "DynamicMethod", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EventBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EventToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FieldBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FieldToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ILGenerator", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "Label", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "LocalBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "MethodBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "CustomAttributeBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "MethodToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ModuleBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PEFileKinds", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCodes", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCode", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCodeType", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StackBehaviour", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OperandType", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FlowControl", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ParameterBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ParameterToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PropertyBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PropertyToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "SignatureHelper", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "SignatureToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StringToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PackingSize", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "TypeBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "GenericTypeParameterBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EnumBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "TypeToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StringBuilder", + "Namespace": "System.Text" + }, + { + "Name": "DecoderExceptionFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderExceptionFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallbackException", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "DecoderReplacementFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderReplacementFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderExceptionFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderExceptionFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallbackException", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderReplacementFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderReplacementFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "Encoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF7Encoding", + "Namespace": "System.Text" + }, + { + "Name": "ASCIIEncoding", + "Namespace": "System.Text" + }, + { + "Name": "Decoder", + "Namespace": "System.Text" + }, + { + "Name": "Encoder", + "Namespace": "System.Text" + }, + { + "Name": "EncodingInfo", + "Namespace": "System.Text" + }, + { + "Name": "EncodingProvider", + "Namespace": "System.Text" + }, + { + "Name": "NormalizationForm", + "Namespace": "System.Text" + }, + { + "Name": "UnicodeEncoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF32Encoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF8Encoding", + "Namespace": "System.Text" + }, + { + "Name": "DictionaryEntry", + "Namespace": "System.Collections" + }, + { + "Name": "ICollection", + "Namespace": "System.Collections" + }, + { + "Name": "IComparer", + "Namespace": "System.Collections" + }, + { + "Name": "IDictionary", + "Namespace": "System.Collections" + }, + { + "Name": "IDictionaryEnumerator", + "Namespace": "System.Collections" + }, + { + "Name": "IEnumerable", + "Namespace": "System.Collections" + }, + { + "Name": "IEnumerator", + "Namespace": "System.Collections" + }, + { + "Name": "IEqualityComparer", + "Namespace": "System.Collections" + }, + { + "Name": "IList", + "Namespace": "System.Collections" + }, + { + "Name": "IStructuralComparable", + "Namespace": "System.Collections" + }, + { + "Name": "IStructuralEquatable", + "Namespace": "System.Collections" + }, + { + "Name": "Collection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "Comparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Dictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "EqualityComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "List`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "ICollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEnumerable`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEnumerator`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEqualityComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyNotFoundException", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyValuePair", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyValuePair`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "MemoryFailPoint", + "Namespace": "System.Runtime" + }, + { + "Name": "GCLargeObjectHeapCompactionMode", + "Namespace": "System.Runtime" + }, + { + "Name": "GCLatencyMode", + "Namespace": "System.Runtime" + }, + { + "Name": "GCSettings", + "Namespace": "System.Runtime" + }, + { + "Name": "RuntimeImports", + "Namespace": "System.Runtime" + }, + { + "Name": "TargetFrameworkAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "SerializationInfo", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IDeserializationCallback", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IFormatterConverter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IObjectReference", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISafeSerializationData", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializable", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnDeserializedAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnDeserializingAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnSerializedAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnSerializingAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OptionalFieldAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SafeSerializationEventArgs", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationException", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationEntry", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationInfoEnumerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "StreamingContext", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "StreamingContextStates", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "AssemblyLoadContext", + "Namespace": "System.Runtime.Loader" + }, + { + "Name": "HandleProcessCorruptedStateExceptionsAttribute", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "ExceptionDispatchInfo", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "FirstChanceExceptionEventArgs", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "ArrayWithOffset", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeIdentifierAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "AllowReversePInvokeCallsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DispIdAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComInterfaceType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InterfaceTypeAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComDefaultInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ClassInterfaceType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ClassInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "LCIDConversionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ProgIdAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComSourceInterfacesAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "MarshalAsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComImportAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GuidAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "PreserveSigAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OutAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OptionalAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DllImportSearchPath", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultDllImportSearchPathsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DllImportAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "StructLayoutAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "FieldOffsetAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CoClassAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BestFitMappingAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultCharSetAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "COMException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CriticalHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GCHandleType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GCHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "HandleRef", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomMarshaler", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InvalidOleVariantTypeException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CustomQueryInterfaceMode", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "Marshal", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "MarshalDirectiveException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SEHException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeBuffer", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BStrWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CurrencyWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ErrorWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnknownWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "VariantWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComMemberType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomAdapter", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CustomQueryInterfaceResult", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomQueryInterface", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InvalidComObjectException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeArrayRankMismatchException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeArrayTypeMismatchException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "NativeCallableAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DispatchWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComEventsHelper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomFactory", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CallingConvention", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CharSet", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComVisibleAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ExternalException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "LayoutKind", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnmanagedFunctionPointerAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnmanagedType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "VarEnum", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BIND_OPTS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IBindCtx", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IConnectionPointContainer", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IConnectionPoint", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumMoniker", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CONNECTDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumConnections", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumConnectionPoints", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumString", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumVARIANT", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FILETIME", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IMoniker", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IPersistFile", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IRunningObjectTable", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STATSTG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IStream", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DESCKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "BINDPTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeComp", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IMPLTYPEFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEATTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDLFLAG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDLDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "PARAMFLAG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "PARAMDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ELEMDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DISPPARAMS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "EXCEPINFO", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "INVOKEKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CALLCONV", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeInfo", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "SYSKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "LIBFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPELIBATTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeLib", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeLib2", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeInfo2", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CriticalFinalizerObject", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "Cer", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "Consistency", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "ReliabilityContractAttribute", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "RuntimeHelpers", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CustomConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DateTimeConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DecimalConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodImplAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ICastable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeWrappedException", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConditionalWeakTable`2", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncVoidMethodBuilder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncTaskMethodBuilder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncTaskMethodBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TaskAwaiter", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TaskAwaiter`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredTaskAwaitable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredTaskAwaitable`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "YieldAwaitable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ContractHelper", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AccessedThroughPropertyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncStateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerFilePathAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerLineNumberAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerMemberNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilationRelaxations", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilationRelaxationsAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerGeneratedAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerGlobalScopeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DefaultDependencyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DependencyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DisablePrivateReflectionAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DiscardableAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ExtensionAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FixedAddressValueTypeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FixedBufferAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FormattableStringFactory", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IAsyncStateMachine", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IndexerNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "INotifyCompletion", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ICriticalNotifyCompletion", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "InternalsVisibleToAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsConst", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsByRefLikeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsVolatile", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IteratorStateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ITuple", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "LoadHint", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodCodeType", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodImplOptions", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsReadOnlyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ReferenceAssemblyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeCompatibilityAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeFeature", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "SpecialNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StringFreezingAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StrongBox`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IStrongBox", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "SuppressIldasmAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TupleElementNamesAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TypeForwardedFromAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TypeForwardedToAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "UnsafeValueTypeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IStreamProvider", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlDictionary", + "Namespace": "System.Xml" + }, + { + "Name": "UniqueId", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlBinaryReaderInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "XmlBinaryReaderSession", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlBinaryWriterInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "XmlBinaryWriterSession", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionary", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryWriter", + "Namespace": "System.Xml" + }, + { + "Name": "OnXmlDictionaryReaderClose", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReaderQuotaTypes", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReaderQuotas", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryString", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlTextReaderInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlTextWriterInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "IFragmentCapableXmlDictionaryWriter", + "Namespace": "System.Xml" + }, + { + "Name": "DataContractResolver", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializer", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializerSettings", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ExtensionDataObject", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XmlObjectSerializer", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializerExtensions", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XmlSerializableServices", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DateTimeFormat", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "EmitTypeInformation", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "JsonFormatGeneratorStatics", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ExportOptions", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IExtensibleDataObject", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XPathQueryGenerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XsdDataContractExporter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractJsonSerializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "DataContractJsonSerializerSettings", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "JsonReaderWriterFactory", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "IXmlJsonReaderInitializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "IXmlJsonWriterInitializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "KeyedByTypeCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SynchronizedCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SynchronizedKeyedCollection`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SynchronizedReadOnlyCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SecurityMessageSerializationException", + "Namespace": "System.IdentityModel" + }, + { + "Name": "BinaryKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "EncryptedKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "KerberosRequestorSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "LocalIdKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlSerializer", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityAlgorithms", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKey", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyIdentifier", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyType", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyUsage", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenException", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenTypes", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenValidationException", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "UserNameSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "WindowsSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509SecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "KerberosSecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenManager", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenRequirement", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenResolver", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenSerializer", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenVersion", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "UserNameSecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "WindowsSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "X509CertificateValidator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "X509SecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "X509SecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "AuthorizationContext", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "EvaluationContext", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "IAuthorizationComponent", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "IAuthorizationPolicy", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "Claim", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "ClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "ClaimTypes", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "DefaultClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "Rights", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "WindowsClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "X509CertificateClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "AsyncCompletionResult", + "Namespace": "System.Runtime" + }, + { + "Name": "Fx", + "Namespace": "System.Runtime" + }, + { + "Name": "MruCache`2", + "Namespace": "System.Runtime" + }, + { + "Name": "ServiceModelSynchronizationContext", + "Namespace": "System.Runtime" + }, + { + "Name": "TaskHelpers", + "Namespace": "System.Runtime" + }, + { + "Name": "DefaultTaskSchedulerAwaiter", + "Namespace": "System.Runtime" + }, + { + "Name": "OutWrapper`1", + "Namespace": "System.Runtime" + }, + { + "Name": "TimeoutHelper", + "Namespace": "System.Runtime" + }, + { + "Name": "GeneratedXmlSerializers", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "EventTraceActivity", + "Namespace": "System.Runtime.Diagnostics" + }, + { + "Name": "TraceRecord", + "Namespace": "System.Runtime.Diagnostics" + }, + { + "Name": "ExceptionHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DiagnosticUtility", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ActionNotSupportedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "AuditLevel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "AuditLogLocation", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpMessageCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpsBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpsSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpsSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CallbackBehaviorAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ChannelFactory", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ChannelFactory`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ChannelTerminatedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ClientBase`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationObjectAbortedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationObjectFaultedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationState", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ConcurrencyMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ConcurrencyModeHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DataContractFormatAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DnsEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DuplexChannelFactory`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DuplexClientBase`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointAddress", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointAddressBuilder", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointNotFoundException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EnvelopeVersion", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ExceptionDetail", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ExtensionCollection`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultCode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultException`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultReason", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultReasonText", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HostNameComparisonMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HostNameComparisonModeHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpBindingBase", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpClientCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpProxyCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpTransportSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IClientChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ICommunicationObject", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IAsyncCommunicationObject", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IContextChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IDefaultCommunicationTimeouts", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IDuplexContextChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IExtensibleObject`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IExtension`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IExtensionCollection`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ImpersonationOption", + "Namespace": "System.ServiceModel" + }, + { + "Name": "InstanceContext", + "Namespace": "System.ServiceModel" + }, + { + "Name": "InstanceContextMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "InvalidMessageContractException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IServiceChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageBodyMemberAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageContractMemberAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeaderArrayAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeaderAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeaderException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeader`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageParameterAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessagePropertyAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageSecurityOverTcp", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageSecurityVersion", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetHttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetHttpMessageEncoding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetHttpsBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetTcpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetTcpSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationContext", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationContextScope", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationFormatStyle", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationFormatUse", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PeerHopCountAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "Pool`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ProtocolException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "QuotaExceededException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ReceiveErrorHandling", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SecurityModeHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ClientCredentialsSecurityTokenManager", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServerTooBusyException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceActivationException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceDefaults", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceKnownTypeAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceSecurityContext", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SessionMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SpnEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TcpClientCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TcpTransportSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TimeSpanHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TransferMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TransferModeHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UnifiedSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UnknownMessageReceivedEventArgs", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UpnEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UriSchemeKeyedCollection", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSMessageEncoding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "X509CertificateEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "XmlSerializerFormatAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicSecurityProfileVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ChannelProtectionRequirements", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "HttpDigestClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "IdentityVerifier", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ISecuritySession", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessagePartSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessageProtectionOrder", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessageSecurityException", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessageSecurityTokenVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "NonceCache", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ScopedMessagePartSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecureConversationVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityAccessDeniedException", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "Basic256SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityContextKeyIdentifierClause", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityCredentialsManager", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityKeyEntropyMode", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityMessageProperty", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityNegotiationException", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityPolicyVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityStateEncoder", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityTokenAttachmentMode", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityTokenSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ProtectionLevelHelper", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SspiSecurityTokenProvider", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SupportingTokenSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "TrustVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "UserNamePasswordClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WindowsClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WSSecurityTokenSerializer", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateInitiatorClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateRecipientClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateValidationMode", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509ClientCertificateAuthentication", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509ServiceCertificateAuthentication", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ClaimTypeRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "InitiatorServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ISecurityContextSecurityTokenCache", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "RecipientServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecureConversationSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityContextSecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityTokenInclusionMode", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityTokenReferenceStyle", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ServiceModelSecurityTokenTypes", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SspiSecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SupportingTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "UserNameSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "X509KeyIdentifierClauseType", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ChannelDispatcher", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ChannelDispatcherBase", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientOperationCompatBase", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientOperation", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientRuntimeCompatBase", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientRuntime", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "DispatchOperation", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "DispatchRuntime", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "EndpointDispatcher", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "FaultContractInfo", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "FaultFormatter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IChannelInitializer", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IClientMessageFormatter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IClientMessageInspector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IClientOperationSelector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IErrorHandler", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInstanceContextProvider", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInstanceProvider", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInteractiveChannelInitializer", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "InstanceBehavior", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IOperationInvoker", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IParameterInspector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "OperationInvokerBehavior", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "SyncMethodInvoker", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "TaskMethodInvoker", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientCredentials", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ContractDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "DataContractSerializerOperationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "FaultDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "FaultDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IContractBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IEndpointBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IOperationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ListenUriMode", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageBodyDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageDirection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageHeaderDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageHeaderDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePartDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePartDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePropertyDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePropertyDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataConversionError", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataLocation", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "OperationDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "OperationDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "PolicyVersion", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "PrincipalPermissionMode", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceEndpoint", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceEndpointCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "XmlSerializerOperationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "AddressHeader", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "AddressHeaderCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "AddressingVersion", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ApplicationContainerSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BinaryMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BinaryVersion", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "Binding", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingContext", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingElementCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingParameterCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BodyWriter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BufferedReadStream", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BufferManager", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelFactoryBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelFactoryBase`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelManagerBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelParameterCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ClientWebSocketFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CommunicationObject", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CommunicationObjectInternal", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CompressionFormat", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnectionInitiator", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ConnectionOrientedTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CommunicationPool`2", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ConnectionPool", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ConnectionPoolRegistry", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CustomBinding", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "DelegatingStream", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "FaultConverter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpMessageHandlerFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpRequestMessageExtensionMethods", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpRequestMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpResponseMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpsTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IAsyncChannelFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IBindingDeliveryCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IBindingMulticastCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IBindingRuntimePreferences", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelFactory`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelListener", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelListener`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IdlingCommunicationPool`2", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IDuplexChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IDuplexSession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IDuplexSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IHttpCookieContainerManager", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IInputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IInputSession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IInputSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IMessageSource", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IOutputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IOutputSession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IOutputSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IReceiveContextSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IReplyChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IReplySessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IRequestChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IRequestSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ISecurityCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ISession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ISessionChannel`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ITransportCompressionSupport", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnectionOrientedConnectionSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ITransportFactorySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnectionOrientedTransportFactorySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnectionOrientedTransportChannelFactorySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ITcpChannelFactorySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "LocalClientSecuritySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MaxMessageSizeStream", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "Message", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageBuffer", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageEncoder", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageEncoderFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageFault", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "XmlObjectSerializerFault", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageHeader", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageHeaderInfo", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageHeaders", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageProperties", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageState", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageVersion", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "NamedPipeSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "OutputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RequestChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IRequestBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IAsyncRequest", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RequestContext", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SecurityCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SecurityHeaderLayout", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ServiceChannelProxy", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ServiceModelHttpMessageHandler", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SslStreamSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamSecurityUpgradeInitiator", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamSecurityUpgradeProvider", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamUpgradeBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamUpgradeInitiator", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamUpgradeProvider", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SupportedAddressingMode", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TcpConnectionPoolSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TcpTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TextMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportChannelFactory`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "EncoderDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TextEncoderDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BinaryEncoderDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ConnectionOrientedTransportDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TcpTransportDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ApplicationContainerSettingsDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "NetTcpDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "OneWayDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BasicHttpBindingDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebSocketDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "NetHttpBindingDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportDuplexSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportOutputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "UnderstoodHeaders", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebSocketTransportSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebSocketTransportUsage", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WindowsStreamSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ExceptionUtility", + "Namespace": "System.ServiceModel.Diagnostics" + }, + { + "Name": "TraceUtility", + "Namespace": "System.ServiceModel.Diagnostics" + }, + { + "Name": "GenericUriParserOptions", + "Namespace": "System" + }, + { + "Name": "GenericUriParser", + "Namespace": "System" + }, + { + "Name": "Uri", + "Namespace": "System" + }, + { + "Name": "UriBuilder", + "Namespace": "System" + }, + { + "Name": "UriKind", + "Namespace": "System" + }, + { + "Name": "UriComponents", + "Namespace": "System" + }, + { + "Name": "UriFormat", + "Namespace": "System" + }, + { + "Name": "UriFormatException", + "Namespace": "System" + }, + { + "Name": "UriHostNameType", + "Namespace": "System" + }, + { + "Name": "HttpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "FtpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "FileStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NewsStyleUriParser", + "Namespace": "System" + }, + { + "Name": "GopherStyleUriParser", + "Namespace": "System" + }, + { + "Name": "LdapStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NetPipeStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NetTcpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "UriPartial", + "Namespace": "System" + }, + { + "Name": "UriParser", + "Namespace": "System" + }, + { + "Name": "XmlNamedNodeMap", + "Namespace": "System.Xml" + }, + { + "Name": "IApplicationResourceStreamResolver", + "Namespace": "System.Xml" + }, + { + "Name": "IHasXmlNode", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlLineInfo", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlNamespaceResolver", + "Namespace": "System.Xml" + }, + { + "Name": "NameTable", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDateTimeSerializationMode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlConvert", + "Namespace": "System.Xml" + }, + { + "Name": "XmlException", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNamespaceManager", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNamespaceScope", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNameTable", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeOrder", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeType", + "Namespace": "System.Xml" + }, + { + "Name": "XmlQualifiedName", + "Namespace": "System.Xml" + }, + { + "Name": "XmlResolver", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSecureResolver", + "Namespace": "System.Xml" + }, + { + "Name": "XmlUrlResolver", + "Namespace": "System.Xml" + }, + { + "Name": "ConformanceLevel", + "Namespace": "System.Xml" + }, + { + "Name": "DtdProcessing", + "Namespace": "System.Xml" + }, + { + "Name": "EntityHandling", + "Namespace": "System.Xml" + }, + { + "Name": "NamespaceHandling", + "Namespace": "System.Xml" + }, + { + "Name": "NewLineHandling", + "Namespace": "System.Xml" + }, + { + "Name": "ReadState", + "Namespace": "System.Xml" + }, + { + "Name": "ValidationType", + "Namespace": "System.Xml" + }, + { + "Name": "WhitespaceHandling", + "Namespace": "System.Xml" + }, + { + "Name": "XmlParserContext", + "Namespace": "System.Xml" + }, + { + "Name": "XmlReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlReaderSettings", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSpace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTextReader", + "Namespace": "System.Xml" + }, + { + "Name": "Formatting", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTextWriter", + "Namespace": "System.Xml" + }, + { + "Name": "XmlValidatingReader", + "Namespace": "System.Xml" + }, + { + "Name": "WriteState", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWriter", + "Namespace": "System.Xml" + }, + { + "Name": "XmlOutputMethod", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWriterSettings", + "Namespace": "System.Xml" + }, + { + "Name": "XmlAttribute", + "Namespace": "System.Xml" + }, + { + "Name": "XmlAttributeCollection", + "Namespace": "System.Xml" + }, + { + "Name": "XmlCDataSection", + "Namespace": "System.Xml" + }, + { + "Name": "XmlCharacterData", + "Namespace": "System.Xml" + }, + { + "Name": "XmlComment", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDeclaration", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocument", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocumentFragment", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocumentType", + "Namespace": "System.Xml" + }, + { + "Name": "XmlElement", + "Namespace": "System.Xml" + }, + { + "Name": "XmlEntity", + "Namespace": "System.Xml" + }, + { + "Name": "XmlEntityReference", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedAction", + "Namespace": "System.Xml" + }, + { + "Name": "XmlImplementation", + "Namespace": "System.Xml" + }, + { + "Name": "XmlLinkedNode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedEventArgs", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedEventHandler", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeList", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNotation", + "Namespace": "System.Xml" + }, + { + "Name": "XmlProcessingInstruction", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSignificantWhitespace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlText", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWhitespace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTokenizedType", + "Namespace": "System.Xml" + }, + { + "Name": "CodeGenerationOptions", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "CodeIdentifier", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "CodeIdentifiers", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "ImportContext", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "IXmlSerializable", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "IXmlTextParser", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SchemaImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributeOverrides", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapEnumAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapIgnoreAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapIncludeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapReflectionImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapSchemaMember", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapTypeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyElementAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayItemAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayItemAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeOverrides", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlChoiceIdentifierAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlEnumAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlIgnoreAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlIncludeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMappingAccess", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMemberMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMembersMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNamespaceDeclarationsAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlReflectionImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlReflectionMember", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlRootAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaExporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaProviderAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemas", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaEnumerator", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationGeneratedCode", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationReader", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationFixupCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationCollectionFixupCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationReadCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationWriter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationWriteCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerAssemblyAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlDeserializationEvents", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerImplementation", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializer", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerFactory", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerNamespaces", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerVersionAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTextAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTypeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTypeMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNodeEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNodeEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "UnreferencedObjectEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "UnreferencedObjectEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaDatatypeVariety", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "IXmlSchemaInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "ValidationEventArgs", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "ValidationEventHandler", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlAtomicValue", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchema", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAll", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnnotated", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnnotation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAny", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnyAttribute", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAppInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttribute", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttributeGroup", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttributeGroupRef", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaChoice", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCollection", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCollectionEnumerator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContentExtension", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContentRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentModel", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentProcessing", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDatatype", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDerivationMethod", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDocumentation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaElement", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaExternal", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaNumericFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaPatternFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaEnumerationFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinExclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinInclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxExclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxInclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaTotalDigitsFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaFractionDigitsFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaWhiteSpaceFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaForm", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroup", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroupBase", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroupRef", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaIdentityConstraint", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaXPath", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaUnique", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaKey", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaKeyref", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaImport", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInclude", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaNotation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObject", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectCollection", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectEnumerator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectTable", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaParticle", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaRedefine", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSequence", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCompilationSettings", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContentExtension", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContentRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeList", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeUnion", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaUse", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidationException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlValueGetter", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidationFlags", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidity", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSeverityType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlTypeCode", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInference", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInferenceException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XslCompiledTransform", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltMessageEncounteredEventArgs", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltMessageEncounteredEventHandler", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltArgumentList", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "IXsltContextFunction", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "IXsltContextVariable", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltContext", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltException", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltCompileException", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XslTransform", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltSettings", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "ContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ElementContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NodeKindContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AttributeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NamespaceIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AttributeContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ContentMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DodSequenceMerge", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "SetIteratorResult", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "UnionIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IntersectIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DifferenceIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "FollowingSiblingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "FollowingSiblingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingSiblingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingSiblingDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "StringConcat", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DescendantIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DescendantMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ParentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AncestorIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AncestorDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathFollowingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathFollowingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NodeRangeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "Int32Aggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "Int64Aggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DecimalAggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DoubleAggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlCollation", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlILIndex", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlILStorageConverter", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IteratorResult", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IdIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlNavigatorFilter", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryContext", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryOutput", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryRuntime", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQuerySequence`1", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryItemSequence", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryNodeSequence", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlSortKeyAccumulator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltConvert", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltFunctions", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltLibrary", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IXPathNavigable", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathDocument", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathException", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlSortOrder", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlCaseOrder", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlDataType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathResultType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathExpression", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathItem", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNamespaceScope", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNavigator", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNodeIterator", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNodeType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlKnownDtds", + "Namespace": "System.Xml.Resolvers" + }, + { + "Name": "XmlPreloadedResolver", + "Namespace": "System.Xml.Resolvers" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XAttribute", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XCData", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XComment", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XContainer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDeclaration", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDocument", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDocumentType", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XElement", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObjectChange", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "LoadOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "SaveOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "ReaderOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XName", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNamespace", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNode", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNodeDocumentOrderComparer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNodeEqualityComparer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObject", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObjectChangeEventArgs", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XProcessingInstruction", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XStreamingElement", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XText", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "DispatchProxy", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodSemanticsAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "DeclarativeSecurityAction", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodImportAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ManifestResourceAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyHashAlgorithm", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "ManagedPEBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DebugDirectoryBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEDirectoriesBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEHeaderBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "ResourceSectionBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "SectionLocation", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CoffHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CorFlags", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CorHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CodeViewDebugDirectoryData", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DebugDirectoryEntry", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DebugDirectoryEntryType", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DirectoryEntry", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "Machine", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "Characteristics", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEMagic", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "Subsystem", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DllCharacteristics", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "SectionCharacteristics", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEHeaders", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEMemoryBlock", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEReader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEStreamOptions", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "SectionHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "EntityHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Blob", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobWriter", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobBuilder", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ReservedBlob`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeNamedArgument`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeTypedArgument`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeValue`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ICustomAttributeTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ILOpCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ILOpCodeExtensions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImageFormatLimitationException", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataStreamOptions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataReaderProvider", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobContentId", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PrimitiveSerializationTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "InterfaceImplementationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImplementationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodSpecificationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExportedTypeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeSpecificationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FieldDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StandaloneSignatureHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ParameterHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterConstraintHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DeclarativeSecurityAttributeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ConstantHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ManifestResourceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyFileHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "UserStringHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StringHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "NamespaceDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GuidHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyFile", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobReader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Constant", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ConstantTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttribute", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeNamedArgumentKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DeclarativeSecurityAttribute", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ArrayShape", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ISZArrayTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ISignatureTypeProvider`2", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ISimpleTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureTypeKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "IConstructedTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodSignature`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PrimitiveTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExceptionRegion", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExceptionRegionKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExportedType", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FieldDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameter", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterConstraint", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterConstraintHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DeclarativeSecurityAttributeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FieldDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImplementationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ParameterHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "InterfaceImplementationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeReferenceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExportedTypeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReferenceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyAccessors", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventAccessors", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyReferenceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ManifestResourceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyFileHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "HandleComparer", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "HandleKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Handle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "InterfaceImplementation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ManifestResource", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StandaloneSignatureKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReferenceKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataReader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataReaderOptions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataStringComparer", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataStringDecoder", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodBodyBlock", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImplementation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImport", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodSpecification", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "NamespaceDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Parameter", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomDebugInformation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DebugMetadataHeader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Document", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DocumentNameBlobHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DocumentHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDebugInformationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalScopeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariableHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalConstantHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportScopeCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomDebugInformationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DocumentHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDebugInformationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalScopeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariableHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalConstantHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportScopeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomDebugInformationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportDefinitionKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportDefinitionCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalConstant", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportScope", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalScope", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariable", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariableAttributes", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDebugInformation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SequencePoint", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SequencePointCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PEReaderExtensions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SerializationTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureAttributes", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureCallingConvention", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureHeader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StandaloneSignature", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeLayout", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeSpecification", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FunctionPointerAttributes", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MethodBodyStreamEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MethodBodyAttributes", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataRootBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ControlFlowBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ExceptionRegionEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "InstructionEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LabelHandle", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CodedIndex", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "PortablePdbBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "BlobEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MethodSignatureEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LocalVariablesEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LocalVariableTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ParameterTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "PermissionSetEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "GenericTypeArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "FixedArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LiteralEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ScalarEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LiteralsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "VectorEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "NameEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomAttributeNamedArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "NamedArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "NamedArgumentTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomAttributeArrayTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomAttributeElementTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "SignatureTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomModifiersEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ArrayShapeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ReturnTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ParametersEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataSizes", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "SignatureDecoder`2", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "EditAndContinueLogEntry", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "EditAndContinueOperation", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ExportedTypeExtensions", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "HeapIndex", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataReaderExtensions", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataTokens", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "TableIndex", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataAggregator", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "TypeExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "EventInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "ModuleExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "IResourceWriter", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceWriter", + "Namespace": "System.Resources" + }, + { + "Name": "CallConvCdecl", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvStdcall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvThiscall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvFastcall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsPinned", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsBoxed", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsByValue", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsCopyConstructed", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsExplicitlyDereferenced", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsImplicitlyDereferenced", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsJitIntrinsic", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsLong", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsSignUnspecifiedByte", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsUdtReturn", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "HasCopySemanticsAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ScopelessEnumAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "NativeCppClassAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RequiredAttributeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerMarshalOverride", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "Action`9", + "Namespace": "System" + }, + { + "Name": "Action`10", + "Namespace": "System" + }, + { + "Name": "Action`11", + "Namespace": "System" + }, + { + "Name": "Action`12", + "Namespace": "System" + }, + { + "Name": "Action`13", + "Namespace": "System" + }, + { + "Name": "Action`14", + "Namespace": "System" + }, + { + "Name": "Action`15", + "Namespace": "System" + }, + { + "Name": "Action`16", + "Namespace": "System" + }, + { + "Name": "Func`10", + "Namespace": "System" + }, + { + "Name": "Func`11", + "Namespace": "System" + }, + { + "Name": "Func`12", + "Namespace": "System" + }, + { + "Name": "Func`13", + "Namespace": "System" + }, + { + "Name": "Func`14", + "Namespace": "System" + }, + { + "Name": "Func`15", + "Namespace": "System" + }, + { + "Name": "Func`16", + "Namespace": "System" + }, + { + "Name": "Func`17", + "Namespace": "System" + }, + { + "Name": "Lazy`2", + "Namespace": "System" + }, + { + "Name": "WaitHandleExtensions", + "Namespace": "System.Threading" + }, + { + "Name": "AssemblyTargetedPatchBandAttribute", + "Namespace": "System.Runtime" + }, + { + "Name": "TargetedPatchingOptOutAttribute", + "Namespace": "System.Runtime" + }, + { + "Name": "PrePrepareMethodAttribute", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "RuntimeReflectionExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "FileAttributes", + "Namespace": "System.IO" + }, + { + "Name": "HandleInheritability", + "Namespace": "System.IO" + }, + { + "Name": "ISet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "AppDomain", + "Namespace": "System" + }, + { + "Name": "AppDomainUnloadedException", + "Namespace": "System" + }, + { + "Name": "ApplicationId", + "Namespace": "System" + }, + { + "Name": "CannotUnloadAppDomainException", + "Namespace": "System" + }, + { + "Name": "ContextBoundObject", + "Namespace": "System" + }, + { + "Name": "ContextMarshalException", + "Namespace": "System" + }, + { + "Name": "ContextStaticAttribute", + "Namespace": "System" + }, + { + "Name": "Environment", + "Namespace": "System" + }, + { + "Name": "LoaderOptimization", + "Namespace": "System" + }, + { + "Name": "LoaderOptimizationAttribute", + "Namespace": "System" + }, + { + "Name": "OperatingSystem", + "Namespace": "System" + }, + { + "Name": "PlatformID", + "Namespace": "System" + }, + { + "Name": "StringNormalizationExtensions", + "Namespace": "System" + }, + { + "Name": "IPermission", + "Namespace": "System.Security" + }, + { + "Name": "ISecurityEncodable", + "Namespace": "System.Security" + }, + { + "Name": "SecurityElement", + "Namespace": "System.Security" + }, + { + "Name": "CodeAccessSecurityAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityAction", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermissionFlag", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ArrayList", + "Namespace": "System.Collections" + }, + { + "Name": "Comparer", + "Namespace": "System.Collections" + }, + { + "Name": "Hashtable", + "Namespace": "System.Collections" + }, + { + "Name": "IHashCodeProvider", + "Namespace": "System.Collections" + }, + { + "Name": "FrameworkName", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ComponentGuaranteesAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceConsumptionAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ComponentGuaranteesOptions", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceExposureAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceScope", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "VersioningHelper", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "AssemblyNameProxy", + "Namespace": "System.Reflection" + }, + { + "Name": "WebUtility", + "Namespace": "System.Net" + }, + { + "Name": "StreamReader", + "Namespace": "System.IO" + }, + { + "Name": "StreamWriter", + "Namespace": "System.IO" + }, + { + "Name": "StringReader", + "Namespace": "System.IO" + }, + { + "Name": "StringWriter", + "Namespace": "System.IO" + }, + { + "Name": "TextReader", + "Namespace": "System.IO" + }, + { + "Name": "TextWriter", + "Namespace": "System.IO" + }, + { + "Name": "BufferedStream", + "Namespace": "System.IO" + }, + { + "Name": "InvalidDataException", + "Namespace": "System.IO" + }, + { + "Name": "GlobalizationExtensions", + "Namespace": "System.Globalization" + }, + { + "Name": "Stopwatch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "IndentedTextWriter", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "SecureStringMarshal", + "Namespace": "System.Security" + }, + { + "Name": "AutomationProxyAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComAliasNameAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComCompatibleVersionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComConversionLossAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComRegisterFunctionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComUnregisterFunctionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IDispatchImplAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IDispatchImplType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ImportedFromTypeLibAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ManagedToNativeComInteropStubAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "PrimaryInteropAssemblyAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SetWin32ContextInIDispatchAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibImportClassAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibTypeFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibFuncFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVarFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibTypeAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibFuncAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVarAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVersionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComAwareEventInfo", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComEventInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultParameterValueAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "HandleCollector", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RuntimeEnvironment", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "AssemblyRegistrationFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ExporterEventKind", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RegistrationClassContext", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RegistrationConnectionType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ADVF", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DATADIR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DVASPECT", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FORMATETC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IAdviseSink", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDataObject", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumFORMATETC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumSTATDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STATDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STGMEDIUM", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYMED", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IUnknownConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeInformation", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "Architecture", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OSPlatform", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "EventRegistrationToken", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "EventRegistrationTokenTable`1", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "IActivationFactory", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "InterfaceImplementedInVersionAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "ReadOnlyArrayAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "ReturnValueNameAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WindowsRuntimeMarshal", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WriteOnlyArrayAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "BigInteger", + "Namespace": "System.Numerics" + }, + { + "Name": "Complex", + "Namespace": "System.Numerics" + }, + { + "Name": "Formatter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterConverter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterServices", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IFormatter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializationSurrogate", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISurrogateSelector", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ObjectIDGenerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ObjectManager", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationBinder", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationObjectManager", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SurrogateSelector", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterTypeStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "FormatterAssemblyStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "TypeFilterLevel", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "IFieldInfo", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "BinaryFormatter", + "Namespace": "System.Runtime.Serialization.Formatters.Binary" + }, + { + "Name": "CollectionDataContractAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ContractNamespaceAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "EnumMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IgnoreDataMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "InvalidDataContractException", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializationSurrogateProvider", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "KnownTypeAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "AccessControlActions", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlModification", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlSections", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessRule`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceEnumerator", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceQualifier", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditRule`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuthorizationRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuthorizationRuleCollection", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CompoundAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CompoundAceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ControlFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CustomAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "DiscretionaryAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "InheritanceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "KnownAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "NativeObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectSecurity`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "PrivilegeNotHeldException", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "PropagationFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "QualifiedAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RawAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RawSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ResourceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SecurityInfos", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SystemAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "GenericPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "Claim", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimsIdentity", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimsPrincipal", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimTypes", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimValueTypes", + "Namespace": "System.Security.Claims" + }, + { + "Name": "Aes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AesManaged", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricKeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricKeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricSignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricSignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoConfig", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DES", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSA", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSAParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSASignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSASignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECCurve", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDiffieHellmanPublicKey", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsa", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECPoint", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MaskGenerationMethod", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MD5", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACMD5", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA1", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA256", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA384", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA512", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "IncrementalHash", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PKCS1MaskGenerationMethod", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RandomNumberGenerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RC2", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Rijndael", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RijndaelManaged", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Rfc2898DeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSA", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAEncryptionPadding", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAEncryptionPaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOAEPKeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOAEPKeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1KeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1KeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1SignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1SignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSASignaturePadding", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSASignaturePaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SignatureDescription", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDES", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SafeNCryptHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptKeyHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptProviderHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptSecretHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "AesCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngAlgorithmGroup", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngExportPolicies", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKey", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyBlobFormat", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyCreationOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyCreationParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyHandleOpenOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyOpenOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyUsages", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngProperty", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngPropertyCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngPropertyOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngUIPolicy", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngUIProtectionLevels", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSACng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsaCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECKeyXmlFormat", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSACng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDESCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AesCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspProviderFlags", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ICspAsymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeyNumber", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MD5CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PasswordDeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RNGCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDESCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspKeyContainerInfo", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DESCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSACryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RC2CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSACryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedData", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedDataCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedDataEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "FromBase64TransformMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ToBase64Transform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "FromBase64Transform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Oid", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidGroup", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSAOpenSsl", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsaOpenSsl", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOpenSsl", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SafeEvpPKeyHandle", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObject", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObjectCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObjectEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "X509IssuerSerial", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "AlgorithmIdentifier", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipient", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipientCollection", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipientEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "ContentInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "EnvelopedCms", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "KeyAgreeRecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "KeyTransRecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9AttributeObject", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9ContentType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9DocumentDescription", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9DocumentName", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9MessageDigest", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9SigningTime", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "PublicKeyInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoCollection", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifier", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierOrKey", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierOrKeyType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "AsymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CipherMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicUnexpectedOperationException", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoStream", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoStreamMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HashAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HashAlgorithmName", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMAC", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ICryptoTransform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeyedHashAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeySizes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CertificateRequest", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "DSACertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "ECDsaCertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "OpenFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "PublicKey", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "RSACertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "StoreLocation", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "StoreName", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "SubjectAlternativeNameBuilder", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X500DistinguishedName", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X500DistinguishedNameFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509BasicConstraintsExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2Collection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2Enumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509CertificateCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Chain", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElement", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElementCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElementEnumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainPolicy", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainStatus", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainStatusFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ContentType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509EnhancedKeyUsageExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Extension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ExtensionCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ExtensionEnumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509FindType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509IncludeOption", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyStorageFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyUsageExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyUsageFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509NameType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509RevocationFlag", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509RevocationMode", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SignatureGenerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Store", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SubjectKeyIdentifierExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SubjectKeyIdentifierHashAlgorithm", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509VerificationFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "SafeX509ChainHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "ApplicationIdentity", + "Namespace": "System" + }, + { + "Name": "DistributedTransactionPermission", + "Namespace": "System.Transactions" + }, + { + "Name": "DistributedTransactionPermissionAttribute", + "Namespace": "System.Transactions" + }, + { + "Name": "CodeAccessPermission", + "Namespace": "System.Security" + }, + { + "Name": "HostProtectionException", + "Namespace": "System.Security" + }, + { + "Name": "HostSecurityManager", + "Namespace": "System.Security" + }, + { + "Name": "HostSecurityManagerOptions", + "Namespace": "System.Security" + }, + { + "Name": "IEvidenceFactory", + "Namespace": "System.Security" + }, + { + "Name": "ISecurityPolicyEncodable", + "Namespace": "System.Security" + }, + { + "Name": "IStackWalk", + "Namespace": "System.Security" + }, + { + "Name": "NamedPermissionSet", + "Namespace": "System.Security" + }, + { + "Name": "PermissionSet", + "Namespace": "System.Security" + }, + { + "Name": "PolicyLevelType", + "Namespace": "System.Security" + }, + { + "Name": "SecurityContext", + "Namespace": "System.Security" + }, + { + "Name": "SecurityContextSource", + "Namespace": "System.Security" + }, + { + "Name": "SecurityManager", + "Namespace": "System.Security" + }, + { + "Name": "SecurityState", + "Namespace": "System.Security" + }, + { + "Name": "SecurityZone", + "Namespace": "System.Security" + }, + { + "Name": "XmlSyntaxException", + "Namespace": "System.Security" + }, + { + "Name": "AllMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationDirectory", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationDirectoryMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrust", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrustCollection", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrustEnumerator", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationVersionMatch", + "Namespace": "System.Security.Policy" + }, + { + "Name": "CodeConnectAccess", + "Namespace": "System.Security.Policy" + }, + { + "Name": "CodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Evidence", + "Namespace": "System.Security.Policy" + }, + { + "Name": "EvidenceBase", + "Namespace": "System.Security.Policy" + }, + { + "Name": "FileCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "FirstMatchCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "GacInstalled", + "Namespace": "System.Security.Policy" + }, + { + "Name": "GacMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Hash", + "Namespace": "System.Security.Policy" + }, + { + "Name": "HashMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "IIdentityPermissionFactory", + "Namespace": "System.Security.Policy" + }, + { + "Name": "IMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "NetCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PermissionRequestEvidence", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyException", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyLevel", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyStatement", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyStatementAttribute", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Publisher", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PublisherMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Site", + "Namespace": "System.Security.Policy" + }, + { + "Name": "SiteMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "StrongName", + "Namespace": "System.Security.Policy" + }, + { + "Name": "StrongNameMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "TrustManagerContext", + "Namespace": "System.Security.Policy" + }, + { + "Name": "TrustManagerUIContext", + "Namespace": "System.Security.Policy" + }, + { + "Name": "UnionCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Url", + "Namespace": "System.Security.Policy" + }, + { + "Name": "UrlMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Zone", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ZoneMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "EnvironmentPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "EnvironmentPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "EnvironmentPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "GacIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "GacIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "HostProtectionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "HostProtectionResource", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageContainment", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageFilePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageFilePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStoragePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStoragePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IUnrestrictedPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntry", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntryCollection", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntryEnumerator", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PermissionSetAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PermissionState", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PrincipalPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PrincipalPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PublisherIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PublisherIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermissionFlag", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ResourcePermissionBase", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ResourcePermissionBaseEntry", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SiteIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SiteIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNameIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNameIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNamePublicKeyBlob", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionClipboard", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionWindow", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UrlIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UrlIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ZoneIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ZoneIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "DnsPermission", + "Namespace": "System.Net" + }, + { + "Name": "DnsPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "EndpointPermission", + "Namespace": "System.Net" + }, + { + "Name": "NetworkAccess", + "Namespace": "System.Net" + }, + { + "Name": "SocketPermission", + "Namespace": "System.Net" + }, + { + "Name": "SocketPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "TransportType", + "Namespace": "System.Net" + }, + { + "Name": "WebPermission", + "Namespace": "System.Net" + }, + { + "Name": "WebPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "PnrpPermission", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PnrpPermissionAttribute", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PnrpScope", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PeerCollaborationPermission", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerCollaborationPermissionAttribute", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "NetworkInformationAccess", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationPermission", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationPermissionAttribute", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "SmtpAccess", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpPermission", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpPermissionAttribute", + "Namespace": "System.Net.Mail" + }, + { + "Name": "PrintingPermission", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintingPermissionAttribute", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintingPermissionLevel", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "EventLogPermission", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionAccess", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionEntry", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionEntryCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermission", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionAccess", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionEntry", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionEntryCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SqlClientPermission", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientPermissionAttribute", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "OraclePermission", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OraclePermissionAttribute", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OleDbPermission", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbPermissionAttribute", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OdbcPermission", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcPermissionAttribute", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "DBDataPermission", + "Namespace": "System.Data.Common" + }, + { + "Name": "DBDataPermissionAttribute", + "Namespace": "System.Data.Common" + }, + { + "Name": "IIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "PrincipalPolicy", + "Namespace": "System.Security.Principal" + }, + { + "Name": "TokenImpersonationLevel", + "Namespace": "System.Security.Principal" + }, + { + "Name": "SafeAccessTokenHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "IdentityNotMappedException", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IdentityReference", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IdentityReferenceCollection", + "Namespace": "System.Security.Principal" + }, + { + "Name": "NTAccount", + "Namespace": "System.Security.Principal" + }, + { + "Name": "SecurityIdentifier", + "Namespace": "System.Security.Principal" + }, + { + "Name": "TokenAccessLevels", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WellKnownSidType", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsBuiltInRole", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "ServiceController", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceControllerStatus", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceStartMode", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceType", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "TimeoutException", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "CodePagesEncodingProvider", + "Namespace": "System.Text" + }, + { + "Name": "UnicodeRange", + "Namespace": "System.Text.Unicode" + }, + { + "Name": "UnicodeRanges", + "Namespace": "System.Text.Unicode" + }, + { + "Name": "HtmlEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "JavaScriptEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "TextEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "TextEncoderSettings", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "UrlEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "Regex", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "MatchEvaluator", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Capture", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "CaptureCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Group", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "GroupCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Match", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "MatchCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexMatchTimeoutException", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexOptions", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexRunner", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexRunnerFactory", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "ThreadingAclExtensions", + "Namespace": "System.Threading" + }, + { + "Name": "EventWaitHandleAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "BarrierPostPhaseException", + "Namespace": "System.Threading" + }, + { + "Name": "Barrier", + "Namespace": "System.Threading" + }, + { + "Name": "CountdownEvent", + "Namespace": "System.Threading" + }, + { + "Name": "HostExecutionContext", + "Namespace": "System.Threading" + }, + { + "Name": "HostExecutionContextManager", + "Namespace": "System.Threading" + }, + { + "Name": "LockCookie", + "Namespace": "System.Threading" + }, + { + "Name": "ReaderWriterLock", + "Namespace": "System.Threading" + }, + { + "Name": "DataflowBlock", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ExecutionDataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "GroupingDataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowLinkOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowMessageHeader", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowMessageStatus", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IDataflowBlock", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IPropagatorBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IReceivableSourceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ISourceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ITargetBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ActionBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchedJoinBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchedJoinBlock`3", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BroadcastBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BufferBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "JoinBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "JoinBlock`3", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "TransformBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "TransformManyBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "WriteOnceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ValueTask`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "AsyncMethodBuilderAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncValueTaskMethodBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredValueTaskAwaitable`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ValueTaskAwaiter`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ParallelOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Parallel", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ParallelLoopState", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ParallelLoopResult", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "LocalDataStoreSlot", + "Namespace": "System" + }, + { + "Name": "CompressedStack", + "Namespace": "System.Threading" + }, + { + "Name": "Thread", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadExceptionEventArgs", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadExceptionEventHandler", + "Namespace": "System.Threading" + }, + { + "Name": "CommittableTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "DependentTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "Enlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "IEnlistmentNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "IPromotableSinglePhaseNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "ISimpleTransactionSuperior", + "Namespace": "System.Transactions" + }, + { + "Name": "ISinglePhaseNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "ITransactionPromoter", + "Namespace": "System.Transactions" + }, + { + "Name": "PreparingEnlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "SinglePhaseEnlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "SubordinateTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionEventArgs", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionCompletedEventHandler", + "Namespace": "System.Transactions" + }, + { + "Name": "IsolationLevel", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionStatus", + "Namespace": "System.Transactions" + }, + { + "Name": "DependentCloneOption", + "Namespace": "System.Transactions" + }, + { + "Name": "EnlistmentOptions", + "Namespace": "System.Transactions" + }, + { + "Name": "Transaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionAbortedException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInDoubtException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionManagerCommunicationException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionPromotionException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInformation", + "Namespace": "System.Transactions" + }, + { + "Name": "IDtcTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInterop", + "Namespace": "System.Transactions" + }, + { + "Name": "HostCurrentTransactionCallback", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionStartedEventHandler", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionManager", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionOptions", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScopeOption", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScopeAsyncFlowOption", + "Namespace": "System.Transactions" + }, + { + "Name": "EnterpriseServicesInteropOption", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScope", + "Namespace": "System.Transactions" + }, + { + "Name": "HttpUtility", + "Namespace": "System.Web" + }, + { + "Name": "XDocumentExtensions", + "Namespace": "System.Xml.XPath" + } + ], + "SchemaVersion": "0.0.1" +} diff --git a/Engine/Settings/core-6.0.1-windows.json b/Engine/Settings/core-6.0.1-windows.json new file mode 100644 index 000000000..66056b5be --- /dev/null +++ b/Engine/Settings/core-6.0.1-windows.json @@ -0,0 +1,24144 @@ +{ + "Edition": { + "OS": "windows", + "PowerShellEdition": "core", + "PowerShellVersion": "6.0.1" + }, + "Modules": [ + { + "Name": "CimCmdlets", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-CimAssociatedInstance" + }, + { + "Name": "Get-CimClass" + }, + { + "Name": "Get-CimInstance" + }, + { + "Name": "Get-CimSession" + }, + { + "Name": "Invoke-CimMethod" + }, + { + "Name": "New-CimInstance" + }, + { + "Name": "New-CimSession" + }, + { + "Name": "New-CimSessionOption" + }, + { + "Name": "Register-CimIndicationEvent" + }, + { + "Name": "Remove-CimInstance" + }, + { + "Name": "Remove-CimSession" + }, + { + "Name": "Set-CimInstance" + } + ], + "ExportedAliases": [ + "gcim", + "scim", + "ncim", + "rcim", + "icim", + "gcai", + "rcie", + "ncms", + "rcms", + "gcms", + "ncso", + "gcls" + ] + }, + { + "Name": "Microsoft.PowerShell.Archive", + "Version": "1.1.0.0", + "ExportedCommands": [ + { + "Name": "Compress-Archive" + }, + { + "Name": "Expand-Archive" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Diagnostics", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-WinEvent" + }, + { + "Name": "New-WinEvent" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Host", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "Start-Transcript" + }, + { + "Name": "Stop-Transcript" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Management", + "Version": "3.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Content" + }, + { + "Name": "Clear-Content" + }, + { + "Name": "Clear-Item" + }, + { + "Name": "Clear-ItemProperty" + }, + { + "Name": "Convert-Path" + }, + { + "Name": "Copy-Item" + }, + { + "Name": "Copy-ItemProperty" + }, + { + "Name": "Debug-Process" + }, + { + "Name": "Get-ChildItem" + }, + { + "Name": "Get-ComputerInfo" + }, + { + "Name": "Get-Content" + }, + { + "Name": "Get-Item" + }, + { + "Name": "Get-ItemProperty" + }, + { + "Name": "Get-ItemPropertyValue" + }, + { + "Name": "Get-Location" + }, + { + "Name": "Get-Process" + }, + { + "Name": "Get-PSDrive" + }, + { + "Name": "Get-PSProvider" + }, + { + "Name": "Get-Service" + }, + { + "Name": "Get-TimeZone" + }, + { + "Name": "Invoke-Item" + }, + { + "Name": "Join-Path" + }, + { + "Name": "Move-Item" + }, + { + "Name": "Move-ItemProperty" + }, + { + "Name": "New-Item" + }, + { + "Name": "New-ItemProperty" + }, + { + "Name": "New-PSDrive" + }, + { + "Name": "New-Service" + }, + { + "Name": "Pop-Location" + }, + { + "Name": "Push-Location" + }, + { + "Name": "Remove-Item" + }, + { + "Name": "Remove-ItemProperty" + }, + { + "Name": "Remove-PSDrive" + }, + { + "Name": "Remove-Service" + }, + { + "Name": "Rename-Computer" + }, + { + "Name": "Rename-Item" + }, + { + "Name": "Rename-ItemProperty" + }, + { + "Name": "Resolve-Path" + }, + { + "Name": "Restart-Computer" + }, + { + "Name": "Restart-Service" + }, + { + "Name": "Resume-Service" + }, + { + "Name": "Set-Content" + }, + { + "Name": "Set-Item" + }, + { + "Name": "Set-ItemProperty" + }, + { + "Name": "Set-Location" + }, + { + "Name": "Set-Service" + }, + { + "Name": "Set-TimeZone" + }, + { + "Name": "Split-Path" + }, + { + "Name": "Start-Process" + }, + { + "Name": "Start-Service" + }, + { + "Name": "Stop-Computer" + }, + { + "Name": "Stop-Process" + }, + { + "Name": "Stop-Service" + }, + { + "Name": "Suspend-Service" + }, + { + "Name": "Test-Path" + }, + { + "Name": "Wait-Process" + } + ], + "ExportedAliases": [ + "gin", + "gtz", + "stz" + ] + }, + { + "Name": "Microsoft.PowerShell.Security", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SecureString" + }, + { + "Name": "ConvertTo-SecureString" + }, + { + "Name": "Get-Acl" + }, + { + "Name": "Get-AuthenticodeSignature" + }, + { + "Name": "Get-CmsMessage" + }, + { + "Name": "Get-Credential" + }, + { + "Name": "Get-ExecutionPolicy" + }, + { + "Name": "Get-PfxCertificate" + }, + { + "Name": "New-FileCatalog" + }, + { + "Name": "Protect-CmsMessage" + }, + { + "Name": "Set-Acl" + }, + { + "Name": "Set-AuthenticodeSignature" + }, + { + "Name": "Set-ExecutionPolicy" + }, + { + "Name": "Test-FileCatalog" + }, + { + "Name": "Unprotect-CmsMessage" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Utility", + "Version": "3.1.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SddlString" + }, + { + "Name": "Add-Member" + }, + { + "Name": "Add-Type" + }, + { + "Name": "Clear-Variable" + }, + { + "Name": "Compare-Object" + }, + { + "Name": "ConvertFrom-Csv" + }, + { + "Name": "ConvertFrom-Json" + }, + { + "Name": "ConvertFrom-StringData" + }, + { + "Name": "ConvertTo-Csv" + }, + { + "Name": "ConvertTo-Html" + }, + { + "Name": "ConvertTo-Json" + }, + { + "Name": "ConvertTo-Xml" + }, + { + "Name": "Debug-Runspace" + }, + { + "Name": "Disable-PSBreakpoint" + }, + { + "Name": "Disable-RunspaceDebug" + }, + { + "Name": "Enable-PSBreakpoint" + }, + { + "Name": "Enable-RunspaceDebug" + }, + { + "Name": "Export-Alias" + }, + { + "Name": "Export-Clixml" + }, + { + "Name": "Export-Csv" + }, + { + "Name": "Export-FormatData" + }, + { + "Name": "Export-PSSession" + }, + { + "Name": "Format-Custom" + }, + { + "Name": "Format-Hex" + }, + { + "Name": "Format-List" + }, + { + "Name": "Format-Table" + }, + { + "Name": "Format-Wide" + }, + { + "Name": "Get-Alias" + }, + { + "Name": "Get-Culture" + }, + { + "Name": "Get-Date" + }, + { + "Name": "Get-Event" + }, + { + "Name": "Get-EventSubscriber" + }, + { + "Name": "Get-FileHash" + }, + { + "Name": "Get-FormatData" + }, + { + "Name": "Get-Host" + }, + { + "Name": "Get-Member" + }, + { + "Name": "Get-PSBreakpoint" + }, + { + "Name": "Get-PSCallStack" + }, + { + "Name": "Get-Random" + }, + { + "Name": "Get-Runspace" + }, + { + "Name": "Get-RunspaceDebug" + }, + { + "Name": "Get-TraceSource" + }, + { + "Name": "Get-TypeData" + }, + { + "Name": "Get-UICulture" + }, + { + "Name": "Get-Unique" + }, + { + "Name": "Get-Uptime" + }, + { + "Name": "Get-Variable" + }, + { + "Name": "Get-Verb" + }, + { + "Name": "Group-Object" + }, + { + "Name": "Import-Alias" + }, + { + "Name": "Import-Clixml" + }, + { + "Name": "Import-Csv" + }, + { + "Name": "Import-LocalizedData" + }, + { + "Name": "Import-PowerShellDataFile" + }, + { + "Name": "Import-PSSession" + }, + { + "Name": "Invoke-Expression" + }, + { + "Name": "Invoke-RestMethod" + }, + { + "Name": "Invoke-WebRequest" + }, + { + "Name": "Measure-Command" + }, + { + "Name": "Measure-Object" + }, + { + "Name": "New-Alias" + }, + { + "Name": "New-Event" + }, + { + "Name": "New-Guid" + }, + { + "Name": "New-Object" + }, + { + "Name": "New-TemporaryFile" + }, + { + "Name": "New-TimeSpan" + }, + { + "Name": "New-Variable" + }, + { + "Name": "Out-File" + }, + { + "Name": "Out-String" + }, + { + "Name": "Read-Host" + }, + { + "Name": "Register-EngineEvent" + }, + { + "Name": "Register-ObjectEvent" + }, + { + "Name": "Remove-Alias" + }, + { + "Name": "Remove-Event" + }, + { + "Name": "Remove-PSBreakpoint" + }, + { + "Name": "Remove-TypeData" + }, + { + "Name": "Remove-Variable" + }, + { + "Name": "Select-Object" + }, + { + "Name": "Select-String" + }, + { + "Name": "Select-Xml" + }, + { + "Name": "Send-MailMessage" + }, + { + "Name": "Set-Alias" + }, + { + "Name": "Set-Date" + }, + { + "Name": "Set-PSBreakpoint" + }, + { + "Name": "Set-TraceSource" + }, + { + "Name": "Set-Variable" + }, + { + "Name": "Sort-Object" + }, + { + "Name": "Start-Sleep" + }, + { + "Name": "Tee-Object" + }, + { + "Name": "Trace-Command" + }, + { + "Name": "Unblock-File" + }, + { + "Name": "Unregister-Event" + }, + { + "Name": "Update-FormatData" + }, + { + "Name": "Update-TypeData" + }, + { + "Name": "Wait-Debugger" + }, + { + "Name": "Wait-Event" + }, + { + "Name": "Write-Debug" + }, + { + "Name": "Write-Error" + }, + { + "Name": "Write-Host" + }, + { + "Name": "Write-Information" + }, + { + "Name": "Write-Output" + }, + { + "Name": "Write-Progress" + }, + { + "Name": "Write-Verbose" + }, + { + "Name": "Write-Warning" + } + ], + "ExportedAliases": [ + "fhx" + ] + }, + { + "Name": "Microsoft.WSMan.Management", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "Connect-WSMan" + }, + { + "Name": "Disable-WSManCredSSP" + }, + { + "Name": "Disconnect-WSMan" + }, + { + "Name": "Enable-WSManCredSSP" + }, + { + "Name": "Get-WSManCredSSP" + }, + { + "Name": "Get-WSManInstance" + }, + { + "Name": "Invoke-WSManAction" + }, + { + "Name": "New-WSManInstance" + }, + { + "Name": "New-WSManSessionOption" + }, + { + "Name": "Remove-WSManInstance" + }, + { + "Name": "Set-WSManInstance" + }, + { + "Name": "Set-WSManQuickConfig" + }, + { + "Name": "Test-WSMan" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PackageManagement", + "Version": "1.1.7.0", + "ExportedCommands": [ + { + "Name": "Find-Package" + }, + { + "Name": "Find-PackageProvider" + }, + { + "Name": "Get-Package" + }, + { + "Name": "Get-PackageProvider" + }, + { + "Name": "Get-PackageSource" + }, + { + "Name": "Import-PackageProvider" + }, + { + "Name": "Install-Package" + }, + { + "Name": "Install-PackageProvider" + }, + { + "Name": "Register-PackageSource" + }, + { + "Name": "Save-Package" + }, + { + "Name": "Set-PackageSource" + }, + { + "Name": "Uninstall-Package" + }, + { + "Name": "Unregister-PackageSource" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PowerShellGet", + "Version": "1.6.0", + "ExportedCommands": [ + { + "Name": "Find-Command" + }, + { + "Name": "Find-DscResource" + }, + { + "Name": "Find-Module" + }, + { + "Name": "Find-RoleCapability" + }, + { + "Name": "Find-Script" + }, + { + "Name": "Get-InstalledModule" + }, + { + "Name": "Get-InstalledScript" + }, + { + "Name": "Get-PSRepository" + }, + { + "Name": "Install-Module" + }, + { + "Name": "Install-Script" + }, + { + "Name": "New-ScriptFileInfo" + }, + { + "Name": "Publish-Module" + }, + { + "Name": "Publish-Script" + }, + { + "Name": "Register-PSRepository" + }, + { + "Name": "Save-Module" + }, + { + "Name": "Save-Script" + }, + { + "Name": "Set-PSRepository" + }, + { + "Name": "Test-ScriptFileInfo" + }, + { + "Name": "Uninstall-Module" + }, + { + "Name": "Uninstall-Script" + }, + { + "Name": "Unregister-PSRepository" + }, + { + "Name": "Update-Module" + }, + { + "Name": "Update-ModuleManifest" + }, + { + "Name": "Update-Script" + }, + { + "Name": "Update-ScriptFileInfo" + } + ], + "ExportedAliases": [ + "inmo", + "fimo", + "upmo", + "pumo" + ] + }, + { + "Name": "PSDesiredStateConfiguration", + "Version": "0.0", + "ExportedCommands": [ + { + "Name": "AddDscResourceProperty" + }, + { + "Name": "AddDscResourcePropertyFromMetadata" + }, + { + "Name": "Add-NodeKeys" + }, + { + "Name": "CheckResourceFound" + }, + { + "Name": "Configuration" + }, + { + "Name": "ConvertTo-MOFInstance" + }, + { + "Name": "Generate-VersionInfo" + }, + { + "Name": "Get-CompatibleVersionAddtionaPropertiesStr" + }, + { + "Name": "Get-ComplexResourceQualifier" + }, + { + "Name": "GetCompositeResource" + }, + { + "Name": "Get-ConfigurationErrorCount" + }, + { + "Name": "Get-DscResource" + }, + { + "Name": "Get-DSCResourceModules" + }, + { + "Name": "Get-EncryptedPassword" + }, + { + "Name": "GetImplementingModulePath" + }, + { + "Name": "Get-InnerMostErrorRecord" + }, + { + "Name": "GetModule" + }, + { + "Name": "Get-MofInstanceName" + }, + { + "Name": "Get-MofInstanceText" + }, + { + "Name": "GetPatterns" + }, + { + "Name": "Get-PositionInfo" + }, + { + "Name": "Get-PSCurrentConfigurationNode" + }, + { + "Name": "Get-PSDefaultConfigurationDocument" + }, + { + "Name": "Get-PSMetaConfigDocumentInstVersionInfo" + }, + { + "Name": "Get-PSMetaConfigurationProcessed" + }, + { + "Name": "Get-PSTopConfigurationName" + }, + { + "Name": "Get-PublicKeyFromFile" + }, + { + "Name": "Get-PublicKeyFromStore" + }, + { + "Name": "GetResourceFromKeyword" + }, + { + "Name": "GetSyntax" + }, + { + "Name": "ImportCimAndScriptKeywordsFromModule" + }, + { + "Name": "ImportClassResourcesFromModule" + }, + { + "Name": "Initialize-ConfigurationRuntimeState" + }, + { + "Name": "IsHiddenResource" + }, + { + "Name": "IsPatternMatched" + }, + { + "Name": "New-DscChecksum" + }, + { + "Name": "Node" + }, + { + "Name": "ReadEnvironmentFile" + }, + { + "Name": "Set-NodeExclusiveResources" + }, + { + "Name": "Set-NodeManager" + }, + { + "Name": "Set-NodeResources" + }, + { + "Name": "Set-NodeResourceSource" + }, + { + "Name": "Set-PSCurrentConfigurationNode" + }, + { + "Name": "Set-PSDefaultConfigurationDocument" + }, + { + "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta" + }, + { + "Name": "Set-PSMetaConfigVersionInfoV2" + }, + { + "Name": "Set-PSTopConfigurationName" + }, + { + "Name": "StrongConnect" + }, + { + "Name": "Test-ConflictingResources" + }, + { + "Name": "Test-ModuleReloadRequired" + }, + { + "Name": "Test-MofInstanceText" + }, + { + "Name": "Test-NodeManager" + }, + { + "Name": "Test-NodeResources" + }, + { + "Name": "Test-NodeResourceSource" + }, + { + "Name": "ThrowError" + }, + { + "Name": "Update-ConfigurationDocumentRef" + }, + { + "Name": "Update-ConfigurationErrorCount" + }, + { + "Name": "Update-DependsOn" + }, + { + "Name": "Update-LocalConfigManager" + }, + { + "Name": "Update-ModuleVersion" + }, + { + "Name": "ValidateNoCircleInNodeResources" + }, + { + "Name": "ValidateNodeExclusiveResources" + }, + { + "Name": "ValidateNodeManager" + }, + { + "Name": "ValidateNodeResources" + }, + { + "Name": "ValidateNodeResourceSource" + }, + { + "Name": "ValidateNoNameNodeResources" + }, + { + "Name": "ValidateUpdate-ConfigurationData" + }, + { + "Name": "WriteFile" + }, + { + "Name": "Write-Log" + }, + { + "Name": "Write-MetaConfigFile" + }, + { + "Name": "Write-NodeMOFFile" + } + ], + "ExportedAliases": [ + "rtcfg", + "ulcm", + "upcfg", + "glcm", + "pbcfg", + "tcfg", + "gcfg", + "sacfg", + "gcfgs", + "slcm" + ] + }, + { + "Name": "PSDiagnostics", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-PSTrace" + }, + { + "Name": "Enable-PSTrace" + }, + { + "Name": "Get-LogProperties" + }, + { + "Name": "Set-LogProperties" + } + ], + "ExportedAliases": [] + }, + { + "Name": "PSReadLine", + "Version": "1.2", + "ExportedCommands": [ + { + "Name": "PSConsoleHostReadline" + }, + { + "Name": "Get-PSReadlineKeyHandler" + }, + { + "Name": "Get-PSReadlineOption" + }, + { + "Name": "Remove-PSReadlineKeyHandler" + }, + { + "Name": "Set-PSReadlineKeyHandler" + }, + { + "Name": "Set-PSReadlineOption" + } + ], + "ExportedAliases": [] + }, + { + "Name": "Microsoft.PowerShell.Core", + "Version": "6.0.1", + "ExportedCommands": [ + { + "Name": "Add-History" + }, + { + "Name": "Clear-History" + }, + { + "Name": "Connect-PSSession" + }, + { + "Name": "Debug-Job" + }, + { + "Name": "Disable-PSRemoting" + }, + { + "Name": "Disable-PSSessionConfiguration" + }, + { + "Name": "Disconnect-PSSession" + }, + { + "Name": "Enable-PSRemoting" + }, + { + "Name": "Enable-PSSessionConfiguration" + }, + { + "Name": "Enter-PSHostProcess" + }, + { + "Name": "Enter-PSSession" + }, + { + "Name": "Exit-PSHostProcess" + }, + { + "Name": "Exit-PSSession" + }, + { + "Name": "Export-ModuleMember" + }, + { + "Name": "ForEach-Object" + }, + { + "Name": "Get-Command" + }, + { + "Name": "Get-Help" + }, + { + "Name": "Get-History" + }, + { + "Name": "Get-Job" + }, + { + "Name": "Get-Module" + }, + { + "Name": "Get-PSHostProcessInfo" + }, + { + "Name": "Get-PSSession" + }, + { + "Name": "Get-PSSessionCapability" + }, + { + "Name": "Get-PSSessionConfiguration" + }, + { + "Name": "Import-Module" + }, + { + "Name": "Invoke-Command" + }, + { + "Name": "Invoke-History" + }, + { + "Name": "New-Module" + }, + { + "Name": "New-ModuleManifest" + }, + { + "Name": "New-PSRoleCapabilityFile" + }, + { + "Name": "New-PSSession" + }, + { + "Name": "New-PSSessionConfigurationFile" + }, + { + "Name": "New-PSSessionOption" + }, + { + "Name": "New-PSTransportOption" + }, + { + "Name": "Out-Default" + }, + { + "Name": "Out-Host" + }, + { + "Name": "Out-Null" + }, + { + "Name": "Receive-Job" + }, + { + "Name": "Receive-PSSession" + }, + { + "Name": "Register-ArgumentCompleter" + }, + { + "Name": "Register-PSSessionConfiguration" + }, + { + "Name": "Remove-Job" + }, + { + "Name": "Remove-Module" + }, + { + "Name": "Remove-PSSession" + }, + { + "Name": "Save-Help" + }, + { + "Name": "Set-PSDebug" + }, + { + "Name": "Set-PSSessionConfiguration" + }, + { + "Name": "Set-StrictMode" + }, + { + "Name": "Start-Job" + }, + { + "Name": "Stop-Job" + }, + { + "Name": "Test-ModuleManifest" + }, + { + "Name": "Test-PSSessionConfigurationFile" + }, + { + "Name": "Unregister-PSSessionConfiguration" + }, + { + "Name": "Update-Help" + }, + { + "Name": "Wait-Job" + }, + { + "Name": "Where-Object" + } + ], + "ExportedAliases": [ + "clhy", + "cnsn", + "dnsn", + "etsn", + "exsn", + "%", + "foreach", + "gcm", + "ghy", + "h", + "history", + "gjb", + "gmo", + "gsn", + "ipmo", + "icm", + "ihy", + "r", + "nmo", + "nsn", + "oh", + "rcjb", + "rcsn", + "rjb", + "rmo", + "rsn", + "sajb", + "spjb", + "wjb", + "?", + "where" + ] + } + ], + "Types": [ + { + "Name": "OperationTelemetryExtensions", + "Namespace": "Microsoft.ApplicationInsights" + }, + { + "Name": "TelemetryClient", + "Namespace": "Microsoft.ApplicationInsights" + }, + { + "Name": "TelemetryClientExtensions", + "Namespace": "Microsoft.ApplicationInsights" + }, + { + "Name": "AutocollectedMetricsExtractor", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "IOperationHolder`1", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "ITelemetryInitializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "ITelemetryModule", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "ITelemetryProcessor", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "OperationCorrelationTelemetryInitializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "SdkInternalOperationsMonitor", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "SequencePropertyInitializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "TelemetryConfiguration", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, + { + "Name": "CloudContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "ComponentContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "DeviceContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "HttpWebResponseWrapper", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "InternalContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "JsonSerializer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "LocationContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "OperationContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "OperationTelemetry", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "SessionContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TaskTimer", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryContextExtensions", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryDebugWriter", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryProcessorChain", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryProcessorChainBuilder", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "UserContext", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "TelemetryModules", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" + }, + { + "Name": "DiagnosticsTelemetryModule", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" + }, + { + "Name": "Extensions", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" + }, + { + "Name": "AvailabilityTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "DependencyTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "EventTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ExceptionHandledAt", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ExceptionTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "IJsonWriter", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ISupportMetrics", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ISupportProperties", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "ISupportSampling", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "MetricTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "PageViewTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "PerformanceCounterTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "RequestTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "SessionState", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "SessionStateTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "SeverityLevel", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "TelemetryContext", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "TraceTelemetry", + "Namespace": "Microsoft.ApplicationInsights.DataContracts" + }, + { + "Name": "InMemoryChannel", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "ITelemetry", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "ITelemetryChannel", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "Transmission", + "Namespace": "Microsoft.ApplicationInsights.Channel" + }, + { + "Name": "CSharpExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Conversion", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCommandLineArguments", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCommandLineParser", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "AwaitExpressionInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCompilation", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpScriptCompilationInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "ForEachStatementInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "QueryClauseInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpCompilationOptions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpFileSystemExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpParseOptions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpDiagnosticFormatter", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxVisitor`1", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxVisitor", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxRewriter", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxFactory", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "LanguageVersion", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "LanguageVersionFacts", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxFacts", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SymbolDisplay", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "TypedConstantExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxNode", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxTree", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "CSharpSyntaxWalker", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxExtensions", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "SyntaxKind", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, + { + "Name": "NameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SimpleNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IdentifierNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QualifiedNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GenericNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AliasQualifiedNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PredefinedTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrayTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrayRankSpecifierSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PointerTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NullableTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TupleTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TupleElementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OmittedTypeArgumentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParenthesizedExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TupleExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PrefixUnaryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AwaitExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PostfixUnaryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberAccessExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConditionalAccessExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberBindingExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElementBindingExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ImplicitElementAccessSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BinaryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AssignmentExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConditionalExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InstanceExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ThisExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LiteralExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MakeRefExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefTypeExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefValueExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CheckedExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DefaultExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeOfExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SizeOfExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InvocationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElementAccessExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BracketedArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArgumentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NameColonSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DeclarationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CastExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousFunctionExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousMethodExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LambdaExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SimpleLambdaExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RefExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParenthesizedLambdaExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InitializerExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ObjectCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousObjectMemberDeclaratorSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AnonymousObjectCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrayCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ImplicitArrayCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StackAllocArrayCreationExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SelectOrGroupClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryBodySyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FromClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LetClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "JoinClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "JoinIntoClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WhereClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OrderByClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OrderingSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SelectClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GroupClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QueryContinuationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OmittedArraySizeExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolatedStringExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IsPatternExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ThrowExpressionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WhenClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PatternSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DeclarationPatternSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstantPatternSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolatedStringContentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolatedStringTextSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolationAlignmentClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterpolationFormatClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GlobalStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BlockSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LocalFunctionStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LocalDeclarationStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "VariableDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "VariableDeclaratorSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EqualsValueClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "VariableDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SingleVariableDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DiscardDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParenthesizedVariableDesignationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExpressionStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EmptyStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LabeledStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "GotoStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BreakStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ContinueStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ReturnStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ThrowStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "YieldStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WhileStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DoStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ForStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CommonForEachStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ForEachStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ForEachVariableStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UsingStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FixedStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CheckedStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UnsafeStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LockStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IfStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElseClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SwitchStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SwitchSectionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CasePatternSwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CaseSwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DefaultSwitchLabelSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TryStatementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CatchClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CatchDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CatchFilterClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FinallyClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CompilationUnitSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExternAliasDirectiveSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UsingDirectiveSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NamespaceDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeTargetSpecifierSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeArgumentListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AttributeArgumentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NameEqualsSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseTypeDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ClassDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StructDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "InterfaceDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EnumDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DelegateDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EnumMemberDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SimpleBaseTypeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterConstraintClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeParameterConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstructorConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ClassOrStructConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeConstraintSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseFieldDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "FieldDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EventFieldDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ExplicitInterfaceSpecifierSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseMethodDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MethodDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OperatorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConversionOperatorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstructorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConstructorInitializerSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DestructorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BasePropertyDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PropertyDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ArrowExpressionClauseSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EventDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IndexerDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AccessorListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "AccessorDeclarationSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BracketedParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ParameterSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IncompleteMemberSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "SkippedTokensTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DocumentationCommentTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "TypeCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "QualifiedCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "MemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "NameMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IndexerMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "OperatorMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConversionOperatorMemberCrefSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BaseCrefParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefBracketedParameterListSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CrefParameterSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNodeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlElementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlElementStartTagSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlElementEndTagSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlEmptyElementSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNameSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlPrefixSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlTextAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlCrefAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNameAttributeSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlTextSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlCDataSectionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlProcessingInstructionSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlCommentSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BranchingDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ConditionalDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "IfDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElifDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ElseDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EndIfDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "RegionDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "EndRegionDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ErrorDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "WarningDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "BadDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "DefineDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "UndefDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LineDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PragmaWarningDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "PragmaChecksumDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ReferenceDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "LoadDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "ShebangDirectiveTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "StructuredTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "XmlNameAttributeElementKind", + "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" + }, + { + "Name": "CaseInsensitiveComparison", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineAnalyzerReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineSourceFile", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineArguments", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CommandLineParser", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Compilation", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CandidateReason", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CompilationOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ControlFlowAnalysis", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DataFlowAnalysis", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ModelExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "OptimizationLevel", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ParseOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Platform", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "PreprocessingSymbolInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ScriptCompilationInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SemanticModel", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SourceReferenceResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SpeculativeBindingOption", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SubsystemVersion", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolFilter", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypeInfo", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "XmlReferenceResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DesktopAssemblyIdentityComparer", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AdditionalText", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IAnalyzerAssemblyLoader", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Diagnostic", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DiagnosticDescriptor", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DiagnosticFormatter", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DiagnosticSeverity", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "FileLinePositionSpan", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LocalizableResourceString", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LocalizableString", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Location", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LocationKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ReportDiagnostic", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "WellKnownDiagnosticTags", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DocumentationCommentId", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DocumentationProvider", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DocumentationMode", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "EmbeddedText", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "FileSystemExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyIdentity", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyIdentityComparer", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyIdentityParts", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AssemblyMetadata", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CompilationReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataId", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Metadata", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataImageKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataReferenceProperties", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MetadataReferenceResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ModuleMetadata", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "PortableExecutableReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "UnresolvedMetadataReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IOperation", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "OperationKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Optional`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "OutputKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ResourceDescription", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "RuleSet", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "RuleSetInclude", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SourceCodeKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SourceFileResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SpecialType", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DesktopStrongNameProvider", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "StrongNameProvider", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayDelegateStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayExtensionMethodStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayFormat", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayGenericsOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayGlobalNamespaceStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayKindOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayLocalOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayMemberOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayMiscellaneousOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayParameterOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayPart", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayPartKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayPropertyStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolDisplayTypeQualificationStyle", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "Accessibility", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AttributeData", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "CustomModifier", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IAliasSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IArrayTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IAssemblySymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IDiscardSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IDynamicTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IErrorTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IEventSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IFieldSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ILabelSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ILocalSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IMethodSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IModuleSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "INamedTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "INamespaceOrTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "INamespaceSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IParameterSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IPointerTypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IPreprocessingSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IPropertySymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IRangeVariableSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISourceAssemblySymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISymbolExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ITypeParameterSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ITypeSymbol", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LanguageNames", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "MethodKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "NamespaceKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "DllImportData", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "RefKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolVisitor", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SymbolVisitor`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypedConstant", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypedConstantKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypeKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "TypeParameterKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "VarianceKind", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "WellKnownMemberNames", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "AnnotationExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ChildSyntaxList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ICompilationUnitSyntax", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "ISkippedTokensTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "IStructuredTriviaSyntax", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LineVisibility", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SeparatedSyntaxList`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxAnnotation", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxList`1", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNode", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNodeExtensions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNodeOrToken", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxNodeOrTokenList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxReference", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxRemoveOptions", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxToken", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTokenList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTree", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTrivia", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxTriviaList", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxWalker", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "SyntaxWalkerDepth", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "XmlFileResolver", + "Namespace": "Microsoft.CodeAnalysis" + }, + { + "Name": "LinePosition", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "LinePositionSpan", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "SourceHashAlgorithm", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "SourceText", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "SourceTextContainer", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextChange", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextChangeEventArgs", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextChangeRange", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextLine", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextLineCollection", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "TextSpan", + "Namespace": "Microsoft.CodeAnalysis.Text" + }, + { + "Name": "AnalysisResult", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerFileReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerImageReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerLoadFailureEventArgs", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerOptions", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationWithAnalyzers", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationWithAnalyzersOptions", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "GeneratedCodeAnalysisFlags", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationStartAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CompilationAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SemanticModelAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SymbolAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CodeBlockStartAnalysisContext`1", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "CodeBlockAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "OperationBlockStartAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "OperationBlockAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SyntaxTreeAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SyntaxNodeAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "OperationAnalysisContext", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "DiagnosticAnalyzer", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "DiagnosticAnalyzerAttribute", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "DiagnosticAnalyzerExtensions", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SourceTextValueProvider`1", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SyntaxTreeValueProvider`1", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "UnresolvedAnalyzerReference", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "SuppressionInfo", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics" + }, + { + "Name": "AnalyzerTelemetryInfo", + "Namespace": "Microsoft.CodeAnalysis.Diagnostics.Telemetry" + }, + { + "Name": "ArgumentKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "BinaryOperatorKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "BranchKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "CaseKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "CommonConversion", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAddressOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAnonymousFunctionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAnonymousObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArgumentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArrayCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArrayElementReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IArrayInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IAwaitOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IBinaryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IBlockOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IBranchOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICatchClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICoalesceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICollectionElementInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ICompoundAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConditionalAccessInstanceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConditionalAccessOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConditionalOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConstantPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IConversionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDeclarationExpressionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDeclarationPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDeconstructionAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDefaultCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDefaultValueOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDelegateCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicIndexerAccessOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicInvocationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicMemberReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IDynamicObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEmptyOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEndOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEventAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IEventReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IExpressionStatementOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IFieldInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IFieldReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IIncrementOrDecrementOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInstanceReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolatedStringContentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolatedStringOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolatedStringTextOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInterpolationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInvalidOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IInvocationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IIsPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IIsTypeOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILabeledOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILiteralOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILocalFunctionOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILocalReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILockOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IMemberInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IMemberReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IMethodReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "INameOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IObjectOrCollectionInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IOmittedArgumentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IParameterInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IParameterReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IParenthesizedOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPatternCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPatternOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPropertyInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IPropertyReferenceOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IRaiseEventOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IRangeCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IRelationalCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IReturnOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISimpleAssignmentOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISingleValueCaseClauseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISizeOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IStopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISwitchCaseOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISwitchOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ISymbolInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IThrowOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITranslatedQueryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITupleOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITypeOfOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ITypeParameterObjectCreationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IUnaryOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IUsingOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableDeclarationGroupOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableDeclarationOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableDeclaratorOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IVariableInitializerOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IForEachLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IForLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IForToLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "ILoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "IWhileLoopOperation", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "LoopKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationExtensions", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationVisitor", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationVisitor`2", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "OperationWalker", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "UnaryOperatorKind", + "Namespace": "Microsoft.CodeAnalysis.Operations" + }, + { + "Name": "EmitResult", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "DebugInformationFormat", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EditAndContinueMethodDebugInformation", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EmitBaseline", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EmitDifferenceResult", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "EmitOptions", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "InstrumentationKind", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "SemanticEdit", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "SemanticEditKind", + "Namespace": "Microsoft.CodeAnalysis.Emit" + }, + { + "Name": "Binder", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpArgumentInfo", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpArgumentInfoFlags", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpBinderFlags", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "RuntimeBinderException", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "RuntimeBinderInternalCompilerException", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CimCmdletsAssemblyInitializer", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimBaseCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimIndicationEventArgs", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimIndicationEventExceptionEventArgs", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimIndicationEventInstanceEventArgs", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimIndicationWatcher", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "AsyncResultType", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "GetCimAssociatedInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "GetCimClassCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "GetCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "GetCimSessionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "InvokeCimMethodCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "NewCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "NewCimSessionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "ProtocolType", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "NewCimSessionOptionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "RegisterCimIndicationCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "RemoveCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "RemoveCimSessionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "SetCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimClass", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimConverter", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimException", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimFlags", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSubscriptionDeliveryType", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimInstance", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimPropertyDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParameterDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParameter", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParametersCollection", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodResultBase", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodStreamedResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimProperty", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimQualifier", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSystemProperties", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSession", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSubscriptionResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimType", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "NativeErrorCode", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimDeserializer", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "InstanceSerializationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "ClassSerializationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "CimSerializer", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "CimCredential", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimOperationFlags", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PasswordAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CertificateAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ImpersonatedAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimOperationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimPromptType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimCallbackMode", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimResponseType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimWriteMessageChannel", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteMessageCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteProgressCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteErrorCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PromptUserCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimSubscriptionDeliveryOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "DComSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ImpersonationType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PacketEncoding", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ProxyType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WSManSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimAsyncMultipleResults`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimAsyncResult`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimAsyncStatus", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimKeyedCollection`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimReadOnlyKeyedCollection`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "PerformanceCounterCategoryType", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterType", + "Namespace": "System.Diagnostics" + }, + { + "Name": "GetWinEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewWinEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JoinPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RestartComputerTimeoutException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitForServiceTypes", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RestartComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ComputerChangeInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameComputerChangeInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CopyItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetChildItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetComputerInfoCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuard", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HotFix", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NetworkAdapter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "Processor", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ComputerInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AdminPasswordStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BootOptionAction", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SystemElementState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CpuArchitecture", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CpuAvailability", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CpuStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DataExecutionPreventionSupportPolicy", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuardSmartStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuardConfigCodeIntegrityStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuardHardwareSecure", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuardSoftwareSecure", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DomainRole", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FirmwareType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ForegroundApplicationBoost", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FrontPanelResetStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HardwareSecurity", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NetConnectionStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OSEncryptionLevel", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OSProductSuite", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OperatingSystemSKU", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OSType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PCSystemType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PCSystemTypeEx", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PowerManagementCapabilities", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PowerState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProcessorType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResetCapability", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WakeUpType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PowerPlatformRole", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProductType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServerLevel", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SoftwareElementState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemPropertyValueCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MoveItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CoreCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CoreCommandWithCredentialsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PushLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PopLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DriveMatchingCoreCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MoveItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CopyItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSProviderCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SplitPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PassThroughContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PassThroughItemPropertyCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPathType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProcessBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProcessCommandException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ItemPropertyCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResolvePathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServiceBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MultipleServiceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServiceOperationBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SuspendServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResumeServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RestartServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServiceCommandException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServiceStartupType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTimeZoneCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetTimeZoneCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionBasedCmdletAdapter`2", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "CimJobException", + "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" + }, + { + "Name": "CimCmdletAdapter", + "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" + }, + { + "Name": "AddMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "Language", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutputAssemblyType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCompilerError", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CompareObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConsoleColorCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToHtmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromStringDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BaseCsvWritingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugRunspaceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSBreakpointCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRunspaceDebug", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CommonRunspaceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnableRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisableRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitDebuggerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportAliasFormat", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatHex", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatListCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatCustomCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatTableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatWideCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BreakpointType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSCallStackCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCultureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetDateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisplayHintType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetEventSubscriberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetFileHashCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HashCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileHashInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MemberDefinition", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRandomCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRunspaceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUICultureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUniqueCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUptimeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetVerbCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupInfoNoElement", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImplicitRemotingCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportLocalizedData", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportPowerShellDataFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeExpressionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MatchInfoContext", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MatchInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GenericMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GenericObjectMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TextMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewGuidCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewTemporaryFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewTimeSpanCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OrderObjectBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReadHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterObjectEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterEngineEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SendMailMessage", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetDateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SortObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartSleepCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TeeObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTraceSourceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetTraceSourceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceListenerCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnblockFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnregisterEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateData", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TextEncodingType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UtilityResources", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ByteCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "VariableCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BasicHtmlWebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeRestMethodCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebAuthenticationType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebSslProtocol", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestPSCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeWebRequestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HttpResponseException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormObjectCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JsonObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSUserAgent", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebCmdletElementCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestMethod", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestSession", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteOutputCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteVerboseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteWarningCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteInformationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteOrThrowErrorCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteErrorCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteErrorException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteAliasCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteProgressCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportClixmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportClixmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToXmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectXmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectXmlInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConsoleShell", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "UnmanagedPSEntry", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "StartTranscriptCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopTranscriptCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EventDescriptor", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventProvider", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventProviderTraceListener", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventBookmark", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventKeyword", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLevel", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogType", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogIsolation", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogMode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogConfiguration", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogNotFoundException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogReadingException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogProviderDisabledException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogInvalidDataException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogInformation", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogLink", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogPropertySelector", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogQuery", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogReader", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogRecord", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "SessionAuthentication", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "PathType", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogSession", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogStatus", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventMetadata", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventOpcode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventProperty", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventPropertyContext", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventRecord", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventTask", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "ProviderMetadata", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventLevel", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventTask", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventOpcode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventKeywords", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "PSConsoleReadLine", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "TokenClassification", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "EditMode", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "BellStyle", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ViModeStyle", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ViMode", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "HistorySaveStyle", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "PSConsoleReadlineOptions", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "GetPSReadlineOption", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "SetPSReadlineOption", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ChangePSReadlineKeyHandlerCommandBase", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "SetPSReadlineKeyHandlerCommand", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "GetKeyHandlerCommand", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "RemoveKeyHandlerCommand", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ConsoleKeyChordConverter", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "KeyHandler", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "BreakHandler", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "ConsoleBreakSignal", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "StandardHandleId", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "SMALL_RECT", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "BufferChar", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "CHAR_INFO", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "IPSConsoleReadLineMockableMethods", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "IConsole", + "Namespace": "Microsoft.PowerShell.Internal" + }, + { + "Name": "SecurityDescriptorCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetAclCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetAclCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CatalogCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewFileCatalogCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestFileCatalogCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPfxCertificateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DnsNameRepresentation", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "X509StoreLocation", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnhancedKeyUsageRepresentation", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SendAsTrustedIssuerProperty", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnhancedKeyUsageProperty", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DnsNameProperty", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateProviderItemNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateStoreNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateStoreLocationNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProtectCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnprotectCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCredentialCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetExecutionPolicyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetExecutionPolicyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SecureStringCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromToSecureStringCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromSecureStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToSecureStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SignatureCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetAuthenticodeSignatureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetAuthenticodeSignatureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CallType", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Conversions", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "DesignerGeneratedAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "InternalErrorException", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate0", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate1", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate2", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate3", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate4", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate5", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate6", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SiteDelegate7", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "IncompleteInitialization", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "NewLateBinding", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ObjectFlowControl", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Operators", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "OptionCompareAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "OptionTextAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ProjectData", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "StandardModuleAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "StaticLocalInitFlag", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Utils", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Constants", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "ControlChars", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "HideModuleNameAttribute", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Interaction", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Strings", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Win32Exception", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RegistryAclExtensions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistryAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistryAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistrySecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "Registry", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryKey", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryKeyPermissionCheck", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryHive", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryOptions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryValueKind", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryValueOptions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryView", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SafeRegistryHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "WSManConfigProvider", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderNewItemComputerParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderNewItemPluginParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderInitializeParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderNewItemResourceParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderNewItemSecurityParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderClientCertificateParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProvidersListenerParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderSetItemDynamicParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManConfigElement", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManConfigLeafElement", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManConfigContainerElement", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManCredSSPCommandBase", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "DisableWSManCredSSPCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "EnableWSManCredSSPCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "GetWSManCredSSPCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManEnumFlags", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManSessionFlags", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "AuthenticationMechanism", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSMan", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManConnectionOptions", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManConnectionOptionsEx", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManConnectionOptionsEx2", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManEnumerator", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManEx", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManResourceLocator", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManSession", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManResourceLocatorInternal", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManClass", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "GPClass", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "GpoNativeApi", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "InvokeWSManActionCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "NewWSManSessionOptionCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "TestWSManCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "SetWSManQuickConfigCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "AuthenticatingWSManCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "ConnectWSManCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "DisconnectWSManCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "GetWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "SetWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "RemoveWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "NewWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "SessionOption", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "ProxyAccessType", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "ProxyAuthentication", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "FormatterAssemblyStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "ConstructorHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DateFormatHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DateParseHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DateTimeZoneHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "DefaultValueHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "FloatFormatHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "FloatParseHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "Formatting", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "IArrayPool`1", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "IJsonLineInfo", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonArrayAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConstructorAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonContainerAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConvert", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConverter", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConverterAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonConverterCollection", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonDictionaryAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonExtensionDataAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonIgnoreAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonObjectAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonPropertyAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonReader", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonReaderException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonRequiredAttribute", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonSerializationException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonSerializer", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonSerializerSettings", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonTextReader", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonTextWriter", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonToken", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonValidatingReader", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonWriter", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "JsonWriterException", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "MemberSerialization", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "MetadataPropertyHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "MissingMemberHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "NullValueHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "ObjectCreationHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "PreserveReferencesHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "ReferenceLoopHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "Required", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "SerializationBinder", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "StringEscapeHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "TraceLevel", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "TypeNameAssemblyFormatHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "TypeNameHandling", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "WriteState", + "Namespace": "Newtonsoft.Json" + }, + { + "Name": "CamelCaseNamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "CamelCasePropertyNamesContractResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "DefaultContractResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "DefaultNamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "DefaultSerializationBinder", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ErrorContext", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ErrorEventArgs", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ExpressionValueProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IAttributeProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IContractResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IReferenceResolver", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ISerializationBinder", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ITraceWriter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "IValueProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonArrayContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonContainerContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "SerializationCallback", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "SerializationErrorCallback", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ExtensionDataSetter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ExtensionDataGetter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonDictionaryContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonDynamicContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonISerializableContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonLinqContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonObjectContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonPrimitiveContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonProperty", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonPropertyCollection", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "JsonStringContract", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "MemoryTraceWriter", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "NamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ObjectConstructor`1", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "OnErrorAttribute", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ReflectionAttributeProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "ReflectionValueProvider", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "SnakeCaseNamingStrategy", + "Namespace": "Newtonsoft.Json.Serialization" + }, + { + "Name": "Extensions", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchema", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaException", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaGenerator", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaResolver", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "JsonSchemaType", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "UndefinedSchemaIdHandling", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "ValidationEventArgs", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "ValidationEventHandler", + "Namespace": "Newtonsoft.Json.Schema" + }, + { + "Name": "CommentHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "LineInfoHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "Extensions", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "IJEnumerable`1", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JArray", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JConstructor", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JContainer", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JEnumerable`1", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JObject", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JProperty", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JRaw", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JsonLoadSettings", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JsonMergeSettings", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JToken", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenEqualityComparer", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenReader", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenType", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JTokenWriter", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "JValue", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "MergeArrayHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "MergeNullValueHandling", + "Namespace": "Newtonsoft.Json.Linq" + }, + { + "Name": "BinaryConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "BsonObjectIdConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "CustomCreationConverter`1", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "DateTimeConverterBase", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "DiscriminatedUnionConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "ExpandoObjectConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "IsoDateTimeConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "JavaScriptDateTimeConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "KeyValuePairConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "RegexConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "StringEnumConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "VersionConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "XmlNodeConverter", + "Namespace": "Newtonsoft.Json.Converters" + }, + { + "Name": "BsonObjectId", + "Namespace": "Newtonsoft.Json.Bson" + }, + { + "Name": "BsonReader", + "Namespace": "Newtonsoft.Json.Bson" + }, + { + "Name": "BsonWriter", + "Namespace": "Newtonsoft.Json.Bson" + }, + { + "Name": "ManagedPSEntry", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "BlockingCollection`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentBag`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentDictionary`2", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentQueue`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentStack`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "IProducerConsumerCollection`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "OrderablePartitioner`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "Partitioner`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "EnumerablePartitionerOptions", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "Partitioner", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "BitArray", + "Namespace": "System.Collections" + }, + { + "Name": "StructuralComparisons", + "Namespace": "System.Collections" + }, + { + "Name": "CollectionExtensions", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "HashSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "LinkedList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "LinkedListNode`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Queue`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "TreeSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedList`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Stack`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "ImmutableArrayExtensions", + "Namespace": "System.Linq" + }, + { + "Name": "IImmutableDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableList`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableQueue`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableStack`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableArray", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableArray`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableDictionary", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableHashSet", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableHashSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableInterlocked", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableList", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableList`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableQueue", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableQueue`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedDictionary", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedSet", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableStack", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableStack`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "CaseInsensitiveComparer", + "Namespace": "System.Collections" + }, + { + "Name": "CaseInsensitiveHashCodeProvider", + "Namespace": "System.Collections" + }, + { + "Name": "CollectionBase", + "Namespace": "System.Collections" + }, + { + "Name": "DictionaryBase", + "Namespace": "System.Collections" + }, + { + "Name": "Queue", + "Namespace": "System.Collections" + }, + { + "Name": "ReadOnlyCollectionBase", + "Namespace": "System.Collections" + }, + { + "Name": "SortedList", + "Namespace": "System.Collections" + }, + { + "Name": "Stack", + "Namespace": "System.Collections" + }, + { + "Name": "CollectionsUtil", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "BitVector32", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "HybridDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "IOrderedDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "ListDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NameObjectCollectionBase", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NameValueCollection", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "OrderedDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringCollection", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringEnumerator", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "AssociationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CompareAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ConcurrencyCheckAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CreditCardAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CustomValidationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DataType", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayFormatAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EditableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EmailAddressAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EnumDataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "FileExtensionsAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "FilterUIHintAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "IValidatableObject", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "KeyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "MaxLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "MinLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "PhoneAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RangeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RegularExpressionAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RequiredAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ScaffoldColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "StringLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "TimestampAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "UIHintAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "UrlAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationContext", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationException", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationResult", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "Validator", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "ComplexTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "DatabaseGeneratedAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "DatabaseGeneratedOption", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "ForeignKeyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "InversePropertyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "NotMappedAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "TableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "IServiceProvider", + "Namespace": "System" + }, + { + "Name": "CancelEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IChangeTracking", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IEditableObject", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IRevertibleChangeTracking", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncCompletedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncCompletedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncOperation", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncOperationManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProgressChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProgressChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BackgroundWorker", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoWorkEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoWorkEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunWorkerCompletedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunWorkerCompletedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISynchronizeInvoke", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BrowsableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CategoryAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Component", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DescriptionAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerCategoryAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerSerializationVisibility", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerSerializationVisibilityAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignOnlyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DisplayNameAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventHandlerList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IComponent", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ImmutableObjectAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InitializationEventAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISite", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISupportInitialize", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LocalizableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MergablePropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NotifyParentPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ParenthesizePropertyNameAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ReadOnlyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshProperties", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UriTypeConverter", + "Namespace": "System" + }, + { + "Name": "ExtendedProtectionPolicyTypeConverter", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ColorConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "PointConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "RectangleConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeFConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "ElapsedEventArgs", + "Namespace": "System.Timers" + }, + { + "Name": "ElapsedEventHandler", + "Namespace": "System.Timers" + }, + { + "Name": "Timer", + "Namespace": "System.Timers" + }, + { + "Name": "TimersDescriptionAttribute", + "Namespace": "System.Timers" + }, + { + "Name": "ArrayConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BaseNumberConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BooleanConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ByteConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CharConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DateTimeConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DateTimeOffsetConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DecimalConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoubleConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EnumConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "GuidConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int16Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int32Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int64Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ITypeDescriptorContext", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MultilineStringConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NullableConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SByteConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SingleConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "StringConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TimeSpanConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeConverterAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeListConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt16Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt32Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt64Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AttributeCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AttributeProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CancelEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeAction", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CustomTypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultEventAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventDescriptorCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ExtenderProvidedPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "HandledEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "HandledEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ICustomTypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IExtenderProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IListSource", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InvalidAsynchronousStateException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ITypedList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MemberDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyDescriptorCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProvidePropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptionProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptionProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AddingNewEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AddingNewEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AmbientValueAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindableSupport", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindingDirection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindingList`1", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IBindingList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ICancelAddNew", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IRaiseItemChangedEvents", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDirection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComplexBindingPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ReferenceConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentEditor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Container", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ContainerFilterService", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InheritanceAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InheritanceLevel", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CultureInfoConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectFieldAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectMethodAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectMethodType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultBindingPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignTimeVisibleAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ExpandableObjectConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IBindingListView", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDescriptionCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDescription", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IComNativeDescriptorHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IDataErrorInfo", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INestedContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IIntellisenseBuilder", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INestedSite", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InstallerTypeAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InstanceCreationEditor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InvalidEnumArgumentException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISupportInitializeNotification", + "Namespace": "System.ComponentModel" + }, + { + "Name": "License", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseContext", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseUsageMode", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicFileLicenseProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListBindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LookupBindingPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MarshalByValueComponent", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MaskedTextProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MaskedTextResultHint", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NestedContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PasswordPropertyTextAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyTabAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyTabScope", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RecommendedAsConfigurableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunInstallerAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SettingsBindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SyntaxCheck", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemFilterAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemFilterType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "WarningException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentResourceManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IDictionaryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IExtenderListService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeDescriptorFilterService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IReferenceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerVerbCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerVerb", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "MenuCommand", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "CommandID", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "CheckoutException", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "StandardCommands", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesigntimeLicenseContext", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesigntimeLicenseContextSerializer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeResolutionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ActiveDesignerEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ActiveDesignerEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerHost", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IServiceContainer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransaction", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransactionCloseEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransactionCloseEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ServiceCreatorCallback", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangedEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangedEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangingEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangingEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentRenameEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentRenameEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerOptionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpKeywordAttribute", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpKeywordType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpContextType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerOptionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentChangeService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentDiscoveryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentInitializer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerEventService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerFilter", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerHostTransactionState", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IEventBindingService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IExtenderProviderService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IHelpService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IMenuCommandService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IResourceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IRootDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ISelectionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITreeDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeDiscoveryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ViewTechnology", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "SelectionTypes", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IInheritanceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ServiceContainer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "StandardToolWindows", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "TypeDescriptionProviderService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "InstanceDescriptor", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ComponentSerializationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ContextStack", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DefaultSerializationProviderAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DesignerLoader", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DesignerSerializerAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "SerializationStore", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderHost", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderHost2", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationManager", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationProvider", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "INameCreationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "MemberRelationshipService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "MemberRelationship", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ResolveNameEventHandler", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ResolveNameEventArgs", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "RootDesignerSerializerAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "Console", + "Namespace": "System" + }, + { + "Name": "ConsoleCancelEventHandler", + "Namespace": "System" + }, + { + "Name": "ConsoleCancelEventArgs", + "Namespace": "System" + }, + { + "Name": "ConsoleColor", + "Namespace": "System" + }, + { + "Name": "ConsoleSpecialKey", + "Namespace": "System" + }, + { + "Name": "ConsoleKey", + "Namespace": "System" + }, + { + "Name": "ConsoleKeyInfo", + "Namespace": "System" + }, + { + "Name": "ConsoleModifiers", + "Namespace": "System" + }, + { + "Name": "UpdateStatus", + "Namespace": "System.Data" + }, + { + "Name": "XmlReadMode", + "Namespace": "System.Data" + }, + { + "Name": "XmlWriteMode", + "Namespace": "System.Data" + }, + { + "Name": "AcceptRejectRule", + "Namespace": "System.Data" + }, + { + "Name": "InternalDataCollectionBase", + "Namespace": "System.Data" + }, + { + "Name": "CommandBehavior", + "Namespace": "System.Data" + }, + { + "Name": "CommandType", + "Namespace": "System.Data" + }, + { + "Name": "ConflictOption", + "Namespace": "System.Data" + }, + { + "Name": "ConnectionState", + "Namespace": "System.Data" + }, + { + "Name": "Constraint", + "Namespace": "System.Data" + }, + { + "Name": "ConstraintCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataColumn", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataException", + "Namespace": "System.Data" + }, + { + "Name": "ConstraintException", + "Namespace": "System.Data" + }, + { + "Name": "DeletedRowInaccessibleException", + "Namespace": "System.Data" + }, + { + "Name": "DuplicateNameException", + "Namespace": "System.Data" + }, + { + "Name": "InRowChangingEventException", + "Namespace": "System.Data" + }, + { + "Name": "InvalidConstraintException", + "Namespace": "System.Data" + }, + { + "Name": "MissingPrimaryKeyException", + "Namespace": "System.Data" + }, + { + "Name": "NoNullAllowedException", + "Namespace": "System.Data" + }, + { + "Name": "ReadOnlyException", + "Namespace": "System.Data" + }, + { + "Name": "RowNotInTableException", + "Namespace": "System.Data" + }, + { + "Name": "VersionNotFoundException", + "Namespace": "System.Data" + }, + { + "Name": "DataRelation", + "Namespace": "System.Data" + }, + { + "Name": "DataRelationCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataRow", + "Namespace": "System.Data" + }, + { + "Name": "DataRowBuilder", + "Namespace": "System.Data" + }, + { + "Name": "DataRowAction", + "Namespace": "System.Data" + }, + { + "Name": "DataRowChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataRowChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataRowCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataRowState", + "Namespace": "System.Data" + }, + { + "Name": "DataRowVersion", + "Namespace": "System.Data" + }, + { + "Name": "DataRowView", + "Namespace": "System.Data" + }, + { + "Name": "SerializationFormat", + "Namespace": "System.Data" + }, + { + "Name": "DataSet", + "Namespace": "System.Data" + }, + { + "Name": "DataSetDateTime", + "Namespace": "System.Data" + }, + { + "Name": "DataSysDescriptionAttribute", + "Namespace": "System.Data" + }, + { + "Name": "DataTable", + "Namespace": "System.Data" + }, + { + "Name": "DataTableClearEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataTableClearEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataTableCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataTableNewRowEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataTableNewRowEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataTableReader", + "Namespace": "System.Data" + }, + { + "Name": "DataView", + "Namespace": "System.Data" + }, + { + "Name": "DataViewManager", + "Namespace": "System.Data" + }, + { + "Name": "DataViewRowState", + "Namespace": "System.Data" + }, + { + "Name": "DataViewSetting", + "Namespace": "System.Data" + }, + { + "Name": "DataViewSettingCollection", + "Namespace": "System.Data" + }, + { + "Name": "DBConcurrencyException", + "Namespace": "System.Data" + }, + { + "Name": "DbType", + "Namespace": "System.Data" + }, + { + "Name": "FillErrorEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "FillErrorEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "ForeignKeyConstraint", + "Namespace": "System.Data" + }, + { + "Name": "IColumnMapping", + "Namespace": "System.Data" + }, + { + "Name": "IColumnMappingCollection", + "Namespace": "System.Data" + }, + { + "Name": "IDataAdapter", + "Namespace": "System.Data" + }, + { + "Name": "IDataParameter", + "Namespace": "System.Data" + }, + { + "Name": "IDataParameterCollection", + "Namespace": "System.Data" + }, + { + "Name": "IDataReader", + "Namespace": "System.Data" + }, + { + "Name": "IDataRecord", + "Namespace": "System.Data" + }, + { + "Name": "IDbCommand", + "Namespace": "System.Data" + }, + { + "Name": "IDbConnection", + "Namespace": "System.Data" + }, + { + "Name": "IDbDataAdapter", + "Namespace": "System.Data" + }, + { + "Name": "IDbDataParameter", + "Namespace": "System.Data" + }, + { + "Name": "IDbTransaction", + "Namespace": "System.Data" + }, + { + "Name": "IsolationLevel", + "Namespace": "System.Data" + }, + { + "Name": "ITableMapping", + "Namespace": "System.Data" + }, + { + "Name": "ITableMappingCollection", + "Namespace": "System.Data" + }, + { + "Name": "KeyRestrictionBehavior", + "Namespace": "System.Data" + }, + { + "Name": "LoadOption", + "Namespace": "System.Data" + }, + { + "Name": "MappingType", + "Namespace": "System.Data" + }, + { + "Name": "MergeFailedEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "MergeFailedEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "MissingMappingAction", + "Namespace": "System.Data" + }, + { + "Name": "MissingSchemaAction", + "Namespace": "System.Data" + }, + { + "Name": "ParameterDirection", + "Namespace": "System.Data" + }, + { + "Name": "PropertyCollection", + "Namespace": "System.Data" + }, + { + "Name": "StatementCompletedEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "StatementCompletedEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "Rule", + "Namespace": "System.Data" + }, + { + "Name": "SchemaSerializationMode", + "Namespace": "System.Data" + }, + { + "Name": "SchemaType", + "Namespace": "System.Data" + }, + { + "Name": "SqlDbType", + "Namespace": "System.Data" + }, + { + "Name": "StateChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "StateChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "StatementType", + "Namespace": "System.Data" + }, + { + "Name": "StrongTypingException", + "Namespace": "System.Data" + }, + { + "Name": "UniqueConstraint", + "Namespace": "System.Data" + }, + { + "Name": "UpdateRowSource", + "Namespace": "System.Data" + }, + { + "Name": "InvalidExpressionException", + "Namespace": "System.Data" + }, + { + "Name": "EvaluateException", + "Namespace": "System.Data" + }, + { + "Name": "SyntaxErrorException", + "Namespace": "System.Data" + }, + { + "Name": "SqlChars", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDateTime", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDecimal", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDouble", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlGuid", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt16", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt32", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt64", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlMoney", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlSingle", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlCompareOptions", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlString", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "StorageState", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlTypeException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlNullValueException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlTruncateException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlNotFilledException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlAlreadyFilledException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlXml", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "INullable", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBinary", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBoolean", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlByte", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBytes", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "DbColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "IDbColumnSchemaGenerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "CatalogLocation", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataAdapter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataColumnMapping", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataColumnMappingCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataTableMapping", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataTableMappingCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbCommand", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbCommandBuilder", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbConnection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbConnectionStringBuilder", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataAdapter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataReader", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataReaderExtensions", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataRecord", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataSourceEnumerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbEnumerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbException", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbMetaDataCollectionNames", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbMetaDataColumnNames", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbParameter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbParameterCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderFactory", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderSpecificTypePropertyAttribute", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbTransaction", + "Namespace": "System.Data.Common" + }, + { + "Name": "GroupByBehavior", + "Namespace": "System.Data.Common" + }, + { + "Name": "IdentifierCase", + "Namespace": "System.Data.Common" + }, + { + "Name": "RowUpdatedEventArgs", + "Namespace": "System.Data.Common" + }, + { + "Name": "RowUpdatingEventArgs", + "Namespace": "System.Data.Common" + }, + { + "Name": "SchemaTableColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "SchemaTableOptionalColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "SupportedJoinOperators", + "Namespace": "System.Data.Common" + }, + { + "Name": "OperationAbortedException", + "Namespace": "System.Data" + }, + { + "Name": "ApplicationIntent", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowsCopiedEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowsCopiedEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SortOrder", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopy", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyColumnMapping", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyColumnMappingCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyOptions", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientFactory", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientMetaDataCollectionNames", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlCommand", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlConnection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlConnectionStringBuilder", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataAdapter", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataReader", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlError", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlErrorCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlException", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlInfoMessageEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlInfoMessageEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlParameter", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlParameterCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatedEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatedEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatingEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatingEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlTransaction", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataRecord", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlMetaData", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "DebuggerStepperBoundaryAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerVisualizerAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DiagnosticSource", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DiagnosticListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Activity", + "Namespace": "System.Diagnostics" + }, + { + "Name": "FileVersionInfo", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DataReceivedEventHandler", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DataReceivedEventArgs", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Process", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessModule", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessModuleCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessPriorityClass", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessStartInfo", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessThread", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessThreadCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessWindowStyle", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadPriorityLevel", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadState", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadWaitReason", + "Namespace": "System.Diagnostics" + }, + { + "Name": "MonitoringDescriptionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SafeProcessHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "StackFrameExtensions", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ISymbolBinder", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolBinder1", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolDocument", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolMethod", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolNamespace", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolReader", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolScope", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolVariable", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolWriter", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymbolToken", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymAddressKind", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymDocumentType", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymLanguageType", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymLanguageVendor", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "DelimitedListTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TextWriterTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ExcludeFromCodeCoverageAttribute", + "Namespace": "System.Diagnostics.CodeAnalysis" + }, + { + "Name": "GeneratedCodeAttribute", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "BooleanSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "CorrelationManager", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DefaultTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventTypeFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceLevels", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Switch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Trace", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceEventCache", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceEventType", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceLevel", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceListenerCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceOptions", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceSource", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SwitchAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SwitchLevelAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventCounter", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "Point", + "Namespace": "System.Drawing" + }, + { + "Name": "PointF", + "Namespace": "System.Drawing" + }, + { + "Name": "Rectangle", + "Namespace": "System.Drawing" + }, + { + "Name": "RectangleF", + "Namespace": "System.Drawing" + }, + { + "Name": "Size", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeF", + "Namespace": "System.Drawing" + }, + { + "Name": "Color", + "Namespace": "System.Drawing" + }, + { + "Name": "ZipArchive", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipArchiveEntry", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipArchiveMode", + "Namespace": "System.IO.Compression" + }, + { + "Name": "CompressionLevel", + "Namespace": "System.IO.Compression" + }, + { + "Name": "CompressionMode", + "Namespace": "System.IO.Compression" + }, + { + "Name": "GZipStream", + "Namespace": "System.IO.Compression" + }, + { + "Name": "DeflateStream", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZLibException", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipFile", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipFileExtensions", + "Namespace": "System.IO.Compression" + }, + { + "Name": "FileSystemAclExtensions", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "DirectorySecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "DirectoryObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "Directory", + "Namespace": "System.IO" + }, + { + "Name": "DirectoryInfo", + "Namespace": "System.IO" + }, + { + "Name": "File", + "Namespace": "System.IO" + }, + { + "Name": "FileInfo", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemInfo", + "Namespace": "System.IO" + }, + { + "Name": "SearchOption", + "Namespace": "System.IO" + }, + { + "Name": "DriveInfo", + "Namespace": "System.IO" + }, + { + "Name": "DriveNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "DriveType", + "Namespace": "System.IO" + }, + { + "Name": "ErrorEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "ErrorEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemWatcher", + "Namespace": "System.IO" + }, + { + "Name": "InternalBufferOverflowException", + "Namespace": "System.IO" + }, + { + "Name": "NotifyFilters", + "Namespace": "System.IO" + }, + { + "Name": "RenamedEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "RenamedEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "WatcherChangeTypes", + "Namespace": "System.IO" + }, + { + "Name": "WaitForChangedResult", + "Namespace": "System.IO" + }, + { + "Name": "IsolatedStorageException", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageFile", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageFileStream", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorage", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageScope", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "INormalizeForIsolatedStorage", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "SafeMemoryMappedViewHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeMemoryMappedFileHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "MemoryMappedFileOptions", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFileAccess", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFile", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedViewAccessor", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedViewStream", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFileRights", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "FileFormatException", + "Namespace": "System.IO" + }, + { + "Name": "CompressionOption", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "EncryptionOption", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "Package", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackagePart", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackagePartCollection", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageProperties", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationship", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipCollection", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipSelector", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipSelectorType", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackUriHelper", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "TargetMode", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "ZipPackage", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "ZipPackagePart", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "AnonymousPipeClientStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "AnonymousPipeServerStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeDirection", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeOptions", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeTransmissionMode", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "NamedPipeClientStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "NamedPipeServerStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeStreamImpersonationWorker", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "SafePipeHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "Enumerable", + "Namespace": "System.Linq" + }, + { + "Name": "IGrouping`2", + "Namespace": "System.Linq" + }, + { + "Name": "Grouping`2", + "Namespace": "System.Linq" + }, + { + "Name": "ILookup`2", + "Namespace": "System.Linq" + }, + { + "Name": "Lookup`2", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedEnumerable`1", + "Namespace": "System.Linq" + }, + { + "Name": "IRuntimeVariables", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeOps", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ReadOnlyCollectionBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuleCache`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSite", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSite`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteBinder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteOps", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteHelpers", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DynamicAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DebugInfoGenerator", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "Closure", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IQueryable", + "Namespace": "System.Linq" + }, + { + "Name": "IQueryable`1", + "Namespace": "System.Linq" + }, + { + "Name": "IQueryProvider", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedQueryable", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedQueryable`1", + "Namespace": "System.Linq" + }, + { + "Name": "BinaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "Expression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "BlockExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "CatchBlock", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ConditionalExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ConstantExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DebugInfoExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DefaultExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ElementInit", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ExpressionType", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ExpressionVisitor", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "GotoExpressionKind", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "GotoExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IArgumentProvider", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IDynamicExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IndexExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "InvocationExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LabelExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LabelTarget", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LambdaExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "Expression`1", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ListInitExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LoopExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberAssignment", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberBindingType", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberInitExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberListBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberMemberBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MethodCallExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "NewArrayExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "NewExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ParameterExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "RuntimeVariablesExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SwitchCase", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SwitchExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SymbolDocumentInfo", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "TryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "TypeBinaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "UnaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DynamicExpressionVisitor", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DynamicExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LightLambda", + "Namespace": "System.Linq.Expressions.Interpreter" + }, + { + "Name": "DynamicMetaObjectBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DynamicMetaObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "IDynamicMetaObjectProvider", + "Namespace": "System.Dynamic" + }, + { + "Name": "BindingRestrictions", + "Namespace": "System.Dynamic" + }, + { + "Name": "BinaryOperationBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "CallInfo", + "Namespace": "System.Dynamic" + }, + { + "Name": "ExpandoObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "ConvertBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "CreateInstanceBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DeleteIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DeleteMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DynamicObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "GetIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "GetMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "InvokeBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "InvokeMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "SetIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "SetMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "UnaryOperationBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "IInvokeOnGetBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "OrderedParallelQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelQuery", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelEnumerable", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelExecutionMode", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelMergeOptions", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableExecutor", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableExecutor`1", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableQuery", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "Queryable", + "Namespace": "System.Linq" + }, + { + "Name": "ToStringCodeMethods", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ProcessCodeMethods", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "DeserializingTypeConverter", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "PSAuthorizationManager", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ExecutionPolicy", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ExecutionPolicyScope", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ArgumentToConfigurationDataTransformationAttribute", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + }, + { + "Name": "DscRemoteOperationsClass", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "DscClassCache", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "GetCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NounArgumentCompleter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HistoryInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ForEachObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WhereObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetStrictModeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportModuleMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSEditionArgumentCompleter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ModuleCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ModuleSpecification", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewModuleManifestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestModuleManifestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectEventRegistrationBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConnectPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionFilterState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSSessionConfigurationCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnregisterPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSRemotingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSRemotingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionCapabilityCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisconnectPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnterPSHostProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExitPSHostProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSHostProcessInfoCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSHostProcessInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionConfigurationFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSRoleCapabilityFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WSManConfigurationOption", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSTransportOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExitPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRemotingCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRemotingBaseCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSExecutionCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRunspaceCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnterPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReceiveJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReceivePSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutTarget", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JobCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResumeJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SuspendJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPSSessionConfigurationFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OpenMode", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatDefaultCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutNullCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutDefaultCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutLineOutputCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HelpCategoryInvalidException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHelpCodeMethods", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HelpNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SaveHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdatableHelpCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AliasProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AliasProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnvironmentProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentDynamicParametersBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemClearContentDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentWriterDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentReaderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemItemProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProviderGetItemDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProviderRemoveItemDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InternalSymbolicLinkLinkCodeMethods", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FunctionProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FunctionProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegistryProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegistryProviderSetItemDynamicParameter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionStateProviderBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionStateProviderBaseContentReaderWriter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "VariableProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemotingErrorResources", + "Namespace": "Microsoft.PowerShell.Commands.Internal" + }, + { + "Name": "FrontEndCommandBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatShapeCommandBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatTableAndListBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatTableBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "AuthenticationLevel", + "Namespace": "Microsoft.PowerShell.CoreClr.Stubs" + }, + { + "Name": "ImpersonationLevel", + "Namespace": "Microsoft.PowerShell.CoreClr.Stubs" + }, + { + "Name": "CimInstanceAdapter", + "Namespace": "Microsoft.PowerShell.Cim" + }, + { + "Name": "MethodInvocationInfo", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "MethodParameterBindings", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "MethodParameter", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "CmdletAdapter`1", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "BehaviorOnNoMatch", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "QueryBuilder", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "ConfirmImpact", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + }, + { + "Name": "ItemsChoiceType", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + }, + { + "Name": "PowerShellAssemblyLoadContextInitializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Platform", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTransactionContext", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RollbackSeverity", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AliasInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ApplicationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateArgumentsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateEnumeratedArgumentsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DSCResourceRunAsCredential", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourceAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscPropertyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscLocalConfigurationManagerAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletCommonMetadataAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletBindingAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "OutputTypeAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DynamicClassImplementationAssemblyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AliasAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeNameAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SupportsWildcardsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDefaultValueAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HiddenAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateLengthAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateRangeKind", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateRangeAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidatePatternAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateScriptAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateCountAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CachedValidValuesGeneratorBase", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateSetAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IValidateSetValuesGenerator", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowNullAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowEmptyStringAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowEmptyCollectionAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateDriveAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateUserDriveAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "NullValidationAttributeBase", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateNotNullAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateNotNullOrEmptyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentTransformationAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ChildItemCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ReturnContainers", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Cmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ShouldProcessReason", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DefaultParameterDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ActionPreference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConfirmImpact", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandCompletion", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionCompleters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionResultType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionResult", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentCompleterAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IArgumentCompleter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RegisterArgumentCompleterCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentCompletionsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandLookupEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSModuleAutoLoadingPreference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeName", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionCapabilities", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConfigurationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContentCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredentialTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredentialUIOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetSymmetricEncryptionKey", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredential", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDriveInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Breakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariableAccessMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariableBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LineBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerResumeAction", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerStopEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakpointUpdateType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakpointUpdatedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSJobStartEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugSource", + "Namespace": "System.Management.Automation" + }, + { + "Name": "StartRunspaceDebugProcessingEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProcessRunspaceDebugEndEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugModes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Debugger", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerCommandResults", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDebugContext", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CallStackFrame", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DriveManagementIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ImplementedAsType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourceInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourcePropertyInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "EngineIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FlagsExpression`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorCategory", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorCategoryInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorDetails", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IContainsErrorRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IResourceSupplier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEngineEvent", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventSubscriber", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ForwardedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventReceivedEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventUnsubscribedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventUnsubscribedEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventArgsCollection", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventJob", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExtendedTypeSystemException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MethodException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MethodInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetValueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PropertyNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetValueInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SetValueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SetValueInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvalidCastException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExternalScriptInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSnapInSpecification", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FilterInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FunctionInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HostUtilities", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InformationalRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WarningRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerboseRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSListModifier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSListModifier`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvalidPowerShellStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspaceMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationStateChangedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationSettings", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteStreamOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShell", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDataStreams", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DataAddedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DataAddingEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDataCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ICommandRuntime", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ICommandRuntime2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InformationRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HostInformationMessage", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvocationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteCommandInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ItemCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CopyContainers", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeConverter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConvertThroughString", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LanguagePrimitives", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParseError", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParser", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSToken", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTokenType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FlowControlException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LoopFlowException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContinueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExitException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TerminateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SplitOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptBlock", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SteppablePipeline", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptBlockToPowerShellNotSupportedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IModuleAssemblyInitializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IModuleAssemblyCleanup", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSModuleInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleAccessMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IDynamicParameters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SwitchParameter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandInvocationIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberViewTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertyInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSAliasProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCodeProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSAdaptedProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNoteProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariableProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSScriptProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMethodInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCodeMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSScriptMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParameterizedProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberSet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertySet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEvent", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDynamicMember", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberInfoCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ReadOnlyPSMemberInfoCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObject", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCustomObject", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SettingValueExceptionEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GettingValueExceptionEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectPropertyDescriptor", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectTypeDescriptor", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectTypeDescriptionProvider", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSReference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSecurityException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandParameterInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandParameterSetInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TypeInferenceRuntimePermissions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProgressRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProgressRecordType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PropertyCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletProviderManagementIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProxyCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSClassInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSClassMemberInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeDefinedParameter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeDefinedParameterDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVersionHashTable", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SemanticVersion", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardPattern", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardPatternException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvalidJobStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobStateEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobIdentifier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IJobDebugger", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Job", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Job2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobThreadOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContainerParentJob", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobFailedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobInvocationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobSourceAdapter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShellStreams`2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSJobProxy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSChildJobProxy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobDataAddedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShellStreamType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Repository`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobRepository", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspaceRepository", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemotingCapability", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemotingBehavior", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSessionTypeOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTransportOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspacePoolStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WhereOperatorSelectionMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SecurityDescriptorCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandOrigin", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AuthorizationManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSerializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPrimitiveDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateEntryVisibility", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSLanguageMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariable", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScopedItemOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertyAdapter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterSetMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PagingParameters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariableIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariablePath", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WorkflowInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExtendedTypeDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FormatViewDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSControlGroupBy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DisplayEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "EntrySelectedBy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Alignment", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DisplayEntryValueType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControlEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemBase", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemExpression", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemFrame", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemNewline", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemText", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomEntryBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlEntryItem", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListEntryBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlColumnHeader", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlColumn", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlRow", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableRowDefinitionBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControlEntryItem", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathInfoStack", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SigningOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CatalogValidationStatus", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CatalogInformation", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CredentialAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SignatureStatus", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SignatureType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Signature", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmsMessageRecipient", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ResolutionPurpose", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSnapInInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptRequiresException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ApplicationFailedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderCmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletProviderInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineStoppedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineClosedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ActionPreferenceStopException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParentContainsErrorRecordException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RedirectedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptCallDepthException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineDepthException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HaltCommandException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidationMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentTransformationMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParsingMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentNullException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentOutOfRangeException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvalidOperationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNotImplementedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNotSupportedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectDisposedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTraceSource", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterBindingException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParseException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IncompleteParseException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateCategory", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateUnauthorizedAccessException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderNameAmbiguousException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DriveNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ItemNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTraceSourceOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsCommon", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsData", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsLifecycle", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsDiagnostic", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsCommunications", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsSecurity", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsOther", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShellTraceEvent", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceChannel", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceLevel", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceOperationCode", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceTask", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceKeywords", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "BaseChannelWriter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "NullWriter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellChannelWriter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceSource", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceSourceFactory", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "EtwEvent", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "CallbackNoParameter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "CallbackWithState", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "CallbackWithStateAndArgs", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "EtwEventArgs", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "EtwActivity", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "IEtwActivityReverter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "IEtwEventCorrelator", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "EtwEventCorrelator", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "Tracer", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "ContainerCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "DriveCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentReader", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentWriter", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IDynamicPropertyCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ISecurityDescriptorCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IPropertyCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ItemCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "NavigationCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ICmdletProviderSupportsHelp", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "CmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "CmdletProviderAttribute", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ProviderCapabilities", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "OriginInfo", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "ProxyAccessType", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionOption", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "CmdletMethodInvoker`1", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingDataStructureException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingTransportException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingTransportRedirectException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSDirectException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionConfiguration", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "SessionType", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSenderInfo", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSPrincipal", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSIdentity", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSCertificateDetails", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionConfigurationData", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManPluginManagedEntryWrapper", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManPluginManagedEntryInstanceWrapper", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManServerChannelEvents", + "Namespace": "System.Management.Automation.Remoting.WSMan" + }, + { + "Name": "ActiveSessionsChangedEventArgs", + "Namespace": "System.Management.Automation.Remoting.WSMan" + }, + { + "Name": "PSStreamObjectType", + "Namespace": "System.Management.Automation.Remoting.Internal" + }, + { + "Name": "PSStreamObject", + "Namespace": "System.Management.Automation.Remoting.Internal" + }, + { + "Name": "ChoiceDescription", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "FieldDescription", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHost", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "IHostSupportsInteractiveSession", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Coordinates", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Size", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "ReadKeyOptions", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "ControlKeyStates", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "KeyInfo", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Rectangle", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "BufferCell", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "BufferCellType", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHostRawUserInterface", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHostUserInterface", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "IHostUISupportsMultipleChoiceSelection", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "HostException", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PromptingException", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Command", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineResultTypes", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandCollection", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidRunspaceStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSThreadOptions", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceStateInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceStateEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceAvailability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceAvailabilityEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceCapability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "Runspace", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateProxy", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceFactory", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceOpenModuleLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandParameter", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandParameterCollection", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidPipelineStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineStateInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineStateEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "Pipeline", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PowerShellProcessInstance", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidRunspacePoolStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolStateChangedEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolAvailability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolCapability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePool", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionStateEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ConstrainedSessionStateEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateCommandEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateTypeEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateFormatEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateAssemblyEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateCmdletEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateProviderEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateScriptEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateAliasEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateApplicationEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateFunctionEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateVariableEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionStateEntryCollection`1", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TargetMachineType", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSession", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingErrorRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingProgressRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingWarningRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingDebugRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingVerboseRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingInformationRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "AuthenticationMechanism", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSessionType", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSessionConfigurationAccessMode", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "OutputBufferingMode", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "WSManConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "NamedPipeConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SSHConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "VMConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ContainerConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeTableLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeMemberData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "NotePropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "AliasPropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ScriptPropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CodePropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ScriptMethodData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CodeMethodData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PropertySetData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "MemberSetData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeTable", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "FormatTableLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "FormatTable", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSConsoleLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSnapInException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineReader`1", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineWriter", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "StaticParameterBinder", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StaticBindingResult", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterBindingResult", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StaticBindingError", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CodeGeneration", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NullString", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Ast", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ErrorStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ErrorExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptRequirements", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParamBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NamedBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NamedAttributeArgumentAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributeBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributeAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeConstraintAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StatementBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingStatementKind", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PropertyAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PropertyMemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MethodAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FunctionMemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FunctionDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IfStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DataStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LabeledStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LoopStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForEachFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForEachStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DoWhileStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DoUntilStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "WhileStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SwitchFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SwitchStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CatchClauseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TryStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TrapStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BreakStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ContinueStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ReturnStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExitStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ThrowStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PipelineBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PipelineAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandElementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandParameterAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionStream", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MergingRedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FileRedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AssignmentStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConfigurationType", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConfigurationDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BinaryExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UnaryExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BlockStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributedExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConvertExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "InvokeMemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BaseCtorInvokeMemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ITypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "GenericTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ReflectionTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "VariableExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConstantExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringConstantType", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringConstantExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExpandableStringExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptBlockExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayLiteralAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "HashtableAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParenExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SubExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IndexExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommentHelpInfo", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ICustomAstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ICustomAstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DefaultCustomAstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DefaultCustomAstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Parser", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParseError", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IScriptPosition", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IScriptExtent", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptPosition", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptExtent", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitAction", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IAstPostVisitHandler", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenKind", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenTraits", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Token", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NumberToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "VariableToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringLiteralToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringExpandableToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LabelToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "InputRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MergingRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FileRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordNameMode", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordBodyMode", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeyword", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordProperty", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordParameter", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CmdletMetadataAttribute", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ParsingBaseAttribute", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "AutomationNull", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "InternalCommand", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "CommonParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "DebuggerUtils", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSMonitorRunspaceType", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSStandaloneMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSEmbeddedMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "SessionStateKeeper", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ScriptBlockMemberMethodWrapper", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ClassOps", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ShouldProcessParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "TransactionParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "InternalTestHooks", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "AlternateStreamData", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "AlternateDataStreamUtilities", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "SecuritySupport", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ByteArrayContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "ClientCertificateOption", + "Namespace": "System.Net.Http" + }, + { + "Name": "DelegatingHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "FormUrlEncodedContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpClient", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpCompletionOption", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMessageHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMessageInvoker", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMethod", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpRequestException", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpRequestMessage", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpResponseMessage", + "Namespace": "System.Net.Http" + }, + { + "Name": "MessageProcessingHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "MultipartContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "MultipartFormDataContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "StreamContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "StringContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpClientHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "AuthenticationHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "CacheControlHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ContentDispositionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ContentRangeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "EntityTagHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpContentHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpHeaderValueCollection`1", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpRequestHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpResponseHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "MediaTypeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "MediaTypeWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "NameValueHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "NameValueWithParametersHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ProductHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ProductInfoHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeConditionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeItemHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RetryConditionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "StringWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "TransferCodingHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "TransferCodingWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ViaHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "WarningHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "WindowsProxyUsePolicy", + "Namespace": "System.Net.Http" + }, + { + "Name": "CookieUsePolicy", + "Namespace": "System.Net.Http" + }, + { + "Name": "WinHttpHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpListenerPrefixCollection", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerRequest", + "Namespace": "System.Net" + }, + { + "Name": "AuthenticationSchemeSelector", + "Namespace": "System.Net" + }, + { + "Name": "HttpListener", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerBasicIdentity", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerContext", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerException", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerResponse", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerTimeoutManager", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerWebSocketContext", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "AlternateView", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AlternateViewCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AttachmentBase", + "Namespace": "System.Net.Mail" + }, + { + "Name": "Attachment", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AttachmentCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "LinkedResource", + "Namespace": "System.Net.Mail" + }, + { + "Name": "LinkedResourceCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailAddress", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailAddressCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "DeliveryNotificationOptions", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailMessage", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailPriority", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SendCompletedEventHandler", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpDeliveryMethod", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpDeliveryFormat", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpClient", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpFailedRecipientException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpFailedRecipientsException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpStatusCode", + "Namespace": "System.Net.Mail" + }, + { + "Name": "TransferEncoding", + "Namespace": "System.Net.Mime" + }, + { + "Name": "ContentDisposition", + "Namespace": "System.Net.Mime" + }, + { + "Name": "ContentType", + "Namespace": "System.Net.Mime" + }, + { + "Name": "DispositionTypeNames", + "Namespace": "System.Net.Mime" + }, + { + "Name": "MediaTypeNames", + "Namespace": "System.Net.Mime" + }, + { + "Name": "Dns", + "Namespace": "System.Net" + }, + { + "Name": "IPHostEntry", + "Namespace": "System.Net" + }, + { + "Name": "ProtocolType", + "Namespace": "System.Net.Internals" + }, + { + "Name": "ProtocolFamily", + "Namespace": "System.Net.Internals" + }, + { + "Name": "DuplicateAddressDetectionState", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "GatewayIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "GatewayIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IcmpV4Statistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IcmpV6Statistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPGlobalProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPGlobalStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPInterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPInterfaceStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv4InterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv4InterfaceStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv6InterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "MulticastIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "MulticastIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetBiosNodeType", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAvailabilityEventArgs", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAddressChangedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAvailabilityChangedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterface", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterfaceComponent", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterfaceType", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "OperationalStatus", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PhysicalAddress", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PrefixOrigin", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "ScopeLevel", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "SuffixOrigin", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpConnectionInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpState", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UdpStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UnicastIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UnicastIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationException", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkChange", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPStatus", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "Ping", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingCompletedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingCompletedEventArgs", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingException", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingOptions", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingReply", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "SslProtocols", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ExchangeAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "CipherAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "HashAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ChannelBinding", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ChannelBindingKind", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "AuthenticationSchemes", + "Namespace": "System.Net" + }, + { + "Name": "CookieVariant", + "Namespace": "System.Net" + }, + { + "Name": "Cookie", + "Namespace": "System.Net" + }, + { + "Name": "CookieContainer", + "Namespace": "System.Net" + }, + { + "Name": "PathList", + "Namespace": "System.Net" + }, + { + "Name": "CookieCollection", + "Namespace": "System.Net" + }, + { + "Name": "CookieException", + "Namespace": "System.Net" + }, + { + "Name": "CredentialCache", + "Namespace": "System.Net" + }, + { + "Name": "DecompressionMethods", + "Namespace": "System.Net" + }, + { + "Name": "DnsEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "EndPoint", + "Namespace": "System.Net" + }, + { + "Name": "HttpStatusCode", + "Namespace": "System.Net" + }, + { + "Name": "HttpVersion", + "Namespace": "System.Net" + }, + { + "Name": "ICredentials", + "Namespace": "System.Net" + }, + { + "Name": "ICredentialsByHost", + "Namespace": "System.Net" + }, + { + "Name": "IPAddress", + "Namespace": "System.Net" + }, + { + "Name": "IPEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "IWebProxy", + "Namespace": "System.Net" + }, + { + "Name": "NetworkCredential", + "Namespace": "System.Net" + }, + { + "Name": "TransportContext", + "Namespace": "System.Net" + }, + { + "Name": "SocketAddress", + "Namespace": "System.Net" + }, + { + "Name": "RequestCacheLevel", + "Namespace": "System.Net.Cache" + }, + { + "Name": "RequestCachePolicy", + "Namespace": "System.Net.Cache" + }, + { + "Name": "IPAddressCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "AuthenticationLevel", + "Namespace": "System.Net.Security" + }, + { + "Name": "SslPolicyErrors", + "Namespace": "System.Net.Security" + }, + { + "Name": "SocketException", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "AddressFamily", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketError", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "AuthenticationManager", + "Namespace": "System.Net" + }, + { + "Name": "Authorization", + "Namespace": "System.Net" + }, + { + "Name": "FileWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "FileWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "GlobalProxySelection", + "Namespace": "System.Net" + }, + { + "Name": "HttpContinueDelegate", + "Namespace": "System.Net" + }, + { + "Name": "HttpWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "HttpWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "IAuthenticationModule", + "Namespace": "System.Net" + }, + { + "Name": "ICredentialPolicy", + "Namespace": "System.Net" + }, + { + "Name": "IWebRequestCreate", + "Namespace": "System.Net" + }, + { + "Name": "ProtocolViolationException", + "Namespace": "System.Net" + }, + { + "Name": "WebException", + "Namespace": "System.Net" + }, + { + "Name": "WebExceptionStatus", + "Namespace": "System.Net" + }, + { + "Name": "WebRequest", + "Namespace": "System.Net" + }, + { + "Name": "WebRequestMethods", + "Namespace": "System.Net" + }, + { + "Name": "WebResponse", + "Namespace": "System.Net" + }, + { + "Name": "FtpStatusCode", + "Namespace": "System.Net" + }, + { + "Name": "FtpWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "FtpWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "HttpCacheAgeControl", + "Namespace": "System.Net.Cache" + }, + { + "Name": "HttpRequestCacheLevel", + "Namespace": "System.Net.Cache" + }, + { + "Name": "HttpRequestCachePolicy", + "Namespace": "System.Net.Cache" + }, + { + "Name": "AuthenticationException", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "InvalidCredentialException", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ExtendedProtectionPolicy", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "PolicyEnforcement", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ProtectionScenario", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ServiceNameCollection", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "AuthenticatedStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "EncryptionPolicy", + "Namespace": "System.Net.Security" + }, + { + "Name": "RemoteCertificateValidationCallback", + "Namespace": "System.Net.Security" + }, + { + "Name": "LocalCertificateSelectionCallback", + "Namespace": "System.Net.Security" + }, + { + "Name": "SslStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "ProtectionLevel", + "Namespace": "System.Net.Security" + }, + { + "Name": "NegotiateStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "BindIPEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "ServicePoint", + "Namespace": "System.Net" + }, + { + "Name": "ServicePointManager", + "Namespace": "System.Net" + }, + { + "Name": "SecurityProtocolType", + "Namespace": "System.Net" + }, + { + "Name": "SocketReceiveFromResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketReceiveMessageFromResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketTaskExtensions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IOControlCode", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPPacketInformation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPProtectionLevel", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "LingerOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "MulticastOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPv6MulticastOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "NetworkStream", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SelectMode", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SendPacketsElement", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "Socket", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketAsyncEventArgs", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketAsyncOperation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketFlags", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketInformationOptions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketInformation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketOptionLevel", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketOptionName", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketShutdown", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TcpClient", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TcpListener", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TransmitFileOptions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "UdpClient", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "UdpReceiveResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "ProtocolFamily", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "ProtocolType", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketType", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "WebClient", + "Namespace": "System.Net" + }, + { + "Name": "OpenReadCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "OpenWriteCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadStringCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadDataCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadStringCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadDataCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadFileCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadValuesCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadProgressChangedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadProgressChangedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "WriteStreamClosedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "OpenReadCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "OpenWriteCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadStringCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadDataCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadStringCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadDataCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadFileCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadValuesCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadProgressChangedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadProgressChangedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "WriteStreamClosedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "WebHeaderCollection", + "Namespace": "System.Net" + }, + { + "Name": "HttpResponseHeader", + "Namespace": "System.Net" + }, + { + "Name": "HttpRequestHeader", + "Namespace": "System.Net" + }, + { + "Name": "IWebProxyScript", + "Namespace": "System.Net" + }, + { + "Name": "WebProxy", + "Namespace": "System.Net" + }, + { + "Name": "ClientWebSocket", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "ClientWebSocketOptions", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocket", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketCloseStatus", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketContext", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketError", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketException", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketMessageType", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketReceiveResult", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketState", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "Vector`1", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector", + "Namespace": "System.Numerics" + }, + { + "Name": "Matrix3x2", + "Namespace": "System.Numerics" + }, + { + "Name": "Matrix4x4", + "Namespace": "System.Numerics" + }, + { + "Name": "Plane", + "Namespace": "System.Numerics" + }, + { + "Name": "Quaternion", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector2", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector3", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector4", + "Namespace": "System.Numerics" + }, + { + "Name": "ICommand", + "Namespace": "System.Windows.Input" + }, + { + "Name": "DataErrorsChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyDataErrorInfo", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyPropertyChanged", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyPropertyChanging", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangingEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangingEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "KeyedCollection`2", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ObservableCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyDictionary`2", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyObservableCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "INotifyCollectionChanged", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedAction", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedEventArgs", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedEventHandler", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "SafeWaitHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "CriticalHandleMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "CriticalHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeHandleMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeFileHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "Console", + "Namespace": "Internal" + }, + { + "Name": "EnvironmentAugments", + "Namespace": "Internal.Runtime.Augments" + }, + { + "Name": "RuntimeThread", + "Namespace": "Internal.Runtime.Augments" + }, + { + "Name": "AggregateException", + "Namespace": "System" + }, + { + "Name": "AppContext", + "Namespace": "System" + }, + { + "Name": "Object", + "Namespace": "System" + }, + { + "Name": "Array", + "Namespace": "System" + }, + { + "Name": "ArraySegment`1", + "Namespace": "System" + }, + { + "Name": "Tuple", + "Namespace": "System" + }, + { + "Name": "Tuple`1", + "Namespace": "System" + }, + { + "Name": "Tuple`2", + "Namespace": "System" + }, + { + "Name": "Tuple`3", + "Namespace": "System" + }, + { + "Name": "Tuple`4", + "Namespace": "System" + }, + { + "Name": "Tuple`5", + "Namespace": "System" + }, + { + "Name": "Tuple`6", + "Namespace": "System" + }, + { + "Name": "Tuple`7", + "Namespace": "System" + }, + { + "Name": "Tuple`8", + "Namespace": "System" + }, + { + "Name": "String", + "Namespace": "System" + }, + { + "Name": "Exception", + "Namespace": "System" + }, + { + "Name": "DateTime", + "Namespace": "System" + }, + { + "Name": "OutOfMemoryException", + "Namespace": "System" + }, + { + "Name": "Delegate", + "Namespace": "System" + }, + { + "Name": "MulticastDelegate", + "Namespace": "System" + }, + { + "Name": "Activator", + "Namespace": "System" + }, + { + "Name": "AccessViolationException", + "Namespace": "System" + }, + { + "Name": "ArgIterator", + "Namespace": "System" + }, + { + "Name": "Attribute", + "Namespace": "System" + }, + { + "Name": "BadImageFormatException", + "Namespace": "System" + }, + { + "Name": "BitConverter", + "Namespace": "System" + }, + { + "Name": "Boolean", + "Namespace": "System" + }, + { + "Name": "Buffer", + "Namespace": "System" + }, + { + "Name": "Byte", + "Namespace": "System" + }, + { + "Name": "Decimal", + "Namespace": "System" + }, + { + "Name": "Double", + "Namespace": "System" + }, + { + "Name": "Enum", + "Namespace": "System" + }, + { + "Name": "EnvironmentVariableTarget", + "Namespace": "System" + }, + { + "Name": "GCCollectionMode", + "Namespace": "System" + }, + { + "Name": "GCNotificationStatus", + "Namespace": "System" + }, + { + "Name": "GC", + "Namespace": "System" + }, + { + "Name": "Guid", + "Namespace": "System" + }, + { + "Name": "InsufficientMemoryException", + "Namespace": "System" + }, + { + "Name": "Int16", + "Namespace": "System" + }, + { + "Name": "Int32", + "Namespace": "System" + }, + { + "Name": "Int64", + "Namespace": "System" + }, + { + "Name": "IntPtr", + "Namespace": "System" + }, + { + "Name": "Math", + "Namespace": "System" + }, + { + "Name": "MathF", + "Namespace": "System" + }, + { + "Name": "MissingFieldException", + "Namespace": "System" + }, + { + "Name": "MissingMemberException", + "Namespace": "System" + }, + { + "Name": "NonSerializedAttribute", + "Namespace": "System" + }, + { + "Name": "RuntimeArgumentHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeTypeHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeMethodHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeFieldHandle", + "Namespace": "System" + }, + { + "Name": "ModuleHandle", + "Namespace": "System" + }, + { + "Name": "SByte", + "Namespace": "System" + }, + { + "Name": "SerializableAttribute", + "Namespace": "System" + }, + { + "Name": "Single", + "Namespace": "System" + }, + { + "Name": "TimeSpan", + "Namespace": "System" + }, + { + "Name": "TimeZoneInfo", + "Namespace": "System" + }, + { + "Name": "Type", + "Namespace": "System" + }, + { + "Name": "TypedReference", + "Namespace": "System" + }, + { + "Name": "TypeLoadException", + "Namespace": "System" + }, + { + "Name": "UInt16", + "Namespace": "System" + }, + { + "Name": "UInt32", + "Namespace": "System" + }, + { + "Name": "UInt64", + "Namespace": "System" + }, + { + "Name": "UIntPtr", + "Namespace": "System" + }, + { + "Name": "ValueType", + "Namespace": "System" + }, + { + "Name": "WeakReference", + "Namespace": "System" + }, + { + "Name": "WeakReference`1", + "Namespace": "System" + }, + { + "Name": "__ComObject", + "Namespace": "System" + }, + { + "Name": "Nullable`1", + "Namespace": "System" + }, + { + "Name": "Nullable", + "Namespace": "System" + }, + { + "Name": "Action`1", + "Namespace": "System" + }, + { + "Name": "Action", + "Namespace": "System" + }, + { + "Name": "Action`2", + "Namespace": "System" + }, + { + "Name": "Action`3", + "Namespace": "System" + }, + { + "Name": "Action`4", + "Namespace": "System" + }, + { + "Name": "Func`1", + "Namespace": "System" + }, + { + "Name": "Func`2", + "Namespace": "System" + }, + { + "Name": "Func`3", + "Namespace": "System" + }, + { + "Name": "Func`4", + "Namespace": "System" + }, + { + "Name": "Func`5", + "Namespace": "System" + }, + { + "Name": "Action`5", + "Namespace": "System" + }, + { + "Name": "Action`6", + "Namespace": "System" + }, + { + "Name": "Action`7", + "Namespace": "System" + }, + { + "Name": "Action`8", + "Namespace": "System" + }, + { + "Name": "Func`6", + "Namespace": "System" + }, + { + "Name": "Func`7", + "Namespace": "System" + }, + { + "Name": "Func`8", + "Namespace": "System" + }, + { + "Name": "Func`9", + "Namespace": "System" + }, + { + "Name": "Comparison`1", + "Namespace": "System" + }, + { + "Name": "Converter`2", + "Namespace": "System" + }, + { + "Name": "Predicate`1", + "Namespace": "System" + }, + { + "Name": "ApplicationException", + "Namespace": "System" + }, + { + "Name": "ArgumentException", + "Namespace": "System" + }, + { + "Name": "ArgumentNullException", + "Namespace": "System" + }, + { + "Name": "ArgumentOutOfRangeException", + "Namespace": "System" + }, + { + "Name": "ArithmeticException", + "Namespace": "System" + }, + { + "Name": "ArrayTypeMismatchException", + "Namespace": "System" + }, + { + "Name": "AssemblyLoadEventArgs", + "Namespace": "System" + }, + { + "Name": "AssemblyLoadEventHandler", + "Namespace": "System" + }, + { + "Name": "AsyncCallback", + "Namespace": "System" + }, + { + "Name": "AttributeTargets", + "Namespace": "System" + }, + { + "Name": "AttributeUsageAttribute", + "Namespace": "System" + }, + { + "Name": "Char", + "Namespace": "System" + }, + { + "Name": "CharEnumerator", + "Namespace": "System" + }, + { + "Name": "CLSCompliantAttribute", + "Namespace": "System" + }, + { + "Name": "Base64FormattingOptions", + "Namespace": "System" + }, + { + "Name": "Convert", + "Namespace": "System" + }, + { + "Name": "DataMisalignedException", + "Namespace": "System" + }, + { + "Name": "DateTimeKind", + "Namespace": "System" + }, + { + "Name": "DateTimeOffset", + "Namespace": "System" + }, + { + "Name": "DayOfWeek", + "Namespace": "System" + }, + { + "Name": "DBNull", + "Namespace": "System" + }, + { + "Name": "DivideByZeroException", + "Namespace": "System" + }, + { + "Name": "DllNotFoundException", + "Namespace": "System" + }, + { + "Name": "DuplicateWaitObjectException", + "Namespace": "System" + }, + { + "Name": "EntryPointNotFoundException", + "Namespace": "System" + }, + { + "Name": "EventArgs", + "Namespace": "System" + }, + { + "Name": "EventHandler", + "Namespace": "System" + }, + { + "Name": "EventHandler`1", + "Namespace": "System" + }, + { + "Name": "ExecutionEngineException", + "Namespace": "System" + }, + { + "Name": "FieldAccessException", + "Namespace": "System" + }, + { + "Name": "FlagsAttribute", + "Namespace": "System" + }, + { + "Name": "FormatException", + "Namespace": "System" + }, + { + "Name": "FormattableString", + "Namespace": "System" + }, + { + "Name": "IAsyncResult", + "Namespace": "System" + }, + { + "Name": "ICloneable", + "Namespace": "System" + }, + { + "Name": "IComparable", + "Namespace": "System" + }, + { + "Name": "IComparable`1", + "Namespace": "System" + }, + { + "Name": "IConvertible", + "Namespace": "System" + }, + { + "Name": "ICustomFormatter", + "Namespace": "System" + }, + { + "Name": "IDisposable", + "Namespace": "System" + }, + { + "Name": "IEquatable`1", + "Namespace": "System" + }, + { + "Name": "IFormatProvider", + "Namespace": "System" + }, + { + "Name": "IFormattable", + "Namespace": "System" + }, + { + "Name": "IndexOutOfRangeException", + "Namespace": "System" + }, + { + "Name": "InsufficientExecutionStackException", + "Namespace": "System" + }, + { + "Name": "InvalidCastException", + "Namespace": "System" + }, + { + "Name": "InvalidOperationException", + "Namespace": "System" + }, + { + "Name": "InvalidProgramException", + "Namespace": "System" + }, + { + "Name": "InvalidTimeZoneException", + "Namespace": "System" + }, + { + "Name": "IObservable`1", + "Namespace": "System" + }, + { + "Name": "IObserver`1", + "Namespace": "System" + }, + { + "Name": "IProgress`1", + "Namespace": "System" + }, + { + "Name": "Lazy`1", + "Namespace": "System" + }, + { + "Name": "MarshalByRefObject", + "Namespace": "System" + }, + { + "Name": "MemberAccessException", + "Namespace": "System" + }, + { + "Name": "MethodAccessException", + "Namespace": "System" + }, + { + "Name": "MidpointRounding", + "Namespace": "System" + }, + { + "Name": "MissingMethodException", + "Namespace": "System" + }, + { + "Name": "MulticastNotSupportedException", + "Namespace": "System" + }, + { + "Name": "NotFiniteNumberException", + "Namespace": "System" + }, + { + "Name": "NotImplementedException", + "Namespace": "System" + }, + { + "Name": "NotSupportedException", + "Namespace": "System" + }, + { + "Name": "NullReferenceException", + "Namespace": "System" + }, + { + "Name": "ObjectDisposedException", + "Namespace": "System" + }, + { + "Name": "ObsoleteAttribute", + "Namespace": "System" + }, + { + "Name": "OperationCanceledException", + "Namespace": "System" + }, + { + "Name": "OverflowException", + "Namespace": "System" + }, + { + "Name": "ParamArrayAttribute", + "Namespace": "System" + }, + { + "Name": "PlatformNotSupportedException", + "Namespace": "System" + }, + { + "Name": "Progress`1", + "Namespace": "System" + }, + { + "Name": "Random", + "Namespace": "System" + }, + { + "Name": "RankException", + "Namespace": "System" + }, + { + "Name": "ReadOnlySpan`1", + "Namespace": "System" + }, + { + "Name": "ResolveEventArgs", + "Namespace": "System" + }, + { + "Name": "ResolveEventHandler", + "Namespace": "System" + }, + { + "Name": "Span`1", + "Namespace": "System" + }, + { + "Name": "Span", + "Namespace": "System" + }, + { + "Name": "StackOverflowException", + "Namespace": "System" + }, + { + "Name": "StringComparer", + "Namespace": "System" + }, + { + "Name": "StringComparison", + "Namespace": "System" + }, + { + "Name": "StringSplitOptions", + "Namespace": "System" + }, + { + "Name": "SystemException", + "Namespace": "System" + }, + { + "Name": "STAThreadAttribute", + "Namespace": "System" + }, + { + "Name": "MTAThreadAttribute", + "Namespace": "System" + }, + { + "Name": "ThreadStaticAttribute", + "Namespace": "System" + }, + { + "Name": "TimeoutException", + "Namespace": "System" + }, + { + "Name": "TimeZone", + "Namespace": "System" + }, + { + "Name": "TimeZoneNotFoundException", + "Namespace": "System" + }, + { + "Name": "TupleExtensions", + "Namespace": "System" + }, + { + "Name": "TypeAccessException", + "Namespace": "System" + }, + { + "Name": "TypeCode", + "Namespace": "System" + }, + { + "Name": "TypeInitializationException", + "Namespace": "System" + }, + { + "Name": "TypeUnloadedException", + "Namespace": "System" + }, + { + "Name": "UnauthorizedAccessException", + "Namespace": "System" + }, + { + "Name": "UnhandledExceptionEventArgs", + "Namespace": "System" + }, + { + "Name": "UnhandledExceptionEventHandler", + "Namespace": "System" + }, + { + "Name": "ValueTuple", + "Namespace": "System" + }, + { + "Name": "ValueTuple`1", + "Namespace": "System" + }, + { + "Name": "ValueTuple`2", + "Namespace": "System" + }, + { + "Name": "ValueTuple`3", + "Namespace": "System" + }, + { + "Name": "ValueTuple`4", + "Namespace": "System" + }, + { + "Name": "ValueTuple`5", + "Namespace": "System" + }, + { + "Name": "ValueTuple`6", + "Namespace": "System" + }, + { + "Name": "ValueTuple`7", + "Namespace": "System" + }, + { + "Name": "ValueTuple`8", + "Namespace": "System" + }, + { + "Name": "Version", + "Namespace": "System" + }, + { + "Name": "Void", + "Namespace": "System" + }, + { + "Name": "AssemblyHashAlgorithm", + "Namespace": "System.Configuration.Assemblies" + }, + { + "Name": "AssemblyVersionCompatibility", + "Namespace": "System.Configuration.Assemblies" + }, + { + "Name": "DefaultValueAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorBrowsableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorBrowsableState", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ResourceManager", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceReader", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceSet", + "Namespace": "System.Resources" + }, + { + "Name": "IResourceReader", + "Namespace": "System.Resources" + }, + { + "Name": "MissingManifestResourceException", + "Namespace": "System.Resources" + }, + { + "Name": "MissingSatelliteAssemblyException", + "Namespace": "System.Resources" + }, + { + "Name": "NeutralResourcesLanguageAttribute", + "Namespace": "System.Resources" + }, + { + "Name": "SatelliteContractVersionAttribute", + "Namespace": "System.Resources" + }, + { + "Name": "UltimateResourceFallbackLocation", + "Namespace": "System.Resources" + }, + { + "Name": "Debugger", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerStepThroughAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerHiddenAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerNonUserCodeAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggableAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerBrowsableState", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerBrowsableAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerTypeProxyAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerDisplayAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "StackTrace", + "Namespace": "System.Diagnostics" + }, + { + "Name": "StackFrame", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Debug", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ConditionalAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SuppressMessageAttribute", + "Namespace": "System.Diagnostics.CodeAnalysis" + }, + { + "Name": "ISymbolDocumentWriter", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "PureAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractClassAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractClassForAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractInvariantMethodAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractReferenceAssemblyAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractRuntimeIgnoredAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractVerificationAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractPublicPropertyNameAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractArgumentValidatorAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractAbbreviatorAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractOptionAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "Contract", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractFailureKind", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractFailedEventArgs", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractHelper", + "Namespace": "System.Diagnostics.Contracts.Internal" + }, + { + "Name": "EventSource", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventActivityOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceSettings", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventListener", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventCommandEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceCreatedEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventWrittenEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "NonEventAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventCommand", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventManifestOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceException", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventLevel", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventTask", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventOpcode", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventChannel", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventKeywords", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventDataAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldTags", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldFormat", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventIgnoreAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventTags", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "TraceLoggingEventTypes", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "BinaryReader", + "Namespace": "System.IO" + }, + { + "Name": "BinaryWriter", + "Namespace": "System.IO" + }, + { + "Name": "FileLoadException", + "Namespace": "System.IO" + }, + { + "Name": "FileNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "IOException", + "Namespace": "System.IO" + }, + { + "Name": "MemoryStream", + "Namespace": "System.IO" + }, + { + "Name": "Stream", + "Namespace": "System.IO" + }, + { + "Name": "UnmanagedMemoryAccessor", + "Namespace": "System.IO" + }, + { + "Name": "DirectoryNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "EndOfStreamException", + "Namespace": "System.IO" + }, + { + "Name": "FileAccess", + "Namespace": "System.IO" + }, + { + "Name": "FileMode", + "Namespace": "System.IO" + }, + { + "Name": "FileOptions", + "Namespace": "System.IO" + }, + { + "Name": "FileShare", + "Namespace": "System.IO" + }, + { + "Name": "FileStream", + "Namespace": "System.IO" + }, + { + "Name": "Path", + "Namespace": "System.IO" + }, + { + "Name": "PathTooLongException", + "Namespace": "System.IO" + }, + { + "Name": "SeekOrigin", + "Namespace": "System.IO" + }, + { + "Name": "UnmanagedMemoryStream", + "Namespace": "System.IO" + }, + { + "Name": "ArrayPool`1", + "Namespace": "System.Buffers" + }, + { + "Name": "AllowPartiallyTrustedCallersAttribute", + "Namespace": "System.Security" + }, + { + "Name": "PartialTrustVisibilityLevel", + "Namespace": "System.Security" + }, + { + "Name": "SecureString", + "Namespace": "System.Security" + }, + { + "Name": "SecurityCriticalAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityCriticalScope", + "Namespace": "System.Security" + }, + { + "Name": "SecurityException", + "Namespace": "System.Security" + }, + { + "Name": "SecurityRulesAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityRuleSet", + "Namespace": "System.Security" + }, + { + "Name": "SecuritySafeCriticalAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityTransparentAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityTreatAsSafeAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SuppressUnmanagedCodeSecurityAttribute", + "Namespace": "System.Security" + }, + { + "Name": "UnverifiableCodeAttribute", + "Namespace": "System.Security" + }, + { + "Name": "VerificationException", + "Namespace": "System.Security" + }, + { + "Name": "CryptographicException", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SynchronizationContext", + "Namespace": "System.Threading" + }, + { + "Name": "EventWaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "Interlocked", + "Namespace": "System.Threading" + }, + { + "Name": "Monitor", + "Namespace": "System.Threading" + }, + { + "Name": "Mutex", + "Namespace": "System.Threading" + }, + { + "Name": "NativeOverlapped", + "Namespace": "System.Threading" + }, + { + "Name": "Overlapped", + "Namespace": "System.Threading" + }, + { + "Name": "Semaphore", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadInterruptedException", + "Namespace": "System.Threading" + }, + { + "Name": "RegisteredWaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "WaitCallback", + "Namespace": "System.Threading" + }, + { + "Name": "WaitOrTimerCallback", + "Namespace": "System.Threading" + }, + { + "Name": "IOCompletionCallback", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPool", + "Namespace": "System.Threading" + }, + { + "Name": "TimerCallback", + "Namespace": "System.Threading" + }, + { + "Name": "Timer", + "Namespace": "System.Threading" + }, + { + "Name": "Volatile", + "Namespace": "System.Threading" + }, + { + "Name": "WaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "SpinLock", + "Namespace": "System.Threading" + }, + { + "Name": "SpinWait", + "Namespace": "System.Threading" + }, + { + "Name": "LazyInitializer", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadLocal`1", + "Namespace": "System.Threading" + }, + { + "Name": "LockRecursionPolicy", + "Namespace": "System.Threading" + }, + { + "Name": "ReaderWriterLockSlim", + "Namespace": "System.Threading" + }, + { + "Name": "SemaphoreSlim", + "Namespace": "System.Threading" + }, + { + "Name": "ManualResetEventSlim", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationTokenRegistration", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationTokenSource", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationToken", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPoolBoundHandle", + "Namespace": "System.Threading" + }, + { + "Name": "PreAllocatedOverlapped", + "Namespace": "System.Threading" + }, + { + "Name": "AbandonedMutexException", + "Namespace": "System.Threading" + }, + { + "Name": "ApartmentState", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncLocal`1", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncLocalValueChangedArgs`1", + "Namespace": "System.Threading" + }, + { + "Name": "AutoResetEvent", + "Namespace": "System.Threading" + }, + { + "Name": "EventResetMode", + "Namespace": "System.Threading" + }, + { + "Name": "ContextCallback", + "Namespace": "System.Threading" + }, + { + "Name": "ExecutionContext", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncFlowControl", + "Namespace": "System.Threading" + }, + { + "Name": "LazyThreadSafetyMode", + "Namespace": "System.Threading" + }, + { + "Name": "LockRecursionException", + "Namespace": "System.Threading" + }, + { + "Name": "ManualResetEvent", + "Namespace": "System.Threading" + }, + { + "Name": "ParameterizedThreadStart", + "Namespace": "System.Threading" + }, + { + "Name": "SemaphoreFullException", + "Namespace": "System.Threading" + }, + { + "Name": "SendOrPostCallback", + "Namespace": "System.Threading" + }, + { + "Name": "SynchronizationLockException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadAbortException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPriority", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStart", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStartException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadState", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStateException", + "Namespace": "System.Threading" + }, + { + "Name": "Timeout", + "Namespace": "System.Threading" + }, + { + "Name": "WaitHandleCannotBeOpenedException", + "Namespace": "System.Threading" + }, + { + "Name": "Task`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskFactory`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskStatus", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Task", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCreationOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskContinuationOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskFactory", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskScheduler", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "UnobservedTaskExceptionEventArgs", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCompletionSource`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ConcurrentExclusiveSchedulerPair", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCanceledException", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskExtensions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskSchedulerException", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Calendar", + "Namespace": "System.Globalization" + }, + { + "Name": "CharUnicodeInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CompareOptions", + "Namespace": "System.Globalization" + }, + { + "Name": "CompareInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "GregorianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "IdnMapping", + "Namespace": "System.Globalization" + }, + { + "Name": "RegionInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "TextElementEnumerator", + "Namespace": "System.Globalization" + }, + { + "Name": "TextInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CalendarAlgorithmType", + "Namespace": "System.Globalization" + }, + { + "Name": "CalendarWeekRule", + "Namespace": "System.Globalization" + }, + { + "Name": "ChineseLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureNotFoundException", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureTypes", + "Namespace": "System.Globalization" + }, + { + "Name": "DateTimeFormatInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "DateTimeStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "DaylightTime", + "Namespace": "System.Globalization" + }, + { + "Name": "DigitShapes", + "Namespace": "System.Globalization" + }, + { + "Name": "EastAsianLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "GregorianCalendarTypes", + "Namespace": "System.Globalization" + }, + { + "Name": "HebrewCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "HijriCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JapaneseCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JapaneseLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JulianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "KoreanCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "KoreanLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "NumberFormatInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "NumberStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "PersianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "SortKey", + "Namespace": "System.Globalization" + }, + { + "Name": "SortVersion", + "Namespace": "System.Globalization" + }, + { + "Name": "StringInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "TaiwanCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "TaiwanLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "ThaiBuddhistCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "TimeSpanStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "UmAlQuraCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "UnicodeCategory", + "Namespace": "System.Globalization" + }, + { + "Name": "Assembly", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyName", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "ConstructorInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeData", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeNamedArgument", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeTypedArgument", + "Namespace": "System.Reflection" + }, + { + "Name": "ExceptionHandlingClause", + "Namespace": "System.Reflection" + }, + { + "Name": "FieldInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "LocalVariableInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodBase", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodBody", + "Namespace": "System.Reflection" + }, + { + "Name": "AmbiguousMatchException", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyAlgorithmIdAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCompanyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyConfigurationAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyContentType", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCopyrightAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCultureAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDefaultAliasAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDelaySignAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDescriptionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFileVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFlagsAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyInformationalVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyKeyFileAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyKeyNameAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyMetadataAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyNameFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyProductAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblySignatureKeyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyTitleAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyTrademarkAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "Binder", + "Namespace": "System.Reflection" + }, + { + "Name": "BindingFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "CallingConventions", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeFormatException", + "Namespace": "System.Reflection" + }, + { + "Name": "DefaultMemberAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "EventAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "EventInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ExceptionHandlingClauseOptions", + "Namespace": "System.Reflection" + }, + { + "Name": "FieldAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "GenericParameterAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ICustomAttributeProvider", + "Namespace": "System.Reflection" + }, + { + "Name": "ImageFileMachine", + "Namespace": "System.Reflection" + }, + { + "Name": "InterfaceMapping", + "Namespace": "System.Reflection" + }, + { + "Name": "IntrospectionExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "InvalidFilterCriteriaException", + "Namespace": "System.Reflection" + }, + { + "Name": "IReflect", + "Namespace": "System.Reflection" + }, + { + "Name": "IReflectableType", + "Namespace": "System.Reflection" + }, + { + "Name": "ManifestResourceInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberFilter", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberTypes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodImplAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "Missing", + "Namespace": "System.Reflection" + }, + { + "Name": "Module", + "Namespace": "System.Reflection" + }, + { + "Name": "ModuleResolveEventHandler", + "Namespace": "System.Reflection" + }, + { + "Name": "ObfuscateAssemblyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "ObfuscationAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterModifier", + "Namespace": "System.Reflection" + }, + { + "Name": "Pointer", + "Namespace": "System.Reflection" + }, + { + "Name": "PortableExecutableKinds", + "Namespace": "System.Reflection" + }, + { + "Name": "ProcessorArchitecture", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ReflectionContext", + "Namespace": "System.Reflection" + }, + { + "Name": "ReflectionTypeLoadException", + "Namespace": "System.Reflection" + }, + { + "Name": "ResourceAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ResourceLocation", + "Namespace": "System.Reflection" + }, + { + "Name": "StrongNameKeyPair", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetException", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetInvocationException", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetParameterCountException", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeDelegator", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeFilter", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyExtensions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "AssemblyBuilderAccess", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ConstructorBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "DynamicMethod", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EventBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EventToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FieldBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FieldToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ILGenerator", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "Label", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "LocalBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "MethodBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "CustomAttributeBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "MethodToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ModuleBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PEFileKinds", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCodes", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCode", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCodeType", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StackBehaviour", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OperandType", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FlowControl", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ParameterBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ParameterToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PropertyBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PropertyToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "SignatureHelper", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "SignatureToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StringToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PackingSize", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "TypeBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "GenericTypeParameterBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EnumBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "TypeToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StringBuilder", + "Namespace": "System.Text" + }, + { + "Name": "DecoderExceptionFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderExceptionFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallbackException", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "DecoderReplacementFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderReplacementFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderExceptionFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderExceptionFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallbackException", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderReplacementFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderReplacementFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "Encoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF7Encoding", + "Namespace": "System.Text" + }, + { + "Name": "ASCIIEncoding", + "Namespace": "System.Text" + }, + { + "Name": "Decoder", + "Namespace": "System.Text" + }, + { + "Name": "Encoder", + "Namespace": "System.Text" + }, + { + "Name": "EncodingInfo", + "Namespace": "System.Text" + }, + { + "Name": "EncodingProvider", + "Namespace": "System.Text" + }, + { + "Name": "NormalizationForm", + "Namespace": "System.Text" + }, + { + "Name": "UnicodeEncoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF32Encoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF8Encoding", + "Namespace": "System.Text" + }, + { + "Name": "DictionaryEntry", + "Namespace": "System.Collections" + }, + { + "Name": "ICollection", + "Namespace": "System.Collections" + }, + { + "Name": "IComparer", + "Namespace": "System.Collections" + }, + { + "Name": "IDictionary", + "Namespace": "System.Collections" + }, + { + "Name": "IDictionaryEnumerator", + "Namespace": "System.Collections" + }, + { + "Name": "IEnumerable", + "Namespace": "System.Collections" + }, + { + "Name": "IEnumerator", + "Namespace": "System.Collections" + }, + { + "Name": "IEqualityComparer", + "Namespace": "System.Collections" + }, + { + "Name": "IList", + "Namespace": "System.Collections" + }, + { + "Name": "IStructuralComparable", + "Namespace": "System.Collections" + }, + { + "Name": "IStructuralEquatable", + "Namespace": "System.Collections" + }, + { + "Name": "Collection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "Comparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Dictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "EqualityComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "List`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "ICollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEnumerable`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEnumerator`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEqualityComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyNotFoundException", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyValuePair", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyValuePair`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "MemoryFailPoint", + "Namespace": "System.Runtime" + }, + { + "Name": "GCLargeObjectHeapCompactionMode", + "Namespace": "System.Runtime" + }, + { + "Name": "GCLatencyMode", + "Namespace": "System.Runtime" + }, + { + "Name": "GCSettings", + "Namespace": "System.Runtime" + }, + { + "Name": "RuntimeImports", + "Namespace": "System.Runtime" + }, + { + "Name": "TargetFrameworkAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "SerializationInfo", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IDeserializationCallback", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IFormatterConverter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IObjectReference", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISafeSerializationData", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializable", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnDeserializedAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnDeserializingAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnSerializedAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnSerializingAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OptionalFieldAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SafeSerializationEventArgs", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationException", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationEntry", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationInfoEnumerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "StreamingContext", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "StreamingContextStates", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "AssemblyLoadContext", + "Namespace": "System.Runtime.Loader" + }, + { + "Name": "HandleProcessCorruptedStateExceptionsAttribute", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "ExceptionDispatchInfo", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "FirstChanceExceptionEventArgs", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "ArrayWithOffset", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeIdentifierAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "AllowReversePInvokeCallsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DispIdAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComInterfaceType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InterfaceTypeAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComDefaultInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ClassInterfaceType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ClassInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "LCIDConversionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ProgIdAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComSourceInterfacesAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "MarshalAsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComImportAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GuidAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "PreserveSigAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OutAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OptionalAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DllImportSearchPath", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultDllImportSearchPathsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DllImportAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "StructLayoutAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "FieldOffsetAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CoClassAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BestFitMappingAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultCharSetAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "COMException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CriticalHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GCHandleType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GCHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "HandleRef", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomMarshaler", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InvalidOleVariantTypeException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CustomQueryInterfaceMode", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "Marshal", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "MarshalDirectiveException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SEHException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeBuffer", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BStrWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CurrencyWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ErrorWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnknownWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "VariantWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComMemberType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomAdapter", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CustomQueryInterfaceResult", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomQueryInterface", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InvalidComObjectException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeArrayRankMismatchException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeArrayTypeMismatchException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "NativeCallableAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DispatchWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomFactory", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComEventsHelper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CallingConvention", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CharSet", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComVisibleAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ExternalException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "LayoutKind", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnmanagedFunctionPointerAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnmanagedType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "VarEnum", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "InterfaceImplementedInVersionAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "ReadOnlyArrayAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WriteOnlyArrayAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "ReturnValueNameAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "EventRegistrationToken", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "EventRegistrationTokenTable`1", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "IActivationFactory", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WindowsRuntimeMarshal", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "BIND_OPTS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IBindCtx", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IConnectionPointContainer", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IConnectionPoint", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumMoniker", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CONNECTDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumConnections", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumConnectionPoints", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumString", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumVARIANT", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FILETIME", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IMoniker", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IPersistFile", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IRunningObjectTable", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STATSTG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IStream", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DESCKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "BINDPTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeComp", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IMPLTYPEFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEATTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDLFLAG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDLDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "PARAMFLAG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "PARAMDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ELEMDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DISPPARAMS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "EXCEPINFO", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "INVOKEKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CALLCONV", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeInfo", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "SYSKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "LIBFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPELIBATTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeLib", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeLib2", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeInfo2", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CriticalFinalizerObject", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "Cer", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "Consistency", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "ReliabilityContractAttribute", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "RuntimeHelpers", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CustomConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DateTimeConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DecimalConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodImplAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ICastable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeWrappedException", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConditionalWeakTable`2", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncVoidMethodBuilder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncTaskMethodBuilder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncTaskMethodBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TaskAwaiter", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TaskAwaiter`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredTaskAwaitable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredTaskAwaitable`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "YieldAwaitable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ContractHelper", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AccessedThroughPropertyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncStateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerFilePathAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerLineNumberAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerMemberNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilationRelaxations", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilationRelaxationsAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerGeneratedAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerGlobalScopeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DefaultDependencyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DependencyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DisablePrivateReflectionAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DiscardableAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ExtensionAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FixedAddressValueTypeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FixedBufferAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FormattableStringFactory", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IAsyncStateMachine", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IndexerNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "INotifyCompletion", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ICriticalNotifyCompletion", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "InternalsVisibleToAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsConst", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsByRefLikeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsVolatile", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IteratorStateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ITuple", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "LoadHint", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodCodeType", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodImplOptions", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsReadOnlyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ReferenceAssemblyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeCompatibilityAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeFeature", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "SpecialNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StringFreezingAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StrongBox`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IStrongBox", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "SuppressIldasmAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TupleElementNamesAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TypeForwardedFromAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TypeForwardedToAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "UnsafeValueTypeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IStreamProvider", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlDictionary", + "Namespace": "System.Xml" + }, + { + "Name": "UniqueId", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlBinaryReaderInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "XmlBinaryReaderSession", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlBinaryWriterInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "XmlBinaryWriterSession", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionary", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryWriter", + "Namespace": "System.Xml" + }, + { + "Name": "OnXmlDictionaryReaderClose", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReaderQuotaTypes", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReaderQuotas", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryString", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlTextReaderInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlTextWriterInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "IFragmentCapableXmlDictionaryWriter", + "Namespace": "System.Xml" + }, + { + "Name": "DataContractResolver", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializer", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializerSettings", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ExtensionDataObject", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XmlObjectSerializer", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializerExtensions", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XmlSerializableServices", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DateTimeFormat", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "EmitTypeInformation", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "JsonFormatGeneratorStatics", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ExportOptions", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IExtensibleDataObject", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XPathQueryGenerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XsdDataContractExporter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractJsonSerializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "DataContractJsonSerializerSettings", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "JsonReaderWriterFactory", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "IXmlJsonReaderInitializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "IXmlJsonWriterInitializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "KeyedByTypeCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SynchronizedCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SynchronizedKeyedCollection`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SynchronizedReadOnlyCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SecurityMessageSerializationException", + "Namespace": "System.IdentityModel" + }, + { + "Name": "BinaryKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "EncryptedKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "KerberosRequestorSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "LocalIdKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlSerializer", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityAlgorithms", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKey", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyIdentifier", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyType", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyUsage", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenException", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenTypes", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenValidationException", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "UserNameSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "WindowsSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509SecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "KerberosSecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenManager", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenRequirement", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenResolver", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenSerializer", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenVersion", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "UserNameSecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "WindowsSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "X509CertificateValidator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "X509SecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "X509SecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "AuthorizationContext", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "EvaluationContext", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "IAuthorizationComponent", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "IAuthorizationPolicy", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "Claim", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "ClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "ClaimTypes", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "DefaultClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "Rights", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "WindowsClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "X509CertificateClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "AsyncCompletionResult", + "Namespace": "System.Runtime" + }, + { + "Name": "Fx", + "Namespace": "System.Runtime" + }, + { + "Name": "MruCache`2", + "Namespace": "System.Runtime" + }, + { + "Name": "ServiceModelSynchronizationContext", + "Namespace": "System.Runtime" + }, + { + "Name": "TaskHelpers", + "Namespace": "System.Runtime" + }, + { + "Name": "DefaultTaskSchedulerAwaiter", + "Namespace": "System.Runtime" + }, + { + "Name": "OutWrapper`1", + "Namespace": "System.Runtime" + }, + { + "Name": "TimeoutHelper", + "Namespace": "System.Runtime" + }, + { + "Name": "GeneratedXmlSerializers", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "EventTraceActivity", + "Namespace": "System.Runtime.Diagnostics" + }, + { + "Name": "TraceRecord", + "Namespace": "System.Runtime.Diagnostics" + }, + { + "Name": "ExceptionHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DiagnosticUtility", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ActionNotSupportedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "AuditLevel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "AuditLogLocation", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpMessageCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpsBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpsSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpsSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CallbackBehaviorAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ChannelFactory", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ChannelFactory`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ChannelTerminatedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ClientBase`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationObjectAbortedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationObjectFaultedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationState", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ConcurrencyMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ConcurrencyModeHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DataContractFormatAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DnsEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DuplexChannelFactory`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DuplexClientBase`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointAddress", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointAddressBuilder", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointNotFoundException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EnvelopeVersion", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ExceptionDetail", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ExtensionCollection`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultCode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultException`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultReason", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultReasonText", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HostNameComparisonMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HostNameComparisonModeHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpBindingBase", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpClientCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpProxyCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpTransportSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IClientChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ICommunicationObject", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IAsyncCommunicationObject", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IContextChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IDefaultCommunicationTimeouts", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IDuplexContextChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IExtensibleObject`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IExtension`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IExtensionCollection`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ImpersonationOption", + "Namespace": "System.ServiceModel" + }, + { + "Name": "InstanceContext", + "Namespace": "System.ServiceModel" + }, + { + "Name": "InstanceContextMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "InvalidMessageContractException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IServiceChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageBodyMemberAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageContractMemberAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeaderArrayAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeaderAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeaderException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeader`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageParameterAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessagePropertyAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageSecurityOverTcp", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageSecurityVersion", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetHttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetHttpMessageEncoding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetHttpsBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetTcpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetTcpSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationContext", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationContextScope", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationFormatStyle", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationFormatUse", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PeerHopCountAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "Pool`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ProtocolException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "QuotaExceededException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ReceiveErrorHandling", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SecurityModeHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ClientCredentialsSecurityTokenManager", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServerTooBusyException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceActivationException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceDefaults", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceKnownTypeAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceSecurityContext", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SessionMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SpnEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TcpClientCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TcpTransportSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TimeSpanHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TransferMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TransferModeHelper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UnifiedSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UnknownMessageReceivedEventArgs", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UpnEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UriSchemeKeyedCollection", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSMessageEncoding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "X509CertificateEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "XmlSerializerFormatAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicSecurityProfileVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ChannelProtectionRequirements", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "HttpDigestClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "IdentityVerifier", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ISecuritySession", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessagePartSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessageProtectionOrder", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessageSecurityException", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessageSecurityTokenVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "NonceCache", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ScopedMessagePartSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecureConversationVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityAccessDeniedException", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "Basic256SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityContextKeyIdentifierClause", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityCredentialsManager", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityKeyEntropyMode", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityMessageProperty", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityNegotiationException", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityPolicyVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityStateEncoder", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityTokenAttachmentMode", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityTokenSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ProtectionLevelHelper", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SspiSecurityTokenProvider", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SupportingTokenSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "TrustVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "UserNamePasswordClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WindowsClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WSSecurityTokenSerializer", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateInitiatorClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateRecipientClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateValidationMode", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509ClientCertificateAuthentication", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509ServiceCertificateAuthentication", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ClaimTypeRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "InitiatorServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ISecurityContextSecurityTokenCache", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "RecipientServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecureConversationSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityContextSecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityTokenInclusionMode", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityTokenReferenceStyle", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ServiceModelSecurityTokenTypes", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SspiSecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SupportingTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "UserNameSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "X509KeyIdentifierClauseType", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ChannelDispatcher", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ChannelDispatcherBase", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientOperationCompatBase", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientOperation", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientRuntimeCompatBase", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientRuntime", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "DispatchOperation", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "DispatchRuntime", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "EndpointDispatcher", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "FaultContractInfo", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "FaultFormatter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IChannelInitializer", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IClientMessageFormatter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IClientMessageInspector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IClientOperationSelector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IErrorHandler", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInstanceContextProvider", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInstanceProvider", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInteractiveChannelInitializer", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "InstanceBehavior", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IOperationInvoker", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IParameterInspector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "OperationInvokerBehavior", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "SyncMethodInvoker", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "TaskMethodInvoker", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientCredentials", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ContractDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "DataContractSerializerOperationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "FaultDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "FaultDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IContractBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IEndpointBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IOperationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ListenUriMode", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageBodyDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageDirection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageHeaderDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageHeaderDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePartDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePartDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePropertyDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePropertyDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataConversionError", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataLocation", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "OperationDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "OperationDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "PolicyVersion", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "PrincipalPermissionMode", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceEndpoint", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceEndpointCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "XmlSerializerOperationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "AddressHeader", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "AddressHeaderCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "AddressingVersion", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ApplicationContainerSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BinaryMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BinaryVersion", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "Binding", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingContext", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingElementCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingParameterCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BodyWriter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BufferedReadStream", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BufferManager", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelFactoryBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelFactoryBase`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelManagerBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelParameterCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ClientWebSocketFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CommunicationObject", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CommunicationObjectInternal", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CompressionFormat", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnectionInitiator", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ConnectionOrientedTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CommunicationPool`2", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ConnectionPool", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ConnectionPoolRegistry", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CustomBinding", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "DelegatingStream", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "FaultConverter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpMessageHandlerFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpRequestMessageExtensionMethods", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpRequestMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpResponseMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpsTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IAsyncChannelFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IBindingDeliveryCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IBindingMulticastCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IBindingRuntimePreferences", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelFactory`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelListener", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelListener`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IdlingCommunicationPool`2", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IDuplexChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IDuplexSession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IDuplexSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IHttpCookieContainerManager", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IInputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IInputSession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IInputSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IMessageSource", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IOutputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IOutputSession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IOutputSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IReceiveContextSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IReplyChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IReplySessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IRequestChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IRequestSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ISecurityCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ISession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ISessionChannel`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ITransportCompressionSupport", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnectionOrientedConnectionSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ITransportFactorySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnectionOrientedTransportFactorySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IConnectionOrientedTransportChannelFactorySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ITcpChannelFactorySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "LocalClientSecuritySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MaxMessageSizeStream", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "Message", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageBuffer", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageEncoder", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageEncoderFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageFault", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "XmlObjectSerializerFault", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageHeader", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageHeaderInfo", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageHeaders", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageProperties", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageState", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageVersion", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "NamedPipeSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "OutputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RequestChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IRequestBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IAsyncRequest", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RequestContext", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SecurityCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SecurityHeaderLayout", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ServiceChannelProxy", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ServiceModelHttpMessageHandler", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SslStreamSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamSecurityUpgradeInitiator", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamSecurityUpgradeProvider", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamUpgradeBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamUpgradeInitiator", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamUpgradeProvider", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SupportedAddressingMode", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TcpConnectionPoolSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TcpTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TextMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportChannelFactory`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "EncoderDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TextEncoderDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BinaryEncoderDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ConnectionOrientedTransportDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TcpTransportDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ApplicationContainerSettingsDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "NetTcpDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "OneWayDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BasicHttpBindingDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebSocketDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "NetHttpBindingDefaults", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportDuplexSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportOutputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "UnderstoodHeaders", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebSocketTransportSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebSocketTransportUsage", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WindowsStreamSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ExceptionUtility", + "Namespace": "System.ServiceModel.Diagnostics" + }, + { + "Name": "TraceUtility", + "Namespace": "System.ServiceModel.Diagnostics" + }, + { + "Name": "GenericUriParserOptions", + "Namespace": "System" + }, + { + "Name": "GenericUriParser", + "Namespace": "System" + }, + { + "Name": "Uri", + "Namespace": "System" + }, + { + "Name": "UriBuilder", + "Namespace": "System" + }, + { + "Name": "UriKind", + "Namespace": "System" + }, + { + "Name": "UriComponents", + "Namespace": "System" + }, + { + "Name": "UriFormat", + "Namespace": "System" + }, + { + "Name": "UriFormatException", + "Namespace": "System" + }, + { + "Name": "UriHostNameType", + "Namespace": "System" + }, + { + "Name": "HttpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "FtpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "FileStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NewsStyleUriParser", + "Namespace": "System" + }, + { + "Name": "GopherStyleUriParser", + "Namespace": "System" + }, + { + "Name": "LdapStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NetPipeStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NetTcpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "UriPartial", + "Namespace": "System" + }, + { + "Name": "UriParser", + "Namespace": "System" + }, + { + "Name": "XmlNamedNodeMap", + "Namespace": "System.Xml" + }, + { + "Name": "IApplicationResourceStreamResolver", + "Namespace": "System.Xml" + }, + { + "Name": "IHasXmlNode", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlLineInfo", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlNamespaceResolver", + "Namespace": "System.Xml" + }, + { + "Name": "NameTable", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDateTimeSerializationMode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlConvert", + "Namespace": "System.Xml" + }, + { + "Name": "XmlException", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNamespaceManager", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNamespaceScope", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNameTable", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeOrder", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeType", + "Namespace": "System.Xml" + }, + { + "Name": "XmlQualifiedName", + "Namespace": "System.Xml" + }, + { + "Name": "XmlResolver", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSecureResolver", + "Namespace": "System.Xml" + }, + { + "Name": "XmlUrlResolver", + "Namespace": "System.Xml" + }, + { + "Name": "ConformanceLevel", + "Namespace": "System.Xml" + }, + { + "Name": "DtdProcessing", + "Namespace": "System.Xml" + }, + { + "Name": "EntityHandling", + "Namespace": "System.Xml" + }, + { + "Name": "NamespaceHandling", + "Namespace": "System.Xml" + }, + { + "Name": "NewLineHandling", + "Namespace": "System.Xml" + }, + { + "Name": "ReadState", + "Namespace": "System.Xml" + }, + { + "Name": "ValidationType", + "Namespace": "System.Xml" + }, + { + "Name": "WhitespaceHandling", + "Namespace": "System.Xml" + }, + { + "Name": "XmlParserContext", + "Namespace": "System.Xml" + }, + { + "Name": "XmlReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlReaderSettings", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSpace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTextReader", + "Namespace": "System.Xml" + }, + { + "Name": "Formatting", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTextWriter", + "Namespace": "System.Xml" + }, + { + "Name": "XmlValidatingReader", + "Namespace": "System.Xml" + }, + { + "Name": "WriteState", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWriter", + "Namespace": "System.Xml" + }, + { + "Name": "XmlOutputMethod", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWriterSettings", + "Namespace": "System.Xml" + }, + { + "Name": "XmlAttribute", + "Namespace": "System.Xml" + }, + { + "Name": "XmlAttributeCollection", + "Namespace": "System.Xml" + }, + { + "Name": "XmlCDataSection", + "Namespace": "System.Xml" + }, + { + "Name": "XmlCharacterData", + "Namespace": "System.Xml" + }, + { + "Name": "XmlComment", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDeclaration", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocument", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocumentFragment", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocumentType", + "Namespace": "System.Xml" + }, + { + "Name": "XmlElement", + "Namespace": "System.Xml" + }, + { + "Name": "XmlEntity", + "Namespace": "System.Xml" + }, + { + "Name": "XmlEntityReference", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedAction", + "Namespace": "System.Xml" + }, + { + "Name": "XmlImplementation", + "Namespace": "System.Xml" + }, + { + "Name": "XmlLinkedNode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedEventArgs", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedEventHandler", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeList", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNotation", + "Namespace": "System.Xml" + }, + { + "Name": "XmlProcessingInstruction", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSignificantWhitespace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlText", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWhitespace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTokenizedType", + "Namespace": "System.Xml" + }, + { + "Name": "CodeGenerationOptions", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "CodeIdentifier", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "CodeIdentifiers", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "ImportContext", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "IXmlSerializable", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "IXmlTextParser", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SchemaImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributeOverrides", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapEnumAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapIgnoreAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapIncludeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapReflectionImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapSchemaMember", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapTypeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyElementAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayItemAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayItemAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeOverrides", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlChoiceIdentifierAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlEnumAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlIgnoreAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlIncludeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMappingAccess", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMemberMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMembersMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNamespaceDeclarationsAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlReflectionImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlReflectionMember", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlRootAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaExporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaProviderAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemas", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaEnumerator", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationGeneratedCode", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationReader", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationFixupCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationCollectionFixupCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationReadCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationWriter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationWriteCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerAssemblyAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlDeserializationEvents", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerImplementation", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializer", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerFactory", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerNamespaces", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerVersionAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTextAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTypeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTypeMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNodeEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNodeEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "UnreferencedObjectEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "UnreferencedObjectEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaDatatypeVariety", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "IXmlSchemaInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "ValidationEventArgs", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "ValidationEventHandler", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlAtomicValue", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchema", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAll", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnnotated", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnnotation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAny", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnyAttribute", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAppInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttribute", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttributeGroup", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttributeGroupRef", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaChoice", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCollection", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCollectionEnumerator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContentExtension", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContentRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentModel", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentProcessing", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDatatype", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDerivationMethod", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDocumentation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaElement", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaExternal", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaNumericFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaPatternFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaEnumerationFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinExclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinInclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxExclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxInclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaTotalDigitsFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaFractionDigitsFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaWhiteSpaceFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaForm", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroup", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroupBase", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroupRef", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaIdentityConstraint", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaXPath", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaUnique", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaKey", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaKeyref", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaImport", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInclude", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaNotation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObject", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectCollection", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectEnumerator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectTable", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaParticle", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaRedefine", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSequence", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCompilationSettings", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContentExtension", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContentRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeList", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeUnion", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaUse", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidationException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlValueGetter", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidationFlags", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidity", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSeverityType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlTypeCode", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInference", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInferenceException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XslCompiledTransform", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltMessageEncounteredEventArgs", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltMessageEncounteredEventHandler", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltArgumentList", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "IXsltContextFunction", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "IXsltContextVariable", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltContext", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltException", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltCompileException", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XslTransform", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltSettings", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "ContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ElementContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NodeKindContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AttributeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NamespaceIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AttributeContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ContentMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DodSequenceMerge", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "SetIteratorResult", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "UnionIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IntersectIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DifferenceIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "FollowingSiblingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "FollowingSiblingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingSiblingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingSiblingDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "StringConcat", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DescendantIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DescendantMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ParentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AncestorIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AncestorDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathFollowingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathFollowingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NodeRangeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "Int32Aggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "Int64Aggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DecimalAggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DoubleAggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlCollation", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlILIndex", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlILStorageConverter", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IteratorResult", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IdIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlNavigatorFilter", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryContext", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryOutput", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryRuntime", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQuerySequence`1", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryItemSequence", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryNodeSequence", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlSortKeyAccumulator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltConvert", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltFunctions", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltLibrary", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IXPathNavigable", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathDocument", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathException", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlSortOrder", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlCaseOrder", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlDataType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathResultType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathExpression", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathItem", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNamespaceScope", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNavigator", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNodeIterator", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNodeType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlKnownDtds", + "Namespace": "System.Xml.Resolvers" + }, + { + "Name": "XmlPreloadedResolver", + "Namespace": "System.Xml.Resolvers" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XAttribute", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XCData", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XComment", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XContainer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDeclaration", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDocument", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDocumentType", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XElement", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObjectChange", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "LoadOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "SaveOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "ReaderOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XName", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNamespace", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNode", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNodeDocumentOrderComparer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNodeEqualityComparer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObject", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObjectChangeEventArgs", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XProcessingInstruction", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XStreamingElement", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XText", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "DispatchProxy", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodSemanticsAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "DeclarativeSecurityAction", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodImportAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ManifestResourceAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyHashAlgorithm", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "ManagedPEBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DebugDirectoryBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEDirectoriesBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEHeaderBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "ResourceSectionBuilder", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "SectionLocation", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CoffHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CorFlags", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CorHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "CodeViewDebugDirectoryData", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DebugDirectoryEntry", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DebugDirectoryEntryType", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DirectoryEntry", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "Machine", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "Characteristics", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEMagic", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "Subsystem", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "DllCharacteristics", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "SectionCharacteristics", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEHeaders", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEMemoryBlock", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEReader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "PEStreamOptions", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "SectionHeader", + "Namespace": "System.Reflection.PortableExecutable" + }, + { + "Name": "EntityHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Blob", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobWriter", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobBuilder", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ReservedBlob`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeNamedArgument`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeTypedArgument`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeValue`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ICustomAttributeTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ILOpCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ILOpCodeExtensions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImageFormatLimitationException", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataStreamOptions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataReaderProvider", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobContentId", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PrimitiveSerializationTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "InterfaceImplementationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImplementationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodSpecificationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExportedTypeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeSpecificationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FieldDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StandaloneSignatureHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ParameterHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterConstraintHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyReferenceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DeclarativeSecurityAttributeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ConstantHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ManifestResourceHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyFileHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "UserStringHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StringHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "NamespaceDefinitionHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GuidHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyFile", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "BlobReader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Constant", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ConstantTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttribute", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeNamedArgumentKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DeclarativeSecurityAttribute", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ArrayShape", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ISZArrayTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ISignatureTypeProvider`2", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ISimpleTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureTypeKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "IConstructedTypeProvider`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodSignature`1", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PrimitiveTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExceptionRegion", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExceptionRegionKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExportedType", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FieldDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameter", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterConstraint", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "GenericParameterConstraintHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomAttributeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DeclarativeSecurityAttributeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FieldDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImplementationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ParameterHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "InterfaceImplementationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeDefinitionHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeReferenceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ExportedTypeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReferenceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyAccessors", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "EventAccessors", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyReferenceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ManifestResourceHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "AssemblyFileHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "HandleComparer", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "HandleKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Handle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "InterfaceImplementation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ManifestResource", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StandaloneSignatureKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MemberReferenceKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataReader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataReaderOptions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataStringComparer", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MetadataStringDecoder", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodBodyBlock", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImplementation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodImport", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodSpecification", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ModuleReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "NamespaceDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Parameter", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomDebugInformation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DebugMetadataHeader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "Document", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DocumentNameBlobHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DocumentHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDebugInformationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalScopeHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariableHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalConstantHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportScopeCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomDebugInformationHandleCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "DocumentHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDebugInformationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalScopeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariableHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalConstantHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportScopeHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "CustomDebugInformationHandle", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportDefinitionKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportDefinitionCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalConstant", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "ImportScope", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalScope", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariable", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "LocalVariableAttributes", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "MethodDebugInformation", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SequencePoint", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SequencePointCollection", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PEReaderExtensions", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "PropertyDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SerializationTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureAttributes", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureCallingConvention", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureHeader", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureKind", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "SignatureTypeCode", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "StandaloneSignature", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeDefinition", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeLayout", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeReference", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "TypeSpecification", + "Namespace": "System.Reflection.Metadata" + }, + { + "Name": "FunctionPointerAttributes", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MethodBodyStreamEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MethodBodyAttributes", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataRootBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ControlFlowBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ExceptionRegionEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "InstructionEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LabelHandle", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CodedIndex", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "PortablePdbBuilder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "BlobEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MethodSignatureEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LocalVariablesEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LocalVariableTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ParameterTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "PermissionSetEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "GenericTypeArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "FixedArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LiteralEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ScalarEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "LiteralsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "VectorEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "NameEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomAttributeNamedArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "NamedArgumentsEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "NamedArgumentTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomAttributeArrayTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomAttributeElementTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "SignatureTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "CustomModifiersEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ArrayShapeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ReturnTypeEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ParametersEncoder", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataSizes", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "SignatureDecoder`2", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "EditAndContinueLogEntry", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "EditAndContinueOperation", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "ExportedTypeExtensions", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "HeapIndex", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataReaderExtensions", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataTokens", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "TableIndex", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "MetadataAggregator", + "Namespace": "System.Reflection.Metadata.Ecma335" + }, + { + "Name": "TypeExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "EventInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "ModuleExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyInfoExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "IResourceWriter", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceWriter", + "Namespace": "System.Resources" + }, + { + "Name": "CallConvCdecl", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvStdcall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvThiscall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvFastcall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsPinned", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsBoxed", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsByValue", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsCopyConstructed", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsExplicitlyDereferenced", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsImplicitlyDereferenced", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsJitIntrinsic", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsLong", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsSignUnspecifiedByte", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsUdtReturn", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "HasCopySemanticsAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ScopelessEnumAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "NativeCppClassAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RequiredAttributeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerMarshalOverride", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "Action`9", + "Namespace": "System" + }, + { + "Name": "Action`10", + "Namespace": "System" + }, + { + "Name": "Action`11", + "Namespace": "System" + }, + { + "Name": "Action`12", + "Namespace": "System" + }, + { + "Name": "Action`13", + "Namespace": "System" + }, + { + "Name": "Action`14", + "Namespace": "System" + }, + { + "Name": "Action`15", + "Namespace": "System" + }, + { + "Name": "Action`16", + "Namespace": "System" + }, + { + "Name": "Func`10", + "Namespace": "System" + }, + { + "Name": "Func`11", + "Namespace": "System" + }, + { + "Name": "Func`12", + "Namespace": "System" + }, + { + "Name": "Func`13", + "Namespace": "System" + }, + { + "Name": "Func`14", + "Namespace": "System" + }, + { + "Name": "Func`15", + "Namespace": "System" + }, + { + "Name": "Func`16", + "Namespace": "System" + }, + { + "Name": "Func`17", + "Namespace": "System" + }, + { + "Name": "Lazy`2", + "Namespace": "System" + }, + { + "Name": "WaitHandleExtensions", + "Namespace": "System.Threading" + }, + { + "Name": "AssemblyTargetedPatchBandAttribute", + "Namespace": "System.Runtime" + }, + { + "Name": "TargetedPatchingOptOutAttribute", + "Namespace": "System.Runtime" + }, + { + "Name": "PrePrepareMethodAttribute", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "RuntimeReflectionExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "FileAttributes", + "Namespace": "System.IO" + }, + { + "Name": "HandleInheritability", + "Namespace": "System.IO" + }, + { + "Name": "ISet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "AppDomain", + "Namespace": "System" + }, + { + "Name": "AppDomainUnloadedException", + "Namespace": "System" + }, + { + "Name": "ApplicationId", + "Namespace": "System" + }, + { + "Name": "CannotUnloadAppDomainException", + "Namespace": "System" + }, + { + "Name": "ContextBoundObject", + "Namespace": "System" + }, + { + "Name": "ContextMarshalException", + "Namespace": "System" + }, + { + "Name": "ContextStaticAttribute", + "Namespace": "System" + }, + { + "Name": "Environment", + "Namespace": "System" + }, + { + "Name": "LoaderOptimization", + "Namespace": "System" + }, + { + "Name": "LoaderOptimizationAttribute", + "Namespace": "System" + }, + { + "Name": "OperatingSystem", + "Namespace": "System" + }, + { + "Name": "PlatformID", + "Namespace": "System" + }, + { + "Name": "StringNormalizationExtensions", + "Namespace": "System" + }, + { + "Name": "IPermission", + "Namespace": "System.Security" + }, + { + "Name": "ISecurityEncodable", + "Namespace": "System.Security" + }, + { + "Name": "SecurityElement", + "Namespace": "System.Security" + }, + { + "Name": "CodeAccessSecurityAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityAction", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermissionFlag", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ArrayList", + "Namespace": "System.Collections" + }, + { + "Name": "Comparer", + "Namespace": "System.Collections" + }, + { + "Name": "Hashtable", + "Namespace": "System.Collections" + }, + { + "Name": "IHashCodeProvider", + "Namespace": "System.Collections" + }, + { + "Name": "FrameworkName", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ComponentGuaranteesAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceConsumptionAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ComponentGuaranteesOptions", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceExposureAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceScope", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "VersioningHelper", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "AssemblyNameProxy", + "Namespace": "System.Reflection" + }, + { + "Name": "WebUtility", + "Namespace": "System.Net" + }, + { + "Name": "StreamReader", + "Namespace": "System.IO" + }, + { + "Name": "StreamWriter", + "Namespace": "System.IO" + }, + { + "Name": "StringReader", + "Namespace": "System.IO" + }, + { + "Name": "StringWriter", + "Namespace": "System.IO" + }, + { + "Name": "TextReader", + "Namespace": "System.IO" + }, + { + "Name": "TextWriter", + "Namespace": "System.IO" + }, + { + "Name": "BufferedStream", + "Namespace": "System.IO" + }, + { + "Name": "InvalidDataException", + "Namespace": "System.IO" + }, + { + "Name": "GlobalizationExtensions", + "Namespace": "System.Globalization" + }, + { + "Name": "Stopwatch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "IndentedTextWriter", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "SecureStringMarshal", + "Namespace": "System.Security" + }, + { + "Name": "AutomationProxyAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComAliasNameAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComCompatibleVersionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComConversionLossAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComRegisterFunctionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComUnregisterFunctionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IDispatchImplAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IDispatchImplType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ImportedFromTypeLibAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ManagedToNativeComInteropStubAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "PrimaryInteropAssemblyAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SetWin32ContextInIDispatchAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibImportClassAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibTypeFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibFuncFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVarFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibTypeAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibFuncAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVarAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVersionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComAwareEventInfo", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComEventInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultParameterValueAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "HandleCollector", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RuntimeEnvironment", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "AssemblyRegistrationFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ExporterEventKind", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RegistrationClassContext", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RegistrationConnectionType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ADVF", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DATADIR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DVASPECT", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FORMATETC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IAdviseSink", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDataObject", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumFORMATETC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumSTATDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STATDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STGMEDIUM", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYMED", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IUnknownConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeInformation", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "Architecture", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OSPlatform", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BigInteger", + "Namespace": "System.Numerics" + }, + { + "Name": "Complex", + "Namespace": "System.Numerics" + }, + { + "Name": "Formatter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterConverter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterServices", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IFormatter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializationSurrogate", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISurrogateSelector", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ObjectIDGenerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ObjectManager", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationBinder", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationObjectManager", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SurrogateSelector", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterTypeStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "FormatterAssemblyStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "TypeFilterLevel", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "IFieldInfo", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "BinaryFormatter", + "Namespace": "System.Runtime.Serialization.Formatters.Binary" + }, + { + "Name": "CollectionDataContractAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ContractNamespaceAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "EnumMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IgnoreDataMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "InvalidDataContractException", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializationSurrogateProvider", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "KnownTypeAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "AceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "KnownAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CustomAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CompoundAceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CompoundAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceQualifier", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "QualifiedAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceEnumerator", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RawAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SystemAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "DiscretionaryAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "InheritanceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "PropagationFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SecurityInfos", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ResourceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlSections", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlActions", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "NativeObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlModification", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessRule`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditRule`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectSecurity`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "PrivilegeNotHeldException", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ControlFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RawSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuthorizationRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuthorizationRuleCollection", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "GenericPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "Claim", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimsIdentity", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimsPrincipal", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimTypes", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimValueTypes", + "Namespace": "System.Security.Claims" + }, + { + "Name": "Aes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AesManaged", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricKeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricKeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricSignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricSignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoConfig", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DES", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSA", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSAParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSASignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSASignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECCurve", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDiffieHellmanPublicKey", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsa", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECPoint", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MaskGenerationMethod", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MD5", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACMD5", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA1", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA256", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA384", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA512", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "IncrementalHash", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PKCS1MaskGenerationMethod", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RandomNumberGenerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RC2", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Rijndael", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RijndaelManaged", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Rfc2898DeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSA", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAEncryptionPadding", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAEncryptionPaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOAEPKeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOAEPKeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1KeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1KeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1SignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1SignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSASignaturePadding", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSASignaturePaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SignatureDescription", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDES", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SafeNCryptHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptKeyHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptProviderHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptSecretHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "AesCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngAlgorithmGroup", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngExportPolicies", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKey", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyBlobFormat", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyCreationOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyCreationParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyHandleOpenOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyOpenOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyUsages", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngProperty", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngPropertyCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngPropertyOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngUIPolicy", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngUIProtectionLevels", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSACng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsaCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECKeyXmlFormat", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSACng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDESCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AesCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspProviderFlags", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ICspAsymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeyNumber", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MD5CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PasswordDeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RNGCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDESCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspKeyContainerInfo", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DESCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSACryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RC2CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSACryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedData", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedDataCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedDataEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "FromBase64TransformMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ToBase64Transform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "FromBase64Transform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Oid", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidGroup", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSAOpenSsl", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsaOpenSsl", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOpenSsl", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SafeEvpPKeyHandle", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObject", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObjectCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObjectEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "X509IssuerSerial", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "AlgorithmIdentifier", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipient", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipientCollection", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipientEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "ContentInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "EnvelopedCms", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "KeyAgreeRecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "KeyTransRecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9AttributeObject", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9ContentType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9DocumentDescription", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9DocumentName", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9MessageDigest", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9SigningTime", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "PublicKeyInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoCollection", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifier", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierOrKey", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierOrKeyType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "AsymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CipherMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicUnexpectedOperationException", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoStream", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoStreamMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HashAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HashAlgorithmName", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMAC", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ICryptoTransform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeyedHashAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeySizes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CertificateRequest", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "DSACertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "ECDsaCertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "OpenFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "PublicKey", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "RSACertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "StoreLocation", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "StoreName", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "SubjectAlternativeNameBuilder", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X500DistinguishedName", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X500DistinguishedNameFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509BasicConstraintsExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2Collection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2Enumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509CertificateCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Chain", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElement", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElementCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElementEnumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainPolicy", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainStatus", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainStatusFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ContentType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509EnhancedKeyUsageExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Extension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ExtensionCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ExtensionEnumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509FindType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509IncludeOption", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyStorageFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyUsageExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyUsageFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509NameType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509RevocationFlag", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509RevocationMode", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SignatureGenerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Store", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SubjectKeyIdentifierExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SubjectKeyIdentifierHashAlgorithm", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509VerificationFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "SafeX509ChainHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "ApplicationIdentity", + "Namespace": "System" + }, + { + "Name": "DistributedTransactionPermission", + "Namespace": "System.Transactions" + }, + { + "Name": "DistributedTransactionPermissionAttribute", + "Namespace": "System.Transactions" + }, + { + "Name": "CodeAccessPermission", + "Namespace": "System.Security" + }, + { + "Name": "HostProtectionException", + "Namespace": "System.Security" + }, + { + "Name": "HostSecurityManager", + "Namespace": "System.Security" + }, + { + "Name": "HostSecurityManagerOptions", + "Namespace": "System.Security" + }, + { + "Name": "IEvidenceFactory", + "Namespace": "System.Security" + }, + { + "Name": "ISecurityPolicyEncodable", + "Namespace": "System.Security" + }, + { + "Name": "IStackWalk", + "Namespace": "System.Security" + }, + { + "Name": "NamedPermissionSet", + "Namespace": "System.Security" + }, + { + "Name": "PermissionSet", + "Namespace": "System.Security" + }, + { + "Name": "PolicyLevelType", + "Namespace": "System.Security" + }, + { + "Name": "SecurityContext", + "Namespace": "System.Security" + }, + { + "Name": "SecurityContextSource", + "Namespace": "System.Security" + }, + { + "Name": "SecurityManager", + "Namespace": "System.Security" + }, + { + "Name": "SecurityState", + "Namespace": "System.Security" + }, + { + "Name": "SecurityZone", + "Namespace": "System.Security" + }, + { + "Name": "XmlSyntaxException", + "Namespace": "System.Security" + }, + { + "Name": "AllMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationDirectory", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationDirectoryMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrust", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrustCollection", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrustEnumerator", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationVersionMatch", + "Namespace": "System.Security.Policy" + }, + { + "Name": "CodeConnectAccess", + "Namespace": "System.Security.Policy" + }, + { + "Name": "CodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Evidence", + "Namespace": "System.Security.Policy" + }, + { + "Name": "EvidenceBase", + "Namespace": "System.Security.Policy" + }, + { + "Name": "FileCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "FirstMatchCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "GacInstalled", + "Namespace": "System.Security.Policy" + }, + { + "Name": "GacMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Hash", + "Namespace": "System.Security.Policy" + }, + { + "Name": "HashMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "IIdentityPermissionFactory", + "Namespace": "System.Security.Policy" + }, + { + "Name": "IMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "NetCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PermissionRequestEvidence", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyException", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyLevel", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyStatement", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyStatementAttribute", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Publisher", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PublisherMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Site", + "Namespace": "System.Security.Policy" + }, + { + "Name": "SiteMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "StrongName", + "Namespace": "System.Security.Policy" + }, + { + "Name": "StrongNameMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "TrustManagerContext", + "Namespace": "System.Security.Policy" + }, + { + "Name": "TrustManagerUIContext", + "Namespace": "System.Security.Policy" + }, + { + "Name": "UnionCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Url", + "Namespace": "System.Security.Policy" + }, + { + "Name": "UrlMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Zone", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ZoneMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "EnvironmentPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "EnvironmentPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "EnvironmentPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "GacIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "GacIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "HostProtectionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "HostProtectionResource", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageContainment", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageFilePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageFilePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStoragePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStoragePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IUnrestrictedPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntry", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntryCollection", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntryEnumerator", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PermissionSetAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PermissionState", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PrincipalPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PrincipalPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PublisherIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PublisherIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermissionFlag", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ResourcePermissionBase", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ResourcePermissionBaseEntry", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SiteIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SiteIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNameIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNameIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNamePublicKeyBlob", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionClipboard", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionWindow", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UrlIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UrlIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ZoneIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ZoneIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "DnsPermission", + "Namespace": "System.Net" + }, + { + "Name": "DnsPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "EndpointPermission", + "Namespace": "System.Net" + }, + { + "Name": "NetworkAccess", + "Namespace": "System.Net" + }, + { + "Name": "SocketPermission", + "Namespace": "System.Net" + }, + { + "Name": "SocketPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "TransportType", + "Namespace": "System.Net" + }, + { + "Name": "WebPermission", + "Namespace": "System.Net" + }, + { + "Name": "WebPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "PnrpPermission", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PnrpPermissionAttribute", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PnrpScope", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PeerCollaborationPermission", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerCollaborationPermissionAttribute", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "NetworkInformationAccess", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationPermission", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationPermissionAttribute", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "SmtpAccess", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpPermission", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpPermissionAttribute", + "Namespace": "System.Net.Mail" + }, + { + "Name": "PrintingPermission", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintingPermissionAttribute", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintingPermissionLevel", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "EventLogPermission", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionAccess", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionEntry", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionEntryCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermission", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionAccess", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionEntry", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionEntryCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SqlClientPermission", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientPermissionAttribute", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "OraclePermission", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OraclePermissionAttribute", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OleDbPermission", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbPermissionAttribute", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OdbcPermission", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcPermissionAttribute", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "DBDataPermission", + "Namespace": "System.Data.Common" + }, + { + "Name": "DBDataPermissionAttribute", + "Namespace": "System.Data.Common" + }, + { + "Name": "IIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "PrincipalPolicy", + "Namespace": "System.Security.Principal" + }, + { + "Name": "TokenImpersonationLevel", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IdentityNotMappedException", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IdentityReference", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IdentityReferenceCollection", + "Namespace": "System.Security.Principal" + }, + { + "Name": "NTAccount", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WellKnownSidType", + "Namespace": "System.Security.Principal" + }, + { + "Name": "SecurityIdentifier", + "Namespace": "System.Security.Principal" + }, + { + "Name": "TokenAccessLevels", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsBuiltInRole", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "SafeAccessTokenHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "ServiceController", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceControllerStatus", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceStartMode", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceType", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "TimeoutException", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "CodePagesEncodingProvider", + "Namespace": "System.Text" + }, + { + "Name": "UnicodeRange", + "Namespace": "System.Text.Unicode" + }, + { + "Name": "UnicodeRanges", + "Namespace": "System.Text.Unicode" + }, + { + "Name": "HtmlEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "JavaScriptEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "TextEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "TextEncoderSettings", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "UrlEncoder", + "Namespace": "System.Text.Encodings.Web" + }, + { + "Name": "Regex", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "MatchEvaluator", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Capture", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "CaptureCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Group", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "GroupCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Match", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "MatchCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexMatchTimeoutException", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexOptions", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexRunner", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexRunnerFactory", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "ThreadingAclExtensions", + "Namespace": "System.Threading" + }, + { + "Name": "MutexRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "BarrierPostPhaseException", + "Namespace": "System.Threading" + }, + { + "Name": "Barrier", + "Namespace": "System.Threading" + }, + { + "Name": "CountdownEvent", + "Namespace": "System.Threading" + }, + { + "Name": "HostExecutionContext", + "Namespace": "System.Threading" + }, + { + "Name": "HostExecutionContextManager", + "Namespace": "System.Threading" + }, + { + "Name": "LockCookie", + "Namespace": "System.Threading" + }, + { + "Name": "ReaderWriterLock", + "Namespace": "System.Threading" + }, + { + "Name": "DataflowBlock", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ExecutionDataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "GroupingDataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowLinkOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowMessageHeader", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowMessageStatus", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IDataflowBlock", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IPropagatorBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IReceivableSourceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ISourceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ITargetBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ActionBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchedJoinBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchedJoinBlock`3", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BroadcastBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BufferBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "JoinBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "JoinBlock`3", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "TransformBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "TransformManyBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "WriteOnceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ValueTask`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "AsyncMethodBuilderAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncValueTaskMethodBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredValueTaskAwaitable`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ValueTaskAwaiter`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ParallelOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Parallel", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ParallelLoopState", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ParallelLoopResult", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "LocalDataStoreSlot", + "Namespace": "System" + }, + { + "Name": "CompressedStack", + "Namespace": "System.Threading" + }, + { + "Name": "Thread", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadExceptionEventArgs", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadExceptionEventHandler", + "Namespace": "System.Threading" + }, + { + "Name": "CommittableTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "DependentTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "Enlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "IEnlistmentNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "IPromotableSinglePhaseNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "ISimpleTransactionSuperior", + "Namespace": "System.Transactions" + }, + { + "Name": "ISinglePhaseNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "ITransactionPromoter", + "Namespace": "System.Transactions" + }, + { + "Name": "PreparingEnlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "SinglePhaseEnlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "SubordinateTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionEventArgs", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionCompletedEventHandler", + "Namespace": "System.Transactions" + }, + { + "Name": "IsolationLevel", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionStatus", + "Namespace": "System.Transactions" + }, + { + "Name": "DependentCloneOption", + "Namespace": "System.Transactions" + }, + { + "Name": "EnlistmentOptions", + "Namespace": "System.Transactions" + }, + { + "Name": "Transaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionAbortedException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInDoubtException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionManagerCommunicationException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionPromotionException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInformation", + "Namespace": "System.Transactions" + }, + { + "Name": "IDtcTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInterop", + "Namespace": "System.Transactions" + }, + { + "Name": "HostCurrentTransactionCallback", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionStartedEventHandler", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionManager", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionOptions", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScopeOption", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScopeAsyncFlowOption", + "Namespace": "System.Transactions" + }, + { + "Name": "EnterpriseServicesInteropOption", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScope", + "Namespace": "System.Transactions" + }, + { + "Name": "HttpUtility", + "Namespace": "System.Web" + }, + { + "Name": "XDocumentExtensions", + "Namespace": "System.Xml.XPath" + } + ], + "SchemaVersion": "0.0.1" +} diff --git a/Engine/Settings/desktop-5.1.14393.206-windows.json b/Engine/Settings/desktop-5.1.14393.206-windows.json deleted file mode 100644 index ba0e13c3d..000000000 --- a/Engine/Settings/desktop-5.1.14393.206-windows.json +++ /dev/null @@ -1,10207 +0,0 @@ -{ - "Modules": [ - { - "Name": "AppBackgroundTask", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-AppBackgroundTask", - "CommandType": "Function", - "ParameterSets": "[-PackageFamilyName \u003cstring\u003e] [-IncludeResourceUsage] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-AppBackgroundTask", - "CommandType": "Function", - "ParameterSets": "-TaskID \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unregister-AppBackgroundTask", - "CommandType": "Function", - "ParameterSets": "-TaskID \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-AppBackgroundTaskDiagnosticLog", - "CommandType": "Cmdlet", - "ParameterSets": "[-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-AppBackgroundTaskDiagnosticLog", - "CommandType": "Cmdlet", - "ParameterSets": "[-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-AppBackgroundTaskResourcePolicy", - "CommandType": "Cmdlet", - "ParameterSets": "-Mode \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "iru", - "pfn", - "tid" - ] - }, - { - "Name": "AppLocker", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-AppLockerFileInformation", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cList[string]\u003e] [\u003cCommonParameters\u003e] [[-Packages] \u003cList[AppxPackage]\u003e] [\u003cCommonParameters\u003e] -Directory \u003cstring\u003e [-FileType \u003cList[AppLockerFileType]\u003e] [-Recurse] [\u003cCommonParameters\u003e] -EventLog [-LogPath \u003cstring\u003e] [-EventType \u003cList[AppLockerEventType]\u003e] [-Statistics] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppLockerPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "-Local [-Xml] [\u003cCommonParameters\u003e] -Domain -Ldap \u003cstring\u003e [-Xml] [\u003cCommonParameters\u003e] -Effective [-Xml] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-AppLockerPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-FileInformation] \u003cList[FileInformation]\u003e [-RuleType \u003cList[RuleType]\u003e] [-RuleNamePrefix \u003cstring\u003e] [-User \u003cstring\u003e] [-Optimize] [-IgnoreMissingFileInformation] [-Xml] [-ServiceEnforcement \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-AppLockerPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-XmlPolicy] \u003cstring\u003e [-Ldap \u003cstring\u003e] [-Merge] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PolicyObject] \u003cAppLockerPolicy\u003e [-Ldap \u003cstring\u003e] [-Merge] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-AppLockerPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-XmlPolicy] \u003cstring\u003e -Path \u003cList[string]\u003e [-User \u003cstring\u003e] [-Filter \u003cList[PolicyDecision]\u003e] [\u003cCommonParameters\u003e] [-XmlPolicy] \u003cstring\u003e -Packages \u003cList[AppxPackage]\u003e [-User \u003cstring\u003e] [-Filter \u003cList[PolicyDecision]\u003e] [\u003cCommonParameters\u003e] [-PolicyObject] \u003cAppLockerPolicy\u003e -Path \u003cList[string]\u003e [-User \u003cstring\u003e] [-Filter \u003cList[PolicyDecision]\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "AppvClient", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-AppvVirtualProcess", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Module] [-FileVersionInfo] [\u003cCommonParameters\u003e] -Id \u003cint[]\u003e [-ComputerName \u003cstring[]\u003e] [-Module] [-FileVersionInfo] [\u003cCommonParameters\u003e] -InputObject \u003cProcess[]\u003e [-ComputerName \u003cstring[]\u003e] [-Module] [-FileVersionInfo] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-AppvVirtualProcess", - "CommandType": "Function", - "ParameterSets": "[-FilePath] \u003cstring\u003e [[-ArgumentList] \u003cstring[]\u003e] -AppvClientObject \u003cObject\u003e [-Credential \u003cpscredential\u003e] [-WorkingDirectory \u003cstring\u003e] [-LoadUserProfile] [-NoNewWindow] [-PassThru] [-RedirectStandardError \u003cstring\u003e] [-RedirectStandardInput \u003cstring\u003e] [-RedirectStandardOutput \u003cstring\u003e] [-Wait] [-UseNewEnvironment] [\u003cCommonParameters\u003e] [-FilePath] \u003cstring\u003e [[-ArgumentList] \u003cstring[]\u003e] -AppvClientObject \u003cObject\u003e [-WorkingDirectory \u003cstring\u003e] [-PassThru] [-Verb \u003cstring\u003e] [-Wait] [-WindowStyle \u003cProcessWindowStyle\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-AppvClientConnectionGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-AppvClientPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [[-DynamicDeploymentConfiguration] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-AppvPublishingServer", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-URL] \u003cstring\u003e [[-GlobalRefreshEnabled] \u003cbool\u003e] [[-GlobalRefreshOnLogon] \u003cbool\u003e] [[-GlobalRefreshInterval] \u003cuint32\u003e] [[-GlobalRefreshIntervalUnit] \u003cIPublishingServer+IntervalUnit\u003e] [[-UserRefreshEnabled] \u003cbool\u003e] [[-UserRefreshOnLogon] \u003cbool\u003e] [[-UserRefreshInterval] \u003cuint32\u003e] [[-UserRefreshIntervalUnit] \u003cIPublishingServer+IntervalUnit\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-Appv", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-AppvClientConnectionGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-GroupId] \u003cguid\u003e [-VersionId] \u003cguid\u003e [-Global] [-UserSID \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-Global] [-UserSID \u003cstring\u003e] [\u003cCommonParameters\u003e] [-ConnectionGroup] \u003cAppvClientConnectionGroup\u003e [-Global] [-UserSID \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-Appv", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-AppvClientConnectionGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-GroupId] \u003cguid\u003e [-VersionId] \u003cguid\u003e [-Global] [-UserSID \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-Global] [-UserSID \u003cstring\u003e] [\u003cCommonParameters\u003e] [-ConnectionGroup] \u003cAppvClientConnectionGroup\u003e [-Global] [-UserSID \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppvClientApplication", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [[-Version] \u003cstring\u003e] [-All] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppvClientConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppvClientConnectionGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [-All] [\u003cCommonParameters\u003e] [-GroupId] \u003cguid\u003e [[-VersionId] \u003cguid\u003e] [-All] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppvClientMode", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppvClientPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [[-Version] \u003cstring\u003e] [-All] [\u003cCommonParameters\u003e] [-PackageId] \u003cguid\u003e [[-VersionId] \u003cguid\u003e] [-All] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppvPublishingServer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ServerId] \u003cuint32\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] [[-URL] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppvStatus", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Mount-AppvClientConnectionGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-GroupId] \u003cguid\u003e [-VersionId] \u003cguid\u003e [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [\u003cCommonParameters\u003e] [-ConnectionGroup] \u003cAppvClientConnectionGroup\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Mount-AppvClientPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-PackageId] \u003cguid\u003e [-VersionId] \u003cguid\u003e [-Cancel] [\u003cCommonParameters\u003e] [-Package] \u003cAppvClientPackage\u003e [-Cancel] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [[-Version] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Publish-AppvClientPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-PackageId] \u003cguid\u003e [-VersionId] \u003cguid\u003e [[-DynamicUserConfigurationPath] \u003cstring\u003e] [-Global] [-UserSID \u003cstring\u003e] [-DynamicUserConfigurationType \u003cDynamicUserConfiguration\u003e] [\u003cCommonParameters\u003e] [-Package] \u003cAppvClientPackage\u003e [[-DynamicUserConfigurationPath] \u003cstring\u003e] [-Global] [-UserSID \u003cstring\u003e] [-DynamicUserConfigurationType \u003cDynamicUserConfiguration\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [[-Version] \u003cstring\u003e] [-Global] [-UserSID \u003cstring\u003e] [-DynamicUserConfigurationPath \u003cstring\u003e] [-DynamicUserConfigurationType \u003cDynamicUserConfiguration\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-AppvClientConnectionGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-GroupId] \u003cguid\u003e [-VersionId] \u003cguid\u003e [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [\u003cCommonParameters\u003e] [-ConnectionGroup] \u003cAppvClientConnectionGroup\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-AppvClientPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-PackageId] \u003cguid\u003e [-VersionId] \u003cguid\u003e [\u003cCommonParameters\u003e] [-Package] \u003cAppvClientPackage\u003e [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [[-Version] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-AppvPublishingServer", - "CommandType": "Cmdlet", - "ParameterSets": "[-ServerId] \u003cuint32\u003e [\u003cCommonParameters\u003e] [-Server] \u003cAppvPublishingServer\u003e [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] [[-URL] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Repair-AppvClientConnectionGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-GroupId] \u003cguid\u003e [-VersionId] \u003cguid\u003e [-Global] [-UserState] [-Extensions] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-Global] [-UserState] [-Extensions] [\u003cCommonParameters\u003e] [-ConnectionGroup] \u003cAppvClientConnectionGroup\u003e [-Global] [-UserState] [-Extensions] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Repair-AppvClientPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-PackageId] \u003cguid\u003e [-VersionId] \u003cguid\u003e [-Global] [-UserState] [-Extensions] [\u003cCommonParameters\u003e] [-Package] \u003cAppvClientPackage\u003e [-Global] [-UserState] [-Extensions] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [[-Version] \u003cstring\u003e] [-Global] [-UserState] [-Extensions] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Send-AppvClientReport", - "CommandType": "Cmdlet", - "ParameterSets": "[[-URL] \u003cstring\u003e] [-NetworkCostAware] [-DeleteOnSuccess] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-AppvClientConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-AllowHighCostLaunch \u003cbool\u003e] [-AutoLoad \u003cuint32\u003e] [-CertFilterForClientSsl \u003cstring\u003e] [-EnablePackageScripts \u003cbool\u003e] [-EnablePublishingRefreshUI \u003cbool\u003e] [-IntegrationRootGlobal \u003cstring\u003e] [-IntegrationRootUser \u003cstring\u003e] [-LocationProvider \u003cstring\u003e] [-MigrationMode \u003cbool\u003e] [-PackageInstallationRoot \u003cstring\u003e] [-PackageSourceRoot \u003cstring\u003e] [-RequirePublishAsAdmin \u003cbool\u003e] [-ReestablishmentInterval \u003cuint32\u003e] [-ReestablishmentRetries \u003cuint32\u003e] [-ReportingDataBlockSize \u003cuint32\u003e] [-ReportingDataCacheLimit \u003cuint32\u003e] [-ReportingEnabled \u003cbool\u003e] [-ReportingInterval \u003cuint32\u003e] [-ReportingRandomDelay \u003cuint32\u003e] [-ReportingServerURL \u003cstring\u003e] [-ReportingStartTime \u003cuint32\u003e] [-RoamingFileExclusions \u003cstring\u003e] [-RoamingRegistryExclusions \u003cstring\u003e] [-SharedContentStoreMode \u003cbool\u003e] [-VerifyCertificateRevocationList \u003cbool\u003e] [-ExperienceImprovementOptIn \u003cbool\u003e] [-ProcessesUsingVirtualComponents \u003cstring[]\u003e] [-EnableDynamicVirtualization \u003cbool\u003e] [-IgnoreLocationProvider \u003cbool\u003e] [-SupportBranchCache \u003cbool\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-AppvClientMode", - "CommandType": "Cmdlet", - "ParameterSets": "-Normal [\u003cCommonParameters\u003e] -Uninstall [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-AppvClientPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-PackageId] \u003cguid\u003e [-VersionId] \u003cguid\u003e [-Path \u003cstring\u003e] [-DynamicDeploymentConfiguration \u003cstring\u003e] [-UseNoConfiguration] [\u003cCommonParameters\u003e] [-Package] \u003cAppvClientPackage\u003e [-Path \u003cstring\u003e] [-DynamicDeploymentConfiguration \u003cstring\u003e] [-UseNoConfiguration] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [[-Version] \u003cstring\u003e] [-Path \u003cstring\u003e] [-DynamicDeploymentConfiguration \u003cstring\u003e] [-UseNoConfiguration] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-AppvPublishingServer", - "CommandType": "Cmdlet", - "ParameterSets": "[-ServerId] \u003cuint32\u003e [[-GlobalRefreshEnabled] \u003cbool\u003e] [[-GlobalRefreshOnLogon] \u003cbool\u003e] [[-GlobalRefreshInterval] \u003cuint32\u003e] [[-GlobalRefreshIntervalUnit] \u003cIPublishingServer+IntervalUnit\u003e] [[-UserRefreshEnabled] \u003cbool\u003e] [[-UserRefreshOnLogon] \u003cbool\u003e] [[-UserRefreshInterval] \u003cuint32\u003e] [[-UserRefreshIntervalUnit] \u003cIPublishingServer+IntervalUnit\u003e] [\u003cCommonParameters\u003e] [-Server] \u003cAppvPublishingServer\u003e [[-GlobalRefreshEnabled] \u003cbool\u003e] [[-GlobalRefreshOnLogon] \u003cbool\u003e] [[-GlobalRefreshInterval] \u003cuint32\u003e] [[-GlobalRefreshIntervalUnit] \u003cIPublishingServer+IntervalUnit\u003e] [[-UserRefreshEnabled] \u003cbool\u003e] [[-UserRefreshOnLogon] \u003cbool\u003e] [[-UserRefreshInterval] \u003cuint32\u003e] [[-UserRefreshIntervalUnit] \u003cIPublishingServer+IntervalUnit\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-AppvClientConnectionGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-GroupId] \u003cguid\u003e [-VersionId] \u003cguid\u003e [-Global] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-Global] [\u003cCommonParameters\u003e] [-ConnectionGroup] \u003cAppvClientConnectionGroup\u003e [-Global] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-AppvClientPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-PackageId] \u003cguid\u003e [-VersionId] \u003cguid\u003e [-Global] [\u003cCommonParameters\u003e] [-Package] \u003cAppvClientPackage\u003e [-Global] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [[-Version] \u003cstring\u003e] [-Global] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Sync-AppvPublishingServer", - "CommandType": "Cmdlet", - "ParameterSets": "[-ServerId] \u003cuint32\u003e [-Global] [-Force] [-NetworkCostAware] [-HidePublishingRefreshUI] [\u003cCommonParameters\u003e] [-Server] \u003cAppvPublishingServer\u003e [-Global] [-Force] [-NetworkCostAware] [-HidePublishingRefreshUI] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] [[-URL] \u003cstring\u003e] [-Global] [-Force] [-NetworkCostAware] [-HidePublishingRefreshUI] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unpublish-AppvClientPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-PackageId] \u003cguid\u003e [-VersionId] \u003cguid\u003e [-Global] [-UserSID \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Package] \u003cAppvClientPackage\u003e [-Global] [-UserSID \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [[-Version] \u003cstring\u003e] [-Global] [-UserSID \u003cstring\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Appx", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-AppxLastError", - "CommandType": "Function", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppxLog", - "CommandType": "Function", - "ParameterSets": "[-All] [\u003cCommonParameters\u003e] [-ActivityId \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-AppxPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-DependencyPath \u003cstring[]\u003e] [-ForceApplicationShutdown] [-ForceTargetApplicationShutdown] [-InstallAllResources] [-Volume \u003cAppxVolume\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e -Register [-DependencyPath \u003cstring[]\u003e] [-DisableDevelopmentMode] [-ForceApplicationShutdown] [-ForceTargetApplicationShutdown] [-InstallAllResources] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e -Update [-DependencyPath \u003cstring[]\u003e] [-ForceApplicationShutdown] [-ForceTargetApplicationShutdown] [-InstallAllResources] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -MainPackage \u003cstring\u003e [-Register] [-DependencyPackages \u003cstring[]\u003e] [-ForceApplicationShutdown] [-ForceTargetApplicationShutdown] [-InstallAllResources] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-AppxVolume", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Dismount-AppxVolume", - "CommandType": "Cmdlet", - "ParameterSets": "[-Volume] \u003cAppxVolume[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppxDefaultVolume", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppxPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [[-Publisher] \u003cstring\u003e] [-AllUsers] [-PackageTypeFilter \u003cPackageTypes\u003e] [-User \u003cstring\u003e] [-Volume \u003cAppxVolume\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppxPackageManifest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Package] \u003cstring\u003e [[-User] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppxVolume", - "CommandType": "Cmdlet", - "ParameterSets": "-Online [-Path \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-Path] \u003cstring\u003e] [\u003cCommonParameters\u003e] -Offline [-Path \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Invoke-CommandInDesktopPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-PackageFamilyName] \u003cstring\u003e [-AppId] \u003cstring\u003e [-Command] \u003cstring\u003e [[-Args] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Mount-AppxVolume", - "CommandType": "Cmdlet", - "ParameterSets": "[-Volume] \u003cAppxVolume[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Move-AppxPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-Package] \u003cstring[]\u003e [-Volume] \u003cAppxVolume\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-AppxPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-Package] \u003cstring\u003e [-PreserveApplicationData] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-AppxVolume", - "CommandType": "Cmdlet", - "ParameterSets": "[-Volume] \u003cAppxVolume[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-AppxDefaultVolume", - "CommandType": "Cmdlet", - "ParameterSets": "[-Volume] \u003cAppxVolume\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "AssignedAccess", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Clear-AssignedAccess", - "CommandType": "Function", - "ParameterSets": "[-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AssignedAccess", - "CommandType": "Function", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-AssignedAccess", - "CommandType": "Function", - "ParameterSets": "-UserName \u003cstring\u003e -AppName \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UserName \u003cstring\u003e -AppUserModelId \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UserSID \u003cstring\u003e -AppUserModelId \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UserSID \u003cstring\u003e -AppName \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "BitLocker", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-BitLockerKeyProtector", - "CommandType": "Function", - "ParameterSets": "[-MountPoint] \u003cstring[]\u003e [[-Password] \u003csecurestring\u003e] -PasswordProtector [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [[-RecoveryPassword] \u003cstring\u003e] -RecoveryPasswordProtector [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [-StartupKeyPath] \u003cstring\u003e -StartupKeyProtector [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [-StartupKeyPath] \u003cstring\u003e -TpmAndStartupKeyProtector [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [-StartupKeyPath] \u003cstring\u003e [[-Pin] \u003csecurestring\u003e] -TpmAndPinAndStartupKeyProtector [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [-ADAccountOrGroup] \u003cstring\u003e -ADAccountOrGroupProtector [-Service] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [[-Pin] \u003csecurestring\u003e] -TpmAndPinProtector [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e -TpmProtector [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [-RecoveryKeyPath] \u003cstring\u003e -RecoveryKeyProtector [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Backup-BitLockerKeyProtector", - "CommandType": "Function", - "ParameterSets": "[-MountPoint] \u003cstring[]\u003e [-KeyProtectorId] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-BitLockerAutoUnlock", - "CommandType": "Function", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-BitLocker", - "CommandType": "Function", - "ParameterSets": "[-MountPoint] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-BitLockerAutoUnlock", - "CommandType": "Function", - "ParameterSets": "[-MountPoint] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-BitLocker", - "CommandType": "Function", - "ParameterSets": "[-MountPoint] \u003cstring[]\u003e [[-Password] \u003csecurestring\u003e] -PasswordProtector [-EncryptionMethod \u003cBitLockerVolumeEncryptionMethodOnEnable\u003e] [-HardwareEncryption] [-SkipHardwareTest] [-UsedSpaceOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [[-RecoveryPassword] \u003cstring\u003e] -RecoveryPasswordProtector [-EncryptionMethod \u003cBitLockerVolumeEncryptionMethodOnEnable\u003e] [-HardwareEncryption] [-SkipHardwareTest] [-UsedSpaceOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [-StartupKeyPath] \u003cstring\u003e -StartupKeyProtector [-EncryptionMethod \u003cBitLockerVolumeEncryptionMethodOnEnable\u003e] [-HardwareEncryption] [-SkipHardwareTest] [-UsedSpaceOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [-StartupKeyPath] \u003cstring\u003e -TpmAndStartupKeyProtector [-EncryptionMethod \u003cBitLockerVolumeEncryptionMethodOnEnable\u003e] [-HardwareEncryption] [-SkipHardwareTest] [-UsedSpaceOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [-StartupKeyPath] \u003cstring\u003e [[-Pin] \u003csecurestring\u003e] -TpmAndPinAndStartupKeyProtector [-EncryptionMethod \u003cBitLockerVolumeEncryptionMethodOnEnable\u003e] [-HardwareEncryption] [-SkipHardwareTest] [-UsedSpaceOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [-AdAccountOrGroup] \u003cstring\u003e -AdAccountOrGroupProtector [-EncryptionMethod \u003cBitLockerVolumeEncryptionMethodOnEnable\u003e] [-HardwareEncryption] [-SkipHardwareTest] [-UsedSpaceOnly] [-Service] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [[-Pin] \u003csecurestring\u003e] -TpmAndPinProtector [-EncryptionMethod \u003cBitLockerVolumeEncryptionMethodOnEnable\u003e] [-HardwareEncryption] [-SkipHardwareTest] [-UsedSpaceOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e -TpmProtector [-EncryptionMethod \u003cBitLockerVolumeEncryptionMethodOnEnable\u003e] [-HardwareEncryption] [-SkipHardwareTest] [-UsedSpaceOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e [-RecoveryKeyPath] \u003cstring\u003e -RecoveryKeyProtector [-EncryptionMethod \u003cBitLockerVolumeEncryptionMethodOnEnable\u003e] [-HardwareEncryption] [-SkipHardwareTest] [-UsedSpaceOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-BitLockerAutoUnlock", - "CommandType": "Function", - "ParameterSets": "[-MountPoint] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-BitLockerVolume", - "CommandType": "Function", - "ParameterSets": "[[-MountPoint] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Lock-BitLocker", - "CommandType": "Function", - "ParameterSets": "[-MountPoint] \u003cstring[]\u003e [-ForceDismount] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-BitLockerKeyProtector", - "CommandType": "Function", - "ParameterSets": "[-MountPoint] \u003cstring[]\u003e [-KeyProtectorId] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resume-BitLocker", - "CommandType": "Function", - "ParameterSets": "[-MountPoint] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Suspend-BitLocker", - "CommandType": "Function", - "ParameterSets": "[-MountPoint] \u003cstring[]\u003e [[-RebootCount] \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unlock-BitLocker", - "CommandType": "Function", - "ParameterSets": "[-MountPoint] \u003cstring[]\u003e -Password \u003csecurestring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e -RecoveryPassword \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e -RecoveryKeyPath \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MountPoint] \u003cstring[]\u003e -AdAccountOrGroup [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "BitsTransfer", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-BitsFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-BitsJob] \u003cBitsJob[]\u003e [-Source] \u003cstring[]\u003e [[-Destination] \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Complete-BitsTransfer", - "CommandType": "Cmdlet", - "ParameterSets": "[-BitsJob] \u003cBitsJob[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-BitsTransfer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-AllUsers] [\u003cCommonParameters\u003e] [-JobId] \u003cguid[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-BitsTransfer", - "CommandType": "Cmdlet", - "ParameterSets": "[-BitsJob] \u003cBitsJob[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resume-BitsTransfer", - "CommandType": "Cmdlet", - "ParameterSets": "[-BitsJob] \u003cBitsJob[]\u003e [-Asynchronous] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-BitsTransfer", - "CommandType": "Cmdlet", - "ParameterSets": "[-BitsJob] \u003cBitsJob[]\u003e [-DisplayName \u003cstring\u003e] [-Priority \u003cstring\u003e] [-Description \u003cstring\u003e] [-ProxyAuthentication \u003cstring\u003e] [-RetryInterval \u003cint\u003e] [-RetryTimeout \u003cint\u003e] [-TransferPolicy \u003cCostStates\u003e] [-UseStoredCredential \u003cAuthenticationTargetValue\u003e] [-Credential \u003cpscredential\u003e] [-ProxyCredential \u003cpscredential\u003e] [-Authentication \u003cstring\u003e] [-SetOwnerToCurrentUser] [-ProxyUsage \u003cstring\u003e] [-ProxyList \u003curi[]\u003e] [-ProxyBypass \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-BitsTransfer", - "CommandType": "Cmdlet", - "ParameterSets": "[-Source] \u003cstring[]\u003e [[-Destination] \u003cstring[]\u003e] [-Asynchronous] [-Authentication \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Description \u003cstring\u003e] [-DisplayName \u003cstring\u003e] [-Priority \u003cstring\u003e] [-TransferPolicy \u003cCostStates\u003e] [-UseStoredCredential \u003cAuthenticationTargetValue\u003e] [-ProxyAuthentication \u003cstring\u003e] [-ProxyBypass \u003cstring[]\u003e] [-ProxyCredential \u003cpscredential\u003e] [-ProxyList \u003curi[]\u003e] [-ProxyUsage \u003cstring\u003e] [-RetryInterval \u003cint\u003e] [-RetryTimeout \u003cint\u003e] [-Suspended] [-TransferType \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Suspend-BitsTransfer", - "CommandType": "Cmdlet", - "ParameterSets": "[-BitsJob] \u003cBitsJob[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "BranchCache", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-BCDataCacheExtension", - "CommandType": "Function", - "ParameterSets": "[[-Percentage] \u003cuint32\u003e] [[-Path] \u003cstring\u003e] [-Force] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Path] \u003cstring\u003e] -SizeBytes \u003cuint64\u003e [-Force] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-BCCache", - "CommandType": "Function", - "ParameterSets": "[-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-BC", - "CommandType": "Function", - "ParameterSets": "[-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-BCDowngrading", - "CommandType": "Function", - "ParameterSets": "[-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-BCServeOnBattery", - "CommandType": "Function", - "ParameterSets": "[-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-BCDistributed", - "CommandType": "Function", - "ParameterSets": "[-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-BCDowngrading", - "CommandType": "Function", - "ParameterSets": "[[-Version] \u003cPreferredContentInformationVersion\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-BCHostedClient", - "CommandType": "Function", - "ParameterSets": "[-ServerNames] \u003cstring[]\u003e [-Force] [-UseVersion \u003cHostedCacheVersion\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UseSCP [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-BCHostedServer", - "CommandType": "Function", - "ParameterSets": "[-Force] [-RegisterSCP] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-BCLocal", - "CommandType": "Function", - "ParameterSets": "[-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-BCServeOnBattery", - "CommandType": "Function", - "ParameterSets": "[-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-BCCachePackage", - "CommandType": "Function", - "ParameterSets": "[[-StagingPath] \u003cstring\u003e] -Destination \u003cstring\u003e [-Force] [-OutputReferenceFile \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Destination \u003cstring\u003e -ExportDataCache [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-BCSecretKey", - "CommandType": "Function", - "ParameterSets": "[-Filename] \u003cstring\u003e [-FilePassphrase] \u003cstring\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-BCClientConfiguration", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-BCContentServerConfiguration", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-BCDataCache", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-BCDataCacheExtension", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-BCHashCache", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-BCHostedCacheServerConfiguration", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-BCNetworkConfiguration", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-BCStatus", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-BCCachePackage", - "CommandType": "Function", - "ParameterSets": "[-Path] \u003cstring\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-BCSecretKey", - "CommandType": "Function", - "ParameterSets": "[-Filename] \u003cstring\u003e -FilePassphrase \u003cstring\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Publish-BCFileContent", - "CommandType": "Function", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-UseVersion \u003cuint32\u003e] [-StageData] [-StagingPath \u003cstring\u003e] [-ReferenceFile \u003cstring\u003e] [-Force] [-Recurse] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Publish-BCWebContent", - "CommandType": "Function", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-UseVersion \u003cuint32\u003e] [-StageData] [-StagingPath \u003cstring\u003e] [-ReferenceFile \u003cstring\u003e] [-Force] [-Recurse] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-BCDataCacheExtension", - "CommandType": "Function", - "ParameterSets": "[-Path] \u003cstring\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-DataCacheExtension] \u003cCimInstance#MSFT_NetBranchCacheDataCacheExtension[]\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-BC", - "CommandType": "Function", - "ParameterSets": "[-ResetFWRulesOnly] [-ResetPerfCountersOnly] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-BCAuthentication", - "CommandType": "Function", - "ParameterSets": "[-Mode] \u003cClientAuthenticationMode\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-BCCache", - "CommandType": "Function", - "ParameterSets": "[[-Path] \u003cstring\u003e] [-MoveTo \u003cstring\u003e] [-Percentage \u003cuint32\u003e] [-SizeBytes \u003cuint64\u003e] [-Defragment] [-Force] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Cache] \u003cCimInstance#MSFT_NetBranchCacheCache[]\u003e [-MoveTo \u003cstring\u003e] [-Percentage \u003cuint32\u003e] [-SizeBytes \u003cuint64\u003e] [-Defragment] [-Force] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-BCDataCacheEntryMaxAge", - "CommandType": "Function", - "ParameterSets": "[-TimeDays] \u003cuint32\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-BCMinSMBLatency", - "CommandType": "Function", - "ParameterSets": "[-LatencyMilliseconds] \u003cuint32\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-BCSecretKey", - "CommandType": "Function", - "ParameterSets": "[[-Passphrase] \u003cstring\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "CimCmdlets", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Export-BinaryMiLog", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-InputObject \u003cciminstance\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-CimAssociatedInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cciminstance\u003e [[-Association] \u003cstring\u003e] [-ResultClassName \u003cstring\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-ResourceUri \u003curi\u003e] [-ComputerName \u003cstring[]\u003e] [-KeyOnly] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance\u003e [[-Association] \u003cstring\u003e] -CimSession \u003cCimSession[]\u003e [-ResultClassName \u003cstring\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-ResourceUri \u003curi\u003e] [-KeyOnly] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-CimClass", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ClassName] \u003cstring\u003e] [[-Namespace] \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-ComputerName \u003cstring[]\u003e] [-MethodName \u003cstring\u003e] [-PropertyName \u003cstring\u003e] [-QualifierName \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-ClassName] \u003cstring\u003e] [[-Namespace] \u003cstring\u003e] -CimSession \u003cCimSession[]\u003e [-OperationTimeoutSec \u003cuint32\u003e] [-MethodName \u003cstring\u003e] [-PropertyName \u003cstring\u003e] [-QualifierName \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-CimInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClassName] \u003cstring\u003e [-ComputerName \u003cstring[]\u003e] [-KeyOnly] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-QueryDialect \u003cstring\u003e] [-Shallow] [-Filter \u003cstring\u003e] [-Property \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession[]\u003e -ResourceUri \u003curi\u003e [-KeyOnly] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-Shallow] [-Filter \u003cstring\u003e] [-Property \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession[]\u003e -Query \u003cstring\u003e [-ResourceUri \u003curi\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-QueryDialect \u003cstring\u003e] [-Shallow] [\u003cCommonParameters\u003e] [-ClassName] \u003cstring\u003e -CimSession \u003cCimSession[]\u003e [-KeyOnly] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-QueryDialect \u003cstring\u003e] [-Shallow] [-Filter \u003cstring\u003e] [-Property \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance\u003e -CimSession \u003cCimSession[]\u003e [-ResourceUri \u003curi\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance\u003e [-ResourceUri \u003curi\u003e] [-ComputerName \u003cstring[]\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [\u003cCommonParameters\u003e] -ResourceUri \u003curi\u003e [-ComputerName \u003cstring[]\u003e] [-KeyOnly] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-Shallow] [-Filter \u003cstring\u003e] [-Property \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -Query \u003cstring\u003e [-ResourceUri \u003curi\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-QueryDialect \u003cstring\u003e] [-Shallow] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-CimSession", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-Id] \u003cuint32[]\u003e [\u003cCommonParameters\u003e] -InstanceId \u003cguid[]\u003e [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-BinaryMiLog", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Invoke-CimMethod", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClassName] \u003cstring\u003e [[-Arguments] \u003cIDictionary\u003e] [-MethodName] \u003cstring\u003e [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ClassName] \u003cstring\u003e [[-Arguments] \u003cIDictionary\u003e] [-MethodName] \u003cstring\u003e -CimSession \u003cCimSession[]\u003e [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Arguments] \u003cIDictionary\u003e] [-MethodName] \u003cstring\u003e -ResourceUri \u003curi\u003e [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance\u003e [[-Arguments] \u003cIDictionary\u003e] [-MethodName] \u003cstring\u003e -CimSession \u003cCimSession[]\u003e [-ResourceUri \u003curi\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance\u003e [[-Arguments] \u003cIDictionary\u003e] [-MethodName] \u003cstring\u003e [-ResourceUri \u003curi\u003e] [-ComputerName \u003cstring[]\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Arguments] \u003cIDictionary\u003e] [-MethodName] \u003cstring\u003e -ResourceUri \u003curi\u003e -CimSession \u003cCimSession[]\u003e [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CimClass] \u003ccimclass\u003e [[-Arguments] \u003cIDictionary\u003e] [-MethodName] \u003cstring\u003e [-ComputerName \u003cstring[]\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CimClass] \u003ccimclass\u003e [[-Arguments] \u003cIDictionary\u003e] [-MethodName] \u003cstring\u003e -CimSession \u003cCimSession[]\u003e [-OperationTimeoutSec \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Arguments] \u003cIDictionary\u003e] [-MethodName] \u003cstring\u003e -Query \u003cstring\u003e [-QueryDialect \u003cstring\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Arguments] \u003cIDictionary\u003e] [-MethodName] \u003cstring\u003e -Query \u003cstring\u003e -CimSession \u003cCimSession[]\u003e [-QueryDialect \u003cstring\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-CimInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClassName] \u003cstring\u003e [[-Property] \u003cIDictionary\u003e] [-Key \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-ComputerName \u003cstring[]\u003e] [-ClientOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ClassName] \u003cstring\u003e [[-Property] \u003cIDictionary\u003e] -CimSession \u003cCimSession[]\u003e [-Key \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-ClientOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Property] \u003cIDictionary\u003e] -ResourceUri \u003curi\u003e -CimSession \u003cCimSession[]\u003e [-Key \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Property] \u003cIDictionary\u003e] -ResourceUri \u003curi\u003e [-Key \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-ComputerName \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CimClass] \u003ccimclass\u003e [[-Property] \u003cIDictionary\u003e] -CimSession \u003cCimSession[]\u003e [-OperationTimeoutSec \u003cuint32\u003e] [-ClientOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CimClass] \u003ccimclass\u003e [[-Property] \u003cIDictionary\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-ComputerName \u003cstring[]\u003e] [-ClientOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-CimSession", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential\u003e] [-Authentication \u003cPasswordAuthenticationMechanism\u003e] [-Name \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-SkipTestConnection] [-Port \u003cuint32\u003e] [-SessionOption \u003cCimSessionOptions\u003e] [\u003cCommonParameters\u003e] [[-ComputerName] \u003cstring[]\u003e] [-CertificateThumbprint \u003cstring\u003e] [-Name \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-SkipTestConnection] [-Port \u003cuint32\u003e] [-SessionOption \u003cCimSessionOptions\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-CimSessionOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-Protocol] \u003cProtocolType\u003e [-UICulture \u003ccultureinfo\u003e] [-Culture \u003ccultureinfo\u003e] [\u003cCommonParameters\u003e] [-NoEncryption] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-EncodePortInServicePrincipalName] [-Encoding \u003cPacketEncoding\u003e] [-HttpPrefix \u003curi\u003e] [-MaxEnvelopeSizeKB \u003cuint32\u003e] [-ProxyAuthentication \u003cPasswordAuthenticationMechanism\u003e] [-ProxyCertificateThumbprint \u003cstring\u003e] [-ProxyCredential \u003cpscredential\u003e] [-ProxyType \u003cProxyType\u003e] [-UseSsl] [-UICulture \u003ccultureinfo\u003e] [-Culture \u003ccultureinfo\u003e] [\u003cCommonParameters\u003e] [-Impersonation \u003cImpersonationType\u003e] [-PacketIntegrity] [-PacketPrivacy] [-UICulture \u003ccultureinfo\u003e] [-Culture \u003ccultureinfo\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Register-CimIndicationEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClassName] \u003cstring\u003e [[-SourceIdentifier] \u003cstring\u003e] [[-Action] \u003cscriptblock\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-ComputerName \u003cstring\u003e] [-MessageData \u003cpsobject\u003e] [-SupportEvent] [-Forward] [-MaxTriggerCount \u003cint\u003e] [\u003cCommonParameters\u003e] [-ClassName] \u003cstring\u003e [[-SourceIdentifier] \u003cstring\u003e] [[-Action] \u003cscriptblock\u003e] -CimSession \u003cCimSession\u003e [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-MessageData \u003cpsobject\u003e] [-SupportEvent] [-Forward] [-MaxTriggerCount \u003cint\u003e] [\u003cCommonParameters\u003e] [-Query] \u003cstring\u003e [[-SourceIdentifier] \u003cstring\u003e] [[-Action] \u003cscriptblock\u003e] -CimSession \u003cCimSession\u003e [-Namespace \u003cstring\u003e] [-QueryDialect \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-MessageData \u003cpsobject\u003e] [-SupportEvent] [-Forward] [-MaxTriggerCount \u003cint\u003e] [\u003cCommonParameters\u003e] [-Query] \u003cstring\u003e [[-SourceIdentifier] \u003cstring\u003e] [[-Action] \u003cscriptblock\u003e] [-Namespace \u003cstring\u003e] [-QueryDialect \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-ComputerName \u003cstring\u003e] [-MessageData \u003cpsobject\u003e] [-SupportEvent] [-Forward] [-MaxTriggerCount \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-CimInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cciminstance\u003e [-ResourceUri \u003curi\u003e] [-ComputerName \u003cstring[]\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance\u003e -CimSession \u003cCimSession[]\u003e [-ResourceUri \u003curi\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Query] \u003cstring\u003e [[-Namespace] \u003cstring\u003e] -CimSession \u003cCimSession[]\u003e [-OperationTimeoutSec \u003cuint32\u003e] [-QueryDialect \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Query] \u003cstring\u003e [[-Namespace] \u003cstring\u003e] [-ComputerName \u003cstring[]\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-QueryDialect \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-CimSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-CimSession] \u003cCimSession[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ComputerName] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cuint32[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InstanceId \u003cguid[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-CimInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cciminstance\u003e [-ComputerName \u003cstring[]\u003e] [-ResourceUri \u003curi\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-Property \u003cIDictionary\u003e] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Query] \u003cstring\u003e -CimSession \u003cCimSession[]\u003e -Property \u003cIDictionary\u003e [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-QueryDialect \u003cstring\u003e] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance\u003e -CimSession \u003cCimSession[]\u003e [-ResourceUri \u003curi\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-Property \u003cIDictionary\u003e] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Query] \u003cstring\u003e -Property \u003cIDictionary\u003e [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-OperationTimeoutSec \u003cuint32\u003e] [-QueryDialect \u003cstring\u003e] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "gcim", - "scim", - "ncim", - "rcim", - "icim", - "gcai", - "rcie", - "ncms", - "rcms", - "gcms", - "ncso", - "gcls" - ] - }, - { - "Name": "ConfigCI", - "Version": "1.0", - "ExportedCommands": [ - { - "Name": "Add-SignerRule", - "CommandType": "Cmdlet", - "ParameterSets": "-FilePath \u003cstring\u003e -CertificatePath \u003cstring\u003e [-Kernel] [-User] [-Update] [-Deny] [\u003cCommonParameters\u003e]" - }, - { - "Name": "ConvertFrom-CIPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-XmlFilePath] \u003cstring\u003e [-BinaryFilePath] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Edit-CIPolicyRule", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] \u003cstring\u003e -FilePath \u003cstring\u003e [-Name \u003cstring\u003e] [-RType \u003cstring\u003e] [-FileName \u003cstring\u003e] [-Version \u003cstring\u003e] [-HashPath \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Id] \u003cstring\u003e -FilePath \u003cstring\u003e [-Name \u003cstring\u003e] [-RType \u003cstring\u003e] [-Root \u003cstring\u003e] [-AddEkus \u003cstring[]\u003e] [-RemoveEkus \u003cstring[]\u003e] [-Issuer \u003cstring\u003e] [-Publisher \u003cstring\u003e] [-OemId \u003cstring\u003e] [-AddExceptions \u003cstring[]\u003e] [-RemoveExceptions \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-CIPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-CIPolicyIdInfo", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-CIPolicyInfo", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SystemDriver", - "CommandType": "Cmdlet", - "ParameterSets": "[-Audit] [-ScanPath \u003cstring\u003e] [-UserPEs] [-NoScript] [-NoShadowCopy] [-OmitPaths \u003cstring[]\u003e] [-PathToCatroot \u003cstring\u003e] [-ScriptFileNames] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Merge-CIPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-OutputFilePath] \u003cstring\u003e [-PolicyPaths] \u003cstring[]\u003e [-Rules \u003cRule[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-CIPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring\u003e -Level \u003cRuleLevel\u003e [-DriverFiles \u003cDriverFile[]\u003e] [-Fallback \u003cRuleLevel[]\u003e] [-Audit] [-ScanPath \u003cstring\u003e] [-ScriptFileNames] [-UserPEs] [-NoScript] [-Deny] [-NoShadowCopy] [-OmitPaths \u003cstring[]\u003e] [-PathToCatroot \u003cstring\u003e] [\u003cCommonParameters\u003e] [-FilePath] \u003cstring\u003e -Rules \u003cRule[]\u003e [-Audit] [-ScanPath \u003cstring\u003e] [-ScriptFileNames] [-UserPEs] [-NoScript] [-Deny] [-NoShadowCopy] [-OmitPaths \u003cstring[]\u003e] [-PathToCatroot \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-CIPolicyRule", - "CommandType": "Cmdlet", - "ParameterSets": "-Level \u003cRuleLevel\u003e [-DriverFiles \u003cDriverFile[]\u003e] [-Fallback \u003cRuleLevel[]\u003e] [-Deny] [-ScriptFileNames] [\u003cCommonParameters\u003e] -DriverFilePath \u003cstring\u003e -Level \u003cRuleLevel\u003e [-Fallback \u003cRuleLevel[]\u003e] [-Deny] [-ScriptFileNames] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-CIPolicyRule", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] \u003cstring\u003e -FilePath \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-CIPolicyIdInfo", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring\u003e [-PolicyName \u003cstring\u003e] [-PolicyId \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-CIPolicySetting", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring\u003e -Provider \u003cstring\u003e -Key \u003cstring\u003e -ValueName \u003cstring\u003e -Delete [\u003cCommonParameters\u003e] [-FilePath] \u003cstring\u003e -Provider \u003cstring\u003e -Key \u003cstring\u003e -ValueName \u003cstring\u003e -ValueType \u003cstring\u003e -Value \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-CIPolicyVersion", - "CommandType": "Cmdlet", - "ParameterSets": "-FilePath \u003cstring\u003e -Version \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-HVCIOptions", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring\u003e [-Enabled] [-Strict] [-DebugMode] [\u003cCommonParameters\u003e] [-FilePath] \u003cstring\u003e [-None] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-RuleOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring\u003e [-Option] \u003cint\u003e [-Delete] [\u003cCommonParameters\u003e] -Help [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Defender", - "Version": "1.0", - "ExportedCommands": [ - { - "Name": "Add-MpPreference", - "CommandType": "Function", - "ParameterSets": "[-ExclusionPath \u003cstring[]\u003e] [-ExclusionExtension \u003cstring[]\u003e] [-ExclusionProcess \u003cstring[]\u003e] [-ThreatIDDefaultAction_Ids \u003clong[]\u003e] [-ThreatIDDefaultAction_Actions \u003cThreatAction[]\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-MpComputerStatus", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-MpPreference", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-MpThreat", - "CommandType": "Function", - "ParameterSets": "[\u003cCommonParameters\u003e] [-ThreatID \u003clong[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-MpThreatCatalog", - "CommandType": "Function", - "ParameterSets": "[\u003cCommonParameters\u003e] [-ThreatID \u003clong[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-MpThreatDetection", - "CommandType": "Function", - "ParameterSets": "[\u003cCommonParameters\u003e] [-ThreatID \u003clong[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-MpPreference", - "CommandType": "Function", - "ParameterSets": "[-ExclusionPath \u003cstring[]\u003e] [-ExclusionExtension \u003cstring[]\u003e] [-ExclusionProcess \u003cstring[]\u003e] [-ThreatIDDefaultAction_Ids \u003clong[]\u003e] [-UnknownThreatDefaultAction] [-LowThreatDefaultAction] [-ModerateThreatDefaultAction] [-HighThreatDefaultAction] [-SevereThreatDefaultAction] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-MpThreat", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-MpPreference", - "CommandType": "Function", - "ParameterSets": "[-ExclusionPath \u003cstring[]\u003e] [-ExclusionExtension \u003cstring[]\u003e] [-ExclusionProcess \u003cstring[]\u003e] [-RealTimeScanDirection \u003cScanDirection\u003e] [-QuarantinePurgeItemsAfterDelay \u003cuint32\u003e] [-RemediationScheduleDay \u003cDay\u003e] [-RemediationScheduleTime \u003cdatetime\u003e] [-ReportingAdditionalActionTimeOut \u003cuint32\u003e] [-ReportingCriticalFailureTimeOut \u003cuint32\u003e] [-ReportingNonCriticalTimeOut \u003cuint32\u003e] [-ScanAvgCPULoadFactor \u003cbyte\u003e] [-CheckForSignaturesBeforeRunningScan \u003cbool\u003e] [-ScanPurgeItemsAfterDelay \u003cuint32\u003e] [-ScanOnlyIfIdleEnabled \u003cbool\u003e] [-ScanParameters \u003cScanType\u003e] [-ScanScheduleDay \u003cDay\u003e] [-ScanScheduleQuickScanTime \u003cdatetime\u003e] [-ScanScheduleTime \u003cdatetime\u003e] [-SignatureFirstAuGracePeriod \u003cuint32\u003e] [-SignatureAuGracePeriod \u003cuint32\u003e] [-SignatureDefinitionUpdateFileSharesSources \u003cstring\u003e] [-SignatureDisableUpdateOnStartupWithoutEngine \u003cbool\u003e] [-SignatureFallbackOrder \u003cstring\u003e] [-SignatureScheduleDay \u003cDay\u003e] [-SignatureScheduleTime \u003cdatetime\u003e] [-SignatureUpdateCatchupInterval \u003cuint32\u003e] [-SignatureUpdateInterval \u003cuint32\u003e] [-MAPSReporting \u003cMAPSReportingType\u003e] [-SubmitSamplesConsent \u003cSubmitSamplesConsentType\u003e] [-DisableAutoExclusions \u003cbool\u003e] [-DisablePrivacyMode \u003cbool\u003e] [-RandomizeScheduleTaskTimes \u003cbool\u003e] [-DisableBehaviorMonitoring \u003cbool\u003e] [-DisableIntrusionPreventionSystem \u003cbool\u003e] [-DisableIOAVProtection \u003cbool\u003e] [-DisableRealtimeMonitoring \u003cbool\u003e] [-DisableScriptScanning \u003cbool\u003e] [-DisableArchiveScanning \u003cbool\u003e] [-DisableCatchupFullScan \u003cbool\u003e] [-DisableCatchupQuickScan \u003cbool\u003e] [-DisableEmailScanning \u003cbool\u003e] [-DisableRemovableDriveScanning \u003cbool\u003e] [-DisableRestorePoint \u003cbool\u003e] [-DisableScanningMappedNetworkDrivesForFullScan \u003cbool\u003e] [-DisableScanningNetworkFiles \u003cbool\u003e] [-UILockdown \u003cbool\u003e] [-ThreatIDDefaultAction_Ids \u003clong[]\u003e] [-ThreatIDDefaultAction_Actions \u003cThreatAction[]\u003e] [-UnknownThreatDefaultAction \u003cThreatAction\u003e] [-LowThreatDefaultAction \u003cThreatAction\u003e] [-ModerateThreatDefaultAction \u003cThreatAction\u003e] [-HighThreatDefaultAction \u003cThreatAction\u003e] [-SevereThreatDefaultAction \u003cThreatAction\u003e] [-Force] [-DisableBlockAtFirstSeen \u003cbool\u003e] [-PUAProtection \u003cPUAProtectionType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-MpScan", - "CommandType": "Function", - "ParameterSets": "[-ScanPath \u003cstring\u003e] [-ScanType \u003cScanType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-MpWDOScan", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-MpSignature", - "CommandType": "Function", - "ParameterSets": "[-UpdateSource \u003cUpdateSource\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "DirectAccessClientComponents", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-DAManualEntryPointSelection", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-DAManualEntryPointSelection", - "CommandType": "Function", - "ParameterSets": "-EntryPointName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DAClientExperienceConfiguration", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DAEntryPointTableItem", - "CommandType": "Function", - "ParameterSets": "[-EntryPointName \u003cstring[]\u003e] [-State \u003cState[]\u003e] [-PolicyStore \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-EntryPointName \u003cstring[]\u003e] [-State \u003cState[]\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-DAEntryPointTableItem", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore] \u003cstring\u003e -EntryPointName \u003cstring\u003e -ADSite \u003cstring\u003e -EntryPointRange \u003cstring[]\u003e -EntryPointIPAddress \u003cstring\u003e [-TeredoServerIP \u003cstring\u003e] [-GslbIP \u003cstring\u003e] [-IPHttpsProfile \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-GPOSession] \u003cstring\u003e -EntryPointName \u003cstring\u003e -ADSite \u003cstring\u003e -EntryPointRange \u003cstring[]\u003e -EntryPointIPAddress \u003cstring\u003e [-TeredoServerIP \u003cstring\u003e] [-GslbIP \u003cstring\u003e] [-IPHttpsProfile \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-DAEntryPointTableItem", - "CommandType": "Function", - "ParameterSets": "-PolicyStore \u003cstring\u003e [-EntryPointName \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -GPOSession \u003cstring\u003e [-EntryPointName \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_DASiteTableEntry[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-DAEntryPointTableItem", - "CommandType": "Function", - "ParameterSets": "-PolicyStore \u003cstring\u003e -NewName \u003cstring\u003e [-EntryPointName \u003cstring[]\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -GPOSession \u003cstring\u003e -NewName \u003cstring\u003e [-EntryPointName \u003cstring[]\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_DASiteTableEntry[]\u003e -NewName \u003cstring\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-DAClientExperienceConfiguration", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CorporateResources] [-IPsecTunnelEndpoints] [-PreferLocalNamesAllowed] [-UserInterface] [-SupportEmail] [-FriendlyName] [-ManualEntryPointSelectionAllowed] [-GslbFqdn] [-ForceTunneling] [-CustomCommands] [-PassiveMode] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_DAClientExperienceConfiguration[]\u003e [-CorporateResources] [-IPsecTunnelEndpoints] [-PreferLocalNamesAllowed] [-UserInterface] [-SupportEmail] [-FriendlyName] [-ManualEntryPointSelectionAllowed] [-GslbFqdn] [-ForceTunneling] [-CustomCommands] [-PassiveMode] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-DAEntryPointTableItem", - "CommandType": "Function", - "ParameterSets": "-PolicyStore \u003cstring\u003e [-EntryPointName \u003cstring[]\u003e] [-TeredoServerIP] [-IPHttpsProfile] [-GslbIP] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -GPOSession \u003cstring\u003e [-EntryPointName \u003cstring[]\u003e] [-TeredoServerIP] [-IPHttpsProfile] [-GslbIP] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_DASiteTableEntry[]\u003e [-TeredoServerIP] [-IPHttpsProfile] [-GslbIP] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DAClientExperienceConfiguration", - "CommandType": "Function", - "ParameterSets": "[[-CorporateResources] \u003cstring[]\u003e] [[-IPsecTunnelEndpoints] \u003cstring[]\u003e] [[-PreferLocalNamesAllowed] \u003cbool\u003e] [[-UserInterface] \u003cbool\u003e] [[-SupportEmail] \u003cstring\u003e] [[-FriendlyName] \u003cstring\u003e] [[-ManualEntryPointSelectionAllowed] \u003cbool\u003e] [[-GslbFqdn] \u003cstring\u003e] [[-ForceTunneling] \u003cForceTunneling\u003e] [[-CustomCommands] \u003cstring[]\u003e] [[-PassiveMode] \u003cbool\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-CorporateResources] \u003cstring[]\u003e] [[-IPsecTunnelEndpoints] \u003cstring[]\u003e] [[-PreferLocalNamesAllowed] \u003cbool\u003e] [[-UserInterface] \u003cbool\u003e] [[-SupportEmail] \u003cstring\u003e] [[-FriendlyName] \u003cstring\u003e] [[-ManualEntryPointSelectionAllowed] \u003cbool\u003e] [[-GslbFqdn] \u003cstring\u003e] [[-ForceTunneling] \u003cForceTunneling\u003e] [[-CustomCommands] \u003cstring[]\u003e] [[-PassiveMode] \u003cbool\u003e] -InputObject \u003cCimInstance#MSFT_DAClientExperienceConfiguration[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DAEntryPointTableItem", - "CommandType": "Function", - "ParameterSets": "-PolicyStore \u003cstring\u003e [-EntryPointName \u003cstring[]\u003e] [-ADSite \u003cstring\u003e] [-EntryPointRange \u003cstring[]\u003e] [-TeredoServerIP \u003cstring\u003e] [-EntryPointIPAddress \u003cstring\u003e] [-GslbIP \u003cstring\u003e] [-IPHttpsProfile \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -GPOSession \u003cstring\u003e [-EntryPointName \u003cstring[]\u003e] [-ADSite \u003cstring\u003e] [-EntryPointRange \u003cstring[]\u003e] [-TeredoServerIP \u003cstring\u003e] [-EntryPointIPAddress \u003cstring\u003e] [-GslbIP \u003cstring\u003e] [-IPHttpsProfile \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_DASiteTableEntry[]\u003e [-ADSite \u003cstring\u003e] [-EntryPointRange \u003cstring[]\u003e] [-TeredoServerIP \u003cstring\u003e] [-EntryPointIPAddress \u003cstring\u003e] [-GslbIP \u003cstring\u003e] [-IPHttpsProfile \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Dism", - "Version": "3.0", - "ExportedCommands": [ - { - "Name": "Add-ProvisionedAppxPackage", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Apply-WindowsUnattend", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Get-ProvisionedAppxPackage", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Remove-ProvisionedAppxPackage", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Add-AppxProvisionedPackage", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-FolderPath \u003cstring\u003e] [-PackagePath \u003cstring\u003e] [-DependencyPackagePath \u003cstring[]\u003e] [-LicensePath \u003cstring\u003e] [-SkipLicense] [-CustomDataPath \u003cstring\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Online [-FolderPath \u003cstring\u003e] [-PackagePath \u003cstring\u003e] [-DependencyPackagePath \u003cstring[]\u003e] [-LicensePath \u003cstring\u003e] [-SkipLicense] [-CustomDataPath \u003cstring\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-WindowsCapability", - "CommandType": "Cmdlet", - "ParameterSets": "-Name \u003cstring\u003e -Online [-LimitAccess] [-Source \u003cstring[]\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e -Path \u003cstring\u003e [-LimitAccess] [-Source \u003cstring[]\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-WindowsDriver", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-Recurse] [-ForceUnsigned] [-Driver \u003cstring\u003e] [-BasicDriverObject \u003cBasicDriverObject\u003e] [-AdvancedDriverObject \u003cAdvancedDriverObject\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-WindowsImage", - "CommandType": "Cmdlet", - "ParameterSets": "-ImagePath \u003cstring\u003e -CapturePath \u003cstring\u003e -Name \u003cstring\u003e [-ConfigFilePath \u003cstring\u003e] [-Description \u003cstring\u003e] [-CheckIntegrity] [-NoRpFix] [-Setbootable] [-Verify] [-WIMBoot] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-WindowsPackage", - "CommandType": "Cmdlet", - "ParameterSets": "-PackagePath \u003cstring\u003e -Online [-IgnoreCheck] [-PreventPending] [-NoRestart] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -PackagePath \u003cstring\u003e -Path \u003cstring\u003e [-IgnoreCheck] [-PreventPending] [-NoRestart] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-WindowsCorruptMountPoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-WindowsOptionalFeature", - "CommandType": "Cmdlet", - "ParameterSets": "-FeatureName \u003cstring[]\u003e -Online [-PackageName \u003cstring\u003e] [-Remove] [-NoRestart] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -FeatureName \u003cstring[]\u003e -Path \u003cstring\u003e [-PackageName \u003cstring\u003e] [-Remove] [-NoRestart] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Dismount-WindowsImage", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e -Discard [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Path \u003cstring\u003e -Save [-CheckIntegrity] [-Append] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-WindowsOptionalFeature", - "CommandType": "Cmdlet", - "ParameterSets": "-FeatureName \u003cstring[]\u003e -Online [-PackageName \u003cstring\u003e] [-All] [-LimitAccess] [-Source \u003cstring[]\u003e] [-NoRestart] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -FeatureName \u003cstring[]\u003e -Path \u003cstring\u003e [-PackageName \u003cstring\u003e] [-All] [-LimitAccess] [-Source \u003cstring[]\u003e] [-NoRestart] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Expand-WindowsCustomDataImage", - "CommandType": "Cmdlet", - "ParameterSets": "-ImagePath \u003cstring\u003e -CustomDataImage \u003cstring\u003e -SingleInstance [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Expand-WindowsImage", - "CommandType": "Cmdlet", - "ParameterSets": "-ImagePath \u003cstring\u003e -Name \u003cstring\u003e -ApplyPath \u003cstring\u003e [-SplitImageFilePattern \u003cstring\u003e] [-CheckIntegrity] [-ConfirmTrustedFile] [-NoRpFix] [-Verify] [-WIMBoot] [-Compact] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -ImagePath \u003cstring\u003e -Index \u003cuint32\u003e -ApplyPath \u003cstring\u003e [-SplitImageFilePattern \u003cstring\u003e] [-CheckIntegrity] [-ConfirmTrustedFile] [-NoRpFix] [-Verify] [-WIMBoot] [-Compact] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-WindowsDriver", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-Destination \u003cstring\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Online [-Destination \u003cstring\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-WindowsImage", - "CommandType": "Cmdlet", - "ParameterSets": "-DestinationImagePath \u003cstring\u003e -SourceImagePath \u003cstring\u003e -SourceName \u003cstring\u003e [-CheckIntegrity] [-CompressionType \u003cstring\u003e] [-DestinationName \u003cstring\u003e] [-Setbootable] [-SplitImageFilePattern \u003cstring\u003e] [-WIMBoot] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -DestinationImagePath \u003cstring\u003e -SourceImagePath \u003cstring\u003e -SourceIndex \u003cuint32\u003e [-CheckIntegrity] [-CompressionType \u003cstring\u003e] [-DestinationName \u003cstring\u003e] [-Setbootable] [-SplitImageFilePattern \u003cstring\u003e] [-WIMBoot] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AppxProvisionedPackage", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Online [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WIMBootEntry", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WindowsCapability", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-Name \u003cstring\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Online [-Name \u003cstring\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WindowsDriver", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-All] [-Driver \u003cstring\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Online [-All] [-Driver \u003cstring\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WindowsEdition", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-Target] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Online [-Target] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WindowsImage", - "CommandType": "Cmdlet", - "ParameterSets": "-ImagePath \u003cstring\u003e [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -ImagePath \u003cstring\u003e -Name \u003cstring\u003e [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -ImagePath \u003cstring\u003e -Index \u003cuint32\u003e [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Mounted [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WindowsImageContent", - "CommandType": "Cmdlet", - "ParameterSets": "-ImagePath \u003cstring\u003e -Name \u003cstring\u003e [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -ImagePath \u003cstring\u003e -Index \u003cuint32\u003e [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WindowsOptionalFeature", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-FeatureName \u003cstring\u003e] [-PackageName \u003cstring\u003e] [-PackagePath \u003cstring\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Online [-FeatureName \u003cstring\u003e] [-PackageName \u003cstring\u003e] [-PackagePath \u003cstring\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WindowsPackage", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-PackagePath \u003cstring\u003e] [-PackageName \u003cstring\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Online [-PackagePath \u003cstring\u003e] [-PackageName \u003cstring\u003e] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Mount-WindowsImage", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e -ImagePath \u003cstring\u003e -Index \u003cuint32\u003e [-ReadOnly] [-Optimize] [-CheckIntegrity] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Path \u003cstring\u003e -ImagePath \u003cstring\u003e -Name \u003cstring\u003e [-ReadOnly] [-Optimize] [-CheckIntegrity] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Path \u003cstring\u003e -Remount [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-WindowsCustomImage", - "CommandType": "Cmdlet", - "ParameterSets": "-CapturePath \u003cstring\u003e [-ConfigFilePath \u003cstring\u003e] [-CheckIntegrity] [-Verify] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-WindowsImage", - "CommandType": "Cmdlet", - "ParameterSets": "-ImagePath \u003cstring\u003e -CapturePath \u003cstring\u003e -Name \u003cstring\u003e [-CompressionType \u003cstring\u003e] [-ConfigFilePath \u003cstring\u003e] [-Description \u003cstring\u003e] [-CheckIntegrity] [-NoRpFix] [-Setbootable] [-Verify] [-WIMBoot] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Optimize-WindowsImage", - "CommandType": "Cmdlet", - "ParameterSets": "-OptimizationTarget \u003cstring\u003e -Path \u003cstring\u003e [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-AppxProvisionedPackage", - "CommandType": "Cmdlet", - "ParameterSets": "-PackageName \u003cstring\u003e -Path \u003cstring\u003e [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -PackageName \u003cstring\u003e -Online [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-WindowsCapability", - "CommandType": "Cmdlet", - "ParameterSets": "-Name \u003cstring\u003e -Online [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e -Path \u003cstring\u003e [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-WindowsDriver", - "CommandType": "Cmdlet", - "ParameterSets": "-Driver \u003cstring\u003e -Path \u003cstring\u003e [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-WindowsImage", - "CommandType": "Cmdlet", - "ParameterSets": "-ImagePath \u003cstring\u003e -Name \u003cstring\u003e [-CheckIntegrity] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -ImagePath \u003cstring\u003e -Index \u003cuint32\u003e [-CheckIntegrity] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-WindowsPackage", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-PackagePath \u003cstring\u003e] [-PackageName \u003cstring\u003e] [-NoRestart] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Online [-PackagePath \u003cstring\u003e] [-PackageName \u003cstring\u003e] [-NoRestart] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Repair-WindowsImage", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-CheckHealth] [-ScanHealth] [-RestoreHealth] [-LimitAccess] [-Source \u003cstring[]\u003e] [-NoRestart] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -Online [-CheckHealth] [-ScanHealth] [-RestoreHealth] [-LimitAccess] [-Source \u003cstring[]\u003e] [-NoRestart] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Save-WindowsImage", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-CheckIntegrity] [-Append] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-AppXProvisionedDataFile", - "CommandType": "Cmdlet", - "ParameterSets": "-PackageName \u003cstring\u003e -CustomDataPath \u003cstring\u003e -Path \u003cstring\u003e [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -PackageName \u003cstring\u003e -CustomDataPath \u003cstring\u003e -Online [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WindowsEdition", - "CommandType": "Cmdlet", - "ParameterSets": "-Edition \u003cstring\u003e -Path \u003cstring\u003e [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WindowsProductKey", - "CommandType": "Cmdlet", - "ParameterSets": "-ProductKey \u003cstring\u003e -Path \u003cstring\u003e [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Split-WindowsImage", - "CommandType": "Cmdlet", - "ParameterSets": "-ImagePath \u003cstring\u003e -SplitImagePath \u003cstring\u003e -FileSize \u003cuint64\u003e [-CheckIntegrity] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-WIMBootEntry", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e -ImagePath \u003cstring\u003e -DataSourceID \u003clong\u003e [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Use-WindowsUnattend", - "CommandType": "Cmdlet", - "ParameterSets": "-UnattendPath \u003cstring\u003e -Path \u003cstring\u003e [-NoRestart] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e] -UnattendPath \u003cstring\u003e -Online [-NoRestart] [-WindowsDirectory \u003cstring\u003e] [-SystemDrive \u003cstring\u003e] [-LogPath \u003cstring\u003e] [-ScratchDirectory \u003cstring\u003e] [-LogLevel \u003cLogLevel\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "Apply-WindowsUnattend", - "Add-ProvisionedAppxPackage", - "Remove-ProvisionedAppxPackage", - "Get-ProvisionedAppxPackage" - ] - }, - { - "Name": "DnsClient", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-DnsClientNrptRule", - "CommandType": "Function", - "ParameterSets": "[-Namespace] \u003cstring[]\u003e [-GpoName \u003cstring\u003e] [-DANameServers \u003cstring[]\u003e] [-DAIPsecRequired] [-DAIPsecEncryptionType \u003cstring\u003e] [-DAProxyServerName \u003cstring\u003e] [-DnsSecEnable] [-DnsSecIPsecRequired] [-DnsSecIPsecEncryptionType \u003cstring\u003e] [-NameServers \u003cstring[]\u003e] [-NameEncoding \u003cstring\u003e] [-Server \u003cstring\u003e] [-DAProxyType \u003cstring\u003e] [-DnsSecValidationRequired] [-DAEnable] [-IPsecTrustAuthority \u003cstring\u003e] [-Comment \u003cstring\u003e] [-DisplayName \u003cstring\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-DnsClientCache", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DnsClient", - "CommandType": "Function", - "ParameterSets": "[[-InterfaceAlias] \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-ConnectionSpecificSuffix \u003cstring[]\u003e] [-RegisterThisConnectionsAddress \u003cbool[]\u003e] [-UseSuffixWhenRegistering \u003cbool[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DnsClientCache", - "CommandType": "Function", - "ParameterSets": "[[-Entry] \u003cstring[]\u003e] [-Name \u003cstring[]\u003e] [-Type \u003cType[]\u003e] [-Status \u003cStatus[]\u003e] [-Section \u003cSection[]\u003e] [-TimeToLive \u003cuint32[]\u003e] [-DataLength \u003cuint16[]\u003e] [-Data \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DnsClientGlobalSetting", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DnsClientNrptGlobal", - "CommandType": "Function", - "ParameterSets": "[-Server \u003cstring\u003e] [-GpoName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DnsClientNrptPolicy", - "CommandType": "Function", - "ParameterSets": "[[-Namespace] \u003cstring\u003e] [-Effective] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DnsClientNrptRule", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-GpoName \u003cstring\u003e] [-Server \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DnsClientServerAddress", - "CommandType": "Function", - "ParameterSets": "[[-InterfaceAlias] \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-AddressFamily \u003cAddressFamily[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Register-DnsClient", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-DnsClientNrptRule", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-GpoName \u003cstring\u003e] [-PassThru] [-Server \u003cstring\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DnsClient", - "CommandType": "Function", - "ParameterSets": "[-InterfaceAlias] \u003cstring[]\u003e [-ConnectionSpecificSuffix \u003cstring\u003e] [-RegisterThisConnectionsAddress \u003cbool\u003e] [-UseSuffixWhenRegistering \u003cbool\u003e] [-ResetConnectionSpecificSuffix] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceIndex \u003cuint32[]\u003e [-ConnectionSpecificSuffix \u003cstring\u003e] [-RegisterThisConnectionsAddress \u003cbool\u003e] [-UseSuffixWhenRegistering \u003cbool\u003e] [-ResetConnectionSpecificSuffix] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_DNSClient[]\u003e [-ConnectionSpecificSuffix \u003cstring\u003e] [-RegisterThisConnectionsAddress \u003cbool\u003e] [-UseSuffixWhenRegistering \u003cbool\u003e] [-ResetConnectionSpecificSuffix] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DnsClientGlobalSetting", - "CommandType": "Function", - "ParameterSets": "[-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject \u003cCimInstance#MSFT_DNSClientGlobalSetting[]\u003e] [-SuffixSearchList \u003cstring[]\u003e] [-UseDevolution \u003cbool\u003e] [-DevolutionLevel \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DnsClientNrptGlobal", - "CommandType": "Function", - "ParameterSets": "[-EnableDAForAllNetworks \u003cstring\u003e] [-GpoName \u003cstring\u003e] [-SecureNameQueryFallback \u003cstring\u003e] [-QueryPolicy \u003cstring\u003e] [-Server \u003cstring\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DnsClientNrptRule", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-DAEnable \u003cbool\u003e] [-DAIPsecEncryptionType \u003cstring\u003e] [-DAIPsecRequired \u003cbool\u003e] [-DANameServers \u003cstring[]\u003e] [-DAProxyServerName \u003cstring\u003e] [-DAProxyType \u003cstring\u003e] [-Comment \u003cstring\u003e] [-DnsSecEnable \u003cbool\u003e] [-DnsSecIPsecEncryptionType \u003cstring\u003e] [-DnsSecIPsecRequired \u003cbool\u003e] [-DnsSecValidationRequired \u003cbool\u003e] [-GpoName \u003cstring\u003e] [-IPsecTrustAuthority \u003cstring\u003e] [-NameEncoding \u003cstring\u003e] [-NameServers \u003cstring[]\u003e] [-Namespace \u003cstring[]\u003e] [-Server \u003cstring\u003e] [-DisplayName \u003cstring\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DnsClientServerAddress", - "CommandType": "Function", - "ParameterSets": "[-InterfaceAlias] \u003cstring[]\u003e [-ServerAddresses \u003cstring[]\u003e] [-Validate] [-ResetServerAddresses] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceIndex \u003cuint32[]\u003e [-ServerAddresses \u003cstring[]\u003e] [-Validate] [-ResetServerAddresses] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_DNSClientServerAddress[]\u003e [-ServerAddresses \u003cstring[]\u003e] [-Validate] [-ResetServerAddresses] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resolve-DnsName", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [[-Type] \u003cRecordType\u003e] [-Server \u003cstring[]\u003e] [-DnsOnly] [-CacheOnly] [-DnssecOk] [-DnssecCd] [-NoHostsFile] [-LlmnrNetbiosOnly] [-LlmnrFallback] [-LlmnrOnly] [-NetbiosFallback] [-NoIdn] [-NoRecursion] [-QuickTimeout] [-TcpOnly] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "EventTracingManagement", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-EtwTraceProvider", - "CommandType": "Function", - "ParameterSets": "[-Guid] \u003cstring\u003e -SessionName \u003cstring\u003e [-Level \u003cbyte\u003e] [-MatchAnyKeyword \u003cuint64\u003e] [-MatchAllKeyword \u003cuint64\u003e] [-Property \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Guid] \u003cstring\u003e -AutologgerName \u003cstring\u003e [-Level \u003cbyte\u003e] [-MatchAnyKeyword \u003cuint64\u003e] [-MatchAllKeyword \u003cuint64\u003e] [-Property \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AutologgerConfig", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-EtwTraceProvider", - "CommandType": "Function", - "ParameterSets": "[[-Guid] \u003cstring[]\u003e] [-AutologgerName \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [[-Guid] \u003cstring[]\u003e] [-SessionName \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-EtwTraceSession", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-AutologgerConfig", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring\u003e [-BufferSize \u003cuint32\u003e] [-ClockType \u003cClockType\u003e] [-DisableRealtimePersistence \u003cuint32\u003e] [-FileCount \u003cuint32\u003e] [-LocalFilePath \u003cstring\u003e] [-FileMax \u003cuint32\u003e] [-FlushTimer \u003cuint32\u003e] [-Guid \u003cstring\u003e] [-LogFileMode \u003cuint32\u003e] [-MaximumFileSize \u003cuint32\u003e] [-MaximumBuffers \u003cuint32\u003e] [-MinimumBuffers \u003cuint32\u003e] [-Start \u003cEnabled\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-EtwTraceSession", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-LogFileMode \u003cuint32\u003e] [-LocalFilePath \u003cstring\u003e] [-MaximumFileSize \u003cuint32\u003e] [-BufferSize \u003cuint32\u003e] [-MinimumBuffers \u003cuint32\u003e] [-MaximumBuffers \u003cuint32\u003e] [-FlushTimer \u003cuint32\u003e] [-ClockType \u003cClockType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-AutologgerConfig", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_AutologgerConfig[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-EtwTraceProvider", - "CommandType": "Function", - "ParameterSets": "[-Guid] \u003cstring[]\u003e -AutologgerName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Guid] \u003cstring[]\u003e -SessionName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_EtwTraceProvider[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-EtwTraceSession", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_EtwTraceSession[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Send-EtwTraceSession", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e -DestinationFolder \u003cstring\u003e [-DeleteAfterSend] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_EtwTraceSession[]\u003e -DestinationFolder \u003cstring\u003e [-DeleteAfterSend] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-AutologgerConfig", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-BufferSize \u003cuint32\u003e] [-ClockType \u003cClockType\u003e] [-DisableRealtimePersistence \u003cuint32\u003e] [-LocalFilePath \u003cstring\u003e] [-FileMax \u003cuint32\u003e] [-FlushTimer \u003cuint32\u003e] [-Guid \u003cstring\u003e] [-LogFileMode \u003cuint32\u003e] [-MaximumFileSize \u003cuint32\u003e] [-MaximumBuffers \u003cuint32\u003e] [-MinimumBuffers \u003cuint32\u003e] [-Start \u003cuint32\u003e] [-InitStatus \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_AutologgerConfig[]\u003e [-BufferSize \u003cuint32\u003e] [-ClockType \u003cClockType\u003e] [-DisableRealtimePersistence \u003cuint32\u003e] [-LocalFilePath \u003cstring\u003e] [-FileMax \u003cuint32\u003e] [-FlushTimer \u003cuint32\u003e] [-Guid \u003cstring\u003e] [-LogFileMode \u003cuint32\u003e] [-MaximumFileSize \u003cuint32\u003e] [-MaximumBuffers \u003cuint32\u003e] [-MinimumBuffers \u003cuint32\u003e] [-Start \u003cuint32\u003e] [-InitStatus \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-EtwTraceProvider", - "CommandType": "Function", - "ParameterSets": "[-Guid] \u003cstring[]\u003e -AutologgerName \u003cstring[]\u003e [-Level \u003cbyte\u003e] [-MatchAnyKeyword \u003cuint64\u003e] [-MatchAllKeyword \u003cuint64\u003e] [-Property \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Guid] \u003cstring[]\u003e -SessionName \u003cstring[]\u003e [-Level \u003cbyte\u003e] [-MatchAnyKeyword \u003cuint64\u003e] [-MatchAllKeyword \u003cuint64\u003e] [-Property \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_EtwTraceProvider[]\u003e [-Level \u003cbyte\u003e] [-MatchAnyKeyword \u003cuint64\u003e] [-MatchAllKeyword \u003cuint64\u003e] [-Property \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-EtwTraceSession", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-LogFileMode \u003cuint32\u003e] [-LocalFilePath \u003cstring\u003e] [-MaximumFileSize \u003cuint32\u003e] [-BufferSize \u003cuint32\u003e] [-MaximumBuffers \u003cuint32\u003e] [-FlushTimer \u003cuint32\u003e] [-ClockType \u003cClockType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_EtwTraceSession[]\u003e [-LogFileMode \u003cuint32\u003e] [-LocalFilePath \u003cstring\u003e] [-MaximumFileSize \u003cuint32\u003e] [-BufferSize \u003cuint32\u003e] [-MaximumBuffers \u003cuint32\u003e] [-FlushTimer \u003cuint32\u003e] [-ClockType \u003cClockType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "HgsClient", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "ConvertTo-HgsKeyProtector", - "CommandType": "Function", - "ParameterSets": "[-Bytes] \u003cbyte[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-HgsGuardian", - "CommandType": "Function", - "ParameterSets": "[-InputObject] \u003cCimInstance#MSFT_HgsGuardian\u003e [-Path] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-HgsClientConfiguration", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-HgsGuardian", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Grant-HgsKeyProtectorAccess", - "CommandType": "Function", - "ParameterSets": "-KeyProtector \u003cCimInstance#MSFT_HgsKeyProtector\u003e -Guardian \u003cCimInstance#MSFT_HgsGuardian\u003e [-AllowUntrustedRoot] [-AllowExpired] [\u003cCommonParameters\u003e] -KeyProtector \u003cCimInstance#MSFT_HgsKeyProtector\u003e -GuardianFriendlyName \u003cstring\u003e [-AllowUntrustedRoot] [-AllowExpired] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-HgsGuardian", - "CommandType": "Function", - "ParameterSets": "[-Path] \u003cstring\u003e -Name \u003cstring\u003e [-AllowExpired] [-AllowUntrustedRoot] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-HgsGuardian", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-SigningCertificate] \u003cstring\u003e [-SigningCertificatePassword] \u003csecurestring\u003e [-EncryptionCertificate] \u003cstring\u003e [-EncryptionCertificatePassword] \u003csecurestring\u003e [-AllowExpired] [-AllowUntrustedRoot] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-SigningCertificateThumbprint] \u003cstring\u003e [-EncryptionCertificateThumbprint] \u003cstring\u003e [-AllowExpired] [-AllowUntrustedRoot] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -GenerateCertificates [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-HgsKeyProtector", - "CommandType": "Function", - "ParameterSets": "[-Owner] \u003cCimInstance#MSFT_HgsGuardian\u003e [[-Guardian] \u003cCimInstance#MSFT_HgsGuardian[]\u003e] [-AllowExpired] [-AllowUntrustedRoot] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-HgsGuardian", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Revoke-HgsKeyProtectorAccess", - "CommandType": "Function", - "ParameterSets": "-KeyProtector \u003cCimInstance#MSFT_HgsKeyProtector\u003e -Guardian \u003cCimInstance#MSFT_HgsGuardian\u003e [\u003cCommonParameters\u003e] -KeyProtector \u003cCimInstance#MSFT_HgsKeyProtector\u003e -GuardianFriendlyName \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-HgsClientConfiguration", - "CommandType": "Function", - "ParameterSets": "[-EnableLocalMode] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -KeyProtectionServerUrl \u003cstring\u003e -AttestationServerUrl \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-HgsAttestationBaselinePolicy", - "CommandType": "Cmdlet", - "ParameterSets": "-Path \u003cstring\u003e [-Force] [-SkipValidation] [\u003cCommonParameters\u003e] -Console [-SkipValidation] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "HgsDiagnostics", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-HgsTrace", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cstring\u003e] [-Collector \u003cstring[]\u003e] [-Target \u003cInputTarget[]\u003e] [-WriteManifest] [-Detailed] [-Compact] [-WaitForDebug] [-Diagnostic \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [[-Path] \u003cstring\u003e] -RunDiagnostics [-Target \u003cInputTarget[]\u003e] [-WriteManifest] [-Detailed] [-Compact] [-WaitForDebug] [-Diagnostic \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-HgsTraceFileData", - "CommandType": "Cmdlet", - "ParameterSets": "-File \u003cstring\u003e -Manifest \u003cstring\u003e -StartByte \u003clong\u003e [\u003cCommonParameters\u003e] -File \u003cstring\u003e -Manifest \u003cstring\u003e -Length [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-HgsTraceTarget", - "CommandType": "Cmdlet", - "ParameterSets": "-HostName \u003cstring\u003e [-Credential \u003cpscredential\u003e] [-PSSessionConfigurationName \u003cstring\u003e] [-Role \u003cBaseHgsRoles[]\u003e] [-WaitForDebug] [\u003cCommonParameters\u003e] -HostName \u003cstring\u003e -NoAccess -Role \u003cBaseHgsRoles[]\u003e [\u003cCommonParameters\u003e] -Local [-Role \u003cBaseHgsRoles[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-HgsTraceTarget", - "CommandType": "Cmdlet", - "ParameterSets": "-Target \u003cInputTarget\u003e [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Hyper-V", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-VMAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-InstancePath \u003cstring\u003e] [-LocationPath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-InstancePath \u003cstring\u003e] [-LocationPath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMDvdDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMDriveController] \u003cVMDriveController[]\u003e [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMFibreChannelHba", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-SanName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-GenerateWwn] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring\u003e [-SanName] \u003cstring\u003e -WorldWideNodeNameSetA \u003cstring\u003e -WorldWidePortNameSetA \u003cstring\u003e -WorldWideNodeNameSetB \u003cstring\u003e -WorldWidePortNameSetB \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-SanName] \u003cstring\u003e [-GenerateWwn] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-SanName] \u003cstring\u003e -WorldWideNodeNameSetA \u003cstring\u003e -WorldWidePortNameSetA \u003cstring\u003e -WorldWideNodeNameSetB \u003cstring\u003e -WorldWidePortNameSetB \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMGpuPartitionAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-MinPartitionVRAM \u003cuint64\u003e] [-MaxPartitionVRAM \u003cuint64\u003e] [-OptimalPartitionVRAM \u003cuint64\u003e] [-MinPartitionEncode \u003cuint64\u003e] [-MaxPartitionEncode \u003cuint64\u003e] [-OptimalPartitionEncode \u003cuint64\u003e] [-MinPartitionDecode \u003cuint64\u003e] [-MaxPartitionDecode \u003cuint64\u003e] [-OptimalPartitionDecode \u003cuint64\u003e] [-MinPartitionCompute \u003cuint64\u003e] [-MaxPartitionCompute \u003cuint64\u003e] [-OptimalPartitionCompute \u003cuint64\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-MinPartitionVRAM \u003cuint64\u003e] [-MaxPartitionVRAM \u003cuint64\u003e] [-OptimalPartitionVRAM \u003cuint64\u003e] [-MinPartitionEncode \u003cuint64\u003e] [-MaxPartitionEncode \u003cuint64\u003e] [-OptimalPartitionEncode \u003cuint64\u003e] [-MinPartitionDecode \u003cuint64\u003e] [-MaxPartitionDecode \u003cuint64\u003e] [-OptimalPartitionDecode \u003cuint64\u003e] [-MinPartitionCompute \u003cuint64\u003e] [-MaxPartitionCompute \u003cuint64\u003e] [-OptimalPartitionCompute \u003cuint64\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMGroupMember", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-VM] \u003cVirtualMachine[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-VMGroupMember] \u003cVMGroup[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-VM] \u003cVirtualMachine[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-VMGroupMember] \u003cVMGroup[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGroup] \u003cVMGroup\u003e [-VMGroupMember] \u003cVMGroup[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGroup] \u003cVMGroup\u003e [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMHardDiskDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ControllerType] \u003cControllerType\u003e] [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-DiskNumber \u003cuint32\u003e] [-ResourcePoolName \u003cstring\u003e] [-SupportPersistentReservations] [-AllowUnverifiedPaths] [-MaximumIOPS \u003cuint64\u003e] [-MinimumIOPS \u003cuint64\u003e] [-QoSPolicyID \u003cstring\u003e] [-QoSPolicy \u003cciminstance\u003e] [-Passthru] [-OverrideCacheAttributes \u003cCacheAttributes\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ControllerType] \u003cControllerType\u003e] [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-DiskNumber \u003cuint32\u003e] [-ResourcePoolName \u003cstring\u003e] [-SupportPersistentReservations] [-AllowUnverifiedPaths] [-MaximumIOPS \u003cuint64\u003e] [-MinimumIOPS \u003cuint64\u003e] [-QoSPolicyID \u003cstring\u003e] [-QoSPolicy \u003cciminstance\u003e] [-Passthru] [-OverrideCacheAttributes \u003cCacheAttributes\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMDriveController] \u003cVMDriveController\u003e [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-DiskNumber \u003cuint32\u003e] [-ResourcePoolName \u003cstring\u003e] [-SupportPersistentReservations] [-AllowUnverifiedPaths] [-MaximumIOPS \u003cuint64\u003e] [-MinimumIOPS \u003cuint64\u003e] [-QoSPolicyID \u003cstring\u003e] [-QoSPolicy \u003cciminstance\u003e] [-Passthru] [-OverrideCacheAttributes \u003cCacheAttributes\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMHostAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "-ResourcePoolName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-InstancePath \u003cstring\u003e] [-LocationPath \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VMHostAssignableDevice] \u003cVMHostAssignableDevice[]\u003e -ResourcePoolName \u003cstring[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMKeyStorageDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMMigrationNetwork", - "CommandType": "Cmdlet", - "ParameterSets": "[-Subnet] \u003cstring\u003e [[-Priority] \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-Passthru] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-SwitchName \u003cstring\u003e] [-IsLegacy \u003cbool\u003e] [-Name \u003cstring\u003e] [-DynamicMacAddress] [-StaticMacAddress \u003cstring\u003e] [-Passthru] [-ResourcePoolName \u003cstring\u003e] [-DeviceNaming \u003cOnOffState\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ManagementOS] [-SwitchName \u003cstring\u003e] [-Name \u003cstring\u003e] [-DynamicMacAddress] [-StaticMacAddress \u003cstring\u003e] [-Passthru] [-DeviceNaming \u003cOnOffState\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-SwitchName \u003cstring\u003e] [-IsLegacy \u003cbool\u003e] [-Name \u003cstring\u003e] [-DynamicMacAddress] [-StaticMacAddress \u003cstring\u003e] [-Passthru] [-ResourcePoolName \u003cstring\u003e] [-DeviceNaming \u003cOnOffState\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMNetworkAdapterAcl", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e -ManagementOS [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMNetworkAdapterExtendedAcl", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-Action] \u003cVMNetworkAdapterExtendedAclAction\u003e [-Direction] \u003cVMNetworkAdapterExtendedAclDirection\u003e [[-LocalIPAddress] \u003cstring\u003e] [[-RemoteIPAddress] \u003cstring\u003e] [[-LocalPort] \u003cstring\u003e] [[-RemotePort] \u003cstring\u003e] [[-Protocol] \u003cstring\u003e] [-Weight] \u003cint\u003e [-Stateful \u003cbool\u003e] [-IdleSessionTimeout \u003cint\u003e] [-IsolationID \u003cint\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-Action] \u003cVMNetworkAdapterExtendedAclAction\u003e [-Direction] \u003cVMNetworkAdapterExtendedAclDirection\u003e [[-LocalIPAddress] \u003cstring\u003e] [[-RemoteIPAddress] \u003cstring\u003e] [[-LocalPort] \u003cstring\u003e] [[-RemotePort] \u003cstring\u003e] [[-Protocol] \u003cstring\u003e] [-Weight] \u003cint\u003e [-Stateful \u003cbool\u003e] [-IdleSessionTimeout \u003cint\u003e] [-IsolationID \u003cint\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Action] \u003cVMNetworkAdapterExtendedAclAction\u003e [-Direction] \u003cVMNetworkAdapterExtendedAclDirection\u003e [[-LocalIPAddress] \u003cstring\u003e] [[-RemoteIPAddress] \u003cstring\u003e] [[-LocalPort] \u003cstring\u003e] [[-RemotePort] \u003cstring\u003e] [[-Protocol] \u003cstring\u003e] [-Weight] \u003cint\u003e -ManagementOS [-Stateful \u003cbool\u003e] [-IdleSessionTimeout \u003cint\u003e] [-IsolationID \u003cint\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Action] \u003cVMNetworkAdapterExtendedAclAction\u003e [-Direction] \u003cVMNetworkAdapterExtendedAclDirection\u003e [[-LocalIPAddress] \u003cstring\u003e] [[-RemoteIPAddress] \u003cstring\u003e] [[-LocalPort] \u003cstring\u003e] [[-RemotePort] \u003cstring\u003e] [[-Protocol] \u003cstring\u003e] [-Weight] \u003cint\u003e [-Stateful \u003cbool\u003e] [-IdleSessionTimeout \u003cint\u003e] [-IsolationID \u003cint\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMNetworkAdapterRoutingDomainMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-RoutingDomainID] \u003cguid\u003e [-RoutingDomainName] \u003cstring\u003e [-IsolationID] \u003cint[]\u003e [[-IsolationName] \u003cstring[]\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-RoutingDomainID] \u003cguid\u003e [-RoutingDomainName] \u003cstring\u003e [-IsolationID] \u003cint[]\u003e [[-IsolationName] \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-RoutingDomainID] \u003cguid\u003e [-RoutingDomainName] \u003cstring\u003e [-IsolationID] \u003cint[]\u003e [[-IsolationName] \u003cstring[]\u003e] -ManagementOS [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-RoutingDomainID] \u003cguid\u003e [-RoutingDomainName] \u003cstring\u003e [-IsolationID] \u003cint[]\u003e [[-IsolationName] \u003cstring[]\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMRemoteFx3dVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMScsiController", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMStoragePath", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-ResourcePoolName] \u003cstring[]\u003e [-ResourcePoolType] \u003cVMResourcePoolType\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMSwitch", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-ResourcePoolName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ResourcePoolName] \u003cstring[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMSwitchExtensionPortFeature", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e -VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e -VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS -VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ExternalPort -VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-SwitchName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e -VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMSwitchExtensionSwitchFeature", - "CommandType": "Cmdlet", - "ParameterSets": "[-SwitchName] \u003cstring[]\u003e -VMSwitchExtensionFeature \u003cVMSwitchExtensionSwitchFeature[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e -VMSwitchExtensionFeature \u003cVMSwitchExtensionSwitchFeature[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMSwitchTeamMember", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMSwitchName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterName \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitchName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterInterfaceDescription \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterInterfaceDescription \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterName \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Checkpoint-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-SnapshotName] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-SnapshotName] \u003cstring\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Compare-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-DestinationHost] \u003cstring\u003e [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-DestinationCredential \u003cpscredential\u003e] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-DestinationCimSession] \u003cCimSession\u003e [-CimSession \u003cCimSession[]\u003e] [-AsJob] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-DestinationCimSession] \u003cCimSession\u003e -VirtualMachinePath \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-AsJob] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Register] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e [[-VhdDestinationPath] \u003cstring\u003e] -Copy [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-AsJob] [-VhdSourcePath \u003cstring\u003e] [-GenerateNewId] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-DestinationHost] \u003cstring\u003e [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-AsJob] [-DestinationCredential \u003cpscredential\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationHost] \u003cstring\u003e [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-AsJob] [-DestinationCredential \u003cpscredential\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationCimSession] \u003cCimSession\u003e -VirtualMachinePath \u003cstring\u003e [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-AsJob] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CompatibilityReport] \u003cVMCompatibilityReport\u003e [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationCimSession] \u003cCimSession\u003e [-AsJob] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationHost] \u003cstring\u003e [-AsJob] [-DestinationCredential \u003cpscredential\u003e] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Complete-VMFailover", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Connect-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] [-SwitchName] \u003cstring\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter[]\u003e [-SwitchName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter[]\u003e [-VMSwitch] \u003cVMSwitch\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter[]\u003e -UseAutomaticConnection [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] [-VMSwitch] \u003cVMSwitch\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] -UseAutomaticConnection [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Connect-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e -WorldWideNodeName \u003cstring[]\u003e -WorldWidePortName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -HostBusAdapter \u003cciminstance[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Convert-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-DestinationPath] \u003cstring\u003e [-VHDType \u003cVhdType\u003e] [-ParentPath \u003cstring\u003e] [-BlockSizeBytes \u003cuint32\u003e] [-DeleteSource] [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Copy-VMFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-SourcePath] \u003cstring\u003e [-DestinationPath] \u003cstring\u003e -FileSource \u003cCopyFileSourceType\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-CreateFullPath] [-Force] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-SourcePath] \u003cstring\u003e [-DestinationPath] \u003cstring\u003e -FileSource \u003cCopyFileSourceType\u003e [-CreateFullPath] [-Force] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Debug-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [-AsJob] [-Passthru] [-InjectNonMaskableInterrupt] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Force] [-AsJob] [-Passthru] [-InjectNonMaskableInterrupt] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMConsoleSupport", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMEventing", - "CommandType": "Cmdlet", - "ParameterSets": "[-Force] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMIntegrationService", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMIntegrationService] \u003cVMIntegrationComponent[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMMigration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMRemoteFXPhysicalVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-GPU] \u003cVMRemoteFXPhysicalVideoAdapter[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMResourceMetering", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-ResourcePoolName] \u003cstring\u003e [[-ResourcePoolType] \u003cVMResourcePoolType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMSwitchExtension", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-VMSwitchName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-VMSwitch] \u003cVMSwitch[]\u003e [\u003cCommonParameters\u003e] [-VMSwitchExtension] \u003cVMSwitchExtension[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMTPM", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disconnect-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disconnect-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e -WorldWideNodeName \u003cstring[]\u003e -WorldWidePortName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -HostBusAdapter \u003cciminstance[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Dismount-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-SnapshotId \u003cguid\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-DiskNumber] \u003cuint32\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Dismount-VMHostAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "[[-InstancePath] \u003cstring\u003e] [[-LocationPath] \u003cstring\u003e] [-Force] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMConsoleSupport", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMEventing", - "CommandType": "Cmdlet", - "ParameterSets": "[-Force] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMIntegrationService", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMIntegrationService] \u003cVMIntegrationComponent[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMMigration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMRemoteFXPhysicalVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-GPU] \u003cVMRemoteFXPhysicalVideoAdapter[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-ReplicaServerName] \u003cstring\u003e [-ReplicaServerPort] \u003cint\u003e [-AuthenticationType] \u003cReplicationAuthenticationType\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-CertificateThumbprint \u003cstring\u003e] [-CompressionEnabled \u003cbool\u003e] [-ReplicateHostKvpItems \u003cbool\u003e] [-BypassProxyServer \u003cbool\u003e] [-EnableWriteOrderPreservationAcrossDisks \u003cbool\u003e] [-VSSSnapshotFrequencyHour \u003cint\u003e] [-RecoveryHistory \u003cint\u003e] [-ReplicationFrequencySec \u003cint\u003e] [-ExcludedVhd \u003cHardDiskDrive[]\u003e] [-ExcludedVhdPath \u003cstring[]\u003e] [-AutoResynchronizeEnabled \u003cbool\u003e] [-AutoResynchronizeIntervalStart \u003ctimespan\u003e] [-AutoResynchronizeIntervalEnd \u003ctimespan\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsReplica] [-AllowedPrimaryServer \u003cstring\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ReplicaServerName] \u003cstring\u003e [-ReplicaServerPort] \u003cint\u003e [-AuthenticationType] \u003cReplicationAuthenticationType\u003e [-Credential \u003cpscredential[]\u003e] [-CertificateThumbprint \u003cstring\u003e] [-CompressionEnabled \u003cbool\u003e] [-ReplicateHostKvpItems \u003cbool\u003e] [-BypassProxyServer \u003cbool\u003e] [-EnableWriteOrderPreservationAcrossDisks \u003cbool\u003e] [-VSSSnapshotFrequencyHour \u003cint\u003e] [-RecoveryHistory \u003cint\u003e] [-ReplicationFrequencySec \u003cint\u003e] [-ExcludedVhd \u003cHardDiskDrive[]\u003e] [-ExcludedVhdPath \u003cstring[]\u003e] [-AutoResynchronizeEnabled \u003cbool\u003e] [-AutoResynchronizeIntervalStart \u003ctimespan\u003e] [-AutoResynchronizeIntervalEnd \u003ctimespan\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Credential \u003cpscredential[]\u003e] [-AsReplica] [-AllowedPrimaryServer \u003cstring\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMResourceMetering", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-ResourcePoolName] \u003cstring\u003e [[-ResourcePoolType] \u003cVMResourcePoolType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMSwitchExtension", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-VMSwitchName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-VMSwitch] \u003cVMSwitch[]\u003e [\u003cCommonParameters\u003e] [-VMSwitchExtension] \u003cVMSwitchExtension[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMTPM", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-Path] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-CaptureLiveState \u003cCaptureLiveState\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Path] \u003cstring\u003e [-AsJob] [-Passthru] [-CaptureLiveState \u003cCaptureLiveState\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-VMSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-Path] \u003cstring\u003e -VMName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Path] \u003cstring\u003e -Name \u003cstring[]\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot[]\u003e [-Path] \u003cstring\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-DiskNumber] \u003cuint32\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMId] \u003cguid[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VHDSet", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-GetAllPaths] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VHDSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-GetParentPaths] [-SnapshotId \u003cguid[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [[-Id] \u003cguid\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-ClusterObject] \u003cClusterObject\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMBios", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMComPort", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Number] \u003cint\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Number] \u003cint\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [[-Number] \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMConnectAccess", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-UserName \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMId] \u003cguid[]\u003e [-UserName \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMDvdDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [\u003cCommonParameters\u003e] [-VMDriveController] \u003cVMDriveController[]\u003e [-ControllerLocation \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMFibreChannelHba", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMFirmware", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMFloppyDiskDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMGpuPartitionAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AdapterId \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AdapterId \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [[-Id] \u003cguid\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHardDiskDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [-ControllerType \u003cControllerType\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [-ControllerType \u003cControllerType\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [-ControllerType \u003cControllerType\u003e] [\u003cCommonParameters\u003e] [-VMDriveController] \u003cVMDriveController[]\u003e [-ControllerLocation \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHost", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHostAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHostCluster", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClusterName] \u003cstring[]\u003e [[-Credential] \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHostNumaNode", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Id \u003cint\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Id \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHostNumaNodeStatus", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Id \u003cint\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Id \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHostSupportedVersion", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Default] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Default] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMIdeController", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ControllerNumber] \u003cint\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ControllerNumber] \u003cint\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [[-ControllerNumber] \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMIntegrationService", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Name] \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [[-Name] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMKeyProtector", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMKeyStorageDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [\u003cCommonParameters\u003e] [-VMDriveController] \u003cVMDriveController[]\u003e [-ControllerLocation \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMMemory", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMMigrationNetwork", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Subnet] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Priority \u003cuint32[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring\u003e] [-IsLegacy \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Name] \u003cstring\u003e] [-IsLegacy \u003cbool\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-SwitchName \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] -All [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [[-Name] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterAcl", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterExtendedAcl", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterFailoverConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterIsolation", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterRoutingDomainMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [\u003cCommonParameters\u003e] -ManagementOS [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterTeamMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-Passthru] [\u003cCommonParameters\u003e] -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-SwitchName \u003cstring\u003e] [-Passthru] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase\u003e [-Passthru] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-Name \u003cstring\u003e] [-Passthru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterVlan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMPartitionableGpu", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Name \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMProcessor", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMRemoteFx3dVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMRemoteFXPhysicalVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ReplicaServerName \u003cstring\u003e] [-PrimaryServerName \u003cstring\u003e] [-ReplicationState \u003cVMReplicationState\u003e] [-ReplicationHealth \u003cVMReplicationHealthState\u003e] [-ReplicationMode \u003cVMReplicationMode\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-TrustGroup \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMReplicationAuthorizationEntry", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AllowedPrimaryServer] \u003cstring\u003e] [-ReplicaStorageLocation \u003cstring\u003e] [-TrustGroup \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMReplicationServer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMResourcePool", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [[-ResourcePoolType] \u003cVMResourcePoolType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMScsiController", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ControllerNumber] \u003cint\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [[-ControllerNumber] \u003cint\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ControllerNumber] \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSecurity", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-SnapshotType \u003cSnapshotType\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Name] \u003cstring\u003e] [-SnapshotType \u003cSnapshotType\u003e] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] -ParentOf \u003cVirtualMachineBase\u003e [-SnapshotType \u003cSnapshotType\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] -ChildOf \u003cVMSnapshot\u003e [-SnapshotType \u003cSnapshotType\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMStoragePath", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cstring[]\u003e] [-ResourcePoolName] \u003cstring[]\u003e [-ResourcePoolType] \u003cVMResourcePoolType\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitch", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [[-ResourcePoolName] \u003cstring[]\u003e] [-SwitchType \u003cVMSwitchType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [[-Id] \u003cguid[]\u003e] [[-ResourcePoolName] \u003cstring[]\u003e] [-SwitchType \u003cVMSwitchType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitchExtension", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMSwitchName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [[-Name] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitchExtensionPortData", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -ExternalPort [-SwitchName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitchExtensionPortFeature", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -ExternalPort [-SwitchName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitchExtensionSwitchData", - "CommandType": "Cmdlet", - "ParameterSets": "[-SwitchName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitchExtensionSwitchFeature", - "CommandType": "Cmdlet", - "ParameterSets": "[-SwitchName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitchTeam", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [[-VMSwitch] \u003cVMSwitch[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSystemSwitchExtension", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSystemSwitchExtensionPortFeature", - "CommandType": "Cmdlet", - "ParameterSets": "[-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-ExtensionName \u003cstring[]\u003e] [-SystemSwitchExtension \u003cVMSystemSwitchExtension[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSystemSwitchExtensionSwitchFeature", - "CommandType": "Cmdlet", - "ParameterSets": "[-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-ExtensionName \u003cstring[]\u003e] [-SystemSwitchExtension \u003cVMSystemSwitchExtension[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMVideo", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Grant-VMConnectAccess", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-UserName] \u003cstring[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMId] \u003cguid[]\u003e [-UserName] \u003cstring[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Register] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e [[-VhdDestinationPath] \u003cstring\u003e] -Copy [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-VhdSourcePath \u003cstring\u003e] [-GenerateNewId] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CompatibilityReport] \u003cVMCompatibilityReport\u003e [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-VMInitialReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-Path] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Path] \u003cstring\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-Path] \u003cstring\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Measure-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Measure-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ReplicaServerName \u003cstring\u003e] [-PrimaryServerName \u003cstring\u003e] [-ReplicationState \u003cVMReplicationState\u003e] [-ReplicationHealth \u003cVMReplicationHealthState\u003e] [-ReplicationMode \u003cVMReplicationMode\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-TrustGroup \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Measure-VMResourcePool", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-ResourcePoolType] \u003cVMResourcePoolType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Merge-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [[-DestinationPath] \u003cstring\u003e] [-Force] [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Mount-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-NoDriveLetter] [-ReadOnly] [-SnapshotId \u003cguid\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Mount-VMHostAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "[[-HostAssignableDevice] \u003cVMHostAssignableDevice[]\u003e] [[-InstancePath] \u003cstring\u003e] [[-LocationPath] \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Move-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-DestinationHost] \u003cstring\u003e [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-DestinationCredential \u003cpscredential\u003e] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-DestinationCimSession] \u003cCimSession\u003e [-CimSession \u003cCimSession[]\u003e] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-DestinationCimSession] \u003cCimSession\u003e -VirtualMachinePath \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-DestinationHost] \u003cstring\u003e [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-DestinationCredential \u003cpscredential\u003e] [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CompatibilityReport] \u003cVMCompatibilityReport\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationCimSession] \u003cCimSession\u003e [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationHost] \u003cstring\u003e [-DestinationCredential \u003cpscredential\u003e] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationHost] \u003cstring\u003e [-DestinationCredential \u003cpscredential\u003e] [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationCimSession] \u003cCimSession\u003e -VirtualMachinePath \u003cstring\u003e [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Move-VMStorage", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-DestinationStoragePath] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AllowUnverifiedPaths] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AllowUnverifiedPaths] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationStoragePath] \u003cstring\u003e [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AllowUnverifiedPaths] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AllowUnverifiedPaths] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VFD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-SizeBytes] \u003cuint64\u003e [-Dynamic] [-BlockSizeBytes \u003cuint32\u003e] [-LogicalSectorSizeBytes \u003cuint32\u003e] [-PhysicalSectorSizeBytes \u003cuint32\u003e] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e [-ParentPath] \u003cstring\u003e [[-SizeBytes] \u003cuint64\u003e] [-Differencing] [-BlockSizeBytes \u003cuint32\u003e] [-PhysicalSectorSizeBytes \u003cuint32\u003e] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e [-SizeBytes] \u003cuint64\u003e -Fixed [-BlockSizeBytes \u003cuint32\u003e] [-LogicalSectorSizeBytes \u003cuint32\u003e] [-PhysicalSectorSizeBytes \u003cuint32\u003e] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e -SourceDisk \u003cuint32\u003e -Fixed [-BlockSizeBytes \u003cuint32\u003e] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e -SourceDisk \u003cuint32\u003e -Dynamic [-BlockSizeBytes \u003cuint32\u003e] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [[-MemoryStartupBytes] \u003clong\u003e] [[-Generation] \u003cint16\u003e] [-BootDevice \u003cBootDevice\u003e] [-NoVHD] [-SwitchName \u003cstring\u003e] [-Path \u003cstring\u003e] [-Version \u003cversion\u003e] [-Prerelease] [-Experimental] [-Force] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] [[-MemoryStartupBytes] \u003clong\u003e] [[-Generation] \u003cint16\u003e] -NewVHDPath \u003cstring\u003e -NewVHDSizeBytes \u003cuint64\u003e [-BootDevice \u003cBootDevice\u003e] [-SwitchName \u003cstring\u003e] [-Path \u003cstring\u003e] [-Version \u003cversion\u003e] [-Prerelease] [-Experimental] [-Force] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] [[-MemoryStartupBytes] \u003clong\u003e] [[-Generation] \u003cint16\u003e] -VHDPath \u003cstring\u003e [-BootDevice \u003cBootDevice\u003e] [-SwitchName \u003cstring\u003e] [-Path \u003cstring\u003e] [-Version \u003cversion\u003e] [-Prerelease] [-Experimental] [-Force] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VMGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-GroupType] \u003cGroupType\u003e [[-Id] \u003cguid\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VMReplicationAuthorizationEntry", - "CommandType": "Cmdlet", - "ParameterSets": "[-AllowedPrimaryServer] \u003cstring\u003e [-ReplicaStorageLocation] \u003cstring\u003e [-TrustGroup] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VMResourcePool", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-ResourcePoolType] \u003cVMResourcePoolType[]\u003e [[-ParentName] \u003cstring[]\u003e] [[-Paths] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-CimSession \u003cCimSession\u003e] [-ComputerName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Note \u003cstring\u003e] [-HostBusAdapter \u003cciminstance[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -WorldWideNodeName \u003cstring[]\u003e -WorldWidePortName \u003cstring[]\u003e [-CimSession \u003cCimSession\u003e] [-ComputerName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Note \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VMSwitch", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e -NetAdapterName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AllowManagementOS \u003cbool\u003e] [-Notes \u003cstring\u003e] [-MinimumBandwidthMode \u003cVMSwitchBandwidthMode\u003e] [-EnableIov \u003cbool\u003e] [-EnablePacketDirect \u003cbool\u003e] [-EnableEmbeddedTeaming \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -NetAdapterInterfaceDescription \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AllowManagementOS \u003cbool\u003e] [-Notes \u003cstring\u003e] [-MinimumBandwidthMode \u003cVMSwitchBandwidthMode\u003e] [-EnableIov \u003cbool\u003e] [-EnablePacketDirect \u003cbool\u003e] [-EnableEmbeddedTeaming \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -SwitchType \u003cVMSwitchType\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Notes \u003cstring\u003e] [-MinimumBandwidthMode \u003cVMSwitchBandwidthMode\u003e] [-EnableIov \u003cbool\u003e] [-EnablePacketDirect \u003cbool\u003e] [-EnableEmbeddedTeaming \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Optimize-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Mode \u003cVhdCompactMode\u003e] [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Optimize-VHDSet", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VHDSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e -SnapshotId \u003cguid[]\u003e [-PersistReferencePoint] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VHDSnapshot] \u003cVHDSnapshotInfo[]\u003e [-PersistReferencePoint] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-InstancePath \u003cstring\u003e] [-LocationPath \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMAssignableDevice] \u003cVMAssignedDevice[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMDvdDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-ControllerNumber] \u003cint\u003e [-ControllerLocation] \u003cint\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMDvdDrive] \u003cDvdDrive[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMFibreChannelHba", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMFibreChannelHba] \u003cVMFibreChannelHba[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring\u003e [-WorldWideNodeNameSetA] \u003cstring\u003e [-WorldWidePortNameSetA] \u003cstring\u003e [-WorldWideNodeNameSetB] \u003cstring\u003e [-WorldWidePortNameSetB] \u003cstring\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMGpuPartitionAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-AdapterId \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-AdapterId \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGpuPartitionAdapter] \u003cVMGpuPartitionAdapter[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [\u003cCommonParameters\u003e] [-VMGroup] \u003cVMGroup\u003e [-Force] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMGroupMember", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-VM] \u003cVirtualMachine[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-VMGroupMember] \u003cVMGroup[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-VMGroupMember] \u003cVMGroup[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-VM] \u003cVirtualMachine[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGroup] \u003cVMGroup\u003e [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGroup] \u003cVMGroup\u003e [-VMGroupMember] \u003cVMGroup[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMHardDiskDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-ControllerType] \u003cControllerType\u003e [-ControllerNumber] \u003cint\u003e [-ControllerLocation] \u003cint\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMHardDiskDrive] \u003cHardDiskDrive[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMHostAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "-ResourcePoolName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-InstancePath \u003cstring\u003e] [-LocationPath \u003cstring\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMHostAssignableDevice] \u003cVMHostAssignableDevice[]\u003e -ResourcePoolName \u003cstring[]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMKeyStorageDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMKeyStorageDrive] \u003cKeyStorageDrive[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMMigrationNetwork", - "CommandType": "Cmdlet", - "ParameterSets": "[-Subnet] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-SwitchName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Name \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMNetworkAdapterAcl", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cVMNetworkAdapterAclSetting[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMNetworkAdapterExtendedAcl", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e -Weight \u003cint\u003e -Direction \u003cVMNetworkAdapterExtendedAclDirection\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e -Weight \u003cint\u003e -Direction \u003cVMNetworkAdapterExtendedAclDirection\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS -Weight \u003cint\u003e -Direction \u003cVMNetworkAdapterExtendedAclDirection\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e -Weight \u003cint\u003e -Direction \u003cVMNetworkAdapterExtendedAclDirection\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cVMNetworkAdapterExtendedAclSetting[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMNetworkAdapterRoutingDomainMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cVMNetworkAdapterRoutingDomainSetting[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMNetworkAdapterTeamMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-SwitchName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-Name \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMRemoteFx3dVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMRemoteFx3dVideoAdapter] \u003cVMRemoteFx3DVideoAdapter[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMReplicationAuthorizationEntry", - "CommandType": "Cmdlet", - "ParameterSets": "[-AllowedPrimaryServer] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TrustGroup] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplicationAuthorizationEntry] \u003cVMReplicationAuthorizationEntry[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMResourcePool", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-ResourcePoolType] \u003cVMResourcePoolType[]\u003e [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-ResourcePoolType] \u003cVMResourcePoolType[]\u003e [-CimSession \u003cCimSession[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-Passthru] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSavedState", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMScsiController", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-ControllerNumber] \u003cint\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMScsiController] \u003cVMScsiController[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-IncludeAllChildSnapshots] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Name] \u003cstring[]\u003e] [-IncludeAllChildSnapshots] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot[]\u003e [-IncludeAllChildSnapshots] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMStoragePath", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-ResourcePoolName] \u003cstring[]\u003e [-ResourcePoolType] \u003cVMResourcePoolType\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSwitch", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-ResourcePoolName] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [[-ResourcePoolName] \u003cstring[]\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSwitchExtensionPortFeature", - "CommandType": "Cmdlet", - "ParameterSets": "-VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-Passthru] [-VMName \u003cstring[]\u003e] [-VMNetworkAdapter \u003cVMNetworkAdapterBase[]\u003e] [-ManagementOS] [-ExternalPort] [-SwitchName \u003cstring\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-ComputerName \u003cstring[]\u003e] [-VM \u003cVirtualMachine[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSwitchExtensionSwitchFeature", - "CommandType": "Cmdlet", - "ParameterSets": "-VMSwitchExtensionFeature \u003cVMSwitchExtensionSwitchFeature[]\u003e [-Passthru] [-ComputerName \u003cstring[]\u003e] [-SwitchName \u003cstring[]\u003e] [-VMSwitch \u003cVMSwitch[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSwitchTeamMember", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMSwitchName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterName \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitchName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterInterfaceDescription \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterInterfaceDescription \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterName \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-NewName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VMGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGroup] \u003cVMGroup[]\u003e [-NewName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring\u003e] [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-NewName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] [-NewName] \u003cstring\u003e -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Name] \u003cstring\u003e] [-NewName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VMResourcePool", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-ResourcePoolType] \u003cVMResourcePoolType\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-Passthru] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-Passthru] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VMSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-VMName] \u003cstring\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [-NewName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-NewName] \u003cstring\u003e -Name \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VMSwitch", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch\u003e [-NewName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Repair-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-CompatibilityReport] \u003cVMCompatibilityReport\u003e [-SnapshotFilePath \u003cstring\u003e] [-Path \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-VMReplicationStatistics", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-VMResourceMetering", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-ResourcePoolName] \u003cstring\u003e [[-ResourcePoolType] \u003cVMResourcePoolType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resize-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-SizeBytes] \u003cuint64\u003e [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e -ToMinimumSize [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restart-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e -Wait [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [-AsJob] [-Passthru] [-For \u003cWaitVMTypes\u003e] [-Delay \u003cuint16\u003e] [-Timeout \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e -Wait [-Force] [-AsJob] [-Passthru] [-For \u003cWaitVMTypes\u003e] [-Delay \u003cuint16\u003e] [-Timeout \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restore-VMSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e -Name \u003cstring\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resume-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resume-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-ResynchronizeStartTime \u003cdatetime\u003e] [-Resynchronize] [-AsJob] [-Continue] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-ResynchronizeStartTime \u003cdatetime\u003e] [-Resynchronize] [-AsJob] [-Continue] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-ResynchronizeStartTime \u003cdatetime\u003e] [-Resynchronize] [-AsJob] [-Continue] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Revoke-VMConnectAccess", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-UserName] \u003cstring[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMId] \u003cguid[]\u003e [-UserName] \u003cstring[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Save-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-ParentPath] \u003cstring\u003e [-LeafPath \u003cstring\u003e] [-IgnoreIdMismatch] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e -PhysicalSectorSizeBytes \u003cuint32\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e -ResetDiskIdentifier [-Force] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-GuestControlledCacheTypes \u003cbool\u003e] [-LowMemoryMappedIoSpace \u003cuint32\u003e] [-HighMemoryMappedIoSpace \u003cuint64\u003e] [-ProcessorCount \u003clong\u003e] [-DynamicMemory] [-StaticMemory] [-MemoryMinimumBytes \u003clong\u003e] [-MemoryMaximumBytes \u003clong\u003e] [-MemoryStartupBytes \u003clong\u003e] [-AutomaticStartAction \u003cStartAction\u003e] [-AutomaticStopAction \u003cStopAction\u003e] [-AutomaticStartDelay \u003cint\u003e] [-AutomaticCriticalErrorAction \u003cCriticalErrorAction\u003e] [-AutomaticCriticalErrorActionTimeout \u003cint\u003e] [-LockOnDisconnect \u003cOnOffState\u003e] [-Notes \u003cstring\u003e] [-NewVMName \u003cstring\u003e] [-SnapshotFileLocation \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-CheckpointType \u003cCheckpointType\u003e] [-Passthru] [-AllowUnverifiedPaths] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-GuestControlledCacheTypes \u003cbool\u003e] [-LowMemoryMappedIoSpace \u003cuint32\u003e] [-HighMemoryMappedIoSpace \u003cuint64\u003e] [-ProcessorCount \u003clong\u003e] [-DynamicMemory] [-StaticMemory] [-MemoryMinimumBytes \u003clong\u003e] [-MemoryMaximumBytes \u003clong\u003e] [-MemoryStartupBytes \u003clong\u003e] [-AutomaticStartAction \u003cStartAction\u003e] [-AutomaticStopAction \u003cStopAction\u003e] [-AutomaticStartDelay \u003cint\u003e] [-AutomaticCriticalErrorAction \u003cCriticalErrorAction\u003e] [-AutomaticCriticalErrorActionTimeout \u003cint\u003e] [-LockOnDisconnect \u003cOnOffState\u003e] [-Notes \u003cstring\u003e] [-NewVMName \u003cstring\u003e] [-SnapshotFileLocation \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-CheckpointType \u003cCheckpointType\u003e] [-Passthru] [-AllowUnverifiedPaths] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMBios", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-DisableNumLock] [-EnableNumLock] [-StartupOrder \u003cBootDevice[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-DisableNumLock] [-EnableNumLock] [-StartupOrder \u003cBootDevice[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMBios] \u003cVMBios[]\u003e [-DisableNumLock] [-EnableNumLock] [-StartupOrder \u003cBootDevice[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMComPort", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-Number] \u003cint\u003e [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-DebuggerMode \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Path] \u003cstring\u003e] -Number \u003cint\u003e [-DebuggerMode \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMComPort] \u003cVMComPort[]\u003e [[-Path] \u003cstring\u003e] [-DebuggerMode \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMDvdDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ToControllerNumber \u003cint\u003e] [-ToControllerLocation \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMDvdDrive] \u003cDvdDrive[]\u003e [[-Path] \u003cstring\u003e] [-ToControllerNumber \u003cint\u003e] [-ToControllerLocation \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMFibreChannelHba", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-WorldWideNodeNameSetA] \u003cstring\u003e [-WorldWidePortNameSetA] \u003cstring\u003e [-WorldWideNodeNameSetB] \u003cstring\u003e [-WorldWidePortNameSetB] \u003cstring\u003e -SanName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring\u003e [-WorldWideNodeNameSetA] \u003cstring\u003e [-WorldWidePortNameSetA] \u003cstring\u003e [-WorldWideNodeNameSetB] \u003cstring\u003e [-WorldWidePortNameSetB] \u003cstring\u003e -GenerateWwn [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring\u003e [-WorldWideNodeNameSetA] \u003cstring\u003e [-WorldWidePortNameSetA] \u003cstring\u003e [-WorldWideNodeNameSetB] \u003cstring\u003e [-WorldWidePortNameSetB] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-NewWorldWideNodeNameSetA \u003cstring\u003e] [-NewWorldWidePortNameSetA \u003cstring\u003e] [-NewWorldWideNodeNameSetB \u003cstring\u003e] [-NewWorldWidePortNameSetB \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMFibreChannelHba] \u003cVMFibreChannelHba\u003e -GenerateWwn [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMFibreChannelHba] \u003cVMFibreChannelHba\u003e [-NewWorldWideNodeNameSetA \u003cstring\u003e] [-NewWorldWidePortNameSetA \u003cstring\u003e] [-NewWorldWideNodeNameSetB \u003cstring\u003e] [-NewWorldWidePortNameSetB \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMFibreChannelHba] \u003cVMFibreChannelHba\u003e -SanName \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMFirmware", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-BootOrder \u003cVMComponentObject[]\u003e] [-FirstBootDevice \u003cVMComponentObject\u003e] [-EnableSecureBoot \u003cOnOffState\u003e] [-SecureBootTemplate \u003cstring\u003e] [-SecureBootTemplateId \u003cguid\u003e] [-PreferredNetworkBootProtocol \u003cIPProtocolPreference\u003e] [-ConsoleMode \u003cConsoleModeType\u003e] [-PauseAfterBootFailure \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-BootOrder \u003cVMComponentObject[]\u003e] [-FirstBootDevice \u003cVMComponentObject\u003e] [-EnableSecureBoot \u003cOnOffState\u003e] [-SecureBootTemplate \u003cstring\u003e] [-SecureBootTemplateId \u003cguid\u003e] [-PreferredNetworkBootProtocol \u003cIPProtocolPreference\u003e] [-ConsoleMode \u003cConsoleModeType\u003e] [-PauseAfterBootFailure \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMFirmware] \u003cVMFirmware[]\u003e [-BootOrder \u003cVMComponentObject[]\u003e] [-FirstBootDevice \u003cVMComponentObject\u003e] [-EnableSecureBoot \u003cOnOffState\u003e] [-SecureBootTemplate \u003cstring\u003e] [-SecureBootTemplateId \u003cguid\u003e] [-PreferredNetworkBootProtocol \u003cIPProtocolPreference\u003e] [-ConsoleMode \u003cConsoleModeType\u003e] [-PauseAfterBootFailure \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMFloppyDiskDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Path] \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMFloppyDiskDrive] \u003cVMFloppyDiskDrive[]\u003e [[-Path] \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMGpuPartitionAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-AdapterId \u003cstring\u003e] [-MinPartitionVRAM \u003cuint64\u003e] [-MaxPartitionVRAM \u003cuint64\u003e] [-OptimalPartitionVRAM \u003cuint64\u003e] [-MinPartitionEncode \u003cuint64\u003e] [-MaxPartitionEncode \u003cuint64\u003e] [-OptimalPartitionEncode \u003cuint64\u003e] [-MinPartitionDecode \u003cuint64\u003e] [-MaxPartitionDecode \u003cuint64\u003e] [-OptimalPartitionDecode \u003cuint64\u003e] [-MinPartitionCompute \u003cuint64\u003e] [-MaxPartitionCompute \u003cuint64\u003e] [-OptimalPartitionCompute \u003cuint64\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-AdapterId \u003cstring\u003e] [-MinPartitionVRAM \u003cuint64\u003e] [-MaxPartitionVRAM \u003cuint64\u003e] [-OptimalPartitionVRAM \u003cuint64\u003e] [-MinPartitionEncode \u003cuint64\u003e] [-MaxPartitionEncode \u003cuint64\u003e] [-OptimalPartitionEncode \u003cuint64\u003e] [-MinPartitionDecode \u003cuint64\u003e] [-MaxPartitionDecode \u003cuint64\u003e] [-OptimalPartitionDecode \u003cuint64\u003e] [-MinPartitionCompute \u003cuint64\u003e] [-MaxPartitionCompute \u003cuint64\u003e] [-OptimalPartitionCompute \u003cuint64\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGpuPartitionAdapter] \u003cVMGpuPartitionAdapter[]\u003e [-Passthru] [-MinPartitionVRAM \u003cuint64\u003e] [-MaxPartitionVRAM \u003cuint64\u003e] [-OptimalPartitionVRAM \u003cuint64\u003e] [-MinPartitionEncode \u003cuint64\u003e] [-MaxPartitionEncode \u003cuint64\u003e] [-OptimalPartitionEncode \u003cuint64\u003e] [-MinPartitionDecode \u003cuint64\u003e] [-MaxPartitionDecode \u003cuint64\u003e] [-OptimalPartitionDecode \u003cuint64\u003e] [-MinPartitionCompute \u003cuint64\u003e] [-MaxPartitionCompute \u003cuint64\u003e] [-OptimalPartitionCompute \u003cuint64\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMHardDiskDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [[-ControllerType] \u003cControllerType\u003e] [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ToControllerType \u003cControllerType\u003e] [-ToControllerNumber \u003cint\u003e] [-ToControllerLocation \u003cint\u003e] [-DiskNumber \u003cuint32\u003e] [-ResourcePoolName \u003cstring\u003e] [-SupportPersistentReservations \u003cbool\u003e] [-AllowUnverifiedPaths] [-MaximumIOPS \u003cuint64\u003e] [-MinimumIOPS \u003cuint64\u003e] [-QoSPolicyID \u003cstring\u003e] [-QoSPolicy \u003cciminstance\u003e] [-Passthru] [-OverrideCacheAttributes \u003cCacheAttributes\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMHardDiskDrive] \u003cHardDiskDrive[]\u003e [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ToControllerType \u003cControllerType\u003e] [-ToControllerNumber \u003cint\u003e] [-ToControllerLocation \u003cint\u003e] [-DiskNumber \u003cuint32\u003e] [-ResourcePoolName \u003cstring\u003e] [-SupportPersistentReservations \u003cbool\u003e] [-AllowUnverifiedPaths] [-MaximumIOPS \u003cuint64\u003e] [-MinimumIOPS \u003cuint64\u003e] [-QoSPolicyID \u003cstring\u003e] [-QoSPolicy \u003cciminstance\u003e] [-Passthru] [-OverrideCacheAttributes \u003cCacheAttributes\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMHost", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-MaximumStorageMigrations \u003cuint32\u003e] [-MaximumVirtualMachineMigrations \u003cuint32\u003e] [-VirtualMachineMigrationAuthenticationType \u003cMigrationAuthenticationType\u003e] [-UseAnyNetworkForMigration \u003cbool\u003e] [-VirtualMachineMigrationPerformanceOption \u003cVMMigrationPerformance\u003e] [-ResourceMeteringSaveInterval \u003ctimespan\u003e] [-VirtualHardDiskPath \u003cstring\u003e] [-VirtualMachinePath \u003cstring\u003e] [-MacAddressMaximum \u003cstring\u003e] [-MacAddressMinimum \u003cstring\u003e] [-FibreChannelWwnn \u003cstring\u003e] [-FibreChannelWwpnMaximum \u003cstring\u003e] [-FibreChannelWwpnMinimum \u003cstring\u003e] [-NumaSpanningEnabled \u003cbool\u003e] [-EnableEnhancedSessionMode \u003cbool\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-MaximumStorageMigrations \u003cuint32\u003e] [-MaximumVirtualMachineMigrations \u003cuint32\u003e] [-VirtualMachineMigrationAuthenticationType \u003cMigrationAuthenticationType\u003e] [-UseAnyNetworkForMigration \u003cbool\u003e] [-VirtualMachineMigrationPerformanceOption \u003cVMMigrationPerformance\u003e] [-ResourceMeteringSaveInterval \u003ctimespan\u003e] [-VirtualHardDiskPath \u003cstring\u003e] [-VirtualMachinePath \u003cstring\u003e] [-MacAddressMaximum \u003cstring\u003e] [-MacAddressMinimum \u003cstring\u003e] [-FibreChannelWwnn \u003cstring\u003e] [-FibreChannelWwpnMaximum \u003cstring\u003e] [-FibreChannelWwpnMinimum \u003cstring\u003e] [-NumaSpanningEnabled \u003cbool\u003e] [-EnableEnhancedSessionMode \u003cbool\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMHostCluster", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClusterName] \u003cstring[]\u003e [[-Credential] \u003cpscredential[]\u003e] [-SharedStoragePath \u003cstring\u003e] [-Passthru] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-SharedStoragePath \u003cstring\u003e] [-Passthru] [\u003cCommonParameters\u003e] [-InputObject] \u003cVMHostCluster[]\u003e [-SharedStoragePath \u003cstring\u003e] [-Passthru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMKeyProtector", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-KeyProtector \u003cbyte[]\u003e] [-NewLocalKeyProtector] [-RestoreLastKnownGoodKeyProtector] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-KeyProtector \u003cbyte[]\u003e] [-NewLocalKeyProtector] [-RestoreLastKnownGoodKeyProtector] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMKeyStorageDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ToControllerNumber \u003cint\u003e] [-ToControllerLocation \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMKeyStorageDrive] \u003cKeyStorageDrive[]\u003e [-ToControllerNumber \u003cint\u003e] [-ToControllerLocation \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMMemory", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Buffer \u003cint\u003e] [-DynamicMemoryEnabled \u003cbool\u003e] [-MaximumBytes \u003clong\u003e] [-StartupBytes \u003clong\u003e] [-MinimumBytes \u003clong\u003e] [-Priority \u003cint\u003e] [-MaximumAmountPerNumaNodeBytes \u003clong\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Buffer \u003cint\u003e] [-DynamicMemoryEnabled \u003cbool\u003e] [-MaximumBytes \u003clong\u003e] [-StartupBytes \u003clong\u003e] [-MinimumBytes \u003clong\u003e] [-Priority \u003cint\u003e] [-MaximumAmountPerNumaNodeBytes \u003clong\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMMemory] \u003cVMMemory[]\u003e [-Buffer \u003cint\u003e] [-DynamicMemoryEnabled \u003cbool\u003e] [-MaximumBytes \u003clong\u003e] [-StartupBytes \u003clong\u003e] [-MinimumBytes \u003clong\u003e] [-Priority \u003cint\u003e] [-MaximumAmountPerNumaNodeBytes \u003clong\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMMigrationNetwork", - "CommandType": "Cmdlet", - "ParameterSets": "[-Subnet] \u003cstring\u003e [[-NewSubnet] \u003cstring\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-NewPriority \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Subnet] \u003cstring\u003e [[-NewSubnet] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-NewPriority \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-DynamicMacAddress] [-StaticMacAddress \u003cstring\u003e] [-MacAddressSpoofing \u003cOnOffState\u003e] [-DhcpGuard \u003cOnOffState\u003e] [-RouterGuard \u003cOnOffState\u003e] [-PortMirroring \u003cVMNetworkAdapterPortMirroringMode\u003e] [-IeeePriorityTag \u003cOnOffState\u003e] [-VmqWeight \u003cuint32\u003e] [-IovQueuePairsRequested \u003cuint32\u003e] [-IovInterruptModeration \u003cIovInterruptModerationValue\u003e] [-IovWeight \u003cuint32\u003e] [-IPsecOffloadMaximumSecurityAssociation \u003cuint32\u003e] [-MaximumBandwidth \u003clong\u003e] [-MinimumBandwidthAbsolute \u003clong\u003e] [-MinimumBandwidthWeight \u003cuint32\u003e] [-MandatoryFeatureId \u003cstring[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-TestReplicaPoolName \u003cstring\u003e] [-TestReplicaSwitchName \u003cstring\u003e] [-VirtualSubnetId \u003cuint32\u003e] [-AllowTeaming \u003cOnOffState\u003e] [-NotMonitoredInCluster \u003cbool\u003e] [-StormLimit \u003cuint32\u003e] [-DynamicIPAddressLimit \u003cuint32\u003e] [-DeviceNaming \u003cOnOffState\u003e] [-FixSpeed10G \u003cOnOffState\u003e] [-PacketDirectNumProcs \u003cuint32\u003e] [-PacketDirectModerationCount \u003cuint32\u003e] [-PacketDirectModerationInterval \u003cuint32\u003e] [-VrssEnabled \u003cbool\u003e] [-VmmqEnabled \u003cbool\u003e] [-VmmqQueuePairs \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-MacAddressSpoofing \u003cOnOffState\u003e] [-DhcpGuard \u003cOnOffState\u003e] [-RouterGuard \u003cOnOffState\u003e] [-PortMirroring \u003cVMNetworkAdapterPortMirroringMode\u003e] [-IeeePriorityTag \u003cOnOffState\u003e] [-VmqWeight \u003cuint32\u003e] [-IovQueuePairsRequested \u003cuint32\u003e] [-IovInterruptModeration \u003cIovInterruptModerationValue\u003e] [-IovWeight \u003cuint32\u003e] [-IPsecOffloadMaximumSecurityAssociation \u003cuint32\u003e] [-MaximumBandwidth \u003clong\u003e] [-MinimumBandwidthAbsolute \u003clong\u003e] [-MinimumBandwidthWeight \u003cuint32\u003e] [-MandatoryFeatureId \u003cstring[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-TestReplicaPoolName \u003cstring\u003e] [-TestReplicaSwitchName \u003cstring\u003e] [-VirtualSubnetId \u003cuint32\u003e] [-AllowTeaming \u003cOnOffState\u003e] [-NotMonitoredInCluster \u003cbool\u003e] [-StormLimit \u003cuint32\u003e] [-DynamicIPAddressLimit \u003cuint32\u003e] [-DeviceNaming \u003cOnOffState\u003e] [-FixSpeed10G \u003cOnOffState\u003e] [-PacketDirectNumProcs \u003cuint32\u003e] [-PacketDirectModerationCount \u003cuint32\u003e] [-PacketDirectModerationInterval \u003cuint32\u003e] [-VrssEnabled \u003cbool\u003e] [-VmmqEnabled \u003cbool\u003e] [-VmmqQueuePairs \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase\u003e [-DynamicMacAddress] [-StaticMacAddress \u003cstring\u003e] [-MacAddressSpoofing \u003cOnOffState\u003e] [-DhcpGuard \u003cOnOffState\u003e] [-RouterGuard \u003cOnOffState\u003e] [-PortMirroring \u003cVMNetworkAdapterPortMirroringMode\u003e] [-IeeePriorityTag \u003cOnOffState\u003e] [-VmqWeight \u003cuint32\u003e] [-IovQueuePairsRequested \u003cuint32\u003e] [-IovInterruptModeration \u003cIovInterruptModerationValue\u003e] [-IovWeight \u003cuint32\u003e] [-IPsecOffloadMaximumSecurityAssociation \u003cuint32\u003e] [-MaximumBandwidth \u003clong\u003e] [-MinimumBandwidthAbsolute \u003clong\u003e] [-MinimumBandwidthWeight \u003cuint32\u003e] [-MandatoryFeatureId \u003cstring[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-TestReplicaPoolName \u003cstring\u003e] [-TestReplicaSwitchName \u003cstring\u003e] [-VirtualSubnetId \u003cuint32\u003e] [-AllowTeaming \u003cOnOffState\u003e] [-NotMonitoredInCluster \u003cbool\u003e] [-StormLimit \u003cuint32\u003e] [-DynamicIPAddressLimit \u003cuint32\u003e] [-DeviceNaming \u003cOnOffState\u003e] [-FixSpeed10G \u003cOnOffState\u003e] [-PacketDirectNumProcs \u003cuint32\u003e] [-PacketDirectModerationCount \u003cuint32\u003e] [-PacketDirectModerationInterval \u003cuint32\u003e] [-VrssEnabled \u003cbool\u003e] [-VmmqEnabled \u003cbool\u003e] [-VmmqQueuePairs \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-Name \u003cstring\u003e] [-DynamicMacAddress] [-StaticMacAddress \u003cstring\u003e] [-MacAddressSpoofing \u003cOnOffState\u003e] [-DhcpGuard \u003cOnOffState\u003e] [-RouterGuard \u003cOnOffState\u003e] [-PortMirroring \u003cVMNetworkAdapterPortMirroringMode\u003e] [-IeeePriorityTag \u003cOnOffState\u003e] [-VmqWeight \u003cuint32\u003e] [-IovQueuePairsRequested \u003cuint32\u003e] [-IovInterruptModeration \u003cIovInterruptModerationValue\u003e] [-IovWeight \u003cuint32\u003e] [-IPsecOffloadMaximumSecurityAssociation \u003cuint32\u003e] [-MaximumBandwidth \u003clong\u003e] [-MinimumBandwidthAbsolute \u003clong\u003e] [-MinimumBandwidthWeight \u003cuint32\u003e] [-MandatoryFeatureId \u003cstring[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-TestReplicaPoolName \u003cstring\u003e] [-TestReplicaSwitchName \u003cstring\u003e] [-VirtualSubnetId \u003cuint32\u003e] [-AllowTeaming \u003cOnOffState\u003e] [-NotMonitoredInCluster \u003cbool\u003e] [-StormLimit \u003cuint32\u003e] [-DynamicIPAddressLimit \u003cuint32\u003e] [-DeviceNaming \u003cOnOffState\u003e] [-FixSpeed10G \u003cOnOffState\u003e] [-PacketDirectNumProcs \u003cuint32\u003e] [-PacketDirectModerationCount \u003cuint32\u003e] [-PacketDirectModerationInterval \u003cuint32\u003e] [-VrssEnabled \u003cbool\u003e] [-VmmqEnabled \u003cbool\u003e] [-VmmqQueuePairs \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapterFailoverConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-IPv4Address \u003cstring\u003e] [-IPv6Address \u003cstring\u003e] [-IPv4SubnetMask \u003cstring\u003e] [-IPv6SubnetPrefixLength \u003cint\u003e] [-IPv4PreferredDNSServer \u003cstring\u003e] [-IPv4AlternateDNSServer \u003cstring\u003e] [-IPv6PreferredDNSServer \u003cstring\u003e] [-IPv6AlternateDNSServer \u003cstring\u003e] [-IPv4DefaultGateway \u003cstring\u003e] [-IPv6DefaultGateway \u003cstring\u003e] [-ClearFailoverIPv4Settings] [-ClearFailoverIPv6Settings] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter\u003e [-IPv4Address \u003cstring\u003e] [-IPv6Address \u003cstring\u003e] [-IPv4SubnetMask \u003cstring\u003e] [-IPv6SubnetPrefixLength \u003cint\u003e] [-IPv4PreferredDNSServer \u003cstring\u003e] [-IPv4AlternateDNSServer \u003cstring\u003e] [-IPv6PreferredDNSServer \u003cstring\u003e] [-IPv6AlternateDNSServer \u003cstring\u003e] [-IPv4DefaultGateway \u003cstring\u003e] [-IPv6DefaultGateway \u003cstring\u003e] [-ClearFailoverIPv4Settings] [-ClearFailoverIPv6Settings] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-IPv4Address \u003cstring\u003e] [-IPv6Address \u003cstring\u003e] [-IPv4SubnetMask \u003cstring\u003e] [-IPv6SubnetPrefixLength \u003cint\u003e] [-IPv4PreferredDNSServer \u003cstring\u003e] [-IPv4AlternateDNSServer \u003cstring\u003e] [-IPv6PreferredDNSServer \u003cstring\u003e] [-IPv6AlternateDNSServer \u003cstring\u003e] [-IPv4DefaultGateway \u003cstring\u003e] [-IPv6DefaultGateway \u003cstring\u003e] [-ClearFailoverIPv4Settings] [-ClearFailoverIPv6Settings] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapterIsolation", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-IsolationMode \u003cVMNetworkAdapterIsolationMode\u003e] [-AllowUntaggedTraffic \u003cbool\u003e] [-DefaultIsolationID \u003cint\u003e] [-MultiTenantStack \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-IsolationMode \u003cVMNetworkAdapterIsolationMode\u003e] [-AllowUntaggedTraffic \u003cbool\u003e] [-DefaultIsolationID \u003cint\u003e] [-MultiTenantStack \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-IsolationMode \u003cVMNetworkAdapterIsolationMode\u003e] [-AllowUntaggedTraffic \u003cbool\u003e] [-DefaultIsolationID \u003cint\u003e] [-MultiTenantStack \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-IsolationMode \u003cVMNetworkAdapterIsolationMode\u003e] [-AllowUntaggedTraffic \u003cbool\u003e] [-DefaultIsolationID \u003cint\u003e] [-MultiTenantStack \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapterRdma", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-RdmaWeight \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-RdmaWeight \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase\u003e [-RdmaWeight \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-Name \u003cstring\u003e] [-RdmaWeight \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapterRoutingDomainMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-NewRoutingDomainName \u003cstring\u003e] [-IsolationID \u003cint[]\u003e] [-IsolationName \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-NewRoutingDomainName \u003cstring\u003e] [-IsolationID \u003cint[]\u003e] [-IsolationName \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-NewRoutingDomainName \u003cstring\u003e] [-IsolationID \u003cint[]\u003e] [-IsolationName \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-NewRoutingDomainName \u003cstring\u003e] [-IsolationID \u003cint[]\u003e] [-IsolationName \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cVMNetworkAdapterRoutingDomainSetting\u003e [-NewRoutingDomainName \u003cstring\u003e] [-IsolationID \u003cint[]\u003e] [-IsolationName \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapterTeamMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e -PhysicalNetAdapterName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS -PhysicalNetAdapterName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-SwitchName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase\u003e -PhysicalNetAdapterName \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e -PhysicalNetAdapterName \u003cstring\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapterVlan", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Untagged] [-Access] [-VlanId \u003cint\u003e] [-Trunk] [-NativeVlanId \u003cint\u003e] [-AllowedVlanIdList \u003cstring\u003e] [-Isolated] [-Community] [-Promiscuous] [-PrimaryVlanId \u003cint\u003e] [-SecondaryVlanId \u003cint\u003e] [-SecondaryVlanIdList \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-Untagged] [-Access] [-VlanId \u003cint\u003e] [-Trunk] [-NativeVlanId \u003cint\u003e] [-AllowedVlanIdList \u003cstring\u003e] [-Isolated] [-Community] [-Promiscuous] [-PrimaryVlanId \u003cint\u003e] [-SecondaryVlanId \u003cint\u003e] [-SecondaryVlanIdList \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Untagged] [-Access] [-VlanId \u003cint\u003e] [-Trunk] [-NativeVlanId \u003cint\u003e] [-AllowedVlanIdList \u003cstring\u003e] [-Isolated] [-Community] [-Promiscuous] [-PrimaryVlanId \u003cint\u003e] [-SecondaryVlanId \u003cint\u003e] [-SecondaryVlanIdList \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-Untagged] [-Access] [-VlanId \u003cint\u003e] [-Trunk] [-NativeVlanId \u003cint\u003e] [-AllowedVlanIdList \u003cstring\u003e] [-Isolated] [-Community] [-Promiscuous] [-PrimaryVlanId \u003cint\u003e] [-SecondaryVlanId \u003cint\u003e] [-SecondaryVlanIdList \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMPartitionableGpu", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Passthru] [-PartitionCount \u003cuint16\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Passthru] [-PartitionCount \u003cuint16\u003e] [\u003cCommonParameters\u003e] [-PartitionableGpu] \u003cVMPartitionableGpu[]\u003e [-Passthru] [-PartitionCount \u003cuint16\u003e] [\u003cCommonParameters\u003e] [-Passthru] [-Name \u003cstring\u003e] [-PartitionCount \u003cuint16\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMProcessor", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Count \u003clong\u003e] [-CompatibilityForMigrationEnabled \u003cbool\u003e] [-CompatibilityForOlderOperatingSystemsEnabled \u003cbool\u003e] [-HwThreadCountPerCore \u003clong\u003e] [-Maximum \u003clong\u003e] [-Reserve \u003clong\u003e] [-RelativeWeight \u003cint\u003e] [-MaximumCountPerNumaNode \u003cint\u003e] [-MaximumCountPerNumaSocket \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-EnableHostResourceProtection \u003cbool\u003e] [-ExposeVirtualizationExtensions \u003cbool\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Count \u003clong\u003e] [-CompatibilityForMigrationEnabled \u003cbool\u003e] [-CompatibilityForOlderOperatingSystemsEnabled \u003cbool\u003e] [-HwThreadCountPerCore \u003clong\u003e] [-Maximum \u003clong\u003e] [-Reserve \u003clong\u003e] [-RelativeWeight \u003cint\u003e] [-MaximumCountPerNumaNode \u003cint\u003e] [-MaximumCountPerNumaSocket \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-EnableHostResourceProtection \u003cbool\u003e] [-ExposeVirtualizationExtensions \u003cbool\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMProcessor] \u003cVMProcessor[]\u003e [-Count \u003clong\u003e] [-CompatibilityForMigrationEnabled \u003cbool\u003e] [-CompatibilityForOlderOperatingSystemsEnabled \u003cbool\u003e] [-HwThreadCountPerCore \u003clong\u003e] [-Maximum \u003clong\u003e] [-Reserve \u003clong\u003e] [-RelativeWeight \u003cint\u003e] [-MaximumCountPerNumaNode \u003cint\u003e] [-MaximumCountPerNumaSocket \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-EnableHostResourceProtection \u003cbool\u003e] [-ExposeVirtualizationExtensions \u003cbool\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMRemoteFx3dVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-MonitorCount] \u003cbyte\u003e] [[-MaximumResolution] \u003cstring\u003e] [[-VRAMSizeBytes] \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-MonitorCount] \u003cbyte\u003e] [[-MaximumResolution] \u003cstring\u003e] [[-VRAMSizeBytes] \u003cuint64\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMRemoteFx3dVideoAdapter] \u003cVMRemoteFx3DVideoAdapter[]\u003e [[-MonitorCount] \u003cbyte\u003e] [[-MaximumResolution] \u003cstring\u003e] [[-VRAMSizeBytes] \u003cuint64\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ReplicaServerName] \u003cstring\u003e] [[-ReplicaServerPort] \u003cint\u003e] [[-AuthenticationType] \u003cReplicationAuthenticationType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-CertificateThumbprint \u003cstring\u003e] [-CompressionEnabled \u003cbool\u003e] [-ReplicateHostKvpItems \u003cbool\u003e] [-BypassProxyServer \u003cbool\u003e] [-EnableWriteOrderPreservationAcrossDisks \u003cbool\u003e] [-InitialReplicationStartTime \u003cdatetime\u003e] [-DisableVSSSnapshotReplication] [-VSSSnapshotFrequencyHour \u003cint\u003e] [-RecoveryHistory \u003cint\u003e] [-ReplicationFrequencySec \u003cint\u003e] [-ReplicatedDisks \u003cHardDiskDrive[]\u003e] [-ReplicatedDiskPaths \u003cstring[]\u003e] [-Reverse] [-AutoResynchronizeEnabled \u003cbool\u003e] [-AutoResynchronizeIntervalStart \u003ctimespan\u003e] [-AutoResynchronizeIntervalEnd \u003ctimespan\u003e] [-AsReplica] [-UseBackup] [-AllowedPrimaryServer \u003cstring\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ReplicaServerName] \u003cstring\u003e] [[-ReplicaServerPort] \u003cint\u003e] [[-AuthenticationType] \u003cReplicationAuthenticationType\u003e] [-Credential \u003cpscredential[]\u003e] [-CertificateThumbprint \u003cstring\u003e] [-CompressionEnabled \u003cbool\u003e] [-ReplicateHostKvpItems \u003cbool\u003e] [-BypassProxyServer \u003cbool\u003e] [-EnableWriteOrderPreservationAcrossDisks \u003cbool\u003e] [-InitialReplicationStartTime \u003cdatetime\u003e] [-DisableVSSSnapshotReplication] [-VSSSnapshotFrequencyHour \u003cint\u003e] [-RecoveryHistory \u003cint\u003e] [-ReplicationFrequencySec \u003cint\u003e] [-ReplicatedDisks \u003cHardDiskDrive[]\u003e] [-ReplicatedDiskPaths \u003cstring[]\u003e] [-Reverse] [-AutoResynchronizeEnabled \u003cbool\u003e] [-AutoResynchronizeIntervalStart \u003ctimespan\u003e] [-AutoResynchronizeIntervalEnd \u003ctimespan\u003e] [-AsReplica] [-UseBackup] [-AllowedPrimaryServer \u003cstring\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [[-ReplicaServerName] \u003cstring\u003e] [[-ReplicaServerPort] \u003cint\u003e] [[-AuthenticationType] \u003cReplicationAuthenticationType\u003e] [-Credential \u003cpscredential[]\u003e] [-CertificateThumbprint \u003cstring\u003e] [-CompressionEnabled \u003cbool\u003e] [-ReplicateHostKvpItems \u003cbool\u003e] [-BypassProxyServer \u003cbool\u003e] [-EnableWriteOrderPreservationAcrossDisks \u003cbool\u003e] [-InitialReplicationStartTime \u003cdatetime\u003e] [-DisableVSSSnapshotReplication] [-VSSSnapshotFrequencyHour \u003cint\u003e] [-RecoveryHistory \u003cint\u003e] [-ReplicationFrequencySec \u003cint\u003e] [-ReplicatedDisks \u003cHardDiskDrive[]\u003e] [-ReplicatedDiskPaths \u003cstring[]\u003e] [-Reverse] [-AutoResynchronizeEnabled \u003cbool\u003e] [-AutoResynchronizeIntervalStart \u003ctimespan\u003e] [-AutoResynchronizeIntervalEnd \u003ctimespan\u003e] [-AsReplica] [-UseBackup] [-AllowedPrimaryServer \u003cstring\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMReplicationAuthorizationEntry", - "CommandType": "Cmdlet", - "ParameterSets": "[-AllowedPrimaryServer] \u003cstring\u003e [[-ReplicaStorageLocation] \u003cstring\u003e] [[-TrustGroup] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplicationAuthorizationEntry] \u003cVMReplicationAuthorizationEntry[]\u003e [[-ReplicaStorageLocation] \u003cstring\u003e] [[-TrustGroup] \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMReplicationServer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ReplicationEnabled] \u003cbool\u003e] [[-AllowedAuthenticationType] \u003cRecoveryAuthenticationType\u003e] [[-ReplicationAllowedFromAnyServer] \u003cbool\u003e] [-CertificateThumbprint \u003cstring\u003e] [-DefaultStorageLocation \u003cstring\u003e] [-KerberosAuthenticationPort \u003cint\u003e] [-CertificateAuthenticationPort \u003cint\u003e] [-MonitoringInterval \u003ctimespan\u003e] [-MonitoringStartTime \u003ctimespan\u003e] [-Force] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-ReplicationEnabled] \u003cbool\u003e] [[-AllowedAuthenticationType] \u003cRecoveryAuthenticationType\u003e] [[-ReplicationAllowedFromAnyServer] \u003cbool\u003e] [-CertificateThumbprint \u003cstring\u003e] [-DefaultStorageLocation \u003cstring\u003e] [-KerberosAuthenticationPortMapping \u003chashtable\u003e] [-CertificateAuthenticationPortMapping \u003chashtable\u003e] [-MonitoringInterval \u003ctimespan\u003e] [-MonitoringStartTime \u003ctimespan\u003e] [-Force] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMResourcePool", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-ResourcePoolType] \u003cVMResourcePoolType\u003e [-ParentName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-Passthru] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-HostBusAdapter \u003cciminstance[]\u003e] [-Note \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -WorldWideNodeName \u003cstring[]\u003e -WorldWidePortName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Note \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSecurity", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-EncryptStateAndVmMigrationTraffic \u003cbool\u003e] [-VirtualizationBasedSecurityOptOut \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-EncryptStateAndVmMigrationTraffic \u003cbool\u003e] [-VirtualizationBasedSecurityOptOut \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSecurityPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-Shielded \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-Shielded \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSwitch", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-SwitchType \u003cVMSwitchType\u003e] [-AllowManagementOS \u003cbool\u003e] [-DefaultFlowMinimumBandwidthAbsolute \u003clong\u003e] [-DefaultFlowMinimumBandwidthWeight \u003clong\u003e] [-DefaultQueueVrssEnabled \u003cbool\u003e] [-DefaultQueueVmmqEnabled \u003cbool\u003e] [-DefaultQueueVmmqQueuePairs \u003cuint32\u003e] [-Extensions \u003cVMSwitchExtension[]\u003e] [-Notes \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-SwitchType \u003cVMSwitchType\u003e] [-AllowManagementOS \u003cbool\u003e] [-DefaultFlowMinimumBandwidthAbsolute \u003clong\u003e] [-DefaultFlowMinimumBandwidthWeight \u003clong\u003e] [-DefaultQueueVrssEnabled \u003cbool\u003e] [-DefaultQueueVmmqEnabled \u003cbool\u003e] [-DefaultQueueVmmqQueuePairs \u003cuint32\u003e] [-Extensions \u003cVMSwitchExtension[]\u003e] [-Notes \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-NetAdapterInterfaceDescription] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AllowManagementOS \u003cbool\u003e] [-DefaultFlowMinimumBandwidthAbsolute \u003clong\u003e] [-DefaultFlowMinimumBandwidthWeight \u003clong\u003e] [-DefaultQueueVrssEnabled \u003cbool\u003e] [-DefaultQueueVmmqEnabled \u003cbool\u003e] [-DefaultQueueVmmqQueuePairs \u003cuint32\u003e] [-Extensions \u003cVMSwitchExtension[]\u003e] [-Notes \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-NetAdapterName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AllowManagementOS \u003cbool\u003e] [-DefaultFlowMinimumBandwidthAbsolute \u003clong\u003e] [-DefaultFlowMinimumBandwidthWeight \u003clong\u003e] [-DefaultQueueVrssEnabled \u003cbool\u003e] [-DefaultQueueVmmqEnabled \u003cbool\u003e] [-DefaultQueueVmmqQueuePairs \u003cuint32\u003e] [-Extensions \u003cVMSwitchExtension[]\u003e] [-Notes \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-NetAdapterInterfaceDescription] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AllowManagementOS \u003cbool\u003e] [-DefaultFlowMinimumBandwidthAbsolute \u003clong\u003e] [-DefaultFlowMinimumBandwidthWeight \u003clong\u003e] [-DefaultQueueVrssEnabled \u003cbool\u003e] [-DefaultQueueVmmqEnabled \u003cbool\u003e] [-DefaultQueueVmmqQueuePairs \u003cuint32\u003e] [-Extensions \u003cVMSwitchExtension[]\u003e] [-Notes \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-NetAdapterName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AllowManagementOS \u003cbool\u003e] [-DefaultFlowMinimumBandwidthAbsolute \u003clong\u003e] [-DefaultFlowMinimumBandwidthWeight \u003clong\u003e] [-DefaultQueueVrssEnabled \u003cbool\u003e] [-DefaultQueueVmmqEnabled \u003cbool\u003e] [-DefaultQueueVmmqQueuePairs \u003cuint32\u003e] [-Extensions \u003cVMSwitchExtension[]\u003e] [-Notes \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSwitchExtensionPortFeature", - "CommandType": "Cmdlet", - "ParameterSets": "-VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-Passthru] [-VMName \u003cstring[]\u003e] [-VMNetworkAdapter \u003cVMNetworkAdapterBase[]\u003e] [-ManagementOS] [-ExternalPort] [-SwitchName \u003cstring\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-ComputerName \u003cstring[]\u003e] [-VM \u003cVirtualMachine[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSwitchExtensionSwitchFeature", - "CommandType": "Cmdlet", - "ParameterSets": "-VMSwitchExtensionFeature \u003cVMSwitchExtensionSwitchFeature[]\u003e [-Passthru] [-ComputerName \u003cstring[]\u003e] [-SwitchName \u003cstring[]\u003e] [-VMSwitch \u003cVMSwitch[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSwitchTeam", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterName \u003cstring[]\u003e] [-TeamingMode \u003cVMSwitchTeamingMode\u003e] [-LoadBalancingAlgorithm \u003cVMSwitchLoadBalancingAlgorithm\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterInterfaceDescription \u003cstring[]\u003e] [-TeamingMode \u003cVMSwitchTeamingMode\u003e] [-LoadBalancingAlgorithm \u003cVMSwitchLoadBalancingAlgorithm\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterInterfaceDescription \u003cstring[]\u003e] [-TeamingMode \u003cVMSwitchTeamingMode\u003e] [-LoadBalancingAlgorithm \u003cVMSwitchLoadBalancingAlgorithm\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterName \u003cstring[]\u003e] [-TeamingMode \u003cVMSwitchTeamingMode\u003e] [-LoadBalancingAlgorithm \u003cVMSwitchLoadBalancingAlgorithm\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMVideo", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ResolutionType] \u003cResolutionType\u003e] [[-HorizontalResolution] \u003cuint16\u003e] [[-VerticalResolution] \u003cuint16\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ResolutionType] \u003cResolutionType\u003e] [[-HorizontalResolution] \u003cuint16\u003e] [[-VerticalResolution] \u003cuint16\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMVideo] \u003cVMVideo[]\u003e [[-ResolutionType] \u003cResolutionType\u003e] [[-HorizontalResolution] \u003cuint16\u003e] [[-VerticalResolution] \u003cuint16\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-VMFailover", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Prepare] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring[]\u003e -AsTest [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Prepare] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e -AsTest [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMRecoverySnapshot] \u003cVMSnapshot\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMRecoverySnapshot] \u003cVMSnapshot\u003e -AsTest [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-VMInitialReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-DestinationPath \u003cstring\u003e] [-InitialReplicationStartTime \u003cdatetime\u003e] [-UseBackup] [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-DestinationPath \u003cstring\u003e] [-InitialReplicationStartTime \u003cdatetime\u003e] [-UseBackup] [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-DestinationPath \u003cstring\u003e] [-InitialReplicationStartTime \u003cdatetime\u003e] [-UseBackup] [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-VMTrace", - "CommandType": "Cmdlet", - "ParameterSets": "[-Level] \u003cTraceLevel\u003e [-TraceVerboseObjects] [-Path \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Save] [-TurnOff] [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Save] [-TurnOff] [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-VMFailover", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-VMInitialReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-VMTrace", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Suspend-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Suspend-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e -SupportPersistentReservations [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e -SenderIPAddress \u003cstring\u003e -ReceiverIPAddress \u003cstring\u003e -SequenceNumber \u003cint\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-Sender] [-Receiver] [-NextHopMacAddress \u003cstring\u003e] [-IsolationId \u003cint\u003e] [-PayloadSize \u003cint\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter\u003e -SenderIPAddress \u003cstring\u003e -ReceiverIPAddress \u003cstring\u003e -SequenceNumber \u003cint\u003e [-Sender] [-Receiver] [-NextHopMacAddress \u003cstring\u003e] [-IsolationId \u003cint\u003e] [-PayloadSize \u003cint\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e -SenderIPAddress \u003cstring\u003e -ReceiverIPAddress \u003cstring\u003e -SequenceNumber \u003cint\u003e [-Name \u003cstring\u003e] [-Sender] [-Receiver] [-NextHopMacAddress \u003cstring\u003e] [-IsolationId \u003cint\u003e] [-PayloadSize \u003cint\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-VMReplicationConnection", - "CommandType": "Cmdlet", - "ParameterSets": "[-ReplicaServerName] \u003cstring\u003e [-ReplicaServerPort] \u003cint\u003e [-AuthenticationType] \u003cReplicationAuthenticationType\u003e [[-CertificateThumbprint] \u003cstring\u003e] [-BypassProxyServer \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-VMVersion", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Wait-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-For \u003cWaitVMTypes\u003e] [-Delay \u003cuint16\u003e] [-Timeout \u003cint\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AsJob] [-Passthru] [-For \u003cWaitVMTypes\u003e] [-Delay \u003cuint16\u003e] [-Timeout \u003cint\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "gvm", - "savm", - "spvm", - "gvmr", - "mvmr", - "gvmrs", - "Export-VMCheckpoint", - "Get-VMCheckpoint", - "Remove-VMCheckpoint", - "Rename-VMCheckpoint", - "Restore-VMCheckpoint" - ] - }, - { - "Name": "Hyper-V", - "Version": "1.1", - "ExportedCommands": [ - { - "Name": "Add-VMAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-InstancePath \u003cstring\u003e] [-LocationPath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-InstancePath \u003cstring\u003e] [-LocationPath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMDvdDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMDriveController] \u003cVMDriveController[]\u003e [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMFibreChannelHba", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-SanName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-GenerateWwn] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring\u003e [-SanName] \u003cstring\u003e -WorldWideNodeNameSetA \u003cstring\u003e -WorldWidePortNameSetA \u003cstring\u003e -WorldWideNodeNameSetB \u003cstring\u003e -WorldWidePortNameSetB \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-SanName] \u003cstring\u003e [-GenerateWwn] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-SanName] \u003cstring\u003e -WorldWideNodeNameSetA \u003cstring\u003e -WorldWidePortNameSetA \u003cstring\u003e -WorldWideNodeNameSetB \u003cstring\u003e -WorldWidePortNameSetB \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMGpuPartitionAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-MinPartitionVRAM \u003cuint64\u003e] [-MaxPartitionVRAM \u003cuint64\u003e] [-OptimalPartitionVRAM \u003cuint64\u003e] [-MinPartitionEncode \u003cuint64\u003e] [-MaxPartitionEncode \u003cuint64\u003e] [-OptimalPartitionEncode \u003cuint64\u003e] [-MinPartitionDecode \u003cuint64\u003e] [-MaxPartitionDecode \u003cuint64\u003e] [-OptimalPartitionDecode \u003cuint64\u003e] [-MinPartitionCompute \u003cuint64\u003e] [-MaxPartitionCompute \u003cuint64\u003e] [-OptimalPartitionCompute \u003cuint64\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-MinPartitionVRAM \u003cuint64\u003e] [-MaxPartitionVRAM \u003cuint64\u003e] [-OptimalPartitionVRAM \u003cuint64\u003e] [-MinPartitionEncode \u003cuint64\u003e] [-MaxPartitionEncode \u003cuint64\u003e] [-OptimalPartitionEncode \u003cuint64\u003e] [-MinPartitionDecode \u003cuint64\u003e] [-MaxPartitionDecode \u003cuint64\u003e] [-OptimalPartitionDecode \u003cuint64\u003e] [-MinPartitionCompute \u003cuint64\u003e] [-MaxPartitionCompute \u003cuint64\u003e] [-OptimalPartitionCompute \u003cuint64\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMGroupMember", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-VM] \u003cVirtualMachine[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-VMGroupMember] \u003cVMGroup[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-VM] \u003cVirtualMachine[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-VMGroupMember] \u003cVMGroup[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGroup] \u003cVMGroup\u003e [-VMGroupMember] \u003cVMGroup[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGroup] \u003cVMGroup\u003e [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMHardDiskDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ControllerType] \u003cControllerType\u003e] [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-DiskNumber \u003cuint32\u003e] [-ResourcePoolName \u003cstring\u003e] [-SupportPersistentReservations] [-AllowUnverifiedPaths] [-MaximumIOPS \u003cuint64\u003e] [-MinimumIOPS \u003cuint64\u003e] [-QoSPolicyID \u003cstring\u003e] [-QoSPolicy \u003cciminstance\u003e] [-Passthru] [-OverrideCacheAttributes \u003cCacheAttributes\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ControllerType] \u003cControllerType\u003e] [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-DiskNumber \u003cuint32\u003e] [-ResourcePoolName \u003cstring\u003e] [-SupportPersistentReservations] [-AllowUnverifiedPaths] [-MaximumIOPS \u003cuint64\u003e] [-MinimumIOPS \u003cuint64\u003e] [-QoSPolicyID \u003cstring\u003e] [-QoSPolicy \u003cciminstance\u003e] [-Passthru] [-OverrideCacheAttributes \u003cCacheAttributes\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMDriveController] \u003cVMDriveController\u003e [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-DiskNumber \u003cuint32\u003e] [-ResourcePoolName \u003cstring\u003e] [-SupportPersistentReservations] [-AllowUnverifiedPaths] [-MaximumIOPS \u003cuint64\u003e] [-MinimumIOPS \u003cuint64\u003e] [-QoSPolicyID \u003cstring\u003e] [-QoSPolicy \u003cciminstance\u003e] [-Passthru] [-OverrideCacheAttributes \u003cCacheAttributes\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMHostAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "-ResourcePoolName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-InstancePath \u003cstring\u003e] [-LocationPath \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VMHostAssignableDevice] \u003cVMHostAssignableDevice[]\u003e -ResourcePoolName \u003cstring[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMKeyStorageDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMMigrationNetwork", - "CommandType": "Cmdlet", - "ParameterSets": "[-Subnet] \u003cstring\u003e [[-Priority] \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-Passthru] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-SwitchName \u003cstring\u003e] [-IsLegacy \u003cbool\u003e] [-Name \u003cstring\u003e] [-DynamicMacAddress] [-StaticMacAddress \u003cstring\u003e] [-Passthru] [-ResourcePoolName \u003cstring\u003e] [-DeviceNaming \u003cOnOffState\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ManagementOS] [-SwitchName \u003cstring\u003e] [-Name \u003cstring\u003e] [-DynamicMacAddress] [-StaticMacAddress \u003cstring\u003e] [-Passthru] [-DeviceNaming \u003cOnOffState\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-SwitchName \u003cstring\u003e] [-IsLegacy \u003cbool\u003e] [-Name \u003cstring\u003e] [-DynamicMacAddress] [-StaticMacAddress \u003cstring\u003e] [-Passthru] [-ResourcePoolName \u003cstring\u003e] [-DeviceNaming \u003cOnOffState\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMNetworkAdapterAcl", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e -ManagementOS [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMNetworkAdapterExtendedAcl", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-Action] \u003cVMNetworkAdapterExtendedAclAction\u003e [-Direction] \u003cVMNetworkAdapterExtendedAclDirection\u003e [[-LocalIPAddress] \u003cstring\u003e] [[-RemoteIPAddress] \u003cstring\u003e] [[-LocalPort] \u003cstring\u003e] [[-RemotePort] \u003cstring\u003e] [[-Protocol] \u003cstring\u003e] [-Weight] \u003cint\u003e [-Stateful \u003cbool\u003e] [-IdleSessionTimeout \u003cint\u003e] [-IsolationID \u003cint\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-Action] \u003cVMNetworkAdapterExtendedAclAction\u003e [-Direction] \u003cVMNetworkAdapterExtendedAclDirection\u003e [[-LocalIPAddress] \u003cstring\u003e] [[-RemoteIPAddress] \u003cstring\u003e] [[-LocalPort] \u003cstring\u003e] [[-RemotePort] \u003cstring\u003e] [[-Protocol] \u003cstring\u003e] [-Weight] \u003cint\u003e [-Stateful \u003cbool\u003e] [-IdleSessionTimeout \u003cint\u003e] [-IsolationID \u003cint\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Action] \u003cVMNetworkAdapterExtendedAclAction\u003e [-Direction] \u003cVMNetworkAdapterExtendedAclDirection\u003e [[-LocalIPAddress] \u003cstring\u003e] [[-RemoteIPAddress] \u003cstring\u003e] [[-LocalPort] \u003cstring\u003e] [[-RemotePort] \u003cstring\u003e] [[-Protocol] \u003cstring\u003e] [-Weight] \u003cint\u003e -ManagementOS [-Stateful \u003cbool\u003e] [-IdleSessionTimeout \u003cint\u003e] [-IsolationID \u003cint\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Action] \u003cVMNetworkAdapterExtendedAclAction\u003e [-Direction] \u003cVMNetworkAdapterExtendedAclDirection\u003e [[-LocalIPAddress] \u003cstring\u003e] [[-RemoteIPAddress] \u003cstring\u003e] [[-LocalPort] \u003cstring\u003e] [[-RemotePort] \u003cstring\u003e] [[-Protocol] \u003cstring\u003e] [-Weight] \u003cint\u003e [-Stateful \u003cbool\u003e] [-IdleSessionTimeout \u003cint\u003e] [-IsolationID \u003cint\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMNetworkAdapterRoutingDomainMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-RoutingDomainID] \u003cguid\u003e [-RoutingDomainName] \u003cstring\u003e [-IsolationID] \u003cint[]\u003e [[-IsolationName] \u003cstring[]\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-RoutingDomainID] \u003cguid\u003e [-RoutingDomainName] \u003cstring\u003e [-IsolationID] \u003cint[]\u003e [[-IsolationName] \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-RoutingDomainID] \u003cguid\u003e [-RoutingDomainName] \u003cstring\u003e [-IsolationID] \u003cint[]\u003e [[-IsolationName] \u003cstring[]\u003e] -ManagementOS [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-RoutingDomainID] \u003cguid\u003e [-RoutingDomainName] \u003cstring\u003e [-IsolationID] \u003cint[]\u003e [[-IsolationName] \u003cstring[]\u003e] [-Passthru] [-VMNetworkAdapterName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMRemoteFx3dVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMScsiController", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMStoragePath", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-ResourcePoolName] \u003cstring[]\u003e [-ResourcePoolType] \u003cVMResourcePoolType\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMSwitch", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-ResourcePoolName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ResourcePoolName] \u003cstring[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMSwitchExtensionPortFeature", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e -VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e -VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS -VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ExternalPort -VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-SwitchName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e -VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMSwitchExtensionSwitchFeature", - "CommandType": "Cmdlet", - "ParameterSets": "[-SwitchName] \u003cstring[]\u003e -VMSwitchExtensionFeature \u003cVMSwitchExtensionSwitchFeature[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e -VMSwitchExtensionFeature \u003cVMSwitchExtensionSwitchFeature[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VMSwitchTeamMember", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMSwitchName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterName \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitchName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterInterfaceDescription \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterInterfaceDescription \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterName \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Checkpoint-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-SnapshotName] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-SnapshotName] \u003cstring\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Compare-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-DestinationHost] \u003cstring\u003e [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-DestinationCredential \u003cpscredential\u003e] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-DestinationCimSession] \u003cCimSession\u003e [-CimSession \u003cCimSession[]\u003e] [-AsJob] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-DestinationCimSession] \u003cCimSession\u003e -VirtualMachinePath \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-AsJob] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Register] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e [[-VhdDestinationPath] \u003cstring\u003e] -Copy [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-AsJob] [-VhdSourcePath \u003cstring\u003e] [-GenerateNewId] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-DestinationHost] \u003cstring\u003e [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-AsJob] [-DestinationCredential \u003cpscredential\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationHost] \u003cstring\u003e [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-AsJob] [-DestinationCredential \u003cpscredential\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationCimSession] \u003cCimSession\u003e -VirtualMachinePath \u003cstring\u003e [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-AsJob] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CompatibilityReport] \u003cVMCompatibilityReport\u003e [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationCimSession] \u003cCimSession\u003e [-AsJob] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationHost] \u003cstring\u003e [-AsJob] [-DestinationCredential \u003cpscredential\u003e] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Complete-VMFailover", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Connect-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] [-SwitchName] \u003cstring\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter[]\u003e [-SwitchName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter[]\u003e [-VMSwitch] \u003cVMSwitch\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter[]\u003e -UseAutomaticConnection [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] [-VMSwitch] \u003cVMSwitch\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] -UseAutomaticConnection [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Connect-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e -WorldWideNodeName \u003cstring[]\u003e -WorldWidePortName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -HostBusAdapter \u003cciminstance[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Convert-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-DestinationPath] \u003cstring\u003e [-VHDType \u003cVhdType\u003e] [-ParentPath \u003cstring\u003e] [-BlockSizeBytes \u003cuint32\u003e] [-DeleteSource] [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Copy-VMFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-SourcePath] \u003cstring\u003e [-DestinationPath] \u003cstring\u003e -FileSource \u003cCopyFileSourceType\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-CreateFullPath] [-Force] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-SourcePath] \u003cstring\u003e [-DestinationPath] \u003cstring\u003e -FileSource \u003cCopyFileSourceType\u003e [-CreateFullPath] [-Force] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Debug-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [-AsJob] [-Passthru] [-InjectNonMaskableInterrupt] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Force] [-AsJob] [-Passthru] [-InjectNonMaskableInterrupt] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMConsoleSupport", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMEventing", - "CommandType": "Cmdlet", - "ParameterSets": "[-Force] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMIntegrationService", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMIntegrationService] \u003cVMIntegrationComponent[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMMigration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMRemoteFXPhysicalVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-GPU] \u003cVMRemoteFXPhysicalVideoAdapter[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMResourceMetering", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-ResourcePoolName] \u003cstring\u003e [[-ResourcePoolType] \u003cVMResourcePoolType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMSwitchExtension", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-VMSwitchName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-VMSwitch] \u003cVMSwitch[]\u003e [\u003cCommonParameters\u003e] [-VMSwitchExtension] \u003cVMSwitchExtension[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-VMTPM", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disconnect-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disconnect-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e -WorldWideNodeName \u003cstring[]\u003e -WorldWidePortName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -HostBusAdapter \u003cciminstance[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Dismount-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-SnapshotId \u003cguid\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-DiskNumber] \u003cuint32\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Dismount-VMHostAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "[[-InstancePath] \u003cstring\u003e] [[-LocationPath] \u003cstring\u003e] [-Force] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMConsoleSupport", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMEventing", - "CommandType": "Cmdlet", - "ParameterSets": "[-Force] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMIntegrationService", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMIntegrationService] \u003cVMIntegrationComponent[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMMigration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMRemoteFXPhysicalVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-GPU] \u003cVMRemoteFXPhysicalVideoAdapter[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-ReplicaServerName] \u003cstring\u003e [-ReplicaServerPort] \u003cint\u003e [-AuthenticationType] \u003cReplicationAuthenticationType\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-CertificateThumbprint \u003cstring\u003e] [-CompressionEnabled \u003cbool\u003e] [-ReplicateHostKvpItems \u003cbool\u003e] [-BypassProxyServer \u003cbool\u003e] [-EnableWriteOrderPreservationAcrossDisks \u003cbool\u003e] [-VSSSnapshotFrequencyHour \u003cint\u003e] [-RecoveryHistory \u003cint\u003e] [-ReplicationFrequencySec \u003cint\u003e] [-ExcludedVhd \u003cHardDiskDrive[]\u003e] [-ExcludedVhdPath \u003cstring[]\u003e] [-AutoResynchronizeEnabled \u003cbool\u003e] [-AutoResynchronizeIntervalStart \u003ctimespan\u003e] [-AutoResynchronizeIntervalEnd \u003ctimespan\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsReplica] [-AllowedPrimaryServer \u003cstring\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ReplicaServerName] \u003cstring\u003e [-ReplicaServerPort] \u003cint\u003e [-AuthenticationType] \u003cReplicationAuthenticationType\u003e [-Credential \u003cpscredential[]\u003e] [-CertificateThumbprint \u003cstring\u003e] [-CompressionEnabled \u003cbool\u003e] [-ReplicateHostKvpItems \u003cbool\u003e] [-BypassProxyServer \u003cbool\u003e] [-EnableWriteOrderPreservationAcrossDisks \u003cbool\u003e] [-VSSSnapshotFrequencyHour \u003cint\u003e] [-RecoveryHistory \u003cint\u003e] [-ReplicationFrequencySec \u003cint\u003e] [-ExcludedVhd \u003cHardDiskDrive[]\u003e] [-ExcludedVhdPath \u003cstring[]\u003e] [-AutoResynchronizeEnabled \u003cbool\u003e] [-AutoResynchronizeIntervalStart \u003ctimespan\u003e] [-AutoResynchronizeIntervalEnd \u003ctimespan\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Credential \u003cpscredential[]\u003e] [-AsReplica] [-AllowedPrimaryServer \u003cstring\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMResourceMetering", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-ResourcePoolName] \u003cstring\u003e [[-ResourcePoolType] \u003cVMResourcePoolType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMSwitchExtension", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-VMSwitchName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-VMSwitch] \u003cVMSwitch[]\u003e [\u003cCommonParameters\u003e] [-VMSwitchExtension] \u003cVMSwitchExtension[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-VMTPM", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-Path] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-CaptureLiveState \u003cCaptureLiveState\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Path] \u003cstring\u003e [-AsJob] [-Passthru] [-CaptureLiveState \u003cCaptureLiveState\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-VMSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-Path] \u003cstring\u003e -VMName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Path] \u003cstring\u003e -Name \u003cstring[]\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot[]\u003e [-Path] \u003cstring\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-DiskNumber] \u003cuint32\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMId] \u003cguid[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VHDSet", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-GetAllPaths] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VHDSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-GetParentPaths] [-SnapshotId \u003cguid[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [[-Id] \u003cguid\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-ClusterObject] \u003cClusterObject\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMBios", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMComPort", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Number] \u003cint\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Number] \u003cint\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [[-Number] \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMConnectAccess", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-UserName \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMId] \u003cguid[]\u003e [-UserName \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMDvdDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [\u003cCommonParameters\u003e] [-VMDriveController] \u003cVMDriveController[]\u003e [-ControllerLocation \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMFibreChannelHba", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMFirmware", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMFloppyDiskDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMGpuPartitionAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AdapterId \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AdapterId \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [[-Id] \u003cguid\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHardDiskDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [-ControllerType \u003cControllerType\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [-ControllerType \u003cControllerType\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [-ControllerType \u003cControllerType\u003e] [\u003cCommonParameters\u003e] [-VMDriveController] \u003cVMDriveController[]\u003e [-ControllerLocation \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHost", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHostAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHostCluster", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClusterName] \u003cstring[]\u003e [[-Credential] \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHostNumaNode", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Id \u003cint\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Id \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHostNumaNodeStatus", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Id \u003cint\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Id \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMHostSupportedVersion", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Default] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Default] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMIdeController", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ControllerNumber] \u003cint\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ControllerNumber] \u003cint\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [[-ControllerNumber] \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMIntegrationService", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Name] \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [[-Name] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMKeyProtector", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMKeyStorageDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ControllerLocation \u003cint\u003e] [-ControllerNumber \u003cint\u003e] [\u003cCommonParameters\u003e] [-VMDriveController] \u003cVMDriveController[]\u003e [-ControllerLocation \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMMemory", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMMigrationNetwork", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Subnet] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Priority \u003cuint32[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring\u003e] [-IsLegacy \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Name] \u003cstring\u003e] [-IsLegacy \u003cbool\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-SwitchName \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] -All [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [[-Name] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterAcl", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterExtendedAcl", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterFailoverConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterIsolation", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterRoutingDomainMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [\u003cCommonParameters\u003e] -ManagementOS [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterTeamMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-Passthru] [\u003cCommonParameters\u003e] -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-SwitchName \u003cstring\u003e] [-Passthru] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase\u003e [-Passthru] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-Name \u003cstring\u003e] [-Passthru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMNetworkAdapterVlan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMPartitionableGpu", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Name \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMProcessor", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMRemoteFx3dVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMRemoteFXPhysicalVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ReplicaServerName \u003cstring\u003e] [-PrimaryServerName \u003cstring\u003e] [-ReplicationState \u003cVMReplicationState\u003e] [-ReplicationHealth \u003cVMReplicationHealthState\u003e] [-ReplicationMode \u003cVMReplicationMode\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-TrustGroup \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMReplicationAuthorizationEntry", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AllowedPrimaryServer] \u003cstring\u003e] [-ReplicaStorageLocation \u003cstring\u003e] [-TrustGroup \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMReplicationServer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMResourcePool", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [[-ResourcePoolType] \u003cVMResourcePoolType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMScsiController", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ControllerNumber] \u003cint\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [[-ControllerNumber] \u003cint\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ControllerNumber] \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSecurity", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-SnapshotType \u003cSnapshotType\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Name] \u003cstring\u003e] [-SnapshotType \u003cSnapshotType\u003e] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] -ParentOf \u003cVirtualMachineBase\u003e [-SnapshotType \u003cSnapshotType\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] -ChildOf \u003cVMSnapshot\u003e [-SnapshotType \u003cSnapshotType\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMStoragePath", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cstring[]\u003e] [-ResourcePoolName] \u003cstring[]\u003e [-ResourcePoolType] \u003cVMResourcePoolType\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitch", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [[-ResourcePoolName] \u003cstring[]\u003e] [-SwitchType \u003cVMSwitchType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [[-Id] \u003cguid[]\u003e] [[-ResourcePoolName] \u003cstring[]\u003e] [-SwitchType \u003cVMSwitchType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitchExtension", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMSwitchName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [[-Name] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitchExtensionPortData", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -ExternalPort [-SwitchName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitchExtensionPortFeature", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -ExternalPort [-SwitchName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitchExtensionSwitchData", - "CommandType": "Cmdlet", - "ParameterSets": "[-SwitchName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitchExtensionSwitchFeature", - "CommandType": "Cmdlet", - "ParameterSets": "[-SwitchName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-Extension \u003cVMSwitchExtension[]\u003e] [-ExtensionName \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSwitchTeam", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [[-VMSwitch] \u003cVMSwitch[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSystemSwitchExtension", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSystemSwitchExtensionPortFeature", - "CommandType": "Cmdlet", - "ParameterSets": "[-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-ExtensionName \u003cstring[]\u003e] [-SystemSwitchExtension \u003cVMSystemSwitchExtension[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMSystemSwitchExtensionSwitchFeature", - "CommandType": "Cmdlet", - "ParameterSets": "[-FeatureName \u003cstring[]\u003e] [-FeatureId \u003cguid[]\u003e] [-ExtensionName \u003cstring[]\u003e] [-SystemSwitchExtension \u003cVMSystemSwitchExtension[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VMVideo", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Grant-VMConnectAccess", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-UserName] \u003cstring[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMId] \u003cguid[]\u003e [-UserName] \u003cstring[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Register] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e [[-VhdDestinationPath] \u003cstring\u003e] -Copy [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-VhdSourcePath \u003cstring\u003e] [-GenerateNewId] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CompatibilityReport] \u003cVMCompatibilityReport\u003e [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-VMInitialReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-Path] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Path] \u003cstring\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-Path] \u003cstring\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Measure-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Measure-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[[-VMName] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ReplicaServerName \u003cstring\u003e] [-PrimaryServerName \u003cstring\u003e] [-ReplicationState \u003cVMReplicationState\u003e] [-ReplicationHealth \u003cVMReplicationHealthState\u003e] [-ReplicationMode \u003cVMReplicationMode\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-TrustGroup \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Measure-VMResourcePool", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-ResourcePoolType] \u003cVMResourcePoolType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Merge-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [[-DestinationPath] \u003cstring\u003e] [-Force] [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Mount-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-NoDriveLetter] [-ReadOnly] [-SnapshotId \u003cguid\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Mount-VMHostAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "[[-HostAssignableDevice] \u003cVMHostAssignableDevice[]\u003e] [[-InstancePath] \u003cstring\u003e] [[-LocationPath] \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Move-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-DestinationHost] \u003cstring\u003e [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-DestinationCredential \u003cpscredential\u003e] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-DestinationCimSession] \u003cCimSession\u003e [-CimSession \u003cCimSession[]\u003e] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-DestinationCimSession] \u003cCimSession\u003e -VirtualMachinePath \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-DestinationHost] \u003cstring\u003e [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-DestinationCredential \u003cpscredential\u003e] [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CompatibilityReport] \u003cVMCompatibilityReport\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationCimSession] \u003cCimSession\u003e [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationHost] \u003cstring\u003e [-DestinationCredential \u003cpscredential\u003e] [-IncludeStorage] [-DestinationStoragePath \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationHost] \u003cstring\u003e [-DestinationCredential \u003cpscredential\u003e] [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationCimSession] \u003cCimSession\u003e -VirtualMachinePath \u003cstring\u003e [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Move-VMStorage", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-DestinationStoragePath] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AllowUnverifiedPaths] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AllowUnverifiedPaths] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-DestinationStoragePath] \u003cstring\u003e [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AllowUnverifiedPaths] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-VirtualMachinePath \u003cstring\u003e] [-SnapshotFilePath \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-Vhds \u003chashtable[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-RetainVhdCopiesOnSource] [-RemoveSourceUnmanagedVhds] [-AllowUnverifiedPaths] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VFD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-SizeBytes] \u003cuint64\u003e [-Dynamic] [-BlockSizeBytes \u003cuint32\u003e] [-LogicalSectorSizeBytes \u003cuint32\u003e] [-PhysicalSectorSizeBytes \u003cuint32\u003e] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e [-ParentPath] \u003cstring\u003e [[-SizeBytes] \u003cuint64\u003e] [-Differencing] [-BlockSizeBytes \u003cuint32\u003e] [-PhysicalSectorSizeBytes \u003cuint32\u003e] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e [-SizeBytes] \u003cuint64\u003e -Fixed [-BlockSizeBytes \u003cuint32\u003e] [-LogicalSectorSizeBytes \u003cuint32\u003e] [-PhysicalSectorSizeBytes \u003cuint32\u003e] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e -SourceDisk \u003cuint32\u003e -Fixed [-BlockSizeBytes \u003cuint32\u003e] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e -SourceDisk \u003cuint32\u003e -Dynamic [-BlockSizeBytes \u003cuint32\u003e] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [[-MemoryStartupBytes] \u003clong\u003e] [[-Generation] \u003cint16\u003e] [-BootDevice \u003cBootDevice\u003e] [-NoVHD] [-SwitchName \u003cstring\u003e] [-Path \u003cstring\u003e] [-Version \u003cversion\u003e] [-Prerelease] [-Experimental] [-Force] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] [[-MemoryStartupBytes] \u003clong\u003e] [[-Generation] \u003cint16\u003e] -NewVHDPath \u003cstring\u003e -NewVHDSizeBytes \u003cuint64\u003e [-BootDevice \u003cBootDevice\u003e] [-SwitchName \u003cstring\u003e] [-Path \u003cstring\u003e] [-Version \u003cversion\u003e] [-Prerelease] [-Experimental] [-Force] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] [[-MemoryStartupBytes] \u003clong\u003e] [[-Generation] \u003cint16\u003e] -VHDPath \u003cstring\u003e [-BootDevice \u003cBootDevice\u003e] [-SwitchName \u003cstring\u003e] [-Path \u003cstring\u003e] [-Version \u003cversion\u003e] [-Prerelease] [-Experimental] [-Force] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VMGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-GroupType] \u003cGroupType\u003e [[-Id] \u003cguid\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VMReplicationAuthorizationEntry", - "CommandType": "Cmdlet", - "ParameterSets": "[-AllowedPrimaryServer] \u003cstring\u003e [-ReplicaStorageLocation] \u003cstring\u003e [-TrustGroup] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VMResourcePool", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-ResourcePoolType] \u003cVMResourcePoolType[]\u003e [[-ParentName] \u003cstring[]\u003e] [[-Paths] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-CimSession \u003cCimSession\u003e] [-ComputerName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Note \u003cstring\u003e] [-HostBusAdapter \u003cciminstance[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -WorldWideNodeName \u003cstring[]\u003e -WorldWidePortName \u003cstring[]\u003e [-CimSession \u003cCimSession\u003e] [-ComputerName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Note \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VMSwitch", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e -NetAdapterName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AllowManagementOS \u003cbool\u003e] [-Notes \u003cstring\u003e] [-MinimumBandwidthMode \u003cVMSwitchBandwidthMode\u003e] [-EnableIov \u003cbool\u003e] [-EnablePacketDirect \u003cbool\u003e] [-EnableEmbeddedTeaming \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -NetAdapterInterfaceDescription \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AllowManagementOS \u003cbool\u003e] [-Notes \u003cstring\u003e] [-MinimumBandwidthMode \u003cVMSwitchBandwidthMode\u003e] [-EnableIov \u003cbool\u003e] [-EnablePacketDirect \u003cbool\u003e] [-EnableEmbeddedTeaming \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -SwitchType \u003cVMSwitchType\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Notes \u003cstring\u003e] [-MinimumBandwidthMode \u003cVMSwitchBandwidthMode\u003e] [-EnableIov \u003cbool\u003e] [-EnablePacketDirect \u003cbool\u003e] [-EnableEmbeddedTeaming \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Optimize-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Mode \u003cVhdCompactMode\u003e] [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Optimize-VHDSet", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VHDSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e -SnapshotId \u003cguid[]\u003e [-PersistReferencePoint] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VHDSnapshot] \u003cVHDSnapshotInfo[]\u003e [-PersistReferencePoint] [-AsJob] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-InstancePath \u003cstring\u003e] [-LocationPath \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMAssignableDevice] \u003cVMAssignedDevice[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMDvdDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-ControllerNumber] \u003cint\u003e [-ControllerLocation] \u003cint\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMDvdDrive] \u003cDvdDrive[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMFibreChannelHba", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMFibreChannelHba] \u003cVMFibreChannelHba[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring\u003e [-WorldWideNodeNameSetA] \u003cstring\u003e [-WorldWidePortNameSetA] \u003cstring\u003e [-WorldWideNodeNameSetB] \u003cstring\u003e [-WorldWidePortNameSetB] \u003cstring\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMGpuPartitionAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-AdapterId \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-AdapterId \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGpuPartitionAdapter] \u003cVMGpuPartitionAdapter[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [\u003cCommonParameters\u003e] [-VMGroup] \u003cVMGroup\u003e [-Force] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMGroupMember", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-VM] \u003cVirtualMachine[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-VMGroupMember] \u003cVMGroup[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-VMGroupMember] \u003cVMGroup[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-VM] \u003cVirtualMachine[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGroup] \u003cVMGroup\u003e [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGroup] \u003cVMGroup\u003e [-VMGroupMember] \u003cVMGroup[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMHardDiskDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-ControllerType] \u003cControllerType\u003e [-ControllerNumber] \u003cint\u003e [-ControllerLocation] \u003cint\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMHardDiskDrive] \u003cHardDiskDrive[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMHostAssignableDevice", - "CommandType": "Cmdlet", - "ParameterSets": "-ResourcePoolName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-InstancePath \u003cstring\u003e] [-LocationPath \u003cstring\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMHostAssignableDevice] \u003cVMHostAssignableDevice[]\u003e -ResourcePoolName \u003cstring[]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMKeyStorageDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMKeyStorageDrive] \u003cKeyStorageDrive[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMMigrationNetwork", - "CommandType": "Cmdlet", - "ParameterSets": "[-Subnet] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-SwitchName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Name \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMNetworkAdapterAcl", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e -Action \u003cVMNetworkAdapterAclAction\u003e -Direction \u003cVMNetworkAdapterAclDirection\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-LocalIPAddress \u003cstring[]\u003e] [-LocalMacAddress \u003cstring[]\u003e] [-RemoteIPAddress \u003cstring[]\u003e] [-RemoteMacAddress \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cVMNetworkAdapterAclSetting[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMNetworkAdapterExtendedAcl", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e -Weight \u003cint\u003e -Direction \u003cVMNetworkAdapterExtendedAclDirection\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e -Weight \u003cint\u003e -Direction \u003cVMNetworkAdapterExtendedAclDirection\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS -Weight \u003cint\u003e -Direction \u003cVMNetworkAdapterExtendedAclDirection\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e -Weight \u003cint\u003e -Direction \u003cVMNetworkAdapterExtendedAclDirection\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cVMNetworkAdapterExtendedAclSetting[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMNetworkAdapterRoutingDomainMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cVMNetworkAdapterRoutingDomainSetting[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMNetworkAdapterTeamMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-SwitchName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-Name \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMRemoteFx3dVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMRemoteFx3dVideoAdapter] \u003cVMRemoteFx3DVideoAdapter[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMReplicationAuthorizationEntry", - "CommandType": "Cmdlet", - "ParameterSets": "[-AllowedPrimaryServer] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TrustGroup] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplicationAuthorizationEntry] \u003cVMReplicationAuthorizationEntry[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMResourcePool", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-ResourcePoolType] \u003cVMResourcePoolType[]\u003e [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-ResourcePoolType] \u003cVMResourcePoolType[]\u003e [-CimSession \u003cCimSession[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-Passthru] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSavedState", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMScsiController", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-ControllerNumber] \u003cint\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMScsiController] \u003cVMScsiController[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-IncludeAllChildSnapshots] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Name] \u003cstring[]\u003e] [-IncludeAllChildSnapshots] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot[]\u003e [-IncludeAllChildSnapshots] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMStoragePath", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-ResourcePoolName] \u003cstring[]\u003e [-ResourcePoolType] \u003cVMResourcePoolType\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSwitch", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-ResourcePoolName] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [[-ResourcePoolName] \u003cstring[]\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSwitchExtensionPortFeature", - "CommandType": "Cmdlet", - "ParameterSets": "-VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-Passthru] [-VMName \u003cstring[]\u003e] [-VMNetworkAdapter \u003cVMNetworkAdapterBase[]\u003e] [-ManagementOS] [-ExternalPort] [-SwitchName \u003cstring\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-ComputerName \u003cstring[]\u003e] [-VM \u003cVirtualMachine[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSwitchExtensionSwitchFeature", - "CommandType": "Cmdlet", - "ParameterSets": "-VMSwitchExtensionFeature \u003cVMSwitchExtensionSwitchFeature[]\u003e [-Passthru] [-ComputerName \u003cstring[]\u003e] [-SwitchName \u003cstring[]\u003e] [-VMSwitch \u003cVMSwitch[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VMSwitchTeamMember", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMSwitchName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterName \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitchName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterInterfaceDescription \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterInterfaceDescription \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterName \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-NewName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VMGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cguid\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGroup] \u003cVMGroup[]\u003e [-NewName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Name] \u003cstring\u003e] [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-NewName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] [-NewName] \u003cstring\u003e -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Name] \u003cstring\u003e] [-NewName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VMResourcePool", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-ResourcePoolType] \u003cVMResourcePoolType\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-Passthru] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-Passthru] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VMSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-VMName] \u003cstring\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [-NewName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-NewName] \u003cstring\u003e -Name \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-VMSwitch", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch\u003e [-NewName] \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Repair-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-CompatibilityReport] \u003cVMCompatibilityReport\u003e [-SnapshotFilePath \u003cstring\u003e] [-Path \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-VMReplicationStatistics", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-VMResourceMetering", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-ResourcePoolName] \u003cstring\u003e [[-ResourcePoolType] \u003cVMResourcePoolType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resize-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-SizeBytes] \u003cuint64\u003e [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e -ToMinimumSize [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restart-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e -Wait [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [-AsJob] [-Passthru] [-For \u003cWaitVMTypes\u003e] [-Delay \u003cuint16\u003e] [-Timeout \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e -Wait [-Force] [-AsJob] [-Passthru] [-For \u003cWaitVMTypes\u003e] [-Delay \u003cuint16\u003e] [-Timeout \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restore-VMSnapshot", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSnapshot] \u003cVMSnapshot\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e -Name \u003cstring\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resume-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resume-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-ResynchronizeStartTime \u003cdatetime\u003e] [-Resynchronize] [-AsJob] [-Continue] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-ResynchronizeStartTime \u003cdatetime\u003e] [-Resynchronize] [-AsJob] [-Continue] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-ResynchronizeStartTime \u003cdatetime\u003e] [-Resynchronize] [-AsJob] [-Continue] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Revoke-VMConnectAccess", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-UserName] \u003cstring[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMId] \u003cguid[]\u003e [-UserName] \u003cstring[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Save-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-ParentPath] \u003cstring\u003e [-LeafPath \u003cstring\u003e] [-IgnoreIdMismatch] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e -PhysicalSectorSizeBytes \u003cuint32\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e -ResetDiskIdentifier [-Force] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-GuestControlledCacheTypes \u003cbool\u003e] [-LowMemoryMappedIoSpace \u003cuint32\u003e] [-HighMemoryMappedIoSpace \u003cuint64\u003e] [-ProcessorCount \u003clong\u003e] [-DynamicMemory] [-StaticMemory] [-MemoryMinimumBytes \u003clong\u003e] [-MemoryMaximumBytes \u003clong\u003e] [-MemoryStartupBytes \u003clong\u003e] [-AutomaticStartAction \u003cStartAction\u003e] [-AutomaticStopAction \u003cStopAction\u003e] [-AutomaticStartDelay \u003cint\u003e] [-AutomaticCriticalErrorAction \u003cCriticalErrorAction\u003e] [-AutomaticCriticalErrorActionTimeout \u003cint\u003e] [-LockOnDisconnect \u003cOnOffState\u003e] [-Notes \u003cstring\u003e] [-NewVMName \u003cstring\u003e] [-SnapshotFileLocation \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-CheckpointType \u003cCheckpointType\u003e] [-Passthru] [-AllowUnverifiedPaths] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-GuestControlledCacheTypes \u003cbool\u003e] [-LowMemoryMappedIoSpace \u003cuint32\u003e] [-HighMemoryMappedIoSpace \u003cuint64\u003e] [-ProcessorCount \u003clong\u003e] [-DynamicMemory] [-StaticMemory] [-MemoryMinimumBytes \u003clong\u003e] [-MemoryMaximumBytes \u003clong\u003e] [-MemoryStartupBytes \u003clong\u003e] [-AutomaticStartAction \u003cStartAction\u003e] [-AutomaticStopAction \u003cStopAction\u003e] [-AutomaticStartDelay \u003cint\u003e] [-AutomaticCriticalErrorAction \u003cCriticalErrorAction\u003e] [-AutomaticCriticalErrorActionTimeout \u003cint\u003e] [-LockOnDisconnect \u003cOnOffState\u003e] [-Notes \u003cstring\u003e] [-NewVMName \u003cstring\u003e] [-SnapshotFileLocation \u003cstring\u003e] [-SmartPagingFilePath \u003cstring\u003e] [-CheckpointType \u003cCheckpointType\u003e] [-Passthru] [-AllowUnverifiedPaths] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMBios", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-DisableNumLock] [-EnableNumLock] [-StartupOrder \u003cBootDevice[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-DisableNumLock] [-EnableNumLock] [-StartupOrder \u003cBootDevice[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMBios] \u003cVMBios[]\u003e [-DisableNumLock] [-EnableNumLock] [-StartupOrder \u003cBootDevice[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMComPort", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-Number] \u003cint\u003e [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-DebuggerMode \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Path] \u003cstring\u003e] -Number \u003cint\u003e [-DebuggerMode \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMComPort] \u003cVMComPort[]\u003e [[-Path] \u003cstring\u003e] [-DebuggerMode \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMDvdDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ToControllerNumber \u003cint\u003e] [-ToControllerLocation \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMDvdDrive] \u003cDvdDrive[]\u003e [[-Path] \u003cstring\u003e] [-ToControllerNumber \u003cint\u003e] [-ToControllerLocation \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMFibreChannelHba", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-WorldWideNodeNameSetA] \u003cstring\u003e [-WorldWidePortNameSetA] \u003cstring\u003e [-WorldWideNodeNameSetB] \u003cstring\u003e [-WorldWidePortNameSetB] \u003cstring\u003e -SanName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring\u003e [-WorldWideNodeNameSetA] \u003cstring\u003e [-WorldWidePortNameSetA] \u003cstring\u003e [-WorldWideNodeNameSetB] \u003cstring\u003e [-WorldWidePortNameSetB] \u003cstring\u003e -GenerateWwn [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring\u003e [-WorldWideNodeNameSetA] \u003cstring\u003e [-WorldWidePortNameSetA] \u003cstring\u003e [-WorldWideNodeNameSetB] \u003cstring\u003e [-WorldWidePortNameSetB] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-NewWorldWideNodeNameSetA \u003cstring\u003e] [-NewWorldWidePortNameSetA \u003cstring\u003e] [-NewWorldWideNodeNameSetB \u003cstring\u003e] [-NewWorldWidePortNameSetB \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMFibreChannelHba] \u003cVMFibreChannelHba\u003e -GenerateWwn [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMFibreChannelHba] \u003cVMFibreChannelHba\u003e [-NewWorldWideNodeNameSetA \u003cstring\u003e] [-NewWorldWidePortNameSetA \u003cstring\u003e] [-NewWorldWideNodeNameSetB \u003cstring\u003e] [-NewWorldWidePortNameSetB \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMFibreChannelHba] \u003cVMFibreChannelHba\u003e -SanName \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMFirmware", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-BootOrder \u003cVMComponentObject[]\u003e] [-FirstBootDevice \u003cVMComponentObject\u003e] [-EnableSecureBoot \u003cOnOffState\u003e] [-SecureBootTemplate \u003cstring\u003e] [-SecureBootTemplateId \u003cguid\u003e] [-PreferredNetworkBootProtocol \u003cIPProtocolPreference\u003e] [-ConsoleMode \u003cConsoleModeType\u003e] [-PauseAfterBootFailure \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-BootOrder \u003cVMComponentObject[]\u003e] [-FirstBootDevice \u003cVMComponentObject\u003e] [-EnableSecureBoot \u003cOnOffState\u003e] [-SecureBootTemplate \u003cstring\u003e] [-SecureBootTemplateId \u003cguid\u003e] [-PreferredNetworkBootProtocol \u003cIPProtocolPreference\u003e] [-ConsoleMode \u003cConsoleModeType\u003e] [-PauseAfterBootFailure \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMFirmware] \u003cVMFirmware[]\u003e [-BootOrder \u003cVMComponentObject[]\u003e] [-FirstBootDevice \u003cVMComponentObject\u003e] [-EnableSecureBoot \u003cOnOffState\u003e] [-SecureBootTemplate \u003cstring\u003e] [-SecureBootTemplateId \u003cguid\u003e] [-PreferredNetworkBootProtocol \u003cIPProtocolPreference\u003e] [-ConsoleMode \u003cConsoleModeType\u003e] [-PauseAfterBootFailure \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMFloppyDiskDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-Path] \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMFloppyDiskDrive] \u003cVMFloppyDiskDrive[]\u003e [[-Path] \u003cstring\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMGpuPartitionAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-AdapterId \u003cstring\u003e] [-MinPartitionVRAM \u003cuint64\u003e] [-MaxPartitionVRAM \u003cuint64\u003e] [-OptimalPartitionVRAM \u003cuint64\u003e] [-MinPartitionEncode \u003cuint64\u003e] [-MaxPartitionEncode \u003cuint64\u003e] [-OptimalPartitionEncode \u003cuint64\u003e] [-MinPartitionDecode \u003cuint64\u003e] [-MaxPartitionDecode \u003cuint64\u003e] [-OptimalPartitionDecode \u003cuint64\u003e] [-MinPartitionCompute \u003cuint64\u003e] [-MaxPartitionCompute \u003cuint64\u003e] [-OptimalPartitionCompute \u003cuint64\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-AdapterId \u003cstring\u003e] [-MinPartitionVRAM \u003cuint64\u003e] [-MaxPartitionVRAM \u003cuint64\u003e] [-OptimalPartitionVRAM \u003cuint64\u003e] [-MinPartitionEncode \u003cuint64\u003e] [-MaxPartitionEncode \u003cuint64\u003e] [-OptimalPartitionEncode \u003cuint64\u003e] [-MinPartitionDecode \u003cuint64\u003e] [-MaxPartitionDecode \u003cuint64\u003e] [-OptimalPartitionDecode \u003cuint64\u003e] [-MinPartitionCompute \u003cuint64\u003e] [-MaxPartitionCompute \u003cuint64\u003e] [-OptimalPartitionCompute \u003cuint64\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMGpuPartitionAdapter] \u003cVMGpuPartitionAdapter[]\u003e [-Passthru] [-MinPartitionVRAM \u003cuint64\u003e] [-MaxPartitionVRAM \u003cuint64\u003e] [-OptimalPartitionVRAM \u003cuint64\u003e] [-MinPartitionEncode \u003cuint64\u003e] [-MaxPartitionEncode \u003cuint64\u003e] [-OptimalPartitionEncode \u003cuint64\u003e] [-MinPartitionDecode \u003cuint64\u003e] [-MaxPartitionDecode \u003cuint64\u003e] [-OptimalPartitionDecode \u003cuint64\u003e] [-MinPartitionCompute \u003cuint64\u003e] [-MaxPartitionCompute \u003cuint64\u003e] [-OptimalPartitionCompute \u003cuint64\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMHardDiskDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [[-ControllerType] \u003cControllerType\u003e] [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ToControllerType \u003cControllerType\u003e] [-ToControllerNumber \u003cint\u003e] [-ToControllerLocation \u003cint\u003e] [-DiskNumber \u003cuint32\u003e] [-ResourcePoolName \u003cstring\u003e] [-SupportPersistentReservations \u003cbool\u003e] [-AllowUnverifiedPaths] [-MaximumIOPS \u003cuint64\u003e] [-MinimumIOPS \u003cuint64\u003e] [-QoSPolicyID \u003cstring\u003e] [-QoSPolicy \u003cciminstance\u003e] [-Passthru] [-OverrideCacheAttributes \u003cCacheAttributes\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMHardDiskDrive] \u003cHardDiskDrive[]\u003e [[-Path] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ToControllerType \u003cControllerType\u003e] [-ToControllerNumber \u003cint\u003e] [-ToControllerLocation \u003cint\u003e] [-DiskNumber \u003cuint32\u003e] [-ResourcePoolName \u003cstring\u003e] [-SupportPersistentReservations \u003cbool\u003e] [-AllowUnverifiedPaths] [-MaximumIOPS \u003cuint64\u003e] [-MinimumIOPS \u003cuint64\u003e] [-QoSPolicyID \u003cstring\u003e] [-QoSPolicy \u003cciminstance\u003e] [-Passthru] [-OverrideCacheAttributes \u003cCacheAttributes\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMHost", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-MaximumStorageMigrations \u003cuint32\u003e] [-MaximumVirtualMachineMigrations \u003cuint32\u003e] [-VirtualMachineMigrationAuthenticationType \u003cMigrationAuthenticationType\u003e] [-UseAnyNetworkForMigration \u003cbool\u003e] [-VirtualMachineMigrationPerformanceOption \u003cVMMigrationPerformance\u003e] [-ResourceMeteringSaveInterval \u003ctimespan\u003e] [-VirtualHardDiskPath \u003cstring\u003e] [-VirtualMachinePath \u003cstring\u003e] [-MacAddressMaximum \u003cstring\u003e] [-MacAddressMinimum \u003cstring\u003e] [-FibreChannelWwnn \u003cstring\u003e] [-FibreChannelWwpnMaximum \u003cstring\u003e] [-FibreChannelWwpnMinimum \u003cstring\u003e] [-NumaSpanningEnabled \u003cbool\u003e] [-EnableEnhancedSessionMode \u003cbool\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-MaximumStorageMigrations \u003cuint32\u003e] [-MaximumVirtualMachineMigrations \u003cuint32\u003e] [-VirtualMachineMigrationAuthenticationType \u003cMigrationAuthenticationType\u003e] [-UseAnyNetworkForMigration \u003cbool\u003e] [-VirtualMachineMigrationPerformanceOption \u003cVMMigrationPerformance\u003e] [-ResourceMeteringSaveInterval \u003ctimespan\u003e] [-VirtualHardDiskPath \u003cstring\u003e] [-VirtualMachinePath \u003cstring\u003e] [-MacAddressMaximum \u003cstring\u003e] [-MacAddressMinimum \u003cstring\u003e] [-FibreChannelWwnn \u003cstring\u003e] [-FibreChannelWwpnMaximum \u003cstring\u003e] [-FibreChannelWwpnMinimum \u003cstring\u003e] [-NumaSpanningEnabled \u003cbool\u003e] [-EnableEnhancedSessionMode \u003cbool\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMHostCluster", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClusterName] \u003cstring[]\u003e [[-Credential] \u003cpscredential[]\u003e] [-SharedStoragePath \u003cstring\u003e] [-Passthru] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-SharedStoragePath \u003cstring\u003e] [-Passthru] [\u003cCommonParameters\u003e] [-InputObject] \u003cVMHostCluster[]\u003e [-SharedStoragePath \u003cstring\u003e] [-Passthru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMKeyProtector", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-KeyProtector \u003cbyte[]\u003e] [-NewLocalKeyProtector] [-RestoreLastKnownGoodKeyProtector] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-KeyProtector \u003cbyte[]\u003e] [-NewLocalKeyProtector] [-RestoreLastKnownGoodKeyProtector] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMKeyStorageDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [[-ControllerNumber] \u003cint\u003e] [[-ControllerLocation] \u003cint\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ToControllerNumber \u003cint\u003e] [-ToControllerLocation \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMKeyStorageDrive] \u003cKeyStorageDrive[]\u003e [-ToControllerNumber \u003cint\u003e] [-ToControllerLocation \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-AllowUnverifiedPaths] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMMemory", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Buffer \u003cint\u003e] [-DynamicMemoryEnabled \u003cbool\u003e] [-MaximumBytes \u003clong\u003e] [-StartupBytes \u003clong\u003e] [-MinimumBytes \u003clong\u003e] [-Priority \u003cint\u003e] [-MaximumAmountPerNumaNodeBytes \u003clong\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Buffer \u003cint\u003e] [-DynamicMemoryEnabled \u003cbool\u003e] [-MaximumBytes \u003clong\u003e] [-StartupBytes \u003clong\u003e] [-MinimumBytes \u003clong\u003e] [-Priority \u003cint\u003e] [-MaximumAmountPerNumaNodeBytes \u003clong\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMMemory] \u003cVMMemory[]\u003e [-Buffer \u003cint\u003e] [-DynamicMemoryEnabled \u003cbool\u003e] [-MaximumBytes \u003clong\u003e] [-StartupBytes \u003clong\u003e] [-MinimumBytes \u003clong\u003e] [-Priority \u003cint\u003e] [-MaximumAmountPerNumaNodeBytes \u003clong\u003e] [-ResourcePoolName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMMigrationNetwork", - "CommandType": "Cmdlet", - "ParameterSets": "[-Subnet] \u003cstring\u003e [[-NewSubnet] \u003cstring\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-NewPriority \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Subnet] \u003cstring\u003e [[-NewSubnet] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-NewPriority \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-DynamicMacAddress] [-StaticMacAddress \u003cstring\u003e] [-MacAddressSpoofing \u003cOnOffState\u003e] [-DhcpGuard \u003cOnOffState\u003e] [-RouterGuard \u003cOnOffState\u003e] [-PortMirroring \u003cVMNetworkAdapterPortMirroringMode\u003e] [-IeeePriorityTag \u003cOnOffState\u003e] [-VmqWeight \u003cuint32\u003e] [-IovQueuePairsRequested \u003cuint32\u003e] [-IovInterruptModeration \u003cIovInterruptModerationValue\u003e] [-IovWeight \u003cuint32\u003e] [-IPsecOffloadMaximumSecurityAssociation \u003cuint32\u003e] [-MaximumBandwidth \u003clong\u003e] [-MinimumBandwidthAbsolute \u003clong\u003e] [-MinimumBandwidthWeight \u003cuint32\u003e] [-MandatoryFeatureId \u003cstring[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-TestReplicaPoolName \u003cstring\u003e] [-TestReplicaSwitchName \u003cstring\u003e] [-VirtualSubnetId \u003cuint32\u003e] [-AllowTeaming \u003cOnOffState\u003e] [-NotMonitoredInCluster \u003cbool\u003e] [-StormLimit \u003cuint32\u003e] [-DynamicIPAddressLimit \u003cuint32\u003e] [-DeviceNaming \u003cOnOffState\u003e] [-FixSpeed10G \u003cOnOffState\u003e] [-PacketDirectNumProcs \u003cuint32\u003e] [-PacketDirectModerationCount \u003cuint32\u003e] [-PacketDirectModerationInterval \u003cuint32\u003e] [-VrssEnabled \u003cbool\u003e] [-VmmqEnabled \u003cbool\u003e] [-VmmqQueuePairs \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-MacAddressSpoofing \u003cOnOffState\u003e] [-DhcpGuard \u003cOnOffState\u003e] [-RouterGuard \u003cOnOffState\u003e] [-PortMirroring \u003cVMNetworkAdapterPortMirroringMode\u003e] [-IeeePriorityTag \u003cOnOffState\u003e] [-VmqWeight \u003cuint32\u003e] [-IovQueuePairsRequested \u003cuint32\u003e] [-IovInterruptModeration \u003cIovInterruptModerationValue\u003e] [-IovWeight \u003cuint32\u003e] [-IPsecOffloadMaximumSecurityAssociation \u003cuint32\u003e] [-MaximumBandwidth \u003clong\u003e] [-MinimumBandwidthAbsolute \u003clong\u003e] [-MinimumBandwidthWeight \u003cuint32\u003e] [-MandatoryFeatureId \u003cstring[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-TestReplicaPoolName \u003cstring\u003e] [-TestReplicaSwitchName \u003cstring\u003e] [-VirtualSubnetId \u003cuint32\u003e] [-AllowTeaming \u003cOnOffState\u003e] [-NotMonitoredInCluster \u003cbool\u003e] [-StormLimit \u003cuint32\u003e] [-DynamicIPAddressLimit \u003cuint32\u003e] [-DeviceNaming \u003cOnOffState\u003e] [-FixSpeed10G \u003cOnOffState\u003e] [-PacketDirectNumProcs \u003cuint32\u003e] [-PacketDirectModerationCount \u003cuint32\u003e] [-PacketDirectModerationInterval \u003cuint32\u003e] [-VrssEnabled \u003cbool\u003e] [-VmmqEnabled \u003cbool\u003e] [-VmmqQueuePairs \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase\u003e [-DynamicMacAddress] [-StaticMacAddress \u003cstring\u003e] [-MacAddressSpoofing \u003cOnOffState\u003e] [-DhcpGuard \u003cOnOffState\u003e] [-RouterGuard \u003cOnOffState\u003e] [-PortMirroring \u003cVMNetworkAdapterPortMirroringMode\u003e] [-IeeePriorityTag \u003cOnOffState\u003e] [-VmqWeight \u003cuint32\u003e] [-IovQueuePairsRequested \u003cuint32\u003e] [-IovInterruptModeration \u003cIovInterruptModerationValue\u003e] [-IovWeight \u003cuint32\u003e] [-IPsecOffloadMaximumSecurityAssociation \u003cuint32\u003e] [-MaximumBandwidth \u003clong\u003e] [-MinimumBandwidthAbsolute \u003clong\u003e] [-MinimumBandwidthWeight \u003cuint32\u003e] [-MandatoryFeatureId \u003cstring[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-TestReplicaPoolName \u003cstring\u003e] [-TestReplicaSwitchName \u003cstring\u003e] [-VirtualSubnetId \u003cuint32\u003e] [-AllowTeaming \u003cOnOffState\u003e] [-NotMonitoredInCluster \u003cbool\u003e] [-StormLimit \u003cuint32\u003e] [-DynamicIPAddressLimit \u003cuint32\u003e] [-DeviceNaming \u003cOnOffState\u003e] [-FixSpeed10G \u003cOnOffState\u003e] [-PacketDirectNumProcs \u003cuint32\u003e] [-PacketDirectModerationCount \u003cuint32\u003e] [-PacketDirectModerationInterval \u003cuint32\u003e] [-VrssEnabled \u003cbool\u003e] [-VmmqEnabled \u003cbool\u003e] [-VmmqQueuePairs \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-Name \u003cstring\u003e] [-DynamicMacAddress] [-StaticMacAddress \u003cstring\u003e] [-MacAddressSpoofing \u003cOnOffState\u003e] [-DhcpGuard \u003cOnOffState\u003e] [-RouterGuard \u003cOnOffState\u003e] [-PortMirroring \u003cVMNetworkAdapterPortMirroringMode\u003e] [-IeeePriorityTag \u003cOnOffState\u003e] [-VmqWeight \u003cuint32\u003e] [-IovQueuePairsRequested \u003cuint32\u003e] [-IovInterruptModeration \u003cIovInterruptModerationValue\u003e] [-IovWeight \u003cuint32\u003e] [-IPsecOffloadMaximumSecurityAssociation \u003cuint32\u003e] [-MaximumBandwidth \u003clong\u003e] [-MinimumBandwidthAbsolute \u003clong\u003e] [-MinimumBandwidthWeight \u003cuint32\u003e] [-MandatoryFeatureId \u003cstring[]\u003e] [-ResourcePoolName \u003cstring\u003e] [-TestReplicaPoolName \u003cstring\u003e] [-TestReplicaSwitchName \u003cstring\u003e] [-VirtualSubnetId \u003cuint32\u003e] [-AllowTeaming \u003cOnOffState\u003e] [-NotMonitoredInCluster \u003cbool\u003e] [-StormLimit \u003cuint32\u003e] [-DynamicIPAddressLimit \u003cuint32\u003e] [-DeviceNaming \u003cOnOffState\u003e] [-FixSpeed10G \u003cOnOffState\u003e] [-PacketDirectNumProcs \u003cuint32\u003e] [-PacketDirectModerationCount \u003cuint32\u003e] [-PacketDirectModerationInterval \u003cuint32\u003e] [-VrssEnabled \u003cbool\u003e] [-VmmqEnabled \u003cbool\u003e] [-VmmqQueuePairs \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapterFailoverConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-IPv4Address \u003cstring\u003e] [-IPv6Address \u003cstring\u003e] [-IPv4SubnetMask \u003cstring\u003e] [-IPv6SubnetPrefixLength \u003cint\u003e] [-IPv4PreferredDNSServer \u003cstring\u003e] [-IPv4AlternateDNSServer \u003cstring\u003e] [-IPv6PreferredDNSServer \u003cstring\u003e] [-IPv6AlternateDNSServer \u003cstring\u003e] [-IPv4DefaultGateway \u003cstring\u003e] [-IPv6DefaultGateway \u003cstring\u003e] [-ClearFailoverIPv4Settings] [-ClearFailoverIPv6Settings] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter\u003e [-IPv4Address \u003cstring\u003e] [-IPv6Address \u003cstring\u003e] [-IPv4SubnetMask \u003cstring\u003e] [-IPv6SubnetPrefixLength \u003cint\u003e] [-IPv4PreferredDNSServer \u003cstring\u003e] [-IPv4AlternateDNSServer \u003cstring\u003e] [-IPv6PreferredDNSServer \u003cstring\u003e] [-IPv6AlternateDNSServer \u003cstring\u003e] [-IPv4DefaultGateway \u003cstring\u003e] [-IPv6DefaultGateway \u003cstring\u003e] [-ClearFailoverIPv4Settings] [-ClearFailoverIPv6Settings] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-IPv4Address \u003cstring\u003e] [-IPv6Address \u003cstring\u003e] [-IPv4SubnetMask \u003cstring\u003e] [-IPv6SubnetPrefixLength \u003cint\u003e] [-IPv4PreferredDNSServer \u003cstring\u003e] [-IPv4AlternateDNSServer \u003cstring\u003e] [-IPv6PreferredDNSServer \u003cstring\u003e] [-IPv6AlternateDNSServer \u003cstring\u003e] [-IPv4DefaultGateway \u003cstring\u003e] [-IPv6DefaultGateway \u003cstring\u003e] [-ClearFailoverIPv4Settings] [-ClearFailoverIPv6Settings] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapterIsolation", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-IsolationMode \u003cVMNetworkAdapterIsolationMode\u003e] [-AllowUntaggedTraffic \u003cbool\u003e] [-DefaultIsolationID \u003cint\u003e] [-MultiTenantStack \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-IsolationMode \u003cVMNetworkAdapterIsolationMode\u003e] [-AllowUntaggedTraffic \u003cbool\u003e] [-DefaultIsolationID \u003cint\u003e] [-MultiTenantStack \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-IsolationMode \u003cVMNetworkAdapterIsolationMode\u003e] [-AllowUntaggedTraffic \u003cbool\u003e] [-DefaultIsolationID \u003cint\u003e] [-MultiTenantStack \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-IsolationMode \u003cVMNetworkAdapterIsolationMode\u003e] [-AllowUntaggedTraffic \u003cbool\u003e] [-DefaultIsolationID \u003cint\u003e] [-MultiTenantStack \u003cOnOffState\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapterRdma", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-RdmaWeight \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-RdmaWeight \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase\u003e [-RdmaWeight \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e [-Name \u003cstring\u003e] [-RdmaWeight \u003cuint32\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapterRoutingDomainMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-NewRoutingDomainName \u003cstring\u003e] [-IsolationID \u003cint[]\u003e] [-IsolationName \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-NewRoutingDomainName \u003cstring\u003e] [-IsolationID \u003cint[]\u003e] [-IsolationName \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-NewRoutingDomainName \u003cstring\u003e] [-IsolationID \u003cint[]\u003e] [-IsolationName \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-RoutingDomainID \u003cguid\u003e] [-RoutingDomainName \u003cstring\u003e] [-NewRoutingDomainName \u003cstring\u003e] [-IsolationID \u003cint[]\u003e] [-IsolationName \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cVMNetworkAdapterRoutingDomainSetting\u003e [-NewRoutingDomainName \u003cstring\u003e] [-IsolationID \u003cint[]\u003e] [-IsolationName \u003cstring[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapterTeamMapping", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e -PhysicalNetAdapterName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS -PhysicalNetAdapterName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-SwitchName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase\u003e -PhysicalNetAdapterName \u003cstring\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e -PhysicalNetAdapterName \u003cstring\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMNetworkAdapterVlan", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Untagged] [-Access] [-VlanId \u003cint\u003e] [-Trunk] [-NativeVlanId \u003cint\u003e] [-AllowedVlanIdList \u003cstring\u003e] [-Isolated] [-Community] [-Promiscuous] [-PrimaryVlanId \u003cint\u003e] [-SecondaryVlanId \u003cint\u003e] [-SecondaryVlanIdList \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapterBase[]\u003e [-Untagged] [-Access] [-VlanId \u003cint\u003e] [-Trunk] [-NativeVlanId \u003cint\u003e] [-AllowedVlanIdList \u003cstring\u003e] [-Isolated] [-Community] [-Promiscuous] [-PrimaryVlanId \u003cint\u003e] [-SecondaryVlanId \u003cint\u003e] [-SecondaryVlanIdList \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ManagementOS [-VMNetworkAdapterName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Untagged] [-Access] [-VlanId \u003cint\u003e] [-Trunk] [-NativeVlanId \u003cint\u003e] [-AllowedVlanIdList \u003cstring\u003e] [-Isolated] [-Community] [-Promiscuous] [-PrimaryVlanId \u003cint\u003e] [-SecondaryVlanId \u003cint\u003e] [-SecondaryVlanIdList \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-VMNetworkAdapterName \u003cstring\u003e] [-Untagged] [-Access] [-VlanId \u003cint\u003e] [-Trunk] [-NativeVlanId \u003cint\u003e] [-AllowedVlanIdList \u003cstring\u003e] [-Isolated] [-Community] [-Promiscuous] [-PrimaryVlanId \u003cint\u003e] [-SecondaryVlanId \u003cint\u003e] [-SecondaryVlanIdList \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMPartitionableGpu", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential[]\u003e] [-Passthru] [-PartitionCount \u003cuint16\u003e] [\u003cCommonParameters\u003e] [-CimSession] \u003cCimSession[]\u003e [-Passthru] [-PartitionCount \u003cuint16\u003e] [\u003cCommonParameters\u003e] [-PartitionableGpu] \u003cVMPartitionableGpu[]\u003e [-Passthru] [-PartitionCount \u003cuint16\u003e] [\u003cCommonParameters\u003e] [-Passthru] [-Name \u003cstring\u003e] [-PartitionCount \u003cuint16\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMProcessor", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Count \u003clong\u003e] [-CompatibilityForMigrationEnabled \u003cbool\u003e] [-CompatibilityForOlderOperatingSystemsEnabled \u003cbool\u003e] [-HwThreadCountPerCore \u003clong\u003e] [-Maximum \u003clong\u003e] [-Reserve \u003clong\u003e] [-RelativeWeight \u003cint\u003e] [-MaximumCountPerNumaNode \u003cint\u003e] [-MaximumCountPerNumaSocket \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-EnableHostResourceProtection \u003cbool\u003e] [-ExposeVirtualizationExtensions \u003cbool\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Count \u003clong\u003e] [-CompatibilityForMigrationEnabled \u003cbool\u003e] [-CompatibilityForOlderOperatingSystemsEnabled \u003cbool\u003e] [-HwThreadCountPerCore \u003clong\u003e] [-Maximum \u003clong\u003e] [-Reserve \u003clong\u003e] [-RelativeWeight \u003cint\u003e] [-MaximumCountPerNumaNode \u003cint\u003e] [-MaximumCountPerNumaSocket \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-EnableHostResourceProtection \u003cbool\u003e] [-ExposeVirtualizationExtensions \u003cbool\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMProcessor] \u003cVMProcessor[]\u003e [-Count \u003clong\u003e] [-CompatibilityForMigrationEnabled \u003cbool\u003e] [-CompatibilityForOlderOperatingSystemsEnabled \u003cbool\u003e] [-HwThreadCountPerCore \u003clong\u003e] [-Maximum \u003clong\u003e] [-Reserve \u003clong\u003e] [-RelativeWeight \u003cint\u003e] [-MaximumCountPerNumaNode \u003cint\u003e] [-MaximumCountPerNumaSocket \u003cint\u003e] [-ResourcePoolName \u003cstring\u003e] [-EnableHostResourceProtection \u003cbool\u003e] [-ExposeVirtualizationExtensions \u003cbool\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMRemoteFx3dVideoAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-MonitorCount] \u003cbyte\u003e] [[-MaximumResolution] \u003cstring\u003e] [[-VRAMSizeBytes] \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-MonitorCount] \u003cbyte\u003e] [[-MaximumResolution] \u003cstring\u003e] [[-VRAMSizeBytes] \u003cuint64\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMRemoteFx3dVideoAdapter] \u003cVMRemoteFx3DVideoAdapter[]\u003e [[-MonitorCount] \u003cbyte\u003e] [[-MaximumResolution] \u003cstring\u003e] [[-VRAMSizeBytes] \u003cuint64\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ReplicaServerName] \u003cstring\u003e] [[-ReplicaServerPort] \u003cint\u003e] [[-AuthenticationType] \u003cReplicationAuthenticationType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-CertificateThumbprint \u003cstring\u003e] [-CompressionEnabled \u003cbool\u003e] [-ReplicateHostKvpItems \u003cbool\u003e] [-BypassProxyServer \u003cbool\u003e] [-EnableWriteOrderPreservationAcrossDisks \u003cbool\u003e] [-InitialReplicationStartTime \u003cdatetime\u003e] [-DisableVSSSnapshotReplication] [-VSSSnapshotFrequencyHour \u003cint\u003e] [-RecoveryHistory \u003cint\u003e] [-ReplicationFrequencySec \u003cint\u003e] [-ReplicatedDisks \u003cHardDiskDrive[]\u003e] [-ReplicatedDiskPaths \u003cstring[]\u003e] [-Reverse] [-AutoResynchronizeEnabled \u003cbool\u003e] [-AutoResynchronizeIntervalStart \u003ctimespan\u003e] [-AutoResynchronizeIntervalEnd \u003ctimespan\u003e] [-AsReplica] [-UseBackup] [-AllowedPrimaryServer \u003cstring\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ReplicaServerName] \u003cstring\u003e] [[-ReplicaServerPort] \u003cint\u003e] [[-AuthenticationType] \u003cReplicationAuthenticationType\u003e] [-Credential \u003cpscredential[]\u003e] [-CertificateThumbprint \u003cstring\u003e] [-CompressionEnabled \u003cbool\u003e] [-ReplicateHostKvpItems \u003cbool\u003e] [-BypassProxyServer \u003cbool\u003e] [-EnableWriteOrderPreservationAcrossDisks \u003cbool\u003e] [-InitialReplicationStartTime \u003cdatetime\u003e] [-DisableVSSSnapshotReplication] [-VSSSnapshotFrequencyHour \u003cint\u003e] [-RecoveryHistory \u003cint\u003e] [-ReplicationFrequencySec \u003cint\u003e] [-ReplicatedDisks \u003cHardDiskDrive[]\u003e] [-ReplicatedDiskPaths \u003cstring[]\u003e] [-Reverse] [-AutoResynchronizeEnabled \u003cbool\u003e] [-AutoResynchronizeIntervalStart \u003ctimespan\u003e] [-AutoResynchronizeIntervalEnd \u003ctimespan\u003e] [-AsReplica] [-UseBackup] [-AllowedPrimaryServer \u003cstring\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [[-ReplicaServerName] \u003cstring\u003e] [[-ReplicaServerPort] \u003cint\u003e] [[-AuthenticationType] \u003cReplicationAuthenticationType\u003e] [-Credential \u003cpscredential[]\u003e] [-CertificateThumbprint \u003cstring\u003e] [-CompressionEnabled \u003cbool\u003e] [-ReplicateHostKvpItems \u003cbool\u003e] [-BypassProxyServer \u003cbool\u003e] [-EnableWriteOrderPreservationAcrossDisks \u003cbool\u003e] [-InitialReplicationStartTime \u003cdatetime\u003e] [-DisableVSSSnapshotReplication] [-VSSSnapshotFrequencyHour \u003cint\u003e] [-RecoveryHistory \u003cint\u003e] [-ReplicationFrequencySec \u003cint\u003e] [-ReplicatedDisks \u003cHardDiskDrive[]\u003e] [-ReplicatedDiskPaths \u003cstring[]\u003e] [-Reverse] [-AutoResynchronizeEnabled \u003cbool\u003e] [-AutoResynchronizeIntervalStart \u003ctimespan\u003e] [-AutoResynchronizeIntervalEnd \u003ctimespan\u003e] [-AsReplica] [-UseBackup] [-AllowedPrimaryServer \u003cstring\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMReplicationAuthorizationEntry", - "CommandType": "Cmdlet", - "ParameterSets": "[-AllowedPrimaryServer] \u003cstring\u003e [[-ReplicaStorageLocation] \u003cstring\u003e] [[-TrustGroup] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplicationAuthorizationEntry] \u003cVMReplicationAuthorizationEntry[]\u003e [[-ReplicaStorageLocation] \u003cstring\u003e] [[-TrustGroup] \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMReplicationServer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ReplicationEnabled] \u003cbool\u003e] [[-AllowedAuthenticationType] \u003cRecoveryAuthenticationType\u003e] [[-ReplicationAllowedFromAnyServer] \u003cbool\u003e] [-CertificateThumbprint \u003cstring\u003e] [-DefaultStorageLocation \u003cstring\u003e] [-KerberosAuthenticationPort \u003cint\u003e] [-CertificateAuthenticationPort \u003cint\u003e] [-MonitoringInterval \u003ctimespan\u003e] [-MonitoringStartTime \u003ctimespan\u003e] [-Force] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-ReplicationEnabled] \u003cbool\u003e] [[-AllowedAuthenticationType] \u003cRecoveryAuthenticationType\u003e] [[-ReplicationAllowedFromAnyServer] \u003cbool\u003e] [-CertificateThumbprint \u003cstring\u003e] [-DefaultStorageLocation \u003cstring\u003e] [-KerberosAuthenticationPortMapping \u003chashtable\u003e] [-CertificateAuthenticationPortMapping \u003chashtable\u003e] [-MonitoringInterval \u003ctimespan\u003e] [-MonitoringStartTime \u003ctimespan\u003e] [-Force] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMResourcePool", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-ResourcePoolType] \u003cVMResourcePoolType\u003e [-ParentName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-Passthru] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSan", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-HostBusAdapter \u003cciminstance[]\u003e] [-Note \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -WorldWideNodeName \u003cstring[]\u003e -WorldWidePortName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Note \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSecurity", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-EncryptStateAndVmMigrationTraffic \u003cbool\u003e] [-VirtualizationBasedSecurityOptOut \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-EncryptStateAndVmMigrationTraffic \u003cbool\u003e] [-VirtualizationBasedSecurityOptOut \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSecurityPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-Shielded \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-Shielded \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSwitch", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-SwitchType \u003cVMSwitchType\u003e] [-AllowManagementOS \u003cbool\u003e] [-DefaultFlowMinimumBandwidthAbsolute \u003clong\u003e] [-DefaultFlowMinimumBandwidthWeight \u003clong\u003e] [-DefaultQueueVrssEnabled \u003cbool\u003e] [-DefaultQueueVmmqEnabled \u003cbool\u003e] [-DefaultQueueVmmqQueuePairs \u003cuint32\u003e] [-Extensions \u003cVMSwitchExtension[]\u003e] [-Notes \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-SwitchType \u003cVMSwitchType\u003e] [-AllowManagementOS \u003cbool\u003e] [-DefaultFlowMinimumBandwidthAbsolute \u003clong\u003e] [-DefaultFlowMinimumBandwidthWeight \u003clong\u003e] [-DefaultQueueVrssEnabled \u003cbool\u003e] [-DefaultQueueVmmqEnabled \u003cbool\u003e] [-DefaultQueueVmmqQueuePairs \u003cuint32\u003e] [-Extensions \u003cVMSwitchExtension[]\u003e] [-Notes \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-NetAdapterInterfaceDescription] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AllowManagementOS \u003cbool\u003e] [-DefaultFlowMinimumBandwidthAbsolute \u003clong\u003e] [-DefaultFlowMinimumBandwidthWeight \u003clong\u003e] [-DefaultQueueVrssEnabled \u003cbool\u003e] [-DefaultQueueVmmqEnabled \u003cbool\u003e] [-DefaultQueueVmmqQueuePairs \u003cuint32\u003e] [-Extensions \u003cVMSwitchExtension[]\u003e] [-Notes \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-NetAdapterName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AllowManagementOS \u003cbool\u003e] [-DefaultFlowMinimumBandwidthAbsolute \u003clong\u003e] [-DefaultFlowMinimumBandwidthWeight \u003clong\u003e] [-DefaultQueueVrssEnabled \u003cbool\u003e] [-DefaultQueueVmmqEnabled \u003cbool\u003e] [-DefaultQueueVmmqQueuePairs \u003cuint32\u003e] [-Extensions \u003cVMSwitchExtension[]\u003e] [-Notes \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-NetAdapterInterfaceDescription] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AllowManagementOS \u003cbool\u003e] [-DefaultFlowMinimumBandwidthAbsolute \u003clong\u003e] [-DefaultFlowMinimumBandwidthWeight \u003clong\u003e] [-DefaultQueueVrssEnabled \u003cbool\u003e] [-DefaultQueueVmmqEnabled \u003cbool\u003e] [-DefaultQueueVmmqQueuePairs \u003cuint32\u003e] [-Extensions \u003cVMSwitchExtension[]\u003e] [-Notes \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-NetAdapterName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AllowManagementOS \u003cbool\u003e] [-DefaultFlowMinimumBandwidthAbsolute \u003clong\u003e] [-DefaultFlowMinimumBandwidthWeight \u003clong\u003e] [-DefaultQueueVrssEnabled \u003cbool\u003e] [-DefaultQueueVmmqEnabled \u003cbool\u003e] [-DefaultQueueVmmqQueuePairs \u003cuint32\u003e] [-Extensions \u003cVMSwitchExtension[]\u003e] [-Notes \u003cstring\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSwitchExtensionPortFeature", - "CommandType": "Cmdlet", - "ParameterSets": "-VMSwitchExtensionFeature \u003cVMSwitchExtensionPortFeature[]\u003e [-Passthru] [-VMName \u003cstring[]\u003e] [-VMNetworkAdapter \u003cVMNetworkAdapterBase[]\u003e] [-ManagementOS] [-ExternalPort] [-SwitchName \u003cstring\u003e] [-VMNetworkAdapterName \u003cstring\u003e] [-ComputerName \u003cstring[]\u003e] [-VM \u003cVirtualMachine[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSwitchExtensionSwitchFeature", - "CommandType": "Cmdlet", - "ParameterSets": "-VMSwitchExtensionFeature \u003cVMSwitchExtensionSwitchFeature[]\u003e [-Passthru] [-ComputerName \u003cstring[]\u003e] [-SwitchName \u003cstring[]\u003e] [-VMSwitch \u003cVMSwitch[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMSwitchTeam", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterName \u003cstring[]\u003e] [-TeamingMode \u003cVMSwitchTeamingMode\u003e] [-LoadBalancingAlgorithm \u003cVMSwitchLoadBalancingAlgorithm\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterInterfaceDescription \u003cstring[]\u003e] [-TeamingMode \u003cVMSwitchTeamingMode\u003e] [-LoadBalancingAlgorithm \u003cVMSwitchLoadBalancingAlgorithm\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterInterfaceDescription \u003cstring[]\u003e] [-TeamingMode \u003cVMSwitchTeamingMode\u003e] [-LoadBalancingAlgorithm \u003cVMSwitchLoadBalancingAlgorithm\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMSwitch] \u003cVMSwitch[]\u003e [-ComputerName \u003cstring[]\u003e] [-NetAdapterName \u003cstring[]\u003e] [-TeamingMode \u003cVMSwitchTeamingMode\u003e] [-LoadBalancingAlgorithm \u003cVMSwitchLoadBalancingAlgorithm\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VMVideo", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [[-ResolutionType] \u003cResolutionType\u003e] [[-HorizontalResolution] \u003cuint16\u003e] [[-VerticalResolution] \u003cuint16\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [[-ResolutionType] \u003cResolutionType\u003e] [[-HorizontalResolution] \u003cuint16\u003e] [[-VerticalResolution] \u003cuint16\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMVideo] \u003cVMVideo[]\u003e [[-ResolutionType] \u003cResolutionType\u003e] [[-HorizontalResolution] \u003cuint16\u003e] [[-VerticalResolution] \u003cuint16\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-VMFailover", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Prepare] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMName] \u003cstring[]\u003e -AsTest [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Prepare] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e -AsTest [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMRecoverySnapshot] \u003cVMSnapshot\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMRecoverySnapshot] \u003cVMSnapshot\u003e -AsTest [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-VMInitialReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-DestinationPath \u003cstring\u003e] [-InitialReplicationStartTime \u003cdatetime\u003e] [-UseBackup] [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-DestinationPath \u003cstring\u003e] [-InitialReplicationStartTime \u003cdatetime\u003e] [-UseBackup] [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-DestinationPath \u003cstring\u003e] [-InitialReplicationStartTime \u003cdatetime\u003e] [-UseBackup] [-AsJob] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-VMTrace", - "CommandType": "Cmdlet", - "ParameterSets": "[-Level] \u003cTraceLevel\u003e [-TraceVerboseObjects] [-Path \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Save] [-TurnOff] [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Save] [-TurnOff] [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-VMFailover", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-VMInitialReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-Passthru] [-CimSession \u003cCimSession[]\u003e] [-Credential \u003cpscredential[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-VMTrace", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Suspend-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Suspend-VMReplication", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-ReplicationRelationshipType \u003cVMReplicationRelationshipType\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMReplication] \u003cVMReplication[]\u003e [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-VHD", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e -SupportPersistentReservations [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-VMNetworkAdapter", - "CommandType": "Cmdlet", - "ParameterSets": "[-VMName] \u003cstring\u003e -SenderIPAddress \u003cstring\u003e -ReceiverIPAddress \u003cstring\u003e -SequenceNumber \u003cint\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Name \u003cstring\u003e] [-Sender] [-Receiver] [-NextHopMacAddress \u003cstring\u003e] [-IsolationId \u003cint\u003e] [-PayloadSize \u003cint\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VMNetworkAdapter] \u003cVMNetworkAdapter\u003e -SenderIPAddress \u003cstring\u003e -ReceiverIPAddress \u003cstring\u003e -SequenceNumber \u003cint\u003e [-Sender] [-Receiver] [-NextHopMacAddress \u003cstring\u003e] [-IsolationId \u003cint\u003e] [-PayloadSize \u003cint\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine\u003e -SenderIPAddress \u003cstring\u003e -ReceiverIPAddress \u003cstring\u003e -SequenceNumber \u003cint\u003e [-Name \u003cstring\u003e] [-Sender] [-Receiver] [-NextHopMacAddress \u003cstring\u003e] [-IsolationId \u003cint\u003e] [-PayloadSize \u003cint\u003e] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-VMReplicationConnection", - "CommandType": "Cmdlet", - "ParameterSets": "[-ReplicaServerName] \u003cstring\u003e [-ReplicaServerPort] \u003cint\u003e [-AuthenticationType] \u003cReplicationAuthenticationType\u003e [[-CertificateThumbprint] \u003cstring\u003e] [-BypassProxyServer \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-VMVersion", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-Force] [-AsJob] [-Passthru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Wait-VM", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential[]\u003e] [-AsJob] [-Passthru] [-For \u003cWaitVMTypes\u003e] [-Delay \u003cuint16\u003e] [-Timeout \u003cint\u003e] [\u003cCommonParameters\u003e] [-VM] \u003cVirtualMachine[]\u003e [-AsJob] [-Passthru] [-For \u003cWaitVMTypes\u003e] [-Delay \u003cuint16\u003e] [-Timeout \u003cint\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "gvm", - "savm", - "spvm", - "gvmr", - "mvmr", - "gvmrs" - ] - }, - { - "Name": "International", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-WinAcceptLanguageFromLanguageListOptOut", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WinCultureFromLanguageListOptOut", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WinDefaultInputMethodOverride", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WinHomeLocation", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WinLanguageBarOption", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WinSystemLocale", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WinUILanguageOverride", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WinUserLanguageList", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "New-WinUserLanguageList", - "CommandType": "Cmdlet", - "ParameterSets": "[-Language] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Culture", - "CommandType": "Cmdlet", - "ParameterSets": "[-CultureInfo] \u003ccultureinfo\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WinAcceptLanguageFromLanguageListOptOut", - "CommandType": "Cmdlet", - "ParameterSets": "[-OptOut] \u003cbool\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WinCultureFromLanguageListOptOut", - "CommandType": "Cmdlet", - "ParameterSets": "[-OptOut] \u003cbool\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WinDefaultInputMethodOverride", - "CommandType": "Cmdlet", - "ParameterSets": "[[-InputTip] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WinHomeLocation", - "CommandType": "Cmdlet", - "ParameterSets": "[-GeoId] \u003cint\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WinLanguageBarOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-UseLegacySwitchMode] [-UseLegacyLanguageBar] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WinSystemLocale", - "CommandType": "Cmdlet", - "ParameterSets": "[-SystemLocale] \u003ccultureinfo\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WinUILanguageOverride", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Language] \u003ccultureinfo\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WinUserLanguageList", - "CommandType": "Cmdlet", - "ParameterSets": "[-LanguageList] \u003cList[WinUserLanguage]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "iSCSI", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Connect-IscsiTarget", - "CommandType": "Function", - "ParameterSets": "-NodeAddress \u003cstring\u003e [-TargetPortalAddress \u003cstring\u003e] [-TargetPortalPortNumber \u003cuint16\u003e] [-InitiatorPortalAddress \u003cstring\u003e] [-IsDataDigest \u003cbool\u003e] [-IsHeaderDigest \u003cbool\u003e] [-IsPersistent \u003cbool\u003e] [-ReportToPnP \u003cbool\u003e] [-AuthenticationType \u003cstring\u003e] [-IsMultipathEnabled \u003cbool\u003e] [-InitiatorInstanceName \u003cstring\u003e] [-ChapUsername \u003cstring\u003e] [-ChapSecret \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cciminstance[]\u003e [-TargetPortalAddress \u003cstring\u003e] [-TargetPortalPortNumber \u003cuint16\u003e] [-InitiatorPortalAddress \u003cstring\u003e] [-IsDataDigest \u003cbool\u003e] [-IsHeaderDigest \u003cbool\u003e] [-ReportToPnP \u003cbool\u003e] [-AuthenticationType \u003cstring\u003e] [-IsMultipathEnabled \u003cbool\u003e] [-InitiatorInstanceName \u003cstring\u003e] [-ChapUsername \u003cstring\u003e] [-ChapSecret \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disconnect-IscsiTarget", - "CommandType": "Function", - "ParameterSets": "[-NodeAddress \u003cstring[]\u003e] [-SessionIdentifier \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_iSCSITarget[]\u003e [-SessionIdentifier \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-IscsiConnection", - "CommandType": "Function", - "ParameterSets": "[-ConnectionIdentifier \u003cstring[]\u003e] [-InitiatorPortalPortNumber \u003cuint16[]\u003e] [-InititorIPAdressListNumber \u003cuint16[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InitiatorSideIdentifier \u003cstring[]\u003e] [-InitiatorPortalPortNumber \u003cuint16[]\u003e] [-InititorIPAdressListNumber \u003cuint16[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TargetSideIdentifier \u003cstring[]\u003e] [-InitiatorPortalPortNumber \u003cuint16[]\u003e] [-InititorIPAdressListNumber \u003cuint16[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InitiatorPortalAddress \u003cstring[]\u003e] [-InitiatorPortalPortNumber \u003cuint16[]\u003e] [-InititorIPAdressListNumber \u003cuint16[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InitiatorPortalPortNumber \u003cuint16[]\u003e] [-InititorIPAdressListNumber \u003cuint16[]\u003e] [-IscsiTarget \u003cCimInstance#MSFT_iSCSITarget\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InitiatorPortalPortNumber \u003cuint16[]\u003e] [-InititorIPAdressListNumber \u003cuint16[]\u003e] [-InitiatorPort \u003cCimInstance#MSFT_InitiatorPort\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InitiatorPortalPortNumber \u003cuint16[]\u003e] [-InititorIPAdressListNumber \u003cuint16[]\u003e] [-IscsiSession \u003cCimInstance#MSFT_iSCSISession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InitiatorPortalPortNumber \u003cuint16[]\u003e] [-InititorIPAdressListNumber \u003cuint16[]\u003e] [-iSCSITargetPortal \u003cCimInstance#MSFT_iSCSITargetPortal\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InitiatorPortalPortNumber \u003cuint16[]\u003e] [-InititorIPAdressListNumber \u003cuint16[]\u003e] [-Disk \u003cCimInstance#MSFT_Disk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-IscsiSession", - "CommandType": "Function", - "ParameterSets": "[\u003cCommonParameters\u003e] [-SessionIdentifier \u003cstring[]\u003e] [-TargetSideIdentifier \u003cstring[]\u003e] [-NumberOfConnections \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InitiatorSideIdentifier \u003cstring[]\u003e] [-NumberOfConnections \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-NumberOfConnections \u003cuint32[]\u003e] [-IscsiTarget \u003cCimInstance#MSFT_iSCSITarget\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-NumberOfConnections \u003cuint32[]\u003e] [-InitiatorPort \u003cCimInstance#MSFT_InitiatorPort\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-NumberOfConnections \u003cuint32[]\u003e] [-IscsiTargetPortal \u003cCimInstance#MSFT_iSCSITargetPortal\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-NumberOfConnections \u003cuint32[]\u003e] [-Disk \u003cCimInstance#MSFT_Disk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-NumberOfConnections \u003cuint32[]\u003e] [-IscsiConnection \u003cCimInstance#MSFT_iSCSIConnection\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-IscsiTarget", - "CommandType": "Function", - "ParameterSets": "[-NodeAddress \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IscsiConnection \u003cCimInstance#MSFT_iSCSIConnection\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IscsiSession \u003cCimInstance#MSFT_iSCSISession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IscsiTargetPortal \u003cCimInstance#MSFT_iSCSITargetPortal\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InitiatorPort \u003cCimInstance#MSFT_InitiatorPort\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-IscsiTargetPortal", - "CommandType": "Function", - "ParameterSets": "[[-TargetPortalAddress] \u003cstring[]\u003e] [-InitiatorPortalAddress \u003cstring[]\u003e] [-InitiatorInstanceName \u003cstring[]\u003e] [-TargetPortalPortNumber \u003cuint16[]\u003e] [-IsHeaderDigest \u003cbool[]\u003e] [-IsDataDigest \u003cbool[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-iSCSISession \u003cCimInstance#MSFT_iSCSISession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-iSCSIConnection \u003cCimInstance#MSFT_iSCSIConnection\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-iSCSITarget \u003cCimInstance#MSFT_iSCSITarget\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-IscsiTargetPortal", - "CommandType": "Function", - "ParameterSets": "-TargetPortalAddress \u003cstring\u003e [-TargetPortalPortNumber \u003cuint16\u003e] [-InitiatorPortalAddress \u003cstring\u003e] [-IsHeaderDigest \u003cbool\u003e] [-IsDataDigest \u003cbool\u003e] [-AuthenticationType \u003cstring\u003e] [-InitiatorInstanceName \u003cstring\u003e] [-ChapUsername \u003cstring\u003e] [-ChapSecret \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Register-IscsiSession", - "CommandType": "Function", - "ParameterSets": "-SessionIdentifier \u003cstring[]\u003e [-IsMultipathEnabled \u003cbool\u003e] [-ChapUsername \u003cstring\u003e] [-ChapSecret \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_iSCSISession[]\u003e [-IsMultipathEnabled \u003cbool\u003e] [-ChapUsername \u003cstring\u003e] [-ChapSecret \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-IscsiTargetPortal", - "CommandType": "Function", - "ParameterSets": "-TargetPortalAddress \u003cstring[]\u003e [-InitiatorInstanceName \u003cstring\u003e] [-InitiatorPortalAddress \u003cstring\u003e] [-TargetPortalPortNumber \u003cint\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_iSCSITargetPortal[]\u003e [-InitiatorInstanceName \u003cstring\u003e] [-InitiatorPortalAddress \u003cstring\u003e] [-TargetPortalPortNumber \u003cint\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-IscsiChapSecret", - "CommandType": "Function", - "ParameterSets": "[-ChapSecret \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unregister-IscsiSession", - "CommandType": "Function", - "ParameterSets": "-SessionIdentifier \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_iSCSISession[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-IscsiTarget", - "CommandType": "Function", - "ParameterSets": "[-NodeAddress \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] [-IscsiConnection \u003cCimInstance#MSFT_iSCSIConnection\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] [-IscsiSession \u003cCimInstance#MSFT_iSCSISession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] [-IscsiTargetPortal \u003cCimInstance#MSFT_iSCSITargetPortal\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] [-InitiatorPort \u003cCimInstance#MSFT_InitiatorPort\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_iSCSITarget[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-IscsiTargetPortal", - "CommandType": "Function", - "ParameterSets": "[-TargetPortalAddress] \u003cstring[]\u003e [-InitiatorInstanceName \u003cstring\u003e] [-InitiatorPortalAddress \u003cstring\u003e] [-TargetPortalPortNumber \u003cuint16\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_iSCSITargetPortal[]\u003e [-InitiatorInstanceName \u003cstring\u003e] [-InitiatorPortalAddress \u003cstring\u003e] [-TargetPortalPortNumber \u003cuint16\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "ISE", - "Version": "1.0.0.0", - "ExportedCommands": null, - "ExportedAliases": [ - - ] - }, - { - "Name": "Kds", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-KdsRootKey", - "CommandType": "Cmdlet", - "ParameterSets": "[[-EffectiveTime] \u003cdatetime\u003e] [-LocalTestOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -EffectiveImmediately [-LocalTestOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-KdsCache", - "CommandType": "Cmdlet", - "ParameterSets": "[-CacheOwnerSid \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-KdsConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-KdsRootKey", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-KdsConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-LocalTestOnly] [-SecretAgreementPublicKeyLength \u003cint\u003e] [-SecretAgreementPrivateKeyLength \u003cint\u003e] [-SecretAgreementParameters \u003cbyte[]\u003e] [-SecretAgreementAlgorithm \u003cstring\u003e] [-KdfParameters \u003cbyte[]\u003e] [-KdfAlgorithm \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -RevertToDefault [-LocalTestOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cKdsServerConfiguration\u003e [-LocalTestOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-KdsRootKey", - "CommandType": "Cmdlet", - "ParameterSets": "[-KeyId] \u003cguid\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Microsoft.PowerShell.Archive", - "Version": "1.0.1.0", - "ExportedCommands": [ - { - "Name": "Compress-Archive", - "CommandType": "Function", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-DestinationPath] \u003cstring\u003e [-CompressionLevel \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e [-DestinationPath] \u003cstring\u003e -Update [-CompressionLevel \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e [-DestinationPath] \u003cstring\u003e -Force [-CompressionLevel \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-DestinationPath] \u003cstring\u003e -LiteralPath \u003cstring[]\u003e -Update [-CompressionLevel \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-DestinationPath] \u003cstring\u003e -LiteralPath \u003cstring[]\u003e -Force [-CompressionLevel \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-DestinationPath] \u003cstring\u003e -LiteralPath \u003cstring[]\u003e [-CompressionLevel \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Expand-Archive", - "CommandType": "Function", - "ParameterSets": "[-Path] \u003cstring\u003e [[-DestinationPath] \u003cstring\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-DestinationPath] \u003cstring\u003e] -LiteralPath \u003cstring\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Microsoft.PowerShell.Diagnostics", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Export-Counter", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e -InputObject \u003cPerformanceCounterSampleSet[]\u003e [-FileFormat \u003cstring\u003e] [-MaxSize \u003cuint32\u003e] [-Force] [-Circular] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Counter", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Counter] \u003cstring[]\u003e] [-SampleInterval \u003cint\u003e] [-MaxSamples \u003clong\u003e] [-Continuous] [-ComputerName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-ListSet] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WinEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[[-LogName] \u003cstring[]\u003e] [-MaxEvents \u003clong\u003e] [-ComputerName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-FilterXPath \u003cstring\u003e] [-Force] [-Oldest] [\u003cCommonParameters\u003e] [-ListLog] \u003cstring[]\u003e [-ComputerName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Force] [\u003cCommonParameters\u003e] [-ListProvider] \u003cstring[]\u003e [-ComputerName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [\u003cCommonParameters\u003e] [-ProviderName] \u003cstring[]\u003e [-MaxEvents \u003clong\u003e] [-ComputerName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-FilterXPath \u003cstring\u003e] [-Force] [-Oldest] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e [-MaxEvents \u003clong\u003e] [-Credential \u003cpscredential\u003e] [-FilterXPath \u003cstring\u003e] [-Oldest] [\u003cCommonParameters\u003e] [-FilterHashtable] \u003chashtable[]\u003e [-MaxEvents \u003clong\u003e] [-ComputerName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Force] [-Oldest] [\u003cCommonParameters\u003e] [-FilterXml] \u003cxml\u003e [-MaxEvents \u003clong\u003e] [-ComputerName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Oldest] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-Counter", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-StartTime \u003cdatetime\u003e] [-EndTime \u003cdatetime\u003e] [-Counter \u003cstring[]\u003e] [-MaxSamples \u003clong\u003e] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e -ListSet \u003cstring[]\u003e [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e [-Summary] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-WinEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-ProviderName] \u003cstring\u003e [-Id] \u003cint\u003e [[-Payload] \u003cObject[]\u003e] [-Version \u003cbyte\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Microsoft.PowerShell.Host", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Start-Transcript", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cstring\u003e] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-LiteralPath] \u003cstring\u003e] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-OutputDirectory] \u003cstring\u003e] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-Transcript", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Microsoft.PowerShell.LocalAccounts", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-LocalGroupMember", - "CommandType": "Cmdlet", - "ParameterSets": "[-Group] \u003cLocalGroup\u003e [-Member] \u003cLocalPrincipal[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-Member] \u003cLocalPrincipal[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-SID] \u003cSecurityIdentifier\u003e [-Member] \u003cLocalPrincipal[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-LocalUser", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cLocalUser[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-SID] \u003cSecurityIdentifier[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-LocalUser", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cLocalUser[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-SID] \u003cSecurityIdentifier[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-LocalGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [[-SID] \u003cSecurityIdentifier[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-LocalGroupMember", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [[-Member] \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Group] \u003cLocalGroup\u003e [[-Member] \u003cstring\u003e] [\u003cCommonParameters\u003e] [-SID] \u003cSecurityIdentifier\u003e [[-Member] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-LocalUser", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [[-SID] \u003cSecurityIdentifier[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-LocalGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-Description \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-LocalUser", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e -Password \u003csecurestring\u003e [-AccountExpires \u003cdatetime\u003e] [-AccountNeverExpires] [-Description \u003cstring\u003e] [-Disabled] [-FullName \u003cstring\u003e] [-PasswordNeverExpires] [-UserMayNotChangePassword] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -NoPassword [-AccountExpires \u003cdatetime\u003e] [-AccountNeverExpires] [-Description \u003cstring\u003e] [-Disabled] [-FullName \u003cstring\u003e] [-UserMayNotChangePassword] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-LocalGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cLocalGroup[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-SID] \u003cSecurityIdentifier[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-LocalGroupMember", - "CommandType": "Cmdlet", - "ParameterSets": "[-Group] \u003cLocalGroup\u003e [-Member] \u003cLocalPrincipal[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-Member] \u003cLocalPrincipal[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-SID] \u003cSecurityIdentifier\u003e [-Member] \u003cLocalPrincipal[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-LocalUser", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cLocalUser[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-SID] \u003cSecurityIdentifier[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-LocalGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cLocalGroup\u003e [-NewName] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-NewName] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-SID] \u003cSecurityIdentifier\u003e [-NewName] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-LocalUser", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cLocalUser\u003e [-NewName] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-NewName] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-SID] \u003cSecurityIdentifier\u003e [-NewName] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-LocalGroup", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cLocalGroup\u003e -Description \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -Description \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-SID] \u003cSecurityIdentifier\u003e -Description \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-LocalUser", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-AccountExpires \u003cdatetime\u003e] [-AccountNeverExpires] [-Description \u003cstring\u003e] [-FullName \u003cstring\u003e] [-Password \u003csecurestring\u003e] [-PasswordNeverExpires \u003cbool\u003e] [-UserMayChangePassword \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cLocalUser\u003e [-AccountExpires \u003cdatetime\u003e] [-AccountNeverExpires] [-Description \u003cstring\u003e] [-FullName \u003cstring\u003e] [-Password \u003csecurestring\u003e] [-PasswordNeverExpires \u003cbool\u003e] [-UserMayChangePassword \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-SID] \u003cSecurityIdentifier\u003e [-AccountExpires \u003cdatetime\u003e] [-AccountNeverExpires] [-Description \u003cstring\u003e] [-FullName \u003cstring\u003e] [-Password \u003csecurestring\u003e] [-PasswordNeverExpires \u003cbool\u003e] [-UserMayChangePassword \u003cbool\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "algm", - "dlu", - "elu", - "glg", - "glgm", - "glu", - "nlg", - "nlu", - "rlg", - "rlgm", - "rlu", - "rnlg", - "rnlu", - "slg", - "slu" - ] - }, - { - "Name": "Microsoft.PowerShell.Management", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-Computer", - "CommandType": "Cmdlet", - "ParameterSets": "[-DomainName] \u003cstring\u003e -Credential \u003cpscredential\u003e [-ComputerName \u003cstring[]\u003e] [-LocalCredential \u003cpscredential\u003e] [-UnjoinDomainCredential \u003cpscredential\u003e] [-OUPath \u003cstring\u003e] [-Server \u003cstring\u003e] [-Unsecure] [-Options \u003cJoinOptions\u003e] [-Restart] [-PassThru] [-NewName \u003cstring\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-WorkgroupName] \u003cstring\u003e [-ComputerName \u003cstring[]\u003e] [-LocalCredential \u003cpscredential\u003e] [-Credential \u003cpscredential\u003e] [-Restart] [-PassThru] [-NewName \u003cstring\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Value] \u003cObject[]\u003e [-PassThru] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [-NoNewline] [-Encoding \u003cFileSystemCmdletProviderEncoding\u003e] [-Stream \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Value] \u003cObject[]\u003e -LiteralPath \u003cstring[]\u003e [-PassThru] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [-NoNewline] [-Encoding \u003cFileSystemCmdletProviderEncoding\u003e] [-Stream \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Checkpoint-Computer", - "CommandType": "Cmdlet", - "ParameterSets": "[-Description] \u003cstring\u003e [[-RestorePointType] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [-Stream \u003cstring\u003e] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [-Stream \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-EventLog", - "CommandType": "Cmdlet", - "ParameterSets": "[-LogName] \u003cstring[]\u003e [[-ComputerName] \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Name] \u003cstring\u003e [-PassThru] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -LiteralPath \u003cstring[]\u003e [-PassThru] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-RecycleBin", - "CommandType": "Cmdlet", - "ParameterSets": "[[-DriveLetter] \u003cstring[]\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Complete-Transaction", - "CommandType": "Cmdlet", - "ParameterSets": "[-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Convert-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-UseTransaction] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Copy-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [[-Destination] \u003cstring\u003e] [-Container] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Recurse] [-PassThru] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [-FromSession \u003cPSSession\u003e] [-ToSession \u003cPSSession\u003e] [\u003cCommonParameters\u003e] [[-Destination] \u003cstring\u003e] -LiteralPath \u003cstring[]\u003e [-Container] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Recurse] [-PassThru] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [-FromSession \u003cPSSession\u003e] [-ToSession \u003cPSSession\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Copy-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Destination] \u003cstring\u003e [-Name] \u003cstring\u003e [-PassThru] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [-Destination] \u003cstring\u003e [-Name] \u003cstring\u003e -LiteralPath \u003cstring[]\u003e [-PassThru] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Debug-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cProcess[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-ComputerRestore", - "CommandType": "Cmdlet", - "ParameterSets": "[-Drive] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-ComputerRestore", - "CommandType": "Cmdlet", - "ParameterSets": "[-Drive] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-ChildItem", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cstring[]\u003e] [[-Filter] \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Recurse] [-Depth \u003cuint32\u003e] [-Force] [-Name] [-UseTransaction] [-Attributes \u003cFlagsExpression[FileAttributes]\u003e] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [\u003cCommonParameters\u003e] [[-Filter] \u003cstring\u003e] -LiteralPath \u003cstring[]\u003e [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Recurse] [-Depth \u003cuint32\u003e] [-Force] [-Name] [-UseTransaction] [-Attributes \u003cFlagsExpression[FileAttributes]\u003e] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Clipboard", - "CommandType": "Cmdlet", - "ParameterSets": "[-Format \u003cClipboardFormat\u003e] [-TextFormatType \u003cTextDataFormat\u003e] [-Raw] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-ComputerInfo", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-ComputerRestorePoint", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RestorePoint] \u003cint[]\u003e] [\u003cCommonParameters\u003e] -LastStatus [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-ReadCount \u003clong\u003e] [-TotalCount \u003clong\u003e] [-Tail \u003cint\u003e] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-UseTransaction] [-Delimiter \u003cstring\u003e] [-Wait] [-Raw] [-Encoding \u003cFileSystemCmdletProviderEncoding\u003e] [-Stream \u003cstring\u003e] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-ReadCount \u003clong\u003e] [-TotalCount \u003clong\u003e] [-Tail \u003cint\u003e] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-UseTransaction] [-Delimiter \u003cstring\u003e] [-Wait] [-Raw] [-Encoding \u003cFileSystemCmdletProviderEncoding\u003e] [-Stream \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-ControlPanelItem", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-Category \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -CanonicalName \u003cstring[]\u003e [-Category \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-EventLog", - "CommandType": "Cmdlet", - "ParameterSets": "[-LogName] \u003cstring\u003e [[-InstanceId] \u003clong[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Newest \u003cint\u003e] [-After \u003cdatetime\u003e] [-Before \u003cdatetime\u003e] [-UserName \u003cstring[]\u003e] [-Index \u003cint[]\u003e] [-EntryType \u003cstring[]\u003e] [-Source \u003cstring[]\u003e] [-Message \u003cstring\u003e] [-AsBaseObject] [\u003cCommonParameters\u003e] [-ComputerName \u003cstring[]\u003e] [-List] [-AsString] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-HotFix", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] \u003cstring[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-UseTransaction] [-Stream \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-UseTransaction] [-Stream \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [[-Name] \u003cstring[]\u003e] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-UseTransaction] [\u003cCommonParameters\u003e] [[-Name] \u003cstring[]\u003e] -LiteralPath \u003cstring[]\u003e [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-ItemPropertyValue", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cstring[]\u003e] [-Name] \u003cstring[]\u003e [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-UseTransaction] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e -LiteralPath \u003cstring[]\u003e [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[-PSProvider \u003cstring[]\u003e] [-PSDrive \u003cstring[]\u003e] [-UseTransaction] [\u003cCommonParameters\u003e] [-Stack] [-StackName \u003cstring[]\u003e] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-ComputerName \u003cstring[]\u003e] [-Module] [-FileVersionInfo] [\u003cCommonParameters\u003e] [[-Name] \u003cstring[]\u003e] -IncludeUserName [\u003cCommonParameters\u003e] -Id \u003cint[]\u003e [-ComputerName \u003cstring[]\u003e] [-Module] [-FileVersionInfo] [\u003cCommonParameters\u003e] -Id \u003cint[]\u003e -IncludeUserName [\u003cCommonParameters\u003e] -InputObject \u003cProcess[]\u003e [-ComputerName \u003cstring[]\u003e] [-Module] [-FileVersionInfo] [\u003cCommonParameters\u003e] -InputObject \u003cProcess[]\u003e -IncludeUserName [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-Scope \u003cstring\u003e] [-PSProvider \u003cstring[]\u003e] [-UseTransaction] [\u003cCommonParameters\u003e] [-LiteralName] \u003cstring[]\u003e [-Scope \u003cstring\u003e] [-PSProvider \u003cstring[]\u003e] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PSProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-PSProvider] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-ComputerName \u003cstring[]\u003e] [-DependentServices] [-RequiredServices] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-DependentServices] [-RequiredServices] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-ComputerName \u003cstring[]\u003e] [-DependentServices] [-RequiredServices] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-InputObject \u003cServiceController[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-TimeZone", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -Id \u003cstring[]\u003e [\u003cCommonParameters\u003e] -ListAvailable [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Transaction", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WmiObject", - "CommandType": "Cmdlet", - "ParameterSets": "[-Class] \u003cstring\u003e [[-Property] \u003cstring[]\u003e] [-Filter \u003cstring\u003e] [-Amended] [-DirectRead] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-Class] \u003cstring\u003e] [-Recurse] [-Amended] [-List] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [\u003cCommonParameters\u003e] -Query \u003cstring\u003e [-Amended] [-DirectRead] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Amended] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Amended] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Invoke-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Invoke-WmiMethod", - "CommandType": "Cmdlet", - "ParameterSets": "[-Class] \u003cstring\u003e [-Name] \u003cstring\u003e [[-ArgumentList] \u003cObject[]\u003e] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -InputObject \u003cwmi\u003e [-ArgumentList \u003cObject[]\u003e] [-AsJob] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -Path \u003cstring\u003e [-ArgumentList \u003cObject[]\u003e] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Join-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-ChildPath] \u003cstring\u003e [-Resolve] [-Credential \u003cpscredential\u003e] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Limit-EventLog", - "CommandType": "Cmdlet", - "ParameterSets": "[-LogName] \u003cstring[]\u003e [-ComputerName \u003cstring[]\u003e] [-RetentionDays \u003cint\u003e] [-OverflowAction \u003cOverflowAction\u003e] [-MaximumSize \u003clong\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Move-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [[-Destination] \u003cstring\u003e] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-PassThru] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [[-Destination] \u003cstring\u003e] -LiteralPath \u003cstring[]\u003e [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-PassThru] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Move-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Destination] \u003cstring\u003e [-Name] \u003cstring[]\u003e [-PassThru] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [-Destination] \u003cstring\u003e [-Name] \u003cstring[]\u003e -LiteralPath \u003cstring[]\u003e [-PassThru] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-EventLog", - "CommandType": "Cmdlet", - "ParameterSets": "[-LogName] \u003cstring\u003e [-Source] \u003cstring[]\u003e [[-ComputerName] \u003cstring[]\u003e] [-CategoryResourceFile \u003cstring\u003e] [-MessageResourceFile \u003cstring\u003e] [-ParameterResourceFile \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-ItemType \u003cstring\u003e] [-Value \u003cObject\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [[-Path] \u003cstring[]\u003e] -Name \u003cstring\u003e [-ItemType \u003cstring\u003e] [-Value \u003cObject\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Name] \u003cstring\u003e [-PropertyType \u003cstring\u003e] [-Value \u003cObject\u003e] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -LiteralPath \u003cstring[]\u003e [-PropertyType \u003cstring\u003e] [-Value \u003cObject\u003e] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-PSProvider] \u003cstring\u003e [-Root] \u003cstring\u003e [-Description \u003cstring\u003e] [-Scope \u003cstring\u003e] [-Persist] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-BinaryPathName] \u003cstring\u003e [-DisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-StartupType \u003cServiceStartMode\u003e] [-Credential \u003cpscredential\u003e] [-DependsOn \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-WebServiceProxy", - "CommandType": "Cmdlet", - "ParameterSets": "[-Uri] \u003curi\u003e [[-Class] \u003cstring\u003e] [[-Namespace] \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Uri] \u003curi\u003e [[-Class] \u003cstring\u003e] [[-Namespace] \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [\u003cCommonParameters\u003e] [-Uri] \u003curi\u003e [[-Class] \u003cstring\u003e] [[-Namespace] \u003cstring\u003e] [-UseDefaultCredential] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Pop-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[-PassThru] [-StackName \u003cstring\u003e] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Push-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cstring\u003e] [-PassThru] [-StackName \u003cstring\u003e] [-UseTransaction] [\u003cCommonParameters\u003e] [-LiteralPath \u003cstring\u003e] [-PassThru] [-StackName \u003cstring\u003e] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Register-WmiEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-Class] \u003cstring\u003e [[-SourceIdentifier] \u003cstring\u003e] [[-Action] \u003cscriptblock\u003e] [-Namespace \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ComputerName \u003cstring\u003e] [-Timeout \u003clong\u003e] [-MessageData \u003cpsobject\u003e] [-SupportEvent] [-Forward] [-MaxTriggerCount \u003cint\u003e] [\u003cCommonParameters\u003e] [-Query] \u003cstring\u003e [[-SourceIdentifier] \u003cstring\u003e] [[-Action] \u003cscriptblock\u003e] [-Namespace \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ComputerName \u003cstring\u003e] [-Timeout \u003clong\u003e] [-MessageData \u003cpsobject\u003e] [-SupportEvent] [-Forward] [-MaxTriggerCount \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-Computer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-UnjoinDomainCredential] \u003cpscredential\u003e] [-Restart] [-Force] [-PassThru] [-WorkgroupName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UnjoinDomainCredential \u003cpscredential\u003e [-LocalCredential \u003cpscredential\u003e] [-Restart] [-ComputerName \u003cstring[]\u003e] [-Force] [-PassThru] [-WorkgroupName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-EventLog", - "CommandType": "Cmdlet", - "ParameterSets": "[-LogName] \u003cstring[]\u003e [[-ComputerName] \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-ComputerName] \u003cstring[]\u003e] [-Source \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Recurse] [-Force] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [-Stream \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Recurse] [-Force] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [-Stream \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Name] \u003cstring[]\u003e [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e -LiteralPath \u003cstring[]\u003e [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-PSProvider \u003cstring[]\u003e] [-Scope \u003cstring\u003e] [-Force] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [-LiteralName] \u003cstring[]\u003e [-PSProvider \u003cstring[]\u003e] [-Scope \u003cstring\u003e] [-Force] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-WmiObject", - "CommandType": "Cmdlet", - "ParameterSets": "[-Class] \u003cstring\u003e [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cwmi\u003e [-AsJob] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Path \u003cstring\u003e [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-Computer", - "CommandType": "Cmdlet", - "ParameterSets": "[-NewName] \u003cstring\u003e [-ComputerName \u003cstring\u003e] [-PassThru] [-DomainCredential \u003cpscredential\u003e] [-LocalCredential \u003cpscredential\u003e] [-Force] [-Restart] [-WsmanAuthentication \u003cstring\u003e] [-Protocol \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-NewName] \u003cstring\u003e [-Force] [-PassThru] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [-NewName] \u003cstring\u003e -LiteralPath \u003cstring\u003e [-Force] [-PassThru] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-Name] \u003cstring\u003e [-NewName] \u003cstring\u003e [-PassThru] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-NewName] \u003cstring\u003e -LiteralPath \u003cstring\u003e [-PassThru] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-ComputerMachinePassword", - "CommandType": "Cmdlet", - "ParameterSets": "[-Server \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resolve-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Relative] [-Credential \u003cpscredential\u003e] [-UseTransaction] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-Relative] [-Credential \u003cpscredential\u003e] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restart-Computer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential\u003e] [-DcomAuthentication \u003cAuthenticationLevel\u003e] [-Impersonation \u003cImpersonationLevel\u003e] [-WsmanAuthentication \u003cstring\u003e] [-Protocol \u003cstring\u003e] [-Force] [-Wait] [-Timeout \u003cint\u003e] [-For \u003cWaitForServiceTypes\u003e] [-Delay \u003cint16\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential\u003e] [-AsJob] [-DcomAuthentication \u003cAuthenticationLevel\u003e] [-Impersonation \u003cImpersonationLevel\u003e] [-Force] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restart-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cServiceController[]\u003e [-Force] [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-Force] [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-Force] [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restore-Computer", - "CommandType": "Cmdlet", - "ParameterSets": "[-RestorePoint] \u003cint\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resume-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cServiceController[]\u003e [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Clipboard", - "CommandType": "Cmdlet", - "ParameterSets": "[-Append] [-AsHtml] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Value] \u003cstring[]\u003e [-Append] [-AsHtml] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-Append] [-AsHtml] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-Append] [-AsHtml] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Value] \u003cObject[]\u003e [-PassThru] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [-NoNewline] [-Encoding \u003cFileSystemCmdletProviderEncoding\u003e] [-Stream \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Value] \u003cObject[]\u003e -LiteralPath \u003cstring[]\u003e [-PassThru] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [-NoNewline] [-Encoding \u003cFileSystemCmdletProviderEncoding\u003e] [-Stream \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [[-Value] \u003cObject\u003e] [-Force] [-PassThru] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [[-Value] \u003cObject\u003e] -LiteralPath \u003cstring[]\u003e [-Force] [-PassThru] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Name] \u003cstring\u003e [-Value] \u003cObject\u003e [-PassThru] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e -InputObject \u003cpsobject\u003e [-PassThru] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-Value] \u003cObject\u003e -LiteralPath \u003cstring[]\u003e [-PassThru] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e -InputObject \u003cpsobject\u003e [-PassThru] [-Force] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cstring\u003e] [-PassThru] [-UseTransaction] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring\u003e [-PassThru] [-UseTransaction] [\u003cCommonParameters\u003e] [-PassThru] [-StackName \u003cstring\u003e] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-ComputerName \u003cstring[]\u003e] [-DisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-StartupType \u003cServiceStartMode\u003e] [-Status \u003cstring\u003e] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ComputerName \u003cstring[]\u003e] [-DisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-StartupType \u003cServiceStartMode\u003e] [-Status \u003cstring\u003e] [-InputObject \u003cServiceController\u003e] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-TimeZone", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Id \u003cstring\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cTimeZoneInfo\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WmiInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-Class] \u003cstring\u003e [[-Arguments] \u003chashtable\u003e] [-PutType \u003cPutType\u003e] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cwmi\u003e [-Arguments \u003chashtable\u003e] [-PutType \u003cPutType\u003e] [-AsJob] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Path \u003cstring\u003e [-Arguments \u003chashtable\u003e] [-PutType \u003cPutType\u003e] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PutType \u003cPutType\u003e] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PutType \u003cPutType\u003e] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PutType \u003cPutType\u003e] [-AsJob] [-Impersonation \u003cImpersonationLevel\u003e] [-Authentication \u003cAuthenticationLevel\u003e] [-Locale \u003cstring\u003e] [-EnableAllPrivileges] [-Authority \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-ComputerName \u003cstring[]\u003e] [-Namespace \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Show-ControlPanelItem", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [\u003cCommonParameters\u003e] -CanonicalName \u003cstring[]\u003e [\u003cCommonParameters\u003e] [[-InputObject] \u003cControlPanelItem[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Show-EventLog", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Split-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Parent] [-Resolve] [-Credential \u003cpscredential\u003e] [-UseTransaction] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e [-Leaf] [-Resolve] [-Credential \u003cpscredential\u003e] [-UseTransaction] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e [-Qualifier] [-Resolve] [-Credential \u003cpscredential\u003e] [-UseTransaction] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e [-NoQualifier] [-Resolve] [-Credential \u003cpscredential\u003e] [-UseTransaction] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e [-Resolve] [-IsAbsolute] [-Credential \u003cpscredential\u003e] [-UseTransaction] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-Resolve] [-Credential \u003cpscredential\u003e] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring\u003e [[-ArgumentList] \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-WorkingDirectory \u003cstring\u003e] [-LoadUserProfile] [-NoNewWindow] [-PassThru] [-RedirectStandardError \u003cstring\u003e] [-RedirectStandardInput \u003cstring\u003e] [-RedirectStandardOutput \u003cstring\u003e] [-WindowStyle \u003cProcessWindowStyle\u003e] [-Wait] [-UseNewEnvironment] [\u003cCommonParameters\u003e] [-FilePath] \u003cstring\u003e [[-ArgumentList] \u003cstring[]\u003e] [-WorkingDirectory \u003cstring\u003e] [-PassThru] [-Verb \u003cstring\u003e] [-WindowStyle \u003cProcessWindowStyle\u003e] [-Wait] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cServiceController[]\u003e [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-Transaction", - "CommandType": "Cmdlet", - "ParameterSets": "[-Timeout \u003cint\u003e] [-Independent] [-RollbackPreference \u003cRollbackSeverity\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-Computer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [[-Credential] \u003cpscredential\u003e] [-AsJob] [-DcomAuthentication \u003cAuthenticationLevel\u003e] [-WsmanAuthentication \u003cstring\u003e] [-Protocol \u003cstring\u003e] [-Impersonation \u003cImpersonationLevel\u003e] [-ThrottleLimit \u003cint\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] \u003cint[]\u003e [-PassThru] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-PassThru] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cProcess[]\u003e [-PassThru] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cServiceController[]\u003e [-Force] [-NoWait] [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-Force] [-NoWait] [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-Force] [-NoWait] [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Suspend-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cServiceController[]\u003e [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PassThru] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-ComputerSecureChannel", - "CommandType": "Cmdlet", - "ParameterSets": "[-Repair] [-Server \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-Connection", - "CommandType": "Cmdlet", - "ParameterSets": "[-ComputerName] \u003cstring[]\u003e [-AsJob] [-DcomAuthentication \u003cAuthenticationLevel\u003e] [-WsmanAuthentication \u003cstring\u003e] [-Protocol \u003cstring\u003e] [-BufferSize \u003cint\u003e] [-Count \u003cint\u003e] [-Impersonation \u003cImpersonationLevel\u003e] [-ThrottleLimit \u003cint\u003e] [-TimeToLive \u003cint\u003e] [-Delay \u003cint\u003e] [\u003cCommonParameters\u003e] [-ComputerName] \u003cstring[]\u003e [-Source] \u003cstring[]\u003e [-AsJob] [-DcomAuthentication \u003cAuthenticationLevel\u003e] [-WsmanAuthentication \u003cstring\u003e] [-Protocol \u003cstring\u003e] [-BufferSize \u003cint\u003e] [-Count \u003cint\u003e] [-Credential \u003cpscredential\u003e] [-Impersonation \u003cImpersonationLevel\u003e] [-ThrottleLimit \u003cint\u003e] [-TimeToLive \u003cint\u003e] [-Delay \u003cint\u003e] [\u003cCommonParameters\u003e] [-ComputerName] \u003cstring[]\u003e [-DcomAuthentication \u003cAuthenticationLevel\u003e] [-WsmanAuthentication \u003cstring\u003e] [-Protocol \u003cstring\u003e] [-BufferSize \u003cint\u003e] [-Count \u003cint\u003e] [-Impersonation \u003cImpersonationLevel\u003e] [-TimeToLive \u003cint\u003e] [-Delay \u003cint\u003e] [-Quiet] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-PathType \u003cTestPathType\u003e] [-IsValid] [-Credential \u003cpscredential\u003e] [-UseTransaction] [-OlderThan \u003cdatetime\u003e] [-NewerThan \u003cdatetime\u003e] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-PathType \u003cTestPathType\u003e] [-IsValid] [-Credential \u003cpscredential\u003e] [-UseTransaction] [-OlderThan \u003cdatetime\u003e] [-NewerThan \u003cdatetime\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Undo-Transaction", - "CommandType": "Cmdlet", - "ParameterSets": "[-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Use-Transaction", - "CommandType": "Cmdlet", - "ParameterSets": "[-TransactedScript] \u003cscriptblock\u003e [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Wait-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-Timeout] \u003cint\u003e] [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [[-Timeout] \u003cint\u003e] [\u003cCommonParameters\u003e] [[-Timeout] \u003cint\u003e] -InputObject \u003cProcess[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Write-EventLog", - "CommandType": "Cmdlet", - "ParameterSets": "[-LogName] \u003cstring\u003e [-Source] \u003cstring\u003e [-EventId] \u003cint\u003e [[-EntryType] \u003cEventLogEntryType\u003e] [-Message] \u003cstring\u003e [-Category \u003cint16\u003e] [-RawData \u003cbyte[]\u003e] [-ComputerName \u003cstring\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "gcb", - "scb", - "gin", - "gtz", - "stz" - ] - }, - { - "Name": "Microsoft.PowerShell.ODataUtils", - "Version": "1.0", - "ExportedCommands": { - "Name": "Export-ODataEndpointProxy", - "CommandType": "Function", - "ParameterSets": [ - "[-Uri] \u003cstring\u003e [-OutputModule] \u003cstring\u003e [[-MetadataUri] \u003cstring\u003e] [[-Credential] \u003cpscredential\u003e] [[-CreateRequestMethod] \u003cstring\u003e] [[-UpdateRequestMethod] \u003cstring\u003e] [[-CmdletAdapter] \u003cstring\u003e] [[-ResourceNameMapping] \u003chashtable\u003e] [-Force] [[-CustomData] \u003chashtable\u003e] [-AllowClobber] [-AllowUnsecureConnection] [[-Headers] \u003chashtable\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - ] - }, - "ExportedAliases": [ - - ] - }, - { - "Name": "Microsoft.PowerShell.Security", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "ConvertFrom-SecureString", - "CommandType": "Cmdlet", - "ParameterSets": "[-SecureString] \u003csecurestring\u003e [[-SecureKey] \u003csecurestring\u003e] [\u003cCommonParameters\u003e] [-SecureString] \u003csecurestring\u003e [-Key \u003cbyte[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "ConvertTo-SecureString", - "CommandType": "Cmdlet", - "ParameterSets": "[-String] \u003cstring\u003e [[-SecureKey] \u003csecurestring\u003e] [\u003cCommonParameters\u003e] [-String] \u003cstring\u003e [-AsPlainText] [-Force] [\u003cCommonParameters\u003e] [-String] \u003cstring\u003e [-Key \u003cbyte[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Acl", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cstring[]\u003e] [-Audit] [-AllCentralAccessPolicies] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-UseTransaction] [\u003cCommonParameters\u003e] -InputObject \u003cpsobject\u003e [-Audit] [-AllCentralAccessPolicies] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-UseTransaction] [\u003cCommonParameters\u003e] [-LiteralPath \u003cstring[]\u003e] [-Audit] [-AllCentralAccessPolicies] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-AuthenticodeSignature", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring[]\u003e [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [\u003cCommonParameters\u003e] -SourcePathOrExtension \u003cstring[]\u003e -Content \u003cbyte[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-CmsMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-Content] \u003cstring\u003e [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e [\u003cCommonParameters\u003e] [-LiteralPath] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Credential", - "CommandType": "Cmdlet", - "ParameterSets": "[-Credential] \u003cpscredential\u003e [\u003cCommonParameters\u003e] [[-UserName] \u003cstring\u003e] -Message \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-ExecutionPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Scope] \u003cExecutionPolicyScope\u003e] [-List] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PfxCertificate", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring[]\u003e [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-FileCatalog", - "CommandType": "Cmdlet", - "ParameterSets": "[-CatalogFilePath] \u003cstring\u003e [[-Path] \u003cstring[]\u003e] [-CatalogVersion \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Protect-CmsMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-To] \u003cCmsMessageRecipient[]\u003e [-Content] \u003cpsobject\u003e [[-OutFile] \u003cstring\u003e] [\u003cCommonParameters\u003e] [-To] \u003cCmsMessageRecipient[]\u003e [-Path] \u003cstring\u003e [[-OutFile] \u003cstring\u003e] [\u003cCommonParameters\u003e] [-To] \u003cCmsMessageRecipient[]\u003e [-LiteralPath] \u003cstring\u003e [[-OutFile] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Acl", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-AclObject] \u003cObject\u003e [[-CentralAccessPolicy] \u003cstring\u003e] [-ClearCentralAccessPolicy] [-Passthru] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [-InputObject] \u003cpsobject\u003e [-AclObject] \u003cObject\u003e [-Passthru] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e] [-AclObject] \u003cObject\u003e [[-CentralAccessPolicy] \u003cstring\u003e] -LiteralPath \u003cstring[]\u003e [-ClearCentralAccessPolicy] [-Passthru] [-Filter \u003cstring\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-WhatIf] [-Confirm] [-UseTransaction] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-AuthenticodeSignature", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring[]\u003e [-Certificate] \u003cX509Certificate2\u003e [-IncludeChain \u003cstring\u003e] [-TimestampServer \u003cstring\u003e] [-HashAlgorithm \u003cstring\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Certificate] \u003cX509Certificate2\u003e -LiteralPath \u003cstring[]\u003e [-IncludeChain \u003cstring\u003e] [-TimestampServer \u003cstring\u003e] [-HashAlgorithm \u003cstring\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Certificate] \u003cX509Certificate2\u003e -SourcePathOrExtension \u003cstring[]\u003e -Content \u003cbyte[]\u003e [-IncludeChain \u003cstring\u003e] [-TimestampServer \u003cstring\u003e] [-HashAlgorithm \u003cstring\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-ExecutionPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-ExecutionPolicy] \u003cExecutionPolicy\u003e [[-Scope] \u003cExecutionPolicyScope\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-FileCatalog", - "CommandType": "Cmdlet", - "ParameterSets": "[-CatalogFilePath] \u003cstring\u003e [[-Path] \u003cstring[]\u003e] [-Detailed] [-FilesToSkip \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unprotect-CmsMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-EventLogRecord] \u003cEventLogRecord\u003e [[-To] \u003cCmsMessageRecipient[]\u003e] [-IncludeContext] [\u003cCommonParameters\u003e] [-Content] \u003cstring\u003e [[-To] \u003cCmsMessageRecipient[]\u003e] [-IncludeContext] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e [[-To] \u003cCmsMessageRecipient[]\u003e] [-IncludeContext] [\u003cCommonParameters\u003e] [-LiteralPath] \u003cstring\u003e [[-To] \u003cCmsMessageRecipient[]\u003e] [-IncludeContext] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Microsoft.PowerShell.Utility", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "ConvertFrom-SddlString", - "CommandType": "Function", - "ParameterSets": "[-Sddl] \u003cstring\u003e [-Type \u003cObject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Format-Hex", - "CommandType": "Function", - "ParameterSets": "[-Path] \u003cstring[]\u003e [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [\u003cCommonParameters\u003e] -InputObject \u003cObject\u003e [-Encoding \u003cstring\u003e] [-Raw] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-FileHash", - "CommandType": "Function", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-Algorithm \u003cstring\u003e] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-Algorithm \u003cstring\u003e] [\u003cCommonParameters\u003e] -InputStream \u003cStream\u003e [-Algorithm \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-PowerShellDataFile", - "CommandType": "Function", - "ParameterSets": "[[-Path] \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-LiteralPath \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-Guid", - "CommandType": "Function", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "New-TemporaryFile", - "CommandType": "Function", - "ParameterSets": "[-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-Member", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject \u003cpsobject\u003e -TypeName \u003cstring\u003e [-PassThru] [\u003cCommonParameters\u003e] [-MemberType] \u003cPSMemberTypes\u003e [-Name] \u003cstring\u003e [[-Value] \u003cObject\u003e] [[-SecondValue] \u003cObject\u003e] -InputObject \u003cpsobject\u003e [-TypeName \u003cstring\u003e] [-Force] [-PassThru] [\u003cCommonParameters\u003e] [-NotePropertyName] \u003cstring\u003e [-NotePropertyValue] \u003cObject\u003e -InputObject \u003cpsobject\u003e [-TypeName \u003cstring\u003e] [-Force] [-PassThru] [\u003cCommonParameters\u003e] [-NotePropertyMembers] \u003cIDictionary\u003e -InputObject \u003cpsobject\u003e [-TypeName \u003cstring\u003e] [-Force] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-Type", - "CommandType": "Cmdlet", - "ParameterSets": "[-TypeDefinition] \u003cstring\u003e [-CodeDomProvider \u003cCodeDomProvider\u003e] [-CompilerParameters \u003cCompilerParameters\u003e] [-Language \u003cLanguage\u003e] [-ReferencedAssemblies \u003cstring[]\u003e] [-OutputAssembly \u003cstring\u003e] [-OutputType \u003cOutputAssemblyType\u003e] [-PassThru] [-IgnoreWarnings] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-MemberDefinition] \u003cstring[]\u003e [-CodeDomProvider \u003cCodeDomProvider\u003e] [-CompilerParameters \u003cCompilerParameters\u003e] [-Namespace \u003cstring\u003e] [-UsingNamespace \u003cstring[]\u003e] [-Language \u003cLanguage\u003e] [-ReferencedAssemblies \u003cstring[]\u003e] [-OutputAssembly \u003cstring\u003e] [-OutputType \u003cOutputAssemblyType\u003e] [-PassThru] [-IgnoreWarnings] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-CompilerParameters \u003cCompilerParameters\u003e] [-ReferencedAssemblies \u003cstring[]\u003e] [-OutputAssembly \u003cstring\u003e] [-OutputType \u003cOutputAssemblyType\u003e] [-PassThru] [-IgnoreWarnings] [\u003cCommonParameters\u003e] [-Path] \u003cstring[]\u003e [-CompilerParameters \u003cCompilerParameters\u003e] [-ReferencedAssemblies \u003cstring[]\u003e] [-OutputAssembly \u003cstring\u003e] [-OutputType \u003cOutputAssemblyType\u003e] [-PassThru] [-IgnoreWarnings] [\u003cCommonParameters\u003e] -AssemblyName \u003cstring[]\u003e [-PassThru] [-IgnoreWarnings] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Force] [-PassThru] [-Scope \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Compare-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-ReferenceObject] \u003cpsobject[]\u003e [-DifferenceObject] \u003cpsobject[]\u003e [-SyncWindow \u003cint\u003e] [-Property \u003cObject[]\u003e] [-ExcludeDifferent] [-IncludeEqual] [-PassThru] [-Culture \u003cstring\u003e] [-CaseSensitive] [\u003cCommonParameters\u003e]" - }, - { - "Name": "ConvertFrom-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cpsobject[]\u003e [[-Delimiter] \u003cchar\u003e] [-Header \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-InputObject] \u003cpsobject[]\u003e -UseCulture [-Header \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "ConvertFrom-Json", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "ConvertFrom-String", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cstring\u003e [-Delimiter \u003cstring\u003e] [-PropertyNames \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-InputObject] \u003cstring\u003e [-TemplateFile \u003cstring[]\u003e] [-TemplateContent \u003cstring[]\u003e] [-IncludeExtent] [-UpdateTemplate] [\u003cCommonParameters\u003e]" - }, - { - "Name": "ConvertFrom-StringData", - "CommandType": "Cmdlet", - "ParameterSets": "[-StringData] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Convert-String", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject \u003cstring\u003e [-Example \u003cList[psobject]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "ConvertTo-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cpsobject\u003e [[-Delimiter] \u003cchar\u003e] [-NoTypeInformation] [\u003cCommonParameters\u003e] [-InputObject] \u003cpsobject\u003e [-UseCulture] [-NoTypeInformation] [\u003cCommonParameters\u003e]" - }, - { - "Name": "ConvertTo-Html", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] \u003cObject[]\u003e] [[-Head] \u003cstring[]\u003e] [[-Title] \u003cstring\u003e] [[-Body] \u003cstring[]\u003e] [-InputObject \u003cpsobject\u003e] [-As \u003cstring\u003e] [-CssUri \u003curi\u003e] [-PostContent \u003cstring[]\u003e] [-PreContent \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [[-Property] \u003cObject[]\u003e] [-InputObject \u003cpsobject\u003e] [-As \u003cstring\u003e] [-Fragment] [-PostContent \u003cstring[]\u003e] [-PreContent \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "ConvertTo-Json", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cObject\u003e [-Depth \u003cint\u003e] [-Compress] [\u003cCommonParameters\u003e]" - }, - { - "Name": "ConvertTo-Xml", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cpsobject\u003e [-Depth \u003cint\u003e] [-NoTypeInformation] [-As \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Debug-Runspace", - "CommandType": "Cmdlet", - "ParameterSets": "[-Runspace] \u003crunspace\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cint\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InstanceId] \u003cguid\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Breakpoint] \u003cBreakpoint[]\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-Runspace] \u003crunspace[]\u003e [\u003cCommonParameters\u003e] [-RunspaceId] \u003cint[]\u003e [\u003cCommonParameters\u003e] [-RunspaceInstanceId] \u003cguid[]\u003e [\u003cCommonParameters\u003e] [[-ProcessName] \u003cstring\u003e] [[-AppDomainName] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] \u003cint[]\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Breakpoint] \u003cBreakpoint[]\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] \u003cstring[]\u003e] [-BreakAll] [\u003cCommonParameters\u003e] [-Runspace] \u003crunspace[]\u003e [-BreakAll] [\u003cCommonParameters\u003e] [-RunspaceId] \u003cint[]\u003e [-BreakAll] [\u003cCommonParameters\u003e] [-RunspaceInstanceId] \u003cguid[]\u003e [\u003cCommonParameters\u003e] [[-ProcessName] \u003cstring\u003e] [[-AppDomainName] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [[-Name] \u003cstring[]\u003e] [-PassThru] [-As \u003cExportAliasFormat\u003e] [-Append] [-Force] [-NoClobber] [-Description \u003cstring\u003e] [-Scope \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Name] \u003cstring[]\u003e] -LiteralPath \u003cstring\u003e [-PassThru] [-As \u003cExportAliasFormat\u003e] [-Append] [-Force] [-NoClobber] [-Description \u003cstring\u003e] [-Scope \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-Clixml", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e -InputObject \u003cpsobject\u003e [-Depth \u003cint\u003e] [-Force] [-NoClobber] [-Encoding \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring\u003e -InputObject \u003cpsobject\u003e [-Depth \u003cint\u003e] [-Force] [-NoClobber] [-Encoding \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cstring\u003e] [[-Delimiter] \u003cchar\u003e] -InputObject \u003cpsobject\u003e [-LiteralPath \u003cstring\u003e] [-Force] [-NoClobber] [-Encoding \u003cstring\u003e] [-Append] [-NoTypeInformation] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Path] \u003cstring\u003e] -InputObject \u003cpsobject\u003e [-LiteralPath \u003cstring\u003e] [-Force] [-NoClobber] [-Encoding \u003cstring\u003e] [-Append] [-UseCulture] [-NoTypeInformation] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject \u003cExtendedTypeDefinition[]\u003e -Path \u003cstring\u003e [-Force] [-NoClobber] [-IncludeScriptBlock] [\u003cCommonParameters\u003e] -InputObject \u003cExtendedTypeDefinition[]\u003e -LiteralPath \u003cstring\u003e [-Force] [-NoClobber] [-IncludeScriptBlock] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] \u003cPSSession\u003e [-OutputModule] \u003cstring\u003e [[-CommandName] \u003cstring[]\u003e] [[-FormatTypeName] \u003cstring[]\u003e] [-Force] [-Encoding \u003cstring\u003e] [-AllowClobber] [-ArgumentList \u003cObject[]\u003e] [-CommandType \u003cCommandTypes\u003e] [-Module \u003cstring[]\u003e] [-FullyQualifiedModule \u003cModuleSpecification[]\u003e] [-Certificate \u003cX509Certificate2\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Format-Custom", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] \u003cObject[]\u003e] [-Depth \u003cint\u003e] [-GroupBy \u003cObject\u003e] [-View \u003cstring\u003e] [-ShowError] [-DisplayError] [-Force] [-Expand \u003cstring\u003e] [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Format-List", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] \u003cObject[]\u003e] [-GroupBy \u003cObject\u003e] [-View \u003cstring\u003e] [-ShowError] [-DisplayError] [-Force] [-Expand \u003cstring\u003e] [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Format-Table", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] \u003cObject[]\u003e] [-AutoSize] [-HideTableHeaders] [-Wrap] [-GroupBy \u003cObject\u003e] [-View \u003cstring\u003e] [-ShowError] [-DisplayError] [-Force] [-Expand \u003cstring\u003e] [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Format-Wide", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] \u003cObject\u003e] [-AutoSize] [-Column \u003cint\u003e] [-GroupBy \u003cObject\u003e] [-View \u003cstring\u003e] [-ShowError] [-DisplayError] [-Force] [-Expand \u003cstring\u003e] [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Scope \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Exclude \u003cstring[]\u003e] [-Scope \u003cstring\u003e] [-Definition \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Culture", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Date", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Date] \u003cdatetime\u003e] [-Year \u003cint\u003e] [-Month \u003cint\u003e] [-Day \u003cint\u003e] [-Hour \u003cint\u003e] [-Minute \u003cint\u003e] [-Second \u003cint\u003e] [-Millisecond \u003cint\u003e] [-DisplayHint \u003cDisplayHintType\u003e] [-Format \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-Date] \u003cdatetime\u003e] [-Year \u003cint\u003e] [-Month \u003cint\u003e] [-Day \u003cint\u003e] [-Hour \u003cint\u003e] [-Minute \u003cint\u003e] [-Second \u003cint\u003e] [-Millisecond \u003cint\u003e] [-DisplayHint \u003cDisplayHintType\u003e] [-UFormat \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] \u003cstring\u003e] [\u003cCommonParameters\u003e] [-EventIdentifier] \u003cint\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-EventSubscriber", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] \u003cstring\u003e] [-Force] [\u003cCommonParameters\u003e] [-SubscriptionId] \u003cint\u003e [-Force] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-TypeName] \u003cstring[]\u003e] [-PowerShellVersion \u003cversion\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Member", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-InputObject \u003cpsobject\u003e] [-MemberType \u003cPSMemberTypes\u003e] [-View \u003cPSMemberViewTypes\u003e] [-Static] [-Force] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Script] \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -Variable \u003cstring[]\u003e [-Script \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -Command \u003cstring[]\u003e [-Script \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-Type] \u003cBreakpointType[]\u003e [-Script \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PSCallStack", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Random", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Maximum] \u003cObject\u003e] [-SetSeed \u003cint\u003e] [-Minimum \u003cObject\u003e] [\u003cCommonParameters\u003e] [-InputObject] \u003cObject[]\u003e [-SetSeed \u003cint\u003e] [-Count \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Runspace", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [\u003cCommonParameters\u003e] [-InstanceId] \u003cguid[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-Runspace] \u003crunspace[]\u003e [\u003cCommonParameters\u003e] [-RunspaceId] \u003cint[]\u003e [\u003cCommonParameters\u003e] [-RunspaceInstanceId] \u003cguid[]\u003e [\u003cCommonParameters\u003e] [[-ProcessName] \u003cstring\u003e] [[-AppDomainName] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-TraceSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-TypeName] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-UICulture", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Unique", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject \u003cpsobject\u003e] [-AsString] [\u003cCommonParameters\u003e] [-InputObject \u003cpsobject\u003e] [-OnType] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-ValueOnly] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Scope \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Group-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] \u003cObject[]\u003e] [-NoElement] [-AsHashTable] [-AsString] [-InputObject \u003cpsobject\u003e] [-Culture \u003cstring\u003e] [-CaseSensitive] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-Scope \u003cstring\u003e] [-PassThru] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring\u003e [-Scope \u003cstring\u003e] [-PassThru] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-Clixml", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-IncludeTotalCount] [-Skip \u003cuint64\u003e] [-First \u003cuint64\u003e] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-IncludeTotalCount] [-Skip \u003cuint64\u003e] [-First \u003cuint64\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cstring[]\u003e] [[-Delimiter] \u003cchar\u003e] [-LiteralPath \u003cstring[]\u003e] [-Header \u003cstring[]\u003e] [-Encoding \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-Path] \u003cstring[]\u003e] -UseCulture [-LiteralPath \u003cstring[]\u003e] [-Header \u003cstring[]\u003e] [-Encoding \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-LocalizedData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-BindingVariable] \u003cstring\u003e] [[-UICulture] \u003cstring\u003e] [-BaseDirectory \u003cstring\u003e] [-FileName \u003cstring\u003e] [-SupportedCommand \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] \u003cPSSession\u003e [[-CommandName] \u003cstring[]\u003e] [[-FormatTypeName] \u003cstring[]\u003e] [-Prefix \u003cstring\u003e] [-DisableNameChecking] [-AllowClobber] [-ArgumentList \u003cObject[]\u003e] [-CommandType \u003cCommandTypes\u003e] [-Module \u003cstring[]\u003e] [-FullyQualifiedModule \u003cModuleSpecification[]\u003e] [-Certificate \u003cX509Certificate2\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Invoke-Expression", - "CommandType": "Cmdlet", - "ParameterSets": "[-Command] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Invoke-RestMethod", - "CommandType": "Cmdlet", - "ParameterSets": "[-Uri] \u003curi\u003e [-Method \u003cWebRequestMethod\u003e] [-UseBasicParsing] [-WebSession \u003cWebRequestSession\u003e] [-SessionVariable \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-UseDefaultCredentials] [-CertificateThumbprint \u003cstring\u003e] [-Certificate \u003cX509Certificate\u003e] [-UserAgent \u003cstring\u003e] [-DisableKeepAlive] [-TimeoutSec \u003cint\u003e] [-Headers \u003cIDictionary\u003e] [-MaximumRedirection \u003cint\u003e] [-Proxy \u003curi\u003e] [-ProxyCredential \u003cpscredential\u003e] [-ProxyUseDefaultCredentials] [-Body \u003cObject\u003e] [-ContentType \u003cstring\u003e] [-TransferEncoding \u003cstring\u003e] [-InFile \u003cstring\u003e] [-OutFile \u003cstring\u003e] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Invoke-WebRequest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Uri] \u003curi\u003e [-UseBasicParsing] [-WebSession \u003cWebRequestSession\u003e] [-SessionVariable \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-UseDefaultCredentials] [-CertificateThumbprint \u003cstring\u003e] [-Certificate \u003cX509Certificate\u003e] [-UserAgent \u003cstring\u003e] [-DisableKeepAlive] [-TimeoutSec \u003cint\u003e] [-Headers \u003cIDictionary\u003e] [-MaximumRedirection \u003cint\u003e] [-Method \u003cWebRequestMethod\u003e] [-Proxy \u003curi\u003e] [-ProxyCredential \u003cpscredential\u003e] [-ProxyUseDefaultCredentials] [-Body \u003cObject\u003e] [-ContentType \u003cstring\u003e] [-TransferEncoding \u003cstring\u003e] [-InFile \u003cstring\u003e] [-OutFile \u003cstring\u003e] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Measure-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-Expression] \u003cscriptblock\u003e [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Measure-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] \u003cstring[]\u003e] [-InputObject \u003cpsobject\u003e] [-Sum] [-Average] [-Maximum] [-Minimum] [\u003cCommonParameters\u003e] [[-Property] \u003cstring[]\u003e] [-InputObject \u003cpsobject\u003e] [-Line] [-Word] [-Character] [-IgnoreWhiteSpace] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-Value] \u003cstring\u003e [-Description \u003cstring\u003e] [-Option \u003cScopedItemOptions\u003e] [-PassThru] [-Scope \u003cstring\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] \u003cstring\u003e [[-Sender] \u003cpsobject\u003e] [[-EventArguments] \u003cpsobject[]\u003e] [[-MessageData] \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-TypeName] \u003cstring\u003e [[-ArgumentList] \u003cObject[]\u003e] [-Property \u003cIDictionary\u003e] [\u003cCommonParameters\u003e] [-ComObject] \u003cstring\u003e [-Strict] [-Property \u003cIDictionary\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-TimeSpan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Start] \u003cdatetime\u003e] [[-End] \u003cdatetime\u003e] [\u003cCommonParameters\u003e] [-Days \u003cint\u003e] [-Hours \u003cint\u003e] [-Minutes \u003cint\u003e] [-Seconds \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [[-Value] \u003cObject\u003e] [-Description \u003cstring\u003e] [-Option \u003cScopedItemOptions\u003e] [-Visibility \u003cSessionStateEntryVisibility\u003e] [-Force] [-PassThru] [-Scope \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Out-File", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring\u003e [[-Encoding] \u003cstring\u003e] [-Append] [-Force] [-NoClobber] [-Width \u003cint\u003e] [-NoNewline] [-InputObject \u003cpsobject\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Encoding] \u003cstring\u003e] -LiteralPath \u003cstring\u003e [-Append] [-Force] [-NoClobber] [-Width \u003cint\u003e] [-NoNewline] [-InputObject \u003cpsobject\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Out-GridView", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject \u003cpsobject\u003e] [-Title \u003cstring\u003e] [-PassThru] [\u003cCommonParameters\u003e] [-InputObject \u003cpsobject\u003e] [-Title \u003cstring\u003e] [-Wait] [\u003cCommonParameters\u003e] [-InputObject \u003cpsobject\u003e] [-Title \u003cstring\u003e] [-OutputMode \u003cOutputModeOption\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Out-Printer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Out-String", - "CommandType": "Cmdlet", - "ParameterSets": "[-Stream] [-Width \u003cint\u003e] [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Read-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Prompt] \u003cObject\u003e] [-AsSecureString] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Register-EngineEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] \u003cstring\u003e [[-Action] \u003cscriptblock\u003e] [-MessageData \u003cpsobject\u003e] [-SupportEvent] [-Forward] [-MaxTriggerCount \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Register-ObjectEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cpsobject\u003e [-EventName] \u003cstring\u003e [[-SourceIdentifier] \u003cstring\u003e] [[-Action] \u003cscriptblock\u003e] [-MessageData \u003cpsobject\u003e] [-SupportEvent] [-Forward] [-MaxTriggerCount \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-EventIdentifier] \u003cint\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Breakpoint] \u003cBreakpoint[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "-TypeData \u003cTypeData\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TypeName] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Force] [-Scope \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Select-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] \u003cObject[]\u003e] [-InputObject \u003cpsobject\u003e] [-ExcludeProperty \u003cstring[]\u003e] [-ExpandProperty \u003cstring\u003e] [-Unique] [-Last \u003cint\u003e] [-First \u003cint\u003e] [-Skip \u003cint\u003e] [-Wait] [\u003cCommonParameters\u003e] [[-Property] \u003cObject[]\u003e] [-InputObject \u003cpsobject\u003e] [-ExcludeProperty \u003cstring[]\u003e] [-ExpandProperty \u003cstring\u003e] [-Unique] [-SkipLast \u003cint\u003e] [\u003cCommonParameters\u003e] [-InputObject \u003cpsobject\u003e] [-Unique] [-Wait] [-Index \u003cint[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Select-String", - "CommandType": "Cmdlet", - "ParameterSets": "[-Pattern] \u003cstring[]\u003e [-Path] \u003cstring[]\u003e [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-NotMatch] [-AllMatches] [-Encoding \u003cstring\u003e] [-Context \u003cint[]\u003e] [\u003cCommonParameters\u003e] [-Pattern] \u003cstring[]\u003e -InputObject \u003cpsobject\u003e [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-NotMatch] [-AllMatches] [-Encoding \u003cstring\u003e] [-Context \u003cint[]\u003e] [\u003cCommonParameters\u003e] [-Pattern] \u003cstring[]\u003e -LiteralPath \u003cstring[]\u003e [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-NotMatch] [-AllMatches] [-Encoding \u003cstring\u003e] [-Context \u003cint[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Select-Xml", - "CommandType": "Cmdlet", - "ParameterSets": "[-XPath] \u003cstring\u003e [-Xml] \u003cXmlNode[]\u003e [-Namespace \u003chashtable\u003e] [\u003cCommonParameters\u003e] [-XPath] \u003cstring\u003e [-Path] \u003cstring[]\u003e [-Namespace \u003chashtable\u003e] [\u003cCommonParameters\u003e] [-XPath] \u003cstring\u003e -LiteralPath \u003cstring[]\u003e [-Namespace \u003chashtable\u003e] [\u003cCommonParameters\u003e] [-XPath] \u003cstring\u003e -Content \u003cstring[]\u003e [-Namespace \u003chashtable\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Send-MailMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-To] \u003cstring[]\u003e [-Subject] \u003cstring\u003e [[-Body] \u003cstring\u003e] [[-SmtpServer] \u003cstring\u003e] -From \u003cstring\u003e [-Attachments \u003cstring[]\u003e] [-Bcc \u003cstring[]\u003e] [-BodyAsHtml] [-Encoding \u003cEncoding\u003e] [-Cc \u003cstring[]\u003e] [-DeliveryNotificationOption \u003cDeliveryNotificationOptions\u003e] [-Priority \u003cMailPriority\u003e] [-Credential \u003cpscredential\u003e] [-UseSsl] [-Port \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-Value] \u003cstring\u003e [-Description \u003cstring\u003e] [-Option \u003cScopedItemOptions\u003e] [-PassThru] [-Scope \u003cstring\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Date", - "CommandType": "Cmdlet", - "ParameterSets": "[-Date] \u003cdatetime\u003e [-DisplayHint \u003cDisplayHintType\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Adjust] \u003ctimespan\u003e [-DisplayHint \u003cDisplayHintType\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Script] \u003cstring[]\u003e [-Line] \u003cint[]\u003e [[-Column] \u003cint\u003e] [-Action \u003cscriptblock\u003e] [\u003cCommonParameters\u003e] [[-Script] \u003cstring[]\u003e] -Command \u003cstring[]\u003e [-Action \u003cscriptblock\u003e] [\u003cCommonParameters\u003e] [[-Script] \u003cstring[]\u003e] -Variable \u003cstring[]\u003e [-Action \u003cscriptblock\u003e] [-Mode \u003cVariableAccessMode\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-TraceSource", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-Option] \u003cPSTraceSourceOptions\u003e] [-ListenerOption \u003cTraceOptions\u003e] [-FilePath \u003cstring\u003e] [-Force] [-Debugger] [-PSHost] [-PassThru] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-RemoveListener \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-RemoveFileListener \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-Value] \u003cObject\u003e] [-Include \u003cstring[]\u003e] [-Exclude \u003cstring[]\u003e] [-Description \u003cstring\u003e] [-Option \u003cScopedItemOptions\u003e] [-Force] [-Visibility \u003cSessionStateEntryVisibility\u003e] [-PassThru] [-Scope \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Show-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [-Height \u003cdouble\u003e] [-Width \u003cdouble\u003e] [-NoCommonParameter] [-ErrorPopup] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Sort-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] \u003cObject[]\u003e] [-Descending] [-Unique] [-InputObject \u003cpsobject\u003e] [-Culture \u003cstring\u003e] [-CaseSensitive] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-Sleep", - "CommandType": "Cmdlet", - "ParameterSets": "[-Seconds] \u003cint\u003e [\u003cCommonParameters\u003e] -Milliseconds \u003cint\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Tee-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring\u003e [-InputObject \u003cpsobject\u003e] [-Append] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring\u003e [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] -Variable \u003cstring\u003e [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Trace-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-Expression] \u003cscriptblock\u003e [[-Option] \u003cPSTraceSourceOptions\u003e] [-InputObject \u003cpsobject\u003e] [-ListenerOption \u003cTraceOptions\u003e] [-FilePath \u003cstring\u003e] [-Force] [-Debugger] [-PSHost] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-Command] \u003cstring\u003e [[-Option] \u003cPSTraceSourceOptions\u003e] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [-ListenerOption \u003cTraceOptions\u003e] [-FilePath \u003cstring\u003e] [-Force] [-Debugger] [-PSHost] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unblock-File", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unregister-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] \u003cstring\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-SubscriptionId] \u003cint\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AppendPath] \u003cstring[]\u003e] [-PrependPath \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-List", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] \u003cstring\u003e] [-Add \u003cObject[]\u003e] [-Remove \u003cObject[]\u003e] [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [[-Property] \u003cstring\u003e] -Replace \u003cObject[]\u003e [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AppendPath] \u003cstring[]\u003e] [-PrependPath \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -TypeName \u003cstring\u003e [-MemberType \u003cPSMemberTypes\u003e] [-MemberName \u003cstring\u003e] [-Value \u003cObject\u003e] [-SecondValue \u003cObject\u003e] [-TypeConverter \u003ctype\u003e] [-TypeAdapter \u003ctype\u003e] [-SerializationMethod \u003cstring\u003e] [-TargetTypeForDeserialization \u003ctype\u003e] [-SerializationDepth \u003cint\u003e] [-DefaultDisplayProperty \u003cstring\u003e] [-InheritPropertySerializationSet \u003cbool\u003e] [-StringSerializationSource \u003cstring\u003e] [-DefaultDisplayPropertySet \u003cstring[]\u003e] [-DefaultKeyPropertySet \u003cstring[]\u003e] [-PropertySerializationSet \u003cstring[]\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TypeData] \u003cTypeData[]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Wait-Debugger", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Wait-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] \u003cstring\u003e] [-Timeout \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Write-Debug", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Write-Error", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] \u003cstring\u003e [-Category \u003cErrorCategory\u003e] [-ErrorId \u003cstring\u003e] [-TargetObject \u003cObject\u003e] [-RecommendedAction \u003cstring\u003e] [-CategoryActivity \u003cstring\u003e] [-CategoryReason \u003cstring\u003e] [-CategoryTargetName \u003cstring\u003e] [-CategoryTargetType \u003cstring\u003e] [\u003cCommonParameters\u003e] -Exception \u003cException\u003e [-Message \u003cstring\u003e] [-Category \u003cErrorCategory\u003e] [-ErrorId \u003cstring\u003e] [-TargetObject \u003cObject\u003e] [-RecommendedAction \u003cstring\u003e] [-CategoryActivity \u003cstring\u003e] [-CategoryReason \u003cstring\u003e] [-CategoryTargetName \u003cstring\u003e] [-CategoryTargetType \u003cstring\u003e] [\u003cCommonParameters\u003e] -ErrorRecord \u003cErrorRecord\u003e [-RecommendedAction \u003cstring\u003e] [-CategoryActivity \u003cstring\u003e] [-CategoryReason \u003cstring\u003e] [-CategoryTargetName \u003cstring\u003e] [-CategoryTargetType \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Write-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Object] \u003cObject\u003e] [-NoNewline] [-Separator \u003cObject\u003e] [-ForegroundColor \u003cConsoleColor\u003e] [-BackgroundColor \u003cConsoleColor\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Write-Information", - "CommandType": "Cmdlet", - "ParameterSets": "[-MessageData] \u003cObject\u003e [[-Tags] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Write-Output", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cpsobject[]\u003e [-NoEnumerate] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Write-Progress", - "CommandType": "Cmdlet", - "ParameterSets": "[-Activity] \u003cstring\u003e [[-Status] \u003cstring\u003e] [[-Id] \u003cint\u003e] [-PercentComplete \u003cint\u003e] [-SecondsRemaining \u003cint\u003e] [-CurrentOperation \u003cstring\u003e] [-ParentId \u003cint\u003e] [-Completed] [-SourceId \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Write-Verbose", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Write-Warning", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] \u003cstring\u003e [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "CFS", - "fhx" - ] - }, - { - "Name": "Microsoft.WSMan.Management", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Connect-WSMan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring\u003e] [-ApplicationName \u003cstring\u003e] [-OptionSet \u003chashtable\u003e] [-Port \u003cint\u003e] [-SessionOption \u003cSessionOption\u003e] [-UseSSL] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e] [-ConnectionURI \u003curi\u003e] [-OptionSet \u003chashtable\u003e] [-Port \u003cint\u003e] [-SessionOption \u003cSessionOption\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-WSManCredSSP", - "CommandType": "Cmdlet", - "ParameterSets": "[-Role] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disconnect-WSMan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-WSManCredSSP", - "CommandType": "Cmdlet", - "ParameterSets": "[-Role] \u003cstring\u003e [[-DelegateComputer] \u003cstring[]\u003e] [-Force] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WSManCredSSP", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WSManInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] \u003curi\u003e [-ApplicationName \u003cstring\u003e] [-ComputerName \u003cstring\u003e] [-ConnectionURI \u003curi\u003e] [-Dialect \u003curi\u003e] [-Fragment \u003cstring\u003e] [-OptionSet \u003chashtable\u003e] [-Port \u003cint\u003e] [-SelectorSet \u003chashtable\u003e] [-SessionOption \u003cSessionOption\u003e] [-UseSSL] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e] [-ResourceURI] \u003curi\u003e -Enumerate [-ApplicationName \u003cstring\u003e] [-BasePropertiesOnly] [-ComputerName \u003cstring\u003e] [-ConnectionURI \u003curi\u003e] [-Dialect \u003curi\u003e] [-Filter \u003cstring\u003e] [-OptionSet \u003chashtable\u003e] [-Port \u003cint\u003e] [-Associations] [-ReturnType \u003cstring\u003e] [-SessionOption \u003cSessionOption\u003e] [-Shallow] [-UseSSL] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Invoke-WSManAction", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] \u003curi\u003e [-Action] \u003cstring\u003e [[-SelectorSet] \u003chashtable\u003e] [-ConnectionURI \u003curi\u003e] [-FilePath \u003cstring\u003e] [-OptionSet \u003chashtable\u003e] [-SessionOption \u003cSessionOption\u003e] [-ValueSet \u003chashtable\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e] [-ResourceURI] \u003curi\u003e [-Action] \u003cstring\u003e [[-SelectorSet] \u003chashtable\u003e] [-ApplicationName \u003cstring\u003e] [-ComputerName \u003cstring\u003e] [-FilePath \u003cstring\u003e] [-OptionSet \u003chashtable\u003e] [-Port \u003cint\u003e] [-SessionOption \u003cSessionOption\u003e] [-UseSSL] [-ValueSet \u003chashtable\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-WSManInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] \u003curi\u003e [-SelectorSet] \u003chashtable\u003e [-ApplicationName \u003cstring\u003e] [-ComputerName \u003cstring\u003e] [-FilePath \u003cstring\u003e] [-OptionSet \u003chashtable\u003e] [-Port \u003cint\u003e] [-SessionOption \u003cSessionOption\u003e] [-UseSSL] [-ValueSet \u003chashtable\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e] [-ResourceURI] \u003curi\u003e [-SelectorSet] \u003chashtable\u003e [-ConnectionURI \u003curi\u003e] [-FilePath \u003cstring\u003e] [-OptionSet \u003chashtable\u003e] [-SessionOption \u003cSessionOption\u003e] [-ValueSet \u003chashtable\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-WSManSessionOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-ProxyAccessType \u003cProxyAccessType\u003e] [-ProxyAuthentication \u003cProxyAuthentication\u003e] [-ProxyCredential \u003cpscredential\u003e] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-SPNPort \u003cint\u003e] [-OperationTimeout \u003cint\u003e] [-NoEncryption] [-UseUTF16] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-WSManInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] \u003curi\u003e [-SelectorSet] \u003chashtable\u003e [-ApplicationName \u003cstring\u003e] [-ComputerName \u003cstring\u003e] [-OptionSet \u003chashtable\u003e] [-Port \u003cint\u003e] [-SessionOption \u003cSessionOption\u003e] [-UseSSL] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e] [-ResourceURI] \u003curi\u003e [-SelectorSet] \u003chashtable\u003e [-ConnectionURI \u003curi\u003e] [-OptionSet \u003chashtable\u003e] [-SessionOption \u003cSessionOption\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WSManInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] \u003curi\u003e [[-SelectorSet] \u003chashtable\u003e] [-ApplicationName \u003cstring\u003e] [-ComputerName \u003cstring\u003e] [-Dialect \u003curi\u003e] [-FilePath \u003cstring\u003e] [-Fragment \u003cstring\u003e] [-OptionSet \u003chashtable\u003e] [-Port \u003cint\u003e] [-SessionOption \u003cSessionOption\u003e] [-UseSSL] [-ValueSet \u003chashtable\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e] [-ResourceURI] \u003curi\u003e [[-SelectorSet] \u003chashtable\u003e] [-ConnectionURI \u003curi\u003e] [-Dialect \u003curi\u003e] [-FilePath \u003cstring\u003e] [-Fragment \u003cstring\u003e] [-OptionSet \u003chashtable\u003e] [-SessionOption \u003cSessionOption\u003e] [-ValueSet \u003chashtable\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WSManQuickConfig", - "CommandType": "Cmdlet", - "ParameterSets": "[-UseSSL] [-Force] [-SkipNetworkProfileCheck] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-WSMan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-Port \u003cint\u003e] [-UseSSL] [-ApplicationName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "MMAgent", - "Version": "1.0", - "ExportedCommands": [ - { - "Name": "Debug-MMAppPrelaunch", - "CommandType": "Function", - "ParameterSets": "-PackageFullName \u003cstring\u003e -PackageRelativeAppId \u003cstring\u003e [-DisableDebugMode] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-MMAgent", - "CommandType": "Function", - "ParameterSets": "[-ApplicationLaunchPrefetching] [-ApplicationPreLaunch] [-OperationAPI] [-PageCombining] [-MemoryCompression] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-MMAgent", - "CommandType": "Function", - "ParameterSets": "[-ApplicationLaunchPrefetching] [-OperationAPI] [-PageCombining] [-ApplicationPreLaunch] [-MemoryCompression] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-MMAgent", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-MMAgent", - "CommandType": "Function", - "ParameterSets": "-MaxOperationAPIFiles \u003cuint32\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "MsDtc", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-DtcClusterTMMapping", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring\u003e -ClusterResourceName \u003cstring\u003e -Local \u003cbool\u003e -Service \u003cstring\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e -ClusterResourceName \u003cstring\u003e -Local \u003cbool\u003e -ExecutablePath \u003cstring\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e -ClusterResourceName \u003cstring\u003e -ComPlusAppId \u003cstring\u003e -Local \u003cbool\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Dtc", - "CommandType": "Function", - "ParameterSets": "[-DtcName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DtcAdvancedHostSetting", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring\u003e [-Subkey \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DtcAdvancedSetting", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring\u003e [-DtcName \u003cstring\u003e] [-Subkey \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DtcClusterDefault", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DtcClusterTMMapping", - "CommandType": "Function", - "ParameterSets": "[-Name \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DtcDefault", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DtcLog", - "CommandType": "Function", - "ParameterSets": "[-DtcName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DtcNetworkSetting", - "CommandType": "Function", - "ParameterSets": "[-DtcName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DtcTransaction", - "CommandType": "Function", - "ParameterSets": "[-DtcName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DtcTransactionsStatistics", - "CommandType": "Function", - "ParameterSets": "[-DtcName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DtcTransactionsTraceSession", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DtcTransactionsTraceSetting", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Install-Dtc", - "CommandType": "Function", - "ParameterSets": "[-LogPath \u003cstring\u003e] [-StartType \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-DtcClusterTMMapping", - "CommandType": "Function", - "ParameterSets": "-All [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-DtcLog", - "CommandType": "Function", - "ParameterSets": "[-DtcName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DtcAdvancedHostSetting", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring\u003e -Value \u003cstring\u003e -Type \u003cstring\u003e [-Subkey \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DtcAdvancedSetting", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring\u003e -Value \u003cstring\u003e -Type \u003cstring\u003e [-DtcName \u003cstring\u003e] [-Subkey \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DtcClusterDefault", - "CommandType": "Function", - "ParameterSets": "-DtcResourceName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DtcClusterTMMapping", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring\u003e -Service \u003cstring\u003e [-ClusterResourceName \u003cstring\u003e] [-Local \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e -ClusterResourceName \u003cstring\u003e [-Local \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e -Local \u003cbool\u003e [-ClusterResourceName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e -ExecutablePath \u003cstring\u003e [-ClusterResourceName \u003cstring\u003e] [-Local \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e -ComPlusAppId \u003cstring\u003e [-ClusterResourceName \u003cstring\u003e] [-Local \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DtcDefault", - "CommandType": "Function", - "ParameterSets": "[-ServerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DtcLog", - "CommandType": "Function", - "ParameterSets": "[-DtcName \u003cstring\u003e] [-Path \u003cstring\u003e] [-SizeInMB \u003cuint32\u003e] [-MaxSizeInMB \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DtcNetworkSetting", - "CommandType": "Function", - "ParameterSets": "[-DtcName \u003cstring\u003e] [-InboundTransactionsEnabled \u003cbool\u003e] [-OutboundTransactionsEnabled \u003cbool\u003e] [-RemoteClientAccessEnabled \u003cbool\u003e] [-RemoteAdministrationAccessEnabled \u003cbool\u003e] [-XATransactionsEnabled \u003cbool\u003e] [-LUTransactionsEnabled \u003cbool\u003e] [-AuthenticationLevel \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisableNetworkAccess [-DtcName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DtcTransaction", - "CommandType": "Function", - "ParameterSets": "-TransactionId \u003cguid\u003e -Trace [-DtcName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -TransactionId \u003cguid\u003e -Forget [-DtcName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -TransactionId \u003cguid\u003e -Commit [-DtcName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -TransactionId \u003cguid\u003e -Abort [-DtcName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DtcTransactionsTraceSession", - "CommandType": "Function", - "ParameterSets": "-BufferCount \u003cuint32\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DtcTransactionsTraceSetting", - "CommandType": "Function", - "ParameterSets": "-AllTransactionsTracingEnabled \u003cbool\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AbortedTransactionsTracingEnabled \u003cbool\u003e] [-LongLivedTransactionsTracingEnabled \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-Dtc", - "CommandType": "Function", - "ParameterSets": "[-DtcName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-DtcTransactionsTraceSession", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-Dtc", - "CommandType": "Function", - "ParameterSets": "[-DtcName \u003cstring\u003e] [-Recursive] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-DtcTransactionsTraceSession", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-Dtc", - "CommandType": "Function", - "ParameterSets": "[[-LocalComputerName] \u003cstring\u003e] [[-RemoteComputerName] \u003cstring\u003e] [[-ResourceManagerPort] \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Uninstall-Dtc", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Write-DtcTransactionsTraceSession", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Complete-DtcDiagnosticTransaction", - "CommandType": "Cmdlet", - "ParameterSets": "[-Transaction] \u003cDtcDiagnosticTransaction\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Join-DtcDiagnosticResourceManager", - "CommandType": "Cmdlet", - "ParameterSets": "[-Transaction] \u003cDtcDiagnosticTransaction\u003e [[-ComputerName] \u003cstring\u003e] [[-Port] \u003cint\u003e] [-Volatile] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-DtcDiagnosticTransaction", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Timeout] \u003cint\u003e] [[-IsolationLevel] \u003cIsolationLevel\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Receive-DtcDiagnosticTransaction", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring\u003e] [[-Port] \u003cint\u003e] [[-PropagationMethod] \u003cDtcTransactionPropagation\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Send-DtcDiagnosticTransaction", - "CommandType": "Cmdlet", - "ParameterSets": "[-Transaction] \u003cDtcDiagnosticTransaction\u003e [[-ComputerName] \u003cstring\u003e] [[-Port] \u003cint\u003e] [[-PropagationMethod] \u003cDtcTransactionPropagation\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-DtcDiagnosticResourceManager", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Port] \u003cint\u003e] [[-Name] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-DtcDiagnosticResourceManager", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Job] \u003cDtcDiagnosticResourceManagerJob\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-InstanceId] \u003cguid\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Undo-DtcDiagnosticTransaction", - "CommandType": "Cmdlet", - "ParameterSets": "[-Transaction] \u003cDtcDiagnosticTransaction\u003e [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "MSMQ", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Clear-MsmqOutgoingQueue", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject \u003cOutgoingQueue[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-MsmqQueue", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject \u003cMessageQueue[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-MsmqCertificate", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject \u003cX509Certificate2\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -RenewInternalCertificate [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-MsmqCertificate", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-MsmqOutgoingQueue", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-MsmqQueue", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-QueueType \u003cQueueType\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring[]\u003e] [-QueueType \u003cQueueType\u003e] [-Journal] [\u003cCommonParameters\u003e] [[-Name] \u003cstring[]\u003e] [-QueueType \u003cQueueType\u003e] [-SubQueue \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-MsmqQueueACL", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cMessageQueue[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-MsmqQueueManager", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-MsmqQueueManagerACL", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Move-MsmqMessage", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject \u003cMessageQueue\u003e -DestinationQueue \u003cMessageQueue\u003e -Message \u003cMessage\u003e [-Transactional] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-MsmqMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Body] \u003cObject\u003e] [-Recoverable] [-Authenticated] [-Journaling] [-Label \u003cstring\u003e] [-AdminQueuePath \u003cstring\u003e] [-AcknowledgeType \u003cAcknowledgeTypes\u003e] [-ResponseQueuePath \u003cstring\u003e] [-TimeToReachQueue \u003ctimespan\u003e] [-TimeToBeReceived \u003ctimespan\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-MsmqQueue", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-QueueType \u003cMSMQQueueType\u003e] [-Transactional] [-Label \u003cstring\u003e] [-Authenticate] [-Journaling] [-QueueQuota \u003clong\u003e] [-JournalQuota \u003clong\u003e] [-PrivacyLevel \u003cEncryptionRequired\u003e] [-MulticastAddress \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Receive-MsmqQueue", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject \u003cMessageQueue\u003e [-Transactional] [-RetrieveBody] [-Timeout \u003ctimespan\u003e] [-Count \u003cint\u003e] [\u003cCommonParameters\u003e] -InputObject \u003cMessageQueue\u003e [-Peek] [-RetrieveBody] [-Timeout \u003ctimespan\u003e] [-Count \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-MsmqCertificate", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject \u003cX509Certificate2[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-MsmqQueue", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject \u003cMessageQueue[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resume-MsmqOutgoingQueue", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject \u003cOutgoingQueue[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Send-MsmqQueue", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-MessageObject \u003cMessage\u003e] [-Body \u003cObject\u003e] [-Label \u003cstring\u003e] [-Recoverable] [-Authenticated] [-Journaling] [-Transactional] [-AcknowledgeType \u003cAcknowledgeTypes\u003e] [-AdminQueuePath \u003cstring\u003e] [-ResponseQueuePath \u003cstring\u003e] [-TimeToReachQueue \u003ctimespan\u003e] [-TimeToBeReceived \u003ctimespan\u003e] [\u003cCommonParameters\u003e] -InputObject \u003cMessageQueue[]\u003e [-MessageObject \u003cMessage\u003e] [-Body \u003cObject\u003e] [-Label \u003cstring\u003e] [-Recoverable] [-Authenticated] [-Journaling] [-Transactional] [-AcknowledgeType \u003cAcknowledgeTypes\u003e] [-AdminQueuePath \u003cstring\u003e] [-ResponseQueuePath \u003cstring\u003e] [-TimeToReachQueue \u003ctimespan\u003e] [-TimeToBeReceived \u003ctimespan\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-MsmqQueue", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject \u003cMessageQueue[]\u003e [-Label \u003cstring\u003e] [-Authenticate \u003cbool\u003e] [-Journaling \u003cbool\u003e] [-QueueQuota \u003clong\u003e] [-JournalQuota \u003clong\u003e] [-PrivacyLevel \u003cEncryptionRequired\u003e] [-MulticastAddress \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-MsmqQueueACL", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cMessageQueue[]\u003e -UserName \u003cstring[]\u003e [-Allow \u003cMessageQueueAccessRights\u003e] [-Deny \u003cMessageQueueAccessRights\u003e] [-Remove \u003cMessageQueueAccessRights\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-MsmqQueueManager", - "CommandType": "Cmdlet", - "ParameterSets": "[-RenewEncryptionKey] [-MsgStore \u003cstring\u003e] [-MsgLogStore \u003cstring\u003e] [-TransactionLogStore \u003cstring\u003e] [-MessageQuota \u003clong\u003e] [-JournalQuota \u003clong\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Connect] [-RenewEncryptionKey] [-MsgStore \u003cstring\u003e] [-MsgLogStore \u003cstring\u003e] [-TransactionLogStore \u003cstring\u003e] [-MessageQuota \u003clong\u003e] [-JournalQuota \u003clong\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Disconnect] [-RenewEncryptionKey] [-MsgStore \u003cstring\u003e] [-MsgLogStore \u003cstring\u003e] [-TransactionLogStore \u003cstring\u003e] [-MessageQuota \u003clong\u003e] [-JournalQuota \u003clong\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-MsmqQueueManagerACL", - "CommandType": "Cmdlet", - "ParameterSets": "-UserName \u003cstring[]\u003e [-Allow \u003cQueueManagerAccessRights\u003e] [-Deny \u003cQueueManagerAccessRights\u003e] [-Remove \u003cQueueManagerAccessRights\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Suspend-MsmqOutgoingQueue", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject \u003cOutgoingQueue[]\u003e [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetAdapter", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-NetAdapter", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapter[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetAdapterBinding", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-ComponentID \u003cstring[]\u003e] [-DisplayName \u003cstring[]\u003e] [-IncludeHidden] [-AllBindings] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-ComponentID \u003cstring[]\u003e] [-DisplayName \u003cstring[]\u003e] [-IncludeHidden] [-AllBindings] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterBindingSettingData[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetAdapterChecksumOffload", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-IpIPv4] [-TcpIPv4] [-TcpIPv6] [-UdpIPv4] [-UdpIPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-IpIPv4] [-TcpIPv4] [-TcpIPv6] [-UdpIPv4] [-UdpIPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterChecksumOffloadSettingData[]\u003e [-IpIPv4] [-TcpIPv4] [-TcpIPv6] [-UdpIPv4] [-UdpIPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetAdapterEncapsulatedPacketTaskOffload", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-EncapsulationType \u003cEncapsulationType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-EncapsulationType \u003cEncapsulationType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterEncapsulatedPacketTaskOffloadSettingData[]\u003e [-NoRestart] [-PassThru] [-EncapsulationType \u003cEncapsulationType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetAdapterIPsecOffload", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterIPsecOffloadV2SettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetAdapterLso", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-IPv4] [-IPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-IPv4] [-IPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterLsoSettingData[]\u003e [-IPv4] [-IPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetAdapterPacketDirect", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterPacketDirectSettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetAdapterPowerManagement", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-ArpOffload] [-D0PacketCoalescing] [-DeviceSleepOnDisconnect] [-NSOffload] [-RsnRekeyOffload] [-SelectiveSuspend] [-WakeOnMagicPacket] [-WakeOnPattern] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-ArpOffload] [-D0PacketCoalescing] [-DeviceSleepOnDisconnect] [-NSOffload] [-RsnRekeyOffload] [-SelectiveSuspend] [-WakeOnMagicPacket] [-WakeOnPattern] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterPowerManagementSettingData[]\u003e [-ArpOffload] [-D0PacketCoalescing] [-DeviceSleepOnDisconnect] [-NSOffload] [-RsnRekeyOffload] [-SelectiveSuspend] [-WakeOnMagicPacket] [-WakeOnPattern] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetAdapterQos", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterQosSettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetAdapterRdma", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterRdmaSettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetAdapterRsc", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-IPv4] [-IPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-IPv4] [-IPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterRscSettingData[]\u003e [-IPv4] [-IPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetAdapterRss", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterRssSettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetAdapterSriov", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterSriovSettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetAdapterVmq", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterVmqSettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapter", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapter[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapterBinding", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-ComponentID \u003cstring[]\u003e] [-DisplayName \u003cstring[]\u003e] [-IncludeHidden] [-AllBindings] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-ComponentID \u003cstring[]\u003e] [-DisplayName \u003cstring[]\u003e] [-IncludeHidden] [-AllBindings] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterBindingSettingData[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapterChecksumOffload", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-IpIPv4] [-TcpIPv4] [-TcpIPv6] [-UdpIPv4] [-UdpIPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-IpIPv4] [-TcpIPv4] [-TcpIPv6] [-UdpIPv4] [-UdpIPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterChecksumOffloadSettingData[]\u003e [-IpIPv4] [-TcpIPv4] [-TcpIPv6] [-UdpIPv4] [-UdpIPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapterEncapsulatedPacketTaskOffload", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-EncapsulationType \u003cEncapsulationType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-EncapsulationType \u003cEncapsulationType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterEncapsulatedPacketTaskOffloadSettingData[]\u003e [-NoRestart] [-PassThru] [-EncapsulationType \u003cEncapsulationType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapterIPsecOffload", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterIPsecOffloadV2SettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapterLso", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-IPv4] [-IPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-IPv4] [-IPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterLsoSettingData[]\u003e [-IPv4] [-IPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapterPacketDirect", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterPacketDirectSettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapterPowerManagement", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-ArpOffload] [-D0PacketCoalescing] [-DeviceSleepOnDisconnect] [-NSOffload] [-RsnRekeyOffload] [-SelectiveSuspend] [-WakeOnMagicPacket] [-WakeOnPattern] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-ArpOffload] [-D0PacketCoalescing] [-DeviceSleepOnDisconnect] [-NSOffload] [-RsnRekeyOffload] [-SelectiveSuspend] [-WakeOnMagicPacket] [-WakeOnPattern] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterPowerManagementSettingData[]\u003e [-ArpOffload] [-D0PacketCoalescing] [-DeviceSleepOnDisconnect] [-NSOffload] [-RsnRekeyOffload] [-SelectiveSuspend] [-WakeOnMagicPacket] [-WakeOnPattern] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapterQos", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterQosSettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapterRdma", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterRdmaSettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapterRsc", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-IPv4] [-IPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-IPv4] [-IPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterRscSettingData[]\u003e [-IPv4] [-IPv6] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapterRss", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterRssSettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapterSriov", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterSriovSettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetAdapterVmq", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterVmqSettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapter", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-Physical] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-Physical] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceIndex \u003cuint32[]\u003e [-IncludeHidden] [-Physical] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterAdvancedProperty", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-AllProperties] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [[-Name] \u003cstring[]\u003e] -RegistryKeyword \u003cstring[]\u003e [-IncludeHidden] [-AllProperties] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [[-Name] \u003cstring[]\u003e] -DisplayName \u003cstring[]\u003e [-IncludeHidden] [-AllProperties] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e -RegistryKeyword \u003cstring[]\u003e [-IncludeHidden] [-AllProperties] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e -DisplayName \u003cstring[]\u003e [-IncludeHidden] [-AllProperties] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-AllProperties] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterBinding", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-ComponentID \u003cstring[]\u003e] [-DisplayName \u003cstring[]\u003e] [-IncludeHidden] [-AllBindings] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-ComponentID \u003cstring[]\u003e] [-DisplayName \u003cstring[]\u003e] [-IncludeHidden] [-AllBindings] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterChecksumOffload", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterEncapsulatedPacketTaskOffload", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterHardwareInfo", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterIPsecOffload", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterLso", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterPacketDirect", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterPowerManagement", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterQos", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterRdma", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterRsc", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IPv4OperationalState \u003cbool[]\u003e] [-IPv6OperationalState \u003cbool[]\u003e] [-IPv4FailureReason \u003cFailureReason[]\u003e] [-IPv6FailureReason \u003cFailureReason[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IPv4OperationalState \u003cbool[]\u003e] [-IPv6OperationalState \u003cbool[]\u003e] [-IPv4FailureReason \u003cFailureReason[]\u003e] [-IPv6FailureReason \u003cFailureReason[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterRss", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterSriov", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterSriovVf", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-SwitchID \u003cuint32[]\u003e] [-FunctionID \u003cuint16[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-SwitchID \u003cuint32[]\u003e] [-FunctionID \u003cuint16[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterStatistics", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterVmq", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterVmqQueue", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-Id \u003cuint32[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-Id \u003cuint32[]\u003e] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetAdapterVPort", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-VPortID \u003cuint32[]\u003e] [-SwitchID \u003cuint32[]\u003e] [-FunctionID \u003cuint16[]\u003e] [-PhysicalFunction] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-VPortID \u003cuint32[]\u003e] [-SwitchID \u003cuint32[]\u003e] [-FunctionID \u003cuint16[]\u003e] [-PhysicalFunction] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetAdapterAdvancedProperty", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e -RegistryKeyword \u003cstring\u003e -RegistryValue \u003cstring[]\u003e [-RegistryDataType \u003cRegDataType\u003e] [-NoRestart] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring\u003e -RegistryKeyword \u003cstring\u003e -RegistryValue \u003cstring[]\u003e [-RegistryDataType \u003cRegDataType\u003e] [-NoRestart] [-IncludeHidden] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetAdapterAdvancedProperty", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] -RegistryKeyword \u003cstring[]\u003e [-IncludeHidden] [-AllProperties] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e -RegistryKeyword \u003cstring[]\u003e [-IncludeHidden] [-AllProperties] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterAdvancedPropertySettingData[]\u003e [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-NetAdapter", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-NewName] \u003cstring\u003e [-IncludeHidden] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-NewName] \u003cstring\u003e -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-NewName] \u003cstring\u003e -InputObject \u003cCimInstance#MSFT_NetAdapter[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-NetAdapterAdvancedProperty", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] -DisplayName \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e -DisplayName \u003cstring[]\u003e [-IncludeHidden] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterAdvancedPropertySettingData[]\u003e [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restart-NetAdapter", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapter[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapter", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-VlanID \u003cuint16\u003e] [-MacAddress \u003cstring\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-VlanID \u003cuint16\u003e] [-MacAddress \u003cstring\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapter[]\u003e [-VlanID \u003cuint16\u003e] [-MacAddress \u003cstring\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterAdvancedProperty", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-DisplayName \u003cstring[]\u003e] [-RegistryKeyword \u003cstring[]\u003e] [-IncludeHidden] [-AllProperties] [-DisplayValue \u003cstring\u003e] [-RegistryValue \u003cstring[]\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-DisplayName \u003cstring[]\u003e] [-RegistryKeyword \u003cstring[]\u003e] [-IncludeHidden] [-AllProperties] [-DisplayValue \u003cstring\u003e] [-RegistryValue \u003cstring[]\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterAdvancedPropertySettingData[]\u003e [-DisplayValue \u003cstring\u003e] [-RegistryValue \u003cstring[]\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterBinding", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-ComponentID \u003cstring[]\u003e] [-DisplayName \u003cstring[]\u003e] [-IncludeHidden] [-AllBindings] [-Enabled \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-ComponentID \u003cstring[]\u003e] [-DisplayName \u003cstring[]\u003e] [-IncludeHidden] [-AllBindings] [-Enabled \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterBindingSettingData[]\u003e [-Enabled \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterChecksumOffload", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-IpIPv4Enabled \u003cDirection\u003e] [-TcpIPv4Enabled \u003cDirection\u003e] [-TcpIPv6Enabled \u003cDirection\u003e] [-UdpIPv4Enabled \u003cDirection\u003e] [-UdpIPv6Enabled \u003cDirection\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-IpIPv4Enabled \u003cDirection\u003e] [-TcpIPv4Enabled \u003cDirection\u003e] [-TcpIPv6Enabled \u003cDirection\u003e] [-UdpIPv4Enabled \u003cDirection\u003e] [-UdpIPv6Enabled \u003cDirection\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterChecksumOffloadSettingData[]\u003e [-IpIPv4Enabled \u003cDirection\u003e] [-TcpIPv4Enabled \u003cDirection\u003e] [-TcpIPv6Enabled \u003cDirection\u003e] [-UdpIPv4Enabled \u003cDirection\u003e] [-UdpIPv6Enabled \u003cDirection\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterEncapsulatedPacketTaskOffload", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NvgreEncapsulatedPacketTaskOffloadEnabled \u003cbool\u003e] [-VxlanEncapsulatedPacketTaskOffloadEnabled \u003cbool\u003e] [-VxlanUDPPortNumber \u003cuint16\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NvgreEncapsulatedPacketTaskOffloadEnabled \u003cbool\u003e] [-VxlanEncapsulatedPacketTaskOffloadEnabled \u003cbool\u003e] [-VxlanUDPPortNumber \u003cuint16\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterEncapsulatedPacketTaskOffloadSettingData[]\u003e [-NvgreEncapsulatedPacketTaskOffloadEnabled \u003cbool\u003e] [-VxlanEncapsulatedPacketTaskOffloadEnabled \u003cbool\u003e] [-VxlanUDPPortNumber \u003cuint16\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterIPsecOffload", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-Enabled \u003cbool\u003e] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-Enabled \u003cbool\u003e] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterIPsecOffloadV2SettingData[]\u003e [-Enabled \u003cbool\u003e] [-NoRestart] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterLso", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-V1IPv4Enabled \u003cbool\u003e] [-IPv4Enabled \u003cbool\u003e] [-IPv6Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-V1IPv4Enabled \u003cbool\u003e] [-IPv4Enabled \u003cbool\u003e] [-IPv6Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterLsoSettingData[]\u003e [-V1IPv4Enabled \u003cbool\u003e] [-IPv4Enabled \u003cbool\u003e] [-IPv6Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterPacketDirect", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-Enabled \u003cbool\u003e] [-DomainId \u003cuint32\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-Enabled \u003cbool\u003e] [-DomainId \u003cuint32\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterPacketDirectSettingData[]\u003e [-Enabled \u003cbool\u003e] [-DomainId \u003cuint32\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterPowerManagement", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-ArpOffload \u003cSetting\u003e] [-D0PacketCoalescing \u003cSetting\u003e] [-DeviceSleepOnDisconnect \u003cSetting\u003e] [-NSOffload \u003cSetting\u003e] [-RsnRekeyOffload \u003cSetting\u003e] [-SelectiveSuspend \u003cSetting\u003e] [-WakeOnMagicPacket \u003cSetting\u003e] [-WakeOnPattern \u003cSetting\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-ArpOffload \u003cSetting\u003e] [-D0PacketCoalescing \u003cSetting\u003e] [-DeviceSleepOnDisconnect \u003cSetting\u003e] [-NSOffload \u003cSetting\u003e] [-RsnRekeyOffload \u003cSetting\u003e] [-SelectiveSuspend \u003cSetting\u003e] [-WakeOnMagicPacket \u003cSetting\u003e] [-WakeOnPattern \u003cSetting\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterPowerManagementSettingData[]\u003e [-ArpOffload \u003cSetting\u003e] [-D0PacketCoalescing \u003cSetting\u003e] [-DeviceSleepOnDisconnect \u003cSetting\u003e] [-NSOffload \u003cSetting\u003e] [-RsnRekeyOffload \u003cSetting\u003e] [-SelectiveSuspend \u003cSetting\u003e] [-WakeOnMagicPacket \u003cSetting\u003e] [-WakeOnPattern \u003cSetting\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterQos", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterQosSettingData[]\u003e [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterRdma", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-IncludeHidden] [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterRdmaSettingData[]\u003e [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterRsc", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-IPv4Enabled \u003cbool\u003e] [-IPv6Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-IPv4Enabled \u003cbool\u003e] [-IPv6Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterRscSettingData[]\u003e [-IPv4Enabled \u003cbool\u003e] [-IPv6Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterRss", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NumberOfReceiveQueues \u003cuint32\u003e] [-Profile \u003cProfile\u003e] [-BaseProcessorGroup \u003cuint16\u003e] [-BaseProcessorNumber \u003cbyte\u003e] [-MaxProcessorGroup \u003cuint16\u003e] [-MaxProcessorNumber \u003cbyte\u003e] [-MaxProcessors \u003cuint32\u003e] [-NumaNode \u003cuint16\u003e] [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NumberOfReceiveQueues \u003cuint32\u003e] [-Profile \u003cProfile\u003e] [-BaseProcessorGroup \u003cuint16\u003e] [-BaseProcessorNumber \u003cbyte\u003e] [-MaxProcessorGroup \u003cuint16\u003e] [-MaxProcessorNumber \u003cbyte\u003e] [-MaxProcessors \u003cuint32\u003e] [-NumaNode \u003cuint16\u003e] [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterRssSettingData[]\u003e [-NumberOfReceiveQueues \u003cuint32\u003e] [-Profile \u003cProfile\u003e] [-BaseProcessorGroup \u003cuint16\u003e] [-BaseProcessorNumber \u003cbyte\u003e] [-MaxProcessorGroup \u003cuint16\u003e] [-MaxProcessorNumber \u003cbyte\u003e] [-MaxProcessors \u003cuint32\u003e] [-NumaNode \u003cuint16\u003e] [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterSriov", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-NumVFs \u003cuint32\u003e] [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-NumVFs \u003cuint32\u003e] [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterSriovSettingData[]\u003e [-NumVFs \u003cuint32\u003e] [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetAdapterVmq", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IncludeHidden] [-BaseProcessorGroup \u003cuint16\u003e] [-BaseProcessorNumber \u003cbyte\u003e] [-MaxProcessors \u003cuint32\u003e] [-MaxProcessorNumber \u003cbyte\u003e] [-NumaNode \u003cuint16\u003e] [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InterfaceDescription \u003cstring[]\u003e [-IncludeHidden] [-BaseProcessorGroup \u003cuint16\u003e] [-BaseProcessorNumber \u003cbyte\u003e] [-MaxProcessors \u003cuint32\u003e] [-MaxProcessorNumber \u003cbyte\u003e] [-NumaNode \u003cuint16\u003e] [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAdapterVmqSettingData[]\u003e [-BaseProcessorGroup \u003cuint16\u003e] [-BaseProcessorNumber \u003cbyte\u003e] [-MaxProcessors \u003cuint32\u003e] [-MaxProcessorNumber \u003cbyte\u003e] [-NumaNode \u003cuint16\u003e] [-Enabled \u003cbool\u003e] [-NoRestart] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetConnection", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-NetConnectionProfile", - "CommandType": "Function", - "ParameterSets": "[-Name \u003cstring[]\u003e] [-InterfaceAlias \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-NetworkCategory \u003cNetworkCategory[]\u003e] [-IPv4Connectivity \u003cIPv4Connectivity[]\u003e] [-IPv6Connectivity \u003cIPv6Connectivity[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetConnectionProfile", - "CommandType": "Function", - "ParameterSets": "[-Name \u003cstring[]\u003e] [-InterfaceAlias \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-IPv4Connectivity \u003cIPv4Connectivity[]\u003e] [-IPv6Connectivity \u003cIPv6Connectivity[]\u003e] [-NetworkCategory \u003cNetworkCategory\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetConnectionProfile[]\u003e [-NetworkCategory \u003cNetworkCategory\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetEventPacketCapture", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-NetEventNetworkAdapter", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [[-PromiscuousMode] \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-NetEventPacketCaptureProvider", - "CommandType": "Function", - "ParameterSets": "[-SessionName] \u003cstring\u003e [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-CaptureType] \u003cCaptureType\u003e] [[-MultiLayer] \u003cbool\u003e] [[-LinkLayerAddress] \u003cstring[]\u003e] [[-EtherType] \u003cuint16[]\u003e] [[-IpAddresses] \u003cstring[]\u003e] [[-IpProtocols] \u003cbyte[]\u003e] [[-TruncationLength] \u003cuint16\u003e] [[-VmCaptureDirection] \u003cVmCaptureDirection\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-NetEventProvider", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-SessionName] \u003cstring\u003e [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-NetEventVFPProvider", - "CommandType": "Function", - "ParameterSets": "[-SessionName] \u003cstring\u003e [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeywords] \u003cuint64\u003e] [[-DestinationMACAddresses] \u003cstring[]\u003e] [[-SourceMACAddresses] \u003cstring[]\u003e] [[-VLANIds] \u003cuint16[]\u003e] [[-TenantIds] \u003cuint32[]\u003e] [[-GREKeys] \u003cuint32[]\u003e] [[-SourceIPAddresses] \u003cstring[]\u003e] [[-DestinationIPAddresses] \u003cstring[]\u003e] [[-IPProtocols] \u003cbyte[]\u003e] [[-TCPPorts] \u003cuint16[]\u003e] [[-UDPPorts] \u003cuint16[]\u003e] [[-VFPFlowDirection] \u003cuint32\u003e] [[-SwitchName] \u003cstring\u003e] [[-PortIds] \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-NetEventVmNetworkAdapter", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-NetEventVmSwitch", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-NetEventVmSwitchProvider", - "CommandType": "Function", - "ParameterSets": "[-SessionName] \u003cstring\u003e [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeywords] \u003cuint64\u003e] [[-SwitchName] \u003cstring\u003e] [[-PortIds] \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-NetEventWFPCaptureProvider", - "CommandType": "Function", - "ParameterSets": "[-SessionName] \u003cstring\u003e [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-CaptureLayerSet] \u003cWFPCaptureSet\u003e] [[-IPAddresses] \u003cstring[]\u003e] [[-TCPPorts] \u003cuint16[]\u003e] [[-UDPPorts] \u003cuint16[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetEventNetworkAdapter", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-ShowInstalled] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedPacketCaptureProvider \u003cCimInstance#MSFT_NetEventPacketCaptureProvider\u003e] [-ShowInstalled] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetEventPacketCaptureProvider", - "CommandType": "Function", - "ParameterSets": "[[-SessionName] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedEventSession \u003cCimInstance#MSFT_NetEventSession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedCaptureTarget \u003cCimInstance#MSFT_NetEventPacketCaptureTarget\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetEventProvider", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-ShowInstalled] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedEventSession \u003cCimInstance#MSFT_NetEventSession\u003e] [-ShowInstalled] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedCaptureTarget \u003cCimInstance#MSFT_NetEventPacketCaptureTarget\u003e] [-ShowInstalled] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetEventSession", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedEventProvider \u003cCimInstance#MSFT_NetEventProvider\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetEventVFPProvider", - "CommandType": "Function", - "ParameterSets": "[[-SessionName] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedEventSession \u003cCimInstance#MSFT_NetEventSession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetEventVmNetworkAdapter", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-ShowInstalled] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedPacketCaptureProvider \u003cCimInstance#MSFT_NetEventPacketCaptureProvider\u003e] [-ShowInstalled] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetEventVmSwitch", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-ShowInstalled] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedPacketCaptureProvider \u003cCimInstance#MSFT_NetEventPacketCaptureProvider\u003e] [-ShowInstalled] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetEventVmSwitchProvider", - "CommandType": "Function", - "ParameterSets": "[[-SessionName] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedEventSession \u003cCimInstance#MSFT_NetEventSession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetEventWFPCaptureProvider", - "CommandType": "Function", - "ParameterSets": "[[-SessionName] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedEventSession \u003cCimInstance#MSFT_NetEventSession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetEventSession", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-CaptureMode \u003cCaptureModes\u003e] [-LocalFilePath \u003cstring\u003e] [-MaxFileSize \u003cuint32\u003e] [-MaxNumberOfBuffers \u003cbyte\u003e] [-TraceBufferSize \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetEventNetworkAdapter", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ProviderName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetEventNetworkAdapter[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetEventPacketCaptureProvider", - "CommandType": "Function", - "ParameterSets": "[-SessionName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetEventPacketCaptureProvider[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetEventProvider", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetEventProvider[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetEventSession", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-AssociatedEventProvider \u003cCimInstance#MSFT_NetEventProvider\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetEventSession[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetEventVFPProvider", - "CommandType": "Function", - "ParameterSets": "[-SessionName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetEventVFPProvider[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetEventVmNetworkAdapter", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetEventVmNetworkAdapter[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetEventVmSwitch", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetEventVmSwitch[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetEventVmSwitchProvider", - "CommandType": "Function", - "ParameterSets": "[-SessionName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetEventVmSwitchProvider[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetEventWFPCaptureProvider", - "CommandType": "Function", - "ParameterSets": "[-SessionName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetEventWFPCaptureProvider[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetEventPacketCaptureProvider", - "CommandType": "Function", - "ParameterSets": "[[-SessionName] \u003cstring[]\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-CaptureType] \u003cCaptureType\u003e] [[-MultiLayer] \u003cbool\u003e] [[-LinkLayerAddress] \u003cstring[]\u003e] [[-EtherType] \u003cuint16[]\u003e] [[-IpAddresses] \u003cstring[]\u003e] [[-IpProtocols] \u003cbyte[]\u003e] [[-TruncationLength] \u003cuint16\u003e] [[-VmCaptureDirection] \u003cVmCaptureDirection\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-CaptureType] \u003cCaptureType\u003e] [[-MultiLayer] \u003cbool\u003e] [[-LinkLayerAddress] \u003cstring[]\u003e] [[-EtherType] \u003cuint16[]\u003e] [[-IpAddresses] \u003cstring[]\u003e] [[-IpProtocols] \u003cbyte[]\u003e] [[-TruncationLength] \u003cuint16\u003e] [[-VmCaptureDirection] \u003cVmCaptureDirection\u003e] [-AssociatedEventSession \u003cCimInstance#MSFT_NetEventSession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-CaptureType] \u003cCaptureType\u003e] [[-MultiLayer] \u003cbool\u003e] [[-LinkLayerAddress] \u003cstring[]\u003e] [[-EtherType] \u003cuint16[]\u003e] [[-IpAddresses] \u003cstring[]\u003e] [[-IpProtocols] \u003cbyte[]\u003e] [[-TruncationLength] \u003cuint16\u003e] [[-VmCaptureDirection] \u003cVmCaptureDirection\u003e] [-AssociatedCaptureTarget \u003cCimInstance#MSFT_NetEventPacketCaptureTarget\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-CaptureType] \u003cCaptureType\u003e] [[-MultiLayer] \u003cbool\u003e] [[-LinkLayerAddress] \u003cstring[]\u003e] [[-EtherType] \u003cuint16[]\u003e] [[-IpAddresses] \u003cstring[]\u003e] [[-IpProtocols] \u003cbyte[]\u003e] [[-TruncationLength] \u003cuint16\u003e] [[-VmCaptureDirection] \u003cVmCaptureDirection\u003e] -InputObject \u003cCimInstance#MSFT_NetEventPacketCaptureProvider[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetEventProvider", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [-AssociatedEventSession \u003cCimInstance#MSFT_NetEventSession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [-AssociatedCaptureTarget \u003cCimInstance#MSFT_NetEventPacketCaptureTarget\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] -InputObject \u003cCimInstance#MSFT_NetEventProvider[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetEventSession", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CaptureMode \u003cCaptureModes\u003e] [-LocalFilePath \u003cstring\u003e] [-MaxFileSize \u003cuint32\u003e] [-MaxNumberOfBuffers \u003cbyte\u003e] [-TraceBufferSize \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-AssociatedEventProvider \u003cCimInstance#MSFT_NetEventProvider\u003e] [-CaptureMode \u003cCaptureModes\u003e] [-LocalFilePath \u003cstring\u003e] [-MaxFileSize \u003cuint32\u003e] [-MaxNumberOfBuffers \u003cbyte\u003e] [-TraceBufferSize \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetEventSession[]\u003e [-CaptureMode \u003cCaptureModes\u003e] [-LocalFilePath \u003cstring\u003e] [-MaxFileSize \u003cuint32\u003e] [-MaxNumberOfBuffers \u003cbyte\u003e] [-TraceBufferSize \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetEventVFPProvider", - "CommandType": "Function", - "ParameterSets": "[[-SessionName] \u003cstring[]\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-DestinationMACAddresses] \u003cstring[]\u003e] [[-SourceMACAddresses] \u003cstring[]\u003e] [[-VLANIds] \u003cuint16[]\u003e] [[-TenantIds] \u003cuint32[]\u003e] [[-GREKeys] \u003cuint32[]\u003e] [[-SourceIPAddresses] \u003cstring[]\u003e] [[-DestinationIPAddresses] \u003cstring[]\u003e] [[-IPProtocols] \u003cbyte[]\u003e] [[-TCPPorts] \u003cuint16[]\u003e] [[-UDPPorts] \u003cuint16[]\u003e] [[-VFPFlowDirection] \u003cVFPFlowDirection\u003e] [[-SwitchName] \u003cstring\u003e] [[-PortIds] \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-DestinationMACAddresses] \u003cstring[]\u003e] [[-SourceMACAddresses] \u003cstring[]\u003e] [[-VLANIds] \u003cuint16[]\u003e] [[-TenantIds] \u003cuint32[]\u003e] [[-GREKeys] \u003cuint32[]\u003e] [[-SourceIPAddresses] \u003cstring[]\u003e] [[-DestinationIPAddresses] \u003cstring[]\u003e] [[-IPProtocols] \u003cbyte[]\u003e] [[-TCPPorts] \u003cuint16[]\u003e] [[-UDPPorts] \u003cuint16[]\u003e] [[-VFPFlowDirection] \u003cVFPFlowDirection\u003e] [[-SwitchName] \u003cstring\u003e] [[-PortIds] \u003cuint32[]\u003e] [-AssociatedEventSession \u003cCimInstance#MSFT_NetEventSession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-DestinationMACAddresses] \u003cstring[]\u003e] [[-SourceMACAddresses] \u003cstring[]\u003e] [[-VLANIds] \u003cuint16[]\u003e] [[-TenantIds] \u003cuint32[]\u003e] [[-GREKeys] \u003cuint32[]\u003e] [[-SourceIPAddresses] \u003cstring[]\u003e] [[-DestinationIPAddresses] \u003cstring[]\u003e] [[-IPProtocols] \u003cbyte[]\u003e] [[-TCPPorts] \u003cuint16[]\u003e] [[-UDPPorts] \u003cuint16[]\u003e] [[-VFPFlowDirection] \u003cVFPFlowDirection\u003e] [[-SwitchName] \u003cstring\u003e] [[-PortIds] \u003cuint32[]\u003e] -InputObject \u003cCimInstance#MSFT_NetEventVFPProvider[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetEventVmSwitchProvider", - "CommandType": "Function", - "ParameterSets": "[[-SessionName] \u003cstring[]\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-SwitchName] \u003cstring\u003e] [[-PortIds] \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-SwitchName] \u003cstring\u003e] [[-PortIds] \u003cuint32[]\u003e] [-AssociatedEventSession \u003cCimInstance#MSFT_NetEventSession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-SwitchName] \u003cstring\u003e] [[-PortIds] \u003cuint32[]\u003e] -InputObject \u003cCimInstance#MSFT_NetEventVmSwitchProvider[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetEventWFPCaptureProvider", - "CommandType": "Function", - "ParameterSets": "[[-SessionName] \u003cstring[]\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-CaptureLayerSet] \u003cWFPCaptureSet\u003e] [[-IPAddresses] \u003cstring[]\u003e] [[-TCPPorts] \u003cuint16[]\u003e] [[-UDPPorts] \u003cuint16[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-CaptureLayerSet] \u003cWFPCaptureSet\u003e] [[-IPAddresses] \u003cstring[]\u003e] [[-TCPPorts] \u003cuint16[]\u003e] [[-UDPPorts] \u003cuint16[]\u003e] [-AssociatedEventSession \u003cCimInstance#MSFT_NetEventSession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Level] \u003cbyte\u003e] [[-MatchAnyKeyword] \u003cuint64\u003e] [[-MatchAllKeyword] \u003cuint64\u003e] [[-CaptureLayerSet] \u003cWFPCaptureSet\u003e] [[-IPAddresses] \u003cstring[]\u003e] [[-TCPPorts] \u003cuint16[]\u003e] [[-UDPPorts] \u003cuint16[]\u003e] -InputObject \u003cCimInstance#MSFT_NetEventWFPCaptureProvider[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-NetEventSession", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetEventSession[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-NetEventSession", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetEventSession[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetLbfo", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-NetLbfoTeamMember", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cWildcardPattern\u003e [-Team] \u003cstring\u003e [[-AdministrativeMode] \u003cAdminModes\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-NetLbfoTeamNic", - "CommandType": "Function", - "ParameterSets": "[-Team] \u003cstring\u003e [-VlanID] \u003cuint32\u003e [[-Name] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetLbfoTeam", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-MemberOfTheTeam \u003cCimInstance#MSFT_NetLbfoTeamMember\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TeamNicForTheTeam \u003cCimInstance#MSFT_NetLbfoTeamNic\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetLbfoTeamMember", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [[-Team] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TeamOfTheMember \u003cCimInstance#MSFT_NetLbfoTeam\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetLbfoTeamNic", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [[-Team] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TeamOfTheTeamNic \u003cCimInstance#MSFT_NetLbfoTeam\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetLbfoTeam", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-TeamMembers] \u003cWildcardPattern[]\u003e [[-TeamNicName] \u003cstring\u003e] [[-TeamingMode] \u003cTeamingModes\u003e] [[-LoadBalancingAlgorithm] \u003cLBAlgos\u003e] [[-LacpTimer] \u003cLacpTimers\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetLbfoTeam", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetLbfoTeam[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetLbfoTeamMember", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-Team] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetLbfoTeamMember[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetLbfoTeamNic", - "CommandType": "Function", - "ParameterSets": "[-Team] \u003cstring[]\u003e [-VlanID] \u003cuint32[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetLbfoTeamNic[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-NetLbfoTeam", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-NewName] \u003cstring\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetLbfoTeam", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-TeamingMode \u003cTeamingModes\u003e] [-LoadBalancingAlgorithm \u003cLBAlgos\u003e] [-LacpTimer \u003cLacpTimers\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MemberOfTheTeam \u003cCimInstance#MSFT_NetLbfoTeamMember\u003e] [-TeamingMode \u003cTeamingModes\u003e] [-LoadBalancingAlgorithm \u003cLBAlgos\u003e] [-LacpTimer \u003cLacpTimers\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TeamNicForTheTeam \u003cCimInstance#MSFT_NetLbfoTeamNic\u003e] [-TeamingMode \u003cTeamingModes\u003e] [-LoadBalancingAlgorithm \u003cLBAlgos\u003e] [-LacpTimer \u003cLacpTimers\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetLbfoTeam[]\u003e [-TeamingMode \u003cTeamingModes\u003e] [-LoadBalancingAlgorithm \u003cLBAlgos\u003e] [-LacpTimer \u003cLacpTimers\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetLbfoTeamMember", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [[-Team] \u003cstring[]\u003e] [-AdministrativeMode \u003cAdminModes\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TeamOfTheMember \u003cCimInstance#MSFT_NetLbfoTeam\u003e] [-AdministrativeMode \u003cAdminModes\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetLbfoTeamMember[]\u003e [-AdministrativeMode \u003cAdminModes\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetLbfoTeamNic", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [[-Team] \u003cstring[]\u003e] [-VlanID \u003cuint32\u003e] [-Default] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TeamOfTheTeamNic \u003cCimInstance#MSFT_NetLbfoTeam\u003e] [-VlanID \u003cuint32\u003e] [-Default] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetLbfoTeamNic[]\u003e [-VlanID \u003cuint32\u003e] [-Default] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetNat", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-NetNatExternalAddress", - "CommandType": "Function", - "ParameterSets": "[-NatName] \u003cstring\u003e -IPAddress \u003cstring\u003e [-PortStart \u003cuint16\u003e] [-PortEnd \u003cuint16\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-NetNatStaticMapping", - "CommandType": "Function", - "ParameterSets": "[-NatName] \u003cstring\u003e -Protocol \u003cProtocol\u003e -ExternalIPAddress \u003cstring\u003e -ExternalPort \u003cuint16\u003e -InternalIPAddress \u003cstring\u003e [-RemoteExternalIPAddressPrefix \u003cstring\u003e] [-InternalPort \u003cuint16\u003e] [-InternalRoutingDomainId \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetNat", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetNatExternalAddress", - "CommandType": "Function", - "ParameterSets": "[[-NatName] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetNatGlobal", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetNatSession", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetNatStaticMapping", - "CommandType": "Function", - "ParameterSets": "[[-NatName] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetNat", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-ExternalIPInterfaceAddressPrefix \u003cstring\u003e] [-InternalRoutingDomainId \u003cstring\u003e] [-InternalIPInterfaceAddressPrefix \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetNat", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetNat[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetNatExternalAddress", - "CommandType": "Function", - "ParameterSets": "[[-NatName] \u003cstring[]\u003e] [-ExternalAddressID \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetNatExternalAddress[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetNatStaticMapping", - "CommandType": "Function", - "ParameterSets": "[[-NatName] \u003cstring[]\u003e] [-StaticMappingID \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetNatStaticMapping[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetNat", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-IcmpQueryTimeout \u003cuint32\u003e] [-TcpEstablishedConnectionTimeout \u003cuint32\u003e] [-TcpTransientConnectionTimeout \u003cuint32\u003e] [-TcpFilteringBehavior \u003cFilteringBehaviorType\u003e] [-UdpFilteringBehavior \u003cFilteringBehaviorType\u003e] [-UdpIdleSessionTimeout \u003cuint32\u003e] [-UdpInboundRefresh \u003cBoolean\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetNat[]\u003e [-IcmpQueryTimeout \u003cuint32\u003e] [-TcpEstablishedConnectionTimeout \u003cuint32\u003e] [-TcpTransientConnectionTimeout \u003cuint32\u003e] [-TcpFilteringBehavior \u003cFilteringBehaviorType\u003e] [-UdpFilteringBehavior \u003cFilteringBehaviorType\u003e] [-UdpIdleSessionTimeout \u003cuint32\u003e] [-UdpInboundRefresh \u003cBoolean\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetNatGlobal", - "CommandType": "Function", - "ParameterSets": "-InterRoutingDomainHairpinningMode \u003cInterRoutingDomainHairpinningMode\u003e [-InputObject \u003cCimInstance#MSFT_NetNatGlobal[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetQos", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-NetQosPolicy", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-PolicyStore \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetQosPolicy", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-NetworkProfile \u003cNetworkProfile\u003e] [-Precedence \u003cuint32\u003e] [-PriorityValue8021Action \u003csbyte\u003e] [-DSCPAction \u003csbyte\u003e] [-MinBandwidthWeightAction \u003cbyte\u003e] [-ThrottleRateActionBitsPerSecond \u003cuint64\u003e] [-IPDstPrefixMatchCondition \u003cstring\u003e] [-UserMatchCondition \u003cstring\u003e] [-AppPathNameMatchCondition \u003cstring\u003e] [-IPProtocolMatchCondition \u003cProtocol\u003e] [-IPSrcPrefixMatchCondition \u003cstring\u003e] [-IPSrcPortMatchCondition \u003cuint16\u003e] [-IPSrcPortStartMatchCondition \u003cuint16\u003e] [-IPSrcPortEndMatchCondition \u003cuint16\u003e] [-IPDstPortMatchCondition \u003cuint16\u003e] [-IPDstPortStartMatchCondition \u003cuint16\u003e] [-IPDstPortEndMatchCondition \u003cuint16\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -IPPortMatchCondition \u003cuint16\u003e [-PolicyStore \u003cstring\u003e] [-NetworkProfile \u003cNetworkProfile\u003e] [-Precedence \u003cuint32\u003e] [-PriorityValue8021Action \u003csbyte\u003e] [-DSCPAction \u003csbyte\u003e] [-MinBandwidthWeightAction \u003cbyte\u003e] [-ThrottleRateActionBitsPerSecond \u003cuint64\u003e] [-UserMatchCondition \u003cstring\u003e] [-AppPathNameMatchCondition \u003cstring\u003e] [-IPProtocolMatchCondition \u003cProtocol\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -PriorityValue8021Action \u003csbyte\u003e -NetDirectPortMatchCondition \u003cuint16\u003e [-PolicyStore \u003cstring\u003e] [-NetworkProfile \u003cNetworkProfile\u003e] [-Precedence \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -URIMatchCondition \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-NetworkProfile \u003cNetworkProfile\u003e] [-Precedence \u003cuint32\u003e] [-DSCPAction \u003csbyte\u003e] [-ThrottleRateActionBitsPerSecond \u003cuint64\u003e] [-URIRecursiveMatchCondition \u003cbool\u003e] [-IPDstPrefixMatchCondition \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -Cluster [-PolicyStore \u003cstring\u003e] [-NetworkProfile \u003cNetworkProfile\u003e] [-Precedence \u003cuint32\u003e] [-PriorityValue8021Action \u003csbyte\u003e] [-DSCPAction \u003csbyte\u003e] [-MinBandwidthWeightAction \u003cbyte\u003e] [-ThrottleRateActionBitsPerSecond \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -SMB [-PolicyStore \u003cstring\u003e] [-NetworkProfile \u003cNetworkProfile\u003e] [-Precedence \u003cuint32\u003e] [-PriorityValue8021Action \u003csbyte\u003e] [-DSCPAction \u003csbyte\u003e] [-MinBandwidthWeightAction \u003cbyte\u003e] [-ThrottleRateActionBitsPerSecond \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -NFS [-PolicyStore \u003cstring\u003e] [-NetworkProfile \u003cNetworkProfile\u003e] [-Precedence \u003cuint32\u003e] [-PriorityValue8021Action \u003csbyte\u003e] [-DSCPAction \u003csbyte\u003e] [-MinBandwidthWeightAction \u003cbyte\u003e] [-ThrottleRateActionBitsPerSecond \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -LiveMigration [-PolicyStore \u003cstring\u003e] [-NetworkProfile \u003cNetworkProfile\u003e] [-Precedence \u003cuint32\u003e] [-PriorityValue8021Action \u003csbyte\u003e] [-DSCPAction \u003csbyte\u003e] [-MinBandwidthWeightAction \u003cbyte\u003e] [-ThrottleRateActionBitsPerSecond \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -iSCSI [-PolicyStore \u003cstring\u003e] [-NetworkProfile \u003cNetworkProfile\u003e] [-Precedence \u003cuint32\u003e] [-PriorityValue8021Action \u003csbyte\u003e] [-DSCPAction \u003csbyte\u003e] [-MinBandwidthWeightAction \u003cbyte\u003e] [-ThrottleRateActionBitsPerSecond \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -PriorityValue8021Action \u003csbyte\u003e -FCOE [-PolicyStore \u003cstring\u003e] [-NetworkProfile \u003cNetworkProfile\u003e] [-Precedence \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -Default [-PolicyStore \u003cstring\u003e] [-NetworkProfile \u003cNetworkProfile\u003e] [-Precedence \u003cuint32\u003e] [-PriorityValue8021Action \u003csbyte\u003e] [-DSCPAction \u003csbyte\u003e] [-MinBandwidthWeightAction \u003cbyte\u003e] [-ThrottleRateActionBitsPerSecond \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetQosPolicy", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-PolicyStore \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetQosPolicySettingData[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetQosPolicy", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-PolicyStore \u003cstring\u003e] [-NetworkProfile \u003cNetworkProfile\u003e] [-Precedence \u003cuint32\u003e] [-TemplateMatchCondition \u003cTemplate\u003e] [-UserMatchCondition \u003cstring\u003e] [-AppPathNameMatchCondition \u003cstring\u003e] [-IPProtocolMatchCondition \u003cProtocol\u003e] [-IPPortMatchCondition \u003cuint16\u003e] [-IPSrcPrefixMatchCondition \u003cstring\u003e] [-IPSrcPortMatchCondition \u003cuint16\u003e] [-IPSrcPortStartMatchCondition \u003cuint16\u003e] [-IPSrcPortEndMatchCondition \u003cuint16\u003e] [-IPDstPrefixMatchCondition \u003cstring\u003e] [-IPDstPortMatchCondition \u003cuint16\u003e] [-IPDstPortStartMatchCondition \u003cuint16\u003e] [-IPDstPortEndMatchCondition \u003cuint16\u003e] [-NetDirectPortMatchCondition \u003cuint16\u003e] [-URIMatchCondition \u003cstring\u003e] [-URIRecursiveMatchCondition \u003cbool\u003e] [-PriorityValue8021Action \u003csbyte\u003e] [-DSCPAction \u003csbyte\u003e] [-MinBandwidthWeightAction \u003cbyte\u003e] [-ThrottleRateActionBitsPerSecond \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetQosPolicySettingData[]\u003e [-NetworkProfile \u003cNetworkProfile\u003e] [-Precedence \u003cuint32\u003e] [-TemplateMatchCondition \u003cTemplate\u003e] [-UserMatchCondition \u003cstring\u003e] [-AppPathNameMatchCondition \u003cstring\u003e] [-IPProtocolMatchCondition \u003cProtocol\u003e] [-IPPortMatchCondition \u003cuint16\u003e] [-IPSrcPrefixMatchCondition \u003cstring\u003e] [-IPSrcPortMatchCondition \u003cuint16\u003e] [-IPSrcPortStartMatchCondition \u003cuint16\u003e] [-IPSrcPortEndMatchCondition \u003cuint16\u003e] [-IPDstPrefixMatchCondition \u003cstring\u003e] [-IPDstPortMatchCondition \u003cuint16\u003e] [-IPDstPortStartMatchCondition \u003cuint16\u003e] [-IPDstPortEndMatchCondition \u003cuint16\u003e] [-NetDirectPortMatchCondition \u003cuint16\u003e] [-URIMatchCondition \u003cstring\u003e] [-URIRecursiveMatchCondition \u003cbool\u003e] [-PriorityValue8021Action \u003csbyte\u003e] [-DSCPAction \u003csbyte\u003e] [-MinBandwidthWeightAction \u003cbyte\u003e] [-ThrottleRateActionBitsPerSecond \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetSecurity", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Copy-NetFirewallRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-Direction \u003cDirection[]\u003e] [-Action \u003cAction[]\u003e] [-EdgeTraversalPolicy \u003cEdgeTraversal[]\u003e] [-LooseSourceMapping \u003cbool[]\u003e] [-LocalOnlyMapping \u003cbool[]\u003e] [-Owner \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallApplicationFilter \u003cCimInstance#MSFT_NetApplicationFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceFilter \u003cCimInstance#MSFT_NetInterfaceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceTypeFilter \u003cCimInstance#MSFT_NetInterfaceTypeFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallPortFilter \u003cCimInstance#MSFT_NetProtocolPortFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallSecurityFilter \u003cCimInstance#MSFT_NetNetworkLayerSecurityFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallServiceFilter \u003cCimInstance#MSFT_NetServiceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetFirewallRule[]\u003e [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Copy-NetIPsecMainModeCryptoSet", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-MaxMinutes \u003cuint32[]\u003e] [-MaxSessions \u003cuint32[]\u003e] [-ForceDiffieHellman \u003cbool[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeRule \u003cCimInstance#MSFT_NetMainModeRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEMMCryptoSet[]\u003e [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Copy-NetIPsecMainModeRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-MainModeCryptoSet \u003cstring[]\u003e] [-Phase1AuthSet \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase1AuthSet \u003cCimInstance#MSFT_NetIKEP1AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeCryptoSet \u003cCimInstance#MSFT_NetIKEMMCryptoSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetMainModeRule[]\u003e [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Copy-NetIPsecPhase1AuthSet", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeRule \u003cCimInstance#MSFT_NetMainModeRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEP1AuthSet[]\u003e [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Copy-NetIPsecPhase2AuthSet", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEP2AuthSet[]\u003e [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Copy-NetIPsecQuickModeCryptoSet", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-PerfectForwardSecrecyGroup \u003cDiffieHellmanGroup[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEQMCryptoSet[]\u003e [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Copy-NetIPsecRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-IPsecRuleName] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-Mode \u003cIPsecMode[]\u003e] [-InboundSecurity \u003cSecurityPolicy[]\u003e] [-OutboundSecurity \u003cSecurityPolicy[]\u003e] [-QuickModeCryptoSet \u003cstring[]\u003e] [-Phase1AuthSet \u003cstring[]\u003e] [-Phase2AuthSet \u003cstring[]\u003e] [-KeyModule \u003cKeyModule[]\u003e] [-AllowWatchKey \u003cbool[]\u003e] [-AllowSetKey \u003cbool[]\u003e] [-RemoteTunnelHostname \u003cstring[]\u003e] [-ForwardPathLifetime \u003cuint32[]\u003e] [-EncryptedTunnelBypass \u003cbool[]\u003e] [-RequireAuthorization \u003cbool[]\u003e] [-User \u003cstring[]\u003e] [-Machine \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceFilter \u003cCimInstance#MSFT_NetInterfaceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceTypeFilter \u003cCimInstance#MSFT_NetInterfaceTypeFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallPortFilter \u003cCimInstance#MSFT_NetProtocolPortFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase2AuthSet \u003cCimInstance#MSFT_NetIKEP2AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase1AuthSet \u003cCimInstance#MSFT_NetIKEP1AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecQuickModeCryptoSet \u003cCimInstance#MSFT_NetIKEQMCryptoSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetConSecRule[]\u003e [-NewPolicyStore \u003cstring\u003e] [-NewGPOSession \u003cstring\u003e] [-NewName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetFirewallRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-Direction \u003cDirection[]\u003e] [-Action \u003cAction[]\u003e] [-EdgeTraversalPolicy \u003cEdgeTraversal[]\u003e] [-LooseSourceMapping \u003cbool[]\u003e] [-LocalOnlyMapping \u003cbool[]\u003e] [-Owner \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallApplicationFilter \u003cCimInstance#MSFT_NetApplicationFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceFilter \u003cCimInstance#MSFT_NetInterfaceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceTypeFilter \u003cCimInstance#MSFT_NetInterfaceTypeFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallPortFilter \u003cCimInstance#MSFT_NetProtocolPortFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallSecurityFilter \u003cCimInstance#MSFT_NetNetworkLayerSecurityFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallServiceFilter \u003cCimInstance#MSFT_NetServiceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetFirewallRule[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetIPsecMainModeRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-MainModeCryptoSet \u003cstring[]\u003e] [-Phase1AuthSet \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase1AuthSet \u003cCimInstance#MSFT_NetIKEP1AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeCryptoSet \u003cCimInstance#MSFT_NetIKEMMCryptoSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetMainModeRule[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetIPsecRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-IPsecRuleName] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-Mode \u003cIPsecMode[]\u003e] [-InboundSecurity \u003cSecurityPolicy[]\u003e] [-OutboundSecurity \u003cSecurityPolicy[]\u003e] [-QuickModeCryptoSet \u003cstring[]\u003e] [-Phase1AuthSet \u003cstring[]\u003e] [-Phase2AuthSet \u003cstring[]\u003e] [-KeyModule \u003cKeyModule[]\u003e] [-AllowWatchKey \u003cbool[]\u003e] [-AllowSetKey \u003cbool[]\u003e] [-RemoteTunnelHostname \u003cstring[]\u003e] [-ForwardPathLifetime \u003cuint32[]\u003e] [-EncryptedTunnelBypass \u003cbool[]\u003e] [-RequireAuthorization \u003cbool[]\u003e] [-User \u003cstring[]\u003e] [-Machine \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceFilter \u003cCimInstance#MSFT_NetInterfaceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceTypeFilter \u003cCimInstance#MSFT_NetInterfaceTypeFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallPortFilter \u003cCimInstance#MSFT_NetProtocolPortFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase2AuthSet \u003cCimInstance#MSFT_NetIKEP2AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase1AuthSet \u003cCimInstance#MSFT_NetIKEP1AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecQuickModeCryptoSet \u003cCimInstance#MSFT_NetIKEQMCryptoSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetConSecRule[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetFirewallRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-Direction \u003cDirection[]\u003e] [-Action \u003cAction[]\u003e] [-EdgeTraversalPolicy \u003cEdgeTraversal[]\u003e] [-LooseSourceMapping \u003cbool[]\u003e] [-LocalOnlyMapping \u003cbool[]\u003e] [-Owner \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallApplicationFilter \u003cCimInstance#MSFT_NetApplicationFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceFilter \u003cCimInstance#MSFT_NetInterfaceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceTypeFilter \u003cCimInstance#MSFT_NetInterfaceTypeFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallPortFilter \u003cCimInstance#MSFT_NetProtocolPortFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallSecurityFilter \u003cCimInstance#MSFT_NetNetworkLayerSecurityFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallServiceFilter \u003cCimInstance#MSFT_NetServiceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetFirewallRule[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetIPsecMainModeRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-MainModeCryptoSet \u003cstring[]\u003e] [-Phase1AuthSet \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase1AuthSet \u003cCimInstance#MSFT_NetIKEP1AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeCryptoSet \u003cCimInstance#MSFT_NetIKEMMCryptoSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetMainModeRule[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetIPsecRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-IPsecRuleName] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-Mode \u003cIPsecMode[]\u003e] [-InboundSecurity \u003cSecurityPolicy[]\u003e] [-OutboundSecurity \u003cSecurityPolicy[]\u003e] [-QuickModeCryptoSet \u003cstring[]\u003e] [-Phase1AuthSet \u003cstring[]\u003e] [-Phase2AuthSet \u003cstring[]\u003e] [-KeyModule \u003cKeyModule[]\u003e] [-AllowWatchKey \u003cbool[]\u003e] [-AllowSetKey \u003cbool[]\u003e] [-RemoteTunnelHostname \u003cstring[]\u003e] [-ForwardPathLifetime \u003cuint32[]\u003e] [-EncryptedTunnelBypass \u003cbool[]\u003e] [-RequireAuthorization \u003cbool[]\u003e] [-User \u003cstring[]\u003e] [-Machine \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceFilter \u003cCimInstance#MSFT_NetInterfaceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceTypeFilter \u003cCimInstance#MSFT_NetInterfaceTypeFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallPortFilter \u003cCimInstance#MSFT_NetProtocolPortFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase2AuthSet \u003cCimInstance#MSFT_NetIKEP2AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase1AuthSet \u003cCimInstance#MSFT_NetIKEP1AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecQuickModeCryptoSet \u003cCimInstance#MSFT_NetIKEQMCryptoSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetConSecRule[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Find-NetIPsecRule", - "CommandType": "Function", - "ParameterSets": "-RemoteAddress \u003cstring\u003e [-LocalAddress \u003cstring\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cuint16\u003e] [-RemotePort \u003cuint16\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetFirewallAddressFilter", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallRule \u003cCimInstance#MSFT_NetFirewallRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeRule \u003cCimInstance#MSFT_NetMainModeRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetFirewallApplicationFilter", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Program \u003cstring[]\u003e] [-Package \u003cstring[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallRule \u003cCimInstance#MSFT_NetFirewallRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetFirewallInterfaceFilter", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallRule \u003cCimInstance#MSFT_NetFirewallRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetFirewallInterfaceTypeFilter", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InterfaceType \u003cInterfaceType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallRule \u003cCimInstance#MSFT_NetFirewallRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetFirewallPortFilter", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Protocol \u003cstring[]\u003e] [-DynamicTarget \u003cDynamicTransport[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallRule \u003cCimInstance#MSFT_NetFirewallRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetFirewallProfile", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallRule \u003cCimInstance#MSFT_NetFirewallRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeRule \u003cCimInstance#MSFT_NetMainModeRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetFirewallRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-Direction \u003cDirection[]\u003e] [-Action \u003cAction[]\u003e] [-EdgeTraversalPolicy \u003cEdgeTraversal[]\u003e] [-LooseSourceMapping \u003cbool[]\u003e] [-LocalOnlyMapping \u003cbool[]\u003e] [-Owner \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallApplicationFilter \u003cCimInstance#MSFT_NetApplicationFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceFilter \u003cCimInstance#MSFT_NetInterfaceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceTypeFilter \u003cCimInstance#MSFT_NetInterfaceTypeFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallPortFilter \u003cCimInstance#MSFT_NetProtocolPortFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallSecurityFilter \u003cCimInstance#MSFT_NetNetworkLayerSecurityFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallServiceFilter \u003cCimInstance#MSFT_NetServiceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetFirewallSecurityFilter", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Authentication \u003cAuthentication[]\u003e] [-Encryption \u003cEncryption[]\u003e] [-OverrideBlockRules \u003cbool[]\u003e] [-LocalUser \u003cstring[]\u003e] [-RemoteUser \u003cstring[]\u003e] [-RemoteMachine \u003cstring[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallRule \u003cCimInstance#MSFT_NetFirewallRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetFirewallServiceFilter", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Service \u003cstring[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallRule \u003cCimInstance#MSFT_NetFirewallRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetFirewallSetting", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPsecDospSetting", - "CommandType": "Function", - "ParameterSets": "[-All] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPsecMainModeCryptoSet", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-MaxMinutes \u003cuint32[]\u003e] [-MaxSessions \u003cuint32[]\u003e] [-ForceDiffieHellman \u003cbool[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeRule \u003cCimInstance#MSFT_NetMainModeRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPsecMainModeRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-MainModeCryptoSet \u003cstring[]\u003e] [-Phase1AuthSet \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase1AuthSet \u003cCimInstance#MSFT_NetIKEP1AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeCryptoSet \u003cCimInstance#MSFT_NetIKEMMCryptoSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPsecMainModeSA", - "CommandType": "Function", - "ParameterSets": "[-All] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecQuickModeSA \u003cCimInstance#MSFT_NetQuickModeSA\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPsecPhase1AuthSet", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeRule \u003cCimInstance#MSFT_NetMainModeRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPsecPhase2AuthSet", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPsecQuickModeCryptoSet", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-PerfectForwardSecrecyGroup \u003cDiffieHellmanGroup[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPsecQuickModeSA", - "CommandType": "Function", - "ParameterSets": "[-All] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeSA \u003cCimInstance#MSFT_NetMainModeSA\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPsecRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IPsecRuleName] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-Mode \u003cIPsecMode[]\u003e] [-InboundSecurity \u003cSecurityPolicy[]\u003e] [-OutboundSecurity \u003cSecurityPolicy[]\u003e] [-QuickModeCryptoSet \u003cstring[]\u003e] [-Phase1AuthSet \u003cstring[]\u003e] [-Phase2AuthSet \u003cstring[]\u003e] [-KeyModule \u003cKeyModule[]\u003e] [-AllowWatchKey \u003cbool[]\u003e] [-AllowSetKey \u003cbool[]\u003e] [-RemoteTunnelHostname \u003cstring[]\u003e] [-ForwardPathLifetime \u003cuint32[]\u003e] [-EncryptedTunnelBypass \u003cbool[]\u003e] [-RequireAuthorization \u003cbool[]\u003e] [-User \u003cstring[]\u003e] [-Machine \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceFilter \u003cCimInstance#MSFT_NetInterfaceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceTypeFilter \u003cCimInstance#MSFT_NetInterfaceTypeFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallPortFilter \u003cCimInstance#MSFT_NetProtocolPortFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase2AuthSet \u003cCimInstance#MSFT_NetIKEP2AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase1AuthSet \u003cCimInstance#MSFT_NetIKEP1AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AssociatedNetIPsecQuickModeCryptoSet \u003cCimInstance#MSFT_NetIKEQMCryptoSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetFirewallRule", - "CommandType": "Function", - "ParameterSets": "-DisplayName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Name \u003cstring\u003e] [-Description \u003cstring\u003e] [-Group \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-Direction \u003cDirection\u003e] [-Action \u003cAction\u003e] [-EdgeTraversalPolicy \u003cEdgeTraversal\u003e] [-LooseSourceMapping \u003cbool\u003e] [-LocalOnlyMapping \u003cbool\u003e] [-Owner \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-IcmpType \u003cstring[]\u003e] [-DynamicTarget \u003cDynamicTransport\u003e] [-Program \u003cstring\u003e] [-Package \u003cstring\u003e] [-Service \u003cstring\u003e] [-InterfaceAlias \u003cWildcardPattern[]\u003e] [-InterfaceType \u003cInterfaceType\u003e] [-LocalUser \u003cstring\u003e] [-RemoteUser \u003cstring\u003e] [-RemoteMachine \u003cstring\u003e] [-Authentication \u003cAuthentication\u003e] [-Encryption \u003cEncryption\u003e] [-OverrideBlockRules \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetIPsecDospSetting", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring\u003e -PublicInterfaceAliases \u003cWildcardPattern[]\u003e -PrivateInterfaceAliases \u003cWildcardPattern[]\u003e [-StateIdleTimeoutSeconds \u003cuint32\u003e] [-PerIPRateLimitQueueIdleTimeoutSeconds \u003cuint32\u003e] [-IpV6IPsecUnauthDscp \u003cuint32\u003e] [-IpV6IPsecUnauthRateLimitBytesPerSec \u003cuint32\u003e] [-IpV6IPsecUnauthPerIPRateLimitBytesPerSec \u003cuint32\u003e] [-IpV6IPsecAuthDscp \u003cuint16\u003e] [-IpV6IPsecAuthRateLimitBytesPerSec \u003cuint32\u003e] [-IcmpV6Dscp \u003cuint16\u003e] [-IcmpV6RateLimitBytesPerSec \u003cuint32\u003e] [-IpV6FilterExemptDscp \u003cuint32\u003e] [-IpV6FilterExemptRateLimitBytesPerSec \u003cuint32\u003e] [-DefBlockExemptDscp \u003cuint16\u003e] [-DefBlockExemptRateLimitBytesPerSec \u003cuint32\u003e] [-MaxStateEntries \u003cuint32\u003e] [-MaxPerIPRateLimitQueues \u003cuint32\u003e] [-EnabledKeyingModules \u003cDospKeyModules\u003e] [-FilteringFlags \u003cDospFlags\u003e] [-PublicV6Address \u003cstring\u003e] [-PrivateV6Address \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetIPsecMainModeCryptoSet", - "CommandType": "Function", - "ParameterSets": "-DisplayName \u003cstring\u003e -Proposal \u003cciminstance[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Name \u003cstring\u003e] [-Description \u003cstring\u003e] [-Group \u003cstring\u003e] [-MaxMinutes \u003cuint32\u003e] [-MaxSessions \u003cuint32\u003e] [-ForceDiffieHellman \u003cbool\u003e] [-Default] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetIPsecMainModeRule", - "CommandType": "Function", - "ParameterSets": "-DisplayName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Name \u003cstring\u003e] [-Description \u003cstring\u003e] [-Group \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-MainModeCryptoSet \u003cstring\u003e] [-Phase1AuthSet \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetIPsecPhase1AuthSet", - "CommandType": "Function", - "ParameterSets": "-DisplayName \u003cstring\u003e -Proposal \u003cciminstance[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Name \u003cstring\u003e] [-Description \u003cstring\u003e] [-Group \u003cstring\u003e] [-Default] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetIPsecPhase2AuthSet", - "CommandType": "Function", - "ParameterSets": "-DisplayName \u003cstring\u003e -Proposal \u003cciminstance[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Name \u003cstring\u003e] [-Description \u003cstring\u003e] [-Group \u003cstring\u003e] [-Default] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetIPsecQuickModeCryptoSet", - "CommandType": "Function", - "ParameterSets": "-DisplayName \u003cstring\u003e -Proposal \u003cciminstance[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Name \u003cstring\u003e] [-Description \u003cstring\u003e] [-Group \u003cstring\u003e] [-PerfectForwardSecrecyGroup \u003cDiffieHellmanGroup\u003e] [-Default] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetIPsecRule", - "CommandType": "Function", - "ParameterSets": "-DisplayName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-IPsecRuleName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Group \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-Mode \u003cIPsecMode\u003e] [-InboundSecurity \u003cSecurityPolicy\u003e] [-OutboundSecurity \u003cSecurityPolicy\u003e] [-QuickModeCryptoSet \u003cstring\u003e] [-Phase1AuthSet \u003cstring\u003e] [-Phase2AuthSet \u003cstring\u003e] [-KeyModule \u003cKeyModule\u003e] [-AllowWatchKey \u003cbool\u003e] [-AllowSetKey \u003cbool\u003e] [-LocalTunnelEndpoint \u003cstring[]\u003e] [-RemoteTunnelEndpoint \u003cstring[]\u003e] [-RemoteTunnelHostname \u003cstring\u003e] [-ForwardPathLifetime \u003cuint32\u003e] [-EncryptedTunnelBypass \u003cbool\u003e] [-RequireAuthorization \u003cbool\u003e] [-User \u003cstring\u003e] [-Machine \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-InterfaceAlias \u003cWildcardPattern[]\u003e] [-InterfaceType \u003cInterfaceType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Open-NetGPO", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore] \u003cstring\u003e [-DomainController \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetFirewallRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-Direction \u003cDirection[]\u003e] [-Action \u003cAction[]\u003e] [-EdgeTraversalPolicy \u003cEdgeTraversal[]\u003e] [-LooseSourceMapping \u003cbool[]\u003e] [-LocalOnlyMapping \u003cbool[]\u003e] [-Owner \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallApplicationFilter \u003cCimInstance#MSFT_NetApplicationFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceFilter \u003cCimInstance#MSFT_NetInterfaceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceTypeFilter \u003cCimInstance#MSFT_NetInterfaceTypeFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallPortFilter \u003cCimInstance#MSFT_NetProtocolPortFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallSecurityFilter \u003cCimInstance#MSFT_NetNetworkLayerSecurityFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallServiceFilter \u003cCimInstance#MSFT_NetServiceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetFirewallRule[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetIPsecDospSetting", - "CommandType": "Function", - "ParameterSets": "[-All] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIPsecDoSPSetting[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetIPsecMainModeCryptoSet", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-MaxMinutes \u003cuint32[]\u003e] [-MaxSessions \u003cuint32[]\u003e] [-ForceDiffieHellman \u003cbool[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeRule \u003cCimInstance#MSFT_NetMainModeRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEMMCryptoSet[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetIPsecMainModeRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-MainModeCryptoSet \u003cstring[]\u003e] [-Phase1AuthSet \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase1AuthSet \u003cCimInstance#MSFT_NetIKEP1AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeCryptoSet \u003cCimInstance#MSFT_NetIKEMMCryptoSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetMainModeRule[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetIPsecMainModeSA", - "CommandType": "Function", - "ParameterSets": "[-All] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecQuickModeSA \u003cCimInstance#MSFT_NetQuickModeSA\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetMainModeSA[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetIPsecPhase1AuthSet", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeRule \u003cCimInstance#MSFT_NetMainModeRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEP1AuthSet[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetIPsecPhase2AuthSet", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEP2AuthSet[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetIPsecQuickModeCryptoSet", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-PerfectForwardSecrecyGroup \u003cDiffieHellmanGroup[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEQMCryptoSet[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetIPsecQuickModeSA", - "CommandType": "Function", - "ParameterSets": "[-All] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeSA \u003cCimInstance#MSFT_NetMainModeSA\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetQuickModeSA[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetIPsecRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-IPsecRuleName] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-Mode \u003cIPsecMode[]\u003e] [-InboundSecurity \u003cSecurityPolicy[]\u003e] [-OutboundSecurity \u003cSecurityPolicy[]\u003e] [-QuickModeCryptoSet \u003cstring[]\u003e] [-Phase1AuthSet \u003cstring[]\u003e] [-Phase2AuthSet \u003cstring[]\u003e] [-KeyModule \u003cKeyModule[]\u003e] [-AllowWatchKey \u003cbool[]\u003e] [-AllowSetKey \u003cbool[]\u003e] [-RemoteTunnelHostname \u003cstring[]\u003e] [-ForwardPathLifetime \u003cuint32[]\u003e] [-EncryptedTunnelBypass \u003cbool[]\u003e] [-RequireAuthorization \u003cbool[]\u003e] [-User \u003cstring[]\u003e] [-Machine \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceFilter \u003cCimInstance#MSFT_NetInterfaceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceTypeFilter \u003cCimInstance#MSFT_NetInterfaceTypeFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallPortFilter \u003cCimInstance#MSFT_NetProtocolPortFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase2AuthSet \u003cCimInstance#MSFT_NetIKEP2AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase1AuthSet \u003cCimInstance#MSFT_NetIKEP1AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecQuickModeCryptoSet \u003cCimInstance#MSFT_NetIKEQMCryptoSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetConSecRule[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-NetFirewallRule", - "CommandType": "Function", - "ParameterSets": "-NewName \u003cstring\u003e [-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -NewName \u003cstring\u003e [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-Direction \u003cDirection[]\u003e] [-Action \u003cAction[]\u003e] [-EdgeTraversalPolicy \u003cEdgeTraversal[]\u003e] [-LooseSourceMapping \u003cbool[]\u003e] [-LocalOnlyMapping \u003cbool[]\u003e] [-Owner \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallApplicationFilter \u003cCimInstance#MSFT_NetApplicationFilter\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceFilter \u003cCimInstance#MSFT_NetInterfaceFilter\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceTypeFilter \u003cCimInstance#MSFT_NetInterfaceTypeFilter\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallPortFilter \u003cCimInstance#MSFT_NetProtocolPortFilter\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallSecurityFilter \u003cCimInstance#MSFT_NetNetworkLayerSecurityFilter\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallServiceFilter \u003cCimInstance#MSFT_NetServiceFilter\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetFirewallRule[]\u003e -NewName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-NetIPsecMainModeCryptoSet", - "CommandType": "Function", - "ParameterSets": "-NewName \u003cstring\u003e [-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -NewName \u003cstring\u003e [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-MaxMinutes \u003cuint32[]\u003e] [-MaxSessions \u003cuint32[]\u003e] [-ForceDiffieHellman \u003cbool[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeRule \u003cCimInstance#MSFT_NetMainModeRule\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEMMCryptoSet[]\u003e -NewName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-NetIPsecMainModeRule", - "CommandType": "Function", - "ParameterSets": "-NewName \u003cstring\u003e [-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -NewName \u003cstring\u003e [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-MainModeCryptoSet \u003cstring[]\u003e] [-Phase1AuthSet \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase1AuthSet \u003cCimInstance#MSFT_NetIKEP1AuthSet\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeCryptoSet \u003cCimInstance#MSFT_NetIKEMMCryptoSet\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetMainModeRule[]\u003e -NewName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-NetIPsecPhase1AuthSet", - "CommandType": "Function", - "ParameterSets": "-NewName \u003cstring\u003e [-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -NewName \u003cstring\u003e [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecMainModeRule \u003cCimInstance#MSFT_NetMainModeRule\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEP1AuthSet[]\u003e -NewName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-NetIPsecPhase2AuthSet", - "CommandType": "Function", - "ParameterSets": "-NewName \u003cstring\u003e [-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -NewName \u003cstring\u003e [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEP2AuthSet[]\u003e -NewName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-NetIPsecQuickModeCryptoSet", - "CommandType": "Function", - "ParameterSets": "-NewName \u003cstring\u003e [-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -NewName \u003cstring\u003e [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-PerfectForwardSecrecyGroup \u003cDiffieHellmanGroup[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecRule \u003cCimInstance#MSFT_NetConSecRule\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEQMCryptoSet[]\u003e -NewName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-NetIPsecRule", - "CommandType": "Function", - "ParameterSets": "-NewName \u003cstring\u003e [-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-IPsecRuleName] \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -NewName \u003cstring\u003e [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-Mode \u003cIPsecMode[]\u003e] [-InboundSecurity \u003cSecurityPolicy[]\u003e] [-OutboundSecurity \u003cSecurityPolicy[]\u003e] [-QuickModeCryptoSet \u003cstring[]\u003e] [-Phase1AuthSet \u003cstring[]\u003e] [-Phase2AuthSet \u003cstring[]\u003e] [-KeyModule \u003cKeyModule[]\u003e] [-AllowWatchKey \u003cbool[]\u003e] [-AllowSetKey \u003cbool[]\u003e] [-RemoteTunnelHostname \u003cstring[]\u003e] [-ForwardPathLifetime \u003cuint32[]\u003e] [-EncryptedTunnelBypass \u003cbool[]\u003e] [-RequireAuthorization \u003cbool[]\u003e] [-User \u003cstring[]\u003e] [-Machine \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceFilter \u003cCimInstance#MSFT_NetInterfaceFilter\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceTypeFilter \u003cCimInstance#MSFT_NetInterfaceTypeFilter\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallPortFilter \u003cCimInstance#MSFT_NetProtocolPortFilter\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase2AuthSet \u003cCimInstance#MSFT_NetIKEP2AuthSet\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase1AuthSet \u003cCimInstance#MSFT_NetIKEP1AuthSet\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecQuickModeCryptoSet \u003cCimInstance#MSFT_NetIKEQMCryptoSet\u003e -NewName \u003cstring\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetConSecRule[]\u003e -NewName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Save-NetGPO", - "CommandType": "Function", - "ParameterSets": "[-GPOSession] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetFirewallAddressFilter", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetAddressFilter[]\u003e [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetFirewallApplicationFilter", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Program \u003cstring\u003e] [-Package \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetApplicationFilter[]\u003e [-Program \u003cstring\u003e] [-Package \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetFirewallInterfaceFilter", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-InterfaceAlias \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetInterfaceFilter[]\u003e [-InterfaceAlias \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetFirewallInterfaceTypeFilter", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-InterfaceType \u003cInterfaceType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetInterfaceTypeFilter[]\u003e [-InterfaceType \u003cInterfaceType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetFirewallPortFilter", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-IcmpType \u003cstring[]\u003e] [-DynamicTarget \u003cDynamicTransport\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetProtocolPortFilter[]\u003e [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-IcmpType \u003cstring[]\u003e] [-DynamicTarget \u003cDynamicTransport\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetFirewallProfile", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Enabled \u003cGpoBoolean\u003e] [-DefaultInboundAction \u003cAction\u003e] [-DefaultOutboundAction \u003cAction\u003e] [-AllowInboundRules \u003cGpoBoolean\u003e] [-AllowLocalFirewallRules \u003cGpoBoolean\u003e] [-AllowLocalIPsecRules \u003cGpoBoolean\u003e] [-AllowUserApps \u003cGpoBoolean\u003e] [-AllowUserPorts \u003cGpoBoolean\u003e] [-AllowUnicastResponseToMulticast \u003cGpoBoolean\u003e] [-NotifyOnListen \u003cGpoBoolean\u003e] [-EnableStealthModeForIPsec \u003cGpoBoolean\u003e] [-LogFileName \u003cstring\u003e] [-LogMaxSizeKilobytes \u003cuint64\u003e] [-LogAllowed \u003cGpoBoolean\u003e] [-LogBlocked \u003cGpoBoolean\u003e] [-LogIgnored \u003cGpoBoolean\u003e] [-DisabledInterfaceAliases \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Enabled \u003cGpoBoolean\u003e] [-DefaultInboundAction \u003cAction\u003e] [-DefaultOutboundAction \u003cAction\u003e] [-AllowInboundRules \u003cGpoBoolean\u003e] [-AllowLocalFirewallRules \u003cGpoBoolean\u003e] [-AllowLocalIPsecRules \u003cGpoBoolean\u003e] [-AllowUserApps \u003cGpoBoolean\u003e] [-AllowUserPorts \u003cGpoBoolean\u003e] [-AllowUnicastResponseToMulticast \u003cGpoBoolean\u003e] [-NotifyOnListen \u003cGpoBoolean\u003e] [-EnableStealthModeForIPsec \u003cGpoBoolean\u003e] [-LogFileName \u003cstring\u003e] [-LogMaxSizeKilobytes \u003cuint64\u003e] [-LogAllowed \u003cGpoBoolean\u003e] [-LogBlocked \u003cGpoBoolean\u003e] [-LogIgnored \u003cGpoBoolean\u003e] [-DisabledInterfaceAliases \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetFirewallProfile[]\u003e [-Enabled \u003cGpoBoolean\u003e] [-DefaultInboundAction \u003cAction\u003e] [-DefaultOutboundAction \u003cAction\u003e] [-AllowInboundRules \u003cGpoBoolean\u003e] [-AllowLocalFirewallRules \u003cGpoBoolean\u003e] [-AllowLocalIPsecRules \u003cGpoBoolean\u003e] [-AllowUserApps \u003cGpoBoolean\u003e] [-AllowUserPorts \u003cGpoBoolean\u003e] [-AllowUnicastResponseToMulticast \u003cGpoBoolean\u003e] [-NotifyOnListen \u003cGpoBoolean\u003e] [-EnableStealthModeForIPsec \u003cGpoBoolean\u003e] [-LogFileName \u003cstring\u003e] [-LogMaxSizeKilobytes \u003cuint64\u003e] [-LogAllowed \u003cGpoBoolean\u003e] [-LogBlocked \u003cGpoBoolean\u003e] [-LogIgnored \u003cGpoBoolean\u003e] [-DisabledInterfaceAliases \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetFirewallRule", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-Direction \u003cDirection\u003e] [-Action \u003cAction\u003e] [-EdgeTraversalPolicy \u003cEdgeTraversal\u003e] [-LooseSourceMapping \u003cbool\u003e] [-LocalOnlyMapping \u003cbool\u003e] [-Owner \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-IcmpType \u003cstring[]\u003e] [-DynamicTarget \u003cDynamicTransport\u003e] [-Program \u003cstring\u003e] [-Package \u003cstring\u003e] [-Service \u003cstring\u003e] [-InterfaceAlias \u003cWildcardPattern[]\u003e] [-InterfaceType \u003cInterfaceType\u003e] [-LocalUser \u003cstring\u003e] [-RemoteUser \u003cstring\u003e] [-RemoteMachine \u003cstring\u003e] [-Authentication \u003cAuthentication\u003e] [-Encryption \u003cEncryption\u003e] [-OverrideBlockRules \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-Direction \u003cDirection\u003e] [-Action \u003cAction\u003e] [-EdgeTraversalPolicy \u003cEdgeTraversal\u003e] [-LooseSourceMapping \u003cbool\u003e] [-LocalOnlyMapping \u003cbool\u003e] [-Owner \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-IcmpType \u003cstring[]\u003e] [-DynamicTarget \u003cDynamicTransport\u003e] [-Program \u003cstring\u003e] [-Package \u003cstring\u003e] [-Service \u003cstring\u003e] [-InterfaceAlias \u003cWildcardPattern[]\u003e] [-InterfaceType \u003cInterfaceType\u003e] [-LocalUser \u003cstring\u003e] [-RemoteUser \u003cstring\u003e] [-RemoteMachine \u003cstring\u003e] [-Authentication \u003cAuthentication\u003e] [-Encryption \u003cEncryption\u003e] [-OverrideBlockRules \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayGroup \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-Direction \u003cDirection\u003e] [-Action \u003cAction\u003e] [-EdgeTraversalPolicy \u003cEdgeTraversal\u003e] [-LooseSourceMapping \u003cbool\u003e] [-LocalOnlyMapping \u003cbool\u003e] [-Owner \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-IcmpType \u003cstring[]\u003e] [-DynamicTarget \u003cDynamicTransport\u003e] [-Program \u003cstring\u003e] [-Package \u003cstring\u003e] [-Service \u003cstring\u003e] [-InterfaceAlias \u003cWildcardPattern[]\u003e] [-InterfaceType \u003cInterfaceType\u003e] [-LocalUser \u003cstring\u003e] [-RemoteUser \u003cstring\u003e] [-RemoteMachine \u003cstring\u003e] [-Authentication \u003cAuthentication\u003e] [-Encryption \u003cEncryption\u003e] [-OverrideBlockRules \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Group \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-Direction \u003cDirection\u003e] [-Action \u003cAction\u003e] [-EdgeTraversalPolicy \u003cEdgeTraversal\u003e] [-LooseSourceMapping \u003cbool\u003e] [-LocalOnlyMapping \u003cbool\u003e] [-Owner \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-IcmpType \u003cstring[]\u003e] [-DynamicTarget \u003cDynamicTransport\u003e] [-Program \u003cstring\u003e] [-Package \u003cstring\u003e] [-Service \u003cstring\u003e] [-InterfaceAlias \u003cWildcardPattern[]\u003e] [-InterfaceType \u003cInterfaceType\u003e] [-LocalUser \u003cstring\u003e] [-RemoteUser \u003cstring\u003e] [-RemoteMachine \u003cstring\u003e] [-Authentication \u003cAuthentication\u003e] [-Encryption \u003cEncryption\u003e] [-OverrideBlockRules \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetFirewallRule[]\u003e [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-Direction \u003cDirection\u003e] [-Action \u003cAction\u003e] [-EdgeTraversalPolicy \u003cEdgeTraversal\u003e] [-LooseSourceMapping \u003cbool\u003e] [-LocalOnlyMapping \u003cbool\u003e] [-Owner \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-IcmpType \u003cstring[]\u003e] [-DynamicTarget \u003cDynamicTransport\u003e] [-Program \u003cstring\u003e] [-Package \u003cstring\u003e] [-Service \u003cstring\u003e] [-InterfaceAlias \u003cWildcardPattern[]\u003e] [-InterfaceType \u003cInterfaceType\u003e] [-LocalUser \u003cstring\u003e] [-RemoteUser \u003cstring\u003e] [-RemoteMachine \u003cstring\u003e] [-Authentication \u003cAuthentication\u003e] [-Encryption \u003cEncryption\u003e] [-OverrideBlockRules \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetFirewallSecurityFilter", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Authentication \u003cAuthentication\u003e] [-Encryption \u003cEncryption\u003e] [-OverrideBlockRules \u003cbool\u003e] [-LocalUser \u003cstring\u003e] [-RemoteUser \u003cstring\u003e] [-RemoteMachine \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetNetworkLayerSecurityFilter[]\u003e [-Authentication \u003cAuthentication\u003e] [-Encryption \u003cEncryption\u003e] [-OverrideBlockRules \u003cbool\u003e] [-LocalUser \u003cstring\u003e] [-RemoteUser \u003cstring\u003e] [-RemoteMachine \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetFirewallServiceFilter", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Service \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetServiceFilter[]\u003e [-Service \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetFirewallSetting", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Exemptions \u003cTrafficExemption\u003e] [-EnableStatefulFtp \u003cGpoBoolean\u003e] [-EnableStatefulPptp \u003cGpoBoolean\u003e] [-RemoteMachineTransportAuthorizationList \u003cstring\u003e] [-RemoteMachineTunnelAuthorizationList \u003cstring\u003e] [-RemoteUserTransportAuthorizationList \u003cstring\u003e] [-RemoteUserTunnelAuthorizationList \u003cstring\u003e] [-RequireFullAuthSupport \u003cGpoBoolean\u003e] [-CertValidationLevel \u003cCRLCheck\u003e] [-AllowIPsecThroughNAT \u003cIPsecThroughNAT\u003e] [-MaxSAIdleTimeSeconds \u003cuint32\u003e] [-KeyEncoding \u003cKeyEncoding\u003e] [-EnablePacketQueuing \u003cPacketQueuing\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetSecuritySettingData[]\u003e [-Exemptions \u003cTrafficExemption\u003e] [-EnableStatefulFtp \u003cGpoBoolean\u003e] [-EnableStatefulPptp \u003cGpoBoolean\u003e] [-RemoteMachineTransportAuthorizationList \u003cstring\u003e] [-RemoteMachineTunnelAuthorizationList \u003cstring\u003e] [-RemoteUserTransportAuthorizationList \u003cstring\u003e] [-RemoteUserTunnelAuthorizationList \u003cstring\u003e] [-RequireFullAuthSupport \u003cGpoBoolean\u003e] [-CertValidationLevel \u003cCRLCheck\u003e] [-AllowIPsecThroughNAT \u003cIPsecThroughNAT\u003e] [-MaxSAIdleTimeSeconds \u003cuint32\u003e] [-KeyEncoding \u003cKeyEncoding\u003e] [-EnablePacketQueuing \u003cPacketQueuing\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetIPsecDospSetting", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-StateIdleTimeoutSeconds \u003cuint32\u003e] [-PerIPRateLimitQueueIdleTimeoutSeconds \u003cuint32\u003e] [-IpV6IPsecUnauthDscp \u003cuint32\u003e] [-IpV6IPsecUnauthRateLimitBytesPerSec \u003cuint32\u003e] [-IpV6IPsecUnauthPerIPRateLimitBytesPerSec \u003cuint32\u003e] [-IpV6IPsecAuthDscp \u003cuint16\u003e] [-IpV6IPsecAuthRateLimitBytesPerSec \u003cuint32\u003e] [-IcmpV6Dscp \u003cuint16\u003e] [-IcmpV6RateLimitBytesPerSec \u003cuint32\u003e] [-IpV6FilterExemptDscp \u003cuint32\u003e] [-IpV6FilterExemptRateLimitBytesPerSec \u003cuint32\u003e] [-DefBlockExemptDscp \u003cuint16\u003e] [-DefBlockExemptRateLimitBytesPerSec \u003cuint32\u003e] [-MaxStateEntries \u003cuint32\u003e] [-MaxPerIPRateLimitQueues \u003cuint32\u003e] [-EnabledKeyingModules \u003cDospKeyModules\u003e] [-FilteringFlags \u003cDospFlags\u003e] [-PublicInterfaceAliases \u003cWildcardPattern[]\u003e] [-PrivateInterfaceAliases \u003cWildcardPattern[]\u003e] [-PublicV6Address \u003cstring\u003e] [-PrivateV6Address \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIPsecDoSPSetting[]\u003e [-StateIdleTimeoutSeconds \u003cuint32\u003e] [-PerIPRateLimitQueueIdleTimeoutSeconds \u003cuint32\u003e] [-IpV6IPsecUnauthDscp \u003cuint32\u003e] [-IpV6IPsecUnauthRateLimitBytesPerSec \u003cuint32\u003e] [-IpV6IPsecUnauthPerIPRateLimitBytesPerSec \u003cuint32\u003e] [-IpV6IPsecAuthDscp \u003cuint16\u003e] [-IpV6IPsecAuthRateLimitBytesPerSec \u003cuint32\u003e] [-IcmpV6Dscp \u003cuint16\u003e] [-IcmpV6RateLimitBytesPerSec \u003cuint32\u003e] [-IpV6FilterExemptDscp \u003cuint32\u003e] [-IpV6FilterExemptRateLimitBytesPerSec \u003cuint32\u003e] [-DefBlockExemptDscp \u003cuint16\u003e] [-DefBlockExemptRateLimitBytesPerSec \u003cuint32\u003e] [-MaxStateEntries \u003cuint32\u003e] [-MaxPerIPRateLimitQueues \u003cuint32\u003e] [-EnabledKeyingModules \u003cDospKeyModules\u003e] [-FilteringFlags \u003cDospFlags\u003e] [-PublicInterfaceAliases \u003cWildcardPattern[]\u003e] [-PrivateInterfaceAliases \u003cWildcardPattern[]\u003e] [-PublicV6Address \u003cstring\u003e] [-PrivateV6Address \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetIPsecMainModeCryptoSet", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-MaxMinutes \u003cuint32\u003e] [-MaxSessions \u003cuint32\u003e] [-ForceDiffieHellman \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-MaxMinutes \u003cuint32\u003e] [-MaxSessions \u003cuint32\u003e] [-ForceDiffieHellman \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayGroup \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-MaxMinutes \u003cuint32\u003e] [-MaxSessions \u003cuint32\u003e] [-ForceDiffieHellman \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Group \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-MaxMinutes \u003cuint32\u003e] [-MaxSessions \u003cuint32\u003e] [-ForceDiffieHellman \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEMMCryptoSet[]\u003e [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-MaxMinutes \u003cuint32\u003e] [-MaxSessions \u003cuint32\u003e] [-ForceDiffieHellman \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetIPsecMainModeRule", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-MainModeCryptoSet \u003cstring\u003e] [-Phase1AuthSet \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-MainModeCryptoSet \u003cstring\u003e] [-Phase1AuthSet \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayGroup \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-MainModeCryptoSet \u003cstring\u003e] [-Phase1AuthSet \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Group \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-MainModeCryptoSet \u003cstring\u003e] [-Phase1AuthSet \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetMainModeRule[]\u003e [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-MainModeCryptoSet \u003cstring\u003e] [-Phase1AuthSet \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetIPsecPhase1AuthSet", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayGroup \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Group \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEP1AuthSet[]\u003e [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetIPsecPhase2AuthSet", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayGroup \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Group \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEP2AuthSet[]\u003e [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetIPsecQuickModeCryptoSet", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-PerfectForwardSecrecyGroup \u003cDiffieHellmanGroup\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-PerfectForwardSecrecyGroup \u003cDiffieHellmanGroup\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayGroup \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-PerfectForwardSecrecyGroup \u003cDiffieHellmanGroup\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Group \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-PerfectForwardSecrecyGroup \u003cDiffieHellmanGroup\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIKEQMCryptoSet[]\u003e [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Proposal \u003cciminstance[]\u003e] [-PerfectForwardSecrecyGroup \u003cDiffieHellmanGroup\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetIPsecRule", - "CommandType": "Function", - "ParameterSets": "[-IPsecRuleName] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-Mode \u003cIPsecMode\u003e] [-InboundSecurity \u003cSecurityPolicy\u003e] [-OutboundSecurity \u003cSecurityPolicy\u003e] [-QuickModeCryptoSet \u003cstring\u003e] [-Phase1AuthSet \u003cstring\u003e] [-Phase2AuthSet \u003cstring\u003e] [-KeyModule \u003cKeyModule\u003e] [-AllowWatchKey \u003cbool\u003e] [-AllowSetKey \u003cbool\u003e] [-LocalTunnelEndpoint \u003cstring[]\u003e] [-RemoteTunnelEndpoint \u003cstring[]\u003e] [-RemoteTunnelHostname \u003cstring\u003e] [-ForwardPathLifetime \u003cuint32\u003e] [-EncryptedTunnelBypass \u003cbool\u003e] [-RequireAuthorization \u003cbool\u003e] [-User \u003cstring\u003e] [-Machine \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-InterfaceAlias \u003cWildcardPattern[]\u003e] [-InterfaceType \u003cInterfaceType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-Mode \u003cIPsecMode\u003e] [-InboundSecurity \u003cSecurityPolicy\u003e] [-OutboundSecurity \u003cSecurityPolicy\u003e] [-QuickModeCryptoSet \u003cstring\u003e] [-Phase1AuthSet \u003cstring\u003e] [-Phase2AuthSet \u003cstring\u003e] [-KeyModule \u003cKeyModule\u003e] [-AllowWatchKey \u003cbool\u003e] [-AllowSetKey \u003cbool\u003e] [-LocalTunnelEndpoint \u003cstring[]\u003e] [-RemoteTunnelEndpoint \u003cstring[]\u003e] [-RemoteTunnelHostname \u003cstring\u003e] [-ForwardPathLifetime \u003cuint32\u003e] [-EncryptedTunnelBypass \u003cbool\u003e] [-RequireAuthorization \u003cbool\u003e] [-User \u003cstring\u003e] [-Machine \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-InterfaceAlias \u003cWildcardPattern[]\u003e] [-InterfaceType \u003cInterfaceType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayGroup \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-Mode \u003cIPsecMode\u003e] [-InboundSecurity \u003cSecurityPolicy\u003e] [-OutboundSecurity \u003cSecurityPolicy\u003e] [-QuickModeCryptoSet \u003cstring\u003e] [-Phase1AuthSet \u003cstring\u003e] [-Phase2AuthSet \u003cstring\u003e] [-KeyModule \u003cKeyModule\u003e] [-AllowWatchKey \u003cbool\u003e] [-AllowSetKey \u003cbool\u003e] [-LocalTunnelEndpoint \u003cstring[]\u003e] [-RemoteTunnelEndpoint \u003cstring[]\u003e] [-RemoteTunnelHostname \u003cstring\u003e] [-ForwardPathLifetime \u003cuint32\u003e] [-EncryptedTunnelBypass \u003cbool\u003e] [-RequireAuthorization \u003cbool\u003e] [-User \u003cstring\u003e] [-Machine \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-InterfaceAlias \u003cWildcardPattern[]\u003e] [-InterfaceType \u003cInterfaceType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Group \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-Mode \u003cIPsecMode\u003e] [-InboundSecurity \u003cSecurityPolicy\u003e] [-OutboundSecurity \u003cSecurityPolicy\u003e] [-QuickModeCryptoSet \u003cstring\u003e] [-Phase1AuthSet \u003cstring\u003e] [-Phase2AuthSet \u003cstring\u003e] [-KeyModule \u003cKeyModule\u003e] [-AllowWatchKey \u003cbool\u003e] [-AllowSetKey \u003cbool\u003e] [-LocalTunnelEndpoint \u003cstring[]\u003e] [-RemoteTunnelEndpoint \u003cstring[]\u003e] [-RemoteTunnelHostname \u003cstring\u003e] [-ForwardPathLifetime \u003cuint32\u003e] [-EncryptedTunnelBypass \u003cbool\u003e] [-RequireAuthorization \u003cbool\u003e] [-User \u003cstring\u003e] [-Machine \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-InterfaceAlias \u003cWildcardPattern[]\u003e] [-InterfaceType \u003cInterfaceType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetConSecRule[]\u003e [-NewDisplayName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Enabled \u003cEnabled\u003e] [-Profile \u003cProfile\u003e] [-Platform \u003cstring[]\u003e] [-Mode \u003cIPsecMode\u003e] [-InboundSecurity \u003cSecurityPolicy\u003e] [-OutboundSecurity \u003cSecurityPolicy\u003e] [-QuickModeCryptoSet \u003cstring\u003e] [-Phase1AuthSet \u003cstring\u003e] [-Phase2AuthSet \u003cstring\u003e] [-KeyModule \u003cKeyModule\u003e] [-AllowWatchKey \u003cbool\u003e] [-AllowSetKey \u003cbool\u003e] [-LocalTunnelEndpoint \u003cstring[]\u003e] [-RemoteTunnelEndpoint \u003cstring[]\u003e] [-RemoteTunnelHostname \u003cstring\u003e] [-ForwardPathLifetime \u003cuint32\u003e] [-EncryptedTunnelBypass \u003cbool\u003e] [-RequireAuthorization \u003cbool\u003e] [-User \u003cstring\u003e] [-Machine \u003cstring\u003e] [-LocalAddress \u003cstring[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-Protocol \u003cstring\u003e] [-LocalPort \u003cstring[]\u003e] [-RemotePort \u003cstring[]\u003e] [-InterfaceAlias \u003cWildcardPattern[]\u003e] [-InterfaceType \u003cInterfaceType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Show-NetFirewallRule", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Show-NetIPsecRule", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Sync-NetIPsecRule", - "CommandType": "Function", - "ParameterSets": "[-All] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-Servers \u003cstring[]\u003e] [-Domains \u003cstring[]\u003e] [-EndpointType \u003cEndpointType\u003e] [-AddressType \u003cAddressVersion\u003e] [-DnsServers \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-IPsecRuleName] \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-Servers \u003cstring[]\u003e] [-Domains \u003cstring[]\u003e] [-EndpointType \u003cEndpointType\u003e] [-AddressType \u003cAddressVersion\u003e] [-DnsServers \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DisplayName \u003cstring[]\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-Servers \u003cstring[]\u003e] [-Domains \u003cstring[]\u003e] [-EndpointType \u003cEndpointType\u003e] [-AddressType \u003cAddressVersion\u003e] [-DnsServers \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Description \u003cstring[]\u003e] [-DisplayGroup \u003cstring[]\u003e] [-Group \u003cstring[]\u003e] [-Enabled \u003cEnabled[]\u003e] [-Mode \u003cIPsecMode[]\u003e] [-InboundSecurity \u003cSecurityPolicy[]\u003e] [-OutboundSecurity \u003cSecurityPolicy[]\u003e] [-QuickModeCryptoSet \u003cstring[]\u003e] [-Phase1AuthSet \u003cstring[]\u003e] [-Phase2AuthSet \u003cstring[]\u003e] [-KeyModule \u003cKeyModule[]\u003e] [-AllowWatchKey \u003cbool[]\u003e] [-AllowSetKey \u003cbool[]\u003e] [-RemoteTunnelHostname \u003cstring[]\u003e] [-ForwardPathLifetime \u003cuint32[]\u003e] [-EncryptedTunnelBypass \u003cbool[]\u003e] [-RequireAuthorization \u003cbool[]\u003e] [-User \u003cstring[]\u003e] [-Machine \u003cstring[]\u003e] [-PrimaryStatus \u003cPrimaryStatus[]\u003e] [-Status \u003cstring[]\u003e] [-PolicyStoreSource \u003cstring[]\u003e] [-PolicyStoreSourceType \u003cPolicyStoreType[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-Servers \u003cstring[]\u003e] [-Domains \u003cstring[]\u003e] [-EndpointType \u003cEndpointType\u003e] [-AddressType \u003cAddressVersion\u003e] [-DnsServers \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallAddressFilter \u003cCimInstance#MSFT_NetAddressFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-Servers \u003cstring[]\u003e] [-Domains \u003cstring[]\u003e] [-EndpointType \u003cEndpointType\u003e] [-AddressType \u003cAddressVersion\u003e] [-DnsServers \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceFilter \u003cCimInstance#MSFT_NetInterfaceFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-Servers \u003cstring[]\u003e] [-Domains \u003cstring[]\u003e] [-EndpointType \u003cEndpointType\u003e] [-AddressType \u003cAddressVersion\u003e] [-DnsServers \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallInterfaceTypeFilter \u003cCimInstance#MSFT_NetInterfaceTypeFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-Servers \u003cstring[]\u003e] [-Domains \u003cstring[]\u003e] [-EndpointType \u003cEndpointType\u003e] [-AddressType \u003cAddressVersion\u003e] [-DnsServers \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallPortFilter \u003cCimInstance#MSFT_NetProtocolPortFilter\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-Servers \u003cstring[]\u003e] [-Domains \u003cstring[]\u003e] [-EndpointType \u003cEndpointType\u003e] [-AddressType \u003cAddressVersion\u003e] [-DnsServers \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetFirewallProfile \u003cCimInstance#MSFT_NetFirewallProfile\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-Servers \u003cstring[]\u003e] [-Domains \u003cstring[]\u003e] [-EndpointType \u003cEndpointType\u003e] [-AddressType \u003cAddressVersion\u003e] [-DnsServers \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase2AuthSet \u003cCimInstance#MSFT_NetIKEP2AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-Servers \u003cstring[]\u003e] [-Domains \u003cstring[]\u003e] [-EndpointType \u003cEndpointType\u003e] [-AddressType \u003cAddressVersion\u003e] [-DnsServers \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecPhase1AuthSet \u003cCimInstance#MSFT_NetIKEP1AuthSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-Servers \u003cstring[]\u003e] [-Domains \u003cstring[]\u003e] [-EndpointType \u003cEndpointType\u003e] [-AddressType \u003cAddressVersion\u003e] [-DnsServers \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -AssociatedNetIPsecQuickModeCryptoSet \u003cCimInstance#MSFT_NetIKEQMCryptoSet\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-TracePolicyStore] [-Servers \u003cstring[]\u003e] [-Domains \u003cstring[]\u003e] [-EndpointType \u003cEndpointType\u003e] [-AddressType \u003cAddressVersion\u003e] [-DnsServers \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetConSecRule[]\u003e [-Servers \u003cstring[]\u003e] [-Domains \u003cstring[]\u003e] [-EndpointType \u003cEndpointType\u003e] [-AddressType \u003cAddressVersion\u003e] [-DnsServers \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-NetIPsecRule", - "CommandType": "Function", - "ParameterSets": "-IPsecRuleName \u003cstring[]\u003e -Action \u003cChangeAction\u003e -EndpointType \u003cEndpointType\u003e [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-IPv6Addresses \u003cstring[]\u003e] [-IPv4Addresses \u003cstring[]\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetConSecRule[]\u003e -Action \u003cChangeAction\u003e -EndpointType \u003cEndpointType\u003e [-IPv6Addresses \u003cstring[]\u003e] [-IPv4Addresses \u003cstring[]\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DAPolicyChange", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Servers] \u003cstring[]\u003e] [[-Domains] \u003cstring[]\u003e] [-DisplayName] \u003cstring\u003e [[-PolicyStore] \u003cstring\u003e] [-PSLocation] \u003cstring\u003e [-EndpointType] \u003cstring\u003e [[-DnsServers] \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetIPsecAuthProposal", - "CommandType": "Cmdlet", - "ParameterSets": "-Machine [-Health] -Cert -Authority \u003cstring\u003e [-AccountMapping] [-AuthorityType \u003cCertificateAuthorityType\u003e] [-ExtendedKeyUsage \u003cstring[]\u003e] [-ExcludeCAName] [-FollowRenewal] [-SelectionCriteria] [-Signing \u003cCertificateSigningAlgorithm\u003e] [-SubjectName \u003cstring\u003e] [-SubjectNameType \u003cCertificateSubjectType\u003e] [-Thumbprint \u003cstring\u003e] [-ValidationCriteria] [\u003cCommonParameters\u003e] -User -Cert -Authority \u003cstring\u003e [-AccountMapping] [-AuthorityType \u003cCertificateAuthorityType\u003e] [-ExtendedKeyUsage \u003cstring[]\u003e] [-ExcludeCAName] [-FollowRenewal] [-SelectionCriteria] [-Signing \u003cCertificateSigningAlgorithm\u003e] [-SubjectName \u003cstring\u003e] [-SubjectNameType \u003cCertificateSubjectType\u003e] [-Thumbprint \u003cstring\u003e] [-ValidationCriteria] [\u003cCommonParameters\u003e] -Anonymous [\u003cCommonParameters\u003e] -Machine -Kerberos [-Proxy \u003cstring\u003e] [\u003cCommonParameters\u003e] -User -Kerberos [-Proxy \u003cstring\u003e] [\u003cCommonParameters\u003e] -Machine -Ntlm [\u003cCommonParameters\u003e] -Machine [-PreSharedKey] \u003cstring\u003e [\u003cCommonParameters\u003e] -User -Ntlm [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetIPsecMainModeCryptoProposal", - "CommandType": "Cmdlet", - "ParameterSets": "[-Encryption \u003cEncryptionAlgorithm\u003e] [-KeyExchange \u003cDiffieHellmanGroup\u003e] [-Hash \u003cHashAlgorithm\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetIPsecQuickModeCryptoProposal", - "CommandType": "Cmdlet", - "ParameterSets": "[-Encryption \u003cEncryptionAlgorithm\u003e] [-AHHash \u003cHashAlgorithm\u003e] [-ESPHash \u003cHashAlgorithm\u003e] [-MaxKiloBytes \u003cuint64\u003e] [-MaxMinutes \u003cuint64\u003e] [-Encapsulation \u003cIPsecEncapsulation\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetSwitchTeam", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-NetSwitchTeamMember", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-Team] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetSwitchTeam", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Member \u003cCimInstance#MSFT_NetSwitchTeamMember\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetSwitchTeamMember", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [[-Team] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetSwitchTeam", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-TeamMembers] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetSwitchTeam", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetSwitchTeam[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetSwitchTeamMember", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-Team] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-NetSwitchTeam", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetTCPIP", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Find-NetRoute", - "CommandType": "Function", - "ParameterSets": "-RemoteIPAddress \u003cstring\u003e [-InterfaceIndex \u003cuint32\u003e] [-LocalIPAddress \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetCompartment", - "CommandType": "Function", - "ParameterSets": "[-CompartmentId \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPAddress", - "CommandType": "Function", - "ParameterSets": "[[-IPAddress] \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-InterfaceAlias \u003cstring[]\u003e] [-AddressFamily \u003cAddressFamily[]\u003e] [-Type \u003cType[]\u003e] [-PrefixLength \u003cbyte[]\u003e] [-PrefixOrigin \u003cPrefixOrigin[]\u003e] [-SuffixOrigin \u003cSuffixOrigin[]\u003e] [-AddressState \u003cAddressState[]\u003e] [-ValidLifetime \u003ctimespan[]\u003e] [-PreferredLifetime \u003ctimespan[]\u003e] [-SkipAsSource \u003cbool[]\u003e] [-AssociatedIPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-IncludeAllCompartments] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPConfiguration", - "CommandType": "Function", - "ParameterSets": "[[-InterfaceAlias] \u003cstring\u003e] [-AllCompartments] [-CompartmentId \u003cint\u003e] [-Detailed] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] -InterfaceIndex \u003cint\u003e [-AllCompartments] [-CompartmentId \u003cint\u003e] [-Detailed] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] -All [-AllCompartments] [-CompartmentId \u003cint\u003e] [-Detailed] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPInterface", - "CommandType": "Function", - "ParameterSets": "[[-InterfaceAlias] \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-AddressFamily \u003cAddressFamily[]\u003e] [-Forwarding \u003cForwarding[]\u003e] [-ClampMss \u003cClampMss[]\u003e] [-Advertising \u003cAdvertising[]\u003e] [-NlMtuBytes \u003cuint32[]\u003e] [-InterfaceMetric \u003cuint32[]\u003e] [-NeighborUnreachabilityDetection \u003cNeighborUnreachabilityDetection[]\u003e] [-BaseReachableTimeMs \u003cuint32[]\u003e] [-ReachableTimeMs \u003cuint32[]\u003e] [-RetransmitTimeMs \u003cuint32[]\u003e] [-DadTransmits \u003cuint32[]\u003e] [-DadRetransmitTimeMs \u003cuint32[]\u003e] [-RouterDiscovery \u003cRouterDiscovery[]\u003e] [-ManagedAddressConfiguration \u003cManagedAddressConfiguration[]\u003e] [-OtherStatefulConfiguration \u003cOtherStatefulConfiguration[]\u003e] [-WeakHostSend \u003cWeakHostSend[]\u003e] [-WeakHostReceive \u003cWeakHostReceive[]\u003e] [-IgnoreDefaultRoutes \u003cIgnoreDefaultRoutes[]\u003e] [-AdvertisedRouterLifetime \u003ctimespan[]\u003e] [-AdvertiseDefaultRoute \u003cAdvertiseDefaultRoute[]\u003e] [-CurrentHopLimit \u003cuint32[]\u003e] [-ForceArpNdWolPattern \u003cForceArpNdWolPattern[]\u003e] [-DirectedMacWolPattern \u003cDirectedMacWolPattern[]\u003e] [-EcnMarking \u003cEcnMarking[]\u003e] [-Dhcp \u003cDhcp[]\u003e] [-ConnectionState \u003cConnectionState[]\u003e] [-AutomaticMetric \u003cAutomaticMetric[]\u003e] [-NeighborDiscoverySupported \u003cNeighborDiscoverySupported[]\u003e] [-CompartmentId \u003cuint32[]\u003e] [-PolicyStore \u003cstring\u003e] [-IncludeAllCompartments] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedRoute \u003cCimInstance#MSFT_NetRoute\u003e] [-IncludeAllCompartments] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedIPAddress \u003cCimInstance#MSFT_NetIPAddress\u003e] [-IncludeAllCompartments] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedNeighbor \u003cCimInstance#MSFT_NetNeighbor\u003e] [-IncludeAllCompartments] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-AssociatedAdapter \u003cCimInstance#MSFT_NetAdapter\u003e] [-IncludeAllCompartments] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPv4Protocol", - "CommandType": "Function", - "ParameterSets": "[-DefaultHopLimit \u003cuint32[]\u003e] [-NeighborCacheLimitEntries \u003cuint32[]\u003e] [-RouteCacheLimitEntries \u003cuint32[]\u003e] [-ReassemblyLimitBytes \u003cuint32[]\u003e] [-IcmpRedirects \u003cIcmpRedirects[]\u003e] [-SourceRoutingBehavior \u003cSourceRoutingBehavior[]\u003e] [-DhcpMediaSense \u003cDhcpMediaSense[]\u003e] [-MediaSenseEventLog \u003cMediaSenseEventLog[]\u003e] [-IGMPLevel \u003cMldLevel[]\u003e] [-IGMPVersion \u003cMldVersion[]\u003e] [-MulticastForwarding \u003cMulticastForwarding[]\u003e] [-GroupForwardedFragments \u003cGroupForwardedFragments[]\u003e] [-RandomizeIdentifiers \u003cRandomizeIdentifiers[]\u003e] [-AddressMaskReply \u003cAddressMaskReply[]\u003e] [-MinimumMtu \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPv6Protocol", - "CommandType": "Function", - "ParameterSets": "[-DefaultHopLimit \u003cuint32[]\u003e] [-NeighborCacheLimitEntries \u003cuint32[]\u003e] [-RouteCacheLimitEntries \u003cuint32[]\u003e] [-ReassemblyLimitBytes \u003cuint32[]\u003e] [-IcmpRedirects \u003cIcmpRedirects[]\u003e] [-SourceRoutingBehavior \u003cSourceRoutingBehavior[]\u003e] [-DhcpMediaSense \u003cDhcpMediaSense[]\u003e] [-MediaSenseEventLog \u003cMediaSenseEventLog[]\u003e] [-MldLevel \u003cMldLevel[]\u003e] [-MldVersion \u003cMldVersion[]\u003e] [-MulticastForwarding \u003cMulticastForwarding[]\u003e] [-GroupForwardedFragments \u003cGroupForwardedFragments[]\u003e] [-RandomizeIdentifiers \u003cRandomizeIdentifiers[]\u003e] [-AddressMaskReply \u003cAddressMaskReply[]\u003e] [-UseTemporaryAddresses \u003cUseTemporaryAddresses[]\u003e] [-MaxTemporaryDadAttempts \u003cuint32[]\u003e] [-MaxTemporaryValidLifetime \u003ctimespan[]\u003e] [-MaxTemporaryPreferredLifetime \u003ctimespan[]\u003e] [-TemporaryRegenerateTime \u003ctimespan[]\u003e] [-MaxTemporaryDesyncTime \u003ctimespan[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetNeighbor", - "CommandType": "Function", - "ParameterSets": "[[-IPAddress] \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-InterfaceAlias \u003cstring[]\u003e] [-LinkLayerAddress \u003cstring[]\u003e] [-State \u003cState[]\u003e] [-AddressFamily \u003cAddressFamily[]\u003e] [-AssociatedIPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-IncludeAllCompartments] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetOffloadGlobalSetting", - "CommandType": "Function", - "ParameterSets": "[-ReceiveSideScaling \u003cEnabledDisabledEnum[]\u003e] [-ReceiveSegmentCoalescing \u003cEnabledDisabledEnum[]\u003e] [-Chimney \u003cChimneyEnum[]\u003e] [-TaskOffload \u003cEnabledDisabledEnum[]\u003e] [-NetworkDirect \u003cEnabledDisabledEnum[]\u003e] [-NetworkDirectAcrossIPSubnets \u003cAllowedBlockedEnum[]\u003e] [-PacketCoalescingFilter \u003cEnabledDisabledEnum[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetPrefixPolicy", - "CommandType": "Function", - "ParameterSets": "[[-Prefix] \u003cstring[]\u003e] [-Precedence \u003cuint32[]\u003e] [-Label \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetRoute", - "CommandType": "Function", - "ParameterSets": "[[-DestinationPrefix] \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-InterfaceAlias \u003cstring[]\u003e] [-NextHop \u003cstring[]\u003e] [-AddressFamily \u003cAddressFamily[]\u003e] [-Publish \u003cPublish[]\u003e] [-RouteMetric \u003cuint16[]\u003e] [-Protocol \u003cProtocol[]\u003e] [-CompartmentId \u003cuint32[]\u003e] [-ValidLifetime \u003ctimespan[]\u003e] [-PreferredLifetime \u003ctimespan[]\u003e] [-AssociatedIPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-IncludeAllCompartments] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetTCPConnection", - "CommandType": "Function", - "ParameterSets": "[[-LocalAddress] \u003cstring[]\u003e] [[-LocalPort] \u003cuint16[]\u003e] [-RemoteAddress \u003cstring[]\u003e] [-RemotePort \u003cuint16[]\u003e] [-State \u003cState[]\u003e] [-AppliedSetting \u003cAppliedSetting[]\u003e] [-OwningProcess \u003cuint32[]\u003e] [-CreationTime \u003cdatetime[]\u003e] [-OffloadState \u003cOffloadState[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetTCPSetting", - "CommandType": "Function", - "ParameterSets": "[[-SettingName] \u003cstring[]\u003e] [-MinRtoMs \u003cuint32[]\u003e] [-InitialCongestionWindowMss \u003cuint32[]\u003e] [-CongestionProvider \u003cCongestionProvider[]\u003e] [-CwndRestart \u003cCwndRestart[]\u003e] [-DelayedAckTimeoutMs \u003cuint32[]\u003e] [-DelayedAckFrequency \u003cbyte[]\u003e] [-MemoryPressureProtection \u003cMemoryPressureProtection[]\u003e] [-AutoTuningLevelLocal \u003cAutoTuningLevelLocal[]\u003e] [-AutoTuningLevelGroupPolicy \u003cAutoTuningLevelGroupPolicy[]\u003e] [-AutoTuningLevelEffective \u003cAutoTuningLevelEffective[]\u003e] [-EcnCapability \u003cEcnCapability[]\u003e] [-Timestamps \u003cTimestamps[]\u003e] [-InitialRtoMs \u003cuint32[]\u003e] [-ScalingHeuristics \u003cScalingHeuristics[]\u003e] [-DynamicPortRangeStartPort \u003cuint16[]\u003e] [-DynamicPortRangeNumberOfPorts \u003cuint16[]\u003e] [-AutomaticUseCustom \u003cAutomaticUseCustom[]\u003e] [-NonSackRttResiliency \u003cNonSackRttResiliency[]\u003e] [-ForceWS \u003cForceWS[]\u003e] [-MaxSynRetransmissions \u003cbyte[]\u003e] [-AutoReusePortRangeStartPort \u003cuint16[]\u003e] [-AutoReusePortRangeNumberOfPorts \u003cuint16[]\u003e] [-AssociatedTransportFilter \u003cCimInstance#MSFT_NetTransportFilter\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetTransportFilter", - "CommandType": "Function", - "ParameterSets": "[-SettingName \u003cstring[]\u003e] [-Protocol \u003cProtocol[]\u003e] [-LocalPortStart \u003cuint16[]\u003e] [-LocalPortEnd \u003cuint16[]\u003e] [-RemotePortStart \u003cuint16[]\u003e] [-RemotePortEnd \u003cuint16[]\u003e] [-DestinationPrefix \u003cstring[]\u003e] [-AssociatedTCPSetting \u003cCimInstance#MSFT_NetTCPSetting\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetUDPEndpoint", - "CommandType": "Function", - "ParameterSets": "[[-LocalAddress] \u003cstring[]\u003e] [[-LocalPort] \u003cuint16[]\u003e] [-OwningProcess \u003cuint32[]\u003e] [-CreationTime \u003cdatetime[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetUDPSetting", - "CommandType": "Function", - "ParameterSets": "[[-DynamicPortRangeStartPort] \u003cuint16[]\u003e] [[-DynamicPortRangeNumberOfPorts] \u003cuint16[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetIPAddress", - "CommandType": "Function", - "ParameterSets": "[-IPAddress] \u003cstring\u003e -InterfaceAlias \u003cstring\u003e [-DefaultGateway \u003cstring\u003e] [-AddressFamily \u003cAddressFamily\u003e] [-Type \u003cType\u003e] [-PrefixLength \u003cbyte\u003e] [-ValidLifetime \u003ctimespan\u003e] [-PreferredLifetime \u003ctimespan\u003e] [-SkipAsSource \u003cbool\u003e] [-PolicyStore \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-IPAddress] \u003cstring\u003e -InterfaceIndex \u003cuint32\u003e [-DefaultGateway \u003cstring\u003e] [-AddressFamily \u003cAddressFamily\u003e] [-Type \u003cType\u003e] [-PrefixLength \u003cbyte\u003e] [-ValidLifetime \u003ctimespan\u003e] [-PreferredLifetime \u003ctimespan\u003e] [-SkipAsSource \u003cbool\u003e] [-PolicyStore \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetNeighbor", - "CommandType": "Function", - "ParameterSets": "[-IPAddress] \u003cstring\u003e -InterfaceAlias \u003cstring\u003e [-LinkLayerAddress \u003cstring\u003e] [-PolicyStore \u003cstring\u003e] [-State \u003cState\u003e] [-AddressFamily \u003cAddressFamily\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-IPAddress] \u003cstring\u003e -InterfaceIndex \u003cuint32\u003e [-LinkLayerAddress \u003cstring\u003e] [-PolicyStore \u003cstring\u003e] [-State \u003cState\u003e] [-AddressFamily \u003cAddressFamily\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetRoute", - "CommandType": "Function", - "ParameterSets": "[-DestinationPrefix] \u003cstring\u003e -InterfaceAlias \u003cstring\u003e [-AddressFamily \u003cAddressFamily\u003e] [-NextHop \u003cstring\u003e] [-PolicyStore \u003cstring\u003e] [-Publish \u003cPublish\u003e] [-RouteMetric \u003cuint16\u003e] [-Protocol \u003cProtocol\u003e] [-ValidLifetime \u003ctimespan\u003e] [-PreferredLifetime \u003ctimespan\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-DestinationPrefix] \u003cstring\u003e -InterfaceIndex \u003cuint32\u003e [-AddressFamily \u003cAddressFamily\u003e] [-NextHop \u003cstring\u003e] [-PolicyStore \u003cstring\u003e] [-Publish \u003cPublish\u003e] [-RouteMetric \u003cuint16\u003e] [-Protocol \u003cProtocol\u003e] [-ValidLifetime \u003ctimespan\u003e] [-PreferredLifetime \u003ctimespan\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetTransportFilter", - "CommandType": "Function", - "ParameterSets": "-SettingName \u003cstring\u003e [-Protocol \u003cProtocol\u003e] [-LocalPortStart \u003cuint16\u003e] [-LocalPortEnd \u003cuint16\u003e] [-RemotePortStart \u003cuint16\u003e] [-RemotePortEnd \u003cuint16\u003e] [-DestinationPrefix \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetIPAddress", - "CommandType": "Function", - "ParameterSets": "[[-IPAddress] \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-InterfaceAlias \u003cstring[]\u003e] [-AddressFamily \u003cAddressFamily[]\u003e] [-Type \u003cType[]\u003e] [-PrefixLength \u003cbyte[]\u003e] [-PrefixOrigin \u003cPrefixOrigin[]\u003e] [-SuffixOrigin \u003cSuffixOrigin[]\u003e] [-AddressState \u003cAddressState[]\u003e] [-ValidLifetime \u003ctimespan[]\u003e] [-PreferredLifetime \u003ctimespan[]\u003e] [-SkipAsSource \u003cbool[]\u003e] [-PolicyStore \u003cstring\u003e] [-DefaultGateway \u003cstring\u003e] [-IncludeAllCompartments] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIPAddress[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetNeighbor", - "CommandType": "Function", - "ParameterSets": "[[-IPAddress] \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-InterfaceAlias \u003cstring[]\u003e] [-LinkLayerAddress \u003cstring[]\u003e] [-State \u003cState[]\u003e] [-AddressFamily \u003cAddressFamily[]\u003e] [-AssociatedIPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-IncludeAllCompartments] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetNeighbor[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetRoute", - "CommandType": "Function", - "ParameterSets": "[[-DestinationPrefix] \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-InterfaceAlias \u003cstring[]\u003e] [-NextHop \u003cstring[]\u003e] [-AddressFamily \u003cAddressFamily[]\u003e] [-Publish \u003cPublish[]\u003e] [-RouteMetric \u003cuint16[]\u003e] [-Protocol \u003cProtocol[]\u003e] [-CompartmentId \u003cuint32[]\u003e] [-ValidLifetime \u003ctimespan[]\u003e] [-PreferredLifetime \u003ctimespan[]\u003e] [-AssociatedIPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-IncludeAllCompartments] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetRoute[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetTransportFilter", - "CommandType": "Function", - "ParameterSets": "[-SettingName \u003cstring[]\u003e] [-Protocol \u003cProtocol[]\u003e] [-LocalPortStart \u003cuint16[]\u003e] [-LocalPortEnd \u003cuint16[]\u003e] [-RemotePortStart \u003cuint16[]\u003e] [-RemotePortEnd \u003cuint16[]\u003e] [-DestinationPrefix \u003cstring[]\u003e] [-AssociatedTCPSetting \u003cCimInstance#MSFT_NetTCPSetting\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetTransportFilter[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetIPAddress", - "CommandType": "Function", - "ParameterSets": "[[-IPAddress] \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-InterfaceAlias \u003cstring[]\u003e] [-AddressFamily \u003cAddressFamily[]\u003e] [-Type \u003cType[]\u003e] [-PrefixOrigin \u003cPrefixOrigin[]\u003e] [-SuffixOrigin \u003cSuffixOrigin[]\u003e] [-AddressState \u003cAddressState[]\u003e] [-PolicyStore \u003cstring\u003e] [-IncludeAllCompartments] [-PrefixLength \u003cbyte\u003e] [-ValidLifetime \u003ctimespan\u003e] [-PreferredLifetime \u003ctimespan\u003e] [-SkipAsSource \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIPAddress[]\u003e [-PrefixLength \u003cbyte\u003e] [-ValidLifetime \u003ctimespan\u003e] [-PreferredLifetime \u003ctimespan\u003e] [-SkipAsSource \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetIPInterface", - "CommandType": "Function", - "ParameterSets": "[[-InterfaceAlias] \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-AddressFamily \u003cAddressFamily[]\u003e] [-ReachableTime \u003cuint32[]\u003e] [-NeighborDiscoverySupported \u003cNeighborDiscoverySupported[]\u003e] [-CompartmentId \u003cuint32[]\u003e] [-PolicyStore \u003cstring\u003e] [-IncludeAllCompartments] [-Forwarding \u003cForwarding\u003e] [-ClampMss \u003cClampMss\u003e] [-Advertising \u003cAdvertising\u003e] [-NlMtuBytes \u003cuint32\u003e] [-InterfaceMetric \u003cuint32\u003e] [-NeighborUnreachabilityDetection \u003cNeighborUnreachabilityDetection\u003e] [-BaseReachableTimeMs \u003cuint32\u003e] [-RetransmitTimeMs \u003cuint32\u003e] [-DadTransmits \u003cuint32\u003e] [-DadRetransmitTimeMs \u003cuint32\u003e] [-RouterDiscovery \u003cRouterDiscovery\u003e] [-ManagedAddressConfiguration \u003cManagedAddressConfiguration\u003e] [-OtherStatefulConfiguration \u003cOtherStatefulConfiguration\u003e] [-WeakHostSend \u003cWeakHostSend\u003e] [-WeakHostReceive \u003cWeakHostReceive\u003e] [-IgnoreDefaultRoutes \u003cIgnoreDefaultRoutes\u003e] [-AdvertisedRouterLifetime \u003ctimespan\u003e] [-AdvertiseDefaultRoute \u003cAdvertiseDefaultRoute\u003e] [-CurrentHopLimit \u003cuint32\u003e] [-ForceArpNdWolPattern \u003cForceArpNdWolPattern\u003e] [-DirectedMacWolPattern \u003cDirectedMacWolPattern\u003e] [-EcnMarking \u003cEcnMarking\u003e] [-Dhcp \u003cDhcp\u003e] [-AutomaticMetric \u003cAutomaticMetric\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIPInterface[]\u003e [-Forwarding \u003cForwarding\u003e] [-ClampMss \u003cClampMss\u003e] [-Advertising \u003cAdvertising\u003e] [-NlMtuBytes \u003cuint32\u003e] [-InterfaceMetric \u003cuint32\u003e] [-NeighborUnreachabilityDetection \u003cNeighborUnreachabilityDetection\u003e] [-BaseReachableTimeMs \u003cuint32\u003e] [-RetransmitTimeMs \u003cuint32\u003e] [-DadTransmits \u003cuint32\u003e] [-DadRetransmitTimeMs \u003cuint32\u003e] [-RouterDiscovery \u003cRouterDiscovery\u003e] [-ManagedAddressConfiguration \u003cManagedAddressConfiguration\u003e] [-OtherStatefulConfiguration \u003cOtherStatefulConfiguration\u003e] [-WeakHostSend \u003cWeakHostSend\u003e] [-WeakHostReceive \u003cWeakHostReceive\u003e] [-IgnoreDefaultRoutes \u003cIgnoreDefaultRoutes\u003e] [-AdvertisedRouterLifetime \u003ctimespan\u003e] [-AdvertiseDefaultRoute \u003cAdvertiseDefaultRoute\u003e] [-CurrentHopLimit \u003cuint32\u003e] [-ForceArpNdWolPattern \u003cForceArpNdWolPattern\u003e] [-DirectedMacWolPattern \u003cDirectedMacWolPattern\u003e] [-EcnMarking \u003cEcnMarking\u003e] [-Dhcp \u003cDhcp\u003e] [-AutomaticMetric \u003cAutomaticMetric\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetIPv4Protocol", - "CommandType": "Function", - "ParameterSets": "[-InputObject \u003cCimInstance#MSFT_NetIPv4Protocol[]\u003e] [-DefaultHopLimit \u003cuint32\u003e] [-NeighborCacheLimitEntries \u003cuint32\u003e] [-RouteCacheLimitEntries \u003cuint32\u003e] [-ReassemblyLimitBytes \u003cuint32\u003e] [-IcmpRedirects \u003cIcmpRedirects\u003e] [-SourceRoutingBehavior \u003cSourceRoutingBehavior\u003e] [-DhcpMediaSense \u003cDhcpMediaSense\u003e] [-MediaSenseEventLog \u003cMediaSenseEventLog\u003e] [-IGMPLevel \u003cMldLevel\u003e] [-IGMPVersion \u003cMldVersion\u003e] [-MulticastForwarding \u003cMulticastForwarding\u003e] [-GroupForwardedFragments \u003cGroupForwardedFragments\u003e] [-RandomizeIdentifiers \u003cRandomizeIdentifiers\u003e] [-AddressMaskReply \u003cAddressMaskReply\u003e] [-MinimumMtu \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetIPv6Protocol", - "CommandType": "Function", - "ParameterSets": "[-InputObject \u003cCimInstance#MSFT_NetIPv6Protocol[]\u003e] [-DefaultHopLimit \u003cuint32\u003e] [-NeighborCacheLimitEntries \u003cuint32\u003e] [-RouteCacheLimitEntries \u003cuint32\u003e] [-ReassemblyLimitBytes \u003cuint32\u003e] [-IcmpRedirects \u003cIcmpRedirects\u003e] [-SourceRoutingBehavior \u003cSourceRoutingBehavior\u003e] [-DhcpMediaSense \u003cDhcpMediaSense\u003e] [-MediaSenseEventLog \u003cMediaSenseEventLog\u003e] [-MldLevel \u003cMldLevel\u003e] [-MldVersion \u003cMldVersion\u003e] [-MulticastForwarding \u003cMulticastForwarding\u003e] [-GroupForwardedFragments \u003cGroupForwardedFragments\u003e] [-RandomizeIdentifiers \u003cRandomizeIdentifiers\u003e] [-AddressMaskReply \u003cAddressMaskReply\u003e] [-UseTemporaryAddresses \u003cUseTemporaryAddresses\u003e] [-MaxTemporaryDadAttempts \u003cuint32\u003e] [-MaxTemporaryValidLifetime \u003ctimespan\u003e] [-MaxTemporaryPreferredLifetime \u003ctimespan\u003e] [-TemporaryRegenerateTime \u003ctimespan\u003e] [-MaxTemporaryDesyncTime \u003ctimespan\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetNeighbor", - "CommandType": "Function", - "ParameterSets": "[[-IPAddress] \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-InterfaceAlias \u003cstring[]\u003e] [-State \u003cState[]\u003e] [-AddressFamily \u003cAddressFamily[]\u003e] [-PolicyStore \u003cstring\u003e] [-IncludeAllCompartments] [-LinkLayerAddress \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetNeighbor[]\u003e [-LinkLayerAddress \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetOffloadGlobalSetting", - "CommandType": "Function", - "ParameterSets": "[-InputObject \u003cCimInstance#MSFT_NetOffloadGlobalSetting[]\u003e] [-ReceiveSideScaling \u003cEnabledDisabledEnum\u003e] [-ReceiveSegmentCoalescing \u003cEnabledDisabledEnum\u003e] [-Chimney \u003cChimneyEnum\u003e] [-TaskOffload \u003cEnabledDisabledEnum\u003e] [-NetworkDirect \u003cEnabledDisabledEnum\u003e] [-NetworkDirectAcrossIPSubnets \u003cAllowedBlockedEnum\u003e] [-PacketCoalescingFilter \u003cEnabledDisabledEnum\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetRoute", - "CommandType": "Function", - "ParameterSets": "[[-DestinationPrefix] \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-InterfaceAlias \u003cstring[]\u003e] [-NextHop \u003cstring[]\u003e] [-AddressFamily \u003cAddressFamily[]\u003e] [-Protocol \u003cProtocol[]\u003e] [-PolicyStore \u003cstring\u003e] [-IncludeAllCompartments] [-Publish \u003cPublish\u003e] [-RouteMetric \u003cuint16\u003e] [-ValidLifetime \u003ctimespan\u003e] [-PreferredLifetime \u003ctimespan\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetRoute[]\u003e [-Publish \u003cPublish\u003e] [-RouteMetric \u003cuint16\u003e] [-ValidLifetime \u003ctimespan\u003e] [-PreferredLifetime \u003ctimespan\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetTCPSetting", - "CommandType": "Function", - "ParameterSets": "[[-SettingName] \u003cstring[]\u003e] [-MinRtoMs \u003cuint32\u003e] [-InitialCongestionWindowMss \u003cuint32\u003e] [-CongestionProvider \u003cCongestionProvider\u003e] [-CwndRestart \u003cCwndRestart\u003e] [-DelayedAckTimeoutMs \u003cuint32\u003e] [-DelayedAckFrequency \u003cbyte\u003e] [-MemoryPressureProtection \u003cMemoryPressureProtection\u003e] [-AutoTuningLevelLocal \u003cAutoTuningLevelLocal\u003e] [-EcnCapability \u003cEcnCapability\u003e] [-Timestamps \u003cTimestamps\u003e] [-InitialRtoMs \u003cuint32\u003e] [-ScalingHeuristics \u003cScalingHeuristics\u003e] [-DynamicPortRangeStartPort \u003cuint16\u003e] [-DynamicPortRangeNumberOfPorts \u003cuint16\u003e] [-AutomaticUseCustom \u003cAutomaticUseCustom\u003e] [-NonSackRttResiliency \u003cNonSackRttResiliency\u003e] [-ForceWS \u003cForceWS\u003e] [-MaxSynRetransmissions \u003cbyte\u003e] [-AutoReusePortRangeStartPort \u003cuint16\u003e] [-AutoReusePortRangeNumberOfPorts \u003cuint16\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetTCPSetting[]\u003e [-MinRtoMs \u003cuint32\u003e] [-InitialCongestionWindowMss \u003cuint32\u003e] [-CongestionProvider \u003cCongestionProvider\u003e] [-CwndRestart \u003cCwndRestart\u003e] [-DelayedAckTimeoutMs \u003cuint32\u003e] [-DelayedAckFrequency \u003cbyte\u003e] [-MemoryPressureProtection \u003cMemoryPressureProtection\u003e] [-AutoTuningLevelLocal \u003cAutoTuningLevelLocal\u003e] [-EcnCapability \u003cEcnCapability\u003e] [-Timestamps \u003cTimestamps\u003e] [-InitialRtoMs \u003cuint32\u003e] [-ScalingHeuristics \u003cScalingHeuristics\u003e] [-DynamicPortRangeStartPort \u003cuint16\u003e] [-DynamicPortRangeNumberOfPorts \u003cuint16\u003e] [-AutomaticUseCustom \u003cAutomaticUseCustom\u003e] [-NonSackRttResiliency \u003cNonSackRttResiliency\u003e] [-ForceWS \u003cForceWS\u003e] [-MaxSynRetransmissions \u003cbyte\u003e] [-AutoReusePortRangeStartPort \u003cuint16\u003e] [-AutoReusePortRangeNumberOfPorts \u003cuint16\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetUDPSetting", - "CommandType": "Function", - "ParameterSets": "[-InputObject \u003cCimInstance#MSFT_NetUDPSetting[]\u003e] [-DynamicPortRangeStartPort \u003cuint16\u003e] [-DynamicPortRangeNumberOfPorts \u003cuint16\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-NetConnection", - "CommandType": "Function", - "ParameterSets": "[[-ComputerName] \u003cstring\u003e] [-TraceRoute] [-Hops \u003cint\u003e] [-InformationLevel \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-ComputerName] \u003cstring\u003e] [-CommonTCPPort] \u003cstring\u003e [-InformationLevel \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-ComputerName] \u003cstring\u003e] -Port \u003cint\u003e [-InformationLevel \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-ComputerName] \u003cstring\u003e] -DiagnoseRouting [-ConstrainSourceAddress \u003cstring\u003e] [-ConstrainInterface \u003cuint32\u003e] [-InformationLevel \u003cstring\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "gip", - "TNC" - ] - }, - { - "Name": "NetWNV", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-NetVirtualizationCustomerRoute", - "CommandType": "Function", - "ParameterSets": "[-RoutingDomainID \u003cstring[]\u003e] [-VirtualSubnetID \u003cuint32[]\u003e] [-DestinationPrefix \u003cstring[]\u003e] [-NextHop \u003cstring[]\u003e] [-Metric \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetVirtualizationGlobal", - "CommandType": "Function", - "ParameterSets": "[-UseExternalRouter \u003cbool[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetVirtualizationLookupRecord", - "CommandType": "Function", - "ParameterSets": "[-CustomerAddress \u003cstring[]\u003e] [-MACAddress \u003cstring[]\u003e] [-VirtualSubnetID \u003cuint32[]\u003e] [-ProviderAddress \u003cstring[]\u003e] [-CustomerID \u003cstring[]\u003e] [-Context \u003cstring[]\u003e] [-Rule \u003cRuleType[]\u003e] [-VMName \u003cstring[]\u003e] [-UseVmMACAddress \u003cbool[]\u003e] [-Type \u003cType[]\u003e] [-Unusable \u003cbool[]\u003e] [-Unsynchronized \u003cbool[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetVirtualizationProviderAddress", - "CommandType": "Function", - "ParameterSets": "[-ProviderAddress \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-PrefixLength \u003cbyte[]\u003e] [-VlanID \u003cuint16[]\u003e] [-AddressState \u003cAddressState[]\u003e] [-MACAddress \u003cstring[]\u003e] [-ManagedByCluster \u003cbool[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetVirtualizationProviderRoute", - "CommandType": "Function", - "ParameterSets": "[-InterfaceIndex \u003cuint32[]\u003e] [-DestinationPrefix \u003cstring[]\u003e] [-NextHop \u003cstring[]\u003e] [-Metric \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetVirtualizationCustomerRoute", - "CommandType": "Function", - "ParameterSets": "-RoutingDomainID \u003cstring\u003e -VirtualSubnetID \u003cuint32\u003e -DestinationPrefix \u003cstring\u003e -NextHop \u003cstring\u003e [-Metric \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetVirtualizationLookupRecord", - "CommandType": "Function", - "ParameterSets": "-CustomerAddress \u003cstring\u003e -VirtualSubnetID \u003cuint32\u003e -MACAddress \u003cstring\u003e -ProviderAddress \u003cstring\u003e -Rule \u003cRuleType\u003e [-CustomerID \u003cstring\u003e] [-Context \u003cstring\u003e] [-VMName \u003cstring\u003e] [-UseVmMACAddress \u003cbool\u003e] [-Type \u003cType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetVirtualizationProviderAddress", - "CommandType": "Function", - "ParameterSets": "-ProviderAddress \u003cstring\u003e -InterfaceIndex \u003cuint32\u003e -PrefixLength \u003cbyte\u003e [-VlanID \u003cuint16\u003e] [-MACAddress \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetVirtualizationProviderRoute", - "CommandType": "Function", - "ParameterSets": "-InterfaceIndex \u003cuint32\u003e -DestinationPrefix \u003cstring\u003e -NextHop \u003cstring\u003e [-Metric \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetVirtualizationCustomerRoute", - "CommandType": "Function", - "ParameterSets": "[-RoutingDomainID \u003cstring[]\u003e] [-VirtualSubnetID \u003cuint32[]\u003e] [-DestinationPrefix \u003cstring[]\u003e] [-NextHop \u003cstring[]\u003e] [-Metric \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetVirtualizationCustomerRouteSettingData[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetVirtualizationLookupRecord", - "CommandType": "Function", - "ParameterSets": "[-CustomerAddress \u003cstring[]\u003e] [-MACAddress \u003cstring[]\u003e] [-VirtualSubnetID \u003cuint32[]\u003e] [-ProviderAddress \u003cstring[]\u003e] [-CustomerID \u003cstring[]\u003e] [-Context \u003cstring[]\u003e] [-Rule \u003cRuleType[]\u003e] [-VMName \u003cstring[]\u003e] [-UseVmMACAddress \u003cbool[]\u003e] [-Type \u003cType[]\u003e] [-Unusable \u003cbool[]\u003e] [-Unsynchronized \u003cbool[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetVirtualizationLookupRecordSettingData[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetVirtualizationProviderAddress", - "CommandType": "Function", - "ParameterSets": "[-ProviderAddress \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-PrefixLength \u003cbyte[]\u003e] [-VlanID \u003cuint16[]\u003e] [-AddressState \u003cAddressState[]\u003e] [-MACAddress \u003cstring[]\u003e] [-ManagedByCluster \u003cbool[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetVirtualizationProviderAddressSettingData[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetVirtualizationProviderRoute", - "CommandType": "Function", - "ParameterSets": "[-InterfaceIndex \u003cuint32[]\u003e] [-DestinationPrefix \u003cstring[]\u003e] [-NextHop \u003cstring[]\u003e] [-Metric \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetVirtualizationProviderRouteSettingData[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Select-NetVirtualizationNextHop", - "CommandType": "Function", - "ParameterSets": "[[-SourceCustomerAddress] \u003cstring\u003e] [-DestinationCustomerAddress] \u003cstring\u003e [-SourceVirtualSubnetID] \u003cuint32\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetVirtualizationCustomerRoute", - "CommandType": "Function", - "ParameterSets": "[-RoutingDomainID \u003cstring[]\u003e] [-VirtualSubnetID \u003cuint32[]\u003e] [-DestinationPrefix \u003cstring[]\u003e] [-NextHop \u003cstring[]\u003e] [-Metric \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetVirtualizationCustomerRouteSettingData[]\u003e [-Metric \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetVirtualizationGlobal", - "CommandType": "Function", - "ParameterSets": "[-InputObject \u003cCimInstance#MSFT_NetVirtualizationGlobalSettingData[]\u003e] [-UseExternalRouter \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetVirtualizationLookupRecord", - "CommandType": "Function", - "ParameterSets": "[-CustomerAddress \u003cstring[]\u003e] [-VirtualSubnetID \u003cuint32[]\u003e] [-MACAddress \u003cstring[]\u003e] [-ProviderAddress \u003cstring\u003e] [-CustomerID \u003cstring\u003e] [-Context \u003cstring\u003e] [-Rule \u003cRuleType\u003e] [-VMName \u003cstring\u003e] [-UseVmMACAddress \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetVirtualizationLookupRecordSettingData[]\u003e [-ProviderAddress \u003cstring\u003e] [-CustomerID \u003cstring\u003e] [-Context \u003cstring\u003e] [-Rule \u003cRuleType\u003e] [-VMName \u003cstring\u003e] [-UseVmMACAddress \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetVirtualizationProviderAddress", - "CommandType": "Function", - "ParameterSets": "[-ProviderAddress \u003cstring[]\u003e] [-InterfaceIndex \u003cuint32[]\u003e] [-AddressState \u003cAddressState[]\u003e] [-VlanID \u003cuint16\u003e] [-PrefixLength \u003cbyte\u003e] [-MACAddress \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetVirtualizationProviderAddressSettingData[]\u003e [-VlanID \u003cuint16\u003e] [-PrefixLength \u003cbyte\u003e] [-MACAddress \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetVirtualizationProviderRoute", - "CommandType": "Function", - "ParameterSets": "[-InterfaceIndex \u003cuint32[]\u003e] [-DestinationPrefix \u003cstring[]\u003e] [-NextHop \u003cstring[]\u003e] [-Metric \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetVirtualizationProviderRouteSettingData[]\u003e [-Metric \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetworkConnectivityStatus", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-DAConnectionStatus", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NCSIPolicyConfiguration", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-NCSIPolicyConfiguration", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CorporateDNSProbeHostAddress] [-CorporateDNSProbeHostName] [-CorporateSitePrefixList] [-CorporateWebsiteProbeURL] [-DomainLocationDeterminationURL] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NCSIPolicyConfiguration[]\u003e [-CorporateDNSProbeHostAddress] [-CorporateDNSProbeHostName] [-CorporateSitePrefixList] [-CorporateWebsiteProbeURL] [-DomainLocationDeterminationURL] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NCSIPolicyConfiguration", - "CommandType": "Function", - "ParameterSets": "[[-CorporateDNSProbeHostAddress] \u003cstring\u003e] [[-CorporateDNSProbeHostName] \u003cstring\u003e] [[-CorporateSitePrefixList] \u003cstring[]\u003e] [[-CorporateWebsiteProbeURL] \u003cstring\u003e] [[-DomainLocationDeterminationURL] \u003cstring\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-CorporateDNSProbeHostAddress] \u003cstring\u003e] [[-CorporateDNSProbeHostName] \u003cstring\u003e] [[-CorporateSitePrefixList] \u003cstring[]\u003e] [[-CorporateWebsiteProbeURL] \u003cstring\u003e] [[-DomainLocationDeterminationURL] \u003cstring\u003e] -InputObject \u003cCimInstance#MSFT_NCSIPolicyConfiguration[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetworkSwitchManager", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-NetworkSwitchEthernetPort", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e -DeviceID \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -PortNumber \u003cint\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -InputObject \u003cciminstance[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetworkSwitchFeature", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e -FeatureName \u003cint\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -Name \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -InstanceId \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -InputObject \u003cciminstance[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetworkSwitchVlan", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e -InstanceId \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -Name \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -VlanID \u003cint\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetworkSwitchEthernetPort", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e -DeviceID \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -PortNumber \u003cint\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -InputObject \u003cciminstance[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetworkSwitchFeature", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e -FeatureName \u003cint\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -Name \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -InstanceId \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -InputObject \u003cciminstance[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetworkSwitchVlan", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e -InstanceId \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -Name \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -VlanID \u003cint\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetworkSwitchEthernetPort", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e [-DeviceId \u003cstring\u003e] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -FullDuplexEnabled [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -FullDuplexDisabled [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -PortNumber \u003cint\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetworkSwitchFeature", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e [-Name \u003cstring\u003e] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -Enabled [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -Disabled [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetworkSwitchGlobalData", - "CommandType": "Function", - "ParameterSets": "[-CimSession] \u003cCimSession\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetworkSwitchVlan", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e [-Name \u003cstring\u003e] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -VlanId \u003cint\u003e [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -InstanceId \u003cstring\u003e [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -Caption \u003cstring\u003e [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -Description \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetworkSwitchVlan", - "CommandType": "Function", - "ParameterSets": "[-CimSession] \u003cCimSession\u003e [[-Caption] \u003cstring\u003e] [[-Description] \u003cstring\u003e] [-VlanID] \u003cint\u003e [-Name] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetworkSwitchEthernetPortIPAddress", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e -PortNumber \u003cint\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -InputObject \u003cciminstance[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetworkSwitchVlan", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e [-InstanceId \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e [-Name \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e [-VlanId \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -InputObject \u003cciminstance[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restore-NetworkSwitchConfiguration", - "CommandType": "Function", - "ParameterSets": "[-CimSession] \u003cCimSession\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Save-NetworkSwitchConfiguration", - "CommandType": "Function", - "ParameterSets": "[-CimSession] \u003cCimSession\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetworkSwitchEthernetPortIPAddress", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e -IpAddress \u003cstring\u003e -SubnetAddress \u003cstring\u003e -PortNumber \u003cint\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -IpAddress \u003cstring\u003e -SubnetAddress \u003cstring\u003e -InputObject \u003cciminstance[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetworkSwitchPortMode", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e -AccessMode -VlanID \u003cint\u003e -InputObject \u003cciminstance[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -RouteMode -IpAddress \u003cstring\u003e -SubnetAddress \u003cstring\u003e -InputObject \u003cciminstance[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -TrunkMode -VlanIDs \u003cuint16[]\u003e -InputObject \u003cciminstance[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetworkSwitchPortProperty", - "CommandType": "Function", - "ParameterSets": "[-CimSession] \u003cCimSession\u003e [[-Property] \u003chashtable\u003e] [-InputObject] \u003cciminstance[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetworkSwitchVlanProperty", - "CommandType": "Function", - "ParameterSets": "-CimSession \u003cCimSession\u003e -VlanId \u003cint[]\u003e [-Property \u003chashtable\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession\u003e -InputObject \u003cciminstance[]\u003e [-Property \u003chashtable\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetworkTransition", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-NetIPHttpsCertBinding", - "CommandType": "Function", - "ParameterSets": "-CertificateHash \u003cstring\u003e -ApplicationId \u003cstring\u003e -IpPort \u003cstring\u003e -CertificateStoreName \u003cstring\u003e -NullEncryption \u003cbool\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetDnsTransitionConfiguration", - "CommandType": "Function", - "ParameterSets": "[-Adapter \u003cCimInstance#MSFT_NetAdapter\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetDnsTransitionConfiguration[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetIPHttpsProfile", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-NetNatTransitionConfiguration", - "CommandType": "Function", - "ParameterSets": "[-InstanceName \u003cstring[]\u003e] [-PolicyStore \u003cPolicyStore[]\u003e] [-Adapter \u003cCimInstance#MSFT_NetAdapter\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetNatTransitionConfiguration[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetDnsTransitionConfiguration", - "CommandType": "Function", - "ParameterSets": "[-Adapter \u003cCimInstance#MSFT_NetAdapter\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetDnsTransitionConfiguration[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetIPHttpsProfile", - "CommandType": "Function", - "ParameterSets": "-Profile \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-NetNatTransitionConfiguration", - "CommandType": "Function", - "ParameterSets": "[-InstanceName \u003cstring[]\u003e] [-PolicyStore \u003cPolicyStore[]\u003e] [-Adapter \u003cCimInstance#MSFT_NetAdapter\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetNatTransitionConfiguration[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Net6to4Configuration", - "CommandType": "Function", - "ParameterSets": "[-IPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetDnsTransitionConfiguration", - "CommandType": "Function", - "ParameterSets": "[-Adapter \u003cCimInstance#MSFT_NetAdapter\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetDnsTransitionMonitoring", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPHttpsConfiguration", - "CommandType": "Function", - "ParameterSets": "[-Profile \u003cstring[]\u003e] [-ProfileActivated \u003cbool[]\u003e] [-PolicyStore \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Profile \u003cstring[]\u003e] [-ProfileActivated \u003cbool[]\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIPHttpsState", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetIsatapConfiguration", - "CommandType": "Function", - "ParameterSets": "[-IPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetNatTransitionConfiguration", - "CommandType": "Function", - "ParameterSets": "[-InstanceName \u003cstring[]\u003e] [-PolicyStore \u003cPolicyStore[]\u003e] [-Adapter \u003cCimInstance#MSFT_NetAdapter\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetNatTransitionMonitoring", - "CommandType": "Function", - "ParameterSets": "[-TransportProtocol \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetTeredoConfiguration", - "CommandType": "Function", - "ParameterSets": "[-IPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-NetTeredoState", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetIPHttpsConfiguration", - "CommandType": "Function", - "ParameterSets": "[-PolicyStore] \u003cstring\u003e -ServerURL \u003cstring\u003e [-Profile \u003cstring\u003e] [-Type \u003cType\u003e] [-State \u003cState\u003e] [-AuthMode \u003cAuthMode\u003e] [-StrongCRLRequired \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-GPOSession] \u003cstring\u003e -ServerURL \u003cstring\u003e [-Profile \u003cstring\u003e] [-Type \u003cType\u003e] [-State \u003cState\u003e] [-AuthMode \u003cAuthMode\u003e] [-StrongCRLRequired \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-NetNatTransitionConfiguration", - "CommandType": "Function", - "ParameterSets": "-InstanceName \u003cstring\u003e [-PolicyStore \u003cPolicyStore\u003e] [-State \u003cState\u003e] [-InboundInterface \u003cstring[]\u003e] [-OutboundInterface \u003cstring[]\u003e] [-PrefixMapping \u003cstring[]\u003e] [-IPv4AddressPortPool \u003cstring[]\u003e] [-TcpMappingTimeoutSeconds \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetIPHttpsCertBinding", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetIPHttpsConfiguration", - "CommandType": "Function", - "ParameterSets": "[-Profile \u003cstring[]\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIPHttpsConfiguration[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-NetNatTransitionConfiguration", - "CommandType": "Function", - "ParameterSets": "[-InstanceName \u003cstring[]\u003e] [-PolicyStore \u003cPolicyStore[]\u003e] [-Adapter \u003cCimInstance#MSFT_NetAdapter\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetNatTransitionConfiguration[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-NetIPHttpsConfiguration", - "CommandType": "Function", - "ParameterSets": "-NewName \u003cstring\u003e [-Profile \u003cstring[]\u003e] [-ProfileActivated \u003cbool[]\u003e] [-PolicyStore \u003cstring\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -NewName \u003cstring\u003e [-Profile \u003cstring[]\u003e] [-ProfileActivated \u003cbool[]\u003e] [-GPOSession \u003cstring\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIPHttpsConfiguration[]\u003e -NewName \u003cstring\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-Net6to4Configuration", - "CommandType": "Function", - "ParameterSets": "[-IPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-State] [-AutoSharing] [-RelayName] [-RelayState] [-ResolutionIntervalSeconds] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Net6to4Configuration[]\u003e [-State] [-AutoSharing] [-RelayName] [-RelayState] [-ResolutionIntervalSeconds] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-NetDnsTransitionConfiguration", - "CommandType": "Function", - "ParameterSets": "[-Adapter \u003cCimInstance#MSFT_NetAdapter\u003e] [-State] [-OnlySendAQuery] [-LatencyMilliseconds] [-AlwaysSynthesize] [-AcceptInterface] [-SendInterface] [-ExclusionList] [-PrefixMapping] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetDnsTransitionConfiguration[]\u003e [-State] [-OnlySendAQuery] [-LatencyMilliseconds] [-AlwaysSynthesize] [-AcceptInterface] [-SendInterface] [-ExclusionList] [-PrefixMapping] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-NetIPHttpsConfiguration", - "CommandType": "Function", - "ParameterSets": "[-Profile \u003cstring[]\u003e] [-ProfileActivated \u003cbool[]\u003e] [-PolicyStore \u003cstring\u003e] [-State] [-AuthMode] [-StrongCRLRequired] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Profile \u003cstring[]\u003e] [-ProfileActivated \u003cbool[]\u003e] [-GPOSession \u003cstring\u003e] [-State] [-AuthMode] [-StrongCRLRequired] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIPHttpsConfiguration[]\u003e [-State] [-AuthMode] [-StrongCRLRequired] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-NetIsatapConfiguration", - "CommandType": "Function", - "ParameterSets": "[-IPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-State] [-Router] [-ResolutionState] [-ResolutionIntervalSeconds] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetISATAPConfiguration[]\u003e [-State] [-Router] [-ResolutionState] [-ResolutionIntervalSeconds] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-NetTeredoConfiguration", - "CommandType": "Function", - "ParameterSets": "[-IPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-Type] [-ServerName] [-RefreshIntervalSeconds] [-ClientPort] [-ServerVirtualIP] [-DefaultQualified] [-ServerShunt] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetTeredoConfiguration[]\u003e [-Type] [-ServerName] [-RefreshIntervalSeconds] [-ClientPort] [-ServerVirtualIP] [-DefaultQualified] [-ServerShunt] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Net6to4Configuration", - "CommandType": "Function", - "ParameterSets": "[[-State] \u003cState\u003e] [[-AutoSharing] \u003cState\u003e] [[-RelayName] \u003cstring\u003e] [[-RelayState] \u003cState\u003e] [[-ResolutionIntervalSeconds] \u003cuint32\u003e] [-IPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-State] \u003cState\u003e] [[-AutoSharing] \u003cState\u003e] [[-RelayName] \u003cstring\u003e] [[-RelayState] \u003cState\u003e] [[-ResolutionIntervalSeconds] \u003cuint32\u003e] -InputObject \u003cCimInstance#MSFT_Net6to4Configuration[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetDnsTransitionConfiguration", - "CommandType": "Function", - "ParameterSets": "[-Adapter \u003cCimInstance#MSFT_NetAdapter\u003e] [-State \u003cState\u003e] [-OnlySendAQuery \u003cbool\u003e] [-LatencyMilliseconds \u003cuint32\u003e] [-AlwaysSynthesize \u003cbool\u003e] [-AcceptInterface \u003cstring[]\u003e] [-SendInterface \u003cstring[]\u003e] [-ExclusionList \u003cstring[]\u003e] [-PrefixMapping \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetDnsTransitionConfiguration[]\u003e [-State \u003cState\u003e] [-OnlySendAQuery \u003cbool\u003e] [-LatencyMilliseconds \u003cuint32\u003e] [-AlwaysSynthesize \u003cbool\u003e] [-AcceptInterface \u003cstring[]\u003e] [-SendInterface \u003cstring[]\u003e] [-ExclusionList \u003cstring[]\u003e] [-PrefixMapping \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetIPHttpsConfiguration", - "CommandType": "Function", - "ParameterSets": "[-Profile \u003cstring[]\u003e] [-ProfileActivated \u003cbool[]\u003e] [-PolicyStore \u003cstring\u003e] [-State \u003cState\u003e] [-Type \u003cType\u003e] [-AuthMode \u003cAuthMode\u003e] [-StrongCRLRequired \u003cbool\u003e] [-ServerURL \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Profile \u003cstring[]\u003e] [-ProfileActivated \u003cbool[]\u003e] [-GPOSession \u003cstring\u003e] [-State \u003cState\u003e] [-Type \u003cType\u003e] [-AuthMode \u003cAuthMode\u003e] [-StrongCRLRequired \u003cbool\u003e] [-ServerURL \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetIPHttpsConfiguration[]\u003e [-State \u003cState\u003e] [-Type \u003cType\u003e] [-AuthMode \u003cAuthMode\u003e] [-StrongCRLRequired \u003cbool\u003e] [-ServerURL \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetIsatapConfiguration", - "CommandType": "Function", - "ParameterSets": "[[-State] \u003cState\u003e] [[-Router] \u003cstring\u003e] [[-ResolutionState] \u003cState\u003e] [[-ResolutionIntervalSeconds] \u003cuint32\u003e] [-IPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-State] \u003cState\u003e] [[-Router] \u003cstring\u003e] [[-ResolutionState] \u003cState\u003e] [[-ResolutionIntervalSeconds] \u003cuint32\u003e] -InputObject \u003cCimInstance#MSFT_NetISATAPConfiguration[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetNatTransitionConfiguration", - "CommandType": "Function", - "ParameterSets": "[-InstanceName \u003cstring[]\u003e] [-PolicyStore \u003cPolicyStore[]\u003e] [-Adapter \u003cCimInstance#MSFT_NetAdapter\u003e] [-State \u003cState\u003e] [-InboundInterface \u003cstring[]\u003e] [-OutboundInterface \u003cstring[]\u003e] [-PrefixMapping \u003cstring[]\u003e] [-IPv4AddressPortPool \u003cstring[]\u003e] [-TcpMappingTimeoutSeconds \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_NetNatTransitionConfiguration[]\u003e [-State \u003cState\u003e] [-InboundInterface \u003cstring[]\u003e] [-OutboundInterface \u003cstring[]\u003e] [-PrefixMapping \u003cstring[]\u003e] [-IPv4AddressPortPool \u003cstring[]\u003e] [-TcpMappingTimeoutSeconds \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-NetTeredoConfiguration", - "CommandType": "Function", - "ParameterSets": "[[-Type] \u003cType\u003e] [[-ServerName] \u003cstring\u003e] [[-RefreshIntervalSeconds] \u003cuint32\u003e] [[-ClientPort] \u003cuint32\u003e] [[-ServerVirtualIP] \u003cstring\u003e] [[-DefaultQualified] \u003cbool\u003e] [[-ServerShunt] \u003cbool\u003e] [-IPInterface \u003cCimInstance#MSFT_NetIPInterface\u003e] [-PolicyStore \u003cstring\u003e] [-GPOSession \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Type] \u003cType\u003e] [[-ServerName] \u003cstring\u003e] [[-RefreshIntervalSeconds] \u003cuint32\u003e] [[-ClientPort] \u003cuint32\u003e] [[-ServerVirtualIP] \u003cstring\u003e] [[-DefaultQualified] \u003cbool\u003e] [[-ServerShunt] \u003cbool\u003e] -InputObject \u003cCimInstance#MSFT_NetTeredoConfiguration[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "PcsvDevice", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Clear-PcsvDeviceLog", - "CommandType": "Function", - "ParameterSets": "[-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TargetAddress] \u003cstring\u003e [-Credential] \u003cpscredential\u003e [-ManagementProtocol] \u003cManagementProtocol\u003e [[-Port] \u003cuint16\u003e] [-Authentication \u003cAuthentication\u003e] [-UseSSL] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_PCSVDevice[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PcsvDevice", - "CommandType": "Function", - "ParameterSets": "[-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TargetAddress] \u003cstring\u003e [-Credential] \u003cpscredential\u003e [-ManagementProtocol] \u003cManagementProtocol\u003e [[-Port] \u003cuint16\u003e] [-Authentication \u003cAuthentication\u003e] [-UseSSL] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PcsvDeviceLog", - "CommandType": "Function", - "ParameterSets": "[-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TargetAddress] \u003cstring\u003e [-Credential] \u003cpscredential\u003e [-ManagementProtocol] \u003cManagementProtocol\u003e [[-Port] \u003cuint16\u003e] [-Authentication \u003cAuthentication\u003e] [-UseSSL] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_PCSVDevice[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restart-PcsvDevice", - "CommandType": "Function", - "ParameterSets": "[-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TargetAddress] \u003cstring\u003e [-Credential] \u003cpscredential\u003e [-ManagementProtocol] \u003cManagementProtocol\u003e [[-Port] \u003cuint16\u003e] [-Authentication \u003cAuthentication\u003e] [-UseSSL] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_PCSVDevice[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-PcsvDeviceBootConfiguration", - "CommandType": "Function", - "ParameterSets": "[[-OneTimeBootSource] \u003cstring\u003e] [[-PersistentBootSource] \u003cstring[]\u003e] [-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TargetAddress] \u003cstring\u003e [-Credential] \u003cpscredential\u003e [-ManagementProtocol] \u003cManagementProtocol\u003e [[-Port] \u003cuint16\u003e] [[-OneTimeBootSource] \u003cstring\u003e] [[-PersistentBootSource] \u003cstring[]\u003e] [-Authentication \u003cAuthentication\u003e] [-UseSSL] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-OneTimeBootSource] \u003cstring\u003e] [[-PersistentBootSource] \u003cstring[]\u003e] -InputObject \u003cCimInstance#MSFT_PCSVDevice[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-PcsvDeviceNetworkConfiguration", - "CommandType": "Function", - "ParameterSets": "[-IPv4AddressOrigin] \u003cPossibleIPv4Origins\u003e [-TimeoutSec \u003cuint32\u003e] [-IPv4Address \u003cstring\u003e] [-IPv4DefaultGateway \u003cstring\u003e] [-IPv4SubnetMask \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TargetAddress] \u003cstring\u003e [-Credential] \u003cpscredential\u003e [-ManagementProtocol] \u003cManagementProtocol\u003e [[-Port] \u003cuint16\u003e] [-IPv4AddressOrigin] \u003cPossibleIPv4Origins\u003e [-Authentication \u003cAuthentication\u003e] [-UseSSL] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-TimeoutSec \u003cuint32\u003e] [-IPv4Address \u003cstring\u003e] [-IPv4DefaultGateway \u003cstring\u003e] [-IPv4SubnetMask \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-IPv4AddressOrigin] \u003cPossibleIPv4Origins\u003e -InputObject \u003cCimInstance#MSFT_PCSVDevice[]\u003e [-IPv4Address \u003cstring\u003e] [-IPv4DefaultGateway \u003cstring\u003e] [-IPv4SubnetMask \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-PcsvDeviceUserPassword", - "CommandType": "Function", - "ParameterSets": "[-CurrentCredential] \u003cpscredential\u003e [-NewPassword] \u003csecurestring\u003e [-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TargetAddress] \u003cstring\u003e [-Credential] \u003cpscredential\u003e [-ManagementProtocol] \u003cManagementProtocol\u003e [[-Port] \u003cuint16\u003e] [-CurrentCredential] \u003cpscredential\u003e [-NewPassword] \u003csecurestring\u003e [-Authentication \u003cAuthentication\u003e] [-UseSSL] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-CurrentCredential] \u003cpscredential\u003e [-NewPassword] \u003csecurestring\u003e -InputObject \u003cCimInstance#MSFT_PCSVDevice[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-PcsvDevice", - "CommandType": "Function", - "ParameterSets": "[-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TargetAddress] \u003cstring\u003e [-Credential] \u003cpscredential\u003e [-ManagementProtocol] \u003cManagementProtocol\u003e [[-Port] \u003cuint16\u003e] [-Authentication \u003cAuthentication\u003e] [-UseSSL] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-TimeoutSec \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_PCSVDevice[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-PcsvDevice", - "CommandType": "Function", - "ParameterSets": "[-TimeoutSec \u003cuint32\u003e] [-ShutdownType \u003cPossibleShutdownTypes\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TargetAddress] \u003cstring\u003e [-Credential] \u003cpscredential\u003e [-ManagementProtocol] \u003cManagementProtocol\u003e [[-Port] \u003cuint16\u003e] [-Authentication \u003cAuthentication\u003e] [-UseSSL] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-TimeoutSec \u003cuint32\u003e] [-ShutdownType \u003cPossibleShutdownTypes\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_PCSVDevice[]\u003e [-ShutdownType \u003cPossibleShutdownTypes\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "PKI", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-CertificateEnrollmentPolicyServer", - "CommandType": "Cmdlet", - "ParameterSets": "-Url \u003curi\u003e -context \u003cContext\u003e [-NoClobber] [-RequireStrongValidation] [-Credential \u003cPkiCredential\u003e] [-AutoEnrollmentEnabled] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-Certificate", - "CommandType": "Cmdlet", - "ParameterSets": "-FilePath \u003cstring\u003e -Cert \u003cCertificate\u003e [-Type \u003cCertType\u003e] [-NoClobber] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-PfxCertificate", - "CommandType": "Cmdlet", - "ParameterSets": "[-PFXData] \u003cPfxData\u003e [-FilePath] \u003cstring\u003e [-NoProperties] [-NoClobber] [-Force] [-ChainOption \u003cExportChainOption\u003e] [-ProtectTo \u003cstring[]\u003e] [-Password \u003csecurestring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Cert] \u003cCertificate\u003e [-FilePath] \u003cstring\u003e [-NoProperties] [-NoClobber] [-Force] [-ChainOption \u003cExportChainOption\u003e] [-ProtectTo \u003cstring[]\u003e] [-Password \u003csecurestring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Certificate", - "CommandType": "Cmdlet", - "ParameterSets": "-Template \u003cstring\u003e [-Url \u003curi\u003e] [-SubjectName \u003cstring\u003e] [-DnsName \u003cstring[]\u003e] [-Credential \u003cPkiCredential\u003e] [-CertStoreLocation \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Request \u003cCertificate\u003e [-Credential \u003cPkiCredential\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-CertificateAutoEnrollmentPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "-Scope \u003cAutoEnrollmentPolicyScope\u003e -context \u003cContext\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-CertificateEnrollmentPolicyServer", - "CommandType": "Cmdlet", - "ParameterSets": "-Scope \u003cEnrollmentPolicyServerScope\u003e -context \u003cContext\u003e [-Url \u003curi\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-CertificateNotificationTask", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PfxData", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring\u003e [-Password \u003csecurestring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-Certificate", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring\u003e [-CertStoreLocation \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-PfxCertificate", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] \u003cstring\u003e [[-CertStoreLocation] \u003cstring\u003e] [-Exportable] [-Password \u003csecurestring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-CertificateNotificationTask", - "CommandType": "Cmdlet", - "ParameterSets": "-Type \u003cCertificateNotificationType\u003e -PSScript \u003cstring\u003e -Name \u003cstring\u003e -Channel \u003cNotificationChannel\u003e [-RunTaskForExistingCertificates] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-SelfSignedCertificate", - "CommandType": "Cmdlet", - "ParameterSets": "[-SecurityDescriptor \u003cFileSecurity\u003e] [-TextExtension \u003cstring[]\u003e] [-Extension \u003cX509Extension[]\u003e] [-HardwareKeyUsage \u003cHardwareKeyUsage[]\u003e] [-KeyUsageProperty \u003cKeyUsageProperty[]\u003e] [-KeyUsage \u003cKeyUsage[]\u003e] [-KeyProtection \u003cKeyProtection[]\u003e] [-KeyExportPolicy \u003cKeyExportPolicy[]\u003e] [-KeyLength \u003cint\u003e] [-KeyAlgorithm \u003cstring\u003e] [-SmimeCapabilities] [-ExistingKey] [-KeyLocation \u003cstring\u003e] [-SignerReader \u003cstring\u003e] [-Reader \u003cstring\u003e] [-SignerPin \u003csecurestring\u003e] [-Pin \u003csecurestring\u003e] [-KeyDescription \u003cstring\u003e] [-KeyFriendlyName \u003cstring\u003e] [-Container \u003cstring\u003e] [-Provider \u003cstring\u003e] [-CurveExport \u003cCurveParametersExportType\u003e] [-KeySpec \u003cKeySpec\u003e] [-Type \u003cCertificateType\u003e] [-FriendlyName \u003cstring\u003e] [-NotAfter \u003cdatetime\u003e] [-NotBefore \u003cdatetime\u003e] [-SerialNumber \u003cstring\u003e] [-Subject \u003cstring\u003e] [-DnsName \u003cstring[]\u003e] [-SuppressOid \u003cstring[]\u003e] [-HashAlgorithm \u003cstring\u003e] [-AlternateSignatureAlgorithm] [-TestRoot] [-Signer \u003cCertificate\u003e] [-CloneCert \u003cCertificate\u003e] [-CertStoreLocation \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-CertificateEnrollmentPolicyServer", - "CommandType": "Cmdlet", - "ParameterSets": "[-Url] \u003curi\u003e -context \u003cContext\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-CertificateNotificationTask", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-CertificateAutoEnrollmentPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "-PolicyState \u003cPolicySetting\u003e -context \u003cContext\u003e [-StoreName \u003cstring[]\u003e] [-ExpirationPercentage \u003cint\u003e] [-EnableTemplateCheck] [-EnableMyStoreManagement] [-EnableBalloonNotifications] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -EnableAll -context \u003cContext\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Switch-Certificate", - "CommandType": "Cmdlet", - "ParameterSets": "[-OldCert] \u003cCertificate\u003e [-NewCert] \u003cCertificate\u003e [-NotifyOnly] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-Certificate", - "CommandType": "Cmdlet", - "ParameterSets": "[-Cert] \u003cCertificate\u003e [-Policy \u003cTestCertificatePolicy\u003e] [-User] [-EKU \u003cstring[]\u003e] [-DNSName \u003cstring\u003e] [-AllowUntrustedRoot] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "PnpDevice", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-PnpDevice", - "CommandType": "Function", - "ParameterSets": "[-InstanceId] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#Win32_PnPEntity[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-PnpDevice", - "CommandType": "Function", - "ParameterSets": "[-InstanceId] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#Win32_PnPEntity[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PnpDevice", - "CommandType": "Function", - "ParameterSets": "[[-InstanceId] \u003cstring[]\u003e] [-Class \u003cstring[]\u003e] [-PresentOnly] [-Status \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FriendlyName \u003cstring[]\u003e] [-Class \u003cstring[]\u003e] [-PresentOnly] [-Status \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Class \u003cstring[]\u003e] [-PresentOnly] [-Status \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Class \u003cstring[]\u003e] [-PresentOnly] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Status \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PnpDeviceProperty", - "CommandType": "Function", - "ParameterSets": "[[-KeyName] \u003cstring[]\u003e] -InstanceId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-KeyName] \u003cstring[]\u003e] -InputObject \u003cCimInstance#Win32_PnPEntity[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "PrintManagement", - "Version": "1.1", - "ExportedCommands": [ - { - "Name": "Add-Printer", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-Comment \u003cstring\u003e] [-Datatype \u003cstring\u003e] [-UntilTime \u003cuint32\u003e] [-KeepPrintedJobs] [-Location \u003cstring\u003e] [-SeparatorPageFile \u003cstring\u003e] [-ComputerName \u003cstring\u003e] [-Shared] [-ShareName \u003cstring\u003e] [-StartTime \u003cuint32\u003e] [-PermissionSDDL \u003cstring\u003e] [-PrintProcessor \u003cstring\u003e] [-Priority \u003cuint32\u003e] [-Published] [-RenderingMode \u003cRenderingModeEnum\u003e] [-DisableBranchOfficeLogging] [-BranchOfficeOfflineLogSizeMB \u003cuint32\u003e] [-DeviceURL \u003cstring\u003e] [-DeviceUUID \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-DriverName] \u003cstring\u003e -PortName \u003cstring\u003e [-Comment \u003cstring\u003e] [-Datatype \u003cstring\u003e] [-UntilTime \u003cuint32\u003e] [-KeepPrintedJobs] [-Location \u003cstring\u003e] [-SeparatorPageFile \u003cstring\u003e] [-ComputerName \u003cstring\u003e] [-Shared] [-ShareName \u003cstring\u003e] [-StartTime \u003cuint32\u003e] [-PermissionSDDL \u003cstring\u003e] [-PrintProcessor \u003cstring\u003e] [-Priority \u003cuint32\u003e] [-Published] [-RenderingMode \u003cRenderingModeEnum\u003e] [-DisableBranchOfficeLogging] [-BranchOfficeOfflineLogSizeMB \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-PrinterDriver", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [[-InfPath] \u003cstring\u003e] [-PrinterEnvironment \u003cstring\u003e] [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-PrinterPort", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-LprHostAddress] \u003cstring\u003e [-LprQueueName] \u003cstring\u003e [-ComputerName \u003cstring\u003e] [-SNMP \u003cuint32\u003e] [-SNMPCommunity \u003cstring\u003e] [-LprByteCounting] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-PrinterHostAddress] \u003cstring\u003e [-ComputerName \u003cstring\u003e] [-PortNumber \u003cuint32\u003e] [-SNMP \u003cuint32\u003e] [-SNMPCommunity \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-HostName] \u003cstring\u003e [-PrinterName] \u003cstring\u003e [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PrintConfiguration", - "CommandType": "Function", - "ParameterSets": "[-PrinterName] \u003cstring\u003e [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-PrinterObject] \u003cCimInstance#MSFT_Printer\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Printer", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-ComputerName \u003cstring\u003e] [-Full] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PrinterDriver", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-PrinterEnvironment \u003cstring[]\u003e] [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PrinterPort", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PrinterProperty", - "CommandType": "Function", - "ParameterSets": "[-PrinterName] \u003cstring\u003e [[-PropertyName] \u003cstring[]\u003e] [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PrintJob", - "CommandType": "Function", - "ParameterSets": "[-PrinterName] \u003cstring\u003e [-ComputerName \u003cstring\u003e] [-ID \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-PrinterObject] \u003cCimInstance#MSFT_Printer\u003e [-ID \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Read-PrinterNfcTag", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-Printer", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Printer[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-PrinterDriver", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-PrinterEnvironment] \u003cstring[]\u003e] [-ComputerName \u003cstring\u003e] [-RemoveFromDriverStore] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_PrinterDriver[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-PrinterPort", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_PrinterPort[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-PrintJob", - "CommandType": "Function", - "ParameterSets": "[-InputObject] \u003cCimInstance#MSFT_PrintJob\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PrinterName] \u003cstring\u003e [-ID] \u003cuint32\u003e [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PrinterObject] \u003cCimInstance#MSFT_Printer\u003e [-ID] \u003cuint32\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-Printer", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cCimInstance#MSFT_Printer\u003e [-NewName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restart-PrintJob", - "CommandType": "Function", - "ParameterSets": "[-InputObject] \u003cCimInstance#MSFT_PrintJob\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PrinterName] \u003cstring\u003e [-ID] \u003cuint32\u003e [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PrinterObject] \u003cCimInstance#MSFT_Printer\u003e [-ID] \u003cuint32\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resume-PrintJob", - "CommandType": "Function", - "ParameterSets": "[-InputObject] \u003cCimInstance#MSFT_PrintJob\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ID] \u003cuint32\u003e [-PrinterName] \u003cstring\u003e [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PrinterObject] \u003cCimInstance#MSFT_Printer\u003e [-ID] \u003cuint32\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-PrintConfiguration", - "CommandType": "Function", - "ParameterSets": "[-PrinterObject] \u003cCimInstance#MSFT_Printer\u003e [-Collate \u003cbool\u003e] [-Color \u003cbool\u003e] [-DuplexingMode \u003cDuplexingModeEnum\u003e] [-PaperSize \u003cPaperSizeEnum\u003e] [-PrintTicketXml \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PrinterName] \u003cstring\u003e [-Collate \u003cbool\u003e] [-Color \u003cbool\u003e] [-DuplexingMode \u003cDuplexingModeEnum\u003e] [-PaperSize \u003cPaperSizeEnum\u003e] [-PrintTicketXml \u003cstring\u003e] [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cCimInstance#MSFT_PrinterConfiguration\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Printer", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-ComputerName \u003cstring\u003e] [-Comment \u003cstring\u003e] [-Datatype \u003cstring\u003e] [-DriverName \u003cstring\u003e] [-UntilTime \u003cuint32\u003e] [-KeepPrintedJobs \u003cbool\u003e] [-Location \u003cstring\u003e] [-PermissionSDDL \u003cstring\u003e] [-PortName \u003cstring\u003e] [-PrintProcessor \u003cstring\u003e] [-Priority \u003cuint32\u003e] [-Published \u003cbool\u003e] [-RenderingMode \u003cRenderingModeEnum\u003e] [-SeparatorPageFile \u003cstring\u003e] [-Shared \u003cbool\u003e] [-ShareName \u003cstring\u003e] [-StartTime \u003cuint32\u003e] [-DisableBranchOfficeLogging \u003cbool\u003e] [-BranchOfficeOfflineLogSizeMB \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Printer[]\u003e [-Comment \u003cstring\u003e] [-Datatype \u003cstring\u003e] [-DriverName \u003cstring\u003e] [-UntilTime \u003cuint32\u003e] [-KeepPrintedJobs \u003cbool\u003e] [-Location \u003cstring\u003e] [-PermissionSDDL \u003cstring\u003e] [-PortName \u003cstring\u003e] [-PrintProcessor \u003cstring\u003e] [-Priority \u003cuint32\u003e] [-Published \u003cbool\u003e] [-RenderingMode \u003cRenderingModeEnum\u003e] [-SeparatorPageFile \u003cstring\u003e] [-Shared \u003cbool\u003e] [-ShareName \u003cstring\u003e] [-StartTime \u003cuint32\u003e] [-DisableBranchOfficeLogging \u003cbool\u003e] [-BranchOfficeOfflineLogSizeMB \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-PrinterProperty", - "CommandType": "Function", - "ParameterSets": "[-PrinterName] \u003cstring\u003e [-PropertyName] \u003cstring\u003e [-Value] \u003cstring\u003e [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PrinterObject] \u003cCimInstance#MSFT_Printer\u003e [-PropertyName] \u003cstring\u003e [-Value] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cCimInstance#MSFT_PrinterProperty\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Suspend-PrintJob", - "CommandType": "Function", - "ParameterSets": "[-InputObject] \u003cCimInstance#MSFT_PrintJob\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PrinterName] \u003cstring\u003e [-ID] \u003cuint32\u003e [-ComputerName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PrinterObject] \u003cCimInstance#MSFT_Printer\u003e [-ID] \u003cuint32\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Write-PrinterNfcTag", - "CommandType": "Function", - "ParameterSets": "[[-SharePath] \u003cstring[]\u003e] [[-WsdAddress] \u003cstring[]\u003e] [-Lock] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cCimInstance#MSFT_PrinterNfcTag\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "PSDesiredStateConfiguration", - "Version": "1.1", - "ExportedCommands": [ - { - "Name": "Configuration", - "CommandType": "Function", - "ParameterSets": "[[-ResourceModuleTuplesToImport] \u003cList[Tuple[string[],ModuleSpecification[],version]]\u003e] [[-OutputPath] \u003cObject\u003e] [[-Name] \u003cObject\u003e] [[-Body] \u003cscriptblock\u003e] [[-ArgsToBody] \u003chashtable\u003e] [[-ConfigurationData] \u003chashtable\u003e] [[-InstanceName] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-DscDebug", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-DscDebug", - "CommandType": "Function", - "ParameterSets": "[-BreakAll] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DscConfiguration", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DscConfigurationStatus", - "CommandType": "Function", - "ParameterSets": "[-All] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DscLocalConfigurationManager", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DscResource", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [[-Module] \u003cObject\u003e] [-Syntax] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-DscChecksum", - "CommandType": "Function", - "ParameterSets": "[-Path] \u003cstring[]\u003e [[-OutPath] \u003cstring\u003e] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-DscConfigurationDocument", - "CommandType": "Function", - "ParameterSets": "-Stage \u003cStage\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restore-DscConfiguration", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-DscConfiguration", - "CommandType": "Function", - "ParameterSets": "[-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Invoke-DscResource", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-Method] \u003cstring\u003e -ModuleName \u003cModuleSpecification\u003e -Property \u003chashtable\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Publish-DscConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [[-ComputerName] \u003cstring[]\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e -CimSession \u003cCimSession[]\u003e [-Force] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-DscLocalConfigurationManager", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [[-ComputerName] \u003cstring[]\u003e] [-Force] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e -CimSession \u003cCimSession[]\u003e [-Force] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-DscConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cstring\u003e] [[-ComputerName] \u003cstring[]\u003e] [-Wait] [-Force] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-JobName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Path] \u003cstring\u003e] -CimSession \u003cCimSession[]\u003e [-Wait] [-Force] [-ThrottleLimit \u003cint\u003e] [-JobName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-ComputerName] \u003cstring[]\u003e] -UseExisting [-Wait] [-Force] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-JobName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession[]\u003e -UseExisting [-Wait] [-Force] [-ThrottleLimit \u003cint\u003e] [-JobName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-DscConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-Detailed] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e [[-ComputerName] \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [[-ComputerName] \u003cstring[]\u003e] -ReferenceConfiguration \u003cstring\u003e [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e -CimSession \u003cCimSession[]\u003e [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession[]\u003e -ReferenceConfiguration \u003cstring\u003e [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession[]\u003e [-ThrottleLimit \u003cint\u003e] [-AsJob] [-Detailed] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-DscConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [-Wait] [-JobName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -CimSession \u003cCimSession[]\u003e [-Wait] [-JobName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "sacfg", - "tcfg", - "gcfg", - "rtcfg", - "upcfg", - "glcm", - "slcm", - "pbcfg", - "cmpcfg", - "gcfgs" - ] - }, - { - "Name": "PSDiagnostics", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-PSTrace", - "CommandType": "Function", - "ParameterSets": "[-AnalyticOnly]" - }, - { - "Name": "Disable-PSWSManCombinedTrace", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Disable-WSManTrace", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Enable-PSTrace", - "CommandType": "Function", - "ParameterSets": "[-Force] [-AnalyticOnly]" - }, - { - "Name": "Enable-PSWSManCombinedTrace", - "CommandType": "Function", - "ParameterSets": "[-DoNotOverwriteExistingTrace]" - }, - { - "Name": "Enable-WSManTrace", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-LogProperties", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cObject\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-LogProperties", - "CommandType": "Function", - "ParameterSets": "[-LogDetails] \u003cLogDetails\u003e [-Force] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-Trace", - "CommandType": "Function", - "ParameterSets": "[-SessionName] \u003cstring\u003e [[-OutputFilePath] \u003cstring\u003e] [[-ProviderFilePath] \u003cstring\u003e] [-ETS] [-Format \u003cObject\u003e] [-MinBuffers \u003cint\u003e] [-MaxBuffers \u003cint\u003e] [-BufferSizeInKB \u003cint\u003e] [-MaxLogFileSizeInMB \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-Trace", - "CommandType": "Function", - "ParameterSets": "[-SessionName] \u003cObject\u003e [-ETS] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "PSScheduledJob", - "Version": "1.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-JobTrigger", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cScheduledJobDefinition[]\u003e [-Trigger] \u003cScheduledJobTrigger[]\u003e [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [-Trigger] \u003cScheduledJobTrigger[]\u003e [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-Trigger] \u003cScheduledJobTrigger[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-JobTrigger", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cScheduledJobTrigger[]\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-ScheduledJob", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cScheduledJobDefinition\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cint\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-JobTrigger", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cScheduledJobTrigger[]\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-ScheduledJob", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cScheduledJobDefinition\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cint\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-JobTrigger", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cScheduledJobDefinition\u003e [[-TriggerId] \u003cint[]\u003e] [\u003cCommonParameters\u003e] [-Id] \u003cint\u003e [[-TriggerId] \u003cint[]\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [[-TriggerId] \u003cint[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-ScheduledJob", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] \u003cint[]\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-ScheduledJobOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cScheduledJobDefinition\u003e [\u003cCommonParameters\u003e] [-Id] \u003cint\u003e [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-JobTrigger", - "CommandType": "Cmdlet", - "ParameterSets": "-Once -At \u003cdatetime\u003e [-RandomDelay \u003ctimespan\u003e] [-RepetitionInterval \u003ctimespan\u003e] [-RepetitionDuration \u003ctimespan\u003e] [-RepeatIndefinitely] [\u003cCommonParameters\u003e] -Daily -At \u003cdatetime\u003e [-DaysInterval \u003cint\u003e] [-RandomDelay \u003ctimespan\u003e] [\u003cCommonParameters\u003e] -Weekly -At \u003cdatetime\u003e -DaysOfWeek \u003cDayOfWeek[]\u003e [-WeeksInterval \u003cint\u003e] [-RandomDelay \u003ctimespan\u003e] [\u003cCommonParameters\u003e] -AtStartup [-RandomDelay \u003ctimespan\u003e] [\u003cCommonParameters\u003e] -AtLogOn [-RandomDelay \u003ctimespan\u003e] [-User \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-ScheduledJobOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-RunElevated] [-HideInTaskScheduler] [-RestartOnIdleResume] [-MultipleInstancePolicy \u003cTaskMultipleInstancePolicy\u003e] [-DoNotAllowDemandStart] [-RequireNetwork] [-StopIfGoingOffIdle] [-WakeToRun] [-ContinueIfGoingOnBattery] [-StartIfOnBattery] [-IdleTimeout \u003ctimespan\u003e] [-IdleDuration \u003ctimespan\u003e] [-StartIfIdle] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Register-ScheduledJob", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-ScriptBlock] \u003cscriptblock\u003e [-Trigger \u003cScheduledJobTrigger[]\u003e] [-InitializationScript \u003cscriptblock\u003e] [-RunAs32] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-ScheduledJobOption \u003cScheduledJobOptions\u003e] [-ArgumentList \u003cObject[]\u003e] [-MaxResultCount \u003cint\u003e] [-RunNow] [-RunEvery \u003ctimespan\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-FilePath] \u003cstring\u003e [-Trigger \u003cScheduledJobTrigger[]\u003e] [-InitializationScript \u003cscriptblock\u003e] [-RunAs32] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-ScheduledJobOption \u003cScheduledJobOptions\u003e] [-ArgumentList \u003cObject[]\u003e] [-MaxResultCount \u003cint\u003e] [-RunNow] [-RunEvery \u003ctimespan\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-JobTrigger", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cScheduledJobDefinition[]\u003e [-TriggerId \u003cint[]\u003e] [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [-TriggerId \u003cint[]\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-TriggerId \u003cint[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-JobTrigger", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cScheduledJobTrigger[]\u003e [-DaysInterval \u003cint\u003e] [-WeeksInterval \u003cint\u003e] [-RandomDelay \u003ctimespan\u003e] [-At \u003cdatetime\u003e] [-User \u003cstring\u003e] [-DaysOfWeek \u003cDayOfWeek[]\u003e] [-AtStartup] [-AtLogOn] [-Once] [-RepetitionInterval \u003ctimespan\u003e] [-RepetitionDuration \u003ctimespan\u003e] [-RepeatIndefinitely] [-Daily] [-Weekly] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-ScheduledJob", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cScheduledJobDefinition\u003e [-Name \u003cstring\u003e] [-ScriptBlock \u003cscriptblock\u003e] [-Trigger \u003cScheduledJobTrigger[]\u003e] [-InitializationScript \u003cscriptblock\u003e] [-RunAs32] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-ScheduledJobOption \u003cScheduledJobOptions\u003e] [-MaxResultCount \u003cint\u003e] [-PassThru] [-ArgumentList \u003cObject[]\u003e] [-RunNow] [-RunEvery \u003ctimespan\u003e] [\u003cCommonParameters\u003e] [-InputObject] \u003cScheduledJobDefinition\u003e [-Name \u003cstring\u003e] [-FilePath \u003cstring\u003e] [-Trigger \u003cScheduledJobTrigger[]\u003e] [-InitializationScript \u003cscriptblock\u003e] [-RunAs32] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-ScheduledJobOption \u003cScheduledJobOptions\u003e] [-MaxResultCount \u003cint\u003e] [-PassThru] [-ArgumentList \u003cObject[]\u003e] [-RunNow] [-RunEvery \u003ctimespan\u003e] [\u003cCommonParameters\u003e] [-InputObject] \u003cScheduledJobDefinition\u003e [-ClearExecutionHistory] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-ScheduledJobOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cScheduledJobOptions\u003e [-PassThru] [-RunElevated] [-HideInTaskScheduler] [-RestartOnIdleResume] [-MultipleInstancePolicy \u003cTaskMultipleInstancePolicy\u003e] [-DoNotAllowDemandStart] [-RequireNetwork] [-StopIfGoingOffIdle] [-WakeToRun] [-ContinueIfGoingOnBattery] [-StartIfOnBattery] [-IdleTimeout \u003ctimespan\u003e] [-IdleDuration \u003ctimespan\u003e] [-StartIfIdle] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unregister-ScheduledJob", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] \u003cScheduledJobDefinition[]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "PSWorkflow", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "New-PSWorkflowSession", - "CommandType": "Function", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [-Credential \u003cObject\u003e] [-Name \u003cstring[]\u003e] [-Port \u003cint\u003e] [-UseSSL] [-ApplicationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-SessionOption \u003cPSSessionOption\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [-EnableNetworkAccess] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-PSWorkflowExecutionOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-PersistencePath \u003cstring\u003e] [-MaxPersistenceStoreSizeGB \u003clong\u003e] [-PersistWithEncryption] [-MaxRunningWorkflows \u003cint\u003e] [-AllowedActivity \u003cstring[]\u003e] [-OutOfProcessActivity \u003cstring[]\u003e] [-EnableValidation] [-MaxDisconnectedSessions \u003cint\u003e] [-MaxConnectedSessions \u003cint\u003e] [-MaxSessionsPerWorkflow \u003cint\u003e] [-MaxSessionsPerRemoteNode \u003cint\u003e] [-MaxActivityProcesses \u003cint\u003e] [-ActivityProcessIdleTimeoutSec \u003cint\u003e] [-RemoteNodeSessionIdleTimeoutSec \u003cint\u003e] [-SessionThrottleLimit \u003cint\u003e] [-WorkflowShutdownTimeoutMSec \u003cint\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "nwsn" - ] - }, - { - "Name": "PSWorkflowUtility", - "Version": "1.0.0.0", - "ExportedCommands": { - "Name": "Invoke-AsWorkflow", - "CommandType": "Workflow", - "ParameterSets": [ - "[-CommandName \u003cstring\u003e] [-Parameter \u003chashtable\u003e] [-PSParameterCollection \u003chashtable[]\u003e] [-PSComputerName \u003cstring[]\u003e] [-PSCredential \u003cObject\u003e] [-PSConnectionRetryCount \u003cuint32\u003e] [-PSConnectionRetryIntervalSec \u003cuint32\u003e] [-PSRunningTimeoutSec \u003cuint32\u003e] [-PSElapsedTimeoutSec \u003cuint32\u003e] [-PSPersist \u003cbool\u003e] [-PSAuthentication \u003cAuthenticationMechanism\u003e] [-PSAuthenticationLevel \u003cAuthenticationLevel\u003e] [-PSApplicationName \u003cstring\u003e] [-PSPort \u003cuint32\u003e] [-PSUseSSL] [-PSConfigurationName \u003cstring\u003e] [-PSConnectionURI \u003cstring[]\u003e] [-PSAllowRedirection] [-PSSessionOption \u003cPSSessionOption\u003e] [-PSCertificateThumbprint \u003cstring\u003e] [-PSPrivateMetadata \u003chashtable\u003e] [-AsJob] [-JobName \u003cstring\u003e] [-InputObject \u003cObject\u003e] [\u003cCommonParameters\u003e]", - "[-Expression \u003cstring\u003e] [-PSParameterCollection \u003chashtable[]\u003e] [-PSComputerName \u003cstring[]\u003e] [-PSCredential \u003cObject\u003e] [-PSConnectionRetryCount \u003cuint32\u003e] [-PSConnectionRetryIntervalSec \u003cuint32\u003e] [-PSRunningTimeoutSec \u003cuint32\u003e] [-PSElapsedTimeoutSec \u003cuint32\u003e] [-PSPersist \u003cbool\u003e] [-PSAuthentication \u003cAuthenticationMechanism\u003e] [-PSAuthenticationLevel \u003cAuthenticationLevel\u003e] [-PSApplicationName \u003cstring\u003e] [-PSPort \u003cuint32\u003e] [-PSUseSSL] [-PSConfigurationName \u003cstring\u003e] [-PSConnectionURI \u003cstring[]\u003e] [-PSAllowRedirection] [-PSSessionOption \u003cPSSessionOption\u003e] [-PSCertificateThumbprint \u003cstring\u003e] [-PSPrivateMetadata \u003chashtable\u003e] [-AsJob] [-JobName \u003cstring\u003e] [-InputObject \u003cObject\u003e] [\u003cCommonParameters\u003e]" - ] - }, - "ExportedAliases": [ - - ] - }, - { - "Name": "ScheduledTasks", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-ScheduledTask", - "CommandType": "Function", - "ParameterSets": "[-TaskName] \u003cstring\u003e [[-TaskPath] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cCimInstance#MSFT_ScheduledTask\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-ScheduledTask", - "CommandType": "Function", - "ParameterSets": "[-TaskName] \u003cstring\u003e [[-TaskPath] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cCimInstance#MSFT_ScheduledTask\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-ScheduledTask", - "CommandType": "Function", - "ParameterSets": "[[-TaskName] \u003cstring\u003e] [[-TaskPath] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cCimInstance#MSFT_ScheduledTask\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-ClusteredScheduledTask", - "CommandType": "Function", - "ParameterSets": "[[-TaskName] \u003cstring\u003e] [[-Cluster] \u003cstring\u003e] [[-TaskType] \u003cClusterTaskTypeEnum\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-ScheduledTask", - "CommandType": "Function", - "ParameterSets": "[[-TaskName] \u003cstring[]\u003e] [[-TaskPath] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-ScheduledTaskInfo", - "CommandType": "Function", - "ParameterSets": "[-TaskName] \u003cstring\u003e [[-TaskPath] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cCimInstance#MSFT_ScheduledTask\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-ScheduledTask", - "CommandType": "Function", - "ParameterSets": "[[-Action] \u003cCimInstance#MSFT_TaskAction[]\u003e] [[-Trigger] \u003cCimInstance#MSFT_TaskTrigger[]\u003e] [[-Settings] \u003cCimInstance#MSFT_TaskSettings\u003e] [[-Principal] \u003cCimInstance#MSFT_TaskPrincipal\u003e] [[-Description] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-ScheduledTaskAction", - "CommandType": "Function", - "ParameterSets": "[-Execute] \u003cstring\u003e [[-Argument] \u003cstring\u003e] [[-WorkingDirectory] \u003cstring\u003e] [-Id \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-ScheduledTaskPrincipal", - "CommandType": "Function", - "ParameterSets": "[-UserId] \u003cstring\u003e [[-LogonType] \u003cLogonTypeEnum\u003e] [[-RunLevel] \u003cRunLevelEnum\u003e] [[-ProcessTokenSidType] \u003cProcessTokenSidTypeEnum\u003e] [[-RequiredPrivilege] \u003cstring[]\u003e] [[-Id] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-GroupId] \u003cstring\u003e [[-RunLevel] \u003cRunLevelEnum\u003e] [[-ProcessTokenSidType] \u003cProcessTokenSidTypeEnum\u003e] [[-RequiredPrivilege] \u003cstring[]\u003e] [[-Id] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-ScheduledTaskSettingsSet", - "CommandType": "Function", - "ParameterSets": "[-DisallowDemandStart] [-DisallowHardTerminate] [-Compatibility \u003cCompatibilityEnum\u003e] [-DeleteExpiredTaskAfter \u003ctimespan\u003e] [-AllowStartIfOnBatteries] [-Disable] [-MaintenanceExclusive] [-Hidden] [-RunOnlyIfIdle] [-IdleWaitTimeout \u003ctimespan\u003e] [-NetworkId \u003cstring\u003e] [-NetworkName \u003cstring\u003e] [-DisallowStartOnRemoteAppSession] [-MaintenancePeriod \u003ctimespan\u003e] [-MaintenanceDeadline \u003ctimespan\u003e] [-StartWhenAvailable] [-DontStopIfGoingOnBatteries] [-WakeToRun] [-IdleDuration \u003ctimespan\u003e] [-RestartOnIdle] [-DontStopOnIdleEnd] [-ExecutionTimeLimit \u003ctimespan\u003e] [-MultipleInstances \u003cMultipleInstancesEnum\u003e] [-Priority \u003cint\u003e] [-RestartCount \u003cint\u003e] [-RestartInterval \u003ctimespan\u003e] [-RunOnlyIfNetworkAvailable] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-ScheduledTaskTrigger", - "CommandType": "Function", - "ParameterSets": "-Once -At \u003cdatetime\u003e [-RandomDelay \u003ctimespan\u003e] [-RepetitionDuration \u003ctimespan\u003e] [-RepetitionInterval \u003ctimespan\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Daily -At \u003cdatetime\u003e [-DaysInterval \u003cuint32\u003e] [-RandomDelay \u003ctimespan\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Weekly -At \u003cdatetime\u003e [-RandomDelay \u003ctimespan\u003e] [-DaysOfWeek \u003cDayOfWeek[]\u003e] [-WeeksInterval \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AtStartup [-RandomDelay \u003ctimespan\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -AtLogOn [-RandomDelay \u003ctimespan\u003e] [-User \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Register-ClusteredScheduledTask", - "CommandType": "Function", - "ParameterSets": "[-TaskName] \u003cstring\u003e [[-TaskType] \u003cClusterTaskTypeEnum\u003e] [-InputObject] \u003cCimInstance#MSFT_ScheduledTask\u003e [[-Cluster] \u003cstring\u003e] [[-Resource] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TaskName] \u003cstring\u003e [[-TaskType] \u003cClusterTaskTypeEnum\u003e] [-Xml] \u003cstring\u003e [[-Cluster] \u003cstring\u003e] [[-Resource] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TaskName] \u003cstring\u003e [[-TaskType] \u003cClusterTaskTypeEnum\u003e] [-Action] \u003cCimInstance#MSFT_TaskAction[]\u003e [[-Trigger] \u003cCimInstance#MSFT_TaskTrigger[]\u003e] [[-Settings] \u003cCimInstance#MSFT_TaskSettings\u003e] [[-Description] \u003cstring\u003e] [[-Cluster] \u003cstring\u003e] [[-Resource] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Register-ScheduledTask", - "CommandType": "Function", - "ParameterSets": "[-TaskName] \u003cstring\u003e [[-TaskPath] \u003cstring\u003e] [-Action] \u003cCimInstance#MSFT_TaskAction[]\u003e [[-Trigger] \u003cCimInstance#MSFT_TaskTrigger[]\u003e] [[-Settings] \u003cCimInstance#MSFT_TaskSettings\u003e] [[-User] \u003cstring\u003e] [[-Password] \u003cstring\u003e] [[-RunLevel] \u003cRunLevelEnum\u003e] [[-Description] \u003cstring\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TaskName] \u003cstring\u003e [[-TaskPath] \u003cstring\u003e] [-Xml] \u003cstring\u003e [[-User] \u003cstring\u003e] [[-Password] \u003cstring\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TaskName] \u003cstring\u003e [[-TaskPath] \u003cstring\u003e] [-Action] \u003cCimInstance#MSFT_TaskAction[]\u003e [[-Trigger] \u003cCimInstance#MSFT_TaskTrigger[]\u003e] [[-Settings] \u003cCimInstance#MSFT_TaskSettings\u003e] [[-Principal] \u003cCimInstance#MSFT_TaskPrincipal\u003e] [[-Description] \u003cstring\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [[-TaskName] \u003cstring\u003e] [[-TaskPath] \u003cstring\u003e] [-InputObject] \u003cCimInstance#MSFT_ScheduledTask\u003e [[-User] \u003cstring\u003e] [[-Password] \u003cstring\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-ClusteredScheduledTask", - "CommandType": "Function", - "ParameterSets": "[-TaskName] \u003cstring\u003e [-Xml] \u003cstring\u003e [[-Cluster] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TaskName] \u003cstring\u003e [[-Action] \u003cCimInstance#MSFT_TaskAction[]\u003e] [[-Trigger] \u003cCimInstance#MSFT_TaskTrigger[]\u003e] [[-Settings] \u003cCimInstance#MSFT_TaskSettings\u003e] [[-Description] \u003cstring\u003e] [[-Cluster] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TaskName] \u003cstring\u003e [-InputObject] \u003cCimInstance#MSFT_ScheduledTask\u003e [[-Cluster] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-ScheduledTask", - "CommandType": "Function", - "ParameterSets": "[-TaskName] \u003cstring\u003e [[-TaskPath] \u003cstring\u003e] [[-Action] \u003cCimInstance#MSFT_TaskAction[]\u003e] [[-Trigger] \u003cCimInstance#MSFT_TaskTrigger[]\u003e] [[-Settings] \u003cCimInstance#MSFT_TaskSettings\u003e] [[-User] \u003cstring\u003e] [[-Password] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cCimInstance#MSFT_ScheduledTask\u003e [[-Password] \u003cstring\u003e] [[-User] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TaskName] \u003cstring\u003e [[-TaskPath] \u003cstring\u003e] [[-Action] \u003cCimInstance#MSFT_TaskAction[]\u003e] [[-Trigger] \u003cCimInstance#MSFT_TaskTrigger[]\u003e] [[-Settings] \u003cCimInstance#MSFT_TaskSettings\u003e] [[-Principal] \u003cCimInstance#MSFT_TaskPrincipal\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-ScheduledTask", - "CommandType": "Function", - "ParameterSets": "[-TaskName] \u003cstring\u003e [[-TaskPath] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cCimInstance#MSFT_ScheduledTask\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-ScheduledTask", - "CommandType": "Function", - "ParameterSets": "[-TaskName] \u003cstring\u003e [[-TaskPath] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cCimInstance#MSFT_ScheduledTask\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unregister-ClusteredScheduledTask", - "CommandType": "Function", - "ParameterSets": "[-TaskName] \u003cstring\u003e [[-Cluster] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [[-InputObject] \u003cCimInstance#MSFT_ClusteredScheduledTask\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unregister-ScheduledTask", - "CommandType": "Function", - "ParameterSets": "[[-TaskName] \u003cstring[]\u003e] [[-TaskPath] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_ScheduledTask[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "SecureBoot", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Confirm-SecureBootUEFI", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Format-SecureBootUEFI", - "CommandType": "Cmdlet", - "ParameterSets": "-Name \u003cstring\u003e -SignatureOwner \u003cguid\u003e -CertificateFilePath \u003cstring[]\u003e [-FormatWithCert] [-SignableFilePath \u003cstring\u003e] [-Time \u003cstring\u003e] [-AppendWrite] [-ContentFilePath \u003cstring\u003e] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e -SignatureOwner \u003cguid\u003e -Hash \u003cstring[]\u003e -Algorithm \u003cstring\u003e [-SignableFilePath \u003cstring\u003e] [-Time \u003cstring\u003e] [-AppendWrite] [-ContentFilePath \u003cstring\u003e] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e -Delete [-SignableFilePath \u003cstring\u003e] [-Time \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SecureBootPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SecureBootUEFI", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-OutputFilePath \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-SecureBootUEFI", - "CommandType": "Cmdlet", - "ParameterSets": "-Name \u003cstring\u003e -Time \u003cstring\u003e [-ContentFilePath \u003cstring\u003e] [-SignedFilePath \u003cstring\u003e] [-AppendWrite] [-OutputFilePath \u003cstring\u003e] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e -Time \u003cstring\u003e [-Content \u003cbyte[]\u003e] [-SignedFilePath \u003cstring\u003e] [-AppendWrite] [-OutputFilePath \u003cstring\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "SmbShare", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Block-SmbShareAccess", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-ScopeName] \u003cstring[]\u003e] [-SmbInstance \u003cSmbInstance\u003e] [-AccountName \u003cstring[]\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_SMBShare[]\u003e [-AccountName \u003cstring[]\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Close-SmbOpenFile", - "CommandType": "Function", - "ParameterSets": "[[-FileId] \u003cuint64[]\u003e] [-SessionId \u003cuint64[]\u003e] [-ClientComputerName \u003cstring[]\u003e] [-ClientUserName \u003cstring[]\u003e] [-ScopeName \u003cstring[]\u003e] [-ClusterNodeName \u003cstring[]\u003e] [-SmbInstance \u003cSmbInstance\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_SMBOpenFile[]\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Close-SmbSession", - "CommandType": "Function", - "ParameterSets": "[[-SessionId] \u003cuint64[]\u003e] [-ClientComputerName \u003cstring[]\u003e] [-ClientUserName \u003cstring[]\u003e] [-ScopeName \u003cstring[]\u003e] [-ClusterNodeName \u003cstring[]\u003e] [-SmbInstance \u003cSmbInstance\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_SMBSession[]\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-SmbDelegation", - "CommandType": "Function", - "ParameterSets": "[[-SmbClient] \u003cstring\u003e] [-SmbServer] \u003cstring\u003e [-Force] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-SmbDelegation", - "CommandType": "Function", - "ParameterSets": "[-SmbClient] \u003cstring\u003e [-SmbServer] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbBandwidthLimit", - "CommandType": "Function", - "ParameterSets": "[[-Category] \u003cBandwidthLimitCategory[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbClientConfiguration", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbClientNetworkInterface", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbConnection", - "CommandType": "Function", - "ParameterSets": "[[-ServerName] \u003cstring[]\u003e] [[-UserName] \u003cstring[]\u003e] [-SmbInstance \u003cSmbInstance\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbDelegation", - "CommandType": "Function", - "ParameterSets": "[-SmbServer] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbMapping", - "CommandType": "Function", - "ParameterSets": "[[-LocalPath] \u003cstring[]\u003e] [[-RemotePath] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbMultichannelConnection", - "CommandType": "Function", - "ParameterSets": "[[-ServerName] \u003cstring[]\u003e] [-IncludeNotSelected] [-SmbInstance \u003cSmbInstance\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbMultichannelConstraint", - "CommandType": "Function", - "ParameterSets": "[[-ServerName] \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbOpenFile", - "CommandType": "Function", - "ParameterSets": "[[-FileId] \u003cuint64[]\u003e] [[-SessionId] \u003cuint64[]\u003e] [[-ClientComputerName] \u003cstring[]\u003e] [[-ClientUserName] \u003cstring[]\u003e] [[-ScopeName] \u003cstring[]\u003e] [[-ClusterNodeName] \u003cstring[]\u003e] [-IncludeHidden] [-SmbInstance \u003cSmbInstance\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbServerConfiguration", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbServerNetworkInterface", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbSession", - "CommandType": "Function", - "ParameterSets": "[[-SessionId] \u003cuint64[]\u003e] [[-ClientComputerName] \u003cstring[]\u003e] [[-ClientUserName] \u003cstring[]\u003e] [[-ScopeName] \u003cstring[]\u003e] [[-ClusterNodeName] \u003cstring[]\u003e] [-IncludeHidden] [-SmbInstance \u003cSmbInstance\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbShare", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [[-ScopeName] \u003cstring[]\u003e] [-Scoped \u003cbool[]\u003e] [-Special \u003cbool[]\u003e] [-ContinuouslyAvailable \u003cbool[]\u003e] [-ShareState \u003cShareState[]\u003e] [-FolderEnumerationMode \u003cFolderEnumerationMode[]\u003e] [-CachingMode \u003cCachingMode[]\u003e] [-ConcurrentUserLimit \u003cuint32[]\u003e] [-AvailabilityType \u003cAvailabilityType[]\u003e] [-CaTimeout \u003cuint32[]\u003e] [-EncryptData \u003cbool[]\u003e] [-IncludeHidden] [-SmbInstance \u003cSmbInstance\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SmbShareAccess", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-ScopeName] \u003cstring[]\u003e] [-SmbInstance \u003cSmbInstance\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_SMBShare[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Grant-SmbShareAccess", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-ScopeName] \u003cstring[]\u003e] [-SmbInstance \u003cSmbInstance\u003e] [-AccountName \u003cstring[]\u003e] [-AccessRight \u003cShareAccessRight\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_SMBShare[]\u003e [-AccountName \u003cstring[]\u003e] [-AccessRight \u003cShareAccessRight\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-SmbMapping", - "CommandType": "Function", - "ParameterSets": "[[-LocalPath] \u003cstring\u003e] [[-RemotePath] \u003cstring\u003e] [-UserName \u003cstring\u003e] [-Password \u003cstring\u003e] [-Persistent \u003cbool\u003e] [-SaveCredentials] [-HomeFolder] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-SmbMultichannelConstraint", - "CommandType": "Function", - "ParameterSets": "[-ServerName] \u003cstring\u003e [-InterfaceIndex] \u003cuint32[]\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ServerName] \u003cstring\u003e [-InterfaceAlias] \u003cstring[]\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-SmbShare", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-Path] \u003cstring\u003e [[-ScopeName] \u003cstring\u003e] [-Temporary] [-ContinuouslyAvailable \u003cbool\u003e] [-Description \u003cstring\u003e] [-ConcurrentUserLimit \u003cuint32\u003e] [-CATimeout \u003cuint32\u003e] [-FolderEnumerationMode \u003cFolderEnumerationMode\u003e] [-CachingMode \u003cCachingMode\u003e] [-FullAccess \u003cstring[]\u003e] [-ChangeAccess \u003cstring[]\u003e] [-ReadAccess \u003cstring[]\u003e] [-NoAccess \u003cstring[]\u003e] [-SecurityDescriptor \u003cstring\u003e] [-EncryptData \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-SmbBandwidthLimit", - "CommandType": "Function", - "ParameterSets": "[[-Category] \u003cBandwidthLimitCategory[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_SmbBandwidthLimit[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-SmbMapping", - "CommandType": "Function", - "ParameterSets": "[[-LocalPath] \u003cstring[]\u003e] [[-RemotePath] \u003cstring[]\u003e] [-UpdateProfile] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_SmbMapping[]\u003e [-UpdateProfile] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-SmbMultichannelConstraint", - "CommandType": "Function", - "ParameterSets": "[-ServerName] \u003cstring[]\u003e [[-InterfaceIndex] \u003cuint32[]\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ServerName] \u003cstring[]\u003e [[-InterfaceAlias] \u003cstring[]\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_SmbMultichannelConstraint[]\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-SmbShare", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-ScopeName] \u003cstring[]\u003e] [-SmbInstance \u003cSmbInstance\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_SMBShare[]\u003e [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Revoke-SmbShareAccess", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-ScopeName] \u003cstring[]\u003e] [-SmbInstance \u003cSmbInstance\u003e] [-AccountName \u003cstring[]\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_SMBShare[]\u003e [-AccountName \u003cstring[]\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-SmbBandwidthLimit", - "CommandType": "Function", - "ParameterSets": "-Category \u003cBandwidthLimitCategory\u003e -BytesPerSecond \u003cuint64\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-SmbClientConfiguration", - "CommandType": "Function", - "ParameterSets": "[-ConnectionCountPerRssNetworkInterface \u003cuint32\u003e] [-DirectoryCacheEntriesMax \u003cuint32\u003e] [-DirectoryCacheEntrySizeMax \u003cuint32\u003e] [-DirectoryCacheLifetime \u003cuint32\u003e] [-DormantFileLimit \u003cuint32\u003e] [-EnableBandwidthThrottling \u003cbool\u003e] [-EnableByteRangeLockingOnReadOnlyFiles \u003cbool\u003e] [-EnableInsecureGuestLogons \u003cbool\u003e] [-EnableLargeMtu \u003cbool\u003e] [-EnableLoadBalanceScaleOut \u003cbool\u003e] [-EnableMultiChannel \u003cbool\u003e] [-EnableSecuritySignature \u003cbool\u003e] [-ExtendedSessionTimeout \u003cuint32\u003e] [-FileInfoCacheEntriesMax \u003cuint32\u003e] [-FileInfoCacheLifetime \u003cuint32\u003e] [-FileNotFoundCacheEntriesMax \u003cuint32\u003e] [-FileNotFoundCacheLifetime \u003cuint32\u003e] [-KeepConn \u003cuint32\u003e] [-MaxCmds \u003cuint32\u003e] [-MaximumConnectionCountPerServer \u003cuint32\u003e] [-OplocksDisabled \u003cbool\u003e] [-RequireSecuritySignature \u003cbool\u003e] [-SessionTimeout \u003cuint32\u003e] [-UseOpportunisticLocking \u003cbool\u003e] [-WindowSizeThreshold \u003cuint32\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-SmbPathAcl", - "CommandType": "Function", - "ParameterSets": "[-ShareName] \u003cstring\u003e [[-ScopeName] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-SmbServerConfiguration", - "CommandType": "Function", - "ParameterSets": "[-AnnounceComment \u003cstring\u003e] [-AnnounceServer \u003cbool\u003e] [-AsynchronousCredits \u003cuint32\u003e] [-AuditSmb1Access \u003cbool\u003e] [-AutoDisconnectTimeout \u003cuint32\u003e] [-AutoShareServer \u003cbool\u003e] [-AutoShareWorkstation \u003cbool\u003e] [-CachedOpenLimit \u003cuint32\u003e] [-DurableHandleV2TimeoutInSeconds \u003cuint32\u003e] [-EnableAuthenticateUserSharing \u003cbool\u003e] [-EnableDownlevelTimewarp \u003cbool\u003e] [-EnableForcedLogoff \u003cbool\u003e] [-EnableLeasing \u003cbool\u003e] [-EnableMultiChannel \u003cbool\u003e] [-EnableOplocks \u003cbool\u003e] [-EnableSecuritySignature \u003cbool\u003e] [-EnableSMB1Protocol \u003cbool\u003e] [-EnableSMB2Protocol \u003cbool\u003e] [-EnableStrictNameChecking \u003cbool\u003e] [-EncryptData \u003cbool\u003e] [-IrpStackSize \u003cuint32\u003e] [-KeepAliveTime \u003cuint32\u003e] [-MaxChannelPerSession \u003cuint32\u003e] [-MaxMpxCount \u003cuint32\u003e] [-MaxSessionPerConnection \u003cuint32\u003e] [-MaxThreadsPerQueue \u003cuint32\u003e] [-MaxWorkItems \u003cuint32\u003e] [-NullSessionPipes \u003cstring\u003e] [-NullSessionShares \u003cstring\u003e] [-OplockBreakWait \u003cuint32\u003e] [-PendingClientTimeoutInSeconds \u003cuint32\u003e] [-RejectUnencryptedAccess \u003cbool\u003e] [-RequireSecuritySignature \u003cbool\u003e] [-ServerHidden \u003cbool\u003e] [-Smb2CreditsMax \u003cuint32\u003e] [-Smb2CreditsMin \u003cuint32\u003e] [-SmbServerNameHardeningLevel \u003cuint32\u003e] [-TreatHostAsStableStorage \u003cbool\u003e] [-ValidateAliasNotCircular \u003cbool\u003e] [-ValidateShareScope \u003cbool\u003e] [-ValidateShareScopeNotAliased \u003cbool\u003e] [-ValidateTargetName \u003cbool\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-SmbShare", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-ScopeName] \u003cstring[]\u003e] [-SmbInstance \u003cSmbInstance\u003e] [-Description \u003cstring\u003e] [-ConcurrentUserLimit \u003cuint32\u003e] [-CATimeout \u003cuint32\u003e] [-ContinuouslyAvailable \u003cbool\u003e] [-FolderEnumerationMode \u003cFolderEnumerationMode\u003e] [-CachingMode \u003cCachingMode\u003e] [-SecurityDescriptor \u003cstring\u003e] [-EncryptData \u003cbool\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_SMBShare[]\u003e [-Description \u003cstring\u003e] [-ConcurrentUserLimit \u003cuint32\u003e] [-CATimeout \u003cuint32\u003e] [-ContinuouslyAvailable \u003cbool\u003e] [-FolderEnumerationMode \u003cFolderEnumerationMode\u003e] [-CachingMode \u003cCachingMode\u003e] [-SecurityDescriptor \u003cstring\u003e] [-EncryptData \u003cbool\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unblock-SmbShareAccess", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [[-ScopeName] \u003cstring[]\u003e] [-SmbInstance \u003cSmbInstance\u003e] [-AccountName \u003cstring[]\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_SMBShare[]\u003e [-AccountName \u003cstring[]\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-SmbMultichannelConnection", - "CommandType": "Function", - "ParameterSets": "[[-ServerName] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "gsmbs", - "nsmbs", - "rsmbs", - "ssmbs", - "gsmba", - "grsmba", - "rksmba", - "blsmba", - "ulsmba", - "gsmbse", - "cssmbse", - "gsmbo", - "cssmbo", - "gsmbsc", - "ssmbsc", - "gsmbcc", - "ssmbcc", - "gsmbc", - "gsmbm", - "nsmbm", - "rsmbm", - "gsmbcn", - "gsmbsn", - "gsmbmc", - "udsmbmc", - "gsmbt", - "nsmbt", - "rsmbt", - "ssmbp", - "gsmbb", - "ssmbb", - "rsmbb", - "gsmbd", - "esmbd", - "dsmbd" - ] - }, - { - "Name": "SmbWitness", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Move-SmbClient", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Get-SmbWitnessClient", - "CommandType": "Function", - "ParameterSets": "[[-ClientName] \u003cstring[]\u003e] [-State \u003cState[]\u003e] [-Flags \u003cFlags[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Move-SmbWitnessClient", - "CommandType": "Function", - "ParameterSets": "[-ClientName] \u003cstring\u003e [-DestinationNode] \u003cstring\u003e [[-NetworkName] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "gsmbw", - "msmbw", - "Move-SmbClient" - ] - }, - { - "Name": "StartLayout", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-StartApps", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cObject\u003e]" - }, - { - "Name": "Export-StartLayout", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-StartLayout", - "CommandType": "Cmdlet", - "ParameterSets": "[-LayoutPath] \u003cstring\u003e [-MountPath] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -LayoutLiteralPath \u003cstring\u003e -MountLiteralPath \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Storage", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-PhysicalDiskIndication", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Disable-StorageDiagnosticLog", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Enable-PhysicalDiskIndication", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Enable-StorageDiagnosticLog", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Flush-Volume", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Get-DiskSNV", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Get-PhysicalDiskSNV", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Get-StorageEnclosureSNV", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Initialize-Volume", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Write-FileSystemCache", - "CommandType": "Alias", - "ParameterSets": null - }, - { - "Name": "Add-InitiatorIdToMaskingSet", - "CommandType": "Function", - "ParameterSets": "[-MaskingSetFriendlyName] \u003cstring[]\u003e [-InitiatorIds \u003cstring[]\u003e] [-HostType \u003cHostType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -MaskingSetUniqueId \u003cstring[]\u003e [-InitiatorIds \u003cstring[]\u003e] [-HostType \u003cHostType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_MaskingSet[]\u003e [-InitiatorIds \u003cstring[]\u003e] [-HostType \u003cHostType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-PartitionAccessPath", - "CommandType": "Function", - "ParameterSets": "[-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-AccessPath] \u003cstring\u003e] -DiskId \u003cstring[]\u003e -Offset \u003cuint64[]\u003e [-AssignDriveLetter] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-DiskNumber] \u003cuint32[]\u003e [-PartitionNumber] \u003cuint32[]\u003e [[-AccessPath] \u003cstring\u003e] [-AssignDriveLetter] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-AccessPath] \u003cstring\u003e] -DriveLetter \u003cchar[]\u003e [-AssignDriveLetter] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-AccessPath] \u003cstring\u003e] -InputObject \u003cCimInstance#MSFT_Partition[]\u003e [-AssignDriveLetter] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-PhysicalDisk", - "CommandType": "Function", - "ParameterSets": "[-StoragePool] \u003cCimInstance#MSFT_StoragePool\u003e -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e [-Usage \u003cUsage\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e -VirtualDiskUniqueId \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e -VirtualDiskName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e -VirtualDiskFriendlyName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VirtualDisk] \u003cCimInstance#MSFT_VirtualDisk\u003e -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e -StoragePoolUniqueId \u003cstring\u003e [-Usage \u003cUsage\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e -StoragePoolName \u003cstring\u003e [-Usage \u003cUsage\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e -StoragePoolFriendlyName \u003cstring\u003e [-Usage \u003cUsage\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-TargetPortToMaskingSet", - "CommandType": "Function", - "ParameterSets": "[-MaskingSetFriendlyName] \u003cstring[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -MaskingSetUniqueId \u003cstring[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_MaskingSet[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VirtualDiskToMaskingSet", - "CommandType": "Function", - "ParameterSets": "[-MaskingSetFriendlyName] \u003cstring[]\u003e [-VirtualDisknames \u003cstring[]\u003e] [-DeviceNumbers \u003cuint16[]\u003e] [-DeviceAccesses \u003cDeviceAccess[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -MaskingSetUniqueId \u003cstring[]\u003e [-VirtualDisknames \u003cstring[]\u003e] [-DeviceNumbers \u003cuint16[]\u003e] [-DeviceAccesses \u003cDeviceAccess[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_MaskingSet[]\u003e [-VirtualDisknames \u003cstring[]\u003e] [-DeviceNumbers \u003cuint16[]\u003e] [-DeviceAccesses \u003cDeviceAccess[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Block-FileShareAccess", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring[]\u003e -AccountName \u003cstring[]\u003e [-FileServer \u003cCimInstance#MSFT_FileServer\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e -AccountName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_FileShare[]\u003e -AccountName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-Disk", - "CommandType": "Function", - "ParameterSets": "[-Number] \u003cuint32[]\u003e [-RemoveData] [-RemoveOEM] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-RemoveData] [-RemoveOEM] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-FriendlyName \u003cstring[]\u003e] [-RemoveData] [-RemoveOEM] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-RemoveData] [-RemoveOEM] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Disk[]\u003e [-RemoveData] [-RemoveOEM] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-FileStorageTier", - "CommandType": "Function", - "ParameterSets": "-FilePath \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-StorageDiagnosticInfo", - "CommandType": "Function", - "ParameterSets": "[-StorageSubSystemFriendlyName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -StorageSubSystemUniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -StorageSubSystemName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageSubSystem[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Connect-VirtualDisk", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-StorageNodeName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-StorageNodeName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-StorageNodeName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_VirtualDisk[]\u003e [-StorageNodeName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Debug-FileShare", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_FileShare\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Debug-StorageSubSystem", - "CommandType": "Function", - "ParameterSets": "[-StorageSubSystemFriendlyName] \u003cstring[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StorageSubSystemUniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StorageSubSystemName \u003cstring[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageSubSystem\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Debug-Volume", - "CommandType": "Function", - "ParameterSets": "[-DriveLetter] \u003cchar[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -ObjectId \u003cstring[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -FileSystemLabel \u003cstring[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Volume\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-PhysicalDiskIdentification", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_PhysicalDisk[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-StorageEnclosureIdentification", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-SlotNumbers \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-SlotNumbers \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageEnclosure[]\u003e [-SlotNumbers \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-StorageHighAvailability", - "CommandType": "Function", - "ParameterSets": "[-DiskNumber] \u003cuint32[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -DiskUniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -DiskFriendlyName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -DiskPath \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Disk[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-StorageMaintenanceMode", - "CommandType": "Function", - "ParameterSets": "-InputObject \u003cCimInstance#MSFT_StorageFaultDomain\u003e [-Model \u003cstring\u003e] [-Manufacturer \u003cstring\u003e] [-CimSession \u003cCimSession\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disconnect-VirtualDisk", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-StorageNodeName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-StorageNodeName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-StorageNodeName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_VirtualDisk[]\u003e [-StorageNodeName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Dismount-DiskImage", - "CommandType": "Function", - "ParameterSets": "[-ImagePath] \u003cstring[]\u003e [-StorageType \u003cStorageType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DevicePath \u003cstring[]\u003e [-StorageType \u003cStorageType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_DiskImage[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-PhysicalDiskIdentification", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_PhysicalDisk[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-StorageEnclosureIdentification", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-SlotNumbers \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-SlotNumbers \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageEnclosure[]\u003e [-SlotNumbers \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-StorageHighAvailability", - "CommandType": "Function", - "ParameterSets": "[-DiskNumber] \u003cuint32[]\u003e [-ScaleOut \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -DiskUniqueId \u003cstring[]\u003e [-ScaleOut \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -DiskFriendlyName \u003cstring[]\u003e [-ScaleOut \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -DiskPath \u003cstring[]\u003e [-ScaleOut \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Disk[]\u003e [-ScaleOut \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-StorageMaintenanceMode", - "CommandType": "Function", - "ParameterSets": "-InputObject \u003cCimInstance#MSFT_StorageFaultDomain\u003e [-IgnoreDetachedVirtualDisks] [-ValidateVirtualDisksHealthy \u003cbool\u003e] [-Model \u003cstring\u003e] [-Manufacturer \u003cstring\u003e] [-CimSession \u003cCimSession\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Format-Volume", - "CommandType": "Function", - "ParameterSets": "[-DriveLetter] \u003cchar[]\u003e [-FileSystem \u003cstring\u003e] [-NewFileSystemLabel \u003cstring\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-Full] [-Force] [-Compress] [-ShortFileNameSupport \u003cbool\u003e] [-SetIntegrityStreams \u003cbool\u003e] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ObjectId \u003cstring[]\u003e [-FileSystem \u003cstring\u003e] [-NewFileSystemLabel \u003cstring\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-Full] [-Force] [-Compress] [-ShortFileNameSupport \u003cbool\u003e] [-SetIntegrityStreams \u003cbool\u003e] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-FileSystem \u003cstring\u003e] [-NewFileSystemLabel \u003cstring\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-Full] [-Force] [-Compress] [-ShortFileNameSupport \u003cbool\u003e] [-SetIntegrityStreams \u003cbool\u003e] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -FileSystemLabel \u003cstring[]\u003e [-FileSystem \u003cstring\u003e] [-NewFileSystemLabel \u003cstring\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-Full] [-Force] [-Compress] [-ShortFileNameSupport \u003cbool\u003e] [-SetIntegrityStreams \u003cbool\u003e] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Partition \u003cCimInstance#MSFT_Partition\u003e] [-FileSystem \u003cstring\u003e] [-NewFileSystemLabel \u003cstring\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-Full] [-Force] [-Compress] [-ShortFileNameSupport \u003cbool\u003e] [-SetIntegrityStreams \u003cbool\u003e] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Volume[]\u003e [-FileSystem \u003cstring\u003e] [-NewFileSystemLabel \u003cstring\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-Full] [-Force] [-Compress] [-ShortFileNameSupport \u003cbool\u003e] [-SetIntegrityStreams \u003cbool\u003e] [-UseLargeFRS] [-DisableHeatGathering] [-IsDAX \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DedupProperties", - "CommandType": "Function", - "ParameterSets": "[-DriveLetter] \u003cchar[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -ObjectId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -FileSystemLabel \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Volume[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Disk", - "CommandType": "Function", - "ParameterSets": "[[-Number] \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FriendlyName \u003cstring[]\u003e] [-SerialNumber \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Path \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Partition \u003cCimInstance#MSFT_Partition\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-VirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-iSCSISession \u003cCimInstance#MSFT_iSCSISession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-iSCSIConnection \u003cCimInstance#MSFT_iSCSIConnection\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageSubSystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageNode \u003cCimInstance#MSFT_StorageNode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageJob \u003cCimInstance#MSFT_StorageJob\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DiskImage", - "CommandType": "Function", - "ParameterSets": "[-ImagePath] \u003cstring[]\u003e [-StorageType \u003cStorageType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Volume \u003cCimInstance#MSFT_Volume\u003e] [-StorageType \u003cStorageType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DevicePath \u003cstring[]\u003e [-StorageType \u003cStorageType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-DiskStorageNodeView", - "CommandType": "Function", - "ParameterSets": "[[-StorageNode] \u003cCimInstance#MSFT_StorageNode\u003e] [[-Disk] \u003cCimInstance#MSFT_Disk\u003e] [[-CimSession] \u003cCimSession\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-FileIntegrity", - "CommandType": "Function", - "ParameterSets": "[-FileName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-FileShare", - "CommandType": "Function", - "ParameterSets": "[-Name \u003cstring[]\u003e] [-Protocol \u003cFileSharingProtocol[]\u003e] [-FileServer \u003cCimInstance#MSFT_FileServer\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name \u003cstring[]\u003e] [-Protocol \u003cFileSharingProtocol[]\u003e] [-Volume \u003cCimInstance#MSFT_Volume\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name \u003cstring[]\u003e] [-Protocol \u003cFileSharingProtocol[]\u003e] [-Subsystem \u003cCimInstance#MSFT_StorageSubsystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-FileShareAccessControlEntry", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring[]\u003e [-FileServer \u003cCimInstance#MSFT_FileServer\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_FileShare[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-FileStorageTier", - "CommandType": "Function", - "ParameterSets": "-VolumeDriveLetter \u003cchar\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -VolumePath \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Volume \u003cciminstance\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -FilePath \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-InitiatorId", - "CommandType": "Function", - "ParameterSets": "[[-InitiatorAddress] \u003cstring[]\u003e] [-HostType \u003cHostType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-MaskingSet \u003cCimInstance#MSFT_MaskingSet\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-VirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageSubSystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-InitiatorPort", - "CommandType": "Function", - "ParameterSets": "[[-NodeAddress] \u003cstring[]\u003e] [-ConnectionType \u003cConnectionType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-ObjectId \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InstanceName \u003cstring[]\u003e] [-ConnectionType \u003cConnectionType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-VirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-iSCSISession \u003cCimInstance#MSFT_iSCSISession\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-iSCSIConnection \u003cCimInstance#MSFT_iSCSIConnection\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-iSCSITarget \u003cCimInstance#MSFT_iSCSITarget\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-MaskingSet", - "CommandType": "Function", - "ParameterSets": "[[-FriendlyName] \u003cstring[]\u003e] [-HostType \u003cHostType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TargetPort \u003cCimInstance#MSFT_TargetPort\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InitiatorId \u003cCimInstance#MSFT_InitiatorId\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageSubSystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-VirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-OffloadDataTransferSetting", - "CommandType": "Function", - "ParameterSets": "[-StorageSubSystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Partition", - "CommandType": "Function", - "ParameterSets": "[-UniqueId \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DiskId \u003cstring[]\u003e [-Offset \u003cuint64[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [[-DiskNumber] \u003cuint32[]\u003e] [[-PartitionNumber] \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-DriveLetter \u003cchar[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Disk \u003cCimInstance#MSFT_Disk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Volume \u003cCimInstance#MSFT_Volume\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageSubSystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PartitionSupportedSize", - "CommandType": "Function", - "ParameterSets": "[\u003cCommonParameters\u003e] -DiskId \u003cstring[]\u003e [-Offset \u003cuint64[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-DiskNumber] \u003cuint32[]\u003e [[-PartitionNumber] \u003cuint32[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DriveLetter \u003cchar[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Partition[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PhysicalDisk", - "CommandType": "Function", - "ParameterSets": "[-UniqueId \u003cstring\u003e] [-Usage \u003cPhysicalDiskUsage\u003e] [-Description \u003cstring\u003e] [-Manufacturer \u003cstring\u003e] [-Model \u003cstring\u003e] [-CanPool \u003cbool\u003e] [-HealthStatus \u003cPhysicalDiskHealthStatus\u003e] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] [-ObjectId \u003cstring\u003e] [-Usage \u003cPhysicalDiskUsage\u003e] [-Description \u003cstring\u003e] [-Manufacturer \u003cstring\u003e] [-Model \u003cstring\u003e] [-CanPool \u003cbool\u003e] [-HealthStatus \u003cPhysicalDiskHealthStatus\u003e] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] [[-FriendlyName] \u003cstring\u003e] [[-SerialNumber] \u003cstring\u003e] [-Usage \u003cPhysicalDiskUsage\u003e] [-Description \u003cstring\u003e] [-Manufacturer \u003cstring\u003e] [-Model \u003cstring\u003e] [-CanPool \u003cbool\u003e] [-HealthStatus \u003cPhysicalDiskHealthStatus\u003e] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_PhysicalDisk\u003e [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] -StorageSubsystem \u003cCimInstance#MSFT_StorageSubsystem\u003e [-Usage \u003cPhysicalDiskUsage\u003e] [-Description \u003cstring\u003e] [-Manufacturer \u003cstring\u003e] [-Model \u003cstring\u003e] [-CanPool \u003cbool\u003e] [-HealthStatus \u003cPhysicalDiskHealthStatus\u003e] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] -StorageEnclosure \u003cCimInstance#MSFT_StorageEnclosure\u003e [-Usage \u003cPhysicalDiskUsage\u003e] [-Description \u003cstring\u003e] [-Manufacturer \u003cstring\u003e] [-Model \u003cstring\u003e] [-CanPool \u003cbool\u003e] [-HealthStatus \u003cPhysicalDiskHealthStatus\u003e] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] -StorageNode \u003cCimInstance#MSFT_StorageNode\u003e [-PhysicallyConnected] [-Usage \u003cPhysicalDiskUsage\u003e] [-Description \u003cstring\u003e] [-Manufacturer \u003cstring\u003e] [-Model \u003cstring\u003e] [-CanPool \u003cbool\u003e] [-HealthStatus \u003cPhysicalDiskHealthStatus\u003e] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] -StoragePool \u003cCimInstance#MSFT_StoragePool\u003e [-Usage \u003cPhysicalDiskUsage\u003e] [-Description \u003cstring\u003e] [-Manufacturer \u003cstring\u003e] [-Model \u003cstring\u003e] [-CanPool \u003cbool\u003e] [-HealthStatus \u003cPhysicalDiskHealthStatus\u003e] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] -VirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e [-VirtualRangeMin \u003cuint64\u003e] [-VirtualRangeMax \u003cuint64\u003e] [-HasAllocations \u003cbool\u003e] [-SelectedForUse \u003cbool\u003e] [-NoRedundancy] [-Usage \u003cPhysicalDiskUsage\u003e] [-Description \u003cstring\u003e] [-Manufacturer \u003cstring\u003e] [-Model \u003cstring\u003e] [-CanPool \u003cbool\u003e] [-HealthStatus \u003cPhysicalDiskHealthStatus\u003e] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PhysicalDiskStorageNodeView", - "CommandType": "Function", - "ParameterSets": "[[-StorageNode] \u003cCimInstance#MSFT_StorageNode\u003e] [[-PhysicalDisk] \u003cCimInstance#MSFT_PhysicalDisk\u003e] [[-CimSession] \u003cCimSession\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PhysicalExtent", - "CommandType": "Function", - "ParameterSets": "-VirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] -StorageTier \u003cCimInstance#MSFT_StorageTier\u003e [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] -PhysicalDisk \u003cCimInstance#MSFT_PhysicalDisk\u003e [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PhysicalExtentAssociation", - "CommandType": "Function", - "ParameterSets": "-InputObject \u003cCimInstance#MSFT_PhysicalExtent\u003e [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-ResiliencySetting", - "CommandType": "Function", - "ParameterSets": "[-Name \u003cstring[]\u003e] [-StoragePool \u003cCimInstance#MSFT_StoragePool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageAdvancedProperty", - "CommandType": "Function", - "ParameterSets": "-PhysicalDisk \u003cCimInstance#MSFT_PhysicalDisk\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageDiagnosticInfo", - "CommandType": "Function", - "ParameterSets": "-InputObject \u003cCimInstance#MSFT_StorageSubSystem\u003e -DestinationPath \u003cstring\u003e [-TimeSpan \u003cuint32\u003e] [-ActivityId \u003cstring\u003e] [-ExcludeOperationalLog] [-ExcludeDiagnosticLog] [-IncludeLiveDump] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageSubSystemFriendlyName] \u003cstring\u003e -DestinationPath \u003cstring\u003e [-TimeSpan \u003cuint32\u003e] [-ActivityId \u003cstring\u003e] [-ExcludeOperationalLog] [-ExcludeDiagnosticLog] [-IncludeLiveDump] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StorageSubSystemName \u003cstring\u003e -DestinationPath \u003cstring\u003e [-TimeSpan \u003cuint32\u003e] [-ActivityId \u003cstring\u003e] [-ExcludeOperationalLog] [-ExcludeDiagnosticLog] [-IncludeLiveDump] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StorageSubSystemUniqueId \u003cstring\u003e -DestinationPath \u003cstring\u003e [-TimeSpan \u003cuint32\u003e] [-ActivityId \u003cstring\u003e] [-ExcludeOperationalLog] [-ExcludeDiagnosticLog] [-IncludeLiveDump] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageEnclosure", - "CommandType": "Function", - "ParameterSets": "[-UniqueId \u003cstring[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [[-FriendlyName] \u003cstring[]\u003e] [[-SerialNumber] \u003cstring[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-PhysicalDisk \u003cCimInstance#MSFT_PhysicalDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-StorageNode \u003cCimInstance#MSFT_StorageNode\u003e] [-PhysicallyConnected] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-StorageSubSystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageEnclosureStorageNodeView", - "CommandType": "Function", - "ParameterSets": "[[-StorageNode] \u003cCimInstance#MSFT_StorageNode\u003e] [[-StorageEnclosure] \u003cCimInstance#MSFT_StorageEnclosure\u003e] [[-CimSession] \u003cCimSession\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageEnclosureVendorData", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e -PageNumber \u003cuint16\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e -PageNumber \u003cuint16\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageEnclosure[]\u003e -PageNumber \u003cuint16\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageFaultDomain", - "CommandType": "Function", - "ParameterSets": "[-Type \u003cStorageFaultDomainType\u003e] [-PhysicalLocation \u003cstring\u003e] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] -StorageFaultDomain \u003cCimInstance#MSFT_StorageFaultDomain\u003e [-Type \u003cStorageFaultDomainType\u003e] [-PhysicalLocation \u003cstring\u003e] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e] -StorageSubsystem \u003cCimInstance#MSFT_StorageSubsystem\u003e [-Type \u003cStorageFaultDomainType\u003e] [-PhysicalLocation \u003cstring\u003e] [-CimSession \u003cCimSession\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageFileServer", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Subsystem \u003cCimInstance#MSFT_StorageSubsystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageFirmwareInformation", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_PhysicalDisk[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageHealthAction", - "CommandType": "Function", - "ParameterSets": "-UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject \u003cciminstance\u003e] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageHealthReport", - "CommandType": "Function", - "ParameterSets": "-InputObject \u003cCimInstance#MSFT_StorageObject\u003e [-Count \u003cint\u003e] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageHealthSetting", - "CommandType": "Function", - "ParameterSets": "-InputObject \u003cCimInstance#MSFT_StorageSubSystem\u003e [-Name \u003cstring\u003e] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageJob", - "CommandType": "Function", - "ParameterSets": "[\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-JobState \u003cJobState[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name \u003cstring[]\u003e] [-JobState \u003cJobState[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name \u003cstring[]\u003e] [-JobState \u003cJobState[]\u003e] [-StoragePool \u003cCimInstance#MSFT_StoragePool\u003e] [-VirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-JobState \u003cJobState[]\u003e] [-Volume \u003cCimInstance#MSFT_Volume\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-JobState \u003cJobState[]\u003e] [-Disk \u003cCimInstance#MSFT_Disk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-JobState \u003cJobState[]\u003e] [-StorageSubsystem \u003cCimInstance#MSFT_StorageSubsystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageNode", - "CommandType": "Function", - "ParameterSets": "[-Name \u003cstring[]\u003e] [-OperationalStatus \u003cOperationalStatus[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-OperationalStatus \u003cOperationalStatus[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-ObjectId \u003cstring[]\u003e] [-OperationalStatus \u003cOperationalStatus[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-OperationalStatus \u003cOperationalStatus[]\u003e] [-Volume \u003cCimInstance#MSFT_Volume\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-OperationalStatus \u003cOperationalStatus[]\u003e] [-VirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-OperationalStatus \u003cOperationalStatus[]\u003e] [-PhysicalDisk \u003cCimInstance#MSFT_PhysicalDisk\u003e] [-PhysicallyConnected] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-OperationalStatus \u003cOperationalStatus[]\u003e] [-StoragePool \u003cCimInstance#MSFT_StoragePool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-OperationalStatus \u003cOperationalStatus[]\u003e] [-StorageEnclosure \u003cCimInstance#MSFT_StorageEnclosure\u003e] [-PhysicallyConnected] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-OperationalStatus \u003cOperationalStatus[]\u003e] [-StorageSubSystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-OperationalStatus \u003cOperationalStatus[]\u003e] [-Disk \u003cCimInstance#MSFT_Disk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StoragePool", - "CommandType": "Function", - "ParameterSets": "[[-FriendlyName] \u003cstring[]\u003e] [-Usage \u003cUsage[]\u003e] [-IsPrimordial \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-IsPrimordial \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name \u003cstring[]\u003e] [-IsPrimordial \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsPrimordial \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IsPrimordial \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-StorageJob \u003cCimInstance#MSFT_StorageJob\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IsPrimordial \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Volume \u003cCimInstance#MSFT_Volume\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IsPrimordial \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-StorageTier \u003cCimInstance#MSFT_StorageTier\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IsPrimordial \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-ResiliencySetting \u003cCimInstance#MSFT_ResiliencySetting\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IsPrimordial \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-VirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IsPrimordial \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-PhysicalDisk \u003cCimInstance#MSFT_PhysicalDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IsPrimordial \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-StorageNode \u003cCimInstance#MSFT_StorageNode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IsPrimordial \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-StorageSubSystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageProvider", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Manufacturer \u003cstring[]\u003e] [-URI \u003curi[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageSubSystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageReliabilityCounter", - "CommandType": "Function", - "ParameterSets": "-PhysicalDisk \u003cCimInstance#MSFT_PhysicalDisk\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Disk \u003cCimInstance#MSFT_Disk\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageSetting", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageSubSystem", - "CommandType": "Function", - "ParameterSets": "[[-FriendlyName] \u003cstring[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name \u003cstring[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-StorageFaultDomain \u003cCimInstance#MSFT_StorageFaultDomain\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-FileServer \u003cCimInstance#MSFT_FileServer\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-Volume \u003cCimInstance#MSFT_Volume\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-Partition \u003cCimInstance#MSFT_Partition\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-Disk \u003cCimInstance#MSFT_Disk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-OffloadDataTransferSetting \u003cCimInstance#MSFT_OffloadDataTransferSetting\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-InitiatorId \u003cCimInstance#MSFT_InitiatorId\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-TargetPortal \u003cCimInstance#MSFT_TargetPortal\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-TargetPort \u003cCimInstance#MSFT_TargetPort\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-MaskingSet \u003cCimInstance#MSFT_MaskingSet\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-VirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-StoragePool \u003cCimInstance#MSFT_StoragePool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-StorageNode \u003cCimInstance#MSFT_StorageNode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-Model \u003cstring[]\u003e] [-StorageProvider \u003cCimInstance#MSFT_StorageProvider\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageTier", - "CommandType": "Function", - "ParameterSets": "[[-FriendlyName] \u003cstring[]\u003e] [-MediaType \u003cMediaType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-MediaType \u003cMediaType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-MediaType \u003cMediaType[]\u003e] [-VirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-MediaType \u003cMediaType[]\u003e] [-StoragePool \u003cCimInstance#MSFT_StoragePool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-StorageTierSupportedSize", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-ResiliencySettingName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-ResiliencySettingName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageTier[]\u003e [-ResiliencySettingName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SupportedClusterSizes", - "CommandType": "Function", - "ParameterSets": "[-DriveLetter] \u003cchar[]\u003e -FileSystem \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -ObjectId \u003cstring[]\u003e -FileSystem \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e -FileSystem \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -FileSystemLabel \u003cstring[]\u003e -FileSystem \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Volume[]\u003e -FileSystem \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-SupportedFileSystems", - "CommandType": "Function", - "ParameterSets": "[-DriveLetter] \u003cchar[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -ObjectId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -FileSystemLabel \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Volume[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-TargetPort", - "CommandType": "Function", - "ParameterSets": "[[-FriendlyName] \u003cstring[]\u003e] [-ConnectionType \u003cConnectionType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-PortAddress \u003cstring[]\u003e] [-ConnectionType \u003cConnectionType[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageSubSystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-MaskingSet \u003cCimInstance#MSFT_MaskingSet\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TargetPortal \u003cCimInstance#MSFT_TargetPortal\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-VirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-TargetPortal", - "CommandType": "Function", - "ParameterSets": "[-UniqueId \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IPv4Address \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-IPv6Address \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-TargetPort \u003cCimInstance#MSFT_TargetPort\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageSubsystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VirtualDisk", - "CommandType": "Function", - "ParameterSets": "[[-FriendlyName] \u003cstring[]\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Name \u003cstring[]\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-StorageJob \u003cCimInstance#MSFT_StorageJob\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-TargetVirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-SourceVirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-TargetPort \u003cCimInstance#MSFT_TargetPort\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-InitiatorId \u003cCimInstance#MSFT_InitiatorId\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-MaskingSet \u003cCimInstance#MSFT_MaskingSet\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-InitiatorPort \u003cCimInstance#MSFT_InitiatorPort\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-Disk \u003cCimInstance#MSFT_Disk\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-StorageTier \u003cCimInstance#MSFT_StorageTier\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-PhysicalDisk \u003cCimInstance#MSFT_PhysicalDisk\u003e] [-PhysicalRangeMin \u003cuint64\u003e] [-PhysicalRangeMax \u003cuint64\u003e] [-NoRedundancy] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-StoragePool \u003cCimInstance#MSFT_StoragePool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-StorageNode \u003cCimInstance#MSFT_StorageNode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Usage \u003cUsage[]\u003e] [-OtherUsageDescription \u003cstring[]\u003e] [-IsSnapshot \u003cbool[]\u003e] [-HealthStatus \u003cHealthStatus[]\u003e] [-StorageSubSystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VirtualDiskSupportedSize", - "CommandType": "Function", - "ParameterSets": "[-StoragePoolFriendlyName] \u003cstring[]\u003e [-ResiliencySettingName \u003cstring\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StoragePoolUniqueId \u003cstring[]\u003e [-ResiliencySettingName \u003cstring\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StoragePoolName \u003cstring[]\u003e [-ResiliencySettingName \u003cstring\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StoragePool[]\u003e [-ResiliencySettingName \u003cstring\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Volume", - "CommandType": "Function", - "ParameterSets": "[[-DriveLetter] \u003cchar[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-ObjectId \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Path \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FileSystemLabel \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Partition \u003cCimInstance#MSFT_Partition\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-DiskImage \u003cCimInstance#MSFT_DiskImage\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageSubSystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StoragePool \u003cCimInstance#MSFT_StoragePool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageNode \u003cCimInstance#MSFT_StorageNode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageFileServer \u003cCimInstance#MSFT_FileServer\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FileShare \u003cCimInstance#MSFT_FileShare\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-StorageJob \u003cCimInstance#MSFT_StorageJob\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FilePath \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VolumeCorruptionCount", - "CommandType": "Function", - "ParameterSets": "[-DriveLetter] \u003cchar[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -ObjectId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -FileSystemLabel \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Volume[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VolumeScrubPolicy", - "CommandType": "Function", - "ParameterSets": "[-DriveLetter] \u003cchar[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -ObjectId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -FileSystemLabel \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Volume[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Grant-FileShareAccess", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring[]\u003e -AccountName \u003cstring[]\u003e -AccessRight \u003cAccessRight\u003e [-FileServer \u003cCimInstance#MSFT_FileServer\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e -AccountName \u003cstring[]\u003e -AccessRight \u003cAccessRight\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_FileShare[]\u003e -AccountName \u003cstring[]\u003e -AccessRight \u003cAccessRight\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Hide-VirtualDisk", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-InitiatorAddress \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-InitiatorAddress \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-InitiatorAddress \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_VirtualDisk[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-InitiatorAddress \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Initialize-Disk", - "CommandType": "Function", - "ParameterSets": "[-Number] \u003cuint32[]\u003e [-PartitionStyle \u003cPartitionStyle\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-PartitionStyle \u003cPartitionStyle\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-FriendlyName \u003cstring[]\u003e] [-PartitionStyle \u003cPartitionStyle\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-PartitionStyle \u003cPartitionStyle\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VirtualDisk \u003cCimInstance#MSFT_VirtualDisk\u003e] [-PartitionStyle \u003cPartitionStyle\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Disk[]\u003e [-PartitionStyle \u003cPartitionStyle\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Mount-DiskImage", - "CommandType": "Function", - "ParameterSets": "[-ImagePath] \u003cstring[]\u003e [-StorageType \u003cStorageType\u003e] [-Access \u003cAccess\u003e] [-NoDriveLetter] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_DiskImage[]\u003e [-Access \u003cAccess\u003e] [-NoDriveLetter] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-FileShare", - "CommandType": "Function", - "ParameterSets": "-FileServerFriendlyName \u003cstring[]\u003e -Name \u003cstring\u003e -SourceVolume \u003cCimInstance#MSFT_Volume\u003e [-Description \u003cstring\u003e] [-RelativePathName \u003cstring\u003e] [-ContinuouslyAvailable \u003cbool\u003e] [-EncryptData \u003cbool\u003e] [-Protocol \u003cFileSharingProtocol\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -FileServerUniqueId \u003cstring[]\u003e -Name \u003cstring\u003e -SourceVolume \u003cCimInstance#MSFT_Volume\u003e [-Description \u003cstring\u003e] [-RelativePathName \u003cstring\u003e] [-ContinuouslyAvailable \u003cbool\u003e] [-EncryptData \u003cbool\u003e] [-Protocol \u003cFileSharingProtocol\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_FileServer[]\u003e -Name \u003cstring\u003e -SourceVolume \u003cCimInstance#MSFT_Volume\u003e [-Description \u003cstring\u003e] [-RelativePathName \u003cstring\u003e] [-ContinuouslyAvailable \u003cbool\u003e] [-EncryptData \u003cbool\u003e] [-Protocol \u003cFileSharingProtocol\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-MaskingSet", - "CommandType": "Function", - "ParameterSets": "[-StorageSubSystemFriendlyName] \u003cstring[]\u003e [-FriendlyName \u003cstring\u003e] [-VirtualDiskNames \u003cstring[]\u003e] [-InitiatorAddresses \u003cstring[]\u003e] [-TargetPortAddresses \u003cstring[]\u003e] [-DeviceNumbers \u003cstring[]\u003e] [-DeviceAccesses \u003cDeviceAccess[]\u003e] [-HostType \u003cHostMode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StorageSubSystemUniqueId \u003cstring[]\u003e [-FriendlyName \u003cstring\u003e] [-VirtualDiskNames \u003cstring[]\u003e] [-InitiatorAddresses \u003cstring[]\u003e] [-TargetPortAddresses \u003cstring[]\u003e] [-DeviceNumbers \u003cstring[]\u003e] [-DeviceAccesses \u003cDeviceAccess[]\u003e] [-HostType \u003cHostMode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StorageSubSystemName \u003cstring[]\u003e [-FriendlyName \u003cstring\u003e] [-VirtualDiskNames \u003cstring[]\u003e] [-InitiatorAddresses \u003cstring[]\u003e] [-TargetPortAddresses \u003cstring[]\u003e] [-DeviceNumbers \u003cstring[]\u003e] [-DeviceAccesses \u003cDeviceAccess[]\u003e] [-HostType \u003cHostMode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageSubSystem[]\u003e [-FriendlyName \u003cstring\u003e] [-VirtualDiskNames \u003cstring[]\u003e] [-InitiatorAddresses \u003cstring[]\u003e] [-TargetPortAddresses \u003cstring[]\u003e] [-DeviceNumbers \u003cstring[]\u003e] [-DeviceAccesses \u003cDeviceAccess[]\u003e] [-HostType \u003cHostMode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-Partition", - "CommandType": "Function", - "ParameterSets": "[-DiskNumber] \u003cuint32[]\u003e [-Size \u003cuint64\u003e] [-UseMaximumSize] [-Offset \u003cuint64\u003e] [-Alignment \u003cuint32\u003e] [-DriveLetter \u003cchar\u003e] [-AssignDriveLetter] [-MbrType \u003cMbrType\u003e] [-GptType \u003cstring\u003e] [-IsHidden] [-IsActive] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DiskId \u003cstring[]\u003e [-Size \u003cuint64\u003e] [-UseMaximumSize] [-Offset \u003cuint64\u003e] [-Alignment \u003cuint32\u003e] [-DriveLetter \u003cchar\u003e] [-AssignDriveLetter] [-MbrType \u003cMbrType\u003e] [-GptType \u003cstring\u003e] [-IsHidden] [-IsActive] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DiskPath \u003cstring[]\u003e [-Size \u003cuint64\u003e] [-UseMaximumSize] [-Offset \u003cuint64\u003e] [-Alignment \u003cuint32\u003e] [-DriveLetter \u003cchar\u003e] [-AssignDriveLetter] [-MbrType \u003cMbrType\u003e] [-GptType \u003cstring\u003e] [-IsHidden] [-IsActive] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Disk[]\u003e [-Size \u003cuint64\u003e] [-UseMaximumSize] [-Offset \u003cuint64\u003e] [-Alignment \u003cuint32\u003e] [-DriveLetter \u003cchar\u003e] [-AssignDriveLetter] [-MbrType \u003cMbrType\u003e] [-GptType \u003cstring\u003e] [-IsHidden] [-IsActive] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-StorageFileServer", - "CommandType": "Function", - "ParameterSets": "[-StorageSubSystemFriendlyName] \u003cstring[]\u003e -HostNames \u003cstring[]\u003e -Protocols \u003cFileSharingProtocol[]\u003e [-FriendlyName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StorageSubSystemUniqueId \u003cstring[]\u003e -HostNames \u003cstring[]\u003e -Protocols \u003cFileSharingProtocol[]\u003e [-FriendlyName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StorageSubSystemName \u003cstring[]\u003e -HostNames \u003cstring[]\u003e -Protocols \u003cFileSharingProtocol[]\u003e [-FriendlyName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageSubSystem[]\u003e -HostNames \u003cstring[]\u003e -Protocols \u003cFileSharingProtocol[]\u003e [-FriendlyName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-StoragePool", - "CommandType": "Function", - "ParameterSets": "[-StorageSubSystemFriendlyName] \u003cstring[]\u003e -FriendlyName \u003cstring\u003e -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-ProvisioningTypeDefault \u003cProvisioningType\u003e] [-MediaTypeDefault \u003cMediaType\u003e] [-EnclosureAwareDefault \u003cbool\u003e] [-FaultDomainAwarenessDefault \u003cFaultDomainType\u003e] [-ResiliencySettingNameDefault \u003cstring\u003e] [-LogicalSectorSizeDefault \u003cuint64\u003e] [-WriteCacheSizeDefault \u003cuint64\u003e] [-AutoWriteCacheSize \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StorageSubSystemUniqueId \u003cstring[]\u003e -FriendlyName \u003cstring\u003e -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-ProvisioningTypeDefault \u003cProvisioningType\u003e] [-MediaTypeDefault \u003cMediaType\u003e] [-EnclosureAwareDefault \u003cbool\u003e] [-FaultDomainAwarenessDefault \u003cFaultDomainType\u003e] [-ResiliencySettingNameDefault \u003cstring\u003e] [-LogicalSectorSizeDefault \u003cuint64\u003e] [-WriteCacheSizeDefault \u003cuint64\u003e] [-AutoWriteCacheSize \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StorageSubSystemName \u003cstring[]\u003e -FriendlyName \u003cstring\u003e -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-ProvisioningTypeDefault \u003cProvisioningType\u003e] [-MediaTypeDefault \u003cMediaType\u003e] [-EnclosureAwareDefault \u003cbool\u003e] [-FaultDomainAwarenessDefault \u003cFaultDomainType\u003e] [-ResiliencySettingNameDefault \u003cstring\u003e] [-LogicalSectorSizeDefault \u003cuint64\u003e] [-WriteCacheSizeDefault \u003cuint64\u003e] [-AutoWriteCacheSize \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageSubSystem[]\u003e -FriendlyName \u003cstring\u003e -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-ProvisioningTypeDefault \u003cProvisioningType\u003e] [-MediaTypeDefault \u003cMediaType\u003e] [-EnclosureAwareDefault \u003cbool\u003e] [-FaultDomainAwarenessDefault \u003cFaultDomainType\u003e] [-ResiliencySettingNameDefault \u003cstring\u003e] [-LogicalSectorSizeDefault \u003cuint64\u003e] [-WriteCacheSizeDefault \u003cuint64\u003e] [-AutoWriteCacheSize \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-StorageSubsystemVirtualDisk", - "CommandType": "Function", - "ParameterSets": "[-StorageSubSystemFriendlyName] \u003cstring[]\u003e [-FriendlyName \u003cstring\u003e] [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-Size \u003cuint64\u003e] [-UseMaximumSize] [-Interleave \u003cuint64\u003e] [-NumberOfColumns \u003cuint16\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-ParityLayout \u003cParityLayout\u003e] [-RequestNoSinglePointOfFailure \u003cbool\u003e] [-ProvisioningType \u003cProvisioningType\u003e] [-IsEnclosureAware] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StorageSubSystemUniqueId \u003cstring[]\u003e [-FriendlyName \u003cstring\u003e] [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-Size \u003cuint64\u003e] [-UseMaximumSize] [-Interleave \u003cuint64\u003e] [-NumberOfColumns \u003cuint16\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-ParityLayout \u003cParityLayout\u003e] [-RequestNoSinglePointOfFailure \u003cbool\u003e] [-ProvisioningType \u003cProvisioningType\u003e] [-IsEnclosureAware] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StorageSubSystemName \u003cstring[]\u003e [-FriendlyName \u003cstring\u003e] [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-Size \u003cuint64\u003e] [-UseMaximumSize] [-Interleave \u003cuint64\u003e] [-NumberOfColumns \u003cuint16\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-ParityLayout \u003cParityLayout\u003e] [-RequestNoSinglePointOfFailure \u003cbool\u003e] [-ProvisioningType \u003cProvisioningType\u003e] [-IsEnclosureAware] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageSubSystem[]\u003e [-FriendlyName \u003cstring\u003e] [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-Size \u003cuint64\u003e] [-UseMaximumSize] [-Interleave \u003cuint64\u003e] [-NumberOfColumns \u003cuint16\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-ParityLayout \u003cParityLayout\u003e] [-RequestNoSinglePointOfFailure \u003cbool\u003e] [-ProvisioningType \u003cProvisioningType\u003e] [-IsEnclosureAware] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-StorageTier", - "CommandType": "Function", - "ParameterSets": "[-StoragePoolFriendlyName] \u003cstring[]\u003e -FriendlyName \u003cstring\u003e [-MediaType \u003cMediaType\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-ColumnIsolation \u003cFaultDomainType\u003e] [-ResiliencySettingName \u003cstring\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-NumberOfGroups \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-Interleave \u003cuint64\u003e] [-Description \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StoragePoolUniqueId \u003cstring[]\u003e -FriendlyName \u003cstring\u003e [-MediaType \u003cMediaType\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-ColumnIsolation \u003cFaultDomainType\u003e] [-ResiliencySettingName \u003cstring\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-NumberOfGroups \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-Interleave \u003cuint64\u003e] [-Description \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StoragePoolName \u003cstring[]\u003e -FriendlyName \u003cstring\u003e [-MediaType \u003cMediaType\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-ColumnIsolation \u003cFaultDomainType\u003e] [-ResiliencySettingName \u003cstring\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-NumberOfGroups \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-Interleave \u003cuint64\u003e] [-Description \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StoragePool[]\u003e -FriendlyName \u003cstring\u003e [-MediaType \u003cMediaType\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-ColumnIsolation \u003cFaultDomainType\u003e] [-ResiliencySettingName \u003cstring\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-NumberOfGroups \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-Interleave \u003cuint64\u003e] [-Description \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VirtualDisk", - "CommandType": "Function", - "ParameterSets": "[-StoragePoolFriendlyName] \u003cstring[]\u003e -FriendlyName \u003cstring\u003e [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-ResiliencySettingName \u003cstring\u003e] [-Size \u003cuint64\u003e] [-UseMaximumSize] [-ProvisioningType \u003cProvisioningType\u003e] [-AllocationUnitSize \u003cuint64\u003e] [-MediaType \u003cMediaType\u003e] [-IsEnclosureAware \u003cbool\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-ColumnIsolation \u003cFaultDomainType\u003e] [-PhysicalDisksToUse \u003cCimInstance#MSFT_PhysicalDisk[]\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-AutoNumberOfColumns] [-NumberOfGroups \u003cuint16\u003e] [-Interleave \u003cuint64\u003e] [-StorageTiers \u003cCimInstance#MSFT_StorageTier[]\u003e] [-StorageTierSizes \u003cuint64[]\u003e] [-WriteCacheSize \u003cuint64\u003e] [-AutoWriteCacheSize] [-ReadCacheSize \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StoragePoolUniqueId \u003cstring[]\u003e -FriendlyName \u003cstring\u003e [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-ResiliencySettingName \u003cstring\u003e] [-Size \u003cuint64\u003e] [-UseMaximumSize] [-ProvisioningType \u003cProvisioningType\u003e] [-AllocationUnitSize \u003cuint64\u003e] [-MediaType \u003cMediaType\u003e] [-IsEnclosureAware \u003cbool\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-ColumnIsolation \u003cFaultDomainType\u003e] [-PhysicalDisksToUse \u003cCimInstance#MSFT_PhysicalDisk[]\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-AutoNumberOfColumns] [-NumberOfGroups \u003cuint16\u003e] [-Interleave \u003cuint64\u003e] [-StorageTiers \u003cCimInstance#MSFT_StorageTier[]\u003e] [-StorageTierSizes \u003cuint64[]\u003e] [-WriteCacheSize \u003cuint64\u003e] [-AutoWriteCacheSize] [-ReadCacheSize \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StoragePoolName \u003cstring[]\u003e -FriendlyName \u003cstring\u003e [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-ResiliencySettingName \u003cstring\u003e] [-Size \u003cuint64\u003e] [-UseMaximumSize] [-ProvisioningType \u003cProvisioningType\u003e] [-AllocationUnitSize \u003cuint64\u003e] [-MediaType \u003cMediaType\u003e] [-IsEnclosureAware \u003cbool\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-ColumnIsolation \u003cFaultDomainType\u003e] [-PhysicalDisksToUse \u003cCimInstance#MSFT_PhysicalDisk[]\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-AutoNumberOfColumns] [-NumberOfGroups \u003cuint16\u003e] [-Interleave \u003cuint64\u003e] [-StorageTiers \u003cCimInstance#MSFT_StorageTier[]\u003e] [-StorageTierSizes \u003cuint64[]\u003e] [-WriteCacheSize \u003cuint64\u003e] [-AutoWriteCacheSize] [-ReadCacheSize \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StoragePool[]\u003e -FriendlyName \u003cstring\u003e [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-ResiliencySettingName \u003cstring\u003e] [-Size \u003cuint64\u003e] [-UseMaximumSize] [-ProvisioningType \u003cProvisioningType\u003e] [-AllocationUnitSize \u003cuint64\u003e] [-MediaType \u003cMediaType\u003e] [-IsEnclosureAware \u003cbool\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-ColumnIsolation \u003cFaultDomainType\u003e] [-PhysicalDisksToUse \u003cCimInstance#MSFT_PhysicalDisk[]\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-AutoNumberOfColumns] [-NumberOfGroups \u003cuint16\u003e] [-Interleave \u003cuint64\u003e] [-StorageTiers \u003cCimInstance#MSFT_StorageTier[]\u003e] [-StorageTierSizes \u003cuint64[]\u003e] [-WriteCacheSize \u003cuint64\u003e] [-AutoWriteCacheSize] [-ReadCacheSize \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VirtualDiskClone", - "CommandType": "Function", - "ParameterSets": "-VirtualDiskUniqueId \u003cstring[]\u003e -FriendlyName \u003cstring\u003e [-TargetStoragePoolName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-VirtualDiskFriendlyName] \u003cstring[]\u003e -FriendlyName \u003cstring\u003e [-TargetStoragePoolName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -VirtualDiskName \u003cstring[]\u003e -FriendlyName \u003cstring\u003e [-TargetStoragePoolName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_VirtualDisk[]\u003e -FriendlyName \u003cstring\u003e [-TargetStoragePoolName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VirtualDiskSnapshot", - "CommandType": "Function", - "ParameterSets": "-VirtualDiskUniqueId \u003cstring[]\u003e -FriendlyName \u003cstring\u003e [-TargetStoragePoolName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-VirtualDiskFriendlyName] \u003cstring[]\u003e -FriendlyName \u003cstring\u003e [-TargetStoragePoolName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -VirtualDiskName \u003cstring[]\u003e -FriendlyName \u003cstring\u003e [-TargetStoragePoolName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_VirtualDisk[]\u003e -FriendlyName \u003cstring\u003e [-TargetStoragePoolName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-Volume", - "CommandType": "Function", - "ParameterSets": "[-StoragePool] \u003cCimInstance#MSFT_StoragePool\u003e -FriendlyName \u003cstring\u003e [-FileSystem \u003cFileSystemType\u003e] [-AccessPath \u003cstring\u003e] [-DriveLetter \u003cchar\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-Size \u003cuint64\u003e] [-ResiliencySettingName \u003cstring\u003e] [-ProvisioningType \u003cProvisioningType\u003e] [-MediaType \u003cMediaType\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-NumberOfGroups \u003cuint16\u003e] [-StorageTiers \u003cCimInstance#MSFT_StorageTier[]\u003e] [-StorageTierFriendlyNames \u003cstring[]\u003e] [-StorageTierSizes \u003cuint64[]\u003e] [-WriteCacheSize \u003cuint64\u003e] [-ReadCacheSize \u003cuint64\u003e] [-UseMaximumSize] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StoragePoolFriendlyName \u003cstring\u003e -FriendlyName \u003cstring\u003e [-FileSystem \u003cFileSystemType\u003e] [-AccessPath \u003cstring\u003e] [-DriveLetter \u003cchar\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-Size \u003cuint64\u003e] [-ResiliencySettingName \u003cstring\u003e] [-ProvisioningType \u003cProvisioningType\u003e] [-MediaType \u003cMediaType\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-NumberOfGroups \u003cuint16\u003e] [-StorageTiers \u003cCimInstance#MSFT_StorageTier[]\u003e] [-StorageTierFriendlyNames \u003cstring[]\u003e] [-StorageTierSizes \u003cuint64[]\u003e] [-WriteCacheSize \u003cuint64\u003e] [-ReadCacheSize \u003cuint64\u003e] [-UseMaximumSize] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StoragePoolName \u003cstring\u003e -FriendlyName \u003cstring\u003e [-FileSystem \u003cFileSystemType\u003e] [-AccessPath \u003cstring\u003e] [-DriveLetter \u003cchar\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-Size \u003cuint64\u003e] [-ResiliencySettingName \u003cstring\u003e] [-ProvisioningType \u003cProvisioningType\u003e] [-MediaType \u003cMediaType\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-NumberOfGroups \u003cuint16\u003e] [-StorageTiers \u003cCimInstance#MSFT_StorageTier[]\u003e] [-StorageTierFriendlyNames \u003cstring[]\u003e] [-StorageTierSizes \u003cuint64[]\u003e] [-WriteCacheSize \u003cuint64\u003e] [-ReadCacheSize \u003cuint64\u003e] [-UseMaximumSize] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -StoragePoolUniqueId \u003cstring\u003e -FriendlyName \u003cstring\u003e [-FileSystem \u003cFileSystemType\u003e] [-AccessPath \u003cstring\u003e] [-DriveLetter \u003cchar\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-Size \u003cuint64\u003e] [-ResiliencySettingName \u003cstring\u003e] [-ProvisioningType \u003cProvisioningType\u003e] [-MediaType \u003cMediaType\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-NumberOfGroups \u003cuint16\u003e] [-StorageTiers \u003cCimInstance#MSFT_StorageTier[]\u003e] [-StorageTierFriendlyNames \u003cstring[]\u003e] [-StorageTierSizes \u003cuint64[]\u003e] [-WriteCacheSize \u003cuint64\u003e] [-ReadCacheSize \u003cuint64\u003e] [-UseMaximumSize] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Disk] \u003cCimInstance#MSFT_Disk\u003e -FriendlyName \u003cstring\u003e [-FileSystem \u003cFileSystemType\u003e] [-AccessPath \u003cstring\u003e] [-DriveLetter \u003cchar\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-DiskNumber] \u003cuint32\u003e -FriendlyName \u003cstring\u003e [-FileSystem \u003cFileSystemType\u003e] [-AccessPath \u003cstring\u003e] [-DriveLetter \u003cchar\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DiskPath \u003cstring\u003e -FriendlyName \u003cstring\u003e [-FileSystem \u003cFileSystemType\u003e] [-AccessPath \u003cstring\u003e] [-DriveLetter \u003cchar\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DiskUniqueId \u003cstring\u003e -FriendlyName \u003cstring\u003e [-FileSystem \u003cFileSystemType\u003e] [-AccessPath \u003cstring\u003e] [-DriveLetter \u003cchar\u003e] [-AllocationUnitSize \u003cuint32\u003e] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Optimize-StoragePool", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StoragePool[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Optimize-Volume", - "CommandType": "Function", - "ParameterSets": "[-DriveLetter] \u003cchar[]\u003e [-ReTrim] [-Analyze] [-Defrag] [-SlabConsolidate] [-TierOptimize] [-NormalPriority] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ObjectId \u003cstring[]\u003e [-ReTrim] [-Analyze] [-Defrag] [-SlabConsolidate] [-TierOptimize] [-NormalPriority] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-ReTrim] [-Analyze] [-Defrag] [-SlabConsolidate] [-TierOptimize] [-NormalPriority] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -FileSystemLabel \u003cstring[]\u003e [-ReTrim] [-Analyze] [-Defrag] [-SlabConsolidate] [-TierOptimize] [-NormalPriority] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Volume[]\u003e [-ReTrim] [-Analyze] [-Defrag] [-SlabConsolidate] [-TierOptimize] [-NormalPriority] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Register-StorageSubsystem", - "CommandType": "Function", - "ParameterSets": "[-ProviderName] \u003cstring[]\u003e -ComputerName \u003cstring\u003e [-Credential \u003cpscredential\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -ProviderUniqueId \u003cstring[]\u003e -ComputerName \u003cstring\u003e [-Credential \u003cpscredential\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageProvider[]\u003e -ComputerName \u003cstring\u003e [-Credential \u003cpscredential\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-FileShare", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring[]\u003e [-FileServer \u003cCimInstance#MSFT_FileServer\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_FileShare[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-InitiatorId", - "CommandType": "Function", - "ParameterSets": "[-InitiatorAddress] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_InitiatorId[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-InitiatorIdFromMaskingSet", - "CommandType": "Function", - "ParameterSets": "[-MaskingSetFriendlyName] \u003cstring[]\u003e [-InitiatorIds \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -MaskingSetUniqueId \u003cstring[]\u003e [-InitiatorIds \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_MaskingSet[]\u003e [-InitiatorIds \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-MaskingSet", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_MaskingSet[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-Partition", - "CommandType": "Function", - "ParameterSets": "[-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DiskId \u003cstring[]\u003e -Offset \u003cuint64[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-DiskNumber] \u003cuint32[]\u003e [-PartitionNumber] \u003cuint32[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DriveLetter \u003cchar[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Partition[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-PartitionAccessPath", - "CommandType": "Function", - "ParameterSets": "[-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-AccessPath] \u003cstring\u003e] -DiskId \u003cstring[]\u003e -Offset \u003cuint64[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-DiskNumber] \u003cuint32[]\u003e [-PartitionNumber] \u003cuint32[]\u003e [[-AccessPath] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-AccessPath] \u003cstring\u003e] -DriveLetter \u003cchar[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-AccessPath] \u003cstring\u003e] -InputObject \u003cCimInstance#MSFT_Partition[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-PhysicalDisk", - "CommandType": "Function", - "ParameterSets": "[-StoragePool] \u003cCimInstance#MSFT_StoragePool\u003e -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e -VirtualDiskUniqueId \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e -VirtualDiskName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e -VirtualDiskFriendlyName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-VirtualDisk] \u003cCimInstance#MSFT_VirtualDisk\u003e -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e -StoragePoolUniqueId \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e -StoragePoolName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -PhysicalDisks \u003cCimInstance#MSFT_PhysicalDisk[]\u003e -StoragePoolFriendlyName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-StorageFileServer", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_FileServer[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-StorageHealthSetting", - "CommandType": "Function", - "ParameterSets": "-InputObject \u003cCimInstance#MSFT_StorageSubSystem\u003e -Name \u003cstring\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-StoragePool", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StoragePool[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-StorageTier", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageTier[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-TargetPortFromMaskingSet", - "CommandType": "Function", - "ParameterSets": "[-MaskingSetFriendlyName] \u003cstring[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -MaskingSetUniqueId \u003cstring[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_MaskingSet[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VirtualDisk", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_VirtualDisk[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VirtualDiskFromMaskingSet", - "CommandType": "Function", - "ParameterSets": "[-MaskingSetFriendlyName] \u003cstring[]\u003e [-VirtualDiskNames \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -MaskingSetUniqueId \u003cstring[]\u003e [-VirtualDiskNames \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_MaskingSet[]\u003e [-VirtualDiskNames \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Rename-MaskingSet", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e -NewFriendlyName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e -NewFriendlyName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_MaskingSet[]\u003e -NewFriendlyName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Repair-FileIntegrity", - "CommandType": "Function", - "ParameterSets": "[-FileName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Repair-VirtualDisk", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_VirtualDisk[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Repair-Volume", - "CommandType": "Function", - "ParameterSets": "[-DriveLetter] \u003cchar[]\u003e [-OfflineScanAndFix] [-SpotFix] [-Scan] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ObjectId \u003cstring[]\u003e [-OfflineScanAndFix] [-SpotFix] [-Scan] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-OfflineScanAndFix] [-SpotFix] [-Scan] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -FileSystemLabel \u003cstring[]\u003e [-OfflineScanAndFix] [-SpotFix] [-Scan] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Volume[]\u003e [-OfflineScanAndFix] [-SpotFix] [-Scan] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-PhysicalDisk", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_PhysicalDisk[]\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Reset-StorageReliabilityCounter", - "CommandType": "Function", - "ParameterSets": "-PhysicalDisk \u003cCimInstance#MSFT_PhysicalDisk\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -Disk \u003cCimInstance#MSFT_Disk\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageReliabilityCounter[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resize-Partition", - "CommandType": "Function", - "ParameterSets": "[-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Size] \u003cuint64\u003e -DiskId \u003cstring[]\u003e -Offset \u003cuint64[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-DiskNumber] \u003cuint32[]\u003e [-PartitionNumber] \u003cuint32[]\u003e [-Size] \u003cuint64\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Size] \u003cuint64\u003e -DriveLetter \u003cchar[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Size] \u003cuint64\u003e -InputObject \u003cCimInstance#MSFT_Partition[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resize-StorageTier", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-Size \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-Size \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageTier[]\u003e [-Size \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resize-VirtualDisk", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-Size \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-Size \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-Size \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_VirtualDisk[]\u003e [-Size \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Revoke-FileShareAccess", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring[]\u003e -AccountName \u003cstring[]\u003e [-FileServer \u003cCimInstance#MSFT_FileServer\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e -AccountName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_FileShare[]\u003e -AccountName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Disk", - "CommandType": "Function", - "ParameterSets": "[-Number] \u003cuint32\u003e [-IsReadOnly \u003cbool\u003e] [-Signature \u003cuint32\u003e] [-Guid \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cciminstance[]\u003e [-IsReadOnly \u003cbool\u003e] [-Signature \u003cuint32\u003e] [-Guid \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cciminstance[]\u003e [-IsOffline \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cciminstance[]\u003e [-PartitionStyle \u003cPartitionStyle\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Number] \u003cuint32\u003e [-PartitionStyle \u003cPartitionStyle\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Path \u003cstring\u003e [-PartitionStyle \u003cPartitionStyle\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-PartitionStyle \u003cPartitionStyle\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-IsReadOnly \u003cbool\u003e] [-Signature \u003cuint32\u003e] [-Guid \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-IsOffline \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Path \u003cstring\u003e [-IsReadOnly \u003cbool\u003e] [-Signature \u003cuint32\u003e] [-Guid \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Path \u003cstring\u003e [-IsOffline \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-Number] \u003cuint32\u003e [-IsOffline \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-FileIntegrity", - "CommandType": "Function", - "ParameterSets": "[-FileName] \u003cstring\u003e [[-Enable] \u003cbool\u003e] [-Enforce \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-FileShare", - "CommandType": "Function", - "ParameterSets": "-UniqueId \u003cstring\u003e [-Description \u003cstring\u003e] [-EncryptData \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance[]\u003e [-Description \u003cstring\u003e] [-EncryptData \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e [-Description \u003cstring\u003e] [-EncryptData \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-FileStorageTier", - "CommandType": "Function", - "ParameterSets": "-FilePath \u003cstring\u003e -DesiredStorageTierFriendlyName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -FilePath \u003cstring\u003e -DesiredStorageTier \u003cciminstance\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -FilePath \u003cstring\u003e -DesiredStorageTierUniqueId \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-InitiatorPort", - "CommandType": "Function", - "ParameterSets": "[-NodeAddress] \u003cstring[]\u003e -NewNodeAddress \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ObjectId \u003cstring[]\u003e -NewNodeAddress \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_InitiatorPort[]\u003e -NewNodeAddress \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Partition", - "CommandType": "Function", - "ParameterSets": "[-DiskNumber] \u003cuint32\u003e [-PartitionNumber] \u003cuint32\u003e [-IsReadOnly \u003cbool\u003e] [-NoDefaultDriveLetter \u003cbool\u003e] [-IsActive \u003cbool\u003e] [-IsHidden \u003cbool\u003e] [-IsShadowCopy \u003cbool\u003e] [-IsDAX \u003cbool\u003e] [-MbrType \u003cuint16\u003e] [-GptType \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cciminstance[]\u003e [-NewDriveLetter \u003cchar\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cciminstance[]\u003e [-IsOffline \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cciminstance[]\u003e [-IsReadOnly \u003cbool\u003e] [-NoDefaultDriveLetter \u003cbool\u003e] [-IsActive \u003cbool\u003e] [-IsHidden \u003cbool\u003e] [-IsShadowCopy \u003cbool\u003e] [-IsDAX \u003cbool\u003e] [-MbrType \u003cuint16\u003e] [-GptType \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DriveLetter \u003cchar\u003e [-IsReadOnly \u003cbool\u003e] [-NoDefaultDriveLetter \u003cbool\u003e] [-IsActive \u003cbool\u003e] [-IsHidden \u003cbool\u003e] [-IsShadowCopy \u003cbool\u003e] [-IsDAX \u003cbool\u003e] [-MbrType \u003cuint16\u003e] [-GptType \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DiskId \u003cstring\u003e -Offset \u003cuint64\u003e [-IsReadOnly \u003cbool\u003e] [-NoDefaultDriveLetter \u003cbool\u003e] [-IsActive \u003cbool\u003e] [-IsHidden \u003cbool\u003e] [-IsShadowCopy \u003cbool\u003e] [-IsDAX \u003cbool\u003e] [-MbrType \u003cuint16\u003e] [-GptType \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DiskId \u003cstring\u003e -Offset \u003cuint64\u003e [-NewDriveLetter \u003cchar\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DiskId \u003cstring\u003e -Offset \u003cuint64\u003e [-IsOffline \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DriveLetter \u003cchar\u003e [-NewDriveLetter \u003cchar\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -DriveLetter \u003cchar\u003e [-IsOffline \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-DiskNumber] \u003cuint32\u003e [-PartitionNumber] \u003cuint32\u003e [-NewDriveLetter \u003cchar\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-DiskNumber] \u003cuint32\u003e [-PartitionNumber] \u003cuint32\u003e [-IsOffline \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-PhysicalDisk", - "CommandType": "Function", - "ParameterSets": "-UniqueId \u003cstring\u003e [-NewFriendlyName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Usage \u003cUsage\u003e] [-MediaType \u003cMediaType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cciminstance[]\u003e [-NewFriendlyName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Usage \u003cUsage\u003e] [-MediaType \u003cMediaType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FriendlyName] \u003cstring\u003e [-NewFriendlyName \u003cstring\u003e] [-Description \u003cstring\u003e] [-Usage \u003cUsage\u003e] [-MediaType \u003cMediaType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-ResiliencySetting", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring[]\u003e -StoragePool \u003cCimInstance#MSFT_StoragePool\u003e [-NumberOfDataCopiesDefault \u003cuint16\u003e] [-PhysicalDiskRedundancyDefault \u003cuint16\u003e] [-NumberOfColumnsDefault \u003cuint16\u003e] [-AutoNumberOfColumns] [-InterleaveDefault \u003cuint64\u003e] [-NumberOfGroupsDefault \u003cuint16\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-NumberOfDataCopiesDefault \u003cuint16\u003e] [-PhysicalDiskRedundancyDefault \u003cuint16\u003e] [-NumberOfColumnsDefault \u003cuint16\u003e] [-AutoNumberOfColumns] [-InterleaveDefault \u003cuint64\u003e] [-NumberOfGroupsDefault \u003cuint16\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_ResiliencySetting[]\u003e [-NumberOfDataCopiesDefault \u003cuint16\u003e] [-PhysicalDiskRedundancyDefault \u003cuint16\u003e] [-NumberOfColumnsDefault \u003cuint16\u003e] [-AutoNumberOfColumns] [-InterleaveDefault \u003cuint64\u003e] [-NumberOfGroupsDefault \u003cuint16\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-StorageFileServer", - "CommandType": "Function", - "ParameterSets": "-NewFriendlyName \u003cstring\u003e [-FriendlyName \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e -NewFriendlyName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_FileServer[]\u003e -NewFriendlyName \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-StorageHealthSetting", - "CommandType": "Function", - "ParameterSets": "-InputObject \u003cCimInstance#MSFT_StorageSubSystem\u003e -Name \u003cstring\u003e -Value \u003cstring\u003e [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-StoragePool", - "CommandType": "Function", - "ParameterSets": "-UniqueId \u003cstring\u003e [-NewFriendlyName \u003cstring\u003e] [-ClearOnDeallocate \u003cbool\u003e] [-IsPowerProtected \u003cbool\u003e] [-RepairPolicy \u003cRepairPolicy\u003e] [-RetireMissingPhysicalDisks \u003cRetireMissingPhysicalDisks\u003e] [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-ThinProvisioningAlertThresholds \u003cuint16[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance[]\u003e [-IsReadOnly \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance[]\u003e [-ProvisioningTypeDefault \u003cProvisioningType\u003e] [-MediaTypeDefault \u003cMediaType\u003e] [-ResiliencySettingNameDefault \u003cstring\u003e] [-EnclosureAwareDefault \u003cbool\u003e] [-FaultDomainAwarenessDefault \u003cFaultDomainType\u003e] [-WriteCacheSizeDefault \u003cuint64\u003e] [-AutoWriteCacheSize \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance[]\u003e [-NewFriendlyName \u003cstring\u003e] [-ClearOnDeallocate \u003cbool\u003e] [-IsPowerProtected \u003cbool\u003e] [-RepairPolicy \u003cRepairPolicy\u003e] [-RetireMissingPhysicalDisks \u003cRetireMissingPhysicalDisks\u003e] [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-ThinProvisioningAlertThresholds \u003cuint16[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FriendlyName] \u003cstring\u003e [-NewFriendlyName \u003cstring\u003e] [-ClearOnDeallocate \u003cbool\u003e] [-IsPowerProtected \u003cbool\u003e] [-RepairPolicy \u003cRepairPolicy\u003e] [-RetireMissingPhysicalDisks \u003cRetireMissingPhysicalDisks\u003e] [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-ThinProvisioningAlertThresholds \u003cuint16[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e [-NewFriendlyName \u003cstring\u003e] [-ClearOnDeallocate \u003cbool\u003e] [-IsPowerProtected \u003cbool\u003e] [-RepairPolicy \u003cRepairPolicy\u003e] [-RetireMissingPhysicalDisks \u003cRetireMissingPhysicalDisks\u003e] [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-ThinProvisioningAlertThresholds \u003cuint16[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-IsReadOnly \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-ProvisioningTypeDefault \u003cProvisioningType\u003e] [-MediaTypeDefault \u003cMediaType\u003e] [-ResiliencySettingNameDefault \u003cstring\u003e] [-EnclosureAwareDefault \u003cbool\u003e] [-FaultDomainAwarenessDefault \u003cFaultDomainType\u003e] [-WriteCacheSizeDefault \u003cuint64\u003e] [-AutoWriteCacheSize \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e [-IsReadOnly \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e [-ProvisioningTypeDefault \u003cProvisioningType\u003e] [-MediaTypeDefault \u003cMediaType\u003e] [-ResiliencySettingNameDefault \u003cstring\u003e] [-EnclosureAwareDefault \u003cbool\u003e] [-FaultDomainAwarenessDefault \u003cFaultDomainType\u003e] [-WriteCacheSizeDefault \u003cuint64\u003e] [-AutoWriteCacheSize \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FriendlyName] \u003cstring\u003e [-IsReadOnly \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FriendlyName] \u003cstring\u003e [-ProvisioningTypeDefault \u003cProvisioningType\u003e] [-MediaTypeDefault \u003cMediaType\u003e] [-ResiliencySettingNameDefault \u003cstring\u003e] [-EnclosureAwareDefault \u003cbool\u003e] [-FaultDomainAwarenessDefault \u003cFaultDomainType\u003e] [-WriteCacheSizeDefault \u003cuint64\u003e] [-AutoWriteCacheSize \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-StorageProvider", - "CommandType": "Function", - "ParameterSets": "[-ProviderName] \u003cstring[]\u003e [-RemoteSubsystemCacheMode \u003cRemoteSubsystemCacheMode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -ProviderUniqueId \u003cstring[]\u003e [-RemoteSubsystemCacheMode \u003cRemoteSubsystemCacheMode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageProvider[]\u003e [-RemoteSubsystemCacheMode \u003cRemoteSubsystemCacheMode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-StorageSetting", - "CommandType": "Function", - "ParameterSets": "[-NewDiskPolicy \u003cNewDiskPolicy\u003e] [-ScrubPolicy \u003cScrubPolicy\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-StorageSubSystem", - "CommandType": "Function", - "ParameterSets": "-UniqueId \u003cstring\u003e [-Description \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance[]\u003e [-AutomaticClusteringEnabled \u003cbool\u003e] [-FaultDomainAwarenessDefault \u003cFaultDomainType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance[]\u003e [-Description \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e [-Description \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FriendlyName] \u003cstring\u003e [-Description \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-AutomaticClusteringEnabled \u003cbool\u003e] [-FaultDomainAwarenessDefault \u003cFaultDomainType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FriendlyName] \u003cstring\u003e [-AutomaticClusteringEnabled \u003cbool\u003e] [-FaultDomainAwarenessDefault \u003cFaultDomainType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e [-AutomaticClusteringEnabled \u003cbool\u003e] [-FaultDomainAwarenessDefault \u003cFaultDomainType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-StorageTier", - "CommandType": "Function", - "ParameterSets": "-UniqueId \u003cstring\u003e [-NewFriendlyName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cciminstance[]\u003e [-Description \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cciminstance[]\u003e [-MediaType \u003cMediaType\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-ColumnIsolation \u003cFaultDomainType\u003e] [-ResiliencySettingName \u003cstring\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-NumberOfGroups \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-Interleave \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cciminstance[]\u003e [-NewFriendlyName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FriendlyName] \u003cstring\u003e [-NewFriendlyName \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FriendlyName] \u003cstring\u003e [-MediaType \u003cMediaType\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-ColumnIsolation \u003cFaultDomainType\u003e] [-ResiliencySettingName \u003cstring\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-NumberOfGroups \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-Interleave \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-MediaType \u003cMediaType\u003e] [-FaultDomainAwareness \u003cFaultDomainType\u003e] [-ColumnIsolation \u003cFaultDomainType\u003e] [-ResiliencySettingName \u003cstring\u003e] [-PhysicalDiskRedundancy \u003cuint16\u003e] [-NumberOfDataCopies \u003cuint16\u003e] [-NumberOfGroups \u003cuint16\u003e] [-NumberOfColumns \u003cuint16\u003e] [-Interleave \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FriendlyName] \u003cstring\u003e [-Description \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-Description \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VirtualDisk", - "CommandType": "Function", - "ParameterSets": "-UniqueId \u003cstring\u003e [-NewFriendlyName \u003cstring\u003e] [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance[]\u003e [-IsManualAttach \u003cbool\u003e] [-StorageNodeName \u003cstring\u003e] [-Access \u003cAccess\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-InputObject] \u003cciminstance[]\u003e [-NewFriendlyName \u003cstring\u003e] [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e [-NewFriendlyName \u003cstring\u003e] [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FriendlyName] \u003cstring\u003e [-NewFriendlyName \u003cstring\u003e] [-Usage \u003cUsage\u003e] [-OtherUsageDescription \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-IsManualAttach \u003cbool\u003e] [-StorageNodeName \u003cstring\u003e] [-Access \u003cAccess\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] [-FriendlyName] \u003cstring\u003e [-IsManualAttach \u003cbool\u003e] [-StorageNodeName \u003cstring\u003e] [-Access \u003cAccess\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Name \u003cstring\u003e [-IsManualAttach \u003cbool\u003e] [-StorageNodeName \u003cstring\u003e] [-Access \u003cAccess\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-Volume", - "CommandType": "Function", - "ParameterSets": "-DriveLetter \u003cchar\u003e [-NewFileSystemLabel \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cciminstance[]\u003e [-DedupMode \u003cDedupMode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cciminstance[]\u003e [-NewFileSystemLabel \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -FileSystemLabel \u003cstring\u003e [-NewFileSystemLabel \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Path \u003cstring\u003e [-NewFileSystemLabel \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-NewFileSystemLabel \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-DedupMode \u003cDedupMode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Path \u003cstring\u003e [-DedupMode \u003cDedupMode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -FileSystemLabel \u003cstring\u003e [-DedupMode \u003cDedupMode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -DriveLetter \u003cchar\u003e [-DedupMode \u003cDedupMode\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VolumeScrubPolicy", - "CommandType": "Function", - "ParameterSets": "[-DriveLetter] \u003cchar[]\u003e [[-Enable] \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] [[-Enable] \u003cbool\u003e] -ObjectId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] [[-Enable] \u003cbool\u003e] -Path \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] [[-Enable] \u003cbool\u003e] -FileSystemLabel \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] [[-Enable] \u003cbool\u003e] -InputObject \u003cCimInstance#MSFT_Volume[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Show-VirtualDisk", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-InitiatorAddress \u003cstring\u003e] [-HostType \u003cHostType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-InitiatorAddress \u003cstring\u003e] [-HostType \u003cHostType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-InitiatorAddress \u003cstring\u003e] [-HostType \u003cHostType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_VirtualDisk[]\u003e [-TargetPortAddresses \u003cstring[]\u003e] [-InitiatorAddress \u003cstring\u003e] [-HostType \u003cHostType\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-StorageDiagnosticLog", - "CommandType": "Function", - "ParameterSets": "[-StorageSubSystemFriendlyName] \u003cstring[]\u003e [-Level \u003cLevel\u003e] [-MaxLogSize \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -StorageSubSystemUniqueId \u003cstring[]\u003e [-Level \u003cLevel\u003e] [-MaxLogSize \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -StorageSubSystemName \u003cstring[]\u003e [-Level \u003cLevel\u003e] [-MaxLogSize \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageSubSystem[]\u003e [-Level \u003cLevel\u003e] [-MaxLogSize \u003cuint64\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-StorageDiagnosticLog", - "CommandType": "Function", - "ParameterSets": "[-StorageSubSystemFriendlyName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -StorageSubSystemUniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -StorageSubSystemName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageSubSystem[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-StorageJob", - "CommandType": "Function", - "ParameterSets": "[-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageJob[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unblock-FileShareAccess", - "CommandType": "Function", - "ParameterSets": "-Name \u003cstring[]\u003e -AccountName \u003cstring[]\u003e [-FileServer \u003cCimInstance#MSFT_FileServer\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e -AccountName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_FileShare[]\u003e -AccountName \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unregister-StorageSubsystem", - "CommandType": "Function", - "ParameterSets": "[-ProviderName] \u003cstring[]\u003e [-StorageSubSystemUniqueId \u003cstring\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -ProviderUniqueId \u003cstring[]\u003e [-StorageSubSystemUniqueId \u003cstring\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageProvider[]\u003e [-StorageSubSystemUniqueId \u003cstring\u003e] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-Disk", - "CommandType": "Function", - "ParameterSets": "[-Number] \u003cuint32[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] [-FriendlyName \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Disk[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-HostStorageCache", - "CommandType": "Function", - "ParameterSets": "[-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-StorageFirmware", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring\u003e [-ImagePath \u003cstring\u003e] [-SlotNumber \u003cuint16\u003e] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -UniqueId \u003cstring\u003e [-ImagePath \u003cstring\u003e] [-SlotNumber \u003cuint16\u003e] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_PhysicalDisk[]\u003e [-ImagePath \u003cstring\u003e] [-SlotNumber \u003cuint16\u003e] [-CimSession \u003cCimSession\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-StoragePool", - "CommandType": "Function", - "ParameterSets": "[-FriendlyName] \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -UniqueId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StoragePool[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-StorageProviderCache", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-Manufacturer \u003cstring[]\u003e] [-DiscoveryLevel \u003cDiscoveryLevel\u003e] [-RootObject \u003cref\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] [-UniqueId \u003cstring[]\u003e] [-DiscoveryLevel \u003cDiscoveryLevel\u003e] [-RootObject \u003cref\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] [-Manufacturer \u003cstring[]\u003e] [-URI \u003curi[]\u003e] [-DiscoveryLevel \u003cDiscoveryLevel\u003e] [-RootObject \u003cref\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] [-StorageSubSystem \u003cCimInstance#MSFT_StorageSubSystem\u003e] [-DiscoveryLevel \u003cDiscoveryLevel\u003e] [-RootObject \u003cref\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_StorageProvider[]\u003e [-DiscoveryLevel \u003cDiscoveryLevel\u003e] [-RootObject \u003cref\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Write-VolumeCache", - "CommandType": "Function", - "ParameterSets": "[-DriveLetter] \u003cchar[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -ObjectId \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -Path \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -FileSystemLabel \u003cstring[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e] -InputObject \u003cCimInstance#MSFT_Volume[]\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-PassThru] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "Disable-PhysicalDiskIndication", - "Disable-StorageDiagnosticLog", - "Enable-PhysicalDiskIndication", - "Enable-StorageDiagnosticLog", - "Flush-Volume", - "Initialize-Volume", - "Write-FileSystemCache", - "Get-PhysicalDiskSNV", - "Get-DiskSNV", - "Get-StorageEnclosureSNV" - ] - }, - { - "Name": "TLS", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-TlsCipherSuite", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-TlsEccCurve", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-TlsSessionTicketKey", - "CommandType": "Cmdlet", - "ParameterSets": "[-ServiceAccountName] \u003cNTAccount\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-TlsCipherSuite", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [[-Position] \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-TlsEccCurve", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [[-Position] \u003cuint32\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-TlsSessionTicketKey", - "CommandType": "Cmdlet", - "ParameterSets": "[-Password] \u003csecurestring\u003e [-Path] \u003cstring\u003e [-ServiceAccountName] \u003cNTAccount\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-TlsSessionTicketKey", - "CommandType": "Cmdlet", - "ParameterSets": "[-Password] \u003csecurestring\u003e [[-Path] \u003cstring\u003e] [-ServiceAccountName] \u003cNTAccount\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-TlsCipherSuite", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-TlsEccCurve", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-TlsSessionTicketKey", - "CommandType": "Cmdlet", - "ParameterSets": "[-Password] \u003csecurestring\u003e [[-Path] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "TroubleshootingPack", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-TroubleshootingPack", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-AnswerFile \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Invoke-TroubleshootingPack", - "CommandType": "Cmdlet", - "ParameterSets": "[-Pack] \u003cDiagPack\u003e [-AnswerFile \u003cstring\u003e] [-Result \u003cstring\u003e] [-Unattended] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "TrustedPlatformModule", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Clear-Tpm", - "CommandType": "Cmdlet", - "ParameterSets": "[[-OwnerAuthorization] \u003cstring\u003e] [\u003cCommonParameters\u003e] -File \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "ConvertTo-TpmOwnerAuth", - "CommandType": "Cmdlet", - "ParameterSets": "[-PassPhrase] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-TpmAutoProvisioning", - "CommandType": "Cmdlet", - "ParameterSets": "[-OnlyForNextRestart] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-TpmAutoProvisioning", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Tpm", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-TpmEndorsementKeyInfo", - "CommandType": "Cmdlet", - "ParameterSets": "[[-HashAlgorithm] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-TpmSupportedFeature", - "CommandType": "Cmdlet", - "ParameterSets": "[[-FeatureList] \u003cStringCollection\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-TpmOwnerAuth", - "CommandType": "Cmdlet", - "ParameterSets": "-File \u003cstring\u003e [\u003cCommonParameters\u003e] [-OwnerAuthorization] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Initialize-Tpm", - "CommandType": "Cmdlet", - "ParameterSets": "[-AllowClear] [-AllowPhysicalPresence] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-TpmOwnerAuth", - "CommandType": "Cmdlet", - "ParameterSets": "-File \u003cstring\u003e -NewOwnerAuthorization \u003cstring\u003e [\u003cCommonParameters\u003e] -File \u003cstring\u003e -NewFile \u003cstring\u003e [\u003cCommonParameters\u003e] [[-OwnerAuthorization] \u003cstring\u003e] -NewFile \u003cstring\u003e [\u003cCommonParameters\u003e] [[-OwnerAuthorization] \u003cstring\u003e] -NewOwnerAuthorization \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unblock-Tpm", - "CommandType": "Cmdlet", - "ParameterSets": "[[-OwnerAuthorization] \u003cstring\u003e] [\u003cCommonParameters\u003e] -File \u003cstring\u003e [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "UEV", - "Version": "2.1.639.0", - "ExportedCommands": [ - { - "Name": "Clear-UevAppxPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-PackageFamilyName] \u003cstring[]\u003e [-CurrentComputerUser] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PackageFamilyName] \u003cstring[]\u003e -Computer [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Computer -All [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -All [-CurrentComputerUser] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-UevConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-CurrentComputerUser] [-MaxPackageSizeInBytes] [-SettingsStoragePath] [-SyncProviderPingEnabled] [-SyncTimeoutInMilliseconds] [-SyncMethod] [-SyncEnabled] [-SyncOverMeteredNetwork] [-SyncOverMeteredNetworkWhenRoaming] [-SettingsImportNotifyEnabled] [-SettingsImportNotifyDelayInSeconds] [-DontSyncWindows8AppSettings] [-WaitForSyncTimeoutInMilliseconds] [-WaitForSyncOnApplicationStart] [-WaitForSyncOnLogon] [-SyncUnlistedWindows8Apps] [-VdiCollectionName] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Computer] [-MaxPackageSizeInBytes] [-SettingsStoragePath] [-SettingsTemplateCatalogPath] [-SyncProviderPingEnabled] [-SyncTimeoutInMilliseconds] [-SyncMethod] [-SyncEnabled] [-SyncOverMeteredNetwork] [-SyncOverMeteredNetworkWhenRoaming] [-SettingsImportNotifyEnabled] [-SettingsImportNotifyDelayInSeconds] [-ContactITUrl] [-ContactITDescription] [-TrayIconEnabled] [-FirstUseNotificationEnabled] [-DontSyncWindows8AppSettings] [-WaitForSyncTimeoutInMilliseconds] [-WaitForSyncOnApplicationStart] [-WaitForSyncOnLogon] [-SyncUnlistedWindows8Apps] [-VdiCollectionName] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-Uev", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-UevAppxPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-PackageFamilyName] \u003cstring[]\u003e [-CurrentComputerUser] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PackageFamilyName] \u003cstring[]\u003e -Computer [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-UevTemplate", - "CommandType": "Cmdlet", - "ParameterSets": "[-ID] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-Uev", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-UevAppxPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-PackageFamilyName] \u003cstring[]\u003e [-CurrentComputerUser] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-PackageFamilyName] \u003cstring[]\u003e -Computer [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-UevTemplate", - "CommandType": "Cmdlet", - "ParameterSets": "[-ID] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-UevConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-UevPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-UevAppxPackage", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e] -Computer [\u003cCommonParameters\u003e] -CurrentComputerUser [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-UevConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e] -Computer [\u003cCommonParameters\u003e] -CurrentComputerUser [\u003cCommonParameters\u003e] -Details [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-UevStatus", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-UevTemplate", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e] -Application \u003cstring\u003e [\u003cCommonParameters\u003e] -TemplateID \u003cstring\u003e [\u003cCommonParameters\u003e] -Profile \u003cstring\u003e [\u003cCommonParameters\u003e] [-ApplicationOrTemplateID] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-UevTemplateProgram", - "CommandType": "Cmdlet", - "ParameterSets": "[-ID] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-UevConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Register-UevTemplate", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Repair-UevTemplateIndex", - "CommandType": "Cmdlet", - "ParameterSets": "[-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restore-UevBackup", - "CommandType": "Cmdlet", - "ParameterSets": "[-ComputerName] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Restore-UevUserSetting", - "CommandType": "Cmdlet", - "ParameterSets": "-Application \u003cstring\u003e [-Force] [-LastKnownGood] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-TemplateId] \u003cstring\u003e [-LastKnownGood] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-UevConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-CurrentComputerUser] [-MaxPackageSizeInBytes \u003cint\u003e] [-SettingsStoragePath \u003cstring\u003e] [-EnableSyncProviderPing] [-DisableSyncProviderPing] [-SyncTimeoutInMilliseconds \u003cint\u003e] [-SyncMethod \u003cstring\u003e] [-EnableSync] [-DisableSync] [-EnableSyncOverMeteredNetwork] [-DisableSyncOverMeteredNetwork] [-EnableSyncOverMeteredNetworkWhenRoaming] [-DisableSyncOverMeteredNetworkWhenRoaming] [-EnableSettingsImportNotify] [-DisableSettingsImportNotify] [-SettingsImportNotifyDelayInSeconds \u003cint\u003e] [-EnableDontSyncWindows8AppSettings] [-DisableDontSyncWindows8AppSettings] [-WaitForSyncTimeoutInMilliseconds \u003cint\u003e] [-EnableWaitForSyncOnApplicationStart] [-DisableWaitForSyncOnApplicationStart] [-EnableWaitForSyncOnLogon] [-DisableWaitForSyncOnLogon] [-EnableSyncUnlistedWindows8Apps] [-DisableSyncUnlistedWindows8Apps] [-VdiCollectionName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Computer] [-MaxPackageSizeInBytes \u003cint\u003e] [-SettingsStoragePath \u003cstring\u003e] [-SettingsTemplateCatalogPath \u003cstring\u003e] [-EnableSyncProviderPing] [-DisableSyncProviderPing] [-SyncTimeoutInMilliseconds \u003cint\u003e] [-SyncMethod \u003cstring\u003e] [-EnableSync] [-DisableSync] [-EnableSyncOverMeteredNetwork] [-DisableSyncOverMeteredNetwork] [-EnableSyncOverMeteredNetworkWhenRoaming] [-DisableSyncOverMeteredNetworkWhenRoaming] [-EnableSettingsImportNotify] [-DisableSettingsImportNotify] [-SettingsImportNotifyDelayInSeconds \u003cint\u003e] [-ContactITUrl \u003cstring\u003e] [-ContactITDescription \u003cstring\u003e] [-EnableTrayIcon] [-DisableTrayIcon] [-EnableFirstUseNotification] [-DisableFirstUseNotification] [-EnableDontSyncWindows8AppSettings] [-DisableDontSyncWindows8AppSettings] [-WaitForSyncTimeoutInMilliseconds \u003cint\u003e] [-EnableWaitForSyncOnApplicationStart] [-DisableWaitForSyncOnApplicationStart] [-EnableWaitForSyncOnLogon] [-DisableWaitForSyncOnLogon] [-EnableSyncUnlistedWindows8Apps] [-DisableSyncUnlistedWindows8Apps] [-VdiCollectionName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-UevTemplateProfile", - "CommandType": "Cmdlet", - "ParameterSets": "-ID \u003cstring\u003e -Profile \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-UevTemplate", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unregister-UevTemplate", - "CommandType": "Cmdlet", - "ParameterSets": "[-ID] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -All [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-UevTemplate", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -LiteralPath \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "VpnClient", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-VpnConnection", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [-ServerAddress] \u003cstring\u003e [-SplitTunneling] [-RememberCredential] [-PlugInApplicationID] \u003cstring\u003e -CustomConfiguration \u003cxml\u003e [-Force] [-PassThru] [-ServerList \u003cCimInstance#VpnServerAddress[]\u003e] [-DnsSuffix \u003cstring\u003e] [-IdleDisconnectSeconds \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-ServerAddress] \u003cstring\u003e [[-TunnelType] \u003cstring\u003e] [[-EncryptionLevel] \u003cstring\u003e] [[-AuthenticationMethod] \u003cstring[]\u003e] [-SplitTunneling] [-AllUserConnection] [[-L2tpPsk] \u003cstring\u003e] [-RememberCredential] [-UseWinlogonCredential] [[-EapConfigXmlStream] \u003cxml\u003e] [-Force] [-PassThru] [-ServerList \u003cCimInstance#VpnServerAddress[]\u003e] [-DnsSuffix \u003cstring\u003e] [-IdleDisconnectSeconds \u003cuint32\u003e] [-MachineCertificateIssuerFilter \u003cX509Certificate2\u003e] [-MachineCertificateEKUFilter \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VpnConnectionRoute", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e [-DestinationPrefix] \u003cstring\u003e [[-RouteMetric] \u003cuint32\u003e] [-AllUserConnection] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VpnConnectionTriggerApplication", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e [-ApplicationID] \u003cstring[]\u003e [-PassThru] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VpnConnectionTriggerDnsConfiguration", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e [-DnsSuffix] \u003cstring\u003e [[-DnsIPAddress] \u003cstring[]\u003e] [-PassThru] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-VpnConnectionTriggerTrustedNetwork", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e [-DnsSuffix] \u003cstring[]\u003e [-PassThru] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VpnConnection", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-AllUserConnection] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-VpnConnectionTrigger", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-EapConfiguration", - "CommandType": "Function", - "ParameterSets": "[-UseWinlogonCredential] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Ttls [-UseWinlogonCredential] [-TunnledNonEapAuthMethod \u003cstring\u003e] [-TunnledEapAuthMethod \u003cxml\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Tls [-VerifyServerIdentity] [-UserCertificate] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Peap [-VerifyServerIdentity] [[-TunnledEapAuthMethod] \u003cxml\u003e] [-EnableNap] [-FastReconnect \u003cbool\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-VpnServerAddress", - "CommandType": "Function", - "ParameterSets": "[-ServerAddress] \u003cstring\u003e [-FriendlyName] \u003cstring\u003e [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VpnConnection", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-Force] [-PassThru] [-AllUserConnection] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VpnConnectionRoute", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e [-DestinationPrefix] \u003cstring\u003e [-AllUserConnection] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VpnConnectionTriggerApplication", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e [-ApplicationID] \u003cstring[]\u003e [-PassThru] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VpnConnectionTriggerDnsConfiguration", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e [-DnsSuffix] \u003cstring[]\u003e [-PassThru] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-VpnConnectionTriggerTrustedNetwork", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e [-DnsSuffix] \u003cstring[]\u003e [-PassThru] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VpnConnection", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e [[-ServerAddress] \u003cstring\u003e] [[-TunnelType] \u003cstring\u003e] [[-EncryptionLevel] \u003cstring\u003e] [[-AuthenticationMethod] \u003cstring[]\u003e] [[-SplitTunneling] \u003cbool\u003e] [-AllUserConnection] [[-L2tpPsk] \u003cstring\u003e] [[-RememberCredential] \u003cbool\u003e] [[-UseWinlogonCredential] \u003cbool\u003e] [[-EapConfigXmlStream] \u003cxml\u003e] [-PassThru] [-Force] [-MachineCertificateEKUFilter \u003cstring[]\u003e] [-MachineCertificateIssuerFilter \u003cX509Certificate2\u003e] [-ServerList \u003cCimInstance#VpnServerAddress[]\u003e] [-IdleDisconnectSeconds \u003cuint32\u003e] [-DnsSuffix \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [[-ServerAddress] \u003cstring\u003e] [-ThirdPartyVpn] [[-SplitTunneling] \u003cbool\u003e] [[-RememberCredential] \u003cbool\u003e] [[-PlugInApplicationID] \u003cstring\u003e] [-PassThru] [-Force] [-ServerList \u003cCimInstance#VpnServerAddress[]\u003e] [-IdleDisconnectSeconds \u003cuint32\u003e] [-DnsSuffix \u003cstring\u003e] [-CustomConfiguration \u003cxml\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VpnConnectionIPsecConfiguration", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e -RevertToDefault [-Force] [-AllUserConnection] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ConnectionName] \u003cstring\u003e [-AuthenticationTransformConstants] \u003cAuthenticationTransformConstants\u003e [-CipherTransformConstants] \u003cCipherTransformConstants\u003e [-DHGroup] \u003cDHGroup\u003e [-EncryptionMethod] \u003cEncryptionMethod\u003e [-IntegrityCheckMethod] \u003cIntegrityCheckMethod\u003e [-PfsGroup] \u003cPfsGroup\u003e [-PassThru] [-Force] [-AllUserConnection] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VpnConnectionProxy", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e [-AutoDetect] [-AutoConfigurationScript \u003cstring\u003e] [-ProxyServer \u003cstring\u003e] [-BypassProxyForLocal] [-ExceptionPrefix \u003cstring[]\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VpnConnectionTriggerDnsConfiguration", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e [[-DnsSuffix] \u003cstring\u003e] [[-DnsIPAddress] \u003cstring[]\u003e] [[-DnsSuffixSearchList] \u003cstring[]\u003e] [-PassThru] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-VpnConnectionTriggerTrustedNetwork", - "CommandType": "Function", - "ParameterSets": "[-ConnectionName] \u003cstring\u003e -DefaultDnsSuffixes [-PassThru] [-Force] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Wdac", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-OdbcDsn", - "CommandType": "Function", - "ParameterSets": "[-Name] \u003cstring\u003e -DriverName \u003cstring\u003e -DsnType \u003cstring\u003e [-SetPropertyValue \u003cstring[]\u003e] [-PassThru] [-Platform \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-OdbcPerfCounter", - "CommandType": "Function", - "ParameterSets": "[-InputObject] \u003cCimInstance#MSFT_OdbcPerfCounter[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Platform] \u003cstring\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-WdacBidTrace", - "CommandType": "Function", - "ParameterSets": "[-InputObject] \u003cCimInstance#MSFT_WdacBidTrace[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e [-PassThru] [-Platform \u003cstring\u003e] [-ProcessId \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Folder \u003cstring\u003e [-PassThru] [-Platform \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -IncludeAllApplications [-PassThru] [-Platform \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-OdbcPerfCounter", - "CommandType": "Function", - "ParameterSets": "[-InputObject] \u003cCimInstance#MSFT_OdbcPerfCounter[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Platform] \u003cstring\u003e] [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-WdacBidTrace", - "CommandType": "Function", - "ParameterSets": "[-InputObject] \u003cCimInstance#MSFT_WdacBidTrace[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Path] \u003cstring\u003e [-PassThru] [-Platform \u003cstring\u003e] [-ProcessId \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Folder \u003cstring\u003e [-PassThru] [-Platform \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -IncludeAllApplications [-PassThru] [-Platform \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-OdbcDriver", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring\u003e] [-Platform \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-OdbcDsn", - "CommandType": "Function", - "ParameterSets": "[[-Name] \u003cstring\u003e] [-DriverName \u003cstring\u003e] [-Platform \u003cstring\u003e] [-DsnType \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-OdbcPerfCounter", - "CommandType": "Function", - "ParameterSets": "[[-Platform] \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WdacBidTrace", - "CommandType": "Function", - "ParameterSets": "[[-Path] \u003cstring\u003e] [-Platform \u003cstring\u003e] [-ProcessId \u003cuint32\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -Folder \u003cstring\u003e [-Platform \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e] -IncludeAllApplications [-Platform \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-OdbcDsn", - "CommandType": "Function", - "ParameterSets": "[-InputObject] \u003cCimInstance#MSFT_OdbcDsn[]\u003e [-PassThru] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -DsnType \u003cstring\u003e [-PassThru] [-DriverName \u003cstring\u003e] [-Platform \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-OdbcDriver", - "CommandType": "Function", - "ParameterSets": "[-InputObject] \u003cCimInstance#MSFT_OdbcDriver[]\u003e [-PassThru] [-SetPropertyValue \u003cstring[]\u003e] [-RemovePropertyValue \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-PassThru] [-SetPropertyValue \u003cstring[]\u003e] [-RemovePropertyValue \u003cstring[]\u003e] [-Platform \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-OdbcDsn", - "CommandType": "Function", - "ParameterSets": "[-InputObject] \u003cCimInstance#MSFT_OdbcDsn[]\u003e [-PassThru] [-SetPropertyValue \u003cstring[]\u003e] [-RemovePropertyValue \u003cstring[]\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -DsnType \u003cstring\u003e [-PassThru] [-SetPropertyValue \u003cstring[]\u003e] [-RemovePropertyValue \u003cstring[]\u003e] [-DriverName \u003cstring\u003e] [-Platform \u003cstring\u003e] [-CimSession \u003cCimSession[]\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "WindowsDeveloperLicense", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-WindowsDeveloperLicense", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Show-WindowsDeveloperLicenseRegistration", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Unregister-WindowsDeveloperLicense", - "CommandType": "Cmdlet", - "ParameterSets": "[-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "WindowsErrorReporting", - "Version": "1.0", - "ExportedCommands": [ - { - "Name": "Disable-WindowsErrorReporting", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-WindowsErrorReporting", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-WindowsErrorReporting", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "WindowsSearch", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-WindowsSearchSetting", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-WindowsSearchSetting", - "CommandType": "Cmdlet", - "ParameterSets": "[-EnableWebResultsSetting \u003cbool\u003e] [-EnableMeteredWebResultsSetting \u003cbool\u003e] [-SearchExperienceSetting \u003cstring\u003e] [-SafeSearchSetting \u003cstring\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "WindowsUpdate", - "Version": "1.0.0.0", - "ExportedCommands": { - "Name": "Get-WindowsUpdateLog", - "CommandType": "Function", - "ParameterSets": [ - "[[-ETLPath] \u003cstring[]\u003e] [[-LogPath] \u003cstring\u003e] [[-SymbolServer] \u003cstring\u003e] [-ProcessingType \u003cstring\u003e] [-ForceFlush] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - ] - }, - "ExportedAliases": [ - - ] - }, - { - "Version": "5.1.14393.206", - "Name": "Microsoft.PowerShell.Core", - "ExportedCommands": [ - { - "Name": "Add-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-InputObject] \u003cpsobject[]\u003e] [-Passthru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Add-PSSnapin", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-PassThru] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Clear-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] \u003cint[]\u003e] [[-Count] \u003cint\u003e] [-Newest] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Count] \u003cint\u003e] [-CommandLine \u003cstring[]\u003e] [-Newest] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Connect-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "-Name \u003cstring[]\u003e [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Session] \u003cPSSession[]\u003e [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ComputerName] \u003cstring[]\u003e [-ApplicationName \u003cstring\u003e] [-ConfigurationName \u003cstring\u003e] [-Name \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [-Port \u003cint\u003e] [-UseSSL] [-SessionOption \u003cPSSessionOption\u003e] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ComputerName \u003cstring[]\u003e -InstanceId \u003cguid[]\u003e [-ApplicationName \u003cstring\u003e] [-ConfigurationName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [-Port \u003cint\u003e] [-UseSSL] [-SessionOption \u003cPSSessionOption\u003e] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ConnectionUri] \u003curi[]\u003e [-ConfigurationName \u003cstring\u003e] [-AllowRedirection] [-Name \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [-SessionOption \u003cPSSessionOption\u003e] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ConnectionUri] \u003curi[]\u003e -InstanceId \u003cguid[]\u003e [-ConfigurationName \u003cstring\u003e] [-AllowRedirection] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [-SessionOption \u003cPSSessionOption\u003e] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InstanceId \u003cguid[]\u003e [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Debug-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Job] \u003cJob\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cint\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InstanceId] \u003cguid\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-PSRemoting", - "CommandType": "Cmdlet", - "ParameterSets": "[-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disable-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-Force] [-NoServiceRestart] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Disconnect-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] \u003cPSSession[]\u003e [-IdleTimeoutSec \u003cint\u003e] [-OutputBufferingMode \u003cOutputBufferingMode\u003e] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [-IdleTimeoutSec \u003cint\u003e] [-OutputBufferingMode \u003cOutputBufferingMode\u003e] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-IdleTimeoutSec \u003cint\u003e] [-OutputBufferingMode \u003cOutputBufferingMode\u003e] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InstanceId \u003cguid[]\u003e [-IdleTimeoutSec \u003cint\u003e] [-OutputBufferingMode \u003cOutputBufferingMode\u003e] [-ThrottleLimit \u003cint\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-PSRemoting", - "CommandType": "Cmdlet", - "ParameterSets": "[-Force] [-SkipNetworkProfileCheck] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enable-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-Force] [-SecurityDescriptorSddl \u003cstring\u003e] [-SkipNetworkProfileCheck] [-NoServiceRestart] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enter-PSHostProcess", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] \u003cint\u003e [[-AppDomainName] \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Process] \u003cProcess\u003e [[-AppDomainName] \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [[-AppDomainName] \u003cstring\u003e] [\u003cCommonParameters\u003e] [-HostProcessInfo] \u003cPSHostProcessInfo\u003e [[-AppDomainName] \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Enter-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-ComputerName] \u003cstring\u003e [-EnableNetworkAccess] [-Credential \u003cpscredential\u003e] [-ConfigurationName \u003cstring\u003e] [-Port \u003cint\u003e] [-UseSSL] [-ApplicationName \u003cstring\u003e] [-SessionOption \u003cPSSessionOption\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-Session] \u003cPSSession\u003e] [\u003cCommonParameters\u003e] [[-ConnectionUri] \u003curi\u003e] [-EnableNetworkAccess] [-Credential \u003cpscredential\u003e] [-ConfigurationName \u003cstring\u003e] [-AllowRedirection] [-SessionOption \u003cPSSessionOption\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e] [-InstanceId \u003cguid\u003e] [\u003cCommonParameters\u003e] [[-Id] \u003cint\u003e] [\u003cCommonParameters\u003e] [-Name \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VMId] \u003cguid\u003e [-Credential] \u003cpscredential\u003e [-ConfigurationName \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VMName] \u003cstring\u003e [-Credential] \u003cpscredential\u003e [-ConfigurationName \u003cstring\u003e] [\u003cCommonParameters\u003e] [-ContainerId] \u003cstring\u003e [-ConfigurationName \u003cstring\u003e] [-RunAsAdministrator] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Exit-PSHostProcess", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Exit-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-Console", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] \u003cstring\u003e] [-Force] [-NoClobber] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Export-ModuleMember", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Function] \u003cstring[]\u003e] [-Cmdlet \u003cstring[]\u003e] [-Variable \u003cstring[]\u003e] [-Alias \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "ForEach-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-Process] \u003cscriptblock[]\u003e [-InputObject \u003cpsobject\u003e] [-Begin \u003cscriptblock\u003e] [-End \u003cscriptblock\u003e] [-RemainingScripts \u003cscriptblock[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-MemberName] \u003cstring\u003e [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ArgumentList] \u003cObject[]\u003e] [-Verb \u003cstring[]\u003e] [-Noun \u003cstring[]\u003e] [-Module \u003cstring[]\u003e] [-FullyQualifiedModule \u003cModuleSpecification[]\u003e] [-TotalCount \u003cint\u003e] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName \u003cstring[]\u003e] [-ParameterType \u003cPSTypeName[]\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring[]\u003e] [[-ArgumentList] \u003cObject[]\u003e] [-Module \u003cstring[]\u003e] [-FullyQualifiedModule \u003cModuleSpecification[]\u003e] [-CommandType \u003cCommandTypes\u003e] [-TotalCount \u003cint\u003e] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName \u003cstring[]\u003e] [-ParameterType \u003cPSTypeName[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring\u003e] [-Path \u003cstring\u003e] [-Category \u003cstring[]\u003e] [-Component \u003cstring[]\u003e] [-Functionality \u003cstring[]\u003e] [-Role \u003cstring[]\u003e] [-Full] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] -Detailed [-Path \u003cstring\u003e] [-Category \u003cstring[]\u003e] [-Component \u003cstring[]\u003e] [-Functionality \u003cstring[]\u003e] [-Role \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] -Examples [-Path \u003cstring\u003e] [-Category \u003cstring[]\u003e] [-Component \u003cstring[]\u003e] [-Functionality \u003cstring[]\u003e] [-Role \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] -Parameter \u003cstring\u003e [-Path \u003cstring\u003e] [-Category \u003cstring[]\u003e] [-Component \u003cstring[]\u003e] [-Functionality \u003cstring[]\u003e] [-Role \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] -Online [-Path \u003cstring\u003e] [-Category \u003cstring[]\u003e] [-Component \u003cstring[]\u003e] [-Functionality \u003cstring[]\u003e] [-Role \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [[-Name] \u003cstring\u003e] -ShowWindow [-Path \u003cstring\u003e] [-Category \u003cstring[]\u003e] [-Component \u003cstring[]\u003e] [-Functionality \u003cstring[]\u003e] [-Role \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] \u003clong[]\u003e] [[-Count] \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] \u003cint[]\u003e] [-IncludeChildJob] [-ChildJobState \u003cJobState\u003e] [-HasMoreData \u003cbool\u003e] [-Before \u003cdatetime\u003e] [-After \u003cdatetime\u003e] [-Newest \u003cint\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-IncludeChildJob] [-ChildJobState \u003cJobState\u003e] [-HasMoreData \u003cbool\u003e] [-Before \u003cdatetime\u003e] [-After \u003cdatetime\u003e] [-Newest \u003cint\u003e] [\u003cCommonParameters\u003e] [-InstanceId] \u003cguid[]\u003e [-IncludeChildJob] [-ChildJobState \u003cJobState\u003e] [-HasMoreData \u003cbool\u003e] [-Before \u003cdatetime\u003e] [-After \u003cdatetime\u003e] [-Newest \u003cint\u003e] [\u003cCommonParameters\u003e] [-State] \u003cJobState\u003e [-IncludeChildJob] [-ChildJobState \u003cJobState\u003e] [-HasMoreData \u003cbool\u003e] [-Before \u003cdatetime\u003e] [-After \u003cdatetime\u003e] [-Newest \u003cint\u003e] [\u003cCommonParameters\u003e] [-IncludeChildJob] [-ChildJobState \u003cJobState\u003e] [-HasMoreData \u003cbool\u003e] [-Before \u003cdatetime\u003e] [-After \u003cdatetime\u003e] [-Newest \u003cint\u003e] [-Command \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-Filter] \u003chashtable\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-FullyQualifiedName \u003cModuleSpecification[]\u003e] [-All] [\u003cCommonParameters\u003e] [[-Name] \u003cstring[]\u003e] -ListAvailable [-FullyQualifiedName \u003cModuleSpecification[]\u003e] [-All] [-PSEdition \u003cstring\u003e] [-Refresh] [\u003cCommonParameters\u003e] [[-Name] \u003cstring[]\u003e] -PSSession \u003cPSSession\u003e [-FullyQualifiedName \u003cModuleSpecification[]\u003e] [-ListAvailable] [-PSEdition \u003cstring\u003e] [-Refresh] [\u003cCommonParameters\u003e] [[-Name] \u003cstring[]\u003e] -CimSession \u003cCimSession\u003e [-FullyQualifiedName \u003cModuleSpecification[]\u003e] [-ListAvailable] [-Refresh] [-CimResourceUri \u003curi\u003e] [-CimNamespace \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PSHostProcessInfo", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-Process] \u003cProcess[]\u003e [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name \u003cstring[]\u003e] [\u003cCommonParameters\u003e] [-ComputerName] \u003cstring[]\u003e [-ApplicationName \u003cstring\u003e] [-ConfigurationName \u003cstring\u003e] [-Name \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [-Port \u003cint\u003e] [-UseSSL] [-ThrottleLimit \u003cint\u003e] [-State \u003cSessionFilterState\u003e] [-SessionOption \u003cPSSessionOption\u003e] [\u003cCommonParameters\u003e] [-ComputerName] \u003cstring[]\u003e -InstanceId \u003cguid[]\u003e [-ApplicationName \u003cstring\u003e] [-ConfigurationName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [-Port \u003cint\u003e] [-UseSSL] [-ThrottleLimit \u003cint\u003e] [-State \u003cSessionFilterState\u003e] [-SessionOption \u003cPSSessionOption\u003e] [\u003cCommonParameters\u003e] [-ConnectionUri] \u003curi[]\u003e -InstanceId \u003cguid[]\u003e [-ConfigurationName \u003cstring\u003e] [-AllowRedirection] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-State \u003cSessionFilterState\u003e] [-SessionOption \u003cPSSessionOption\u003e] [\u003cCommonParameters\u003e] [-ConnectionUri] \u003curi[]\u003e [-ConfigurationName \u003cstring\u003e] [-AllowRedirection] [-Name \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-State \u003cSessionFilterState\u003e] [-SessionOption \u003cPSSessionOption\u003e] [\u003cCommonParameters\u003e] -InstanceId \u003cguid[]\u003e -VMId \u003cguid[]\u003e [-ConfigurationName \u003cstring\u003e] [-State \u003cSessionFilterState\u003e] [\u003cCommonParameters\u003e] -ContainerId \u003cstring[]\u003e [-ConfigurationName \u003cstring\u003e] [-Name \u003cstring[]\u003e] [-State \u003cSessionFilterState\u003e] [\u003cCommonParameters\u003e] -InstanceId \u003cguid[]\u003e -ContainerId \u003cstring[]\u003e [-ConfigurationName \u003cstring\u003e] [-State \u003cSessionFilterState\u003e] [\u003cCommonParameters\u003e] -VMId \u003cguid[]\u003e [-ConfigurationName \u003cstring\u003e] [-Name \u003cstring[]\u003e] [-State \u003cSessionFilterState\u003e] [\u003cCommonParameters\u003e] -VMName \u003cstring[]\u003e [-ConfigurationName \u003cstring\u003e] [-Name \u003cstring[]\u003e] [-State \u003cSessionFilterState\u003e] [\u003cCommonParameters\u003e] -InstanceId \u003cguid[]\u003e -VMName \u003cstring[]\u003e [-ConfigurationName \u003cstring\u003e] [-State \u003cSessionFilterState\u003e] [\u003cCommonParameters\u003e] [-InstanceId \u003cguid[]\u003e] [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PSSessionCapability", - "CommandType": "Cmdlet", - "ParameterSets": "[-ConfigurationName] \u003cstring\u003e [-Username] \u003cstring\u003e [-Full] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-Force] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Get-PSSnapin", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] \u003cstring[]\u003e] [-Registered] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Import-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-Global] [-Prefix \u003cstring\u003e] [-Function \u003cstring[]\u003e] [-Cmdlet \u003cstring[]\u003e] [-Variable \u003cstring[]\u003e] [-Alias \u003cstring[]\u003e] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion \u003cversion\u003e] [-MaximumVersion \u003cstring\u003e] [-RequiredVersion \u003cversion\u003e] [-ArgumentList \u003cObject[]\u003e] [-DisableNameChecking] [-NoClobber] [-Scope \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e -PSSession \u003cPSSession\u003e [-Global] [-Prefix \u003cstring\u003e] [-Function \u003cstring[]\u003e] [-Cmdlet \u003cstring[]\u003e] [-Variable \u003cstring[]\u003e] [-Alias \u003cstring[]\u003e] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion \u003cversion\u003e] [-MaximumVersion \u003cstring\u003e] [-RequiredVersion \u003cversion\u003e] [-ArgumentList \u003cObject[]\u003e] [-DisableNameChecking] [-NoClobber] [-Scope \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e -CimSession \u003cCimSession\u003e [-Global] [-Prefix \u003cstring\u003e] [-Function \u003cstring[]\u003e] [-Cmdlet \u003cstring[]\u003e] [-Variable \u003cstring[]\u003e] [-Alias \u003cstring[]\u003e] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion \u003cversion\u003e] [-MaximumVersion \u003cstring\u003e] [-RequiredVersion \u003cversion\u003e] [-ArgumentList \u003cObject[]\u003e] [-DisableNameChecking] [-NoClobber] [-Scope \u003cstring\u003e] [-CimResourceUri \u003curi\u003e] [-CimNamespace \u003cstring\u003e] [\u003cCommonParameters\u003e] [-FullyQualifiedName] \u003cModuleSpecification[]\u003e [-Global] [-Prefix \u003cstring\u003e] [-Function \u003cstring[]\u003e] [-Cmdlet \u003cstring[]\u003e] [-Variable \u003cstring[]\u003e] [-Alias \u003cstring[]\u003e] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList \u003cObject[]\u003e] [-DisableNameChecking] [-NoClobber] [-Scope \u003cstring\u003e] [\u003cCommonParameters\u003e] [-FullyQualifiedName] \u003cModuleSpecification[]\u003e -PSSession \u003cPSSession\u003e [-Global] [-Prefix \u003cstring\u003e] [-Function \u003cstring[]\u003e] [-Cmdlet \u003cstring[]\u003e] [-Variable \u003cstring[]\u003e] [-Alias \u003cstring[]\u003e] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList \u003cObject[]\u003e] [-DisableNameChecking] [-NoClobber] [-Scope \u003cstring\u003e] [\u003cCommonParameters\u003e] [-Assembly] \u003cAssembly[]\u003e [-Global] [-Prefix \u003cstring\u003e] [-Function \u003cstring[]\u003e] [-Cmdlet \u003cstring[]\u003e] [-Variable \u003cstring[]\u003e] [-Alias \u003cstring[]\u003e] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList \u003cObject[]\u003e] [-DisableNameChecking] [-NoClobber] [-Scope \u003cstring\u003e] [\u003cCommonParameters\u003e] [-ModuleInfo] \u003cpsmoduleinfo[]\u003e [-Global] [-Prefix \u003cstring\u003e] [-Function \u003cstring[]\u003e] [-Cmdlet \u003cstring[]\u003e] [-Variable \u003cstring[]\u003e] [-Alias \u003cstring[]\u003e] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList \u003cObject[]\u003e] [-DisableNameChecking] [-NoClobber] [-Scope \u003cstring\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Invoke-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] \u003cscriptblock\u003e [-NoNewScope] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e] [[-Session] \u003cPSSession[]\u003e] [-ScriptBlock] \u003cscriptblock\u003e [-ThrottleLimit \u003cint\u003e] [-AsJob] [-HideComputerName] [-JobName \u003cstring\u003e] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e] [[-Session] \u003cPSSession[]\u003e] [-FilePath] \u003cstring\u003e [-ThrottleLimit \u003cint\u003e] [-AsJob] [-HideComputerName] [-JobName \u003cstring\u003e] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e] [[-ComputerName] \u003cstring[]\u003e] [-ScriptBlock] \u003cscriptblock\u003e [-Credential \u003cpscredential\u003e] [-Port \u003cint\u003e] [-UseSSL] [-ConfigurationName \u003cstring\u003e] [-ApplicationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-InDisconnectedSession] [-SessionName \u003cstring[]\u003e] [-HideComputerName] [-JobName \u003cstring\u003e] [-SessionOption \u003cPSSessionOption\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-EnableNetworkAccess] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-ComputerName] \u003cstring[]\u003e] [-FilePath] \u003cstring\u003e [-Credential \u003cpscredential\u003e] [-Port \u003cint\u003e] [-UseSSL] [-ConfigurationName \u003cstring\u003e] [-ApplicationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-InDisconnectedSession] [-SessionName \u003cstring[]\u003e] [-HideComputerName] [-JobName \u003cstring\u003e] [-SessionOption \u003cPSSessionOption\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-EnableNetworkAccess] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e] [[-ConnectionUri] \u003curi[]\u003e] [-ScriptBlock] \u003cscriptblock\u003e [-Credential \u003cpscredential\u003e] [-ConfigurationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName \u003cstring\u003e] [-AllowRedirection] [-SessionOption \u003cPSSessionOption\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-EnableNetworkAccess] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e] [[-ConnectionUri] \u003curi[]\u003e] [-FilePath] \u003cstring\u003e [-Credential \u003cpscredential\u003e] [-ConfigurationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName \u003cstring\u003e] [-AllowRedirection] [-SessionOption \u003cPSSessionOption\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-EnableNetworkAccess] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e] [-VMId] \u003cguid[]\u003e [-ScriptBlock] \u003cscriptblock\u003e -Credential \u003cpscredential\u003e [-ConfigurationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-HideComputerName] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e] [-ScriptBlock] \u003cscriptblock\u003e -Credential \u003cpscredential\u003e -VMName \u003cstring[]\u003e [-ConfigurationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-HideComputerName] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e] [-VMId] \u003cguid[]\u003e [-FilePath] \u003cstring\u003e -Credential \u003cpscredential\u003e [-ConfigurationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-HideComputerName] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e] [-FilePath] \u003cstring\u003e -Credential \u003cpscredential\u003e -VMName \u003cstring[]\u003e [-ConfigurationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-HideComputerName] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e] [-ScriptBlock] \u003cscriptblock\u003e -ContainerId \u003cstring[]\u003e [-ConfigurationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-HideComputerName] [-JobName \u003cstring\u003e] [-RunAsAdministrator] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e] [-FilePath] \u003cstring\u003e -ContainerId \u003cstring[]\u003e [-ConfigurationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-AsJob] [-HideComputerName] [-JobName \u003cstring\u003e] [-RunAsAdministrator] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Invoke-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] \u003cscriptblock\u003e [-Function \u003cstring[]\u003e] [-Cmdlet \u003cstring[]\u003e] [-ReturnResult] [-AsCustomObject] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-ScriptBlock] \u003cscriptblock\u003e [-Function \u003cstring[]\u003e] [-Cmdlet \u003cstring[]\u003e] [-ReturnResult] [-AsCustomObject] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-ModuleManifest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-NestedModules \u003cObject[]\u003e] [-Guid \u003cguid\u003e] [-Author \u003cstring\u003e] [-CompanyName \u003cstring\u003e] [-Copyright \u003cstring\u003e] [-RootModule \u003cstring\u003e] [-ModuleVersion \u003cversion\u003e] [-Description \u003cstring\u003e] [-ProcessorArchitecture \u003cProcessorArchitecture\u003e] [-PowerShellVersion \u003cversion\u003e] [-ClrVersion \u003cversion\u003e] [-DotNetFrameworkVersion \u003cversion\u003e] [-PowerShellHostName \u003cstring\u003e] [-PowerShellHostVersion \u003cversion\u003e] [-RequiredModules \u003cObject[]\u003e] [-TypesToProcess \u003cstring[]\u003e] [-FormatsToProcess \u003cstring[]\u003e] [-ScriptsToProcess \u003cstring[]\u003e] [-RequiredAssemblies \u003cstring[]\u003e] [-FileList \u003cstring[]\u003e] [-ModuleList \u003cObject[]\u003e] [-FunctionsToExport \u003cstring[]\u003e] [-AliasesToExport \u003cstring[]\u003e] [-VariablesToExport \u003cstring[]\u003e] [-CmdletsToExport \u003cstring[]\u003e] [-DscResourcesToExport \u003cstring[]\u003e] [-CompatiblePSEditions \u003cstring[]\u003e] [-PrivateData \u003cObject\u003e] [-Tags \u003cstring[]\u003e] [-ProjectUri \u003curi\u003e] [-LicenseUri \u003curi\u003e] [-IconUri \u003curi\u003e] [-ReleaseNotes \u003cstring\u003e] [-HelpInfoUri \u003cstring\u003e] [-PassThru] [-DefaultCommandPrefix \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-PSRoleCapabilityFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-Guid \u003cguid\u003e] [-Author \u003cstring\u003e] [-Description \u003cstring\u003e] [-CompanyName \u003cstring\u003e] [-Copyright \u003cstring\u003e] [-ModulesToImport \u003cObject[]\u003e] [-VisibleAliases \u003cstring[]\u003e] [-VisibleCmdlets \u003cObject[]\u003e] [-VisibleFunctions \u003cObject[]\u003e] [-VisibleExternalCommands \u003cstring[]\u003e] [-VisibleProviders \u003cstring[]\u003e] [-ScriptsToProcess \u003cstring[]\u003e] [-AliasDefinitions \u003cIDictionary[]\u003e] [-FunctionDefinitions \u003cIDictionary[]\u003e] [-VariableDefinitions \u003cObject\u003e] [-EnvironmentVariables \u003cIDictionary\u003e] [-TypesToProcess \u003cstring[]\u003e] [-FormatsToProcess \u003cstring[]\u003e] [-AssembliesToLoad \u003cstring[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] \u003cstring[]\u003e] [-Credential \u003cpscredential\u003e] [-Name \u003cstring[]\u003e] [-EnableNetworkAccess] [-ConfigurationName \u003cstring\u003e] [-Port \u003cint\u003e] [-UseSSL] [-ApplicationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-SessionOption \u003cPSSessionOption\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e] [-VMId] \u003cguid[]\u003e -Credential \u003cpscredential\u003e [-Name \u003cstring[]\u003e] [-ConfigurationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [\u003cCommonParameters\u003e] [-ConnectionUri] \u003curi[]\u003e [-Credential \u003cpscredential\u003e] [-Name \u003cstring[]\u003e] [-EnableNetworkAccess] [-ConfigurationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [-AllowRedirection] [-SessionOption \u003cPSSessionOption\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [\u003cCommonParameters\u003e] -Credential \u003cpscredential\u003e -VMName \u003cstring[]\u003e [-Name \u003cstring[]\u003e] [-ConfigurationName \u003cstring\u003e] [-ThrottleLimit \u003cint\u003e] [\u003cCommonParameters\u003e] [[-Session] \u003cPSSession[]\u003e] [-Name \u003cstring[]\u003e] [-EnableNetworkAccess] [-ThrottleLimit \u003cint\u003e] [\u003cCommonParameters\u003e] -ContainerId \u003cstring[]\u003e [-Name \u003cstring[]\u003e] [-ConfigurationName \u003cstring\u003e] [-RunAsAdministrator] [-ThrottleLimit \u003cint\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-PSSessionConfigurationFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [-SchemaVersion \u003cversion\u003e] [-Guid \u003cguid\u003e] [-Author \u003cstring\u003e] [-Description \u003cstring\u003e] [-CompanyName \u003cstring\u003e] [-Copyright \u003cstring\u003e] [-SessionType \u003cSessionType\u003e] [-TranscriptDirectory \u003cstring\u003e] [-RunAsVirtualAccount] [-RunAsVirtualAccountGroups \u003cstring[]\u003e] [-MountUserDrive] [-UserDriveMaximumSize \u003clong\u003e] [-GroupManagedServiceAccount \u003cstring\u003e] [-ScriptsToProcess \u003cstring[]\u003e] [-RoleDefinitions \u003cIDictionary\u003e] [-RequiredGroups \u003cIDictionary\u003e] [-LanguageMode \u003cPSLanguageMode\u003e] [-ExecutionPolicy \u003cExecutionPolicy\u003e] [-PowerShellVersion \u003cversion\u003e] [-ModulesToImport \u003cObject[]\u003e] [-VisibleAliases \u003cstring[]\u003e] [-VisibleCmdlets \u003cObject[]\u003e] [-VisibleFunctions \u003cObject[]\u003e] [-VisibleExternalCommands \u003cstring[]\u003e] [-VisibleProviders \u003cstring[]\u003e] [-AliasDefinitions \u003cIDictionary[]\u003e] [-FunctionDefinitions \u003cIDictionary[]\u003e] [-VariableDefinitions \u003cObject\u003e] [-EnvironmentVariables \u003cIDictionary\u003e] [-TypesToProcess \u003cstring[]\u003e] [-FormatsToProcess \u003cstring[]\u003e] [-AssembliesToLoad \u003cstring[]\u003e] [-Full] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-PSSessionOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-MaximumRedirection \u003cint\u003e] [-NoCompression] [-NoMachineProfile] [-Culture \u003ccultureinfo\u003e] [-UICulture \u003ccultureinfo\u003e] [-MaximumReceivedDataSizePerCommand \u003cint\u003e] [-MaximumReceivedObjectSize \u003cint\u003e] [-OutputBufferingMode \u003cOutputBufferingMode\u003e] [-MaxConnectionRetryCount \u003cint\u003e] [-ApplicationArguments \u003cpsprimitivedictionary\u003e] [-OpenTimeout \u003cint\u003e] [-CancelTimeout \u003cint\u003e] [-IdleTimeout \u003cint\u003e] [-ProxyAccessType \u003cProxyAccessType\u003e] [-ProxyAuthentication \u003cAuthenticationMechanism\u003e] [-ProxyCredential \u003cpscredential\u003e] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-OperationTimeout \u003cint\u003e] [-NoEncryption] [-UseUTF16] [-IncludePortInSPN] [\u003cCommonParameters\u003e]" - }, - { - "Name": "New-PSTransportOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-MaxIdleTimeoutSec \u003cint\u003e] [-ProcessIdleTimeoutSec \u003cint\u003e] [-MaxSessions \u003cint\u003e] [-MaxConcurrentCommandsPerSession \u003cint\u003e] [-MaxSessionsPerUser \u003cint\u003e] [-MaxMemoryPerSessionMB \u003cint\u003e] [-MaxProcessesPerSession \u003cint\u003e] [-MaxConcurrentUsers \u003cint\u003e] [-IdleTimeoutSec \u003cint\u003e] [-OutputBufferingMode \u003cOutputBufferingMode\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Out-Default", - "CommandType": "Cmdlet", - "ParameterSets": "[-Transcript] [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Out-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[-Paging] [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Out-Null", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Receive-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Job] \u003cJob[]\u003e [[-Location] \u003cstring[]\u003e] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [\u003cCommonParameters\u003e] [-Job] \u003cJob[]\u003e [[-Session] \u003cPSSession[]\u003e] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [\u003cCommonParameters\u003e] [-Job] \u003cJob[]\u003e [[-ComputerName] \u003cstring[]\u003e] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [\u003cCommonParameters\u003e] [-InstanceId] \u003cguid[]\u003e [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [\u003cCommonParameters\u003e] [-Id] \u003cint[]\u003e [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Receive-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] \u003cPSSession\u003e [-OutTarget \u003cOutTarget\u003e] [-JobName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Id] \u003cint\u003e [-OutTarget \u003cOutTarget\u003e] [-JobName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ComputerName] \u003cstring\u003e -Name \u003cstring\u003e [-ApplicationName \u003cstring\u003e] [-ConfigurationName \u003cstring\u003e] [-OutTarget \u003cOutTarget\u003e] [-JobName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [-Port \u003cint\u003e] [-UseSSL] [-SessionOption \u003cPSSessionOption\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ComputerName] \u003cstring\u003e -InstanceId \u003cguid\u003e [-ApplicationName \u003cstring\u003e] [-ConfigurationName \u003cstring\u003e] [-OutTarget \u003cOutTarget\u003e] [-JobName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [-Port \u003cint\u003e] [-UseSSL] [-SessionOption \u003cPSSessionOption\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ConnectionUri] \u003curi\u003e -Name \u003cstring\u003e [-ConfigurationName \u003cstring\u003e] [-AllowRedirection] [-OutTarget \u003cOutTarget\u003e] [-JobName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [-SessionOption \u003cPSSessionOption\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ConnectionUri] \u003curi\u003e -InstanceId \u003cguid\u003e [-ConfigurationName \u003cstring\u003e] [-AllowRedirection] [-OutTarget \u003cOutTarget\u003e] [-JobName \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-CertificateThumbprint \u003cstring\u003e] [-SessionOption \u003cPSSessionOption\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InstanceId] \u003cguid\u003e [-OutTarget \u003cOutTarget\u003e] [-JobName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-OutTarget \u003cOutTarget\u003e] [-JobName \u003cstring\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Register-ArgumentCompleter", - "CommandType": "Cmdlet", - "ParameterSets": "-ParameterName \u003cstring\u003e -ScriptBlock \u003cscriptblock\u003e [-CommandName \u003cstring[]\u003e] [\u003cCommonParameters\u003e] -CommandName \u003cstring[]\u003e -ScriptBlock \u003cscriptblock\u003e [-Native] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Register-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-ProcessorArchitecture \u003cstring\u003e] [-SessionType \u003cPSSessionType\u003e] [-ApplicationBase \u003cstring\u003e] [-RunAsCredential \u003cpscredential\u003e] [-ThreadApartmentState \u003cApartmentState\u003e] [-ThreadOptions \u003cPSThreadOptions\u003e] [-AccessMode \u003cPSSessionConfigurationAccessMode\u003e] [-UseSharedProcess] [-StartupScript \u003cstring\u003e] [-MaximumReceivedDataSizePerCommandMB \u003cdouble\u003e] [-MaximumReceivedObjectSizeMB \u003cdouble\u003e] [-SecurityDescriptorSddl \u003cstring\u003e] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion \u003cversion\u003e] [-SessionTypeOption \u003cPSSessionTypeOption\u003e] [-TransportOption \u003cPSTransportOption\u003e] [-ModulesToImport \u003cObject[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-AssemblyName] \u003cstring\u003e [-ConfigurationTypeName] \u003cstring\u003e [-ProcessorArchitecture \u003cstring\u003e] [-ApplicationBase \u003cstring\u003e] [-RunAsCredential \u003cpscredential\u003e] [-ThreadApartmentState \u003cApartmentState\u003e] [-ThreadOptions \u003cPSThreadOptions\u003e] [-AccessMode \u003cPSSessionConfigurationAccessMode\u003e] [-UseSharedProcess] [-StartupScript \u003cstring\u003e] [-MaximumReceivedDataSizePerCommandMB \u003cdouble\u003e] [-MaximumReceivedObjectSizeMB \u003cdouble\u003e] [-SecurityDescriptorSddl \u003cstring\u003e] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion \u003cversion\u003e] [-SessionTypeOption \u003cPSSessionTypeOption\u003e] [-TransportOption \u003cPSTransportOption\u003e] [-ModulesToImport \u003cObject[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -Path \u003cstring\u003e [-ProcessorArchitecture \u003cstring\u003e] [-RunAsCredential \u003cpscredential\u003e] [-ThreadApartmentState \u003cApartmentState\u003e] [-ThreadOptions \u003cPSThreadOptions\u003e] [-AccessMode \u003cPSSessionConfigurationAccessMode\u003e] [-UseSharedProcess] [-StartupScript \u003cstring\u003e] [-MaximumReceivedDataSizePerCommandMB \u003cdouble\u003e] [-MaximumReceivedObjectSizeMB \u003cdouble\u003e] [-SecurityDescriptorSddl \u003cstring\u003e] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-TransportOption \u003cPSTransportOption\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] \u003cint[]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Job] \u003cJob[]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InstanceId] \u003cguid[]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Filter] \u003chashtable\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-State] \u003cJobState\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Command \u003cstring[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-FullyQualifiedName] \u003cModuleSpecification[]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ModuleInfo] \u003cpsmoduleinfo[]\u003e [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] \u003cint[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Session] \u003cPSSession[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -ContainerId \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -VMId \u003cguid[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -VMName \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -InstanceId \u003cguid[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] -Name \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-ComputerName] \u003cstring[]\u003e [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Remove-PSSnapin", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring[]\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Resume-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] \u003cint[]\u003e [-Wait] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Job] \u003cJob[]\u003e [-Wait] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-Wait] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InstanceId] \u003cguid[]\u003e [-Wait] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-State] \u003cJobState\u003e [-Wait] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Filter] \u003chashtable\u003e [-Wait] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Save-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[-DestinationPath] \u003cstring[]\u003e [[-Module] \u003cpsmoduleinfo[]\u003e] [[-UICulture] \u003ccultureinfo[]\u003e] [-FullyQualifiedModule \u003cModuleSpecification[]\u003e] [-Credential \u003cpscredential\u003e] [-UseDefaultCredentials] [-Force] [\u003cCommonParameters\u003e] [[-Module] \u003cpsmoduleinfo[]\u003e] [[-UICulture] \u003ccultureinfo[]\u003e] -LiteralPath \u003cstring[]\u003e [-FullyQualifiedModule \u003cModuleSpecification[]\u003e] [-Credential \u003cpscredential\u003e] [-UseDefaultCredentials] [-Force] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-PSDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[-Trace \u003cint\u003e] [-Step] [-Strict] [\u003cCommonParameters\u003e] [-Off] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-ApplicationBase \u003cstring\u003e] [-RunAsCredential \u003cpscredential\u003e] [-ThreadApartmentState \u003cApartmentState\u003e] [-ThreadOptions \u003cPSThreadOptions\u003e] [-AccessMode \u003cPSSessionConfigurationAccessMode\u003e] [-UseSharedProcess] [-StartupScript \u003cstring\u003e] [-MaximumReceivedDataSizePerCommandMB \u003cdouble\u003e] [-MaximumReceivedObjectSizeMB \u003cdouble\u003e] [-SecurityDescriptorSddl \u003cstring\u003e] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion \u003cversion\u003e] [-SessionTypeOption \u003cPSSessionTypeOption\u003e] [-TransportOption \u003cPSTransportOption\u003e] [-ModulesToImport \u003cObject[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e [-AssemblyName] \u003cstring\u003e [-ConfigurationTypeName] \u003cstring\u003e [-ApplicationBase \u003cstring\u003e] [-RunAsCredential \u003cpscredential\u003e] [-ThreadApartmentState \u003cApartmentState\u003e] [-ThreadOptions \u003cPSThreadOptions\u003e] [-AccessMode \u003cPSSessionConfigurationAccessMode\u003e] [-UseSharedProcess] [-StartupScript \u003cstring\u003e] [-MaximumReceivedDataSizePerCommandMB \u003cdouble\u003e] [-MaximumReceivedObjectSizeMB \u003cdouble\u003e] [-SecurityDescriptorSddl \u003cstring\u003e] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion \u003cversion\u003e] [-SessionTypeOption \u003cPSSessionTypeOption\u003e] [-TransportOption \u003cPSTransportOption\u003e] [-ModulesToImport \u003cObject[]\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring\u003e -Path \u003cstring\u003e [-RunAsCredential \u003cpscredential\u003e] [-ThreadApartmentState \u003cApartmentState\u003e] [-ThreadOptions \u003cPSThreadOptions\u003e] [-AccessMode \u003cPSSessionConfigurationAccessMode\u003e] [-UseSharedProcess] [-StartupScript \u003cstring\u003e] [-MaximumReceivedDataSizePerCommandMB \u003cdouble\u003e] [-MaximumReceivedObjectSizeMB \u003cdouble\u003e] [-SecurityDescriptorSddl \u003cstring\u003e] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-TransportOption \u003cPSTransportOption\u003e] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Set-StrictMode", - "CommandType": "Cmdlet", - "ParameterSets": "-Version \u003cversion\u003e [\u003cCommonParameters\u003e] -Off [\u003cCommonParameters\u003e]" - }, - { - "Name": "Start-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] \u003cscriptblock\u003e [[-InitializationScript] \u003cscriptblock\u003e] [-Name \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-RunAs32] [-PSVersion \u003cversion\u003e] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e] [-DefinitionName] \u003cstring\u003e [[-DefinitionPath] \u003cstring\u003e] [[-Type] \u003cstring\u003e] [\u003cCommonParameters\u003e] [-FilePath] \u003cstring\u003e [[-InitializationScript] \u003cscriptblock\u003e] [-Name \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-RunAs32] [-PSVersion \u003cversion\u003e] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e] [[-InitializationScript] \u003cscriptblock\u003e] -LiteralPath \u003cstring\u003e [-Name \u003cstring\u003e] [-Credential \u003cpscredential\u003e] [-Authentication \u003cAuthenticationMechanism\u003e] [-RunAs32] [-PSVersion \u003cversion\u003e] [-InputObject \u003cpsobject\u003e] [-ArgumentList \u003cObject[]\u003e] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Stop-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] \u003cint[]\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Job] \u003cJob[]\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InstanceId] \u003cguid[]\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-State] \u003cJobState\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Filter] \u003chashtable\u003e [-PassThru] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Suspend-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] \u003cint[]\u003e [-Force] [-Wait] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Job] \u003cJob[]\u003e [-Force] [-Wait] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-Force] [-Wait] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-InstanceId] \u003cguid[]\u003e [-Force] [-Wait] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-Filter] \u003chashtable\u003e [-Force] [-Wait] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [-State] \u003cJobState\u003e [-Force] [-Wait] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-ModuleManifest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Test-PSSessionConfigurationFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] \u003cstring\u003e [\u003cCommonParameters\u003e]" - }, - { - "Name": "Unregister-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] \u003cstring\u003e [-Force] [-NoServiceRestart] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Update-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Module] \u003cstring[]\u003e] [[-SourcePath] \u003cstring[]\u003e] [[-UICulture] \u003ccultureinfo[]\u003e] [-FullyQualifiedModule \u003cModuleSpecification[]\u003e] [-Recurse] [-Credential \u003cpscredential\u003e] [-UseDefaultCredentials] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e] [[-Module] \u003cstring[]\u003e] [[-UICulture] \u003ccultureinfo[]\u003e] [-FullyQualifiedModule \u003cModuleSpecification[]\u003e] [-LiteralPath \u003cstring[]\u003e] [-Recurse] [-Credential \u003cpscredential\u003e] [-UseDefaultCredentials] [-Force] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Wait-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] \u003cint[]\u003e [-Any] [-Timeout \u003cint\u003e] [-Force] [\u003cCommonParameters\u003e] [-Job] \u003cJob[]\u003e [-Any] [-Timeout \u003cint\u003e] [-Force] [\u003cCommonParameters\u003e] [-Name] \u003cstring[]\u003e [-Any] [-Timeout \u003cint\u003e] [-Force] [\u003cCommonParameters\u003e] [-InstanceId] \u003cguid[]\u003e [-Any] [-Timeout \u003cint\u003e] [-Force] [\u003cCommonParameters\u003e] [-State] \u003cJobState\u003e [-Any] [-Timeout \u003cint\u003e] [-Force] [\u003cCommonParameters\u003e] [-Filter] \u003chashtable\u003e [-Any] [-Timeout \u003cint\u003e] [-Force] [\u003cCommonParameters\u003e]" - }, - { - "Name": "Where-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] [-InputObject \u003cpsobject\u003e] [-EQ] [\u003cCommonParameters\u003e] [-FilterScript] \u003cscriptblock\u003e [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CLike [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CEQ [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -NE [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CNE [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -GT [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CGT [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -LT [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CLT [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -GE [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CGE [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -LE [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CLE [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -Like [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -NotLike [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CNotLike [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -Match [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CMatch [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -NotMatch [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CNotMatch [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -Contains [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CContains [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -NotContains [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CNotContains [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -In [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CIn [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -NotIn [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -CNotIn [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -Is [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e] [-Property] \u003cstring\u003e [[-Value] \u003cObject\u003e] -IsNot [-InputObject \u003cpsobject\u003e] [\u003cCommonParameters\u003e]" - } - ], - "ExportedAliases": [ - "%", - "?", - "asnp", - "clhy", - "cnsn", - "dnsn", - "etsn", - "exsn", - "foreach", - "gcm", - "ghy", - "gjb", - "gmo", - "gsn", - "gsnp", - "h", - "history", - "icm", - "ihy", - "ipmo", - "nmo", - "npssc", - "nsn", - "oh", - "r", - "rcjb", - "rcsn", - "rjb", - "rmo", - "rsn", - "rsnp", - "rujb", - "sajb", - "spjb", - "sujb", - "where", - "wjb" - ] - } - ], - "SchemaVersion": "0.0.1" -} diff --git a/Engine/Settings/desktop-5.1.16299.98-windows.json b/Engine/Settings/desktop-5.1.16299.98-windows.json new file mode 100644 index 000000000..fc3c61f94 --- /dev/null +++ b/Engine/Settings/desktop-5.1.16299.98-windows.json @@ -0,0 +1,158730 @@ +{ + "Edition": { + "OS": "windows", + "PowerShellEdition": "desktop", + "PowerShellVersion": "5.1.16299.98" + }, + "Modules": [ + { + "Name": "Microsoft.PowerShell.Operation.Validation", + "Version": "1.0.1", + "ExportedCommands": [ + { + "Name": "Get-OperationValidation" + }, + { + "Name": "Invoke-OperationValidation" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PackageManagement", + "Version": "1.0.0.1", + "ExportedCommands": [ + { + "Name": "Find-Package" + }, + { + "Name": "Find-PackageProvider" + }, + { + "Name": "Get-Package" + }, + { + "Name": "Get-PackageProvider" + }, + { + "Name": "Get-PackageSource" + }, + { + "Name": "Import-PackageProvider" + }, + { + "Name": "Install-Package" + }, + { + "Name": "Install-PackageProvider" + }, + { + "Name": "Register-PackageSource" + }, + { + "Name": "Save-Package" + }, + { + "Name": "Set-PackageSource" + }, + { + "Name": "Uninstall-Package" + }, + { + "Name": "Unregister-PackageSource" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Pester", + "Version": "3.4.0", + "ExportedCommands": [ + { + "Name": "AfterAll" + }, + { + "Name": "AfterEach" + }, + { + "Name": "Assert-MockCalled" + }, + { + "Name": "Assert-VerifiableMocks" + }, + { + "Name": "BeforeAll" + }, + { + "Name": "BeforeEach" + }, + { + "Name": "Context" + }, + { + "Name": "Describe" + }, + { + "Name": "Get-MockDynamicParameters" + }, + { + "Name": "Get-TestDriveItem" + }, + { + "Name": "In" + }, + { + "Name": "InModuleScope" + }, + { + "Name": "Invoke-Mock" + }, + { + "Name": "Invoke-Pester" + }, + { + "Name": "It" + }, + { + "Name": "Mock" + }, + { + "Name": "New-Fixture" + }, + { + "Name": "New-PesterOption" + }, + { + "Name": "SafeGetCommand" + }, + { + "Name": "Set-DynamicParameterVariables" + }, + { + "Name": "Set-TestInconclusive" + }, + { + "Name": "Setup" + }, + { + "Name": "Should" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PowerShellGet", + "Version": "1.0.0.1", + "ExportedCommands": [ + { + "Name": "Find-Command" + }, + { + "Name": "Find-DscResource" + }, + { + "Name": "Find-Module" + }, + { + "Name": "Find-RoleCapability" + }, + { + "Name": "Find-Script" + }, + { + "Name": "Get-InstalledModule" + }, + { + "Name": "Get-InstalledScript" + }, + { + "Name": "Get-PSRepository" + }, + { + "Name": "Install-Module" + }, + { + "Name": "Install-Script" + }, + { + "Name": "New-ScriptFileInfo" + }, + { + "Name": "Publish-Module" + }, + { + "Name": "Publish-Script" + }, + { + "Name": "Register-PSRepository" + }, + { + "Name": "Save-Module" + }, + { + "Name": "Save-Script" + }, + { + "Name": "Set-PSRepository" + }, + { + "Name": "Test-ScriptFileInfo" + }, + { + "Name": "Uninstall-Module" + }, + { + "Name": "Uninstall-Script" + }, + { + "Name": "Unregister-PSRepository" + }, + { + "Name": "Update-Module" + }, + { + "Name": "Update-ModuleManifest" + }, + { + "Name": "Update-Script" + }, + { + "Name": "Update-ScriptFileInfo" + } + ], + "ExportedAliases": [ + "inmo", + "fimo", + "upmo", + "pumo" + ] + }, + { + "Name": "PSDscResources", + "Version": "2.8.0.0", + "ExportedCommands": [ + + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PSReadline", + "Version": "1.2", + "ExportedCommands": [ + { + "Name": "PSConsoleHostReadline" + }, + { + "Name": "Get-PSReadlineKeyHandler" + }, + { + "Name": "Get-PSReadlineOption" + }, + { + "Name": "Remove-PSReadlineKeyHandler" + }, + { + "Name": "Set-PSReadlineKeyHandler" + }, + { + "Name": "Set-PSReadlineOption" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PSWindowsUpdate", + "Version": "1.6.1.1", + "ExportedCommands": [ + { + "Name": "Get-WindowsUpdate" + }, + { + "Name": "Hide-WindowsUpdate" + }, + { + "Name": "Install-WindowsUpdate" + }, + { + "Name": "Uninstall-WindowsUpdate" + }, + { + "Name": "Add-WUOfflineSync" + }, + { + "Name": "Add-WUServiceManager" + }, + { + "Name": "Get-WUAPIVersion" + }, + { + "Name": "Get-WUHistory" + }, + { + "Name": "Get-WUInstall" + }, + { + "Name": "Get-WUInstallerStatus" + }, + { + "Name": "Get-WULastResults" + }, + { + "Name": "Get-WUList" + }, + { + "Name": "Get-WURebootStatus" + }, + { + "Name": "Get-WUServiceManager" + }, + { + "Name": "Get-WUSettings" + }, + { + "Name": "Get-WUUninstall" + }, + { + "Name": "Hide-WUUpdate" + }, + { + "Name": "Invoke-WUInstall" + }, + { + "Name": "Remove-WUOfflineSync" + }, + { + "Name": "Remove-WUServiceManager" + }, + { + "Name": "Set-WUSettings" + }, + { + "Name": "Start-WUDetectNow" + }, + { + "Name": "Start-WUService" + } + ], + "ExportedAliases": [ + "Install-WindowsUpdate", + "Uninstall-WindowsUpdate", + "Get-WindowsUpdate", + "Hide-WindowsUpdate" + ] + }, + { + "Name": "AppBackgroundTask", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-AppBackgroundTask" + }, + { + "Name": "Start-AppBackgroundTask" + }, + { + "Name": "Unregister-AppBackgroundTask" + }, + { + "Name": "Disable-AppBackgroundTaskDiagnosticLog" + }, + { + "Name": "Enable-AppBackgroundTaskDiagnosticLog" + }, + { + "Name": "Set-AppBackgroundTaskResourcePolicy" + } + ], + "ExportedAliases": [ + "iru", + "pfn", + "tid" + ] + }, + { + "Name": "AppLocker", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-AppLockerFileInformation" + }, + { + "Name": "Get-AppLockerPolicy" + }, + { + "Name": "New-AppLockerPolicy" + }, + { + "Name": "Set-AppLockerPolicy" + }, + { + "Name": "Test-AppLockerPolicy" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "AppvClient", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-AppvVirtualProcess" + }, + { + "Name": "Start-AppvVirtualProcess" + }, + { + "Name": "Add-AppvClientConnectionGroup" + }, + { + "Name": "Add-AppvClientPackage" + }, + { + "Name": "Add-AppvPublishingServer" + }, + { + "Name": "Disable-Appv" + }, + { + "Name": "Disable-AppvClientConnectionGroup" + }, + { + "Name": "Enable-Appv" + }, + { + "Name": "Enable-AppvClientConnectionGroup" + }, + { + "Name": "Get-AppvClientApplication" + }, + { + "Name": "Get-AppvClientConfiguration" + }, + { + "Name": "Get-AppvClientConnectionGroup" + }, + { + "Name": "Get-AppvClientMode" + }, + { + "Name": "Get-AppvClientPackage" + }, + { + "Name": "Get-AppvPublishingServer" + }, + { + "Name": "Get-AppvStatus" + }, + { + "Name": "Mount-AppvClientConnectionGroup" + }, + { + "Name": "Mount-AppvClientPackage" + }, + { + "Name": "Publish-AppvClientPackage" + }, + { + "Name": "Remove-AppvClientConnectionGroup" + }, + { + "Name": "Remove-AppvClientPackage" + }, + { + "Name": "Remove-AppvPublishingServer" + }, + { + "Name": "Repair-AppvClientConnectionGroup" + }, + { + "Name": "Repair-AppvClientPackage" + }, + { + "Name": "Send-AppvClientReport" + }, + { + "Name": "Set-AppvClientConfiguration" + }, + { + "Name": "Set-AppvClientMode" + }, + { + "Name": "Set-AppvClientPackage" + }, + { + "Name": "Set-AppvPublishingServer" + }, + { + "Name": "Stop-AppvClientConnectionGroup" + }, + { + "Name": "Stop-AppvClientPackage" + }, + { + "Name": "Sync-AppvPublishingServer" + }, + { + "Name": "Unpublish-AppvClientPackage" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Appx", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-AppxLastError" + }, + { + "Name": "Get-AppxLog" + }, + { + "Name": "Add-AppxPackage" + }, + { + "Name": "Add-AppxVolume" + }, + { + "Name": "Dismount-AppxVolume" + }, + { + "Name": "Get-AppxDefaultVolume" + }, + { + "Name": "Get-AppxPackage" + }, + { + "Name": "Get-AppxPackageManifest" + }, + { + "Name": "Get-AppxVolume" + }, + { + "Name": "Invoke-CommandInDesktopPackage" + }, + { + "Name": "Mount-AppxVolume" + }, + { + "Name": "Move-AppxPackage" + }, + { + "Name": "Remove-AppxPackage" + }, + { + "Name": "Remove-AppxVolume" + }, + { + "Name": "Set-AppxDefaultVolume" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "AssignedAccess", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Clear-AssignedAccess" + }, + { + "Name": "Get-AssignedAccess" + }, + { + "Name": "Set-AssignedAccess" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "BitLocker", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-BitLockerKeyProtector" + }, + { + "Name": "Backup-BitLockerKeyProtector" + }, + { + "Name": "BackupToAAD-BitLockerKeyProtector" + }, + { + "Name": "Clear-BitLockerAutoUnlock" + }, + { + "Name": "Disable-BitLocker" + }, + { + "Name": "Disable-BitLockerAutoUnlock" + }, + { + "Name": "Enable-BitLocker" + }, + { + "Name": "Enable-BitLockerAutoUnlock" + }, + { + "Name": "Get-BitLockerVolume" + }, + { + "Name": "Lock-BitLocker" + }, + { + "Name": "Remove-BitLockerKeyProtector" + }, + { + "Name": "Resume-BitLocker" + }, + { + "Name": "Suspend-BitLocker" + }, + { + "Name": "Unlock-BitLocker" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "BitsTransfer", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-BitsFile" + }, + { + "Name": "Complete-BitsTransfer" + }, + { + "Name": "Get-BitsTransfer" + }, + { + "Name": "Remove-BitsTransfer" + }, + { + "Name": "Resume-BitsTransfer" + }, + { + "Name": "Set-BitsTransfer" + }, + { + "Name": "Start-BitsTransfer" + }, + { + "Name": "Suspend-BitsTransfer" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "BranchCache", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-BCDataCacheExtension" + }, + { + "Name": "Clear-BCCache" + }, + { + "Name": "Disable-BC" + }, + { + "Name": "Disable-BCDowngrading" + }, + { + "Name": "Disable-BCServeOnBattery" + }, + { + "Name": "Enable-BCDistributed" + }, + { + "Name": "Enable-BCDowngrading" + }, + { + "Name": "Enable-BCHostedClient" + }, + { + "Name": "Enable-BCHostedServer" + }, + { + "Name": "Enable-BCLocal" + }, + { + "Name": "Enable-BCServeOnBattery" + }, + { + "Name": "Export-BCCachePackage" + }, + { + "Name": "Export-BCSecretKey" + }, + { + "Name": "Get-BCClientConfiguration" + }, + { + "Name": "Get-BCContentServerConfiguration" + }, + { + "Name": "Get-BCDataCache" + }, + { + "Name": "Get-BCDataCacheExtension" + }, + { + "Name": "Get-BCHashCache" + }, + { + "Name": "Get-BCHostedCacheServerConfiguration" + }, + { + "Name": "Get-BCNetworkConfiguration" + }, + { + "Name": "Get-BCStatus" + }, + { + "Name": "Import-BCCachePackage" + }, + { + "Name": "Import-BCSecretKey" + }, + { + "Name": "Publish-BCFileContent" + }, + { + "Name": "Publish-BCWebContent" + }, + { + "Name": "Remove-BCDataCacheExtension" + }, + { + "Name": "Reset-BC" + }, + { + "Name": "Set-BCAuthentication" + }, + { + "Name": "Set-BCCache" + }, + { + "Name": "Set-BCDataCacheEntryMaxAge" + }, + { + "Name": "Set-BCMinSMBLatency" + }, + { + "Name": "Set-BCSecretKey" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "CimCmdlets", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Export-BinaryMiLog" + }, + { + "Name": "Get-CimAssociatedInstance" + }, + { + "Name": "Get-CimClass" + }, + { + "Name": "Get-CimInstance" + }, + { + "Name": "Get-CimSession" + }, + { + "Name": "Import-BinaryMiLog" + }, + { + "Name": "Invoke-CimMethod" + }, + { + "Name": "New-CimInstance" + }, + { + "Name": "New-CimSession" + }, + { + "Name": "New-CimSessionOption" + }, + { + "Name": "Register-CimIndicationEvent" + }, + { + "Name": "Remove-CimInstance" + }, + { + "Name": "Remove-CimSession" + }, + { + "Name": "Set-CimInstance" + } + ], + "ExportedAliases": [ + "gcim", + "scim", + "ncim", + "rcim", + "icim", + "gcai", + "rcie", + "ncms", + "rcms", + "gcms", + "ncso", + "gcls" + ] + }, + { + "Name": "ConfigCI", + "Version": "1.0", + "ExportedCommands": [ + { + "Name": "Add-SignerRule" + }, + { + "Name": "ConvertFrom-CIPolicy" + }, + { + "Name": "Edit-CIPolicyRule" + }, + { + "Name": "Get-CIPolicy" + }, + { + "Name": "Get-CIPolicyIdInfo" + }, + { + "Name": "Get-CIPolicyInfo" + }, + { + "Name": "Get-SystemDriver" + }, + { + "Name": "Merge-CIPolicy" + }, + { + "Name": "New-CIPolicy" + }, + { + "Name": "New-CIPolicyRule" + }, + { + "Name": "Remove-CIPolicyRule" + }, + { + "Name": "Set-CIPolicyIdInfo" + }, + { + "Name": "Set-CIPolicySetting" + }, + { + "Name": "Set-CIPolicyVersion" + }, + { + "Name": "Set-HVCIOptions" + }, + { + "Name": "Set-RuleOption" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Defender", + "Version": "1.0", + "ExportedCommands": [ + { + "Name": "Add-MpPreference" + }, + { + "Name": "Get-MpComputerStatus" + }, + { + "Name": "Get-MpPreference" + }, + { + "Name": "Get-MpThreat" + }, + { + "Name": "Get-MpThreatCatalog" + }, + { + "Name": "Get-MpThreatDetection" + }, + { + "Name": "Remove-MpPreference" + }, + { + "Name": "Remove-MpThreat" + }, + { + "Name": "Set-MpPreference" + }, + { + "Name": "Start-MpScan" + }, + { + "Name": "Start-MpWDOScan" + }, + { + "Name": "Update-MpSignature" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "DeliveryOptimization", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-DeliveryOptimizationPerfSnap" + }, + { + "Name": "Get-DeliveryOptimizationStatus" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "DirectAccessClientComponents", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-DAManualEntryPointSelection" + }, + { + "Name": "Enable-DAManualEntryPointSelection" + }, + { + "Name": "Get-DAClientExperienceConfiguration" + }, + { + "Name": "Get-DAEntryPointTableItem" + }, + { + "Name": "New-DAEntryPointTableItem" + }, + { + "Name": "Remove-DAEntryPointTableItem" + }, + { + "Name": "Rename-DAEntryPointTableItem" + }, + { + "Name": "Reset-DAClientExperienceConfiguration" + }, + { + "Name": "Reset-DAEntryPointTableItem" + }, + { + "Name": "Set-DAClientExperienceConfiguration" + }, + { + "Name": "Set-DAEntryPointTableItem" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Dism", + "Version": "3.0", + "ExportedCommands": [ + { + "Name": "Add-ProvisionedAppxPackage" + }, + { + "Name": "Apply-WindowsUnattend" + }, + { + "Name": "Get-ProvisionedAppxPackage" + }, + { + "Name": "Remove-ProvisionedAppxPackage" + }, + { + "Name": "Add-AppxProvisionedPackage" + }, + { + "Name": "Add-WindowsCapability" + }, + { + "Name": "Add-WindowsDriver" + }, + { + "Name": "Add-WindowsImage" + }, + { + "Name": "Add-WindowsPackage" + }, + { + "Name": "Clear-WindowsCorruptMountPoint" + }, + { + "Name": "Disable-WindowsOptionalFeature" + }, + { + "Name": "Dismount-WindowsImage" + }, + { + "Name": "Enable-WindowsOptionalFeature" + }, + { + "Name": "Expand-WindowsCustomDataImage" + }, + { + "Name": "Expand-WindowsImage" + }, + { + "Name": "Export-WindowsDriver" + }, + { + "Name": "Export-WindowsImage" + }, + { + "Name": "Get-AppxProvisionedPackage" + }, + { + "Name": "Get-WIMBootEntry" + }, + { + "Name": "Get-WindowsCapability" + }, + { + "Name": "Get-WindowsDriver" + }, + { + "Name": "Get-WindowsEdition" + }, + { + "Name": "Get-WindowsImage" + }, + { + "Name": "Get-WindowsImageContent" + }, + { + "Name": "Get-WindowsOptionalFeature" + }, + { + "Name": "Get-WindowsPackage" + }, + { + "Name": "Mount-WindowsImage" + }, + { + "Name": "New-WindowsCustomImage" + }, + { + "Name": "New-WindowsImage" + }, + { + "Name": "Optimize-WindowsImage" + }, + { + "Name": "Remove-AppxProvisionedPackage" + }, + { + "Name": "Remove-WindowsCapability" + }, + { + "Name": "Remove-WindowsDriver" + }, + { + "Name": "Remove-WindowsImage" + }, + { + "Name": "Remove-WindowsPackage" + }, + { + "Name": "Repair-WindowsImage" + }, + { + "Name": "Save-WindowsImage" + }, + { + "Name": "Set-AppXProvisionedDataFile" + }, + { + "Name": "Set-WindowsEdition" + }, + { + "Name": "Set-WindowsProductKey" + }, + { + "Name": "Split-WindowsImage" + }, + { + "Name": "Update-WIMBootEntry" + }, + { + "Name": "Use-WindowsUnattend" + } + ], + "ExportedAliases": [ + "Apply-WindowsUnattend", + "Add-ProvisionedAppxPackage", + "Remove-ProvisionedAppxPackage", + "Get-ProvisionedAppxPackage" + ] + }, + { + "Name": "DnsClient", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-DnsClientNrptRule" + }, + { + "Name": "Clear-DnsClientCache" + }, + { + "Name": "Get-DnsClient" + }, + { + "Name": "Get-DnsClientCache" + }, + { + "Name": "Get-DnsClientGlobalSetting" + }, + { + "Name": "Get-DnsClientNrptGlobal" + }, + { + "Name": "Get-DnsClientNrptPolicy" + }, + { + "Name": "Get-DnsClientNrptRule" + }, + { + "Name": "Get-DnsClientServerAddress" + }, + { + "Name": "Register-DnsClient" + }, + { + "Name": "Remove-DnsClientNrptRule" + }, + { + "Name": "Set-DnsClient" + }, + { + "Name": "Set-DnsClientGlobalSetting" + }, + { + "Name": "Set-DnsClientNrptGlobal" + }, + { + "Name": "Set-DnsClientNrptRule" + }, + { + "Name": "Set-DnsClientServerAddress" + }, + { + "Name": "Resolve-DnsName" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "EventTracingManagement", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Remove-EtwTraceSession" + }, + { + "Name": "Set-EtwTraceSession" + }, + { + "Name": "Add-EtwTraceProvider" + }, + { + "Name": "Get-AutologgerConfig" + }, + { + "Name": "Get-EtwTraceProvider" + }, + { + "Name": "Get-EtwTraceSession" + }, + { + "Name": "New-AutologgerConfig" + }, + { + "Name": "New-EtwTraceSession" + }, + { + "Name": "Remove-AutologgerConfig" + }, + { + "Name": "Remove-EtwTraceProvider" + }, + { + "Name": "Save-EtwTraceSession" + }, + { + "Name": "Send-EtwTraceSession" + }, + { + "Name": "Set-AutologgerConfig" + }, + { + "Name": "Set-EtwTraceProvider" + }, + { + "Name": "Start-EtwTraceSession" + }, + { + "Name": "Stop-EtwTraceSession" + }, + { + "Name": "Update-EtwTraceSession" + } + ], + "ExportedAliases": [ + "Remove-EtwTraceSession", + "Set-EtwTraceSession" + ] + }, + { + "Name": "HgsClient", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "ConvertTo-HgsKeyProtector" + }, + { + "Name": "Export-HgsGuardian" + }, + { + "Name": "Get-HgsClientConfiguration" + }, + { + "Name": "Get-HgsGuardian" + }, + { + "Name": "Grant-HgsKeyProtectorAccess" + }, + { + "Name": "Import-HgsGuardian" + }, + { + "Name": "New-HgsGuardian" + }, + { + "Name": "New-HgsKeyProtector" + }, + { + "Name": "Remove-HgsGuardian" + }, + { + "Name": "Revoke-HgsKeyProtectorAccess" + }, + { + "Name": "Set-HgsClientConfiguration" + }, + { + "Name": "Test-HgsClientConfiguration" + }, + { + "Name": "Get-HgsAttestationBaselinePolicy" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "HgsDiagnostics", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-HgsTrace" + }, + { + "Name": "Get-HgsTraceFileData" + }, + { + "Name": "New-HgsTraceTarget" + }, + { + "Name": "Test-HgsTraceTarget" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "HostNetworkingService", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-HnsEndpoint" + }, + { + "Name": "Get-HNSNetwork" + }, + { + "Name": "Remove-HNSEndpoint" + }, + { + "Name": "Remove-HNSNetwork" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Hyper-V", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-VMAssignableDevice" + }, + { + "Name": "Add-VMDvdDrive" + }, + { + "Name": "Add-VMFibreChannelHba" + }, + { + "Name": "Add-VMGpuPartitionAdapter" + }, + { + "Name": "Add-VMGroupMember" + }, + { + "Name": "Add-VMHardDiskDrive" + }, + { + "Name": "Add-VMHostAssignableDevice" + }, + { + "Name": "Add-VMKeyStorageDrive" + }, + { + "Name": "Add-VMMigrationNetwork" + }, + { + "Name": "Add-VMNetworkAdapter" + }, + { + "Name": "Add-VMNetworkAdapterAcl" + }, + { + "Name": "Add-VMNetworkAdapterExtendedAcl" + }, + { + "Name": "Add-VMNetworkAdapterRoutingDomainMapping" + }, + { + "Name": "Add-VMPmemController" + }, + { + "Name": "Add-VMRemoteFx3dVideoAdapter" + }, + { + "Name": "Add-VMScsiController" + }, + { + "Name": "Add-VMStoragePath" + }, + { + "Name": "Add-VMSwitch" + }, + { + "Name": "Add-VMSwitchExtensionPortFeature" + }, + { + "Name": "Add-VMSwitchExtensionSwitchFeature" + }, + { + "Name": "Add-VMSwitchTeamMember" + }, + { + "Name": "Checkpoint-VM" + }, + { + "Name": "Compare-VM" + }, + { + "Name": "Complete-VMFailover" + }, + { + "Name": "Connect-VMNetworkAdapter" + }, + { + "Name": "Connect-VMSan" + }, + { + "Name": "Convert-VHD" + }, + { + "Name": "Copy-VMFile" + }, + { + "Name": "Debug-VM" + }, + { + "Name": "Disable-VMConsoleSupport" + }, + { + "Name": "Disable-VMEventing" + }, + { + "Name": "Disable-VMIntegrationService" + }, + { + "Name": "Disable-VMMigration" + }, + { + "Name": "Disable-VMRemoteFXPhysicalVideoAdapter" + }, + { + "Name": "Disable-VMResourceMetering" + }, + { + "Name": "Disable-VMSwitchExtension" + }, + { + "Name": "Disable-VMTPM" + }, + { + "Name": "Disconnect-VMNetworkAdapter" + }, + { + "Name": "Disconnect-VMSan" + }, + { + "Name": "Dismount-VHD" + }, + { + "Name": "Dismount-VMHostAssignableDevice" + }, + { + "Name": "Enable-VMConsoleSupport" + }, + { + "Name": "Enable-VMEventing" + }, + { + "Name": "Enable-VMIntegrationService" + }, + { + "Name": "Enable-VMMigration" + }, + { + "Name": "Enable-VMRemoteFXPhysicalVideoAdapter" + }, + { + "Name": "Enable-VMReplication" + }, + { + "Name": "Enable-VMResourceMetering" + }, + { + "Name": "Enable-VMSwitchExtension" + }, + { + "Name": "Enable-VMTPM" + }, + { + "Name": "Export-VM" + }, + { + "Name": "Export-VMSnapshot" + }, + { + "Name": "Get-VHD" + }, + { + "Name": "Get-VHDSet" + }, + { + "Name": "Get-VHDSnapshot" + }, + { + "Name": "Get-VM" + }, + { + "Name": "Get-VMAssignableDevice" + }, + { + "Name": "Get-VMBios" + }, + { + "Name": "Get-VMComPort" + }, + { + "Name": "Get-VMConnectAccess" + }, + { + "Name": "Get-VMDvdDrive" + }, + { + "Name": "Get-VMFibreChannelHba" + }, + { + "Name": "Get-VMFirmware" + }, + { + "Name": "Get-VMFloppyDiskDrive" + }, + { + "Name": "Get-VMGpuPartitionAdapter" + }, + { + "Name": "Get-VMGroup" + }, + { + "Name": "Get-VMHardDiskDrive" + }, + { + "Name": "Get-VMHost" + }, + { + "Name": "Get-VMHostAssignableDevice" + }, + { + "Name": "Get-VMHostCluster" + }, + { + "Name": "Get-VMHostNumaNode" + }, + { + "Name": "Get-VMHostNumaNodeStatus" + }, + { + "Name": "Get-VMHostSupportedVersion" + }, + { + "Name": "Get-VMIdeController" + }, + { + "Name": "Get-VMIntegrationService" + }, + { + "Name": "Get-VMKeyProtector" + }, + { + "Name": "Get-VMKeyStorageDrive" + }, + { + "Name": "Get-VMMemory" + }, + { + "Name": "Get-VMMigrationNetwork" + }, + { + "Name": "Get-VMNetworkAdapter" + }, + { + "Name": "Get-VMNetworkAdapterAcl" + }, + { + "Name": "Get-VMNetworkAdapterExtendedAcl" + }, + { + "Name": "Get-VMNetworkAdapterFailoverConfiguration" + }, + { + "Name": "Get-VMNetworkAdapterIsolation" + }, + { + "Name": "Get-VMNetworkAdapterRdma" + }, + { + "Name": "Get-VMNetworkAdapterRoutingDomainMapping" + }, + { + "Name": "Get-VMNetworkAdapterTeamMapping" + }, + { + "Name": "Get-VMNetworkAdapterVlan" + }, + { + "Name": "Get-VMPartitionableGpu" + }, + { + "Name": "Get-VMPmemController" + }, + { + "Name": "Get-VMProcessor" + }, + { + "Name": "Get-VMRemoteFx3dVideoAdapter" + }, + { + "Name": "Get-VMRemoteFXPhysicalVideoAdapter" + }, + { + "Name": "Get-VMReplication" + }, + { + "Name": "Get-VMReplicationAuthorizationEntry" + }, + { + "Name": "Get-VMReplicationServer" + }, + { + "Name": "Get-VMResourcePool" + }, + { + "Name": "Get-VMSan" + }, + { + "Name": "Get-VMScsiController" + }, + { + "Name": "Get-VMSecurity" + }, + { + "Name": "Get-VMSnapshot" + }, + { + "Name": "Get-VMStoragePath" + }, + { + "Name": "Get-VMStorageSettings" + }, + { + "Name": "Get-VMSwitch" + }, + { + "Name": "Get-VMSwitchExtension" + }, + { + "Name": "Get-VMSwitchExtensionPortData" + }, + { + "Name": "Get-VMSwitchExtensionPortFeature" + }, + { + "Name": "Get-VMSwitchExtensionSwitchData" + }, + { + "Name": "Get-VMSwitchExtensionSwitchFeature" + }, + { + "Name": "Get-VMSwitchTeam" + }, + { + "Name": "Get-VMSystemSwitchExtension" + }, + { + "Name": "Get-VMSystemSwitchExtensionPortFeature" + }, + { + "Name": "Get-VMSystemSwitchExtensionSwitchFeature" + }, + { + "Name": "Get-VMVideo" + }, + { + "Name": "Grant-VMConnectAccess" + }, + { + "Name": "Import-VM" + }, + { + "Name": "Import-VMInitialReplication" + }, + { + "Name": "Measure-VM" + }, + { + "Name": "Measure-VMReplication" + }, + { + "Name": "Measure-VMResourcePool" + }, + { + "Name": "Merge-VHD" + }, + { + "Name": "Mount-VHD" + }, + { + "Name": "Mount-VMHostAssignableDevice" + }, + { + "Name": "Move-VM" + }, + { + "Name": "Move-VMStorage" + }, + { + "Name": "New-VFD" + }, + { + "Name": "New-VHD" + }, + { + "Name": "New-VM" + }, + { + "Name": "New-VMGroup" + }, + { + "Name": "New-VMReplicationAuthorizationEntry" + }, + { + "Name": "New-VMResourcePool" + }, + { + "Name": "New-VMSan" + }, + { + "Name": "New-VMSwitch" + }, + { + "Name": "Optimize-VHD" + }, + { + "Name": "Optimize-VHDSet" + }, + { + "Name": "Remove-VHDSnapshot" + }, + { + "Name": "Remove-VM" + }, + { + "Name": "Remove-VMAssignableDevice" + }, + { + "Name": "Remove-VMDvdDrive" + }, + { + "Name": "Remove-VMFibreChannelHba" + }, + { + "Name": "Remove-VMGpuPartitionAdapter" + }, + { + "Name": "Remove-VMGroup" + }, + { + "Name": "Remove-VMGroupMember" + }, + { + "Name": "Remove-VMHardDiskDrive" + }, + { + "Name": "Remove-VMHostAssignableDevice" + }, + { + "Name": "Remove-VMKeyStorageDrive" + }, + { + "Name": "Remove-VMMigrationNetwork" + }, + { + "Name": "Remove-VMNetworkAdapter" + }, + { + "Name": "Remove-VMNetworkAdapterAcl" + }, + { + "Name": "Remove-VMNetworkAdapterExtendedAcl" + }, + { + "Name": "Remove-VMNetworkAdapterRoutingDomainMapping" + }, + { + "Name": "Remove-VMNetworkAdapterTeamMapping" + }, + { + "Name": "Remove-VMPmemController" + }, + { + "Name": "Remove-VMRemoteFx3dVideoAdapter" + }, + { + "Name": "Remove-VMReplication" + }, + { + "Name": "Remove-VMReplicationAuthorizationEntry" + }, + { + "Name": "Remove-VMResourcePool" + }, + { + "Name": "Remove-VMSan" + }, + { + "Name": "Remove-VMSavedState" + }, + { + "Name": "Remove-VMScsiController" + }, + { + "Name": "Remove-VMSnapshot" + }, + { + "Name": "Remove-VMStoragePath" + }, + { + "Name": "Remove-VMSwitch" + }, + { + "Name": "Remove-VMSwitchExtensionPortFeature" + }, + { + "Name": "Remove-VMSwitchExtensionSwitchFeature" + }, + { + "Name": "Remove-VMSwitchTeamMember" + }, + { + "Name": "Rename-VM" + }, + { + "Name": "Rename-VMGroup" + }, + { + "Name": "Rename-VMNetworkAdapter" + }, + { + "Name": "Rename-VMResourcePool" + }, + { + "Name": "Rename-VMSan" + }, + { + "Name": "Rename-VMSnapshot" + }, + { + "Name": "Rename-VMSwitch" + }, + { + "Name": "Repair-VM" + }, + { + "Name": "Reset-VMReplicationStatistics" + }, + { + "Name": "Reset-VMResourceMetering" + }, + { + "Name": "Resize-VHD" + }, + { + "Name": "Restart-VM" + }, + { + "Name": "Restore-VMSnapshot" + }, + { + "Name": "Resume-VM" + }, + { + "Name": "Resume-VMReplication" + }, + { + "Name": "Revoke-VMConnectAccess" + }, + { + "Name": "Save-VM" + }, + { + "Name": "Set-VHD" + }, + { + "Name": "Set-VM" + }, + { + "Name": "Set-VMBios" + }, + { + "Name": "Set-VMComPort" + }, + { + "Name": "Set-VMDvdDrive" + }, + { + "Name": "Set-VMFibreChannelHba" + }, + { + "Name": "Set-VMFirmware" + }, + { + "Name": "Set-VMFloppyDiskDrive" + }, + { + "Name": "Set-VMGpuPartitionAdapter" + }, + { + "Name": "Set-VMHardDiskDrive" + }, + { + "Name": "Set-VMHost" + }, + { + "Name": "Set-VMHostCluster" + }, + { + "Name": "Set-VMKeyProtector" + }, + { + "Name": "Set-VMKeyStorageDrive" + }, + { + "Name": "Set-VMMemory" + }, + { + "Name": "Set-VMMigrationNetwork" + }, + { + "Name": "Set-VMNetworkAdapter" + }, + { + "Name": "Set-VMNetworkAdapterFailoverConfiguration" + }, + { + "Name": "Set-VMNetworkAdapterIsolation" + }, + { + "Name": "Set-VMNetworkAdapterRdma" + }, + { + "Name": "Set-VMNetworkAdapterRoutingDomainMapping" + }, + { + "Name": "Set-VMNetworkAdapterTeamMapping" + }, + { + "Name": "Set-VMNetworkAdapterVlan" + }, + { + "Name": "Set-VMPartitionableGpu" + }, + { + "Name": "Set-VMProcessor" + }, + { + "Name": "Set-VMRemoteFx3dVideoAdapter" + }, + { + "Name": "Set-VMReplication" + }, + { + "Name": "Set-VMReplicationAuthorizationEntry" + }, + { + "Name": "Set-VMReplicationServer" + }, + { + "Name": "Set-VMResourcePool" + }, + { + "Name": "Set-VMSan" + }, + { + "Name": "Set-VMSecurity" + }, + { + "Name": "Set-VMSecurityPolicy" + }, + { + "Name": "Set-VMStorageSettings" + }, + { + "Name": "Set-VMSwitch" + }, + { + "Name": "Set-VMSwitchExtensionPortFeature" + }, + { + "Name": "Set-VMSwitchExtensionSwitchFeature" + }, + { + "Name": "Set-VMSwitchTeam" + }, + { + "Name": "Set-VMVideo" + }, + { + "Name": "Start-VM" + }, + { + "Name": "Start-VMFailover" + }, + { + "Name": "Start-VMInitialReplication" + }, + { + "Name": "Start-VMTrace" + }, + { + "Name": "Stop-VM" + }, + { + "Name": "Stop-VMFailover" + }, + { + "Name": "Stop-VMInitialReplication" + }, + { + "Name": "Stop-VMReplication" + }, + { + "Name": "Stop-VMTrace" + }, + { + "Name": "Suspend-VM" + }, + { + "Name": "Suspend-VMReplication" + }, + { + "Name": "Test-VHD" + }, + { + "Name": "Test-VMNetworkAdapter" + }, + { + "Name": "Test-VMReplicationConnection" + }, + { + "Name": "Update-VMVersion" + }, + { + "Name": "Wait-VM" + } + ], + "ExportedAliases": [ + "gvm", + "savm", + "spvm", + "gvmr", + "mvmr", + "gvmrs", + "Export-VMCheckpoint", + "Get-VMCheckpoint", + "Remove-VMCheckpoint", + "Rename-VMCheckpoint", + "Restore-VMCheckpoint" + ] + }, + { + "Name": "Hyper-V", + "Version": "1.1", + "ExportedCommands": [ + { + "Name": "Add-VMAssignableDevice" + }, + { + "Name": "Add-VMDvdDrive" + }, + { + "Name": "Add-VMFibreChannelHba" + }, + { + "Name": "Add-VMGpuPartitionAdapter" + }, + { + "Name": "Add-VMGroupMember" + }, + { + "Name": "Add-VMHardDiskDrive" + }, + { + "Name": "Add-VMHostAssignableDevice" + }, + { + "Name": "Add-VMKeyStorageDrive" + }, + { + "Name": "Add-VMMigrationNetwork" + }, + { + "Name": "Add-VMNetworkAdapter" + }, + { + "Name": "Add-VMNetworkAdapterAcl" + }, + { + "Name": "Add-VMNetworkAdapterExtendedAcl" + }, + { + "Name": "Add-VMNetworkAdapterRoutingDomainMapping" + }, + { + "Name": "Add-VMPmemController" + }, + { + "Name": "Add-VMRemoteFx3dVideoAdapter" + }, + { + "Name": "Add-VMScsiController" + }, + { + "Name": "Add-VMStoragePath" + }, + { + "Name": "Add-VMSwitch" + }, + { + "Name": "Add-VMSwitchExtensionPortFeature" + }, + { + "Name": "Add-VMSwitchExtensionSwitchFeature" + }, + { + "Name": "Add-VMSwitchTeamMember" + }, + { + "Name": "Checkpoint-VM" + }, + { + "Name": "Compare-VM" + }, + { + "Name": "Complete-VMFailover" + }, + { + "Name": "Connect-VMNetworkAdapter" + }, + { + "Name": "Connect-VMSan" + }, + { + "Name": "Convert-VHD" + }, + { + "Name": "Copy-VMFile" + }, + { + "Name": "Debug-VM" + }, + { + "Name": "Disable-VMConsoleSupport" + }, + { + "Name": "Disable-VMEventing" + }, + { + "Name": "Disable-VMIntegrationService" + }, + { + "Name": "Disable-VMMigration" + }, + { + "Name": "Disable-VMRemoteFXPhysicalVideoAdapter" + }, + { + "Name": "Disable-VMResourceMetering" + }, + { + "Name": "Disable-VMSwitchExtension" + }, + { + "Name": "Disable-VMTPM" + }, + { + "Name": "Disconnect-VMNetworkAdapter" + }, + { + "Name": "Disconnect-VMSan" + }, + { + "Name": "Dismount-VHD" + }, + { + "Name": "Dismount-VMHostAssignableDevice" + }, + { + "Name": "Enable-VMConsoleSupport" + }, + { + "Name": "Enable-VMEventing" + }, + { + "Name": "Enable-VMIntegrationService" + }, + { + "Name": "Enable-VMMigration" + }, + { + "Name": "Enable-VMRemoteFXPhysicalVideoAdapter" + }, + { + "Name": "Enable-VMReplication" + }, + { + "Name": "Enable-VMResourceMetering" + }, + { + "Name": "Enable-VMSwitchExtension" + }, + { + "Name": "Enable-VMTPM" + }, + { + "Name": "Export-VM" + }, + { + "Name": "Export-VMSnapshot" + }, + { + "Name": "Get-VHD" + }, + { + "Name": "Get-VHDSet" + }, + { + "Name": "Get-VHDSnapshot" + }, + { + "Name": "Get-VM" + }, + { + "Name": "Get-VMAssignableDevice" + }, + { + "Name": "Get-VMBios" + }, + { + "Name": "Get-VMComPort" + }, + { + "Name": "Get-VMConnectAccess" + }, + { + "Name": "Get-VMDvdDrive" + }, + { + "Name": "Get-VMFibreChannelHba" + }, + { + "Name": "Get-VMFirmware" + }, + { + "Name": "Get-VMFloppyDiskDrive" + }, + { + "Name": "Get-VMGpuPartitionAdapter" + }, + { + "Name": "Get-VMGroup" + }, + { + "Name": "Get-VMHardDiskDrive" + }, + { + "Name": "Get-VMHost" + }, + { + "Name": "Get-VMHostAssignableDevice" + }, + { + "Name": "Get-VMHostCluster" + }, + { + "Name": "Get-VMHostNumaNode" + }, + { + "Name": "Get-VMHostNumaNodeStatus" + }, + { + "Name": "Get-VMHostSupportedVersion" + }, + { + "Name": "Get-VMIdeController" + }, + { + "Name": "Get-VMIntegrationService" + }, + { + "Name": "Get-VMKeyProtector" + }, + { + "Name": "Get-VMKeyStorageDrive" + }, + { + "Name": "Get-VMMemory" + }, + { + "Name": "Get-VMMigrationNetwork" + }, + { + "Name": "Get-VMNetworkAdapter" + }, + { + "Name": "Get-VMNetworkAdapterAcl" + }, + { + "Name": "Get-VMNetworkAdapterExtendedAcl" + }, + { + "Name": "Get-VMNetworkAdapterFailoverConfiguration" + }, + { + "Name": "Get-VMNetworkAdapterIsolation" + }, + { + "Name": "Get-VMNetworkAdapterRdma" + }, + { + "Name": "Get-VMNetworkAdapterRoutingDomainMapping" + }, + { + "Name": "Get-VMNetworkAdapterTeamMapping" + }, + { + "Name": "Get-VMNetworkAdapterVlan" + }, + { + "Name": "Get-VMPartitionableGpu" + }, + { + "Name": "Get-VMPmemController" + }, + { + "Name": "Get-VMProcessor" + }, + { + "Name": "Get-VMRemoteFx3dVideoAdapter" + }, + { + "Name": "Get-VMRemoteFXPhysicalVideoAdapter" + }, + { + "Name": "Get-VMReplication" + }, + { + "Name": "Get-VMReplicationAuthorizationEntry" + }, + { + "Name": "Get-VMReplicationServer" + }, + { + "Name": "Get-VMResourcePool" + }, + { + "Name": "Get-VMSan" + }, + { + "Name": "Get-VMScsiController" + }, + { + "Name": "Get-VMSecurity" + }, + { + "Name": "Get-VMSnapshot" + }, + { + "Name": "Get-VMStoragePath" + }, + { + "Name": "Get-VMStorageSettings" + }, + { + "Name": "Get-VMSwitch" + }, + { + "Name": "Get-VMSwitchExtension" + }, + { + "Name": "Get-VMSwitchExtensionPortData" + }, + { + "Name": "Get-VMSwitchExtensionPortFeature" + }, + { + "Name": "Get-VMSwitchExtensionSwitchData" + }, + { + "Name": "Get-VMSwitchExtensionSwitchFeature" + }, + { + "Name": "Get-VMSwitchTeam" + }, + { + "Name": "Get-VMSystemSwitchExtension" + }, + { + "Name": "Get-VMSystemSwitchExtensionPortFeature" + }, + { + "Name": "Get-VMSystemSwitchExtensionSwitchFeature" + }, + { + "Name": "Get-VMVideo" + }, + { + "Name": "Grant-VMConnectAccess" + }, + { + "Name": "Import-VM" + }, + { + "Name": "Import-VMInitialReplication" + }, + { + "Name": "Measure-VM" + }, + { + "Name": "Measure-VMReplication" + }, + { + "Name": "Measure-VMResourcePool" + }, + { + "Name": "Merge-VHD" + }, + { + "Name": "Mount-VHD" + }, + { + "Name": "Mount-VMHostAssignableDevice" + }, + { + "Name": "Move-VM" + }, + { + "Name": "Move-VMStorage" + }, + { + "Name": "New-VFD" + }, + { + "Name": "New-VHD" + }, + { + "Name": "New-VM" + }, + { + "Name": "New-VMGroup" + }, + { + "Name": "New-VMReplicationAuthorizationEntry" + }, + { + "Name": "New-VMResourcePool" + }, + { + "Name": "New-VMSan" + }, + { + "Name": "New-VMSwitch" + }, + { + "Name": "Optimize-VHD" + }, + { + "Name": "Optimize-VHDSet" + }, + { + "Name": "Remove-VHDSnapshot" + }, + { + "Name": "Remove-VM" + }, + { + "Name": "Remove-VMAssignableDevice" + }, + { + "Name": "Remove-VMDvdDrive" + }, + { + "Name": "Remove-VMFibreChannelHba" + }, + { + "Name": "Remove-VMGpuPartitionAdapter" + }, + { + "Name": "Remove-VMGroup" + }, + { + "Name": "Remove-VMGroupMember" + }, + { + "Name": "Remove-VMHardDiskDrive" + }, + { + "Name": "Remove-VMHostAssignableDevice" + }, + { + "Name": "Remove-VMKeyStorageDrive" + }, + { + "Name": "Remove-VMMigrationNetwork" + }, + { + "Name": "Remove-VMNetworkAdapter" + }, + { + "Name": "Remove-VMNetworkAdapterAcl" + }, + { + "Name": "Remove-VMNetworkAdapterExtendedAcl" + }, + { + "Name": "Remove-VMNetworkAdapterRoutingDomainMapping" + }, + { + "Name": "Remove-VMNetworkAdapterTeamMapping" + }, + { + "Name": "Remove-VMPmemController" + }, + { + "Name": "Remove-VMRemoteFx3dVideoAdapter" + }, + { + "Name": "Remove-VMReplication" + }, + { + "Name": "Remove-VMReplicationAuthorizationEntry" + }, + { + "Name": "Remove-VMResourcePool" + }, + { + "Name": "Remove-VMSan" + }, + { + "Name": "Remove-VMSavedState" + }, + { + "Name": "Remove-VMScsiController" + }, + { + "Name": "Remove-VMSnapshot" + }, + { + "Name": "Remove-VMStoragePath" + }, + { + "Name": "Remove-VMSwitch" + }, + { + "Name": "Remove-VMSwitchExtensionPortFeature" + }, + { + "Name": "Remove-VMSwitchExtensionSwitchFeature" + }, + { + "Name": "Remove-VMSwitchTeamMember" + }, + { + "Name": "Rename-VM" + }, + { + "Name": "Rename-VMGroup" + }, + { + "Name": "Rename-VMNetworkAdapter" + }, + { + "Name": "Rename-VMResourcePool" + }, + { + "Name": "Rename-VMSan" + }, + { + "Name": "Rename-VMSnapshot" + }, + { + "Name": "Rename-VMSwitch" + }, + { + "Name": "Repair-VM" + }, + { + "Name": "Reset-VMReplicationStatistics" + }, + { + "Name": "Reset-VMResourceMetering" + }, + { + "Name": "Resize-VHD" + }, + { + "Name": "Restart-VM" + }, + { + "Name": "Restore-VMSnapshot" + }, + { + "Name": "Resume-VM" + }, + { + "Name": "Resume-VMReplication" + }, + { + "Name": "Revoke-VMConnectAccess" + }, + { + "Name": "Save-VM" + }, + { + "Name": "Set-VHD" + }, + { + "Name": "Set-VM" + }, + { + "Name": "Set-VMBios" + }, + { + "Name": "Set-VMComPort" + }, + { + "Name": "Set-VMDvdDrive" + }, + { + "Name": "Set-VMFibreChannelHba" + }, + { + "Name": "Set-VMFirmware" + }, + { + "Name": "Set-VMFloppyDiskDrive" + }, + { + "Name": "Set-VMGpuPartitionAdapter" + }, + { + "Name": "Set-VMHardDiskDrive" + }, + { + "Name": "Set-VMHost" + }, + { + "Name": "Set-VMHostCluster" + }, + { + "Name": "Set-VMKeyProtector" + }, + { + "Name": "Set-VMKeyStorageDrive" + }, + { + "Name": "Set-VMMemory" + }, + { + "Name": "Set-VMMigrationNetwork" + }, + { + "Name": "Set-VMNetworkAdapter" + }, + { + "Name": "Set-VMNetworkAdapterFailoverConfiguration" + }, + { + "Name": "Set-VMNetworkAdapterIsolation" + }, + { + "Name": "Set-VMNetworkAdapterRdma" + }, + { + "Name": "Set-VMNetworkAdapterRoutingDomainMapping" + }, + { + "Name": "Set-VMNetworkAdapterTeamMapping" + }, + { + "Name": "Set-VMNetworkAdapterVlan" + }, + { + "Name": "Set-VMPartitionableGpu" + }, + { + "Name": "Set-VMProcessor" + }, + { + "Name": "Set-VMRemoteFx3dVideoAdapter" + }, + { + "Name": "Set-VMReplication" + }, + { + "Name": "Set-VMReplicationAuthorizationEntry" + }, + { + "Name": "Set-VMReplicationServer" + }, + { + "Name": "Set-VMResourcePool" + }, + { + "Name": "Set-VMSan" + }, + { + "Name": "Set-VMSecurity" + }, + { + "Name": "Set-VMSecurityPolicy" + }, + { + "Name": "Set-VMStorageSettings" + }, + { + "Name": "Set-VMSwitch" + }, + { + "Name": "Set-VMSwitchExtensionPortFeature" + }, + { + "Name": "Set-VMSwitchExtensionSwitchFeature" + }, + { + "Name": "Set-VMSwitchTeam" + }, + { + "Name": "Set-VMVideo" + }, + { + "Name": "Start-VM" + }, + { + "Name": "Start-VMFailover" + }, + { + "Name": "Start-VMInitialReplication" + }, + { + "Name": "Start-VMTrace" + }, + { + "Name": "Stop-VM" + }, + { + "Name": "Stop-VMFailover" + }, + { + "Name": "Stop-VMInitialReplication" + }, + { + "Name": "Stop-VMReplication" + }, + { + "Name": "Stop-VMTrace" + }, + { + "Name": "Suspend-VM" + }, + { + "Name": "Suspend-VMReplication" + }, + { + "Name": "Test-VHD" + }, + { + "Name": "Test-VMNetworkAdapter" + }, + { + "Name": "Test-VMReplicationConnection" + }, + { + "Name": "Update-VMVersion" + }, + { + "Name": "Wait-VM" + } + ], + "ExportedAliases": [ + "gvm", + "savm", + "spvm", + "gvmr", + "mvmr", + "gvmrs" + ] + }, + { + "Name": "International", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-WinAcceptLanguageFromLanguageListOptOut" + }, + { + "Name": "Get-WinCultureFromLanguageListOptOut" + }, + { + "Name": "Get-WinDefaultInputMethodOverride" + }, + { + "Name": "Get-WinHomeLocation" + }, + { + "Name": "Get-WinLanguageBarOption" + }, + { + "Name": "Get-WinSystemLocale" + }, + { + "Name": "Get-WinUILanguageOverride" + }, + { + "Name": "Get-WinUserLanguageList" + }, + { + "Name": "New-WinUserLanguageList" + }, + { + "Name": "Set-Culture" + }, + { + "Name": "Set-WinAcceptLanguageFromLanguageListOptOut" + }, + { + "Name": "Set-WinCultureFromLanguageListOptOut" + }, + { + "Name": "Set-WinDefaultInputMethodOverride" + }, + { + "Name": "Set-WinHomeLocation" + }, + { + "Name": "Set-WinLanguageBarOption" + }, + { + "Name": "Set-WinSystemLocale" + }, + { + "Name": "Set-WinUILanguageOverride" + }, + { + "Name": "Set-WinUserLanguageList" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "iSCSI", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Connect-IscsiTarget" + }, + { + "Name": "Disconnect-IscsiTarget" + }, + { + "Name": "Get-IscsiConnection" + }, + { + "Name": "Get-IscsiSession" + }, + { + "Name": "Get-IscsiTarget" + }, + { + "Name": "Get-IscsiTargetPortal" + }, + { + "Name": "New-IscsiTargetPortal" + }, + { + "Name": "Register-IscsiSession" + }, + { + "Name": "Remove-IscsiTargetPortal" + }, + { + "Name": "Set-IscsiChapSecret" + }, + { + "Name": "Unregister-IscsiSession" + }, + { + "Name": "Update-IscsiTarget" + }, + { + "Name": "Update-IscsiTargetPortal" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "ISE", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-IseSnippet" + }, + { + "Name": "Import-IseSnippet" + }, + { + "Name": "New-IseSnippet" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Kds", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-KdsRootKey" + }, + { + "Name": "Clear-KdsCache" + }, + { + "Name": "Get-KdsConfiguration" + }, + { + "Name": "Get-KdsRootKey" + }, + { + "Name": "Set-KdsConfiguration" + }, + { + "Name": "Test-KdsRootKey" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Microsoft.PowerShell.Archive", + "Version": "1.0.1.0", + "ExportedCommands": [ + { + "Name": "Compress-Archive" + }, + { + "Name": "Expand-Archive" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Microsoft.PowerShell.Diagnostics", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "Export-Counter" + }, + { + "Name": "Get-Counter" + }, + { + "Name": "Get-WinEvent" + }, + { + "Name": "Import-Counter" + }, + { + "Name": "New-WinEvent" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Microsoft.PowerShell.Host", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "Start-Transcript" + }, + { + "Name": "Stop-Transcript" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Microsoft.PowerShell.LocalAccounts", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-LocalGroupMember" + }, + { + "Name": "Disable-LocalUser" + }, + { + "Name": "Enable-LocalUser" + }, + { + "Name": "Get-LocalGroup" + }, + { + "Name": "Get-LocalGroupMember" + }, + { + "Name": "Get-LocalUser" + }, + { + "Name": "New-LocalGroup" + }, + { + "Name": "New-LocalUser" + }, + { + "Name": "Remove-LocalGroup" + }, + { + "Name": "Remove-LocalGroupMember" + }, + { + "Name": "Remove-LocalUser" + }, + { + "Name": "Rename-LocalGroup" + }, + { + "Name": "Rename-LocalUser" + }, + { + "Name": "Set-LocalGroup" + }, + { + "Name": "Set-LocalUser" + } + ], + "ExportedAliases": [ + "algm", + "dlu", + "elu", + "glg", + "glgm", + "glu", + "nlg", + "nlu", + "rlg", + "rlgm", + "rlu", + "rnlg", + "rnlu", + "slg", + "slu" + ] + }, + { + "Name": "Microsoft.PowerShell.Management", + "Version": "3.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-Computer" + }, + { + "Name": "Add-Content" + }, + { + "Name": "Checkpoint-Computer" + }, + { + "Name": "Clear-Content" + }, + { + "Name": "Clear-EventLog" + }, + { + "Name": "Clear-Item" + }, + { + "Name": "Clear-ItemProperty" + }, + { + "Name": "Clear-RecycleBin" + }, + { + "Name": "Complete-Transaction" + }, + { + "Name": "Convert-Path" + }, + { + "Name": "Copy-Item" + }, + { + "Name": "Copy-ItemProperty" + }, + { + "Name": "Debug-Process" + }, + { + "Name": "Disable-ComputerRestore" + }, + { + "Name": "Enable-ComputerRestore" + }, + { + "Name": "Get-ChildItem" + }, + { + "Name": "Get-Clipboard" + }, + { + "Name": "Get-ComputerInfo" + }, + { + "Name": "Get-ComputerRestorePoint" + }, + { + "Name": "Get-Content" + }, + { + "Name": "Get-ControlPanelItem" + }, + { + "Name": "Get-EventLog" + }, + { + "Name": "Get-HotFix" + }, + { + "Name": "Get-Item" + }, + { + "Name": "Get-ItemProperty" + }, + { + "Name": "Get-ItemPropertyValue" + }, + { + "Name": "Get-Location" + }, + { + "Name": "Get-Process" + }, + { + "Name": "Get-PSDrive" + }, + { + "Name": "Get-PSProvider" + }, + { + "Name": "Get-Service" + }, + { + "Name": "Get-TimeZone" + }, + { + "Name": "Get-Transaction" + }, + { + "Name": "Get-WmiObject" + }, + { + "Name": "Invoke-Item" + }, + { + "Name": "Invoke-WmiMethod" + }, + { + "Name": "Join-Path" + }, + { + "Name": "Limit-EventLog" + }, + { + "Name": "Move-Item" + }, + { + "Name": "Move-ItemProperty" + }, + { + "Name": "New-EventLog" + }, + { + "Name": "New-Item" + }, + { + "Name": "New-ItemProperty" + }, + { + "Name": "New-PSDrive" + }, + { + "Name": "New-Service" + }, + { + "Name": "New-WebServiceProxy" + }, + { + "Name": "Pop-Location" + }, + { + "Name": "Push-Location" + }, + { + "Name": "Register-WmiEvent" + }, + { + "Name": "Remove-Computer" + }, + { + "Name": "Remove-EventLog" + }, + { + "Name": "Remove-Item" + }, + { + "Name": "Remove-ItemProperty" + }, + { + "Name": "Remove-PSDrive" + }, + { + "Name": "Remove-WmiObject" + }, + { + "Name": "Rename-Computer" + }, + { + "Name": "Rename-Item" + }, + { + "Name": "Rename-ItemProperty" + }, + { + "Name": "Reset-ComputerMachinePassword" + }, + { + "Name": "Resolve-Path" + }, + { + "Name": "Restart-Computer" + }, + { + "Name": "Restart-Service" + }, + { + "Name": "Restore-Computer" + }, + { + "Name": "Resume-Service" + }, + { + "Name": "Set-Clipboard" + }, + { + "Name": "Set-Content" + }, + { + "Name": "Set-Item" + }, + { + "Name": "Set-ItemProperty" + }, + { + "Name": "Set-Location" + }, + { + "Name": "Set-Service" + }, + { + "Name": "Set-TimeZone" + }, + { + "Name": "Set-WmiInstance" + }, + { + "Name": "Show-ControlPanelItem" + }, + { + "Name": "Show-EventLog" + }, + { + "Name": "Split-Path" + }, + { + "Name": "Start-Process" + }, + { + "Name": "Start-Service" + }, + { + "Name": "Start-Transaction" + }, + { + "Name": "Stop-Computer" + }, + { + "Name": "Stop-Process" + }, + { + "Name": "Stop-Service" + }, + { + "Name": "Suspend-Service" + }, + { + "Name": "Test-ComputerSecureChannel" + }, + { + "Name": "Test-Connection" + }, + { + "Name": "Test-Path" + }, + { + "Name": "Undo-Transaction" + }, + { + "Name": "Use-Transaction" + }, + { + "Name": "Wait-Process" + }, + { + "Name": "Write-EventLog" + } + ], + "ExportedAliases": [ + "gcb", + "scb", + "gin", + "gtz", + "stz" + ] + }, + { + "Name": "Microsoft.PowerShell.ODataUtils", + "Version": "1.0", + "ExportedCommands": [ + { + "Name": "Export-ODataEndpointProxy" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Microsoft.PowerShell.Security", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SecureString" + }, + { + "Name": "ConvertTo-SecureString" + }, + { + "Name": "Get-Acl" + }, + { + "Name": "Get-AuthenticodeSignature" + }, + { + "Name": "Get-CmsMessage" + }, + { + "Name": "Get-Credential" + }, + { + "Name": "Get-ExecutionPolicy" + }, + { + "Name": "Get-PfxCertificate" + }, + { + "Name": "New-FileCatalog" + }, + { + "Name": "Protect-CmsMessage" + }, + { + "Name": "Set-Acl" + }, + { + "Name": "Set-AuthenticodeSignature" + }, + { + "Name": "Set-ExecutionPolicy" + }, + { + "Name": "Test-FileCatalog" + }, + { + "Name": "Unprotect-CmsMessage" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Microsoft.PowerShell.Utility", + "Version": "3.1.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SddlString" + }, + { + "Name": "Format-Hex" + }, + { + "Name": "Get-FileHash" + }, + { + "Name": "Import-PowerShellDataFile" + }, + { + "Name": "New-Guid" + }, + { + "Name": "New-TemporaryFile" + }, + { + "Name": "Add-Member" + }, + { + "Name": "Add-Type" + }, + { + "Name": "Clear-Variable" + }, + { + "Name": "Compare-Object" + }, + { + "Name": "ConvertFrom-Csv" + }, + { + "Name": "ConvertFrom-Json" + }, + { + "Name": "ConvertFrom-String" + }, + { + "Name": "ConvertFrom-StringData" + }, + { + "Name": "Convert-String" + }, + { + "Name": "ConvertTo-Csv" + }, + { + "Name": "ConvertTo-Html" + }, + { + "Name": "ConvertTo-Json" + }, + { + "Name": "ConvertTo-Xml" + }, + { + "Name": "Debug-Runspace" + }, + { + "Name": "Disable-PSBreakpoint" + }, + { + "Name": "Disable-RunspaceDebug" + }, + { + "Name": "Enable-PSBreakpoint" + }, + { + "Name": "Enable-RunspaceDebug" + }, + { + "Name": "Export-Alias" + }, + { + "Name": "Export-Clixml" + }, + { + "Name": "Export-Csv" + }, + { + "Name": "Export-FormatData" + }, + { + "Name": "Export-PSSession" + }, + { + "Name": "Format-Custom" + }, + { + "Name": "Format-List" + }, + { + "Name": "Format-Table" + }, + { + "Name": "Format-Wide" + }, + { + "Name": "Get-Alias" + }, + { + "Name": "Get-Culture" + }, + { + "Name": "Get-Date" + }, + { + "Name": "Get-Event" + }, + { + "Name": "Get-EventSubscriber" + }, + { + "Name": "Get-FormatData" + }, + { + "Name": "Get-Host" + }, + { + "Name": "Get-Member" + }, + { + "Name": "Get-PSBreakpoint" + }, + { + "Name": "Get-PSCallStack" + }, + { + "Name": "Get-Random" + }, + { + "Name": "Get-Runspace" + }, + { + "Name": "Get-RunspaceDebug" + }, + { + "Name": "Get-TraceSource" + }, + { + "Name": "Get-TypeData" + }, + { + "Name": "Get-UICulture" + }, + { + "Name": "Get-Unique" + }, + { + "Name": "Get-Variable" + }, + { + "Name": "Group-Object" + }, + { + "Name": "Import-Alias" + }, + { + "Name": "Import-Clixml" + }, + { + "Name": "Import-Csv" + }, + { + "Name": "Import-LocalizedData" + }, + { + "Name": "Import-PSSession" + }, + { + "Name": "Invoke-Expression" + }, + { + "Name": "Invoke-RestMethod" + }, + { + "Name": "Invoke-WebRequest" + }, + { + "Name": "Measure-Command" + }, + { + "Name": "Measure-Object" + }, + { + "Name": "New-Alias" + }, + { + "Name": "New-Event" + }, + { + "Name": "New-Object" + }, + { + "Name": "New-TimeSpan" + }, + { + "Name": "New-Variable" + }, + { + "Name": "Out-File" + }, + { + "Name": "Out-GridView" + }, + { + "Name": "Out-Printer" + }, + { + "Name": "Out-String" + }, + { + "Name": "Read-Host" + }, + { + "Name": "Register-EngineEvent" + }, + { + "Name": "Register-ObjectEvent" + }, + { + "Name": "Remove-Event" + }, + { + "Name": "Remove-PSBreakpoint" + }, + { + "Name": "Remove-TypeData" + }, + { + "Name": "Remove-Variable" + }, + { + "Name": "Select-Object" + }, + { + "Name": "Select-String" + }, + { + "Name": "Select-Xml" + }, + { + "Name": "Send-MailMessage" + }, + { + "Name": "Set-Alias" + }, + { + "Name": "Set-Date" + }, + { + "Name": "Set-PSBreakpoint" + }, + { + "Name": "Set-TraceSource" + }, + { + "Name": "Set-Variable" + }, + { + "Name": "Show-Command" + }, + { + "Name": "Sort-Object" + }, + { + "Name": "Start-Sleep" + }, + { + "Name": "Tee-Object" + }, + { + "Name": "Trace-Command" + }, + { + "Name": "Unblock-File" + }, + { + "Name": "Unregister-Event" + }, + { + "Name": "Update-FormatData" + }, + { + "Name": "Update-List" + }, + { + "Name": "Update-TypeData" + }, + { + "Name": "Wait-Debugger" + }, + { + "Name": "Wait-Event" + }, + { + "Name": "Write-Debug" + }, + { + "Name": "Write-Error" + }, + { + "Name": "Write-Host" + }, + { + "Name": "Write-Information" + }, + { + "Name": "Write-Output" + }, + { + "Name": "Write-Progress" + }, + { + "Name": "Write-Verbose" + }, + { + "Name": "Write-Warning" + } + ], + "ExportedAliases": [ + "CFS", + "fhx" + ] + }, + { + "Name": "Microsoft.WSMan.Management", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "Connect-WSMan" + }, + { + "Name": "Disable-WSManCredSSP" + }, + { + "Name": "Disconnect-WSMan" + }, + { + "Name": "Enable-WSManCredSSP" + }, + { + "Name": "Get-WSManCredSSP" + }, + { + "Name": "Get-WSManInstance" + }, + { + "Name": "Invoke-WSManAction" + }, + { + "Name": "New-WSManInstance" + }, + { + "Name": "New-WSManSessionOption" + }, + { + "Name": "Remove-WSManInstance" + }, + { + "Name": "Set-WSManInstance" + }, + { + "Name": "Set-WSManQuickConfig" + }, + { + "Name": "Test-WSMan" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "MMAgent", + "Version": "1.0", + "ExportedCommands": [ + { + "Name": "Debug-MMAppPrelaunch" + }, + { + "Name": "Disable-MMAgent" + }, + { + "Name": "Enable-MMAgent" + }, + { + "Name": "Get-MMAgent" + }, + { + "Name": "Set-MMAgent" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "MsDtc", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-DtcClusterTMMapping" + }, + { + "Name": "Get-Dtc" + }, + { + "Name": "Get-DtcAdvancedHostSetting" + }, + { + "Name": "Get-DtcAdvancedSetting" + }, + { + "Name": "Get-DtcClusterDefault" + }, + { + "Name": "Get-DtcClusterTMMapping" + }, + { + "Name": "Get-DtcDefault" + }, + { + "Name": "Get-DtcLog" + }, + { + "Name": "Get-DtcNetworkSetting" + }, + { + "Name": "Get-DtcTransaction" + }, + { + "Name": "Get-DtcTransactionsStatistics" + }, + { + "Name": "Get-DtcTransactionsTraceSession" + }, + { + "Name": "Get-DtcTransactionsTraceSetting" + }, + { + "Name": "Install-Dtc" + }, + { + "Name": "Remove-DtcClusterTMMapping" + }, + { + "Name": "Reset-DtcLog" + }, + { + "Name": "Set-DtcAdvancedHostSetting" + }, + { + "Name": "Set-DtcAdvancedSetting" + }, + { + "Name": "Set-DtcClusterDefault" + }, + { + "Name": "Set-DtcClusterTMMapping" + }, + { + "Name": "Set-DtcDefault" + }, + { + "Name": "Set-DtcLog" + }, + { + "Name": "Set-DtcNetworkSetting" + }, + { + "Name": "Set-DtcTransaction" + }, + { + "Name": "Set-DtcTransactionsTraceSession" + }, + { + "Name": "Set-DtcTransactionsTraceSetting" + }, + { + "Name": "Start-Dtc" + }, + { + "Name": "Start-DtcTransactionsTraceSession" + }, + { + "Name": "Stop-Dtc" + }, + { + "Name": "Stop-DtcTransactionsTraceSession" + }, + { + "Name": "Test-Dtc" + }, + { + "Name": "Uninstall-Dtc" + }, + { + "Name": "Write-DtcTransactionsTraceSession" + }, + { + "Name": "Complete-DtcDiagnosticTransaction" + }, + { + "Name": "Join-DtcDiagnosticResourceManager" + }, + { + "Name": "New-DtcDiagnosticTransaction" + }, + { + "Name": "Receive-DtcDiagnosticTransaction" + }, + { + "Name": "Send-DtcDiagnosticTransaction" + }, + { + "Name": "Start-DtcDiagnosticResourceManager" + }, + { + "Name": "Stop-DtcDiagnosticResourceManager" + }, + { + "Name": "Undo-DtcDiagnosticTransaction" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetAdapter", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-NetAdapter" + }, + { + "Name": "Disable-NetAdapterBinding" + }, + { + "Name": "Disable-NetAdapterChecksumOffload" + }, + { + "Name": "Disable-NetAdapterEncapsulatedPacketTaskOffload" + }, + { + "Name": "Disable-NetAdapterIPsecOffload" + }, + { + "Name": "Disable-NetAdapterLso" + }, + { + "Name": "Disable-NetAdapterPacketDirect" + }, + { + "Name": "Disable-NetAdapterPowerManagement" + }, + { + "Name": "Disable-NetAdapterQos" + }, + { + "Name": "Disable-NetAdapterRdma" + }, + { + "Name": "Disable-NetAdapterRsc" + }, + { + "Name": "Disable-NetAdapterRss" + }, + { + "Name": "Disable-NetAdapterSriov" + }, + { + "Name": "Disable-NetAdapterVmq" + }, + { + "Name": "Enable-NetAdapter" + }, + { + "Name": "Enable-NetAdapterBinding" + }, + { + "Name": "Enable-NetAdapterChecksumOffload" + }, + { + "Name": "Enable-NetAdapterEncapsulatedPacketTaskOffload" + }, + { + "Name": "Enable-NetAdapterIPsecOffload" + }, + { + "Name": "Enable-NetAdapterLso" + }, + { + "Name": "Enable-NetAdapterPacketDirect" + }, + { + "Name": "Enable-NetAdapterPowerManagement" + }, + { + "Name": "Enable-NetAdapterQos" + }, + { + "Name": "Enable-NetAdapterRdma" + }, + { + "Name": "Enable-NetAdapterRsc" + }, + { + "Name": "Enable-NetAdapterRss" + }, + { + "Name": "Enable-NetAdapterSriov" + }, + { + "Name": "Enable-NetAdapterVmq" + }, + { + "Name": "Get-NetAdapter" + }, + { + "Name": "Get-NetAdapterAdvancedProperty" + }, + { + "Name": "Get-NetAdapterBinding" + }, + { + "Name": "Get-NetAdapterChecksumOffload" + }, + { + "Name": "Get-NetAdapterEncapsulatedPacketTaskOffload" + }, + { + "Name": "Get-NetAdapterHardwareInfo" + }, + { + "Name": "Get-NetAdapterIPsecOffload" + }, + { + "Name": "Get-NetAdapterLso" + }, + { + "Name": "Get-NetAdapterPacketDirect" + }, + { + "Name": "Get-NetAdapterPowerManagement" + }, + { + "Name": "Get-NetAdapterQos" + }, + { + "Name": "Get-NetAdapterRdma" + }, + { + "Name": "Get-NetAdapterRsc" + }, + { + "Name": "Get-NetAdapterRss" + }, + { + "Name": "Get-NetAdapterSriov" + }, + { + "Name": "Get-NetAdapterSriovVf" + }, + { + "Name": "Get-NetAdapterStatistics" + }, + { + "Name": "Get-NetAdapterVmq" + }, + { + "Name": "Get-NetAdapterVmqQueue" + }, + { + "Name": "Get-NetAdapterVPort" + }, + { + "Name": "New-NetAdapterAdvancedProperty" + }, + { + "Name": "Remove-NetAdapterAdvancedProperty" + }, + { + "Name": "Rename-NetAdapter" + }, + { + "Name": "Reset-NetAdapterAdvancedProperty" + }, + { + "Name": "Restart-NetAdapter" + }, + { + "Name": "Set-NetAdapter" + }, + { + "Name": "Set-NetAdapterAdvancedProperty" + }, + { + "Name": "Set-NetAdapterBinding" + }, + { + "Name": "Set-NetAdapterChecksumOffload" + }, + { + "Name": "Set-NetAdapterEncapsulatedPacketTaskOffload" + }, + { + "Name": "Set-NetAdapterIPsecOffload" + }, + { + "Name": "Set-NetAdapterLso" + }, + { + "Name": "Set-NetAdapterPacketDirect" + }, + { + "Name": "Set-NetAdapterPowerManagement" + }, + { + "Name": "Set-NetAdapterQos" + }, + { + "Name": "Set-NetAdapterRdma" + }, + { + "Name": "Set-NetAdapterRsc" + }, + { + "Name": "Set-NetAdapterRss" + }, + { + "Name": "Set-NetAdapterSriov" + }, + { + "Name": "Set-NetAdapterVmq" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetConnection", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-NetConnectionProfile" + }, + { + "Name": "Set-NetConnectionProfile" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetEventPacketCapture", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-NetEventNetworkAdapter" + }, + { + "Name": "Add-NetEventPacketCaptureProvider" + }, + { + "Name": "Add-NetEventProvider" + }, + { + "Name": "Add-NetEventVFPProvider" + }, + { + "Name": "Add-NetEventVmNetworkAdapter" + }, + { + "Name": "Add-NetEventVmSwitch" + }, + { + "Name": "Add-NetEventVmSwitchProvider" + }, + { + "Name": "Add-NetEventWFPCaptureProvider" + }, + { + "Name": "Get-NetEventNetworkAdapter" + }, + { + "Name": "Get-NetEventPacketCaptureProvider" + }, + { + "Name": "Get-NetEventProvider" + }, + { + "Name": "Get-NetEventSession" + }, + { + "Name": "Get-NetEventVFPProvider" + }, + { + "Name": "Get-NetEventVmNetworkAdapter" + }, + { + "Name": "Get-NetEventVmSwitch" + }, + { + "Name": "Get-NetEventVmSwitchProvider" + }, + { + "Name": "Get-NetEventWFPCaptureProvider" + }, + { + "Name": "New-NetEventSession" + }, + { + "Name": "Remove-NetEventNetworkAdapter" + }, + { + "Name": "Remove-NetEventPacketCaptureProvider" + }, + { + "Name": "Remove-NetEventProvider" + }, + { + "Name": "Remove-NetEventSession" + }, + { + "Name": "Remove-NetEventVFPProvider" + }, + { + "Name": "Remove-NetEventVmNetworkAdapter" + }, + { + "Name": "Remove-NetEventVmSwitch" + }, + { + "Name": "Remove-NetEventVmSwitchProvider" + }, + { + "Name": "Remove-NetEventWFPCaptureProvider" + }, + { + "Name": "Set-NetEventPacketCaptureProvider" + }, + { + "Name": "Set-NetEventProvider" + }, + { + "Name": "Set-NetEventSession" + }, + { + "Name": "Set-NetEventVFPProvider" + }, + { + "Name": "Set-NetEventVmSwitchProvider" + }, + { + "Name": "Set-NetEventWFPCaptureProvider" + }, + { + "Name": "Start-NetEventSession" + }, + { + "Name": "Stop-NetEventSession" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetLbfo", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-NetLbfoTeamMember" + }, + { + "Name": "Add-NetLbfoTeamNic" + }, + { + "Name": "Get-NetLbfoTeam" + }, + { + "Name": "Get-NetLbfoTeamMember" + }, + { + "Name": "Get-NetLbfoTeamNic" + }, + { + "Name": "New-NetLbfoTeam" + }, + { + "Name": "Remove-NetLbfoTeam" + }, + { + "Name": "Remove-NetLbfoTeamMember" + }, + { + "Name": "Remove-NetLbfoTeamNic" + }, + { + "Name": "Rename-NetLbfoTeam" + }, + { + "Name": "Set-NetLbfoTeam" + }, + { + "Name": "Set-NetLbfoTeamMember" + }, + { + "Name": "Set-NetLbfoTeamNic" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetNat", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-NetNatExternalAddress" + }, + { + "Name": "Add-NetNatStaticMapping" + }, + { + "Name": "Get-NetNat" + }, + { + "Name": "Get-NetNatExternalAddress" + }, + { + "Name": "Get-NetNatGlobal" + }, + { + "Name": "Get-NetNatSession" + }, + { + "Name": "Get-NetNatStaticMapping" + }, + { + "Name": "New-NetNat" + }, + { + "Name": "Remove-NetNat" + }, + { + "Name": "Remove-NetNatExternalAddress" + }, + { + "Name": "Remove-NetNatStaticMapping" + }, + { + "Name": "Set-NetNat" + }, + { + "Name": "Set-NetNatGlobal" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetQos", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-NetQosPolicy" + }, + { + "Name": "New-NetQosPolicy" + }, + { + "Name": "Remove-NetQosPolicy" + }, + { + "Name": "Set-NetQosPolicy" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetSecurity", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Copy-NetFirewallRule" + }, + { + "Name": "Copy-NetIPsecMainModeCryptoSet" + }, + { + "Name": "Copy-NetIPsecMainModeRule" + }, + { + "Name": "Copy-NetIPsecPhase1AuthSet" + }, + { + "Name": "Copy-NetIPsecPhase2AuthSet" + }, + { + "Name": "Copy-NetIPsecQuickModeCryptoSet" + }, + { + "Name": "Copy-NetIPsecRule" + }, + { + "Name": "Disable-NetFirewallRule" + }, + { + "Name": "Disable-NetIPsecMainModeRule" + }, + { + "Name": "Disable-NetIPsecRule" + }, + { + "Name": "Enable-NetFirewallRule" + }, + { + "Name": "Enable-NetIPsecMainModeRule" + }, + { + "Name": "Enable-NetIPsecRule" + }, + { + "Name": "Find-NetIPsecRule" + }, + { + "Name": "Get-NetFirewallAddressFilter" + }, + { + "Name": "Get-NetFirewallApplicationFilter" + }, + { + "Name": "Get-NetFirewallInterfaceFilter" + }, + { + "Name": "Get-NetFirewallInterfaceTypeFilter" + }, + { + "Name": "Get-NetFirewallPortFilter" + }, + { + "Name": "Get-NetFirewallProfile" + }, + { + "Name": "Get-NetFirewallRule" + }, + { + "Name": "Get-NetFirewallSecurityFilter" + }, + { + "Name": "Get-NetFirewallServiceFilter" + }, + { + "Name": "Get-NetFirewallSetting" + }, + { + "Name": "Get-NetIPsecDospSetting" + }, + { + "Name": "Get-NetIPsecMainModeCryptoSet" + }, + { + "Name": "Get-NetIPsecMainModeRule" + }, + { + "Name": "Get-NetIPsecMainModeSA" + }, + { + "Name": "Get-NetIPsecPhase1AuthSet" + }, + { + "Name": "Get-NetIPsecPhase2AuthSet" + }, + { + "Name": "Get-NetIPsecQuickModeCryptoSet" + }, + { + "Name": "Get-NetIPsecQuickModeSA" + }, + { + "Name": "Get-NetIPsecRule" + }, + { + "Name": "New-NetFirewallRule" + }, + { + "Name": "New-NetIPsecDospSetting" + }, + { + "Name": "New-NetIPsecMainModeCryptoSet" + }, + { + "Name": "New-NetIPsecMainModeRule" + }, + { + "Name": "New-NetIPsecPhase1AuthSet" + }, + { + "Name": "New-NetIPsecPhase2AuthSet" + }, + { + "Name": "New-NetIPsecQuickModeCryptoSet" + }, + { + "Name": "New-NetIPsecRule" + }, + { + "Name": "Open-NetGPO" + }, + { + "Name": "Remove-NetFirewallRule" + }, + { + "Name": "Remove-NetIPsecDospSetting" + }, + { + "Name": "Remove-NetIPsecMainModeCryptoSet" + }, + { + "Name": "Remove-NetIPsecMainModeRule" + }, + { + "Name": "Remove-NetIPsecMainModeSA" + }, + { + "Name": "Remove-NetIPsecPhase1AuthSet" + }, + { + "Name": "Remove-NetIPsecPhase2AuthSet" + }, + { + "Name": "Remove-NetIPsecQuickModeCryptoSet" + }, + { + "Name": "Remove-NetIPsecQuickModeSA" + }, + { + "Name": "Remove-NetIPsecRule" + }, + { + "Name": "Rename-NetFirewallRule" + }, + { + "Name": "Rename-NetIPsecMainModeCryptoSet" + }, + { + "Name": "Rename-NetIPsecMainModeRule" + }, + { + "Name": "Rename-NetIPsecPhase1AuthSet" + }, + { + "Name": "Rename-NetIPsecPhase2AuthSet" + }, + { + "Name": "Rename-NetIPsecQuickModeCryptoSet" + }, + { + "Name": "Rename-NetIPsecRule" + }, + { + "Name": "Save-NetGPO" + }, + { + "Name": "Set-NetFirewallAddressFilter" + }, + { + "Name": "Set-NetFirewallApplicationFilter" + }, + { + "Name": "Set-NetFirewallInterfaceFilter" + }, + { + "Name": "Set-NetFirewallInterfaceTypeFilter" + }, + { + "Name": "Set-NetFirewallPortFilter" + }, + { + "Name": "Set-NetFirewallProfile" + }, + { + "Name": "Set-NetFirewallRule" + }, + { + "Name": "Set-NetFirewallSecurityFilter" + }, + { + "Name": "Set-NetFirewallServiceFilter" + }, + { + "Name": "Set-NetFirewallSetting" + }, + { + "Name": "Set-NetIPsecDospSetting" + }, + { + "Name": "Set-NetIPsecMainModeCryptoSet" + }, + { + "Name": "Set-NetIPsecMainModeRule" + }, + { + "Name": "Set-NetIPsecPhase1AuthSet" + }, + { + "Name": "Set-NetIPsecPhase2AuthSet" + }, + { + "Name": "Set-NetIPsecQuickModeCryptoSet" + }, + { + "Name": "Set-NetIPsecRule" + }, + { + "Name": "Show-NetFirewallRule" + }, + { + "Name": "Show-NetIPsecRule" + }, + { + "Name": "Sync-NetIPsecRule" + }, + { + "Name": "Update-NetIPsecRule" + }, + { + "Name": "Get-DAPolicyChange" + }, + { + "Name": "New-NetIPsecAuthProposal" + }, + { + "Name": "New-NetIPsecMainModeCryptoProposal" + }, + { + "Name": "New-NetIPsecQuickModeCryptoProposal" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetSwitchTeam", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-NetSwitchTeamMember" + }, + { + "Name": "Get-NetSwitchTeam" + }, + { + "Name": "Get-NetSwitchTeamMember" + }, + { + "Name": "New-NetSwitchTeam" + }, + { + "Name": "Remove-NetSwitchTeam" + }, + { + "Name": "Remove-NetSwitchTeamMember" + }, + { + "Name": "Rename-NetSwitchTeam" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetTCPIP", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Find-NetRoute" + }, + { + "Name": "Get-NetCompartment" + }, + { + "Name": "Get-NetIPAddress" + }, + { + "Name": "Get-NetIPConfiguration" + }, + { + "Name": "Get-NetIPInterface" + }, + { + "Name": "Get-NetIPv4Protocol" + }, + { + "Name": "Get-NetIPv6Protocol" + }, + { + "Name": "Get-NetNeighbor" + }, + { + "Name": "Get-NetOffloadGlobalSetting" + }, + { + "Name": "Get-NetPrefixPolicy" + }, + { + "Name": "Get-NetRoute" + }, + { + "Name": "Get-NetTCPConnection" + }, + { + "Name": "Get-NetTCPSetting" + }, + { + "Name": "Get-NetTransportFilter" + }, + { + "Name": "Get-NetUDPEndpoint" + }, + { + "Name": "Get-NetUDPSetting" + }, + { + "Name": "New-NetIPAddress" + }, + { + "Name": "New-NetNeighbor" + }, + { + "Name": "New-NetRoute" + }, + { + "Name": "New-NetTransportFilter" + }, + { + "Name": "Remove-NetIPAddress" + }, + { + "Name": "Remove-NetNeighbor" + }, + { + "Name": "Remove-NetRoute" + }, + { + "Name": "Remove-NetTransportFilter" + }, + { + "Name": "Set-NetIPAddress" + }, + { + "Name": "Set-NetIPInterface" + }, + { + "Name": "Set-NetIPv4Protocol" + }, + { + "Name": "Set-NetIPv6Protocol" + }, + { + "Name": "Set-NetNeighbor" + }, + { + "Name": "Set-NetOffloadGlobalSetting" + }, + { + "Name": "Set-NetRoute" + }, + { + "Name": "Set-NetTCPSetting" + }, + { + "Name": "Set-NetUDPSetting" + }, + { + "Name": "Test-NetConnection" + } + ], + "ExportedAliases": [ + "gip", + "TNC" + ] + }, + { + "Name": "NetWNV", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-NetVirtualizationCustomerRoute" + }, + { + "Name": "Get-NetVirtualizationGlobal" + }, + { + "Name": "Get-NetVirtualizationLookupRecord" + }, + { + "Name": "Get-NetVirtualizationProviderAddress" + }, + { + "Name": "Get-NetVirtualizationProviderRoute" + }, + { + "Name": "New-NetVirtualizationCustomerRoute" + }, + { + "Name": "New-NetVirtualizationLookupRecord" + }, + { + "Name": "New-NetVirtualizationProviderAddress" + }, + { + "Name": "New-NetVirtualizationProviderRoute" + }, + { + "Name": "Remove-NetVirtualizationCustomerRoute" + }, + { + "Name": "Remove-NetVirtualizationLookupRecord" + }, + { + "Name": "Remove-NetVirtualizationProviderAddress" + }, + { + "Name": "Remove-NetVirtualizationProviderRoute" + }, + { + "Name": "Select-NetVirtualizationNextHop" + }, + { + "Name": "Set-NetVirtualizationCustomerRoute" + }, + { + "Name": "Set-NetVirtualizationGlobal" + }, + { + "Name": "Set-NetVirtualizationLookupRecord" + }, + { + "Name": "Set-NetVirtualizationProviderAddress" + }, + { + "Name": "Set-NetVirtualizationProviderRoute" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetworkConnectivityStatus", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-DAConnectionStatus" + }, + { + "Name": "Get-NCSIPolicyConfiguration" + }, + { + "Name": "Reset-NCSIPolicyConfiguration" + }, + { + "Name": "Set-NCSIPolicyConfiguration" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetworkSwitchManager", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-NetworkSwitchEthernetPort" + }, + { + "Name": "Disable-NetworkSwitchFeature" + }, + { + "Name": "Disable-NetworkSwitchVlan" + }, + { + "Name": "Enable-NetworkSwitchEthernetPort" + }, + { + "Name": "Enable-NetworkSwitchFeature" + }, + { + "Name": "Enable-NetworkSwitchVlan" + }, + { + "Name": "Get-NetworkSwitchEthernetPort" + }, + { + "Name": "Get-NetworkSwitchFeature" + }, + { + "Name": "Get-NetworkSwitchGlobalData" + }, + { + "Name": "Get-NetworkSwitchVlan" + }, + { + "Name": "New-NetworkSwitchVlan" + }, + { + "Name": "Remove-NetworkSwitchEthernetPortIPAddress" + }, + { + "Name": "Remove-NetworkSwitchVlan" + }, + { + "Name": "Restore-NetworkSwitchConfiguration" + }, + { + "Name": "Save-NetworkSwitchConfiguration" + }, + { + "Name": "Set-NetworkSwitchEthernetPortIPAddress" + }, + { + "Name": "Set-NetworkSwitchPortMode" + }, + { + "Name": "Set-NetworkSwitchPortProperty" + }, + { + "Name": "Set-NetworkSwitchVlanProperty" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetworkTransition", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-NetIPHttpsCertBinding" + }, + { + "Name": "Disable-NetDnsTransitionConfiguration" + }, + { + "Name": "Disable-NetIPHttpsProfile" + }, + { + "Name": "Disable-NetNatTransitionConfiguration" + }, + { + "Name": "Enable-NetDnsTransitionConfiguration" + }, + { + "Name": "Enable-NetIPHttpsProfile" + }, + { + "Name": "Enable-NetNatTransitionConfiguration" + }, + { + "Name": "Get-Net6to4Configuration" + }, + { + "Name": "Get-NetDnsTransitionConfiguration" + }, + { + "Name": "Get-NetDnsTransitionMonitoring" + }, + { + "Name": "Get-NetIPHttpsConfiguration" + }, + { + "Name": "Get-NetIPHttpsState" + }, + { + "Name": "Get-NetIsatapConfiguration" + }, + { + "Name": "Get-NetNatTransitionConfiguration" + }, + { + "Name": "Get-NetNatTransitionMonitoring" + }, + { + "Name": "Get-NetTeredoConfiguration" + }, + { + "Name": "Get-NetTeredoState" + }, + { + "Name": "New-NetIPHttpsConfiguration" + }, + { + "Name": "New-NetNatTransitionConfiguration" + }, + { + "Name": "Remove-NetIPHttpsCertBinding" + }, + { + "Name": "Remove-NetIPHttpsConfiguration" + }, + { + "Name": "Remove-NetNatTransitionConfiguration" + }, + { + "Name": "Rename-NetIPHttpsConfiguration" + }, + { + "Name": "Reset-Net6to4Configuration" + }, + { + "Name": "Reset-NetDnsTransitionConfiguration" + }, + { + "Name": "Reset-NetIPHttpsConfiguration" + }, + { + "Name": "Reset-NetIsatapConfiguration" + }, + { + "Name": "Reset-NetTeredoConfiguration" + }, + { + "Name": "Set-Net6to4Configuration" + }, + { + "Name": "Set-NetDnsTransitionConfiguration" + }, + { + "Name": "Set-NetIPHttpsConfiguration" + }, + { + "Name": "Set-NetIsatapConfiguration" + }, + { + "Name": "Set-NetNatTransitionConfiguration" + }, + { + "Name": "Set-NetTeredoConfiguration" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PcsvDevice", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Clear-PcsvDeviceLog" + }, + { + "Name": "Get-PcsvDevice" + }, + { + "Name": "Get-PcsvDeviceLog" + }, + { + "Name": "Restart-PcsvDevice" + }, + { + "Name": "Set-PcsvDeviceBootConfiguration" + }, + { + "Name": "Set-PcsvDeviceNetworkConfiguration" + }, + { + "Name": "Set-PcsvDeviceUserPassword" + }, + { + "Name": "Start-PcsvDevice" + }, + { + "Name": "Stop-PcsvDevice" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PKI", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-CertificateEnrollmentPolicyServer" + }, + { + "Name": "Export-Certificate" + }, + { + "Name": "Export-PfxCertificate" + }, + { + "Name": "Get-Certificate" + }, + { + "Name": "Get-CertificateAutoEnrollmentPolicy" + }, + { + "Name": "Get-CertificateEnrollmentPolicyServer" + }, + { + "Name": "Get-CertificateNotificationTask" + }, + { + "Name": "Get-PfxData" + }, + { + "Name": "Import-Certificate" + }, + { + "Name": "Import-PfxCertificate" + }, + { + "Name": "New-CertificateNotificationTask" + }, + { + "Name": "New-SelfSignedCertificate" + }, + { + "Name": "Remove-CertificateEnrollmentPolicyServer" + }, + { + "Name": "Remove-CertificateNotificationTask" + }, + { + "Name": "Set-CertificateAutoEnrollmentPolicy" + }, + { + "Name": "Switch-Certificate" + }, + { + "Name": "Test-Certificate" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PnpDevice", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-PnpDevice" + }, + { + "Name": "Enable-PnpDevice" + }, + { + "Name": "Get-PnpDevice" + }, + { + "Name": "Get-PnpDeviceProperty" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PrintManagement", + "Version": "1.1", + "ExportedCommands": [ + { + "Name": "Add-Printer" + }, + { + "Name": "Add-PrinterDriver" + }, + { + "Name": "Add-PrinterPort" + }, + { + "Name": "Get-PrintConfiguration" + }, + { + "Name": "Get-Printer" + }, + { + "Name": "Get-PrinterDriver" + }, + { + "Name": "Get-PrinterPort" + }, + { + "Name": "Get-PrinterProperty" + }, + { + "Name": "Get-PrintJob" + }, + { + "Name": "Read-PrinterNfcTag" + }, + { + "Name": "Remove-Printer" + }, + { + "Name": "Remove-PrinterDriver" + }, + { + "Name": "Remove-PrinterPort" + }, + { + "Name": "Remove-PrintJob" + }, + { + "Name": "Rename-Printer" + }, + { + "Name": "Restart-PrintJob" + }, + { + "Name": "Resume-PrintJob" + }, + { + "Name": "Set-PrintConfiguration" + }, + { + "Name": "Set-Printer" + }, + { + "Name": "Set-PrinterProperty" + }, + { + "Name": "Suspend-PrintJob" + }, + { + "Name": "Write-PrinterNfcTag" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "ProcessMitigations", + "Version": "1.0.11", + "ExportedCommands": [ + { + "Name": "ConvertTo-ProcessMitigationPolicy" + }, + { + "Name": "Get-ProcessMitigation" + }, + { + "Name": "Set-ProcessMitigation" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Provisioning", + "Version": "3.0", + "ExportedCommands": [ + { + "Name": "Add-ProvisioningPackage" + }, + { + "Name": "Add-TrustedProvisioningCertificate" + }, + { + "Name": "Remove-ProvisioningPackage" + }, + { + "Name": "Remove-TrustedProvisioningCertificate" + }, + { + "Name": "Export-ProvisioningPackage" + }, + { + "Name": "Export-Trace" + }, + { + "Name": "Get-ProvisioningPackage" + }, + { + "Name": "Get-TrustedProvisioningCertificate" + }, + { + "Name": "Install-ProvisioningPackage" + }, + { + "Name": "Install-TrustedProvisioningCertificate" + }, + { + "Name": "Uninstall-ProvisioningPackage" + }, + { + "Name": "Uninstall-TrustedProvisioningCertificate" + } + ], + "ExportedAliases": [ + "Add-ProvisioningPackage", + "Add-TrustedProvisioningCertificate", + "Remove-ProvisioningPackage", + "Remove-TrustedProvisioningCertificate" + ] + }, + { + "Name": "PSDesiredStateConfiguration", + "Version": "1.1", + "ExportedCommands": [ + { + "Name": "Configuration" + }, + { + "Name": "Disable-DscDebug" + }, + { + "Name": "Enable-DscDebug" + }, + { + "Name": "Get-DscConfiguration" + }, + { + "Name": "Get-DscConfigurationStatus" + }, + { + "Name": "Get-DscLocalConfigurationManager" + }, + { + "Name": "Get-DscResource" + }, + { + "Name": "New-DscChecksum" + }, + { + "Name": "Remove-DscConfigurationDocument" + }, + { + "Name": "Restore-DscConfiguration" + }, + { + "Name": "Stop-DscConfiguration" + }, + { + "Name": "Invoke-DscResource" + }, + { + "Name": "Publish-DscConfiguration" + }, + { + "Name": "Set-DscLocalConfigurationManager" + }, + { + "Name": "Start-DscConfiguration" + }, + { + "Name": "Test-DscConfiguration" + }, + { + "Name": "Update-DscConfiguration" + } + ], + "ExportedAliases": [ + "sacfg", + "tcfg", + "gcfg", + "rtcfg", + "upcfg", + "glcm", + "slcm", + "pbcfg", + "cmpcfg", + "gcfgs" + ] + }, + { + "Name": "PSDiagnostics", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-PSTrace" + }, + { + "Name": "Disable-PSWSManCombinedTrace" + }, + { + "Name": "Disable-WSManTrace" + }, + { + "Name": "Enable-PSTrace" + }, + { + "Name": "Enable-PSWSManCombinedTrace" + }, + { + "Name": "Enable-WSManTrace" + }, + { + "Name": "Get-LogProperties" + }, + { + "Name": "Set-LogProperties" + }, + { + "Name": "Start-Trace" + }, + { + "Name": "Stop-Trace" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PSScheduledJob", + "Version": "1.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-JobTrigger" + }, + { + "Name": "Disable-JobTrigger" + }, + { + "Name": "Disable-ScheduledJob" + }, + { + "Name": "Enable-JobTrigger" + }, + { + "Name": "Enable-ScheduledJob" + }, + { + "Name": "Get-JobTrigger" + }, + { + "Name": "Get-ScheduledJob" + }, + { + "Name": "Get-ScheduledJobOption" + }, + { + "Name": "New-JobTrigger" + }, + { + "Name": "New-ScheduledJobOption" + }, + { + "Name": "Register-ScheduledJob" + }, + { + "Name": "Remove-JobTrigger" + }, + { + "Name": "Set-JobTrigger" + }, + { + "Name": "Set-ScheduledJob" + }, + { + "Name": "Set-ScheduledJobOption" + }, + { + "Name": "Unregister-ScheduledJob" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PSWorkflow", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "New-PSWorkflowSession" + }, + { + "Name": "New-PSWorkflowExecutionOption" + } + ], + "ExportedAliases": [ + "nwsn" + ] + }, + { + "Name": "PSWorkflowUtility", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Invoke-AsWorkflow" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "ScheduledTasks", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-ScheduledTask" + }, + { + "Name": "Enable-ScheduledTask" + }, + { + "Name": "Export-ScheduledTask" + }, + { + "Name": "Get-ClusteredScheduledTask" + }, + { + "Name": "Get-ScheduledTask" + }, + { + "Name": "Get-ScheduledTaskInfo" + }, + { + "Name": "New-ScheduledTask" + }, + { + "Name": "New-ScheduledTaskAction" + }, + { + "Name": "New-ScheduledTaskPrincipal" + }, + { + "Name": "New-ScheduledTaskSettingsSet" + }, + { + "Name": "New-ScheduledTaskTrigger" + }, + { + "Name": "Register-ClusteredScheduledTask" + }, + { + "Name": "Register-ScheduledTask" + }, + { + "Name": "Set-ClusteredScheduledTask" + }, + { + "Name": "Set-ScheduledTask" + }, + { + "Name": "Start-ScheduledTask" + }, + { + "Name": "Stop-ScheduledTask" + }, + { + "Name": "Unregister-ClusteredScheduledTask" + }, + { + "Name": "Unregister-ScheduledTask" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "SecureBoot", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Confirm-SecureBootUEFI" + }, + { + "Name": "Format-SecureBootUEFI" + }, + { + "Name": "Get-SecureBootPolicy" + }, + { + "Name": "Get-SecureBootUEFI" + }, + { + "Name": "Set-SecureBootUEFI" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "SmbShare", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Block-SmbShareAccess" + }, + { + "Name": "Close-SmbOpenFile" + }, + { + "Name": "Close-SmbSession" + }, + { + "Name": "Disable-SmbDelegation" + }, + { + "Name": "Enable-SmbDelegation" + }, + { + "Name": "Get-SmbBandwidthLimit" + }, + { + "Name": "Get-SmbClientConfiguration" + }, + { + "Name": "Get-SmbClientNetworkInterface" + }, + { + "Name": "Get-SmbConnection" + }, + { + "Name": "Get-SmbDelegation" + }, + { + "Name": "Get-SmbGlobalMapping" + }, + { + "Name": "Get-SmbMapping" + }, + { + "Name": "Get-SmbMultichannelConnection" + }, + { + "Name": "Get-SmbMultichannelConstraint" + }, + { + "Name": "Get-SmbOpenFile" + }, + { + "Name": "Get-SmbServerConfiguration" + }, + { + "Name": "Get-SmbServerNetworkInterface" + }, + { + "Name": "Get-SmbSession" + }, + { + "Name": "Get-SmbShare" + }, + { + "Name": "Get-SmbShareAccess" + }, + { + "Name": "Grant-SmbShareAccess" + }, + { + "Name": "New-SmbGlobalMapping" + }, + { + "Name": "New-SmbMapping" + }, + { + "Name": "New-SmbMultichannelConstraint" + }, + { + "Name": "New-SmbShare" + }, + { + "Name": "Remove-SmbBandwidthLimit" + }, + { + "Name": "Remove-SmbGlobalMapping" + }, + { + "Name": "Remove-SmbMapping" + }, + { + "Name": "Remove-SmbMultichannelConstraint" + }, + { + "Name": "Remove-SmbShare" + }, + { + "Name": "Revoke-SmbShareAccess" + }, + { + "Name": "Set-SmbBandwidthLimit" + }, + { + "Name": "Set-SmbClientConfiguration" + }, + { + "Name": "Set-SmbPathAcl" + }, + { + "Name": "Set-SmbServerConfiguration" + }, + { + "Name": "Set-SmbShare" + }, + { + "Name": "Unblock-SmbShareAccess" + }, + { + "Name": "Update-SmbMultichannelConnection" + } + ], + "ExportedAliases": [ + "gsmbs", + "nsmbs", + "rsmbs", + "ssmbs", + "gsmba", + "grsmba", + "rksmba", + "blsmba", + "ulsmba", + "gsmbse", + "cssmbse", + "gsmbo", + "cssmbo", + "gsmbsc", + "ssmbsc", + "gsmbcc", + "ssmbcc", + "gsmbc", + "gsmbm", + "nsmbm", + "rsmbm", + "gsmbcn", + "gsmbsn", + "gsmbmc", + "udsmbmc", + "gsmbt", + "nsmbt", + "rsmbt", + "ssmbp", + "gsmbb", + "ssmbb", + "rsmbb", + "gsmbd", + "esmbd", + "dsmbd", + "gsmbgm", + "nsmbgm", + "rsmbgm" + ] + }, + { + "Name": "SmbWitness", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Move-SmbClient" + }, + { + "Name": "Get-SmbWitnessClient" + }, + { + "Name": "Move-SmbWitnessClient" + } + ], + "ExportedAliases": [ + "gsmbw", + "msmbw", + "Move-SmbClient" + ] + }, + { + "Name": "StartLayout", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-StartApps" + }, + { + "Name": "Export-StartLayout" + }, + { + "Name": "Export-StartLayoutEdgeAssets" + }, + { + "Name": "Import-StartLayout" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Storage", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-PhysicalDiskIndication" + }, + { + "Name": "Disable-StorageDiagnosticLog" + }, + { + "Name": "Enable-PhysicalDiskIndication" + }, + { + "Name": "Enable-StorageDiagnosticLog" + }, + { + "Name": "Flush-Volume" + }, + { + "Name": "Get-DiskSNV" + }, + { + "Name": "Get-PhysicalDiskSNV" + }, + { + "Name": "Get-StorageEnclosureSNV" + }, + { + "Name": "Initialize-Volume" + }, + { + "Name": "Write-FileSystemCache" + }, + { + "Name": "Add-InitiatorIdToMaskingSet" + }, + { + "Name": "Add-PartitionAccessPath" + }, + { + "Name": "Add-PhysicalDisk" + }, + { + "Name": "Add-StorageFaultDomain" + }, + { + "Name": "Add-TargetPortToMaskingSet" + }, + { + "Name": "Add-VirtualDiskToMaskingSet" + }, + { + "Name": "Block-FileShareAccess" + }, + { + "Name": "Clear-Disk" + }, + { + "Name": "Clear-FileStorageTier" + }, + { + "Name": "Clear-StorageDiagnosticInfo" + }, + { + "Name": "Connect-VirtualDisk" + }, + { + "Name": "Debug-FileShare" + }, + { + "Name": "Debug-StorageSubSystem" + }, + { + "Name": "Debug-Volume" + }, + { + "Name": "Disable-PhysicalDiskIdentification" + }, + { + "Name": "Disable-StorageEnclosureIdentification" + }, + { + "Name": "Disable-StorageEnclosurePower" + }, + { + "Name": "Disable-StorageHighAvailability" + }, + { + "Name": "Disable-StorageMaintenanceMode" + }, + { + "Name": "Disconnect-VirtualDisk" + }, + { + "Name": "Dismount-DiskImage" + }, + { + "Name": "Enable-PhysicalDiskIdentification" + }, + { + "Name": "Enable-StorageEnclosureIdentification" + }, + { + "Name": "Enable-StorageEnclosurePower" + }, + { + "Name": "Enable-StorageHighAvailability" + }, + { + "Name": "Enable-StorageMaintenanceMode" + }, + { + "Name": "Format-Volume" + }, + { + "Name": "Get-DedupProperties" + }, + { + "Name": "Get-Disk" + }, + { + "Name": "Get-DiskImage" + }, + { + "Name": "Get-DiskStorageNodeView" + }, + { + "Name": "Get-FileIntegrity" + }, + { + "Name": "Get-FileShare" + }, + { + "Name": "Get-FileShareAccessControlEntry" + }, + { + "Name": "Get-FileStorageTier" + }, + { + "Name": "Get-InitiatorId" + }, + { + "Name": "Get-InitiatorPort" + }, + { + "Name": "Get-MaskingSet" + }, + { + "Name": "Get-OffloadDataTransferSetting" + }, + { + "Name": "Get-Partition" + }, + { + "Name": "Get-PartitionSupportedSize" + }, + { + "Name": "Get-PhysicalDisk" + }, + { + "Name": "Get-PhysicalDiskStorageNodeView" + }, + { + "Name": "Get-PhysicalExtent" + }, + { + "Name": "Get-PhysicalExtentAssociation" + }, + { + "Name": "Get-ResiliencySetting" + }, + { + "Name": "Get-StorageAdvancedProperty" + }, + { + "Name": "Get-StorageDiagnosticInfo" + }, + { + "Name": "Get-StorageEnclosure" + }, + { + "Name": "Get-StorageEnclosureStorageNodeView" + }, + { + "Name": "Get-StorageEnclosureVendorData" + }, + { + "Name": "Get-StorageExtendedStatus" + }, + { + "Name": "Get-StorageFaultDomain" + }, + { + "Name": "Get-StorageFileServer" + }, + { + "Name": "Get-StorageFirmwareInformation" + }, + { + "Name": "Get-StorageHealthAction" + }, + { + "Name": "Get-StorageHealthReport" + }, + { + "Name": "Get-StorageHealthSetting" + }, + { + "Name": "Get-StorageJob" + }, + { + "Name": "Get-StorageNode" + }, + { + "Name": "Get-StoragePool" + }, + { + "Name": "Get-StorageProvider" + }, + { + "Name": "Get-StorageReliabilityCounter" + }, + { + "Name": "Get-StorageSetting" + }, + { + "Name": "Get-StorageSubSystem" + }, + { + "Name": "Get-StorageTier" + }, + { + "Name": "Get-StorageTierSupportedSize" + }, + { + "Name": "Get-SupportedClusterSizes" + }, + { + "Name": "Get-SupportedFileSystems" + }, + { + "Name": "Get-TargetPort" + }, + { + "Name": "Get-TargetPortal" + }, + { + "Name": "Get-VirtualDisk" + }, + { + "Name": "Get-VirtualDiskSupportedSize" + }, + { + "Name": "Get-Volume" + }, + { + "Name": "Get-VolumeCorruptionCount" + }, + { + "Name": "Get-VolumeScrubPolicy" + }, + { + "Name": "Grant-FileShareAccess" + }, + { + "Name": "Hide-VirtualDisk" + }, + { + "Name": "Initialize-Disk" + }, + { + "Name": "Mount-DiskImage" + }, + { + "Name": "New-FileShare" + }, + { + "Name": "New-MaskingSet" + }, + { + "Name": "New-Partition" + }, + { + "Name": "New-StorageFileServer" + }, + { + "Name": "New-StoragePool" + }, + { + "Name": "New-StorageSubsystemVirtualDisk" + }, + { + "Name": "New-StorageTier" + }, + { + "Name": "New-VirtualDisk" + }, + { + "Name": "New-VirtualDiskClone" + }, + { + "Name": "New-VirtualDiskSnapshot" + }, + { + "Name": "New-Volume" + }, + { + "Name": "Optimize-StoragePool" + }, + { + "Name": "Optimize-Volume" + }, + { + "Name": "Register-StorageSubsystem" + }, + { + "Name": "Remove-FileShare" + }, + { + "Name": "Remove-InitiatorId" + }, + { + "Name": "Remove-InitiatorIdFromMaskingSet" + }, + { + "Name": "Remove-MaskingSet" + }, + { + "Name": "Remove-Partition" + }, + { + "Name": "Remove-PartitionAccessPath" + }, + { + "Name": "Remove-PhysicalDisk" + }, + { + "Name": "Remove-StorageFaultDomain" + }, + { + "Name": "Remove-StorageFileServer" + }, + { + "Name": "Remove-StorageHealthIntent" + }, + { + "Name": "Remove-StorageHealthSetting" + }, + { + "Name": "Remove-StoragePool" + }, + { + "Name": "Remove-StorageTier" + }, + { + "Name": "Remove-TargetPortFromMaskingSet" + }, + { + "Name": "Remove-VirtualDisk" + }, + { + "Name": "Remove-VirtualDiskFromMaskingSet" + }, + { + "Name": "Rename-MaskingSet" + }, + { + "Name": "Repair-FileIntegrity" + }, + { + "Name": "Repair-VirtualDisk" + }, + { + "Name": "Repair-Volume" + }, + { + "Name": "Reset-PhysicalDisk" + }, + { + "Name": "Reset-StorageReliabilityCounter" + }, + { + "Name": "Resize-Partition" + }, + { + "Name": "Resize-StorageTier" + }, + { + "Name": "Resize-VirtualDisk" + }, + { + "Name": "Revoke-FileShareAccess" + }, + { + "Name": "Set-Disk" + }, + { + "Name": "Set-FileIntegrity" + }, + { + "Name": "Set-FileShare" + }, + { + "Name": "Set-FileStorageTier" + }, + { + "Name": "Set-InitiatorPort" + }, + { + "Name": "Set-Partition" + }, + { + "Name": "Set-PhysicalDisk" + }, + { + "Name": "Set-ResiliencySetting" + }, + { + "Name": "Set-StorageFileServer" + }, + { + "Name": "Set-StorageHealthSetting" + }, + { + "Name": "Set-StoragePool" + }, + { + "Name": "Set-StorageProvider" + }, + { + "Name": "Set-StorageSetting" + }, + { + "Name": "Set-StorageSubSystem" + }, + { + "Name": "Set-StorageTier" + }, + { + "Name": "Set-VirtualDisk" + }, + { + "Name": "Set-Volume" + }, + { + "Name": "Set-VolumeScrubPolicy" + }, + { + "Name": "Show-VirtualDisk" + }, + { + "Name": "Start-StorageDiagnosticLog" + }, + { + "Name": "Stop-StorageDiagnosticLog" + }, + { + "Name": "Stop-StorageJob" + }, + { + "Name": "Unblock-FileShareAccess" + }, + { + "Name": "Unregister-StorageSubsystem" + }, + { + "Name": "Update-Disk" + }, + { + "Name": "Update-HostStorageCache" + }, + { + "Name": "Update-StorageFirmware" + }, + { + "Name": "Update-StoragePool" + }, + { + "Name": "Update-StorageProviderCache" + }, + { + "Name": "Write-VolumeCache" + } + ], + "ExportedAliases": [ + "Disable-PhysicalDiskIndication", + "Disable-StorageDiagnosticLog", + "Enable-PhysicalDiskIndication", + "Enable-StorageDiagnosticLog", + "Flush-Volume", + "Initialize-Volume", + "Write-FileSystemCache", + "Get-PhysicalDiskSNV", + "Get-DiskSNV", + "Get-StorageEnclosureSNV" + ] + }, + { + "Name": "TLS", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-TlsCipherSuite" + }, + { + "Name": "Disable-TlsEccCurve" + }, + { + "Name": "Disable-TlsSessionTicketKey" + }, + { + "Name": "Enable-TlsCipherSuite" + }, + { + "Name": "Enable-TlsEccCurve" + }, + { + "Name": "Enable-TlsSessionTicketKey" + }, + { + "Name": "Export-TlsSessionTicketKey" + }, + { + "Name": "Get-TlsCipherSuite" + }, + { + "Name": "Get-TlsEccCurve" + }, + { + "Name": "New-TlsSessionTicketKey" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "TroubleshootingPack", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-TroubleshootingPack" + }, + { + "Name": "Invoke-TroubleshootingPack" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "TrustedPlatformModule", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Clear-Tpm" + }, + { + "Name": "ConvertTo-TpmOwnerAuth" + }, + { + "Name": "Disable-TpmAutoProvisioning" + }, + { + "Name": "Enable-TpmAutoProvisioning" + }, + { + "Name": "Get-Tpm" + }, + { + "Name": "Get-TpmEndorsementKeyInfo" + }, + { + "Name": "Get-TpmSupportedFeature" + }, + { + "Name": "Import-TpmOwnerAuth" + }, + { + "Name": "Initialize-Tpm" + }, + { + "Name": "Set-TpmOwnerAuth" + }, + { + "Name": "Unblock-Tpm" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "UEV", + "Version": "2.1.639.0", + "ExportedCommands": [ + { + "Name": "Clear-UevAppxPackage" + }, + { + "Name": "Clear-UevConfiguration" + }, + { + "Name": "Disable-Uev" + }, + { + "Name": "Disable-UevAppxPackage" + }, + { + "Name": "Disable-UevTemplate" + }, + { + "Name": "Enable-Uev" + }, + { + "Name": "Enable-UevAppxPackage" + }, + { + "Name": "Enable-UevTemplate" + }, + { + "Name": "Export-UevConfiguration" + }, + { + "Name": "Export-UevPackage" + }, + { + "Name": "Get-UevAppxPackage" + }, + { + "Name": "Get-UevConfiguration" + }, + { + "Name": "Get-UevStatus" + }, + { + "Name": "Get-UevTemplate" + }, + { + "Name": "Get-UevTemplateProgram" + }, + { + "Name": "Import-UevConfiguration" + }, + { + "Name": "Register-UevTemplate" + }, + { + "Name": "Repair-UevTemplateIndex" + }, + { + "Name": "Restore-UevBackup" + }, + { + "Name": "Restore-UevUserSetting" + }, + { + "Name": "Set-UevConfiguration" + }, + { + "Name": "Set-UevTemplateProfile" + }, + { + "Name": "Test-UevTemplate" + }, + { + "Name": "Unregister-UevTemplate" + }, + { + "Name": "Update-UevTemplate" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "VpnClient", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-VpnConnection" + }, + { + "Name": "Add-VpnConnectionRoute" + }, + { + "Name": "Add-VpnConnectionTriggerApplication" + }, + { + "Name": "Add-VpnConnectionTriggerDnsConfiguration" + }, + { + "Name": "Add-VpnConnectionTriggerTrustedNetwork" + }, + { + "Name": "Get-VpnConnection" + }, + { + "Name": "Get-VpnConnectionTrigger" + }, + { + "Name": "New-EapConfiguration" + }, + { + "Name": "New-VpnServerAddress" + }, + { + "Name": "Remove-VpnConnection" + }, + { + "Name": "Remove-VpnConnectionRoute" + }, + { + "Name": "Remove-VpnConnectionTriggerApplication" + }, + { + "Name": "Remove-VpnConnectionTriggerDnsConfiguration" + }, + { + "Name": "Remove-VpnConnectionTriggerTrustedNetwork" + }, + { + "Name": "Set-VpnConnection" + }, + { + "Name": "Set-VpnConnectionIPsecConfiguration" + }, + { + "Name": "Set-VpnConnectionProxy" + }, + { + "Name": "Set-VpnConnectionTriggerDnsConfiguration" + }, + { + "Name": "Set-VpnConnectionTriggerTrustedNetwork" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Wdac", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-OdbcDsn" + }, + { + "Name": "Disable-OdbcPerfCounter" + }, + { + "Name": "Disable-WdacBidTrace" + }, + { + "Name": "Enable-OdbcPerfCounter" + }, + { + "Name": "Enable-WdacBidTrace" + }, + { + "Name": "Get-OdbcDriver" + }, + { + "Name": "Get-OdbcDsn" + }, + { + "Name": "Get-OdbcPerfCounter" + }, + { + "Name": "Get-WdacBidTrace" + }, + { + "Name": "Remove-OdbcDsn" + }, + { + "Name": "Set-OdbcDriver" + }, + { + "Name": "Set-OdbcDsn" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "WindowsDeveloperLicense", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-WindowsDeveloperLicense" + }, + { + "Name": "Show-WindowsDeveloperLicenseRegistration" + }, + { + "Name": "Unregister-WindowsDeveloperLicense" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "WindowsErrorReporting", + "Version": "1.0", + "ExportedCommands": [ + { + "Name": "Disable-WindowsErrorReporting" + }, + { + "Name": "Enable-WindowsErrorReporting" + }, + { + "Name": "Get-WindowsErrorReporting" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "WindowsSearch", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-WindowsSearchSetting" + }, + { + "Name": "Set-WindowsSearchSetting" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "WindowsUpdate", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-WindowsUpdateLog" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "WindowsUpdateProvider", + "Version": "1.0.0.2", + "ExportedCommands": [ + { + "Name": "Get-WUAVersion" + }, + { + "Name": "Get-WUIsPendingReboot" + }, + { + "Name": "Get-WULastInstallationDate" + }, + { + "Name": "Get-WULastScanSuccessDate" + }, + { + "Name": "Install-WUUpdates" + }, + { + "Name": "Start-WUScan" + } + ], + "ExportedAliases": [ + + ] + } + ], + "Types": [ + { + "Name": "IAccPropServices", + "Namespace": "Accessibility" + }, + { + "Name": "IAccPropServer", + "Namespace": "Accessibility" + }, + { + "Name": "AnnoScope", + "Namespace": "Accessibility" + }, + { + "Name": "_RemotableHandle", + "Namespace": "Accessibility" + }, + { + "Name": "CAccPropServices", + "Namespace": "Accessibility" + }, + { + "Name": "CAccPropServicesClass", + "Namespace": "Accessibility" + }, + { + "Name": "__MIDL_IWinTypes_0009", + "Namespace": "Accessibility" + }, + { + "Name": "IAccessible", + "Namespace": "Accessibility" + }, + { + "Name": "IAccessibleHandler", + "Namespace": "Accessibility" + }, + { + "Name": "IAccIdentity", + "Namespace": "Accessibility" + }, + { + "Name": "CppCodeGeneratorBase", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "CppCodeGenerator", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "CppCodeGenerator7", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "CppCodeProvider", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "CppCodeProvider10", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "CppCodeProvider7", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "SymbolTableStack", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "TypeRelationship", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "CodeDomTypeInfo", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "EventViewerInstaller", + "Namespace": "Microsoft.EventViewer.SnapIn" + }, + { + "Name": "EventViewerSnapIn", + "Namespace": "Microsoft.EventViewer.SnapIn" + }, + { + "Name": "EventViewerExtension", + "Namespace": "Microsoft.EventViewer.SnapIn" + }, + { + "Name": "EventViewerHomepage", + "Namespace": "Microsoft.EventViewer.SnapIn" + }, + { + "Name": "WorkflowBuildMessageTask", + "Namespace": "Microsoft.Activities.Build" + }, + { + "Name": "DebugBuildExtension", + "Namespace": "Microsoft.Activities.Build.Debugger" + }, + { + "Name": "ExpressionsBuildExtension", + "Namespace": "Microsoft.Activities.Build.Expressions" + }, + { + "Name": "ReportDeferredValidationErrorsTask", + "Namespace": "Microsoft.Activities.Build.Validation" + }, + { + "Name": "DeferredValidationTask", + "Namespace": "Microsoft.Activities.Build.Validation" + }, + { + "Name": "CommonResources", + "Namespace": "Microsoft.Alm" + }, + { + "Name": "IProgressVisualizer", + "Namespace": "Microsoft.Alm.ProgressObservation" + }, + { + "Name": "ProgressVisualizerControl", + "Namespace": "Microsoft.Alm.ProgressObservation.View" + }, + { + "Name": "ProgressControllerViewModel", + "Namespace": "Microsoft.Alm.ProgressObservation.ViewModels" + }, + { + "Name": "ProgressStepViewModel", + "Namespace": "Microsoft.Alm.ProgressObservation.ViewModels" + }, + { + "Name": "ProgressViewModel", + "Namespace": "Microsoft.Alm.ProgressObservation.ViewModels" + }, + { + "Name": "CancellationSupportChangedEventArgs", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "IProgressController", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "IProgressEvents", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "IProgressStep", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "IProgressStepDefinition", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "IProgressStepExecutionEvents", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "IProgressStepFactory", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "IProgressStepOperation", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "ProgressControllerFinishedEventArgs", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "ProgressControllerHelper", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "ProgressControllerResult", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "ProgressEventArgs", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "ProgressStepDefinition", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "StepAttributes", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "StepExecution", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "StepExecutionChangedEventArgs", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "StepExecutionState", + "Namespace": "Microsoft.Alm.ProgressController" + }, + { + "Name": "ErrorNotificationMananger", + "Namespace": "Microsoft.Alm.ProgressController.ErrorNotification" + }, + { + "Name": "IErrorNotificationManager", + "Namespace": "Microsoft.Alm.ProgressController.ErrorNotification" + }, + { + "Name": "IProgressErrorNotifier", + "Namespace": "Microsoft.Alm.ProgressController.ErrorNotification" + }, + { + "Name": "BatchedObservableCollection`1", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "CollectionTransformation", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "TransformedCollection`3", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "AggregateCommand", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "CommandCollection", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "AsyncRelayCommand", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "IOwnedCommand", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "RelayCommand", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "CanExecuteDependsOnPropertyAttribute", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "DependsOnPropertyAttribute", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "NotifyPropertyChangedDispatcherObject", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "ValueDependsOnCollectionAttribute", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "ValueDependsOnExternalPropertyAttribute", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "ValueDependsOnPropertyAttribute", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "ViewModelBase", + "Namespace": "Microsoft.Alm.MVVM" + }, + { + "Name": "ArgumentListException", + "Namespace": "Microsoft.Alm.CommandLine" + }, + { + "Name": "ArgumentParser", + "Namespace": "Microsoft.Alm.CommandLine" + }, + { + "Name": "Arguments", + "Namespace": "Microsoft.Alm.CommandLine" + }, + { + "Name": "InvalidOptionDefinitionException", + "Namespace": "Microsoft.Alm.CommandLine" + }, + { + "Name": "IOptionResolver", + "Namespace": "Microsoft.Alm.CommandLine" + }, + { + "Name": "OptionResolverExtensions", + "Namespace": "Microsoft.Alm.CommandLine" + }, + { + "Name": "Option", + "Namespace": "Microsoft.Alm.CommandLine" + }, + { + "Name": "OptionDefinition", + "Namespace": "Microsoft.Alm.CommandLine" + }, + { + "Name": "OptionOccurrences", + "Namespace": "Microsoft.Alm.CommandLine" + }, + { + "Name": "OptionResolver", + "Namespace": "Microsoft.Alm.CommandLine" + }, + { + "Name": "OptionStyle", + "Namespace": "Microsoft.Alm.CommandLine" + }, + { + "Name": "PreprocessedArguments", + "Namespace": "Microsoft.Alm.CommandLine" + }, + { + "Name": "AsyncTaskEventArgs", + "Namespace": "Microsoft.Alm.Threading" + }, + { + "Name": "AsyncTaskManager", + "Namespace": "Microsoft.Alm.Threading" + }, + { + "Name": "ArgumentValidation", + "Namespace": "Microsoft.Alm.Common" + }, + { + "Name": "ValidatedNotNullAttribute", + "Namespace": "Microsoft.Alm.Common" + }, + { + "Name": "AlmTaskExtensions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "BranchPage", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "ConfirmationPage", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "TitleType", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "ButtonType", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "OrientationPanelStepMode", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "FiniteProgressPage", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "InfiniteProgressPage", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "ProgressPage", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "SummaryPage", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "WizardActionStatus", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "WizardAction", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "HelpInvokedEventHandler", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "HelpInvokedEventArgs", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "WizardForm", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "WizardFrameworkException", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "WizardPage", + "Namespace": "Microsoft.ApplicationId.Framework" + }, + { + "Name": "HelpLinkTextAndTopic", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "RuleWizard", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "BeforeYouStartPage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "PermissionsPage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "PermissionsControl", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "RestrictionsPage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "RestrictionsControl", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "RuleNamePage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "RuleNameControl", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "ConditionTypeEnum", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "ConditionTypePage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "FQPNPage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "FQPNControl", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "FQBNPage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "FQBNControl", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "HashPage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "HashControl", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "InvalidPathConditionException", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "InvalidPublisherConditionException", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "BrowseDSObjectsDialog", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "RuleControlChangedEventArgs", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "RuleControlChangedEventHandler", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "FQBNConditionForm", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "FQPNConditionForm", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "HashConditionForm", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "ProgressForm", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "AppxListView", + "Namespace": "Microsoft.ApplicationId.RuleWizard" + }, + { + "Name": "MyInstall", + "Namespace": "AppvPublishingServerWMI" + }, + { + "Name": "AppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvPublishingServerWMI" + }, + { + "Name": "AppvClientApplication", + "Namespace": "Microsoft.AppV.AppvClientWmi" + }, + { + "Name": "AppvClientAsset", + "Namespace": "Microsoft.AppV.AppvClientWmi" + }, + { + "Name": "AppvClientPackage", + "Namespace": "Microsoft.AppV.AppvClientWmi" + }, + { + "Name": "AppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientWmi" + }, + { + "Name": "CodeElementExtensions", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "CodeGenerationContext", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "CodeGenerator", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "CodeGeneratorFactory", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "CodeGeneratorInformation", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "ICategoryRegistrationService", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "ICodeGenerator", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "ICodeGeneratorActionsService", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "ICodeGeneratorDialogInvoker", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "ICodeGeneratorFilesLocator", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "CodePropertyExtensions", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "CodeTypeExtensions", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "CodeTypeRefExtensions", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "ICodeTypeService", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "IReflectedTypesService", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "IRollbackService", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "IVisualStudioInformation", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "IRollbackServiceUndoManagement", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "ProjectExtensions", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "ProjectLanguage", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "Categories", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "IServiceRegistrar", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "SCodeGeneratorDialog", + "Namespace": "Microsoft.AspNet.Scaffolding" + }, + { + "Name": "ITemplateInvoker", + "Namespace": "Microsoft.AspNet.Scaffolding.Templating" + }, + { + "Name": "ScaffoldingAssemblyDirectiveProcessor", + "Namespace": "Microsoft.AspNet.Scaffolding.Templating" + }, + { + "Name": "TemplateProcessingError", + "Namespace": "Microsoft.AspNet.Scaffolding.Templating" + }, + { + "Name": "TemplateProcessingResult", + "Namespace": "Microsoft.AspNet.Scaffolding.Templating" + }, + { + "Name": "INuGetService", + "Namespace": "Microsoft.AspNet.Scaffolding.NuGet" + }, + { + "Name": "NuGetPackage", + "Namespace": "Microsoft.AspNet.Scaffolding.NuGet" + }, + { + "Name": "NuGetRegistryRepository", + "Namespace": "Microsoft.AspNet.Scaffolding.NuGet" + }, + { + "Name": "NuGetRepository", + "Namespace": "Microsoft.AspNet.Scaffolding.NuGet" + }, + { + "Name": "NuGetSourceRepository", + "Namespace": "Microsoft.AspNet.Scaffolding.NuGet" + }, + { + "Name": "VSExtensionPackagesRepository", + "Namespace": "Microsoft.AspNet.Scaffolding.NuGet" + }, + { + "Name": "AssociationDirection", + "Namespace": "Microsoft.AspNet.Scaffolding.Core.Metadata" + }, + { + "Name": "ModelMetadata", + "Namespace": "Microsoft.AspNet.Scaffolding.Core.Metadata" + }, + { + "Name": "PropertyMetadata", + "Namespace": "Microsoft.AspNet.Scaffolding.Core.Metadata" + }, + { + "Name": "RelatedModelMetadata", + "Namespace": "Microsoft.AspNet.Scaffolding.Core.Metadata" + }, + { + "Name": "IVsPackageInstaller", + "Namespace": "NuGet.VisualStudio" + }, + { + "Name": "IVsPackageInstallerServices", + "Namespace": "NuGet.VisualStudio" + }, + { + "Name": "Reference", + "Namespace": "VSLangProj" + }, + { + "Name": "References", + "Namespace": "VSLangProj" + }, + { + "Name": "VSProject", + "Namespace": "VSLangProj" + }, + { + "Name": "DynamicModelResources", + "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework" + }, + { + "Name": "CodeTypeExtensions", + "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework" + }, + { + "Name": "IEntityFrameworkService", + "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework" + }, + { + "Name": "EFColumnProperties", + "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework.Infrastructure" + }, + { + "Name": "IDynamicModel", + "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework.Infrastructure" + }, + { + "Name": "IDynamicModelFactory", + "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework.Infrastructure" + }, + { + "Name": "IEFColumnPropertiesProvider", + "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework.Infrastructure" + }, + { + "Name": "MetadataReader", + "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework.Infrastructure" + }, + { + "Name": "Reference", + "Namespace": "VSLangProj" + }, + { + "Name": "References", + "Namespace": "VSLangProj" + }, + { + "Name": "VSProject", + "Namespace": "VSLangProj" + }, + { + "Name": "AddBitsFileCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "BitsPSSnapIn", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "BitsJobType", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "BitsJobState", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "BitsJobPriority", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "AuthenticationTargetValue", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "CostStates", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "BitsJobProxyUsage", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "BitsErrorContext", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "BitsErrorCondition", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "BitsFile", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "BitsJob", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "ClearBitsTransferCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "CompleteBitsTransferCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "GetBitsTransfer", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "NewBitsTransferCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "ResumeBitsTransferCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "SetBitsTransferCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "SuspendBitsTransferCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" + }, + { + "Name": "BuildAbortedException", + "Namespace": "Microsoft.Build.Exceptions" + }, + { + "Name": "InternalLoggerException", + "Namespace": "Microsoft.Build.Exceptions" + }, + { + "Name": "InvalidProjectFileException", + "Namespace": "Microsoft.Build.Exceptions" + }, + { + "Name": "InvalidToolsetDefinitionException", + "Namespace": "Microsoft.Build.Exceptions" + }, + { + "Name": "ForwardingLoggerRecord", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "WriteHandler", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "ColorSetter", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "ColorResetter", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "ConsoleLogger", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "DistributedFileLogger", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "ConfigurableForwardingLogger", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "LoggerDescription", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "FileLogger", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "ProjectElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectElementContainer", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectImportElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectImportGroupElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectItemDefinitionGroupElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectItemDefinitionElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectItemGroupElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectItemElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectMetadataElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectOnErrorElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectOtherwiseElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectOutputElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectExtensionsElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectPropertyGroupElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectPropertyElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectTargetElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectTaskElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectUsingTaskElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectRootElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectChooseElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectWhenElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "UsingTaskParameterGroupElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectUsingTaskParameterElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectUsingTaskBodyElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "SolutionConfigurationInSolution", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectConfigurationInSolution", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "SolutionProjectType", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectInSolution", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "SolutionFile", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ElementLocation", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectCollectionChangedState", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectCollectionChangedEventArgs", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectChangedEventArgs", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectXmlChangedEventArgs", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ToolsetDefinitionLocations", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectCollection", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectLoadSettings", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "Project", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectItem", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectItemDefinition", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectMetadata", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectProperty", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ResolvedImport", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "SubToolset", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "Toolset", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "NodeEngineShutdownReason", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildManager", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildParameters", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildSubmissionCompleteCallback", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildSubmission", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildRequestDataFlags", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildRequestData", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "OutOfProcNode", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildResultCode", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildResult", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "TargetResultCode", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ITargetResult", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "TargetResult", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "NodeAffinity", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "HostServices", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectTargetInstanceChild", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectTaskInstanceChild", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectInstanceSettings", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectItemDefinitionInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectItemGroupTaskInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectItemGroupTaskItemInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectItemGroupTaskMetadataInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectItemInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectMetadataInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectOnErrorInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectPropertyGroupTaskInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectPropertyGroupTaskPropertyInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectPropertyInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectTargetInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectTaskInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectTaskOutputItemInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectTaskOutputPropertyInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "DebuggerManager", + "Namespace": "Microsoft.Build.Debugging" + }, + { + "Name": "BuildAbortedException", + "Namespace": "Microsoft.Build.Exceptions" + }, + { + "Name": "InternalLoggerException", + "Namespace": "Microsoft.Build.Exceptions" + }, + { + "Name": "InvalidProjectFileException", + "Namespace": "Microsoft.Build.Exceptions" + }, + { + "Name": "InvalidToolsetDefinitionException", + "Namespace": "Microsoft.Build.Exceptions" + }, + { + "Name": "ForwardingLoggerRecord", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "WriteHandler", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "ColorSetter", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "ColorResetter", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "ConsoleLogger", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "DistributedFileLogger", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "ConfigurableForwardingLogger", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "LoggerDescription", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "FileLogger", + "Namespace": "Microsoft.Build.Logging" + }, + { + "Name": "ProjectElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectElementContainer", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectImportElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectImportGroupElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectItemDefinitionGroupElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectItemDefinitionElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectItemGroupElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectItemElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectMetadataElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectOnErrorElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectOtherwiseElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectOutputElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectExtensionsElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectPropertyGroupElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectPropertyElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectTargetElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectTaskElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectUsingTaskElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectRootElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectChooseElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectWhenElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "UsingTaskParameterGroupElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectUsingTaskParameterElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectUsingTaskBodyElement", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ElementLocation", + "Namespace": "Microsoft.Build.Construction" + }, + { + "Name": "ProjectCollectionChangedState", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectCollectionChangedEventArgs", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectChangedEventArgs", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectXmlChangedEventArgs", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ToolsetDefinitionLocations", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectCollection", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectLoadSettings", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "Project", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectItem", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectItemDefinition", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectMetadata", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ProjectProperty", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "ResolvedImport", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "SubToolset", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "Toolset", + "Namespace": "Microsoft.Build.Evaluation" + }, + { + "Name": "NodeEngineShutdownReason", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildManager", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildParameters", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildSubmissionCompleteCallback", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildSubmission", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildRequestDataFlags", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildRequestData", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "OutOfProcNode", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildResultCode", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "BuildResult", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "TargetResultCode", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ITargetResult", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "TargetResult", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "NodeAffinity", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "HostServices", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectTargetInstanceChild", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectTaskInstanceChild", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectInstanceSettings", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectItemDefinitionInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectItemGroupTaskInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectItemGroupTaskItemInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectItemGroupTaskMetadataInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectItemInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectMetadataInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectOnErrorInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectPropertyGroupTaskInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectPropertyGroupTaskPropertyInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectPropertyInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectTargetInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectTaskInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectTaskOutputItemInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectTaskOutputPropertyInstance", + "Namespace": "Microsoft.Build.Execution" + }, + { + "Name": "ProjectFileConverter", + "Namespace": "Microsoft.Build.Conversion" + }, + { + "Name": "ProjectFileConverter", + "Namespace": "Microsoft.Build.Conversion" + }, + { + "Name": "FXC", + "Namespace": "Microsoft.Build.FXCTask" + }, + { + "Name": "IsAssembly", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ClangCompile", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "CustomBuild", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "SetEnv", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "LIB", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "METAGEN", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "AsmMeta", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "MIBProcessDependencyGraphBase", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "MIBPreProcessDependencyGraph", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "MIBPostProcessDependencyGraph", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "MultiToolTask", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "RC", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "Mt", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "MIDL", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "TaskDependencyScheduler", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "TrackedVCToolTaskInterfaceHelper", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "XSD", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "BSCMake", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "XDCMake", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "VCToolTask", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "PropertyRelation", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "ArgumentRelation", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "ToolSwitchType", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "ToolSwitch", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "TrackedVCToolTask", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "Helpers", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "GetOutputFileName", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "CPPClean", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "VCMessage", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "CL", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "CLCommandLine", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "Link", + "Namespace": "Microsoft.Build.CPPTasks" + }, + { + "Name": "BuildTask", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildSettings", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ProjectLoadSettings", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ToolsetDefinitionLocations", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "Engine", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "Import", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ImportCollection", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "PropertyPosition", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "Project", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "Target", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "TargetCollection", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "Toolset", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ToolsetCollection", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "UsingTask", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "UsingTaskCollection", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "Utilities", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "InternalLoggerException", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "InvalidProjectFileException", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "InvalidToolsetDefinitionException", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "RemoteErrorException", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildItem", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildItemGroup", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildItemGroupCollection", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "LocalNode", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "WriteHandler", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ColorSetter", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ColorResetter", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ConsoleLogger", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "DistributedFileLogger", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ConfigurableForwardingLogger", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "LoggerDescription", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "FileLogger", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildProperty", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildPropertyGroup", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildPropertyGroupCollection", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "SolutionWrapperProject", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildTask", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildSettings", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ProjectLoadSettings", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ToolsetDefinitionLocations", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "Engine", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "Import", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ImportCollection", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "PropertyPosition", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "Project", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "Target", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "TargetCollection", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "Toolset", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ToolsetCollection", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "UsingTask", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "UsingTaskCollection", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "Utilities", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "InternalLoggerException", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "InvalidProjectFileException", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "InvalidToolsetDefinitionException", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "RemoteErrorException", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildItem", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildItemGroup", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildItemGroupCollection", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "LocalNode", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "WriteHandler", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ColorSetter", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ColorResetter", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ConsoleLogger", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "DistributedFileLogger", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "ConfigurableForwardingLogger", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "LoggerDescription", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "FileLogger", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildProperty", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildPropertyGroup", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildPropertyGroupCollection", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "SolutionWrapperProject", + "Namespace": "Microsoft.Build.BuildEngine" + }, + { + "Name": "BuildEngineResult", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildErrorEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "MessageImportance", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildMessageEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildStatusEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildWarningEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "CriticalBuildMessageEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "CustomBuildEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ExternalProjectFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ExternalProjectStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IBuildEngine3", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "RegisteredTaskObjectLifetime", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IBuildEngine4", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IGeneratedTask", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "LazyFormattedBuildEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IBuildEngine", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IBuildEngine2", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IEventRedirector", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildMessageEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildErrorEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildWarningEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "CustomBuildEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildStartedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildFinishedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ProjectStartedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ProjectFinishedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TargetStartedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TargetFinishedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TaskStartedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TaskFinishedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildStatusEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "AnyEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IEventSource", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IForwardingLogger", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "LoggerVerbosity", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ILogger", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "INodeLogger", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ITask", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ICancelableTask", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ITaskFactory", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ITaskFactory2", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ITaskHost", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ITaskItem", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ITaskItem2", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "LoadInSeparateAppDomainAttribute", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "LoggerException", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildEventContext", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "OutputAttribute", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ProjectFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ProjectStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "RequiredAttribute", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "RequiredRuntimeAttribute", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "RunInMTAAttribute", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "RunInSTAAttribute", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TargetFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TargetStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TaskCommandLineEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TaskFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TaskPropertyInfo", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TaskStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "Argument", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "BaseProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "BoolProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "Category", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "CategorySchema", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "ContentType", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "DefaultValueSourceLocation", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "DataSource", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "DynamicEnumProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "EnumProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "EnumValue", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "FileExtension", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "IntProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "IProjectSchemaNode", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "ItemType", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "NameValuePair", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "ProjectSchemaDefinitions", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "RuleOverrideMode", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "Rule", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "RuleBag", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "RuleSchema", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "StringListProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "StringProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "ValueEditor", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "BuildEngineResult", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildErrorEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "MessageImportance", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildMessageEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildStatusEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildWarningEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "CriticalBuildMessageEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "CustomBuildEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ExternalProjectFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ExternalProjectStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IBuildEngine3", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "RegisteredTaskObjectLifetime", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IBuildEngine4", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IGeneratedTask", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "LazyFormattedBuildEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IBuildEngine", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IBuildEngine2", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IEventRedirector", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildMessageEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildErrorEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildWarningEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "CustomBuildEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildStartedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildFinishedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ProjectStartedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ProjectFinishedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TargetStartedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TargetFinishedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TaskStartedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TaskFinishedEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildStatusEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "AnyEventHandler", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IEventSource", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "IForwardingLogger", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "LoggerVerbosity", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ILogger", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "INodeLogger", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ITask", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ICancelableTask", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ITaskFactory", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ITaskFactory2", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ITaskHost", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ITaskItem", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ITaskItem2", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "LoadInSeparateAppDomainAttribute", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "LoggerException", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "BuildEventContext", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "OutputAttribute", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ProjectFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "ProjectStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "RequiredAttribute", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "RequiredRuntimeAttribute", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "RunInMTAAttribute", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "RunInSTAAttribute", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TargetFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TargetStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TaskCommandLineEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TaskFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TaskPropertyInfo", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "TaskStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" + }, + { + "Name": "Argument", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "BaseProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "BoolProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "Category", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "CategorySchema", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "ContentType", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "DefaultValueSourceLocation", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "DataSource", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "DynamicEnumProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "EnumProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "EnumValue", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "FileExtension", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "IntProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "IProjectSchemaNode", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "ItemType", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "NameValuePair", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "ProjectSchemaDefinitions", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "RuleOverrideMode", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "Rule", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "RuleBag", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "RuleSchema", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "StringListProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "StringProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "ValueEditor", + "Namespace": "Microsoft.Build.Framework.XamlTypes" + }, + { + "Name": "RSAPKCS1SHA256SignatureDescription", + "Namespace": "System.Deployment.Internal.CodeSigning" + }, + { + "Name": "TaskLoggingHelperExtension", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "AL", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "AppDomainIsolatedTaskExtension", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "AspNetCompiler", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GenerateBindingRedirects", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveAssemblyReference", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "AssignCulture", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "AssignLinkMetadata", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "AssignProjectConfiguration", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "AssignTargetPath", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveComReference", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CallTarget", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CodeTaskFactory", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CombinePath", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CommandLineBuilderExtension", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ConvertToAbsolutePath", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Copy", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CreateCSharpManifestResourceName", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CreateItem", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CreateManifestResourceName", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CreateProperty", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CreateVisualBasicManifestResourceName", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Delete", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Error", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ErrorFromResources", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Exec", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ExtractedClassName", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ReadLinesFromFile", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "WriteLinesToFile", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "FindAppConfigFile", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "FindInList", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "FindInvalidProjectReferences", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "FormatUrl", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "FormatVersion", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GenerateApplicationManifest", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GenerateBootstrapper", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GenerateDeploymentManifest", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GenerateManifestBase", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GenerateTrustInfo", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GenerateResource", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GetAssemblyIdentity", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GetFrameworkPath", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GetFrameworkSdkPath", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GetInstalledSDKLocations", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GetReferenceAssemblyPaths", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GetSDKReferenceFiles", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "LC", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "FindUnderPath", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "RemoveDuplicates", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "MakeDir", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Move", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Message", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "MSBuild", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "IFixedTypeInfo", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "RegisterAssembly", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "RemoveDir", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveCodeAnalysisRuleSet", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveKeySource", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveManifestFiles", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveNativeReference", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveProjectBase", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveNonMSBuildProjectOutput", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveSDKReference", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "RequiresFramework35SP1Assembly", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "SGen", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "SignFile", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "TaskExtension", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ToolTaskExtension", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Touch", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "UnregisterAssembly", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "UpdateManifest", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "WinMDExp", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "WriteCodeFragment", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "XamlTaskFactory", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "XmlPeek", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "XmlPoke", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "XslTransformation", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Warning", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CommandLineGenerator", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "CommandLineToolSwitchType", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "CommandLineToolSwitch", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "PropertyRelation", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "CommandLineArgumentRelation", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "XamlDataDrivenToolTask", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "ICscHostObject", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "ICscHostObject2", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "ICscHostObject3", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "ICscHostObject4", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "IVbcHostObject", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "IVbcHostObject2", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "IVbcHostObject3", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "IVbcHostObject4", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "IVbcHostObject5", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "IVbcHostObjectFreeThreaded", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "IAnalyzerHostObject", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "ApplicationIdentity", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "ApplicationManifest", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "AssemblyIdentity", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "AssemblyManifest", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "AssemblyReferenceType", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "AssemblyReference", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "AssemblyReferenceCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "BaseReference", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "CompatibleFramework", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "CompatibleFrameworkCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "UpdateMode", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "UpdateUnit", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "DeployManifest", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "FileAssociation", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "FileAssociationCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "FileReference", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "ComClass", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "TypeLib", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "WindowClass", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "ProxyStub", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "FileReferenceCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "Manifest", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "ManifestReader", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "ManifestWriter", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "OutputMessageType", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "OutputMessage", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "OutputMessageCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "SecurityUtilities", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "TrustInfo", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "BootstrapperBuilder", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "BuildMessage", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "BuildResults", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "BuildSettings", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IBootstrapperBuilder", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IBuildSettings", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IProduct", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IProductCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IProductBuilder", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IProductBuilderCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IBuildResults", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IBuildMessage", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "BuildMessageSeverity", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "ComponentsLocation", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "Product", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "ProductBuilder", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "ProductBuilderCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "ProductCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "TaskLoggingHelperExtension", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "AL", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "AppDomainIsolatedTaskExtension", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "AspNetCompiler", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveAssemblyReference", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "AssignCulture", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "AssignProjectConfiguration", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "AssignTargetPath", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveComReference", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CallTarget", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CodeTaskFactory", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CombinePath", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CommandLineBuilderExtension", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ConvertToAbsolutePath", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Copy", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CreateCSharpManifestResourceName", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CreateItem", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CreateManifestResourceName", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CreateProperty", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CreateVisualBasicManifestResourceName", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Csc", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Delete", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Error", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Exec", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ExtractedClassName", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ReadLinesFromFile", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "WriteLinesToFile", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "FindAppConfigFile", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "FindInList", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "FormatUrl", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "FormatVersion", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GenerateApplicationManifest", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GenerateBootstrapper", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GenerateDeploymentManifest", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GenerateManifestBase", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GenerateTrustInfo", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GenerateResource", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GetAssemblyIdentity", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GetFrameworkPath", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GetFrameworkSdkPath", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GetInstalledSDKLocations", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GetReferenceAssemblyPaths", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "GetSDKReferenceFiles", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "LC", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "FindUnderPath", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "RemoveDuplicates", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "MakeDir", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ManagedCompiler", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Move", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Message", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "MSBuild", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "IFixedTypeInfo", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "RegisterAssembly", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "RemoveDir", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveKeySource", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveManifestFiles", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveNativeReference", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveProjectBase", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveNonMSBuildProjectOutput", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ResolveSDKReference", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "RequiresFramework35SP1Assembly", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "SGen", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "SignFile", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "TaskExtension", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "ToolTaskExtension", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Touch", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "UnregisterAssembly", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "UpdateManifest", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Vbc", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "WinMDExp", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "WriteCodeFragment", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "XamlTaskFactory", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "XmlPeek", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "XmlPoke", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "XslTransformation", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "Warning", + "Namespace": "Microsoft.Build.Tasks" + }, + { + "Name": "CommandLineGenerator", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "CommandLineToolSwitchType", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "CommandLineToolSwitch", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "PropertyRelation", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "CommandLineArgumentRelation", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "XamlDataDrivenToolTask", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "ICscHostObject", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "ICscHostObject2", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "ICscHostObject3", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "ICscHostObject4", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "IVbcHostObject", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "IVbcHostObject2", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "IVbcHostObject3", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "IVbcHostObject4", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "IVbcHostObject5", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "IVbcHostObjectFreeThreaded", + "Namespace": "Microsoft.Build.Tasks.Hosting" + }, + { + "Name": "ApplicationIdentity", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "ApplicationManifest", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "AssemblyIdentity", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "AssemblyManifest", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "AssemblyReferenceType", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "AssemblyReference", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "AssemblyReferenceCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "BaseReference", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "CompatibleFramework", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "CompatibleFrameworkCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "UpdateMode", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "UpdateUnit", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "DeployManifest", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "FileAssociation", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "FileAssociationCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "FileReference", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "ComClass", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "TypeLib", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "WindowClass", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "ProxyStub", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "FileReferenceCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "Manifest", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "ManifestReader", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "ManifestWriter", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "OutputMessageType", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "OutputMessage", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "OutputMessageCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "SecurityUtilities", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "TrustInfo", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" + }, + { + "Name": "BootstrapperBuilder", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "BuildMessage", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "BuildResults", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "BuildSettings", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IBootstrapperBuilder", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IBuildSettings", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IProduct", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IProductCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IProductBuilder", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IProductBuilderCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IBuildResults", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "IBuildMessage", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "BuildMessageSeverity", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "ComponentsLocation", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "Product", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "ProductBuilder", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "ProductBuilderCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "ProductCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" + }, + { + "Name": "RSAPKCS1SHA256SignatureDescription", + "Namespace": "System.Deployment.Internal.CodeSigning" + }, + { + "Name": "TaskLoggingHelper", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "AppDomainIsolatedTask", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "AssemblyFoldersExInfo", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "CommandLineBuilder", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "Logger", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "MuxLogger", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "ProcessorArchitecture", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "SDKType", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "TargetPlatformSDK", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "MultipleVersionSupport", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "SDKManifest", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "Task", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "TaskItem", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "TargetDotNetFrameworkVersion", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "VisualStudioVersion", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "DotNetFrameworkArchitecture", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "ToolLocationHelper", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "HostObjectInitializationStatus", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "ToolTask", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "CanonicalTrackedInputFiles", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "FlatTrackingData", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "UpToDateCheckType", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "ExecutableType", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "FileTracker", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "DependencyFilter", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "CanonicalTrackedOutputFiles", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "TrackedDependencies", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "TaskLoggingHelper", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "AppDomainIsolatedTask", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "AssemblyFoldersExInfo", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "CommandLineBuilder", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "Logger", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "MuxLogger", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "ProcessorArchitecture", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "TargetPlatformSDK", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "Task", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "TaskItem", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "TargetDotNetFrameworkVersion", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "VisualStudioVersion", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "DotNetFrameworkArchitecture", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "ToolLocationHelper", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "HostObjectInitializationStatus", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "ToolTask", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "CanonicalTrackedInputFiles", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "FlatTrackingData", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "UpToDateCheckType", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "ExecutableType", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "FileTracker", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "DependencyFilter", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "CanonicalTrackedOutputFiles", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "TrackedDependencies", + "Namespace": "Microsoft.Build.Utilities" + }, + { + "Name": "MyProviderInstaller", + "Namespace": "Microsoft.ConfigurationManager.WinRTProvider" + }, + { + "Name": "Windows8Application", + "Namespace": "Microsoft.ConfigurationManager.WinRTProvider" + }, + { + "Name": "Windows8ApplicationUserInfo", + "Namespace": "Microsoft.ConfigurationManager.WinRTProvider" + }, + { + "Name": "Log", + "Namespace": "Microsoft.ConfigurationManager.ManagedProvider" + }, + { + "Name": "LogTraceListener", + "Namespace": "Microsoft.ConfigurationManager.ManagedProvider" + }, + { + "Name": "CcmLogType", + "Namespace": "Microsoft.ConfigurationManagement.AdminConsole.SmsTraceListener" + }, + { + "Name": "CCMFormatTextWriterTraceListener", + "Namespace": "Microsoft.ConfigurationManagement.AdminConsole.SmsTraceListener" + }, + { + "Name": "SmsLogWriterTraceListener", + "Namespace": "Microsoft.ConfigurationManagement.AdminConsole.SmsTraceListener" + }, + { + "Name": "SmsTextWriterTraceListener", + "Namespace": "Microsoft.ConfigurationManagement.AdminConsole.SmsTraceListener" + }, + { + "Name": "Binder", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpArgumentInfo", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpArgumentInfoFlags", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "CSharpBinderFlags", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "RuntimeBinderException", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "RuntimeBinderInternalCompilerException", + "Namespace": "Microsoft.CSharp.RuntimeBinder" + }, + { + "Name": "EventSource", + "Namespace": "Microsoft.Data.Tools.Schema.Common" + }, + { + "Name": "QueryDeleteDatabaseEventArgs", + "Namespace": "Microsoft.Data.Tools.Schema.Common" + }, + { + "Name": "AfterDeleteDatabaseEventArgs", + "Namespace": "Microsoft.Data.Tools.Schema.Common" + }, + { + "Name": "ContextItem", + "Namespace": "Microsoft.Data.Tools.Design.Core.Context" + }, + { + "Name": "ContextItem`1", + "Namespace": "Microsoft.Data.Tools.Design.Core.Context" + }, + { + "Name": "ContextItemCollection", + "Namespace": "Microsoft.Data.Tools.Design.Core.Context" + }, + { + "Name": "ContextLayer", + "Namespace": "Microsoft.Data.Tools.Design.Core.Context" + }, + { + "Name": "EditingContext", + "Namespace": "Microsoft.Data.Tools.Design.Core.Context" + }, + { + "Name": "PublishServiceCallback", + "Namespace": "Microsoft.Data.Tools.Design.Core.Context" + }, + { + "Name": "PublishServiceCallback`1", + "Namespace": "Microsoft.Data.Tools.Design.Core.Context" + }, + { + "Name": "Selection`2", + "Namespace": "Microsoft.Data.Tools.Design.Core.Context" + }, + { + "Name": "ServiceCollection", + "Namespace": "Microsoft.Data.Tools.Design.Core.Context" + }, + { + "Name": "SubscribeContextCallback", + "Namespace": "Microsoft.Data.Tools.Design.Core.Context" + }, + { + "Name": "SubscribeContextCallback`1", + "Namespace": "Microsoft.Data.Tools.Design.Core.Context" + }, + { + "Name": "SubscribeServiceCallback", + "Namespace": "Microsoft.Data.Tools.Design.Core.Context" + }, + { + "Name": "SubscribeServiceCallback`1", + "Namespace": "Microsoft.Data.Tools.Design.Core.Context" + }, + { + "Name": "PerformEditResult", + "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" + }, + { + "Name": "EndEditFromLostFocusEvnetArgs", + "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" + }, + { + "Name": "EditableContentControl", + "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" + }, + { + "Name": "EditableContentControlWithSingleClickEdit", + "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" + }, + { + "Name": "LoadingUI", + "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" + }, + { + "Name": "StyledHyperlink", + "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" + }, + { + "Name": "BooleanToVisibilityHiddenConverter", + "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" + }, + { + "Name": "BooleanToVisibilityCollapsedConverter", + "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" + }, + { + "Name": "InverseBooleanConverter", + "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" + }, + { + "Name": "NullToVisibilityConverter", + "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" + }, + { + "Name": "NullToReverseVisibilityConverter", + "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" + }, + { + "Name": "SwitchConverter", + "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" + }, + { + "Name": "SwitchCase", + "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" + }, + { + "Name": "DatabaseTestClass", + "Namespace": "Microsoft.Data.Schema.UnitTesting" + }, + { + "Name": "DatabaseTestActions", + "Namespace": "Microsoft.Data.Schema.UnitTesting" + }, + { + "Name": "DatabaseTestAction", + "Namespace": "Microsoft.Data.Schema.UnitTesting" + }, + { + "Name": "ExecutionResult", + "Namespace": "Microsoft.Data.Schema.UnitTesting" + }, + { + "Name": "DatabaseTestServiceAdapter", + "Namespace": "Microsoft.Data.Schema.UnitTesting" + }, + { + "Name": "ExpectedSqlExceptionAttribute", + "Namespace": "Microsoft.Data.Schema.UnitTesting" + }, + { + "Name": "ChecksumCondition", + "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" + }, + { + "Name": "DataSetTestCondition", + "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" + }, + { + "Name": "EmptyResultSetCondition", + "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" + }, + { + "Name": "ExecutionTimeCondition", + "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" + }, + { + "Name": "ExpectedSchemaCondition", + "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" + }, + { + "Name": "InconclusiveCondition", + "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" + }, + { + "Name": "NotEmptyResultSetCondition", + "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" + }, + { + "Name": "RowCountCondition", + "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" + }, + { + "Name": "ScalarValueCondition", + "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" + }, + { + "Name": "TestCondition", + "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" + }, + { + "Name": "DtcTransactionPropagation", + "Namespace": "Microsoft.Dtc.PowerShell" + }, + { + "Name": "DtcCmdletBase", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics" + }, + { + "Name": "DtcDiagnosticException", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics" + }, + { + "Name": "DtcDiagnosticTransaction", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics" + }, + { + "Name": "DtcDiagnosticResourceManagerJob", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics" + }, + { + "Name": "SendDtcDiagnosticTransactionCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" + }, + { + "Name": "ReceiveDtcDiagnosticTransactionCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" + }, + { + "Name": "StartDtcDiagnosticResourceManagerCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" + }, + { + "Name": "StopDtcDiagnosticResourceManagerCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" + }, + { + "Name": "NewDtcDiagnosticTransactionCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" + }, + { + "Name": "JoinDtcDiagnosticResourceManagerCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" + }, + { + "Name": "UndoDtcDiagnosticTransactionCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" + }, + { + "Name": "CompleteDtcDiagnosticTransactionCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" + }, + { + "Name": "ServerContext", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "ReportingDataException", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "ReportingType", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "ReportingContext", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "GPOContext", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "RsopContext", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "Trustee", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "PolicySetting", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "ExtensionNames", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "ExtensionIDs", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "IReport", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "IReportFactory", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "ReportFactory", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "Backup", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "ExtensionResults", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "GPOExtension", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "GPOLink", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "GPOUserOrComputerConfig", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "GPO", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "LoggingStatusType", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "RsopExtensionStatus", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "RsopGPOInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "RsopGPLink", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "SOMType", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "SOMReason", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "RsopSOM", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "RsopTargetResults", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "RsopWMICompatibility", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "RsopDataType", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "Rsop", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "GPOIdentifier", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "ErrorDetails", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "GPOExtensionData", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "LoopbackMode", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "GPOScope", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "GPMStarterGPOType", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "Template", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "TemplateContext", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "TemplateIdentifier", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "TemplateUserOrComputerConfig", + "Namespace": "Microsoft.GroupPolicy.Reporting" + }, + { + "Name": "PolicySettingState", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html" + }, + { + "Name": "ISectionFormat", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html" + }, + { + "Name": "XmlDataIslandTemplate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" + }, + { + "Name": "CrimsonEventRecordSection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" + }, + { + "Name": "ExtensionProcessingTimeSection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" + }, + { + "Name": "Label", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" + }, + { + "Name": "PolicySectionTemplate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" + }, + { + "Name": "SinglePassEventsDetailsSection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" + }, + { + "Name": "XmlDataIslandsMainSectionTemplate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" + }, + { + "Name": "ObjectType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "TrusteeAccessEntry", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "GroupedAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "IndividualAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "AccessControlItemType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "Applicability", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "SecurityDescriptor", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "AuditValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "AuditType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "TrusteeAuditingEntry", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "SecurityDescriptorAuditing", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "AllowType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "PermissionType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "TrusteePermissionsEntry", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "SecurityDescriptorPermissions", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "Mapping", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "AccessMapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "AccessSpecifierCreator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "FileAccessSpecifierCreator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "FileGroupedAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "FileIndividualAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "GpoSecurityFlags", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "GpoTrusteeEntryCreator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "GPOGroupedAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "RegistryAccessSpecifierCreator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "RegistryGroupedAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "RegistryIndividualAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "ServiceAccessSpecifierCreator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "ServicesGroupedAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "ServicesIndividualAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "SIAccessSpecifierCreator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "SoftwareInstallationGroupedAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "CrimsonEventRecord", + "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" + }, + { + "Name": "ExtensionProcessingTime", + "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" + }, + { + "Name": "PolicyApplicationTrigger", + "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" + }, + { + "Name": "PolicyApplicationMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" + }, + { + "Name": "PolicyEventsDetails", + "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" + }, + { + "Name": "SinglePassEventsDetails", + "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" + }, + { + "Name": "IPolicyMakerSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "IPolicyMakerGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "IPolicyMakerRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilter", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterRunOnce", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterBattery", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterComputer", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterCpu", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterDisk", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterDomain", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterVariable", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterFile", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterCollection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterIpRange", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterLanguage", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterLdap", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterMacRange", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterMsi", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterOs", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterOrgUnit", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterPcmcia", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterPortable", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterRam", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterDate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterRegistry", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterGroup", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterSite", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterTerminal", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterTime", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterUser", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterWmi", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterProcMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerFilterDun", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerGPOSetting`1", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerAttributeNames", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerAttributeValues", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PolicyMakerRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "INSTANCERsopXmlElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "PROPERTYRsopXmlElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" + }, + { + "Name": "InternetRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" + }, + { + "Name": "IInternetProperty", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" + }, + { + "Name": "SubProperty", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" + }, + { + "Name": "InternetSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" + }, + { + "Name": "InternetProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" + }, + { + "Name": "InternetGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" + }, + { + "Name": "InternetGPOSettingIE7", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" + }, + { + "Name": "InternetGPOSettingIE8", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" + }, + { + "Name": "InternetGPOSettingIE10", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" + }, + { + "Name": "InternetSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" + }, + { + "Name": "InternetGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" + }, + { + "Name": "RegistryRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" + }, + { + "Name": "RegistryProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" + }, + { + "Name": "RegistryGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" + }, + { + "Name": "RegistryCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" + }, + { + "Name": "RegistrySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" + }, + { + "Name": "RegistryGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" + }, + { + "Name": "StartMenuRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" + }, + { + "Name": "StartMenuGPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" + }, + { + "Name": "StartMenuGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" + }, + { + "Name": "StartMenuGPOSettingVista", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" + }, + { + "Name": "StartMenuSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" + }, + { + "Name": "StartMenuGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" + }, + { + "Name": "RegionalOptionsRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.RegionalOptions" + }, + { + "Name": "RegionalOptionsGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.RegionalOptions" + }, + { + "Name": "RegionalOptionsSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.RegionalOptions" + }, + { + "Name": "RegionalOptionsGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.RegionalOptions" + }, + { + "Name": "LugsRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" + }, + { + "Name": "LocalGroupMember", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" + }, + { + "Name": "LocalGroupProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" + }, + { + "Name": "LugsGPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" + }, + { + "Name": "LocalUserGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" + }, + { + "Name": "LocalGroupGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" + }, + { + "Name": "LugsSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" + }, + { + "Name": "LugsGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" + }, + { + "Name": "NetworkOptionsRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" + }, + { + "Name": "NetworkOptionsGPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" + }, + { + "Name": "NetworkOptionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" + }, + { + "Name": "DialupOptionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" + }, + { + "Name": "NetworkOptionsSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" + }, + { + "Name": "NetworkOptionsGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" + }, + { + "Name": "PrintersRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" + }, + { + "Name": "PrintersGPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" + }, + { + "Name": "LocalPrinterGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" + }, + { + "Name": "PortPrinterGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" + }, + { + "Name": "SharedPrinterGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" + }, + { + "Name": "PrintersSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" + }, + { + "Name": "PrintersGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" + }, + { + "Name": "ScheduledTasksRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "TaskCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTaskCommonRepetition", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTaskCommonTriggers", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "TriggerCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "BootCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "IdleCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "TimeCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "EventCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "LogonCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "SessionCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "CalendarCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "RegistrationCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "CalendarDailyGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "CalendarWeeklyGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "CalendarMonth", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "January", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "February", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "March", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "April", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "May", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "June", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "July", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "August", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "September", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "October", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "November", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "December", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "WeekDay", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "Monday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "Tuesday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "Wednesday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "Thursday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "Friday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "Saturday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "Sunday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "CalendarMonthlyGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "CalendarMonthlyByDayOfWeekGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ExecActionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "SendMailActionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ShowMessageActionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTaskV2Principal", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTaskV2RestartOnFailure", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTaskV2NetworkSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTaskV2IdleSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTaskV2Settings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTaskV2RegistrationInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTaskProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTasksGPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTasksV2GPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTasksGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ImmediateTaskGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTasksV2GPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ImmediateTaskV2GPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTasksSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "ScheduledTasksGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" + }, + { + "Name": "NetworkShareRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkShares" + }, + { + "Name": "NetworkShareGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkShares" + }, + { + "Name": "NetworkSharesSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkShares" + }, + { + "Name": "NetworkSharesGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkShares" + }, + { + "Name": "ServiceRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Services" + }, + { + "Name": "ServiceGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Services" + }, + { + "Name": "ServiceSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Services" + }, + { + "Name": "ServiceGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Services" + }, + { + "Name": "DevicesRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Devices" + }, + { + "Name": "DevicesGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Devices" + }, + { + "Name": "DevicesSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Devices" + }, + { + "Name": "DevicesGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Devices" + }, + { + "Name": "IniFilesSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.IniFiles" + }, + { + "Name": "IniFilesGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.IniFiles" + }, + { + "Name": "IniFileRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.IniFiles" + }, + { + "Name": "IniFileGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.IniFiles" + }, + { + "Name": "DataSourcesRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" + }, + { + "Name": "DataSourcesAttribute", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" + }, + { + "Name": "DataSourcesProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" + }, + { + "Name": "DataSourcesGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" + }, + { + "Name": "DataSourcesSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" + }, + { + "Name": "DataSourcesGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" + }, + { + "Name": "ShortcutRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Shortcuts" + }, + { + "Name": "ShortcutGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Shortcuts" + }, + { + "Name": "ShortcutSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Shortcuts" + }, + { + "Name": "ShortcutGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Shortcuts" + }, + { + "Name": "FilesRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Files" + }, + { + "Name": "FilesGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Files" + }, + { + "Name": "FilesSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Files" + }, + { + "Name": "FilesGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Files" + }, + { + "Name": "DriveMapRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DriveMaps" + }, + { + "Name": "DriveMapGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DriveMaps" + }, + { + "Name": "DriveMapSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DriveMaps" + }, + { + "Name": "DriveMapGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DriveMaps" + }, + { + "Name": "FoldersRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Folders" + }, + { + "Name": "FolderGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Folders" + }, + { + "Name": "FoldersSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Folders" + }, + { + "Name": "FoldersGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Folders" + }, + { + "Name": "FolderOptionsRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" + }, + { + "Name": "FileTypeAction", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" + }, + { + "Name": "FolderOptionProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" + }, + { + "Name": "FolderOptionsGPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" + }, + { + "Name": "FileTypeOptionsGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" + }, + { + "Name": "OpenWithOptionsGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" + }, + { + "Name": "FolderOptionFilter", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" + }, + { + "Name": "GlobalFolderOptionsGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" + }, + { + "Name": "GlobalFolderOptionsVistaGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" + }, + { + "Name": "FolderOptionsSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" + }, + { + "Name": "FolderOptionsGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" + }, + { + "Name": "EnvironmentVariablesRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Environment" + }, + { + "Name": "EnvironmentVariablesGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Environment" + }, + { + "Name": "EnvironmentVariablesSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Environment" + }, + { + "Name": "EnvironmentVariablesGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Environment" + }, + { + "Name": "PowerOptionsRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" + }, + { + "Name": "PowerOptionsGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" + }, + { + "Name": "PowerOptionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" + }, + { + "Name": "PowerSchemeGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" + }, + { + "Name": "PowerPlanGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" + }, + { + "Name": "PowerOptionsSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" + }, + { + "Name": "PowerOptionsGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" + }, + { + "Name": "PowerOptionsAttributeNames", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" + }, + { + "Name": "PowerOptionsAttributeValues", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" + }, + { + "Name": "NrptSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Nrpt" + }, + { + "Name": "NrptGlobalSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Nrpt" + }, + { + "Name": "NrptRuleSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Nrpt" + }, + { + "Name": "EnforcementMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "FileHash", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "FileHashCondition", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "FileHashRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "FileInformation", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "FilePath", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "FilePathCondition", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "FilePathRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "FilePathRuleExceptions", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "FilePublisher", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "FilePublisherCondition", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "FilePublisherRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "FilePublisherRuleExceptions", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "FileVersionRange", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "Policy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "PolicyConverter", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "RuleAction", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "Mode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "Hash", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "RsopConverter", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "RuleCollection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" + }, + { + "Name": "EQoSSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.EQoS" + }, + { + "Name": "QoSPolicy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.EQoS" + }, + { + "Name": "QoSTCPAutoTuningSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.EQoS" + }, + { + "Name": "QoSAppDscpMarkingSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.EQoS" + }, + { + "Name": "NapClientManagementSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" + }, + { + "Name": "TracingSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" + }, + { + "Name": "EnforcementClientType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" + }, + { + "Name": "EnforcementClientSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" + }, + { + "Name": "UISettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" + }, + { + "Name": "HraRequestPolicyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" + }, + { + "Name": "HraRequestPolicySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" + }, + { + "Name": "TrustedServerType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" + }, + { + "Name": "TrustedServerGroupType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" + }, + { + "Name": "TrustedServerGroupSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" + }, + { + "Name": "PrinterConnectionSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PrinterConnections" + }, + { + "Name": "PrinterConnectionSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PrinterConnections" + }, + { + "Name": "PublicKeySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "RegUInt32Setting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "AutoEnrollmentSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "AutoEnrollOptions", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "KeyRoamingSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "CertificateTrustList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "RootCertificate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "SystemCertificate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "RootCertificateSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "CertificateSettingsStores", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "CertificateSettingsRevocation", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "CertificateSettingsNetworkRetrieval", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "CertificateSettingsTrustedPublishers", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "AutomaticCertificate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "EFSRecoveryAgent", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "EFSSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" + }, + { + "Name": "SoftwareRestrictionSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "SoftwareRestrictionGeneralProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "ApplicableBinaries", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "ApplicableUsers", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "CertificateRulesEnabled", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "TrustedPublishers", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "TrustedPublishersPublishSelector", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "TrustedPublishersRevokeCheck", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "Rule_at", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "SecurityLevel", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "PathRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "InternetZoneRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "Zone", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "HashRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "CertificateRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" + }, + { + "Name": "SetupStateType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.RemoteInstallation" + }, + { + "Name": "RemoteInstallationSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.RemoteInstallation" + }, + { + "Name": "RemoteInstallationSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.RemoteInstallation" + }, + { + "Name": "BitmapPathsSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "BooleanSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "BrowserAutoConfigSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "BrowserTitleSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "DialupType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "ConnectionSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "IEAKRsopPrecedenceComparer", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "IEAKRsopReader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "EscState", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "InternetExplorerSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "ProxyAddress", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "ProxySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "StringSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "ToolbarButtonSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "URLSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "ProgramSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "Zone", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "SecurityLevel", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "SecurityZoneSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "LocalZoneSites", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "SecurityZoneAndPrivacySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "CustomZoneSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "CustomZoneSettingNames", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "CustomZoneSettingValues", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "PrivacyLevel", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "CookieAction", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "PrivacySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "AuthenticodeTrustedPublishers", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "SecurityValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "SecurityInfParser", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" + }, + { + "Name": "Dot3SvcSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" + }, + { + "Name": "Dot3SvcSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" + }, + { + "Name": "LanPolicy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" + }, + { + "Name": "LanPolicyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" + }, + { + "Name": "LanPolicyGlobalFlags", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" + }, + { + "Name": "LanPolicyProfileList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" + }, + { + "Name": "LanProfile", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" + }, + { + "Name": "LanProfileMsm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" + }, + { + "Name": "LanProfileMsmSecurity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" + }, + { + "Name": "WLanSvcSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanSvcSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanPolicy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanPolicyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanPolicyGlobalFlags", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanPolicyNetworkFilter", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanPolicyNetworkFilterBlockList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanPolicyNetworkFilterAllowList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "networkItemType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "networkTypeType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanPolicyProfileList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileConnectionType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileConnectionMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileAdhocType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfile", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileIhv", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileIhvOuiHeader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileIhvConnectivity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileIhvSecurity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileMsmConnectivityPhyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileMsm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileMsmConnectivity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileMsmSecurityPMKCacheMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileMsmSecurityPreAuthMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileMsmSecuritySharedKeyKeyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileMsmSecurityAuthEncryptionAuthentication", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileMsmSecurityAuthEncryptionEncryption", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileMsmSecurity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileMsmSecuritySharedKey", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileMsmSecurityAuthEncryption", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "OneX", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "OneXSupplicantMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "OneXAuthMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "OneXEapConfig", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "OneXSSO", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "SingleSignOnType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileSsidConfig", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WLanProfileSsidConfigSsid", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "StoreInterface", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" + }, + { + "Name": "WindowsFirewallSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "WindowsFirewallSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "BooleanSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "StringSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "UnsignedIntSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "FirewallEnum", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "KeyExchangeAlgorithm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "EncryptionAlgorithm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "HashAlgorithm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "Protocol", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "AHHashAlgorithm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "ESPHashAlgorithm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "PerfectForwardSecrecy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "ConnectionSecurityAuthenticationSuiteMethod", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "ConnectionSecurityRuleAction", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "FirewallRuleAction", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "TrafficDirection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "InterfaceType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "FirewallProfile", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "SecurityLevel", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "GlobalSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "PerProfileSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "FirewallRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "ConnectionSecurityRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "ConnectionSecurityAuthenticationSet", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "ConnectionSecurityAuthenticationSuite", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "ConnectionSecurityPhase1CryptographicSet", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "ConnectionSecurityPhase1CryptographicSuite", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "ConnectionSecurityPhase2CryptographicSet", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "ConnectionSecurityPhase2CryptographicSuite", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" + }, + { + "Name": "IPSecuritySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.IPSec" + }, + { + "Name": "IPSecuritySetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.IPSec" + }, + { + "Name": "IPSecRsopReader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.IPSec" + }, + { + "Name": "ReportingAdmException", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "ReportingAdmxException", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "IAdmNamedElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "IConfigurablePolicyElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "AdmNamedElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PolicyState", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "RegistryEntryMapElementValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "AdmSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "AdmTokenType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "AdmToken", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "AdmTokenizer", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "StringSection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "ActionList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "RegistrySetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "RegistrySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "RegType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "RegistryValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "RegistryValues", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "UnknownType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "RegUtility", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "RegistryConstants", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PolicyTree", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PolicyClass", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PolicyCategory", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PolicyData", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PolicyElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PartCheckBox", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PartComboBox", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PartDropDownList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "ItemList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "Item", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PartEditText", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PartListBox", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "ListBoxElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "ListBoxValues", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PartNumeric", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PartLongNumeric", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PartMultiText", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "PartText", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "AdditionalPolicyElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "CommentStore", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" + }, + { + "Name": "ScriptType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Scripts" + }, + { + "Name": "PSRunOrder", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Scripts" + }, + { + "Name": "ScriptSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Scripts" + }, + { + "Name": "ScriptSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Scripts" + }, + { + "Name": "AccountPolicyName", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "AccountPolicyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "AccountPolicy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "LocalPoliciesAuditValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "LocalPoliciesAudit", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "LocalPoliciesSystemAccessName", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "Strings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "LocalPoliciesRegType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "LocalPoliciesSecurityOptions", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "DisplayField", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "DisplayFields", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "LocalPoliciesSecurityOptionsDisplay", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "LocalPoliciesUserRightsAssignmentType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "LocalPoliciesUserRightsAssignment", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "SecurityType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "PathSecurity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "RestrictedGroups", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "EventLogName", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "EventLogCategory", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "SecurityEventLog", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "SecurityFile", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "SecurityRegistry", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "SecurityRsopReader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "SettingType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "LogRetentionMethod", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "SecuritySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "ServiceStartupMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "SystemServices", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" + }, + { + "Name": "EligibilityValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "LanguageMatch", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "ApplyCauseValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "AppliedResult", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "ARPResult", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "DeploymentTypeValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "InstallationUILevel", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "LossOfScopeAction", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "MsiPackage", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "MsiPackageUpgrades", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "MsiPackagesUpgradedBy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "ItemChoiceType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "OnDemandEntity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "PackageBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "PackageInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "RemovalCause", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "RemovalTypeValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "RemovedResult", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "SICategories", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "SITypes", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "SIRsopReader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "SoftwareInstallationSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "ZapPackage", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" + }, + { + "Name": "FolderRedirectionSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" + }, + { + "Name": "RemovalBehavior", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" + }, + { + "Name": "ConfigurationControlType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" + }, + { + "Name": "PrimaryComputerEvaluationType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" + }, + { + "Name": "FolderSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" + }, + { + "Name": "FolderSettingLocation", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" + }, + { + "Name": "CapSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Cap" + }, + { + "Name": "AuditSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Auditing" + }, + { + "Name": "AuditSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Auditing" + }, + { + "Name": "GlobalSaclType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Auditing" + }, + { + "Name": "GlobalSaclSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Auditing" + }, + { + "Name": "BlobReader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "PrecedenceType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "RsopReader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "IniSection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "IniParser", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "ByteConverter", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "FileUtil", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "NonUniqueKeysSortedList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "EnumeratorPosition", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "NonUniqueKeysSortedListEnumerator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "Dbg", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "IMapEntry", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "Mapping", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "EntryTypeValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "ItemChoiceType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "IMigrationTable", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "MigrationTable", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "CtlExt", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "ResourceDllUtil", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "ConvertVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "DismountVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "GetVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "MergeVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "MountVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "NewVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "OptimizeVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "ResizeVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "SetVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "TestVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "VirtualHardDisk", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "VhdCompactMode", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "VhdType", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "VhdFormat", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "ErrorCode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualizationNullArgumentException", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualizationManagementException", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualizationOperationFailedException", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ValidateVirtualHardDiskException", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualizationOperation", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualizationInvalidArgumentException", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualizationWarningException", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ICacheable", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ControllerType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMBios", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMFirmware", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMFloppyDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "DriveBase", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "Drive", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "DvdDrive", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "HardDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMDriveController", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMIdeController", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMFloppyDriveController", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMScsiController", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationAuthorizationEntry", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMIntegrationComponent", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ShutdownComponent", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "DataExchangeComponent", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "CopyFileSourceType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "GuestServiceInterfaceComponent", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMemory", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ModuleInitializer", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMigrationNetwork", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterAclDirection", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterAclAction", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterAclType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterAclSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterExtendedAclDirection", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterExtendedAclAction", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterExtendedAclSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterIsolationMode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterIsolationSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterRoutingDomainSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterPortMirroringMode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterVlanMode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterPrivateVlanMode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterVlanSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterBandwidthSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterBase", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMInternalOrExternalNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMInternalNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMExternalNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterConnectionTestResult", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMProcessor", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMEthernetResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMProcessorResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMFcResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMemoryResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMStorageResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMIsoResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMVfdResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMVhdResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationServer", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMRemoteFx3DVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMComPort", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "SnapshotType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "SyntheticDisplayController", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "S3DisplayController", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "DeviceSettingType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "IntegrationService", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "StartAction", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "StopAction", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "TaskStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "TaskType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMHealthState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMOtherEnabledState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMIntegrationComponentOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMHeartbeatStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "BootDevice", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMemoryStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ReplicationAuthenticationType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "RecoveryAuthenticationType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationHealthState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationServerOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ReplicationWmiState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "DvdMediaType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationMode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationRelationshipType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "OnOffState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "InUseState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "MigrationAuthenticationType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMigrationPerformance", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ICStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "IPProtocolPreference", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMTraceLevels", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMTraceTagFormatLevels", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMTrace", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMPortAclMeteringReport", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterPortAclMeteringReport", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMResourcePoolPortAclMeteringReport", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMResourceReport", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualHardDiskMetrics", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMeteringReportForVirtualMachine", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMeteringReportForResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualizationObject", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMComponentObject", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "KeyValuePairItemPool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualMachineBase", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualMachine", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMBootSourceType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMBootSource", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMConnectAceAccessType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMConnectAce", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "OperationType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMCompatibilityReport", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMCompatibilityError", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMHost", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMHostNumaNode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMJob", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchBandwidthMode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNumaNodeStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMFibreChannelHba", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationBase", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplication", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationHealth", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMCurrentTask", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMRemoteFXPhysicalVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "SanExternalPortsModification", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSan", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMigrationPerformer", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMStorageMigrationPerformer", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionData", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionSwitchData", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionPortData", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionSyntheticOrEmulatedPortData", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionSyntheticPortData", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionEmulatedPortData", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionExternalPortData", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionInternalPortData", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionFeature", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSystemSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionSyntheticOrEmulatedPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionSyntheticPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionEmulatedPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionExternalPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionInternalPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSynthetic3DVideoPool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSystemSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMResource", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMPoolResource", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "AutoCollection`2", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ClusterVerifyPathResult", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ClusterManagementService", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "MetricCollectionEnabled", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ResourcePoolConfigurationService", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualEthernetSwitchManagementService", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualManagementServiceBase", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualManagementService", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualSystemSnapshotService", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "WmiNetworkAdapterAclApplicability", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "IovInterruptModerationValue", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "WmiProtocolIFType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMResourcePoolType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "WmiSynthetic3DService", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ObjectKey", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "CmdletId", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "WinSoftwareQualityMetricApi", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "AddVMDvdDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMFibreChannelHbaCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMHardDiskDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMMigrationNetworkCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMNetworkAdapterAclCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMNetworkAdapterExtendedAclCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVmNetworkAdapterRoutingDomainMappingCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMRemoteFX3dVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMScsiControllerCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMStoragePathCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMSwitchCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMSwitchExtensionPortFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMSwitchExtensionSwitchFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "CheckpointVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "CommonVMParameterCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "MinVMResourceParameterCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "VMNetworkAdapterCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "VMNetworkAdapterGetCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "VMSwitchExtensionPortFeatureOrDataCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "VMSwitchExtensionSwitchFeatureCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "CompareVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "CompleteVMFailoverCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ConnectVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ConnectVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "CopyVMFileCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DebugVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMEventingCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMIntegrationServiceCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMMigrationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMRemoteFXPhysicalVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMResourceMeteringCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMSwitchExtensionCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisconnectVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisconnectVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMDriveCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMEventingCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMIntegrationServiceCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMMigrationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMRemoteFXPhysicalVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMResourceMeteringCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMSwitchExtensionCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ExportVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ExportVMSnapshotCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMBiosCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMFirmwareCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMComportCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMConnectAccessCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMDvdDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMFibreChannelHbaCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMFloppyDiskDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMHardDiskDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMHostCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMHostNUMANodeCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMHostNumaNodeStatusCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMIdeControllerCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMIntegrationServiceCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMMemoryCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMMigrationNetworkCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterAclCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterExtendedAclCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterIsolationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterRoutingDomainMappingCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterFailoverConfigurationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterVlanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMProcessorCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMRemoteFx3dVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMRemoteFXPhysicalVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetFRAuthorizationEntryCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetReplicationServerCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMResourcePoolCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMScsiControllerCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSnapshotCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMStoragePathCmdletCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSwitchCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSwitchExtensionCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSwitchExtensionPortDataCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSwitchExtensionPortFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSwitchExtensionSwitchDataCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSwitchExtensionSwitchFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSystemSwitchExtensionCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSystemSwitchExtensionFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSystemSwitchExtensionPortFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSystemSwitchExtensionSwitchFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GrantVMConnectAccessCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ImportVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ImportVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "MeasureVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "MeasureVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "MeasureVMResourcePoolCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "MoveVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "MoveVMStorageCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "NewVfdCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "NewVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "NewFRAuthorizationEntryCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "NewVMResourcePoolCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "NewVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "NewVMSwitchCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMDvdDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMFibreChannelHbaCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMHardDiskDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMMigrationNetworkCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMNetworkAdapterAclCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMNetworkAdapterExtendedAclCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMNetworkAdapterRoutingDomainMappingCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMRemoteFx3dVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveFRAuthorizationEntryCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMResourcePoolCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMSavedStateCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMScsiControllerCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMSnapshotCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMStoragePathCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMSwitchCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMSwitchExtensionPortFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMSwitchExtensionSwitchFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RenameVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RenameVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RenameVMResourcePoolCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RenameVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RenameVMSnapshotCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RenameVMSwitchCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RepairVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "VMReplicationCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "VMReplicationCmdletEx", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ResetVMReplicationStatisticsCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ResetVMResourceMeteringCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RestartVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RestoreVMSnapshotCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ResumeVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ResumeVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RevokeVMConnectAccessCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SaveVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMBiosCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMFirmwareCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMComportCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMDvdDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMFibreChannelHbaCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMFloppyDiskDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMHardDiskDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMHostCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMMemoryCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMMigrationNetworkCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMNetworkAdapterFailoverConfigurationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMNetworkAdapterVlanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVmNetworkAdapterIsolationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVmNetworkAdapterRoutingDomainMappingCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMProcessorCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMRemoteFx3dVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetFRAuthorizationEntryCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetReplicationServerCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMResourcePoolCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMSwitchCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMSwitchExtensionPortFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMSwitchExtensionSwitchFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StartVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StartVMFailoverCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StartVMInitialReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StopVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StopVMFailoverCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StopVMInitialReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StopVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SuspendVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SuspendVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "TestVMReplicationConnectionCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "VMCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "TestVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DriveControllerLocator", + "Namespace": "Microsoft.HyperV.PowerShell.Commands.Utilities" + }, + { + "Name": "ConvertVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "DismountVHD", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "GetVHD", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "GetVHDSet", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "GetVHDSnapshot", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "MergeVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "MountVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "NewVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "OptimizeVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "OptimizeVHDSet", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "RemoveVHDSnapshot", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "ResizeVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "SetVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "TestVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" + }, + { + "Name": "AddVmAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMDvdDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMFibreChannelHba", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMGpuPartitionAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMGroupMember", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMHardDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVmHostAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMKeyStorageDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMMigrationNetwork", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMNetworkAdapterAcl", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMNetworkAdapterExtendedAcl", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVmNetworkAdapterRoutingDomainMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMPmemController", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMRemoteFX3dVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMScsiController", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMStoragePath", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "AddVMSwitchTeamMember", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "CheckpointVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "CompareVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "CompleteVMFailover", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ConnectVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ConnectVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "CopyVMFile", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DebugVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMConsoleSupport", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMEventing", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMIntegrationService", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMMigration", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMRemoteFXPhysicalVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMResourceMetering", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisableVMTPM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisconnectVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DisconnectVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "DismountVMHostAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMConsoleSupport", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMEventing", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMIntegrationService", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMMigration", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMRemoteFXPhysicalVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMResourceMetering", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "EnableVMTPM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ExportVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ExportVMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMBios", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMConnectAccess", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMComPort", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMDvdDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMFibreChannelHba", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMFirmware", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMFloppyDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMGpuPartitionAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMGroup", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMHardDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMHost", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMHostAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMHostCluster", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMHostNumaNode", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMHostNumaNodeStatus", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMHostSupportedVersion", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMIdeController", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMIntegrationService", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMKeyProtector", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMKeyStorageDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMMemory", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMMigrationNetwork", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterAcl", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterExtendedAcl", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterFailoverConfiguration", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterIsolation", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterRdma", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterRoutingDomainMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterTeamMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMNetworkAdapterVlan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMPartitionableGpu", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMPmemController", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMProcessor", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMRemoteFx3dVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMRemoteFXPhysicalVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMReplicationAuthorizationEntry", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMReplicationServer", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMScsiController", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSecurity", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMStoragePath", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMStorageSettings", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSwitchTeam", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSwitchExtensionPortData", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSwitchExtensionSwitchData", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSystemSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSystemSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMSystemSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GetVMVideo", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "GrantVMConnectAccess", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ImportVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ImportVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "MeasureVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "MeasureVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "MeasureVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "MountVMHostAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "MoveVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "MoveVMStorage", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "NewVfd", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "NewVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "NewVMGroup", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "NewVMReplicationAuthorizationEntry", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "NewVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "NewVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "NewVMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMDvdDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMFibreChannelHba", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMGpuPartitionAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMGroup", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMGroupMember", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMHardDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVmHostAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMKeyStorageDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMMigrationNetwork", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMNetworkAdapterAcl", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMNetworkAdapterExtendedAcl", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMNetworkAdapterRoutingDomainMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMNetworkAdapterTeamMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMPmemController", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMRemoteFx3dVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMReplicationAuthorizationEntry", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMSavedState", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMScsiController", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMStoragePath", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RemoveVMSwitchTeamMember", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RenameVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RenameVMGroup", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RenameVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RenameVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RenameVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RenameVMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RenameVMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RepairVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ResetVMReplicationStatistics", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ResetVMResourceMetering", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RestartVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RestoreVMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ResumeVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ResumeVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "RevokeVMConnectAccess", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SaveVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMBios", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMComPort", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMDvdDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMFibreChannelHba", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMFirmware", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMFloppyDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMGpuPartitionAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMHardDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMHost", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMHostCluster", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMKeyProtector", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMKeyStorageDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMMemory", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMMigrationNetwork", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMNetworkAdapterFailoverConfiguration", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVmNetworkAdapterIsolation", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMNetworkAdapterRdma", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVmNetworkAdapterRoutingDomainMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMNetworkAdapterTeamMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMNetworkAdapterVlan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMPartitionableGpu", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMProcessor", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMRemoteFx3dVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMReplicationAuthorizationEntry", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMReplicationServer", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMSecurity", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMSecurityPolicy", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMStorageSettings", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMSwitchTeam", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SetVMVideo", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StartVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StartVMFailover", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StartVMInitialReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StartVMTrace", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StopVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StopVMFailover", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StopVMInitialReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StopVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "StopVMTrace", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SuspendVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "SuspendVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "TestVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "TestVMReplicationConnection", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "UpdateVMVersion", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "VirtualizationCmdlet`1", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "VirtualizationCmdletBase", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "VirtualizationCreationCmdlet`1", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "WaitVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "VirtualMachineParameterType", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "CredentialArrayAttribute", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "ModuleInitializer", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "VmJob", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" + }, + { + "Name": "VHDSetInfo", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "VHDSnapshotInfo", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "VhdCompactMode", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "VhdType", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "VhdFormat", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "VirtualHardDisk", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "MountedDiskImage", + "Namespace": "Microsoft.Vhd.PowerShell" + }, + { + "Name": "VMNetworkAdapterType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterPortMirroringMode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "IovInterruptModerationValue", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "TaskUpdateEventArgs", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "StartAction", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "StopAction", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "CriticalErrorAction", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "TaskStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMIntegrationComponentOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMHeartbeatStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "BootDevice", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMemoryStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ReplicationAuthenticationType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "RecoveryAuthenticationType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationHealthState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationServerOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ReplicationWmiState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "DvdMediaType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ControllerType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "CacheAttributes", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationMode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationRelationshipType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "OnOffState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "MigrationAuthenticationType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMigrationPerformance", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ICStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "IPProtocolPreference", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "CheckpointType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "CaptureLiveState", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "GroupType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ConsoleModeType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMProcessorOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "WmiProtocolIFType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ThreadCount", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualizationException", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "CollectionDataUpdater`1", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "CustomDataUpdater`1", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "DataUpdater`1", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "DataUpdaterBase`1", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "DependentObjectDataUpdater`1", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "UpdatePolicy", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "IDataUpdater`1", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "SummaryInformationDataUpdater", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "TemplateObjectDataUpdater`1", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMHost", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMHostCluster", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMHostNumaNode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMHostSupportedVersion", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNumaNodeStatus", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMPartitionableGpu", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMRemoteFXPhysicalVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VHDMetrics", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMPortAclMeteringReport", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterPortAclMeteringReport", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMResourcePoolPortAclMeteringReport", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMResourceReport", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMeteringReportForVirtualMachine", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMeteringReportForResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "IVMNetworkAdapterOwner", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMExternalNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMInternalNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMInternalOrExternalNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterAclDirection", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterAclAction", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterAclType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterAclSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterBandwidthSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterBase", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterConnectionTestResult", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterExtendedAclDirection", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterExtendedAclAction", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterExtendedAclSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterFeatureBase", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterIsolationMode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterIsolationSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VrssQueueSchedulingModeType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VrssVmbusChannelAffinityPolicyType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterOffloadSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterRdmaSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterRoutingDomainSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterSecuritySetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterTeamMappingSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterVlanMode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterPrivateVlanMode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapterVlanSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkingFeatureBase", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchBandwidthMode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchBandwidthSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchFeatureBase", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionCustomFeature", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionPortData", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionRuntimeData", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionSwitchData", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchTeamingMode", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchLoadBalancingAlgorithm", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchTeam", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchNicTeamingSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSwitchOffloadSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSystemSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "OperationType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMCompatibilityReport", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMCompatibilityError", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMigrationNetwork", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMCurrentTask", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplication", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationBase", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationHealth", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationAuthorizationEntry", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMReplicationServer", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMResourcePoolType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "IVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMEthernetResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMPciExpressResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMProcessorResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMFcResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMemoryResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "SanExternalPortsModification", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSan", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMStorageResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMIsoResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMVfdResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMVhdResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "DataExchangeComponent", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "Drive", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "AttachedDiskType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "DriveBase", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "DriveConfigurationData", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "DvdDrive", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "CopyFileSourceType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "GuestServiceInterfaceComponent", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "HardDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "KeyStorageDrive", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "S3DisplayController", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ShutdownComponent", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMAssignedDevice", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMBattery", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMBios", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMBootSourceType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMBootSource", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMComponentObject", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMComPort", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMDevice", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMDriveController", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMFibreChannelHba", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMFirmware", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMFloppyDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMGpuPartitionAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMHostAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMIdeController", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMIntegrationComponent", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMKeyboard", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMouse", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMMemory", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMProcessor", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMPmemController", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMRemoteFx3DVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMScsiController", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ResolutionType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMVideo", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "KeyValuePairItemPool", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualMachineType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualMachineSubType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "WaitVMTypes", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualMachine", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualMachineBase", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMGroup", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSecurity", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "SnapshotType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMStorageSetting", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "ComputeResource", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VirtualizationObject", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMConnectAceAccessType", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "VMConnectAce", + "Namespace": "Microsoft.HyperV.PowerShell" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "IntelliTraceColors", + "Namespace": "Microsoft.VisualStudio.TraceLogPackage" + }, + { + "Name": "IHistoricalSearchMargin", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "SearchCancelledEventHandler", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "SearchContextChangedEventHandler", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "SearchMarginClosedEventHandler", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "SearchContextChangedEvent", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "SearchContextChangedEventArgs", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "IProteusSourceIntegration", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "MarginDeregisteredEventHandler", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "ProteusMarginInstance", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "ProteusMarginEqualityComparer", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "ProteusMarginItemEqualityComparer", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "ProteusMarginItemType", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "ProteusMarginItem", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "TfsSymbolPathResolverException", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "SymbolPathResolverResult", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "ITfsSymbolPathResolver", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "ITraceStepper", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "ITracePackage", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "IDefaultTracePackage", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "DebugModeChangedEventArgs", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "DebuggerOptionChangedEventArgs", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "IProcessProperties", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "IUICommandTarget", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "DebugMarginEventArgs", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "MarginEvents", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "MessageBoxHelper", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "NavigatorProxy", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "PackageLoadedEventArgs", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "PackageEvents", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "SingletonPackageProxy", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "ProteusDocumentChecksum", + "Namespace": "Microsoft.IntelliTrace.Internal" + }, + { + "Name": "SummaryPageSearchControl", + "Namespace": "Microsoft.IntelliTrace.Internal.SummaryPage" + }, + { + "Name": "TraceLogViewModelBase", + "Namespace": "Microsoft.IntelliTrace.Internal.MVVM" + }, + { + "Name": "AutomationNameConverter`1", + "Namespace": "Microsoft.IntelliTrace.Internal.Converters" + }, + { + "Name": "MarginButtonContentConverter", + "Namespace": "Microsoft.IntelliTrace.Internal.Converters" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "UserNotificationContextType", + "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" + }, + { + "Name": "UserNotificationState", + "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" + }, + { + "Name": "IVsUserNotification", + "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" + }, + { + "Name": "IVsUserNotificationContext", + "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" + }, + { + "Name": "IVsUserNotificationManager", + "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" + }, + { + "Name": "IVsUserNotificationProvider", + "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" + }, + { + "Name": "IVsUserNotificationService", + "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" + }, + { + "Name": "SVsUserNotificationService", + "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" + }, + { + "Name": "WinUserLanguage", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "SetWinUILanguageOverrideCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "SetWinUserLanguageListCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "WinGeoId", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "GetWinHomeLocationCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "WinLanguageBarOptions", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "GetWinLanguageBarOptionCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "GetWinSystemLocaleCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "GetWinUILanguageOverrideCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "GetWinUserLanguageListCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "NewWinUserLanguageListCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "SetCultureCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "SetWinHomeLocationCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "SetWinLanguageBarOptionCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "SetWinSystemLocaleCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "SetWinDefaultInputMethodOverrideCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "WinKeyboardInfo", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "GetWinDefaultInputMethodOverrideCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "SetWinCultureFromLanguageListOptOutCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "GetWinCultureFromLanguageListOptOutCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "SetWinAcceptLanguageFromLanguageListOptOutCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "GetWinAcceptLanguageFromLanguageListOptOutCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" + }, + { + "Name": "EsentException", + "Namespace": "Microsoft.Isam.Esent" + }, + { + "Name": "Api", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SystemParameters", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "BoolColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ByteColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "BytesColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ColumnInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ColumnStream", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ColumnValueOfStruct`1", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Conversions", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "DateTimeColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "DoubleColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EnumeratedColumn", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDataException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentApiException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFatalException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIOException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentResourceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentQuotaException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDiskException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCorruptionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInconsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFragmentationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUsageException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentStateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentObsoleteException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRfsFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRfsNotArmedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileCloseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfThreadsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyIOException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTaskDroppedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInternalErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDisabledFunctionalityException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUnloadableOSFunctionalityException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDeviceMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDeviceMisconfiguredException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDeviceTimeoutException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDeviceFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseBufferDependenciesCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPreviousVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPageBoundaryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentKeyBoundaryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadPageLinkException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadBookmarkException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNTSystemCallFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadParentPageLinkException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSPAvailExtCacheOutOfSyncException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSPAvailExtCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSPAvailExtCacheOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSPOwnExtCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDbTimeCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentKeyTruncatedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseLeakInSpaceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadEmptyPageException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadLineCountException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentKeyTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotSeparateIntrinsicLVException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSeparatedLongValueException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMustBeSeparateLongValueException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidPrereadException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidColumnReferenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentStaleColumnReferenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCompressionIntegrityCheckFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLoggedOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogFileCorruptException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNoBackupDirectoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBackupDirectoryNotEmptyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBackupInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRestoreInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingPreviousLogFileException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogWriteFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogDisabledDueToRecoveryFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotLogDuringRecoveryRedoException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogGenerationMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadLogVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLogSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLoggingDisabledException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogBufferTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogSequenceEndException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNoBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidBackupSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBackupNotAllowedYetException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDeleteBackupFileFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMakeBackupDirectoryFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecoveredWithErrorsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingLogFileException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogDiskFullException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadLogSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadDbSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadCheckpointSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCheckpointCorruptException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingPatchPageException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadPatchPageException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRedoAbruptEndedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPatchFileMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseLogSetMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseStreamingFileMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogFileSizeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCheckpointFileNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRequiredLogFilesMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSoftRecoveryOnBackupDatabaseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogFileSizeMismatchDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogSectorSizeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogSectorSizeMismatchDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogSequenceEndDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentStreamingDataNotLoggedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseDirtyShutdownException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentConsistentTimeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabasePatchFileMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEndingRestoreLogTooLowException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentStartingRestoreLogTooHighException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentGivenLogFileHasBadSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentGivenLogFileIsNotContiguousException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingRestoreLogFilesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingFullBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadBackupDatabaseSizeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseAlreadyUpgradedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseIncompleteUpgradeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingCurrentLogFilesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDbTimeTooOldException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDbTimeTooNewException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingFileToBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogTornWriteDuringHardRestoreException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogTornWriteDuringHardRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogCorruptDuringHardRestoreException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogCorruptDuringHardRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMustDisableLoggingForDbUpgradeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadRestoreTargetInstanceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecoveredWithoutUndoException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabasesNotFromSameSnapshotException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSoftRecoveryOnSnapshotException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCommittedLogFilesMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSectorSizeNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecoveredWithoutUndoDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCommittedLogFileCorruptException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogSequenceChecksumMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPageInitializedMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUnicodeTranslationBufferTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUnicodeTranslationFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUnicodeNormalizationNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUnicodeLanguageValidationFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentExistingLogFileHasBadSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentExistingLogFileIsNotContiguousException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogReadVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCheckpointDepthTooDeepException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRestoreOfNonBackupDatabaseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogFileNotCopiedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSurrogateBackupInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTransactionTooLongException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEngineFormatVersionNoLongerSupportedTooLowException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEngineFormatVersionNotYetImplementedTooHighException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEngineFormatVersionParamTooLowForRequestedFeatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEngineFormatVersionSpecifiedTooLowForLogVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEngineFormatVersionSpecifiedTooLowForDatabaseVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBackupAbortByServerException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidGrbitException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTermInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFeatureNotAvailableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidNameException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidParameterException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseFileReadOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidDatabaseIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfDatabaseSpaceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfCursorsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfBuffersException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyIndexesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyKeysException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordDeletedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentReadVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPageNotInitializedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfFileHandlesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDiskReadVerificationFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDiskIOException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidPathException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidSystemPathException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLogDirectoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyOpenDatabasesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidDatabaseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNotInitializedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentAlreadyInitializedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInitInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileAccessDeniedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentQueryNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSQLLinkNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBufferTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyColumnsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentContainerNotEmptyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidFilenameException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidBookmarkException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidBufferSizeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnNotUpdatableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLinkNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNullKeyDisallowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNotInTransactionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMustRollbackException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyActiveUsersException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidCountryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLanguageIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidCodePageException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLCMapStringFlagsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentVersionStoreEntryTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentVersionStoreOutOfMemoryAndCleanupTimedOutException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentVersionStoreOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCurrencyStackOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordNotDeletedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyMempoolEntriesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfObjectIDsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfLongValueIDsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfAutoincrementValuesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfDbtimeValuesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfSequentialIndexValuesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRunningInOneInstanceModeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRunningInMultiInstanceModeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSystemParamsAlreadySetException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSystemPathInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogFilePathInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTempPathInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInstanceNameInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSystemParameterConflictException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInstanceUnavailableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseUnavailableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInstanceUnavailableDueToFatalLogDiskFullException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidSesparamIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyRecordsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfSessionsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentWriteConflictException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTransTooDeepException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidSesidException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentWriteConflictPrimaryIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInTransactionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRollbackRequiredException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTransReadOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSessionWriteConflictException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordTooBigForBackwardCompatibilityException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotMaterializeForwardOnlySortException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSesidTableIdMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidInstanceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDirtyShutdownException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentReadPgnoVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentReadLostFlushVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileSystemCorruptionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecoveryVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFilteredMoveNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMustCommitDistributedTransactionToLevel0Exception", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDistributedTransactionAlreadyPreparedToCommitException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNotInDistributedTransactionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDistributedTransactionNotYetPreparedToCommitException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotNestDistributedTransactionsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDTCMissingCallbackException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDTCMissingCallbackOnRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDTCCallbackUnexpectedErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseInvalidNameException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseInvalidPagesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseLockedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotDisableVersioningException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidDatabaseVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabase200FormatException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabase400FormatException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabase500FormatException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPageSizeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyInstancesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseSharingViolationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentAttachedDatabaseMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseInvalidPathException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseIdInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentForceDetachNotAllowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCatalogCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPartiallyAttachedDBException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseSignInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseCorruptedNoRepairException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidCreateDbVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseIncompleteIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseInvalidIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseFailedIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNoAttachmentsFailedIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseNotReadyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseAttachedForRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTransactionsNotReadyDuringRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTableLockedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTableDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTableInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentObjectNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDensityInvalidException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTableNotEmptyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidTableIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyOpenTablesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIllegalOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyOpenTablesAndCleanupTimedOutException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentObjectDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidObjectException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotDeleteTempTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotDeleteSystemTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotDeleteTemplateTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentExclusiveTableLockRequiredException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFixedDDLException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFixedInheritedDDLException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotNestDDLException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDDLNotInheritableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidSettingsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentClientRequestToStopJetServiceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotAddFixedVarColumnToDerivedTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexCantBuildException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexHasPrimaryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexMustStayException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexInvalidDefException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidCreateIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyOpenIndexesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMultiValuedIndexViolationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexBuildCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPrimaryIndexCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSecondaryIndexCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidIndexIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesSecondaryIndexOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesTooManyColumnsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesNonUniqueOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesTextBinaryColumnsOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesVarSegMacNotAllowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesInvalidLimitsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesCannotRetrieveFromIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesKeyTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLVChunkSizeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnCannotBeEncryptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotIndexOnEncryptedColumnException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnLongException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnNoChunkException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnDoesNotFitException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNullInvalidException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnIndexedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMultiValuedColumnMustBeTaggedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnRedundantException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidColumnTypeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTaggedNotNULLException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNoCurrentIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentKeyIsMadeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadColumnIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadItagSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnInRelationshipException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotBeTaggedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDefaultValueTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMultiValuedDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLVCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMultiValuedDuplicateAfterTruncationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDerivedColumnCorruptionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidPlaceholderColumnException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnCannotBeCompressedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnNoEncryptionKeyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordNoCopyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNoCurrentRecordException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordPrimaryChangedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentKeyDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentAlreadyPreparedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentKeyNotMadeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUpdateNotPreparedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDataHasChangedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLanguageNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDecompressionFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUpdateMustVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDecryptionFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEncryptionBadItagException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManySortsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidOnSortException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTempFileOpenErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyAttachedDatabasesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDiskFullException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPermissionDeniedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileInvalidTypeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileAlreadyExistsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentAfterInitializationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentAccessDeniedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManySplitsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSessionSharingViolationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEntryPointNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSessionContextAlreadySetException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSessionContextNotSetByThisThreadException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSessionInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordFormatConversionFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOneDatabasePerSessionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRollbackErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFlushMapVersionUnsupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFlushMapDatabaseMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFlushMapUnrecoverableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseAlreadyRunningMaintenanceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCallbackFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCallbackNotResolvedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSpaceHintsInvalidException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOSSnapshotInvalidSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOSSnapshotTimeOutException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOSSnapshotNotAllowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOSSnapshotInvalidSnapIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyTestInjectionsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTestInjectionNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLogDataSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLSCallbackNotSpecifiedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLSAlreadySetException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLSNotSetException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileIOSparseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileIOBeyondEOFException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileIOAbortException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileIORetryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileIOFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileCompressedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidColumnException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentResource", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentStopwatch", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentVersion", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "FloatColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "CreateInstanceGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "InitGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "TermGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "CreateDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "DetachDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "AttachDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "OpenDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "CloseDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "CompactGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SnapshotFreezeGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SnapshotPrepareGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SnapshotThawGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "BackupGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "BeginExternalBackupGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EndExternalBackupGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "BeginTransactionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "CommitTransactionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "RollbackTransactionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EndSessionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "OpenTableGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "DupCursorGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "LsGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SetColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "RetrieveColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EnumerateColumnsGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "GetRecordSizeGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "GetSecondaryIndexBookmarkGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "GotoSecondaryIndexBookmarkGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "MoveGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "MakeKeyGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "RetrieveKeyGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SeekGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SetIndexRangeGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IndexRangeGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IntersectIndexesGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SetCurrentIndexGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SetTableSequentialGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ResetTableSequentialGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "GetLockGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EscrowUpdateGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ColumndefGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "CreateTableColumnIndexGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "CreateIndexGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IndexKeyGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ConditionalColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "TempTableGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "DeleteColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "RenameColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SetColumnDefaultValueGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IdleGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "DefragGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ColInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SpaceHintsGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "GuidColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IContentEquatable`1", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IDeepCloneable`1", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IJET_LOGTIME", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IndexInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IndexSegment", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Instance", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "InstanceParameters", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Int16ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Int32ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Int64ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "INullableJetStruct", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_BKINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_BKLOGTIME", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_CALLBACK", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_cbtyp", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_coltyp", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_COLUMNBASE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_COLUMNCREATE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_COLUMNDEF", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_COLUMNLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_CONDITIONALCOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_CONVERT", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_CP", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_DbInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_DBINFOMISC", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_dbstate", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_ENUMCOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_ENUMCOLUMNID", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_ENUMCOLUMNVALUE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_err", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EventLoggingLevels", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_ExceptionAction", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_filetype", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_IdxInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_INDEXCREATE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_INDEXLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_INDEXRANGE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_INSTANCE_INFO", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_LGPOS", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_LOGTIME", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_Move", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_OBJECTINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_OBJECTLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_objtyp", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_param", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_PFNREALLOC", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_PFNSTATUS", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_prep", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_RECORDLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_RECPOS", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_RETINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_RETRIEVECOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_RSTINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_RSTMAP", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SETCOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SETINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SIGNATURE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SNP", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SNPROG", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SNT", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SPACEHINTS", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_TABLECREATE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_TblInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_UNICODEINDEX", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_wrn", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ObjectInfoFlags", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ObjectInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Session", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "StringColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Table", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Transaction", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_INSTANCE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SESID", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_TABLEID", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_DBID", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_COLUMNID", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_OSSNAPID", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_HANDLE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_LS", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_INDEXID", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "UInt16ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "UInt32ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "UInt64ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Update", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Windows81DbInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" + }, + { + "Name": "ShrinkDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" + }, + { + "Name": "Windows81Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" + }, + { + "Name": "Windows81Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" + }, + { + "Name": "Windows7Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + }, + { + "Name": "Windows7ExceptionAction", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + }, + { + "Name": "CrashDumpGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + }, + { + "Name": "PrereadKeysGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + }, + { + "Name": "Windows7Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + }, + { + "Name": "Windows7IdxInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + }, + { + "Name": "Windows7Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + }, + { + "Name": "Server2003Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + }, + { + "Name": "SnapshotAbortGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + }, + { + "Name": "UpdateGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + }, + { + "Name": "Server2003Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + }, + { + "Name": "Server2003Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + }, + { + "Name": "JET_OPERATIONCONTEXT", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "Windows10Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "Windows10Coltyp", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "Windows10Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "Windows10Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "Windows10Sesparam", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "Windows10Session", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "JET_THREADSTATS2", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "JET_IOPriority", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "JET_OPENTEMPORARYTABLE", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "JET_RECSIZE", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "LegacyFileNames", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "VistaApi", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "VistaColInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "VistaColtyp", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "SnapshotEndGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "SnapshotPrepareInstanceGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "SnapshotTruncateLogGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "SnapshotGetFreezeInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "JET_InstanceMiscInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "VistaGrbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "VistaParam", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "JET_THREADSTATS", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "DurableCommitCallback", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_COMMIT_ID", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_ERRCAT", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_ERRINFOBASIC", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_ErrorInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JetRelop", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_INDEX_COLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_INDEX_RANGE", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_PFNDURABLECOMMITCALLBACK", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_sesparam", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "Windows8Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "ErrorInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "ResizeDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "DurableCommitCallbackGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "PrereadIndexRangesGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "StopServiceGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "CursorFilterGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JetIndexColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "Windows8Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "Windows8IdxInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "Windows8Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "EsentException", + "Namespace": "Microsoft.Isam.Esent" + }, + { + "Name": "SecurityAction", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ExtensionsToCoreClr", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SerializationInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SafeHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Api", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SystemParameters", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "BoolColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ByteColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "BytesColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ColumnInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ColumnStream", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ColumnValueOfStruct`1", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Conversions", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "DateTimeColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "DoubleColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EnumeratedColumn", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDataException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentApiException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFatalException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIOException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentResourceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentQuotaException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDiskException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCorruptionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInconsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFragmentationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUsageException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentStateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentObsoleteException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRfsFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRfsNotArmedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileCloseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfThreadsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyIOException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTaskDroppedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInternalErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDisabledFunctionalityException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUnloadableOSFunctionalityException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDeviceMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDeviceMisconfiguredException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDeviceTimeoutException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDeviceFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseBufferDependenciesCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPreviousVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPageBoundaryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentKeyBoundaryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadPageLinkException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadBookmarkException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNTSystemCallFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadParentPageLinkException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSPAvailExtCacheOutOfSyncException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSPAvailExtCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSPAvailExtCacheOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSPOwnExtCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDbTimeCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentKeyTruncatedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseLeakInSpaceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadEmptyPageException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadLineCountException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentKeyTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotSeparateIntrinsicLVException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSeparatedLongValueException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMustBeSeparateLongValueException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidPrereadException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidColumnReferenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentStaleColumnReferenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCompressionIntegrityCheckFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLoggedOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogFileCorruptException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNoBackupDirectoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBackupDirectoryNotEmptyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBackupInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRestoreInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingPreviousLogFileException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogWriteFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogDisabledDueToRecoveryFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotLogDuringRecoveryRedoException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogGenerationMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadLogVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLogSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLoggingDisabledException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogBufferTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogSequenceEndException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNoBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidBackupSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBackupNotAllowedYetException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDeleteBackupFileFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMakeBackupDirectoryFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecoveredWithErrorsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingLogFileException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogDiskFullException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadLogSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadDbSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadCheckpointSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCheckpointCorruptException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingPatchPageException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadPatchPageException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRedoAbruptEndedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPatchFileMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseLogSetMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseStreamingFileMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogFileSizeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCheckpointFileNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRequiredLogFilesMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSoftRecoveryOnBackupDatabaseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogFileSizeMismatchDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogSectorSizeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogSectorSizeMismatchDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogSequenceEndDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentStreamingDataNotLoggedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseDirtyShutdownException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentConsistentTimeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabasePatchFileMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEndingRestoreLogTooLowException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentStartingRestoreLogTooHighException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentGivenLogFileHasBadSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentGivenLogFileIsNotContiguousException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingRestoreLogFilesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingFullBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadBackupDatabaseSizeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseAlreadyUpgradedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseIncompleteUpgradeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingCurrentLogFilesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDbTimeTooOldException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDbTimeTooNewException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMissingFileToBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogTornWriteDuringHardRestoreException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogTornWriteDuringHardRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogCorruptDuringHardRestoreException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogCorruptDuringHardRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMustDisableLoggingForDbUpgradeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadRestoreTargetInstanceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecoveredWithoutUndoException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabasesNotFromSameSnapshotException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSoftRecoveryOnSnapshotException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCommittedLogFilesMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSectorSizeNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecoveredWithoutUndoDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCommittedLogFileCorruptException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogSequenceChecksumMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPageInitializedMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUnicodeTranslationBufferTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUnicodeTranslationFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUnicodeNormalizationNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUnicodeLanguageValidationFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentExistingLogFileHasBadSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentExistingLogFileIsNotContiguousException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogReadVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCheckpointDepthTooDeepException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRestoreOfNonBackupDatabaseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogFileNotCopiedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSurrogateBackupInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTransactionTooLongException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEngineFormatVersionNoLongerSupportedTooLowException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEngineFormatVersionNotYetImplementedTooHighException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEngineFormatVersionParamTooLowForRequestedFeatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEngineFormatVersionSpecifiedTooLowForLogVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEngineFormatVersionSpecifiedTooLowForDatabaseVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBackupAbortByServerException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidGrbitException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTermInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFeatureNotAvailableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidNameException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidParameterException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseFileReadOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidDatabaseIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfDatabaseSpaceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfCursorsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfBuffersException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyIndexesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyKeysException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordDeletedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentReadVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPageNotInitializedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfFileHandlesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDiskReadVerificationFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDiskIOException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidPathException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidSystemPathException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLogDirectoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyOpenDatabasesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidDatabaseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNotInitializedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentAlreadyInitializedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInitInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileAccessDeniedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentQueryNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSQLLinkNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBufferTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyColumnsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentContainerNotEmptyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidFilenameException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidBookmarkException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidBufferSizeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnNotUpdatableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLinkNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNullKeyDisallowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNotInTransactionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMustRollbackException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyActiveUsersException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidCountryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLanguageIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidCodePageException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLCMapStringFlagsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentVersionStoreEntryTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentVersionStoreOutOfMemoryAndCleanupTimedOutException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentVersionStoreOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCurrencyStackOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordNotDeletedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyMempoolEntriesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfObjectIDsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfLongValueIDsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfAutoincrementValuesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfDbtimeValuesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfSequentialIndexValuesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRunningInOneInstanceModeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRunningInMultiInstanceModeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSystemParamsAlreadySetException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSystemPathInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogFilePathInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTempPathInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInstanceNameInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSystemParameterConflictException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInstanceUnavailableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseUnavailableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInstanceUnavailableDueToFatalLogDiskFullException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidSesparamIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyRecordsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOutOfSessionsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentWriteConflictException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTransTooDeepException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidSesidException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentWriteConflictPrimaryIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInTransactionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRollbackRequiredException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTransReadOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSessionWriteConflictException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordTooBigForBackwardCompatibilityException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotMaterializeForwardOnlySortException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSesidTableIdMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidInstanceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDirtyShutdownException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentReadPgnoVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentReadLostFlushVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileSystemCorruptionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecoveryVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFilteredMoveNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMustCommitDistributedTransactionToLevel0Exception", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDistributedTransactionAlreadyPreparedToCommitException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNotInDistributedTransactionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDistributedTransactionNotYetPreparedToCommitException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotNestDistributedTransactionsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDTCMissingCallbackException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDTCMissingCallbackOnRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDTCCallbackUnexpectedErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseInvalidNameException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseInvalidPagesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseLockedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotDisableVersioningException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidDatabaseVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabase200FormatException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabase400FormatException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabase500FormatException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPageSizeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyInstancesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseSharingViolationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentAttachedDatabaseMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseInvalidPathException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseIdInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentForceDetachNotAllowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCatalogCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPartiallyAttachedDBException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseSignInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseCorruptedNoRepairException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidCreateDbVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseIncompleteIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseInvalidIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseFailedIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNoAttachmentsFailedIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseNotReadyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseAttachedForRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTransactionsNotReadyDuringRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTableLockedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTableDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTableInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentObjectNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDensityInvalidException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTableNotEmptyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidTableIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyOpenTablesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIllegalOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyOpenTablesAndCleanupTimedOutException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentObjectDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidObjectException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotDeleteTempTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotDeleteSystemTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotDeleteTemplateTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentExclusiveTableLockRequiredException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFixedDDLException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFixedInheritedDDLException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotNestDDLException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDDLNotInheritableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidSettingsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentClientRequestToStopJetServiceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotAddFixedVarColumnToDerivedTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexCantBuildException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexHasPrimaryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexMustStayException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexInvalidDefException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidCreateIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyOpenIndexesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMultiValuedIndexViolationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexBuildCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPrimaryIndexCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSecondaryIndexCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidIndexIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesSecondaryIndexOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesTooManyColumnsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesNonUniqueOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesTextBinaryColumnsOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesVarSegMacNotAllowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesInvalidLimitsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesCannotRetrieveFromIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentIndexTuplesKeyTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLVChunkSizeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnCannotBeEncryptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotIndexOnEncryptedColumnException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnLongException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnNoChunkException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnDoesNotFitException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNullInvalidException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnIndexedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMultiValuedColumnMustBeTaggedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnRedundantException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidColumnTypeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTaggedNotNULLException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNoCurrentIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentKeyIsMadeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadColumnIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentBadItagSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnInRelationshipException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCannotBeTaggedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDefaultValueTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMultiValuedDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLVCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentMultiValuedDuplicateAfterTruncationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDerivedColumnCorruptionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidPlaceholderColumnException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnCannotBeCompressedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentColumnNoEncryptionKeyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordNoCopyException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentNoCurrentRecordException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordPrimaryChangedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentKeyDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentAlreadyPreparedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentKeyNotMadeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUpdateNotPreparedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDataHasChangedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLanguageNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDecompressionFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentUpdateMustVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDecryptionFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEncryptionBadItagException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManySortsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidOnSortException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTempFileOpenErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyAttachedDatabasesException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDiskFullException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentPermissionDeniedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileInvalidTypeException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileAlreadyExistsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentAfterInitializationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLogCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentAccessDeniedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManySplitsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSessionSharingViolationException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentEntryPointNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSessionContextAlreadySetException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSessionContextNotSetByThisThreadException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSessionInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRecordFormatConversionFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOneDatabasePerSessionException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentRollbackErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFlushMapVersionUnsupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFlushMapDatabaseMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFlushMapUnrecoverableException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentDatabaseAlreadyRunningMaintenanceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCallbackFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentCallbackNotResolvedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentSpaceHintsInvalidException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOSSnapshotInvalidSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOSSnapshotTimeOutException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOSSnapshotNotAllowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentOSSnapshotInvalidSnapIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTooManyTestInjectionsException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentTestInjectionNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidLogDataSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLSCallbackNotSpecifiedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLSAlreadySetException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentLSNotSetException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileIOSparseException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileIOBeyondEOFException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileIOAbortException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileIORetryException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileIOFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentFileCompressedException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentInvalidColumnException", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentResource", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentStopwatch", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EsentVersion", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "FloatColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "CreateInstanceGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "InitGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "TermGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "CreateDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "DetachDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "AttachDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "OpenDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "CloseDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "BeginTransactionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "CommitTransactionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "RollbackTransactionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EndSessionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "OpenTableGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SetColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "RetrieveColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EnumerateColumnsGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "GetSecondaryIndexBookmarkGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "GotoSecondaryIndexBookmarkGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "MoveGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "MakeKeyGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "RetrieveKeyGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SeekGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SetIndexRangeGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IndexRangeGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IntersectIndexesGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SetCurrentIndexGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SetTableSequentialGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ResetTableSequentialGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "GetLockGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EscrowUpdateGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ColumndefGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "CreateTableColumnIndexGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "CreateIndexGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IndexKeyGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ConditionalColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "TempTableGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "DeleteColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "RenameColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "DefragGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ColInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "SpaceHintsGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "GuidColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IContentEquatable`1", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IDeepCloneable`1", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IJET_LOGTIME", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IndexInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "IndexSegment", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Instance", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "InstanceParameters", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Int16ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Int32ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Int64ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "INullableJetStruct", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_BKINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_BKLOGTIME", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_CALLBACK", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_cbtyp", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_coltyp", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_COLUMNBASE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_COLUMNCREATE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_COLUMNDEF", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_COLUMNLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_CONDITIONALCOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_CP", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_DbInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_DBINFOMISC", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_dbstate", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_ENUMCOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_ENUMCOLUMNID", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_ENUMCOLUMNVALUE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_err", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "EventLoggingLevels", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_ExceptionAction", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_filetype", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_IdxInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_INDEXCREATE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_INDEXLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_INDEXRANGE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_LGPOS", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_LOGTIME", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_Move", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_OBJECTINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_OBJECTLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_objtyp", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_param", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_PFNREALLOC", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_PFNSTATUS", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_prep", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_RECORDLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_RECPOS", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_RETINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_RETRIEVECOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_RSTINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_RSTMAP", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SETCOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SETINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SIGNATURE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SNP", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SNPROG", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SNT", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SPACEHINTS", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_TABLECREATE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_TblInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_UNICODEINDEX", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_wrn", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ObjectInfoFlags", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "ObjectInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Session", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "StringColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Table", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Transaction", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_INSTANCE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_SESID", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_TABLEID", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_DBID", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_COLUMNID", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_HANDLE", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "JET_INDEXID", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "UInt16ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "UInt32ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "UInt64ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Update", + "Namespace": "Microsoft.Isam.Esent.Interop" + }, + { + "Name": "Windows81DbInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" + }, + { + "Name": "ShrinkDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" + }, + { + "Name": "Windows81Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" + }, + { + "Name": "Windows81Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" + }, + { + "Name": "Windows7Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + }, + { + "Name": "Windows7ExceptionAction", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + }, + { + "Name": "PrereadKeysGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + }, + { + "Name": "Windows7Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + }, + { + "Name": "Windows7IdxInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + }, + { + "Name": "Windows7Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + }, + { + "Name": "Server2003Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + }, + { + "Name": "UpdateGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + }, + { + "Name": "Server2003Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + }, + { + "Name": "Server2003Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + }, + { + "Name": "JET_OPERATIONCONTEXT", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "JET_THREADSTATS2", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "Windows10Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "Windows10Coltyp", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "Windows10Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "Windows10Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "Windows10Sesparam", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "Windows10Session", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + }, + { + "Name": "JET_IOPriority", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "JET_OPENTEMPORARYTABLE", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "JET_THREADSTATS", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "LegacyFileNames", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "VistaApi", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "VistaColInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "VistaColtyp", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "VistaGrbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "VistaParam", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + }, + { + "Name": "DurableCommitCallback", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_COMMIT_ID", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_ERRCAT", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_ERRINFOBASIC", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_ErrorInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JetRelop", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_INDEX_COLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_INDEX_RANGE", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_PFNDURABLECOMMITCALLBACK", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JET_sesparam", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "Windows8Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "ErrorInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "ResizeDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "DurableCommitCallbackGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "PrereadIndexRangesGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "StopServiceGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "CursorFilterGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "JetIndexColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "Windows8Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "Windows8IdxInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "Windows8Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + }, + { + "Name": "Trace", + "Namespace": "Microsoft.Isam.Esent.Interop.Implementation" + }, + { + "Name": "FileChangeEventArgs", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "ProjectPropertyKey", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "IBuildNotificationService", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "HostTypes", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "IDebugSessionProvider", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "IDeployPathProvider", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "IFileChangeNotificationService", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "IFileChangeNotificationService2", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "IIntellisenseFileEntry", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "IIntellisenseGroup", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "IIntellisenseRegistryData", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "IProjectContextService", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "IProjectContextProvider", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "IProjectContext", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "IReferenceGroupProvider", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "SharedAssetChangedEventArgs", + "Namespace": "Microsoft.JavaScript.Services" + }, + { + "Name": "ActivationObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ActiveXObjectConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ArgumentsObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ArrayConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ArrayLiteral", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ArrayObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ArrayPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ArrayWrapper", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "AssemblyCustomAttributeList", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "AST", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ASTList", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IAuthorServices", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IColorizeText", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "SourceState", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "TokenColor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ITokenEnumerator", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ITokenColorInfo", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IParseText", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IErrorHandler", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IObjectCompletionInfo", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IMethodsCompletionInfo", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "BinaryOp", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Binding", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "BitwiseBinary", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Block", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "BlockScope", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "BooleanConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "BooleanObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "BooleanPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "BreakOutOfFinally", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSBuiltin", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Closure", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "CmdLineError", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "CmdLineException", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "CmdLineOptionParser", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "MemberInfoInitializer", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "COMMemberInfo", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "COMFieldInfo", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "COMPropertyInfo", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "COMMethodInfo", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Context", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ContinueOutOfFinally", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Convert", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "DateConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "DateObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "DatePrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "DebugBreak", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IDebugConvert", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IDebugConvert2", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "DebugConvert", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IDebugType", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IDebuggerObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "DynamicFieldInfo", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "DocumentContext", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Empty", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "EnumeratorConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "EnumeratorObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "EnumeratorPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Equality", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ErrorType", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ErrorConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ErrorObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ErrorPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Eval", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "EvalErrorObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Expando", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "FieldAccessor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ForIn", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "FunctionConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "FunctionDeclaration", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "FunctionExpression", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "FunctionObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "FunctionPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "FunctionWrapper", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "GlobalObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Globals", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "GlobalScope", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IActivationObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Import", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "In", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "INeedEngine", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Instanceof", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IWrappedMember", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSAuthor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JScriptCodeProvider", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JScriptException", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "NoContextException", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSError", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSField", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSFieldInfo", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSFunctionAttribute", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSFunctionAttributeEnum", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSLocalField", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSMethod", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSMethodInfo", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSParser", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ParserException", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "EndOfFile", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSPrototypeObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSScanner", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSToken", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "JSVariableField", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LateBinding", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientArrayPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientBooleanPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientDateConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientDatePrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientEnumeratorPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientErrorPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientFunctionPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientGlobalObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientMathObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientNumberPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientObjectPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientRegExpPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientStringConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientStringPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "LenientVBArrayPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "MathObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "MemberInfoList", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "MethodInvoker", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Missing", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Namespace", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "NotRecommended", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "NumberConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "NumberObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "NumberPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "NumericBinary", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "NumericUnary", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ObjectConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ObjectPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Package", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Plus", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "PostOrPrefixOperator", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "RangeErrorObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IRedirectOutput", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IMessageReceiver", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "COMCharStream", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ReferenceErrorObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ReferenceAttribute", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "RegExpConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "RegExpMatch", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "RegExpObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "RegExpPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Relational", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ReturnOutOfFinally", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Runtime", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ScriptBlock", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ScriptFunction", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ScriptObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ScriptStream", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "SimpleHashtable", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "StackFrame", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "StrictEquality", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "StringConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "StringObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "StringPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "SuperTypeMembersSorter", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "SyntaxErrorObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Throw", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Try", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "TypedArray", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "TypeErrorObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Typeof", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "TypeReflector", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "UnaryOp", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "URIErrorObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "VBArrayConstructor", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "VBArrayObject", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "VBArrayPrototype", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Override", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "Hide", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IEngine2", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "ISite2", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IDebugScriptScope", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IDebugVsaScriptCodeItem", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "VSAITEMTYPE2", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IVsaScriptScope", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IVsaScriptCodeItem", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IDefineEvent", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "IVsaFullErrorInfo", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "VsaItem", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "VsaItems", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "With", + "Namespace": "Microsoft.JScript" + }, + { + "Name": "BaseVsaEngine", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "BaseVsaSite", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "BaseVsaStartup", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "ResInfo", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "JSVsaItemType", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "JSVsaItemFlag", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "IJSVsaEngine", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "IJSVsaSite", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "IJSVsaPersistSite", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "IJSVsaError", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "IJSVsaItem", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "IJSVsaItems", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "IJSVsaReferenceItem", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "IJSVsaCodeItem", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "IJSVsaGlobalItem", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "JSVsaError", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "JSVsaException", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "VsaEngine", + "Namespace": "Microsoft.JScript.Vsa" + }, + { + "Name": "CimClass", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimConverter", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimException", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimFlags", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSubscriptionDeliveryType", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimInstance", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimPropertyDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParameterDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParameter", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodParametersCollection", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodResultBase", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimMethodStreamedResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimProperty", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimQualifier", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSystemProperties", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSession", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimSubscriptionResult", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimType", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "NativeErrorCode", + "Namespace": "Microsoft.Management.Infrastructure" + }, + { + "Name": "CimDeserializer", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "InstanceSerializationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "ClassSerializationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "CimSerializer", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" + }, + { + "Name": "CimCredential", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimOperationFlags", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PasswordAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CertificateAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ImpersonatedAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimOperationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimPromptType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimCallbackMode", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimResponseType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimWriteMessageChannel", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteMessageCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteProgressCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WriteErrorCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PromptUserCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimSubscriptionDeliveryOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "DComSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ImpersonationType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "PacketEncoding", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "ProxyType", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "WSManSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" + }, + { + "Name": "CimAsyncMultipleResults`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimAsyncResult`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimAsyncStatus", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimKeyedCollection`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimReadOnlyKeyedCollection`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" + }, + { + "Name": "CimBaseCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "AsyncResultType", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimIndicationEventArgs", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimIndicationEventExceptionEventArgs", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimIndicationEventInstanceEventArgs", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimIndicationWatcher", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "GetCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "GetCimSessionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "NewCimSessionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "ProtocolType", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "NewCimSessionOptionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "RemoveCimSessionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "GetCimAssociatedInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "GetCimClassCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "InvokeCimMethodCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "NewCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "RemoveCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "SetCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "CimCmdletsAssemblyInitializer", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "BinaryMiLogBase", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "ExportBinaryMiLogCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "ImportBinaryMiLogCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "RegisterCimIndicationCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + }, + { + "Name": "EntryPoint", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "IExtension", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "ICachedDataProvider", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "IHostItemProvider", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "ICachedDataPersistanceCallback", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "ActionsPane", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "CustomTaskPane", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "AddIn", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "IAddInExtension", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "Factory", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "RibbonFactory", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "SmartTagBase", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "ActionBase", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "StackStyle", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "CustomTaskPaneCollection", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "RegexCollection", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "SmartTagCollection", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "RibbonComponent", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonControl", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "OfficeRibbon", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "IRibbonExtension", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonBox", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonButton", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonButtonGroup", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonCheckBox", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonComboBox", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonControlId", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonDialogLauncher", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonDropDown", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonDropDownItem", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonEditBox", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonGallery", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonGroup", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonLabel", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonManager", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonMenu", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonOfficeMenu", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonPosition", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonPositionStatics", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonSeparator", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonSplitButton", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonTab", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonToggleButton", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonBoxStyle", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonButtonType", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonControlIdType", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonPositionType", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonControlEventArgs", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonControlEventHandler", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonUIEventArgs", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonUIEventHandler", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonLoadImageEventArgs", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonLoadImageEventHandler", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "RibbonReadOnlyCollection", + "Namespace": "Microsoft.Office.Tools.Ribbon" + }, + { + "Name": "IRibbonExtensibility", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "MsoCTPDockPosition", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "MsoCTPDockPositionRestrict", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IRibbonUI", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "RibbonControlSize", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IRibbonControl", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IAccessible", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_IMsoDispObj", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_IMsoOleAccDispObj", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBars", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "CommandBarControl", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButton", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBox", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarsEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarsEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBoxEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBoxEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButtonEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButtonEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVB", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVBEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVBEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLSchemaCollection", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPart", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLParts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartsEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartsEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPane", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoChartTitle", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IOleServiceProvider", + "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + }, + { + "Name": "IRibbonExtensibility", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPane", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "MsoCTPDockPosition", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "MsoCTPDockPositionRestrict", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "ISmartTagProperties", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "ISmartTagRecognizerSite", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "ISmartTagTokenList", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "IRibbonUI", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IRibbonControl", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "RibbonControlSize", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents_VisibleStateChangeEventHandler", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents_DockPositionStateChangeEventHandler", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "ISmartTagToken", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "CustomTaskPane", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IAccessible", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_IMsoDispObj", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_IMsoOleAccDispObj", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBars", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "CommandBarControl", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButton", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBox", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarsEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarsEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBoxEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBoxEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButtonEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButtonEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVB", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVBEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVBEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLSchemaCollection", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPart", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLParts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartsEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartsEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoChartTitle", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "ApplicationFactory", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "Factory", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "IWorkbookExtension", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "IWorksheetExtension", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ControlSite", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ControlCollection", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "Chart", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ChartSheet", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ListObject", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "NamedRange", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "Workbook", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "Worksheet", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "XmlMappedRange", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "Chart_HasAxisType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ChartSheet_HasAxisType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "NamedRange_AddressLocalType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "NamedRange_AddressType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "NamedRange_CharactersType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "NamedRange_EndType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "NamedRange_ItemType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "NamedRange_OffsetType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "NamedRange_ResizeType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "Workbook_ColorsType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "Worksheet_RangeType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "XmlMappedRange_AddressLocalType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "XmlMappedRange_AddressType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "XmlMappedRange_CharactersType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "XmlMappedRange_EndType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "XmlMappedRange_ItemType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "XmlMappedRange_OffsetType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "XmlMappedRange_ResizeType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "Action", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "IChartSheetExtension", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "SmartTag", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "SmartTagRecognizeContext", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ISmartTagExtension", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ErrorAddDataBoundRowEventArgs", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "BeforeAddDataBoundRowEventArgs", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ActionEventArgs", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "OriginalDataRestoredEventArgs", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ActionClickEventHandler", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "BeforeAddDataBoundRowEventHandler", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "BeforeCaptionShowEventHandler", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ErrorAddDataBoundRowEventHandler", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ListObjectChangeHandler", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "OriginalDataRestoredEventHandler", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "WorkbookEvents_NewEventHandler", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ListRanges", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "FormatSettings", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ChangeType", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ChangeReason", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "_Workbook", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "_Worksheet", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ListObject", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "IRibbonExtensibility", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Application", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlCreator", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Range", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlPictureAppearance", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlCopyPictureFormat", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ShapeRange", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Border", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Interior", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlOLEVerb", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Chart", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PageSetup", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Shapes", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlDataLabelsType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartGroup", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlAxisGroup", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartArea", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartTitle", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Corners", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DataTable", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlDisplayBlanksAs", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Floor", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Hyperlinks", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Legend", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlChartLocation", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PlotArea", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlChartType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Walls", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlBarShape", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlRowCol", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PivotLayout", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Scripts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Tab", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "MsoEnvelope", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "MsoChartElementType", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XlFixedFormatType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_ActivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_DeactivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_ResizeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_MouseDownEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_MouseUpEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_MouseMoveEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_BeforeRightClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_DragPlotEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_DragOverEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_BeforeDoubleClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_SelectEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_SeriesChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_CalculateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSheetVisibility", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlRangeAutoFormat", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_BeforeDoubleClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_BeforeRightClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_SelectionChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlListConflict", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ListColumns", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ListRows", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "QueryTable", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlListObjectSourceType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XmlMap", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "AutoFilter", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Sort", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_ChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlReferenceStyle", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlFilterAction", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlApplyNamesOrder", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Areas", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlAutoFillType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlAutoFilterOperator", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlBorderWeight", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlColorIndex", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Borders", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Characters", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlDataSeriesType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlDataSeriesDate", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlEditionType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlEditionOptionsOption", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlDirection", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSearchDirection", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Font", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlFormulaLabel", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlLocationInTable", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlPasteType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlPasteSpecialOperation", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PivotField", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PivotItem", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PivotTable", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSortOrder", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlYesNoGuess", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSortOrientation", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSortMethod", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSortDataOption", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SoundNote", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlCellType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSubscribeToFormat", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlConsolidationFunction", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSummaryRow", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlTextParsingType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlTextQualifier", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Validation", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Worksheet", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Comment", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Phonetic", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "FormatConditions", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Phonetics", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PivotCell", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Errors", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SmartTags", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XPath", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Actions", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SparklineGroups", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DisplayFormat", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_OpenEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Workbook", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlFileAccess", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlLinkType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Sheets", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "CommandBars", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XlSaveConflictResolution", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlDisplayDrawingObjects", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlFileFormat", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlLinkInfo", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Mailer", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Names", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Window", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PivotCaches", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "RoutingSlip", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlRunAutoMacro", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSaveAsAccessMode", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlPriority", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Styles", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "CustomViews", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Windows", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "VBProject", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "PublishObjects", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WebOptions", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "MsoEncoding", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "HTMLProject", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XlUpdateLinks", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SmartTagOptions", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Permission", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "SharedWorkspace", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Sync", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XmlNamespaces", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XmlMaps", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlXmlImportResult", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SmartDocument", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentLibraryVersions", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "MetaProperties", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Connections", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlRemoveDocInfoType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SignatureSet", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "ServerPolicy", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentInspectors", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WorkflowTasks", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WorkflowTemplates", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "ServerViewableItems", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "TableStyles", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "CustomXMLParts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Research", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "OfficeTheme", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IconSets", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_ActivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_DeactivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_BeforeCloseEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_BeforeSaveEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_BeforePrintEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_NewSheetEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_AddinInstallEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_AddinUninstallEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_WindowResizeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_WindowActivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_WindowDeactivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetSelectionChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetBeforeDoubleClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetBeforeRightClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetActivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetDeactivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetCalculateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetFollowHyperlinkEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetPivotTableUpdateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_PivotTableCloseConnectionEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_PivotTableOpenConnectionEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SyncEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_BeforeXmlImportEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_AfterXmlImportEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_BeforeXmlExportEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_AfterXmlExportEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_RowsetCompleteEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SlicerCaches", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Slicer", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetPivotTableAfterValueChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetPivotTableBeforeAllocateChangesEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetPivotTableBeforeCommitChangesEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetPivotTableBeforeDiscardChangesEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetPivotTableChangeSyncEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_AfterSaveEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_NewChartEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlEnableSelection", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Outline", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSheetType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "HPageBreaks", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "VPageBreaks", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "QueryTables", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Comments", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "CustomProperties", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Protection", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ListObjects", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_ActivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_DeactivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_CalculateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_FollowHyperlinkEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_PivotTableUpdateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_PivotTableAfterValueChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_PivotTableBeforeAllocateChangesEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_PivotTableBeforeCommitChangesEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_PivotTableBeforeDiscardChangesEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_PivotTableChangeSyncEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ISmartTagProperties", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "ISmartTagRecognizerSite", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "ISmartTagTokenList", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "_Application", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "AppEvents_Event", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "_Chart", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_Event", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "_IMsoDispObj", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVB", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVBEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_QueryTable", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "RefreshEvents_Event", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_Event", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_Event", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "_CommandBars", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarsEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_VBProject", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBProject_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_ProjectTemplate", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CustomXMLParts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartsEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Hyperlink", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "MsoSyncEventType", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XlXmlExportResult", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "_Global", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "AppEvents", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "OLEObjectEvents", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "_OLEObject", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "RefreshEvents", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "OLEObjectEvents_Event", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "IAccessible", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_IMsoOleAccDispObj", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "CommandBarControl", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButton", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBox", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarsEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBoxEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBoxEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButtonEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButtonEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVBEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLSchemaCollection", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPart", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartsEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPane", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoChartTitle", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Application", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Windows_old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Windows", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_LinkedWindows", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_ReferencesEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferencesEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferencesEvents_Event", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CommandBarControlEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispCommandBarControlEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispCommandBarControlEvents_Event", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBProjects_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBProjects", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Components", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponents_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Component", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponent_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponent", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Properties", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_AddIns", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CodeModule", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CodePanes", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CodePane", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_References", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferences_Events", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferences_Events_Event", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "IOleServiceProvider", + "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + }, + { + "Name": "CustomXMLParts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentProperties", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_Workbook", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "_Worksheet", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ListObject", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Application", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlCreator", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PageSetup", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Shapes", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlDataLabelsType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartGroup", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlAxisGroup", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartArea", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartTitle", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlPictureAppearance", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlCopyPictureFormat", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Corners", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DataTable", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlDisplayBlanksAs", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Floor", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Hyperlinks", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Legend", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Chart", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlChartLocation", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PlotArea", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlChartType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Walls", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlBarShape", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlRowCol", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Range", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PivotLayout", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Scripts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Tab", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "MsoEnvelope", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "MsoChartElementType", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XlFixedFormatType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_ActivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_DeactivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_ResizeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_MouseDownEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_MouseUpEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_MouseMoveEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_BeforeRightClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_DragPlotEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_DragOverEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_BeforeDoubleClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_SelectEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_SeriesChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_CalculateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSheetVisibility", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ListColumns", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ListRows", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlListConflict", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "QueryTable", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlListObjectSourceType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XmlMap", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "AutoFilter", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Sort", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "CustomProperty", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Workbook", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Worksheet", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlRangeAutoFormat", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_BeforeDoubleClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_BeforeRightClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_SelectionChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ListRow", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ListColumn", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlReferenceStyle", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlFilterAction", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlApplyNamesOrder", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Areas", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlAutoFillType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlAutoFilterOperator", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlBorderWeight", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlColorIndex", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Borders", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Characters", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlDataSeriesType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlDataSeriesDate", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlEditionType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlEditionOptionsOption", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlDirection", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSearchDirection", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Font", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlFormulaLabel", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Interior", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlLocationInTable", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlPasteType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlPasteSpecialOperation", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PivotField", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PivotItem", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PivotTable", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSortOrder", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlYesNoGuess", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSortOrientation", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSortMethod", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSortDataOption", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SoundNote", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlCellType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSubscribeToFormat", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlConsolidationFunction", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSummaryRow", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlTextParsingType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlTextQualifier", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Validation", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Comment", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Phonetic", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "FormatConditions", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Phonetics", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PivotCell", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Errors", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SmartTags", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XPath", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Actions", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SparklineGroups", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DisplayFormat", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_ChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Name", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlFileAccess", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlLinkType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Sheets", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "CommandBars", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XlSaveConflictResolution", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlDisplayDrawingObjects", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlFileFormat", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlLinkInfo", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Mailer", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Names", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Window", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "PivotCaches", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "RoutingSlip", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlRunAutoMacro", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSaveAsAccessMode", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlPriority", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Styles", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "CustomViews", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Windows", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "VBProject", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "PublishObjects", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WebOptions", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "MsoEncoding", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "HTMLProject", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XlUpdateLinks", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SmartTagOptions", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Permission", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "SharedWorkspace", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Sync", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XmlNamespaces", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XmlMaps", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlXmlImportResult", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SmartDocument", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentLibraryVersions", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "MetaProperties", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Connections", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlRemoveDocInfoType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SignatureSet", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "ServerPolicy", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentInspectors", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WorkflowTasks", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WorkflowTemplates", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "ServerViewableItems", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "TableStyles", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Research", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "OfficeTheme", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IconSets", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "SlicerCaches", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Slicer", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_ActivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_DeactivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_BeforeCloseEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_BeforeSaveEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_BeforePrintEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_NewSheetEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_AddinInstallEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_AddinUninstallEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_WindowResizeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_WindowActivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_WindowDeactivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetSelectionChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetBeforeDoubleClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetBeforeRightClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetActivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetDeactivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetCalculateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetFollowHyperlinkEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetPivotTableUpdateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_PivotTableCloseConnectionEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_PivotTableOpenConnectionEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SyncEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_BeforeXmlImportEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_AfterXmlImportEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_BeforeXmlExportEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_AfterXmlExportEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_RowsetCompleteEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetPivotTableAfterValueChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetPivotTableBeforeAllocateChangesEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetPivotTableBeforeCommitChangesEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetPivotTableBeforeDiscardChangesEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_SheetPivotTableChangeSyncEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_AfterSaveEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_NewChartEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "IRibbonExtensibility", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WorkbookEvents_OpenEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlEnableSelection", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Outline", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlSheetType", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "HPageBreaks", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "VPageBreaks", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "QueryTables", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Comments", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "CustomProperties", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Protection", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ListObjects", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_ActivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_DeactivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_CalculateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_FollowHyperlinkEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_PivotTableUpdateEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_PivotTableAfterValueChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_PivotTableBeforeAllocateChangesEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_PivotTableBeforeCommitChangesEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_PivotTableBeforeDiscardChangesEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_PivotTableChangeSyncEventHandler", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "_Application", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "_OLEObject", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlOLEVerb", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ShapeRange", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Border", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ISmartTagRecognizerSite", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "ISmartTagTokenList", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "ISmartTagProperties", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "_CustomXMLParts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "CustomXMLPart", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPart", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentProperty", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_Chart", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents_Event", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "LanguageSettings", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "MsoAppLanguageID", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XlDeleteShiftDirection", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents_Event", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents_Event", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "IDynamicEntryPointContainer", + "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime" + }, + { + "Name": "IInteropDynamicHostItemSite", + "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + }, + { + "Name": "XlInsertShiftDirection", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Shape", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "XlPlacement", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "OLEFormat", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartObjects", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartObject", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "_IMsoDispObj", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartsEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "AppEvents_Event", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "IMsoEnvelopeVB", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVBEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_QueryTable", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "RefreshEvents_Event", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "_CommandBars", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarsEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_VBProject", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBProject_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_ProjectTemplate", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "Hyperlink", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "MsoSyncEventType", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XlXmlExportResult", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "_CustomXMLPartEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IAccessible", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_IMsoOleAccDispObj", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "CommandBarControl", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButton", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBox", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarsEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBoxEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBoxEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButtonEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButtonEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVBEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLSchemaCollection", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartsEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPane", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoChartTitle", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_Global", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "AppEvents", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "ChartEvents", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "DocEvents", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "WorkbookEvents", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "OLEObjectEvents", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "RefreshEvents", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "OLEObjectEvents_Event", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Global", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "OLEObject", + "Namespace": "Microsoft.Office.Interop.Excel" + }, + { + "Name": "Application", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Windows_old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Windows", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_LinkedWindows", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_ReferencesEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferencesEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferencesEvents_Event", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CommandBarControlEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispCommandBarControlEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispCommandBarControlEvents_Event", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBProjects_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBProjects", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Components", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponents_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Component", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponent_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponent", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Properties", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_AddIns", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CodeModule", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CodePanes", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CodePane", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_References", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferences_Events", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferences_Events_Event", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "Factory", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "OutlookAddIn", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionControl", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionCustomAction", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionCustomActionAddressLike", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionCustomActionMethod", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionCustomActionBody", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionCustomActionCollection", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionFactoryResolveEventArgs", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionFactoryResolveEventHandler", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionInitializingEventArgs", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionInitializingEventHandler", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionManifest", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionManifestIcons", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "IFormRegion", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "ImportedFormRegion", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "IImportedFormRegionExtension", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionKindConstants", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "IFormRegionFactory", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionType", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegion", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlFormRegionMode", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlFormRegionSize", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "Explorer", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "Inspector", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "IPictureDisp", + "Namespace": "stdole" + }, + { + "Name": "OlFormRegionIcon", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_FormRegion", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "FormRegionEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Explorer", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ExplorerEvents_10_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Inspector", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "InspectorEvents_10_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DRecipientControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DRecipientControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DRecipientControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DDocSiteControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DDocSiteControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DDocSiteControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkTextBox", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkTextBoxEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkTextBoxEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkLabel", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkLabelEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkLabelEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkCommandButton", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkCommandButtonEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkCommandButtonEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkCheckBox", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkCheckBoxEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkCheckBoxEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkOptionButton", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkOptionButtonEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkOptionButtonEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkComboBox", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkComboBoxEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkComboBoxEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkListBox", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkListBoxEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkListBoxEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkInfoBar", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkInfoBarEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkInfoBarEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkContactPhoto", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkContactPhotoEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkContactPhotoEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkBusinessCardControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkBusinessCardControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkBusinessCardControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkPageControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkPageControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkPageControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkDateControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkDateControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkDateControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkTimeControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkTimeControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkTimeControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkCategory", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkCategoryEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkCategoryEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkFrameHeader", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkFrameHeaderEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkFrameHeaderEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkSenderPhoto", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkSenderPhotoEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkSenderPhotoEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TimeZone", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Application", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NameSpace", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ContactItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlActionCopyLike", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlActionReplyStyle", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlActionResponseStyle", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_PropertyAccessor", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AttachmentSelection", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "MAPIFolder", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Folders", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Items", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationPane", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationModules", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AccountSelector", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Account", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Store", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Rules", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Rule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_RuleActions", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_RuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_MoveOrCopyRuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SendRuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AssignToCategoryRuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_PlaySoundRuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_MarkAsTaskRuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NewItemAlertRuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_RuleConditions", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_RuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ImportanceRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AccountRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TextRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_CategoryRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_FormNameRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ToOrFromRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AddressRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SenderInAddressListRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_FromRssFeedRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Categories", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Category", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Views", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_StorageItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Table", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Row", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Columns", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Column", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_CalendarSharing", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ItemEvents_10_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_MailItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ItemEvents_10", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Conversation", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SimpleItems", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_UserDefinedProperties", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_UserDefinedProperty", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ExchangeUser", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ExchangeDistributionList", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "SyncObjectEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SyncObject", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "SyncObjectEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "AccountsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Accounts", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "AccountsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "StoresEvents_12_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Stores", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "StoresEvents_12", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SelectNamesDialog", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SharingItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Explorers", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ExplorerEvents_10", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Inspectors", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "InspectorEvents_10", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Results", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Reminders", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Reminder", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TimeZones", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkTimeZoneControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkTimeZoneControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkTimeZoneControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AppointmentItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_MeetingItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ExplorersEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "FoldersEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "InspectorsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ItemsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "NameSpaceEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OutlookBarShortcuts", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OutlookBarGroups", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OutlookBarGroupsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OutlookBarPane", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OutlookBarPaneEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OutlookBarShortcutsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ApplicationEvents_11", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "MAPIFolderEvents_12_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "MAPIFolderEvents_12", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ResultsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ViewsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ReminderCollectionEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DocumentItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NoteItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "FormRegionEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ViewField", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ColumnFormat", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ViewFields", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_IconView", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OrderFields", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OrderField", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_CardView", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ViewFont", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AutoFormatRules", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AutoFormatRule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TimelineView", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_MailModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationGroups", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationGroup", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationFolders", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationFolder", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_CalendarModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ContactsModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TasksModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_JournalModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NotesModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "NavigationPaneEvents_12", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "NavigationGroupsEvents_12", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_BusinessCardView", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_FormRegionStartup", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SolutionsModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_CalendarView", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TableView", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_MobileItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_JournalItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_PostItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TaskItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "AccountSelectorEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DistListItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ReportItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_RemoteItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TaskRequestItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TaskRequestAcceptItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TaskRequestDeclineItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TaskRequestUpdateItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ConversationHeader", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ApplicationEvents_11_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ExplorersEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "InspectorsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "FoldersEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ItemsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "NameSpaceEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OutlookBarGroupsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OutlookBarPaneEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OutlookBarShortcutsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ResultsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ViewsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ReminderCollectionEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "NavigationPaneEvents_12_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "NavigationGroupsEvents_12_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "AccountSelectorEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "Font", + "Namespace": "stdole" + }, + { + "Name": "FontEvents_Event", + "Namespace": "stdole" + }, + { + "Name": "Picture", + "Namespace": "stdole" + }, + { + "Name": "FontEvents", + "Namespace": "stdole" + }, + { + "Name": "_FormRegionStartup", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "FormRegion", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlFormRegionMode", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlFormRegionSize", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "Explorer", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "Inspector", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlFormRegionIcon", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "UserForm", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "FormRegionEvents_CloseEventHandler", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "FormEvents_LayoutEventHandler", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IPictureDisp", + "Namespace": "stdole" + }, + { + "Name": "Inspectors", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "Explorers", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_FormRegion", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_UserForm", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "FormRegionEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "FormEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "Controls", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "Application", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Application", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "InspectorsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "InspectorsEvents_NewInspectorEventHandler", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ExplorersEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ExplorersEvents_NewExplorerEventHandler", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "InspectorEvents_10_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "InspectorEvents_10_CloseEventHandler", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ExplorerEvents_10_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ExplorerEvents_10_CloseEventHandler", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "FormRegionStartup", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Explorer", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Inspector", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "IOptionFrame", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "_Inspectors", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Explorers", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ApplicationEvents_11_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DRecipientControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DRecipientControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DRecipientControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DDocSiteControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DDocSiteControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DDocSiteControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkTextBox", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkTextBoxEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkTextBoxEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkLabel", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkLabelEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkLabelEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkCommandButton", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkCommandButtonEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkCommandButtonEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkCheckBox", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkCheckBoxEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkCheckBoxEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkOptionButton", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkOptionButtonEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkOptionButtonEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkComboBox", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkComboBoxEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkComboBoxEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkListBox", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkListBoxEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkListBoxEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkInfoBar", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkInfoBarEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkInfoBarEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkContactPhoto", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkContactPhotoEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkContactPhotoEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkBusinessCardControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkBusinessCardControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkBusinessCardControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkPageControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkPageControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkPageControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkDateControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkDateControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkDateControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkTimeControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkTimeControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkTimeControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkCategory", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkCategoryEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkCategoryEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkFrameHeader", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkFrameHeaderEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkFrameHeaderEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkSenderPhoto", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkSenderPhotoEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkSenderPhotoEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TimeZone", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NameSpace", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ContactItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_PropertyAccessor", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AttachmentSelection", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "MAPIFolder", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Folders", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Items", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationPane", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationModules", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AccountSelector", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Account", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Store", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Rules", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Rule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_RuleActions", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_RuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_MoveOrCopyRuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SendRuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AssignToCategoryRuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_PlaySoundRuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_MarkAsTaskRuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NewItemAlertRuleAction", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_RuleConditions", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_RuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ImportanceRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AccountRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TextRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_CategoryRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_FormNameRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ToOrFromRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AddressRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SenderInAddressListRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_FromRssFeedRuleCondition", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Categories", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Category", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Views", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_StorageItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Table", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Row", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Columns", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Column", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_CalendarSharing", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ItemEvents_10_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_MailItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ItemEvents_10", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Conversation", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SimpleItems", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_UserDefinedProperties", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_UserDefinedProperty", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ExchangeUser", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ExchangeDistributionList", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "SyncObjectEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SyncObject", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "SyncObjectEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "AccountsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Accounts", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "AccountsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "StoresEvents_12_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Stores", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "StoresEvents_12", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SelectNamesDialog", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SharingItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ExplorerEvents_10", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "InspectorEvents_10", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Results", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Reminders", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_Reminder", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TimeZones", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OlkTimeZoneControl", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkTimeZoneControlEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OlkTimeZoneControlEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AppointmentItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_MeetingItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ExplorersEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "FoldersEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "InspectorsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ItemsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "NameSpaceEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OutlookBarShortcuts", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OutlookBarGroups", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OutlookBarGroupsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OutlookBarPane", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OutlookBarPaneEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OutlookBarShortcutsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ApplicationEvents_11", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "MAPIFolderEvents_12_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "MAPIFolderEvents_12", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ResultsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ViewsEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ReminderCollectionEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DocumentItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NoteItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "FormRegionEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ViewField", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ColumnFormat", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ViewFields", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_IconView", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OrderFields", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_OrderField", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_CardView", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ViewFont", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AutoFormatRules", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_AutoFormatRule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TimelineView", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_MailModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationGroups", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationGroup", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationFolders", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NavigationFolder", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_CalendarModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ContactsModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TasksModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_JournalModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_NotesModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "NavigationPaneEvents_12", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "NavigationGroupsEvents_12", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_BusinessCardView", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_SolutionsModule", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_CalendarView", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TableView", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_MobileItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_JournalItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_PostItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TaskItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "AccountSelectorEvents", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_DistListItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ReportItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_RemoteItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TaskRequestItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TaskRequestAcceptItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TaskRequestDeclineItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_TaskRequestUpdateItem", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ConversationHeader", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "FoldersEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ItemsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "NameSpaceEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OutlookBarGroupsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OutlookBarPaneEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "OutlookBarShortcutsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ResultsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "_ViewsEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "ReminderCollectionEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "NavigationPaneEvents_12_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "NavigationGroupsEvents_12_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "AccountSelectorEvents_Event", + "Namespace": "Microsoft.Office.Interop.Outlook" + }, + { + "Name": "Font", + "Namespace": "stdole" + }, + { + "Name": "FontEvents_Event", + "Namespace": "stdole" + }, + { + "Name": "Picture", + "Namespace": "stdole" + }, + { + "Name": "FontEvents", + "Namespace": "stdole" + }, + { + "Name": "Font", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IDataAutoWrapper", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IReturnInteger", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IReturnBoolean", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IReturnString", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IReturnSingle", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IReturnEffect", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IControl", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "ControlEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "ControlEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "FormEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "OptionFrameEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "OptionFrameEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "ILabelControl", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "ICommandButton", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IMdcText", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IMdcList", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IMdcCombo", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IMdcCheckBox", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IMdcOptionButton", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IMdcToggleButton", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IScrollbar", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "ITabStrip", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "ISpinbutton", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IImage", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IWHTMLSubmitButton", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IWHTMLImage", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IWHTMLReset", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IWHTMLCheckbox", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IWHTMLOption", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IWHTMLText", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IWHTMLHidden", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IWHTMLPassword", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IWHTMLSelect", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IWHTMLTextArea", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "LabelControlEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "LabelControlEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "CommandButtonEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "CommandButtonEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MdcTextEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MdcTextEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MdcListEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MdcListEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MdcComboEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MdcComboEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MdcCheckBoxEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MdcOptionButtonEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MdcToggleButtonEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MdcCheckBoxEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MdcOptionButtonEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MdcToggleButtonEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "ScrollbarEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "ScrollbarEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "TabStripEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "TabStripEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "SpinbuttonEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "SpinbuttonEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "ImageEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "ImageEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents1", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents2", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents3", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents4", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents5", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents6", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents7", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents9", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents10", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents1_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents2_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents3_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents4_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents5_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents6_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents7_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents9_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "WHTMLControlEvents10_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IPage", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IMultiPage", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MultiPageEvents", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "MultiPageEvents_Event", + "Namespace": "Microsoft.Vbe.Interop.Forms" + }, + { + "Name": "IOleServiceProvider", + "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + }, + { + "Name": "FormRegionMessageClassAttribute", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionNameAttribute", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "CannotRemoveControlException", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "CannotRemoveCustomizationException", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "ControlNameAlreadyExistsException", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "InvalidRangeException", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "ListObjectNotDataBoundException", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "RangeNotOnWorksheetException", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "FailureReason", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "SetDataBindingFailedException", + "Namespace": "Microsoft.Office.Tools.Excel" + }, + { + "Name": "ControlNotFoundException", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "FormRegionStorageNullException", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "InvalidMessageClassException", + "Namespace": "Microsoft.Office.Tools.Outlook" + }, + { + "Name": "ApplicationFactory", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "IDocumentExtension", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "Factory", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "Bookmark", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControlBase", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "BuildingBlockGalleryContentControl", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ComboBoxContentControl", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControl", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "DatePickerContentControl", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "Document", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "DropDownListContentControl", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "GroupContentControl", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "PictureContentControl", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "PlainTextContentControl", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "RichTextContentControl", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "XMLNode", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "XMLNodes", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "Bookmark_InformationType", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "Bookmark_XMLType", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "Document_CompatibilityType", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "Document_ActiveWritingStyleType", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "XMLNode_ValidationErrorTextType", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "XMLNode_XMLType", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ActionClickEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "BeforeCaptionShowEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ClickEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContextChangeEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "MailMergeAfterMergeEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "MailMergeWizardStateChangeEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "NodeInsertAndDeleteEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "SaveEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "SelectionEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "WindowEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "Action", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ActionEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ClickEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControlAddedEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControlAddedEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControlContentUpdatingEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControlContentUpdatingEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControlDeletingEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControlDeletingEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControlEnteringEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControlEnteringEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControlExitingEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControlExitingEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControlStoreUpdatingEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContentControlStoreUpdatingEventHandler", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ContextChangeEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "MailMergeAfterMergeEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "MailMergeWizardStateChangeEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "NodeInsertAndDeleteEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "SaveEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "SelectionEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "SmartTag", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "WindowEventArgs", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ControlCollection", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ControlSite", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "ISmartTagExtension", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "SmartTagRecognizeContext", + "Namespace": "Microsoft.Office.Tools.Word" + }, + { + "Name": "_Document", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "IRibbonExtensibility", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Range", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Bookmark", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdStoryType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Application", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Font", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Tables", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Words", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Sentences", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Characters", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Footnotes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Endnotes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Comments", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Cells", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Sections", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Paragraphs", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Borders", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Shading", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "TextRetrievalMode", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Fields", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "FormFields", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Frames", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ParagraphFormat", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ListFormat", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Bookmarks", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdUnderline", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdEmphasisMark", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Revisions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdLanguageID", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "SynonymInfo", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Hyperlinks", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ListParagraphs", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdColorIndex", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Columns", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Rows", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Find", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "PageSetup", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ShapeRange", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdCharacterCase", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdInformation", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ReadabilityStatistics", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ProofreadingErrors", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdTextOrientation", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "InlineShapes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Table", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdReferenceKind", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdGoToItem", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdStatistic", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "SpellingSuggestions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdPhoneticGuideAlignmentType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdTCSCConverterDirection", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdHorizontalInVerticalType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdTwoLinesInOneType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Scripts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WdCharacterWidth", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdKana", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "HTMLDivisions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "SmartTags", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Document", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "FootnoteOptions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "EndnoteOptions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdRecoveryType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "XMLNodes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "XMLNode", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Editors", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "OMaths", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ContentControls", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdSaveFormat", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ContentControl", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdExportFormat", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdExportOptimizeFor", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdExportItem", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdExportCreateBookmarks", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "CoAuthLocks", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "CoAuthUpdates", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Conflicts", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "BuildingBlock", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdBuildingBlockTypes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "XMLMapping", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ContentControlListEntries", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdContentControlType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdContentControlDateStorageFormat", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdCalendarType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_OpenEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_NewEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdDocumentType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Styles", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "TablesOfFigures", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Variables", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "MailMerge", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Envelope", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "TablesOfContents", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "TablesOfAuthorities", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Windows", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "RoutingSlip", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "TablesOfAuthoritiesCategories", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Indexes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Window", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdDocumentKind", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Subdocuments", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdCompatibility", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "StoryRanges", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "CommandBars", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WdProtectionType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Shapes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ListTemplates", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Lists", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Shape", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Versions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdSummaryMode", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Mailer", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "VBProject", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "WdJustificationMode", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdFarEastLineBreakLevel", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdAutoMacros", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdEditionType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdEditionOption", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "LetterContent", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdLetterStyle", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdLetterheadLocation", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdSalutationType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "MsoEncoding", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Email", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdFarEastLineBreakLanguageID", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Frameset", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "HTMLProject", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WebOptions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "MsoEnvelope", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "SignatureSet", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WdDisableFeaturesIntroducedAfter", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdLineEndingType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "StyleSheets", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdShowFilter", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Permission", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XMLSchemaReferences", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "SmartDocument", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "SharedWorkspace", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Sync", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentLibraryVersions", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XMLChildNodeSuggestions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdStyleSort", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "MetaProperties", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WdRemoveDocInfoType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ServerPolicy", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentInspectors", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WorkflowTasks", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WorkflowTemplates", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Bibliography", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "CustomXMLParts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Research", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdOMathBreakBin", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdOMathBreakSub", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdOMathJc", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "OfficeTheme", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "CustomXMLNode", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "CustomXMLPart", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WdExportRange", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_CloseEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_SyncEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_XMLAfterInsertEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_XMLBeforeDeleteEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_ContentControlAfterAddEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_ContentControlBeforeDeleteEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_ContentControlOnExitEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_ContentControlOnEnterEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_ContentControlBeforeContentUpdateEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_BuildingBlockInsertEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "CoAuthoring", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdXMLNodeType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdXMLNodeLevel", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdXMLValidationStatus", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "SmartTag", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ISmartTagProperties", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "Selection", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "InlineShape", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ISmartTagRecognizerSite", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "ISmartTagTokenList", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "_Application", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_Event", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "_Font", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "_ParagraphFormat", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "_IMsoDispObj", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentEvents2_Event", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "_CommandBars", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarsEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_VBProject", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBProject_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_ProjectTemplate", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_LetterContent", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "IMsoEnvelopeVB", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVBEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLParts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartsEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPart", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "MsoSyncEventType", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_Global", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "_OLEControl", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "OCXEvents", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "OCXEvents_Event", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "IAccessible", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_IMsoOleAccDispObj", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "CommandBarControl", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButton", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBox", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarsEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBoxEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBoxEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButtonEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButtonEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVBEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLSchemaCollection", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartsEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPane", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoChartTitle", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Application", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Windows_old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Windows", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_LinkedWindows", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_ReferencesEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferencesEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferencesEvents_Event", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CommandBarControlEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispCommandBarControlEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispCommandBarControlEvents_Event", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBProjects_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBProjects", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Components", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponents_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Component", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponent_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponent", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Properties", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_AddIns", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CodeModule", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CodePanes", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CodePane", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_References", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferences_Events", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferences_Events_Event", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "IOleServiceProvider", + "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + }, + { + "Name": "_Document", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "CustomXMLParts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentProperties", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WdStoryType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Application", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Bookmark", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Font", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Range", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Tables", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Words", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Sentences", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Characters", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Footnotes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Endnotes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Comments", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Cells", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Sections", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Paragraphs", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Borders", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Shading", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "TextRetrievalMode", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Fields", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "FormFields", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Frames", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ParagraphFormat", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ListFormat", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Bookmarks", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdUnderline", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdEmphasisMark", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Revisions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdLanguageID", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "SynonymInfo", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Hyperlinks", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ListParagraphs", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdColorIndex", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Columns", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Rows", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Find", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "PageSetup", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ShapeRange", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdCharacterCase", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdInformation", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ReadabilityStatistics", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ProofreadingErrors", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdTextOrientation", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "InlineShapes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Table", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdReferenceKind", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdGoToItem", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdStatistic", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "SpellingSuggestions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdPhoneticGuideAlignmentType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdTCSCConverterDirection", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdHorizontalInVerticalType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdTwoLinesInOneType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Scripts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WdCharacterWidth", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdKana", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "HTMLDivisions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "SmartTags", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Document", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "FootnoteOptions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "EndnoteOptions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdRecoveryType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "XMLNodes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "XMLNode", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Editors", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "OMaths", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ContentControls", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdSaveFormat", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ContentControl", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdExportFormat", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdExportOptimizeFor", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdExportItem", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdExportCreateBookmarks", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "CoAuthLocks", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "CoAuthUpdates", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Conflicts", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Selection", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "BuildingBlock", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdBuildingBlockTypes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "XMLMapping", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ContentControlListEntries", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdContentControlType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdContentControlDateStorageFormat", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdCalendarType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdDocumentType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Styles", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "TablesOfFigures", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Variables", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "MailMerge", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Envelope", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "TablesOfContents", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "TablesOfAuthorities", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Windows", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "RoutingSlip", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "TablesOfAuthoritiesCategories", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Indexes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Window", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdDocumentKind", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Subdocuments", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdCompatibility", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "StoryRanges", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "CommandBars", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WdProtectionType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Shapes", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ListTemplates", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Lists", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Shape", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Versions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdSummaryMode", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Mailer", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "VBProject", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "WdJustificationMode", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdFarEastLineBreakLevel", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdAutoMacros", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdEditionType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdEditionOption", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "LetterContent", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdLetterStyle", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdLetterheadLocation", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdSalutationType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "MsoEncoding", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Email", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdFarEastLineBreakLanguageID", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Frameset", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "HTMLProject", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WebOptions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "MsoEnvelope", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "SignatureSet", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WdDisableFeaturesIntroducedAfter", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdLineEndingType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "StyleSheets", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdShowFilter", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Permission", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XMLSchemaReferences", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "SmartDocument", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "SharedWorkspace", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Sync", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentLibraryVersions", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "XMLChildNodeSuggestions", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdStyleSort", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "MetaProperties", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WdRemoveDocInfoType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ServerPolicy", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentInspectors", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WorkflowTasks", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WorkflowTemplates", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "Bibliography", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Research", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdOMathBreakBin", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdOMathBreakSub", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdOMathJc", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "OfficeTheme", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "CustomXMLNode", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "CustomXMLPart", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "WdExportRange", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "CoAuthoring", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_CloseEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_SyncEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_XMLAfterInsertEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_XMLBeforeDeleteEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_ContentControlAfterAddEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_ContentControlBeforeDeleteEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_ContentControlOnExitEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_ContentControlOnEnterEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_ContentControlBeforeContentUpdateEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_BuildingBlockInsertEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "IRibbonExtensibility", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentEvents2_NewEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_OpenEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "InlineShape", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdXMLNodeType", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdXMLNodeLevel", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "WdXMLValidationStatus", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "SmartTag", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "_OLEControl", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ISmartTagRecognizerSite", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "ISmartTagTokenList", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "ISmartTagProperties", + "Namespace": "Microsoft.Office.Interop.SmartTag" + }, + { + "Name": "OLEFormat", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "_CustomXMLParts", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPart", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "DocumentProperty", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "ApplicationEvents4_Event", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_WindowBeforeDoubleClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_WindowBeforeRightClickEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_WindowSelectionChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "_Application", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "AutoCorrect", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Options", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Style", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2_Event", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_WindowActivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_DocumentBeforeCloseEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_DocumentBeforePrintEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_DocumentBeforeSaveEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_WindowDeactivateEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_MailMergeAfterMergeEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_MailMergeBeforeMergeEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_MailMergeAfterRecordMergeEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_MailMergeBeforeRecordMergeEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_MailMergeDataSourceLoadEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_MailMergeWizardSendToCustomEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_MailMergeWizardStateChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_WindowSizeEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "IDynamicEntryPointContainer", + "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime" + }, + { + "Name": "ApplicationEvents4_XMLValidationErrorEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4_XMLSelectionChangeEventHandler", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "_IMsoDispObj", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartsEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_Font", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "_ParagraphFormat", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "_CommandBars", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarsEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_VBProject", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBProject_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_ProjectTemplate", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_LetterContent", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "IMsoEnvelopeVB", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVBEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "MsoSyncEventType", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IAccessible", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_IMsoOleAccDispObj", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "CommandBarControl", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButton", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBox", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarsEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBoxEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarComboBoxEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButtonEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CommandBarButtonEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoEnvelopeVBEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLSchemaCollection", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomXMLPartsEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPane", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_CustomTaskPaneEvents_Event", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "IMsoChartTitle", + "Namespace": "Microsoft.Office.Core" + }, + { + "Name": "_Global", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "OCXEvents", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "OCXEvents_Event", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "ApplicationEvents4", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "DocumentEvents2", + "Namespace": "Microsoft.Office.Interop.Word" + }, + { + "Name": "Application", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Windows_old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Windows", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_LinkedWindows", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_ReferencesEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferencesEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferencesEvents_Event", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CommandBarControlEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispCommandBarControlEvents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispCommandBarControlEvents_Event", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBProjects_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBProjects", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Components", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponents_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponents", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Component", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponent_Old", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_VBComponent", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_Properties", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_AddIns", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CodeModule", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CodePanes", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_CodePane", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_References", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferences_Events", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "_dispReferences_Events_Event", + "Namespace": "Microsoft.Vbe.Interop" + }, + { + "Name": "SetCimInstance", + "Namespace": "cimcmdlets.Activities" + }, + { + "Name": "ConfirmImpact", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + }, + { + "Name": "ItemsChoiceType", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + }, + { + "Name": "WorkflowReturnException", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "AstToWorkflowConverter", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "AstToXamlConverter", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "GetWmiObject", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "InvokeWmiMethod", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "GetCimAssociatedInstance", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "GetCimClass", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "GetCimInstance", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "InvokeCimMethod", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "NewCimInstance", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "NewCimSession", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "NewCimSessionOption", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "RemoveCimInstance", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "InlineScript", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "InlineScriptContext", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "Suspend", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "ThrottledParallelForEach`1", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PSPersist", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PSWorkflowRuntimeVariable", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "GetPSWorkflowData`1", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "SetPSWorkflowData", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "InlineScriptDesigner", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "ActivityGenerator", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PowerShellValue`1", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "Pipeline", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PipelineDesigner", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "IsArgumentSet", + "Namespace": "Microsoft.PowerShell.Activities.Internal" + }, + { + "Name": "ODataCmdletAdapter", + "Namespace": "Microsoft.PowerShell.Cmdletization.OData" + }, + { + "Name": "ODataV4CmdletAdapter", + "Namespace": "Microsoft.PowerShell.Cmdletization.OData" + }, + { + "Name": "NetworkControllerCmdletAdapter", + "Namespace": "Microsoft.PowerShell.Cmdletization.OData" + }, + { + "Name": "ODataQueryBuilder", + "Namespace": "Microsoft.PowerShell.Cmdletization.OData" + }, + { + "Name": "GetWinEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewWinEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCounterCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportCounterCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportCounterCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetEventPSSnapIn", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PerformanceCounterSample", + "Namespace": "Microsoft.PowerShell.Commands.GetCounter" + }, + { + "Name": "PerformanceCounterSampleSet", + "Namespace": "Microsoft.PowerShell.Commands.GetCounter" + }, + { + "Name": "CounterSet", + "Namespace": "Microsoft.PowerShell.Commands.GetCounter" + }, + { + "Name": "CounterFileInfo", + "Namespace": "Microsoft.PowerShell.Commands.GetCounter" + }, + { + "Name": "PSManagementPSSnapIn", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "SessionBasedCmdletAdapter`2", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "CimCmdletAdapter", + "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" + }, + { + "Name": "CimJobException", + "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" + }, + { + "Name": "AddContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JoinPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CopyItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetChildItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemPropertyValueCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MoveItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CoreCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CoreCommandWithCredentialsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PushLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PopLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DriveMatchingCoreCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MoveItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CopyItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSProviderCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SplitPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PassThroughContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PassThroughItemPropertyCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPathType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ItemPropertyCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResolvePathCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProcessBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProcessCommandException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServiceBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MultipleServiceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServiceOperationBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SuspendServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResumeServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RestartServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServiceCommandException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestConnectionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnableComputerRestoreCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisableComputerRestoreCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CheckpointComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetComputerRestorePointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RestartComputerTimeoutException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitForServiceTypes", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RestartComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RestoreComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JoinOptions", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestComputerSecureChannelCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResetComputerMachinePasswordCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ComputerChangeInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameComputerChangeInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetComputerInfoCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuard", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HotFix", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NetworkAdapter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "Processor", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ComputerInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AdminPasswordStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BootOptionAction", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SystemElementState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CpuArchitecture", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CpuAvailability", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CpuStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DataExecutionPreventionSupportPolicy", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuardSmartStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuardConfigCodeIntegrityStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuardHardwareSecure", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DeviceGuardSoftwareSecure", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DomainRole", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FirmwareType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ForegroundApplicationBoost", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FrontPanelResetStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HardwareSecurity", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NetConnectionStatus", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OSEncryptionLevel", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OSProductSuite", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OperatingSystemSKU", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OSType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PCSystemType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PCSystemTypeEx", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PowerManagementCapabilities", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PowerState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProcessorType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResetCapability", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WakeUpType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PowerPlatformRole", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProductType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ServerLevel", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SoftwareElementState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTimeZoneCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetTimeZoneCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearRecycleBinCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetClipboardCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClipboardFormat", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetClipboardCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ControlPanelItem", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ControlPanelItemBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetControlPanelItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ShowControlPanelItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "LimitEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ShowEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetWmiObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeWmiMethod", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveWmiObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterWmiEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetWmiInstance", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTransactionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartTransactionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CompleteTransactionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UndoTransactionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UseTransactionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WmiState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WmiBaseCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewWebServiceProxy", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHotFixCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "Folder", + "Namespace": "Shell32" + }, + { + "Name": "Folder2", + "Namespace": "Shell32" + }, + { + "Name": "FolderItem", + "Namespace": "Shell32" + }, + { + "Name": "FolderItem2", + "Namespace": "Shell32" + }, + { + "Name": "FolderItemVerb", + "Namespace": "Shell32" + }, + { + "Name": "FolderItemVerbs", + "Namespace": "Shell32" + }, + { + "Name": "FolderItems", + "Namespace": "Shell32" + }, + { + "Name": "FolderItems2", + "Namespace": "Shell32" + }, + { + "Name": "FolderItems3", + "Namespace": "Shell32" + }, + { + "Name": "IShellDispatch", + "Namespace": "Shell32" + }, + { + "Name": "IShellDispatch2", + "Namespace": "Shell32" + }, + { + "Name": "IShellDispatch3", + "Namespace": "Shell32" + }, + { + "Name": "IShellDispatch4", + "Namespace": "Shell32" + }, + { + "Name": "IShellDispatch5", + "Namespace": "Shell32" + }, + { + "Name": "IShellDispatch6", + "Namespace": "Shell32" + }, + { + "Name": "Shell", + "Namespace": "Shell32" + }, + { + "Name": "ShellFolderItem", + "Namespace": "Shell32" + }, + { + "Name": "PSUtilityPSSnapIn", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "NewObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GenericMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GenericObjectMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TextMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SortObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OrderObjectBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteVerboseCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteWarningCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteInformationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteOrThrowErrorCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteErrorCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteErrorException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "VariableCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MemberDefinition", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupInfoNoElement", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConsoleColorCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "Language", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutputAssemblyType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCompilerError", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddTypeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteOutputCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartSleepCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCultureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUICultureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSCallStackCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetUniqueCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetDateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisplayHintType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetDateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MatchInfoContext", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MatchInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CompareObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRandomCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeExpressionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewTimeSpanCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TeeObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MeasureCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnblockFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TextEncodingType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UtilityResources", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ByteCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteAliasCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportAliasFormat", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportLocalizedData", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromStringDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReadHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BaseCsvWritingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BreakpointType", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSBreakpointCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugRunspaceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRunspaceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRunspaceDebug", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CommonRunspaceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnableRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisableRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitDebuggerCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WriteProgressCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateData", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportClixmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportClixmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToXmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectXmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SelectXmlInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToHtmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImplicitRemotingCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateListCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SendMailMessage", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatListCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatCustomCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatTableCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatWideCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutPrinterCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutputModeOption", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutGridViewCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormObjectCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JsonObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSUserAgent", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebCmdletElementCollection", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestMethod", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestSession", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "BasicHtmlWebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HtmlWebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeRestMethodCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebRequestPSCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeWebRequestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterObjectEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterEngineEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetEventSubscriberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnregisterEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetTraceSourceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetTraceSourceCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TraceListenerCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ShowCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromStringCommand", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation" + }, + { + "Name": "ConvertStringCommand", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation" + }, + { + "Name": "TemplateParsingException", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.TemplateParsing" + }, + { + "Name": "ProgramNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.FlashExtract" + }, + { + "Name": "ResultNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.FlashExtract" + }, + { + "Name": "RegularExpression", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" + }, + { + "Name": "Token", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" + }, + { + "Name": "PositionMatch", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" + }, + { + "Name": "TokenMatch", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" + }, + { + "Name": "CachedList", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" + }, + { + "Name": "SynthesisContext", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" + }, + { + "Name": "ShowCommandCommandInfo", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" + }, + { + "Name": "ShowCommandModuleInfo", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" + }, + { + "Name": "ShowCommandParameterInfo", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" + }, + { + "Name": "ShowCommandParameterSetInfo", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" + }, + { + "Name": "ShowCommandParameterType", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" + }, + { + "Name": "DispHTMLDocument", + "Namespace": "mshtml" + }, + { + "Name": "HTMLDocument", + "Namespace": "mshtml" + }, + { + "Name": "HTMLDocumentEvents", + "Namespace": "mshtml" + }, + { + "Name": "HTMLDocumentEvents2", + "Namespace": "mshtml" + }, + { + "Name": "HTMLDocumentEvents2_Event", + "Namespace": "mshtml" + }, + { + "Name": "HTMLDocumentEvents2_onreadystatechangeEventHandler", + "Namespace": "mshtml" + }, + { + "Name": "HTMLDocumentEvents_Event", + "Namespace": "mshtml" + }, + { + "Name": "IHTMLDocument", + "Namespace": "mshtml" + }, + { + "Name": "IHTMLDocument2", + "Namespace": "mshtml" + }, + { + "Name": "IHTMLElement", + "Namespace": "mshtml" + }, + { + "Name": "IHTMLElementCollection", + "Namespace": "mshtml" + }, + { + "Name": "IHTMLEventObj", + "Namespace": "mshtml" + }, + { + "Name": "IHTMLFormElement", + "Namespace": "mshtml" + }, + { + "Name": "IHTMLInputElement", + "Namespace": "mshtml" + }, + { + "Name": "ConsoleShell", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "UnmanagedPSEntry", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "PSHostPSSnapIn", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "EngineInstaller", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "StartTranscriptCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopTranscriptCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "EnablePSRemoting", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "DisablePSRemoting", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "EnablePSSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "ForEachObject", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "GetCommand", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "GetHelp", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "GetJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "GetModule", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "GetPSSession", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "GetPSSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "NewModuleManifest", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "TestPSSessionConfigurationFile", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "ReceiveJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "RegisterPSSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "NewPSTransportOption", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "RemoveJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "RemovePSSession", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "SetPSSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "StartJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "StopJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "TestModuleManifest", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "UnregisterPSSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "UpdateHelp", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "WaitJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "WhereObject", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "SaveHelp", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "SuspendJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "ResumeJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" + }, + { + "Name": "ExportCounter", + "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" + }, + { + "Name": "GetCounter", + "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" + }, + { + "Name": "GetWinEvent", + "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" + }, + { + "Name": "NewWinEvent", + "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" + }, + { + "Name": "ImportCounter", + "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "EncodingChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IEncodingDetector", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextDocument", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextDocumentFactoryService", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ReloadResult", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextDocumentEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "FileActionTypes", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextDocumentFileActionEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ContentTypeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "CustomTrackToVersion", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "EdgeInsertionMode", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "EditOptions", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IExtensionErrorHandler", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IMappingPoint", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IMappingSpan", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "INormalizedTextChangeCollection", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IReadOnlyRegion", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IReadOnlyRegionEdit", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextBuffer", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextBufferEdit", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextBufferFactoryService", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextChange", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextEdit", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextSnapshot", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextSnapshotLine", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextVersion", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITrackingPoint", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITrackingSpan", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "NormalizedSnapshotSpanCollection", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "NormalizedSpanCollection", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "PointTrackingMode", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "PositionAffinity", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "PreContentChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "DynamicReadOnlyRegionQuery", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "SnapshotPoint", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "SnapshotSpan", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "SnapshotSpanEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "Span", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "SpanTrackingMode", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextBufferCreatedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextContentChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextContentChangingEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextSnapshotChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextSnapshotToTextReader", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TrackingFidelityMode", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextDataModel", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextDataModelContentTypeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "VirtualSnapshotPoint", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "VirtualSnapshotSpan", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IErrorTypeMetadata", + "Namespace": "Microsoft.VisualStudio.Text.AdornmentLibrary.Squiggles.Implementation" + }, + { + "Name": "ICollapsible", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "ICollapsed", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "IOutliningManager", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "IOutliningManagerService", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "OutliningEnabledEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "RegionsCollapsedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "RegionsExpandedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "RegionsChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "IIncrementalSearch", + "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + }, + { + "Name": "IIncrementalSearchFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + }, + { + "Name": "IncrementalSearchResult", + "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + }, + { + "Name": "IncrementalSearchDirection", + "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + }, + { + "Name": "IAdornmentElement", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ISequenceElement", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ITextAndAdornmentCollection", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ITextAndAdornmentSequencer", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ITextAndAdornmentSequencerFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ITextViewLine", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "LineTransform", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "TextBounds", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "TextAndAdornmentSequenceChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "TextViewLineChange", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "VisibilityState", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "IFormattedLine", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "IFormattedLineSource", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "IFormattedTextSourceFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ILineTransformSource", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ILineTransformSourceProvider", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ITextParagraphPropertiesFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "IWpfTextViewLine", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "TextFormattingParagraphProperties", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "TextFormattingRunProperties", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "IRtfBuilderService", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ErrorTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "IErrorProviderFactory", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "ITextMarkerProviderFactory", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "IToolTipProvider", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "IToolTipProviderFactory", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "PopupStyles", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "PredefinedErrorTypeNames", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "ChangeTag", + "Namespace": "Microsoft.VisualStudio.Text.Document" + }, + { + "Name": "ChangeTypes", + "Namespace": "Microsoft.VisualStudio.Text.Document" + }, + { + "Name": "ITextSearchService", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextStructureNavigatorProvider", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextStructureNavigatorSelectorService", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "FindData", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "FindOptions", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextStructureNavigator", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "TextExtent", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "IMergeTextUndoTransactionPolicy", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextBufferUndoManager", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextBufferUndoManagerProvider", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextUndoHistory", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextUndoHistoryRegistry", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextUndoPrimitive", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextUndoTransaction", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "TextUndoHistoryState", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "TextUndoRedoEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "TextUndoTransactionCompletedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "TextUndoTransactionCompletionResult", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "UndoTransactionState", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "IEditorOperations", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "IEditorOperationsFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "NullMergeUndoTransactionPolicy", + "Namespace": "Microsoft.VisualStudio.Text.Operations.Standalone" + }, + { + "Name": "ElisionBufferOptions", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "ElisionSourceSpansChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "GraphBufferContentTypeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "GraphBuffersChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IBufferGraph", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IBufferGraphFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IElisionBuffer", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IElisionSnapshot", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IProjectionBuffer", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IProjectionBufferBase", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IProjectionBufferFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IProjectionEditResolver", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IProjectionSnapshot", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "ProjectionBufferOptions", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "ProjectionSourceBuffersChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "ProjectionSourceSpansChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "ContinueProcessingPredicate`1", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "DetermineLocalityCallback", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "Difference", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "DifferenceType", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IDifferenceService", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IHierarchicalDifferenceCollection", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IDifferenceCollection`1", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IHierarchicalStringDifferenceService", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "ITokenizedStringList", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "Match", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "StringDifferenceTypes", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "StringDifferenceOptions", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "WordSplitBehavior", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IClassificationFormatMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IEditorFormatMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "ClassificationChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "ClassificationSpan", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "ClassificationTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassificationType", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "ClassificationTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassificationTypeRegistryService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassifier", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassifierAggregatorService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassifierProvider", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IViewClassifierAggregatorService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "ClassificationFormatDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IEditorFormatMapService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IEditorFormatMap", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassificationFormatMap", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "EditorFormatDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassificationFormatMapService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "FormatItemsEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "MarkerFormatDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "UserVisibleAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "Priority", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassificationTypeDefinitionMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Classification.Implementation" + }, + { + "Name": "IDataStorage", + "Namespace": "Microsoft.VisualStudio.Text.Storage" + }, + { + "Name": "IDataStorageService", + "Namespace": "Microsoft.VisualStudio.Text.Storage" + }, + { + "Name": "Caret", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DisplayTextPoint", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DisplayTextRange", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "HowToShow", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IBufferPrimitives", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IBufferPrimitivesFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IEditorPrimitivesFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IViewPrimitives", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "EditorPrimitiveIds", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IViewPrimitivesFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "Selection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextBuffer", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextPoint", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextRange", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextView", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "EditorOptionKey`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DefaultOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ConvertTabsToSpaces", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TabSize", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IndentSize", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ReplicateNewLineCharacter", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "NewLineCharacter", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "EditorOptionChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "EditorOptionDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "EditorOptionDefinition`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IEditorOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IEditorOptionsFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DefaultTextViewOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DefaultTextViewHostOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DragDropEditing", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OverwriteMode", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "UseVirtualSpace", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IsViewportLeftClipped", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ViewProhibitUserInput", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "CutOrCopyBlankLineIfNoSelection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "WordWrapStyle", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "UseVisibleWhitespace", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ProduceScreenReaderFriendlyText", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "VerticalScrollBarEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "HorizontalScrollBarEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "GlyphMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "SelectionMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "LineNumberMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "AutoScrollEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ChangeTrackingMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OutliningMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OutliningUndoEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ZoomControlEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DisplayUrlsAsHyperlinks", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "CaretPosition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "CaretPositionChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IScrollMap", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IScrollMapFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ISmartIndent", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ISmartIndentProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ISmartIndentationService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextCaret", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextSelection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextView", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextViewLineCollection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextViewMargin", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextViewModel", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextViewModelProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextViewRoleSet", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IVerticalFractionMap", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IVerticalScrollBar", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IViewScroller", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "EnsureSpanVisibleOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "MarginContainerAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "MouseHoverAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "MouseHoverEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "PredefinedMarginNames", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "PredefinedTextViewRoles", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ScrollDirection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextSelectionMode", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextViewCreatedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextViewLayoutChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextViewRoleAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ViewRelativePosition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ViewState", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "WordWrapStyles", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ViewOptionDefinition`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ZoomConstants", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "AdornmentLayerDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "AdornmentPositioningBehavior", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "AdornmentRemovedCallback", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IAdornmentLayer", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IAdornmentLayerElement", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "PredefinedAdornmentLayers", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "BackgroundBrushChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "GridCellLengthAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "GridUnitTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OutliningCollapsedAdornmentControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OutliningMarginHeaderControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OutliningMarginBracketControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "CollapseHintAdornmentControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OutliningMarginControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ConnectionReason", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ImeTextComposition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IntraTextAdornment", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IntraTextAdornmentTag", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ISpaceReservationAgent", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ISpaceReservationManager", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextEditorFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextViewMarginProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextView", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextViewConnectionListener", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextViewCreationListener", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextViewHost", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextViewLineCollection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextViewMargin", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "SpaceReservationAgentChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "SpaceReservationManagerDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "WpfTextViewKeyboardFilterName", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "WpfViewOptionDefinition`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DefaultWpfViewOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "HighlightCurrentLineOption", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "SimpleGraphicsOption", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "MouseWheelZoomEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "AppearanceCategoryOption", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ZoomLevelChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IGlyphTag", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IGlyphFactory", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IGlyphMouseProcessorProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IGlyphFactoryProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IKeyProcessorProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IMouseProcessor", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IMouseProcessorProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "KeyProcessor", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "MouseProcessorBase", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ZoomControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ZoomLevelConverter", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IGlyphMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + }, + { + "Name": "HighlightCurrentLineBrush", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + }, + { + "Name": "IThumbnailSupport", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + }, + { + "Name": "ISelectionPainter", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + }, + { + "Name": "SelectionAdornment", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + }, + { + "Name": "TextViewLineCollection", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + }, + { + "Name": "ImeCompositionWindowFont", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + }, + { + "Name": "ImeCompositionWindowTopOffset", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + }, + { + "Name": "ImeCompositionWindowBottomOffset", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + }, + { + "Name": "ImeCompositionWindowHeightOffset", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + }, + { + "Name": "DragDropInfo", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + }, + { + "Name": "DragDropPointerEffects", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + }, + { + "Name": "DropFormatAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + }, + { + "Name": "IDropHandler", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + }, + { + "Name": "IDropHandlerProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + }, + { + "Name": "DropHandlerBase", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + }, + { + "Name": "IDropHandlerMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop.Implementation" + }, + { + "Name": "DefaultOptionExtensions", + "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + }, + { + "Name": "TextViewOptionExtensions", + "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + }, + { + "Name": "TextViewHostOptionExtensions", + "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + }, + { + "Name": "WpfViewOptionExtensions", + "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + }, + { + "Name": "IElisionTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "TagAggregatorOptions", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "BatchedTagsChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "TrackingTagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITagAggregator`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IBufferTagAggregatorFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITagger`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IMappingTagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "MappingTagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "SimpleTagger`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "TagsChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITaggerProvider", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "TagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "TagTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ClassificationTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IClassificationTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IUrlTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "UrlTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IViewTagAggregatorFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IViewTaggerProvider", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IOutliningRegionTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "OutliningRegionTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ErrorTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IErrorTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "TextMarkerTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITextMarkerTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "SpaceNegotiatingAdornmentTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITaggerMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "WrapperCreator`2", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "LazyObservableCollection`2", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "TrackingSpanTree`1", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "TrackingSpanNode`1", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "IContentTypeMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "IEncodingDetectorMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "IOrderableContentTypeMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "ProjectionSpanDifference", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "WeakReferenceForDictionaryKey", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "GeometryAdornment", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "IContentTypeAndTextViewRoleMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "IOrderableContentTypeAndTextViewRoleMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "ITextViewRoleMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "IWpfTextViewMarginMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "Strings", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "WpfHelper", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "AutomationProperties", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + }, + { + "Name": "CustomAutomationAdapter`1", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + }, + { + "Name": "IAutomatedElement", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + }, + { + "Name": "IAutomationAdapter", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + }, + { + "Name": "IAutomationAdapter`1", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + }, + { + "Name": "CustomReadOnlyValueProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + }, + { + "Name": "ReadOnlyValuePatternProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + }, + { + "Name": "SelectionValuePatternProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + }, + { + "Name": "WpfAutomationAdapter`1", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + }, + { + "Name": "PatternProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + }, + { + "Name": "TextPatternProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + }, + { + "Name": "TextRangePatternProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + }, + { + "Name": "ViewValuePatternProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + }, + { + "Name": "IStandardClassificationService", + "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" + }, + { + "Name": "LanguagePriority", + "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" + }, + { + "Name": "PredefinedClassificationTypeNames", + "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" + }, + { + "Name": "BulkObservableCollection`1", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "Completion", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CompletionMatchType", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CompletionSelectionStatus", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CompletionSet", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CurrentParameterChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CompletionPresenterStyle", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "FilteredObservableCollection`1", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICompletionBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICompletionSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICompletionSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICompletionSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IconDescription", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICustomCommit", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICustomIntellisensePresenter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICustomKeyboardHandler", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IGlyphService", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisenseCommandTarget", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisenseController", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisenseControllerProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisensePresenter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisensePresenterProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisenseSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisenseSessionStack", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisenseSessionStackMapService", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IntellisenseKeyboardCommand", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IntellisenseSpaceReservationManagerNames", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IParameter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPopupIntellisensePresenter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IQuickInfoBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IQuickInfoSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IQuickInfoSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IQuickInfoSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISignature", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISignatureHelpBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISignatureHelpSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISignatureHelpSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISignatureHelpSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISmartTagAction", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ITextFormattable", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "QuickInfoPresenterStyle", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SignatureHelpPresenterStyle", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SmartTag", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SmartTagActionSet", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISmartTagBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISmartTagSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISmartTagSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISmartTagSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IUIElementProvider`2", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IWpfKeyboardTrackingService", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SelectedSignatureChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SmartTagState", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SmartTagType", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "StandardGlyphGroup", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "StandardGlyphItem", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "UIElementType", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ValueChangedEventArgs`1", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SmartTagSurface", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense.Implementation" + }, + { + "Name": "SingletonBaseMetadataAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "MultipleBaseMetadataAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "BaseDefinitionAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "DisplayNameAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IOrderable", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IPropertyOwner", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "NameAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "OrderAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "Orderer", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "PropertyCollection", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "FileExtensionToContentTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "FileExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IContentTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IContentTypeDefinitionSource", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IContentTypeRegistryService", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IFileExtensionRegistryService", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ContentTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ContentTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IContentType", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IObjectTracker", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IContentTypeDefinitionMetadata", + "Namespace": "Microsoft.VisualStudio.Utilities.Implementation" + }, + { + "Name": "IFileExtensionToContentTypeMetadata", + "Namespace": "Microsoft.VisualStudio.Utilities.Implementation" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "ISESnippet", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ISESnippetCollection", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ConsoleEditor", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ISEEditor", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ISEFile", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ISEFileCollection", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "PowerShellTab", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "PowerShellTabCollection", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "UICollection`1", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "IAddOnToolHostObject", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ISEAddOnTool", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ISEAddOnToolAddedOrRemovedEventArgs", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ISEAddOnToolCollection", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ISEAddOnToolEventArgs", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ISEAddOnToolPaneOpenOrClosedEventArgs", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ISEMenuItem", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ISEMenuItemCollection", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ISEOptions", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ObjectModelRoot", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "ReadOnlyISEAddOnToolCollection", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "SelectedScriptPaneState", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "SnippetStrings", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "PSXmlTokenType", + "Namespace": "Microsoft.PowerShell.Host.ISE" + }, + { + "Name": "App", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "AddOnToolTabControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "FindAndReplaceDialog", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "NewRemotePowerShellTabDialog", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "SkippableMessageBox", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "EditorTabControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "InternalPropertyBindingConverter", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "MainWindow", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "OutputControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "RunspaceControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "RunspaceTabControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "ScriptExpander", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "ShowCommandAddOnControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "StatusAndSizingBar", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "ContextMenuOnlyCustomCommands", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "CustomCommands", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "HostGuiAutomationNames", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "HostGuiNLStrings", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "HostGuiStrings", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "HostTextWriter", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "PromptForChoiceDialog", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "ReadLineDialog", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "ProgressBarInformation", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "ProgressControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "ColorPicker", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "StorableColorTheme", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "ManageThemesWindow", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "OptionsGuiStrings", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "OptionsWindow", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "Program", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "AutomationNames", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "ColorNames", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "ControlTexts", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "ToolTipStrings", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + }, + { + "Name": "AllModulesControl", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "CmdletControl", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "ImageButton", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "ImageButtonBase", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "ImageButtonToolTipConverter", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "ImageToggleButton", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "NotImportedCmdletControl", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "MultipleSelectionControl", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "ParameterSetControl", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "ShowModuleControl", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "AllModulesViewModel", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "CommandEventArgs", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "CommandViewModel", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "HelpNeededEventArgs", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "ImportModuleEventArgs", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "ModuleViewModel", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "ParameterSetViewModel", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "ParameterViewModel", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "ShowAllModulesWindow", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "ShowCommandWindow", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "MultipleSelectionDialog", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + }, + { + "Name": "HelpWindow", + "Namespace": "Microsoft.Management.UI" + }, + { + "Name": "SettingsDialog", + "Namespace": "Microsoft.Management.UI" + }, + { + "Name": "XamlLocalizableResources", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "HelpWindowResources", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ShowCommandResources", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "AutomationTextBlock", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "CustomTypeComparer", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "DataRoutedEventArgs`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "DateTimeApproximationComparer", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "DismissiblePopup", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ExtendedFrameworkElementAutomationPeer", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IAsyncProgress", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IntegralConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "InverseBooleanConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IsEqualConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IsNotNullConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IStateDescriptorFactory`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ListOrganizer", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ListOrganizerItem", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "MessageTextBox", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "PickerBase", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "PopupControlButton", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "PropertyChangedEventArgs`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ReadOnlyObservableAsyncCollection`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ScalableImage", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ScalableImageSource", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "StateDescriptor`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "StringFormatConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "TextBlockService", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "TextTrimConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "UserActionState", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ControlState", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "Utilities", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "VisualToAncestorDataConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "AutomationGroup", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ExpanderButton", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ExpanderButtonAutomationPeer", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ResizeGripLocation", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "Resizer", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ResizerGripThicknessConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterExpressionAndOperatorNode", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterExpressionNode", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterExpressionOperandNode", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterExpressionOrOperatorNode", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ComparableValueFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "DoesNotEqualFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "EqualsFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterRuleExtensions", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IsBetweenFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IsEmptyFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IsGreaterThanFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IsLessThanFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IsNotEmptyFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IsNotEmptyValidationRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "PropertiesTextContainsFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "PropertyValueSelectorFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "SelectorFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "SingleValueComparableValueFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "TextContainsFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "TextDoesNotContainFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "TextDoesNotEqualFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "TextEndsWithFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "TextEqualsFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "TextFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "TextStartsWithFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "DataErrorInfoValidationResult", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "DataErrorInfoValidationRule", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "DefaultFilterRuleCustomizationFactory", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterEvaluator", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterExceptionEventArgs", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterRuleCustomizationFactory", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterStatus", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IEvaluate", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IFilterExpressionProvider", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ItemsControlFilterEvaluator", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ValidatingSelectorValue`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ValidatingValue`1", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ValidatingValueBase", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "AddFilterRulePicker", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "AddFilterRulePickerItem", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "InputFieldBackgroundTextConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IsValidatingValueValidConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterRulePanel", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterRulePanelContentPresenter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterRulePanelController", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterRulePanelItem", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterRulePanelItemType", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterRuleTemplateSelector", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "FilterRuleToDisplayNameConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "SearchBox", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "SearchTextParser", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "SearchTextParseResult", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ValidatingSelectorValueToDisplayNameConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ValidatingValueToGenericParameterTypeConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ColumnPicker", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "DefaultStringConverter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "InnerList", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "InnerListColumn", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "InnerListGridView", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "IPropertyValueGetter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ManagementList", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ManagementListStateDescriptor", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ManagementListStateDescriptorFactory", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "ManagementListTitle", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "PropertyValueGetter", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "UIPropertyGroupDescription", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "WaitRing", + "Namespace": "Microsoft.Management.UI.Internal" + }, + { + "Name": "AddComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "AddContent", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "CheckpointComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "ClearContent", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "ClearEventLog", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "ClearItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "ClearItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "ClearRecycleBin", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "ConvertPath", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "CopyItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "CopyItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "DisableComputerRestore", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "EnableComputerRestore", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "GetChildItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "GetComputerRestorePoint", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "GetContent", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "GetEventLog", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "GetHotFix", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "GetItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "GetItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "GetLocation", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "GetProcess", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "GetPSDrive", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "GetPSProvider", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "GetService", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "InvokeItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "JoinPath", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "LimitEventLog", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "MoveItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "MoveItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "NewEventLog", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "NewItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "NewItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "NewService", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "NewWebServiceProxy", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "RegisterWmiEvent", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "RemoveComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "RemoveEventLog", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "RemoveItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "RemoveItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "RemoveWmiObject", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "RenameComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "RenameItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "RenameItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "ResetComputerMachinePassword", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "ResolvePath", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "RestartService", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "RestoreComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "ResumeService", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "SetContent", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "SetItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "SetItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "SetService", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "SetWmiInstance", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "SplitPath", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "StartProcess", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "StartService", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "StopComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "StopProcess", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "StopService", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "SuspendService", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "TestComputerSecureChannel", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "TestConnection", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "TestPath", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "WaitProcess", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "WriteEventLog", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "GetItemPropertyValue", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "RestartActivityContext", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "RestartComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" + }, + { + "Name": "ScheduledJob", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "ScheduledJobDefinition", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "ScheduledJobException", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "ScheduledJobInvocationInfo", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "ScheduledJobOptions", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "TaskMultipleInstancePolicy", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "ScheduledJobSourceAdapter", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "ScheduledJobTrigger", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "TriggerFrequency", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "JobTriggerToCimInstanceConverter", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "NewJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "AddJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "ScheduleJobCmdletBase", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "RemoveJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "GetJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "SetJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "DisableJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "EnableJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "EnableDisableScheduledJobCmdletBase", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "ScheduledJobOptionCmdletBase", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "NewScheduledJobOptionCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "SetScheduledJobOptionCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "GetScheduledJobOptionCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "RegisterScheduledJobCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "SetScheduledJobCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "GetScheduledJobCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "UnregisterScheduledJobCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "DisableScheduledJobDefinitionBase", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "DisableScheduledJobCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "EnableScheduledJobCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" + }, + { + "Name": "IAction", + "Namespace": "TaskScheduler" + }, + { + "Name": "IActionCollection", + "Namespace": "TaskScheduler" + }, + { + "Name": "IBootTrigger", + "Namespace": "TaskScheduler" + }, + { + "Name": "IDailyTrigger", + "Namespace": "TaskScheduler" + }, + { + "Name": "IExecAction", + "Namespace": "TaskScheduler" + }, + { + "Name": "IIdleSettings", + "Namespace": "TaskScheduler" + }, + { + "Name": "ILogonTrigger", + "Namespace": "TaskScheduler" + }, + { + "Name": "IPrincipal", + "Namespace": "TaskScheduler" + }, + { + "Name": "IRegisteredTask", + "Namespace": "TaskScheduler" + }, + { + "Name": "IRepetitionPattern", + "Namespace": "TaskScheduler" + }, + { + "Name": "IRunningTask", + "Namespace": "TaskScheduler" + }, + { + "Name": "IRunningTaskCollection", + "Namespace": "TaskScheduler" + }, + { + "Name": "ITaskDefinition", + "Namespace": "TaskScheduler" + }, + { + "Name": "ITaskFolder", + "Namespace": "TaskScheduler" + }, + { + "Name": "ITaskService", + "Namespace": "TaskScheduler" + }, + { + "Name": "ITaskSettings", + "Namespace": "TaskScheduler" + }, + { + "Name": "ITimeTrigger", + "Namespace": "TaskScheduler" + }, + { + "Name": "ITrigger", + "Namespace": "TaskScheduler" + }, + { + "Name": "ITriggerCollection", + "Namespace": "TaskScheduler" + }, + { + "Name": "IWeeklyTrigger", + "Namespace": "TaskScheduler" + }, + { + "Name": "TaskScheduler", + "Namespace": "TaskScheduler" + }, + { + "Name": "_TASK_ACTION_TYPE", + "Namespace": "TaskScheduler" + }, + { + "Name": "_TASK_INSTANCES_POLICY", + "Namespace": "TaskScheduler" + }, + { + "Name": "_TASK_LOGON_TYPE", + "Namespace": "TaskScheduler" + }, + { + "Name": "_TASK_RUNLEVEL", + "Namespace": "TaskScheduler" + }, + { + "Name": "_TASK_TRIGGER_TYPE2", + "Namespace": "TaskScheduler" + }, + { + "Name": "PSSecurityPSSnapIn", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "SecurityDescriptorCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetAclCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetAclCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DnsNameRepresentation", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "X509StoreLocation", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnhancedKeyUsageRepresentation", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SendAsTrustedIssuerProperty", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnhancedKeyUsageProperty", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DnsNameProperty", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateProviderItemNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateStoreNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CertificateStoreLocationNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCredentialCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetExecutionPolicyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetExecutionPolicyCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SecureStringCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromToSecureStringCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromSecureStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertToSecureStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SignatureCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetAuthenticodeSignatureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetAuthenticodeSignatureCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "CatalogCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewFileCatalogCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestFileCatalogCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPfxCertificateCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ProtectCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnprotectCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConvertFromSecureString", + "Namespace": "Microsoft.PowerShell.Security.Activities" + }, + { + "Name": "ConvertToSecureString", + "Namespace": "Microsoft.PowerShell.Security.Activities" + }, + { + "Name": "GetAcl", + "Namespace": "Microsoft.PowerShell.Security.Activities" + }, + { + "Name": "GetAuthenticodeSignature", + "Namespace": "Microsoft.PowerShell.Security.Activities" + }, + { + "Name": "GetExecutionPolicy", + "Namespace": "Microsoft.PowerShell.Security.Activities" + }, + { + "Name": "GetPfxCertificate", + "Namespace": "Microsoft.PowerShell.Security.Activities" + }, + { + "Name": "SetAcl", + "Namespace": "Microsoft.PowerShell.Security.Activities" + }, + { + "Name": "SetAuthenticodeSignature", + "Namespace": "Microsoft.PowerShell.Security.Activities" + }, + { + "Name": "SetExecutionPolicy", + "Namespace": "Microsoft.PowerShell.Security.Activities" + }, + { + "Name": "UnprotectCmsMessage", + "Namespace": "Microsoft.PowerShell.Security.Activities" + }, + { + "Name": "GetCmsMessage", + "Namespace": "Microsoft.PowerShell.Security.Activities" + }, + { + "Name": "ProtectCmsMessage", + "Namespace": "Microsoft.PowerShell.Security.Activities" + }, + { + "Name": "AddMember", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "AddType", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "CompareObject", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ConvertFromCsv", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ConvertFromStringData", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ConvertFromString", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ConvertToCsv", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ConvertToHtml", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ConvertToXml", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ExportClixml", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ExportCsv", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ExportFormatData", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "GetCulture", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "GetDate", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "GetEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "GetEventSubscriber", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "GetHost", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "GetMember", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "GetRandom", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "GetTraceSource", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "GetUICulture", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "GetUnique", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "GroupObject", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ImportClixml", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ImportCsv", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "InvokeExpression", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "MeasureCommand", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "MeasureObject", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "NewEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "NewTimeSpan", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "OutFile", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "OutPrinter", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "OutString", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "RegisterEngineEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "RegisterObjectEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "RemoveEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "SelectObject", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "SelectString", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "SelectXml", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "SendMailMessage", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "SetDate", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "SetTraceSource", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "SortObject", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "StartSleep", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "TeeObject", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "UnregisterEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "UpdateList", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "WaitEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "WriteDebug", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "WriteError", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "WriteInformation", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "WriteOutput", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "WriteProgress", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "WriteVerbose", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "WriteWarning", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ConvertToJson", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ConvertFromJson", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "GetTypeData", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "InvokeRestMethod", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "InvokeWebRequest", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "UnblockFile", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ImportLocalizedData", + "Namespace": "Microsoft.PowerShell.Utility.Activities" + }, + { + "Name": "ParameterSpecificCategoryAttribute", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "InputAndOutputCategoryAttribute", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "BehaviorCategoryAttribute", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "ConnectivityCategoryAttribute", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "IImplementsConnectionRetry", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "WorkflowPreferenceVariables", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "HostParameterDefaults", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "HostSettingCommandMetadata", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PSActivityContext", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "ActivityOnResumeAction", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PipelineEnabledActivity", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PSActivity", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "ActivityImplementationContext", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PSWorkflowInstanceExtension", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PSActivityArgumentInfo", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "WmiActivity", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PSRemotingActivity", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PSGeneratedCIMActivity", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "GenericCimCmdletActivity", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "CimActivityImplementationContext", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PSActivityEnvironment", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PSActivityHostController", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PSResumableActivityHostController", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PSWorkflowHost", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "RunspaceProvider", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "PSCleanupActivity", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "DisablePSWorkflowConnection", + "Namespace": "Microsoft.PowerShell.Activities" + }, + { + "Name": "ImportWorkflowCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSWorkflowExecutionOption", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSWorkflowExecutionOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSPersistableIdleAction", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowId", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "WorkflowUnhandledErrorAction", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowRemoteActivityState", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowJob", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "WorkflowJobSourceAdapter", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowJobManager", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "Validation", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowValidator", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowExtensions", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowContext", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowDefinition", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowTimer", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowFileInstanceStore", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowConfigurationProvider", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowRuntime", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "WorkflowStoreComponents", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "ActivityRunMode", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowInstanceStore", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "PSWorkflowInstance", + "Namespace": "Microsoft.PowerShell.Workflow" + }, + { + "Name": "SetAppLockerPolicyCmdlet", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "GetAppLockerPolicyCmdlet", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "TestAppLockerPolicyCmdlet", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "GetAppLockerFileInformationCmdlet", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "NewAppLockerPolicyCmdlet", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "AppLockerEventType", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "AppLockerEventInformation", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "CmdletException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "ResolvingPathException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "ResolvingFileException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "ResolvingDirectoryException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "ResolvingUserException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "FileDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "DirectoryDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "ParsingFilePublisherInformationException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "OpeningEventLogException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "ParsingEventLogException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + }, + { + "Name": "AppXPackageCollection", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "AppXPackageInfo", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "FileManager", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "PolicyManager", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "RuleManager", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "RuleGenerator", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "RuleType", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "GetPublisherDisplayName", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "RuleGenerationSettings", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "RuleGenerationResult", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "PolicyDecision", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "AppLockerPolicyDecision", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "PolicyManagementException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "RuleDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "FileDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "NoRuleTypeWasSpecifiedException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "MissingFileInformationException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "SetLocalPolicyException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "SetDomainPolicyException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "GetLocalPolicyException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "GetDomainPolicyException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "GetEffectivePolicyException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "TestFileAllowedException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "CreateFilePublisherException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "FrameworkPackageException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "CreateFileHashException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "NormalizeFilePathException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "GetFileTypeException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "GetFileExtensionsException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "GetFileRuleCollectionException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "UnsupportedFileTypeException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "CompileRuleException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "EncodeFilePublisherInformationException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "DecodeFilePublisherInformationException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + }, + { + "Name": "ExecutionCategory", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "Id", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "PolicyElement", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "XmlSerializer", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "AppLockerPolicy", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "EnforcementMode", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "ServiceEnforcementMode", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "SystemAppAllowMode", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "RuleCollection", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "AppLockerRuleActionType", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "AppLockerRule", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "FilePublisherRule", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "FilePathRule", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "FileHashRule", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "RuleCondition", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "FilePublisherCondition", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "FilePathCondition", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "FileHashCondition", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "FilePublisher", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "FileVersionRange", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "FileVersion", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "FilePath", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "FileHashType", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "FileHash", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "AppLockerFileType", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "FileInformation", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "PolicyModelException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "InvalidPolicyElementException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "InvalidXmlPolicyException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "RuleCollectionAlreadyExistsException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "RuleCollectionDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "RuleAlreadyExistsException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "RuleDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "RuleConditionIsNotSupportedException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "RuleExceptionIsNotSupportedException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "PolicyMergingException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "Plugin", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + }, + { + "Name": "Document", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + }, + { + "Name": "Node", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + }, + { + "Name": "NodeCollection", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + }, + { + "Name": "SchemaValidationResult", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + }, + { + "Name": "XmlHelperException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + }, + { + "Name": "XmlNodeDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + }, + { + "Name": "XmlAttributeDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + }, + { + "Name": "AdministratorPreferences", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + }, + { + "Name": "BinaryView", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + }, + { + "Name": "BrowseDSObjectsDialog", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + }, + { + "Name": "DirectoryChooser", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + }, + { + "Name": "DynamicSearchableListViewControl", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + }, + { + "Name": "ListViewColumnSorter", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + }, + { + "Name": "ReviewRules", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + }, + { + "Name": "RuleGenerationWizard", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + }, + { + "Name": "RuleView", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + }, + { + "Name": "UserSelectionTracker", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + }, + { + "Name": "ProgressReporter", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + }, + { + "Name": "ErroneousDirectories", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + }, + { + "Name": "AppInstance", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "BasePermissions", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeQuery", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ContentTypeId", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ContentType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldLink", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldLookupValue", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldUserValue", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "File", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "Principal", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "Group", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "SecurableObject", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListItem", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListItemCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "List", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "NavigationNode", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "CamlQuery", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RecycleBinItemCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RoleDefinition", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RoleDefinitionBindingCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "User", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ViewFieldCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "View", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "Web", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WorkflowAssociation", + "Namespace": "Microsoft.SharePoint.Client.Workflow" + }, + { + "Name": "FormDigestInfo", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientContext", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FileInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "SPRemoteEventType", + "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + }, + { + "Name": "SPRemoteEventServiceStatus", + "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + }, + { + "Name": "SPRemoteItemEventProperties", + "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + }, + { + "Name": "SPRemoteListEventProperties", + "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + }, + { + "Name": "SPRemoteWebEventProperties", + "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + }, + { + "Name": "SPRemoteSecurityEventProperties", + "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + }, + { + "Name": "SPRemoteAppEventProperties", + "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + }, + { + "Name": "SPRemoteEntityInstanceEventProperties", + "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + }, + { + "Name": "SPRemoteEventResult", + "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + }, + { + "Name": "SPRemoteEventProperties", + "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + }, + { + "Name": "IRemoteEventService", + "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + }, + { + "Name": "ListCreationInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "PermissionKind", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RequestForwarder", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ExternalApplicationRequestToken", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "HttpUtility", + "Namespace": "Microsoft.SharePoint.Client.Utilities" + }, + { + "Name": "EntityInstanceIdEncoder", + "Namespace": "Microsoft.BusinessData.Infrastructure" + }, + { + "Name": "ExternalSubscriptionStore", + "Namespace": "Microsoft.BusinessData.Infrastructure" + }, + { + "Name": "AppBdcCatalog", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "EntityFieldCollection", + "Namespace": "Microsoft.BusinessData.MetadataModel.Collections" + }, + { + "Name": "EntityIdentifierCollection", + "Namespace": "Microsoft.BusinessData.MetadataModel.Collections" + }, + { + "Name": "EntityInstanceCollection", + "Namespace": "Microsoft.BusinessData.MetadataModel.Collections" + }, + { + "Name": "FilterCollection", + "Namespace": "Microsoft.BusinessData.MetadataModel.Collections" + }, + { + "Name": "LobSystemInstanceCollection", + "Namespace": "Microsoft.BusinessData.MetadataModel.Collections" + }, + { + "Name": "TypeDescriptorCollection", + "Namespace": "Microsoft.BusinessData.MetadataModel.Collections" + }, + { + "Name": "Entity", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "EntityPropertyNames", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "EntityField", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "EntityFieldPropertyNames", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "EntityIdentifier", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "EntityIdentifierPropertyNames", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "EntityView", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "EntityViewPropertyNames", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "EntityViewObjectPropertyNames", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "Filter", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "FilterPropertyNames", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "LobSystem", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "LobSystemPropertyNames", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "LobSystemInstance", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "LobSystemInstancePropertyNames", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "MethodExecutionResult", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "MethodExecutionResultObjectPropertyNames", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "ReturnParameterCollection", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "TypeDescriptor", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "TypeDescriptorPropertyNames", + "Namespace": "Microsoft.BusinessData.MetadataModel" + }, + { + "Name": "EntityEventType", + "Namespace": "Microsoft.BusinessData.Runtime" + }, + { + "Name": "EntityFieldValueDictionary", + "Namespace": "Microsoft.BusinessData.Runtime" + }, + { + "Name": "EntityIdentity", + "Namespace": "Microsoft.BusinessData.Runtime" + }, + { + "Name": "EntityIdentityPropertyNames", + "Namespace": "Microsoft.BusinessData.Runtime" + }, + { + "Name": "EntityInstance", + "Namespace": "Microsoft.BusinessData.Runtime" + }, + { + "Name": "NotificationCallback", + "Namespace": "Microsoft.BusinessData.Runtime" + }, + { + "Name": "NotificationCallbackPropertyNames", + "Namespace": "Microsoft.BusinessData.Runtime" + }, + { + "Name": "Subscription", + "Namespace": "Microsoft.BusinessData.Runtime" + }, + { + "Name": "SubscriptionPropertyNames", + "Namespace": "Microsoft.BusinessData.Runtime" + }, + { + "Name": "ClientPeoplePickerQueryParameters", + "Namespace": "Microsoft.SharePoint.ApplicationPages.ClientPickerQuery" + }, + { + "Name": "ClientPeoplePickerWebServiceInterface", + "Namespace": "Microsoft.SharePoint.ApplicationPages.ClientPickerQuery" + }, + { + "Name": "AccessRequests", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AddFieldOptions", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AlternateUrl", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AlternateUrlPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AnalyticsUsageEntry", + "Namespace": "Microsoft.SharePoint.Client.Analytics" + }, + { + "Name": "EventTypeId", + "Namespace": "Microsoft.SharePoint.Client.Analytics" + }, + { + "Name": "App", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppCatalog", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppInstancePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppInstanceErrorDetails", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppInstanceErrorDetailsPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppInstanceErrorSource", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppInstanceErrorType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppInstanceStatus", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppLicense", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppLicenseCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppLicenseType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppPrincipal", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppPrincipalPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppPrincipalConfiguration", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppPrincipalCredential", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppPrincipalCredentialReference", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppPrincipalIdentityProvider", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppPrincipalManager", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AppPrincipalName", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "Attachment", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AttachmentPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AttachmentCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "AttachmentCreationInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "BaseType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "BrowserFileHandling", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "CalendarType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "Change", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeAlert", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeAlertPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeContentType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeContentTypePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeField", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeFieldPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeFile", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeFilePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeFolder", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeFolderPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeGroup", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeGroupPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeItem", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeItemPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeList", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeListPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeLogItemQuery", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeSite", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeToken", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeUser", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeUserPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeView", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeViewPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeWeb", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChangeWebPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "CheckinType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "CheckOutType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ChoiceFormatType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "CompatibilityRange", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ContentTypePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ContentTypeObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ContentTypeCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ContentTypeCreationInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "CustomizedPageStatus", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "DateTimeFieldFormatType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "DateTimeFieldFriendlyFormatType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "DraftVisibilityType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "EventReceiverDefinition", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "EventReceiverDefinitionPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "EventReceiverDefinitionCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "EventReceiverDefinitionCreationInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "EventReceiverSynchronization", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "EventReceiverType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ExternalAppPrincipalCreationParameters", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "Feature", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FeaturePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FeatureCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FeatureDefinitionScope", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "Field", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldCalculated", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldCalculatedPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldCalculatedErrorValue", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldMultiChoice", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldChoice", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldChoicePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldCollectionPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldComputed", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldComputedPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldNumber", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldCurrency", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldCurrencyPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldDateTime", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldDateTimePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldGeolocation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldGeolocationValue", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldGuid", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldLinkPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldLinkCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldLinkCreationInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldLookup", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldLookupPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldMultiChoicePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldMultiLineText", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldMultiLineTextPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldNumberPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldRatingScale", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldRatingScalePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldRatingScaleQuestionAnswer", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldStringValues", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldText", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldTextPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldUrl", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldUrlPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldUrlValue", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldUser", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldUserPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FieldUserSelectionMode", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FilePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FileObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FileCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FileCreationInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FileLevel", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FileSaveBinaryInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FileSystemObjectType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FileVersion", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FileVersionPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FileVersionObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FileVersionCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "Folder", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FolderPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FolderObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FolderCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "Form", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FormPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FormCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "GroupPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "GroupObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "GroupCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "GroupCreationInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "InformationRightsManagementSettings", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "InformationRightsManagementSettingsPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "Language", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListDataSource", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListDataValidationExceptionValue", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListDataValidationFailure", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListDataValidationFailureReason", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListDataValidationType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListItemPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListItemObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListItemCollectionPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListItemCollectionPosition", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListItemCreationInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListItemEntityCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListItemFormUpdateValue", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListTemplate", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListTemplatePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListTemplateCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ListTemplateType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "MoveOperations", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "Navigation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "NavigationPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "NavigationObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "NavigationNodePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "NavigationNodeObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "NavigationNodeCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "NavigationNodeCreationInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ObjectSharingInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ObjectSharingInformationPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ObjectSharingInformationUser", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ObjectSharingInformationUserPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ObjectSharingInformationUserObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "OpenWebOptions", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "PageType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "PrincipalPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "PropertyValues", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "PushNotificationSubscriber", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "PushNotificationSubscriberPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "PushNotificationSubscriberObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "PushNotificationSubscriberCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "QuickLaunchOptions", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RecycleBinItem", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RecycleBinItemPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RecycleBinItemObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RecycleBinItemState", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RecycleBinItemType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RegionalSettings", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RegionalSettingsPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RegionalSettingsObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RelatedField", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RelatedFieldPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RelatedFieldObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RelatedFieldCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RelatedItem", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RelatedItemManager", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RelationshipDeleteBehaviorType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RequestContextObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RequestVariable", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RequestVariablePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RoleAssignment", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RoleAssignmentPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RoleAssignmentObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RoleAssignmentCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RoleAssignmentCollectionObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RoleDefinitionPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RoleDefinitionCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RoleDefinitionCreationInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RoleType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "SecurableObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "SecurableObjectObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ServerSettings", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "DocumentSharingManager", + "Namespace": "Microsoft.SharePoint.Client.Sharing" + }, + { + "Name": "Role", + "Namespace": "Microsoft.SharePoint.Client.Sharing" + }, + { + "Name": "UserRoleAssignment", + "Namespace": "Microsoft.SharePoint.Client.Sharing" + }, + { + "Name": "UserSharingResult", + "Namespace": "Microsoft.SharePoint.Client.Sharing" + }, + { + "Name": "Site", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "SitePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "SiteObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "SiteHealthResult", + "Namespace": "Microsoft.SharePoint.Client.SiteHealth" + }, + { + "Name": "SiteHealthStatusType", + "Namespace": "Microsoft.SharePoint.Client.SiteHealth" + }, + { + "Name": "SiteHealthSummary", + "Namespace": "Microsoft.SharePoint.Client.SiteHealth" + }, + { + "Name": "SiteHealthSummaryPropertyNames", + "Namespace": "Microsoft.SharePoint.Client.SiteHealth" + }, + { + "Name": "SiteUrl", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "SubwebQuery", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "TemplateFileType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ThemeInfo", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ThemeInfoPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "TimeZone", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "TimeZonePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "TimeZoneCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "TimeZoneInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UpgradeInfo", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UpgradeStatus", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UpgradeType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UrlFieldFormatType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UrlZone", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UsageInfo", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UserPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UserObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UserCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UserCreationInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UserCustomAction", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UserCustomActionPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UserCustomActionCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UserCustomActionRegistrationType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UserCustomActionScope", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "UserIdInfo", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "DateTimeFormat", + "Namespace": "Microsoft.SharePoint.Client.Utilities" + }, + { + "Name": "EmailProperties", + "Namespace": "Microsoft.SharePoint.Client.Utilities" + }, + { + "Name": "IconSize", + "Namespace": "Microsoft.SharePoint.Client.Utilities" + }, + { + "Name": "LogAppErrorResult", + "Namespace": "Microsoft.SharePoint.Client.Utilities" + }, + { + "Name": "PrincipalInfo", + "Namespace": "Microsoft.SharePoint.Client.Utilities" + }, + { + "Name": "PrincipalSource", + "Namespace": "Microsoft.SharePoint.Client.Utilities" + }, + { + "Name": "PrincipalType", + "Namespace": "Microsoft.SharePoint.Client.Utilities" + }, + { + "Name": "SPWOPIFrameAction", + "Namespace": "Microsoft.SharePoint.Client.Utilities" + }, + { + "Name": "Utility", + "Namespace": "Microsoft.SharePoint.Client.Utilities" + }, + { + "Name": "WikiPageCreationInformation", + "Namespace": "Microsoft.SharePoint.Client.Utilities" + }, + { + "Name": "ViewPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ViewObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ViewCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ViewCreationInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ViewFieldCollectionPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ViewScope", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ViewType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebCreationInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebInformation", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebInformationPropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "LimitedWebPartManager", + "Namespace": "Microsoft.SharePoint.Client.WebParts" + }, + { + "Name": "LimitedWebPartManagerPropertyNames", + "Namespace": "Microsoft.SharePoint.Client.WebParts" + }, + { + "Name": "LimitedWebPartManagerObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client.WebParts" + }, + { + "Name": "PersonalizationScope", + "Namespace": "Microsoft.SharePoint.Client.WebParts" + }, + { + "Name": "TileData", + "Namespace": "Microsoft.SharePoint.Client.WebParts" + }, + { + "Name": "WebPart", + "Namespace": "Microsoft.SharePoint.Client.WebParts" + }, + { + "Name": "WebPartPropertyNames", + "Namespace": "Microsoft.SharePoint.Client.WebParts" + }, + { + "Name": "WebPartObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client.WebParts" + }, + { + "Name": "WebPartDefinition", + "Namespace": "Microsoft.SharePoint.Client.WebParts" + }, + { + "Name": "WebPartDefinitionPropertyNames", + "Namespace": "Microsoft.SharePoint.Client.WebParts" + }, + { + "Name": "WebPartDefinitionObjectPropertyNames", + "Namespace": "Microsoft.SharePoint.Client.WebParts" + }, + { + "Name": "WebPartDefinitionCollection", + "Namespace": "Microsoft.SharePoint.Client.WebParts" + }, + { + "Name": "WebProxy", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebRequestInfo", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebResponseInfo", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebTemplate", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebTemplatePropertyNames", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebTemplateCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WorkflowAssociationPropertyNames", + "Namespace": "Microsoft.SharePoint.Client.Workflow" + }, + { + "Name": "WorkflowAssociationCollection", + "Namespace": "Microsoft.SharePoint.Client.Workflow" + }, + { + "Name": "WorkflowAssociationCreationInformation", + "Namespace": "Microsoft.SharePoint.Client.Workflow" + }, + { + "Name": "WorkflowTemplate", + "Namespace": "Microsoft.SharePoint.Client.Workflow" + }, + { + "Name": "WorkflowTemplatePropertyNames", + "Namespace": "Microsoft.SharePoint.Client.Workflow" + }, + { + "Name": "WorkflowTemplateCollection", + "Namespace": "Microsoft.SharePoint.Client.Workflow" + }, + { + "Name": "ScriptTypeFactory", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "Authentication", + "Namespace": "Microsoft.SharePoint.Client.Application" + }, + { + "Name": "LoginResult", + "Namespace": "Microsoft.SharePoint.Client.Application" + }, + { + "Name": "LoginErrorCode", + "Namespace": "Microsoft.SharePoint.Client.Application" + }, + { + "Name": "AuthenticationMode", + "Namespace": "Microsoft.SharePoint.Client.Application" + }, + { + "Name": "LoginCompletedEventHandler", + "Namespace": "Microsoft.SharePoint.Client.Application" + }, + { + "Name": "LoginCompletedEventArgs", + "Namespace": "Microsoft.SharePoint.Client.Application" + }, + { + "Name": "ModeCompletedEventHandler", + "Namespace": "Microsoft.SharePoint.Client.Application" + }, + { + "Name": "ModeCompletedEventArgs", + "Namespace": "Microsoft.SharePoint.Client.Application" + }, + { + "Name": "ClientAction", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientActionSetProperty", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientActionSetStaticProperty", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientActionInvokeMethod", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientActionInvokeStaticMethod", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientAuthenticationMode", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "IFromJson", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientObject", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientObjectData", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientObjectCollection", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientObjectCollection`1", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientObjectPrototype", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientObjectCollectionPrototype`1", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientObjectList`1", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientObjectPrototype`1", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientObjectQueryableExtension", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientRequestStatus", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebRequestExecutor", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebRequestExecutorFactory", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "WebRequestEventArgs", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientRequest", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientRequestException", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientResult`1", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientArrayResult`1", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientListResultHandler`1", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientDictionaryResultHandler`1", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientRuntimeContext", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientTypeAssemblyAttribute", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "SimpleDataTable", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientUtility", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientValueObject", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientValueObjectCollection`1", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ConditionalScopeBase", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ConditionalScope", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "DataConvert", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ExceptionHandlingScope", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "PropertyOrFieldNotInitializedException", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "CollectionNotInitializedException", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "InvalidQueryExpressionException", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ServerObjectNullReferenceException", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "FormsAuthenticationLoginInfo", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "JsonTokenType", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "JsonReader", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ObjectIdentityQuery", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ObjectPath", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ObjectPathProperty", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ObjectPathStaticProperty", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ObjectPathMethod", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ObjectPathStaticMethod", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ObjectPathConstructor", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "RemoteAttribute", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "PseudoRemoteAttribute", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "Resources", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ResourceStrings", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ScriptTypeAttribute", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "IScriptTypeFactory", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "SerializationContext", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ServerInfo", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ServerException", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ServerUnauthorizedAccessException", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientTraceCategory", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientTraceLevel", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientConstants", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientSchemaVersions", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "ClientErrorCodes", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "SharePointOnlineCredentials", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "IdcrlException", + "Namespace": "Microsoft.SharePoint.Client" + }, + { + "Name": "DatastoreException", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "DatastoreManager", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "Device", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "DeviceNotConnectedException", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "DeviceNotFoundException", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "FileDeployer", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "ObjectId", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "Platform", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "PlatformNotFoundException", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "RemoteProcess", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "RemoteApplication", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "RemoteIsolatedStorageFile", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "RemoteIsolatedStorageException", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "AppNotInstalledException", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "SecureStoreException", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "RemoteAgent", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "RemoteFileInfo", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "DataType", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "Packet", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "DevicePacketStream", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "SmartDeviceException", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "SystemInfo", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "PlatformInfo", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "ProcessorArchitectureType", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "InstructionSetType", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "UapVersionInfo", + "Namespace": "Microsoft.SmartDevice.Connectivity" + }, + { + "Name": "IDevice", + "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + }, + { + "Name": "ISystemInfo", + "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + }, + { + "Name": "IFileDeployer", + "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + }, + { + "Name": "IRemoteApplication", + "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + }, + { + "Name": "IRemoteFileInfo", + "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + }, + { + "Name": "IRemoteIsolatedStorageFile", + "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + }, + { + "Name": "IRemoteAgent", + "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + }, + { + "Name": "IDevicePacketStream", + "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + }, + { + "Name": "IPacket", + "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + }, + { + "Name": "ConnectivityWrapper11", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "DeviceObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "SystemInfoObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "FileDeployerObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "RemoteApplicationObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "RemoteAgentObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "DevicePacketStreamObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "PacketObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "RemoteFileInfoObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "RemoteIsolatedStorageFileObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "ConnectivityWrapper12", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "DeviceObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "SystemInfoObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "FileDeployerObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "RemoteApplicationObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "RemoteAgentObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "DevicePacketStreamObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "PacketObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "RemoteFileInfoObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "RemoteIsolatedStorageFileObject", + "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + }, + { + "Name": "OS", + "Namespace": "Microsoft.SmartDevice.MultiTargeting.Connectivity" + }, + { + "Name": "ConnectableDevice", + "Namespace": "Microsoft.SmartDevice.MultiTargeting.Connectivity" + }, + { + "Name": "MultiTargetingConnectivity", + "Namespace": "Microsoft.SmartDevice.MultiTargeting.Connectivity" + }, + { + "Name": "ExecuteBatch", + "Namespace": "Microsoft.SqlServer.Management.Common" + }, + { + "Name": "ISurfaceAreaConfigurationForAnalysisServer", + "Namespace": "Microsoft.SqlServer.Management.Adapters" + }, + { + "Name": "ASAdapter", + "Namespace": "Microsoft.SqlServer.Management.Adapters" + }, + { + "Name": "ExtendedProtectionType", + "Namespace": "Microsoft.SqlServer.Management.Adapters" + }, + { + "Name": "IServerProtocolSettingsFacet", + "Namespace": "Microsoft.SqlServer.Management.Adapters" + }, + { + "Name": "ServerProtocolSettingsAdapter", + "Namespace": "Microsoft.SqlServer.Management.Adapters" + }, + { + "Name": "ISurfaceAreaConfigurationForReportingServices", + "Namespace": "Microsoft.SqlServer.Management.Adapters" + }, + { + "Name": "RSContainer", + "Namespace": "Microsoft.SqlServer.Management.Adapters" + }, + { + "Name": "AbortAfterWaitType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AffinityKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AllowConnectionsOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAvailabilityGroupActionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAvailabilityGroupStatementType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterCertificateStatementKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterEventSessionStatementType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFederationKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFullTextCatalogAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterIndexType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterMasterKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterResourceGovernorCommandType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationBufferPoolExtensionOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationDiagnosticsLogOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationFailoverClusterPropertyOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationHadrClusterOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServiceMasterKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableAlterColumnOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ApplicationRoleOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssemblyOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssignmentKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AtomicBlockOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AttachMode", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditActionGroup", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditFailureActionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditTargetKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditTargetOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuthenticationProtocol", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuthenticationTypes", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityGroupOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityModeOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityReplicaOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupRestoreItemKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BinaryExpressionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BinaryQueryExpressionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanBinaryExpressionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanComparisonType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanTernaryExpressionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BoundingBoxParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BrokerPriorityParameterSpecialType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BrokerPriorityParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BulkInsertOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CertificateOptionKinds", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeTrackingOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlFragment", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MultiPartIdentifier", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaObjectName", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChildObjectName", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CommandOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ComputeFunctionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ConstraintEnforcement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ContainmentOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CryptoMechanismType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CursorOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseAuditActionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseEncryptionKeyAlgorithm", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseMirroringEndpointRole", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataCompressionLevel", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DbccCommand", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DbccOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DelayedDurabilityOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeleteUpdateAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeviceType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DialogOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DiskStatementOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DiskStatementType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropClusteredConstraintOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSchemaBehavior", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DurabilityTableOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EnableDisableOptionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EncryptionAlgorithm", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EncryptionAlgorithmPreference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointEncryptionSupport", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointProtocol", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointProtocolOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointState", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventNotificationEventGroup", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventNotificationEventType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventNotificationTarget", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventSessionEventRetentionModeType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventSessionMemoryPartitionModeType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteAsOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FailoverActionOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FailoverModeOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FetchOrientation", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileDeclarationOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FipsComplianceLevel", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextCatalogOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextFunctionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextIndexOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FunctionOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GeneralSetCommandType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GridParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GroupByOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "HadrDatabaseOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Identifier", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrimaryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ValueExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Literal", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentifierLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentifierOrValueExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ImportanceParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexTypeKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IsolationLevel", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "JoinHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KeyOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IntegerLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NumericLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RealLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MoneyLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BinaryLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StringLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NullLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DefaultLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MaxLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OdbcLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LockEscalationMethod", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LowPriorityLockWaitOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MemoryUnit", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MergeCondition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MessageSender", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MessageValidationMethod", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ModifyFileGroupOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NonTransactedFileStreamAccess", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NullNotNull", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OdbcLiteralType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OptimizerHintKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OptionState", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PageVerifyDatabaseOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParameterlessCallType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParameterModifier", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParameterStyle", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParseError", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PartitionFunctionRange", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PartnerDatabaseOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PayloadOptionKinds", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PermissionSetOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PortTypes", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrincipalOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrincipalType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrivilegeType80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcessAffinityType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QualifiedJoinType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QuoteType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RaiseErrorOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RecoveryDatabaseOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteServiceBindingOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResourcePoolAffinityType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResourcePoolParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RestoreOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RestoreStatementKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResultSetsOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResultSetType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RouteOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecondaryXmlIndexType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityObjectKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SemanticFunctionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SeparatorType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SequenceOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ServiceBrokerOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SessionOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetOffsets", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetStatisticsOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SignableElementKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SimpleAlterFullTextIndexActionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SoapMethodAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SoapMethodFormat", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SoapMethodSchemas", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SortOrder", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SparseColumnOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SpatialIndexingSchemeType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SqlDataTypeOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StatisticsOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SubqueryComparisonPredicateType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableElementType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableHintKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableSampleClauseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableSwitchOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TimeUnit", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerActionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerEnforcement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerScope", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlParser", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlFragmentVisitor", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSql100Parser", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSql110Parser", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSql120Parser", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSql80Parser", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSql90Parser", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlAuditEventGroupHelper", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlAuditEventTypeHelper", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlParserToken", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlTriggerEventGroupHelper", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlTriggerEventTypeHelper", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UnaryExpressionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UniqueRowFilter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UnqualifiedJoinType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserLoginOptionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserType80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ViewOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WaitForOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WindowDelimiterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WindowFrameType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WorkloadGroupParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlDataTypeOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlForClauseOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KeywordCasing", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlConcreteFragmentVisitor", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SqlScriptGenerator", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Sql100ScriptGenerator", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Sql110ScriptGenerator", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Sql120ScriptGenerator", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Sql80ScriptGenerator", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Sql90ScriptGenerator", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SqlVersion", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlTokenType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SqlScriptGeneratorOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StatementList", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResultSetsExecuteOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResultSetDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InlineResultSetDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResultColumnDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaObjectResultSetDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteContext", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecutableEntity", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureReferenceName", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecutableProcedureReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecutableStringList", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AdHocDataSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ViewOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ViewStatementBody", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterViewStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateViewStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerObject", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteAsTriggerOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerStatementBody", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTriggerStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateTriggerStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureStatementBodyBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureStatementBody", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterProcedureStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateProcedureStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MethodSpecifier", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FunctionStatementBody", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteAsProcedureOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FunctionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteAsFunctionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlNamespaces", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlNamespacesElement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlNamespacesDefaultElement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlNamespacesAliasElement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CommonTableExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WithCtesAndXmlNamespaces", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FunctionReturnType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableValuedFunctionReturnType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataTypeReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParameterizedDataTypeReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SqlDataTypeReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserDataTypeReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlDataTypeReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarFunctionReturnType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectFunctionReturnType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeclareTableVariableBody", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeclareTableVariableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableReferenceWithAlias", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NamedTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableReferenceWithAliasAndColumns", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaObjectFunctionTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexTableHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralTableHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryDerivedTable", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InlineDerivedTable", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SubqueryComparisonPredicate", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExistsPredicate", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LikePredicate", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InPredicate", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextPredicate", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserDefinedTypePropertyAccess", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StatementWithCtesAndXmlNamespaces", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ForClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BrowseForClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ReadOnlyForClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlForClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlForClauseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateForClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OptimizerHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralOptimizerHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableHintsOptimizerHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ForceSeekTableHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OptimizeForOptimizerHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "VariableValuePair", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WhenClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SimpleWhenClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SearchedWhenClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CaseExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SimpleCaseExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SearchedCaseExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NullIfExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CoalesceExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IIfCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SemanticTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OpenXmlTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OpenRowsetTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InternalOpenRowset", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BulkOpenRowset", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OpenQueryTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AdHocTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaDeclarationItem", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ConvertCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TryConvertCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParseCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TryParseCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CastCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TryCastCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FunctionCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CallTarget", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExpressionCallTarget", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MultiPartIdentifierCallTarget", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserDefinedTypeCallTarget", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LeftFunctionCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RightFunctionCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PartitionFunctionCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OverClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParameterlessCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarSubquery", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OdbcFunctionCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExtractFromExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OdbcConvertSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFunctionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BeginEndBlockStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BeginEndAtomicBlockStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AtomicBlockOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralAtomicBlockOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentifierAtomicBlockOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffAtomicBlockOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TransactionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BeginTransactionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BreakStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnWithSortOrder", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CommitTransactionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RollbackTransactionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SaveTransactionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ContinueStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateDefaultStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateFunctionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateRuleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeclareVariableElement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeclareVariableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GoToStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IfStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LabelStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WhileStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataModificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeleteStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataModificationSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateDeleteSpecificationBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeleteSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSchemaStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WaitForStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ReadTextStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TextModificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateTextStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WriteTextStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LineNoStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GrantStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DenyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RevokeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAuthorizationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Permission", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityTargetObject", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityTargetObjectName", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityPrincipal", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityStatementBody80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GrantStatement80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DenyStatement80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RevokeStatement80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityElement80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CommandSecurityElement80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrivilegeSecurityElement80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Privilege80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityUserClause80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SqlCommandIdentifier", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssignmentSetClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FunctionCallSetClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ValuesInsertSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectInsertSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteInsertSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RowValue", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrintStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSEqualCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralRange", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "VariableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OptionValue", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffOptionValue", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralOptionValue", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GlobalVariableExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaObjectNameOrValueExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParenthesisExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnReferenceExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NextValueForExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SequenceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SequenceOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataTypeSequenceOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarExpressionSequenceOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSequenceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterSequenceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropObjectsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSequenceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssemblyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateAssemblyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAssemblyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssemblyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffAssemblyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PermissionSetAssemblyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AddFileSpec", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateXmlSchemaCollectionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterXmlSchemaCollectionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropXmlSchemaCollectionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssemblyName", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableRebuildStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableChangeTrackingModificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableFileTableNamespaceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableSetStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LockEscalationTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileStreamOnTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileTableDirectoryTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileTableCollateFileNameTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileTableConstraintNameTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MemoryOptimizedTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DurabilityTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableAddTableElementStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableConstraintModificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableSwitchStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableSwitchOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LowPriorityLockWaitTableSwitchOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropClusteredConstraintOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropClusteredConstraintStateOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropClusteredConstraintValueOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropClusteredConstraintMoveOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableDropTableElement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableDropTableElementStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableTriggerModificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EnableDisableTriggerStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TryCatchStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateTypeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateTypeUdtStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateTypeUddtStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSynonymStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteAsClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueStateOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueProcedureOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueValueOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueExecuteAsOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RouteOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RouteStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterRouteStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateRouteStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterQueueStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateQueueStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PartitionSpecifier", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateXmlIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSelectiveXmlIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileGroupOrPartitionScheme", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexStateOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexExpressionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnlineIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnlineIndexLowPriorityLockWaitOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LowPriorityLockWaitOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LowPriorityLockWaitMaxDurationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LowPriorityLockWaitAbortAfterWaitOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextIndexColumn", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateFullTextIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeTrackingFullTextIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StopListFullTextIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SearchPropertyListFullTextIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextCatalogAndFileGroup", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventTypeGroupContainer", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventTypeContainer", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventGroupContainer", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateEventNotificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventNotificationObjectScope", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ApplicationRoleOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ApplicationRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateApplicationRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterApplicationRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterRoleAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RenameAlterRoleAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AddMemberAlterRoleAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropMemberAlterRoleAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateServerRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropUnownedObjectStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropServerRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserLoginOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateUserStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterUserStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StatisticsOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResampleStatisticsOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StatisticsPartitionRange", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffStatisticsOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralStatisticsOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateStatisticsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateStatisticsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ReturnStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeclareCursorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CursorDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CursorOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetVariableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CursorId", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CursorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OpenCursorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CloseCursorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CryptoMechanism", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OpenSymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CloseSymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OpenMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CloseMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeallocateCursorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FetchType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FetchCursorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WhereClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropDatabaseStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropChildObjectsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropIndexClauseBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackwardsCompatibleDropIndexClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropIndexClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MoveToDropIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileStreamOnDropIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropStatisticsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropTableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropProcedureStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropFunctionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropViewStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropDefaultStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropRuleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropTriggerStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSchemaStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RaiseErrorLegacyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RaiseErrorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ThrowStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UseStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KillStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KillQueryNotificationSubscriptionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KillStatsJobStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CheckpointStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ReconfigureStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ShutdownStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetUserStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TruncateTableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetOnOffStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PredicateSetStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetStatisticsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetRowCountStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetOffsetsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetCommand", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GeneralSetCommand", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetFipsFlaggerCommand", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetCommandStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetTransactionIsolationLevelStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetTextSizeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetIdentityInsertStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetErrorLevelStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateDatabaseStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileDeclaration", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileDeclarationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NameFileDeclarationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileNameFileDeclarationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SizeFileDeclarationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MaxSizeFileDeclarationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileGrowthFileDeclarationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileGroupDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseCollateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseRebuildLogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseAddFileStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseAddFileGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseRemoveFileGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseRemoveFileStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseModifyNameStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseModifyFileStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseModifyFileGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseTermination", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseSetStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AutoCreateStatisticsDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ContainmentDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "HadrDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "HadrAvailabilityGroupDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DelayedDurabilityDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CursorDefaultDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RecoveryDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TargetRecoveryTimeDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PageVerifyDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PartnerDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WitnessDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParameterizationDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentifierDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeTrackingDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeTrackingOptionDetail", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AutoCleanupChangeTrackingOptionDetail", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeRetentionChangeTrackingOptionDetail", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileStreamDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MaxSizeDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableAlterColumnStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnDefinitionBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentityOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnStorageOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ConstraintDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateTableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FederationScheme", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableDataCompressionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataCompressionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CompressionPartitionRange", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CheckConstraintDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DefaultConstraintDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ForeignKeyConstraintDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NullableConstraintDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UniqueConstraintDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupDatabaseStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupTransactionLogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RestoreStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RestoreOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarExpressionRestoreOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MoveRestoreOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StopRestoreOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileStreamRestoreOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupEncryptionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeviceInfo", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MirrorToClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupRestoreFileInfo", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BulkInsertBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BulkInsertStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertBulkStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BulkInsertOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralBulkInsertOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OrderBulkInsertOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertBulkColumnDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DbccStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DbccOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DbccNamedLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateAsymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreatePartitionFunctionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PartitionParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreatePartitionSchemeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteServiceBindingStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteServiceBindingOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffRemoteServiceBindingOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserRemoteServiceBindingOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateRemoteServiceBindingStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterRemoteServiceBindingStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EncryptionSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssemblyEncryptionSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileEncryptionSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProviderEncryptionSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CertificateStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterCertificateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateCertificateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CertificateOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateContractStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ContractMessage", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CredentialStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateCredentialStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterCredentialStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MessageTypeStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateMessageTypeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterMessageTypeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateAggregateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterCreateEndpointStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateEndpointStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterEndpointStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointAffinity", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointProtocolOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralEndpointProtocolOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuthenticationEndpointProtocolOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PortsEndpointProtocolOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CompressionEndpointProtocolOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ListenerIPEndpointProtocolOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IPv4", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SoapMethod", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EnabledDisabledPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WsdlPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LoginTypePayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SessionTimeoutPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CharacterSetPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RolePayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuthenticationPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EncryptionPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KeySourceKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlgorithmKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentityValueKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProviderKeyNameKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreationDispositionKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterSymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextCatalogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextCatalogOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffFullTextCatalogOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateFullTextCatalogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFullTextCatalogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterCreateServiceStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateServiceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServiceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ServiceContract", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BinaryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BuiltInFunctionTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ComputeClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ComputeFunction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PivotedTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UnpivotedTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "JoinTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UnqualifiedJoin", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableSampleClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanNotExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanParenthesisExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanComparisonExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanBinaryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanIsNullExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExpressionWithSortOrder", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GroupByClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExpressionGroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CompositeGroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CubeGroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RollupGroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GrandTotalGroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GroupingSetsGroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OutputClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OutputIntoClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "HavingClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentityFunctionCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "JoinParenthesisTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OrderByClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QualifiedJoin", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OdbcQualifiedJoinTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryParenthesisExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QuerySpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FromClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectElement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectScalarExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectStarExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectSetVariable", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataModificationTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeTableChangesTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeTableVersionTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanTernaryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TopRowFilter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OffsetClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UnaryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BinaryQueryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "VariableTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "VariableMethodCallTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropPartitionFunctionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropPartitionSchemeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSynonymStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropAggregateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropAssemblyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropApplicationRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropFullTextCatalogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropFullTextIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropLoginStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropTypeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropUserStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropAsymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropCertificateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropCredentialStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterPartitionFunctionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterPartitionSchemeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFullTextIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SimpleAlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetStopListAlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetSearchPropertyListAlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropAlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AddAlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterColumnAlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSearchPropertyListStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterSearchPropertyListStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SearchPropertyListAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AddSearchPropertyListAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSearchPropertyListAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSearchPropertyListStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateLoginStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateLoginSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PasswordCreateLoginSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrincipalOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffPrincipalOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralPrincipalOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentifierPrincipalOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WindowsCreateLoginSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CertificateCreateLoginSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AsymmetricKeyCreateLoginSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PasswordAlterPrincipalOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterLoginStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterLoginOptionsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterLoginEnableDisableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterLoginAddDropCredentialStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RevertStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropContractStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropEndpointStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropMessageTypeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropQueueStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropRemoteServiceBindingStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropRouteStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropServiceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SignatureStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AddSignatureStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSignatureStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropEventNotificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteAsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndConversationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MoveConversationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WaitForSupportedStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GetConversationGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ReceiveStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SendStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterSchemaStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAsymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServiceMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BeginConversationTimerStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BeginDialogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DialogOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarExpressionDialogOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffDialogOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupCertificateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupRestoreMasterKeyStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupServiceMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RestoreServiceMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RestoreMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarExpressionSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanExpressionSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StatementListSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectStatementSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaObjectNameSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlFragmentSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlStatementSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentifierSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlScript", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlBatch", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MergeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MergeSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MergeActionClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MergeAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateMergeAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeleteMergeAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertMergeAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateTypeTableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditSpecificationPart", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditSpecificationDetail", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditActionSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseAuditAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditActionGroupReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateDatabaseAuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseAuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropDatabaseAuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateServerAuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerAuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropServerAuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ServerAuditStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateServerAuditStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerAuditStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropServerAuditStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditTarget", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueDelayAuditOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditGuidAuditOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnFailureAuditOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StateAuditOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditTargetOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MaxSizeAuditTargetOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MaxRolloverFilesAuditTargetOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralAuditTargetOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffAuditTargetOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseEncryptionKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateDatabaseEncryptionKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseEncryptionKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropDatabaseEncryptionKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResourcePoolStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResourcePoolParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResourcePoolAffinitySpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateResourcePoolStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterResourcePoolStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropResourcePoolStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WorkloadGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WorkloadGroupParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WorkloadGroupResourceParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WorkloadGroupImportanceParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateWorkloadGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterWorkloadGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropWorkloadGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BrokerPriorityStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BrokerPriorityParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateBrokerPriorityStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterBrokerPriorityStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropBrokerPriorityStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateFullTextStopListStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFullTextStopListStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextStopListAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropFullTextStopListStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateCryptographicProviderStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterCryptographicProviderStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropCryptographicProviderStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventSessionObjectName", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventSessionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateEventSessionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventDeclaration", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventDeclarationSetParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SourceDeclaration", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventDeclarationCompareFunctionParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TargetDeclaration", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SessionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventRetentionSessionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MemoryPartitionSessionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralSessionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MaxDispatchLatencySessionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffSessionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterEventSessionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropEventSessionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterResourceGovernorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSpatialIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SpatialIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SpatialIndexRegularOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BoundingBoxSpatialIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BoundingBoxParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GridsSpatialIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GridParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CellsPerObjectSpatialIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcessAffinityRange", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationSetBufferPoolExtensionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationBufferPoolExtensionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationBufferPoolExtensionContainerOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationBufferPoolExtensionSizeOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationSetDiagnosticsLogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationDiagnosticsLogOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationDiagnosticsLogMaxSizeOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationSetFailoverClusterPropertyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationFailoverClusterPropertyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationSetHadrClusterStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationHadrClusterOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateAvailabilityGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAvailabilityGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityReplica", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityReplicaOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralReplicaOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityModeReplicaOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FailoverModeReplicaOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrimaryRoleReplicaOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecondaryRoleReplicaOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityGroupOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralAvailabilityGroupOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAvailabilityGroupAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAvailabilityGroupFailoverAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAvailabilityGroupFailoverOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropAvailabilityGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateFederationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFederationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropFederationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UseFederationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DiskStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DiskStatementOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateColumnStoreIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WindowFrameClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WindowDelimiter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WithinGroupClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectiveXmlIndexPromotedPath", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AbortAfterWaitType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AffinityKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AllowConnectionsOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAvailabilityGroupActionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAvailabilityGroupStatementType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterCertificateStatementKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterEventSessionStatementType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFederationKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFullTextCatalogAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterIndexType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterMasterKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterResourceGovernorCommandType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationBufferPoolExtensionOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationDiagnosticsLogOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationFailoverClusterPropertyOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationHadrClusterOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationSoftNumaOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServiceMasterKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableAlterColumnOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ApplicationRoleOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssemblyOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssignmentKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AtomicBlockOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AttachMode", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditActionGroup", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditFailureActionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditTargetKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditTargetOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuthenticationProtocol", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuthenticationTypes", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityGroupOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityModeOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityReplicaOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupRestoreItemKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BinaryExpressionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BinaryQueryExpressionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanBinaryExpressionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanComparisonType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanTernaryExpressionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BoundingBoxParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BrokerPriorityParameterSpecialType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BrokerPriorityParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BulkInsertOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CertificateOptionKinds", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeTrackingOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlFragment", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MultiPartIdentifier", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaObjectName", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChildObjectName", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnEncryptionDefinitionParameterKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnEncryptionKeyAlterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnEncryptionKeyValueParameterKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnEncryptionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnMasterKeyParameterKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CommandOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CompressionDelayTimeUnit", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ComputeFunctionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ConstraintEnforcement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ContainmentOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CryptoMechanismType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CursorOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseAuditActionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseEncryptionKeyAlgorithm", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseMirroringEndpointRole", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseConfigurationOptionState", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseConfigClearOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseConfigSetOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataCompressionLevel", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DbccCommand", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DbccOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DelayedDurabilityOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeleteUpdateAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeviceType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DialogOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DiskStatementOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DiskStatementType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropClusteredConstraintOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSchemaBehavior", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DurabilityTableOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EnableDisableOptionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EncryptionAlgorithm", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EncryptionAlgorithmPreference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointEncryptionSupport", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointProtocol", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointProtocolOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointState", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventNotificationEventGroup", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventNotificationEventType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventNotificationTarget", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventSessionEventRetentionModeType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventSessionMemoryPartitionModeType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventSessionScope", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteAsOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalDataSourceOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalDataSourceType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalFileFormatOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalFileFormatType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalFileFormatUseDefaultType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalResourcePoolAffinityType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalResourcePoolParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalTableOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalTableRejectType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FailoverActionOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FailoverModeOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FetchOrientation", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileDeclarationOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FipsComplianceLevel", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextCatalogOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextFunctionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextIndexOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FunctionOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GeneralSetCommandType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GeneratedAlwaysType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GridParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GroupByOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "HadrDatabaseOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Identifier", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrimaryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ValueExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Literal", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentifierLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentifierOrValueExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ImportanceParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexTypeKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IsolationLevel", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "JoinHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "JsonForClauseOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KeyOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IntegerLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NumericLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RealLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MoneyLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BinaryLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StringLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NullLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DefaultLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MaxLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OdbcLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LockEscalationMethod", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LowPriorityLockWaitOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MemoryUnit", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MergeCondition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MessageSender", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MessageValidationMethod", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ModifyFileGroupOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NonTransactedFileStreamAccess", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NullNotNull", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OdbcLiteralType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OptimizerHintKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OptionState", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PageVerifyDatabaseOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParameterlessCallType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParameterModifier", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParameterStyle", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParseError", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PartitionFunctionRange", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PartnerDatabaseOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PayloadOptionKinds", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PermissionSetOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PortTypes", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrincipalOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrincipalType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrivilegeType80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcessAffinityType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QualifiedJoinType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreCapturePolicyOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreDesiredStateOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreSizeCleanupPolicyOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QuoteType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RaiseErrorOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RdaTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RecoveryDatabaseOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteServiceBindingOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteDataArchiveDatabaseSettingKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResourcePoolAffinityType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResourcePoolParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RestoreOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RestoreStatementKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResultSetsOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResultSetType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RouteOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecondaryXmlIndexType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityObjectKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityPolicyActionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityPolicyOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityPredicateActionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityPredicateOperation", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityPredicateType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SemanticFunctionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SeparatorType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SequenceOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ServiceBrokerOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SessionOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetOffsets", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetStatisticsOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SignableElementKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SimpleAlterFullTextIndexActionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SoapMethodAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SoapMethodFormat", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SoapMethodSchemas", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SortOrder", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SparseColumnOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SpatialIndexingSchemeType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SqlDataTypeOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StatisticsOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MigrationState", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SubqueryComparisonPredicateType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableElementType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableHintKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableSampleClauseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableSwitchOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TemporalClauseType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TimeUnit", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerActionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerEnforcement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerScope", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlParser", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlFragmentVisitor", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSql100Parser", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSql110Parser", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSql120Parser", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSql130Parser", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSql80Parser", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSql90Parser", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlAuditEventGroupHelper", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlAuditEventTypeHelper", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlParserToken", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlTriggerEventGroupHelper", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlTriggerEventTypeHelper", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UnaryExpressionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UniqueRowFilter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UnqualifiedJoinType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserLoginOptionType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserType80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ViewOptionKind", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WaitForOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WindowDelimiterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WindowFrameType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WorkloadGroupParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlDataTypeOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlForClauseOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KeywordCasing", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlConcreteFragmentVisitor", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SqlScriptGenerator", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Sql100ScriptGenerator", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Sql110ScriptGenerator", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Sql120ScriptGenerator", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Sql130ScriptGenerator", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Sql80ScriptGenerator", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Sql90ScriptGenerator", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SqlVersion", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlTokenType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SqlScriptGeneratorOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StatementList", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResultSetsExecuteOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResultSetDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InlineResultSetDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResultColumnDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaObjectResultSetDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteContext", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecutableEntity", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureReferenceName", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecutableProcedureReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecutableStringList", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AdHocDataSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ViewOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ViewStatementBody", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterViewStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateViewStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerObject", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteAsTriggerOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TriggerStatementBody", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTriggerStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateTriggerStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureStatementBodyBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureStatementBody", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterProcedureStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateProcedureStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MethodSpecifier", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FunctionStatementBody", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteAsProcedureOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FunctionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteAsFunctionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlNamespaces", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlNamespacesElement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlNamespacesDefaultElement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlNamespacesAliasElement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CommonTableExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WithCtesAndXmlNamespaces", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FunctionReturnType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableValuedFunctionReturnType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataTypeReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParameterizedDataTypeReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SqlDataTypeReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserDataTypeReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlDataTypeReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarFunctionReturnType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectFunctionReturnType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeclareTableVariableBody", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeclareTableVariableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableReferenceWithAlias", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NamedTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableReferenceWithAliasAndColumns", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaObjectFunctionTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexTableHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralTableHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryDerivedTable", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InlineDerivedTable", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SubqueryComparisonPredicate", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExistsPredicate", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LikePredicate", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InPredicate", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextPredicate", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserDefinedTypePropertyAccess", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StatementWithCtesAndXmlNamespaces", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ForClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BrowseForClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ReadOnlyForClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlForClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "XmlForClauseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "JsonForClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "JsonForClauseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateForClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OptimizerHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralOptimizerHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableHintsOptimizerHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ForceSeekTableHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OptimizeForOptimizerHint", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "VariableValuePair", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WhenClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SimpleWhenClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SearchedWhenClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CaseExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SimpleCaseExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SearchedCaseExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NullIfExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CoalesceExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IIfCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SemanticTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OpenXmlTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OpenJsonTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OpenRowsetTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InternalOpenRowset", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BulkOpenRowset", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OpenQueryTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AdHocTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaDeclarationItem", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaDeclarationItemOpenjson", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ConvertCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TryConvertCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParseCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TryParseCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CastCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TryCastCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AtTimeZoneCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FunctionCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CallTarget", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExpressionCallTarget", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MultiPartIdentifierCallTarget", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserDefinedTypeCallTarget", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LeftFunctionCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RightFunctionCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PartitionFunctionCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OverClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParameterlessCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarSubquery", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OdbcFunctionCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExtractFromExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OdbcConvertSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFunctionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BeginEndBlockStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BeginEndAtomicBlockStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AtomicBlockOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralAtomicBlockOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentifierAtomicBlockOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffAtomicBlockOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TransactionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BeginTransactionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BreakStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnWithSortOrder", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CommitTransactionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RollbackTransactionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SaveTransactionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ContinueStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateDefaultStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateFunctionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateRuleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeclareVariableElement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeclareVariableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GoToStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IfStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LabelStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcedureParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WhileStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataModificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeleteStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataModificationSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateDeleteSpecificationBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeleteSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSchemaStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WaitForStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ReadTextStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TextModificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateTextStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WriteTextStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LineNoStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GrantStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DenyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RevokeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAuthorizationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Permission", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityTargetObject", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityTargetObjectName", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityPrincipal", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityStatementBody80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GrantStatement80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DenyStatement80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RevokeStatement80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityElement80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CommandSecurityElement80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrivilegeSecurityElement80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "Privilege80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityUserClause80", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SqlCommandIdentifier", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssignmentSetClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FunctionCallSetClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ValuesInsertSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectInsertSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteInsertSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RowValue", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrintStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSEqualCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralRange", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "VariableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OptionValue", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffOptionValue", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralOptionValue", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GlobalVariableExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaObjectNameOrValueExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParenthesisExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnReferenceExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NextValueForExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SequenceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SequenceOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataTypeSequenceOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarExpressionSequenceOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSequenceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterSequenceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropObjectsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSequenceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityPolicyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityPredicateAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecurityPolicyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSecurityPolicyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterSecurityPolicyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSecurityPolicyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateColumnMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnMasterKeyParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnMasterKeyStoreProviderNameParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnMasterKeyPathParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropUnownedObjectStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropColumnMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnEncryptionKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateColumnEncryptionKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterColumnEncryptionKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropColumnEncryptionKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnEncryptionKeyValue", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnEncryptionKeyValueParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnMasterKeyNameParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnEncryptionAlgorithmNameParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EncryptedValueParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalTableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalTableLiteralOrIdentifierOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalTableDistributionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalTableRejectTypeOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalTableDistributionPolicy", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalTableReplicatedDistributionPolicy", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalTableRoundRobinDistributionPolicy", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalTableShardedDistributionPolicy", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateExternalTableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropExternalTableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalDataSourceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalDataSourceOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalDataSourceLiteralOrIdentifierOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateExternalDataSourceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterExternalDataSourceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropExternalDataSourceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalFileFormatStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalFileFormatOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalFileFormatLiteralOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalFileFormatUseDefaultTypeOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalFileFormatContainerOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateExternalFileFormatStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropExternalFileFormatStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssemblyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateAssemblyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAssemblyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssemblyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffAssemblyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PermissionSetAssemblyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AddFileSpec", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateXmlSchemaCollectionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterXmlSchemaCollectionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropXmlSchemaCollectionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssemblyName", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableRebuildStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableChangeTrackingModificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableFileTableNamespaceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableSetStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LockEscalationTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileStreamOnTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileTableDirectoryTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileTableCollateFileNameTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileTableConstraintNameTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MemoryOptimizedTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DurabilityTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteDataArchiveTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteDataArchiveAlterTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteDataArchiveDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteDataArchiveDatabaseSetting", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteDataArchiveDbServerSetting", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteDataArchiveDbCredentialSetting", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteDataArchiveDbFederatedServiceAccountSetting", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SystemVersioningTableOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableAddTableElementStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableConstraintModificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableSwitchStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableSwitchOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LowPriorityLockWaitTableSwitchOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropClusteredConstraintOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropClusteredConstraintStateOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropClusteredConstraintValueOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropClusteredConstraintMoveOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableDropTableElement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableDropTableElementStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableTriggerModificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EnableDisableTriggerStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TryCatchStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateTypeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateTypeUdtStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateTypeUddtStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSynonymStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteAsClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueStateOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueProcedureOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueValueOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueExecuteAsOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RouteOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RouteStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterRouteStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateRouteStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterQueueStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateQueueStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SystemTimePeriodDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PartitionSpecifier", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateXmlIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSelectiveXmlIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileGroupOrPartitionScheme", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexStateOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IndexExpressionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnlineIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OrderIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnlineIndexLowPriorityLockWaitOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LowPriorityLockWaitOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LowPriorityLockWaitMaxDurationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LowPriorityLockWaitAbortAfterWaitOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextIndexColumn", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateFullTextIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeTrackingFullTextIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StopListFullTextIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SearchPropertyListFullTextIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextCatalogAndFileGroup", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventTypeGroupContainer", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventTypeContainer", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventGroupContainer", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateEventNotificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventNotificationObjectScope", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ApplicationRoleOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ApplicationRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateApplicationRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterApplicationRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterRoleAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RenameAlterRoleAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AddMemberAlterRoleAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropMemberAlterRoleAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateServerRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropServerRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserLoginOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateUserStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterUserStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StatisticsOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResampleStatisticsOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StatisticsPartitionRange", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffStatisticsOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralStatisticsOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateStatisticsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateStatisticsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ReturnStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeclareCursorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CursorDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CursorOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetVariableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CursorId", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CursorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OpenCursorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CloseCursorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CryptoMechanism", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OpenSymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CloseSymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OpenMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CloseMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeallocateCursorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FetchType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FetchCursorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WhereClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropDatabaseStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropChildObjectsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropIndexClauseBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackwardsCompatibleDropIndexClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropIndexClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MoveToDropIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileStreamOnDropIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropStatisticsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropTableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropProcedureStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropFunctionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropViewStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropDefaultStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropRuleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropTriggerStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSchemaStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RaiseErrorLegacyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RaiseErrorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ThrowStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UseStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KillStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KillQueryNotificationSubscriptionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KillStatsJobStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CheckpointStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ReconfigureStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ShutdownStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetUserStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TruncateTableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetOnOffStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PredicateSetStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetStatisticsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetRowCountStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetOffsetsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetCommand", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GeneralSetCommand", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetFipsFlaggerCommand", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetCommandStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetTransactionIsolationLevelStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetTextSizeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetIdentityInsertStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetErrorLevelStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateDatabaseStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileDeclaration", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileDeclarationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NameFileDeclarationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileNameFileDeclarationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SizeFileDeclarationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MaxSizeFileDeclarationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileGrowthFileDeclarationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileGroupDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseScopedConfigurationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseScopedConfigurationSetStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseScopedConfigurationClearStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseConfigurationClearOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseConfigurationSetOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffPrimaryConfigurationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MaxDopConfigurationOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseCollateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseRebuildLogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseAddFileStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseAddFileGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseRemoveFileGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseRemoveFileStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseModifyNameStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseModifyFileStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseModifyFileGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseTermination", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseSetStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AutoCreateStatisticsDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ContainmentDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "HadrDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "HadrAvailabilityGroupDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DelayedDurabilityDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CursorDefaultDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RecoveryDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TargetRecoveryTimeDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PageVerifyDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PartnerDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WitnessDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ParameterizationDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentifierDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeTrackingDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeTrackingOptionDetail", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AutoCleanupChangeTrackingOptionDetail", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeRetentionChangeTrackingOptionDetail", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreDesiredStateOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreCapturePolicyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreSizeCleanupPolicyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreDataFlushIntervalOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreIntervalLengthOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreMaxStorageSizeOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreMaxPlansPerQueryOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryStoreTimeCleanupPolicyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileStreamDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MaxSizeDatabaseOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableAlterIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterTableAlterColumnStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnDefinitionBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnEncryptionDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnEncryptionDefinitionParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnEncryptionKeyNameParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnEncryptionTypeParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnEncryptionAlgorithmParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentityOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ColumnStorageOptions", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ConstraintDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateTableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FederationScheme", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableDataCompressionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataCompressionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CompressionPartitionRange", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CheckConstraintDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DefaultConstraintDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ForeignKeyConstraintDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "NullableConstraintDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UniqueConstraintDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupDatabaseStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupTransactionLogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RestoreStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RestoreOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarExpressionRestoreOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MoveRestoreOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StopRestoreOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileStreamRestoreOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupEncryptionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeviceInfo", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MirrorToClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupRestoreFileInfo", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BulkInsertBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BulkInsertStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertBulkStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BulkInsertOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralBulkInsertOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OrderBulkInsertOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalTableColumnDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertBulkColumnDefinition", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DbccStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DbccOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DbccNamedLiteral", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateAsymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreatePartitionFunctionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PartitionParameterType", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreatePartitionSchemeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteServiceBindingStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RemoteServiceBindingOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffRemoteServiceBindingOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UserRemoteServiceBindingOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateRemoteServiceBindingStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterRemoteServiceBindingStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EncryptionSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AssemblyEncryptionSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FileEncryptionSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProviderEncryptionSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CertificateStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterCertificateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateCertificateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CertificateOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateContractStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ContractMessage", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CredentialStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateCredentialStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterCredentialStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MessageTypeStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateMessageTypeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterMessageTypeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateAggregateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterCreateEndpointStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateEndpointStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterEndpointStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointAffinity", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndpointProtocolOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralEndpointProtocolOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuthenticationEndpointProtocolOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PortsEndpointProtocolOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CompressionEndpointProtocolOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ListenerIPEndpointProtocolOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IPv4", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SoapMethod", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EnabledDisabledPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WsdlPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LoginTypePayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SessionTimeoutPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CharacterSetPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RolePayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuthenticationPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EncryptionPayloadOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "KeySourceKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlgorithmKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentityValueKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProviderKeyNameKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreationDispositionKeyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterSymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextCatalogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextCatalogOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffFullTextCatalogOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateFullTextCatalogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFullTextCatalogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterCreateServiceStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateServiceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServiceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ServiceContract", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BinaryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BuiltInFunctionTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ComputeClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ComputeFunction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PivotedTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UnpivotedTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "JoinTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UnqualifiedJoin", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TableSampleClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanNotExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanParenthesisExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanComparisonExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanBinaryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanIsNullExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExpressionWithSortOrder", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GroupByClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExpressionGroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CompositeGroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CubeGroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RollupGroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GrandTotalGroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GroupingSetsGroupingSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OutputClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OutputIntoClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "HavingClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentityFunctionCall", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "JoinParenthesisTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OrderByClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QualifiedJoin", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OdbcQualifiedJoinTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueryParenthesisExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QuerySpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FromClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectElement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectScalarExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectStarExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectSetVariable", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DataModificationTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeTableChangesTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ChangeTableVersionTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanTernaryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TopRowFilter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OffsetClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UnaryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BinaryQueryExpression", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "VariableTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "VariableMethodCallTableReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropPartitionFunctionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropPartitionSchemeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSynonymStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropAggregateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropAssemblyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropApplicationRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropFullTextCatalogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropFullTextIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropLoginStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropRoleStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropTypeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropUserStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropAsymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropCertificateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropCredentialStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterPartitionFunctionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterPartitionSchemeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFullTextIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SimpleAlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetStopListAlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SetSearchPropertyListAlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropAlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AddAlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterColumnAlterFullTextIndexAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSearchPropertyListStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterSearchPropertyListStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SearchPropertyListAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AddSearchPropertyListAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSearchPropertyListAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSearchPropertyListStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateLoginStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateLoginSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PasswordCreateLoginSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrincipalOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffPrincipalOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralPrincipalOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentifierPrincipalOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WindowsCreateLoginSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CertificateCreateLoginSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AsymmetricKeyCreateLoginSource", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PasswordAlterPrincipalOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterLoginStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterLoginOptionsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterLoginEnableDisableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterLoginAddDropCredentialStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RevertStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropContractStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropEndpointStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropMessageTypeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropQueueStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropRemoteServiceBindingStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropRouteStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropServiceStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SignatureStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AddSignatureStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropSignatureStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropEventNotificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExecuteAsStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EndConversationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MoveConversationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WaitForSupportedStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GetConversationGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ReceiveStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SendStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterSchemaStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAsymmetricKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServiceMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BeginConversationTimerStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BeginDialogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DialogOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarExpressionDialogOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffDialogOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupCertificateStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupRestoreMasterKeyStatementBase", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupServiceMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RestoreServiceMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BackupMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "RestoreMasterKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ScalarExpressionSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BooleanExpressionSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StatementListSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectStatementSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SchemaObjectNameSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlFragmentSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlStatementSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "IdentifierSnippet", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlScript", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TSqlBatch", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MergeStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MergeSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MergeActionClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MergeAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UpdateMergeAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DeleteMergeAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "InsertMergeAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateTypeTableStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditSpecificationPart", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditSpecificationDetail", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditActionSpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseAuditAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditActionGroupReference", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateDatabaseAuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseAuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropDatabaseAuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateServerAuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerAuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropServerAuditSpecificationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ServerAuditStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateServerAuditStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerAuditStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropServerAuditStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditTarget", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "QueueDelayAuditOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditGuidAuditOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnFailureAuditOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "StateAuditOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AuditTargetOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MaxSizeAuditTargetOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MaxRolloverFilesAuditTargetOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralAuditTargetOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffAuditTargetOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DatabaseEncryptionKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateDatabaseEncryptionKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterDatabaseEncryptionKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropDatabaseEncryptionKeyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResourcePoolStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResourcePoolParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ResourcePoolAffinitySpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateResourcePoolStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterResourcePoolStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropResourcePoolStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalResourcePoolStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalResourcePoolParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ExternalResourcePoolAffinitySpecification", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateExternalResourcePoolStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterExternalResourcePoolStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropExternalResourcePoolStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WorkloadGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WorkloadGroupParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WorkloadGroupResourceParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WorkloadGroupImportanceParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateWorkloadGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterWorkloadGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropWorkloadGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BrokerPriorityStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BrokerPriorityParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateBrokerPriorityStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterBrokerPriorityStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropBrokerPriorityStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateFullTextStopListStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFullTextStopListStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FullTextStopListAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropFullTextStopListStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateCryptographicProviderStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterCryptographicProviderStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropCryptographicProviderStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventSessionObjectName", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventSessionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateEventSessionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventDeclaration", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventDeclarationSetParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SourceDeclaration", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventDeclarationCompareFunctionParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TargetDeclaration", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SessionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "EventRetentionSessionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MemoryPartitionSessionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralSessionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "MaxDispatchLatencySessionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "OnOffSessionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterEventSessionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropEventSessionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterResourceGovernorStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateSpatialIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SpatialIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SpatialIndexRegularOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BoundingBoxSpatialIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BoundingBoxParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GridsSpatialIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "GridParameter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CellsPerObjectSpatialIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "ProcessAffinityRange", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationSetBufferPoolExtensionStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationBufferPoolExtensionOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationBufferPoolExtensionContainerOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationBufferPoolExtensionSizeOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationSetDiagnosticsLogStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationDiagnosticsLogOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationDiagnosticsLogMaxSizeOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationSetFailoverClusterPropertyStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationFailoverClusterPropertyOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationSetHadrClusterStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationHadrClusterOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationSetSoftNumaStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterServerConfigurationSoftNumaOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateAvailabilityGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAvailabilityGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityReplica", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityReplicaOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralReplicaOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityModeReplicaOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "FailoverModeReplicaOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "PrimaryRoleReplicaOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SecondaryRoleReplicaOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AvailabilityGroupOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "LiteralAvailabilityGroupOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAvailabilityGroupAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAvailabilityGroupFailoverAction", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterAvailabilityGroupFailoverOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropAvailabilityGroupStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateFederationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "AlterFederationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DropFederationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "UseFederationStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DiskStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "DiskStatementOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CreateColumnStoreIndexStatement", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WindowFrameClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WindowDelimiter", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "WithinGroupClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "SelectiveXmlIndexPromotedPath", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "TemporalClause", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "CompressionDelayIndexOption", + "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + }, + { + "Name": "BlockNewCommandForm", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "CommandManagementScopeNode", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "EnhancedPanel", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "EnhancedTableLayoutPanel", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "RefreshableMessageView", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "HeaderPanel", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "MirroredTableLayoutPanel", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "MirroredForm", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "MirroredPanel", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "NativeMethods", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "Utils", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "WnfStateName", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "OverviewView", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "TrustedPlatformModuleManagement", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "TrustedPlatformModuleManagementInstaller", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "TrustedPlatformModuleManagementScopeNode", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "TrustedPlatformModuleWmi", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "WmiException", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "TrustedPlatformModuleNotPresentException", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "ComputerNotAvailableException", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "TpmWmiObject", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + }, + { + "Name": "TransactionBridge", + "Namespace": "System.ServiceModel.Internal" + }, + { + "Name": "MyInstall", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" + }, + { + "Name": "EffectiveWindows8App", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" + }, + { + "Name": "IWindows8AppList", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" + }, + { + "Name": "PropertySource", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" + }, + { + "Name": "Windows8App", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" + }, + { + "Name": "MachineConfiguredWindows8App", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" + }, + { + "Name": "UserConfiguredWindows8App", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" + }, + { + "Name": "DpiChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DpiChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IDpiForm", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ControlExtensionMethods", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FormExtensionMethods", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ADComputerBrowse", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "AnimationMode", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "AnimatedFormResizer", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "BackgroundTaskTracker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ThreadMethodInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ClientCreatedTask", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectKeyboardOption", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectKeyboardOptionConverter", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectReleaseKey", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectReleaseKeyHelper", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectReleaseKeyConverter", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ClientVirtualizationSettings", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "RdpOptions", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "LaunchHelpUrlState", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "CommonUtilities", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ConnectionHelper", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "DelayedUIInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "DpiUtilities", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "DpiRank", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ExportInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "HelpConstants", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ImageResources", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "DisplayErrorLocalHandler", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "InformationDisplayer", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ProgressDialogLauncher", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ResourceManagerExtensionMethods", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ResourcePoolEntry", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "RemoteFileBrowser", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "UnhandledExceptionHandler", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMStateChangeAction", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMStateChangeInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ShutdownTrackerTask", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "SnapshotRenameDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "IndeterminateProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VirtualizationOperationCompleteEventArgs", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VirtualizationOperationInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TakeSnapshotInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "NameWithTrailingNumberSorter", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogCallback", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogNotificationArgs", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogReturnId", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogCommonButtons", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogIcon", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogNotification", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ProgressBarState", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogCommonDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TraceConfigurationOptions", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "CommonResources", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "CollapsiblePane", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "DisplayContextMenuEventArgs", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "EnhancedColumnHeader", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "EnhancedListView", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "EnhancedNumericUpDown", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "EnhancedTrackBar", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "FixedPane", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "InnerPanel", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewItemSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemPercentageSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemTextSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemTimeSpanSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemTagSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "NumericValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "MemoryValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "PathValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "DnsValidationType", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "DnsValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TaskResult", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TaskResultConverter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ActionGroup", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TaskListViewItem", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TaskListView", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TitleBarPane", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TransparentForm", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ValidatingNumericUpDown", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "WaitCursorScope", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "CertificateControl", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "DateTimePickerForRangeControl", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "InnerPanelDesigner", + "Namespace": "Microsoft.Virtualization.Client.Controls.Design" + }, + { + "Name": "TitleBarPaneDesigner", + "Namespace": "Microsoft.Virtualization.Client.Controls.Design" + }, + { + "Name": "ADComputerBrowse", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "AnimationMode", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "AnimatedFormResizer", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "BackgroundTaskTracker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ThreadMethodInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ClientCreatedTask", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectKeyboardOption", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectKeyboardOptionConverter", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectReleaseKey", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectReleaseKeyHelper", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectReleaseKeyConverter", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ClientVirtualizationSettings", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "LaunchHelpUrlState", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "CommonUtilities", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ConnectionHelper", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "DelayedUIInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "FileUtilities", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "HelpConstants", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ImageResources", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "DisplayErrorLocalHandler", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "InformationDisplayer", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ProgressDialogLauncher", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ResourcePoolEntry", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "RemoteFileBrowser", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "UnhandledExceptionHandler", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMStateChangeAction", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMStateChangeInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ShutdownTrackerTask", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "SnapshotRenameDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "IndeterminateProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VirtualizationOperationCompleteEventArgs", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VirtualizationOperationInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TakeSnapshotInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "NameWithTrailingNumberSorter", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogCallback", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogNotificationArgs", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogReturnId", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogCommonButtons", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogIcon", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogNotification", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ProgressBarState", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogCommonDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TraceConfigurationOptions", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "CommonResources", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "CollapsiblePane", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "DisplayContextMenuEventArgs", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "EnhancedColumnHeader", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "EnhancedListView", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "EnhancedNumericUpDown", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "EnhancedTrackBar", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "FixedPane", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "InnerPanel", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewItemSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemPercentageSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemTextSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemTimeSpanSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemTagSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "NumericValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "MemoryValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "PathValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "DnsValidationType", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "DnsValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TaskResult", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TaskResultConverter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ActionGroup", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TaskListViewItem", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TaskListView", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TitleBarPane", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TransparentForm", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ValidatingNumericUpDown", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "WaitCursorScope", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "CertificateControl", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "DateTimePickerForRangeControl", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "InnerPanelDesigner", + "Namespace": "Microsoft.Virtualization.Client.Controls.Design" + }, + { + "Name": "TitleBarPaneDesigner", + "Namespace": "Microsoft.Virtualization.Client.Controls.Design" + }, + { + "Name": "VMTraceLevels", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMTraceTagFormatLevels", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMTrace", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ResourceContext", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EnumResourceConverter`1", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IDataFile", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWin32Directory", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IDeleteable", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IDeleteableAsync", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EthernetPortType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualEthernetSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEmulatedEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISyntheticEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IInternalEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IExternalNetworkPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IExternalEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWiFiPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEmulatedEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISyntheticEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetPortAllocationSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetConnectionAllocationRequest", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualEthernetSwitchPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IGuestNetworkAdapterConfiguration", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EthernetFeatureType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VlanOperationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "PrivateVlanMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SwitchPortMonitorMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchFeatureService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchBandwidthFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchAclFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchSecurityFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchOffloadFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchVlanFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortOffloadStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputersSystemCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMVirtualizationTaskCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IHostComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWin32ComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IImageManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMLanEndpointOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ILanEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWiFiEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVlanEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPutable", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPutableAsync", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMNetworkAdapterProtocolType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFailoverNetworkAdapterSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualFcSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IExternalFcPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFcPortAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IResourcePoolConfigurationService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFcEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualFcSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IProcessorResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISynth3dVideoResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFibreChannelResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IResourcePoolSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IResourcePoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IGsmPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFcPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualDiskPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualDiskResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ITerminalConnection", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ITerminalService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ITerminalServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualDisk", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualDiskSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualizationManagementObject", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualEthernetSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualEthernetSwitchSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EthernetSwitchExtensionType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchExtension", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualSwitchManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSynthetic3DService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVM3dVideoPhysical3dGPU", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVM3dVideo", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVM3dVideoSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMBios", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SnapshotCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "KvpItemPool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMComputerSystemBase", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemPathParser", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceStartOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceStopOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "BootDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualSystemType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMComputerSystemSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationAuthenticationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMReplicationSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDeviceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDriveController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDisketteController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMIdeController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMScsiProtocolController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDriveControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMScsiControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDisketteDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMHardDiskDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDvdDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMCDRomDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPhysicalCDRomDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDriveSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMIntegrationComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMIntegrationComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMTimeSyncComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMTimeSyncComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMHeartbeatComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMHeartbeatComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDataExchangeComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDataExchangeComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMShutdownComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMShutdownComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMVssIntegrationComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMVssIntegrationComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMKeyboard", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMemory", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMemorySetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationNetworkSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMMigrationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMPlannedComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMProcessor", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMProcessorSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPhysicalProcessor", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSerialPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSerialPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMExportSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SnapshotExportMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSnapshotService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IReplicationService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "RecoveryAuthenticationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InitialReplicationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFailoverReplicationServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFailoverReplicationAuthorizationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSerialController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSerialControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMTaskStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "JobTypeId", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMTask", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationTask", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMTaskAssociationObject", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMVideo", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMVideoSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ManagementPathEqualityComparer", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "MsvmError", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "MsvmErrorComparison", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "MsvmErrorParser", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ValidationErrorId", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ReplicationStatistics", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ReplicationHealthInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VmmsMessageId", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationHealthConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ReplicationStatisticsParser", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SummaryInformationRequest", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SummaryInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskConstants", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskFormat", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskSettingDataParser", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskStateParser", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemHealthState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationHealth", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ReplicationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemStateUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemStateConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationModeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationStateConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMIntegrationComponentOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMHeartbeatStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMIntegrationComponentStatusUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMIntegrationComponentOperationalStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMHeartbeatStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMDeviceSettingType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "WmiBaseProperties", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "WmiClassNames", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "NoWmiMappingException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "KeyAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "WmiNameAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "NoWmiMappingAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FrequentlyChangingAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "CompletedTask", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "Capabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SettingsDefineCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMImportSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ObjectLocator", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InstanceModificationEventStrategy", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ConnectionManager", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "Server", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InstanceEventManager", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "CancelTaskFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ClassDefinitionMismatchException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerSideErrorCode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ClientSideErrorCode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InvalidWmiValueException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ObjectNotFoundException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerCallFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerCallFailedReason", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerConnectionException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerConnectionIssue", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerObjectDeletedException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceMethodException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceMethodError", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualizationManagementException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualizationOperationFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ValidateVirtualHardDiskException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualizationOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IMSClusterResourceBase", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterVMResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterReplicaBrokerResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterCapResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterCluster", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterNode", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "MSClusterResourceState", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "MSClusterNodeState", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "SettingApplyException", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "OrganizedSwitchPorts", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "NetworkingDataHelper", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "FcPortStatus", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "SettingsDialogBase", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "VirtualizationSettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "VirtualizationSingleSettingDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "RecoveryConfigurationDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "VMSettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "NetworkManagerDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "StorageManagerDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "SettingId", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "ImageLabel", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + }, + { + "Name": "EnhancedCheckBoxState", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + }, + { + "Name": "DataGridViewEnhancedCheckboxColumn", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + }, + { + "Name": "DataGridViewEnhancedCheckBoxCell", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + }, + { + "Name": "InitializeReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ResynchronizeReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "FailoverForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "PlannedFailoverForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ImportReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ReplicationMonitoringForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "BaseFormViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "BaseListView", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "OperationResult", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "FailoverReplicationNonUIActionPerformer", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ServerNodeViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "DelegateInvoker", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "WizardUtilities", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "WizardsConfiguration", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "VMWizardForm", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "SummaryDescriptionControl", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "SummaryInfo", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "ReplicationWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Replication" + }, + { + "Name": "NewVirtualMachineWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVM" + }, + { + "Name": "NewVirtualHardDiskWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVhd" + }, + { + "Name": "MoveWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + }, + { + "Name": "IconType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + }, + { + "Name": "StorageMoveType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + }, + { + "Name": "VMMoveType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + }, + { + "Name": "ImportFileUtilities", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" + }, + { + "Name": "ImportWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" + }, + { + "Name": "EditVirtualHardDiskWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.EditVhd" + }, + { + "Name": "BranchPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "ConfirmationPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "TitleType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "ButtonType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "OrientationPanelStepMode", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "FiniteProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "InfiniteProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "ProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "SummaryPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardActionStatus", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardAction", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardForm", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardFrameworkException", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "FixupWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" + }, + { + "Name": "FixupErrorsGroupbox", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" + }, + { + "Name": "ADComputerBrowse", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "AnimationMode", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "AnimatedFormResizer", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "BackgroundTaskTracker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ThreadMethodInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ClientCreatedTask", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectKeyboardOption", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectKeyboardOptionConverter", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectReleaseKey", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectReleaseKeyHelper", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMConnectReleaseKeyConverter", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ClientVirtualizationSettings", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "RdpOptions", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "LaunchHelpUrlState", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "CommonUtilities", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ConnectionHelper", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "DelayedUIInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "FileUtilities", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "HelpConstants", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ImageResources", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "DisplayErrorLocalHandler", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "InformationDisplayer", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ProgressDialogLauncher", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ResourcePoolEntry", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "RemoteFileBrowser", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "UnhandledExceptionHandler", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMStateChangeAction", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMStateChangeInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ShutdownTrackerTask", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "SnapshotRenameDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "IndeterminateProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VirtualizationOperationCompleteEventArgs", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VirtualizationOperationInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TakeSnapshotInvoker", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "NameWithTrailingNumberSorter", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogCallback", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogNotificationArgs", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogReturnId", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogCommonButtons", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogIcon", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogNotification", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ProgressBarState", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TaskDialogCommonDialog", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "TraceConfigurationOptions", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "CommonResources", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "CollapsiblePane", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "DisplayContextMenuEventArgs", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "EnhancedColumnHeader", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "EnhancedListView", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "EnhancedNumericUpDown", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "EnhancedTrackBar", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "FixedPane", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "InnerPanel", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewItemSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemPercentageSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemTextSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemTimeSpanSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ListViewSubItemTagSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "NumericValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "MemoryValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "PathValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "DnsValidationType", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "DnsValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TaskResult", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TaskResultConverter", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ActionGroup", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TaskListViewItem", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TaskListView", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TitleBarPane", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "TransparentForm", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ValidatingNumericUpDown", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "ValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "WaitCursorScope", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "CertificateControl", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "DateTimePickerForRangeControl", + "Namespace": "Microsoft.Virtualization.Client.Controls" + }, + { + "Name": "InnerPanelDesigner", + "Namespace": "Microsoft.Virtualization.Client.Controls.Design" + }, + { + "Name": "TitleBarPaneDesigner", + "Namespace": "Microsoft.Virtualization.Client.Controls.Design" + }, + { + "Name": "VMTraceLevels", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMTraceTagFormatLevels", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMTrace", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ResourceContext", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EnumResourceConverter`1", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IDataFile", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWin32Directory", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IDeleteable", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IDeleteableAsync", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EthernetPortType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualEthernetSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEmulatedEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISyntheticEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IInternalEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IExternalNetworkPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IExternalEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWiFiPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEmulatedEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISyntheticEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetPortAllocationSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetConnectionAllocationRequest", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualEthernetSwitchPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IGuestNetworkAdapterConfiguration", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EthernetFeatureType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VlanOperationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "PrivateVlanMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SwitchPortMonitorMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchFeatureService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchBandwidthFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchAclFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchSecurityFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchOffloadFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchVlanFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortOffloadStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputersSystemCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMVirtualizationTaskCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IHostComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWin32ComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IImageManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMLanEndpointOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ILanEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWiFiEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVlanEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPutable", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPutableAsync", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMNetworkAdapterProtocolType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFailoverNetworkAdapterSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualFcSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IExternalFcPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFcPortAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IResourcePoolConfigurationService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFcEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualFcSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IProcessorResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISynth3dVideoResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFibreChannelResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IResourcePoolSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IResourcePoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IGsmPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFcPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualDiskPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualDiskResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ITerminalConnection", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ITerminalService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ITerminalServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualDisk", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualDiskSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualizationManagementObject", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualEthernetSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualEthernetSwitchSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EthernetSwitchExtensionType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchExtension", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualSwitchManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSynthetic3DService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVM3dVideoPhysical3dGPU", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVM3dVideo", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVM3dVideoSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMBios", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "BootEntryType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMBootEntry", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SnapshotCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "KvpItemPool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMComputerSystemBase", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemPathParser", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceStartOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceStopOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "BootDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualSystemType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualSystemSubType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualSystemSubTypeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMComputerSystemSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationAuthenticationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMReplicationSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMReplicationRelationship", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDeviceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDriveController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDisketteController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMIdeController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMScsiProtocolController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDriveControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMScsiControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDisketteDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMHardDiskDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDvdDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMCDRomDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPhysicalCDRomDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDriveSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMIntegrationComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMIntegrationComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMTimeSyncComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMTimeSyncComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMHeartbeatComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMHeartbeatComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDataExchangeComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDataExchangeComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMShutdownComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMShutdownComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMVssIntegrationComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMVssIntegrationComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMGuestServiceInterfaceComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMGuestServiceInterfaceComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMKeyboard", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMemory", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMemorySetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationNetworkSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMMigrationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMMigrationTransportType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMPlannedComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMProcessor", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMProcessorSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPhysicalProcessor", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSerialPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSerialPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMExportSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SnapshotExportMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSnapshotService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IReplicationService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "RecoveryAuthenticationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InitialReplicationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFailoverReplicationServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFailoverReplicationAuthorizationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSerialController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSerialControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMTaskStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "JobTypeId", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMTask", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationTask", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMTaskAssociationObject", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMVideo", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMVideoSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ManagementPathEqualityComparer", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "MsvmError", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "MsvmErrorParser", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ValidationErrorId", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ReplicationStatistics", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ReplicationHealthInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VmmsMessageId", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationHealthConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ReplicationStatisticsParser", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SummaryInformationRequest", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SummaryInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskConstants", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskFormat", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskSettingDataParser", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskStateParser", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemHealthState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationHealth", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationInterval", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ReplicationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EnhancedSessionModeStateType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemStateUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemStateConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationModeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationStateConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EnhancedSessionModeStateTypeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMIntegrationComponentOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMHeartbeatStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMIntegrationComponentStatusUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMIntegrationComponentOperationalStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMHeartbeatStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMDeviceSettingType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "WmiBaseProperties", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "WmiClassNames", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "NoWmiMappingException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "KeyAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "WmiNameAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "NoWmiMappingAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FrequentlyChangingAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "CompletedTask", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "Capabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SettingsDefineCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ObjectLocator", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InstanceModificationEventStrategy", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ConnectionManager", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "Server", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InstanceEventManager", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "CancelTaskFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ClassDefinitionMismatchException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerSideErrorCode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ClientSideErrorCode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InvalidWmiValueException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ObjectNotFoundException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerCallFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerCallFailedReason", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerConnectionException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerConnectionIssue", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerObjectDeletedException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceMethodException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceMethodError", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualizationManagementException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualizationOperationFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ValidateVirtualHardDiskException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualizationOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IMSClusterResourceBase", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterVMResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterReplicaBrokerResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterCapResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterCluster", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterNode", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "MSClusterResourceState", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "MSClusterNodeState", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "SettingApplyException", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "OrganizedSwitchPorts", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "NetworkingDataHelper", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "FcPortStatus", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "SettingsDialogBase", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "VirtualizationSettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "VirtualizationSingleSettingDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "RecoveryConfigurationDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "VMSettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "NetworkManagerDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "StorageManagerDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "SettingId", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "ImageLabel", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + }, + { + "Name": "EnhancedCheckBoxState", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + }, + { + "Name": "DataGridViewEnhancedCheckboxColumn", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + }, + { + "Name": "DataGridViewEnhancedCheckBoxCell", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + }, + { + "Name": "ConnectForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ResumeExtendedReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "InitializeReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "RemoveReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ResynchronizeReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "FailoverForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "PlannedFailoverForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ImportReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ReplicationMonitoringForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "BaseFormViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "BaseListView", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "OperationResult", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "FailoverReplicationNonUIActionPerformer", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ServerNodeViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "SnapInNodeViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "StartPageHeader", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "BrowserSnapInInstaller", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "DelegateInvoker", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "WizardUtilities", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "WizardsConfiguration", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "VMWizardForm", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "SummaryDescriptionControl", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "SummaryInfo", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "ReplicationWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Replication" + }, + { + "Name": "NewVirtualMachineWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVM" + }, + { + "Name": "NewVirtualHardDiskWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVhd" + }, + { + "Name": "MoveWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + }, + { + "Name": "IconType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + }, + { + "Name": "StorageMoveType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + }, + { + "Name": "VMMoveType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + }, + { + "Name": "ImportFileUtilities", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" + }, + { + "Name": "ImportWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" + }, + { + "Name": "EditVirtualHardDiskWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.EditVhd" + }, + { + "Name": "BranchPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "ConfirmationPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "TitleType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "ButtonType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "OrientationPanelStepMode", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "FiniteProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "InfiniteProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "ProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "SummaryPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardActionStatus", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardAction", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardForm", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardFrameworkException", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "FixupWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" + }, + { + "Name": "FixupErrorsGroupbox", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" + }, + { + "Name": "SettingWithNoDefaultNotFoundException", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "LocalStorageProvider", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "Confirmations", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ConfirmationData", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "CommonConfiguration", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VmState", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "VmReplicationState", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "HyperVAssemblyVersion", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "HyperVObjectFactory", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "IOperationResult", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "IFailoverReplicationNonUIActionPerformer", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "IVMConnectCommunicator", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "IForm", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "IControl", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "ISettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "INewVirtualMachineWizard", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "IWizard", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "VirtualizationException", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "WindowsCredential", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "HyperVOSVersion", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "HyperVComponent", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "IServer", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "IUserPassCredential", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "IWindowsCredential", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "UserPassCredential", + "Namespace": "Microsoft.Virtualization.Client.Common" + }, + { + "Name": "FileUtilities", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "ImportFileUtilities", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMTraceLevels", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMTraceTagFormatLevels", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "VMTrace", + "Namespace": "Microsoft.Virtualization.Client" + }, + { + "Name": "CancelTaskFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ClassDefinitionMismatchException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerSideErrorCode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ClientSideErrorCode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InvalidWmiValueException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ObjectNotFoundException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerCallFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerCallFailedReason", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerConnectionException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerConnectionIssue", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerObjectDeletedException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceMethodException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceMethodError", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualizationManagementException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualizationOperationFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ValidateVirtualHardDiskException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualizationOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FrequentlyChangingAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "KeyAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "WmiNameAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "DataExchangeItem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EmbeddedInstance", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ResourceContext", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EnumResourceConverter`1", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IAssignableDeviceService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ICollectionManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IDataFile", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWin32Directory", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IDeleteable", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IDeleteableAsync", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualEthernetSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEmulatedEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISyntheticEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IInternalEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IExternalNetworkPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IExternalEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWiFiPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IExternalEthernetPortCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEmulatedEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISyntheticEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetPortAllocationSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetConnectionAllocationRequest", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualEthernetSwitchPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IGuestNetworkAdapterConfiguration", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EthernetSwitchExtensionType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchExtensionBase", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchExtension", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IInstalledEthernetSwitchExtension", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EthernetFeatureType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VlanOperationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "PrivateVlanMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SwitchPortMonitorMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "AclDirection", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "AclAction", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "AclAddressType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "AclApplicability", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IsolationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IovInterruptModerationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchFeatureService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchBandwidthFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchNicTeamingFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchOffloadFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortBandwidthFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortAclFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortExtendedAclFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortIsolationFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortSecurityFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortOffloadFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortRoutingDomainFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortRdmaFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortTeamMappingFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortVlanFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetFeatureCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetPortStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortOffloadStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchPortBandwidthStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchOffloadStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchBandwidthStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetSwitchOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMNetworkAdapterProtocolType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFailoverNetworkAdapterSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IReplicationService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "RecoveryAuthenticationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InitialReplicationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFailoverReplicationServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFailoverReplicationAuthorizationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualFcSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IExternalFcPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFibreChannelPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IHostClusterComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IHostComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputersSystemCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMVirtualizationTaskCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IHostComputerSystemBase", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IHostNumaNode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "CollectionType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IHyperVCollection", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IImageManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IInteractiveSessionAccess", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMLanEndpointOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ILanEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWiFiEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVlanEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IManagementCollection", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "MetricType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IMetricDefinition", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IBaseMetricDefinition", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IAggregationMetricDefinition", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IMeasuredElementToMetricDefinitionAssociation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IMetricMeasurableElement", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "MetricEnabledState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IMetricService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IMetricServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IMetricValue", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IBaseMetricValue", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IAggregationMetricValue", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IMountedStorageImage", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPutable", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPutableAsync", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IProcessorResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISynth3dVideoResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IGpuPartitionResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFibreChannelResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IEthernetConnectionResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPciExpressResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IResourcePoolSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IResourcePoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IGsmPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPciExpressPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFcPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualDiskPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualDiskResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IResourcePoolConfigurationService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SummaryInformationRequest", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISummaryInformationPropertiesBase", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISummaryInformationProperties", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISummaryInformationBase", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISummaryInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ISummaryInformationSnapshot", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ITerminalConnection", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ITerminalService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ITerminalServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualDisk", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualDiskSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "BandwidthReservationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualEthernetSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualEthernetSwitchSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IFcEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualFcSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualizationManagementObject", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualSwitchManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVirtualEthernetSwitchManagementCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMAssignableDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMAssignableDeviceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMBattery", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMBatterySetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMBios", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "BootEntryType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMBootEntry", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMCollection", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SnapshotCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "KvpItemPool", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMComputerSystemBase", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceStartOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServiceStopOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "CriticalErrorAction", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "BootDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualSystemType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualSystemSubType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ConsoleModeType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMMemoryBoundValues", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMVpCountBoundValues", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMConfigurationVersion", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualSystemSubTypeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMComputerSystemSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationAuthenticationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMReplicationSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMReplicationRelationship", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDeviceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDisketteDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMHardDiskDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDvdDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMCDRomDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPhysicalCDRomDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMKeyStorageDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDriveSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDriveController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDisketteController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMIdeController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMScsiProtocolController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMPmemController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDriveControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMScsiControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMPmemControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMGpuPartitionAdapter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMGpuPartitionAdapterSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPartitionableGpu", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMIntegrationComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMIntegrationComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMTimeSyncComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMTimeSyncComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMHeartbeatComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMHeartbeatComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDataExchangeComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMDataExchangeComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMShutdownComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMShutdownComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMVssComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMVssIntegrationComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMGuestServiceInterfaceComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMGuestServiceInterfaceComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMGuestFileService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMKeyboard", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMemory", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMemorySetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationNetworkSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMMigrationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMMigrationTransportType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMPlannedComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMProcessor", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMProcessorSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IPhysicalProcessor", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMRdvComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMS3DisplayController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMS3DisplayControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSecurityInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSecurityService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSecuritySetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSerialController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSerialControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSerialPort", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSerialPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMServiceCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMExportSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SnapshotExportMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "CaptureLiveStateMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SecureBootTemplate", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSnapshotService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMStorageSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSynthetic3DService", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVM3dVideoPhysical3dGPU", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSynthetic3DDisplayController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSynthetic3DDisplayControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSyntheticDisplayController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSyntheticDisplayControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSyntheticKeyboardController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSyntheticKeyboardControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSyntheticMouseController", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMSyntheticMouseControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMTaskStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "JobTypeId", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMTask", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMMigrationTask", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IVMTaskAssociationObject", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWin32ComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWin32DiskDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWin32DiskPartition", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "IWin32LogicalDisk", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "MoveUnmanagedVhd", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "MsvmError", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ValidationErrorId", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ReplicationAuthorizationEntry", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ReplicationStatistics", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ReplicationHealthInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VmmsMessageId", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationHealthConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VHDSetAdditionalInformationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VHDSetInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VHDSnapshotAdditionalInformationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VHDSnapshotInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskConstants", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskFormat", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskPmemAddressAbstractionType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualHardDiskState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VirtualizationManagementObjectEqualityComparer`1", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemHealthState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationHealth", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationInterval", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationState", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ReplicationType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EnhancedSessionModeStateType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemStateUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMComputerSystemStateConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationModeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "FailoverReplicationStateConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "EnhancedSessionModeStateTypeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMDeviceSettingType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMIntegrationComponentOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMHeartbeatStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMIntegrationComponentStatusUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMIntegrationComponentOperationalStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMHeartbeatStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMProcessorOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMProcessorStatusUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMProcessorOperationalStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "NetworkConnectionDiagnosticSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "NetworkConnectionDiagnosticInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "WmiBaseProperties", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "WmiClassNames", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "NoWmiMappingException", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ObjectLocator", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "CompletedTask", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ManagementDateTimeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "NumberConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "Capabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SettingsDefineCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "SummaryInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VMDismountSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ReplicationRelationshipType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "UserSnapshotType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ResolutionType", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ICimClass", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ICimInstance", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ICimSession", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InstanceModificationEventStrategy", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InstanceEventManager", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InstanceEventArrivedArgs", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "InstanceEventArrivedHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "WmiNamespaceVersion", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "Server", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ServerNames", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "KeyValueDictionary", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "WmiObjectPath", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ClusterUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VmMemoryBounds", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VmMemoryUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VpCountBoundValues", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "VmProcessorUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "KdsUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "NetworkingUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "RemoteFXUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "Synth3DResolution", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "Synth3DVramSize", + "Namespace": "Microsoft.Virtualization.Client.Management" + }, + { + "Name": "ClusterVerifyPathResult", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterCluster", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterNode", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterVMOrConfigurationResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterVMResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterVMConfigurationResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterWmiProviderResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterReplicaBrokerResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterCapResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterResourceBase", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "IMSClusterResourceGroup", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + }, + { + "Name": "SettingApplyException", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "OrganizedSwitchPorts", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "NetworkingDataHelper", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "FcPortStatus", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "SettingsDialogBase", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "VirtualizationSettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "VirtualizationSingleSettingDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "RecoveryConfigurationDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "VMSettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "NetworkManagerDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "StorageManagerDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "SettingId", + "Namespace": "Microsoft.Virtualization.Client.Settings" + }, + { + "Name": "ImageLabel", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + }, + { + "Name": "EnhancedCheckBoxState", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + }, + { + "Name": "DataGridViewEnhancedCheckboxColumn", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + }, + { + "Name": "DataGridViewEnhancedCheckBoxCell", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + }, + { + "Name": "ConnectForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ResumeExtendedReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "InitializeReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "RemoveReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ResynchronizeReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "FailoverForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "PlannedFailoverForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ImportReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ReplicationMonitoringForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "BaseFormViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "BaseListView", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "OperationResult", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "FailoverReplicationNonUIActionPerformer", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "ServerNodeViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "SnapInNodeViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "StartPageHeader", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "BrowserSnapInInstaller", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "DelegateInvoker", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + }, + { + "Name": "WizardUtilities", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "WizardsConfiguration", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "VMWizardForm", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "SummaryDescriptionControl", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "SummaryInfo", + "Namespace": "Microsoft.Virtualization.Client.Wizards" + }, + { + "Name": "ShareWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMShareWizard" + }, + { + "Name": "ReplicationWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Replication" + }, + { + "Name": "NewVirtualMachineWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVM" + }, + { + "Name": "WizardStrings", + "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVM" + }, + { + "Name": "NewVirtualHardDiskWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVhd" + }, + { + "Name": "MoveWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + }, + { + "Name": "IconType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + }, + { + "Name": "StorageMoveType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + }, + { + "Name": "VMMoveType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + }, + { + "Name": "ImportWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" + }, + { + "Name": "EditVirtualHardDiskWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.EditVhd" + }, + { + "Name": "BranchPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "ConfirmationPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "TitleType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "ButtonType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "OrientationPanelStepMode", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "FiniteProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "InfiniteProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "ProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "SummaryPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardActionStatus", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardAction", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardForm", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardFrameworkException", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "WizardPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + }, + { + "Name": "FixupWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" + }, + { + "Name": "FixupErrorsGroupbox", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" + }, + { + "Name": "Collection", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "ControlChars", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Conversion", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "DateAndTime", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "ErrObject", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "FileSystem", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Financial", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "VariantType", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "AppWinStyle", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "CallType", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "CompareMethod", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "DateFormat", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "FirstDayOfWeek", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "FileAttribute", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "FirstWeekOfYear", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "VbStrConv", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "TriState", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "DateInterval", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "DueDate", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "OpenMode", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "OpenAccess", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "OpenShare", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "TabInfo", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "SpcInfo", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "MsgBoxResult", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "MsgBoxStyle", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "VBFixedStringAttribute", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "VBFixedArrayAttribute", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "ComClassAttribute", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "MyGroupCollectionAttribute", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "HideModuleNameAttribute", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Globals", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Information", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Interaction", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Strings", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Constants", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "VBMath", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "ApplicationBase", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "AssemblyInfo", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "ConsoleApplicationBase", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "User", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "BuiltInRole", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "BuiltInRoleConverter", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "WebUser", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "AuthenticationMode", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "ShutdownMode", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "UnhandledExceptionEventArgs", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "StartupEventArgs", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "StartupNextInstanceEventArgs", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "StartupEventHandler", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "StartupNextInstanceEventHandler", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "ShutdownEventHandler", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "UnhandledExceptionEventHandler", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "NoStartupFormException", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "CantStartSingleInstanceException", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "WindowsFormsApplicationBase", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" + }, + { + "Name": "AudioPlayMode", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "Audio", + "Namespace": "Microsoft.VisualBasic.Devices" + }, + { + "Name": "Clock", + "Namespace": "Microsoft.VisualBasic.Devices" + }, + { + "Name": "Computer", + "Namespace": "Microsoft.VisualBasic.Devices" + }, + { + "Name": "ComputerInfo", + "Namespace": "Microsoft.VisualBasic.Devices" + }, + { + "Name": "Keyboard", + "Namespace": "Microsoft.VisualBasic.Devices" + }, + { + "Name": "Mouse", + "Namespace": "Microsoft.VisualBasic.Devices" + }, + { + "Name": "NetworkAvailableEventArgs", + "Namespace": "Microsoft.VisualBasic.Devices" + }, + { + "Name": "NetworkAvailableEventHandler", + "Namespace": "Microsoft.VisualBasic.Devices" + }, + { + "Name": "Network", + "Namespace": "Microsoft.VisualBasic.Devices" + }, + { + "Name": "Ports", + "Namespace": "Microsoft.VisualBasic.Devices" + }, + { + "Name": "ServerComputer", + "Namespace": "Microsoft.VisualBasic.Devices" + }, + { + "Name": "FileSystem", + "Namespace": "Microsoft.VisualBasic.FileIO" + }, + { + "Name": "DeleteDirectoryOption", + "Namespace": "Microsoft.VisualBasic.FileIO" + }, + { + "Name": "RecycleOption", + "Namespace": "Microsoft.VisualBasic.FileIO" + }, + { + "Name": "SearchOption", + "Namespace": "Microsoft.VisualBasic.FileIO" + }, + { + "Name": "UICancelOption", + "Namespace": "Microsoft.VisualBasic.FileIO" + }, + { + "Name": "UIOption", + "Namespace": "Microsoft.VisualBasic.FileIO" + }, + { + "Name": "MalformedLineException", + "Namespace": "Microsoft.VisualBasic.FileIO" + }, + { + "Name": "SpecialDirectories", + "Namespace": "Microsoft.VisualBasic.FileIO" + }, + { + "Name": "TextFieldParser", + "Namespace": "Microsoft.VisualBasic.FileIO" + }, + { + "Name": "FieldType", + "Namespace": "Microsoft.VisualBasic.FileIO" + }, + { + "Name": "BooleanType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ByteType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "CharType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "CharArrayType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Conversions", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ShortType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "IntegerType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "InternalXmlHelper", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "LongType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "SingleType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "DoubleType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "DateType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "DecimalType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "FlowControl", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ObjectFlowControl", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "StringType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ObjectType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Operators", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "LikeOperator", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ExceptionUtils", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "InternalErrorException", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Utils", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "LateBinding", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "ProjectData", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "NewLateBinding", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "StaticLocalInitFlag", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "IncompleteInitialization", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "IVbHost", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "HostServices", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "StandardModuleAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "OptionTextAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "OptionCompareAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "DesignerGeneratedAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Versioned", + "Namespace": "Microsoft.VisualBasic.CompilerServices" + }, + { + "Name": "Log", + "Namespace": "Microsoft.VisualBasic.Logging" + }, + { + "Name": "AspLog", + "Namespace": "Microsoft.VisualBasic.Logging" + }, + { + "Name": "LogFileLocation", + "Namespace": "Microsoft.VisualBasic.Logging" + }, + { + "Name": "LogFileCreationScheduleOption", + "Namespace": "Microsoft.VisualBasic.Logging" + }, + { + "Name": "DiskSpaceExhaustedOption", + "Namespace": "Microsoft.VisualBasic.Logging" + }, + { + "Name": "FileLogTraceListener", + "Namespace": "Microsoft.VisualBasic.Logging" + }, + { + "Name": "ClipboardProxy", + "Namespace": "Microsoft.VisualBasic.MyServices" + }, + { + "Name": "FileSystemProxy", + "Namespace": "Microsoft.VisualBasic.MyServices" + }, + { + "Name": "RegistryProxy", + "Namespace": "Microsoft.VisualBasic.MyServices" + }, + { + "Name": "SpecialDirectoriesProxy", + "Namespace": "Microsoft.VisualBasic.MyServices" + }, + { + "Name": "ContextValue`1", + "Namespace": "Microsoft.VisualBasic.MyServices.Internal" + }, + { + "Name": "DriveListBox", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "DirListBox", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "FileListBox", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ListBoxItem", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "FixedLengthString", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "Support", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebItemNameNotOptional", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebItemAssociatedWebClassNotOptional", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebItemCouldNotLoadEmbeddedResource", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebItemCouldNotLoadTemplateFile", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebItemUnexpectedErrorReadingTemplateFile", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebItemTooManyNestedTags", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebItemClosingTagNotFound", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebItemNoTemplateSpecified", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebItem", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebClassNextItemCannotBeCurrentWebItem", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebClassUserWebClassNameNotOptional", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebClassWebClassFileNameNotOptional", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebClassContainingClassNotOptional", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebClassNextItemRespondNotFound", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebClassCouldNotFindEvent", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebClassWebItemNotValid", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebClass", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ZOrderConstants", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ShiftConstants", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "MouseButtonConstants", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "FormShowConstants", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "LoadResConstants", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ScaleMode", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "BaseControlArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "DriveListBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "DirListBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "FileListBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "BaseOcxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ButtonArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "CheckBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "CheckedListBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ColorDialogArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ComboBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "FontDialogArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "GroupBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "HScrollBarArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ImageListArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "LabelArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ListBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ListViewArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "MaskedTextBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "MenuItemArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ToolStripMenuItemArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "OpenFileDialogArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "PanelArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "PictureBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ProgressBarArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "PrintDialogArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "RadioButtonArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "RichTextBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "SaveFileDialogArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "StatusBarArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "StatusStripArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "TabControlArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "TextBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "TimerArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ToolBarArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ToolStripArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "TreeViewArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "VScrollBarArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "WebBrowserArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "SRDescriptionAttribute", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "MBindingCollection", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "BindingCollectionEnumerator", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IDataFormatDisp", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "DBinding", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "UpdateMode", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "DBindingCollection", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "UGUID", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "UNAME", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "DBKINDENUM", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "DBID", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "DBCOLUMNINFO", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "DBBINDING", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IRowPosition", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IRowset", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IRowsetChange", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IRowPositionChange", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IRowsetNotify", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "DBPROPIDSET", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IColumnsInfo", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IRowsetInfo", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IRowsetIdentity", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IAccessor", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IChapteredRowset", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IDataFormat", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IConnectionPoint", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IConnectionPointContainer", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "CONNECTDATA", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IEnumConnections", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IEnumConnectionPoints", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "MBinding", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ADODC", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "ADODCArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "BaseDataEnvironment", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + }, + { + "Name": "IsCXXReferenceModifier", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "IsConstModifier", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "IsLongModifier", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "IsVolatileModifier", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "IsSignedModifier", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "NoSignSpecifiedModifier", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "NeedsCopyConstructorModifier", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "DecoratedNameAttribute", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "MiscellaneousBitsAttribute", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "DebugInfoInPDBAttribute", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "IBidirectionalContainer`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "IRandomAccessContainer`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "INode`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "IBaseIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "IInputIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "IOutputIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "IForwardIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "IBidirectionalIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "IRandomAccessIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "ReverseBidirectionalIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "ConstReverseBidirectionalIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "ReverseRandomAccessIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "ConstReverseRandomAccessIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "ContainerBidirectionalIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "ConstContainerBidirectionalIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "ContainerRandomAccessIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "ConstContainerRandomAccessIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" + }, + { + "Name": "IDeque`1", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "DequeEnumeratorBase`1", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "DequeEnumerator`1", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "UnaryDelegate`2", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "BinaryDelegate`3", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "IList`1", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "ListEnumeratorBase`1", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "ListEnumerator`1", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "IQueue`2", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "IPriorityQueue`2", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "IStack`2", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "GenericPair`2", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "IVector`1", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "VectorEnumeratorBase`1", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "VectorEnumerator`1", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "IHash`2", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "HashEnumeratorBase`2", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "HashEnumerator`2", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "ITree`2", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "TreeEnumeratorBase`2", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "TreeEnumerator`2", + "Namespace": "Microsoft.VisualC.StlClr" + }, + { + "Name": "VSCodeProvider", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "VSCodeProvider14", + "Namespace": "Microsoft.VisualC" + }, + { + "Name": "VSColorTable", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "IVsToolboxService", + "Namespace": "Microsoft.VisualStudio.Toolbox" + }, + { + "Name": "IVsToolboxService2", + "Namespace": "Microsoft.VisualStudio.Toolbox" + }, + { + "Name": "ToolboxItemCreator", + "Namespace": "Microsoft.VisualStudio.Toolbox" + }, + { + "Name": "ToolboxItemDiscovery", + "Namespace": "Microsoft.VisualStudio.Toolbox" + }, + { + "Name": "ToolboxItemDiscoveryHelper", + "Namespace": "Microsoft.VisualStudio.Toolbox" + }, + { + "Name": "IVsAddToolboxItems", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsConfigureToolboxItem", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDataObjectStringMapManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsFrameworkMultiTargeting", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsStringMap", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShell5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDataObjectStringMapManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsFrameworkMultiTargeting", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__THEMEDCOLORTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "ApplicationDesignerEditorFactory", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "ApplicationDesignerLoader", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "ApplicationDesignerPanel", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "ApplicationDesignerRootComponent", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "ApplicationDesignerRootDesigner", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "ApplicationDesignerView", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "ApplicationDesignerWindowPane", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "ApplicationDesignerWindowPaneControl", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "CmdTargetHelper", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "CustomViewProvider", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "CustomDocumentMonikerProvider", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "DeferrableWindowPaneProviderService", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "ProjectDesignerTabButton", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "ProjectDesignerTabControl", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "ProjectDesignerTabRenderer", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "ErrorControlCustomViewProvider", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "IVsEditWindowNotify", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "PropertyPageInfo", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "IPropertyPageSiteOwner", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "PropertyPageSite", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "SpecialFileCustomView", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "SpecialFileCustomViewProvider", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "SpecialFileCustomDocumentMonikerProvider", + "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + }, + { + "Name": "Constants", + "Namespace": "Microsoft.VisualStudio.Editors" + }, + { + "Name": "BaseDialog", + "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + }, + { + "Name": "BaseRootDesigner", + "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + }, + { + "Name": "DesignerMenuCommand", + "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + }, + { + "Name": "CheckCommandStatusHandler", + "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + }, + { + "Name": "DesignerMessageBox", + "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + }, + { + "Name": "DeferrableWindowPaneProviderServiceBase", + "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + }, + { + "Name": "ErrorControl", + "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + }, + { + "Name": "SourceCodeControlManager", + "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + }, + { + "Name": "InternalException", + "Namespace": "Microsoft.VisualStudio.Editors.Package" + }, + { + "Name": "ILangInactiveCfgPropertyNotifySink", + "Namespace": "Microsoft.VisualStudio.Editors.AppDesInterop" + }, + { + "Name": "CAUUIDMarshaler", + "Namespace": "Microsoft.VisualStudio.Editors.AppDesInterop" + }, + { + "Name": "ILangPropertyProvideBatchUpdate", + "Namespace": "Microsoft.VisualStudio.Editors.AppDesInterop" + }, + { + "Name": "CorMetaDataDispenser", + "Namespace": "Microsoft.VisualStudio.Editors.AppDesInterop" + }, + { + "Name": "win", + "Namespace": "Microsoft.VisualStudio.Editors.AppDesInterop" + }, + { + "Name": "IVBPackage", + "Namespace": "Microsoft.VisualStudio.Editors" + }, + { + "Name": "VBPackageUtils", + "Namespace": "Microsoft.VisualStudio.Editors" + }, + { + "Name": "MyApplicationPropertiesBase", + "Namespace": "Microsoft.VisualStudio.Editors.MyApplication" + }, + { + "Name": "ConfigurationState", + "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + }, + { + "Name": "DeferrableWindowPaneProviderService", + "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + }, + { + "Name": "MultipleValuesStore", + "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + }, + { + "Name": "PropertyPagePropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + }, + { + "Name": "PropertyPageSerializationService", + "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + }, + { + "Name": "PropPageDesignerDocData", + "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + }, + { + "Name": "PropPageDesignerEditorFactory", + "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + }, + { + "Name": "PropPageDesignerLoader", + "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + }, + { + "Name": "PropPageDesignerRootComponent", + "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + }, + { + "Name": "PropPageDesignerRootDesigner", + "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + }, + { + "Name": "PropPageDesignerView", + "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + }, + { + "Name": "PropPageDesignerWindowPane", + "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + }, + { + "Name": "ChildPageSite", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "ControlDataFlags", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "HiddenIfMissingPropertyControlData", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "ProjectReloadedException", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "PropertyControlData", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "PropertyListener", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "PropertyPageException", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "IPropertyPageInternal", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "IPropertyPageSiteInternal", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "PROPPAGESTATUS", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "PropPageBase", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "VBPropPageBase", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "PropPageHostDialog", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "PropPageUserControlBase", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "SKUMatrix", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "ValidationResult", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "VSProductSKU", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "VSThemedLinkLabel", + "Namespace": null + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "AttributeHelper", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "MetadataHostEnvironment", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "GlobalLock", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMetadataReaderHost", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "MetadataReaderHost", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "InternFactory", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "NameTable", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "GlobalAssemblyCache", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "AssemblyName", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "MemberHelper", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "MethodReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "SimpleParameterTypeInformation", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "GenericMethodParameterInformationComparer", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ParameterInformationComparer", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "SignatureFormatter", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ClrOperandStackType", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ClrHelper", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "NameFormattingOptions", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "TypeHelper", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "TypeNameFormatter", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "UnitHelper", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "MemoryMappedFile", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "UnmanagedBinaryMemoryBlock", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "BinaryDocument", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "BinaryLocation", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ILLocation", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "BaseMetadataTraverser", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "BaseMetadataVisitor", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "MetadataVisitor", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "MetadataTraverser", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ErrorEventArgs", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IBinaryDocument", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IBinaryDocumentMemoryBlock", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IBinaryLocation", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMetadataHost", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IContainer`1", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IContainerMember`1", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IDocument", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IErrorMessage", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMetadataObjectWithToken", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ITokenDecoder", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IScope`1", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IScopeMember`1", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IObjectWithLocations", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IILLocation", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMetadataLocation", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ILocation", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IInternFactory", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMetadataVisitor", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "Dummy", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMetadataConstant", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMetadataConstantContainer", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMetadataCreateArray", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMetadataExpression", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMetadataNamedArgument", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMetadataTypeOf", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "CallingConvention", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IEventDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IFieldDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IFieldReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "HandlerKind", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IOperationExceptionInformation", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ILocalDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMethodBody", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMethodDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IParameterDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IPropertyDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ISignature", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ITypeDefinitionMember", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ITypeMemberReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IAliasMember", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ISpecializedEventDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ISpecializedFieldDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ISpecializedFieldReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ISpecializedMethodDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ISpecializedMethodReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ISpecializedPropertyDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMethodReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IGenericMethodInstance", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IGenericMethodInstanceReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IGlobalFieldDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IGlobalMethodDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "Enumerable`1", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "Function`2", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "Function`3", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "Action`2", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IteratorHelper", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ObjectModelHelper", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IOperation", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ICustomAttribute", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IFileReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IResource", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IResourceReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "SecurityAction", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ISecurityAttribute", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMarshallingInformation", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IName", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INamedEntity", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INameTable", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "OperationCode", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IParameterListEntry", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "PInvokeCallingConvention", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IPlatformInvokeInformation", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IWin32Resource", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "OperationCheckFlags", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IPESection", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "PESectionCharacteristics", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "PESectionKind", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ISectionBlock", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INamespaceMember", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INamespaceRootOwner", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INestedUnitNamespace", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INestedUnitNamespaceReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INestedUnitSetNamespace", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INamespaceDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IRootUnitNamespace", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IRootUnitNamespaceReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IUnitNamespace", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IUnitNamespaceReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IUnitSetNamespace", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IRootUnitSetNamespace", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IAliasForType", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IArrayType", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IArrayTypeReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ICustomModifier", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IParameterTypeInformation", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IFunctionPointer", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IFunctionPointerTypeReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IGenericParameter", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IGenericParameterReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IGenericMethodParameter", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IGenericMethodParameterReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IGenericTypeInstance", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IGenericTypeInstanceReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IGenericTypeParameter", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IGenericTypeParameterReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INamedTypeReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INamedTypeDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INamespaceTypeDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INamespaceTypeReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INamespaceAliasForType", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INestedTypeDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INestedTypeReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "INestedAliasForType", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ISpecializedNestedTypeDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ISpecializedNestedTypeReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMethodImplementation", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IModifiedTypeReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IPlatformType", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IPointerType", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IPointerTypeReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IManagedPointerType", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IManagedPointerTypeReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ITypeDefinition", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ITypeReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "PrimitiveTypeCode", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "TypeMemberVisibility", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "TypeParameterVariance", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "LayoutKind", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "StringFormatKind", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ModuleKind", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IAssembly", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IAssemblyReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "Machine", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IModule", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IModuleReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IUnit", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IUnitReference", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IUnitSet", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "UnitIdentity", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "AssemblyIdentity", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "ModuleIdentity", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "UnitSetIdentity", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "IMetadataReaderErrorsReporter", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "PeReader", + "Namespace": "Microsoft.Cci" + }, + { + "Name": "MethodBodyDocument", + "Namespace": "Microsoft.Cci.MetadataReader" + }, + { + "Name": "DefaultWindowsRuntimeHost", + "Namespace": "Microsoft.Cci.MetadataReader" + }, + { + "Name": "WindowsRuntimeMetadataReaderHost", + "Namespace": "Microsoft.Cci.MetadataReader" + }, + { + "Name": "IDirectoryLocation", + "Namespace": "Microsoft.Cci.MetadataReader.Errors" + }, + { + "Name": "IMetadataStreamLocation", + "Namespace": "Microsoft.Cci.MetadataReader.Errors" + }, + { + "Name": "IMetadataLocation", + "Namespace": "Microsoft.Cci.MetadataReader.Errors" + }, + { + "Name": "HashHelper", + "Namespace": "Microsoft.Cci.UtilityDataStructures" + }, + { + "Name": "MultiHashtable`1", + "Namespace": "Microsoft.Cci.UtilityDataStructures" + }, + { + "Name": "MultiHashtable`2", + "Namespace": "Microsoft.Cci.UtilityDataStructures" + }, + { + "Name": "Hashtable`2", + "Namespace": "Microsoft.Cci.UtilityDataStructures" + }, + { + "Name": "HashtableForUintValues`1", + "Namespace": "Microsoft.Cci.UtilityDataStructures" + }, + { + "Name": "Hashtable`1", + "Namespace": "Microsoft.Cci.UtilityDataStructures" + }, + { + "Name": "HashtableUlong`1", + "Namespace": "Microsoft.Cci.UtilityDataStructures" + }, + { + "Name": "Hashtable", + "Namespace": "Microsoft.Cci.UtilityDataStructures" + }, + { + "Name": "DoubleHashtable", + "Namespace": "Microsoft.Cci.UtilityDataStructures" + }, + { + "Name": "DoubleHashtable`1", + "Namespace": "Microsoft.Cci.UtilityDataStructures" + }, + { + "Name": "SetOfObjects", + "Namespace": "Microsoft.Cci.UtilityDataStructures" + }, + { + "Name": "SetOfUints", + "Namespace": "Microsoft.Cci.UtilityDataStructures" + }, + { + "Name": "Sublist`1", + "Namespace": "Microsoft.Cci.UtilityDataStructures" + }, + { + "Name": "DummyArrayMethodReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "GenericMethodInstance", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "GenericMethodInstanceReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "GenericMethodParameterReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedEventDefinition", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedFieldDefinition", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedFieldReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedGenericMethodParameter", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedMethodDefinition", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedMethodImplementation", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedMethodReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedParameterDefinition", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedPropertyDefinition", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedTypeDefinitionMember`1", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "AssemblyReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "BaseTypeReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "ModuleReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "NamespaceTypeReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "NestedUnitNamespaceReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "PlatformType", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "RootUnitNamespaceReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "ArrayType", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "CustomModifier", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "FunctionPointerType", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "GenericTypeInstance", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "GenericTypeInstanceReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "ManagedPointerType", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "Matrix", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "PointerType", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "ModifiedPointerType", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "ModifiedTypeReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "Scope`1", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedGenericParameter`1", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedGenericTypeParameter", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedNestedTypeDefinition", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SpecializedNestedTypeReference", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "SystemDefinedStructuralType", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "Vector", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "UnitSet", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "AggregatedNamespace`2", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "AggregatedScope`3", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "RootUnitSetNamespace", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "UnitSetNamespace", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "NestedUnitSetNamespace", + "Namespace": "Microsoft.Cci.Immutable" + }, + { + "Name": "CallingConventions", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "IArrayTypeNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "IDelegateNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "IEventNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "IFieldNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "IFunctionPointerNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "ILocalNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "IMemberNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "IMethodNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "IModuleNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "INode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "INodeCollection`1", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "IParameterNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "IPointerNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "IPropertyNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "IReferenceNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "IResource", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "ITypeModifierNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "ITypeNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "ITypeParameterNode", + "Namespace": "Microsoft.FxCop.Sdk.INodes" + }, + { + "Name": "CodeAnalysisException", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + }, + { + "Name": "CodeAnalysisBooleanSwitch", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + }, + { + "Name": "CodeAnalysisSwitch", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + }, + { + "Name": "CodeAnalysisTraceSwitch", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + }, + { + "Name": "PlatformInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + }, + { + "Name": "PlatformDisplayNameOptions", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + }, + { + "Name": "SourceLanguage", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + }, + { + "Name": "InvalidRuleSetException", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" + }, + { + "Name": "IncludeAll", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" + }, + { + "Name": "RuleObject", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" + }, + { + "Name": "RuleObjectCollection", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" + }, + { + "Name": "RuleAction", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" + }, + { + "Name": "RuleReference", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" + }, + { + "Name": "RuleReferenceCollection", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" + }, + { + "Name": "RuleSet", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" + }, + { + "Name": "FailedToLoadRuleSetHandler", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" + }, + { + "Name": "RuleSetInclude", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" + }, + { + "Name": "RuleSetIncludeCollection", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" + }, + { + "Name": "BaseCategoryAttribute", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "BaseRuleAttribute", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "CategoryAttribute", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "CategoryInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "LocalizedCategoryAttribute", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "LocalizedResourceNameAttribute", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "ComponentInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "Discovery", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "ExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "ExtensionInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "FixCategories", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "ICategoryInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "ILocalizableAttribute", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "IRuleInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "IRuleInfo2", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "Loader", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "LocalizedRuleAttribute", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "MetadataComponentAttribute", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "MetadataComponentInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "MessageLevel", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "RuleAttribute", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "RuleId", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "RuleInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "RuleInfoCollection", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "RuleInfoProvider", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "ServiceAttribute", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "ServiceInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "DesignCategory", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "GlobalizationCategory", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "InteroperabilityCategory", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "MaintainabilityCategory", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "MobilityCategory", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "NamingCategory", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "PerformanceCategory", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "PortabilityCategory", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "ReliabilityCategory", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "SecurityCategory", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "UsageCategory", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "UncategorizedCategory", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + }, + { + "Name": "AnalysisMessage", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "AnalysisResult", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "AnalysisResultException", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "AnalysisResultReaderState", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "AnalysisResultReader", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "AnalysisResultReaderOptions", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "AnalysisUnit", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "CPlusPlusLanguageInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "CSharpLanguageInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "CustomDataNode", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "FunctionCall", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "Keyword", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "InvalidAnalysisResultException", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "KeyEvent", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "LanguageFormatProvider", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "MessageTarget", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "SourceLocation", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "SourceLanguageInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "UnknownSourceLanguageInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "VBLanguageInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + }, + { + "Name": "CodeAnalysisCategoryInfo", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + }, + { + "Name": "ICodeAnalysisEventArgs", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + }, + { + "Name": "TargetType", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + }, + { + "Name": "ManagedTargetType", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + }, + { + "Name": "NativeTargetType", + "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + }, + { + "Name": "CodeSenseTraceSources", + "Namespace": "Microsoft.VisualStudio.CodeSense" + }, + { + "Name": "DataPoint`1", + "Namespace": "Microsoft.VisualStudio.CodeSense" + }, + { + "Name": "DataPointViewModelProvider`1", + "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + }, + { + "Name": "IReusableDescriptorComparisonCache", + "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + }, + { + "Name": "ProgressReportingOption", + "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + }, + { + "Name": "DataPointViewModel", + "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + }, + { + "Name": "DataPointViewModelProviderAttribute", + "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + }, + { + "Name": "DetailsTemplateProvider", + "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + }, + { + "Name": "DetailsTemplateProviderAttribute", + "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + }, + { + "Name": "GlyphDataPointViewModel", + "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + }, + { + "Name": "GlyphDataPointViewModelProvider`1", + "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + }, + { + "Name": "IntDataPointViewModel", + "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + }, + { + "Name": "IReusableDescriptor", + "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + }, + { + "Name": "Tagger`1", + "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + }, + { + "Name": "TaggerProvider`1", + "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "EditorUtilities", + "Namespace": "Microsoft.VisualStudio.CodeSense.Common" + }, + { + "Name": "ClearTypeGridViewRowPresenter", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "TreeNodeExpander", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "IExpandableItem", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "ExpandableListViewItem", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "ExpandableListView", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "CodeSenseColors", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "ConverterHelper", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "TrueToVisibleConverter", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "IsParentConverter", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "IsNullConverter", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "DateTimeToStringConverter", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "GridViewColumnStarWidthConverter", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "SumToLeftInsetConverter", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "IndentLevelToLeftMarginConverter", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "DropDownLink", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "DropDownLinkCommand", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "CodeSenseResources", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "TextLink", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "TextBlockLink", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "SharedResources", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "WpfUtilities", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "SelectorExtensions", + "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + }, + { + "Name": "__VSNEWDOCUMENTSTATE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IComponentModel2", + "Namespace": "Microsoft.VisualStudio.ComponentModelHost" + }, + { + "Name": "DefGuidList", + "Namespace": "Microsoft.VisualStudio.ComponentModelHost" + }, + { + "Name": "IComponentModel", + "Namespace": "Microsoft.VisualStudio.ComponentModelHost" + }, + { + "Name": "SComponentModel", + "Namespace": "Microsoft.VisualStudio.ComponentModelHost" + }, + { + "Name": "ITelemetryIdProvider`1", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "SingletonBaseMetadataAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "MultipleBaseMetadataAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "BaseDefinitionAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "DisplayNameAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IOrderable", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IPropertyOwner", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "NameAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "OrderAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "Orderer", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "PropertyCollection", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "FileExtensionToContentTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "FileExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IContentTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IContentTypeDefinitionSource", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IContentTypeRegistryService", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IFileExtensionRegistryService", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ContentTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ContentTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IContentType", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ClipboardObject", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataAsyncCommand", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataClientObject`1", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataCommand", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataConnectionClientService`1", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataConnectionEquivalencyComparer", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataConnectionPromptDialog", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataConnectionProperties", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataConnectionSupport", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataConnectionUIConnector", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataConnectionUIControl", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataDefaultObject", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataMappedObject", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataMappedObjectConverter", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataMenuCommand", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataObjectIdentifierConverter", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataObjectIdentifierResolver", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataObjectMemberComparer", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataObjectSelector", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataObjectSupport", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataParameter", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataProviderObjectFactory", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataReader", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataSiteableObject`1", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataSiteableServiceProvider`1", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataSourceInformation", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataSourceSpecializer", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataSourceVersionComparer", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataSpecifier", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataSupport", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataTransaction", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataViewBrowseObject", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataViewBrowseObjectProvider", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataViewCommandProvider", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataViewDocumentProvider", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataViewMenuCommand", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataViewPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataViewSelectionMenuCommand", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DataViewSupport", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DSRefBuilder", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "DSRefClipboardObject", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "NameAttribute", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "ServiceProvider", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "SynonymsAttribute", + "Namespace": "Microsoft.VisualStudio.Data.Framework" + }, + { + "Name": "AdoDotNetConnectionProperties", + "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + }, + { + "Name": "AdoDotNetConnectionSupport", + "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + }, + { + "Name": "AdoDotNetMappedObjectConverter", + "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + }, + { + "Name": "AdoDotNetObjectIdentifierConverter", + "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + }, + { + "Name": "AdoDotNetObjectMemberComparer", + "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + }, + { + "Name": "AdoDotNetObjectSelector", + "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + }, + { + "Name": "AdoDotNetParameter", + "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + }, + { + "Name": "AdoDotNetReader", + "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + }, + { + "Name": "AdoDotNetRootObjectSelector", + "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + }, + { + "Name": "AdoDotNetSchemaReader", + "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + }, + { + "Name": "AdoDotNetSourceInformation", + "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + }, + { + "Name": "AdoDotNetTableReader", + "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + }, + { + "Name": "DeltaConstants", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "IgnoreWhiteSpaceBehavior", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "IgnoreDelimiterBehavior", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "SnapshotDifferenceChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "IgnoreDifferencePredicate", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "SnapshotLineFilter", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "IDifferenceBuffer", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "LineType", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "DifferenceSearchResult", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "IDifferenceBufferFactoryService", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "DifferenceViewMode", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "DifferenceHighlightMode", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "IDifferenceViewer", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "IDifferenceViewerFactoryService", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "DifferenceViewerCreatedEventArgs", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "CreateTextViewHostCallback", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "ISnapshotDifference", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "DifferenceTrackingSpans", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + }, + { + "Name": "DiffViewerCodeWindow", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta.VSDelta" + }, + { + "Name": "IDiffViewerCodeWindowFactory", + "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta.VSDelta" + }, + { + "Name": "ServiceProviderUtil", + "Namespace": "Microsoft.VisualStudio.DataDesign.Common.Utility" + }, + { + "Name": "AssemblyResolver", + "Namespace": "Microsoft.VSDesigner" + }, + { + "Name": "MultiTargetService", + "Namespace": "Microsoft.VSDesigner" + }, + { + "Name": "NameValidationException", + "Namespace": "Microsoft.VSDesigner.Common" + }, + { + "Name": "LocaleCultureInfoConverter", + "Namespace": "Microsoft.VSDesigner.Common" + }, + { + "Name": "WeakAssemblyRefreshedEventHandler`1", + "Namespace": "Microsoft.VSDesigner.Common" + }, + { + "Name": "_TYPELIBATTR", + "Namespace": "Microsoft.VSDesigner.Interop" + }, + { + "Name": "DataProviderProjectControl", + "Namespace": "Microsoft.VSDesigner.Data" + }, + { + "Name": "InvalidAdoNetProviderException", + "Namespace": "Microsoft.VSDesigner.Data" + }, + { + "Name": "LoginCancelledException", + "Namespace": "Microsoft.VSDesigner.Data.VS" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "DesignerDiagramConnector", + "Namespace": "Microsoft.VSDesigner.DesignerFramework" + }, + { + "Name": "DesignerDiagramShape", + "Namespace": "Microsoft.VSDesigner.DesignerFramework" + }, + { + "Name": "DiagramLayout", + "Namespace": "Microsoft.VSDesigner.DesignerFramework" + }, + { + "Name": "DiagramObjectLayout", + "Namespace": "Microsoft.VSDesigner.DesignerFramework" + }, + { + "Name": "DiagramShapeLayout", + "Namespace": "Microsoft.VSDesigner.DesignerFramework" + }, + { + "Name": "DesignTableLayout", + "Namespace": "Microsoft.VSDesigner.DesignerFramework" + }, + { + "Name": "DiagramConnectorLayout", + "Namespace": "Microsoft.VSDesigner.DesignerFramework" + }, + { + "Name": "ConnectorStyle", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "Diagram", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DiagramConnector", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DiagramControl", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DiagramObject", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DiagramObjectCollection", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DiagramObjectEventHandler", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DiagramObjectMovedEventHandler", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DiagramObjectZOrderChangedEventHandler", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DiagramObjectEventType", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DiagramObjectEventArgs", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DiagramObjectMovedEventArgs", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DiagramObjectZOrderChangedEventArgs", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DiagramRootObject", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DiagramShape", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DirectionEnum", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DirectionUtil", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DragCreateConnectorStartedEventHandler", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DragCreateConnectorFinishedEventHandler", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DragCreateConnectorCancelledEventHandler", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DragCreateConnectorEventArgs", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "DragCreateConnectorInfo", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "HitTestInfo", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "IDiagramObject", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "ITableAccessibleControl", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "ITableAccessibleObjectOwner", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "Line", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "LineRoute", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "TableAccessibleObjectBase", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "TableAccessibleObject", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "TableRowAccessibleObject", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "TableCellAccessibleObject", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "VSAccessibleObject", + "Namespace": "Microsoft.VSDesigner.DrawingSurface" + }, + { + "Name": "IVsServerExplorer", + "Namespace": "Microsoft.VSDesigner.ServerExplorer" + }, + { + "Name": "IObjectWithParent", + "Namespace": "Microsoft.VSDesigner.DataSource" + }, + { + "Name": "IWCFServiceDataSourcesService", + "Namespace": "Microsoft.VSDesigner.DataSource.WCFServices" + }, + { + "Name": "IDbProviderFilteringService", + "Namespace": "Microsoft.VSDesigner.VSDesignerPackage" + }, + { + "Name": "IDataServiceSupport", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "DataDesignAttribute", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "DataToolBaseException", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IDataDesignMetadata", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "INamedObject", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "SqlDatabaseFileUpgradeHandler", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IVsSqlDatabaseFileUpgradeService", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IBindableCtrlInfo", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IBindableCtrlInfo2", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IControlEnumerator", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IDataSource", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IDataSourceProvider", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "DataSourceChangedEventHandler", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IViewGenerator", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "RelationRole", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "ISchemaMember", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "ISchemaProperty", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "ISchemaProperty2", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IPropertyWithSchemaType", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "ISchemaRelationProperty", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "ISchemaType", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IDataSourceWizardPreferences", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IBindingInfo", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IDataObjectGenerator", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IDragHandler", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "ICodeGenerator", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IUIGenerator", + "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + }, + { + "Name": "IGlyphMouseProcessorFactory", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "DocumentChecksum", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "IMouseProcessorFactory", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "OpenedViewTracker", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "BreakpointSettingsExtensionService", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "BreakpointSettingsPeekRelationship", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "IPinGlyphFactory", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "IUnopenedTipData", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "IPinGlyph", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "PinMarkerTag", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "PinnableTipExtensionService", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "UnopenedTipTracker", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "IPinnedTip", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "Tagger", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "IMarkerGenerator", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "IMarkerThread", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "IThreadMarker", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "MarkersChangeType", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "MarkersChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "MarkerTag", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "MarkerTagger", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "ThreadMarkerExtensionService", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + }, + { + "Name": "IVsTelemetryEvent", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetrySession", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "ComputeBase", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "ComputeDebugSession", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "ComputeKernel", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "ComputeProperty", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "ComputePropertyCollection", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "ComputeVector", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "CoordinateSet", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "ThreadSummaryChangedEventHandler", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "ThreadSummaryChangedProperty", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "ThreadSummaryChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "ThreadLocation", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "ThreadSummary", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "ThreadSwitcherState", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "CoordinateBoxEdit", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "PackageResources", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "GpuThreadsWindowCtrl", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "ThreadSwitcherBar", + "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "CachingTypeResolutionServiceAttribute", + "Namespace": "Microsoft.VisualStudio.Design" + }, + { + "Name": "VsTargetFrameworkProviderService", + "Namespace": "Microsoft.VisualStudio.Design" + }, + { + "Name": "AutoToolboxTypeEnumeratorService", + "Namespace": "Microsoft.VisualStudio.Design.Toolbox" + }, + { + "Name": "IVsAddToolboxItems", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsBuildManagerAccessor", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDesignTimeAssemblyResolution", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsFrameworkMultiTargeting", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSolutionLoadEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTask", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskBody", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskSchedulerService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTrackProjectRetargeting", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTrackProjectRetargetingEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsBuildManagerAccessor", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDesignTimeAssemblyResolution", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsFrameworkMultiTargeting", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsTaskSchedulerService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsTrackProjectRetargeting", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VsResolvedAssemblyPath", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SearchControl", + "Namespace": "Microsoft.VisualStudio.DeveloperTools" + }, + { + "Name": "ICcServer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcDatastore", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ConManServer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcDevice", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcServiceCB", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ConMan", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcServer2", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "IConMan", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "IConManServer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ConManClass", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcConnection", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "tagPlatformInfo", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "tagFileCustomAction", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "tagFileInfo", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcTransportStream", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcConnection2", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "tagSystemInfoEx", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcTransport", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcConnection3", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcConnection4", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcConnection5", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "tagUapVersionInfo", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "IConManServerCallback", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "tagTransactionInfo", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "IConManServer2", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "IConManServerCore", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ConManServerClass", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcService", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcXDEBootstrap", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcBootstrap", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "DeviceInfo", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "tagFileInfox", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcXDEBootstrapClass", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcBootStrapper", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcBootStrapperClass", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcTargetDevice", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcPropertyHelper", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "IDeviceEventNotifier", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcXDETargetDevice", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcXDETargetDeviceClass", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcPhoneTargetDevice", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcPhoneTargetDeviceClass", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcTcpTransportConnect", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcTcpTransportConnectClass", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcXDEDMATransportConnect", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcXDEDMATransportConnectClass", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "IDevicePackage", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "IDevicePackageCallback", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "IEnumReferences", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "DevicePackage", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "DevicePackageClass", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcCollection", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcDatastorePrivate", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcCollection", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcCollectionClass", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcObject", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcPropertyContainer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcObjectContainer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcProperty", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcPlatform", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcProjectContainer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcDeviceContainer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcFormFactorContainer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcTypeToArchitectureMap", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcPlatformContainer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcDatastorePrivateClass", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcDatastore", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcOSImageContainer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcPackageContainer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcServiceCategoryContainer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "_ICcDatastoreEvents", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "_ICcDatastoreEvents_Event", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcDatastoreClass", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcServiceInfo", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcOSImage", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "_FILETIME", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcFile", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcFileContainer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcPackage", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcPackageTypeContainer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcPackageType", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcServiceCategory", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "ICcServiceInfoContainer", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "_SYSTEMTIME", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "CcDatastoreErrorCodes", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "_ICcDatastoreEvents_SinkHelper", + "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + }, + { + "Name": "VSDebug", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Assert" + }, + { + "Name": "VSDebugDisableUIAttribute", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Assert" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "DiagnosticsColors", + "Namespace": "Microsoft.VisualStudio.Diagnostics" + }, + { + "Name": "Resources", + "Namespace": "Microsoft.VisualStudio.Diagnostics" + }, + { + "Name": "Assumes", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + }, + { + "Name": "CodeModelHelper", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + }, + { + "Name": "DiagnosticEvents", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + }, + { + "Name": "DiagnosticsShellHelper", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + }, + { + "Name": "SimplifyDelegates", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + }, + { + "Name": "VisualStudio11Sku", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + }, + { + "Name": "VisualStudio11SkuEdition", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + }, + { + "Name": "ClipboardHelper", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities.Text" + }, + { + "Name": "FormattingDataObject", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities.Text" + }, + { + "Name": "RetryClipboard", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities.Text" + }, + { + "Name": "ItemsControlExtensions", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI" + }, + { + "Name": "FrameworkElementExtensions", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI" + }, + { + "Name": "IDiagnosticsHelpManager", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI" + }, + { + "Name": "ToolWindowVisibilityStateHelper", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI" + }, + { + "Name": "StringTrimmingConverter", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Converters" + }, + { + "Name": "LevelToIndentConverter", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Converters" + }, + { + "Name": "BooleanToVisibilityConverterExtended", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Converters" + }, + { + "Name": "DiagReportHeader", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "DiagReportSecondaryHeader", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "DiagReportSidebarExpander", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "DiagReportContentExpander", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "SearchBox", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "SpinControl", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "CheckBoxDialog", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "DefaultListViewSearcher", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "IListViewSearcher", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "ISearchableList", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "ITextSearchListViewProvider", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "DefaultTextSearchManager", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "ITextSearchManager", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "SearchTextChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "MultiSelectComboBox", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "PersistableExpander", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "IPersistExpandedSetting", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "ReversibleCheckBox", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "SearchGridView", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "SearchGridViewFilterHandler", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "ListViewItemContainerCreatedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "GridViewColumnVisibilityChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "SearchGridViewRefreshModes", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "SearchResultAdorner", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "ICacheableContainerUniqueKeyProvider", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "CacheableContainerAttribute", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "TipTextBlock", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "TreeGridView", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "TreeGridViewItem", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "TreeListView", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "TreeListViewItem", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "LevelToIndentConverter", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "VisualTreeTextSearcher", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "GlyphRunTextInfo", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "ITextSearchHelper", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "ClearButton", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "IntellisenseTextBlock", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "IntellisenseDocumentContext", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "IIntellisenseCompletionHandlerProvider", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "IntellisenseTextBlockAdorner", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "TextEditedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "ThemedImage", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + }, + { + "Name": "SimpleSearchProvider", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls.Search" + }, + { + "Name": "TextSearchStartedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls.Search" + }, + { + "Name": "SearchTextClearedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls.Search" + }, + { + "Name": "SimpleSearchTextManager", + "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls.Search" + }, + { + "Name": "IHistoricalDebuggingNavigator", + "Namespace": "Microsoft.VisualStudio.Diagnostics.HistoricalDebugging" + }, + { + "Name": "TimeContextChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagnostics.HistoricalDebugging" + }, + { + "Name": "IHistoricalDebuggingFrame", + "Namespace": "Microsoft.VisualStudio.Diagnostics.HistoricalDebugging" + }, + { + "Name": "TraceEventSpan", + "Namespace": "Microsoft.VisualStudio.Diagnostics.HistoricalDebugging" + }, + { + "Name": "TraceEventUtils", + "Namespace": "Microsoft.VisualStudio.Diagnostics.HistoricalDebugging" + }, + { + "Name": "DynamicCacheableCollection`1", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Collections" + }, + { + "Name": "WeakReferenceDictionary`2", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Collections" + }, + { + "Name": "ThemeColors", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Common" + }, + { + "Name": "SIntelliTraceEditorFactoryChooserService", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Common.Package" + }, + { + "Name": "IIntelliTraceEditorFactoryChooserService", + "Namespace": "Microsoft.VisualStudio.Diagnostics.Common.Package" + }, + { + "Name": "IVsTelemetryEvent", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetrySession", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "EventInfo", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider" + }, + { + "Name": "PerformanceBlock", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider" + }, + { + "Name": "ComponentId", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider" + }, + { + "Name": "CategoryId", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider" + }, + { + "Name": "MeasurementId", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider" + }, + { + "Name": "EventTraceSession", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + }, + { + "Name": "EventTraceWatcher", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + }, + { + "Name": "EventArrivedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + }, + { + "Name": "MeasurementBlockEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + }, + { + "Name": "MeasurementBlockEventTraceWatcher", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + }, + { + "Name": "PerformanceEventArrivedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + }, + { + "Name": "PerformanceEventTraceWatcher", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + }, + { + "Name": "MIL_PRESENTATION_RESULTS", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + }, + { + "Name": "WpfEventArrivedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + }, + { + "Name": "WpfEventTraceWatcher", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + }, + { + "Name": "WpfEvent", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + }, + { + "Name": "PropertyBag", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + }, + { + "Name": "DebugCategory", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + }, + { + "Name": "DebugTracer", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + }, + { + "Name": "DebugTracerExtensionMethods", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + }, + { + "Name": "ExtensionMethods", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + }, + { + "Name": "InstanceTraceInfo`1", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + }, + { + "Name": "ITraceableIdentifiableObject", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + }, + { + "Name": "IDebugTracer", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + }, + { + "Name": "ITraceableInstance", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + }, + { + "Name": "DebugWriteLineTracer", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.Tracers" + }, + { + "Name": "Behavior", + "Namespace": "Microsoft.VisualStudio.Diagnostics.ServiceModelSink" + }, + { + "Name": "ConditionAttribute", + "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + }, + { + "Name": "ActionAttribute", + "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + }, + { + "Name": "DiagramControlGestureRecognizer", + "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + }, + { + "Name": "Pan", + "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + }, + { + "Name": "ScrollWithKeys", + "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + }, + { + "Name": "ScrollWithMouse", + "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + }, + { + "Name": "LassoSelectionWithMouse", + "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + }, + { + "Name": "SingleNodeSelectionWithMouse", + "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + }, + { + "Name": "UIContexts", + "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + }, + { + "Name": "ZoomOrigin", + "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + }, + { + "Name": "ZoomWithKeys", + "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + }, + { + "Name": "ZoomWithMouse", + "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + }, + { + "Name": "ActiveInUIContextAttribute", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "BaseGestureRecognizer", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "EditingContext", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "ExtensionMethods", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "GestureManager", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "LogicalUIFeedbackConstants", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "OperationConflictDescription", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "StandardConflictDetector", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "StandardConflictResolver", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "UIContextManager", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "UIFeedbackConflictDescription", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "IGestureConflictDetector", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "IGestureConflictResolver", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "IOperationConflictDescription", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "IUIFeedbackConflictDescription", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "GestureCompleteEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "GestureRecognizerResult", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "GestureRecognizerState", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "IEditingContext", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "IGestureManager", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "IGestureRecognizer", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "IGestureRecognizerHost", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "StateChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "ContextChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "IUIContextManager", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "UIContextChangeKind", + "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + }, + { + "Name": "StayWeightType", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "BoundsLock", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "PackingMethod", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "LayoutOrientation", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "ILayeredLayoutSettings", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "IForceDirectedLayoutSettings", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "ILayoutSettings", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "ILayoutWorkerSettings", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "LayoutErrorEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "EdgeLabelPlacementSide", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "EdgeRoutingStyle", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "IConnectionRegion", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "IEdgeLabel", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "ILayoutEdge", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "ILayoutGraph", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "ILayoutGroup", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "ILayoutItem", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "ILayoutNode", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "ILayoutWorker", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "ILayoutWorkerFactory", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "ILockableItem", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "INodeConstraint", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "IObservableEnumerable`1", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "IPrimitiveConstraintFactory", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "LayoutCompletedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "LayoutOperation", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "ObservableCollection`2", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "Padding", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "ProgressChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "UpdateEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "SelectionManager", + "Namespace": "Microsoft.VisualStudio.Diagrams.Selection" + }, + { + "Name": "CollectionListViewVisualizer", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "ContainerControlBase", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "DrawingContextHelpers", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "MinimapControl", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "SemanticZoomLevelChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "NodeResizingAdorner", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "DiagramControl", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "DiagramHitTestResult", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "DiagramControlHitTestExtension", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "GroupShape", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "GroupShapeContentPlaceholder", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "LinkedVirtualCanvas", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "CausalAction", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "DefaultNonnegativeDoubleConverter", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "UnsetValueConverter", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "GraphLabel", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "VisualGraphProperties", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "FetchingDelayedDataState", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "GroupLayoutStyle", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "VisualGraphSchema", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "LinkEndArrowhead", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "LassoControl", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "LinkShape", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "LinkDecorator", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "LinkDecoratorPosition", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "LinkEndDecorator", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "LinkEndShape", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "DisposableAction", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "DiagramControlUndoUnit", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "DefaultVisualFactory", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "Extensions", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "DefaultTemplateVisualFactory", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "TemplatedVisualFactory", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "VirtualCanvas", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "ZoomControl", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "CrossGroupLinkStyle", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "PriorityQuadTree`1", + "Namespace": "Microsoft.VisualStudio.Diagrams.View.QuadTree" + }, + { + "Name": "UIDispatcher", + "Namespace": "Microsoft.VisualStudio.Diagrams.View.Helpers" + }, + { + "Name": "ISelectionSet`1", + "Namespace": "Microsoft.VisualStudio.Diagrams.Selection" + }, + { + "Name": "SelectionChangedEventArgs`1", + "Namespace": "Microsoft.VisualStudio.Diagrams.Selection" + }, + { + "Name": "IDraggable", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "HiddenFlags", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "ILinkedSpatialItemFactory", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "IOutlineGeometryFactory", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "IResourceAggregator", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "ISemanticZoomable", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "ISpatialIndex", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "ISpatialItem", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "IVisualFactory", + "Namespace": "Microsoft.VisualStudio.Diagrams.View" + }, + { + "Name": "CommandRouting", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "FontsAndColorsCategory", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "IVsFontsAndColorsInformation", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "IVsFontsAndColorsInformationService", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "DefGuidList", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "IExpansionManager", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "IVsEditorAdaptersFactoryService", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "IVsExpansionEnumeration2", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "IVsTextViewCreationListener", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "IVsVisibleTextMarkerTag", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "IVsDifferenceCodeWindowFactoryService", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "IVsDifferenceLegendElementProvider", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "DifferencePackageElements", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "DifferencePackageOptions", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "IVsDifferenceCodeWindow", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "VsPredefinedAdornmentLayers", + "Namespace": "Microsoft.VisualStudio.Editor" + }, + { + "Name": "__VSDIFFSERVICEOPTIONS", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SourceCodeControlManager", + "Namespace": "Microsoft.VisualStudio.Editors.DesignerFramework" + }, + { + "Name": "MyExtensibilityPropPageComClass", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "ApplicationPropPageBase", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "ApplicationPropPageComClass", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "ApplicationWithMyPropPageComClass", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "WPFApplicationWithMyPropPageComClass", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "CSharpApplicationPropPageComClass", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "CompilePropPageComClass", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "ServicesPropPageComClass", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "DebugPropPageComClass", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "ReferencePropPageComClass", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "BuildPropPageComClass", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "BuildEventsPropPageComClass", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "ReferencePathsPropPageComClass", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "UserPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + }, + { + "Name": "ResxItemWizard", + "Namespace": "Microsoft.VisualStudio.Editors.ResourceEditor" + }, + { + "Name": "PublicSettingsSingleFileGenerator", + "Namespace": "Microsoft.VisualStudio.Editors.SettingsDesigner" + }, + { + "Name": "SettingsSingleFileGenerator", + "Namespace": "Microsoft.VisualStudio.Editors.SettingsDesigner" + }, + { + "Name": "SettingsSingleFileGeneratorBase", + "Namespace": "Microsoft.VisualStudio.Editors.SettingsDesigner" + }, + { + "Name": "MyApplicationCodeGenerator", + "Namespace": "Microsoft.VisualStudio.Editors.MyApplication" + }, + { + "Name": "ApplicationTypes", + "Namespace": "Microsoft.VisualStudio.Editors.MyApplication" + }, + { + "Name": "IVsMyApplicationProperties", + "Namespace": "Microsoft.VisualStudio.Editors.MyApplication" + }, + { + "Name": "MyApplicationManager", + "Namespace": "Microsoft.VisualStudio.Editors.MyApplication" + }, + { + "Name": "MyApplicationProperties", + "Namespace": "Microsoft.VisualStudio.Editors.MyApplication" + }, + { + "Name": "EditorToolsOptionsPanel", + "Namespace": "Microsoft.VisualStudio.Editors.Package" + }, + { + "Name": "ScalingDialogPage", + "Namespace": "Microsoft.VisualStudio.Editors.Package" + }, + { + "Name": "Wizard", + "Namespace": "Microsoft.VisualStudio.Editors.XmlToSchema" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "prjOutputTypeEx", + "Namespace": "VSLangProj110" + }, + { + "Name": "ConfigurationSnapshot", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration" + }, + { + "Name": "ConfigurationSnapshotData", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration" + }, + { + "Name": "ServiceRenameRefactorNotify", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration" + }, + { + "Name": "ServiceRenameHelper", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration" + }, + { + "Name": "SavedWcfConfigurationInformation", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.SvcInfoConfigurationImpl" + }, + { + "Name": "AppConfigurationConfigurationStore", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.SystemConfigurationImpl" + }, + { + "Name": "IWcfBindingConfiguration", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.WcfConfiguration" + }, + { + "Name": "IWcfConfigurationProperty", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.WcfConfiguration" + }, + { + "Name": "IWcfConfigurationSnapshot", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.WcfConfiguration" + }, + { + "Name": "IWcfConfigurationStore", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.WcfConfiguration" + }, + { + "Name": "IWcfEndpointConfiguration", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.WcfConfiguration" + }, + { + "Name": "ServiceMapFile", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Model" + }, + { + "Name": "MetadataStorageProvider", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Model" + }, + { + "Name": "MetadataStorage", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Model" + }, + { + "Name": "EnumMetadataStorages", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Model" + }, + { + "Name": "MetadataStorageSvcMapFileLoader", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.Model" + }, + { + "Name": "CheckableServiceInfoNode", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + }, + { + "Name": "ContractNode", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + }, + { + "Name": "EntitySetNode", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + }, + { + "Name": "GroupOfServicesNode", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + }, + { + "Name": "IProvideServiceInfoNodeChildren", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + }, + { + "Name": "ServiceInfoBaseNode", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + }, + { + "Name": "ServiceLinkNode", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + }, + { + "Name": "ServiceNode", + "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + }, + { + "Name": "WCFProxyGenerator", + "Namespace": "Microsoft.VisualStudio.Editors.WCF" + }, + { + "Name": "IVsTelemetryContext", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryEvent", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetrySession", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "OperationDesignerBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "CheckBoxState", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "ColumnDescriptor", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "OperationDesignerValueSupportedStates", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "IOperationDesignerBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "IOperationDesignerColumnHost", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "IOperationDesignerInitializeBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "OperationDesignerBaseAttribute", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "OperationDesignerRootBranchAttribute", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "OperationDesignerColumnAttribute", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "AggregateBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "HeaderBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "ChildBranchInfo", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "VariableColumnTree", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "OperationDesignerGlyphs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "ColumnTypeDescriptor", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "WrappedPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "ReadOnlyPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "OperationDesignerTreeControl", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "OperationDesignerInPlaceEdit", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "OperationDesignerInPlaceEditCombo", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "OperationDesignerInPlaceEditDropDown", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "KeyAction", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "NavigationDirection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "ProcessKeyResult", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "NestedTypeAddRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "NestedTypeRemoveRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "TypeHeightChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "LollipopHeightChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "LollipopAddedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "LollipopRemovedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "TypeAddedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "ClassDesignerCallbacks", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "ClassDesignerCommandSet", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "ClassDesignerCommandIds", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "ClassDesignerDocView", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "ClassDesignerEditorFactory", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "ClassDesignerPackage", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "ClassDiagramSelectionContext", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "ClrTypeSelection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "CompartmentSelection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "MemberSelection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "InheritanceLineSelection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "AliasOfLineSelection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "AssociationLineSelection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "LollipopLabelSelection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "LollipopSelection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "CommentSelection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "Serializer", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "ViewInDiagramService", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "ClassDetailsWindow", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + }, + { + "Name": "DiagramProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "PositionProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "EdgePointProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "LineProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "LineLabelProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "InheritanceLineProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "AliasOfLineProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "AssociationLineProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "LollipopPositionProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "CompartmentProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "FieldPropertyListProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "MemberProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "EventProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "MethodProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "PropertyProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "FieldProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "ShapeProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "CDCommentShapeProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "TypeShapeProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "EnumShapeProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "DelegateShapeProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "InterfaceShapeProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "TypedefShapeProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "InterfaceImplementingTypeShapeProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "StructShapeProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "ClassShapeProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "VBModuleShapeProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "TypeIdentifierProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "FontProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "XmlSerializationWriterDiagramProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "XmlSerializationReaderDiagramProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "XmlSerializer1", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "DiagramProxySerializer", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "XmlSerializationWriterTypeShapeProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "XmlSerializationReaderTypeShapeProxy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "XmlSerializer2", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "TypeShapeProxySerializer", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + }, + { + "Name": "AliasOfShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AmbiguousLabelShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AssociationConnectAction", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AssociationConnectionType", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AssociationLineLabelShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AssociationShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "CDCommentShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "CDLinkShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "CustomFonts", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "CustomBrushes", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "CDNodeShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "CDRoundedRectangleShapeGeometry", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClassDesignerPresentationSurface", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClassDesignerPresentationSurfaceCopyFilterBase", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClassDesignerPresentationSurfaceRemoveFilterBase", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AssociationShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "CollectionAssociationShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "CollectionAssociationShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "InheritanceShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "InheritanceShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AliasOfShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "NestedTypesCompartment", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "NestedTypesCompartmentElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "CDCompartment", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "CDCompartmentElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "LollipopShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "LollipopShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "LollipopLabelShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "LollipopLabelShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AmbiguousLabelShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AssociationLineLabelShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "InheritanceLineLabelShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "InheritanceLineLabelShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypeShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "InterfaceImplementingClrTypeShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrClassShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrClassShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrVBModuleShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrVBModuleShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrStructShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrStructShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrEnumerationShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrEnumerationShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypedefShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypedefShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrInterfaceShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrInterfaceShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrDelegateShape", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrDelegateShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "CDCommentShapeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClassDiagram", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClassDiagramElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClassDesignerElementOperations", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "GroupBy", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "MemberTextFormat", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypeShapePropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "MemberController", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "TypeShapeController", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AssociationLinesController", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ShowHideController", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ArrangeByControllerBase", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ArrangeByKindController", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ArrangeByAccessController", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ArrangeByAlphabeticalController", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "InheritanceConnectAction", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "InheritanceConnectionType", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "LollipopPosition", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "LollipopShapeGeometry", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "NestedTypesCompartmentController", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypeFullNameContextData", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClassDesignerPresentationElementCopyFilter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClassDesignerPresentationElementRemoveFilter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClosureFindOrCreateRefTypeAndRelateElementOperation", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AutoLayoutCustomRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AutoLayoutCustomEvent", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypeShapeAddRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrBaseTypeChangedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrInterfaceChangedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "BaseTypeInterfaceChangedCustomModelRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "TypeSystemClrTypeAddRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ParentShapeHasRelativeChildShapesAddRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrClassChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypeShapeRemovedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "NamespaceTypeAddedNameRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AssociationLineHasMemberAddRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypeHasBaseClrTypeAddRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypeShapeHasClrTypeAddRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypeContainsMembersAddRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypeContainsMembersRemoveRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypeContainsMembersChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypeContainsMembersPositionChange", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "MemberChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrParameterChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrParameterAddRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrFieldChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "TypeShapeRenamedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "TypeRefAmbiguousChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "TypeRenamedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClassDiagramChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrParameterRemoveRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "AssociationShapeRemoveRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "InheritanceShapeRemoveRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "TypeRefAddedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "TypeRefChangedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "TypeRefRemoveRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "CachePopulatingRemoveRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypeHasBaseClrTypeUpdateBaseTypesAddRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClrTypeHasBaseClrTypeUpdateBaseTypesRemoveRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "TypeRefRenamedUpdateBaseRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "CompartmentRemovedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "IDirtiesDiagram", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "DiagramChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "NodeShapeAddRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "NodeShapeRemoveRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "TypeChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "InheritanceTypeRefRenamedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ClassSizeChangedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "LollipopLabelInterfaceTypeInstanceChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "ChangeInterfaceTypeArgumentsRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "InterfaceImplementationTypeRefAddRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "InterfaceImplementationTypeRefRemoveRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "InterfaceImplementationTypeRefChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "LollipopShapeChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "KeepLollipopInDiagramRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "SetLineManualRouteRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "SnapLollipopToParentBoundsRules", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "DynamicMenuCommand", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "DynamicMenuCommandList", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "DynamicCascadingMenu", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "DynamicCascadingMenuCommand", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "ModelElementLocator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "ModelElementReference", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "ModelElementReferenceCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "ModelValidationMessage", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "PossibleSolution", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "PossibleSolutionCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "PropertySetting", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "PropertySettingCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "FileReference", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "FileReferenceCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "ReportToDebugWindow", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "ReportToStatusBar", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "ReportToTaskList", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "ValidationTaskProvider", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "TaskValidationMessage", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "ValidationMessageCommandIds", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "ValidationTask", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + }, + { + "Name": "EditCtrlStatementCompletion", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "OperationDesignerToolWindow", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "OperationDesignerSite", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "ClassViewNavigationInfoTypes", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ClassViewNavigationInfoNode", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ClassViewNavigationInfo", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DialogBase", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ISubordinateDocData", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ISharedSubordinateDocData", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DocData", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DocViewCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "QueryEditResult", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DocDataLock", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "EditorFactory", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "FileCancelException", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "IDocDataLockResolver", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DynamicStatusMenuCommand", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "CONST_PROGDLGFLAGS", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "CONST_PDTIMER", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ProgressDialog", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "SubordinateDocDataManager", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "UndoManager", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ContainerBase", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ExplorerElementVisitor", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ModelElementTreeNode", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ModelExplorerToolWindow", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ModelExplorerTreeContainer", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ClassViewImages", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "TabStrip", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "NameChangingEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "NameChangingEventHandler", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "TabAction", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "TabEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "TabEventHandler", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "TabButton", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "CustomModelingDocData", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "CustomPrototypeDialog", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DefaultDesignerCallbacks", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DiagramDocView", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "SingleDiagramDocView", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "TabbedDiagramDocView", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "TabbedDiagramCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ExportErrorEventHandler", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ExportQueryUserActionEventHandler", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DiagramExporter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ExportUserAction", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "UserActionEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ExportErrorEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DirtyDocData", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DocumentDirtyEvent", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DocumentDirtyRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DocumentDirtyEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DocView", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ExportPrototypeDialog", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "IncludeResults", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "IncludeInResultsCallback", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ShellUtility", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "HtmlErrorDialog", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "IMenuCommandExtender", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ImportPrototypeDialog", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ISubStoreProvider", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ICleanupStoresListener", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "IToolboxItemProvider", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "KeyRedirector", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "LinkedTransaction", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "CommandContextBoundMenuCommand", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "StoreKeyPair", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ModelingDocData", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ModelingDocStore", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ModelingEditorFactory", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ModelingPackage", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "PackageUtility", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ModelingWindowPane", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "MonitorSelectionEventHandler", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "MonitorSelectionEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "CommandContextChangedEventHandler", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "CommandContextChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "IMonitorSelectionService", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ShellStrings", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "SourceCodeControlRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "CustomSourceCodeControlRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "SynchronizationWarningDialog", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ToolWindow", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "TransactionCommitHandler", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "DescriptionHandler", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "UndoUnit", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "VSDiagramView", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "VSDiagramViewSite", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "VSTextField", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "TypeNameInfo", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "IViewInClassDiagram", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + }, + { + "Name": "ClrBranchCommandSet", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "NameColumn", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "TypeColumn", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "ModifierColumn", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "FieldValueColumn", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "SummaryColumn", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "MemberOrder", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "MemberBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "MethodBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "FieldBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "PropertyBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "EventBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "ParameterBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "MemberParameterBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "DelegateParameterBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "DelegateBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "BranchCompartmentType", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "ClassHeaderBranch", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "SummaryEditor", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "SummaryForm", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + }, + { + "Name": "ModelMappings", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel" + }, + { + "Name": "AsmxElementProvider", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "AsmxMetaModel", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "AsmxMetaModelCopyClosure", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "AsmxMetaModelRemoveClosure", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebService", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebServiceMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebServiceElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebServiceLanguage", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebServiceLanguageElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebServiceCodeBehind", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebServiceCodeBehindElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebServiceContainsWebServiceCodeBehind", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebServiceContainsWebServiceCodeBehindElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebServiceContainsWebServiceLanguage", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebServiceContainsWebServiceLanguageElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "VSProjectContainsWebServices", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "VSProjectContainsWebServicesElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebServicePropertyChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebServicePropertyAddRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "WebServicePropertyRemoveRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "ParseStatusChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + }, + { + "Name": "VSProjectContainsClassModelRoot", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectContainsClassModelRootElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ReferencedAssemblyContainsClassModelRoot", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ReferencedAssemblyContainsClassModelRootElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "SourceFileDefinesAsmxWebService", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "SourceFileDefinesAsmxWebServiceElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ApplicationStringSettings", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "Artifact", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectMetaModel", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectMetaModelCopyClosure", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectMetaModelRemoveClosure", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectModelRoot", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectModelRootElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "SolutionItem", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "SolutionItemMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectItem", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProject", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "WebSite", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "WebSiteElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ArtifactElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "Reference", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ReferenceElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "SourceFile", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "SourceFileMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "SourceFileElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "Folder", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "FolderMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "FolderElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ReferencedAssembly", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ReferencedAssemblyMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ReferencedAssemblyElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "DotNetAssembly", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "DotNetAssemblyElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "WebReference", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "WebReferenceMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "WebReferenceElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "WebServiceUrls", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "WebServiceUrlsElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ApplicationStringSettingsElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectModelRootContainsSolutionItems", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectModelRootContainsSolutionItemsElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectModelRootContainsAssemblies", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectModelRootContainsAssembliesElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectContainsSourceFiles", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectContainsSourceFilesElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectContainsWebServiceUrls", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectContainsWebServiceUrlsElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectContainsApplicationStringSettings", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectContainsApplicationStringSettingsElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectContainsFolders", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectContainsFoldersElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectContainsWebReferences", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectContainsWebReferencesElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectReferencesReferencedAssemblies", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectReferencesReferencedAssembliesElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectGeneratesReferencedAssembly", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectGeneratesReferencedAssemblyElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectReferencesVSProjects", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectReferencesVSProjectsElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectElementProvider", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "ProjectModelUtility", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "VSProjectChanged", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + }, + { + "Name": "AliasTypeRef", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "AssociationTypeRef", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "BaseTypeChangedCustomModelEvent", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "BaseTypeChangedCustomModelEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ImplementedInterfaceChangedCustomModelEvent", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ImplementedInterfaceChangedCustomModelEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrBaseDefinitionChangedCustomModelEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "DelayClrTypeCreation", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "CreateClrTypeContextBag", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClassModelRoot", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ProjectClassModelRoot", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "AssemblyClassModelRoot", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrAttributeInstance", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrAttributeInstanceMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "AttributeArguments", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "AttributeArgument", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TreatAttributeArgumentValueAs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrClass", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "IClrElement", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TreatGeneratedMemberStyles", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "PropertyAccessor", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ReferenceKind", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ReferenceKindConverter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "MethodKind", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "MethodKindConverter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ParameterKind", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ParameterKindConverter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "WellKnownTargetFrameworkVersions", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "SupportedLanguageSet", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "SupportedLanguageSetConverter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeRefMode", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "AccessModifier", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "AccessModifierConverter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "MemberModifier", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeInheritanceModifier", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ConstKind", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeKind", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TemplateKind", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TemplateKindConverter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ParamInfo", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "LanguageDelimiterSet", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "LanguageDelimiterManager", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrBaseDefinition", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "CodeElementPosition", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TooltipTextKind", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TooltipOptions", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "CollectedTypeDefinition", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "InlineModifier", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeModifier", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "FindFirstNamespaceInFileQuery", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "GetDescendentTypesQuery", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "GetTemplateArgumentTypeQuery", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "GetTypeCandidatesQuery", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrDelegate", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrElement", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrElementEnumTypeConverter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrElementPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrEnumeration", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrEvent", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrEventMemberTypePropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrField", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrInterface", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrMethod", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrNamespace", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrParameter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrProperty", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrStruct", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrType", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "FileNameItem", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "CollectionTypeInstances", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypedef", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeSystemExternalChangeCause", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "RootNamespaceExternalChangeEventHandler", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "RootNamespaceExternalChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeExternalChangeEventHandler", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeExternalChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeSystemExternalChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "CodeElementTextData", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "CollectionAssociationTypeRef", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrModelException", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "InheritanceTypeRef", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeModelUtility", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ConditionalSpaceFormatter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "XmlFormatter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "InterfaceImplementationTypeRef", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ITypeModelExtender", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "StubImplementationStatus", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "StubImplementationStatusRecord", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "Language", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "LanguageCppBase", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "LanguageCpp", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "LanguageMCpp", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "LanguageCSharp", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "LanguageIL", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "LanguageVB", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "LogicalElement", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "LogicalElementCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "Member", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "MemberAssociatesClrType", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "MemberMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "OrphanTypeRefComparisonCallback", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "OrphanTypeRef", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "Delimiter", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ParseType", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeSystemReport", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "RootNamespace", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeInstance", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeInstanceCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "PointerDecorator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeDecorator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeInstanceDomain", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeModelErrorMessageEventHandler", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeModel", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeModelRemoveClosure", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeModelCopyClosureBase", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeModelRemoveClosureBase", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ProjectClassModelRootElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "AssemblyClassModelRootElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrEnumerationElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrStructElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypedefElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrDelegateElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrInterfaceElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrClassElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrNamespaceMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrNamespaceElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "RootNamespaceElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrMethodMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrMethodElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrPropertyElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrEventElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrFieldElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrParameterMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrParameterElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeRef", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeRefMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "InheritanceTypeRefMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "InheritanceTypeRefElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "AliasTypeRefElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "InterfaceImplementationTypeRefMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "InterfaceImplementationTypeRefElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "AssociationTypeRefElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "CollectionAssociationTypeRefMoveableCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "CollectionAssociationTypeRefElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "OrphanTypeRefElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrAttributeInstanceElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrElementHasClrAttributeInstances", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrElementHasClrAttributeInstancesElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ProjectClassRootContainsNamespace", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ProjectClassRootContainsNamespaceElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "AssemblyClassModelRootContainsRootNamespace", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "AssemblyClassModelRootContainsRootNamespaceElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "RootNamespaceContainsClrNamespaces", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "RootNamespaceContainsClrNamespacesElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrNamespaceContainsClrTypes", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrNamespaceContainsClrTypesElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeContainsClrTypes", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeContainsClrTypesElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeContainsMembers", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeContainsMembersElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeReferredByTypeRefs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeReferredByTypeRefsElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "CollectionAssociationTypeRefRelatesToCollectionClrType", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "CollectionAssociationTypeRefRelatesToCollectionClrTypeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeRefLink", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeImplementsClrTypes", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeImplementsClrTypesElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeHasBaseClrType", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeHasBaseClrTypeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeAliasOfClrType", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeAliasOfClrTypeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "MemberContainsClrParameters", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "MemberContainsClrParametersElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrDelegateContainsClrParameters", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrDelegateContainsClrParametersElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrPropertyHasGetClrMethod", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrPropertyHasGetClrMethodElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrPropertyHasSetClrMethod", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrPropertyHasSetClrMethodElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrPropertyIsBackedByClrField", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrPropertyIsBackedByClrFieldElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrMethodOverridesClrMethod", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrMethodOverridesClrMethodElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrEventHasAddClrMethod", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrEventHasAddClrMethodElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrEventHasRemoveClrMethod", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrEventHasRemoveClrMethodElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrAttributeInstanceEditor", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrAttributesDialog", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "NewMemberLocationEditor", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrDelegateTopLevelCommitChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrDelegateChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrEnumerationTopLevelCommitChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrFieldRules", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrFieldRolePlayerPosChangedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrFieldRemovedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrParameterAddedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrParameterRemovedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrParameterRolePlayerPosChangedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrParameterRules", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "DotNetAssemblyLinkAddedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "DotNetAssemblyLinkRemovedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrElementRenamedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "RootNamespaceContainsClrNamespacesAddedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "NamespaceTypeAddedNameRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "NamespaceTypeRoleChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeNestedTypeAddedNameRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeNestedTypeRoleChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "MembersAddedToTypeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "InheritanceTypeRefRules", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "MemberRules", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "MemberParameterOrderChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrMethodChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrPropertyChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeModelTransactionBeginningRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeModelRollbackRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeRefLinkAddedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeRefRenamedRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeAddedToNamespaceRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeRemovedFromNamespaceRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypedefChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrTypeChangeRule", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeRefHelper", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ClrElementProvider", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "ISynchronizationCompleteFixup", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "TypeSystemDemandLoader", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + }, + { + "Name": "IVsSample", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "IVsSampleTree", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "IVsMRUSource", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "IVsOnlineTemplateProvider", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "IVsStickySource", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "IVsTemplate", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "IVsTemplatePathServices", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "IVsTemplateProvider", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "IVsTemplateProviderValidator", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "IVsTemplateTree", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "IVsSearchResultTemplate", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "ISpecifyDefaultTreeNode", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "VsTemplateFileType", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "VsTemplateTypes", + "Namespace": "Microsoft.VisualStudio.TemplateProviders" + }, + { + "Name": "IExtensionRequirement", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "EnabledState", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "INotifiableExtensionManager", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "VersionRange", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "ExecuteCompletedEventArgs", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "DownloadCompletedEventArgs", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "DownloadProgressChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "ExtensionManagerException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "AlreadyInstalledException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "NotInstalledException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "NotPendingDeletionException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IdentifierConflictException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "MissingTargetFrameworkException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "MissingReferencesException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "BreaksExistingExtensionsException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "InstallByMsiException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "MissingPackagePartException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "InvalidExtensionManifestException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "InvalidExtensionPackageException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "NestedExtensionInstallException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "RequiresAdminRightsException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "ProxyCredentialsRequiredException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "InvalidPerMachineOperationException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "ReferenceConstraintException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "DependencyException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "InconsistentNestedReferenceIdException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "UnsupportedProductException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "DirectoryExistsException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "FilesInUseException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "CannotUninstallOrphanedComponentsException", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IExtension", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IExtensionContent", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IExtensionHeader", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IExtensionReference", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "Guids", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IInstallableExtension", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "ExtensionDigitalSignatureState", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IInstalledExtension", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "InstallState", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "InstallCompletedEventArgs", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "InstallProgressChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IRepositoryCategory", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IRepositoryEntry", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IRepositoryMetadataSerializer", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IVsExtensionManager", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "SVsExtensionManager", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IVsExtensionManagerDialogProvider", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IVsExtensionRepository", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "SVsExtensionRepository", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "SVsSamplesRepository", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IVsExtensionRepositoryQuery`1", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "SVsExtensionManangerUpdateNotificationProvider", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "VSEdition", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "RestartReason", + "Namespace": "Microsoft.VisualStudio.ExtensionManager" + }, + { + "Name": "IVsExtensionsProviderSelectionCallback", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsExtensionsTreeNodePresenter", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsGetMorePane", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsGetMorePaneConsumer", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsMessagePaneConsumer", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsMessagePane", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsExtension", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsExtensionsProvider", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "SearchCompleteCallback", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsExtensionsProvider2", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsExtensionsTreeNode", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsSearchScope", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsSortDataSource", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsSortDescriptor", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IPropertySink", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsPageDataSource", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "CancelProgressCallback", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsProgressPane", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsProgressPaneConsumer", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "SearchStatus", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "ViewStyle", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "IVsNoItemsMessageTreeNode", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "ControlResources", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "AutomationTextBlock", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "AutomationComboBox", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "ColorResources", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "GetMorePaneGrid", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "FontSizeConverter", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "NotConverter", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "ThemedToggleButton", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "UriToBitmapImageConverter", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "VsSortDataSource", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "VsSortDescriptorCollection", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "ItemDoubleClickedEventArgs", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "VsExtensionsCollection", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "VsExtensionsProvider", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "CompareTemplates", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "VsSortProperty", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "VsSortDescriptor", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "SortCombo", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "ProviderExpander", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "VSExtensionsExplorerCtl", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "MessagePaneGrid", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "PageNavigatorGrid", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "ProgressPaneGrid", + "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + }, + { + "Name": "IVsEnumWindowSearchFilters", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumWindowSearchOptions", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchCallback", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchQuery", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchTask", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchHost", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchHostFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsWindowSearchHostFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VSSEARCHPROGRESSTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VSSEARCHSTARTTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "FileChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DirtyChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "SavedEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "LoadedEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "LineEnding", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "SaveOptionsDialog", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "EditorFactory", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphControlStatusProvider", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphControlAutomationObject", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "VsGraphColors", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProgressionPackage", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "FilterControl", + "Namespace": "Microsoft.VisualStudio.Progression.Filters" + }, + { + "Name": "VirtualToggleButton", + "Namespace": "Microsoft.VisualStudio.Progression.Filters" + }, + { + "Name": "IVsTelemetryEvent", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetrySession", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "DebugTracerGraphModelHelper", + "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + }, + { + "Name": "ActiveTransactionsChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "AggregatorKind", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphCommand", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphCommandDefinition", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphContextDirection", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphProviderAttribute", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "IGraphContext", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "IGraphFormattedLabel", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "IGraphNavigateToItem", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphNavigateToItemRanks", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "IGraphProvider", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "IGraphProviderMetadata", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "IGraphProviderRankableExtension", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphCategoryChangeType", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphCategoryChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphEnumerable", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "DynamicGraphMetaObject", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "Graph", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphCategoryCollection", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphCategory", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphDataObject", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphException", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphGroup", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "IReadOnlyCollection`1", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphMetadataOptions", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphMetadata", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphMetadataContainer", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphObject", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphCommonSchema", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphGroupStyle", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "DelayedDataState", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphObjectChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphPropertyCollection", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphProperty", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphSchema", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphSearchDirection", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphSearchOption", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphCategoryMatchOption", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphSerializationSettings", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphDeserializationProgressEventArgs", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphSerializationErrorEventArgs", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphPathSerializationDictionary", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphPathSerializer", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphTransactionScopeOptions", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphTransactionScope", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphTransactionCanceledException", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphUndoManager", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphUndoUnit", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "IGraphUndoData", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphUpdatedEventArgs", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphLink", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphLinkCollection", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "IGraphTransactionEnlistment", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "IHasGraphOwner", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "IMergeableUndo", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphNode", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphNodeCollection", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphNodeIdName", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphNodeIdCollection", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphNodeId", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphNodeIdConverter", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "GraphNodeIdPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "UndoOption", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "UndoableGraphTransactionScope", + "Namespace": "Microsoft.VisualStudio.GraphModel" + }, + { + "Name": "ParamKind", + "Namespace": "Microsoft.VisualStudio.GraphModel.CodeSchema" + }, + { + "Name": "Position", + "Namespace": "Microsoft.VisualStudio.GraphModel.CodeSchema" + }, + { + "Name": "SourceLocation", + "Namespace": "Microsoft.VisualStudio.GraphModel.CodeSchema" + }, + { + "Name": "SourceLocationTypeConverter", + "Namespace": "Microsoft.VisualStudio.GraphModel.CodeSchema" + }, + { + "Name": "CodeGraphNodeIdName", + "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + }, + { + "Name": "CodeLinkCategories", + "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + }, + { + "Name": "CodeNodeCategories", + "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + }, + { + "Name": "CodeNodeProperties", + "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + }, + { + "Name": "CodeSchema", + "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + }, + { + "Name": "DgmlCommonSchema", + "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + }, + { + "Name": "DgmlNodeProperties", + "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + }, + { + "Name": "GraphConditionalStyleCollection", + "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + }, + { + "Name": "GraphConditionalStyle", + "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + }, + { + "Name": "GraphCondition", + "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + }, + { + "Name": "GraphSetter", + "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + }, + { + "Name": "GraphConditionCollection", + "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + }, + { + "Name": "GraphSetterCollection", + "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + }, + { + "Name": "GraphErrorEventArgs", + "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + }, + { + "Name": "CodingLanguages", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphBuilderFromCodeEditor", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "SelectionReader", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphBuilderFromCodeEditor", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProjectLanguageHelper", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProviderPackage", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "SolutionExplorerSelectionReader", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "VsixProviderLoader", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "OleMessageBoxResult", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "VsShell", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "VsHost", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphControlTaskProvider", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ErrorTaskProvider", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphControlTask", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProgressionErrorTask", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "VsStatusProvider", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "INodeProvider", + "Namespace": "Microsoft.VisualStudio.Progression.NodeProviders" + }, + { + "Name": "ImageMoniker", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "IVsImageService2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "KnownImageIds", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "KnownMonikers", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ImageMoniker", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "ImageHelper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "BitmapLocker", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ActualDpiConverter", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ActualGrayscaleBiasColorConverter", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ActualHighContrastConverter", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ActualImageLibraryConverter", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ImageMonikerConverter", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "CrispImage", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ExtensionMethods", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "HslColor", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ImageConverter", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ImageEventArgs", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ImageKind", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ImageLibrary", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ImageFormat", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ImagingUtilities", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ManifestDescriptor", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ManifestParseException", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "TelemetryEventArgs", + "Namespace": "Microsoft.VisualStudio.Imaging" + }, + { + "Name": "ImageManifest", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageManifestGuid", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageManifestID", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageManifestImport", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageManifestString", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageManifestImage", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageManifestImageSource", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageManifestImageSourceDimensionRange", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageManifestImageSourceDimensions", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageManifestImageSourceSize", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageManifestImageSourceSizeRange", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageManifestImageSourceNativeResource", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ST_SourceBackgroundType", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageManifestImageList", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageManifestImageListContainedImage", + "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + }, + { + "Name": "ImageMonikerToCrispImageConverter", + "Namespace": "Microsoft.VisualStudio.Imaging.Converters" + }, + { + "Name": "DpiPrescaleImageSourceConverter", + "Namespace": "Microsoft.VisualStudio.Imaging.Dpi" + }, + { + "Name": "DpiPrescaleThemedImageConverter", + "Namespace": "Microsoft.VisualStudio.Imaging.Dpi" + }, + { + "Name": "DpiPrescaleThemedImageSourceConverter", + "Namespace": "Microsoft.VisualStudio.Imaging.Dpi" + }, + { + "Name": "DpiPrescaledImageExtension", + "Namespace": "Microsoft.VisualStudio.Imaging.Dpi" + }, + { + "Name": "GrayscaleImageConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "GrayscaleBitmapSourceConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemedImageConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemedImageSourceConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageThemingUtilities", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IImageHandle", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ImageAttributes", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ImageCompositionLayer", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ImageMoniker", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "_ImageAttributesFlags", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "_UIDataFormat", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "_UIImageType", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "JavaScriptLanguageService", + "Namespace": "Microsoft.VisualStudio.JSLS" + }, + { + "Name": "UserSettings", + "Namespace": "Microsoft.VisualStudio.JSLS" + }, + { + "Name": "Strings", + "Namespace": "Microsoft.VisualStudio.JSLS" + }, + { + "Name": "RJLanguageService", + "Namespace": "Microsoft.VisualStudio.JSLS.ResJSON" + }, + { + "Name": "NullToFontStyleItalicConverter", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "LengthToVisibilityConverter", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "ToolsOptionsPageBase", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "IntellisenseFileEntry", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "GeneralFormattingControl", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "GeneralFormattingPage", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "GeneralIntellisenseControl", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "GeneralIntellisensePage", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "IntellisenseGroup", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "IntellisenseRegistryData", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "IntellisenseRegistryDataConverter", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "NewLinesFormattingControl", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "NewLinesFormattingPage", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "ReferencesIntellisenseControl", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "ReferencesIntellisensePage", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "SpacingFormattingControl", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "SpacingFormattingPage", + "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + }, + { + "Name": "CodeMarkerScope", + "Namespace": "Microsoft.VisualStudio.JSLS.Shared" + }, + { + "Name": "DropdownBarSelection", + "Namespace": "Microsoft.VisualStudio.JSLS.NavigationBar" + }, + { + "Name": "SingleThreadSchedulerEvent", + "Namespace": "Microsoft.VisualStudio.JSLS.Engine" + }, + { + "Name": "IAuthorDeprecatedInfo", + "Namespace": "Microsoft.VisualStudio.JSLS.Engine" + }, + { + "Name": "IAuthorCompatibleWithInfo", + "Namespace": "Microsoft.VisualStudio.JSLS.Engine" + }, + { + "Name": "IAuthorCompatibleWithSet", + "Namespace": "Microsoft.VisualStudio.JSLS.Engine" + }, + { + "Name": "IAuthorServiceHost", + "Namespace": "Microsoft.VisualStudio.JSLS.Engine" + }, + { + "Name": "ScriptReferenceDropHandlerProvider", + "Namespace": "Microsoft.VisualStudio.JSLS.DropHandler" + }, + { + "Name": "IVsTelemetryActivity", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryEvent", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetrySession", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsSettingsPersistenceManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "ImageMoniker", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "IVsEnumHierarchies", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSharedAssetsProject", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSharedAssetsProjectEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "ICallHierarchyUIFactory", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + }, + { + "Name": "ICallHierarchySearchCallback", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + }, + { + "Name": "ICallHierarchyItemDetails", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + }, + { + "Name": "ICallHierarchyMemberItem", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + }, + { + "Name": "ICallHierarchyNameItem", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + }, + { + "Name": "ICallHierarchyToolWindowUI", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + }, + { + "Name": "CallHierarchyUIOperation", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + }, + { + "Name": "CallHierarchySearchCategory", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + }, + { + "Name": "CallHierarchySearchScope", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + }, + { + "Name": "CallHierarchyPredefinedSearchCategoryNames", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "MemberGroupTreeViewItem", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy.ViewModel.ToolWindow" + }, + { + "Name": "BaseMemberTreeViewItem", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy.ViewModel.Shared" + }, + { + "Name": "BaseTreeViewItem", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy.ViewModel.Shared" + }, + { + "Name": "BaseTreeViewItemWithDelayLoadedChildren", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy.ViewModel.Shared" + }, + { + "Name": "ToolWindowUI", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy.UI" + }, + { + "Name": "SharedTreeView", + "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy.UI" + }, + { + "Name": "GenerateTypeData", + "Namespace": "Microsoft.VisualStudio.Language.GenerateType" + }, + { + "Name": "IGenerateTypeUI", + "Namespace": "Microsoft.VisualStudio.Language.GenerateType" + }, + { + "Name": "ProjectInfo", + "Namespace": "Microsoft.VisualStudio.Language.GenerateType" + }, + { + "Name": "FileNameInfo", + "Namespace": "Microsoft.VisualStudio.Language.GenerateType" + }, + { + "Name": "GenerateTypeDialog", + "Namespace": "Microsoft.VisualStudio.Language.GenerateType" + }, + { + "Name": "GenerateTypeUI", + "Namespace": "Microsoft.VisualStudio.Language.GenerateType" + }, + { + "Name": "BulkObservableCollection`1", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "Completion", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "Completion2", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "Completion3", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CompletionIcon", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CompletionIcon2", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CompletionMatchType", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CompletionSelectionStatus", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CompletionSet", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CurrentParameterChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CompletionPresenterStyle", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "FilteredObservableCollection`1", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICompletionBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICompletionSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICompletionSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICompletionSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IconDescription", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICustomCommit", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICustomIntellisensePresenter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICustomKeyboardHandler", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IGlyphService", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisenseCommandTarget", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisenseController", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisenseControllerProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisensePresenter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisensePresenterProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisenseSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisenseSessionStack", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IIntellisenseSessionStackMapService", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IInteractiveQuickInfoContent", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IQuickInfoSession2", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "LightBulbPresenterStyle", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IntellisenseKeyboardCommand", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IntellisenseSpaceReservationManagerNames", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IParameter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPopupIntellisensePresenter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IQuickInfoBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IQuickInfoSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IQuickInfoSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IQuickInfoSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISignature", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISignatureHelpBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISignatureHelpSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISignatureHelpSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISignatureHelpSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISmartTagAction", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ITextFormattable", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "QuerySuggestedActionCompletionStatus", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "QuickInfoPresenterStyle", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SignatureHelpPresenterStyle", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SmartTag", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SmartTagActionSet", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISmartTagBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISmartTagSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISmartTagSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISmartTagSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IUIElementProvider`2", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IWpfKeyboardTrackingService", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SelectedSignatureChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SmartTagState", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SmartTagType", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "StandardGlyphGroup", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "StandardGlyphItem", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISuggestedAction2", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISuggestedActionWithFlavors", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISuggestedActionCategory", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISuggestedActionCategoryRegistryService", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISuggestedActionCategorySet", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SuggestedActionSetPriority", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "PredefinedSuggestedActionCategoryNames", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SuggestedActionCategoryDefinition", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "UIElementType", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ValueChangedEventArgs`1", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ILightBulbBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ILightBulbSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SuggestedActionSet", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISuggestedAction", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISuggestedActionsSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ISuggestedActionsSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IFocusableIntellisensePresenter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ExceptionEventArgs", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IDesiredHeightProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IDocumentPeekResult", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekResultFactory", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IExternallyBrowsablePeekResult", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IFindPeekResultsCallback", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekableItem", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekableItemSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekableItemSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IDocumentPeekResultScrollState", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekResultCollection", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekRelationship", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekResult", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekResultDisplayInfo", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekResultPresentation", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekResultPresenter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekResultQuery", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekResultScrollState", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekResultSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "NestedPeekTriggeredEventArgs", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "PeekResultDisplayInfo", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "PredefinedPeekRelationships", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "RecreateContentEventArgs", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SupportsStandaloneFilesAttribute", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekResultDisplayInfo2", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "PeekResultDisplayInfo2", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "PeekSessionCreationOptions", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "IPeekResizeListener", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "PeekResizeEventArgs", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "SupportsPeekRelationshipAttribute", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ImageMoniker", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "INavigateToItemDisplay2", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "IncompleteReason", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "MatchKind", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "PackageAttribute", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "NavigateToItem", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "INavigateToCallback", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "INavigateToCallback2", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "INavigateToItemDisplay", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "INavigateToItemDisplayFactory", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "INavigateToItemProvider", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "INavigateToItemProviderFactory", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "INavigateToOptions", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "NavigateToItemKind", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "DescriptionItem", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "DescriptionRun", + "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + }, + { + "Name": "IStandardClassificationService", + "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" + }, + { + "Name": "LanguagePriority", + "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" + }, + { + "Name": "PredefinedClassificationTypeNames", + "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" + }, + { + "Name": "AttributeAssignment", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CategoryAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureContextHelper", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureElementOperation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureFindElementOperation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureFindOrCreateElementOperation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureFindAndRelateElementOperation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureFindAndRelateOrRemoveCopiedElementOperation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureFindOrCreateAndRelateElementOperation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CommandFactory", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UndoRedoCommandFactory", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionBeginningCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionCommittedCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionRolledBackCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "AddElementCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RemoveElementCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RemovingElementCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ChangeElementCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MoveElementCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementLinkCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "AddElementLinkCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RemoveElementLinkCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RemovingElementLinkCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerChangedCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerPositionChangedCommand", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Context", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CopyOriginContext", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Core", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CoreMetaModelCopyFilterBase", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CoreMetaModelRemoveFilterBase", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "PresentationElement", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "PresentationElementMoveableCollection", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "NamedElement", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "NamedElementElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Relationship", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Dependency", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DependencyMoveableCollection", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DependencyElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Model", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ArtifactType", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ArtifactTypeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomProperty", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyMoveableCollection", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyInstance", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyInstanceMoveableCollection", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyInstanceElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Literal", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DoubleLiteral", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DoubleLiteralElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IntLiteral", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IntLiteralElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "LongLiteral", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "LongLiteralElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "StringLiteral", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "StringLiteralElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "BoolLiteral", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "BoolLiteralElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "GuidLiteral", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "GuidLiteralElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DateTimeLiteral", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DateTimeLiteralElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "List", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ListMoveableCollection", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ListElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Artifact", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ArtifactMoveableCollection", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ArtifactElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Comment", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CommentMoveableCollection", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CommentElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "LocalizableText", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "LocalizableTextMoveableCollection", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ResourcedText", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ResourcedTextElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "NonResourcedText", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "NonResourcedTextElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaClassId", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaClassIdMoveableCollection", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaClassIdElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ReferencingElementLink", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SubjectHasPresentation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SubjectHasPresentationElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DependencyHasSource", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DependencyHasSourceElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DependencyHasTarget", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DependencyHasTargetElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ArtifactHasType", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ArtifactHasTypeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementHasComments", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementHasCommentsElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ListField", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ListFieldElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "LocalizedTextField", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "LocalizedTextFieldElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomDeclaration", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomDeclarationElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyHasTypeName", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyHasTypeNameElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyHasPrompt", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyHasPromptElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyDefaultValue", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyDefaultValueElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyInstanceHasType", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyInstanceHasTypeElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyInstanceValue", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPropertyInstanceValueElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementHasCustomPropertyInstances", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementHasCustomPropertyInstancesElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomModelEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomModelEventAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomModelEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomModelEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomModelEvent", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomModelRuleOnAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomModelRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RuleManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPrototypeProxy", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPrototypeSavedFileInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomPrototype", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ToolboxItemFilterAttributeProxy", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DataAssignment", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DelegateHashKey", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaObjectHashKey", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementHashKey", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomModelEventHashKey", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MultiGuidHashKey", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaObjectElementHashKey", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaClassMetaAttributeHashKey", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DemandLoaderForAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DemandLoader", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DemandLoaderStatus", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DescriptionAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementCustomPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelingEnumerationConverter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Domain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "GuidDomain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "EnumerationDomain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "BooleanDomain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "OrderedDomain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "FiniteOrderedDomain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IntegerDomain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "LongDomain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DoubleDomain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "StringDomain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DateTimeDomain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomDomain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomOrderedDomain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomFiniteOrderedDomain", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IntegerDomainAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "LongDomainAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "StringDomainAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "GuidDomainAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DoubleDomainAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DateTimeDomainAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "BooleanDomainAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "EnumerationDomainAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CustomDomainAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RemoveState", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MonikerizeFor", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelElement", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelElementMoveableCollection", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "XPathQueryResult", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementAccessibleObject", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementClassFactory", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureType", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementClosureWalker", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementDirectory", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ChangeSource", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelingEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventsBegunEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventsEndedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "GenericEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerOrderChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementAddedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementRemovedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementRemovingEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementAttributeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementMovedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventsBegunEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventsEndedEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementAddedEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementRemovedEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementMovedEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementAttributeChangedEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerChangedEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerOrderChangedEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventsBegunEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventsEndedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ExistingElementEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementAddedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerChangedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerOrderChangedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementAttributeChangedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementRemovedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementMovedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementFactory", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementGroupContext", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementGroup", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementGroupPrototype", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementLink", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DemandLoadCurrentState", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementNode", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementOperations", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MergeElementGroupEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IElementVisitor", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "VisitorFilterResult", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IElementVisitorFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementWalker", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "BreadthFirstElementWalker", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DepthFirstElementWalker", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "VisitorFilters", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DefaultVisitorFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "PropagateRemoveVisitorFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "AncestorVisitorFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "AggregateVisitorFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "EventManagerDirectory", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelElementFieldHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ReferenceFieldHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TypedInlineReferenceFieldHandler`2", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TypedModelElementFieldHandler`2", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TypedModelElementInlineFieldHandler`2", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TypedModelElementPassThroughFieldHandler`2", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TypedModelElementCustomStoredFieldHandler`2", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "GlobalEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "LoadedElementDirectory", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MergeContext", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaAttributeAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaFieldInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaAttributeInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaClassAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementFactoryCreator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementFactoryCreatorForAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaClassInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaClassNode", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaDataDirectory", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaDataInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "InheritBaseModelAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaModelAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaModelInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaObjectAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaRelationshipAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaRelationshipInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Cardinality", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaRoleAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaRolePlayerInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaRoleInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaRoleNode", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelDataBag", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelingToolboxItem", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelingToolboxItemComparer", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DumpMetaFileSuppressions", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelValidationError", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementErrorInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MonikerKey", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Moniker", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IMonikerResolver", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MonikerResolverForAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IMoveableCollection", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MoveableCollection", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "NavigationNode", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "NotificationDispatcher", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "OrderedRolePlayer", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Partition", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "PartitionDictionary", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelingPerformanceCounters", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ProtoAttributeValue", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ProtoElementBase", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ProtoElement", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ProtoGroup", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ProtoLink", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ProtoRolePlayer", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ReadOnlyAttributeValue", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ReadOnlyAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ReferenceDetails", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RoleAssignment", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RoleDataProxy", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RoleNode", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RulePriorityRanges", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TimeToFire", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RuleOnAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Rule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "AddRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ChangeRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MoveRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RemoveRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RemovingRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerChangeRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerPositionChangeRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionBeginningRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionCommittingRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionRollingBackRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ScopeManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ShapeForAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "StorageManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "StoreDisposingEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "StoreDisposingEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Store", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "StoreColumn", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "StoreNavigator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "StoreSchema", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "StoreTable", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SubStore", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionBeginningFiresSynchronizationEvent", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SynchronizationCustomEvent", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SynchronizationModelEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MetaToolboxItemAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionBeginningEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionCommittedEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionRolledBackEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionBeginningEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionCommitEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionRollBackEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionBeginningEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionCommittedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionRolledBackEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionLog", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DeserializationBeginningEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DeserializationEndingEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CompletionStatus", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DeserializationEndingEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionContext", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactedOperation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactedOperationWithParameters", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Transaction", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CanUndoRedoCallback", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UndoState", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UndoStackFlushedEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UndoItemAddedEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UndoItemDiscardedEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UndoManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UndoItemEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionItem", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UserContextTypeConverter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UserContextType", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UserContextElement", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UserContext", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "HashCodeUtility", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CoreMetaModelCopyFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CoreMetaModelRemoveFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "WorkingStoreProxy", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "XPathQuery", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Debug", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + }, + { + "Name": "ElementTreeNode", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + }, + { + "Name": "ListViewSplitter", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + }, + { + "Name": "ObjectPropertyListView", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + }, + { + "Name": "ObjectRelationshipListView", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + }, + { + "Name": "Search", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + }, + { + "Name": "TreeViewSplitter", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + }, + { + "Name": "ValidateModelErrorForm", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + }, + { + "Name": "ViewerDialog", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + }, + { + "Name": "XmlSerialization", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + }, + { + "Name": "ElementLinkEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "ModelElementEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "ElementLinkEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "ModelElementEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "ModelWalker", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "ModelDataGenerator", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MetaModelEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MetaClassEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MetaRelationshipEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MetaAttributeEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MetaRoleEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MetaModelEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MetaClassEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MetaRelationshipEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MetaRoleEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MetaAttributeEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "ImsWalker", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "ImsDataGenerator", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslBaseAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslNodeAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslIgnoreTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslMemberAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslElementAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslAttributeAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslIgnoreMemberAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslCollectionAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslDictionaryAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslSummaryElementAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslSummaryAttributeAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "FormatterStyle", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslFormatter", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslAttributeDictionary", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "OverrideDictionary", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslTypeOverride", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MslOverrideSet", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "Walker", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "DataGenerator", + "Namespace": "Microsoft.VisualStudio.Modeling.Report" + }, + { + "Name": "MergeAbortedException", + "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + }, + { + "Name": "Severity", + "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + }, + { + "Name": "ErrorReportingInformation", + "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + }, + { + "Name": "ErrorId", + "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + }, + { + "Name": "ModelingException", + "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + }, + { + "Name": "ModelingInternalErrorException", + "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + }, + { + "Name": "InvalidMetaModelException", + "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + }, + { + "Name": "MetaDataNotFoundException", + "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + }, + { + "Name": "ModelingToolboxItemException", + "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + }, + { + "Name": "CancelledException", + "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + }, + { + "Name": "ReactiveValidationEngine", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + }, + { + "Name": "ValidationEmissary", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + }, + { + "Name": "ValidationEngine", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + }, + { + "Name": "ValidationGlyphs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + }, + { + "Name": "ValidationManager", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + }, + { + "Name": "ValidationRequestEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + }, + { + "Name": "ValidationMessagesChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + }, + { + "Name": "ValidationMessage", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + }, + { + "Name": "ValidationContext", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + }, + { + "Name": "ValidationMessageCollection", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + }, + { + "Name": "ValidationMessageObserver", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + }, + { + "Name": "ValidationStrings", + "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + }, + { + "Name": "ArtifactChange", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactAddChange", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactDeleteChange", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactPropertyChange", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "Query", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactDescriptor", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactPropertiesDictionary", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "CreatedArtifact", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "DeleteResult", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactHandlerFactory", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "TemporaryHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactMappingEngine", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactMappingEngineHost", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactMappingManager", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "IgnoredValue", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ElementProvider", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ElementProviderDemandLoader", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ElementSynchronizationStatus", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ExceptionBuilder", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactHandlerException", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "FileNotFoundException", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactSdkException", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "FatalSynchronizationException", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "FatalReverseEngineeringException", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ExceptionHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "HandlerFactoryManager", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactIdentifier", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "IModelSynchronizer", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "IArtifactMapper", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "IModelMapper", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "IDemandLoadHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ArtifactMoniker", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "IMonikerHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "IProjectFinder", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "IDesignerCallbacks", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ICustomMonikerElementProvider", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "IArtifactScope", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "ISynchronizationEventListener", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "PropertyChangedCustomModelEvent", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "PropertyChangedCustomModelEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "QueryContext", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "Variable", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "SynchronizationEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "SynchronizationException", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "SynchronizationStatusEntry", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "XPathElements", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "NodeTest", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + }, + { + "Name": "AsmxHandlerFactory", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "FileHandlerFactory", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "ProjectKinds", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "HandlerConstants", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "ProjectHandlerFactory", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "ReferenceHandlerFactory", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "TextWindowHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "TextWindowHandlerEditorInfo", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "VSArtifactScope", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "VSArtifactHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "VSArtifactHandlerFactory", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "ProjectBasedHandlerFactory", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "ProjectBasedArtifactHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "VSHost", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "XmlHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "AssemblyHandlerFactory", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "AssemblyHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "CodeHandlerFactory", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "ConfigApiHandlerFactory", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "MachineConfigHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + }, + { + "Name": "BreadthFirstRolePlayerFirstElementWalker", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DepthFirstElementAndLinkWalker", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DepthFirstElementWalker", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementClosureWalker", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementWalker", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ChangeSource", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelingEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventsBegunEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventsEndedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "GenericEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerOrderChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementAddedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementDeletedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementDeletingEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementPropertyChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementMovedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventsBegunEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventsEndedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ExistingElementEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementAddedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerChangedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerOrderChangedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementPropertyChangedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementDeletedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementMovedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "EventManagerDirectory", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DeserializationEndingEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "GlobalEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionBeginningEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionCommitEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionRollbackEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionBeginningEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionCommittedEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionRolledBackEventManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CoreDomainModel", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CoreDeleteClosure", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CoreDeleteClosureBase", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CoreCopyClosure", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CoreCopyClosureBase", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ExtensionExtendsElement", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DependsOnDomainModelAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainClassInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainDataDirectory", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainDataNotFoundException", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainModel", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainModelInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainModelOwnerAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainObjectIdAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainObjectInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainPropertyAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainPropertyInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainPropertyKind", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainRelationshipAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainRelationshipInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "PropagatesCopyOption", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainRoleAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainRoleInfo", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainRoleOrder", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ExtendsDomainModelAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "InvalidDomainModelException", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Multiplicity", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RuleManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RuleOnAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Rule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "AddRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ChangeRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MoveRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DeleteRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DeletingRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerChangeRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RolePlayerPositionChangeRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionBeginningRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionCommittingRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionRollingBackRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TimeToFire", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ExtensionElementSerializer", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ExtensionExtendsElementSerializer", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IExtensionLocator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainModelExtensionProvider", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "StandardSerializerLocator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainModelSerializerAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "StandardExtensionLocator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MefMetadataConstants", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ProvidesExtensionToDomainModelAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainXmlTypeSerializerDirectoryEntry", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainPropertyXmlSerializer", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ISerializerLocator", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ISerializerLocatorExtensions", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IDomainModelSerializer", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "VisitorFilterResult", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IElementVisitorFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "VisitorFilters", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DefaultVisitorFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "PropagateDeleteVisitorFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "AncestorVisitorFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "EmbeddingVisitorFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ChainingElementVisitorFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CopyClosureFilter", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainClassXmlSerializer", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainRelationshipXmlSerializer", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainXmlSerializerNamespaceEntry", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainXmlSerializationBehavior", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainXmlSerializerDirectoryEntry", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainXmlSerializerDirectory", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ISchemaResolver", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RootElementSettings", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SerializationContext", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SerializationContextTransactionExtensions", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SerializationException", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SerializationMessage", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SerializationResult", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SerializationMessageKind", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SerializationUtilities", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CalculatedPropertyValueHandler`2", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CoreDomainModelSerializationBehavior", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainPropertyValueHandler", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DomainPropertyValueHandler`2", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "DeleteState", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelElement", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IElementDirectory", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementFactory", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementLink", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementNameAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementNameProvider", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ExtensionElement", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IMergeElements", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "LinkedElementCollection`1", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Moniker", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MonikerKey", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IMonikerResolver", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "AmbiguousMonikerException", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "PropertyAssignment", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ReadOnlyLinkedElementCollection`1", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RoleAssignment", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SimpleMonikerResolver", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementDeserializedRule", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureType", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IElementVisitor", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureContextHelper", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureElementOperation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureFindElementOperation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureFindOrCreateElementOperation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureFindAndRelateElementOperation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureFindAndRelateOrDeleteCopiedElementOperation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ClosureFindOrCreateAndRelateElementOperation", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CopyOriginContext", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementGroup", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementGroupContext", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementGroupPrototype", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ElementOperations", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MergeElementGroupEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "SElementPartitionMapper", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "IElementPartitionMapper", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MergeAbortedException", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "MergeContext", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ProtoElementBase", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ProtoElement", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ProtoGroup", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ProtoLink", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ProtoPropertyValue", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ProtoRolePlayer", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Partition", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Store", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "PartitionDictionary", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Context", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ITransientTransactionContextObject", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CompletionStatus", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionContext", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "Transaction", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionItem", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionLog", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CanCommitResult", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CanCommitCallback", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "TransactionManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "CanUndoRedoCallback", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UndoState", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UndoManager", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UndoItemEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "RedoStackFlushedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "UndoRedoCanceledException", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "InternalModelingErrorException", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ModelingException", + "Namespace": "Microsoft.VisualStudio.Modeling" + }, + { + "Name": "ValidationContext", + "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + }, + { + "Name": "ValidationController", + "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + }, + { + "Name": "ViolationType", + "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + }, + { + "Name": "ValidationMessage", + "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + }, + { + "Name": "ValidationMessageObserver", + "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + }, + { + "Name": "ValidationCategories", + "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + }, + { + "Name": "ValidationMethodAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + }, + { + "Name": "ValidationState", + "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + }, + { + "Name": "ValidationStateAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + }, + { + "Name": "SLockingPolicy", + "Namespace": "Microsoft.VisualStudio.Modeling.Immutability" + }, + { + "Name": "ILockingPolicy", + "Namespace": "Microsoft.VisualStudio.Modeling.Immutability" + }, + { + "Name": "Locks", + "Namespace": "Microsoft.VisualStudio.Modeling.Immutability" + }, + { + "Name": "ImmutabilityExtensionMethods", + "Namespace": "Microsoft.VisualStudio.Modeling.Immutability" + }, + { + "Name": "ModelingPerformanceCounters", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + }, + { + "Name": "StoreViewer", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + }, + { + "Name": "ModelElementExtensionMethods", + "Namespace": "Microsoft.VisualStudio.Modeling.Extensibility" + }, + { + "Name": "ILinkedUndoContext", + "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + }, + { + "Name": "ILinkedUndoTransaction", + "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + }, + { + "Name": "CommandExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + }, + { + "Name": "ExtensionRegistrarBase`2", + "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + }, + { + "Name": "ExtensionEnablementConstants", + "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + }, + { + "Name": "ICommandExtension", + "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + }, + { + "Name": "IExtensibilityLogger", + "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + }, + { + "Name": "IMenuCommand", + "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + }, + { + "Name": "ExtensionRegistrar`2", + "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + }, + { + "Name": "ValidationExtensionRegistrar", + "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + }, + { + "Name": "ModelingToolboxItemBase", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "CategoryResourceAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "DescriptionResourceAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "DisplayNameResourceAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "ElementPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "ElementTypeDescriptionProvider", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "ElementTypeDescriptor", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "FlagEnumerationEditor", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "TypeDescriptionProviderForwarder", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "ForwardingTypeDescriptionProvider", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "ModelingBindingSource", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "ModelingEnumerationConverter", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "ModelingToolboxItem", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "PropertyDescriptorNotFoundException", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "RolePlayerMenuCommand", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "RolePlayerPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "TrackingPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "UserContext", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "UserContextType", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "UserContextElement", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "UserContextTypeConverter", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "WinFormsDataBindingHelper", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "RolePlayerComboCell", + "Namespace": "Microsoft.VisualStudio.Modeling.Design" + }, + { + "Name": "HslColor", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagrams" + }, + { + "Name": "HslColorConverter", + "Namespace": "Microsoft.VisualStudio.Modeling.Diagrams" + }, + { + "Name": "IModelingAdapterWithRootedModel", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "IModelingAdapterWithStore", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelBusReferencePropertySerializer", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelBusReferenceTypeConverter", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "StandardModelingAdapter", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "AdapterNotSupportedException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "IConfiguration", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "InvalidAdapterManagerException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelBusReferenceFormatException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelingAdapterReferenceFormatException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "AdapterReferenceTypeNotSupportedException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ViewOperationException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "DynamicAdapterManagerAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "HostSpecificAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "HandlesAdapterAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "CompositionAttributes", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "CompositionConfigurationManager", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ErrorCategory", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelingAdapter", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelingDocumentHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelBusAdapterReference", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "IModelBus", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelingAdapterReference", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelBus", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelBusReference", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelBusResetException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "PresentationCreationException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "AdapterCreationException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ReferenceContext", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ReferenceStatus", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "PresentationAlreadyCreatedException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ReferenceFormatException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "AdapterAlreadyRegisteredException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "AdapterManagerAlreadyRegisteredException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "AdapterManagerNotRegisteredException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "AdapterNotRegisteredException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelBusAdapter", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelBusException", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelBusAdapterManager", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "SModelBus", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "SupportedType", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ValidateReferenceOption", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ModelBusView", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + }, + { + "Name": "ApplyElementTypeLimitationsAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + }, + { + "Name": "ApplyAdapterLimitationsAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + }, + { + "Name": "PickerMetadataBaseAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + }, + { + "Name": "SupplyFileBasedBrowserConfigurationAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + }, + { + "Name": "BrokenReferenceDetector", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + }, + { + "Name": "IModelBrowser", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + }, + { + "Name": "IModelBrowserHost", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + }, + { + "Name": "ModelBusReferenceExtensionMethods", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + }, + { + "Name": "ReferenceChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + }, + { + "Name": "ReferenceEditorBase", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + }, + { + "Name": "ModelReferenceEditor", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + }, + { + "Name": "ModelElementReferenceEditor", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + }, + { + "Name": "SReferencePicker", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting" + }, + { + "Name": "IReferencePicker", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "StandardVsModelingDiagramView", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell" + }, + { + "Name": "DialogBase", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell" + }, + { + "Name": "VsModelingAdapterManager", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell" + }, + { + "Name": "VsModelingView", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell" + }, + { + "Name": "VSReferencePicker", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + }, + { + "Name": "ModelBrowserBase", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + }, + { + "Name": "ModelElementBrowser`1", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + }, + { + "Name": "ModelElementBrowser", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + }, + { + "Name": "ModelBrowser", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + }, + { + "Name": "PickerDialog", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + }, + { + "Name": "BrowserType", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + }, + { + "Name": "LabelType", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + }, + { + "Name": "Status", + "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + }, + { + "Name": "ModelingCompositionContainer", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelingBindingSourceToolboxItem", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "AmbientFontService", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "CommonModelingCommands", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "MonitorSelectionEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "CommandContextChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "IMonitorSelectionService", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "SRelatedDocList", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "IRelatedDocList", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ClassViewNavigationInfoTypes", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ClassViewNavigationInfoNode", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ClassViewNavigationInfo", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "CurrentSelectionPusher", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "DialogBase", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "DocumentSavedEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "DocData", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "QueryEditResult", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "QuerySaveResult", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "FileCancelException", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "DynamicStatusMenuCommand", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "SubordinateDocData", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "SubordinateDocumentLockHolder", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "SubordinateFileHelper", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "UndoManager", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ContainerBase", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ExplorerElementVisitor", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "GetModelElementDisplayNameEventHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ExplorerTreeNode", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ElementTreeNode", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelElementTreeNode", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "RoleGroupTreeNode", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "RoleTreeNode", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelExplorerToolWindow", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelExplorerTreeContainer", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "DslModelExplorerFilter", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ClassViewImages", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelingPackage", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "DiagramDocView", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "SingleDiagramDocView", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "DiagramExporter", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ExportUserAction", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "UserActionEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ExportErrorEventArgs", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelingDocView", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "IncludeResults", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "IncludeInResultsCallback", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ShellUtility", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "LinkedTransaction", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "CommandContextBoundMenuCommand", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelingDocData", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelingDocStore", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelingEditorFactory", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelingErrorListProvider", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelingErrorListItem", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "PackageUtility", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelingPartitionMapper", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelingSchemaResolver", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelingWindowPane", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "SerializationErrorListItem", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "SimpleErrorListItem", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ToolWindow", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "TransactionCommitHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "DescriptionHandler", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "UndoUnit", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "VSDiagramView", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "VSDiagramViewSite", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ProvideBindingPathAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ProvideXmlEditorChooserDesignerViewAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "TaskMenuCommand", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ErrorListObserver", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ValidationTaskProvider", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ModelElementLocator", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "NavigateToModelExplorerTreeNodeCommand", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "NavigateToShapesOnDiagramCommand", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "TaskValidationMessage", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ValidationMessageCommandIds", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ValidationTask", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "VsValidationContext", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "VsValidationController", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ProvideCommandLineSwitchAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "RelatedFileType", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ProvideRelatedFileAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "ClipboardCommandSet", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "CommandSet", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "CommandSetLibrary", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "RegisterAdditionalEditorExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "RegisterAsDslToolsEditorAttribute", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "WaitCursor", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + }, + { + "Name": "CommandExtensionRegistrar", + "Namespace": "Microsoft.VisualStudio.Modeling.Shell.ExtensionEnablement" + }, + { + "Name": "IVsTelemetryEvent", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetrySession", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "CodeWindowManager", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "TypeAndMemberDropdownBars", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "DropDownMember", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "Colorizer", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "ColorableItem", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "DocumentProperties", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "DocumentTask", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "EditSpan", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "EditArray", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "EditorFactory", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "SimpleEditorView", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "EditorControl", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "DefaultFieldValue", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "ExpansionProvider", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "ExpansionFunction", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "ParseReason", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "LanguageService", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "ParseResultHandler", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "ParseRequest", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "AuthoringScope", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "Declarations", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "Methods", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "AuthoringSink", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "IndentingStyle", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "LanguagePreferences", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "IScanner", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "TokenColor", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "TokenInfo", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "TokenTriggers", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "TokenType", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "Severity", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "CommentInfo", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "Source", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "Completor", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "CompoundActionBase", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "CompoundAction", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "CompoundViewAction", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "CompletionSet", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "MethodData", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "CompoundActionFactory", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "TextSpanHelper", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "Variant", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "FilePathUtilities", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "ViewFilter", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "TextTipData", + "Namespace": "Microsoft.VisualStudio.Package" + }, + { + "Name": "ProfilerMarker5FormatDefinition", + "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + }, + { + "Name": "ProfilerMarker4FormatDefinition", + "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + }, + { + "Name": "ProfilerMarker3FormatDefinition", + "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + }, + { + "Name": "ProfilerMarker2FormatDefinition", + "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + }, + { + "Name": "ProfilerMarker1FormatDefinition", + "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + }, + { + "Name": "ProfilerMarker0FormatDefinition", + "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + }, + { + "Name": "WpfProfilerCustomMargin", + "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + }, + { + "Name": "WpfProfilerCustomMarginFactory", + "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + }, + { + "Name": "VsManagedObjectAggregator", + "Namespace": "Microsoft.VisualStudio.Platform" + }, + { + "Name": "IVsCacheCleanupPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsManagedObjectAggregatorPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsRCWCleanupPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCommandSearchPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchProviderPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsCachingResourceManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsCommandSearchPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "ScopeLocation", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSCOMMANDFLAGS", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSCOMMANDTYPES", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDataSourceFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsGlobalSearch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsMRESearchProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsMRUItemsStore", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchCallback", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchItemDynamicResult", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchItemResult", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchProviderCallback", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchQuery", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchTask", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchToken", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUICollection", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataSource", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDispatch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIObject", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShell4", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUISimpleDataSource", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDataSourceFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsGlobalSearch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsMRUItemsStore", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSFPROPID4", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSFPROPID5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "WMDocumentGroup_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "WMFloatSite_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "DocumentView_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "ToolWindowView_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "WindowFrameTitle_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "DebugColorTheme", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "ColorEntry", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "ColorNameCollection", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "ColorTheme", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "ColorThemeCollection", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "ColorThemeService", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "ManageActions", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "ITelemetryActivityFactory", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "BindableSolutionName", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "DataTemplates", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "StubWindowFrameContent", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "WindowProfileXmlReader", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "WindowProfileXmlWriter", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "WMDocumentGroup", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "WMFloatSite", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "PropertyBrowserSwitcher", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "ContextSwitchFrame", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "DocumentView", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "FrameMonikerCompareOptions", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "FrameMoniker", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "DOCHOSTUITYPE", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "DOCHOSTUIDBLCLK", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "DOCHOSTUIFLAG", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "DOCHOSTUIINFO", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "tagPOINT", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "tagRECT", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "tagMSG", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "IDocHostUIHandler", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "IDocHostShowUI", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "IVsAmbientPropertyDelegate", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "ToolWindowView", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "WindowFrame", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "WindowFrameEventArgs", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "WindowFrameTitle", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "WindowManagerCommands", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "WindowManagementPackage", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "InvalidDocumentStatesDataException", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "DocumentTabItemStyle", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "TabGroupTabItemStyle", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "WindowManagerResources", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + }, + { + "Name": "DocumentWindows", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + }, + { + "Name": "LinkedWindows", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + }, + { + "Name": "WindowBase", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + }, + { + "Name": "WindowConfiguration", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + }, + { + "Name": "WindowConfigurations", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + }, + { + "Name": "WindowEvents", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + }, + { + "Name": "WindowVisibilityEvents", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + }, + { + "Name": "Windows", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + }, + { + "Name": "ToolWindowViewCustomSerializer", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.Serialization" + }, + { + "Name": "TabsAndWindowsOptionsControl", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.Options" + }, + { + "Name": "TabsAndWindowsOptionsPage", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.Options" + }, + { + "Name": "FloatingWindowTitleConverter", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.Controls" + }, + { + "Name": "BackForwardNavigationService", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.Navigation" + }, + { + "Name": "NavigationItem", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.Navigation" + }, + { + "Name": "WindowLayoutInfo", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.LayoutManagement" + }, + { + "Name": "InfoBarControl", + "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.InfoBar" + }, + { + "Name": "AutoHideChannel_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "AutoHideGroup_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "AutoHideRoot_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "WindowProfile_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DockGroup_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DocumentGroupContainer_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DocumentGroup_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "View_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ViewBookmark_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "MainSite_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "FloatSite_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DockRoot_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "TabGroup_XamlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ColorName", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IEnumSurfacesPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsBackForwardNavigationPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsBackForwardNavigationPrivate2", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsBuildAccelTable", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorEntry", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorNames", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorTheme", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorThemeService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorThemeService2", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorThemes", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCommandBarsCustomizerPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCommandInfoDisplayServicePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCoreTelemetry", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDteBackChannel", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsFeatureFlags", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsGlobalSearchUIPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInternalOleInPlaceFrame", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsLightWeightTelemetryServicePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsMonitorSelectionExPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsPreventAddNavigationItemsScopePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsRemoteSettings", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsRunningDocumentTablePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsStubWindowPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSurfacePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryActivity", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryEvent", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetrySession", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsThemeChangeEvents", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolWindowFactory2Private", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolbarSetPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolbarSetPrivate2", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolbarSetProviderPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTrackSelectionExPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowManager2", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowManager3", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowManager4", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowManagerDTESupport", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchHostPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsBackForwardNavigation", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsBuildAccelTable", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsColorThemeService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsCommandBarsCustomizerPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsCommandInfoDisplayServicePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDteBackChannel", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsFeatureFlags", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLightWeightTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsOleInPlaceFrame", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsRemoteSettings", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsSettingsPersistenceManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsSurfaceMonitorSelectionPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsSurfacePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsToolbarSetProviderPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsWindowManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "_VSEnsureLoadedResult", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "__DOCUMENTDOCKPREF", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "__SELCTXTYPE", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "__TOOLBARDOCKLOCATIONS", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSSAVELAYOUTOPTS", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IImageHandle", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ImageAttributes", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ImageMoniker", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "IVxThumbnailSupport", + "Namespace": "Microsoft.VisualStudio.Platform.VSEditor.Interop" + }, + { + "Name": "IVsImageService2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBar", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarActionItem", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarActionItemCollection", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarTextSpan", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarTextSpanCollection", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarUIElement", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarUIEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsRunningDocumentTable4", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowFrame4", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowFrame5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowFrameEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsInfoBarUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__TABIMAGEFLAGS", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "DteProjectGraphBuilder", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IDteProjectGraphBuilder", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "Subroutine", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "BuildErrorHandler", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DTEWrapper", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "BusyAnimation", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "CodeModelCompatibility", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchemaProviderHelper" + }, + { + "Name": "CodeSchemaProvider", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchemaProviderHelper" + }, + { + "Name": "KindOfCodeSyntax", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "ITokenizedConstruct", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CodeGraphCommands", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "AssemblyNodeIdHelper", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "ExternalsGroupHelper", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CodeGraphSchema", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CodeQualifiedIdentifierUriConvert", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CodeQualifiedIdentifierBuilder", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CodeQualifiedIdentifierGenericBuilder", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CodeQualifiedIdentifierTypeBuilder", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CodeQualifiedIdentifierMemberBuilder", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CodeQualifiedIdentifierStackMethodBuilder", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CodeQualifiedIdentifierStackMethodParameterBuilder", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CodeQualifiedIdentifierDteProjectBuilder", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CodeQualifiedIdentifierStackFrameBuilder", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CodeQualifiedName", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CodeSchemaGraphHelpers", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "Constants", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "StandardGraphSettings", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "Properties", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "NodeCategories", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "LinkCategories", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "UnifyGraphNodeIdHelper", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "AssemblyDependencyGraph", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "IGraphGenerator", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "ReflectionAppDomain", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "IGraphReverseEngineeringSettingsProvider", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "GraphReverseEngineeringSettings", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + }, + { + "Name": "CallStackMethodNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CallStackFrameNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypedLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CodeSchemaHelper", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypedNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ArgumentExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ArgumentExpressionContainsExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ArgumentExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ArgumentExpressionReferencesParameterLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ArrayCreationExpressionArrayIndexExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ArrayCreationExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ArrayExpressionArrayIndexExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ArrayExpressionLeftHandSideExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ArrayExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ArrayInitializationExpressionArrayInitialItemExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ArrayInitializationExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssemblyAttributeUseAttributeInstanceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssemblyAttributeUseTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssemblyContainsClassLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssemblyContainsDelegateLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssemblyContainsEnumLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssemblyContainsInterfaceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssemblyContainsModuleLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssemblyContainsStructLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssemblyContainsTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssemblyNamespaceReferenceNamespaceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssemblyNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssemblyReferencesAssemblyLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssignmentExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssignmentExpressionLeftHandSideExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssignmentExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AssignmentExpressionRightHandSideExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AttributeArgumentBasedOnStatementLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AttributeArgumentNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AttributeBasedOnClassLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AttributeInstanceBasedOnStatementLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AttributeInstanceContainsAttributeArgumentLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AttributeInstanceNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AttributeInstanceReferencesTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "AttributeNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BaseExpressionBasedOnLocalExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BaseExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BinaryOperatorExpressionLeftHandSideExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BinaryOperatorExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BinaryOperatorExpressionRightHandSideExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BlockBasedOnStatementLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BlockContainsStatementLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BlockExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BlockExpressionContainsExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BlockExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BlockNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BodyExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BodyExpressionContainsStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BodyExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BreakExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "BreakExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CallExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CallExpressionContainsArgumentExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CallExpressionLeftHandSideExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CallExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CallExpressionReferencesMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CallStackFrameCallsCallStackFrameLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CallStackFrameReferencesCallStackMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CallStackMethodReferencesCallStackUnresolvedMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CallStackMethodReferencesMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CallStackUnresolvedMethodNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CaseExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CaseExpressionContainsBodyExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CaseExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CastExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CastExpressionContainsExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CastExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CatchExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CatchExpressionContainsBodyExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CatchExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ClassBasedOnTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ClassContainsMemberLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ClassContainsTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ClassImplementsInterfaceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ClassInheritsFromClassLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ClassNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CollectionInitializerExpressionCollectionCreationCallExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CollectionInitializerExpressionCollectionItemExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "CollectionInitializerExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ConstantExpressionBasedOnLocalExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ConstantExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ContinueExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ContinueExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "DeclarationExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "DeclarationExpressionContainsAssignmentExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "DeclarationExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "DeclarationExpressionReferencesTypeExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "DelegateBasedOnClassLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "DelegateNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "DynamicCallExpressionBasedOnCallExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "DynamicCallExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "DynamicPropertyExpressionBasedOnPropertyExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "DynamicPropertyExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "EnumBasedOnTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "EnumNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "EventAddHandlerMethodMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "EventBasedOnMemberLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "EventNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "EventParameterLinkParameterLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "EventRaiseEventMethodMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "EventRemoveHandlerMethodMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ExitExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ExitExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ExitExpressionReferencesStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ExpressionBasedOnStatementLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ExpressionReferencesTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FieldAttributeUseAttributeInstanceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FieldAttributeUseTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FieldBasedOnMemberLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FieldExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FieldExpressionLeftHandSideExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FieldExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FieldExpressionReferencesFieldLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FieldNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FieldReferencesTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FinallyExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FinallyExpressionContainsBodyExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FinallyExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FrameBasedOnBlockLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FrameContainsFrameLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FrameMapsStatementLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FrameNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FrameReferencesMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FrameReferencesObjectInstanceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FrameReferencesTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FunctionPointerExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FunctionPointerExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "FunctionPointerExpressionReferencesMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "GenericArgumentGenericParameterLinkGenericParameterLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "GenericArgumentNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "GenericArgumentReferencesTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "GenericParameterBasedOnTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "GenericParameterNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "GoToExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "GoToExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "GoToExpressionReferencesLabelExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "GuardExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "GuardExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "IfExpressionBasedOnCaseExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "IfExpressionContainsIfExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "IfExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "IfExpressionTestConditionExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "InitializationExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "InitializationExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "InterfaceBasedOnTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "InterfaceContainsEventLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "InterfaceContainsMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "InterfaceContainsPropertyLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "InterfaceInheritsFromInterfaceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "InterfaceNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LabelExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LabelExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LambdaExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LambdaExpressionContainsBodyExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LambdaExpressionContainsExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LambdaExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LambdaExpressionReferencesDelegateLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LocalExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LocalExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LocalExpressionReferencesDeclarationExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LocalExpressionReferencesParameterLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LockExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LockExpressionContainsBlockExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LockExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LockExpressionReferencesExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LoopExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LoopExpressionContainsBodyExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LoopExpressionLoopCollectionExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LoopExpressionLoopGuardExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LoopExpressionLoopInitializationExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LoopExpressionLoopIteratorExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LoopExpressionLoopStepExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "LoopExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MemberBasedOnBlockLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MemberCallsMemberLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MemberGenericArgumentLinkGenericArgumentLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MemberGenericMemberUseMemberLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MemberGenericParameterLinkGenericParameterLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MemberNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MethodAttributeUseAttributeInstanceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MethodAttributeUseTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MethodBasedOnMemberLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MethodContainsBlockExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MethodFieldReadFieldLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MethodFieldReferenceFieldLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MethodFieldWriteFieldLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MethodFunctionPointerMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MethodGenericParameterLinkGenericParameterLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MethodNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MethodParameterLinkParameterLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MethodReferencesFrameLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MethodReturnTypeLinkTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MinusEqualsExpressionBasedOnBinaryOperatorExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "MinusEqualsExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ModuleBasedOnTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ModuleNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "NamespaceBasedOnBlockLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "NamespaceContainsClassLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "NamespaceContainsDelegateLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "NamespaceContainsEnumLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "NamespaceContainsInterfaceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "NamespaceContainsMemberLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "NamespaceContainsModuleLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "NamespaceContainsNamespaceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "NamespaceContainsStructLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "NamespaceContainsTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "NamespaceNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ObjectInstanceBasedOnStatementLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ObjectInstanceNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ObjectInstanceReferencesTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "OnErrorExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "OnErrorExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "OnErrorExpressionReferencesLabelExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ParameterAttributeUseAttributeInstanceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ParameterAttributeUseTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ParameterBasedOnMemberLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ParameterNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ParameterReferencesTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PlusEqualsExpressionBasedOnBinaryOperatorExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PlusEqualsExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectContainsProjectFolderLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectContainsProjectItemLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectFolderNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectItemContainsClassLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectItemContainsDelegateLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectItemContainsEnumLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectItemContainsInterfaceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectItemContainsModuleLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectItemContainsProjectItemLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectItemContainsStructLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectItemContainsTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectItemNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectReferencesAssemblyLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ProjectTargetAssemblyLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertyAttributeUseAttributeInstanceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertyAttributeUseTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertyBasedOnMemberLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertyExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertyExpressionContainsArgumentExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertyExpressionLeftHandSideExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertyExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertyExpressionReferencesPropertyLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertyGetMethodMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertyMethodNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertyNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertyParameterLinkParameterLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertyReferencesTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "PropertySetMethodMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ResizeArrayExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ResizeArrayExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ResizeArrayExpressionReferencesExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ReturnExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ReturnExpressionContainsExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ReturnExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "SelectExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "SelectExpressionContainsCaseExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "SelectExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "SelectExpressionTestConditionExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "SolutionContainsProjectLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "SolutionNamespaceReferenceNamespaceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "SolutionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "StatementExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "StatementExpressionContainsExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "StatementExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "StatementExpressionReferencesStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "StatementNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "StepExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "StepExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "StructBasedOnTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "StructContainsFieldLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "StructContainsMemberLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "StructContainsTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "StructImplementsInterfaceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "StructNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ThisExpressionBasedOnLocalExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ThisExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ThrowExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ThrowExpressionContainsExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ThrowExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TryExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TryExpressionContainsBodyExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TryExpressionHandlerCatchExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TryExpressionHandlerFinallyExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TryExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeAttributeUseAttributeInstanceLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeAttributeUseTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeBasedOnBlockLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeContainsFieldLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeContainsMethodLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeContainsPropertyLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeContainsTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeElementTypeTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeExpressionBasedOnExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeGenericArgumentLinkGenericArgumentLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeGenericParameterLinkGenericParameterLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeGenericTypeUseTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeInheritsFromTypeLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeOfExpressionContainsTypeExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "TypeOfExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "UsingExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "UsingExpressionContainsBodyExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "UsingExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "UsingExpressionUsingInitializationExpressionExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ValueExpressionBasedOnLocalExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "ValueExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "WithExpressionBasedOnStatementExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "WithExpressionContainsBodyExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "WithExpressionNode", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "WithExpressionReferencesExpressionLink", + "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + }, + { + "Name": "IVsSolution4", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSNEWDOCUMENTSTATE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "ProgressiveRevealSchema", + "Namespace": "Microsoft.VisualStudio.ArchitectureTools.ProgressiveReveal" + }, + { + "Name": "ActionManagerHelper", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "CodeMapGraphExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ComDisposer", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "COMHelper", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "CommandHandler", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "CommandService", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "CommonConstants", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphCreationHelper", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ICOMHelper", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IProgressionCommandLogger", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "MultiThreadedDebugHelper", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProgressionCommandLogger", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GenerationUserPreferencesHelper", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphGenerationUserPreferenceProvider", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphGenerationUserPreferences", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "SearchStringNormalizer", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DelayedUITask", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "EquatableUri", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ExpirableReference`1", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "FactoryCreateObject", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "FactoryCreateObjectArray", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "FactoryCreateObjectArrayVariable", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "Factory`1", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "Factory`2", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphGenerationController", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphWindowCommandManager", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ObservedGraphContextSourceChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphContextObservabilityManager`1", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IconService", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "BrokenImageGetter", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IconDownload", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IndicatorService", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "JobQueue", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ExecuteJob", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ExecuteCancellableJob", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DirectoryProviderLoader", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "PriorityQueue`1", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "CacheUtilities", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ExceptionHandler", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProviderCreator", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "NodeSetBase", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "NodeSetType", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "NodeSetOp", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "FilterFunction", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "FilterOp", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProviderOp", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ActionSetOp", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ActionOp", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "QueryOperation", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "Query", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ServiceProviderHelper", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "CodeMapExtendedSchema", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "CodeMapExtendedLinkCategories", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "CodeMapExtendedNodeCategories", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ShellAPIsHelper", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DgmlRegistrySettings", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "RegistrySettingKeys", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ThreadSafeVisualPropertyUpdater", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "UIHost", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IUIHost", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "TaskForUIThread", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ICancellableAsyncResult", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "UIThread", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "UriExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "VisualStudioSkuHelper", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "VisualStudioSkuEdition", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "WeakCollection`1", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ZipArchive", + "Namespace": "Microsoft.VisualStudio.Progression.Xap" + }, + { + "Name": "ZipArchiveFile", + "Namespace": "Microsoft.VisualStudio.Progression.Xap" + }, + { + "Name": "WeakEventDelegate`1", + "Namespace": "Microsoft.VisualStudio.Progression.Common" + }, + { + "Name": "WeakEventDelegateCollection`1", + "Namespace": "Microsoft.VisualStudio.Progression.Common" + }, + { + "Name": "Resources", + "Namespace": "Microsoft.VisualStudio.Progression.Global" + }, + { + "Name": "ActionManager", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "NewQueryManager", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphProviderManager", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DataManager", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "TransactionalBatchRunner", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "InfoBarWithLinks", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ICommandMenu", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ICommandMenuItem", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "CommandMenu", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "CommandMenuItem", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "StandardInfoBar", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "TextBlockWithBoundInlines", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "EmbeddedGraphControlProgress", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "FilterState", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphColors", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphColorsExtension", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphControlProgressBase", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphRenderCapabilities", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphControl", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ErrorInformation", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphNavigator", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "FindTarget", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphControlProgress", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphDragDropGesture", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphControlDragSourceGesture", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "PrintHandler", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphUserActionEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "LinkNavigateDirection", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphLinkNavigateEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GestureMode", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ContextMenuItemStyleSelector", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphLayoutExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphObjectLayoutExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "NodeLayoutExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "LinkLayoutExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "RectExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "MathUtility", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphResources", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GotoReference", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "MergeHelper", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "PathwayAnalyzer", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "SolutionExplorerNodeData", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "SolutionExplorerDataObjectReader", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "VisualGraphSchema", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphPropertyExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphObjectExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "NodePropertyExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GroupPropertyExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "LinkPropertyExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ActionPropertyExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "LinkDecoratorStyle", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "WpfHelper", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "Helpers", + "Namespace": "Microsoft.VisualStudio.Progression.Effects" + }, + { + "Name": "BindableRun", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "CommandMenuControl", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "ContentAdorner", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "IUserPreferenceEvents", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "ContrastingGraphLabel", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "CancelInformationPage", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "ErrorInformationPage", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "FindUI", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "OperationEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "MultiOperationButton", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "GroupRefetchOperation", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "MultiOperationButtonOperation", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "MutliOperationButtonSemantics", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "SummaryInformation", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "SummaryInformationPage", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "GroupTitleBarSpatialItem", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "HoverToolbar", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "IconLabel", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "CommittedTextEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "LinkLabel", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "MeasurementHelper", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "Paper", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "ColorSelectorPopup", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "ColorSetPicker", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "ExpandoButton", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "DropDownButton", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "BubbleGroup", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "BubbleShape", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "SelectionStyleProperties", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "SpinAnimationControl", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "AnalyzerEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "GraphLegend", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "IconSelectorPopup", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "IconSetPicker", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "Legend", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "LegendStylePicker", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "ColorStylePicker", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "IconStylePicker", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "LegendData", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "LegendValue", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "ListViewPopup", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "NavigationButton", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "PlainView", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "SetPickerPanel", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "GroupTitleBar", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "CreationGenstureBase", + "Namespace": "Microsoft.VisualStudio.Progression.Gestures" + }, + { + "Name": "LinkCreationGesture", + "Namespace": "Microsoft.VisualStudio.Progression.Gestures" + }, + { + "Name": "CreationGestures", + "Namespace": "Microsoft.VisualStudio.Progression.Gestures" + }, + { + "Name": "ActionFlags", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DataDrivenActionType", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ActionHandler", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "Action", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ActionHandlerCollection", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ActionContextProgressEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphObjectActionProgress", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphObjectActionProgressScope", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ActionContext", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "Actions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ActiveFieldUsageCollection", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "Field", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "FieldValue", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "AnnotationInstancesDictionary", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "StringCounterDictionary", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "AnnotationInstances", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DispatcherExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IFilterable", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IFilterWindowAutomation", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphControl", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IDragEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IIconService2", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IIndicatorFactory", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IndicatorLocation", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IIndicatorService", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IProgressionCanvas", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IVsProgression", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "OpenLinkEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ICacheManagementTask", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "CacheManagerStates", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ICacheManager", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "CategoryInitialization", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DgmlCommonSchema", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DgmlProperties", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "NodeCategories", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "LinkCategories", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphVisualProperties", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DynamicProperties", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ExternalReferences", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphContext", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphContextErrorEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphContextProgressEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphContextUpdatedEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GroupStateChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GroupExpansionChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IActionManager", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ICommandService", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IDataManager", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DTEReturnValue", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IDTEWrapperCached", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IDynamicMenuCommand", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "EnabledInCodeEditorState", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "MenuLevel", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphControlProgress", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphDocument", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphDocumentManager", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphDocumentNotify", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "WindowGraphType", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphDocumentWindowPane", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphDocumentWindowPaneWithFixedScale", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphDropHandler", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ErrorLevel", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphStatus", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphWindowQuery", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IIconDownload", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IIconService", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "INewQueryManager", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IProgressionCacheSettings", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IProgressUIController", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProgressControlFormFactor", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "StepResult", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IProgressTask", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IProvider", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IProviderLoader", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IProviderData", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IProgressionSqmLogger", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "HandlingProviderFlags", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphDocumentUserAction", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GraphSource", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IUndoManager", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IVSGraphControl", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "LayoutStyle", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "JobPriority", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProgressTask", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProgressionProjectKindFlags", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProgressionProjectKinds", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "LegacyProviderAttribute", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProviderLoaderAttribute", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphProviderManager", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "IGraphProviderManagerFactory", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "QueryContext", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ActionListEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "NodeListEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "SurrogateFlags", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "UniqueValueGenerator", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "FiltersChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression.Filters" + }, + { + "Name": "IFilterExecutor", + "Namespace": "Microsoft.VisualStudio.Progression.Filters" + }, + { + "Name": "IFilterManager", + "Namespace": "Microsoft.VisualStudio.Progression.Filters" + }, + { + "Name": "IGraphFilter", + "Namespace": "Microsoft.VisualStudio.Progression.Filters" + }, + { + "Name": "CustomContentProviderMetaDataType", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "ICustomContentProvider", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "IMeasurementHelper", + "Namespace": "Microsoft.VisualStudio.Progression.Controls" + }, + { + "Name": "GrayscaleImageConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DialogWindow", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DragDropCursor", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "HitTestHandler", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "HitTestVisual", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "GetVisual", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DataExchangeHandler", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DragSourceGesture", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "EdgeBehavior", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ExponentialDoubleAnimation", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "HlsColor", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "BrushExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ColorExtensions", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "HoverGesture", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "AdvancedSelectionPopup", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "DispatchedProgressUIController", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "EmbeddedProgressControl", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "EmbeddedProgressUIController", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "TextToolTipService", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ThemeHelpers", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "StubImageSourceConverter", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "StubBrushColorConverter", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "TypeToFindEventArgs", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "TypeToFind", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "AdvancedSelection", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "InfoBar", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "TreeViewChooser", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProgressUIController", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ProgressControl", + "Namespace": "Microsoft.VisualStudio.Progression" + }, + { + "Name": "ColorPickerControl", + "Namespace": "Microsoft.VisualStudio.VsColorPicker" + }, + { + "Name": "ColorPickerItem", + "Namespace": "Microsoft.VisualStudio.VsColorPicker" + }, + { + "Name": "ColorRgbaEditBox", + "Namespace": "Microsoft.VisualStudio.VsColorPicker" + }, + { + "Name": "BuildException", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildInputSourceType", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildInputFile", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildInputFileCollection", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildManager", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildOutputFile", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildOutputFileCollectionBase", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildOutputFileCollection", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildOutputFolder", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildOutputFolderCollection", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildOutputList", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildThreadProxy", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "Constants", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "FieldChangeManager", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "FieldChangingEventArgs", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "FieldChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "FieldChangeMediator", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "FileDialog", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "FileItem", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "FileType", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "FileProperties", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "IPublishServiceProvider", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "NewGroupDialog", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "PathUtil", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "PropertyManager", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "FileItemState", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "FileState", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "PublishProvider", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "IPublishPropertyPage", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "PublishState", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "PublishFlags", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "ServiceProvider", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildError", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildMessage", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BuildWarning", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "ControlDisplayName", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "Dialog", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "ErrorPrompt", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "BootstrapperWarning", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "GlobalString", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "Status", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "ValidationMessage", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "UndoMessage", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "ShellEvents", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "TaskList", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "Util", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "ValidationException", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "Validation", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "IVsWebConnectionDlgSvc", + "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + }, + { + "Name": "ComBootstrapperDialog", + "Namespace": "Microsoft.VisualStudio.Publish.Library.Bootstrapper" + }, + { + "Name": "DTEBootstrapperPackage", + "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + }, + { + "Name": "DTEBootstrapperPackageCollection", + "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + }, + { + "Name": "DTEFileAssociation", + "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + }, + { + "Name": "DTEFileAssociationCollection", + "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + }, + { + "Name": "DTEPublishFile", + "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + }, + { + "Name": "DTEPublishFileCollection", + "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + }, + { + "Name": "DTEPublishProperties", + "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + }, + { + "Name": "DTEProxy", + "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + }, + { + "Name": "FileAssociationItem", + "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + }, + { + "Name": "PageData", + "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + }, + { + "Name": "BuildError", + "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + }, + { + "Name": "BuildWarning", + "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + }, + { + "Name": "OptionsTabControl", + "Namespace": "Microsoft.VisualStudio.Publish.CommonUI" + }, + { + "Name": "_PublishManager", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "_PublishManager2", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "__PublishManager", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "Item", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "ItemGroup", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "ItemGroupCollection", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PersistenceData", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PropertyCollection", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PropertyItem", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "IPublishManager", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "IPublishProvider", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "IPublishProviderWizardEntryPoint", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "IPublishProviderPropertyPage", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PublishPropertyChangingEventHandler", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PublishPropertyPageDirtyEventHandler", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PublishPropertyChangingEventArgs", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PublishPropertyChangedEventHandler", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PublishPropertyChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PublishProgressUpdateEventHandler", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PublishProgressUpdateEventArgs", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PropertyBatchBeginEventHandler", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PropertyBatchEndEventHandler", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PublishPropPageComClass", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "ProviderBasedPublishPropPageComClass", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PublishManager", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PublishMethod", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PublishProject", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "PublishWizardDialog", + "Namespace": "Microsoft.VisualStudio.Publish.Framework" + }, + { + "Name": "TestProjectWizard", + "Namespace": "Microsoft.VisualStudio.TestTools.TestProjectWizards" + }, + { + "Name": "VSConstants", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "Win32Methods", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "IEventHandler", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "ErrorHandler", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "PropertyPageTypeConverterAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LocDisplayNameAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DefaultRegistryRootAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DesignPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DialogContainerWithToolbar", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DialogPage", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EventSinkCollection", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IConfigureToolboxItem", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InstalledProductRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IProfileManager", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IResXResourceService", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LocalizableProperties", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LogicalView", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "MsiComponentIdAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "MsiTokenAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleDataObject", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCmdEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCommand", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCommandService", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Package", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAutoLoadAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAssemblyFilterAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAutomationObjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorFactoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorLogicalViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideExtenderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideKeyBindingTableAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageCodeExpansionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageEditorToolsOptionCategoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageEditorOptionPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageServiceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLoadKeyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideMenuResourceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideObjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideOptionDialogPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideOptionPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProfileAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProjectFactoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProjectItemAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideServiceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxFormatAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxItemConfigurationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxItemsAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsDockStyle", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ToolWindowOrientation", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolWindowAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolWindowVisibilityAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterAutoLoadAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterEditorExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterEditorLogicalViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterExtenderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterLanguageExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterLoadKeyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterProjectItemAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegistrationMethod", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RunningDocumentTable", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RunningDocumentInfo", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SelectionContainer", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProviderHierarchy", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProviderHierarchyOrder", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Task", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ErrorTask", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskCategory", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskErrorCategory", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskPriority", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ErrorListProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ToolWindowPane", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Url", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PackageUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsMenus", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsShellUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WindowPane", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PackageRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "FlavoredProject", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProjectFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "ProjectDocumentsChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "DeferredResourceDictionaryBase", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DirectionalDropArea", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IBrowsablePattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IContextMenuController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDragDropSourceController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDragDropTargetPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IInteractionPatternProvider", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IInvocationController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IItemsProvider", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IItemsSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IItemsSourceCache", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "InputSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IPivotItemProviderPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IPrioritizedComparable", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRefreshPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IResurrectableObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IResurrectionScope", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRelationshipDisplayItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRelationshipService", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRenameItemTransaction", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRenameItemValidationResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISearchProvider", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IContextMenuPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDragDropSourcePattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISearchResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISupportExpansionEvents", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISupportExpansionState", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IInvocationPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IInvocationPatternEx", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRenamePattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ITreeDisplayItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "KnownRelationships", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RenameItemCompletionResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RenameItemCompletionState", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RenameItemCompletionFocusBehavior", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IBatchInitializationScopeProvider", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRelationshipSearchParameters", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "AsyncInitializedCollection`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ItemsProvider`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ItemsSourceCache", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchyIdentity", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchyItemPair", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchyUtilities", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchyItemsProviderNames", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchySearchMatchEvaluator", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Suspender", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfUIElement", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfUIFactory", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfUIFactoryElement", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIFactoryHelper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WindowHelper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelDependencyObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelPropertyGetterCallback", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelRegisteredObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelProperty", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelPropertyChangedEventArgs", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelPropertyChangedCallback", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelPropertyValidatorCallback", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VerbActionCallback", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelVerb", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWpfBitmapConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfColorUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ColorUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWpfColorConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfToWin32ColorConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "EnumerablePropertiesCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "EnumerableVerbsCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DataSourceCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWpfImageListConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWinFormsImageListConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WinFormsToWin32ImageListConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDataSourceCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ShapeIdentifier", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ConverterBase", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWinFormsIconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWpfIconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WinFormsToWin32IconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfIconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfToWin32IconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfToWinFormsIconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "TypeMap", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IPropertyDescription", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IUIDispatch", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CommandHandler", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IVerbDescription", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IUIDataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PropertyDescription", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDispatch", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UISimpleDataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VerbDescription", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "BuiltInPropertyValue", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GetterThunk`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ParameterizedGetterThunk`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IndirectPropertyValue`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ProvideUIProviderAttribute", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ProvideUIDataSourceProviderAttribute", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ProvideUIDataConverterAttribute", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceDynamicCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceProperty", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourcePropertyEnumerator", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceVerb", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceVerbEnumerator", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIElement", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIFactory", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIFactoryException", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DataSourceFactory", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VsUIType", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ImageListUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WinFormsImageListUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32IconHandle", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32IconUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WinFormsIconUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32BitmapHandle", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32BitmapUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32HandleUIObject`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CookieTableCallback`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CookieTraits`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IntCookieTraits", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIntCookieTraits", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CookieTable`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HybridDictionary`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Utilities", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DialogResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VsUIConstants", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VsUICookieTraits", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VsUICookieTable`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PropertyValueBase", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfPropertyValue", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WeakValueDictionary`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IconHandleImageCache", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "NativeImageList", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "SystemImageList", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WeakImageCache`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ImageHelper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IFilteredItemsSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DefaultIconImageList", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "SingleItemTrackingCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "SpinAnimationControl", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "TreeDisplayItemConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "TreeItemPresenter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DirectionalDragDropAdorner", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "SuspendableObservableCollection`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "BitmapStripImageList", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotNavigator", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotNavigationEntry", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotNavigatorServices", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotRelationshipNavigationEntry", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotTreeView", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotTreeViewAutomationPeer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotTreeViewItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CollectionAdapter`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DraggableListBoxItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "EditableItemTextBox", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HighlightTextBlock", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ImageListBase", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ToolTipVisibilityManager", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IndentToMarginConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "InteractionPatternProvider", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "InvocationController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IsPathImageConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IVirtualizingTreeNode", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RenameItemTransaction", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ScreenDragCompletedEventArgs", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ScreenDragEventArgs", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CrossThreadNotificationQueue`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UsageMetrics", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeView", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeViewAutomationPeer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeViewItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeViewItemAutomationPeer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeSelectionAction", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeViewItemWrapperAutomationPeer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DragDropScrollManager", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DragDropStateManager", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IToolTipVisibilityController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ContextMenuController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ControllerBase`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DragDropSourceController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "EnumerableSnapshot", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "BackgroundDispatcher", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VisualTargetPresentationSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VisualWrapper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WorkerThreadElementContainer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DisposableList", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "DisposableList`1", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "KeyBindingHelper", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "YieldAwaiter", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "DataStreamFromComStream", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "PathUtil", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "Validate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "VsTaskAwaiter", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "IOleComponent2Private", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "COWAIT_FLAGS", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "VSConstants", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "Win32Methods", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "IEventHandler", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "ErrorHandler", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "SettingsScope", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "EnclosingScopes", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "ApplicationDataFolder", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingsManager", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingsType", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingsStore", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "WritableSettingsStore", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "Boxes", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "Unbox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BrushToColorConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "HeaderColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageSourceExtension", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageThemingUtilities", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StringUppercaseConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemedImageSourceConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemedImageConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AccessKeyConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AccessKeyRemovingConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AccessKeyUnderliningConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AndBooleanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AreEqualConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BindableValidationRule", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BooleanToFlowDirectionConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BooleanToHiddenVisibilityConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ColorBrushValueConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DataSourceToEnumerableDataSourceConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DeviceToLogicalPixelConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DisposableObject", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DpiHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DragDropHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "EnvironmentRenderCapabilities", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ExtensionMethods", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "FailIfEmptyAccessKeyRemovingConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "FocusHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "FontScaling", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "GrayscaleImageConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "HelperMethods", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "HwndWrapper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IfElseConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageListValueConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageSourceValueConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IsEqualConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IsNullOrEmptyConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ValueExtension`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "Int32Extension", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MruListDataSourceSchema", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiplicationConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`3", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`4", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`5", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`6", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "NotNullConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "NullToEmptyStringConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "NegateBooleanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "OrBooleanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "PendingFocusHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "RangeValidationRule", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "RssDataSourceSchema", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "RssPubDateToLocalTimeConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SafeIUnknown", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SingleElementToEnumerableConverter`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageDataSourceSchema", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageGuidList", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StringConcatenatingConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StringToStringWithoutHypertextTagsConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StringToXmlDataProviderConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StyleKey`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "TextToolTipService", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "HoursToTimeSpanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MinutesToTimeSpanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SecondsToTimeSpanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MillisecondsToTimeSpanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ToBooleanValueConverter`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ValueConverter`2", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VisibleIfNotNullConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VisibleIfNotNullOrEmptyConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VisibleIfNotEmptyCollectionConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemeChangedEventHandler", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VSColorTheme", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WeakCollection`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowStateConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowStyleHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutDoubleUtil", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ProgressBarColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "EnvironmentColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "TreeViewColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AutomatableTextBlock", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DialogButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DialogWindowBase", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DialogWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VsUIDialogWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageCheckBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterItem", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterItemsControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterLength", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterLengthConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterPanel", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterGrip", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterUnitType", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterResizePreviewWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterMeasureData", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IResizable", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowResizeGrip", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowResizeGripDirection", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowResizeGripDirectionExtensions", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowResizeGripMode", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizedContentControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizedItemsControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizedTabControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizedWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BindableHyperlink", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BindableRun", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MruListBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageRelativeExtension", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ContentLoadError", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SmoothProgressBar", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchStatus", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionType", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchSettingsDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchFilterDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchMRUItemDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlPopup", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchFilterButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchBooleanOptionButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchCommandOptionButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchMRUListBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchMRUListBoxItem", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "CurrentLocationSetMode", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchPopupNavigationService", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchStatusConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchProgressTypeConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchTextBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionItemTemplates", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionsItemTemplateSelector", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchFilter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchSimpleFilter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchCustomFilter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchFilterEnumerator", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchOption", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchBooleanOption", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchCommandOption", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchOptionEnumerator", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchUtilities", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchProviderSettingsDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ActivationChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "AppActivateEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ComponentRegistrationFailedException", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ComponentRegistrationFlags", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ComponentRevocationFailedException", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ComponentState", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ContinueMessageLoopEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "DesiredStateNotifications", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "DoIdleEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "GetWindowEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "IdleTypes", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "OleComponent", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "OleComponentManager", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "PreTranslateMessageEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "QueryTerminateEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "StateChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "StateTransitionType", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "WindowType", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "HierarchyManipulationStateScope", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DialogKeyEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsResourceKeys", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskBodyCallback", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsInvokableAsyncFunction`1", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskRunContext", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskCreationOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskContinuationOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskWaitOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskLibraryHelper", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EnumerableHierarchiesCollection", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvidePhysicalViewAttributesAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ReadOnlyObservableSet`1", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "HierarchyTreeFilterProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "KnownColorThemes", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "KnownUIContexts", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideBindingRedirectionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideCodeBaseAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideDependentAssemblyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OnIdleHandler", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SingleTaskIdleManager", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "NewDocumentStateScope", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "UIElementDialogPage", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ActivityLog", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PropertyPageTypeConverterAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LocDisplayNameAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CodeGeneratorRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IComEnumeratorRelay`2", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EnumerableComCollection`2", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ComUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CommonMessagePumpExitCode", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CommonMessagePump", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ComponentPickerPropertyPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DefaultRegistryRootAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DesignPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DialogContainerWithToolbar", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DialogPage", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EditorFactoryNotifyForProjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsQueryRemoveFileFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsQueryRemoveDirectoryFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsRemoveFileFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsRemoveDirectoryFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsFrameMode", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsRdtFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsRdtSaveOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsQuerySaveFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsQueryEditFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsHierarchyPropID", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsSolutionPropID", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsFramePropID", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ExtensionPointPackage", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ExtensionPointRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EventSinkCollection", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IConfigureToolboxItem", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InstalledProductRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IProfileManager", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IProfileMigrator", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IResXResourceService", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LocalizableProperties", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LogicalView", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "MsiComponentIdAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "MsiTokenAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleDataObject", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCmdEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCommand", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCommandService", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Package", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAppCommandLineAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAutoLoadAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAssemblyFilterAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAutomationObjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideBindingPathAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideComponentDiagnosticsAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorFactoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorLogicalViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideExtenderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideKeyBindingTableAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageCodeExpansionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageEditorToolsOptionCategoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageEditorOptionPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageServiceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLoadKeyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideMenuResourceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideMSBuildTargetsAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideObjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideOptionDialogPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideOptionPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProfileMigrationType", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProfileAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProjectFactoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProjectItemAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideServiceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideServiceOverrideAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideServiceAttributeBase", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideStaticToolboxGroupAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideStaticToolboxItemAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxFormatAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxItemConfigurationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxItemDiscoveryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxItemsAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsDockStyle", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ToolWindowOrientation", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolWindowAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolWindowVisibilityAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideXmlEditorChooserDesignerViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterAutoLoadAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterEditorExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterEditorLogicalViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterExtenderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterLanguageExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterLoadKeyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterProjectItemAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RunningDocumentTable", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RunningDocumentInfo", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "UnlockResult", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CloseResult", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "QueryCloseResult", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SelectionContainer", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProviderHierarchy", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProviderHierarchyOrder", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SettableOleDataObject", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SingleFileGeneratorSupportRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SolutionPersistenceRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Task", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ErrorTask", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskCategory", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskErrorCategory", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskPriority", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ErrorListProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ThreadHelper", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ToolWindowPane", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "UIContext", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "UIContextChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Url", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PackageUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ValueTokenizer", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsBrushes", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsColors", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsEnumerable`3", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsEnumerable`2", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsEnumerableEx`2", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsMenus", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VSRegistry", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceCollection`1", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsServiceProviderWrapper", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsShellUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WAProvideLanguagePropertyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WAProvideProjectFactoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WAProvideProjectFactoryTemplateMappingAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WebSiteProjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WebSiteProjectRelatedFilesAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WindowPane", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PackageRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsSearchTask", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InstalledToolboxItemInfo", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideSearchProviderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ShellSettingsManager", + "Namespace": "Microsoft.VisualStudio.Shell.Settings" + }, + { + "Name": "IVsAggregatableProjectCorrected", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "ILocalRegistryCorrected", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "IVsAggregatableProjectFactoryCorrected", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "IVsProjectAggregator2", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProjectBase", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProjectFactoryBase", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProject", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProjectFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "ProjectDocumentsChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "ColorName", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorEntry", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorNames", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorTheme", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorThemeService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorThemes", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInvokablePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInvokerPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchControlPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundBooleanProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundDWordProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundDoubleProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundGuidProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundInt32Property", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundPropertyBase", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundQWordProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundStringProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataSourceShape", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataSourceShapeProvider", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowManager2", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsColorThemeService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsUIThreadInvokerPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsWindowManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsBooleanSymbolExpressionEvaluator", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCommonMessagePump", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCommonMessagePumpClientEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDataSourceFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDiagnosticsProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumGuids", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumSearchProviders", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumWindowSearchFilters", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumWindowSearchOptions", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsHierarchyManipulation", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsHierarchyManipulationStateContext", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsImageService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsNewDocumentStateContext", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsPackageExtensionProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsRunningDocumentTable3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchCallback", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchFilterToken", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchQuery", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchQueryParser", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchTask", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchToken", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSettingsManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSettingsStore", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsShell5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTask", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskBody", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskCompletionSource", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskSchedulerService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsThreadedWaitDialog2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsThreadedWaitDialogFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolWindowToolbarHost2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolWindowToolbarHost3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolboxItemProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIAccelerator", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUICollection", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUICollectionChangeEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataConverter", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataConverterManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataSource", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataSourcePropertyChangeEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDispatch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDynamicCollection", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIElement", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIElementPane", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIEnumDataSourceProperties", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIEnumDataSourceVerbs", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIEventSink", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIObject", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShell5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShellOpenDocument3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUISimpleDataSource", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWin32Bitmap", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWin32Element", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWin32Icon", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWin32ImageList", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWpfElement", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWpfLoader", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchBooleanOption", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchCommandOption", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchCustomFilter", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchFilter", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchHost", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchOption", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchSimpleFilter", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWritableSettingsStore", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDataSourceFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsHierarchyManipulation", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsImageService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsSettingsManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsTaskSchedulerService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsThreadedWaitDialogFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsUIDataConverters", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VSSEARCHPROGRESSTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VSSEARCHSTARTTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VsProjectCapabilityExpressionMatcher", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VsUIElementDescriptor", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VsUIPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__THEMEDCOLORTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSNEWDOCUMENTSTATE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSPHYSICALVIEWATTRIBUTES", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSPROVISIONALVIEWINGSTATUS", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSSEARCHFILTERTOKENTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSUIDATAFORMAT", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "COWAIT_FLAGS", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "VSConstants", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "Win32Methods", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "IEventHandler", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "ErrorHandler", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "SettingsScope", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "EnclosingScopes", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "ApplicationDataFolder", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingsManager", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingsType", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingsStore", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "WritableSettingsStore", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "Boxes", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "Unbox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BrushToColorConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "HeaderColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageSourceExtension", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageThemingUtilities", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LanguageHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StringUppercaseConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemedImageSourceConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemedImageConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchBooleanOptionButtonAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchCommandOptionButtonAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchFilterButtonAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchMRUListBoxItemAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AccessKeyConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AccessKeyRemovingConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AccessKeyUnderliningConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AndBooleanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AreEqualConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BindableValidationRule", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BooleanToFlowDirectionConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BooleanToHiddenVisibilityConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ColorBrushValueConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DataSourceToEnumerableDataSourceConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DeviceToLogicalPixelConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DisposableObject", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageScalingMode", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DpiHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DragDropHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "EnvironmentRenderCapabilities", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ExtensionMethods", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "FailIfEmptyAccessKeyRemovingConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "FocusHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "FontScaling", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "GrayscaleImageConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "HelperMethods", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "HwndWrapper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IfElseConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageListValueConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageSourceValueConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IsEqualConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IsNullOrEmptyConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ValueExtension`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "Int32Extension", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "UInt32Extension", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MruListDataSourceSchema", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiplicationConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`3", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`4", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`5", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`6", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "NotNullConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "NullToEmptyStringConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "NegateBooleanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "OrBooleanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ObservableObject", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "PendingFocusHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "RangeValidationRule", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "RssDataSourceSchema", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VideoRssDataSourceSchema", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "RssPubDateToLocalTimeConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SafeIUnknown", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SingleElementToEnumerableConverter`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageDataSourceSchema", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageGuidList", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageCommands", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VideoRssCommands", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StringConcatenatingConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StringToStringWithoutHypertextTagsConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StringToXmlDataProviderConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StyleKey`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "TextToolTipService", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "HoursToTimeSpanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MinutesToTimeSpanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SecondsToTimeSpanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MillisecondsToTimeSpanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ToBooleanValueConverter`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ValueConverter`2", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VisibleIfNotNullConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VisibleIfNotNullOrEmptyConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VisibleIfNotEmptyCollectionConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VisibleIfEqualValueConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VisibleIfNotEqualValueConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemeChangedEventHandler", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VSColorTheme", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WeakCollection`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowStateConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowStyleHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutDoubleUtil", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ProgressBarColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "EnvironmentColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "TreeViewColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AutomatableTextBlock", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DialogButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DialogWindowBase", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DialogWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VsUIDialogWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageCheckBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterItem", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterItemsControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterLength", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterLengthConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterPanel", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterGrip", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterUnitType", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterResizePreviewWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterMeasureData", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IResizable", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowResizeGrip", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowResizeGripDirection", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowResizeGripDirectionExtensions", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowResizeGripMode", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizedContentControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizedItemsControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizedTabControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizedWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BindableHyperlink", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BindableRun", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MruListBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageRelativeExtension", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ContentLoadError", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SmoothProgressBar", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchStatus", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionType", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchSettingsDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchFilterDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchMRUItemDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlPopup", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchFilterButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchBooleanOptionButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchCommandOptionButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchMRUListBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchMRUListBoxItem", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "CurrentLocationSetMode", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchPopupNavigationService", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchStatusConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchProgressTypeConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchTextBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlThicknessConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionItemTemplates", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionsItemTemplateSelector", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchFilter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchSimpleFilter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchCustomFilter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchFilterEnumerator", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchOption", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchBooleanOption", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchCommandOption", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchOptionEnumerator", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchUtilities", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchProviderSettingsDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ActivationChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "AppActivateEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ComponentRegistrationFailedException", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ComponentRegistrationFlags", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ComponentRevocationFailedException", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ComponentState", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ContinueMessageLoopEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "DesiredStateNotifications", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "DoIdleEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "GetWindowEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "IdleTypes", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "OleComponent", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "OleComponentManager", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "PreTranslateMessageEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "QueryTerminateEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "StateChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "StateTransitionType", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "WindowType", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "HierarchyManipulationStateScope", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DialogKeyEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "KnownSettingsContainers", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceUnavailableException", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsFonts", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsResourceKeys", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskBodyCallback", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsInvokableAsyncFunction`1", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskRunContext", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskCreationOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskContinuationOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskWaitOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskLibraryHelper", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EnumerableHierarchiesCollection", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvidePhysicalViewAttributesAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ReadOnlyObservableSet`1", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "HierarchyTreeFilterProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "KnownColorThemes", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "KnownUIContexts", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideBindingRedirectionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideCodeBaseAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideDependentAssemblyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OnIdleHandler", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SingleTaskIdleManager", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "NewDocumentStateScope", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "UIElementDialogPage", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ActivityLog", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PropertyPageTypeConverterAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LocDisplayNameAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CodeGeneratorRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IComEnumeratorRelay`2", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EnumerableComCollection`2", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ComUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CommonMessagePumpExitCode", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CommonMessagePump", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ComponentPickerPropertyPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DefaultRegistryRootAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DesignPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DialogContainerWithToolbar", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DialogPage", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EditorFactoryNotifyForProjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsQueryRemoveFileFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsQueryRemoveDirectoryFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsRemoveFileFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsRemoveDirectoryFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsFrameMode", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsRdtFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsRdtSaveOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsQuerySaveFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsQueryEditFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsHierarchyPropID", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsSolutionPropID", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsFramePropID", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ExtensionPointPackage", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ExtensionPointRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EventSinkCollection", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IConfigureToolboxItem", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InstalledProductRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IProfileManager", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IProfileMigrator", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IResXResourceService", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LocalizableProperties", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LogicalView", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "MsiComponentIdAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "MsiTokenAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleDataObject", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCmdEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCommand", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCommandService", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Package", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAppCommandLineAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAutoLoadAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAssemblyFilterAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAutomationObjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideBindingPathAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideComponentDiagnosticsAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorFactoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorLogicalViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideExtenderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideKeyBindingTableAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageCodeExpansionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageEditorToolsOptionCategoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageEditorOptionPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageServiceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLoadKeyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideMenuResourceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideMSBuildTargetsAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideObjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideOptionDialogPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideOptionPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProfileMigrationType", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProfileAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProjectFactoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProjectItemAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideServiceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideServiceOverrideAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideServiceAttributeBase", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideStaticToolboxGroupAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideStaticToolboxItemAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxFormatAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxItemConfigurationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxItemDiscoveryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxItemsAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsDockStyle", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ToolWindowOrientation", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolWindowAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolWindowVisibilityAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideXmlEditorChooserDesignerViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterAutoLoadAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterEditorExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterEditorLogicalViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterExtenderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterLanguageExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterLoadKeyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterProjectItemAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RunningDocumentTable", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RunningDocumentInfo", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "UnlockResult", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CloseResult", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "QueryCloseResult", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SelectionContainer", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProviderHierarchy", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProviderHierarchyOrder", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SettableOleDataObject", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SingleFileGeneratorSupportRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SolutionPersistenceRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Task", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ErrorTask", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskCategory", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskErrorCategory", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskPriority", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ErrorListProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ThreadHelper", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ToolWindowPane", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "UIContext", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "UIContextChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Url", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PackageUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ValueTokenizer", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsBrushes", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsColors", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsEnumerable`3", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsEnumerable`2", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsEnumerableEx`2", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsMenus", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VSRegistry", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceCollection`1", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsServiceProviderWrapper", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsShellUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WAProvideLanguagePropertyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WAProvideProjectFactoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WAProvideProjectFactoryTemplateMappingAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WebSiteProjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WebSiteProjectRelatedFilesAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WindowPane", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PackageRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsSearchTask", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InstalledToolboxItemInfo", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideSearchProviderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ShellSettingsManager", + "Namespace": "Microsoft.VisualStudio.Shell.Settings" + }, + { + "Name": "IVsAggregatableProjectCorrected", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "ILocalRegistryCorrected", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "IVsAggregatableProjectFactoryCorrected", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "IVsProjectAggregator2", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProjectBase", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProjectFactoryBase", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProject", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProjectFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "ProjectDocumentsChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "BeforeOpenProjectEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "BeforeOpenSolutionEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "HierarchyEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "LoadProjectBatchEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "LoadProjectEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "OpenProjectEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "CloseProjectEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "EventSource", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "OpenSolutionEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "QueryChangeProjectParentEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "QueryCloseProjectEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "CancelHierarchyEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "QueryLoadProjectBatchEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "SingletonEventSource`1", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "SolutionEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "DisposableList", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "DisposableList`1", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "KeyBindingHelper", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "YieldAwaiter", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "DataStreamFromComStream", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "PathUtil", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "Validate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "VsTaskAwaiter", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "HashHelpers", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "TestContractBulletin", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TestContracts" + }, + { + "Name": "TestContractErrorBulletin", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TestContracts" + }, + { + "Name": "IOleComponent2Private", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "ISolutionAttachedCollectionService", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DataSourceFactoryHelper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IContentLifetimeControl", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "FactoryElementID", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "FactoryElementIDBundle", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "InternalComUtilities", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DeferredResourceDictionaryBase", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CanPreviewItemResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISelectionPreviewController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PreviewNotSupportedReason", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "SelectionPreview", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "TreeNodeEventArgs", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DirectionalDropArea", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IBrowsablePattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IContextMenuController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDragDropSourceController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDragDropTargetPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IInteractionPatternProvider", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IInvocationController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "InputSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IPivotItemProviderPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IPrioritizedComparable", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRefreshPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IResurrectableObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IResurrectionScope", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRenameItemTransaction", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRenameItemValidationResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISearchProvider", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IContextMenuPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDragDropSourcePattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISearchResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISupportExpansionEvents", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISupportExpansionState", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IInvocationPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IInvocationPatternEx", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRenamePattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ITreeDisplayItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "KnownRelationships", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RenameItemCompletionResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RenameItemCompletionState", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RenameItemCompletionFocusBehavior", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IBatchInitializationScopeProvider", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRelationshipSearchParameters", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "AsyncInitializedCollection`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "AttachedCollectionSourceProvider`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchyIdentity", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchyItemPair", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchyUtilities", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchyItemsProviderNames", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchySearchMatchEvaluator", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Suspender", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfUIElement", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfUIFactory", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfUIFactoryElement", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIFactoryHelper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WindowHelper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelDependencyObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelPropertyGetterCallback", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelRegisteredObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelProperty", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelPropertyChangedEventArgs", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelPropertyChangedCallback", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelPropertyValidatorCallback", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VerbActionCallback", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelVerb", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWpfBitmapConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfColorUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ColorUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWpfColorConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfToWin32ColorConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "EnumerablePropertiesCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "EnumerableVerbsCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DataSourceCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWpfImageListConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWinFormsImageListConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WinFormsToWin32ImageListConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDataSourceCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ShapeIdentifier", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ConverterBase", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWinFormsIconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWpfIconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WinFormsToWin32IconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfIconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfToWin32IconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfToWinFormsIconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "TypeMap", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IPropertyDescription", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IUIDispatch", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CommandHandler", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IVerbDescription", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IUIDataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PropertyDescription", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDispatch", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UISimpleDataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VerbDescription", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "BuiltInPropertyValue", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GetterThunk`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ParameterizedGetterThunk`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IndirectPropertyValue`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ProvideUIProviderAttribute", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ProvideUIDataSourceProviderAttribute", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ProvideUIDataConverterAttribute", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceDynamicCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceProperty", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourcePropertyEnumerator", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceVerb", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceVerbEnumerator", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIElement", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIFactory", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIFactoryException", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DataSourceFactory", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VsUIType", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ImageListUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WinFormsImageListUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32IconHandle", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32IconUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WinFormsIconUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32BitmapHandle", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32BitmapUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32HandleUIObject`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CookieTableCallback`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CookieTraits`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IntCookieTraits", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIntCookieTraits", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CookieTable`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HybridDictionary`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Utilities", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DialogResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VsUIConstants", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VsUICookieTraits", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VsUICookieTable`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PropertyValueBase", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfPropertyValue", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WeakValueDictionary`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IconHandleImageCache", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "NativeImageList", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "SystemImageList", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WeakImageCache`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ImageHelper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IFilteredItemsSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DefaultIconImageList", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "SingleItemTrackingCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "SpinAnimationControl", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "TreeDisplayItemConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "TreeItemPresenter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DirectionalDragDropAdorner", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "SuspendableObservableCollection`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "BitmapStripImageList", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotNavigator", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotNavigationEntry", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotNavigatorServices", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotRelationshipNavigationEntry", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotTreeView", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotTreeViewAutomationPeer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotTreeViewItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CollectionAdapter`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DraggableListBoxItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "EditableItemTextBox", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HighlightTextBlock", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ImageListBase", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ToolTipVisibilityManager", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IndentToMarginConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "InteractionPatternProvider", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "InvocationController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IsPathImageConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IVirtualizingTreeNode", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RenameItemTransaction", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ScreenDragCompletedEventArgs", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ScreenDragEventArgs", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CrossThreadNotificationQueue`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeView", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeViewAutomationPeer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeViewItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeViewItemAutomationPeer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeSelectionAction", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeViewItemWrapperAutomationPeer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DragDropScrollManager", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DragDropStateManager", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IToolTipVisibilityController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ContextMenuController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ControllerBase`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DragDropSourceController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "EnumerableSnapshot", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "BackgroundDispatcher", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VisualTargetPresentationSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VisualWrapper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WorkerThreadElementContainer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ColorName", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorEntry", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorNames", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorTheme", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorThemeService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorThemes", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInvokablePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInvokerPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchControlPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundBooleanProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundDWordProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundDoubleProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundGuidProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundInt32Property", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundPropertyBase", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundQWordProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundStringProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataSourceShape", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataSourceShapeProvider", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowManager2", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsColorThemeService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsUIThreadInvokerPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsWindowManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsBooleanSymbolExpressionEvaluator", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCommonMessagePump", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCommonMessagePumpClientEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDataSourceFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDiagnosticsProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumGuids", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumSearchProviders", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumWindowSearchFilters", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumWindowSearchOptions", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsHierarchyManipulation", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsHierarchyManipulationStateContext", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsImageService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsNewDocumentStateContext", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsPackageExtensionProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsRunningDocumentTable3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsRunningDocumentTable4", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchCallback", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchFilterToken", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchQuery", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchQueryParser", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchTask", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchToken", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSettingsManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSettingsStore", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsShell5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSolutionEvents5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSolutionLoadEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTask", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskBody", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskCompletionSource", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskSchedulerService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskSchedulerService2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsThreadedWaitDialog2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsThreadedWaitDialogFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolWindowToolbarHost2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolWindowToolbarHost3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolboxItemProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIAccelerator", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUICollection", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUICollectionChangeEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataConverter", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataConverterManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataSource", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataSourcePropertyChangeEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDispatch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDynamicCollection", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIElement", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIElementPane", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIEnumDataSourceProperties", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIEnumDataSourceVerbs", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIEventSink", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIObject", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShell5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShellOpenDocument3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShellOpenDocument4", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUISimpleDataSource", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWin32Bitmap", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWin32Element", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWin32Icon", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWin32ImageList", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWpfElement", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWpfLoader", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchBooleanOption", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchCommandOption", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchCustomFilter", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchFilter", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchHost", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchOption", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchSimpleFilter", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWritableSettingsStore", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDataSourceFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsHierarchyManipulation", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsImageService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsSettingsManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsTaskSchedulerService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsThreadedWaitDialogFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsUIDataConverters", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VSSEARCHPROGRESSTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VSSEARCHSTARTTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VsProjectCapabilityExpressionMatcher", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VsUIElementDescriptor", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VsUIPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__THEMEDCOLORTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSNEWDOCUMENTSTATE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSNEWDOCUMENTSTATE2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSPHYSICALVIEWATTRIBUTES", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSPROVISIONALVIEWINGSTATUS", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSSEARCHFILTERTOKENTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSUIDATAFORMAT", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumUserNotifications", + "Namespace": "Microsoft.VisualStudio.UserNotifications.Interop" + }, + { + "Name": "IVsUserNotification", + "Namespace": "Microsoft.VisualStudio.UserNotifications.Interop" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "COWAIT_FLAGS", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "VSConstants", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "Win32Methods", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "IEventHandler", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "ErrorHandler", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "SettingsScope", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "EnclosingScopes", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "ApplicationDataFolder", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingsManager", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingsType", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingsStore", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "WritableSettingsStore", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "HierarchyManipulationStateScope", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DialogKeyEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InfoBarActionItem", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InfoBarActionItemEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InfoBarButton", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InfoBarEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InfoBarHyperlink", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InfoBarModel", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InfoBarTextSpan", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "KnownSettingsContainers", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideExtensibleUIContextRuleAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideSourceControlProviderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideUIContextRuleAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceUnavailableException", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ThreadedWaitDialogHelper", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsFonts", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsResourceKeys", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskBodyCallback", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsInvokableAsyncFunction`1", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskRunContext", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskCreationOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskContinuationOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskWaitOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsTaskLibraryHelper", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EnumerableHierarchiesCollection", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvidePhysicalViewAttributesAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ReadOnlyObservableSet`1", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "HierarchyTreeFilterProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "KnownColorThemes", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "KnownUIContexts", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideBindingRedirectionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideCodeBaseAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideDependentAssemblyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OnIdleHandler", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SingleTaskIdleManager", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "NewDocumentStateScope", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "UIElementDialogPage", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ActivityLog", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PropertyPageTypeConverterAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LocDisplayNameAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CodeGeneratorRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IComEnumeratorRelay`2", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EnumerableComCollection`2", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ComUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CommonMessagePumpExitCode", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CommonMessagePump", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ComponentPickerPropertyPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DefaultRegistryRootAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DesignPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DialogContainerWithToolbar", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DialogPage", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EditorFactoryNotifyForProjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsQueryRemoveFileFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsQueryRemoveDirectoryFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsRemoveFileFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsRemoveDirectoryFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsFrameMode", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsRdtFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsRdtSaveOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsQuerySaveFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsQueryEditFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsHierarchyPropID", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsSolutionPropID", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsFramePropID", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ExtensionPointPackage", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ExtensionPointRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EventSinkCollection", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IConfigureToolboxItem", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InstalledProductRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IProfileManager", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IProfileMigrator", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IResXResourceService", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LocalizableProperties", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LogicalView", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "MsiComponentIdAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "MsiTokenAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleDataObject", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCmdEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCommand", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCommandService", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Package", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAppCommandLineAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PackageAutoLoadFlags", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAutoLoadAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAssemblyFilterAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAutomationObjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideBindingPathAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideComponentDiagnosticsAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorFactoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorLogicalViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideExtenderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideKeyBindingTableAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageCodeExpansionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageEditorToolsOptionCategoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageEditorOptionPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageServiceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLoadKeyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideMenuResourceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideMSBuildTargetsAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideObjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideOptionDialogPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideOptionPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProfileMigrationType", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProfileAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProjectFactoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProjectItemAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideServiceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideServiceOverrideAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideServiceAttributeBase", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideSettingAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideStaticToolboxGroupAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideStaticToolboxItemAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxFormatAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxItemConfigurationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxItemDiscoveryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxItemsAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsDockStyle", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ToolWindowOrientation", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolWindowAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolWindowVisibilityAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideXmlEditorChooserDesignerViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterAutoLoadAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterEditorExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterEditorLogicalViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterExtenderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterLanguageExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterLoadKeyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterProjectItemAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RunningDocumentTable", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RunningDocumentInfo", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "UnlockResult", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CloseResult", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "QueryCloseResult", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SelectionContainer", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProviderHierarchy", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProviderHierarchyOrder", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SettableOleDataObject", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SettingScope", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SettingStorage", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SharedProjectUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SharedSettingsAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SingleFileGeneratorSupportRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SolutionPersistenceRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Task", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ErrorTask", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskCategory", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskErrorCategory", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskPriority", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ErrorListProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ThreadHelper", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "UIThreadReentrancyScope", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ToolWindowPane", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "UIContext", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "UIContextChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Url", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PackageUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ValueTokenizer", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsBrushes", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsColors", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsEnumerable`3", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsEnumerable`2", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsEnumerableEx`2", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsMenus", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VSRegistry", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceCollection`1", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsServiceProviderWrapper", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsShellUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WAProvideLanguagePropertyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WAProvideProjectFactoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WAProvideProjectFactoryTemplateMappingAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WebSiteProjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WebSiteProjectRelatedFilesAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WindowPane", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WrapperPolicy", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PackageRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsSearchTask", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InstalledToolboxItemInfo", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "AsyncPackage", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "AsyncServiceProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideSearchProviderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ShellSettingsManager", + "Namespace": "Microsoft.VisualStudio.Shell.Settings" + }, + { + "Name": "IVsAggregatableProjectCorrected", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "ILocalRegistryCorrected", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "IVsAggregatableProjectFactoryCorrected", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "IVsProjectAggregator2", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProjectBase", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProjectFactoryBase", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProject", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProjectFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "ProjectDocumentsChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "Boxes", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "TableEntryBase", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "TableEntryExtensions", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "TableEntriesSnapshotBase", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "TableEntriesSnapshotFactoryBase", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "ColumnHashSetFilter", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "MaskFilter", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "StringEntryBucket", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "TableColumnDefinitionBase", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "TableControlEventProcessorBase", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "TableEntryHandleExtensions", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "WpfTableEntriesSnapshotBase", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "WpfTableEntryBase", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "BeforeOpenProjectEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "BeforeOpenSolutionEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "HierarchyEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "LoadProjectBatchEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "LoadProjectEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "OpenProjectEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "CloseProjectEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "EventSource", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "OpenSolutionEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "QueryChangeProjectParentEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "QueryCloseProjectEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "CancelHierarchyEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "QueryLoadProjectBatchEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "SingletonEventSource`1", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "SolutionEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Events" + }, + { + "Name": "EmbeddedObjectHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "Unbox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DelegateSearchTask", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AbstractPoint", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AbstractSize", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BooleanToCustomVisibilityConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemedDialogStyleLoader", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "HeaderColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageSourceExtension", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "InfoBarColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LanguageHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ScrollBarThemingUtilities", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "CommonControlsColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StringToImageMonikerConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StringUppercaseConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemedDialogColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "GreedyWrapPanel", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "CrispImageCheckBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "InfoBarHostControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MessageDialog", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MessageDialogCommand", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MessageDialogCommandSet", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ScrollBarVisibilityExposingListBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchBooleanOptionButtonAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchCommandOptionButtonAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchFilterButtonAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchMRUListBoxItemAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SpacingWrapPanel", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "TextInputDialog", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AccessKeyConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AccessKeyRemovingConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AccessKeyUnderliningConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AndBooleanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AreEqualConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BindableValidationRule", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BooleanToFlowDirectionConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BooleanToHiddenVisibilityConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ColorBrushValueConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DataSourceToEnumerableDataSourceConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DeviceToLogicalPixelConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DpiHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DpiPrescaleImageSourceConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DpiPrescaleThemedImageSourceConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DpiPrescaleThemedImageConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DragDropHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "EnvironmentRenderCapabilities", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VsExtensionMethods", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "FailIfEmptyAccessKeyRemovingConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "FocusHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "FontScaling", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "HelperMethods", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "HwndWrapper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IfElseConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageListValueConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageSourceValueConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IsEqualConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IsNullOrEmptyConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ValueExtension`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "Int32Extension", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "UInt32Extension", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DpiPrescaledImageExtension", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MruListDataSourceSchema", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiplicationConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "NotNullConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "NullToEmptyStringConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "NegateBooleanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "OrBooleanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "PendingFocusHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "RangeValidationRule", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "RssDataSourceSchema", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VideoRssDataSourceSchema", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "RssPubDateToLocalTimeConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SafeIUnknown", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SingleElementToEnumerableConverter`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageDataSourceSchema", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageGuidList", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageCommands", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VideoRssCommands", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StringConcatenatingConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StringToStringWithoutHypertextTagsConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StringToXmlDataProviderConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StyleKey`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "TextToolTipService", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "HoursToTimeSpanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MinutesToTimeSpanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SecondsToTimeSpanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MillisecondsToTimeSpanConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ToBooleanValueConverter`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VisibleIfNotNullConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VisibleIfNotNullOrEmptyConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VisibleIfNotEmptyCollectionConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VisibleIfEqualValueConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VisibleIfNotEqualValueConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ThemeChangedEventHandler", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VSColorTheme", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowStateConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowStyleHelper", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ProgressBarColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "EnvironmentColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "TreeViewColors", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AutomatableTextBlock", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DialogButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DialogWindowBase", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DialogWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VsUIDialogWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageCheckBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterItem", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterItemsControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterLength", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterLengthConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterPanel", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterGrip", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterUnitType", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterResizePreviewWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SplitterMeasureData", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IResizable", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowResizeGrip", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowResizeGripDirection", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowResizeGripDirectionExtensions", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowResizeGripMode", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizedContentControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizedItemsControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizedTabControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutSynchronizedWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BindableHyperlink", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BindableRun", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MruListBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "StartPageRelativeExtension", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ContentLoadError", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SmoothProgressBar", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchStatus", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionType", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchSettingsDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchFilterDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchMRUItemDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlPopup", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchFilterButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchBooleanOptionButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchCommandOptionButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchMRUListBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchMRUListBoxItem", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "CurrentLocationSetMode", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchPopupNavigationService", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchStatusConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchProgressTypeConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchTextBox", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchControlThicknessConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionItemTemplates", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchOptionsItemTemplateSelector", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchFilter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchSimpleFilter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchCustomFilter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchFilterEnumerator", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchOption", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchBooleanOption", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchCommandOption", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WindowSearchOptionEnumerator", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchUtilities", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SearchProviderSettingsDataSource", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ActivationChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "AppActivateEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ComponentRegistrationFailedException", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ComponentRegistrationFlags", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ComponentRevocationFailedException", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ComponentState", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ContinueMessageLoopEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "DesiredStateNotifications", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "DoIdleEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "GetWindowEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "IdleTypes", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "OleComponent", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "OleComponentManager", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "PreTranslateMessageEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "QueryTerminateEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "StateChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "StateTransitionType", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "WindowType", + "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + }, + { + "Name": "ISolutionAttachedCollectionService", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ITreeDisplayItemWithImages", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "EmbeddedObjectHelper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DataSourceFactoryHelper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IContentLifetimeControl", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelObservableCollection`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WinFormsBitmapUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "FactoryElementID", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "FactoryElementIDBundle", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DeferredResourceDictionaryBase", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CanPreviewItemResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RoutedCommandHyperlink", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RoutedCommandRepeatButton", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RoutedCommandButton", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RoutedCommandMenuItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISelectionPreviewController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PreviewNotSupportedReason", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "SelectionPreview", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "TreeNodeEventArgs", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DirectionalDropArea", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IBrowsablePattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IContextMenuController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDragDropSourceController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDragDropTargetPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IInteractionPatternProvider", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IInvocationController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "InputSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IPivotItemProviderPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IPrioritizedComparable", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRefreshPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IResurrectableObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IResurrectionScope", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRenameItemTransaction", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRenameItemValidationResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISearchProvider", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IContextMenuPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDragDropSourcePattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISearchResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISupportExpansionEvents", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ISupportExpansionState", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IInvocationPattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IInvocationPatternEx", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRenamePattern", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ITreeDisplayItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "KnownRelationships", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RenameItemCompletionResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RenameItemCompletionState", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RenameItemCompletionFocusBehavior", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IBatchInitializationScopeProvider", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IRelationshipSearchParameters", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "AsyncInitializedCollection`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "AttachedCollectionSourceProvider`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchyIdentity", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchyItemPair", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchyUtilities", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchyItemsProviderNames", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchySearchMatchEvaluator", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Suspender", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfUIElement", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfUIFactory", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfUIFactoryElement", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIFactoryHelper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WindowHelper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelDependencyObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelPropertyGetterCallback", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelRegisteredObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelProperty", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelPropertyChangedEventArgs", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelPropertyChangedCallback", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelPropertyValidatorCallback", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VerbActionCallback", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GelVerb", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWpfBitmapConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfColorUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ColorUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWpfColorConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfToWin32ColorConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "EnumerablePropertiesCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "EnumerableVerbsCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DataSourceCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWpfImageListConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWinFormsImageListConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WinFormsToWin32ImageListConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IDataSourceCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ShapeIdentifier", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ConverterBase", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWinFormsIconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ToWpfIconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WinFormsToWin32IconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfIconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfToWin32IconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfToWinFormsIconConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "TypeMap", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IPropertyDescription", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IUIDispatch", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CommandHandler", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IVerbDescription", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IUIDataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PropertyDescription", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDispatch", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UISimpleDataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VerbDescription", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "BuiltInPropertyValue", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "GetterThunk`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ParameterizedGetterThunk`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IndirectPropertyValue`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ProvideUIProviderAttribute", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ProvideUIDataSourceProviderAttribute", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ProvideUIDataConverterAttribute", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceDynamicCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceProperty", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourcePropertyEnumerator", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceVerb", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSourceVerbEnumerator", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIDataSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIElement", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIFactory", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIFactoryException", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DataSourceFactory", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VsUIType", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32ImageListUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WinFormsImageListUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32IconHandle", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32IconUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WinFormsIconUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32BitmapHandle", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32BitmapUIObject", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Win32HandleUIObject`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CookieTableCallback`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CookieTraits`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IntCookieTraits", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "UIntCookieTraits", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CookieTable`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HybridDictionary`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "Utilities", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DialogResult", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VsUIConstants", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VsUICookieTraits", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VsUICookieTable`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PropertyValueBase", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WpfPropertyValue", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IconHandleImageCache", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "NativeImageList", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WeakImageCache`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IFilteredItemsSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "SingleItemTrackingCollection", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "SpinAnimationControl", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "TreeDisplayItemConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "TreeItemPresenter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DirectionalDragDropAdorner", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "SuspendableObservableCollection`1", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "BitmapStripImageList", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotNavigator", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotNavigationEntry", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotNavigatorServices", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotRelationshipNavigationEntry", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotTreeView", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotTreeViewAutomationPeer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "PivotTreeViewItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CollectionAdapter`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DraggableListBoxItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "EditableItemTextBox", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HighlightTextBlock", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ImageListBase", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ToolTipVisibilityManager", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IndentToMarginConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "InteractionPatternProvider", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "InvocationController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IsPathImageConverter", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IVirtualizingTreeNode", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "RenameItemTransaction", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ScreenDragCompletedEventArgs", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ScreenDragEventArgs", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "CrossThreadNotificationQueue`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeView", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeViewAutomationPeer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeViewItem", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeViewItemAutomationPeer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeSelectionAction", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VirtualizingTreeViewItemWrapperAutomationPeer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DragDropScrollManager", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DragDropStateManager", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "IToolTipVisibilityController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ContextMenuController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ControllerBase`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "DragDropSourceController", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "EnumerableSnapshot", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "BackgroundDispatcher", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VisualTargetPresentationSource", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "VisualWrapper", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "WorkerThreadElementContainer", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "ComStreamFromDataStream", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "DisposableList", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "DisposableList`1", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "KeyBindingHelper", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "LazyImport", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "YieldAwaiter", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "TelemetryHelper", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "TelemetryActivity", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "DataStreamFromComStream", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "VsTaskAwaiter", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "TestContractBulletin", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TestContracts" + }, + { + "Name": "TestContractErrorBulletin", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TestContracts" + }, + { + "Name": "IOleComponent2Private", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "BuildOrderId", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + }, + { + "Name": "EntriesChangedEventArgs2", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + }, + { + "Name": "EntryFilterDefinition", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + }, + { + "Name": "ITableColumnDefinition2", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + }, + { + "Name": "ITableControlCommands", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + }, + { + "Name": "ITableControlTelemetryAliasTag", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + }, + { + "Name": "ITableControlTelemetryLogger2", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + }, + { + "Name": "ITableControlTelemetryLogger", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + }, + { + "Name": "ITableControlTestContract", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + }, + { + "Name": "ITableControlTestContractProvider", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + }, + { + "Name": "IWpfTableControl2", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + }, + { + "Name": "IWpfTableControlProvider", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + }, + { + "Name": "SortStates", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + }, + { + "Name": "FilterHandlerBase", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.ErrorList" + }, + { + "Name": "IErrorListFilterHandler", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.ErrorList" + }, + { + "Name": "IErrorListScopeFilterManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.ErrorList" + }, + { + "Name": "ColorName", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorEntry", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorNames", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorTheme", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorThemeService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorThemes", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsFaultEvent", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsFaultEventCallBack", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarHostPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInvokablePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInvokerPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsPostFaultEvent", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchControlPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryActivity", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryContext", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryEvent", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryPropertyBag", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetrySession", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundBooleanProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundDWordProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundDoubleProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundGuidProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundInt32Property", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundPropertyBase", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundQWordProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIBoundStringProperty", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataSourceShape", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataSourceShapeProvider", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowManager2", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsColorThemeService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsSettingsPersistenceManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsUIThreadInvokerPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsWindowManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IImageHandle", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ImageAttributes", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ImageMoniker", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "BooleanSymbolExpressionEvaluator", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IAsyncLoadablePackageInitialize", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IAsyncProgressCallback", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IAsyncServiceProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IComWrapper", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IComWrapperFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IProfferAsyncService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsBooleanSymbolExpressionEvaluator", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsBooleanSymbolExpressionEvaluator2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsBooleanSymbolPresenceChecker", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCommonMessagePump", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCommonMessagePumpClientEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDataSourceFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDiagnosticsItem", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDiagnosticsProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumGuids", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumHierarchies", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumSearchProviders", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumWindowSearchFilters", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsEnumWindowSearchOptions", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsHierarchyManipulation", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsHierarchyManipulationStateContext", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsImageService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsImageService2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBar", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarActionItem", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarActionItemCollection", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarHost", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarTextSpan", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarTextSpanCollection", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarUIElement", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarUIEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsNewDocumentStateContext", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsPackageExtensionProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsRunningDocumentTable3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsRunningDocumentTable4", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchCallback", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchFilterToken", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchQuery", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchQueryParser", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchTask", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchToken", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSettingsManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSettingsStore", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSharedAssetsProject", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsShell5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSolutionEvents5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSolutionLoadEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTask", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskBody", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskCompletionSource", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskSchedulerService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskSchedulerService2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsThreadedWaitDialog2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsThreadedWaitDialog3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsThreadedWaitDialog4", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsThreadedWaitDialogCallback", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsThreadedWaitDialogFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolWindowToolbarHost2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolWindowToolbarHost3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolboxItemProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolsOptionsHelp", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIAccelerator", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUICollection", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUICollectionChangeEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataConverter", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataConverterManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataSource", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDataSourcePropertyChangeEvents", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDispatch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIDynamicCollection", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIElement", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIElementPane", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIEnumDataSourceProperties", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIEnumDataSourceVerbs", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIEventSink", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIObject", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShell5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShellOpenDocument3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShellOpenDocument4", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUISimpleDataSource", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWin32Bitmap", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWin32Element", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWin32Icon", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWin32ImageList", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWpfElement", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIWpfLoader", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowFrame5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchBooleanOption", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchCommandOption", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchCustomFilter", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchFilter", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchHost", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchOption", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchSimpleFilter", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWritableSettingsStore", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SAsyncServiceProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDataSourceFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsHierarchyManipulation", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsImageService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsInfoBarUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsSettingsManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsTaskSchedulerService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsThreadedWaitDialogFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsUIDataConverters", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VSSEARCHPROGRESSTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VSSEARCHSTARTTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VsUIElementDescriptor", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VsUIPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__THEMEDCOLORTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSNEWDOCUMENTSTATE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSNEWDOCUMENTSTATE2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSPHYSICALVIEWATTRIBUTES", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSPROVISIONALVIEWINGSTATUS", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSSEARCHFILTERTOKENTYPE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSUIDATAFORMAT", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VSConstants", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "Win32Methods", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "IEventHandler", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "ErrorHandler", + "Namespace": "Microsoft.VisualStudio" + }, + { + "Name": "PropertyPageTypeConverterAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LocDisplayNameAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DefaultRegistryRootAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DesignPropertyDescriptor", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DialogContainerWithToolbar", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "DialogPage", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "EventSinkCollection", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IConfigureToolboxItem", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "InstalledProductRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IProfileManager", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IProfileMigrator", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IResXResourceService", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LocalizableProperties", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "LogicalView", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "MsiComponentIdAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "MsiTokenAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleDataObject", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCmdEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCommand", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "OleMenuCommandService", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Package", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAutoLoadAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAssemblyFilterAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideAutomationObjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorFactoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideEditorLogicalViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideExtenderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideKeyBindingTableAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageCodeExpansionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageEditorToolsOptionCategoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageEditorOptionPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLanguageServiceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideLoadKeyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideMenuResourceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideObjectAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideOptionDialogPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideOptionPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProfileMigrationType", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProfileAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProjectFactoryAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideProjectItemAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideServiceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxFormatAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxItemConfigurationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxItemsAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolboxPageAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsDockStyle", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ToolWindowOrientation", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolWindowAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideToolWindowVisibilityAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ProvideViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterAutoLoadAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterEditorExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterEditorLogicalViewAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterExtenderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterLanguageExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterLoadKeyAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegisterProjectItemAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegistrationMethod", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RunningDocumentTable", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RunningDocumentInfo", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SelectionContainer", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProviderHierarchy", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProviderHierarchyOrder", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Task", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ErrorTask", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskCategory", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskErrorCategory", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskPriority", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ErrorListProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ToolWindowPane", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "Url", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PackageUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsMenus", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VSRegistry", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VsShellUtilities", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "WindowPane", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "PackageRegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsAggregatableProjectCorrected", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "ILocalRegistryCorrected", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "IVsAggregatableProjectFactoryCorrected", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "IVsProjectAggregator2", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProjectBase", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProjectFactoryBase", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProject", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "FlavoredProjectFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "ProjectDocumentsChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + }, + { + "Name": "AssemblyObsoleteEventHandler", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "AssemblyObsoleteEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "AssemblyRefreshedEventHandler", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "AssemblyRefreshedEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "AssemblyDeletedEventHandler", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "AssemblyDeletedEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "AttributeScope", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "ConstructorInfoWrapper", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "DesignerWindowPane", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "DesignSurfaceExtension", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "DesignSurfaceExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "DynamicTypeService", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "GlobalObject", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "GlobalObjectCollection", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "GlobalObjectDescriptionAttribute", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "GlobalObjectProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "GlobalObjectProviderFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "GlobalObjectService", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "GlobalType", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "GlobalTypeCollection", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "OleUndoEngine", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "ProvideDesignerMetadataAttribute", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "ProvideDesignerOptionsAttribute", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "ProvideGlobalObjectProviderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "ProvideViewAdapterAttribute", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "TypeObsoleteEventHandler", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "TypeObsoleteEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "VirtualTypeBuilder", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "VirtualTypeImplementor", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "VsTargetFrameworkProvider", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "VSTypeResolutionHelperService", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "WindowPaneProviderService", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "ReferenceType", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "ProjectTypeResolutionService", + "Namespace": "Microsoft.VisualStudio.Shell.Design" + }, + { + "Name": "ConfigurationHelperService", + "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + }, + { + "Name": "DesignerDocDataService", + "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + }, + { + "Name": "DocData", + "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + }, + { + "Name": "RelatedDocDataCollection", + "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + }, + { + "Name": "DocDataTextReader", + "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + }, + { + "Name": "DocDataTextWriter", + "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + }, + { + "Name": "LocalizationProviderService", + "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + }, + { + "Name": "ProvideDesignerLoaderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + }, + { + "Name": "ProvideGeneratorAttribute", + "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + }, + { + "Name": "CodeDomDesignerData", + "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom" + }, + { + "Name": "ChangeNotificationService", + "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom" + }, + { + "Name": "CodeDomDocDataAdapter", + "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom" + }, + { + "Name": "CodeDomEventBindingService", + "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom" + }, + { + "Name": "IVsDesignTimeAssemblyResolution", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDesignTimeAssemblyResolution2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDesignerInfo", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsFrameworkMultiTargeting", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsFrameworkMultiTargeting2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "VsResolvedAssemblyPath", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "RegistrationMethod", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RegistrationAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SVsServiceProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IReadOnlyObservableSet", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IReadOnlyObservableSet`1", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ISelectedGraphNode", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ISolutionSearchOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ISolutionSearchParameters", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "FilterDescendantBehavior", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ISolutionTreeFilter", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ISolutionTreeFilterProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ISupportDisposalNotification", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SolutionTreeFilterProviderAttribute", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "HierarchyItemCollectionChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "HierarchyItemEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsHierarchyItem", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IFilteredHierarchyItemSet", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsHierarchyItemCollectionProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsHierarchyItemIdentity", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsHierarchyItemManager", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsTaskEvents", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "BlockingTaskEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CircularTaskDependencyException", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "TaskSchedulingException", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ThemeResourceKey", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ThemeResourceKeyType", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IInstalledToolboxItemInfo", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IToolboxAppDomainControl", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IToolboxAssemblyInfo", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IToolboxItemDiscovery", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IToolboxItemDiscoveryFactory", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsToolboxItemDiscoveryRegistrar", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SVsToolboxItemDiscoveryRegistrar", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IToolboxItemCreator", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IToolboxItemInfo", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IToolboxExtensionsSdkInfo", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IToolboxPlatformInfo", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IToolboxPlatformType", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IToolboxType", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IToolboxExtensionsSdkType", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "RssCommands", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VSCommands", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsSearchQuery", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTask", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IAsyncAttachedCollectionSource", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsTaskJoinableTask", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IAttachedRelationship", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IAttachedCollectionService", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IAttachedCollectionSource", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IAttachedCollectionSourceProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ICacheableAttachedCollectionSource", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsManagedSettingsChangeEventSource", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "FocusChangeForCrossThreadClientEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "BulletinHandler", + "Namespace": "Microsoft.VisualStudio.Shell.Services" + }, + { + "Name": "IVsPublishSubscribeService", + "Namespace": "Microsoft.VisualStudio.Shell.Services" + }, + { + "Name": "SVsPublishSubscribeService", + "Namespace": "Microsoft.VisualStudio.Shell.Services" + }, + { + "Name": "IVsCredential", + "Namespace": "Microsoft.VisualStudio.Shell.Connected.CredentialStorage" + }, + { + "Name": "IVsCredentialKey", + "Namespace": "Microsoft.VisualStudio.Shell.Connected.CredentialStorage" + }, + { + "Name": "IVsCredentialStorageService", + "Namespace": "Microsoft.VisualStudio.Shell.Connected.CredentialStorage" + }, + { + "Name": "SVsCredentialStorageService", + "Namespace": "Microsoft.VisualStudio.Shell.Connected.CredentialStorage" + }, + { + "Name": "VsCredentialStorageException", + "Namespace": "Microsoft.VisualStudio.Shell.Connected.CredentialStorage" + }, + { + "Name": "AccountPickerOptions", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "AuthenticationState", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsAccountManagementService", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IWpfAccountPicker", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "HierarchyGraphNodeProperties", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CommandNavigationHelper", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IClientRightsAdditionalMetadata", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IMSDNChannel", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ThreadedWaitDialogProgressData", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ServiceProgressData", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ICommentTaskToken", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IErrorList", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "INonClientArea", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ITaskList", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "CommentTaskPriority", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsManagedImageService", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ISettingsMachineLocalityEvaluator", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "AsyncServiceCreatorCallback", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "AsyncServiceCreatorWithProgressCallback", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IAsyncServiceContainer", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IAsyncServiceProvider", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IToolboxItemDiscoveryWithContext", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ToolboxItemDiscoveryContext", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IToolboxExtensionsSdkInfo2", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ErrorRank", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "ErrorSource", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "ITableDataSink", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "ITableDataSource", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "ITableEntriesSnapshot", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "ITableEntriesSnapshotFactory", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "ITableEntry", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "ITableManager", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "ITableManagerProvider", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "StandardTableDataSources", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "StandardTableKeyNames", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "StandardTables", + "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + }, + { + "Name": "ColumnState", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "DataSourceAttribute", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "DataSourceTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "EntriesChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "FiltersChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "IEntryBucket", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "IEntryFilter", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "ITableColumnDefinitionManager", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "ITableColumnDefinition", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "ITableControlEventProcessor", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "ITableControlEventProcessorProvider", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "ITableEntryHandle", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "IWpfTableControl", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "IWpfTableEntriesSnapshot", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "IWpfTableEntry", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "ManagerTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "StandardTableColumnDefinitions", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "StandardTableControlEventProcessors", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "TableEntryEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "TableEntryNavigateEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "TableSelectionChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + }, + { + "Name": "IImageHandle", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ImageMoniker", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "AppId", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SVsAppId", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsAppId", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VSAPropID", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VSASKUEdition", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VSASubSKUEdition", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IMemoryDiagnosticsHandler", + "Namespace": "Microsoft.VisualStudio.Shell.TreeNavigation.GraphProvider" + }, + { + "Name": "IProjectItem", + "Namespace": "Microsoft.VisualStudio.Shell.TreeNavigation.GraphProvider" + }, + { + "Name": "GraphNodeItem", + "Namespace": "Microsoft.VisualStudio.Shell.TreeNavigation.GraphProvider" + }, + { + "Name": "IVsBackForwardNavigationPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsBackForwardNavigationPrivate2", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsBuildAccelTable", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorThemeService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCommandBarsCustomizerPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCommandInfoDisplayServicePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCoreTelemetry", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDteBackChannel", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsFeatureFlags", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsRemoteSettings", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolbarSetProviderPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsBackForwardNavigation", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsBuildAccelTable", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsColorThemeService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsCommandBarsCustomizerPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsCommandInfoDisplayServicePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDteBackChannel", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsFeatureFlags", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsOleInPlaceFrame", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsRemoteSettings", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsToolbarSetProviderPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsWindowManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "ImageMoniker", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ILocalRegistry5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDataSourceFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsFontAndColorStorage3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsGlobalSearch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsImageService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsImageService2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsMRUItemsStore", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSettingsManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSettingsStore", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsShell5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskSchedulerService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsThreadedWaitDialog2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShell4", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShellOpenDocument3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchHostFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDataSourceFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsGlobalSearch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsImageService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsInfoBarUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsMRUItemsStore", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsSettingsManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsTaskSchedulerService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsWindowSearchHostFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "AppId", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "SVsAppId", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "IVsAppId", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VSAPropID", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VSASKUEdition", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "VSASubSKUEdition", + "Namespace": "Microsoft.VisualStudio.Shell" + }, + { + "Name": "ISolutionTreeFilterProviderMetadata", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "HierarchyItemIdentity", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "AggregateCollection`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "VsClipboardFormats", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "IVsBackForwardNavigationPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsBackForwardNavigationPrivate2", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsBuildAccelTable", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsColorThemeService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCommandBarsCustomizerPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCommandInfoDisplayServicePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsCoreTelemetry", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDteBackChannel", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsFeatureFlags", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsRemoteSettings", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsToolbarSetProviderPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIHierarchyEventsPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsBackForwardNavigation", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsBuildAccelTable", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsColorThemeService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsCommandBarsCustomizerPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsCommandInfoDisplayServicePrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDteBackChannel", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsFeatureFlags", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsOleInPlaceFrame", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsRemoteSettings", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsToolbarSetProviderPrivate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsWindowManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IImageHandle", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ImageMoniker", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ILocalRegistry5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDataSourceFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsFontAndColorStorage3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsGlobalSearch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsHierarchyDirectionalDropDataTarget", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsHierarchyEvents2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsHierarchyManipulation", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsHierarchyManipulationStateContext", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsImageMonikerImageList", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsImageService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsImageService2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsInfoBarUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsMRUItemsStore", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSearchQuery", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSettingsManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsShell5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTask", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskBody", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTaskSchedulerService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsThreadedWaitDialog2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShell4", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShellOpenDocument3", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsWindowSearchHostFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDataSourceFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsGlobalSearch", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsImageService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsInfoBarUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsMRUItemsStore", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsSettingsManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsTaskSchedulerService", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsUIFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsWindowSearchHostFactory", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSHIERARCHYMANIPULATIONSTATE", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "__VSPROVISIONALVIEWINGSTATUS", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "ActivationType", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ActiveViewChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "AutoHideChannel", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "AutoHideGroup", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "AutoHideRoot", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "AutoZOrderManager", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "WindowProfile", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ViewElement", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ViewGroup", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DockGroup", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DocumentGroupContainer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DocumentGroup", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "View", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ViewBookmark", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "MainSite", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "FloatSite", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DependencyObjectCustomSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ExtensionMethods", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DockOperations", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DockEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DockAction", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DockRoot", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DockSiteType", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DockRestrictionType", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "FloatingWindowEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "FloatingWindowManager", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "IBookmarkResolver", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ICustomXmlSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "IDependencyObjectCustomSerializerAccess", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ICustomXmlSerializable", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "IsPreviewViewChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ViewChangingEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "IsViewSelectedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "KeyboardStateManager", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "MultiSelectionManager", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "NestedGroup", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "NonXamlSerializedAttribute", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "OnScreenViewCardinality", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "OwnershipCollection`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "IObservableCollection`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "Screen", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "TabGroup", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ResolveSelectionMode", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "TabState", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "UndockMode", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ViewBookmarkType", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ViewManager", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ViewSite", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "WindowProfileChangingEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "WindowProfileSerializationVariants", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "WindowProfileSerializerMode", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "WindowProfileSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "UtilityMethods", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DockDirection", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "ViewElementFactory", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "XamlSerializableAttribute", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + }, + { + "Name": "DockPreference", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Preferences" + }, + { + "Name": "ViewManagerPreferences", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Preferences" + }, + { + "Name": "ViewElementCustomSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Serialization" + }, + { + "Name": "ViewCustomSerializer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Serialization" + }, + { + "Name": "AutoHideChannelControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "AutoHideChannelContextMenuEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "AutoHideGroupControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "AutoHideRootControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "AutoHideTabItem", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "AutoHideTabItemAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "AutoHideWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "BeveledBorder", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "CustomChromeWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DocumentGroupContainerMinimumLengthConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DragUndockHeaderAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "HasMultipleOnScreenViewsConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "IsIndependentConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "PositionManagedHwndContentControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "RowIndexChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "SizeConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "SystemMenu", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "WindowsMessageEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DockAdornerWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DockRootControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DockSiteAdornerAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DocumentGroupContainerControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DocumentTabItem", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DocumentTabPanel", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DragAbsoluteEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DragUndockHeaderContextMenuEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DropDownButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "IDockPreviewWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "SetupDockPreviewArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "WindowResizeFrame", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "FloatingElement", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "FloatingElementDockedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "FloatingOperationFinishedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "GlyphButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "GroupControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "GroupControlTabItem", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "GroupControlTabItemAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "HwndPositionManager", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "HwndPositionChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "MenuItemIconConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "MouseCommands", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "ReorderTabPanel", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "SingleRowTabPanel", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "SubtractionConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "TabGroupBorderThicknessConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "TabGroupBorderType", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "TabItemTextControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "ViewPresenterAutomationPeer", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "ViewPresenter", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "WindowContentPresenter", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "WindowTitleBarButton", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DockTargetType", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DockGroupAdorner", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DockGroupControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DockManager", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DockPreviewWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DockSiteAdorner", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DockTarget", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DocumentGroupControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DragUndockHeader", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "FloatingWindow", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "TabGroupControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "ViewCommands", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "ViewFrame", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "ViewHeader", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "AutoHideHwndContentControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "BooleanOrConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DockAdorner", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "FocusableHwndHost", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "FocusTracker", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "HiddenHwndWrapper", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "HwndContentControl", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "MouseHover", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "TrackFocusEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "SelectedItemHiddenEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "DragAbsoluteCompletedEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "ViewEventArgs", + "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + }, + { + "Name": "ITaskRunnerCommandContext", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "ITaskRunnerCommandContextLogger", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "ITaskRunnerCommandResult", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "ITaskRunnerCommandService", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "ITaskRunnerMetadata", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "ITaskRunnerNode", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "ITaskRunner", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "ITaskRunnerCommand", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "ITaskRunnerConfig", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "ITaskRunnerOption", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "TaskRunnerBindEvent", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "TaskRunnerCommand", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "TaskRunnerCommandContextLogger", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "TaskRunnerExportAttribute", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "TaskRunnerNode", + "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + }, + { + "Name": "CSharpFilterTokenValues", + "Namespace": "Microsoft.VisualStudio.TemplateWizard" + }, + { + "Name": "Identifier", + "Namespace": "Microsoft.VisualStudio.TemplateWizard" + }, + { + "Name": "CSharpNamespaceOrTypeName", + "Namespace": "Microsoft.VisualStudio.TemplateWizard" + }, + { + "Name": "VisualBasicFilterTokenValues", + "Namespace": "Microsoft.VisualStudio.TemplateWizard" + }, + { + "Name": "CppFilterTokenValues", + "Namespace": "Microsoft.VisualStudio.TemplateWizard" + }, + { + "Name": "FSharpFilterTokenValues", + "Namespace": "Microsoft.VisualStudio.TemplateWizard" + }, + { + "Name": "FSharpIdentifier", + "Namespace": "Microsoft.VisualStudio.TemplateWizard" + }, + { + "Name": "FSharpNamespaceOrTypeName", + "Namespace": "Microsoft.VisualStudio.TemplateWizard" + }, + { + "Name": "Wizard", + "Namespace": "Microsoft.VisualStudio.TemplateWizard" + }, + { + "Name": "IVsEnumHierarchies", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSharedAssetsProject", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "AssemblyMethodComparer", + "Namespace": "Microsoft.VisualStudio.TestImpact.Analysis" + }, + { + "Name": "AssemblyIsInstrumentedException", + "Namespace": "Microsoft.VisualStudio.TestImpact.Analysis" + }, + { + "Name": "CodeChangeReason", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "CodeKind", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "CodeAccess", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "CodeChange", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "Constants", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "Guids", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "ProjectRenamedEventArgs", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "ProjectOpenedEventArgs", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "ProjectClosedEventArgs", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "ConnectionChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "ISolutionManager", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "SSolutionManager", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "CodeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "IBuildManager", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "SBuildManager", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "IWorkItem", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "WorkItemStartedEventArgs", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "WorkItemCompletedEventArgs", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "WorkItemCallback", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "IBackgroundWorkManager", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "SBackgroundWorkManager", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "TestImpactChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "ITestImpactManager", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "STestImpactManager", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "IDataManager", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "SDataManager", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "ITestResult", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "Test", + "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + }, + { + "Name": "EncodingChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IEncodingDetector", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextDocument", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextDocumentFactoryService", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ReloadResult", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextDocumentEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "FileActionTypes", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextDocumentFileActionEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ContentTypeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "CustomTrackToVersion", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "EdgeInsertionMode", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "EditOptions", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IExtensionErrorHandler", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IMappingPoint", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IMappingSpan", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "INormalizedTextChangeCollection", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IPersistentSpan", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IPersistentSpanFactory", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IReadOnlyRegion", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IReadOnlyRegionEdit", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextBuffer", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextBufferEdit", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextBufferFactoryService", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextChange", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextChange2", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextEdit", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextSnapshot", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextSnapshotLine", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextVersion", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITrackingPoint", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITrackingSpan", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "NormalizedSnapshotSpanCollection", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "NormalizedSpanCollection", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "PointTrackingMode", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "PositionAffinity", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "PreContentChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "DynamicReadOnlyRegionQuery", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "SnapshotPoint", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "SnapshotSpan", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "SnapshotSpanEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "Span", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "SpanTrackingMode", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextBufferCreatedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextContentChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextContentChangingEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextSnapshotChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextSnapshotToTextReader", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "Tracking", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TrackingFidelityMode", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ElisionBufferOptions", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "ElisionSourceSpansChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "GraphBufferContentTypeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "GraphBuffersChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IBufferGraph", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IBufferGraphFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IElisionBuffer", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IElisionSnapshot", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IProjectionBuffer", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IProjectionBufferBase", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IProjectionBufferFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IProjectionEditResolver", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IProjectionSnapshot", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "IProjectionSnapshot2", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "ProjectionBufferOptions", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "ProjectionSourceBuffersChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "ProjectionSourceSpansChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" + }, + { + "Name": "ContinueProcessingPredicate`1", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "DetermineLocalityCallback", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "Difference", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "DifferenceType", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IDifferenceService", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IHierarchicalDifferenceCollection", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IDifferenceCollection`1", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IHierarchicalStringDifferenceService", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "ITextDifferencingSelectorService", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "ITextDifferencingService", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "ITokenizedStringList", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "Match", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "StringDifferenceTypes", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "StringDifferenceOptions", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "WordSplitBehavior", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "IObjectTracker", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ExtensionMethods", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ITextBufferFactoryService2", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "IRtfBuilderService2", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "IDataStorage", + "Namespace": "Microsoft.VisualStudio.Text.Storage" + }, + { + "Name": "IDataStorageService", + "Namespace": "Microsoft.VisualStudio.Text.Storage" + }, + { + "Name": "IAccurateOutliningManager", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "OverviewFormatDefinitions", + "Namespace": "Microsoft.VisualStudio.Text.OverviewMargin" + }, + { + "Name": "IOverviewMarkMargin_Test", + "Namespace": "Microsoft.VisualStudio.Text.OverviewMargin.Test" + }, + { + "Name": "IOverviewMargin_Test", + "Namespace": "Microsoft.VisualStudio.Text.OverviewMargin.Test" + }, + { + "Name": "IBraceCompletionManager", + "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + }, + { + "Name": "ITextSearchNavigator2", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextSearchResultTag", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextSearchTagger`1", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextSearchTaggerFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "CompletionPresenterStylePrivate", + "Namespace": "Microsoft.VisualStudio.Text.Internal.Language" + }, + { + "Name": "GlyphMarginAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IGlyphFactory`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IGlyphFactoryProvider`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ISuggestionTag", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IThumbnailSupport", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextModelOptionsSetter", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IPrintingService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "Caret", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "AdornmentPositioningBehavior2", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DisplayTextPoint", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DisplayTextRange", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "HowToShow", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IBufferPrimitives", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IBufferPrimitivesFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IEditorPrimitivesFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IMapEditToData", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextView2", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IViewPrimitives", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "EditorPrimitiveIds", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IViewPrimitivesFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TrackChangesFormatDefinitions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "Selection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextBuffer", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextPoint", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextRange", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextView", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ViewRelativePosition2", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IsOverlayLayerAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "AggregateFocusInterceptor", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "HorizontalPositioningMode", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "InterLineAdornmentFactory", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "InterLineAdornmentTag", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextEditorFactoryService2", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextView2", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IAccurateClassifier", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassificationFormatMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IEditorFormatMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IAccurateTagAggregator`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IAccurateTagger`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IElisionTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "TagAggregatorOptions2", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ILoggingServiceInternal", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "WrapperCreator`2", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "LazyObservableCollection`2", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "TrackingSpanTree`1", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "TrackingSpanNode`1", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "LineBuffer", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "UnicodeWordExtent", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "IPerformanceMarkerBlockProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "IFormattedLineSource2", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" + }, + { + "Name": "ITelemetryDiagnosticID`1", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "LegacySuggestedActionBase", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CodeLensAdornment", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CodeLensCalloutBorder", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CodeLensDetailsControl", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ErrorMessageVisibilityConverter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "OthersCollapsedVisibilityConverter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CodeLensPinEventArgs", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CodeLensIndicatorCommands", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CodeLensIndicatorProviderAttribute", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CodeLensIndicatorTemplateProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CodeLensIndicatorTemplateProviderAttribute", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CodeLensOptions", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CodeLensPresenterStyle", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CodeLensOptionBehaviorAttribute", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "CodeLensTextViewProperties", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensAccessKeySource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensAdornmentCache", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensAdornmentCreationListener", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensAdornmentViewModel", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensDataPointViewModelBase", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensDataPointViewModelReference", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensIndicator", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensAdornmentViewModelProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensDataPoint", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensDataPointProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensDataPointProviderMetadata", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensDataPointViewModel", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensDataPointViewModelProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensIndicatorService", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensDescriptor", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensDetailsTemplateProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensEventHandler", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensEventManager", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensGlyphDataPointViewModel", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensIndicatorCollection", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensIndicatorProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensIndicatorTemplateProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensIntegerDataPointViewModel", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensTag", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "LocalizedNameAttribute", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "PriorityAttribute", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + }, + { + "Name": "ICodeLensAdornment_Test", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense.Test" + }, + { + "Name": "WaitIndicatorResult", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense.Utilities" + }, + { + "Name": "IWaitContext", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense.Utilities" + }, + { + "Name": "IWaitIndicator", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense.Utilities" + }, + { + "Name": "WaitHelper", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense.Utilities" + }, + { + "Name": "IImageHandle", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ImageMoniker", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ITextDataModel", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "TextDataModelContentTypeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "VirtualSnapshotPoint", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "VirtualSnapshotSpan", + "Namespace": "Microsoft.VisualStudio.Text" + }, + { + "Name": "ChangeTag", + "Namespace": "Microsoft.VisualStudio.Text.Document" + }, + { + "Name": "ChangeTypes", + "Namespace": "Microsoft.VisualStudio.Text.Document" + }, + { + "Name": "TagAggregatorOptions", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "BatchedTagsChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "TrackingTagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITagAggregator`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IBufferTagAggregatorFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITagger`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IMappingTagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "MappingTagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "SimpleTagger`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "TagsChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITaggerProvider", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "TagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "TagTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ClassificationTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IClassificationTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IUrlTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "UrlTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITextSearchNavigator", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextSearchNavigatorFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextSearchService", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextSearchService2", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextStructureNavigatorProvider", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextStructureNavigatorSelectorService", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "FindData", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "FindOptions", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextStructureNavigator", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "TextExtent", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "IMergeTextUndoTransactionPolicy", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextBufferUndoManager", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextBufferUndoManagerProvider", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextUndoHistory", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextUndoHistoryRegistry", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextUndoPrimitive", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "ITextUndoTransaction", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "TextUndoHistoryState", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "TextUndoRedoEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "TextUndoTransactionCompletedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "TextUndoTransactionCompletionResult", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "UndoTransactionState", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "DeferCreationAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "EditorOptionKey`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DefaultOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ConvertTabsToSpaces", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TabSize", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IndentSize", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ReplicateNewLineCharacter", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "NewLineCharacter", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "LongBufferLineThreshold", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "LongBufferLineChunk", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "EditorOptionChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "EditorOptionDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "EditorOptionDefinition`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IEditorOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IEditorOptionsFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DefaultOptionExtensions", + "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + }, + { + "Name": "DifferenceBufferOptions", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "DifferenceBufferOption`1", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "DifferenceMappingMode", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IDifferenceTrackingSpanCollection", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IDifferenceBuffer", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IDifferenceBufferFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IgnoreWhiteSpaceBehavior", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "ISnapshotDifference", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IgnoreDifferencePredicate", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "LineType", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "SnapshotDifferenceChangeEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "SnapshotLineTransform", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "ClassificationChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "ClassificationSpan", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "ClassificationTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassificationType", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "ClassificationTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassificationTypeRegistryService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassifier", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassifierAggregatorService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassifierProvider", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IViewTagAggregatorFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IViewTaggerProvider", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IOutliningRegionTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "OutliningRegionTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "OverviewMarkTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ErrorTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IErrorTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "IOverviewMarkTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "TextMarkerTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ITextMarkerTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "SpaceNegotiatingAdornmentTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" + }, + { + "Name": "ICollapsible", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "ICollapsed", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "IOutliningManager", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "IOutliningManagerService", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "OutliningEnabledEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "RegionsCollapsedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "RegionsExpandedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "RegionsChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" + }, + { + "Name": "IEditorOperations", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "IEditorOperations2", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "IEditorOperationsFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Operations" + }, + { + "Name": "IIncrementalSearch", + "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + }, + { + "Name": "IIncrementalSearchFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + }, + { + "Name": "IncrementalSearchResult", + "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + }, + { + "Name": "IncrementalSearchDirection", + "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + }, + { + "Name": "IAdornmentElement", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ISequenceElement", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ITextAndAdornmentCollection", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ITextAndAdornmentSequencer", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ITextAndAdornmentSequencerFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ITextViewLine", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "LineTransform", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "TextBounds", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "TextAndAdornmentSequenceChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "TextViewLineChange", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "VisibilityState", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "DefaultTextViewOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DefaultTextViewHostOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DragDropEditing", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OverwriteMode", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "UseVirtualSpace", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IsViewportLeftClipped", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ViewProhibitUserInput", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "CutOrCopyBlankLineIfNoSelection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "WordWrapStyle", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "UseVisibleWhitespace", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ProduceScreenReaderFriendlyText", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "VerticalScrollBarEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "HorizontalScrollBarEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "GlyphMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "SuggestionMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "SelectionMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "LineNumberMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "AutoScrollEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ChangeTrackingMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OutliningMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OutliningUndoEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ZoomControlEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DisplayUrlsAsHyperlinks", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "CaretPosition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "CaretPositionChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IScrollMap", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IScrollMapFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ISmartIndent", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ISmartIndentProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ISmartIndentationService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextCaret", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextSelection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextView", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextViewLineCollection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextViewMargin", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextViewModel", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextViewModelProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextViewRoleSet", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IVerticalFractionMap", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IVerticalScrollBar", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IViewScroller", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "EnsureSpanVisibleOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "MarginContainerAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "MouseHoverAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "MouseHoverEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "PredefinedMarginNames", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "PredefinedTextViewRoles", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ReplacesAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ScrollDirection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextSelectionMode", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextViewCreatedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextViewLayoutChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextViewRoleAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ViewRelativePosition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ViewState", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "WordWrapStyles", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ViewOptionDefinition`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ZoomConstants", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "TextViewOptionExtensions", + "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + }, + { + "Name": "TextViewHostOptionExtensions", + "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + }, + { + "Name": "DifferenceHighlightMode", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "DifferenceHighlightMode2", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "DifferenceViewerOptions", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "DifferenceViewerOption`1", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "DifferenceViewerRoles", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "DifferenceViewMode", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "DifferenceViewType", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IDifferenceViewer", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IViewClassifierAggregatorService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "BracePairAttribute", + "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + }, + { + "Name": "IBraceCompletionDefaultProvider", + "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + }, + { + "Name": "IBraceCompletionSession", + "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + }, + { + "Name": "IBraceCompletionSessionProvider", + "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + }, + { + "Name": "IBraceCompletionContext", + "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + }, + { + "Name": "IBraceCompletionContextProvider", + "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + }, + { + "Name": "ErrorTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "IErrorProviderFactory", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "ITextMarkerProviderFactory", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "IToolTipProvider", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "IToolTipProviderFactory", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "PopupStyles", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "PredefinedErrorTypeNames", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" + }, + { + "Name": "IFormattedLine", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "IFormattedLineSource", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "IFormattedTextSourceFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ILineTransformSource", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ILineTransformSourceProvider", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "ITextParagraphPropertiesFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "IWpfTextViewLine", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "TextFormattingParagraphProperties", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "TextFormattingRunProperties", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "IRtfBuilderService", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" + }, + { + "Name": "IOverviewTipManager", + "Namespace": "Microsoft.VisualStudio.Text.OverviewMargin" + }, + { + "Name": "IOverviewTipManagerProvider", + "Namespace": "Microsoft.VisualStudio.Text.OverviewMargin" + }, + { + "Name": "CreateTextViewHostCallback", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IDifferenceTextViewModel", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IWpfDifferenceViewerFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "IWpfDifferenceViewer", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" + }, + { + "Name": "ClassificationFormatDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IEditorFormatMapService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IEditorFormatMap", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassificationFormatMap", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "EditorFormatDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "IClassificationFormatMapService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "FormatItemsEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "MarkerFormatDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "UserVisibleAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "Priority", + "Namespace": "Microsoft.VisualStudio.Text.Classification" + }, + { + "Name": "AdornmentLayerDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "AdornmentPositioningBehavior", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "AdornmentRemovedCallback", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IAdornmentLayer", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IAdornmentLayerElement", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "PredefinedAdornmentLayers", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "BackgroundBrushChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "GridCellLengthAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "GridUnitTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OutliningCollapsedAdornmentControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OutliningMarginHeaderControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OutliningMarginBracketControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "CollapseHintAdornmentControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "OutliningMarginControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ConnectionReason", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "EditorStyleNames", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ImeTextComposition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IntraTextAdornment", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IntraTextAdornmentTag", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ISpaceReservationAgent", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ISpaceReservationManager", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ITextEditorFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextViewMarginProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextView", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextViewConnectionListener", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextViewCreationListener", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextViewHost", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextViewLineCollection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IWpfTextViewMargin", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "SpaceReservationAgentChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "SpaceReservationManagerDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "WpfTextViewKeyboardFilterName", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "WpfViewOptionDefinition`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "DefaultWpfViewOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "HighlightCurrentLineOption", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "SimpleGraphicsOption", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "UseReducedOpacityForHighContrastOption", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "MouseWheelZoomEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "AppearanceCategoryOption", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ZoomLevel", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ZoomLevelChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IGlyphTag", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IGlyphFactory", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IGlyphMouseProcessorProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IGlyphFactoryProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IKeyProcessorProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IMouseProcessor", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IMouseProcessor2", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "IMouseProcessorProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "KeyProcessor", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "MouseProcessorBase", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ZoomControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "ZoomLevelConverter", + "Namespace": "Microsoft.VisualStudio.Text.Editor" + }, + { + "Name": "WpfViewOptionExtensions", + "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + }, + { + "Name": "DragDropInfo", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + }, + { + "Name": "DragDropPointerEffects", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + }, + { + "Name": "DropFormatAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + }, + { + "Name": "IDropHandler", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + }, + { + "Name": "IDropHandlerProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + }, + { + "Name": "DropHandlerBase", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + }, + { + "Name": "AssemblyCacheMonitor", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "ShadowCopyMonitor", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "DirectiveProcessor", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "DirectiveProcessorException", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "IRecognizeHostSpecific", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "EncodingHelper", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "Engine", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "ParameterDirectiveProcessor", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "RequiresProvidesDirectiveProcessor", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "TextTransformation", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "TextTemplatingSession", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "ToStringHelper", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "ITextTemplatingCallback", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "ITextTemplating", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "ITextTemplatingComponents", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "ITextTemplatingEngine", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "ITextTemplatingEngineHost", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "ITextTemplatingSessionHost", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "ITextTemplatingSession", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "STextTemplating", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "DirectiveProcessorAttribute", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "SupportedDirectiveAttribute", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "IDirectiveProcessor", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "TransformingAllTemplatesEventArgs", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "TransformedAllTemplatesEventArgs", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "ITextTemplatingOrchestrator", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "IDirectiveProcessorMetadata", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "IDebugTransformationRun", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "IDebugTextTemplating", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "DebugTemplateEventArgs", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "IDebugTextTemplatingEngine", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "IDebugTransformationRunFactory", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "ServiceProviderExtensions", + "Namespace": "Microsoft.VisualStudio.TextTemplating" + }, + { + "Name": "ModelingTextTransformation", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "ModelBusEnabledTextTransformation", + "Namespace": "Microsoft.VisualStudio.TextTemplating.Modeling" + }, + { + "Name": "SessionStoreCache", + "Namespace": "Microsoft.VisualStudio.TextTemplating.Modeling" + }, + { + "Name": "VsTextTemplatingModelingAdapterManager", + "Namespace": "Microsoft.VisualStudio.TextTemplating.Modeling" + }, + { + "Name": "CompositionServices", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "CommandIds", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "OrchestratorOptionsPage", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "OrchestratorOptionsAutomation", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "ProvideCodeGeneratorAttribute", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "ProvideCodeGeneratorExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "ProvideDirectiveProcessorAttribute", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "ProvideIncludeFolderAttribute", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "BaseCodeGenerator", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "BaseCodeGeneratorWithSite", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "BaseTemplatedCodeGenerator", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "TemplatedPreprocessor", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "TemplatedCodeGenerator", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "TextTemplatingCallback", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "TransformationRunFactory", + "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + }, + { + "Name": "AsyncLocal`1", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "AwaitExtensions", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "TplExtensions", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "AsyncAutoResetEvent", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "AsyncBarrier", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "AsyncCountdownEvent", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "AsyncEventHandler", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "AsyncEventHandler`1", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "AsyncLazy`1", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "AsyncManualResetEvent", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "AsyncQueue`1", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "AsyncReaderWriterLock", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "AsyncReaderWriterResourceLock`2", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "AsyncSemaphore", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "DelegatingJoinableTaskFactory", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "HangReportContribution", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "IAsyncDisposable", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "IHangReportContributor", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "JoinableTask", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "JoinableTaskCollection", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "JoinableTaskContext", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "JoinableTaskContextNode", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "JoinableTaskCreationOptions", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "JoinableTaskFactory", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "JoinableTask`1", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "NoMessagePumpSyncContext", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "ProgressWithCompletion`1", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "SpecializedSyncContext", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "ThreadingTools", + "Namespace": "Microsoft.VisualStudio.Threading" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "ChooseItemsDialog", + "Namespace": "Microsoft.VisualStudio.Toolbox" + }, + { + "Name": "ChooseItemsPage", + "Namespace": "Microsoft.VisualStudio.Toolbox" + }, + { + "Name": "ToolboxPackage", + "Namespace": "Microsoft.VisualStudio.Toolbox" + }, + { + "Name": "Utilities", + "Namespace": "Microsoft.VisualStudio.Toolbox" + }, + { + "Name": "NotEmptyStringConverter", + "Namespace": "Microsoft.VisualStudio.Toolbox" + }, + { + "Name": "IVsChooseToolboxItems", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsChooseToolboxItemsPage", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsProvideClientControlledChooseToolboxItemsPages", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsChooseToolboxItems", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "ClickOnceAddInDeploymentManager", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "RSAPKCS1SHA256SignatureDescription", + "Namespace": "System.Deployment.Internal.CodeSigning" + }, + { + "Name": "InvalidManifestException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "InstallAddInFailedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "InstallAddInCanceledException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "UninstallAddInFailedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "UninstallAddInCanceledException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "OfflineAddInFailedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInAlreadyInstalledException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "InvalidRegistryStoreValueException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "FrameworkVersionMismatchException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "ClientConfigurationException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "AddInInformation", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "CachedAttribute", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "ClickOnceAddInPromptingLevel", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "ClickOnceAddInTrustEvidence", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInInstallationStatus", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInDeploymentArguments", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInDownloadedArgs", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInDownloadingArgs", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInOfflineArgs", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInProcessAbortArgs", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInManifestsDownloadingArgs", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInManifestsDownloadedArgs", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "ClickOnceAddInDownloadProgressState", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInDownloadProgressChangedArgs", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInInstallingArgs", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInInstalledArgs", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInUninstallingArgs", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInUninstalledArgs", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "AddInPostDeploymentActionArgs", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "HostTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "HostAssemblyAttribute", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "HostMemberAttribute", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "HostEventMethodType", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "HostEventAttribute", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "SafeArrayDefaultRankAttribute", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "IAddInPostDeploymentAction", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "IAppInfo", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "IAppInfoDocument", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "ICachedType", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "IClickOnceAddInInstaller", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "IClickOnceAddInCancelableInstaller", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "IClickOnceAddInTrustManager", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "IClickOnceAddInTrustManagerSettings", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + }, + { + "Name": "IComAddInAutomationServiceProviderCallback", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "RuntimeException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "ControlCouldNotBeInitializedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "ControlNotFoundException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "NotAvailableOfflineException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "NotAvailableOnlineException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "CannotCreateCustomizationDomainException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "DocumentNotCustomizedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "DocumentAlreadyCustomizedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "DocumentCustomizedWithPreviousRuntimeException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "CannotLoadManifestException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "InvalidManifestException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "InvalidDeployManifestException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "InvalidNewApplicationManifestException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "UpdateFailedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "UnknownCustomizationFileException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "DocumentClosedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "DocumentNotLoadedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "DocumentAlreadyLoadedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "MissingHostItemIdException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "MissingDataIdException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "MissingTypeException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "CannotFindStartupObjectAssemblyException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "CachedDataTypeMismatchException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "NonCacheableTypeException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "CannotFindMemberException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "CannotRetrieveAppInfoException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "NoStartupObjectsException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "CannotCreateStartupObjectException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "CannotFindObjectToFillException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "CannotCacheInNonStartupException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "CannotRetrieveCachedDataException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "ManifestNotExecutedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "ItemNotInCacheException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "CacheAlreadyLoadedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "ItemAlreadyInCacheException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "CachedDataCouldNotBeSerializedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "MultipleCachedDataCouldNotBeSerializedException", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "StartupObjectAttribute", + "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + }, + { + "Name": "ServerDocument", + "Namespace": "Microsoft.VisualStudio.Tools.Applications" + }, + { + "Name": "CachedDataNodeBase", + "Namespace": "Microsoft.VisualStudio.Tools.Applications" + }, + { + "Name": "CachedData", + "Namespace": "Microsoft.VisualStudio.Tools.Applications" + }, + { + "Name": "CachedDataHostItem", + "Namespace": "Microsoft.VisualStudio.Tools.Applications" + }, + { + "Name": "CachedDataHostItemCollection", + "Namespace": "Microsoft.VisualStudio.Tools.Applications" + }, + { + "Name": "CachedDataHostItemEnumerator", + "Namespace": "Microsoft.VisualStudio.Tools.Applications" + }, + { + "Name": "CachedDataItem", + "Namespace": "Microsoft.VisualStudio.Tools.Applications" + }, + { + "Name": "CachedDataItemCollection", + "Namespace": "Microsoft.VisualStudio.Tools.Applications" + }, + { + "Name": "CachedDataItemEnumerator", + "Namespace": "Microsoft.VisualStudio.Tools.Applications" + }, + { + "Name": "OfficeXpsDocumentException", + "Namespace": "Microsoft.Office.Tools" + }, + { + "Name": "IControlWrapHelper", + "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls.Design" + }, + { + "Name": "DataServiceProvider", + "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls.Design" + }, + { + "Name": "ClosingEventHandler", + "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + }, + { + "Name": "IInstanceMgr", + "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + }, + { + "Name": "IInstanceMgrEvents", + "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + }, + { + "Name": "NativeMethods", + "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls.ComTypes" + }, + { + "Name": "DisposingEventHandler", + "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + }, + { + "Name": "ControlLosingFocusEventHandler", + "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + }, + { + "Name": "IVSTOContainerControl", + "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + }, + { + "Name": "IVSTOWrappedControlEvents", + "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + }, + { + "Name": "VSTOContainerControl", + "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + }, + { + "Name": "IDynamicEntryPointContainer", + "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime" + }, + { + "Name": "IOleServiceProvider", + "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + }, + { + "Name": "IInteropDynamicHostItemSite", + "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + }, + { + "Name": "IDynamicEntryPointContainer", + "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime" + }, + { + "Name": "IOleServiceProvider", + "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + }, + { + "Name": "ImageSourceValueConverter", + "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + }, + { + "Name": "Sku", + "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + }, + { + "Name": "IStartPageVideoProvider", + "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + }, + { + "Name": "IStartPageVideo", + "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + }, + { + "Name": "IStartPageVideoMetadata", + "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + }, + { + "Name": "IStartPageVideoPlayerService", + "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + }, + { + "Name": "IStartPageVideoMetadataProvider", + "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + }, + { + "Name": "PremiumStartPageVideoMetadata", + "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + }, + { + "Name": "StartPageVideoMetadata", + "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + }, + { + "Name": "StartPageVideoLauncher", + "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + }, + { + "Name": "StartPageVideoLauncherResources", + "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + }, + { + "Name": "XamlResourceConverter", + "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + }, + { + "Name": "WeakValueDictionary`2", + "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + }, + { + "Name": "HashHelpers", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "Validate", + "Namespace": "Microsoft.Internal.VisualStudio.Shell" + }, + { + "Name": "PropertyChangedAsyncEventHandler", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "CollectionChangedAsyncEventHandler", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "StoreUpdatedEventHandler", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "AsyncEventHandler", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "GetValueResult", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "IAsyncStringStorage", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "IdleStateChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "IListMerger", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "ISettingNameTranslator", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "ISettingsList", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "ISettingsManager", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "ISettingsManagerHost", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "IStringStorage", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "ISettingsSubset", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "ListMerger", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "NamedVersionedString", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SetAsyncResult", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SetAsyncResultCode", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingNameTooLongException", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingsListChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingsListOperation", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingsManagerFactory", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingTooLargeException", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "StringWithMachineLocalFlag", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "VersionedString", + "Namespace": "Microsoft.VisualStudio.Settings" + }, + { + "Name": "SettingLogContext", + "Namespace": "Microsoft.VisualStudio.Settings.Telemetry" + }, + { + "Name": "SettingAction", + "Namespace": "Microsoft.VisualStudio.Settings.Telemetry" + }, + { + "Name": "ISettingsLogger", + "Namespace": "Microsoft.VisualStudio.Settings.Telemetry" + }, + { + "Name": "SettingScenario", + "Namespace": "Microsoft.VisualStudio.Settings.Telemetry" + }, + { + "Name": "SettingType", + "Namespace": "Microsoft.VisualStudio.Settings.Telemetry" + }, + { + "Name": "HttpEscaper", + "Namespace": "Microsoft.VisualStudio.Settings.Internal" + }, + { + "Name": "IIndexedStorage", + "Namespace": "Microsoft.VisualStudio.Settings.Internal" + }, + { + "Name": "ISettingsManagerResetUserData", + "Namespace": "Microsoft.VisualStudio.Settings.Internal" + }, + { + "Name": "ITraceLogger", + "Namespace": "Microsoft.VisualStudio.Settings.Internal" + }, + { + "Name": "JsonEqualityComparer", + "Namespace": "Microsoft.VisualStudio.Settings.Internal" + }, + { + "Name": "JsonUtilities", + "Namespace": "Microsoft.VisualStudio.Settings.Internal" + }, + { + "Name": "SettingsManagerConstants", + "Namespace": "Microsoft.VisualStudio.Settings.Internal" + }, + { + "Name": "SingleFileIndexedStorage", + "Namespace": "Microsoft.VisualStudio.Settings.Internal" + }, + { + "Name": "TraceLogEntryType", + "Namespace": "Microsoft.VisualStudio.Settings.Internal" + }, + { + "Name": "TraceLoggerFactory", + "Namespace": "Microsoft.VisualStudio.Settings.Internal" + }, + { + "Name": "XmlIndexedStorage", + "Namespace": "Microsoft.VisualStudio.Settings.Internal" + }, + { + "Name": "FeatureFlag", + "Namespace": "Microsoft.VisualStudio.FeatureFlags" + }, + { + "Name": "FeatureFlags", + "Namespace": "Microsoft.VisualStudio.FeatureFlags" + }, + { + "Name": "IFeatureFlags", + "Namespace": "Microsoft.VisualStudio.FeatureFlags" + }, + { + "Name": "IFeatureFlagsStore", + "Namespace": "Microsoft.VisualStudio.FeatureFlags" + }, + { + "Name": "IWritableFeatureFlagsStore", + "Namespace": "Microsoft.VisualStudio.FeatureFlags" + }, + { + "Name": "BitRotator", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "GZip", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "Int16Size", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "FileStreamStorage`1", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IStreamStorageEvents`1", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IStreamStorageKeyFactory`1", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IOrderedStreamStorage`1", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "IStreamStorage`1", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "OneOrMany`1", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ReaderWriterLockSlimWrapper", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ReusableArray`1", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ReusableMemoryStream", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ReusableResourceHolder`1", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ReusableResourceStore`1", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ReusableResourceStore`2", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ReusableResourceStoreBase`1", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ReusableStringBuilder", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "SerializationExtensions", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "SimpleDynamicMemberAccessor", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "StreamAccess", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "StreamAccessException", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "StreamException", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "StreamNotFoundException", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "StreamStorageMonitor`1", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "Accelerator", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "TimestampKind", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "ITracer", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "Tracer", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "VersionedBinaryReader", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "VersionedBinaryWriter", + "Namespace": "Microsoft.VisualStudio.Utilities" + }, + { + "Name": "DpiHelper", + "Namespace": "Microsoft.VisualStudio.Utilities.Dpi" + }, + { + "Name": "Boxes", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "BrushToColorConverter", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverterBase`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`3", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`4", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`5", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`6", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`7", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`8", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`9", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`10", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`11", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "MultiValueConverter`12", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ValueConverter`2", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DelegateCommand", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "DisposableObject", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ExtensionMethods", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ImageScalingMode", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "LayoutDoubleUtil", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "ObservableObject", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "PathUtil", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "WeakCollection`1", + "Namespace": "Microsoft.VisualStudio.PlatformUI" + }, + { + "Name": "Assumes", + "Namespace": "Microsoft" + }, + { + "Name": "EventHandlerExtensions", + "Namespace": "Microsoft" + }, + { + "Name": "IDisposableObservable", + "Namespace": "Microsoft" + }, + { + "Name": "Report", + "Namespace": "Microsoft" + }, + { + "Name": "Requires", + "Namespace": "Microsoft" + }, + { + "Name": "ValidatedNotNullAttribute", + "Namespace": "Microsoft" + }, + { + "Name": "Verify", + "Namespace": "Microsoft" + }, + { + "Name": "TypeEditorHostEditControlStyle", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "TypeEditorHost", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "TypeEditorHostTextBox", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "TypeEditorHostListBox", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "StandardCheckBoxImage", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeControl", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeColumnHeaderStyles", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeColumnHeader", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeColumnHeaderClickStyle", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeColumnHeaderClickEventHandler", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeColumnHeaderClickEventArgs", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ColumnSelectionTransferAction", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeHeaderControl", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeHitTargets", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeHitInfo", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeExtendedHitInfo", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "IndentBitmapData", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "IVirtualTreeInPlaceControl", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "IVirtualTreeInPlaceControlDefer", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeInPlaceControls", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeInPlaceEditControl", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeInPlaceControlHelper", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ModifySelectionAction", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "DragEffectCombinationMode", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ContextMenuEventHandler", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ContextMenuEventArgs", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "DoubleClickEventHandler", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "DoubleClickEventArgs", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ColumnItemEnumerator", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ColumnPermutation", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "DisplayDataChangedData", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "BlankExpansionData", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ExpandedBranchData", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ToggleExpansionData", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "IBranch", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "IIdentifyPrimaryTreeBranch", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ILevelShiftAdjuster", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "TestReattachBranchResult", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ValidateAdjustDepthResult", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "IMultiColumnBranch", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ITree", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "LocateObjectData", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "IMultiColumnTree", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "MultiColumnTree", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "PositionTracker", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "PositionManagerEventArgs", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ItemCountChangedEventHandler", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ItemCountChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ItemMovedEventHandler", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ItemMovedEventArgs", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ToggleStateEventHandler", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ToggleStateEventArgs", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "RefreshEventHandler", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "SetRedrawEventHandler", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "SetRedrawEventArgs", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "QueryItemVisibleEventHandler", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "QueryItemVisibleEventArgs", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ListShuffleEventHandler", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "DisplayDataChangedEventHandler", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "DisplayDataChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeCoordinate", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "BranchModificationEventArgs", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "BranchModificationEventHandler", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "SynchronizeStateEventHandler", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "SynchronizeStateEventArgs", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "CommitLabelEditCallback", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ShiftBranchLevelsData", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "SubItemColumnAdjustment", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "SubItemColumnAdjustmentCollection", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTree", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "AccessibilityReplacementField", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeAccessibilityData", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeDisplayDataMasks", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeDisplayData", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "BranchFeatures", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "TreeNavigation", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ToolTipType", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeDisplayMasks", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeDisplayStates", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeDisplayDataChanges", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "LabelEditResult", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "StateRefreshChanges", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "BranchLocationAction", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "TrackingObjectAction", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "BranchModificationAction", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "DragEventType", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "DragReason", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ObjectStyle", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "SubItemCellStyles", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "ExpansionOptions", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeLabelEditActivationStyles", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeConstant", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeItemInfo", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeLabelEditData", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "VirtualTreeStartDragData", + "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + }, + { + "Name": "IVsImageService2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "CallHierarchy", + "Namespace": "Microsoft.VisualStudio.VisualC.CallHierarchy" + }, + { + "Name": "CallHierarchyMemberItem", + "Namespace": "Microsoft.VisualStudio.VisualC.CallHierarchy" + }, + { + "Name": "CallHierarchySearchCallback", + "Namespace": "Microsoft.VisualStudio.VisualC.CallHierarchy" + }, + { + "Name": "CallHierarchyScopeItem", + "Namespace": "Microsoft.VisualStudio.VisualC.CallHierarchy" + }, + { + "Name": "CallHierarchySymbolItem", + "Namespace": "Microsoft.VisualStudio.VisualC.CallHierarchy" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "IComponentContentTypes", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "IOrderedComponentContentTypes", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "IFileSpecificComponent", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "IFileSpecificComponentContentTypes", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "ComponentLocator`1", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "ComponentLocatorWithMetadata`2", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "ComponentLocatorWithOrdering`2", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "ComponentLocatorWithOrdering`1", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "ComponentLocatorForContentType`2", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "ComponentLocatorForOrderedContentType`1", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "VersionAttribute", + "Namespace": "Microsoft.VisualStudio.Web" + }, + { + "Name": "IVersionedExportMetadata", + "Namespace": "Microsoft.VisualStudio.Web" + }, + { + "Name": "IContentTypeMetadata", + "Namespace": "Microsoft.VisualStudio.Web" + }, + { + "Name": "ComponentModelServiceProvider", + "Namespace": "Microsoft.VisualStudio.Web" + }, + { + "Name": "CacheEntryFlags", + "Namespace": "Microsoft.VisualStudio.Web" + }, + { + "Name": "InternetCacheEntryInfo", + "Namespace": "Microsoft.VisualStudio.Web" + }, + { + "Name": "WinInetCache", + "Namespace": "Microsoft.VisualStudio.Web" + }, + { + "Name": "AspNetWebPageConfiguration", + "Namespace": "Microsoft.VisualStudio.Web" + }, + { + "Name": "ProjectItemSelector", + "Namespace": "Microsoft.VisualStudio.Web" + }, + { + "Name": "HtmStrongRefEvent", + "Namespace": "Microsoft.VisualStudio.Web" + }, + { + "Name": "ServiceManager", + "Namespace": "Microsoft.VisualStudio.Web" + }, + { + "Name": "AssemblyChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Web.VsItemTypeResolutionService" + }, + { + "Name": "ITypeResolutionServiceEvents", + "Namespace": "Microsoft.VisualStudio.Web.VsItemTypeResolutionService" + }, + { + "Name": "IExecuteCBMWorkItem", + "Namespace": "Microsoft.VisualStudio.Web.VsClientBuildManager" + }, + { + "Name": "VsClientBuildManagerSinkBase", + "Namespace": "Microsoft.VisualStudio.Web.VsClientBuildManager" + }, + { + "Name": "WebProcessConnectionException", + "Namespace": "Microsoft.VisualStudio.Web.VsClientBuildManager" + }, + { + "Name": "Constants", + "Namespace": "Microsoft.VisualStudio.Web.Util" + }, + { + "Name": "MissingSqlExpressComponent", + "Namespace": "Microsoft.VisualStudio.Web.Util" + }, + { + "Name": "MultiURLDataObject", + "Namespace": "Microsoft.VisualStudio.Web.Util" + }, + { + "Name": "ConnectionStringType", + "Namespace": "Microsoft.VisualStudio.Web.Util" + }, + { + "Name": "MVWUtilities", + "Namespace": "Microsoft.VisualStudio.Web.Util" + }, + { + "Name": "ProjectUtilities", + "Namespace": "Microsoft.VisualStudio.Web.Util" + }, + { + "Name": "CBMRegisteredObjectBase", + "Namespace": "Microsoft.VisualStudio.Web.Util" + }, + { + "Name": "CBMRegisteredObject`1", + "Namespace": "Microsoft.VisualStudio.Web.Util" + }, + { + "Name": "RazorUtility", + "Namespace": "Microsoft.VisualStudio.Web.Util" + }, + { + "Name": "SaveConnectionStringUtility", + "Namespace": "Microsoft.VisualStudio.Web.Util" + }, + { + "Name": "ServerExplorerConnectionsUtility", + "Namespace": "Microsoft.VisualStudio.Web.Util" + }, + { + "Name": "XmlUtilities", + "Namespace": "Microsoft.VisualStudio.Web.Util" + }, + { + "Name": "TestDataObject", + "Namespace": "Microsoft.VisualStudio.Web.Toolbox" + }, + { + "Name": "WebControlToolboxItem", + "Namespace": "Microsoft.VisualStudio.Web.Toolbox" + }, + { + "Name": "ExpansionClient", + "Namespace": "Microsoft.VisualStudio.Web.Snippets" + }, + { + "Name": "PreviousControlIDFunction", + "Namespace": "Microsoft.VisualStudio.Web.Snippets" + }, + { + "Name": "SnippetListManager", + "Namespace": "Microsoft.VisualStudio.Web.Snippets" + }, + { + "Name": "SnippetCommand", + "Namespace": "Microsoft.VisualStudio.Web.Snippets" + }, + { + "Name": "SnippetKindManager", + "Namespace": "Microsoft.VisualStudio.Web.Snippets" + }, + { + "Name": "ISnippetKinds", + "Namespace": "Microsoft.VisualStudio.Web.Snippets" + }, + { + "Name": "BaseSnippetKinds", + "Namespace": "Microsoft.VisualStudio.Web.Snippets" + }, + { + "Name": "HTMLSnippetKinds", + "Namespace": "Microsoft.VisualStudio.Web.Snippets" + }, + { + "Name": "JScriptSnippetKinds", + "Namespace": "Microsoft.VisualStudio.Web.Snippets" + }, + { + "Name": "Utilities", + "Namespace": "Microsoft.VisualStudio.Web.Snippets" + }, + { + "Name": "CBMClientScriptProvider", + "Namespace": "Microsoft.VisualStudio.Web.Scripting" + }, + { + "Name": "CBMServiceScriptTaskType", + "Namespace": "Microsoft.VisualStudio.Web.Scripting" + }, + { + "Name": "EmbeddedScriptFetcher", + "Namespace": "Microsoft.VisualStudio.Web.Scripting" + }, + { + "Name": "ScriptDesignerHost", + "Namespace": "Microsoft.VisualStudio.Web.Scripting" + }, + { + "Name": "INameInfo", + "Namespace": "Microsoft.VisualStudio.Web.Scripting" + }, + { + "Name": "ScriptingUtility", + "Namespace": "Microsoft.VisualStudio.Web.Scripting" + }, + { + "Name": "ScriptManagerCreator", + "Namespace": "Microsoft.VisualStudio.Web.Scripting" + }, + { + "Name": "ScriptPageSite", + "Namespace": "Microsoft.VisualStudio.Web.Scripting" + }, + { + "Name": "RazorRuntimeError", + "Namespace": "Microsoft.VisualStudio.Web.Razor" + }, + { + "Name": "Utilities", + "Namespace": "Microsoft.VisualStudio.Web.MultiTargeting" + }, + { + "Name": "CodeGenerationResults", + "Namespace": "Microsoft.VisualStudio.Web.WebForms" + }, + { + "Name": "IVsRegisterDirectiveService", + "Namespace": "Microsoft.VisualStudio.Web.WebForms" + }, + { + "Name": "WebPartPagesWebService", + "Namespace": "Microsoft.VisualStudio.Web.WebForms" + }, + { + "Name": "IASPCodeGenerator", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IASPCodeGeneratorCallback", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IScriptManagerInfo", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "ICBMClientScriptProvider", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IEmbeddedLanguageLinePragmaReader", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IEmbeddedScriptFetcher", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmCommand", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmControlIDProvider", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmDocument", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "SHtmLanguageService", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmLanguageService", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmlCodeGenerationResults", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmMasterPageEvents", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmParseTreeEvents", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmPrioritizedCommand", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmSelection", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmSimpleDocument", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmStrongRef", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmStrongRefEvent", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmViewManager", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmViewManagerEvents", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmWebFormDocument", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "PaneID", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "ViewID", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IHtmWindowManager", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IScriptControlNameProvider", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "ISnippetInfo", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "ISnippetListManager", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "ProjectItemSelectorFlags", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IProjectItemSelector", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "ProjectItemSelector_Class", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IURLPicker", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsClientBuildManagerEventSink", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsClientBuildManagerService", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsProjectIntellisenseEvents", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsProjectIntellisenseSupportSvc", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebProjectSupport", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebProjectSupport2", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebSiteProject2", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebUrlService", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebUrl", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebUrls", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebFolder", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebFolders", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebFile", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebFiles", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebContext", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebProjectContext", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebItemContext", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebContextService", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebAssemblyResolveService", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebDynamicMasterPageService", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebDynamicMasterPageServiceAsyncCallback", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IVsWebContexts", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "AssemblyCommitFlags", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionUninstallDisposition", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "AssemblyInfoFlags", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "QueryAssemblyInfoFlags", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "AssemblyInfo", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "AssemblyCacheFlags", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionInstallReferenceGuid", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionCache", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionAssemblyCacheEnum", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionExceptionThrower", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionModuleHashCheckFailedException", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionRefDefMisMatchException", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionInvalidPrivateAssemblyLocationException", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionAssemblyModuleMissingException", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionUnexpectedModuleFoundException", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionPrivateAssemblyDisallowedException", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionSignatureCheckFailedException", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionDatabaseErrorException", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionInvalidNameException", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionInvalidCacheTypeException", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "FusionInvalidGuidSchemeException", + "Namespace": "Microsoft.VisualStudio.Web.Interop" + }, + { + "Name": "IXMLDOMDocument2", + "Namespace": "Microsoft.VisualStudio.Web.Interop.MSXML2" + }, + { + "Name": "IWebDataSourceGenerator", + "Namespace": "Microsoft.VisualStudio.Web.Data" + }, + { + "Name": "MissingSqlServerExpressDialog", + "Namespace": "Microsoft.VisualStudio.Web.Data" + }, + { + "Name": "LocalDBUtil", + "Namespace": "Microsoft.VisualStudio.Web.Data.LocalDB" + }, + { + "Name": "LocalDBConnectionStringConversionDialog", + "Namespace": "Microsoft.VisualStudio.Web.Data.LocalDB" + }, + { + "Name": "Command", + "Namespace": "Microsoft.VisualStudio.Web.Commands" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "IVsSilverlightProject", + "Namespace": "Microsoft.VisualStudio.Web.Silverlight" + }, + { + "Name": "IVsSilverlightProjectConsumer", + "Namespace": "Microsoft.VisualStudio.Web.Silverlight" + }, + { + "Name": "IVsSilverlightProjectConsumer2", + "Namespace": "Microsoft.VisualStudio.Web.Silverlight" + }, + { + "Name": "IVsSilverlightService", + "Namespace": "Microsoft.VisualStudio.Web.Silverlight" + }, + { + "Name": "IVsSilverlightService2", + "Namespace": "Microsoft.VisualStudio.Web.Silverlight" + }, + { + "Name": "WebProjectCustomServerProvider", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "WebProjectCustomServers", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "WebProjectCustomServer", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "GetItemNameDialog", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "SelectDebugBrowserDialog", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "WAProjectExtenderBase", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "WAProjectExtender", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IVsCodeBehindCodeGenerator", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IVsCodeBehindEventBinding", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IVsCodeBehindEventBinding2", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IVsCodeEventBinding", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "UDC_Flags", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IVsWebApplicationProject", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IVsWebApplicationProject2", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IVsDeveloperWebServer", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IVsDeveloperWebServerSvcEvents", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IVsDeveloperWebServerSvc", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IVsDeveloperWebServerProviderSvc", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "ManagedPipelineMode", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IISAuthentications", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "WebPlatformProducts", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IVsWebPlatformHelperSvc", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IBrowserDebugTargetSelectionService", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IBrowserDebugTargetSelectionService2", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IBrowserInformation", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IBrowserDiagnosticsService", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IWebScriptJmcProjectControlSvc", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IWebScriptJmcProjectControl", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IWebSSLCertificateTrustSvc", + "Namespace": "Microsoft.VisualStudio.Web.Application" + }, + { + "Name": "IVsTelemetryEvent", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsTelemetrySession", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsTelemetryService", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IAzureProject", + "Namespace": "Microsoft.VisualStudio.Azure" + }, + { + "Name": "IAzureProject2", + "Namespace": "Microsoft.VisualStudio.Azure" + }, + { + "Name": "IEndpointInformation", + "Namespace": "Microsoft.VisualStudio.Azure" + }, + { + "Name": "IImageHandle", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ImageAttributes", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "ImageMoniker", + "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + }, + { + "Name": "IVsImageMonikerImageList", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsImageService2", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsPackageInstallerServices", + "Namespace": "NuGet.VisualStudio" + }, + { + "Name": "BrowserLinkAction", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "IClientInvoke", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "IClientMessaging", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "BrowserLinkCallbackAttribute", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "BrowserLinkConnection", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "BrowserLinkExtension", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "IBrowserLinkExtensionFactory", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "ExtensionEvent`1", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "ExtensionEvents", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "IBrowserLinkService", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "IClientBrowsers", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "ConnectionEventArgs", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "IConnections", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "IFactories", + "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + }, + { + "Name": "CBMServiceFault", + "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + }, + { + "Name": "CBMServiceLinePragma", + "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + }, + { + "Name": "CBMServiceBrowserDefinition", + "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + }, + { + "Name": "IRemoteCBMService", + "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + }, + { + "Name": "ValidationErrorType", + "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + }, + { + "Name": "AppDomainShutdownReason", + "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + }, + { + "Name": "VirtualPathItemInfo", + "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + }, + { + "Name": "ChildItemType", + "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + }, + { + "Name": "IRemoteCBMServiceCallback", + "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + }, + { + "Name": "RegisterDirectiveInfo", + "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + }, + { + "Name": "ResolvedAssemblyInfo", + "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + }, + { + "Name": "ScriptManagerScriptInfo", + "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + }, + { + "Name": "WorkItemDataContractResolver", + "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + }, + { + "Name": "IDesignTimeUrlResolutionService", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "DOMScriptAugmentationType", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "IDOMScriptProvider", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "IDOMScriptProviderFactory", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "IExternalScriptFactory", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "IExternalScriptProvider", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "IExternalScripts", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "IRemoteScriptDownloadService", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "IScriptDataCollector", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "IScriptDataCollectorFactory", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "FileChangeType", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "FileChangeInfo", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "IScriptFileMonitoringServiceProvider", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "IScriptFileMonitoringService", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "ISimpleDOMGenerator", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "IWebMarkupDataCache", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "IExternalScriptsInternal", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "IWebMarkupDataCacheManager", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "ReferenceAttributeDictionary", + "Namespace": "Microsoft.Html.Editor.Scripting" + }, + { + "Name": "CommandResult", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "CommandStatus", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "ICommandTarget", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "ICommandTargetEntryPoint", + "Namespace": "Microsoft.Web.Editor" + }, + { + "Name": "ContainedLanguageHostClosingEventArgs", + "Namespace": "Microsoft.Web.Editor.ContainedLanguage" + }, + { + "Name": "ContainedLineIndentSettings", + "Namespace": "Microsoft.Web.Editor.ContainedLanguage" + }, + { + "Name": "IContainedLanguageHost", + "Namespace": "Microsoft.Web.Editor.ContainedLanguage" + }, + { + "Name": "IContainedLanguageHostFactory", + "Namespace": "Microsoft.Web.Editor.ContainedLanguage" + }, + { + "Name": "IContainedLanguageHostProvider", + "Namespace": "Microsoft.Web.Editor.ContainedLanguage" + }, + { + "Name": "IContainedLanguageSettings", + "Namespace": "Microsoft.Web.Editor.ContainedLanguage" + }, + { + "Name": "IContainedLanguageHostVs", + "Namespace": "Microsoft.VisualStudio.Html.ContainedLanguage" + }, + { + "Name": "HtmCommands", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "HtmlTreeStates", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "ParseToken", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "IHtmServiceFactory", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "ServiceGuidAttribute", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "DeferredConstructionAttribute", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "IHtmlServiceFactoryMetadata", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "IHtmServiceManager", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "IHtmServiceProvider", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "IHtmSimpleFileFormat", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "IItemTypeRegistryService", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "NuggetDescriptorSnapshot", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "INuggetEvents", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "INuggetCollection", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "INuggetEnum", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "IProjectFeatureRegistry", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "IRazorCodeGeneratorFactory", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "IRazorVersionDetector", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "ISimpleParseTreeTraverseEvents", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "TLNKSPAN", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "ISimpleTreeLink", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "ISimpleTreeLinkAttribute", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "HTMLState", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "HTMLToken", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "TokenInfo", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "ITokenizer", + "Namespace": "Microsoft.VisualStudio.Web.HTML" + }, + { + "Name": "ISettingsService", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Utilities" + }, + { + "Name": "ColoringOption", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "IActiveScriptAuthor", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "ICBMScriptReferencesCallback", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "IDOMGenerator", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "IScriptEntry", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "IScriptEntry2", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "IScriptErrorEnumerator", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "IScriptNode", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "IScriptRegionProvider", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "IScriptRegionProviderManager", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "IScriptServiceProvider", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "SourceOption", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "_SCRIPT_ERROR", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "_SCRIPT_FORMAT_OPTIONS", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + }, + { + "Name": "IHtmlSchemaBinder", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Schemas" + }, + { + "Name": "IHtmlSchemaFileInfoProvider", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Schemas" + }, + { + "Name": "SchemaFileInfo", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Schemas" + }, + { + "Name": "IVsContainedLanguageHost2", + "Namespace": "Microsoft.VisualStudio.Web.HTML.ContainedLanguage" + }, + { + "Name": "AdditionalContentInclusion", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + }, + { + "Name": "IHtmProjectionBuffer", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + }, + { + "Name": "IHtmProjectionBufferEvents", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + }, + { + "Name": "IHtmProjectionBufferManager", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + }, + { + "Name": "IProjectionBufferServerLanguage", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + }, + { + "Name": "IStrippedBuffer", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + }, + { + "Name": "ProjectionMapping", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + }, + { + "Name": "StrippedBlock", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + }, + { + "Name": "StrippedBlockType", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + }, + { + "Name": "StrippedRegion", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + }, + { + "Name": "StrippedRegionType", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + }, + { + "Name": "ChromeActionAttribute", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Chrome" + }, + { + "Name": "IChromeAction", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Chrome" + }, + { + "Name": "IChromeActionMetadata", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Chrome" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "CommandTargetToOleShim", + "Namespace": "Microsoft.VisualStudio.Html.Interop" + }, + { + "Name": "CommandTargetToOleShimVariantStacks", + "Namespace": "Microsoft.VisualStudio.Html.Interop" + }, + { + "Name": "OleCommand", + "Namespace": "Microsoft.VisualStudio.Html.Interop" + }, + { + "Name": "OleToCommandTargetShim", + "Namespace": "Microsoft.VisualStudio.Html.Interop" + }, + { + "Name": "ConnectionPointCookie", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Implementation" + }, + { + "Name": "FileUpdateListenerRemovedEventArgs", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Implementation.Scripting" + }, + { + "Name": "LibraWebMarkupDataCache", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Implementation.Scripting" + }, + { + "Name": "WebMarkupDataCacheManager", + "Namespace": "Microsoft.VisualStudio.Web.HTML.Implementation.Scripting" + }, + { + "Name": "ClassifierContext`1", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "ClassifierContextCache`2", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "IClassifierContext", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "CharacterStream", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "ICompositeTextRange", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "ITextProvider", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "ITextRange", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "ITextRangeCollection`1", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "HtmlTextChangeArgs", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "TextHelper", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "TextRange", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "TextRangeBase", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "TextRangeCollection`1", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "TextStream", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "IToken`1", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "ITokenizer`1", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "Token`1", + "Namespace": "Microsoft.Web.Core" + }, + { + "Name": "AdditionalContentInclusion", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "ArtefactTreatAs", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "Artefact", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "ArtefactCollection", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "ArtefactProcessorRegistry", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "AspNetArtefactCollection", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "AspNetArtefactType", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "AspNetArtefactProcessor", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "AspNetClassifierContextType", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "AspNetClassifierContext", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "AspNetClassifierContextCache", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "AspNetClassificationTypes", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "DocType", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "DocTypeCollection", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "ParsingMode", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "IArtefact", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "IArtefactProcessor", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "PhpArtefactCollection", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "ISensitiveFragmentSeparatorsInfo", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "PhpArtefactType", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "PhpArtefactProcessor", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "PhpClassifierContextType", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "PhpClassifierContext", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "PhpClassifierContextCache", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "PhpClassificationTypes", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlClassificationTypes", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlClassifierContextType", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlClassifierContext", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlClassifierContextCache", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "IHtmlClosureProvider", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "IHtmlClosureProviderTextRange", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "QualifiedName", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "ParserState", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "CommentToken", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "CommentCollection", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "SensitiveFragmentCollection`1", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "PrefixInfo", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "IHtmlPrefixResolutionService", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "DefaultHtmlClosureProvider", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlParser", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "ArtefactToken", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "AttributeToken", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "AttributeValueToken", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "CompositeToken", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "NameToken", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlParserRangeEventArgs", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlParserOpenTagEventArgs", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlParserCloseTagEventArgs", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlParserArtefactEventArgs", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlParserAttributeEventArgs", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlParserCommentEventArgs", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "EntityTable", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlTokenType", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlToken", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "IHtmlToken", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlParserStatistic", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "RegisterDirective", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "RegisterDirectiveCollection", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "AttributeNode", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "ElementNode", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlDocTypeChangeEventArgs", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlNamespaceAddedEventArgs", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlTree", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlPositionType", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "RootNode", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "TagNode", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "TreeNode", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlCollectionEventType", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlNodeCollectionEventArgs", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "NodeCollection`1", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "HtmlTreeBuilder", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "IHtmlTreeVisitor", + "Namespace": "Microsoft.Html.Core" + }, + { + "Name": "AspNetPrefixInfo", + "Namespace": "Microsoft.Html.Core.Completion" + }, + { + "Name": "XmlPrefixInfo", + "Namespace": "Microsoft.Html.Core.Completion" + }, + { + "Name": "XmlPrefixResolutionService", + "Namespace": "Microsoft.Html.Core.Completion" + }, + { + "Name": "DefaultElementInformationProvider", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "IHtmlFormattingOptionsProvider", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "HtmlElementFormattingInformation", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "IHtmlElementFormattingInformation", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "IHtmlElementFormattingInformationProvider", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "LineBreaks", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "IHtmlElementFormattingOptions", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "IHtmlFormatter", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "IHtmlFormatterFactory", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "Casing", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "IndentType", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "QuoteType", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "EntityConversion", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "CharacterConversion", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "IHtmlFormattingOptions", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "HtmlElementFormattingOptions", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "HtmlFormatter", + "Namespace": "Microsoft.Html.Core.Formatting" + }, + { + "Name": "ISetupInstance", + "Namespace": "Microsoft.VisualStudio.Setup.Interop" + }, + { + "Name": "IEnumSetupInstances", + "Namespace": "Microsoft.VisualStudio.Setup.Interop" + }, + { + "Name": "ISetupConfiguration", + "Namespace": "Microsoft.VisualStudio.Setup.Interop" + }, + { + "Name": "SetupConfiguration", + "Namespace": "Microsoft.VisualStudio.Setup.Interop" + }, + { + "Name": "EventArgs`1", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector" + }, + { + "Name": "AppSettings", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime" + }, + { + "Name": "ConfigurationUtils", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Loader" + }, + { + "Name": "RuntimeLoader", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Loader" + }, + { + "Name": "Startup", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime" + }, + { + "Name": "PageInspectorHttpModule", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + }, + { + "Name": "LegacyJsonSourceFileObject", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.MappingData" + }, + { + "Name": "TraceData", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.WebForms" + }, + { + "Name": "TraceDataType", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.WebForms" + }, + { + "Name": "TraceHelpers", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.WebForms" + }, + { + "Name": "TraceRange", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.WebForms" + }, + { + "Name": "TraceRangeType", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.WebForms" + }, + { + "Name": "IRenderedOutput", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + }, + { + "Name": "RenderedRange", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + }, + { + "Name": "RenderedSourceFile", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + }, + { + "Name": "StaticRenderedOutput", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + }, + { + "Name": "ContentTypesUtil", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + }, + { + "Name": "Context", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + }, + { + "Name": "ContextFile", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + }, + { + "Name": "ContextList", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + }, + { + "Name": "ContextMap", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + }, + { + "Name": "PageInspectorExecutionListener", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + }, + { + "Name": "BrowserLinkExecutionListener", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + }, + { + "Name": "Strings", + "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.Resources" + }, + { + "Name": "WindowsFormsDesignerOptions", + "Namespace": "Microsoft.VisualStudio.Windows.Forms" + }, + { + "Name": "LayoutMode", + "Namespace": "Microsoft.VisualStudio.Windows.Forms" + }, + { + "Name": "IVsAddToolboxItems", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDataObjectStringMapManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDesignTimeAssemblyResolution", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsFrameworkMultiTargeting", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsProvideTargetedToolboxItems", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsStringMap", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsUIShell5", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDataObjectStringMapManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDesignTimeAssemblyResolution", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsFrameworkMultiTargeting", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "WizardBase", + "Namespace": "Microsoft.VisualStudio.WinRT.TemplateWizards" + }, + { + "Name": "Wizard", + "Namespace": "Microsoft.VisualStudio.WinRT.TemplateWizards.ActivationContract" + }, + { + "Name": "Wizard", + "Namespace": "Microsoft.VisualStudio.WinRT.TemplateWizards.SmartItem" + }, + { + "Name": "Wizard", + "Namespace": "Microsoft.VisualStudio.WinRT.TemplateWizards.QualifiedXaml" + }, + { + "Name": "ClassRegistrationData", + "Namespace": "Microsoft.VisualStudio.WinRT.TemplateWizards.DependencyProperty" + }, + { + "Name": "Wizard", + "Namespace": "Microsoft.VisualStudio.WinRT.TemplateWizards.DependencyProperty" + }, + { + "Name": "IVsSharedMSBuildFilesManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsSharedMSBuildFilesManagerHierarchy", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsSharedMSBuildFilesManager", + "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + }, + { + "Name": "LeavePageEventArgs", + "Namespace": "Microsoft.VSWizards" + }, + { + "Name": "WizardEngine", + "Namespace": "Microsoft.VSWizards" + }, + { + "Name": "WizardForm", + "Namespace": "Microsoft.VSWizards" + }, + { + "Name": "WizardFrameSys", + "Namespace": "Microsoft.VSWizards" + }, + { + "Name": "WizardFrameworkMessageBox", + "Namespace": "Microsoft.VSWizards" + }, + { + "Name": "WizardInputs", + "Namespace": "Microsoft.VSWizards" + }, + { + "Name": "Generic", + "Namespace": "Microsoft.VSWizards" + }, + { + "Name": "WizardManager", + "Namespace": "Microsoft.VSWizards" + }, + { + "Name": "ProjectItemContextParams", + "Namespace": "Microsoft.VSWizards" + }, + { + "Name": "WizardCallback", + "Namespace": "Microsoft.VSWizards" + }, + { + "Name": "WizardPage", + "Namespace": "Microsoft.VSWizards" + }, + { + "Name": "WizardTask", + "Namespace": "Microsoft.VSWizards" + }, + { + "Name": "XmlEditorService", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "XmlModelSaveAction", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "XmlStore", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "XmlEditingScopeEventArgs", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "XmlModel", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "XmlEditingScope", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "XmlEditingScopeStatus", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "XmlModelChange", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "AddNodeChange", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "RemoveNodeChange", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "NodeNameChange", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "NodeValueChange", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "IXmlSchemaDesignerService", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "XmlSchemaService", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "XmlSchemaReference", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "XmlSchemaSetBuilder", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "XmlSchemaReferenceException", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "XmlSchemaContext", + "Namespace": "Microsoft.VisualStudio.XmlEditor" + }, + { + "Name": "SupportedWcfGenerationOptions", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "IWcfClientGenerationExtension", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "IWcfCodeGenerationExtension", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "IWcfConfigGenerationExtension", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "ClientOptions", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "ContractMapping", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "DataSvcMapFile", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "DataSvcMapFileImpl", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "DataSvcMapFileLoader", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "ExtensionFile", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "ExternalFile", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "GeneratedContractType", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "IContractGeneratorReferenceTypeLoader", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "IContractGeneratorReferenceTypeLoader2", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "IWcfClientDefaultOptionProvider", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "WcfReferenceGroupOptionNames", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "MapFile", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "MapFileLoader", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "MetadataFile", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "MetadataSource", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "NamespaceMapping", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "Parameter", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "ProxyGenerationError", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "ReferencedAssembly", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "ReferencedCollectionType", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "ReferencedType", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "SvcMapFile", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "SvcMapFileImpl", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "SvcMapFileLoader", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "VSWCFServiceContractGenerator", + "Namespace": "Microsoft.VSDesigner.WCFModel" + }, + { + "Name": "DiscoveryDataServiceWorkItem", + "Namespace": "Microsoft.VSDesigner.WebDiscovery" + }, + { + "Name": "VsDiscoveryDataServiceResult", + "Namespace": "Microsoft.VSDesigner.WebDiscovery" + }, + { + "Name": "MetadataExchangeClientWorkItem", + "Namespace": "Microsoft.VSDesigner.WebDiscovery" + }, + { + "Name": "DiscoveryClientProtocolWorkItem", + "Namespace": "Microsoft.VSDesigner.WebDiscovery" + }, + { + "Name": "VsMetadataExchangeResult", + "Namespace": "Microsoft.VSDesigner.WebDiscovery" + }, + { + "Name": "CredentialManager", + "Namespace": "Microsoft.VSDesigner.WebDiscovery" + }, + { + "Name": "VsCredentials", + "Namespace": "Microsoft.VSDesigner.WebDiscovery" + }, + { + "Name": "WebProxyManager", + "Namespace": "Microsoft.VSDesigner.WebDiscovery" + }, + { + "Name": "DataServiceDescription", + "Namespace": "Microsoft.VSDesigner.DataServicesClient" + }, + { + "Name": "DataServiceDiscovery", + "Namespace": "Microsoft.VSDesigner.DataServicesClient" + }, + { + "Name": "BaseDataServiceClientSingleFileGenerator", + "Namespace": "Microsoft.VSDesigner.DataServicesClient" + }, + { + "Name": "DataServiceClientSingleFileGenerator", + "Namespace": "Microsoft.VSDesigner.DataServicesClient" + }, + { + "Name": "ExtBaseCodeGenerator", + "Namespace": "Microsoft.VSDesigner.DataServicesClient" + }, + { + "Name": "ICodeGeneratorCapabilitiesManager", + "Namespace": "Microsoft.VSDesigner.DataServicesClient" + }, + { + "Name": "IInitializeCodeGeneratorCapabilities", + "Namespace": "Microsoft.VSDesigner.DataServicesClient" + }, + { + "Name": "ICodeGeneratorCapabilities", + "Namespace": "Microsoft.VSDesigner.DataServicesClient" + }, + { + "Name": "IDataServiceSupport", + "Namespace": "Microsoft.VSDesigner.DataServicesClient" + }, + { + "Name": "SVsWCFReferenceManagerFactory2", + "Namespace": "Microsoft.VSDesigner.WCF" + }, + { + "Name": "ServiceReferenceProviderManager", + "Namespace": "Microsoft.VSDesigner.WCF.Extensibility" + }, + { + "Name": "WcfSoapServiceReferenceProvider", + "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.WcfSoapService" + }, + { + "Name": "WcfDataServiceReferenceProvider", + "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.WcfDataService" + }, + { + "Name": "DiscoveryWorkItemProvider", + "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.ObjectModel" + }, + { + "Name": "IDiscoveryWorkItem", + "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.ObjectModel" + }, + { + "Name": "IDiscoveryJobContext", + "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.ObjectModel" + }, + { + "Name": "IServiceInfoNode", + "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.ObjectModel" + }, + { + "Name": "ServiceReferenceProvider", + "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.ObjectModel" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IAppHostProvider", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "LoadOptions", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IAppHostSite", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IEnumSite", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "ISiteLimits", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "ISiteLogFile", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "ICustomFields", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IEnumCustomFields", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "ICustomField", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "ISiteTraceRequestsLogging", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "ISiteBinding", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IEnumBindings", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IApplication", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IEnumApplications", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IVirtualDirectory", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IEnumVirtualDirectory", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IApplicationPool", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IEnumApplicationPool", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IProcessModel", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IRecycling", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IPeriodicRestart", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IEnumSchedule", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "ISchedule", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IEnumEnvironmentVariables", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IEnvironmentVariable", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IFailure", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "ICpu", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IAppHostProviderChangeHandler", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IEnumListenerAdapter", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IListenerAdapter", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "ILogSettings", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IWebLimits", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IEnumLocation", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "ILocation", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "ApplicationPool", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "AppPoolEnvironmentVariable", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "AppPoolCpu", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "EnumApplicationPool", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "EnumEnvironmentVariables", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "EnumSchedule", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "AppPoolFailure", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "AppPoolPeriodicRestart", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "AppPoolRestartSchedule", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "AppPoolProcessModel", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "AppPoolRecycling", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "RSCA_OBJECT_STATE_ENUM", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IRSCA_WAS", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "RSCA_WASClass", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IRSCA_AppPool", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "AppHostSite", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "AppHostApplication", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "EnumApplication", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "EnumSite", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "EnumVirtualDirectory", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "Binding", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "EnumBindings", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "SiteLimits", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "SiteLogFile", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "SiteLogCustomFields", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "SiteLogCustomFieldsEnumerator", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "SiteLogCustomField", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "SiteTraceRequestLogging", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "VirtualDirectory", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IRSCA_W3SVC", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "IRSCA_VirtualSite", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "RSCA_W3SVCClass", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "AppHostLogSettings", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "ListenerAdapter", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "EnumListenerAdapter", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "WebLimits", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "AppHostFileProvider", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "ConfigParseException", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "Location", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "EnumLocation", + "Namespace": "Microsoft.ApplicationHost" + }, + { + "Name": "AssemblyNameContainer", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "ControlContentInfoProvider", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "DesignTimeThemeService", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "DocumentDesigner", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "ElementDesigner", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "GuidAttributes", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "IElementDesignerView", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "IExtenderInformationService", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "IExtenderNamingService", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "IntrinsicElementDesigner", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "IStyleSheetReferences", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "DesignTimeResourceService", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "IRegisterDirectiveService", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "RegisterDirectiveManager", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "GetAssemblyFullNameDelegate", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "RegisterDirective", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "TagPrefixRegisterDirectiveCollection", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "TopLevelRegisterDirectiveCollection", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "RegisterDirectiveCollection", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "ServiceProvider", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "TypeResolutionService", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "WebApplication", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "WebFormDesigner", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "SR", + "Namespace": "Microsoft.Web.Design" + }, + { + "Name": "GenericProxyControl", + "Namespace": "Microsoft.Web.Design.Remote" + }, + { + "Name": "IProxyObject", + "Namespace": "Microsoft.Web.Design.Remote" + }, + { + "Name": "ProxyControlDesigner", + "Namespace": "Microsoft.Web.Design.Remote" + }, + { + "Name": "ProxyControlDesignerImpl", + "Namespace": "Microsoft.Web.Design.Remote" + }, + { + "Name": "ProxyDataSourceControlBase", + "Namespace": "Microsoft.Web.Design.Remote" + }, + { + "Name": "ProxyHierarchicalDataSourceControlBase", + "Namespace": "Microsoft.Web.Design.Remote" + }, + { + "Name": "ProxyDataSourceDesigner", + "Namespace": "Microsoft.Web.Design.Remote" + }, + { + "Name": "ProxyDataSourceDesignerImpl", + "Namespace": "Microsoft.Web.Design.Remote" + }, + { + "Name": "ProxyHierarchicalDataSourceDesigner", + "Namespace": "Microsoft.Web.Design.Remote" + }, + { + "Name": "ProxyHierarchicalAndFlatDataSourceDesigner", + "Namespace": "Microsoft.Web.Design.Remote" + }, + { + "Name": "ProxyHierarchicalDataSourceDesignerImpl", + "Namespace": "Microsoft.Web.Design.Remote" + }, + { + "Name": "ProxyObject", + "Namespace": "Microsoft.Web.Design.Remote" + }, + { + "Name": "RemoteAuthoringService", + "Namespace": "Microsoft.Web.Design.Remote" + }, + { + "Name": "ControlCategories", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "ControlContentType", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "DataObjectSupport", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IConfigMasterPageProviderService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IConfigValueProviderService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "ICBMAsyncResultSink", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IDesignTimeResourceEnvironmentService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IDesignTimeResourceService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IDesignTimeThemeService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IExtenderDiscoveryService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IFPACAssemblyEnumerationService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IFPACDataObjectService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IFPACItemTypeResolutionService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IFPACItemTypeResolutionSite", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IFPACWaitDialogHelper", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IFPACWebApplication", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IFPACWebFolderProjectItem", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IFPACWebProjectItem", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IFPACWebProjectItemEnum", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IGlobalResourceFileProvider", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IOleServiceProvider", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IRemoteAsyncSoapCallback", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IRemoteAsyncSoapProvider", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IRemoteAuthoringService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IRemoteProxyAssembly", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IRemoteProxyAssemblyBuilder", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IRemoteProxyAssemblySink", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IRemoteProxyStateListener", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IRemoteProxyUpdateSink", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IRuntimeAssemblyNameProvider", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "ISmartTasksService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "ITargetFrameworkAssemblyResolutionService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "ITargetFrameworkVersionProviderService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "TargetFrameworkVersions", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "ITypeFilteringService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebApplicationInternal", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebControlContentInfoProvider", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebDataFormCallback", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebDataFormDesigner", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebDataFormElementCallback", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebDocument", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebDocumentDesigner", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebElement", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebElement2", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebElementDesigner", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebElementView", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebFormRefactoringService", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebIntrinsicElementDesigner", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebRegisterDirectiveManager", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebRegisterDirectiveManager2", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebSmartTasksProvider", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "IWebSmartTasksSite", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "MSG", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "POINT", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "RECT", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "WebDocumentType", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "WellKnownFeatures", + "Namespace": "Microsoft.Web.Design.Interop" + }, + { + "Name": "XmlInterpreter", + "Namespace": "Microsoft.Web.Design.Utility" + }, + { + "Name": "DefaultSmartTasksProvider", + "Namespace": "Microsoft.Web.Design.Client" + }, + { + "Name": "DesignTimeResourceService", + "Namespace": "Microsoft.Web.Design.Client" + }, + { + "Name": "InvokeCommandInDesktopPackage", + "Namespace": "Microsoft.Windows.Appx.PackageCommands" + }, + { + "Name": "AddAppxPackageCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "AddAppxVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "AppxCmdlet", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "AppxException", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "AppxPackage", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "AppxPackageManager", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "AppxUserSecurityId", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "AppxPackageUserInformation", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "AppxStatus", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "AppxVolume", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "DismountAppxVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "GetAppxDefaultVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "GetAppxPackageManifestCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "GetAppxPackageCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "GetAppxVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "Helpers", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "MountAppxVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "MoveAppxPackageCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "RemoveAppxPackageCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "RemoveAppxVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "SetAppxDefaultVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + }, + { + "Name": "GetWindowsDeveloperLicenseCommand", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + }, + { + "Name": "DeveloperLicensingMethods", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + }, + { + "Name": "IDeveloperLicensingMethods", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + }, + { + "Name": "NativeConstants", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + }, + { + "Name": "SharedMethods", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + }, + { + "Name": "ShowWindowsDeveloperLicenseRegistrationCommand", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + }, + { + "Name": "UnregisterWindowsDeveloperLicenseCommand", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + }, + { + "Name": "WindowsDeveloperLicense", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + }, + { + "Name": "GetDiagInput", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" + }, + { + "Name": "GetDiagInputSnapIn", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" + }, + { + "Name": "UpdateDiagReport", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" + }, + { + "Name": "UpdateDiagReportSnapIn", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" + }, + { + "Name": "UpdateDiagRootCause", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" + }, + { + "Name": "UpdateDiagRootCauseSnapIn", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" + }, + { + "Name": "WriteDiagProgress", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" + }, + { + "Name": "WriteDiagProgressSnapIn", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" + }, + { + "Name": "WriteDiagTelemetry", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" + }, + { + "Name": "WriteDiagTelemetrySnapIn", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" + }, + { + "Name": "IScriptedDiagnosticHost", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "IScriptedDiagnosticInteraction", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "ManagedHost", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "DiagPackCancelledException", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "DiagPack", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "DiagRootCause", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "DiagResolution", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "DiagInteraction", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "DiagChoice", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "DiagPrompt", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "DiagCallback", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "GetTroubleshootingPack", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" + }, + { + "Name": "InvokeTroubleshootingPack", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" + }, + { + "Name": "DiagPackSnapIn", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" + }, + { + "Name": "ImplementedAsType", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + }, + { + "Name": "DscResourceInfo", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + }, + { + "Name": "DscResourcePropertyInfo", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + }, + { + "Name": "DscContext", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + }, + { + "Name": "DscCmdletCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "DscConfigurationCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "ErrorRecordInstance", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "StartDscConfigurationCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "SetDscLocalConfigurationManagerCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "PublishDscConfigurationCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "UpdateDscConfigurationCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "ConnectDscConfigurationCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "TestDscConfigurationCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "DownloadManagerCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "GetDscDocumentCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "GetDscModuleCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "GetDscActionCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "SendDscStatusCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "GetDscDocumentCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "GetDscModuleCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "GetDscActionCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "SendDscStatusCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "PSConfigurationJob", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "DotNetHttpClient", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "IRotateDscAuthenticationCertificate", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "RotateDscAuthenticationCertificate", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "RegisterDscAgentCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "InvokeDscResourceMethodCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + }, + { + "Name": "IHttpClient", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands.SystemInterface" + }, + { + "Name": "DotNetX509Certificate2", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands.SystemInterface" + }, + { + "Name": "IX509Certificate2", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands.SystemInterface" + }, + { + "Name": "S_DscCoreR", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "ResourceProviderAdapter", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "DownloadManagerBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "IStreamHandler", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "ResourceProviderMetaData", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "GetActionResponse", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "ConfigurationStatus", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "NodeResponse", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "GetActionStatusCodeTypes", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "RegistrationMessageType", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "PlugInType", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "SignatureValidationTypes", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "SignedItemType", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "SignatureValidationPolicy", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "DownloadManagerSettings", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "WebDownloadManagerSettings", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "FileShareDownloadManagerSettings", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "CustomDownloadManagerSettings", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "RegistrationSettings", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "DebugMode", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "MetaconfigurationProperty", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "PullClientException", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "MofClassName", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "PullClient", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "AuthenticationCertificateStatus", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "PullClientCache", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "RegistrationManager", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "HResultException", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "JsonSerializer", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal.DotNet" + }, + { + "Name": "Environment", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal.DotNet" + }, + { + "Name": "ImportStartLayoutCommand", + "Namespace": "Microsoft.Windows.StartLayout.Commands" + }, + { + "Name": "CLSID_StartLayoutCmdlet", + "Namespace": "Microsoft.Windows.StartLayout.Commands" + }, + { + "Name": "IStartLayoutCmdlet", + "Namespace": "Microsoft.Windows.StartLayout.Commands" + }, + { + "Name": "ExportStartLayoutCommand", + "Namespace": "Microsoft.Windows.StartLayout.Commands" + }, + { + "Name": "ExportEdgeAssetsCommand", + "Namespace": "Microsoft.Windows.StartLayout.Commands" + }, + { + "Name": "WebHostBootstrapWebEventProvider", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + }, + { + "Name": "RoleEnvironment", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "LocalResource", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentChangingEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentChangedEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "SimultaneousChangingEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "SimultaneousChangedEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "SimultaneousChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentTopologyChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentConfigurationSettingChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentCertificateChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "VirtualIPGroupChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "SimultaneousTopologyChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEntryPoint", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "WindowsAzureHostingPermission", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "WindowsAzureHostingPermissionAttribute", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "Role", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleInstance", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleInstanceEndpoint", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "VirtualIPGroup", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "VirtualIPEndpoints", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleInstanceStatusCheckEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentStoppingEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentException", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleRuntimeBridge", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + }, + { + "Name": "RoleType", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + }, + { + "Name": "RoleInstanceStatus", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "WebHostBootstrapWebEventProvider", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + }, + { + "Name": "RoleEnvironment", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "LocalResource", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentChangingEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentChangedEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "SimultaneousChangingEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "SimultaneousChangedEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "SimultaneousChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentTopologyChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentConfigurationSettingChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentCertificateChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "VirtualIPGroupChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "SimultaneousTopologyChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEntryPoint", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "WindowsAzureHostingPermission", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "WindowsAzureHostingPermissionAttribute", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "Role", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleInstance", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleInstanceEndpoint", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "VirtualIPGroup", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "VirtualIPEndpoints", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleInstanceStatusCheckEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentStoppingEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentException", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleRuntimeBridge", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + }, + { + "Name": "RoleType", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + }, + { + "Name": "RoleInstanceStatus", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "WebHostBootstrapWebEventProvider", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + }, + { + "Name": "RoleEnvironment", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "LocalResource", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentChangingEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentChangedEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "SimultaneousChangingEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "SimultaneousChangedEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "SimultaneousChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentTopologyChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentConfigurationSettingChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentCertificateChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "VirtualIPGroupChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "SimultaneousTopologyChange", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEntryPoint", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "WindowsAzureHostingPermission", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "WindowsAzureHostingPermissionAttribute", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "Role", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleInstance", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleInstanceEndpoint", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "VirtualIPGroup", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "VirtualIPEndpoints", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleInstanceStatusCheckEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentStoppingEventArgs", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleEnvironmentException", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "RoleRuntimeBridge", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + }, + { + "Name": "RoleType", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + }, + { + "Name": "RoleInstanceStatus", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + }, + { + "Name": "PrintSetting", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "GetWindowsSearchSettingCommand", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "SetWindowsSearchSettingCommand", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "NativeMethods", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "SETTINGS_ENFORCEMENT_LEVEL", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "WindowsSafeSearchSettingEnum", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "WindowsSearchPrivacyLevelEnum", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "Resources", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "WSManConfigProvider", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderNewItemComputerParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderNewItemPluginParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderInitializeParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderNewItemResourceParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderNewItemSecurityParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderClientCertificateParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProvidersListenerParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManProviderSetItemDynamicParameters", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManConfigElement", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManConfigLeafElement", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManConfigContainerElement", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManCredSSPCommandBase", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "DisableWSManCredSSPCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "EnableWSManCredSSPCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "GetWSManCredSSPCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManEnumFlags", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManSessionFlags", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "AuthenticationMechanism", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSMan", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManConnectionOptions", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManConnectionOptionsEx", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManConnectionOptionsEx2", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManEnumerator", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManEx", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManResourceLocator", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManSession", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "IWSManResourceLocatorInternal", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManClass", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "GPClass", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "GpoNativeApi", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "SetWSManQuickConfigCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "TestWSManCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "InvokeWSManActionCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "AuthenticatingWSManCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "ConnectWSManCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "DisconnectWSManCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "GetWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "SetWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "RemoveWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "NewWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "NewWSManSessionOptionCommand", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "WSManPSSnapIn", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "ConnectWSMan", + "Namespace": "Microsoft.WSMan.Management.Activities" + }, + { + "Name": "DisableWSManCredSSP", + "Namespace": "Microsoft.WSMan.Management.Activities" + }, + { + "Name": "DisconnectWSMan", + "Namespace": "Microsoft.WSMan.Management.Activities" + }, + { + "Name": "EnableWSManCredSSP", + "Namespace": "Microsoft.WSMan.Management.Activities" + }, + { + "Name": "GetWSManCredSSP", + "Namespace": "Microsoft.WSMan.Management.Activities" + }, + { + "Name": "GetWSManInstance", + "Namespace": "Microsoft.WSMan.Management.Activities" + }, + { + "Name": "InvokeWSManAction", + "Namespace": "Microsoft.WSMan.Management.Activities" + }, + { + "Name": "NewWSManInstance", + "Namespace": "Microsoft.WSMan.Management.Activities" + }, + { + "Name": "NewWSManSessionOption", + "Namespace": "Microsoft.WSMan.Management.Activities" + }, + { + "Name": "RemoveWSManInstance", + "Namespace": "Microsoft.WSMan.Management.Activities" + }, + { + "Name": "SetWSManInstance", + "Namespace": "Microsoft.WSMan.Management.Activities" + }, + { + "Name": "SetWSManQuickConfig", + "Namespace": "Microsoft.WSMan.Management.Activities" + }, + { + "Name": "TestWSMan", + "Namespace": "Microsoft.WSMan.Management.Activities" + }, + { + "Name": "SessionOption", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "ProxyAccessType", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "ProxyAuthentication", + "Namespace": "Microsoft.WSMan.Management" + }, + { + "Name": "AddResult", + "Namespace": "Microsoft.Design.SourceUpdate" + }, + { + "Name": "ISourceChanger", + "Namespace": "Microsoft.Design.SourceUpdate" + }, + { + "Name": "ISourceReader", + "Namespace": "Microsoft.Design.SourceUpdate" + }, + { + "Name": "SourceFragment", + "Namespace": "Microsoft.Design.SourceUpdate" + }, + { + "Name": "SourceModifier", + "Namespace": "Microsoft.Design.SourceUpdate" + }, + { + "Name": "TextCursor", + "Namespace": "Microsoft.Design.SourceUpdate" + }, + { + "Name": "XmlSnippetGenerator", + "Namespace": "Microsoft.XmlTools" + }, + { + "Name": "CodeSnippet", + "Namespace": "Microsoft.XmlTools" + }, + { + "Name": "Header", + "Namespace": "Microsoft.XmlTools" + }, + { + "Name": "SnippetType", + "Namespace": "Microsoft.XmlTools" + }, + { + "Name": "Snippet", + "Namespace": "Microsoft.XmlTools" + }, + { + "Name": "SnippetLiteral", + "Namespace": "Microsoft.XmlTools" + }, + { + "Name": "Code", + "Namespace": "Microsoft.XmlTools" + }, + { + "Name": "Compiler", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "ConnectionPointCookie", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "DesignerInfo", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlDocumentPropertiesBase", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlDocumentProperties", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "EncodingConverter", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlEncoding", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "FactoryBase", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "FactoryWithEncoding", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Factory", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "ErrorNode", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "ErrorHandler", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "RTLAwareMessageBox", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "FileChangeEventArgs", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "FileChangeEventHandler", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlFileInfo", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "FormattingPage", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "HierarchyHandler", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlLanguageService", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlParseRequest", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "AuthoringScope", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "PleaseWait", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "ErrorNodeList", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "DocumentText", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Document", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "SourceContext", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Node", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "NodeList", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Member", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "MemberList", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Identifier", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Literal", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "WhitespaceLiteral", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Namespace", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "MiscellaneousOptions", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "MiscellaneousPage", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "NodeType", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "StandardXmlIdentifiers", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlNamespaceScope", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlNodeList", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "StringNormalizer", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "IXObjectOwner", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlNode", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlDocument", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlDocType", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlElement", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlAttribute", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlEntityReference", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlStartTag", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlAttributeName", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlEndTag", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlComment", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlProcessingInstruction", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlDeclaration", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlCDATA", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlText", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Dtd", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Notation", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "DeclaredContent", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "MarkupDeclaration", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "ConditionalSection", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "UnknownMarkupDeclaration", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "ElementDecl", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "GroupType", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Occurrence", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Group", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "AttributeType", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "AttributePresence", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "AttList", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "AttDef", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Entity", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlError", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "NodeFinder", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Package", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "IdleTask", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "IdleTaskManager", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "FileType", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "ParserSettings", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "AttributeFormatting", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlLanguagePreferences", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlProjectOptions", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlPropertySheet", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlDialogPage", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Scanner", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Token", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "ErrorCode", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "NamespaceFilter", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "SchemaDialog", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlSchemaServiceInternal", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "StringSnapshot", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlViewFilter", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XdrConverter", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XLinqGenerator", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "IDesigner", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlEditorControl", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlStream", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "TreeVerifier", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "CommandFactory", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "ModelCommand", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlModelCommand", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "AddNodeCommand", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "RemoveNodeCommand", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "SetNameCommand", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "SetValueCommand", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "AddNodeChangeInternal", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "SourceContextModifier", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "TransactionException", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "TransactionInDoubtException", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "TransactionAbortException", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "Transaction", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "UndoRedoTransaction", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "TransactionUndoUnit", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "ParentUndoUnit", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlModelImpl", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlModelDocData", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlEditorServiceImpl", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlStoreImpl", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "TextLineChanges", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlVisitorBase", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XmlVisitor", + "Namespace": "Microsoft.XmlEditor" + }, + { + "Name": "XsltIntellisense", + "Namespace": "Microsoft.XmlEditor.Xslt" + }, + { + "Name": "OrgLocUriPair", + "Namespace": "Microsoft.XmlEditor.Xslt" + }, + { + "Name": "SchemaItemsColumnSorter", + "Namespace": "Microsoft.XmlEditor.Schema" + }, + { + "Name": "IDebugLaunchCustomTelemetryProvider", + "Namespace": "Microsoft.VisualStudio.Debugger.Interop" + }, + { + "Name": "IVsSqm", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsLog", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "WecException", + "Namespace": "Microsoft.WindowsEventCollection" + }, + { + "Name": "NumericTextBox", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + }, + { + "Name": "FullDateTimePicker", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + }, + { + "Name": "TimeSpanFormat", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + }, + { + "Name": "IFeedbackSnapIn", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + }, + { + "Name": "SnapInFeedback", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + }, + { + "Name": "UIException", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + }, + { + "Name": "UIValidationException", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + }, + { + "Name": "TaskSchedulerUIException", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + }, + { + "Name": "IDdsLayoutManager", + "Namespace": "MSDDSLM" + }, + { + "Name": "IDdsLayoutObjects", + "Namespace": "MSDDSLM" + }, + { + "Name": "IDdsLayoutObject", + "Namespace": "MSDDSLM" + }, + { + "Name": "DdsHitTestContext", + "Namespace": "MSDDSLM" + }, + { + "Name": "IDdsPoints", + "Namespace": "MSDDSLM" + }, + { + "Name": "IDdsLayoutShape", + "Namespace": "MSDDSLM" + }, + { + "Name": "IDdsLayoutConnector", + "Namespace": "MSDDSLM" + }, + { + "Name": "DdsNavigateKey", + "Namespace": "MSDDSLM" + }, + { + "Name": "LMRectilinear", + "Namespace": "MSDDSLM" + }, + { + "Name": "IDdsLineRoute", + "Namespace": "MSDDSLM" + }, + { + "Name": "_IDdsLayoutManagerEvents", + "Namespace": "MSDDSLM" + }, + { + "Name": "_IDdsLayoutManagerEvents_Event", + "Namespace": "MSDDSLM" + }, + { + "Name": "_IDdsLayoutManagerEvents_UpdateSurfaceEventHandler", + "Namespace": "MSDDSLM" + }, + { + "Name": "_IDdsLayoutManagerEvents_UpdateAttachPointsEventHandler", + "Namespace": "MSDDSLM" + }, + { + "Name": "_IDdsLayoutManagerEvents_QueryValidAttachPointsEventHandler", + "Namespace": "MSDDSLM" + }, + { + "Name": "_IDdsLayoutManagerEvents_HitTestEventHandler", + "Namespace": "MSDDSLM" + }, + { + "Name": "DdsLayoutManager", + "Namespace": "MSDDSLM" + }, + { + "Name": "DdsLayoutManagerClass", + "Namespace": "MSDDSLM" + }, + { + "Name": "IDdsLayout", + "Namespace": "MSDDSLM" + }, + { + "Name": "DdsMovingObjectType", + "Namespace": "MSDDSLM" + }, + { + "Name": "DdsConnectorHitResult", + "Namespace": "MSDDSLM" + }, + { + "Name": "LMRectilinearClass", + "Namespace": "MSDDSLM" + }, + { + "Name": "LMObliqueLineRoute", + "Namespace": "MSDDSLM" + }, + { + "Name": "LMObliqueLineRouteClass", + "Namespace": "MSDDSLM" + }, + { + "Name": "DdsLayoutObjectType", + "Namespace": "MSDDSLM" + }, + { + "Name": "DdsLayoutObjectDirection", + "Namespace": "MSDDSLM" + }, + { + "Name": "DdsLayoutDirection", + "Namespace": "MSDDSLM" + }, + { + "Name": "DdsSegmentEditMode", + "Namespace": "MSDDSLM" + }, + { + "Name": "DdsBendpointEditMode", + "Namespace": "MSDDSLM" + }, + { + "Name": "LM_Constants", + "Namespace": "MSDDSLM" + }, + { + "Name": "IDdsExtendedProperty", + "Namespace": "MSDDSLM" + }, + { + "Name": "IDdsExtendedProperties", + "Namespace": "MSDDSLM" + }, + { + "Name": "IStream", + "Namespace": "MSDDSLM" + }, + { + "Name": "ISequentialStream", + "Namespace": "MSDDSLM" + }, + { + "Name": "_LARGE_INTEGER", + "Namespace": "MSDDSLM" + }, + { + "Name": "_ULARGE_INTEGER", + "Namespace": "MSDDSLM" + }, + { + "Name": "tagSTATSTG", + "Namespace": "MSDDSLM" + }, + { + "Name": "_FILETIME", + "Namespace": "MSDDSLM" + }, + { + "Name": "_IDdsLayoutManagerEvents_SinkHelper", + "Namespace": "MSDDSLM" + }, + { + "Name": "IDdsText", + "Namespace": "MSDDS" + }, + { + "Name": "DdsTextJustification", + "Namespace": "MSDDS" + }, + { + "Name": "DdsTextVJustification", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsTextEvents", + "Namespace": "MSDDS" + }, + { + "Name": "DdsTextJustificationType", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsTextEvents_Event", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsTextEvents_TextChangedByUserEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsTextEvents_OnRightClickEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsTextEvents_JustificationChangedEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "DDSText", + "Namespace": "MSDDS" + }, + { + "Name": "DDSTextClass", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsIcon", + "Namespace": "MSDDS" + }, + { + "Name": "DdsIconCaptionPosition", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsIconEvents", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsDiagramObject", + "Namespace": "MSDDS" + }, + { + "Name": "DdsMouseButton", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsIconEvents_Event", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsIconEvents_ClickEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "DDSIcon", + "Namespace": "MSDDS" + }, + { + "Name": "DDSIconClass", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsPolyline", + "Namespace": "MSDDS" + }, + { + "Name": "DdsPolylineEndType", + "Namespace": "MSDDS" + }, + { + "Name": "DdsPolylineLineType", + "Namespace": "MSDDS" + }, + { + "Name": "DdsPolylineRendition", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsPolylineCustomEndType", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsPolylineAdornments", + "Namespace": "MSDDS" + }, + { + "Name": "DDSPolyline", + "Namespace": "MSDDS" + }, + { + "Name": "DDSPolylineClass", + "Namespace": "MSDDS" + }, + { + "Name": "IComb", + "Namespace": "MSDDS" + }, + { + "Name": "CombSpine", + "Namespace": "MSDDS" + }, + { + "Name": "Comb", + "Namespace": "MSDDS" + }, + { + "Name": "CombClass", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsGeneric", + "Namespace": "MSDDS" + }, + { + "Name": "DdsGenericHitMethod", + "Namespace": "MSDDS" + }, + { + "Name": "DdsGenericResizeMethod", + "Namespace": "MSDDS" + }, + { + "Name": "DdsGenericCapPos", + "Namespace": "MSDDS" + }, + { + "Name": "DdsLibraryShapeIndex", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsGenericEvents", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsGenericEvents_Event", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsGenericEvents_ClickEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsGenericEvents_DblClickEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsGenericEvents_CaptionChangedEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "DDSGeneric", + "Namespace": "MSDDS" + }, + { + "Name": "DDSGenericClass", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsLibraryShape", + "Namespace": "MSDDS" + }, + { + "Name": "DdsAlignHorizontal", + "Namespace": "MSDDS" + }, + { + "Name": "DdsAlignVertical", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsLibraryShapeEvents", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsLibraryShapeEvents_Event", + "Namespace": "MSDDS" + }, + { + "Name": "DDSLibraryShape", + "Namespace": "MSDDS" + }, + { + "Name": "DDSLibraryShapeClass", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsPictureShape", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsPictureShapeEvents", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsPictureShapeEvents_Event", + "Namespace": "MSDDS" + }, + { + "Name": "DDSPictureShape", + "Namespace": "MSDDS" + }, + { + "Name": "DDSPictureShapeClass", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsDiagram", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsDiagramObjects", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsDiagramConnector", + "Namespace": "MSDDS" + }, + { + "Name": "DdsSelect", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsDiagramShape", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsPoints", + "Namespace": "MSDDS" + }, + { + "Name": "DdsMousePointer", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsExtendedProperties", + "Namespace": "MSDDS" + }, + { + "Name": "DdsMarqueeSelectionMode", + "Namespace": "MSDDS" + }, + { + "Name": "DdsPersistenceVersion", + "Namespace": "MSDDS" + }, + { + "Name": "DdsPrintPageNumbersMode", + "Namespace": "MSDDS" + }, + { + "Name": "DdsPanNavDrawingMode", + "Namespace": "MSDDS" + }, + { + "Name": "DdsPanNavAspectRatio", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents", + "Namespace": "MSDDS" + }, + { + "Name": "DdsPasteContext", + "Namespace": "MSDDS" + }, + { + "Name": "DdsViewChange", + "Namespace": "MSDDS" + }, + { + "Name": "DdsUIActivationSource", + "Namespace": "MSDDS" + }, + { + "Name": "IAccessible", + "Namespace": "MSDDS" + }, + { + "Name": "DdsConnectorSide", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_Event", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_ObjectCreatedEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_ObjectDeletedEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_ObjectMovingEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_SelectionChangeEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_SelectionChangesCompleteEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_ZoomEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_ClickEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_DblClickEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_OLEStartDragDropEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_OLEStartCopyEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_OLEDragEnterEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_OLEDragOverEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_OLEDragLeaveEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_OLEDragCustomVisualizationEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_OLEDragDropEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_OLEObjectPastingEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_OLECompleteDragDropEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_OLECompleteCopyEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_ObjectChangingViewEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_UpdateAttachPointsEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_MouseMoveEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_MouseDownEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_MouseUpEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_ScrolledEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_ConnectorRoutedEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_DragCreateConnectorModeStartEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_DragCreateConnectorModeEndEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_DragCreateConnectorValidSrcObjEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_DragCreateConnectorValidDestObjEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_DragCreateConnectorCreatingEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_SpecifyObjectsForGroupAttachEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_CreateVirtualConnectorEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_DragCreateConnectorCreatedEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_ObjectUIActivationChangedEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_ObjectResizingEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_ManageConnectorZOrderEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_ProvideIAccessableEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_ConnectorChangingAttachmentObjectEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_DiagramUpdateEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_PersistingClsidEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_PersistingProgIdEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_PrintStartEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_PrintEndEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_PrintPageBeforeStartEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_PrintPageStartEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_PrintPageEndEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_PageScaleEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_PanNavMouseUpEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_DiscardMouseMessageOnActivateEventHandler", + "Namespace": "MSDDS" + }, + { + "Name": "Diagram", + "Namespace": "MSDDS" + }, + { + "Name": "DiagramClass", + "Namespace": "MSDDS" + }, + { + "Name": "DdsLayoutObjectType", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsCompositeManager", + "Namespace": "MSDDS" + }, + { + "Name": "DdsLayoutObjectDirection", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsPolylineCustomEndTypeShape", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsPolylineAdornment", + "Namespace": "MSDDS" + }, + { + "Name": "DdsConnectorHitResult", + "Namespace": "MSDDS" + }, + { + "Name": "DdsSegmentEditMode", + "Namespace": "MSDDS" + }, + { + "Name": "DdsBendpointEditMode", + "Namespace": "MSDDS" + }, + { + "Name": "DdsBendpointVisibility", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsExtendedProperty", + "Namespace": "MSDDS" + }, + { + "Name": "IStream", + "Namespace": "MSDDS" + }, + { + "Name": "DdsSurfaceFlags", + "Namespace": "MSDDS" + }, + { + "Name": "ISequentialStream", + "Namespace": "MSDDS" + }, + { + "Name": "_LARGE_INTEGER", + "Namespace": "MSDDS" + }, + { + "Name": "_ULARGE_INTEGER", + "Namespace": "MSDDS" + }, + { + "Name": "tagSTATSTG", + "Namespace": "MSDDS" + }, + { + "Name": "_FILETIME", + "Namespace": "MSDDS" + }, + { + "Name": "DdsPolylineCustomEndTypeShape", + "Namespace": "MSDDS" + }, + { + "Name": "DdsPolylineCustomEndTypeColorStyle", + "Namespace": "MSDDS" + }, + { + "Name": "DdsPolylineCustomEndTypeShapeStruct", + "Namespace": "MSDDS" + }, + { + "Name": "tagPOINT", + "Namespace": "MSDDS" + }, + { + "Name": "DdsPolylineSide", + "Namespace": "MSDDS" + }, + { + "Name": "DdsPolylineAdornmentStartObject", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsPolylineEx", + "Namespace": "MSDDS" + }, + { + "Name": "DdsShapeLibraryBitmap", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsDiagramShapeAttachPoint", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsDiagramConnectorControl", + "Namespace": "MSDDS" + }, + { + "Name": "IPersist", + "Namespace": "MSDDS" + }, + { + "Name": "IPersistStorage", + "Namespace": "MSDDS" + }, + { + "Name": "IStorage", + "Namespace": "MSDDS" + }, + { + "Name": "IPersistStorageDdsVersion", + "Namespace": "MSDDS" + }, + { + "Name": "tagRemSNB", + "Namespace": "MSDDS" + }, + { + "Name": "IEnumSTATSTG", + "Namespace": "MSDDS" + }, + { + "Name": "IPersistStream", + "Namespace": "MSDDS" + }, + { + "Name": "IPersistStreamDdsVersion", + "Namespace": "MSDDS" + }, + { + "Name": "IDdsXMLTesting", + "Namespace": "MSDDS" + }, + { + "Name": "DDS_Constants", + "Namespace": "MSDDS" + }, + { + "Name": "_DDSAnnotationInfo", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsTextEvents_SinkHelper", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsIconEvents_SinkHelper", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsGenericEvents_SinkHelper", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsLibraryShapeEvents_SinkHelper", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsPictureShapeEvents_SinkHelper", + "Namespace": "MSDDS" + }, + { + "Name": "_IDdsDiagramEvents_SinkHelper", + "Namespace": "MSDDS" + }, + { + "Name": "InitializationDialog", + "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" + }, + { + "Name": "ComputerPickerWrapper", + "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" + }, + { + "Name": "Errors", + "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" + }, + { + "Name": "NativeMethods", + "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" + }, + { + "Name": "MergeLocalizationDirectives", + "Namespace": "Microsoft.Build.Tasks.Windows" + }, + { + "Name": "MarkupCompilePass1", + "Namespace": "Microsoft.Build.Tasks.Windows" + }, + { + "Name": "MarkupCompilePass2", + "Namespace": "Microsoft.Build.Tasks.Windows" + }, + { + "Name": "FileClassifier", + "Namespace": "Microsoft.Build.Tasks.Windows" + }, + { + "Name": "UidManager", + "Namespace": "Microsoft.Build.Tasks.Windows" + }, + { + "Name": "UpdateManifestForBrowserApplication", + "Namespace": "Microsoft.Build.Tasks.Windows" + }, + { + "Name": "ResourcesGenerator", + "Namespace": "Microsoft.Build.Tasks.Windows" + }, + { + "Name": "GenerateTemporaryTargetAssembly", + "Namespace": "Microsoft.Build.Tasks.Windows" + }, + { + "Name": "GetWinFXPath", + "Namespace": "Microsoft.Build.Tasks.Windows" + }, + { + "Name": "CommonDialog", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "FileDialog", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "FileDialogCustomPlace", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "FileDialogCustomPlaces", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "OpenFileDialog", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SaveFileDialog", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "DesignerProperties", + "Namespace": "System.ComponentModel" + }, + { + "Name": "StartupEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "ExitEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "SessionEndingCancelEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "Application", + "Namespace": "System.Windows" + }, + { + "Name": "ShutdownMode", + "Namespace": "System.Windows" + }, + { + "Name": "ReasonSessionEnding", + "Namespace": "System.Windows" + }, + { + "Name": "AttachedPropertyBrowsableForChildrenAttribute", + "Namespace": "System.Windows" + }, + { + "Name": "FrameworkCompatibilityPreferences", + "Namespace": "System.Windows" + }, + { + "Name": "ComponentResourceKey", + "Namespace": "System.Windows" + }, + { + "Name": "Condition", + "Namespace": "System.Windows" + }, + { + "Name": "ConditionCollection", + "Namespace": "System.Windows" + }, + { + "Name": "ExceptionRoutedEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "MediaScriptCommandRoutedEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "CornerRadius", + "Namespace": "System.Windows" + }, + { + "Name": "CornerRadiusConverter", + "Namespace": "System.Windows" + }, + { + "Name": "DataTemplate", + "Namespace": "System.Windows" + }, + { + "Name": "DataTemplateKey", + "Namespace": "System.Windows" + }, + { + "Name": "DataTrigger", + "Namespace": "System.Windows" + }, + { + "Name": "DeferrableContent", + "Namespace": "System.Windows" + }, + { + "Name": "DeferrableContentConverter", + "Namespace": "System.Windows" + }, + { + "Name": "BaseValueSource", + "Namespace": "System.Windows" + }, + { + "Name": "ValueSource", + "Namespace": "System.Windows" + }, + { + "Name": "DependencyPropertyHelper", + "Namespace": "System.Windows" + }, + { + "Name": "DialogResultConverter", + "Namespace": "System.Windows" + }, + { + "Name": "DynamicResourceExtension", + "Namespace": "System.Windows" + }, + { + "Name": "DynamicResourceExtensionConverter", + "Namespace": "System.Windows" + }, + { + "Name": "EventSetter", + "Namespace": "System.Windows" + }, + { + "Name": "EventTrigger", + "Namespace": "System.Windows" + }, + { + "Name": "ExitEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "FigureUnitType", + "Namespace": "System.Windows" + }, + { + "Name": "FigureLength", + "Namespace": "System.Windows" + }, + { + "Name": "FigureLengthConverter", + "Namespace": "System.Windows" + }, + { + "Name": "FontSizeConverter", + "Namespace": "System.Windows" + }, + { + "Name": "FrameworkContentElement", + "Namespace": "System.Windows" + }, + { + "Name": "HorizontalAlignment", + "Namespace": "System.Windows" + }, + { + "Name": "VerticalAlignment", + "Namespace": "System.Windows" + }, + { + "Name": "FrameworkElement", + "Namespace": "System.Windows" + }, + { + "Name": "FrameworkElementFactory", + "Namespace": "System.Windows" + }, + { + "Name": "FrameworkPropertyMetadataOptions", + "Namespace": "System.Windows" + }, + { + "Name": "FrameworkPropertyMetadata", + "Namespace": "System.Windows" + }, + { + "Name": "FrameworkTemplate", + "Namespace": "System.Windows" + }, + { + "Name": "GridUnitType", + "Namespace": "System.Windows" + }, + { + "Name": "GridLength", + "Namespace": "System.Windows" + }, + { + "Name": "GridLengthConverter", + "Namespace": "System.Windows" + }, + { + "Name": "HierarchicalDataTemplate", + "Namespace": "System.Windows" + }, + { + "Name": "InheritanceBehavior", + "Namespace": "System.Windows" + }, + { + "Name": "IFrameworkInputElement", + "Namespace": "System.Windows" + }, + { + "Name": "LengthConverter", + "Namespace": "System.Windows" + }, + { + "Name": "Localization", + "Namespace": "System.Windows" + }, + { + "Name": "LogicalTreeHelper", + "Namespace": "System.Windows" + }, + { + "Name": "LostFocusEventManager", + "Namespace": "System.Windows" + }, + { + "Name": "MessageBox", + "Namespace": "System.Windows" + }, + { + "Name": "MessageBoxResult", + "Namespace": "System.Windows" + }, + { + "Name": "MessageBoxOptions", + "Namespace": "System.Windows" + }, + { + "Name": "MessageBoxImage", + "Namespace": "System.Windows" + }, + { + "Name": "MessageBoxButton", + "Namespace": "System.Windows" + }, + { + "Name": "MultiDataTrigger", + "Namespace": "System.Windows" + }, + { + "Name": "MultiTrigger", + "Namespace": "System.Windows" + }, + { + "Name": "NullableBoolConverter", + "Namespace": "System.Windows" + }, + { + "Name": "PropertyPath", + "Namespace": "System.Windows" + }, + { + "Name": "PropertyPathConverter", + "Namespace": "System.Windows" + }, + { + "Name": "RequestBringIntoViewEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "RequestBringIntoViewEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "ResourceDictionary", + "Namespace": "System.Windows" + }, + { + "Name": "ResourceDictionaryLocation", + "Namespace": "System.Windows" + }, + { + "Name": "ColorConvertedBitmapExtension", + "Namespace": "System.Windows" + }, + { + "Name": "StaticResourceExtension", + "Namespace": "System.Windows" + }, + { + "Name": "ResourceKey", + "Namespace": "System.Windows" + }, + { + "Name": "ResourceReferenceKeyNotFoundException", + "Namespace": "System.Windows" + }, + { + "Name": "RoutedPropertyChangedEventHandler`1", + "Namespace": "System.Windows" + }, + { + "Name": "RoutedPropertyChangedEventArgs`1", + "Namespace": "System.Windows" + }, + { + "Name": "Setter", + "Namespace": "System.Windows" + }, + { + "Name": "SetterBase", + "Namespace": "System.Windows" + }, + { + "Name": "SetterBaseCollection", + "Namespace": "System.Windows" + }, + { + "Name": "SizeChangedEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "SizeChangedEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "SessionEndingCancelEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "StartupEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "Style", + "Namespace": "System.Windows" + }, + { + "Name": "StyleTypedPropertyAttribute", + "Namespace": "System.Windows" + }, + { + "Name": "SystemColors", + "Namespace": "System.Windows" + }, + { + "Name": "SystemCommands", + "Namespace": "System.Windows" + }, + { + "Name": "SystemFonts", + "Namespace": "System.Windows" + }, + { + "Name": "PowerLineStatus", + "Namespace": "System.Windows" + }, + { + "Name": "SystemParameters", + "Namespace": "System.Windows" + }, + { + "Name": "TemplateBindingExpression", + "Namespace": "System.Windows" + }, + { + "Name": "TemplateBindingExpressionConverter", + "Namespace": "System.Windows" + }, + { + "Name": "TemplateBindingExtension", + "Namespace": "System.Windows" + }, + { + "Name": "TemplateBindingExtensionConverter", + "Namespace": "System.Windows" + }, + { + "Name": "TemplateContent", + "Namespace": "System.Windows" + }, + { + "Name": "TemplateContentLoader", + "Namespace": "System.Windows" + }, + { + "Name": "TemplateKey", + "Namespace": "System.Windows" + }, + { + "Name": "TemplatePartAttribute", + "Namespace": "System.Windows" + }, + { + "Name": "TemplateVisualStateAttribute", + "Namespace": "System.Windows" + }, + { + "Name": "LineStackingStrategy", + "Namespace": "System.Windows" + }, + { + "Name": "ColumnSpaceDistribution", + "Namespace": "System.Windows" + }, + { + "Name": "FigureVerticalAnchor", + "Namespace": "System.Windows" + }, + { + "Name": "FigureHorizontalAnchor", + "Namespace": "System.Windows" + }, + { + "Name": "WrapDirection", + "Namespace": "System.Windows" + }, + { + "Name": "ThemeDictionaryExtension", + "Namespace": "System.Windows" + }, + { + "Name": "ThemeInfoAttribute", + "Namespace": "System.Windows" + }, + { + "Name": "Thickness", + "Namespace": "System.Windows" + }, + { + "Name": "ThicknessConverter", + "Namespace": "System.Windows" + }, + { + "Name": "Trigger", + "Namespace": "System.Windows" + }, + { + "Name": "TriggerAction", + "Namespace": "System.Windows" + }, + { + "Name": "TriggerActionCollection", + "Namespace": "System.Windows" + }, + { + "Name": "TriggerBase", + "Namespace": "System.Windows" + }, + { + "Name": "TriggerCollection", + "Namespace": "System.Windows" + }, + { + "Name": "VisualState", + "Namespace": "System.Windows" + }, + { + "Name": "VisualStateChangedEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "VisualStateGroup", + "Namespace": "System.Windows" + }, + { + "Name": "VisualStateManager", + "Namespace": "System.Windows" + }, + { + "Name": "VisualTransition", + "Namespace": "System.Windows" + }, + { + "Name": "Window", + "Namespace": "System.Windows" + }, + { + "Name": "WindowStyle", + "Namespace": "System.Windows" + }, + { + "Name": "WindowState", + "Namespace": "System.Windows" + }, + { + "Name": "WindowStartupLocation", + "Namespace": "System.Windows" + }, + { + "Name": "ResizeMode", + "Namespace": "System.Windows" + }, + { + "Name": "WindowCollection", + "Namespace": "System.Windows" + }, + { + "Name": "JumpItem", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "JumpItemRejectionReason", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "JumpItemsRejectedEventArgs", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "JumpItemsRemovedEventArgs", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "JumpList", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "JumpPath", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "JumpTask", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "TaskbarItemProgressState", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "TaskbarItemInfo", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "ThumbButtonInfo", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "ThumbButtonInfoCollection", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "ResizeGripDirection", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "NonClientFrameEdges", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "WindowChrome", + "Namespace": "System.Windows.Shell" + }, + { + "Name": "Ellipse", + "Namespace": "System.Windows.Shapes" + }, + { + "Name": "Line", + "Namespace": "System.Windows.Shapes" + }, + { + "Name": "Path", + "Namespace": "System.Windows.Shapes" + }, + { + "Name": "Polygon", + "Namespace": "System.Windows.Shapes" + }, + { + "Name": "Polyline", + "Namespace": "System.Windows.Shapes" + }, + { + "Name": "Rectangle", + "Namespace": "System.Windows.Shapes" + }, + { + "Name": "Shape", + "Namespace": "System.Windows.Shapes" + }, + { + "Name": "Baml2006Reader", + "Namespace": "System.Windows.Baml2006" + }, + { + "Name": "StreamResourceInfo", + "Namespace": "System.Windows.Resources" + }, + { + "Name": "ContentTypes", + "Namespace": "System.Windows.Resources" + }, + { + "Name": "CommandConverter", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyboardNavigationMode", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyboardNavigation", + "Namespace": "System.Windows.Input" + }, + { + "Name": "AdornerHitTestResult", + "Namespace": "System.Windows.Media" + }, + { + "Name": "TextOptions", + "Namespace": "System.Windows.Media" + }, + { + "Name": "BeginStoryboard", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ControllableStoryboardAction", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "PauseStoryboard", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "RemoveStoryboard", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ResumeStoryboard", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SeekStoryboard", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SetStoryboardSpeedRatio", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SkipStoryboardToFill", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "StopStoryboard", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Storyboard", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteThicknessKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ThicknessKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearThicknessKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineThicknessKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingThicknessKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ThicknessAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ThicknessAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ThicknessAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ThicknessKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ResourceDictionaryDiagnostics", + "Namespace": "System.Windows.Diagnostics" + }, + { + "Name": "ResourceDictionaryLoadedEventArgs", + "Namespace": "System.Windows.Diagnostics" + }, + { + "Name": "ResourceDictionaryUnloadedEventArgs", + "Namespace": "System.Windows.Diagnostics" + }, + { + "Name": "ResourceDictionaryInfo", + "Namespace": "System.Windows.Diagnostics" + }, + { + "Name": "BindingStatus", + "Namespace": "System.Windows.Data" + }, + { + "Name": "Binding", + "Namespace": "System.Windows.Data" + }, + { + "Name": "BindingMode", + "Namespace": "System.Windows.Data" + }, + { + "Name": "UpdateSourceTrigger", + "Namespace": "System.Windows.Data" + }, + { + "Name": "BindingBase", + "Namespace": "System.Windows.Data" + }, + { + "Name": "UpdateSourceExceptionFilterCallback", + "Namespace": "System.Windows.Data" + }, + { + "Name": "BindingExpression", + "Namespace": "System.Windows.Data" + }, + { + "Name": "BindingExpressionBase", + "Namespace": "System.Windows.Data" + }, + { + "Name": "BindingGroup", + "Namespace": "System.Windows.Data" + }, + { + "Name": "BindingListCollectionView", + "Namespace": "System.Windows.Data" + }, + { + "Name": "BindingOperations", + "Namespace": "System.Windows.Data" + }, + { + "Name": "CollectionContainer", + "Namespace": "System.Windows.Data" + }, + { + "Name": "CollectionRegisteringEventArgs", + "Namespace": "System.Windows.Data" + }, + { + "Name": "CollectionSynchronizationCallback", + "Namespace": "System.Windows.Data" + }, + { + "Name": "CollectionView", + "Namespace": "System.Windows.Data" + }, + { + "Name": "CollectionViewGroup", + "Namespace": "System.Windows.Data" + }, + { + "Name": "CollectionViewRegisteringEventArgs", + "Namespace": "System.Windows.Data" + }, + { + "Name": "CollectionViewSource", + "Namespace": "System.Windows.Data" + }, + { + "Name": "CompositeCollection", + "Namespace": "System.Windows.Data" + }, + { + "Name": "DataChangedEventManager", + "Namespace": "System.Windows.Data" + }, + { + "Name": "DataTransferEventArgs", + "Namespace": "System.Windows.Data" + }, + { + "Name": "FilterEventArgs", + "Namespace": "System.Windows.Data" + }, + { + "Name": "FilterEventHandler", + "Namespace": "System.Windows.Data" + }, + { + "Name": "IMultiValueConverter", + "Namespace": "System.Windows.Data" + }, + { + "Name": "IValueConverter", + "Namespace": "System.Windows.Data" + }, + { + "Name": "ListCollectionView", + "Namespace": "System.Windows.Data" + }, + { + "Name": "GroupDescriptionSelectorCallback", + "Namespace": "System.Windows.Data" + }, + { + "Name": "MultiBinding", + "Namespace": "System.Windows.Data" + }, + { + "Name": "MultiBindingExpression", + "Namespace": "System.Windows.Data" + }, + { + "Name": "ObjectDataProvider", + "Namespace": "System.Windows.Data" + }, + { + "Name": "PriorityBinding", + "Namespace": "System.Windows.Data" + }, + { + "Name": "PriorityBindingExpression", + "Namespace": "System.Windows.Data" + }, + { + "Name": "PropertyGroupDescription", + "Namespace": "System.Windows.Data" + }, + { + "Name": "RelativeSourceMode", + "Namespace": "System.Windows.Data" + }, + { + "Name": "RelativeSource", + "Namespace": "System.Windows.Data" + }, + { + "Name": "ValueConversionAttribute", + "Namespace": "System.Windows.Data" + }, + { + "Name": "ValueUnavailableException", + "Namespace": "System.Windows.Data" + }, + { + "Name": "XmlNamespaceMappingCollection", + "Namespace": "System.Windows.Data" + }, + { + "Name": "XmlDataProvider", + "Namespace": "System.Windows.Data" + }, + { + "Name": "XmlNamespaceMapping", + "Namespace": "System.Windows.Data" + }, + { + "Name": "ComponentResourceKeyConverter", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "EventSetterHandlerConverter", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "ResourceReferenceExpressionConverter", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "DependencyPropertyConverter", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "IStyleConnector", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlTypeMapper", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "NamespaceMapEntry", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "ParserContext", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "RoutedEventConverter", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "SetterTriggerConditionValueConverter", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "TemplateKeyConverter", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlDesignerSerializationManager", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlInstanceCreator", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlParseException", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlReader", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlWriter", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlWriterMode", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlWriterState", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XmlAttributeProperties", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XmlnsDictionary", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "MarkupWriter", + "Namespace": "System.Windows.Markup.Primitives" + }, + { + "Name": "BamlLocalizabilityResolver", + "Namespace": "System.Windows.Markup.Localizer" + }, + { + "Name": "ElementLocalizability", + "Namespace": "System.Windows.Markup.Localizer" + }, + { + "Name": "BamlLocalizableResource", + "Namespace": "System.Windows.Markup.Localizer" + }, + { + "Name": "BamlLocalizableResourceKey", + "Namespace": "System.Windows.Markup.Localizer" + }, + { + "Name": "BamlLocalizationDictionaryEnumerator", + "Namespace": "System.Windows.Markup.Localizer" + }, + { + "Name": "BamlLocalizationDictionary", + "Namespace": "System.Windows.Markup.Localizer" + }, + { + "Name": "BamlLocalizer", + "Namespace": "System.Windows.Markup.Localizer" + }, + { + "Name": "BamlLocalizerErrorNotifyEventHandler", + "Namespace": "System.Windows.Markup.Localizer" + }, + { + "Name": "BamlLocalizerError", + "Namespace": "System.Windows.Markup.Localizer" + }, + { + "Name": "BamlLocalizerErrorNotifyEventArgs", + "Namespace": "System.Windows.Markup.Localizer" + }, + { + "Name": "ButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ButtonBaseAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "CalendarAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "CalendarButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "CheckBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ComboBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ContentTextAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ContextMenuAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DataGridAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DataGridCellAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DataGridCellItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DataGridColumnHeaderItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DataGridColumnHeaderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DataGridColumnHeadersPresenterAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DataGridDetailsPresenterAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DataGridItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DataGridRowAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DataGridRowHeaderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DatePickerAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DateTimeAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DocumentAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DocumentPageViewAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DocumentViewerAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "DocumentViewerBaseAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ExpanderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "FixedPageAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "FlowDocumentPageViewerAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "FlowDocumentReaderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "FlowDocumentScrollViewerAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "FrameAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "FrameworkContentElementAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "FrameworkElementAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "GridSplitterAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "GridViewAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "GridViewColumnHeaderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "GridViewHeaderRowPresenterAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "GridViewCellAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "GridViewItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "GroupBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "GroupItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "HyperlinkAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ImageAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "InkCanvasAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "InkPresenterAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ItemsControlAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "IViewAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "LabelAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ListBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ListBoxItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ListBoxItemWrapperAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ListViewAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "MediaElementAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "MenuAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "MenuItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "NavigationWindowAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "PasswordBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ProgressBarAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RadioButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RangeBaseAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RepeatButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RichTextBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ScrollBarAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ScrollViewerAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "SelectorAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "SelectorItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "SeparatorAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "SliderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "StatusBarAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "StatusBarItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "TabControlAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "TabItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "TabItemWrapperAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "TableAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "TableCellAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "TextAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "TextBlockAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "TextBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ThumbAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "TextElementAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ToggleButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ToolBarAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ToolTipAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "TreeViewAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "TreeViewDataItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "TreeViewItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "UserControlAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "Viewport3DAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "WindowAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "JournalOwnership", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "NavigationUIVisibility", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "FragmentNavigationEventArgs", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "CustomContentState", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "IProvideCustomContentState", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "JournalEntry", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "JournalEntryListConverter", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "JournalEntryPosition", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "JournalEntryUnifiedViewConverter", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "NavigatingCancelEventArgs", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "NavigationEventArgs", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "NavigationFailedEventArgs", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "NavigationMode", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "NavigationProgressEventArgs", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "NavigationService", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "NavigatingCancelEventHandler", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "NavigationProgressEventHandler", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "NavigationFailedEventHandler", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "NavigatedEventHandler", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "LoadCompletedEventHandler", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "NavigationStoppedEventHandler", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "FragmentNavigationEventHandler", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "NavigationWindow", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "PageFunctionBase", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "ReturnEventHandler`1", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "PageFunction`1", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "RequestNavigateEventArgs", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "RequestNavigateEventHandler", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "ReturnEventArgs`1", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "Adorner", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "AdornerDecorator", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "AdornerLayer", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "AnchoredBlock", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Block", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "BlockCollection", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "BlockUIContainer", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Bold", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "DocumentReference", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "DocumentReferenceCollection", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "FixedDocumentSequence", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "EditingCommands", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Figure", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "FixedDocument", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "FixedPage", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Floater", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "FlowDocument", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "FrameworkRichTextComposition", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "FrameworkTextComposition", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Glyphs", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Hyperlink", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Inline", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "InlineCollection", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "InlineUIContainer", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Italic", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "LineBreak", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "LinkTarget", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "LinkTargetCollection", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "List", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "ListItem", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "ListItemCollection", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "LogicalDirection", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "PageContent", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "GetPageRootCompletedEventArgs", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "GetPageRootCompletedEventHandler", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "PageContentCollection", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Paragraph", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Run", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Section", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Span", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Table", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TableCell", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TableCellCollection", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TableColumn", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TableColumnCollection", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TableRow", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TableRowCollection", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TableRowGroup", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TableRowGroupCollection", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TextEffectResolver", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TextEffectTarget", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TextElement", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TextElementCollection`1", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TextElementEditingBehaviorAttribute", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TextPointer", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TextPointerContext", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TextRange", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "TextSelection", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Typography", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "Underline", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "ZoomPercentageConverter", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "SerializerProvider", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "SerializerDescriptor", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "SerializerWriter", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "WritingProgressChangeLevel", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "WritingPrintTicketRequiredEventArgs", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "WritingCompletedEventArgs", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "WritingProgressChangedEventArgs", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "WritingCancelledEventArgs", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "WritingPrintTicketRequiredEventHandler", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "WritingProgressChangedEventHandler", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "WritingCompletedEventHandler", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "WritingCancelledEventHandler", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "SerializerWriterCollator", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "ISerializerFactory", + "Namespace": "System.Windows.Documents.Serialization" + }, + { + "Name": "BlockElement", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "StoryBreak", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "NamedElement", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "SemanticBasicElement", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "SectionStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "ParagraphStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "FigureStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "ListStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "ListItemStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "TableStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "TableRowGroupStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "TableRowStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "TableCellStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "StoryFragments", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "StoryFragment", + "Namespace": "System.Windows.Documents.DocumentStructures" + }, + { + "Name": "StickyNoteControl", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ControlTemplate", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "AccessText", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "AddingNewItemEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "AdornedElementPlaceholder", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "AlternationConverter", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "BooleanToVisibilityConverter", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Border", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "BorderGapMaskConverter", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Button", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Calendar", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "CalendarBlackoutDatesCollection", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "CalendarDateChangedEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "CalendarDateRange", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "CalendarMode", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "CalendarModeChangedEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "CalendarSelectionMode", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Canvas", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "CharacterCasing", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "CheckBox", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "CleanUpVirtualizedItemEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "CleanUpVirtualizedItemEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ClickMode", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ComboBox", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ComboBoxItem", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ContentControl", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ContentPresenter", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ContextMenu", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ContextMenuService", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ContextMenuEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ContextMenuEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Control", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataErrorValidationRule", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGrid", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridAutoGeneratingColumnEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridBeginningEditEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridBoundColumn", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridCell", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridCellClipboardEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridCellEditEndingEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridCellInfo", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridCellsPanel", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridCheckBoxColumn", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridClipboardCellContent", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridClipboardCopyMode", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridColumn", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridColumnEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridColumnReorderingEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridComboBoxColumn", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridEditAction", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridEditingUnit", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridGridLinesVisibility", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridHeadersVisibility", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridHyperlinkColumn", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridLength", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridLengthConverter", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridLengthUnitType", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridPreparingCellForEditEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridRow", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridRowClipboardEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridRowDetailsEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridRowDetailsVisibilityMode", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridRowEditEndingEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridRowEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridSelectionMode", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridSelectionUnit", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridSortingEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridSortingEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridTemplateColumn", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataGridTextColumn", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DataTemplateSelector", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DatePicker", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DatePickerDateValidationErrorEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DatePickerFormat", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Decorator", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DefinitionBase", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Dock", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DockPanel", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "DocumentViewer", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ExceptionValidationRule", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ExpandDirection", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Expander", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "FlowDocumentReader", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "FlowDocumentReaderViewingMode", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "FlowDocumentScrollViewer", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Frame", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Grid", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GridView", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GridViewColumn", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GridViewColumnCollection", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GridViewColumnHeaderRole", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GridViewColumnHeader", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GridViewHeaderRowPresenter", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GridViewRowPresenter", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GridResizeDirection", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GridResizeBehavior", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GridSplitter", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GroupStyle", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GroupStyleSelector", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GroupBox", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "GroupItem", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "HeaderedContentControl", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "HeaderedItemsControl", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Image", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InitializingNewItemEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InitializingNewItemEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvas", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasClipboardFormat", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasSelectionHitResult", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkPresenter", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ItemCollection", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ItemContainerGenerator", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ItemContainerTemplate", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ItemContainerTemplateKey", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ItemContainerTemplateSelector", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ItemsControl", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ItemsPanelTemplate", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ItemsPresenter", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Label", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ListBox", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "SelectionMode", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ListBoxItem", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ListView", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ListViewItem", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "MediaState", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "MediaElement", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Menu", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "MenuItemRole", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "MenuItem", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "MenuScrollingVisibilityConverter", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "NotifyDataErrorValidationRule", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Orientation", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Page", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "PageRangeSelection", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "PageRange", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Panel", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "PanningMode", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "PasswordBox", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "VirtualizationCacheLengthUnit", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "VirtualizationCacheLength", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "VirtualizationCacheLengthConverter", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "HierarchicalVirtualizationConstraints", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "HierarchicalVirtualizationHeaderDesiredSizes", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "HierarchicalVirtualizationItemDesiredSizes", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ScrollContentPresenter", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "PrintDialog", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "PrintDialogException", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ProgressBar", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "RadioButton", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "RichTextBox", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ScrollChangedEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ScrollChangedEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ScrollUnit", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ScrollBarVisibility", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ScrollViewer", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "FlowDocumentPageViewer", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "StickyNoteType", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "StyleSelector", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "SelectedCellsChangedEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "SelectedCellsChangedEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "SelectedDatesCollection", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "SelectionChangedEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "SelectionChangedEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "SelectiveScrollingOrientation", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Separator", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Slider", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "SoundPlayerAction", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "SpellCheck", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "SpellingReform", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "StackPanel", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "TabControl", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "TabItem", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "TextBlock", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "TextBox", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "TextChange", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "UndoAction", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "TextChangedEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "TextChangedEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "TextSearch", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "OverflowMode", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ToolBar", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ToolBarTray", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ToolTip", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ToolTipService", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ToolTipEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ToolTipEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "TreeView", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "TreeViewItem", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "UIElementCollection", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "UserControl", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Validation", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ValidationError", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ValidationErrorEventAction", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ValidationErrorEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ValidationResult", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ValidationRule", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ValidationStep", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ViewBase", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "StretchDirection", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Viewbox", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Viewport3D", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "VirtualizationMode", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "VirtualizingPanel", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "VirtualizingStackPanel", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "WebBrowser", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "WrapPanel", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "SpellingError", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasEditingMode", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasStrokeCollectedEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasStrokeCollectedEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasStrokesReplacedEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasStrokesReplacedEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasSelectionChangingEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasSelectionChangingEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasSelectionEditingEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasSelectionEditingEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasStrokeErasingEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasStrokeErasingEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasGestureEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "InkCanvasGestureEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ColumnDefinitionCollection", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ColumnDefinition", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "RowDefinitionCollection", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "RowDefinition", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "AutoToolTipPlacement", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "BulletDecorator", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "ButtonBase", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "CalendarButton", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "CalendarDayButton", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "CalendarItem", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "CustomPopupPlacement", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "CustomPopupPlacementCallback", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DataGridCellsPresenter", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DataGridColumnHeader", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DataGridColumnHeadersPresenter", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DataGridDetailsPresenter", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DataGridRowHeader", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DataGridRowsPresenter", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DatePickerTextBox", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DocumentPageView", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DocumentViewerBase", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DragCompletedEventArgs", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DragCompletedEventHandler", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DragDeltaEventArgs", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DragDeltaEventHandler", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DragStartedEventArgs", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "DragStartedEventHandler", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "GridViewRowPresenterBase", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "IContainItemStorage", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "IItemContainerGenerator", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "GeneratorPosition", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "GeneratorDirection", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "GeneratorStatus", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "IRecyclingItemContainerGenerator", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "IScrollInfo", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "ItemsChangedEventArgs", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "ItemsChangedEventHandler", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "IHierarchicalVirtualizationAndScrollInfo", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "LayoutInformation", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "MenuBase", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "MultiSelector", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "PlacementMode", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "Popup", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "PopupAnimation", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "PopupPrimaryAxis", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "RangeBase", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "RepeatButton", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "ResizeGrip", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "SelectiveScrollingGrid", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "ScrollBar", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "ScrollEventType", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "ScrollEventArgs", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "ScrollEventHandler", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "Selector", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "StatusBar", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "StatusBarItem", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "TabPanel", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "TextBoxBase", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "Thumb", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "TickBarPlacement", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "TickBar", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "TickPlacement", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "ToggleButton", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "ToolBarOverflowPanel", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "ToolBarPanel", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "Track", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "UniformGrid", + "Namespace": "System.Windows.Controls.Primitives" + }, + { + "Name": "ActiveXHost", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "BrowserInteropHelper", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "DocObjHost", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "DynamicScriptObject", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "HwndHost", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "IErrorPage", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "IProgressPage", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "WindowInteropHelper", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "TextAnchor", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "IAnchorInfo", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "AnnotationAction", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "Annotation", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "AnnotationAuthorChangedEventHandler", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "AnnotationAuthorChangedEventArgs", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "AnnotationDocumentPaginator", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "AnnotationResource", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "AnnotationResourceChangedEventHandler", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "AnnotationResourceChangedEventArgs", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "AnnotationHelper", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "AnnotationService", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "ContentLocatorBase", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "ContentLocatorPart", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "ContentLocator", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "ContentLocatorGroup", + "Namespace": "System.Windows.Annotations" + }, + { + "Name": "AnnotationStore", + "Namespace": "System.Windows.Annotations.Storage" + }, + { + "Name": "StoreContentChangedEventHandler", + "Namespace": "System.Windows.Annotations.Storage" + }, + { + "Name": "StoreContentAction", + "Namespace": "System.Windows.Annotations.Storage" + }, + { + "Name": "StoreContentChangedEventArgs", + "Namespace": "System.Windows.Annotations.Storage" + }, + { + "Name": "XmlStreamStore", + "Namespace": "System.Windows.Annotations.Storage" + }, + { + "Name": "DataGridHeaderBorder", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "PlatformCulture", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ScrollChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ScrollGlyph", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ButtonChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ListBoxChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "BulletChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ProgressBarHighlightConverter", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "DataGridHeaderBorder", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "PlatformCulture", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ScrollChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ScrollGlyph", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ButtonChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ListBoxChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "BulletChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ProgressBarHighlightConverter", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "DataGridHeaderBorder", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "PlatformCulture", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ProgressBarBrushConverter", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ScrollChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ScrollGlyph", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "DataGridHeaderBorder", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "PlatformCulture", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ProgressBarBrushConverter", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ClassicBorderStyle", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ClassicBorderDecorator", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "DataGridHeaderBorder", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "PlatformCulture", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ProgressBarBrushConverter", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "BulletChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ScrollChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ScrollGlyph", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ThemeColor", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ButtonChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "DataGridHeaderBorder", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "PlatformCulture", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ProgressBarBrushConverter", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "BulletChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ScrollChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ScrollGlyph", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "ButtonChrome", + "Namespace": "Microsoft.Windows.Themes" + }, + { + "Name": "PresentationUIStyleResources", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "PrintSystemException", + "Namespace": "System.Printing" + }, + { + "Name": "PrintQueueException", + "Namespace": "System.Printing" + }, + { + "Name": "PrintServerException", + "Namespace": "System.Printing" + }, + { + "Name": "PrintCommitAttributesException", + "Namespace": "System.Printing" + }, + { + "Name": "PrintJobException", + "Namespace": "System.Printing" + }, + { + "Name": "PrintingCanceledException", + "Namespace": "System.Printing" + }, + { + "Name": "PrintingNotSupportedException", + "Namespace": "System.Printing" + }, + { + "Name": "Collation", + "Namespace": "System.Printing" + }, + { + "Name": "DeviceFontSubstitution", + "Namespace": "System.Printing" + }, + { + "Name": "Duplexing", + "Namespace": "System.Printing" + }, + { + "Name": "PageMediaSizeName", + "Namespace": "System.Printing" + }, + { + "Name": "PageMediaType", + "Namespace": "System.Printing" + }, + { + "Name": "PagesPerSheetDirection", + "Namespace": "System.Printing" + }, + { + "Name": "OutputColor", + "Namespace": "System.Printing" + }, + { + "Name": "PageOrientation", + "Namespace": "System.Printing" + }, + { + "Name": "PageQualitativeResolution", + "Namespace": "System.Printing" + }, + { + "Name": "Stapling", + "Namespace": "System.Printing" + }, + { + "Name": "TrueTypeFontMode", + "Namespace": "System.Printing" + }, + { + "Name": "PageOrder", + "Namespace": "System.Printing" + }, + { + "Name": "PhotoPrintingIntent", + "Namespace": "System.Printing" + }, + { + "Name": "PageBorderless", + "Namespace": "System.Printing" + }, + { + "Name": "OutputQuality", + "Namespace": "System.Printing" + }, + { + "Name": "InputBin", + "Namespace": "System.Printing" + }, + { + "Name": "PageImageableArea", + "Namespace": "System.Printing" + }, + { + "Name": "PageScalingFactorRange", + "Namespace": "System.Printing" + }, + { + "Name": "PrintCapabilities", + "Namespace": "System.Printing" + }, + { + "Name": "PageMediaSize", + "Namespace": "System.Printing" + }, + { + "Name": "PageResolution", + "Namespace": "System.Printing" + }, + { + "Name": "PrintTicket", + "Namespace": "System.Printing" + }, + { + "Name": "ConflictStatus", + "Namespace": "System.Printing" + }, + { + "Name": "ValidationResult", + "Namespace": "System.Printing" + }, + { + "Name": "PrintTicketScope", + "Namespace": "System.Printing" + }, + { + "Name": "BaseDevModeType", + "Namespace": "System.Printing.Interop" + }, + { + "Name": "PrintTicketConverter", + "Namespace": "System.Printing.Interop" + }, + { + "Name": "XpsException", + "Namespace": "System.Windows.Xps" + }, + { + "Name": "XpsPackagingException", + "Namespace": "System.Windows.Xps" + }, + { + "Name": "XpsSerializationException", + "Namespace": "System.Windows.Xps" + }, + { + "Name": "XpsDigitalSignature", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsDigSigPartAlteringRestrictions", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "IXpsFixedDocumentSequenceReader", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "IXpsFixedDocumentSequenceWriter", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "IDocumentStructureProvider", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "IStoryFragmentProvider", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "IXpsFixedDocumentReader", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "IXpsFixedDocumentWriter", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "IXpsFixedPageReader", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "IXpsFixedPageWriter", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsImageType", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "SpotLocation", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsSignatureDefinition", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsFont", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsImage", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsColorContext", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsResourceDictionary", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsThumbnail", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "PackageInterleavingOrder", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "PackagingAction", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "PackagingProgressEventArgs", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "PackagingProgressEventHandler", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsPartBase", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsDocument", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsResource", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsResourceSharing", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsStructure", + "Namespace": "System.Windows.Xps.Packaging" + }, + { + "Name": "XpsSerializationManager", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "XpsSerializationManagerAsync", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "XpsSerializationProgressChangedEventHandler", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "XpsSerializationCompletedEventHandler", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "XpsSerializationCompletedEventArgs", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "XpsSerializationProgressChangedEventArgs", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "XpsSerializationPrintTicketRequiredEventArgs", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "PrintTicketLevel", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "XpsWritingProgressChangeLevel", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "XpsResourceStream", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "BasePackagingPolicy", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "XpsPackagingPolicy", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "PackageSerializationManager", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "XpsSerializationPrintTicketRequiredEventHandler", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "SerializationState", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "ColorTypeConverter", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "FontSubsetterCommitPolicies", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "FontTypeConverter", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "ImageSourceTypeConverter", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "XpsSerializerFactory", + "Namespace": "System.Windows.Xps.Serialization" + }, + { + "Name": "InstallUtilSupport", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "AuditPolicySnapIn", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "Policy", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "SnapInSettings", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "GlobalSaclElements", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "AuditSettings", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "AuditPolicyFileFormat", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "Icons", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "GroupPolicyObject", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "DataModelNode", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "CategoryDataModelNode", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "SubcategoryDataModelNode", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "SystemPolicyScopeNode", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "AuditSettingDataModelNode", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "StartPageFormControl", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "SrpUxChildNode", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxCollections", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxControlAdvanced", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxControlEnforcement", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxControlStartPage", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxControlStartPageEnforcement", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxControlStartPageIntroduction", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxControlStartPageOverview", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxControlViewEditExceptions", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxControlViewEditGeneral", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxControlViewEditHash", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxControlViewEditPath", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxControlViewEditPublisher", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxEnforcement", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxGlobalData", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxClientContext", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxProgressForm", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxPropertyPageAdvanced", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxPropertyPageEnforcement", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxPropertyPageViewEditExceptions", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxPropertyPageViewEditGeneral", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxPropertyPageViewEditHash", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxPropertyPageViewEditPath", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxPropertyPageViewEditPublisher", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxRootNode", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxRuleListView", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxRuleTag", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "InstallUtilSupport", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "SrpUxSnapIn", + "Namespace": "Microsoft.Security.Srp.Ux" + }, + { + "Name": "CultureAndRegionInfoBuilder", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureAndRegionModifiers", + "Namespace": "System.Globalization" + }, + { + "Name": "VBCodeProvider", + "Namespace": "Microsoft.VisualBasic" + }, + { + "Name": "CSharpCodeProvider", + "Namespace": "Microsoft.CSharp" + }, + { + "Name": "PowerModeChangedEventArgs", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "PowerModeChangedEventHandler", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "PowerModes", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SessionEndedEventArgs", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SessionEndedEventHandler", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SessionEndingEventArgs", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SessionEndingEventHandler", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SessionEndReasons", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SessionSwitchEventArgs", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SessionSwitchEventHandler", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SessionSwitchReason", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SystemEvents", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "TimerElapsedEventArgs", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "TimerElapsedEventHandler", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "UserPreferenceCategory", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "UserPreferenceChangedEventArgs", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "UserPreferenceChangedEventHandler", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "UserPreferenceChangingEventArgs", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "UserPreferenceChangingEventHandler", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "IntranetZoneCredentialPolicy", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SafeProcessHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeX509ChainHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "StringNormalizationExtensions", + "Namespace": "System" + }, + { + "Name": "UriParser", + "Namespace": "System" + }, + { + "Name": "Uri", + "Namespace": "System" + }, + { + "Name": "UriBuilder", + "Namespace": "System" + }, + { + "Name": "UriFormatException", + "Namespace": "System" + }, + { + "Name": "UriHostNameType", + "Namespace": "System" + }, + { + "Name": "UriPartial", + "Namespace": "System" + }, + { + "Name": "UriTypeConverter", + "Namespace": "System" + }, + { + "Name": "UriKind", + "Namespace": "System" + }, + { + "Name": "UriComponents", + "Namespace": "System" + }, + { + "Name": "UriFormat", + "Namespace": "System" + }, + { + "Name": "UriIdnScope", + "Namespace": "System" + }, + { + "Name": "GenericUriParserOptions", + "Namespace": "System" + }, + { + "Name": "GenericUriParser", + "Namespace": "System" + }, + { + "Name": "HttpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "FtpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "FileStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NewsStyleUriParser", + "Namespace": "System" + }, + { + "Name": "GopherStyleUriParser", + "Namespace": "System" + }, + { + "Name": "LdapStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NetPipeStyleUriParser", + "Namespace": "System" + }, + { + "Name": "NetTcpStyleUriParser", + "Namespace": "System" + }, + { + "Name": "AspNetHostingPermissionLevel", + "Namespace": "System.Web" + }, + { + "Name": "AspNetHostingPermissionAttribute", + "Namespace": "System.Web" + }, + { + "Name": "AspNetHostingPermission", + "Namespace": "System.Web" + }, + { + "Name": "ElapsedEventArgs", + "Namespace": "System.Timers" + }, + { + "Name": "ElapsedEventHandler", + "Namespace": "System.Timers" + }, + { + "Name": "Timer", + "Namespace": "System.Timers" + }, + { + "Name": "TimersDescriptionAttribute", + "Namespace": "System.Timers" + }, + { + "Name": "SchemeSettingElement", + "Namespace": "System.Configuration" + }, + { + "Name": "SchemeSettingElementCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "UriSection", + "Namespace": "System.Configuration" + }, + { + "Name": "IriParsingElement", + "Namespace": "System.Configuration" + }, + { + "Name": "IdnElement", + "Namespace": "System.Configuration" + }, + { + "Name": "ApplicationSettingsBase", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsLoadedEventHandler", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsSavingEventHandler", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingChangingEventHandler", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingChangingEventArgs", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsLoadedEventArgs", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationException", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationSettings", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigXmlDocument", + "Namespace": "System.Configuration" + }, + { + "Name": "DictionarySectionHandler", + "Namespace": "System.Configuration" + }, + { + "Name": "IApplicationSettingsProvider", + "Namespace": "System.Configuration" + }, + { + "Name": "IConfigurationSectionHandler", + "Namespace": "System.Configuration" + }, + { + "Name": "IConfigurationSystem", + "Namespace": "System.Configuration" + }, + { + "Name": "IgnoreSectionHandler", + "Namespace": "System.Configuration" + }, + { + "Name": "IPersistComponentSettings", + "Namespace": "System.Configuration" + }, + { + "Name": "ISettingsProviderService", + "Namespace": "System.Configuration" + }, + { + "Name": "LocalFileSettingsProvider", + "Namespace": "System.Configuration" + }, + { + "Name": "NameValueFileSectionHandler", + "Namespace": "System.Configuration" + }, + { + "Name": "NameValueSectionHandler", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsAttributeDictionary", + "Namespace": "System.Configuration" + }, + { + "Name": "ApplicationScopedSettingAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "DefaultSettingValueAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "NoSettingsVersionUpgradeAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsDescriptionAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsGroupDescriptionAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsGroupNameAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsManageabilityAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsProviderAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsSerializeAsAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "SpecialSettingAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "UserScopedSettingAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsManageability", + "Namespace": "System.Configuration" + }, + { + "Name": "SpecialSetting", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsBase", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsContext", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsProperty", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsPropertyCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsPropertyIsReadOnlyException", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsPropertyNotFoundException", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsPropertyValue", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsPropertyValueCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsPropertyWrongTypeException", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsProvider", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsProviderCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingsSerializeAs", + "Namespace": "System.Configuration" + }, + { + "Name": "SingleTagSectionHandler", + "Namespace": "System.Configuration" + }, + { + "Name": "ApplicationSettingsGroup", + "Namespace": "System.Configuration" + }, + { + "Name": "UserSettingsGroup", + "Namespace": "System.Configuration" + }, + { + "Name": "ClientSettingsSection", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingElementCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingElement", + "Namespace": "System.Configuration" + }, + { + "Name": "SettingValueElement", + "Namespace": "System.Configuration" + }, + { + "Name": "AppSettingsReader", + "Namespace": "System.Configuration" + }, + { + "Name": "ICredentialPolicy", + "Namespace": "System.Net" + }, + { + "Name": "AuthenticationManager", + "Namespace": "System.Net" + }, + { + "Name": "AuthenticationSchemes", + "Namespace": "System.Net" + }, + { + "Name": "AuthenticationSchemeSelector", + "Namespace": "System.Net" + }, + { + "Name": "Authorization", + "Namespace": "System.Net" + }, + { + "Name": "Cookie", + "Namespace": "System.Net" + }, + { + "Name": "CookieCollection", + "Namespace": "System.Net" + }, + { + "Name": "CookieContainer", + "Namespace": "System.Net" + }, + { + "Name": "CookieException", + "Namespace": "System.Net" + }, + { + "Name": "CredentialCache", + "Namespace": "System.Net" + }, + { + "Name": "Dns", + "Namespace": "System.Net" + }, + { + "Name": "DnsEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "DnsPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "DnsPermission", + "Namespace": "System.Net" + }, + { + "Name": "EndPoint", + "Namespace": "System.Net" + }, + { + "Name": "FileWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "FileWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "FtpStatusCode", + "Namespace": "System.Net" + }, + { + "Name": "WebRequestMethods", + "Namespace": "System.Net" + }, + { + "Name": "FtpWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "FtpWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "GlobalProxySelection", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerBasicIdentity", + "Namespace": "System.Net" + }, + { + "Name": "HttpListener", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerContext", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerException", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerPrefixCollection", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerRequest", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerResponse", + "Namespace": "System.Net" + }, + { + "Name": "HttpListenerTimeoutManager", + "Namespace": "System.Net" + }, + { + "Name": "HttpRequestHeader", + "Namespace": "System.Net" + }, + { + "Name": "HttpResponseHeader", + "Namespace": "System.Net" + }, + { + "Name": "HttpStatusCode", + "Namespace": "System.Net" + }, + { + "Name": "HttpVersion", + "Namespace": "System.Net" + }, + { + "Name": "DecompressionMethods", + "Namespace": "System.Net" + }, + { + "Name": "HttpWebRequest", + "Namespace": "System.Net" + }, + { + "Name": "HttpWebResponse", + "Namespace": "System.Net" + }, + { + "Name": "IAuthenticationModule", + "Namespace": "System.Net" + }, + { + "Name": "ICertificatePolicy", + "Namespace": "System.Net" + }, + { + "Name": "ICredentials", + "Namespace": "System.Net" + }, + { + "Name": "ICredentialsByHost", + "Namespace": "System.Net" + }, + { + "Name": "HttpContinueDelegate", + "Namespace": "System.Net" + }, + { + "Name": "IPAddress", + "Namespace": "System.Net" + }, + { + "Name": "IPEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "IPHostEntry", + "Namespace": "System.Net" + }, + { + "Name": "IWebProxy", + "Namespace": "System.Net" + }, + { + "Name": "IWebRequestCreate", + "Namespace": "System.Net" + }, + { + "Name": "NetworkAccess", + "Namespace": "System.Net" + }, + { + "Name": "NetworkCredential", + "Namespace": "System.Net" + }, + { + "Name": "ProtocolViolationException", + "Namespace": "System.Net" + }, + { + "Name": "TransportContext", + "Namespace": "System.Net" + }, + { + "Name": "SecurityProtocolType", + "Namespace": "System.Net" + }, + { + "Name": "BindIPEndPoint", + "Namespace": "System.Net" + }, + { + "Name": "ServicePoint", + "Namespace": "System.Net" + }, + { + "Name": "ServicePointManager", + "Namespace": "System.Net" + }, + { + "Name": "SocketAddress", + "Namespace": "System.Net" + }, + { + "Name": "SocketPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "SocketPermission", + "Namespace": "System.Net" + }, + { + "Name": "EndpointPermission", + "Namespace": "System.Net" + }, + { + "Name": "TransportType", + "Namespace": "System.Net" + }, + { + "Name": "WebClient", + "Namespace": "System.Net" + }, + { + "Name": "OpenReadCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "OpenReadCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "OpenWriteCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "OpenWriteCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadStringCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadStringCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadDataCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadDataCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadStringCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadStringCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadDataCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadDataCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadFileCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadFileCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadValuesCompletedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadValuesCompletedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "DownloadProgressChangedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "DownloadProgressChangedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "UploadProgressChangedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "UploadProgressChangedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "WebException", + "Namespace": "System.Net" + }, + { + "Name": "WebExceptionStatus", + "Namespace": "System.Net" + }, + { + "Name": "WebHeaderCollection", + "Namespace": "System.Net" + }, + { + "Name": "WebPermissionAttribute", + "Namespace": "System.Net" + }, + { + "Name": "WebPermission", + "Namespace": "System.Net" + }, + { + "Name": "WebProxy", + "Namespace": "System.Net" + }, + { + "Name": "WebRequest", + "Namespace": "System.Net" + }, + { + "Name": "WebResponse", + "Namespace": "System.Net" + }, + { + "Name": "WebUtility", + "Namespace": "System.Net" + }, + { + "Name": "WriteStreamClosedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "WriteStreamClosedEventHandler", + "Namespace": "System.Net" + }, + { + "Name": "IWebProxyScript", + "Namespace": "System.Net" + }, + { + "Name": "ClientWebSocket", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "ClientWebSocketOptions", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "HttpListenerWebSocketContext", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocket", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketCloseStatus", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketContext", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketError", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketException", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketMessageType", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketReceiveResult", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "WebSocketState", + "Namespace": "System.Net.WebSockets" + }, + { + "Name": "ContentDisposition", + "Namespace": "System.Net.Mime" + }, + { + "Name": "ContentType", + "Namespace": "System.Net.Mime" + }, + { + "Name": "DispositionTypeNames", + "Namespace": "System.Net.Mime" + }, + { + "Name": "MediaTypeNames", + "Namespace": "System.Net.Mime" + }, + { + "Name": "TransferEncoding", + "Namespace": "System.Net.Mime" + }, + { + "Name": "AlternateView", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AlternateViewCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AttachmentBase", + "Namespace": "System.Net.Mail" + }, + { + "Name": "Attachment", + "Namespace": "System.Net.Mail" + }, + { + "Name": "AttachmentCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "LinkedResource", + "Namespace": "System.Net.Mail" + }, + { + "Name": "LinkedResourceCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailAddress", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailAddressCollection", + "Namespace": "System.Net.Mail" + }, + { + "Name": "DeliveryNotificationOptions", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailMessage", + "Namespace": "System.Net.Mail" + }, + { + "Name": "MailPriority", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SendCompletedEventHandler", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpDeliveryMethod", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpDeliveryFormat", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpClient", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpFailedRecipientException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpFailedRecipientsException", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpAccess", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpPermissionAttribute", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpPermission", + "Namespace": "System.Net.Mail" + }, + { + "Name": "SmtpStatusCode", + "Namespace": "System.Net.Mail" + }, + { + "Name": "DuplicateAddressDetectionState", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IcmpV4Statistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IcmpV6Statistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterfaceType", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPGlobalProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPGlobalStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "ScopeLevel", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPInterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPInterfaceStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv4InterfaceStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPStatus", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UnicastIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UnicastIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "MulticastIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "MulticastIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPAddressCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "GatewayIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "GatewayIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv4InterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "IPv6InterfaceProperties", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAvailabilityEventArgs", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkChange", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAddressChangedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkAvailabilityChangedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationException", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationAccess", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationPermissionAttribute", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInformationPermission", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterface", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetworkInterfaceComponent", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "NetBiosNodeType", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "OperationalStatus", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PhysicalAddress", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingCompletedEventHandler", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingCompletedEventArgs", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "Ping", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingException", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingOptions", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PingReply", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "PrefixOrigin", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "SuffixOrigin", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpConnectionInformation", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpState", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "TcpStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "UdpStatistics", + "Namespace": "System.Net.NetworkInformation" + }, + { + "Name": "RequestCacheLevel", + "Namespace": "System.Net.Cache" + }, + { + "Name": "RequestCachePolicy", + "Namespace": "System.Net.Cache" + }, + { + "Name": "HttpRequestCacheLevel", + "Namespace": "System.Net.Cache" + }, + { + "Name": "HttpCacheAgeControl", + "Namespace": "System.Net.Cache" + }, + { + "Name": "HttpRequestCachePolicy", + "Namespace": "System.Net.Cache" + }, + { + "Name": "UnicodeDecodingConformance", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "UnicodeEncodingConformance", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "AuthenticationModuleElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "AuthenticationModuleElementCollection", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "AuthenticationModulesSection", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "BypassElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "BypassElementCollection", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "ConnectionManagementElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "ConnectionManagementElementCollection", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "ConnectionManagementSection", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "DefaultProxySection", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "HttpWebRequestElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "HttpListenerElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "HttpListenerTimeoutsElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "HttpCachePolicyElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "FtpCachePolicyElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "Ipv6Element", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "MailSettingsSectionGroup", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "ModuleElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "NetSectionGroup", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "PerformanceCountersElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "ProxyElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "RequestCachingSection", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "SettingsSection", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "ServicePointManagerElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "SmtpSection", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "SmtpNetworkElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "SmtpSpecifiedPickupDirectoryElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "SocketElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "WebProxyScriptElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "WebRequestModuleElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "WebRequestModuleElementCollection", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "WebRequestModulesSection", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "WebUtilityElement", + "Namespace": "System.Net.Configuration" + }, + { + "Name": "AuthenticatedStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "AuthenticationLevel", + "Namespace": "System.Net.Security" + }, + { + "Name": "ProtectionLevel", + "Namespace": "System.Net.Security" + }, + { + "Name": "NegotiateStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "SslPolicyErrors", + "Namespace": "System.Net.Security" + }, + { + "Name": "EncryptionPolicy", + "Namespace": "System.Net.Security" + }, + { + "Name": "RemoteCertificateValidationCallback", + "Namespace": "System.Net.Security" + }, + { + "Name": "LocalCertificateSelectionCallback", + "Namespace": "System.Net.Security" + }, + { + "Name": "SslStream", + "Namespace": "System.Net.Security" + }, + { + "Name": "SocketException", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "AddressFamily", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IOControlCode", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPProtectionLevel", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "LingerOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "MulticastOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPv6MulticastOption", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "NetworkStream", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "ProtocolFamily", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "ProtocolType", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SelectMode", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketInformationOptions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketInformation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "Socket", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketAsyncOperation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SendPacketsElement", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketClientAccessPolicyProtocol", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketAsyncEventArgs", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketError", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketFlags", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketOptionLevel", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketOptionName", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketShutdown", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketReceiveFromResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketReceiveMessageFromResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketTaskExtensions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketType", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TcpClient", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TcpListener", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "TransmitFileOptions", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "UdpClient", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "UdpReceiveResult", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "IPPacketInformation", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "ICommand", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ValueSerializerAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "SoundPlayer", + "Namespace": "System.Media" + }, + { + "Name": "SystemSounds", + "Namespace": "System.Media" + }, + { + "Name": "SystemSound", + "Namespace": "System.Media" + }, + { + "Name": "BitVector32", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "CollectionsUtil", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "HybridDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "INotifyCollectionChanged", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "IOrderedDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "ListDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NameObjectCollectionBase", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NameValueCollection", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedAction", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedEventArgs", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "NotifyCollectionChangedEventHandler", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "OrderedDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringCollection", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringEnumerator", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "StringDictionary", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "ObservableCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyObservableCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "LinkedList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "LinkedListNode`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Queue`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedList`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Stack`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SortedSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "ISet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "BlockingCollection`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentBag`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "Semaphore", + "Namespace": "System.Threading" + }, + { + "Name": "BarrierPostPhaseException", + "Namespace": "System.Threading" + }, + { + "Name": "Barrier", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadExceptionEventArgs", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadExceptionEventHandler", + "Namespace": "System.Threading" + }, + { + "Name": "FrameworkName", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "HandleCollector", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultParameterValueAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "StandardOleMarshalObject", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ADVF", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DATADIR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DVASPECT", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FORMATETC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IAdviseSink", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDataObject", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumFORMATETC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumSTATDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STATDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STGMEDIUM", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYMED", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ICustomTypeProvider", + "Namespace": "System.Reflection" + }, + { + "Name": "InvalidDataException", + "Namespace": "System.IO" + }, + { + "Name": "NotifyFilters", + "Namespace": "System.IO" + }, + { + "Name": "ErrorEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "ErrorEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemWatcher", + "Namespace": "System.IO" + }, + { + "Name": "InternalBufferOverflowException", + "Namespace": "System.IO" + }, + { + "Name": "IODescriptionAttribute", + "Namespace": "System.IO" + }, + { + "Name": "RenamedEventArgs", + "Namespace": "System.IO" + }, + { + "Name": "RenamedEventHandler", + "Namespace": "System.IO" + }, + { + "Name": "WaitForChangedResult", + "Namespace": "System.IO" + }, + { + "Name": "WatcherChangeTypes", + "Namespace": "System.IO" + }, + { + "Name": "Handshake", + "Namespace": "System.IO.Ports" + }, + { + "Name": "Parity", + "Namespace": "System.IO.Ports" + }, + { + "Name": "SerialError", + "Namespace": "System.IO.Ports" + }, + { + "Name": "SerialErrorReceivedEventArgs", + "Namespace": "System.IO.Ports" + }, + { + "Name": "SerialErrorReceivedEventHandler", + "Namespace": "System.IO.Ports" + }, + { + "Name": "SerialPinChange", + "Namespace": "System.IO.Ports" + }, + { + "Name": "SerialPinChangedEventArgs", + "Namespace": "System.IO.Ports" + }, + { + "Name": "SerialPinChangedEventHandler", + "Namespace": "System.IO.Ports" + }, + { + "Name": "SerialPort", + "Namespace": "System.IO.Ports" + }, + { + "Name": "SerialData", + "Namespace": "System.IO.Ports" + }, + { + "Name": "SerialDataReceivedEventArgs", + "Namespace": "System.IO.Ports" + }, + { + "Name": "SerialDataReceivedEventHandler", + "Namespace": "System.IO.Ports" + }, + { + "Name": "StopBits", + "Namespace": "System.IO.Ports" + }, + { + "Name": "CompressionMode", + "Namespace": "System.IO.Compression" + }, + { + "Name": "CompressionLevel", + "Namespace": "System.IO.Compression" + }, + { + "Name": "DeflateStream", + "Namespace": "System.IO.Compression" + }, + { + "Name": "GZipStream", + "Namespace": "System.IO.Compression" + }, + { + "Name": "SecureStringMarshal", + "Namespace": "System.Security" + }, + { + "Name": "DynamicRoleClaimProvider", + "Namespace": "System.Security.Claims" + }, + { + "Name": "AuthenticationException", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "InvalidCredentialException", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "SslProtocols", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ExchangeAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "CipherAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "HashAlgorithmType", + "Namespace": "System.Security.Authentication" + }, + { + "Name": "ChannelBinding", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ChannelBindingKind", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ExtendedProtectionPolicy", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ExtendedProtectionPolicyTypeConverter", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "PolicyEnforcement", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ProtectionScenario", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ServiceNameCollection", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "TokenBindingType", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "TokenBinding", + "Namespace": "System.Security.Authentication.ExtendedProtection" + }, + { + "Name": "ExtendedProtectionPolicyElement", + "Namespace": "System.Security.Authentication.ExtendedProtection.Configuration" + }, + { + "Name": "ServiceNameElementCollection", + "Namespace": "System.Security.Authentication.ExtendedProtection.Configuration" + }, + { + "Name": "ServiceNameElement", + "Namespace": "System.Security.Authentication.ExtendedProtection.Configuration" + }, + { + "Name": "AsnEncodedData", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedDataCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsnEncodedDataEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidGroup", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Oid", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "OidEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "X500DistinguishedNameFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X500DistinguishedName", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509NameType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509IncludeOption", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "PublicKey", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509FindType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2Collection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2Enumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainStatusFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainStatus", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Chain", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElement", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElementCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainElementEnumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509RevocationMode", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509RevocationFlag", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509VerificationFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ChainPolicy", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Extension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyUsageFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyUsageExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509BasicConstraintsExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509EnhancedKeyUsageExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SubjectKeyIdentifierHashAlgorithm", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509SubjectKeyIdentifierExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ExtensionCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509ExtensionEnumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "StoreLocation", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "OpenFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "StoreName", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Store", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509CertificateCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "StorePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StorePermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "TypeDescriptorPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ResourcePermissionBase", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ResourcePermissionBaseEntry", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SemaphoreRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SemaphoreSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "BooleanSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ConsoleTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "CorrelationManager", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Debug", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DefaultTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DelimitedListTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventTypeFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceLevels", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SourceSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Switch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SwitchAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "SwitchLevelAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TextWriterTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Trace", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceEventCache", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceEventType", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceFilter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceLevel", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceListenerCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceOptions", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceSource", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceSwitch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "XmlWriterTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "StackFrameExtensions", + "Namespace": "System.Diagnostics" + }, + { + "Name": "CounterCreationData", + "Namespace": "System.Diagnostics" + }, + { + "Name": "CounterCreationDataCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "CounterSample", + "Namespace": "System.Diagnostics" + }, + { + "Name": "CounterSampleCalculator", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DataReceivedEventHandler", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DataReceivedEventArgs", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DiagnosticsConfigurationHandler", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EntryWrittenEventArgs", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EntryWrittenEventHandler", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventInstance", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLog", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogEntry", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogEntryCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogEntryType", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermission", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionAccess", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionEntry", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogPermissionEntryCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventLogTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "EventSourceCreationData", + "Namespace": "System.Diagnostics" + }, + { + "Name": "FileVersionInfo", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ICollectData", + "Namespace": "System.Diagnostics" + }, + { + "Name": "InstanceData", + "Namespace": "System.Diagnostics" + }, + { + "Name": "InstanceDataCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "InstanceDataCollectionCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "MonitoringDescriptionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "OverflowAction", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounter", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterCategory", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterCategoryType", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterInstanceLifetime", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterManager", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermission", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionAccess", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionEntry", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterPermissionEntryCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterType", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Process", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessModule", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessModuleCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessPriorityClass", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessStartInfo", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessThread", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessThreadCollection", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ProcessWindowStyle", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Stopwatch", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadPriorityLevel", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadState", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ThreadWaitReason", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ExcludeFromCodeCoverageAttribute", + "Namespace": "System.Diagnostics.CodeAnalysis" + }, + { + "Name": "AddingNewEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AddingNewEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AmbientValueAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ArrayConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncCompletedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncCompletedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncOperation", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AsyncOperationManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AttributeCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "AttributeProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BackgroundWorker", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentEditor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BaseNumberConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindableSupport", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindingDirection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BindingList`1", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BooleanConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "BrowsableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ByteConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CancelEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CancelEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CategoryAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CharConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeAction", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangeEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComplexBindingPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Component", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ComponentResourceManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Container", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ContainerFilterService", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CultureInfoConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CustomTypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataErrorsChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectFieldAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectMethodAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DataObjectMethodType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DateTimeConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DateTimeOffsetConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DecimalConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultBindingPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultEventAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DefaultValueAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DescriptionAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerCategoryAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerSerializationVisibility", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignerSerializationVisibilityAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignOnlyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DesignTimeVisibleAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DisplayNameAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoubleConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoWorkEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DoWorkEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorBrowsableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EditorBrowsableState", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EnumConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventDescriptorCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "EventHandlerList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ExpandableObjectConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ExtenderProvidedPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "GuidConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "HandledEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "HandledEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IBindingList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IBindingListView", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ICancelAddNew", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IChangeTracking", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IComNativeDescriptorHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IComponent", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ICustomTypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IDataErrorInfo", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IEditableObject", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IExtenderProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IIntellisenseBuilder", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IListSource", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ImmutableObjectAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INestedContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INestedSite", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InitializationEventAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyDataErrorInfo", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyPropertyChanged", + "Namespace": "System.ComponentModel" + }, + { + "Name": "INotifyPropertyChanging", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InstallerTypeAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InstanceCreationEditor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int16Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int32Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Int64Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InvalidAsynchronousStateException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InvalidEnumArgumentException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IRaiseItemChangedEvents", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IRevertibleChangeTracking", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISite", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISupportInitialize", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISupportInitializeNotification", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ISynchronizeInvoke", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ITypeDescriptorContext", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ITypedList", + "Namespace": "System.ComponentModel" + }, + { + "Name": "License", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseContext", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicenseUsageMode", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LicFileLicenseProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListBindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListChangedType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDescription", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDescriptionCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ListSortDirection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LocalizableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "LookupBindingPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MarshalByValueComponent", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MaskedTextProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MaskedTextResultHint", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MemberDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MergablePropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "MultilineStringConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NestedContainer", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NullableConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PasswordPropertyTextAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProgressChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProgressChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangingEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangingEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyDescriptorCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ProvidePropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ReadOnlyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RecommendedAsConfigurableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ReferenceConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunInstallerAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunWorkerCompletedEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RunWorkerCompletedEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SByteConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SettingsBindableAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SingleConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "StringConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SyntaxCheck", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TimeSpanConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemFilterAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemFilterType", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeConverterAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptionProvider", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptionProviderAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeListConverter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt16Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt32Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "UInt64Converter", + "Namespace": "System.ComponentModel" + }, + { + "Name": "WarningException", + "Namespace": "System.ComponentModel" + }, + { + "Name": "Win32Exception", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InheritanceAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "InheritanceLevel", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NotifyParentPropertyAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ParenthesizePropertyNameAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyTabAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyTabScope", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshProperties", + "Namespace": "System.ComponentModel" + }, + { + "Name": "RefreshPropertiesAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ToolboxItemAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "TypeDescriptionProviderService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ActiveDesignerEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ActiveDesignerEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "CheckoutException", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "CommandID", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangedEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangedEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangingEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentChangingEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentRenameEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentRenameEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerOptionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransaction", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransactionCloseEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerTransactionCloseEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerVerb", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerVerbCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesigntimeLicenseContext", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesigntimeLicenseContextSerializer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpContextType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpKeywordAttribute", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "HelpKeywordType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentChangeService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentDiscoveryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentInitializer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerEventService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerFilter", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerHost", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerHostTransactionState", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignerOptionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDictionaryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IEventBindingService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IExtenderListService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IExtenderProviderService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IHelpService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IInheritanceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IMenuCommandService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IReferenceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IResourceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IRootDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ISelectionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IServiceContainer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITreeDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeDescriptorFilterService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeDiscoveryService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ITypeResolutionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "MenuCommand", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "SelectionTypes", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ServiceCreatorCallback", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ServiceContainer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "StandardCommands", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "StandardToolWindows", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ViewTechnology", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentSerializationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ContextStack", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DefaultSerializationProviderAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DesignerLoader", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DesignerSerializerAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderHost", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderHost2", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerLoaderService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationManager", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationProvider", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "IDesignerSerializationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "INameCreationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "InstanceDescriptor", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "MemberRelationshipService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "MemberRelationship", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ResolveNameEventArgs", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ResolveNameEventHandler", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "RootDesignerSerializerAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "SerializationStore", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "CodeArgumentReferenceExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeArrayCreateExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeArrayIndexerExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeAssignStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeAttachEventStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeAttributeArgument", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeAttributeArgumentCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeAttributeDeclaration", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeAttributeDeclarationCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeBaseReferenceExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeBinaryOperatorExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeBinaryOperatorType", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeCastExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeCatchClause", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeCatchClauseCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeChecksumPragma", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeComment", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeCommentStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeCommentStatementCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeCompileUnit", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeConditionStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeConstructor", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeDefaultValueExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeDelegateCreateExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeDelegateInvokeExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeDirectionExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeDirective", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeDirectiveCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeEntryPointMethod", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeEventReferenceExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeExpressionCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeExpressionStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeFieldReferenceExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeGotoStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeIndexerExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeIterationStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeLabeledStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeLinePragma", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeMemberEvent", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeMemberField", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeMemberMethod", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeMemberProperty", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeMethodInvokeExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeMethodReferenceExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeMethodReturnStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeNamespace", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeNamespaceCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeNamespaceImport", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeNamespaceImportCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeObject", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeObjectCreateExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeParameterDeclarationExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeParameterDeclarationExpressionCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodePrimitiveExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodePropertyReferenceExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodePropertySetValueReferenceExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeRegionDirective", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeRegionMode", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeRemoveEventStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeSnippetCompileUnit", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeSnippetExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeSnippetStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeSnippetTypeMember", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeStatementCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeThisReferenceExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeThrowExceptionStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTryCatchFinallyStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTypeConstructor", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTypeDeclaration", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTypeDeclarationCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTypeDelegate", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTypeMember", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTypeMemberCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTypeOfExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTypeParameter", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTypeParameterCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTypeReferenceOptions", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTypeReference", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTypeReferenceCollection", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeTypeReferenceExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeVariableDeclarationStatement", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeVariableReferenceExpression", + "Namespace": "System.CodeDom" + }, + { + "Name": "FieldDirection", + "Namespace": "System.CodeDom" + }, + { + "Name": "MemberAttributes", + "Namespace": "System.CodeDom" + }, + { + "Name": "CodeCompiler", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "CodeDomProvider", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "CodeGenerator", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "CodeGeneratorOptions", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "CodeParser", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "CompilerError", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "CompilerErrorCollection", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "CompilerInfo", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "CompilerParameters", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "CompilerResults", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "Executor", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "GeneratedCodeAttribute", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "GeneratorSupport", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "ICodeCompiler", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "ICodeGenerator", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "ICodeParser", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "IndentedTextWriter", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "LanguageOptions", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "TempFileCollection", + "Namespace": "System.CodeDom.Compiler" + }, + { + "Name": "Regex", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "MatchEvaluator", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Capture", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "CaptureCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexCompilationInfo", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Group", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "GroupCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "Match", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "MatchCollection", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexMatchTimeoutException", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexOptions", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexRunner", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "RegexRunnerFactory", + "Namespace": "System.Text.RegularExpressions" + }, + { + "Name": "VisualBasic", + "Namespace": "Microsoft.VisualBasic.Activities" + }, + { + "Name": "VisualBasicDesignerHelper", + "Namespace": "Microsoft.VisualBasic.Activities" + }, + { + "Name": "VisualBasicReference`1", + "Namespace": "Microsoft.VisualBasic.Activities" + }, + { + "Name": "VisualBasicImportReference", + "Namespace": "Microsoft.VisualBasic.Activities" + }, + { + "Name": "VisualBasicSettings", + "Namespace": "Microsoft.VisualBasic.Activities" + }, + { + "Name": "VisualBasicValue`1", + "Namespace": "Microsoft.VisualBasic.Activities" + }, + { + "Name": "VisualBasicSettingsConverter", + "Namespace": "Microsoft.VisualBasic.Activities.XamlIntegration" + }, + { + "Name": "VisualBasicSettingsValueSerializer", + "Namespace": "Microsoft.VisualBasic.Activities.XamlIntegration" + }, + { + "Name": "CSharpReference`1", + "Namespace": "Microsoft.CSharp.Activities" + }, + { + "Name": "CSharpValue`1", + "Namespace": "Microsoft.CSharp.Activities" + }, + { + "Name": "Activity", + "Namespace": "System.Activities" + }, + { + "Name": "Activity`1", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`1", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`2", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`3", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`4", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`5", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`6", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`7", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`8", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`9", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`10", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`11", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`12", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`13", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`14", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`15", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityAction`16", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityBuilder", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityBuilder`1", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityContext", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityDelegate", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`1", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`2", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`3", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`4", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`5", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`6", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`7", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`8", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`9", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`10", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`11", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`12", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`13", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`14", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`15", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`16", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityFunc`17", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityInstance", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityInstanceState", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityMetadata", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityPropertyReference", + "Namespace": "System.Activities" + }, + { + "Name": "ActivityWithResult", + "Namespace": "System.Activities" + }, + { + "Name": "Argument", + "Namespace": "System.Activities" + }, + { + "Name": "ArgumentDirection", + "Namespace": "System.Activities" + }, + { + "Name": "AsyncCodeActivity", + "Namespace": "System.Activities" + }, + { + "Name": "AsyncCodeActivity`1", + "Namespace": "System.Activities" + }, + { + "Name": "AsyncCodeActivityContext", + "Namespace": "System.Activities" + }, + { + "Name": "Bookmark", + "Namespace": "System.Activities" + }, + { + "Name": "BookmarkCallback", + "Namespace": "System.Activities" + }, + { + "Name": "BookmarkOptions", + "Namespace": "System.Activities" + }, + { + "Name": "BookmarkResumptionResult", + "Namespace": "System.Activities" + }, + { + "Name": "BookmarkScope", + "Namespace": "System.Activities" + }, + { + "Name": "BookmarkScopeHandle", + "Namespace": "System.Activities" + }, + { + "Name": "ExclusiveHandle", + "Namespace": "System.Activities" + }, + { + "Name": "CodeActivity", + "Namespace": "System.Activities" + }, + { + "Name": "CodeActivity`1", + "Namespace": "System.Activities" + }, + { + "Name": "CodeActivityContext", + "Namespace": "System.Activities" + }, + { + "Name": "CodeActivityMetadata", + "Namespace": "System.Activities" + }, + { + "Name": "CodeActivityPublicEnvironmentAccessor", + "Namespace": "System.Activities" + }, + { + "Name": "CompletionCallback", + "Namespace": "System.Activities" + }, + { + "Name": "CompletionCallback`1", + "Namespace": "System.Activities" + }, + { + "Name": "DelegateArgument", + "Namespace": "System.Activities" + }, + { + "Name": "DelegateCompletionCallback", + "Namespace": "System.Activities" + }, + { + "Name": "DelegateInArgument", + "Namespace": "System.Activities" + }, + { + "Name": "DelegateInArgument`1", + "Namespace": "System.Activities" + }, + { + "Name": "DelegateOutArgument", + "Namespace": "System.Activities" + }, + { + "Name": "DelegateOutArgument`1", + "Namespace": "System.Activities" + }, + { + "Name": "DynamicActivity", + "Namespace": "System.Activities" + }, + { + "Name": "DynamicActivity`1", + "Namespace": "System.Activities" + }, + { + "Name": "DynamicActivityProperty", + "Namespace": "System.Activities" + }, + { + "Name": "ExceptionPersistenceExtension", + "Namespace": "System.Activities" + }, + { + "Name": "ExecutionProperties", + "Namespace": "System.Activities" + }, + { + "Name": "FaultCallback", + "Namespace": "System.Activities" + }, + { + "Name": "Handle", + "Namespace": "System.Activities" + }, + { + "Name": "HandleInitializationContext", + "Namespace": "System.Activities" + }, + { + "Name": "IExecutionProperty", + "Namespace": "System.Activities" + }, + { + "Name": "PersistableIdleAction", + "Namespace": "System.Activities" + }, + { + "Name": "InOutArgument", + "Namespace": "System.Activities" + }, + { + "Name": "InOutArgument`1", + "Namespace": "System.Activities" + }, + { + "Name": "InArgument", + "Namespace": "System.Activities" + }, + { + "Name": "InArgument`1", + "Namespace": "System.Activities" + }, + { + "Name": "InvalidWorkflowException", + "Namespace": "System.Activities" + }, + { + "Name": "InvokeCompletedEventArgs", + "Namespace": "System.Activities" + }, + { + "Name": "IPropertyRegistrationCallback", + "Namespace": "System.Activities" + }, + { + "Name": "Location", + "Namespace": "System.Activities" + }, + { + "Name": "Location`1", + "Namespace": "System.Activities" + }, + { + "Name": "LocationReference", + "Namespace": "System.Activities" + }, + { + "Name": "LocationReferenceEnvironment", + "Namespace": "System.Activities" + }, + { + "Name": "NativeActivity", + "Namespace": "System.Activities" + }, + { + "Name": "NativeActivity`1", + "Namespace": "System.Activities" + }, + { + "Name": "NativeActivityAbortContext", + "Namespace": "System.Activities" + }, + { + "Name": "NativeActivityContext", + "Namespace": "System.Activities" + }, + { + "Name": "NativeActivityMetadata", + "Namespace": "System.Activities" + }, + { + "Name": "NativeActivityFaultContext", + "Namespace": "System.Activities" + }, + { + "Name": "NativeActivityTransactionContext", + "Namespace": "System.Activities" + }, + { + "Name": "NoPersistHandle", + "Namespace": "System.Activities" + }, + { + "Name": "OutArgument", + "Namespace": "System.Activities" + }, + { + "Name": "OutArgument`1", + "Namespace": "System.Activities" + }, + { + "Name": "OverloadGroupAttribute", + "Namespace": "System.Activities" + }, + { + "Name": "RegistrationContext", + "Namespace": "System.Activities" + }, + { + "Name": "RequiredArgumentAttribute", + "Namespace": "System.Activities" + }, + { + "Name": "RuntimeArgument", + "Namespace": "System.Activities" + }, + { + "Name": "RuntimeDelegateArgument", + "Namespace": "System.Activities" + }, + { + "Name": "RuntimeTransactionHandle", + "Namespace": "System.Activities" + }, + { + "Name": "UnhandledExceptionAction", + "Namespace": "System.Activities" + }, + { + "Name": "ValidationException", + "Namespace": "System.Activities" + }, + { + "Name": "Variable", + "Namespace": "System.Activities" + }, + { + "Name": "Variable`1", + "Namespace": "System.Activities" + }, + { + "Name": "VariableModifiers", + "Namespace": "System.Activities" + }, + { + "Name": "VersionMismatchException", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowApplicationAbortedEventArgs", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowApplicationAbortedException", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowApplication", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowApplicationCompletedEventArgs", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowApplicationCompletedException", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowApplicationEventArgs", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowApplicationException", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowApplicationInstance", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowApplicationIdleEventArgs", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowApplicationTerminatedException", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowApplicationUnhandledExceptionEventArgs", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowApplicationUnloadedException", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowDataContext", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowIdentity", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowIdentityFilter", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowInspectionServices", + "Namespace": "System.Activities" + }, + { + "Name": "WorkflowInvoker", + "Namespace": "System.Activities" + }, + { + "Name": "ExpressionServices", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "CompiledExpressionInvoker", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "Add`3", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "AssemblyReference", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "Subtract`3", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "Multiply`3", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "Divide`3", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "AndAlso", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "OrElse", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "Not`2", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "PropertyReference`2", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "PropertyValue`2", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "And`3", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "Equal`3", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "GreaterThan`3", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "GreaterThanOrEqual`3", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "LessThan`3", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "LessThanOrEqual`3", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "NotEqual`3", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "Or`3", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "ArrayItemValue`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "ArrayItemReference`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "EnvironmentLocationValue`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "EnvironmentLocationReference`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "FieldReference`2", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "FieldValue`2", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "Cast`2", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "As`2", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "New`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "NewArray`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "LambdaSerializationException", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "LambdaReference`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "LambdaValue`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "Literal`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "ArgumentReference`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "ArgumentValue`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "DelegateArgumentReference`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "DelegateArgumentValue`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "VariableReference`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "VariableValue`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeMethod`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`2", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`3", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`4", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`5", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`6", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`7", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`8", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`9", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`10", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`11", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`12", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`13", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`14", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`15", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`16", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeFunc`17", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "IndexerReference`2", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "ITextExpression", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "MultidimensionalArrayItemReference`1", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "TextExpression", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "ValueTypeFieldReference`2", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "ValueTypeIndexerReference`2", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "ValueTypePropertyReference`2", + "Namespace": "System.Activities.Expressions" + }, + { + "Name": "InvokeAction", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`1", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`2", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`3", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`4", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`5", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`6", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`7", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`8", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`9", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`10", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`11", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`12", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`13", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`14", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`15", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeAction`16", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeDelegate", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Catch", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Catch`1", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "CompensableActivity", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Compensate", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "CompensationExtension", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "CompensationToken", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "CreateBookmarkScope", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Confirm", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "DeleteBookmarkScope", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "HandleScope`1", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Persist", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Rethrow", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "TryCatch", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Assign", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Assign`1", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "CancellationScope", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Delay", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "DoWhile", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Flowchart", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "ForEach`1", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "If", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "InvokeMethod", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Parallel", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "ParallelForEach`1", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Pick", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "PickBranch", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Sequence", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Switch`1", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "TerminateWorkflow", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Throw", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "TransactionScope", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "While", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "WorkflowTerminatedException", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "WriteLine", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "FlowDecision", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "FlowNode", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "FlowStep", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "FlowSwitch`1", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "TimerExtension", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "DurableTimerExtension", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "AddToCollection`1", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "ClearCollection`1", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "ExistsInCollection`1", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "RemoveFromCollection`1", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "State", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "StateMachine", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "Transition", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "NoPersistScope", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "StateMachineStateQuery", + "Namespace": "System.Activities.Statements.Tracking" + }, + { + "Name": "StateMachineStateRecord", + "Namespace": "System.Activities.Statements.Tracking" + }, + { + "Name": "ActivityWithResultConverter", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "ActivityWithResultValueSerializer", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "ActivityXamlServices", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "ActivityXamlServicesSettings", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "ArgumentValueSerializer", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "AssemblyReferenceConverter", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "CompiledDataContext", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "DynamicUpdateMapConverter", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "DynamicUpdateMapItemConverter", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "FuncDeferringLoader", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "ICompiledExpressionRoot", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "InOutArgumentConverter", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "InArgumentConverter", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "IValueSerializableExpression", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "ImplementationVersionConverter", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "OutArgumentConverter", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "PropertyReferenceExtension`1", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "SerializableFuncDeferringLoader", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "DynamicUpdateMapExtension", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "TypeConverterBase", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "TextExpressionCompiler", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "TextExpressionCompilerError", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "TextExpressionCompilerSettings", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "TextExpressionCompilerResults", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "WorkflowIdentityConverter", + "Namespace": "System.Activities.XamlIntegration" + }, + { + "Name": "BookmarkInfo", + "Namespace": "System.Activities.Hosting" + }, + { + "Name": "BookmarkScopeInfo", + "Namespace": "System.Activities.Hosting" + }, + { + "Name": "IWorkflowInstanceExtension", + "Namespace": "System.Activities.Hosting" + }, + { + "Name": "LocationInfo", + "Namespace": "System.Activities.Hosting" + }, + { + "Name": "SymbolResolver", + "Namespace": "System.Activities.Hosting" + }, + { + "Name": "WorkflowInstance", + "Namespace": "System.Activities.Hosting" + }, + { + "Name": "WorkflowInstanceExtensionManager", + "Namespace": "System.Activities.Hosting" + }, + { + "Name": "WorkflowInstanceProxy", + "Namespace": "System.Activities.Hosting" + }, + { + "Name": "WorkflowInstanceState", + "Namespace": "System.Activities.Hosting" + }, + { + "Name": "ActivityValidationServices", + "Namespace": "System.Activities.Validation" + }, + { + "Name": "AddValidationError", + "Namespace": "System.Activities.Validation" + }, + { + "Name": "AssertValidation", + "Namespace": "System.Activities.Validation" + }, + { + "Name": "Constraint", + "Namespace": "System.Activities.Validation" + }, + { + "Name": "Constraint`1", + "Namespace": "System.Activities.Validation" + }, + { + "Name": "ValidationError", + "Namespace": "System.Activities.Validation" + }, + { + "Name": "GetChildSubtree", + "Namespace": "System.Activities.Validation" + }, + { + "Name": "GetParentChain", + "Namespace": "System.Activities.Validation" + }, + { + "Name": "GetWorkflowTree", + "Namespace": "System.Activities.Validation" + }, + { + "Name": "ValidationContext", + "Namespace": "System.Activities.Validation" + }, + { + "Name": "ValidationResults", + "Namespace": "System.Activities.Validation" + }, + { + "Name": "ValidationSettings", + "Namespace": "System.Activities.Validation" + }, + { + "Name": "ActivityBlockingUpdate", + "Namespace": "System.Activities.DynamicUpdate" + }, + { + "Name": "UpdateMapMetadata", + "Namespace": "System.Activities.DynamicUpdate" + }, + { + "Name": "DynamicUpdateInfo", + "Namespace": "System.Activities.DynamicUpdate" + }, + { + "Name": "DynamicUpdateMap", + "Namespace": "System.Activities.DynamicUpdate" + }, + { + "Name": "DynamicUpdateMapBuilder", + "Namespace": "System.Activities.DynamicUpdate" + }, + { + "Name": "DynamicUpdateMapItem", + "Namespace": "System.Activities.DynamicUpdate" + }, + { + "Name": "DynamicUpdateMapQuery", + "Namespace": "System.Activities.DynamicUpdate" + }, + { + "Name": "DynamicUpdateServices", + "Namespace": "System.Activities.DynamicUpdate" + }, + { + "Name": "InstanceUpdateException", + "Namespace": "System.Activities.DynamicUpdate" + }, + { + "Name": "NativeActivityUpdateContext", + "Namespace": "System.Activities.DynamicUpdate" + }, + { + "Name": "NativeActivityUpdateMapMetadata", + "Namespace": "System.Activities.DynamicUpdate" + }, + { + "Name": "DebugInfo", + "Namespace": "System.Activities.Debugger" + }, + { + "Name": "IDebuggableWorkflowTree", + "Namespace": "System.Activities.Debugger" + }, + { + "Name": "LocalsItemDescription", + "Namespace": "System.Activities.Debugger" + }, + { + "Name": "SourceLocation", + "Namespace": "System.Activities.Debugger" + }, + { + "Name": "State", + "Namespace": "System.Activities.Debugger" + }, + { + "Name": "StateManager", + "Namespace": "System.Activities.Debugger" + }, + { + "Name": "SourceLocationProvider", + "Namespace": "System.Activities.Debugger" + }, + { + "Name": "ThreadWorkerController", + "Namespace": "System.Activities.Debugger" + }, + { + "Name": "VirtualStackFrame", + "Namespace": "System.Activities.Debugger" + }, + { + "Name": "XamlDebuggerXmlReader", + "Namespace": "System.Activities.Debugger" + }, + { + "Name": "SourceLocationFoundEventArgs", + "Namespace": "System.Activities.Debugger" + }, + { + "Name": "ActivitySymbol", + "Namespace": "System.Activities.Debugger.Symbol" + }, + { + "Name": "DebugSymbol", + "Namespace": "System.Activities.Debugger.Symbol" + }, + { + "Name": "WorkflowSymbol", + "Namespace": "System.Activities.Debugger.Symbol" + }, + { + "Name": "ActivityInfo", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "ActivityScheduledRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "ActivityScheduledQuery", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "ActivityStateQuery", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "ActivityStateRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "ActivityStates", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "BookmarkResumptionRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "BookmarkResumptionQuery", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "CancelRequestedRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "CancelRequestedQuery", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "CustomTrackingQuery", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "CustomTrackingRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "EtwTrackingParticipant", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "FaultPropagationRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "FaultPropagationQuery", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "TrackingRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "TrackingProfile", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "TrackingParticipant", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "TrackingQuery", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "ImplementationVisibility", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "WorkflowInstanceAbortedRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "WorkflowInstanceRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "WorkflowInstanceQuery", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "WorkflowInstanceSuspendedRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "WorkflowInstanceTerminatedRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "WorkflowInstanceUpdatedRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "WorkflowInstanceUnhandledExceptionRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "WorkflowInstanceStates", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "PersistenceParticipant", + "Namespace": "System.Activities.Persistence" + }, + { + "Name": "PersistenceIOParticipant", + "Namespace": "System.Activities.Persistence" + }, + { + "Name": "ActivatableWorkflowsQueryResult", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "CreateWorkflowOwnerCommand", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "CreateWorkflowOwnerWithIdentityCommand", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "DeleteWorkflowOwnerCommand", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "HasActivatableWorkflowEvent", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "HasRunnableWorkflowEvent", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "LoadWorkflowByInstanceKeyCommand", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "LoadWorkflowCommand", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "QueryActivatableWorkflowsCommand", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "SaveWorkflowCommand", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "TryLoadRunnableWorkflowCommand", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "SourceExpressionException", + "Namespace": "System.Activities.ExpressionParser" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "ServiceContractImporter", + "Namespace": "System.ServiceModel.Activities.Presentation" + }, + { + "Name": "ReceiveAndSendReplyFactory", + "Namespace": "System.ServiceModel.Activities.Presentation.Factories" + }, + { + "Name": "SendAndReceiveReplyFactory", + "Namespace": "System.ServiceModel.Activities.Presentation.Factories" + }, + { + "Name": "DynamicArgumentDesignerOptions", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "DynamicArgumentDialog", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "ConnectionPointType", + "Namespace": "System.Activities.Core.Presentation" + }, + { + "Name": "LocationChangedEventArgs", + "Namespace": "System.Activities.Core.Presentation" + }, + { + "Name": "DesignerMetadata", + "Namespace": "System.Activities.Core.Presentation" + }, + { + "Name": "FlowchartDesignerCommands", + "Namespace": "System.Activities.Core.Presentation" + }, + { + "Name": "GenericTypeArgumentConverter", + "Namespace": "System.Activities.Core.Presentation" + }, + { + "Name": "FinalState", + "Namespace": "System.Activities.Core.Presentation" + }, + { + "Name": "ForEachWithBodyFactory`1", + "Namespace": "System.Activities.Core.Presentation.Factories" + }, + { + "Name": "ParallelForEachWithBodyFactory`1", + "Namespace": "System.Activities.Core.Presentation.Factories" + }, + { + "Name": "PickWithTwoBranchesFactory", + "Namespace": "System.Activities.Core.Presentation.Factories" + }, + { + "Name": "StateMachineWithInitialStateFactory", + "Namespace": "System.Activities.Core.Presentation.Factories" + }, + { + "Name": "DesignerStylesDictionary", + "Namespace": "System.Activities.Core.Presentation.Themes" + }, + { + "Name": "InstanceLockedExceptionAction", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "InstanceCompletionAction", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "InstanceEncodingOption", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "SqlWorkflowInstanceStore", + "Namespace": "System.Activities.DurableInstancing" + }, + { + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" + }, + { + "Name": "WorkflowDesignerIcons", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "ArgumentAccessor", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "DesignerConfigurationService", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "IMultipleDragEnabledCompositeView", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "ContextItem", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "ContextItemManager", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "EditingContext", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "PublishServiceCallback", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "PublishServiceCallback`1", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "ServiceManager", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "SubscribeContextCallback", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "SubscribeContextCallback`1", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "SubscribeServiceCallback", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "SubscribeServiceCallback`1", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "DefaultTypeArgumentAttribute", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "ObjectReferenceService", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "SourceLocationUpdatedEventArgs", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "IWorkflowDesignerStorageService", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "IIntegratedHelpService", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "CachedResourceDictionaryExtension", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "ClipboardData", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "CutCopyPasteHelper", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "ActivityDesigner", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "ICompositeViewEvents", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "IActivityToolboxService", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "IXamlLoadErrorService", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "IActivityTemplateFactory", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "IActivityTemplateFactory`1", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "TypeResolvingOptionsAttribute", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "UndoUnit", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "UndoUnitEventArgs", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "IModalService", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "WorkflowDesignerColors", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "ActivityDesignerOptionsAttribute", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "WorkflowElementDialog", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "WorkflowFileItem", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "WorkflowItemsPresenter", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "DragDropHelper", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "WorkflowViewElement", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "WorkflowDesigner", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "WorkflowItemPresenter", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "ICompositeView", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "UndoEngine", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "XamlLoadErrorInfo", + "Namespace": "System.Activities.Presentation" + }, + { + "Name": "DebuggerService", + "Namespace": "System.Activities.Presentation.Debug" + }, + { + "Name": "IDesignerDebugView", + "Namespace": "System.Activities.Presentation.Debug" + }, + { + "Name": "BreakpointTypes", + "Namespace": "System.Activities.Presentation.Debug" + }, + { + "Name": "IVSSqmService", + "Namespace": "System.Activities.Presentation.Sqm" + }, + { + "Name": "ViewStateData", + "Namespace": "System.Activities.Presentation.ViewState" + }, + { + "Name": "ViewStateManager", + "Namespace": "System.Activities.Presentation.ViewState" + }, + { + "Name": "WorkflowViewState", + "Namespace": "System.Activities.Presentation.ViewState" + }, + { + "Name": "ActivityTemplateFactory`1", + "Namespace": "System.Activities.Presentation.Toolbox" + }, + { + "Name": "ActivityTemplateFactory", + "Namespace": "System.Activities.Presentation.Toolbox" + }, + { + "Name": "ActivityTemplateFactoryBuilder", + "Namespace": "System.Activities.Presentation.Toolbox" + }, + { + "Name": "ToolboxCategory", + "Namespace": "System.Activities.Presentation.Toolbox" + }, + { + "Name": "ToolboxCategoryItems", + "Namespace": "System.Activities.Presentation.Toolbox" + }, + { + "Name": "ToolboxControl", + "Namespace": "System.Activities.Presentation.Toolbox" + }, + { + "Name": "ToolboxItemWrapper", + "Namespace": "System.Activities.Presentation.Toolbox" + }, + { + "Name": "ToolCreatedEventArgs", + "Namespace": "System.Activities.Presentation.Toolbox" + }, + { + "Name": "ToolCreatedEventHandler", + "Namespace": "System.Activities.Presentation.Toolbox" + }, + { + "Name": "CategoryEditor", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "CategoryEntry", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "DependencyPropertyValueSource", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "DialogPropertyValueEditor", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "EditModeSwitchButton", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "EditorReuseAttribute", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "ExtendedPropertyValueEditor", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "IPropertyFilterTarget", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "PropertyContainerEditMode", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "PropertyEntry", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "PropertyEntryCollection", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "PropertyFilter", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "PropertyFilterAppliedEventArgs", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "PropertyFilterPredicate", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "PropertyValue", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "PropertyValueCollection", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "PropertyValueEditor", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "PropertyValueEditorCommands", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "PropertyValueExceptionEventArgs", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "PropertyValueExceptionSource", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "PropertyValueSource", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "EditorOptionAttribute", + "Namespace": "System.Activities.Presentation.PropertyEditing" + }, + { + "Name": "MultiTargetingSupportService", + "Namespace": "System.Activities.Presentation.Hosting" + }, + { + "Name": "IDocumentPersistenceService", + "Namespace": "System.Activities.Presentation.Hosting" + }, + { + "Name": "IMultiTargetingSupportService", + "Namespace": "System.Activities.Presentation.Hosting" + }, + { + "Name": "WorkflowCommandExtensionItem", + "Namespace": "System.Activities.Presentation.Hosting" + }, + { + "Name": "CommandInfo", + "Namespace": "System.Activities.Presentation.Hosting" + }, + { + "Name": "IWorkflowCommandExtensionCallback", + "Namespace": "System.Activities.Presentation.Hosting" + }, + { + "Name": "ICommandService", + "Namespace": "System.Activities.Presentation.Hosting" + }, + { + "Name": "CommandValues", + "Namespace": "System.Activities.Presentation.Hosting" + }, + { + "Name": "ReadOnlyState", + "Namespace": "System.Activities.Presentation.Hosting" + }, + { + "Name": "AssemblyContextControlItem", + "Namespace": "System.Activities.Presentation.Hosting" + }, + { + "Name": "ImportedNamespaceContextItem", + "Namespace": "System.Activities.Presentation.Hosting" + }, + { + "Name": "WindowMessage", + "Namespace": "System.Activities.Presentation.Hosting" + }, + { + "Name": "WindowHelperService", + "Namespace": "System.Activities.Presentation.Hosting" + }, + { + "Name": "ObjectToModelValueConverter", + "Namespace": "System.Activities.Presentation.Converters" + }, + { + "Name": "ArgumentToExpressionModelItemConverter", + "Namespace": "System.Activities.Presentation.Converters" + }, + { + "Name": "ModelToObjectValueConverter", + "Namespace": "System.Activities.Presentation.Converters" + }, + { + "Name": "ArgumentToExpressionConverter", + "Namespace": "System.Activities.Presentation.Converters" + }, + { + "Name": "ModelPropertyEntryToModelItemConverter", + "Namespace": "System.Activities.Presentation.Converters" + }, + { + "Name": "ModelPropertyEntryToOwnerActivityConverter", + "Namespace": "System.Activities.Presentation.Converters" + }, + { + "Name": "CreateExpressionFromStringCallback", + "Namespace": "System.Activities.Presentation.Expressions" + }, + { + "Name": "TextualExpressionEditor", + "Namespace": "System.Activities.Presentation.Expressions" + }, + { + "Name": "ExpressionMorphHelper", + "Namespace": "System.Activities.Presentation.Expressions" + }, + { + "Name": "ExpressionMorphHelperAttribute", + "Namespace": "System.Activities.Presentation.Expressions" + }, + { + "Name": "ExpressionActivityEditor", + "Namespace": "System.Activities.Presentation.Expressions" + }, + { + "Name": "Annotation", + "Namespace": "System.Activities.Presentation.Annotations" + }, + { + "Name": "ActivityArgumentHelper", + "Namespace": "System.Activities.Presentation.Metadata" + }, + { + "Name": "AttributeCallback", + "Namespace": "System.Activities.Presentation.Metadata" + }, + { + "Name": "AttributeCallbackBuilder", + "Namespace": "System.Activities.Presentation.Metadata" + }, + { + "Name": "AttributeTable", + "Namespace": "System.Activities.Presentation.Metadata" + }, + { + "Name": "AttributeTableBuilder", + "Namespace": "System.Activities.Presentation.Metadata" + }, + { + "Name": "AttributeTableValidationException", + "Namespace": "System.Activities.Presentation.Metadata" + }, + { + "Name": "IRegisterMetadata", + "Namespace": "System.Activities.Presentation.Metadata" + }, + { + "Name": "MetadataStore", + "Namespace": "System.Activities.Presentation.Metadata" + }, + { + "Name": "ExpressionTextBox", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "ViewCreatedEventArgs", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "EditingState", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "PropertyKind", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "IExpressionEditorInstance", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "IExpressionEditorService", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "Selection", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "TypeResolvingOptions", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "DesignerView", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "ShellBarItemVisibility", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "ShellHeaderItemsVisibility", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "CommandMenuMode", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "TypePresenter", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "TypeWrapper", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "ViewStateChangedEventArgs", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "ViewStateChangedEventHandler", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "ViewStateService", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "VirtualizedContainerService", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "WorkflowViewStateService", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "WorkflowViewService", + "Namespace": "System.Activities.Presentation.View" + }, + { + "Name": "ShowPropertyInOutlineViewAttribute", + "Namespace": "System.Activities.Presentation.View.OutlineView" + }, + { + "Name": "HidePropertyInOutlineViewAttribute", + "Namespace": "System.Activities.Presentation.View.OutlineView" + }, + { + "Name": "ShowPropertyInOutlineViewAsSiblingAttribute", + "Namespace": "System.Activities.Presentation.View.OutlineView" + }, + { + "Name": "ShowInOutlineViewAttribute", + "Namespace": "System.Activities.Presentation.View.OutlineView" + }, + { + "Name": "ValidationState", + "Namespace": "System.Activities.Presentation.Validation" + }, + { + "Name": "IValidationErrorService", + "Namespace": "System.Activities.Presentation.Validation" + }, + { + "Name": "ValidationErrorInfo", + "Namespace": "System.Activities.Presentation.Validation" + }, + { + "Name": "ValidationService", + "Namespace": "System.Activities.Presentation.Validation" + }, + { + "Name": "CreateOptions", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "ModelEditingScope", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "ModelFactory", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "ModelItem", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "ModelItemCollection", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "ModelItemDictionary", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "ModelMemberCollection`2", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "ModelProperty", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "ModelPropertyCollection", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "AttachedPropertyInfo", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "AttachedPropertyInfo`1", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "PropertyValueMorphHelper", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "MorphHelper", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "Change", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "EditingScope", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "EditingScopeEventArgs", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "ModelItemExtensions", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "AttachedPropertiesService", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "AttachedProperty", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "AttachedProperty`1", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "TextImage", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "ModelTreeManager", + "Namespace": "System.Activities.Presentation.Model" + }, + { + "Name": "ModelChangeInfo", + "Namespace": "System.Activities.Presentation.Services" + }, + { + "Name": "ModelChangeType", + "Namespace": "System.Activities.Presentation.Services" + }, + { + "Name": "ModelChangedEventArgs", + "Namespace": "System.Activities.Presentation.Services" + }, + { + "Name": "ViewService", + "Namespace": "System.Activities.Presentation.Services" + }, + { + "Name": "ModelSearchService", + "Namespace": "System.Activities.Presentation.Services" + }, + { + "Name": "ModelService", + "Namespace": "System.Activities.Presentation.Services" + }, + { + "Name": "AddInAttribute", + "Namespace": "System.AddIn" + }, + { + "Name": "HostAdapterAttribute", + "Namespace": "System.AddIn.Pipeline" + }, + { + "Name": "AddInAdapterAttribute", + "Namespace": "System.AddIn.Pipeline" + }, + { + "Name": "AddInBaseAttribute", + "Namespace": "System.AddIn.Pipeline" + }, + { + "Name": "CollectionAdapters", + "Namespace": "System.AddIn.Pipeline" + }, + { + "Name": "ContractAdapter", + "Namespace": "System.AddIn.Pipeline" + }, + { + "Name": "ContractBase", + "Namespace": "System.AddIn.Pipeline" + }, + { + "Name": "ContractHandle", + "Namespace": "System.AddIn.Pipeline" + }, + { + "Name": "AddInSegmentDirectoryNotFoundException", + "Namespace": "System.AddIn.Hosting" + }, + { + "Name": "AddInSegmentType", + "Namespace": "System.AddIn.Hosting" + }, + { + "Name": "AddInController", + "Namespace": "System.AddIn.Hosting" + }, + { + "Name": "AddInEnvironment", + "Namespace": "System.AddIn.Hosting" + }, + { + "Name": "Platform", + "Namespace": "System.AddIn.Hosting" + }, + { + "Name": "AddInProcess", + "Namespace": "System.AddIn.Hosting" + }, + { + "Name": "QualificationDataItem", + "Namespace": "System.AddIn.Hosting" + }, + { + "Name": "AddInSecurityLevel", + "Namespace": "System.AddIn.Hosting" + }, + { + "Name": "AddInStore", + "Namespace": "System.AddIn.Hosting" + }, + { + "Name": "AddInToken", + "Namespace": "System.AddIn.Hosting" + }, + { + "Name": "InvalidPipelineStoreException", + "Namespace": "System.AddIn.Hosting" + }, + { + "Name": "PipelineStoreLocation", + "Namespace": "System.AddIn.Hosting" + }, + { + "Name": "AddInContractAttribute", + "Namespace": "System.AddIn.Pipeline" + }, + { + "Name": "QualificationDataAttribute", + "Namespace": "System.AddIn.Pipeline" + }, + { + "Name": "IContract", + "Namespace": "System.AddIn.Contract" + }, + { + "Name": "IExecutorExtensionContract", + "Namespace": "System.AddIn.Contract" + }, + { + "Name": "ISerializableObjectContract", + "Namespace": "System.AddIn.Contract" + }, + { + "Name": "RemoteArgumentKind", + "Namespace": "System.AddIn.Contract" + }, + { + "Name": "RemoteArgument", + "Namespace": "System.AddIn.Contract" + }, + { + "Name": "IServiceProviderContract", + "Namespace": "System.AddIn.Contract" + }, + { + "Name": "IProfferServiceContract", + "Namespace": "System.AddIn.Contract" + }, + { + "Name": "IListContract`1", + "Namespace": "System.AddIn.Contract" + }, + { + "Name": "IEnumeratorContract`1", + "Namespace": "System.AddIn.Contract" + }, + { + "Name": "INativeHandleContract", + "Namespace": "System.AddIn.Contract" + }, + { + "Name": "SerializableObjectData", + "Namespace": "System.AddIn.Contract" + }, + { + "Name": "IRemoteObjectContract", + "Namespace": "System.AddIn.Contract.Automation" + }, + { + "Name": "IRemoteTypeContract", + "Namespace": "System.AddIn.Contract.Automation" + }, + { + "Name": "IRemoteEventInfoContract", + "Namespace": "System.AddIn.Contract.Automation" + }, + { + "Name": "IRemoteFieldInfoContract", + "Namespace": "System.AddIn.Contract.Automation" + }, + { + "Name": "IRemoteMethodInfoContract", + "Namespace": "System.AddIn.Contract.Automation" + }, + { + "Name": "IRemotePropertyInfoContract", + "Namespace": "System.AddIn.Contract.Automation" + }, + { + "Name": "IRemoteDelegateContract", + "Namespace": "System.AddIn.Contract.Automation" + }, + { + "Name": "RemoteMemberData", + "Namespace": "System.AddIn.Contract.Automation" + }, + { + "Name": "RemoteTypeData", + "Namespace": "System.AddIn.Contract.Automation" + }, + { + "Name": "RemoteMethodData", + "Namespace": "System.AddIn.Contract.Automation" + }, + { + "Name": "RemotePropertyData", + "Namespace": "System.AddIn.Contract.Automation" + }, + { + "Name": "RemoteFieldData", + "Namespace": "System.AddIn.Contract.Automation" + }, + { + "Name": "RemoteParameterData", + "Namespace": "System.AddIn.Contract.Automation" + }, + { + "Name": "IRemoteArgumentEnumerableContract", + "Namespace": "System.AddIn.Contract.Collections" + }, + { + "Name": "IRemoteArgumentCollectionContract", + "Namespace": "System.AddIn.Contract.Collections" + }, + { + "Name": "IRemoteArgumentEnumeratorContract", + "Namespace": "System.AddIn.Contract.Collections" + }, + { + "Name": "IRemoteArgumentArrayContract", + "Namespace": "System.AddIn.Contract.Collections" + }, + { + "Name": "IRemoteArgumentArrayListContract", + "Namespace": "System.AddIn.Contract.Collections" + }, + { + "Name": "IRemoteArgumentDictionaryContract", + "Namespace": "System.AddIn.Contract.Collections" + }, + { + "Name": "IRemoteArgumentDictionaryEnumeratorContract", + "Namespace": "System.AddIn.Contract.Collections" + }, + { + "Name": "IEnumerableContract`1", + "Namespace": "System.AddIn.Contract.Collections" + }, + { + "Name": "ICollectionContract`1", + "Namespace": "System.AddIn.Contract.Collections" + }, + { + "Name": "IEnumeratorContract`1", + "Namespace": "System.AddIn.Contract.Collections" + }, + { + "Name": "IArrayContract`1", + "Namespace": "System.AddIn.Contract.Collections" + }, + { + "Name": "IListContract`1", + "Namespace": "System.AddIn.Contract.Collections" + }, + { + "Name": "RemoteArgumentDictionaryEntry", + "Namespace": "System.AddIn.Contract.Collections" + }, + { + "Name": "ImmutableArrayExtensions", + "Namespace": "System.Linq" + }, + { + "Name": "IImmutableDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableList`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableQueue`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "IImmutableStack`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableArray", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableArray`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableDictionary", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableHashSet", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableHashSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableInterlocked", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableList", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableList`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableQueue", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableQueue`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedDictionary", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedDictionary`2", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedSet", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableSortedSet`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableStack", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "ImmutableStack`1", + "Namespace": "System.Collections.Immutable" + }, + { + "Name": "Lazy`2", + "Namespace": "System" + }, + { + "Name": "AttributedModelServices", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "CatalogReflectionContextAttribute", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "CompositionContractMismatchException", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "CompositionError", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "InheritedExportAttribute", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "ImportCardinalityMismatchException", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "ImportManyAttribute", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "ExportFactory`1", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "ExportFactory`2", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "ExportLifetimeContext`1", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "ImportingConstructorAttribute", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "IPartImportsSatisfiedNotification", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "MetadataViewImplementationAttribute", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "PartCreationPolicyAttribute", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "PartMetadataAttribute", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "PartNotDiscoverableAttribute", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "ChangeRejectedException", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "CompositionException", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "CreationPolicy", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "ExportAttribute", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "ExportMetadataAttribute", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "ICompositionService", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "ImportAttribute", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "ImportSource", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "MetadataAttributeAttribute", + "Namespace": "System.ComponentModel.Composition" + }, + { + "Name": "LazyMemberInfo", + "Namespace": "System.ComponentModel.Composition.ReflectionModel" + }, + { + "Name": "ReflectionModelServices", + "Namespace": "System.ComponentModel.Composition.ReflectionModel" + }, + { + "Name": "ComposablePart", + "Namespace": "System.ComponentModel.Composition.Primitives" + }, + { + "Name": "ComposablePartCatalog", + "Namespace": "System.ComponentModel.Composition.Primitives" + }, + { + "Name": "ComposablePartDefinition", + "Namespace": "System.ComponentModel.Composition.Primitives" + }, + { + "Name": "ComposablePartException", + "Namespace": "System.ComponentModel.Composition.Primitives" + }, + { + "Name": "ContractBasedImportDefinition", + "Namespace": "System.ComponentModel.Composition.Primitives" + }, + { + "Name": "Export", + "Namespace": "System.ComponentModel.Composition.Primitives" + }, + { + "Name": "ExportDefinition", + "Namespace": "System.ComponentModel.Composition.Primitives" + }, + { + "Name": "ExportedDelegate", + "Namespace": "System.ComponentModel.Composition.Primitives" + }, + { + "Name": "ICompositionElement", + "Namespace": "System.ComponentModel.Composition.Primitives" + }, + { + "Name": "ImportCardinality", + "Namespace": "System.ComponentModel.Composition.Primitives" + }, + { + "Name": "ImportDefinition", + "Namespace": "System.ComponentModel.Composition.Primitives" + }, + { + "Name": "CatalogExportProvider", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "CompositionContainer", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "FilteredCatalog", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "ScopingExtensions", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "AtomicComposition", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "CompositionConstants", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "CompositionOptions", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "CompositionScopeDefinition", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "AggregateCatalog", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "AggregateExportProvider", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "AssemblyCatalog", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "CatalogExtensions", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "ComposablePartCatalogChangeEventArgs", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "ComposablePartExportProvider", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "CompositionBatch", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "CompositionService", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "ExportProvider", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "ExportsChangeEventArgs", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "ImportEngine", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "INotifyComposablePartCatalogChanged", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "TypeCatalog", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "ApplicationCatalog", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "DirectoryCatalog", + "Namespace": "System.ComponentModel.Composition.Hosting" + }, + { + "Name": "ExportBuilder", + "Namespace": "System.ComponentModel.Composition.Registration" + }, + { + "Name": "ImportBuilder", + "Namespace": "System.ComponentModel.Composition.Registration" + }, + { + "Name": "ParameterImportBuilder", + "Namespace": "System.ComponentModel.Composition.Registration" + }, + { + "Name": "PartBuilder", + "Namespace": "System.ComponentModel.Composition.Registration" + }, + { + "Name": "PartBuilder`1", + "Namespace": "System.ComponentModel.Composition.Registration" + }, + { + "Name": "RegistrationBuilder", + "Namespace": "System.ComponentModel.Composition.Registration" + }, + { + "Name": "AssociatedMetadataTypeTypeDescriptionProvider", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "AssociationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "BindableTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CompareAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ConcurrencyCheckAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CreditCardAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "CustomValidationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DataType", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "DisplayFormatAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EditableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EmailAddressAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "EnumDataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "FileExtensionsAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "FilterUIHintAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "IValidatableObject", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "KeyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "MaxLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "MetadataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "MinLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "PhoneAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RangeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RegularExpressionAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "RequiredAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ScaffoldColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ScaffoldTableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "StringLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "TimestampAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "UIHintAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "UrlAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "Validator", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationException", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationResult", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ValidationContext", + "Namespace": "System.ComponentModel.DataAnnotations" + }, + { + "Name": "ColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "ComplexTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "DatabaseGeneratedAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "DatabaseGeneratedOption", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "ForeignKeyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "InversePropertyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "NotMappedAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "TableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" + }, + { + "Name": "AppSettingsSection", + "Namespace": "System.Configuration" + }, + { + "Name": "CallbackValidator", + "Namespace": "System.Configuration" + }, + { + "Name": "CallbackValidatorAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "CommaDelimitedStringCollectionConverter", + "Namespace": "System.Configuration" + }, + { + "Name": "Configuration", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationAllowDefinition", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationAllowExeDefinition", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationBuilder", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationBuilderCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationBuildersSection", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationBuilderSettings", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationCollectionAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationConverterBase", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationElement", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationElementCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationElementCollectionType", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationElementProperty", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationErrorsException", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationFileMap", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationLocation", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationLocationCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationLockCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationManager", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationPermissionAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationPermission", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationProperty", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationPropertyAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationPropertyCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationPropertyOptions", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationSaveMode", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationSection", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationSectionCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationSectionGroup", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationSectionGroupCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationUserLevel", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationValidatorAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "ConfigurationValidatorBase", + "Namespace": "System.Configuration" + }, + { + "Name": "ConnectionStringSettings", + "Namespace": "System.Configuration" + }, + { + "Name": "ConnectionStringSettingsCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "ConnectionStringsSection", + "Namespace": "System.Configuration" + }, + { + "Name": "ContextInformation", + "Namespace": "System.Configuration" + }, + { + "Name": "DefaultSection", + "Namespace": "System.Configuration" + }, + { + "Name": "DefaultValidator", + "Namespace": "System.Configuration" + }, + { + "Name": "DpapiProtectedConfigurationProvider", + "Namespace": "System.Configuration" + }, + { + "Name": "ElementInformation", + "Namespace": "System.Configuration" + }, + { + "Name": "ExeConfigurationFileMap", + "Namespace": "System.Configuration" + }, + { + "Name": "ExeContext", + "Namespace": "System.Configuration" + }, + { + "Name": "GenericEnumConverter", + "Namespace": "System.Configuration" + }, + { + "Name": "IgnoreSection", + "Namespace": "System.Configuration" + }, + { + "Name": "InfiniteIntConverter", + "Namespace": "System.Configuration" + }, + { + "Name": "InfiniteTimeSpanConverter", + "Namespace": "System.Configuration" + }, + { + "Name": "IntegerValidator", + "Namespace": "System.Configuration" + }, + { + "Name": "IntegerValidatorAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "KeyValueConfigurationCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "KeyValueConfigurationElement", + "Namespace": "System.Configuration" + }, + { + "Name": "LongValidator", + "Namespace": "System.Configuration" + }, + { + "Name": "LongValidatorAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "NameValueConfigurationCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "NameValueConfigurationElement", + "Namespace": "System.Configuration" + }, + { + "Name": "OverrideMode", + "Namespace": "System.Configuration" + }, + { + "Name": "PositiveTimeSpanValidator", + "Namespace": "System.Configuration" + }, + { + "Name": "PositiveTimeSpanValidatorAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "PropertyInformation", + "Namespace": "System.Configuration" + }, + { + "Name": "PropertyInformationCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "PropertyValueOrigin", + "Namespace": "System.Configuration" + }, + { + "Name": "ProtectedConfiguration", + "Namespace": "System.Configuration" + }, + { + "Name": "ProtectedConfigurationProvider", + "Namespace": "System.Configuration" + }, + { + "Name": "ProtectedConfigurationProviderCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "ProtectedConfigurationSection", + "Namespace": "System.Configuration" + }, + { + "Name": "ProtectedProviderSettings", + "Namespace": "System.Configuration" + }, + { + "Name": "ProviderSettings", + "Namespace": "System.Configuration" + }, + { + "Name": "ProviderSettingsCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "RegexStringValidator", + "Namespace": "System.Configuration" + }, + { + "Name": "RegexStringValidatorAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "RsaProtectedConfigurationProvider", + "Namespace": "System.Configuration" + }, + { + "Name": "SectionInformation", + "Namespace": "System.Configuration" + }, + { + "Name": "CommaDelimitedStringCollection", + "Namespace": "System.Configuration" + }, + { + "Name": "StringValidator", + "Namespace": "System.Configuration" + }, + { + "Name": "StringValidatorAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "SubclassTypeValidator", + "Namespace": "System.Configuration" + }, + { + "Name": "SubclassTypeValidatorAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "TimeSpanMinutesConverter", + "Namespace": "System.Configuration" + }, + { + "Name": "TimeSpanMinutesOrInfiniteConverter", + "Namespace": "System.Configuration" + }, + { + "Name": "TimeSpanSecondsConverter", + "Namespace": "System.Configuration" + }, + { + "Name": "TimeSpanSecondsOrInfiniteConverter", + "Namespace": "System.Configuration" + }, + { + "Name": "TimeSpanValidator", + "Namespace": "System.Configuration" + }, + { + "Name": "TimeSpanValidatorAttribute", + "Namespace": "System.Configuration" + }, + { + "Name": "TypeNameConverter", + "Namespace": "System.Configuration" + }, + { + "Name": "ValidatorCallback", + "Namespace": "System.Configuration" + }, + { + "Name": "WhiteSpaceTrimStringConverter", + "Namespace": "System.Configuration" + }, + { + "Name": "DelegatingConfigHost", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "IConfigErrorInfo", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "IConfigSystem", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "IConfigurationManagerHelper", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "IConfigurationManagerInternal", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "IInternalConfigClientHost", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "IInternalConfigConfigurationFactory", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "IInternalConfigHost", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "IInternalConfigRecord", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "IInternalConfigRoot", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "IInternalConfigSettingsFactory", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "IInternalConfigSystem", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "IInternalConfigurationBuilderHost", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "InternalConfigEventArgs", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "InternalConfigEventHandler", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "StreamChangeCallback", + "Namespace": "System.Configuration.Internal" + }, + { + "Name": "ProviderBase", + "Namespace": "System.Configuration.Provider" + }, + { + "Name": "ProviderCollection", + "Namespace": "System.Configuration.Provider" + }, + { + "Name": "ProviderException", + "Namespace": "System.Configuration.Provider" + }, + { + "Name": "EventLogInstaller", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PerformanceCounterInstaller", + "Namespace": "System.Diagnostics" + }, + { + "Name": "AssemblyInstaller", + "Namespace": "System.Configuration.Install" + }, + { + "Name": "ComponentInstaller", + "Namespace": "System.Configuration.Install" + }, + { + "Name": "IManagedInstaller", + "Namespace": "System.Configuration.Install" + }, + { + "Name": "InstallContext", + "Namespace": "System.Configuration.Install" + }, + { + "Name": "Installer", + "Namespace": "System.Configuration.Install" + }, + { + "Name": "InstallerCollection", + "Namespace": "System.Configuration.Install" + }, + { + "Name": "InstallEventArgs", + "Namespace": "System.Configuration.Install" + }, + { + "Name": "InstallEventHandler", + "Namespace": "System.Configuration.Install" + }, + { + "Name": "InstallException", + "Namespace": "System.Configuration.Install" + }, + { + "Name": "ManagedInstallerClass", + "Namespace": "System.Configuration.Install" + }, + { + "Name": "TransactedInstaller", + "Namespace": "System.Configuration.Install" + }, + { + "Name": "UninstallAction", + "Namespace": "System.Configuration.Install" + }, + { + "Name": "SafeNCryptHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptKeyHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptProviderHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeNCryptSecretHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafePipeHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeMemoryMappedFileHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeMemoryMappedViewHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "Action`9", + "Namespace": "System" + }, + { + "Name": "Action`10", + "Namespace": "System" + }, + { + "Name": "Action`11", + "Namespace": "System" + }, + { + "Name": "Action`12", + "Namespace": "System" + }, + { + "Name": "Action`13", + "Namespace": "System" + }, + { + "Name": "Action`14", + "Namespace": "System" + }, + { + "Name": "Action`15", + "Namespace": "System" + }, + { + "Name": "Action`16", + "Namespace": "System" + }, + { + "Name": "Func`10", + "Namespace": "System" + }, + { + "Name": "Func`11", + "Namespace": "System" + }, + { + "Name": "Func`12", + "Namespace": "System" + }, + { + "Name": "Func`13", + "Namespace": "System" + }, + { + "Name": "Func`14", + "Namespace": "System" + }, + { + "Name": "Func`15", + "Namespace": "System" + }, + { + "Name": "Func`16", + "Namespace": "System" + }, + { + "Name": "Func`17", + "Namespace": "System" + }, + { + "Name": "LockRecursionPolicy", + "Namespace": "System.Threading" + }, + { + "Name": "ReaderWriterLockSlim", + "Namespace": "System.Threading" + }, + { + "Name": "TaskExtensions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "HashSet`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "HandleInheritability", + "Namespace": "System.IO" + }, + { + "Name": "MemoryMappedFileAccess", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFileOptions", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFile", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedViewAccessor", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedViewStream", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFileRights", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "MemoryMappedFileSecurity", + "Namespace": "System.IO.MemoryMappedFiles" + }, + { + "Name": "PipeDirection", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeTransmissionMode", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeOptions", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "AnonymousPipeServerStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "AnonymousPipeClientStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeStreamImpersonationWorker", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "NamedPipeServerStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "NamedPipeClientStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeStream", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeAccessRights", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeAccessRule", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeAuditRule", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "PipeSecurity", + "Namespace": "System.IO.Pipes" + }, + { + "Name": "BinaryOperationBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "BindingRestrictions", + "Namespace": "System.Dynamic" + }, + { + "Name": "CallInfo", + "Namespace": "System.Dynamic" + }, + { + "Name": "ConvertBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "CreateInstanceBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DeleteIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DeleteMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DynamicMetaObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "DynamicMetaObjectBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "DynamicObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "ExpandoObject", + "Namespace": "System.Dynamic" + }, + { + "Name": "GetIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "GetMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "IDynamicMetaObjectProvider", + "Namespace": "System.Dynamic" + }, + { + "Name": "IInvokeOnGetBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "InvokeBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "InvokeMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "SetIndexBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "SetMemberBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "UnaryOperationBinder", + "Namespace": "System.Dynamic" + }, + { + "Name": "ManifestKinds", + "Namespace": "System.Security" + }, + { + "Name": "IncrementalHash", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AesCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AesCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AesManaged", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngAlgorithmGroup", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyHandleOpenOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKey", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyBlobFormat", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyCreationParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngProperty", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngPropertyCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngUIPolicy", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSACng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECCurve", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDiffieHellman", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDiffieHellmanPublicKey", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDiffieHellmanKeyDerivationFunction", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDiffieHellmanCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDiffieHellmanCngPublicKey", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsa", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECDsaCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECKeyXmlFormat", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ECPoint", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ManifestSignatureInformation", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ManifestSignatureInformationCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MD5Cng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngExportPolicies", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyCreationOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyOpenOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngKeyUsages", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngPropertyOptions", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CngUIProtectionLevels", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSACng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1Cng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256Cng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384Cng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512Cng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SignatureVerificationResult", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "StrongNameSignatureInformation", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDESCng", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSACertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "AuthenticodeSignatureInformation", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "RSACertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "ECDsaCertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "TimestampInformation", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "TrustStatus", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "ComAwareEventInfo", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ExecutionScope", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DynamicAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSite", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSite`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteBinder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteHelpers", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallSiteOps", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeOps", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuleCache`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "Closure", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DebugInfoGenerator", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IRuntimeVariables", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ReadOnlyCollectionBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StrongBox`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IStrongBox", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IQueryable", + "Namespace": "System.Linq" + }, + { + "Name": "IQueryable`1", + "Namespace": "System.Linq" + }, + { + "Name": "IQueryProvider", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedQueryable", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedQueryable`1", + "Namespace": "System.Linq" + }, + { + "Name": "Queryable", + "Namespace": "System.Linq" + }, + { + "Name": "Enumerable", + "Namespace": "System.Linq" + }, + { + "Name": "IOrderedEnumerable`1", + "Namespace": "System.Linq" + }, + { + "Name": "IGrouping`2", + "Namespace": "System.Linq" + }, + { + "Name": "ILookup`2", + "Namespace": "System.Linq" + }, + { + "Name": "Lookup`2", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableQuery", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableExecutor", + "Namespace": "System.Linq" + }, + { + "Name": "EnumerableExecutor`1", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelEnumerable", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelMergeOptions", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelExecutionMode", + "Namespace": "System.Linq" + }, + { + "Name": "OrderedParallelQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelQuery", + "Namespace": "System.Linq" + }, + { + "Name": "ParallelQuery`1", + "Namespace": "System.Linq" + }, + { + "Name": "BinaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "Expression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "BlockExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "CatchBlock", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ConditionalExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ConstantExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DebugInfoExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DefaultExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DynamicExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ElementInit", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ExpressionType", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ExpressionVisitor", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "DynamicExpressionVisitor", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "GotoExpressionKind", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "GotoExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IArgumentProvider", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IDynamicExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "IndexExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "InvocationExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LabelExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LabelTarget", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LambdaExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "Expression`1", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ListInitExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "LoopExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberAssignment", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberBindingType", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberInitExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberListBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MemberMemberBinding", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "MethodCallExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "NewArrayExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "NewExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ParameterExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "RuntimeVariablesExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SwitchCase", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SwitchExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "SymbolDocumentInfo", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "TryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "TypeBinaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "UnaryExpression", + "Namespace": "System.Linq.Expressions" + }, + { + "Name": "ManagementEntityAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementHostingModel", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "WmiConfigurationAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementMemberAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementNewInstanceAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementBindAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementCreateAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementRemoveAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementEnumeratorAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementProbeAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementTaskAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementKeyAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementReferenceAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementConfigurationType", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementConfigurationAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementCommitAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementNameAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "InstrumentationBaseException", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "InstrumentationException", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "InstanceNotFoundException", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "EventSchemaTraceListener", + "Namespace": "System.Diagnostics" + }, + { + "Name": "TraceLogRetentionOption", + "Namespace": "System.Diagnostics" + }, + { + "Name": "UnescapedXmlDiagnosticData", + "Namespace": "System.Diagnostics" + }, + { + "Name": "CounterData", + "Namespace": "System.Diagnostics.PerformanceData" + }, + { + "Name": "CounterSetInstanceCounterDataSet", + "Namespace": "System.Diagnostics.PerformanceData" + }, + { + "Name": "CounterSet", + "Namespace": "System.Diagnostics.PerformanceData" + }, + { + "Name": "CounterSetInstance", + "Namespace": "System.Diagnostics.PerformanceData" + }, + { + "Name": "CounterSetInstanceType", + "Namespace": "System.Diagnostics.PerformanceData" + }, + { + "Name": "CounterType", + "Namespace": "System.Diagnostics.PerformanceData" + }, + { + "Name": "EventDescriptor", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventProvider", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventProviderTraceListener", + "Namespace": "System.Diagnostics.Eventing" + }, + { + "Name": "EventBookmark", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogType", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogIsolation", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogMode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogConfiguration", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogLink", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogStatus", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventProperty", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogPropertySelector", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventRecord", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventKeyword", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLevel", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogRecord", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogReader", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogWatcher", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventRecordWrittenEventArgs", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogQuery", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "SessionAuthentication", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "PathType", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogSession", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventMetadata", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventOpcode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventTask", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogNotFoundException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogReadingException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogProviderDisabledException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogInvalidDataException", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "EventLogInformation", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "ProviderMetadata", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventLevel", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventTask", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventOpcode", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "StandardEventKeywords", + "Namespace": "System.Diagnostics.Eventing.Reader" + }, + { + "Name": "DataRowComparer", + "Namespace": "System.Data" + }, + { + "Name": "DataRowComparer`1", + "Namespace": "System.Data" + }, + { + "Name": "DataTableExtensions", + "Namespace": "System.Data" + }, + { + "Name": "EnumerableRowCollection", + "Namespace": "System.Data" + }, + { + "Name": "EnumerableRowCollection`1", + "Namespace": "System.Data" + }, + { + "Name": "OrderedEnumerableRowCollection`1", + "Namespace": "System.Data" + }, + { + "Name": "EnumerableRowCollectionExtensions", + "Namespace": "System.Data" + }, + { + "Name": "DataRowExtensions", + "Namespace": "System.Data" + }, + { + "Name": "TypedTableBase`1", + "Namespace": "System.Data" + }, + { + "Name": "TypedTableBaseExtensions", + "Namespace": "System.Data" + }, + { + "Name": "PropertyConstraintException", + "Namespace": "System.Data" + }, + { + "Name": "EntityCommandCompilationException", + "Namespace": "System.Data" + }, + { + "Name": "EntityCommandExecutionException", + "Namespace": "System.Data" + }, + { + "Name": "EntityException", + "Namespace": "System.Data" + }, + { + "Name": "EntitySqlException", + "Namespace": "System.Data" + }, + { + "Name": "OptimisticConcurrencyException", + "Namespace": "System.Data" + }, + { + "Name": "ProviderIncompatibleException", + "Namespace": "System.Data" + }, + { + "Name": "MappingException", + "Namespace": "System.Data" + }, + { + "Name": "MetadataException", + "Namespace": "System.Data" + }, + { + "Name": "UpdateException", + "Namespace": "System.Data" + }, + { + "Name": "ObjectNotFoundException", + "Namespace": "System.Data" + }, + { + "Name": "InvalidCommandTreeException", + "Namespace": "System.Data" + }, + { + "Name": "EntityKey", + "Namespace": "System.Data" + }, + { + "Name": "EntityKeyMember", + "Namespace": "System.Data" + }, + { + "Name": "EntityState", + "Namespace": "System.Data" + }, + { + "Name": "IExtendedDataRecord", + "Namespace": "System.Data" + }, + { + "Name": "SqlProviderServices", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "EntityParameterCollection", + "Namespace": "System.Data.EntityClient" + }, + { + "Name": "EntityParameter", + "Namespace": "System.Data.EntityClient" + }, + { + "Name": "EntityCommand", + "Namespace": "System.Data.EntityClient" + }, + { + "Name": "EntityConnection", + "Namespace": "System.Data.EntityClient" + }, + { + "Name": "EntityConnectionStringBuilder", + "Namespace": "System.Data.EntityClient" + }, + { + "Name": "EntityDataReader", + "Namespace": "System.Data.EntityClient" + }, + { + "Name": "EntityProviderFactory", + "Namespace": "System.Data.EntityClient" + }, + { + "Name": "EntityTransaction", + "Namespace": "System.Data.EntityClient" + }, + { + "Name": "EntityFunctions", + "Namespace": "System.Data.Objects" + }, + { + "Name": "CompiledQuery", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ObjectMaterializedEventArgs", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ObjectMaterializedEventHandler", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ObjectQuery`1", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ObjectResult`1", + "Namespace": "System.Data.Objects" + }, + { + "Name": "DbUpdatableDataRecord", + "Namespace": "System.Data.Objects" + }, + { + "Name": "CurrentValueRecord", + "Namespace": "System.Data.Objects" + }, + { + "Name": "OriginalValueRecord", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ObjectResult", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ProxyDataContractResolver", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ObjectStateEntry", + "Namespace": "System.Data.Objects" + }, + { + "Name": "MergeOption", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ObjectContextOptions", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ObjectContext", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ObjectParameter", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ObjectParameterCollection", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ObjectQuery", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ObjectStateManager", + "Namespace": "System.Data.Objects" + }, + { + "Name": "RefreshMode", + "Namespace": "System.Data.Objects" + }, + { + "Name": "SaveOptions", + "Namespace": "System.Data.Objects" + }, + { + "Name": "IObjectSet`1", + "Namespace": "System.Data.Objects" + }, + { + "Name": "ObjectSet`1", + "Namespace": "System.Data.Objects" + }, + { + "Name": "SqlFunctions", + "Namespace": "System.Data.Objects.SqlClient" + }, + { + "Name": "SqlSpatialFunctions", + "Namespace": "System.Data.Objects.SqlClient" + }, + { + "Name": "EdmEnumTypeAttribute", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "IEntityWithChangeTracker", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "IEntityWithKey", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EdmEntityTypeAttribute", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EdmComplexPropertyAttribute", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EdmComplexTypeAttribute", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EdmRelationshipNavigationPropertyAttribute", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EdmRelationshipAttribute", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EdmPropertyAttribute", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EdmSchemaAttribute", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EdmScalarPropertyAttribute", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EdmTypeAttribute", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "ComplexObject", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EntityObject", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EntityCollection`1", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EntityReference", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EntityReference`1", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "RelationshipManager", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "IEntityChangeTracker", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "IEntityWithRelationships", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "IRelatedEnd", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "RelatedEnd", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "RelationshipKind", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "StructuralObject", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EdmFunctionAttribute", + "Namespace": "System.Data.Objects.DataClasses" + }, + { + "Name": "EdmError", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "CollectionKind", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "ConcurrencyMode", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "StoreGeneratedPattern", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "DataSpace", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EdmItemCollection", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EdmSchemaError", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EdmSchemaErrorSeverity", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "AssociationEndMember", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "AssociationSet", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "AssociationSetEnd", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "AssociationType", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "PropertyKind", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "BuiltInTypeKind", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "CollectionType", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "ComplexType", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "Documentation", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EdmType", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EntityContainer", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EntitySet", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EntitySetBase", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EntityType", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EntityTypeBase", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EnumMember", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EnumType", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "Facet", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "FacetDescription", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EdmFunction", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "FunctionParameter", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "GlobalItem", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "ItemCollection", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EdmMember", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "MetadataItem", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "MetadataProperty", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "NavigationProperty", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "OperationAction", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "ParameterMode", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "PrimitiveType", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "PrimitiveTypeKind", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EdmProperty", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "ReadOnlyMetadataCollection`1", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "ReferentialConstraint", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "RefType", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "RelationshipEndMember", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "RelationshipMultiplicity", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "RelationshipSet", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "RelationshipType", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "RowType", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "SimpleType", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "StructuralType", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "TypeUsage", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "MetadataWorkspace", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "ObjectItemCollection", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "ParameterTypeSemantics", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "StoreItemCollection", + "Namespace": "System.Data.Metadata.Edm" + }, + { + "Name": "EntityViewContainer", + "Namespace": "System.Data.Mapping" + }, + { + "Name": "EntityViewGenerationAttribute", + "Namespace": "System.Data.Mapping" + }, + { + "Name": "MappingItemCollection", + "Namespace": "System.Data.Mapping" + }, + { + "Name": "StorageMappingItemCollection", + "Namespace": "System.Data.Mapping" + }, + { + "Name": "DbGeography", + "Namespace": "System.Data.Spatial" + }, + { + "Name": "DbGeographyWellKnownValue", + "Namespace": "System.Data.Spatial" + }, + { + "Name": "DbGeometry", + "Namespace": "System.Data.Spatial" + }, + { + "Name": "DbGeometryWellKnownValue", + "Namespace": "System.Data.Spatial" + }, + { + "Name": "DbSpatialServices", + "Namespace": "System.Data.Spatial" + }, + { + "Name": "DbSpatialDataReader", + "Namespace": "System.Data.Spatial" + }, + { + "Name": "DbProviderManifest", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbXmlEnabledProviderManifest", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataRecordInfo", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbCommandDefinition", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderServices", + "Namespace": "System.Data.Common" + }, + { + "Name": "EntityRecordInfo", + "Namespace": "System.Data.Common" + }, + { + "Name": "FieldMetadata", + "Namespace": "System.Data.Common" + }, + { + "Name": "ParseResult", + "Namespace": "System.Data.Common.EntitySql" + }, + { + "Name": "FunctionDefinition", + "Namespace": "System.Data.Common.EntitySql" + }, + { + "Name": "EntitySqlParser", + "Namespace": "System.Data.Common.EntitySql" + }, + { + "Name": "DbFunctionCommandTree", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbCommandTree", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbDeleteCommandTree", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbExpressionVisitor", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbExpressionVisitor`1", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbInsertCommandTree", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbModificationClause", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbModificationCommandTree", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbQueryCommandTree", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbSetClause", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbUpdateCommandTree", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbExpressionKind", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbBinaryExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbUnaryExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbAggregate", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbGroupAggregate", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbFunctionAggregate", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbExpressionBinding", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbGroupExpressionBinding", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbAndExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbOrExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbNotExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbArithmeticExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbCaseExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbCastExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbComparisonExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbIsEmptyExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbIsNullExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbIsOfExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbOfTypeExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbTreatExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbLikeExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbEntityRefExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbRefKeyExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbApplyExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbDistinctExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbElementExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbExceptExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbFilterExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbGroupByExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbIntersectExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbCrossJoinExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbJoinExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbLimitExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbProjectExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbQuantifierExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbSortClause", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbSkipExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbSortExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbUnionAllExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbConstantExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbNullExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbVariableReferenceExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbParameterReferenceExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbPropertyExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbFunctionExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbLambdaExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbRelationshipNavigationExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbNewInstanceExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbRefExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbDerefExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbScanExpression", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbLambda", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DefaultExpressionVisitor", + "Namespace": "System.Data.Common.CommandTrees" + }, + { + "Name": "DbExpressionBuilder", + "Namespace": "System.Data.Common.CommandTrees.ExpressionBuilder" + }, + { + "Name": "EdmFunctions", + "Namespace": "System.Data.Common.CommandTrees.ExpressionBuilder" + }, + { + "Name": "Row", + "Namespace": "System.Data.Common.CommandTrees.ExpressionBuilder" + }, + { + "Name": "SpatialEdmFunctions", + "Namespace": "System.Data.Common.CommandTrees.ExpressionBuilder.Spatial" + }, + { + "Name": "EdmToObjectNamespaceMap", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "TypeGeneratedEventHandler", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "PropertyGeneratedEventHandler", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "EntityClassGenerator", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "LanguageOption", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "PropertyGeneratedEventArgs", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "TypeGeneratedEventArgs", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "EntityModelSchemaGenerator", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "EntityStoreSchemaFilterEffect", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "EntityStoreSchemaFilterEntry", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "EntityStoreSchemaFilterObjectTypes", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "EntityViewGenerator", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "MetadataExtensionMethods", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "MetadataItemCollectionFactory", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "EntityFrameworkVersions", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "EntityStoreSchemaGenerator", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "EntityCodeGenerator", + "Namespace": "System.Data.Entity.Design" + }, + { + "Name": "ICustomPluralizationMapping", + "Namespace": "System.Data.Entity.Design.PluralizationServices" + }, + { + "Name": "PluralizationService", + "Namespace": "System.Data.Entity.Design.PluralizationServices" + }, + { + "Name": "EntityDesignerBuildProvider", + "Namespace": "System.Data.Entity.Design.AspNet" + }, + { + "Name": "EntityModelBuildProvider", + "Namespace": "System.Data.Entity.Design.AspNet" + }, + { + "Name": "MappingModelBuildProvider", + "Namespace": "System.Data.Entity.Design.AspNet" + }, + { + "Name": "StorageModelBuildProvider", + "Namespace": "System.Data.Entity.Design.AspNet" + }, + { + "Name": "ChangeConflictCollection", + "Namespace": "System.Data.Linq" + }, + { + "Name": "ObjectChangeConflict", + "Namespace": "System.Data.Linq" + }, + { + "Name": "MemberChangeConflict", + "Namespace": "System.Data.Linq" + }, + { + "Name": "ChangeAction", + "Namespace": "System.Data.Linq" + }, + { + "Name": "IExecuteResult", + "Namespace": "System.Data.Linq" + }, + { + "Name": "IFunctionResult", + "Namespace": "System.Data.Linq" + }, + { + "Name": "ISingleResult`1", + "Namespace": "System.Data.Linq" + }, + { + "Name": "IMultipleResults", + "Namespace": "System.Data.Linq" + }, + { + "Name": "CompiledQuery", + "Namespace": "System.Data.Linq" + }, + { + "Name": "DataLoadOptions", + "Namespace": "System.Data.Linq" + }, + { + "Name": "ConflictMode", + "Namespace": "System.Data.Linq" + }, + { + "Name": "RefreshMode", + "Namespace": "System.Data.Linq" + }, + { + "Name": "DataContext", + "Namespace": "System.Data.Linq" + }, + { + "Name": "ITable`1", + "Namespace": "System.Data.Linq" + }, + { + "Name": "ITable", + "Namespace": "System.Data.Linq" + }, + { + "Name": "Table`1", + "Namespace": "System.Data.Linq" + }, + { + "Name": "ChangeSet", + "Namespace": "System.Data.Linq" + }, + { + "Name": "ModifiedMemberInfo", + "Namespace": "System.Data.Linq" + }, + { + "Name": "DBConvert", + "Namespace": "System.Data.Linq" + }, + { + "Name": "ChangeConflictException", + "Namespace": "System.Data.Linq" + }, + { + "Name": "DuplicateKeyException", + "Namespace": "System.Data.Linq" + }, + { + "Name": "ForeignKeyReferenceAlreadyHasValueException", + "Namespace": "System.Data.Linq" + }, + { + "Name": "Link`1", + "Namespace": "System.Data.Linq" + }, + { + "Name": "EntityRef`1", + "Namespace": "System.Data.Linq" + }, + { + "Name": "EntitySet`1", + "Namespace": "System.Data.Linq" + }, + { + "Name": "Binary", + "Namespace": "System.Data.Linq" + }, + { + "Name": "SqlMethods", + "Namespace": "System.Data.Linq.SqlClient" + }, + { + "Name": "SqlHelpers", + "Namespace": "System.Data.Linq.SqlClient" + }, + { + "Name": "Sql2000Provider", + "Namespace": "System.Data.Linq.SqlClient" + }, + { + "Name": "Sql2005Provider", + "Namespace": "System.Data.Linq.SqlClient" + }, + { + "Name": "Sql2008Provider", + "Namespace": "System.Data.Linq.SqlClient" + }, + { + "Name": "SqlProvider", + "Namespace": "System.Data.Linq.SqlClient" + }, + { + "Name": "ObjectMaterializer`1", + "Namespace": "System.Data.Linq.SqlClient.Implementation" + }, + { + "Name": "FunctionAttribute", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "ResultTypeAttribute", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "ParameterAttribute", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "DatabaseAttribute", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "TableAttribute", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "InheritanceMappingAttribute", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "DataAttribute", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "UpdateCheck", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "AutoSync", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "ColumnAttribute", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "AssociationAttribute", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "ProviderAttribute", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "MappingSource", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "AttributeMappingSource", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "XmlMappingSource", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "MetaModel", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "MetaTable", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "MetaType", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "MetaDataMember", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "MetaFunction", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "MetaParameter", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "MetaAssociation", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "MetaAccessor", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "MetaAccessor`2", + "Namespace": "System.Data.Linq.Mapping" + }, + { + "Name": "DataServiceOperationContext", + "Namespace": "System.Data.Services" + }, + { + "Name": "ChangeInterceptorAttribute", + "Namespace": "System.Data.Services" + }, + { + "Name": "DataService`1", + "Namespace": "System.Data.Services" + }, + { + "Name": "DataServiceBehavior", + "Namespace": "System.Data.Services" + }, + { + "Name": "DataServiceConfiguration", + "Namespace": "System.Data.Services" + }, + { + "Name": "DataServiceException", + "Namespace": "System.Data.Services" + }, + { + "Name": "DataServiceHost", + "Namespace": "System.Data.Services" + }, + { + "Name": "DataServiceHostFactory", + "Namespace": "System.Data.Services" + }, + { + "Name": "DataServiceProcessingPipelineEventArgs", + "Namespace": "System.Data.Services" + }, + { + "Name": "DataServiceProcessingPipeline", + "Namespace": "System.Data.Services" + }, + { + "Name": "ETagAttribute", + "Namespace": "System.Data.Services" + }, + { + "Name": "ExpandSegment", + "Namespace": "System.Data.Services" + }, + { + "Name": "ExpandSegmentCollection", + "Namespace": "System.Data.Services" + }, + { + "Name": "HandleExceptionArgs", + "Namespace": "System.Data.Services" + }, + { + "Name": "IDataServiceConfiguration", + "Namespace": "System.Data.Services" + }, + { + "Name": "IDataServiceHost", + "Namespace": "System.Data.Services" + }, + { + "Name": "IDataServiceHost2", + "Namespace": "System.Data.Services" + }, + { + "Name": "IExpandProvider", + "Namespace": "System.Data.Services" + }, + { + "Name": "IExpandedResult", + "Namespace": "System.Data.Services" + }, + { + "Name": "IRequestHandler", + "Namespace": "System.Data.Services" + }, + { + "Name": "IUpdatable", + "Namespace": "System.Data.Services" + }, + { + "Name": "IgnorePropertiesAttribute", + "Namespace": "System.Data.Services" + }, + { + "Name": "MimeTypeAttribute", + "Namespace": "System.Data.Services" + }, + { + "Name": "ProcessRequestArgs", + "Namespace": "System.Data.Services" + }, + { + "Name": "QueryInterceptorAttribute", + "Namespace": "System.Data.Services" + }, + { + "Name": "UpdateOperations", + "Namespace": "System.Data.Services" + }, + { + "Name": "EntitySetRights", + "Namespace": "System.Data.Services" + }, + { + "Name": "ServiceOperationRights", + "Namespace": "System.Data.Services" + }, + { + "Name": "SingleResultAttribute", + "Namespace": "System.Data.Services" + }, + { + "Name": "ProjectedWrapper", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ProjectedWrapper0", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ProjectedWrapper1", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ProjectedWrapper2", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ProjectedWrapper3", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ProjectedWrapper4", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ProjectedWrapper5", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ProjectedWrapper6", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ProjectedWrapper7", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ProjectedWrapper8", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ProjectedWrapperMany", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ProjectedWrapperManyEnd", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ExpandedWrapper`1", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ExpandedWrapper`2", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ExpandedWrapper`3", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ExpandedWrapper`4", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ExpandedWrapper`5", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ExpandedWrapper`6", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ExpandedWrapper`7", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ExpandedWrapper`8", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ExpandedWrapper`9", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ExpandedWrapper`10", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ExpandedWrapper`11", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ExpandedWrapper`12", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "ExpandedWrapper`13", + "Namespace": "System.Data.Services.Internal" + }, + { + "Name": "OpenTypeMethods", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "IDataServiceMetadataProvider", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "IDataServicePagingProvider", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "IDataServiceQueryProvider", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "IDataServiceUpdateProvider", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "DataServiceProviderMethods", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "IDataServiceStreamProvider", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "ResourceAssociationSetEnd", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "ResourceAssociationSet", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "ResourceSet", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "ResourceProperty", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "ResourcePropertyKind", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "ResourceType", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "ResourceTypeKind", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "ServiceOperation", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "ServiceOperationParameter", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "ServiceOperationResultKind", + "Namespace": "System.Data.Services.Providers" + }, + { + "Name": "DataServicesFeaturesSection", + "Namespace": "System.Data.Services.Configuration" + }, + { + "Name": "DataServicesReplaceFunctionFeature", + "Namespace": "System.Data.Services.Configuration" + }, + { + "Name": "DataServicesSectionGroup", + "Namespace": "System.Data.Services.Configuration" + }, + { + "Name": "DataServiceEntityAttribute", + "Namespace": "System.Data.Services.Common" + }, + { + "Name": "EntitySetAttribute", + "Namespace": "System.Data.Services.Common" + }, + { + "Name": "SyndicationItemProperty", + "Namespace": "System.Data.Services.Common" + }, + { + "Name": "SyndicationTextContentKind", + "Namespace": "System.Data.Services.Common" + }, + { + "Name": "EntityPropertyMappingAttribute", + "Namespace": "System.Data.Services.Common" + }, + { + "Name": "HasStreamAttribute", + "Namespace": "System.Data.Services.Common" + }, + { + "Name": "DataServiceKeyAttribute", + "Namespace": "System.Data.Services.Common" + }, + { + "Name": "DataServiceProtocolVersion", + "Namespace": "System.Data.Services.Common" + }, + { + "Name": "DataServiceQueryContinuation", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceQueryContinuation`1", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "EntityChangedParams", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "EntityCollectionChangedParams", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "TrackingMode", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceCollection`1", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceQueryException", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceRequestArgs", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceRequestException", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceStreamResponse", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "Descriptor", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "LinkDescriptor", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "ChangeOperationResponse", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceClientException", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceQuery", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceRequest", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceRequest`1", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceResponse", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "OperationResponse", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "QueryOperationResponse`1", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "QueryOperationResponse", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "ReadingWritingEntityEventArgs", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "MediaEntryAttribute", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "MergeOption", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "MimeTypePropertyAttribute", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "EntityDescriptor", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "EntityStates", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "SaveChangesOptions", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "SendingRequestEventArgs", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceContext", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceQuery`1", + "Namespace": "System.Data.Services.Client" + }, + { + "Name": "DataServiceBuildProvider", + "Namespace": "System.Data.Services.BuildProvider" + }, + { + "Name": "EdmToObjectNamespaceMap", + "Namespace": "System.Data.Services.Design" + }, + { + "Name": "EntityClassGenerator", + "Namespace": "System.Data.Services.Design" + }, + { + "Name": "LanguageOption", + "Namespace": "System.Data.Services.Design" + }, + { + "Name": "DataServiceCodeVersion", + "Namespace": "System.Data.Services.Design" + }, + { + "Name": "PropertyGeneratedEventArgs", + "Namespace": "System.Data.Services.Design" + }, + { + "Name": "TypeGeneratedEventArgs", + "Namespace": "System.Data.Services.Design" + }, + { + "Name": "ContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ElementContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NodeKindContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AttributeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NamespaceIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AttributeContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ContentMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DodSequenceMerge", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "SetIteratorResult", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "UnionIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IntersectIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DifferenceIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "FollowingSiblingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "FollowingSiblingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingSiblingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingSiblingDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "StringConcat", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DescendantIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DescendantMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "ParentIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AncestorIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "AncestorDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathFollowingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathFollowingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "PrecedingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XPathPrecedingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "NodeRangeIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "Int32Aggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "Int64Aggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DecimalAggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "DoubleAggregator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlCollation", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlILIndex", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlILStorageConverter", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IteratorResult", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "IdIterator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlNavigatorFilter", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryContext", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryOutput", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryRuntime", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQuerySequence`1", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryItemSequence", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlQueryNodeSequence", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XmlSortKeyAccumulator", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltConvert", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltFunctions", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "XsltLibrary", + "Namespace": "System.Xml.Xsl.Runtime" + }, + { + "Name": "RSAPKCS1SHA256SignatureDescription", + "Namespace": "System.Deployment.Internal.CodeSigning" + }, + { + "Name": "ApplicationDeployment", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "UpdateCheckInfo", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "CheckForUpdateCompletedEventHandler", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "CheckForUpdateCompletedEventArgs", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "DownloadFileGroupCompletedEventHandler", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "DownloadFileGroupCompletedEventArgs", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "CompatibleFramework", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "CompatibleFrameworks", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "DeploymentProgressChangedEventHandler", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "DeploymentProgressChangedEventArgs", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "DeploymentProgressState", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "DeploymentServiceCom", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "DeploymentException", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "InvalidDeploymentException", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "DeploymentDownloadException", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "TrustNotGrantedException", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "DependentPlatformMissingException", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "CompatibleFrameworkMissingException", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "SupportedRuntimeMissingException", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "InPlaceHostingManager", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "GetManifestCompletedEventArgs", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "DownloadProgressChangedEventArgs", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "DownloadApplicationCompletedEventArgs", + "Namespace": "System.Deployment.Application" + }, + { + "Name": "ITargetAwareCodeDomProvider", + "Namespace": "System.Resources.Tools" + }, + { + "Name": "StronglyTypedResourceBuilder", + "Namespace": "System.Resources.Tools" + }, + { + "Name": "MessageDesigner", + "Namespace": "System.Messaging.Design" + }, + { + "Name": "ServiceControllerDesigner", + "Namespace": "System.ServiceProcess.Design" + }, + { + "Name": "AppSettingsExpressionEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ClientScriptItem", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ClientScriptItemCollection", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ColorBuilder", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ConnectionStringEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ConnectionStringsExpressionEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ContainerControlDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ContentDefinition", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ControlDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ControlDesignerState", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ControlLocation", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ControlParser", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ControlPersister", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataBindingCollectionConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataBindingCollectionEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataBindingHandler", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataBindingValueUIHandler", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataColumnSelectionConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataFieldConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataMemberConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataSetFieldSchema", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataSetSchema", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataSetViewSchema", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataSourceBooleanViewSchemaConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataSourceConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataSourceDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataSourceViewSchemaConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DesignerAutoFormat", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DesignerAutoFormatCollection", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DesignerAutoFormatStyle", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DesignerDataSourceView", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DesignerHierarchicalDataSourceView", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DesignerObject", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DesignerRegion", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DesignerRegionCollection", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DesignerRegionMouseEventArgs", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DesignTimeData", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DesignTimeResourceProviderFactory", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "EditableDesignerRegion", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ExpressionEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ExpressionEditorSheet", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ExpressionsCollectionConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ExpressionsCollectionEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "HierarchicalDataSourceConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "HierarchicalDataSourceDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "HtmlControlDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "HtmlIntrinsicControlDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ContentDesignerState", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IContentResolutionService", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IControlDesignerTag", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IControlDesignerView", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IDataBindingSchemaProvider", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IDataSourceDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IDataSourceFieldSchema", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IDataSourceProvider", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IDataSourceSchema", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IDataSourceViewSchema", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IDesignTimeResourceProviderFactoryService", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IDesignTimeResourceWriter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IDocumentProjectItem", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IFolderProjectItem", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IHierarchicalDataSourceDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IHtmlControlDesignerBehavior", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ImageUrlEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IProjectItem", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ITemplateEditingFrame", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ITemplateEditingService", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IControlDesignerBehavior", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IWebAdministrationService", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IWebApplication", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IWebFormReferenceManager", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IWebFormsBuilderUIService", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "IWebFormsDocumentService", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "MailFileEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "MdbDataFileEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ReadWriteControlDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ResourceExpressionEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ResourceExpressionEditorSheet", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "RouteUrlExpressionEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "RouteUrlExpressionEditorSheet", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "RouteValueExpressionEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "RouteValueExpressionEditorSheet", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "SkinIDTypeConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "SupportsPreviewControlAttribute", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "TemplatedControlDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "TemplatedEditableDesignerRegion", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "TemplateDefinition", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "TemplateEditingService", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "TemplateEditingVerb", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "TemplateGroup", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "TemplateGroupCollection", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "TemplateModeChangedEventArgs", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "TextControlDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "TextDataBindingHandler", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "TransactedChangeCallback", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "TypeSchema", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "UrlBuilder", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "UrlBuilderOptions", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "UrlEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "UserControlDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "UserControlFileEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ViewEvent", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ViewEventArgs", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ViewEventHandler", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ViewFlags", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ViewRendering", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "WebControlToolboxItem", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "WebFormsDesignerActionService", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "WebFormsReferenceManager", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "WebFormsRootDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "XmlDataFileEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "XmlDocumentSchema", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "XmlFileEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "XmlUrlEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "XsdSchemaFileEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "XslTransformFileEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "XslUrlEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "CalendarDataBindingHandler", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "HyperLinkDataBindingHandler", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "AccessDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "AdRotatorDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "BaseDataBoundControlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "BaseDataListComponentEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "BaseDataListDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "BaseValidatorDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "BulletedListDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ButtonDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "CalendarAutoFormatDialog", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "CalendarDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ChangePasswordDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "CheckBoxDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "DataGridColumnCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "CompositeControlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ContentDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ContentPlaceHolderDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "CreateUserWizardDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "CreateUserWizardStepCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "DataBoundControlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "DataControlFieldDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "DataControlFieldTypeEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "DataGridComponentEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "DataGridDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "DataListComponentEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "DataListDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "DataProviderNameConverter", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "DataSourceIDConverter", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "DetailsViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "EmbeddedMailObjectCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "FormViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "GridViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "HiddenFieldDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "HierarchicalDataBoundControlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "HierarchicalDataSourceIDConverter", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "HotSpotCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "HyperLinkDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "LabelDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "LinkButtonDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ListControlDataBindingHandler", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ListControlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ListItemsCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "LiteralDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "LoginDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "LoginNameDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "LoginStatusDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "LoginViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "MailDefinitionBodyFileNameEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "MenuBindingsEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "MenuDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "MenuItemCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "MenuItemStyleCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "MultiViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ObjectDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ObjectDesignerDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "PanelContainerDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "PanelDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ParameterCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ParameterEditorUserControl", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "PasswordRecoveryDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "PreviewControlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "RegexEditorDialog", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "RegexTypeEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "RepeaterDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "RoleGroupCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "SiteMapDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "SiteMapDesignerDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "SiteMapDesignerHierarchicalDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "SiteMapPathDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "SqlDataSourceConnectionStringEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "SqlDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "SqlDesignerDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "StyleCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "SubMenuStyleCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "SubstitutionDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "TableCellsCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "TableDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "TableRowsCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "TreeNodeBindingDepthConverter", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "TreeNodeCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "TreeNodeStyleCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "TreeViewBindingsEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "TreeViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ValidationSummaryDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "WizardDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "WizardStepEditableRegion", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "WizardStepTemplatedEditableRegion", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "WizardStepCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "XmlDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "XmlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "XmlDesignerDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "XmlDesignerHierarchicalDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "CatalogPartDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "CatalogZoneDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "ConnectionsZoneDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "DeclarativeCatalogPartDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "EditorPartDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "EditorZoneDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "PageCatalogPartDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "PartDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "ProxyWebPartManagerDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "ToolZoneDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "WebPartDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "WebPartManagerDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "WebPartZoneBaseDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "WebPartZoneDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "WebZoneDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" + }, + { + "Name": "DirectiveAttribute", + "Namespace": "System.Web.UI.Design.Directives" + }, + { + "Name": "DirectiveRegistry", + "Namespace": "System.Web.UI.Design.Directives" + }, + { + "Name": "SchemaElementNameAttribute", + "Namespace": "System.Web.UI.Design.Directives" + }, + { + "Name": "ArrayEditor", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "BinaryEditor", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ByteViewer", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "CollectionEditor", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentDesigner", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DateTimeEditor", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionHeaderItem", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionItem", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionList", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionListCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionListsChangedEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionListsChangedEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionListsChangedType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionMethodItem", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionPropertyItem", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ComponentActionsType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionTextItem", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionUIService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionUIStateChangeEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionUIStateChangeEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionUIStateChangeType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerCommandSet", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DisplayMode", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentDesignerDebugService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IComponentDesignerStateService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IDesignTimeAssemblyLoader", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "IMultitargetHelperService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "InheritanceService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "LocalizationExtenderProvider", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "MenuCommandsChangedEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "MenuCommandsChangedEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "MenuCommandsChangedType", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "MenuCommandService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "MultilineStringEditor", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ObjectSelectorEditor", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ProjectTargetFrameworkAttribute", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignerActionItemCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ActiveDesignSurfaceChangedEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ActiveDesignSurfaceChangedEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignSurface", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignSurfaceCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignSurfaceEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignSurfaceEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "DesignSurfaceManager", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "EventBindingService", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "ExceptionCollection", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "LoadedEventHandler", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "LoadedEventArgs", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "UndoEngine", + "Namespace": "System.ComponentModel.Design" + }, + { + "Name": "CodeDomSerializer", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "CodeDomSerializerBase", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "CodeDomSerializerException", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "CollectionCodeDomSerializer", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ExpressionContext", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ICodeDomDesignerReload", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "MemberCodeDomSerializer", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "RootContext", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "SerializeAbsoluteContext", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "StatementContext", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "ObjectStatementCollection", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "TypeCodeDomSerializer", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "BasicDesignerLoader", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "CodeDomComponentSerializationService", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "CodeDomDesignerLoader", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "CodeDomLocalizationModel", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "CodeDomLocalizationProvider", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DesignerSerializationManager", + "Namespace": "System.ComponentModel.Design.Serialization" + }, + { + "Name": "DataSourceDescriptor", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "DataSourceDescriptorCollection", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "DataSourceGroup", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "DataSourceGroupCollection", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "DataSourceProviderService", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "DesignerDataColumn", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "DesignerDataConnection", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "DesignerDataParameter", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "DesignerDataRelationship", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "DesignerDataSchemaClass", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "DesignerDataStoredProcedure", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "DesignerDataTable", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "DesignerDataTableBase", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "DesignerDataView", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "IDataEnvironment", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "IDesignerDataSchema", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "QueryBuilderMode", + "Namespace": "System.ComponentModel.Design.Data" + }, + { + "Name": "LogConverter", + "Namespace": "System.Diagnostics.Design" + }, + { + "Name": "ProcessDesigner", + "Namespace": "System.Diagnostics.Design" + }, + { + "Name": "ProcessModuleDesigner", + "Namespace": "System.Diagnostics.Design" + }, + { + "Name": "ProcessThreadDesigner", + "Namespace": "System.Diagnostics.Design" + }, + { + "Name": "TypedDataSetGeneratorException", + "Namespace": "System.Data.Design" + }, + { + "Name": "MethodSignatureGenerator", + "Namespace": "System.Data.Design" + }, + { + "Name": "ParameterGenerationOption", + "Namespace": "System.Data.Design" + }, + { + "Name": "TypedDataSetGenerator", + "Namespace": "System.Data.Design" + }, + { + "Name": "TypedDataSetSchemaImporterExtension", + "Namespace": "System.Data.Design" + }, + { + "Name": "TypedDataSetSchemaImporterExtensionFx35", + "Namespace": "System.Data.Design" + }, + { + "Name": "AnchorEditor", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "AxImporter", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "AxParameterData", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "AxWrapperGen", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "BorderSidesEditor", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "ComponentTray", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "ComponentDocumentDesigner", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "ControlDesigner", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "DesignerOptions", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "DockEditor", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "DocumentDesigner", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "EventHandlerService", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "FileNameEditor", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "FolderNameEditor", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "ThemedScrollbarMode", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "ThemedScrollbarWindow", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "IContainsThemedScrollbarWindows", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "ImageListCodeDomSerializer", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "ImageListImageEditor", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "IMenuEditorService", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "MaskDescriptor", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "MenuCommands", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "ParentControlDesigner", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "ScrollableControlDesigner", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "SelectionRules", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "ShortcutKeysEditor", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "WindowsFormsDesignerOptionService", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "Adorner", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "BehaviorServiceAdornerCollection", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "BehaviorServiceAdornerCollectionEnumerator", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "Behavior", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "BehaviorDragDropEventArgs", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "BehaviorDragDropEventHandler", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "BehaviorService", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "ControlBodyGlyph", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "ComponentGlyph", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "Glyph", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "GlyphCollection", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "GlyphSelectionType", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "SnapLine", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "SnapLinePriority", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "SnapLineType", + "Namespace": "System.Windows.Forms.Design.Behavior" + }, + { + "Name": "CivicAddress", + "Namespace": "System.Device.Location" + }, + { + "Name": "ICivicAddressResolver", + "Namespace": "System.Device.Location" + }, + { + "Name": "ResolveAddressCompletedEventArgs", + "Namespace": "System.Device.Location" + }, + { + "Name": "CivicAddressResolver", + "Namespace": "System.Device.Location" + }, + { + "Name": "GeoPosition`1", + "Namespace": "System.Device.Location" + }, + { + "Name": "GeoCoordinate", + "Namespace": "System.Device.Location" + }, + { + "Name": "GeoPositionAccuracy", + "Namespace": "System.Device.Location" + }, + { + "Name": "GeoPositionStatus", + "Namespace": "System.Device.Location" + }, + { + "Name": "GeoPositionPermission", + "Namespace": "System.Device.Location" + }, + { + "Name": "IGeoPositionWatcher`1", + "Namespace": "System.Device.Location" + }, + { + "Name": "GeoCoordinateWatcher", + "Namespace": "System.Device.Location" + }, + { + "Name": "GeoPositionChangedEventArgs`1", + "Namespace": "System.Device.Location" + }, + { + "Name": "GeoPositionStatusChangedEventArgs", + "Namespace": "System.Device.Location" + }, + { + "Name": "EventCounter", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "ActiveDirectoryRights", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "ActiveDirectorySecurityInheritance", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "PropertyAccess", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "ActiveDirectorySecurity", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "ActiveDirectoryAccessRule", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "ListChildrenAccessRule", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "CreateChildAccessRule", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DeleteChildAccessRule", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "PropertyAccessRule", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "PropertySetAccessRule", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "ExtendedRightAccessRule", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DeleteTreeAccessRule", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "ActiveDirectoryAuditRule", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "AuthenticationTypes", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DereferenceAlias", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DSDescriptionAttribute", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectoryEntries", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectoryEntry", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectoryEntryConfiguration", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectorySearcher", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectoryServicesPermission", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectoryServicesPermissionAccess", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectoryServicesPermissionAttribute", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectoryServicesPermissionEntry", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectoryServicesPermissionEntryCollection", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectorySynchronization", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectorySynchronizationOptions", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectoryVirtualListView", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectoryVirtualListViewContext", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "ExtendedDN", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "PasswordEncodingMethod", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "PropertyCollection", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "PropertyValueCollection", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "ReferralChasingOption", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "ResultPropertyCollection", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "ResultPropertyValueCollection", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "SchemaNameCollection", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "SearchResult", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "SearchResultCollection", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "SearchScope", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "SecurityMasks", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "SortDirection", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "SortOption", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "DirectoryServicesCOMException", + "Namespace": "System.DirectoryServices" + }, + { + "Name": "ActiveDirectoryPartition", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectoryReplicationMetadata", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "HourOfDay", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "MinuteOfHour", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySchedule", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "SchemaClassType", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "PropertyTypes", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySchema", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySchemaClass", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySchemaClassCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySchemaProperty", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySchemaPropertyCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySiteOptions", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySite", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySiteCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySiteLink", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySiteLinkBridge", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySiteLinkCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySubnet", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySubnetCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectorySyntax", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "AdamInstance", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "AdamInstanceCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ApplicationPartition", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ApplicationPartitionCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "AttributeMetadata", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "AttributeMetadataCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ConfigurationSet", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "DirectoryContextType", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "DirectoryContext", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "DirectoryServer", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "DirectoryServerCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "DomainMode", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "Domain", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "DomainCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "SyncFromAllServersOptions", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "SyncFromAllServersEvent", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "SyncFromAllServersErrorCategory", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "SyncUpdateCallback", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "DomainController", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "DomainControllerCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "SyncFromAllServersErrorInformation", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectoryObjectNotFoundException", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectoryOperationException", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectoryServerDownException", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectoryObjectExistsException", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "SyncFromAllServersOperationException", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ForestTrustCollisionException", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ForestMode", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "Forest", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ForestTrustRelationshipCollision", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ForestTrustRelationshipCollisionCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ForestTrustDomainInfoCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ForestTrustDomainStatus", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ForestTrustDomainInformation", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ForestTrustRelationshipInformation", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "GlobalCatalog", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "GlobalCatalogCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "LocatorOptions", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReadOnlyActiveDirectorySchemaClassCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReadOnlyActiveDirectorySchemaPropertyCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReadOnlyDirectoryServerCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReadOnlySiteCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReadOnlySiteLinkBridgeCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReadOnlySiteLinkCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReadOnlyStringCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "NotificationStatus", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationSpan", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationConnection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationConnectionCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationCursor", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationCursorCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationFailure", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationFailureCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectoryTransportType", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationNeighbor", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationNeighborCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationOperation", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationOperationCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationOperationInformation", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectoryInterSiteTransport", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectoryRole", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "AdamRole", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ActiveDirectoryRoleCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "AdamRoleCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationSecurityLevel", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "TopLevelNameStatus", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "TopLevelName", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "TopLevelNameCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "TrustType", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "TrustDirection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "TrustRelationshipInformation", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "TrustRelationshipInformationCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ReplicationOperationType", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "ForestTrustCollisionType", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "TopLevelNameCollisionOptions", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "DomainCollisionOptions", + "Namespace": "System.DirectoryServices.ActiveDirectory" + }, + { + "Name": "PrincipalSearcher", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "PrincipalContext", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "Principal", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "AuthenticablePrincipal", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "UserPrincipal", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "ComputerPrincipal", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "GroupPrincipal", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "MatchType", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "ContextType", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "ContextOptions", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "PrincipalCollection", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "PrincipalValueCollection`1", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "PrincipalSearchResult`1", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "PrincipalException", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "MultipleMatchesException", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "NoMatchingPrincipalException", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "PasswordException", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "PrincipalExistsException", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "PrincipalServerDownException", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "PrincipalOperationException", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "IdentityType", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "GroupScope", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "DirectoryPropertyAttribute", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "DirectoryRdnPrefixAttribute", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "DirectoryObjectClassAttribute", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "AdvancedFilters", + "Namespace": "System.DirectoryServices.AccountManagement" + }, + { + "Name": "AuthType", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "PartialResultProcessing", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "BerConverter", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DereferenceAlias", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryAttribute", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryAttributeModification", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SearchResultAttributeCollection", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryAttributeCollection", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryAttributeModificationCollection", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryAttributeOperation", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryConnection", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ExtendedDNFlag", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SecurityMasks", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectorySynchronizationOptions", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SearchOption", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SortKey", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "AsqRequestControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "AsqResponseControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "CrossDomainMoveControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DomainScopeControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ExtendedDNControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "LazyCommitControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryNotificationControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "PermissiveModifyControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SecurityDescriptorFlagControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SearchOptionsControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ShowDeletedControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "TreeDeleteControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "VerifyNameControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirSyncRequestControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirSyncResponseControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "PageResultRequestControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "PageResultResponseControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SortRequestControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SortResponseControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "VlvRequestControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "VlvResponseControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "QuotaControl", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryControlCollection", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryException", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryOperationException", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "BerConversionException", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryIdentifier", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryOperation", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryRequest", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DeleteRequest", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "AddRequest", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ModifyRequest", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "CompareRequest", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ModifyDNRequest", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ExtendedRequest", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SearchRequest", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DsmlAuthRequest", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DirectoryResponse", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DeleteResponse", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "AddResponse", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ModifyResponse", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ModifyDNResponse", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "CompareResponse", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ExtendedResponse", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SearchResponse", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DsmlErrorResponse", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DsmlAuthResponse", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "PartialResultsCollection", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ReferralChasingOptions", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ResultCode", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SearchResultReference", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SearchResultReferenceCollection", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SearchResultEntry", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SearchResultEntryCollection", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SearchScope", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DsmlDirectoryIdentifier", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DsmlDocument", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DsmlRequestDocument", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DsmlResponseDocument", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DsmlDocumentProcessing", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DsmlResponseOrder", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DsmlErrorProcessing", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ErrorResponseCategory", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DsmlInvalidDocumentException", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ErrorResponseException", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DsmlSoapConnection", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DsmlSoapHttpConnection", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "LdapConnection", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "LdapDirectoryIdentifier", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "LdapException", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "TlsOperationException", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "QueryForConnectionCallback", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "NotifyOfNewConnectionCallback", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "DereferenceConnectionCallback", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "QueryClientCertificateCallback", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "VerifyServerCertificateCallback", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "LocatorFlags", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SecurityProtocol", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "SecurityPackageContextConnectionInformation", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "ReferralCallback", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "LdapSessionOptions", + "Namespace": "System.DirectoryServices.Protocols" + }, + { + "Name": "Bitmap", + "Namespace": "System.Drawing" + }, + { + "Name": "BitmapSuffixInSameAssemblyAttribute", + "Namespace": "System.Drawing" + }, + { + "Name": "BitmapSuffixInSatelliteAssemblyAttribute", + "Namespace": "System.Drawing" + }, + { + "Name": "Brush", + "Namespace": "System.Drawing" + }, + { + "Name": "Brushes", + "Namespace": "System.Drawing" + }, + { + "Name": "BufferedGraphics", + "Namespace": "System.Drawing" + }, + { + "Name": "BufferedGraphicsContext", + "Namespace": "System.Drawing" + }, + { + "Name": "BufferedGraphicsManager", + "Namespace": "System.Drawing" + }, + { + "Name": "Color", + "Namespace": "System.Drawing" + }, + { + "Name": "ColorConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "ContentAlignment", + "Namespace": "System.Drawing" + }, + { + "Name": "CopyPixelOperation", + "Namespace": "System.Drawing" + }, + { + "Name": "FontConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "Graphics", + "Namespace": "System.Drawing" + }, + { + "Name": "Icon", + "Namespace": "System.Drawing" + }, + { + "Name": "IconConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "Image", + "Namespace": "System.Drawing" + }, + { + "Name": "ImageAnimator", + "Namespace": "System.Drawing" + }, + { + "Name": "ImageConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "KnownColor", + "Namespace": "System.Drawing" + }, + { + "Name": "Pen", + "Namespace": "System.Drawing" + }, + { + "Name": "Pens", + "Namespace": "System.Drawing" + }, + { + "Name": "Point", + "Namespace": "System.Drawing" + }, + { + "Name": "PointConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "Rectangle", + "Namespace": "System.Drawing" + }, + { + "Name": "RectangleConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "Region", + "Namespace": "System.Drawing" + }, + { + "Name": "RotateFlipType", + "Namespace": "System.Drawing" + }, + { + "Name": "Size", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "SolidBrush", + "Namespace": "System.Drawing" + }, + { + "Name": "SystemBrushes", + "Namespace": "System.Drawing" + }, + { + "Name": "SystemColors", + "Namespace": "System.Drawing" + }, + { + "Name": "SystemFonts", + "Namespace": "System.Drawing" + }, + { + "Name": "SystemIcons", + "Namespace": "System.Drawing" + }, + { + "Name": "SystemPens", + "Namespace": "System.Drawing" + }, + { + "Name": "ToolboxBitmapAttribute", + "Namespace": "System.Drawing" + }, + { + "Name": "ColorTranslator", + "Namespace": "System.Drawing" + }, + { + "Name": "Font", + "Namespace": "System.Drawing" + }, + { + "Name": "FontFamily", + "Namespace": "System.Drawing" + }, + { + "Name": "FontStyle", + "Namespace": "System.Drawing" + }, + { + "Name": "ImageFormatConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "PointF", + "Namespace": "System.Drawing" + }, + { + "Name": "RectangleF", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeF", + "Namespace": "System.Drawing" + }, + { + "Name": "SizeFConverter", + "Namespace": "System.Drawing" + }, + { + "Name": "StringAlignment", + "Namespace": "System.Drawing" + }, + { + "Name": "StringDigitSubstitute", + "Namespace": "System.Drawing" + }, + { + "Name": "CharacterRange", + "Namespace": "System.Drawing" + }, + { + "Name": "StringFormat", + "Namespace": "System.Drawing" + }, + { + "Name": "StringFormatFlags", + "Namespace": "System.Drawing" + }, + { + "Name": "StringTrimming", + "Namespace": "System.Drawing" + }, + { + "Name": "StringUnit", + "Namespace": "System.Drawing" + }, + { + "Name": "TextureBrush", + "Namespace": "System.Drawing" + }, + { + "Name": "GraphicsUnit", + "Namespace": "System.Drawing" + }, + { + "Name": "IDeviceContext", + "Namespace": "System.Drawing" + }, + { + "Name": "StandardPrintController", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "Duplex", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "InvalidPrinterException", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "Margins", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "MarginsConverter", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PageSettings", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PaperKind", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PaperSize", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PaperSource", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PaperSourceKind", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PreviewPageInfo", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PreviewPrintController", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintAction", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintController", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintDocument", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrinterResolution", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrinterResolutionKind", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrinterSettings", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrinterUnit", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrinterUnitConvert", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintEventArgs", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintEventHandler", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintingPermission", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintingPermissionAttribute", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintingPermissionLevel", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintPageEventArgs", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintPageEventHandler", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "PrintRange", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "QueryPageSettingsEventArgs", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "QueryPageSettingsEventHandler", + "Namespace": "System.Drawing.Printing" + }, + { + "Name": "CategoryNameCollection", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "IPropertyValueUIService", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "IToolboxItemProvider", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "IToolboxService", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "IToolboxUser", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "PaintValueEventArgs", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "PropertyValueUIHandler", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "PropertyValueUIItem", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "PropertyValueUIItemInvokeHandler", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "ToolboxComponentsCreatedEventArgs", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "ToolboxComponentsCreatedEventHandler", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "ToolboxComponentsCreatingEventArgs", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "ToolboxComponentsCreatingEventHandler", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "ToolboxItem", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "ToolboxItemCollection", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "ToolboxItemCreatorCallback", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "UITypeEditor", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "UITypeEditorEditStyle", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "SystemDrawingSection", + "Namespace": "System.Drawing.Configuration" + }, + { + "Name": "FontCollection", + "Namespace": "System.Drawing.Text" + }, + { + "Name": "GenericFontFamilies", + "Namespace": "System.Drawing.Text" + }, + { + "Name": "HotkeyPrefix", + "Namespace": "System.Drawing.Text" + }, + { + "Name": "InstalledFontCollection", + "Namespace": "System.Drawing.Text" + }, + { + "Name": "PrivateFontCollection", + "Namespace": "System.Drawing.Text" + }, + { + "Name": "TextRenderingHint", + "Namespace": "System.Drawing.Text" + }, + { + "Name": "BitmapData", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ColorAdjustType", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ColorChannelFlag", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ColorMap", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ColorMapType", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ColorMatrix", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ColorMatrixFlag", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ColorMode", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ColorPalette", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "EmfPlusRecordType", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "EmfType", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "Encoder", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "EncoderParameter", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "EncoderParameters", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "EncoderParameterValueType", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "EncoderValue", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "FrameDimension", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ImageAttributes", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ImageCodecFlags", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ImageCodecInfo", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ImageFlags", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ImageFormat", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "ImageLockMode", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "Metafile", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "MetafileFrameUnit", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "MetafileHeader", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "MetafileType", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "MetaHeader", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "PaletteFlags", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "PixelFormat", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "PlayRecordCallback", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "PropertyItem", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "WmfPlaceableFileHeader", + "Namespace": "System.Drawing.Imaging" + }, + { + "Name": "DashCap", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "AdjustableArrowCap", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "Blend", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "ColorBlend", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "CombineMode", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "CompositingMode", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "CompositingQuality", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "CoordinateSpace", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "CustomLineCap", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "DashStyle", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "FillMode", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "FlushIntention", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "GraphicsContainer", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "GraphicsPath", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "GraphicsPathIterator", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "GraphicsState", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "HatchBrush", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "HatchStyle", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "InterpolationMode", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "LinearGradientBrush", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "LinearGradientMode", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "LineCap", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "LineJoin", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "Matrix", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "MatrixOrder", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "PathData", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "PathGradientBrush", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "PathPointType", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "PenAlignment", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "PenType", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "PixelOffsetMode", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "QualityMode", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "RegionData", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "SmoothingMode", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "WarpMode", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "WrapMode", + "Namespace": "System.Drawing.Drawing2D" + }, + { + "Name": "BitmapEditor", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "ColorEditor", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "ContentAlignmentEditor", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "CursorEditor", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "FontEditor", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "FontNameEditor", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "IconEditor", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "ImageEditor", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "MetafileEditor", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "ToolboxService", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "ToolboxItemCreator", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "ToolboxItemContainer", + "Namespace": "System.Drawing.Design" + }, + { + "Name": "BinarySecretKeyIdentifierClause", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "KeyNameIdentifierClause", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityContextKeyIdentifierClause", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateValidationMode", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "BinarySecretSecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "WrappedKeySecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "AuthenticationInformation", + "Namespace": "System.Security.Claims" + }, + { + "Name": "AuthenticationTypes", + "Namespace": "System.Security.Claims" + }, + { + "Name": "AuthorizationContext", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimsAuthenticationManager", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimsAuthorizationManager", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimProperties", + "Namespace": "System.Security.Claims" + }, + { + "Name": "AsynchronousOperationException", + "Namespace": "System.IdentityModel" + }, + { + "Name": "AsyncResult", + "Namespace": "System.IdentityModel" + }, + { + "Name": "BadRequestException", + "Namespace": "System.IdentityModel" + }, + { + "Name": "CookieTransform", + "Namespace": "System.IdentityModel" + }, + { + "Name": "DeflateCookieTransform", + "Namespace": "System.IdentityModel" + }, + { + "Name": "DelegatingXmlDictionaryReader", + "Namespace": "System.IdentityModel" + }, + { + "Name": "DelegatingXmlDictionaryWriter", + "Namespace": "System.IdentityModel" + }, + { + "Name": "EnvelopedSignatureReader", + "Namespace": "System.IdentityModel" + }, + { + "Name": "EnvelopedSignatureWriter", + "Namespace": "System.IdentityModel" + }, + { + "Name": "LimitExceededException", + "Namespace": "System.IdentityModel" + }, + { + "Name": "OpenObject", + "Namespace": "System.IdentityModel" + }, + { + "Name": "ProtectedDataCookieTransform", + "Namespace": "System.IdentityModel" + }, + { + "Name": "RequestException", + "Namespace": "System.IdentityModel" + }, + { + "Name": "RequestFailedException", + "Namespace": "System.IdentityModel" + }, + { + "Name": "RsaEncryptionCookieTransform", + "Namespace": "System.IdentityModel" + }, + { + "Name": "RsaSignatureCookieTransform", + "Namespace": "System.IdentityModel" + }, + { + "Name": "Scope", + "Namespace": "System.IdentityModel" + }, + { + "Name": "SecurityMessageSerializationException", + "Namespace": "System.IdentityModel" + }, + { + "Name": "SecurityTokenService", + "Namespace": "System.IdentityModel" + }, + { + "Name": "SignatureVerificationFailedException", + "Namespace": "System.IdentityModel" + }, + { + "Name": "TypedAsyncResult`1", + "Namespace": "System.IdentityModel" + }, + { + "Name": "UnsupportedTokenTypeBadRequestException", + "Namespace": "System.IdentityModel" + }, + { + "Name": "ApplicationServiceDescriptor", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "ContactPerson", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "ContactType", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "DisplayClaim", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "EncryptionMethod", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "EntitiesDescriptor", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "EntityDescriptor", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "EntityId", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "IdentityProviderSingleSignOnDescriptor", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "IndexedProtocolEndpoint", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "IndexedProtocolEndpointDictionary", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "KeyDescriptor", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "KeyType", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "LocalizedEntry", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "LocalizedEntryCollection`1", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "LocalizedName", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "LocalizedUri", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "MetadataBase", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "MetadataSerializationException", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "MetadataSerializer", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "Organization", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "ProtocolEndpoint", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "RoleDescriptor", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "SecurityTokenServiceDescriptor", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "ServiceProviderSingleSignOnDescriptor", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "SingleSignOnDescriptor", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "WebServiceDescriptor", + "Namespace": "System.IdentityModel.Metadata" + }, + { + "Name": "AggregateTokenResolver", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "AsymmetricProofDescriptor", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "AudienceRestriction", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "AudienceUriValidationFailedException", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "AuthenticationContext", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "AuthenticationMethods", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "AsymmetricSecurityKey", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "BinaryKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "BootstrapContext", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "ComputedKeyAlgorithms", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "ConfigurationBasedIssuerNameRegistry", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "EmptySecurityKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "EncryptedKeyEncryptingCredentials", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "EncryptedKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "EncryptedSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "EncryptedSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "EncryptedTokenDecryptionFailedException", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "EncryptingCredentials", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "GenericXmlSecurityKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "GenericXmlSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "IssuerNameRegistry", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "IssuerTokenResolver", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "KerberosReceiverSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "KerberosRequestorSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "KerberosSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "KerberosTicketHashKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "LocalIdKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "ProofDescriptor", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "RsaKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "RsaSecurityKey", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "RsaSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "RsaSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2Action", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2Advice", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2Assertion", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2AssertionKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2Attribute", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2AttributeStatement", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2AudienceRestriction", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2AuthenticationContext", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2AuthenticationStatement", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2AuthorizationDecisionStatement", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2Conditions", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2Evidence", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2Id", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2NameIdentifier", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2ProxyRestriction", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2SecurityKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2SecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2SecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2Statement", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2Subject", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2SubjectConfirmation", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2SubjectConfirmationData", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "Saml2SubjectLocality", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlAccessDecision", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlAction", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlAdvice", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlAssertion", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlAssertionKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlAttribute", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlAttributeStatement", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlAudienceRestrictionCondition", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlAuthenticationClaimResource", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlAuthenticationStatement", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlAuthorityBinding", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlAuthorizationDecisionClaimResource", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlAuthorizationDecisionStatement", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlCondition", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlConditions", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlConstants", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlDoNotCacheCondition", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlEvidence", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlNameIdentifierClaimResource", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlSecurityKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlSecurityTokenRequirement", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlSerializer", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlStatement", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlSubject", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SamlSubjectStatement", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityAlgorithms", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKey", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyElement", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyIdentifier", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyIdentifierClauseSerializer", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyType", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityKeyUsage", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenDescriptor", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenElement", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenException", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenExpiredException", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenNotYetValidException", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenReplayDetectedException", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenTypes", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SigningCredentials", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenHandlerCollection", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenHandlerCollectionManager", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenHandlerConfiguration", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SecurityTokenValidationException", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SessionSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SessionSecurityTokenCache", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SessionSecurityTokenCacheKey", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SessionSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "InMemorySymmetricSecurityKey", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SymmetricProofDescriptor", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "SymmetricSecurityKey", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "TokenReplayCache", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "UserNameSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "UserNameSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "WindowsSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "WindowsUserNameSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509AsymmetricSecurityKey", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509CertificateStoreTokenResolver", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509DataSecurityKeyIdentifierClauseSerializer", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509EncryptingCredentials", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509IssuerSerialKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509NTAuthChainTrustValidator", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509RawDataKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509SecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509SecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509SigningCredentials", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509SubjectKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509ThumbprintKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "X509WindowsSecurityToken", + "Namespace": "System.IdentityModel.Tokens" + }, + { + "Name": "AudienceUriMode", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "AudienceUriModeValidationHelper", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "CustomUserNameSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "KerberosSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "KerberosSecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "RsaSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SamlSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenManager", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenRequirement", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenResolver", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenSerializer", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "SecurityTokenVersion", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "UserNamePasswordValidator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "UserNameSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "UserNameSecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "WindowsSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "WindowsUserNameSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "X509CertificateValidator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "X509SecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "X509SecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "AuthorizationContext", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "EvaluationContext", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "IAuthorizationComponent", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "IAuthorizationPolicy", + "Namespace": "System.IdentityModel.Policy" + }, + { + "Name": "AudienceUriElement", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "AudienceUriElementCollection", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "ConfigurationElementInterceptor", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "CustomTypeElement", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "ICustomIdentityConfiguration", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "IdentityConfiguration", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "IdentityConfigurationElement", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "IdentityConfigurationElementCollection", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "IdentityModelCaches", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "IdentityModelCachesElement", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "IssuerNameRegistryElement", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "X509CertificateValidationElement", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "SecurityTokenHandlerConfigurationElement", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "SecurityTokenHandlerElementCollection", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "TokenReplayDetectionElement", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "SecurityTokenServiceConfiguration", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "SecurityTokenHandlerSetElementCollection", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "SystemIdentityModelSection", + "Namespace": "System.IdentityModel.Configuration" + }, + { + "Name": "Claim", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "ClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "ClaimTypes", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "DefaultClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "Rights", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "WindowsClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "X509CertificateClaimSet", + "Namespace": "System.IdentityModel.Claims" + }, + { + "Name": "AdditionalContext", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "BinaryExchange", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "ContextItem", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "EndpointReference", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "Entropy", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "InvalidRequestException", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "KeyTypes", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "Lifetime", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "Participants", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "ProtectedKey", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "Renewing", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "RequestClaim", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "RequestClaimCollection", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "RequestedProofToken", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "RequestedSecurityToken", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "RequestSecurityToken", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "RequestSecurityTokenResponse", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "RequestTypes", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "Status", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "UseKey", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "WSTrust13RequestSerializer", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "WSTrust13ResponseSerializer", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "WSTrustFeb2005RequestSerializer", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "WSTrustFeb2005ResponseSerializer", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "WSTrustMessage", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "WSTrustRequestSerializer", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "WSTrustResponseSerializer", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "WSTrustSerializationContext", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "WSTrustSerializationException", + "Namespace": "System.IdentityModel.Protocols.WSTrust" + }, + { + "Name": "CardSpaceSelector", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "CardSpaceException", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "ServiceNotStartedException", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "StsCommunicationException", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "UntrustedRecipientException", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "UserCancellationException", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "ServiceBusyException", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "IdentityValidationException", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "PolicyValidationException", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "UnsupportedPolicyOptionsException", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "CardSpacePolicyElement", + "Namespace": "System.IdentityModel.Selectors" + }, + { + "Name": "ApplicationType", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "FederationManagement", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "WSFederationMessage", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "FederationMessage", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "AttributeRequestMessage", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "PseudonymRequestMessage", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "SignInRequestMessage", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "SignInResponseMessage", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "SignOutCleanupRequestMessage", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "SignOutRequestMessage", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "WSFederationMessageException", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "WSFederationSerializer", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "HttpModuleBase", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "MachineKeyTransform", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "AuthorizationFailedEventArgs", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "ChunkedCookieHandler", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "ClaimsAuthorizationModule", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "ClaimsPrincipalPermission", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "ClaimsPrincipalPermissionAttribute", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "CookieHandler", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "ErrorEventArgs", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "FederatedAuthentication", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "FederatedAuthenticationSessionEndingException", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "FederatedPassiveSecurityTokenServiceOperations", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "FederatedSessionExpiredException", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "FederationException", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "RedirectingToIdentityProviderEventArgs", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "SecurityTokenReceivedEventArgs", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "SecurityTokenValidatedEventArgs", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "SessionAuthenticationModule", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "SessionSecurityTokenCreatedEventArgs", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "SessionSecurityTokenReceivedEventArgs", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "SessionSecurityTokenResolver", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "SigningOutEventArgs", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "ChunkedCookieHandlerElement", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "CookieHandlerElement", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "CookieHandlerMode", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "ServiceCertificateElement", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "AsynchronousOperationException", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "WSFederationAuthenticationModule", + "Namespace": "System.IdentityModel.Services" + }, + { + "Name": "MachineKeySessionSecurityTokenHandler", + "Namespace": "System.IdentityModel.Services.Tokens" + }, + { + "Name": "MembershipUserNameSecurityTokenHandler", + "Namespace": "System.IdentityModel.Services.Tokens" + }, + { + "Name": "FederationConfiguration", + "Namespace": "System.IdentityModel.Services.Configuration" + }, + { + "Name": "FederationConfigurationCreatedEventArgs", + "Namespace": "System.IdentityModel.Services.Configuration" + }, + { + "Name": "FederationConfigurationElement", + "Namespace": "System.IdentityModel.Services.Configuration" + }, + { + "Name": "FederationConfigurationElementCollection", + "Namespace": "System.IdentityModel.Services.Configuration" + }, + { + "Name": "SystemIdentityModelServicesSection", + "Namespace": "System.IdentityModel.Services.Configuration" + }, + { + "Name": "WSFederationElement", + "Namespace": "System.IdentityModel.Services.Configuration" + }, + { + "Name": "WsFederationConfiguration", + "Namespace": "System.IdentityModel.Services.Configuration" + }, + { + "Name": "ZipArchive", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipArchiveEntry", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipArchiveMode", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipFile", + "Namespace": "System.IO.Compression" + }, + { + "Name": "ZipFileExtensions", + "Namespace": "System.IO.Compression" + }, + { + "Name": "FileRecordSequence", + "Namespace": "System.IO.Log" + }, + { + "Name": "FileRegion", + "Namespace": "System.IO.Log" + }, + { + "Name": "IRecordSequence", + "Namespace": "System.IO.Log" + }, + { + "Name": "LogArchiveSnapshot", + "Namespace": "System.IO.Log" + }, + { + "Name": "LogExtent", + "Namespace": "System.IO.Log" + }, + { + "Name": "LogExtentCollection", + "Namespace": "System.IO.Log" + }, + { + "Name": "LogExtentState", + "Namespace": "System.IO.Log" + }, + { + "Name": "LogPolicy", + "Namespace": "System.IO.Log" + }, + { + "Name": "LogRecordSequence", + "Namespace": "System.IO.Log" + }, + { + "Name": "LogStore", + "Namespace": "System.IO.Log" + }, + { + "Name": "PolicyUnit", + "Namespace": "System.IO.Log" + }, + { + "Name": "PolicyUnitType", + "Namespace": "System.IO.Log" + }, + { + "Name": "LogRecordEnumeratorType", + "Namespace": "System.IO.Log" + }, + { + "Name": "LogRecord", + "Namespace": "System.IO.Log" + }, + { + "Name": "RecordAppendOptions", + "Namespace": "System.IO.Log" + }, + { + "Name": "ReservationCollection", + "Namespace": "System.IO.Log" + }, + { + "Name": "ReservationNotFoundException", + "Namespace": "System.IO.Log" + }, + { + "Name": "SequenceNumber", + "Namespace": "System.IO.Log" + }, + { + "Name": "SequenceFullException", + "Namespace": "System.IO.Log" + }, + { + "Name": "TailPinnedEventArgs", + "Namespace": "System.IO.Log" + }, + { + "Name": "TextFormat", + "Namespace": "System.Management" + }, + { + "Name": "CimType", + "Namespace": "System.Management" + }, + { + "Name": "ComparisonSettings", + "Namespace": "System.Management" + }, + { + "Name": "ManagementBaseObject", + "Namespace": "System.Management" + }, + { + "Name": "ManagementClass", + "Namespace": "System.Management" + }, + { + "Name": "ManagementDateTimeConverter", + "Namespace": "System.Management" + }, + { + "Name": "ManagementEventArgs", + "Namespace": "System.Management" + }, + { + "Name": "ObjectReadyEventArgs", + "Namespace": "System.Management" + }, + { + "Name": "CompletedEventArgs", + "Namespace": "System.Management" + }, + { + "Name": "ObjectPutEventArgs", + "Namespace": "System.Management" + }, + { + "Name": "ProgressEventArgs", + "Namespace": "System.Management" + }, + { + "Name": "EventArrivedEventArgs", + "Namespace": "System.Management" + }, + { + "Name": "StoppedEventArgs", + "Namespace": "System.Management" + }, + { + "Name": "EventArrivedEventHandler", + "Namespace": "System.Management" + }, + { + "Name": "StoppedEventHandler", + "Namespace": "System.Management" + }, + { + "Name": "ManagementEventWatcher", + "Namespace": "System.Management" + }, + { + "Name": "ManagementStatus", + "Namespace": "System.Management" + }, + { + "Name": "ManagementException", + "Namespace": "System.Management" + }, + { + "Name": "ManagementNamedValueCollection", + "Namespace": "System.Management" + }, + { + "Name": "ManagementObject", + "Namespace": "System.Management" + }, + { + "Name": "ManagementObjectCollection", + "Namespace": "System.Management" + }, + { + "Name": "ManagementObjectSearcher", + "Namespace": "System.Management" + }, + { + "Name": "ObjectReadyEventHandler", + "Namespace": "System.Management" + }, + { + "Name": "CompletedEventHandler", + "Namespace": "System.Management" + }, + { + "Name": "ProgressEventHandler", + "Namespace": "System.Management" + }, + { + "Name": "ObjectPutEventHandler", + "Namespace": "System.Management" + }, + { + "Name": "ManagementOperationObserver", + "Namespace": "System.Management" + }, + { + "Name": "AuthenticationLevel", + "Namespace": "System.Management" + }, + { + "Name": "ImpersonationLevel", + "Namespace": "System.Management" + }, + { + "Name": "PutType", + "Namespace": "System.Management" + }, + { + "Name": "ManagementOptions", + "Namespace": "System.Management" + }, + { + "Name": "EnumerationOptions", + "Namespace": "System.Management" + }, + { + "Name": "EventWatcherOptions", + "Namespace": "System.Management" + }, + { + "Name": "ObjectGetOptions", + "Namespace": "System.Management" + }, + { + "Name": "PutOptions", + "Namespace": "System.Management" + }, + { + "Name": "DeleteOptions", + "Namespace": "System.Management" + }, + { + "Name": "InvokeMethodOptions", + "Namespace": "System.Management" + }, + { + "Name": "ConnectionOptions", + "Namespace": "System.Management" + }, + { + "Name": "ManagementPath", + "Namespace": "System.Management" + }, + { + "Name": "ManagementQuery", + "Namespace": "System.Management" + }, + { + "Name": "ObjectQuery", + "Namespace": "System.Management" + }, + { + "Name": "EventQuery", + "Namespace": "System.Management" + }, + { + "Name": "WqlObjectQuery", + "Namespace": "System.Management" + }, + { + "Name": "SelectQuery", + "Namespace": "System.Management" + }, + { + "Name": "RelatedObjectQuery", + "Namespace": "System.Management" + }, + { + "Name": "RelationshipQuery", + "Namespace": "System.Management" + }, + { + "Name": "WqlEventQuery", + "Namespace": "System.Management" + }, + { + "Name": "ManagementScope", + "Namespace": "System.Management" + }, + { + "Name": "PropertyData", + "Namespace": "System.Management" + }, + { + "Name": "PropertyDataCollection", + "Namespace": "System.Management" + }, + { + "Name": "QualifierData", + "Namespace": "System.Management" + }, + { + "Name": "QualifierDataCollection", + "Namespace": "System.Management" + }, + { + "Name": "MethodData", + "Namespace": "System.Management" + }, + { + "Name": "MethodDataCollection", + "Namespace": "System.Management" + }, + { + "Name": "CodeLanguage", + "Namespace": "System.Management" + }, + { + "Name": "InstrumentedAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "InstrumentationType", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "InstrumentationClassAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagedNameAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "IgnoreMemberAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "Instrumentation", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "IEvent", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "BaseEvent", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "IInstance", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "Instance", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementInstaller", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "DefaultManagementProjectInstaller", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ToStringCodeMethods", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "AdapterCodeMethods", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "DeserializingTypeConverter", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ExecutionPolicy", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ExecutionPolicyScope", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "PSAuthorizationManager", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "PSCorePSSnapIn", + "Namespace": "Microsoft.PowerShell" + }, + { + "Name": "ArgumentToConfigurationDataTransformationAttribute", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + }, + { + "Name": "DscRemoteOperationsClass", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "DscClassCache", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + }, + { + "Name": "CimInstanceAdapter", + "Namespace": "Microsoft.PowerShell.Cim" + }, + { + "Name": "MethodInvocationInfo", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "MethodParameterBindings", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "MethodParameter", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "BehaviorOnNoMatch", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "QueryBuilder", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "CmdletAdapter`1", + "Namespace": "Microsoft.PowerShell.Cmdletization" + }, + { + "Name": "ConfirmImpact", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + }, + { + "Name": "ItemsChoiceType", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + }, + { + "Name": "TelemetryAPI", + "Namespace": "Microsoft.PowerShell.Telemetry.Internal" + }, + { + "Name": "GetCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NounArgumentCompleter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportModuleMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSEditionArgumentCompleter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ImportModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ModuleCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ModuleSpecification", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewModuleManifestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestModuleManifestCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectEventRegistrationBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHelpCodeMethods", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HelpCategoryInvalidException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HelpNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdatableHelpCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UpdateHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SaveHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "HistoryInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ClearHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegisterPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSSessionConfigurationCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UnregisterPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnablePSRemotingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisablePSRemotingCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionCapabilityCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvokeCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisconnectPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConnectPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionFilterState", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReceivePSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutTarget", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StartJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRemotingCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRemotingBaseCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSExecutionCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSRunspaceCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ReceiveJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "StopJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WaitJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "JobCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SuspendJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ResumeJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DebugJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnterPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExitPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WSManConfigurationOption", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSTransportOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSSessionConfigurationFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewPSRoleCapabilityFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TestPSSessionConfigurationFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnterPSHostProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExitPSHostProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSHostProcessInfoCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSHostProcessInfo", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegistryProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RegistryProviderSetItemDynamicParameter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ForEachObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "WhereObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetPSDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetStrictModeCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FormatDefaultCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutLineOutputCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutNullCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutDefaultCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OutHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AliasProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AliasProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnvironmentProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemCmdletProviderEncoding", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentDynamicParametersBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemClearContentDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentWriterDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemContentReaderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemItemProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProviderGetItemDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FileSystemProviderRemoveItemDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InternalSymbolicLinkLinkCodeMethods", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FunctionProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "FunctionProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionStateProviderBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SessionStateProviderBaseContentReaderWriter", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "VariableProvider", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "OpenMode", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PSSnapInCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddPSSnapinCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemovePSSnapinCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetPSSnapinCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ConsoleCmdletsBase", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ExportConsoleCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "TransactedString", + "Namespace": "Microsoft.PowerShell.Commands.Management" + }, + { + "Name": "RemotingErrorResources", + "Namespace": "Microsoft.PowerShell.Commands.Internal" + }, + { + "Name": "TransactedRegistryKey", + "Namespace": "Microsoft.PowerShell.Commands.Internal" + }, + { + "Name": "TransactedRegistryAccessRule", + "Namespace": "Microsoft.PowerShell.Commands.Internal" + }, + { + "Name": "TransactedRegistryAuditRule", + "Namespace": "Microsoft.PowerShell.Commands.Internal" + }, + { + "Name": "TransactedRegistrySecurity", + "Namespace": "Microsoft.PowerShell.Commands.Internal" + }, + { + "Name": "OuterFormatShapeCommandBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatTableAndListBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "OuterFormatTableBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "FrontEndCommandBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + }, + { + "Name": "ChildItemCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ReturnContainers", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IDynamicParameters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SwitchParameter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandInvocationIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Cmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ShouldProcessReason", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ActionPreference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConfirmImpact", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContentCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DriveManagementIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FlagsExpression`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorCategory", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorCategoryInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorDetails", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ErrorRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IContainsErrorRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IResourceSupplier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvocationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteCommandInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ItemCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CopyContainers", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProgressRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProgressRecordType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InformationRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HostInformationMessage", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PropertyCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletProviderManagementIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProxyCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateEntryVisibility", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSLanguageMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PagingParameters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariableIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ICommandRuntime", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ICommandRuntime2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AliasInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ApplicationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DefaultParameterDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandLookupEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSModuleAutoLoadingPreference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeName", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExternalScriptInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSnapInSpecification", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FilterInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FunctionInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConfigurationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ImplementedAsType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourceInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourcePropertyInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandParameterInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandParameterSetInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeDefinedParameter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeDefinedParameterDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterSetMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WorkflowInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSClassInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSClassMemberInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IModuleAssemblyInitializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IModuleAssemblyCleanup", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSModuleInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ModuleAccessMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "EngineIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEngineEvent", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventSubscriber", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ForwardedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventReceivedEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventUnsubscribedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventUnsubscribedEventHandler", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventArgsCollection", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEventJob", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Breakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariableAccessMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariableBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LineBreakpoint", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerResumeAction", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerStopEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakpointUpdateType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakpointUpdatedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSJobStartEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugSource", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugModes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Debugger", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebuggerCommandResults", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDebugContext", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CallStackFrame", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertyAdapter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeConverter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ConvertThroughString", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LanguagePrimitives", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberViewTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertyInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSAliasProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCodeProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSAdaptedProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNoteProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariableProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSScriptProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMethodInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCodeMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSScriptMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMethod", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParameterizedProperty", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberSet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPropertySet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSEvent", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDynamicMember", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSMemberInfoCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ReadOnlyPSMemberInfoCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObject", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCustomObject", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExtendedTypeSystemException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MethodException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MethodInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetValueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PropertyNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetValueInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SetValueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SetValueInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvalidCastException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSReference", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SettingValueExceptionEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GettingValueExceptionEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectPropertyDescriptor", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectTypeDescriptor", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectTypeDescriptionProvider", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InformationalRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WarningRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DebugRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerboseRecord", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSListModifier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSListModifier`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvalidPowerShellStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspaceMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationStateChangedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvocationSettings", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemoteStreamOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShell", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDataStreams", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DataAddedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DataAddingEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDataCollection`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HostUtilities", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspaceInvoke", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspacePoolStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobState", + "Namespace": "System.Management.Automation" + }, + { + "Name": "InvalidJobStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobStateInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobStateEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobIdentifier", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IJobDebugger", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Job", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Job2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobThreadOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContainerParentJob", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobFailedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobInvocationInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobSourceAdapter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSJobProxy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSChildJobProxy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobDataAddedEventArgs", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShellStreamType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PowerShellStreams`2", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSessionTypeOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTransportOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemotingCapability", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RemotingBehavior", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RunspaceRepository", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Repository`1", + "Namespace": "System.Management.Automation" + }, + { + "Name": "JobRepository", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateArgumentsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateEnumeratedArgumentsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DSCResourceRunAsCredential", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscResourceAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscPropertyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DscLocalConfigurationManagerAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletCommonMetadataAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletBindingAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "OutputTypeAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DynamicClassImplementationAssemblyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AliasAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTypeNameAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SupportsWildcardsAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDefaultValueAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HiddenAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateLengthAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateRangeAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidatePatternAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateScriptAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateCountAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateSetAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateTrustedDataAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowNullAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowEmptyStringAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AllowEmptyCollectionAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateDriveAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateUserDriveAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateNotNullAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidateNotNullOrEmptyAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentTransformationAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionCapabilities", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandMetadata", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardPattern", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WildcardPatternException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSerializer", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSPrimitiveDictionary", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSDriveInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PathInfoStack", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FlowControlException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "LoopFlowException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BreakException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ContinueException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExitException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TerminateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SplitOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptBlock", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SteppablePipeline", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptBlockToPowerShellNotSupportedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParser", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSToken", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTokenType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSParseError", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WhereOperatorSelectionMode", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredentialTypes", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredentialUIOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "GetSymmetricEncryptionKey", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSCredential", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSecurityException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SigningOption", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CatalogValidationStatus", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CatalogInformation", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SecurityDescriptorCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandOrigin", + "Namespace": "System.Management.Automation" + }, + { + "Name": "AuthorizationManager", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CredentialAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SignatureStatus", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SignatureType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Signature", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmsMessageRecipient", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ResolutionPurpose", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSVariable", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScopedItemOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VariablePath", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSnapInInfo", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInstaller", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSnapInInstaller", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomPSSnapIn", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSSnapIn", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptRequiresException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ApplicationFailedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderCmdlet", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CmdletProviderInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineStoppedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineClosedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ActionPreferenceStopException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParentContainsErrorRecordException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RedirectedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ScriptCallDepthException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PipelineDepthException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "HaltCommandException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "MetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ValidationMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentTransformationMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParsingMetadataException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentNullException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSArgumentOutOfRangeException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSInvalidOperationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNotImplementedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSNotSupportedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSObjectDisposedException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTraceSource", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParameterBindingException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ParseException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IncompleteParseException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RuntimeException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderInvocationException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateCategory", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateOverflowException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "SessionStateUnauthorizedAccessException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ProviderNameAmbiguousException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DriveNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ItemNotFoundException", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTraceSourceOptions", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsCommon", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsData", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsLifecycle", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsDiagnostic", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsCommunications", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsSecurity", + "Namespace": "System.Management.Automation" + }, + { + "Name": "VerbsOther", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IBackgroundDispatcher", + "Namespace": "System.Management.Automation" + }, + { + "Name": "BackgroundDispatcher", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTransactionStatus", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTransaction", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSTransactionContext", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RollbackSeverity", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ExtendedTypeDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "FormatViewDefinition", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "PSControlGroupBy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DisplayEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "EntrySelectedBy", + "Namespace": "System.Management.Automation" + }, + { + "Name": "Alignment", + "Namespace": "System.Management.Automation" + }, + { + "Name": "DisplayEntryValueType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControlEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemBase", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemExpression", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemFrame", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemNewline", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomItemText", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomEntryBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CustomControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlEntry", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlEntryItem", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListEntryBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ListControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlColumnHeader", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlColumn", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlRow", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableRowDefinitionBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "TableControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControl", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControlEntryItem", + "Namespace": "System.Management.Automation" + }, + { + "Name": "WideControlBuilder", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CommandCompletion", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionCompleters", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionResultType", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CompletionResult", + "Namespace": "System.Management.Automation" + }, + { + "Name": "ArgumentCompleterAttribute", + "Namespace": "System.Management.Automation" + }, + { + "Name": "IArgumentCompleter", + "Namespace": "System.Management.Automation" + }, + { + "Name": "RegisterArgumentCompleterCommand", + "Namespace": "System.Management.Automation" + }, + { + "Name": "CounterSetInstanceBase", + "Namespace": "System.Management.Automation.PerformanceData" + }, + { + "Name": "PSCounterSetInstance", + "Namespace": "System.Management.Automation.PerformanceData" + }, + { + "Name": "CounterInfo", + "Namespace": "System.Management.Automation.PerformanceData" + }, + { + "Name": "CounterSetRegistrarBase", + "Namespace": "System.Management.Automation.PerformanceData" + }, + { + "Name": "PSCounterSetRegistrar", + "Namespace": "System.Management.Automation.PerformanceData" + }, + { + "Name": "PSPerfCountersMgr", + "Namespace": "System.Management.Automation.PerformanceData" + }, + { + "Name": "PowerShellTraceEvent", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceChannel", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceLevel", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceOperationCode", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceTask", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceKeywords", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "BaseChannelWriter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "NullWriter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellChannelWriter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceSource", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "PowerShellTraceSourceFactory", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "EtwEvent", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "CallbackNoParameter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "CallbackWithState", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "CallbackWithStateAndArgs", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "EtwEventArgs", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "EtwActivity", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "IEtwActivityReverter", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "IEtwEventCorrelator", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "EtwEventCorrelator", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "Tracer", + "Namespace": "System.Management.Automation.Tracing" + }, + { + "Name": "SystemEnforcementMode", + "Namespace": "System.Management.Automation.Security" + }, + { + "Name": "SystemPolicy", + "Namespace": "System.Management.Automation.Security" + }, + { + "Name": "ContainerCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "DriveCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentReader", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IContentWriter", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IDynamicPropertyCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ISecurityDescriptorCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "IPropertyCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ItemCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "NavigationCmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ICmdletProviderSupportsHelp", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "CmdletProvider", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "CmdletProviderAttribute", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "ProviderCapabilities", + "Namespace": "System.Management.Automation.Provider" + }, + { + "Name": "OriginInfo", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "CmdletMethodInvoker`1", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingDataStructureException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingTransportException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSRemotingTransportRedirectException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSDirectException", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "ProxyAccessType", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionOption", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSenderInfo", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSPrincipal", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSIdentity", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSCertificateDetails", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionConfiguration", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "SessionType", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "PSSessionConfigurationData", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManPluginManagedEntryWrapper", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManPluginManagedEntryInstanceWrapper", + "Namespace": "System.Management.Automation.Remoting" + }, + { + "Name": "WSManServerChannelEvents", + "Namespace": "System.Management.Automation.Remoting.WSMan" + }, + { + "Name": "ActiveSessionsChangedEventArgs", + "Namespace": "System.Management.Automation.Remoting.WSMan" + }, + { + "Name": "PSStreamObjectType", + "Namespace": "System.Management.Automation.Remoting.Internal" + }, + { + "Name": "PSStreamObject", + "Namespace": "System.Management.Automation.Remoting.Internal" + }, + { + "Name": "ChoiceDescription", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "FieldDescription", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHost", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "IHostSupportsInteractiveSession", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Coordinates", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Size", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "ReadKeyOptions", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "ControlKeyStates", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "KeyInfo", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "Rectangle", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "BufferCell", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "BufferCellType", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHostRawUserInterface", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PSHostUserInterface", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "IHostUISupportsMultipleChoiceSelection", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "HostException", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "PromptingException", + "Namespace": "System.Management.Automation.Host" + }, + { + "Name": "TypeTableLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeMemberData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "NotePropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "AliasPropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ScriptPropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CodePropertyData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ScriptMethodData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CodeMethodData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PropertySetData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "MemberSetData", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeTable", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "Command", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineResultTypes", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandCollection", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidRunspaceStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSThreadOptions", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceStateInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceStateEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceAvailability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceAvailabilityEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceCapability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "Runspace", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateProxy", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceFactory", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceOpenModuleLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandParameter", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CommandParameterCollection", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidPipelineStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineStateInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineStateEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "Pipeline", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InvalidRunspacePoolStateException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolStateChangedEventArgs", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolAvailability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePoolCapability", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspacePool", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PowerShellProcessInstance", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TargetMachineType", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSession", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingErrorRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingProgressRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingWarningRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingDebugRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingVerboseRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RemotingInformationRecord", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "AuthenticationMechanism", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSessionType", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSessionConfigurationAccessMode", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "OutputBufferingMode", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "WSManConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "NamedPipeConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "VMConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ContainerConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceConfiguration", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "TypeConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "FormatConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "CmdletConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ProviderConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ScriptConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "AssemblyConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceConfigurationEntryCollection`1", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceConfigurationTypeAttribute", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceConfigurationAttributeException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "RunspaceConfigurationTypeException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionStateEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "ConstrainedSessionStateEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateCommandEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateTypeEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateFormatEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateAssemblyEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateCmdletEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateProviderEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateScriptEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateAliasEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateApplicationEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateFunctionEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateWorkflowEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "SessionStateVariableEntry", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionStateEntryCollection`1", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "InitialSessionState", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSConsoleLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PSSnapInException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineReader`1", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "PipelineWriter", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "FormatTableLoadException", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "FormatTable", + "Namespace": "System.Management.Automation.Runspaces" + }, + { + "Name": "NullString", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CodeGeneration", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Ast", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ErrorStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ErrorExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptRequirements", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParamBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NamedBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NamedAttributeArgumentAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributeBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributeAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeConstraintAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StatementBlockAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingStatementKind", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PropertyAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PropertyMemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MethodAttributes", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FunctionMemberAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FunctionDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IfStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DataStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LabeledStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LoopStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForEachFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForEachStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ForStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DoWhileStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DoUntilStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "WhileStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SwitchFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SwitchStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CatchClauseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TryStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TrapStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BreakStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ContinueStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ReturnStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExitStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ThrowStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PipelineBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "PipelineAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandElementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandParameterAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandBaseAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommandExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionStream", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MergingRedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FileRedirectionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AssignmentStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConfigurationType", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConfigurationDefinitionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BinaryExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UnaryExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BlockStatementAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AttributedExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConvertExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "InvokeMemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "BaseCtorInvokeMemberExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ITypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "GenericTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ReflectionTypeName", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TypeExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "VariableExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ConstantExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringConstantType", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringConstantExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ExpandableStringExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptBlockExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayLiteralAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "HashtableAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ArrayExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParenExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "SubExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "UsingExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IndexExpressionAst", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "CommentHelpInfo", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ICustomAstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ICustomAstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DefaultCustomAstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DefaultCustomAstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Parser", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParseError", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IScriptPosition", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IScriptExtent", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptPosition", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ScriptExtent", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitAction", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitor", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "AstVisitor2", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "IAstPostVisitHandler", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenKind", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenFlags", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "TokenTraits", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "Token", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "NumberToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "VariableToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringLiteralToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StringExpandableToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "LabelToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "RedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "InputRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "MergingRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "FileRedirectionToken", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordNameMode", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordBodyMode", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeyword", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordProperty", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "DynamicKeywordParameter", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StaticParameterBinder", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StaticBindingResult", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "ParameterBindingResult", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "StaticBindingError", + "Namespace": "System.Management.Automation.Language" + }, + { + "Name": "InternalCommand", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "CommonParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ShouldProcessParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "TransactionParameters", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "DebuggerUtils", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSMonitorRunspaceType", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSStandaloneMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "PSEmbeddedMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "CmdletMetadataAttribute", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ParsingBaseAttribute", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "InternalTestHooks", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "IAstToWorkflowConverter", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "SessionStateKeeper", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ScriptBlockMemberMethodWrapper", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ClassOps", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "AutomationNull", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "AlternateStreamData", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "AlternateDataStreamUtilities", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "SecuritySupport", + "Namespace": "System.Management.Automation.Internal" + }, + { + "Name": "ManagementQualifierFlavors", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagementQualifierAttribute", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "ManagedCommonProvider", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "DefaultManagementInstaller", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "InstrumentationManager", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "WmiProviderInstallationException", + "Namespace": "System.Management.Instrumentation" + }, + { + "Name": "AccessControlEntry", + "Namespace": "System.Messaging" + }, + { + "Name": "AccessControlEntryType", + "Namespace": "System.Messaging" + }, + { + "Name": "AccessControlList", + "Namespace": "System.Messaging" + }, + { + "Name": "Acknowledgment", + "Namespace": "System.Messaging" + }, + { + "Name": "AcknowledgeTypes", + "Namespace": "System.Messaging" + }, + { + "Name": "ActiveXMessageFormatter", + "Namespace": "System.Messaging" + }, + { + "Name": "BinaryMessageFormatter", + "Namespace": "System.Messaging" + }, + { + "Name": "CryptographicProviderType", + "Namespace": "System.Messaging" + }, + { + "Name": "Cursor", + "Namespace": "System.Messaging" + }, + { + "Name": "DefaultPropertiesToSend", + "Namespace": "System.Messaging" + }, + { + "Name": "EncryptionAlgorithm", + "Namespace": "System.Messaging" + }, + { + "Name": "EncryptionRequired", + "Namespace": "System.Messaging" + }, + { + "Name": "GenericAccessRights", + "Namespace": "System.Messaging" + }, + { + "Name": "HashAlgorithm", + "Namespace": "System.Messaging" + }, + { + "Name": "IMessageFormatter", + "Namespace": "System.Messaging" + }, + { + "Name": "Message", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageEnumerator", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageLookupAction", + "Namespace": "System.Messaging" + }, + { + "Name": "MessagePriority", + "Namespace": "System.Messaging" + }, + { + "Name": "MessagePropertyFilter", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueue", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueueAccessControlEntry", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueueAccessRights", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueueCriteria", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueueEnumerator", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueueErrorCode", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueueException", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueueInstaller", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueuePermission", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueuePermissionAccess", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueuePermissionAttribute", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueuePermissionEntry", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueuePermissionEntryCollection", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueueTransaction", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueueTransactionStatus", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageQueueTransactionType", + "Namespace": "System.Messaging" + }, + { + "Name": "MessageType", + "Namespace": "System.Messaging" + }, + { + "Name": "MessagingDescriptionAttribute", + "Namespace": "System.Messaging" + }, + { + "Name": "PeekAction", + "Namespace": "System.Messaging" + }, + { + "Name": "PeekCompletedEventArgs", + "Namespace": "System.Messaging" + }, + { + "Name": "PeekCompletedEventHandler", + "Namespace": "System.Messaging" + }, + { + "Name": "QueueAccessMode", + "Namespace": "System.Messaging" + }, + { + "Name": "ReceiveCompletedEventArgs", + "Namespace": "System.Messaging" + }, + { + "Name": "ReceiveCompletedEventHandler", + "Namespace": "System.Messaging" + }, + { + "Name": "SecurityContext", + "Namespace": "System.Messaging" + }, + { + "Name": "StandardAccessRights", + "Namespace": "System.Messaging" + }, + { + "Name": "Trustee", + "Namespace": "System.Messaging" + }, + { + "Name": "TrusteeType", + "Namespace": "System.Messaging" + }, + { + "Name": "XmlMessageFormatter", + "Namespace": "System.Messaging" + }, + { + "Name": "QueuePathDialog", + "Namespace": "System.Messaging.Design" + }, + { + "Name": "QueuePathEditor", + "Namespace": "System.Messaging.Design" + }, + { + "Name": "INetworkProgress", + "Namespace": "System.Net" + }, + { + "Name": "NetworkProgressChangedEventArgs", + "Namespace": "System.Net" + }, + { + "Name": "IUnsafeWebRequestCreate", + "Namespace": "System.Net" + }, + { + "Name": "UiSynchronizationContext", + "Namespace": "System.Net" + }, + { + "Name": "IPEndPointCollection", + "Namespace": "System.Net" + }, + { + "Name": "UdpAnySourceMulticastClient", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "UdpSingleSourceMulticastClient", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "HttpPolicyDownloaderProtocol", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SecurityCriticalAction", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "SocketPolicy", + "Namespace": "System.Net.Sockets" + }, + { + "Name": "Cloud", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "CloudCollection", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PeerName", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PeerNameRecord", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PeerNameRecordCollection", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PeerNameRegistration", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "ResolveProgressChangedEventArgs", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "ResolveCompletedEventArgs", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PeerNameResolver", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PeerNameType", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PeerToPeerException", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PnrpPermissionAttribute", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PnrpPermission", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PnrpScope", + "Namespace": "System.Net.PeerToPeer" + }, + { + "Name": "PeerPresenceStatus", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerScope", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerApplicationRegistrationType", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerInvitationResponseType", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerChangeType", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "SubscriptionType", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "CreateContactCompletedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "SubscriptionListChangedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "ContactManager", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "ObjectChangedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PresenceChangedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "SubscribeCompletedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "RefreshDataCompletedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "InviteCompletedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "Peer", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerApplication", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerApplicationCollection", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerApplicationLaunchInfo", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerCollaboration", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerCollaborationPermissionAttribute", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerCollaborationPermission", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "ApplicationChangedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerContact", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerContactCollection", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "NameChangedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerEndPoint", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerEndPointCollection", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerInvitationResponse", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerNearMeChangedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerNearMe", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerNearMeCollection", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerObject", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerObjectCollection", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "PeerPresenceInfo", + "Namespace": "System.Net.PeerToPeer.Collaboration" + }, + { + "Name": "FormUrlEncodedContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "MultipartContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "MultipartFormDataContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpClientHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpCompletionOption", + "Namespace": "System.Net.Http" + }, + { + "Name": "ByteArrayContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "DelegatingHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpRequestException", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMessageHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMessageInvoker", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpClient", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpMethod", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpRequestMessage", + "Namespace": "System.Net.Http" + }, + { + "Name": "HttpResponseMessage", + "Namespace": "System.Net.Http" + }, + { + "Name": "MessageProcessingHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "StreamContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "StringContent", + "Namespace": "System.Net.Http" + }, + { + "Name": "ClientCertificateOption", + "Namespace": "System.Net.Http" + }, + { + "Name": "AuthenticationHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "CacheControlHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ContentDispositionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ContentRangeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "EntityTagHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpContentHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpHeaderValueCollection`1", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpRequestHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "HttpResponseHeaders", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "MediaTypeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "MediaTypeWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "NameValueHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "NameValueWithParametersHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ProductHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ProductInfoHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeConditionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RangeItemHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "RetryConditionHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "StringWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "TransferCodingHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "TransferCodingWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "ViaHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "WarningHeaderValue", + "Namespace": "System.Net.Http.Headers" + }, + { + "Name": "WebRequestHandler", + "Namespace": "System.Net.Http" + }, + { + "Name": "RtcRequestFactory", + "Namespace": "System.Net.Http" + }, + { + "Name": "BigInteger", + "Namespace": "System.Numerics" + }, + { + "Name": "Complex", + "Namespace": "System.Numerics" + }, + { + "Name": "Matrix3x2", + "Namespace": "System.Numerics" + }, + { + "Name": "Matrix4x4", + "Namespace": "System.Numerics" + }, + { + "Name": "Plane", + "Namespace": "System.Numerics" + }, + { + "Name": "Quaternion", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector2", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector3", + "Namespace": "System.Numerics" + }, + { + "Name": "Vector4", + "Namespace": "System.Numerics" + }, + { + "Name": "CustomReflectionContext", + "Namespace": "System.Reflection.Context" + }, + { + "Name": "CacheEntryChangeMonitor", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "CacheItem", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "CacheItemPolicy", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "CacheItemPriority", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "CacheEntryRemovedArguments", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "CacheEntryRemovedCallback", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "CacheEntryRemovedReason", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "CacheEntryUpdateArguments", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "CacheEntryUpdateCallback", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "ChangeMonitor", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "DefaultCacheCapabilities", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "FileChangeMonitor", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "HostFileChangeMonitor", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "MemoryCache", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "ObjectCache", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "OnChangedCallback", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "SqlChangeMonitor", + "Namespace": "System.Runtime.Caching" + }, + { + "Name": "IApplicationIdentifier", + "Namespace": "System.Runtime.Caching.Hosting" + }, + { + "Name": "IFileChangeNotificationSystem", + "Namespace": "System.Runtime.Caching.Hosting" + }, + { + "Name": "IMemoryCacheManager", + "Namespace": "System.Runtime.Caching.Hosting" + }, + { + "Name": "CachingSectionGroup", + "Namespace": "System.Runtime.Caching.Configuration" + }, + { + "Name": "MemoryCacheElement", + "Namespace": "System.Runtime.Caching.Configuration" + }, + { + "Name": "MemoryCacheSection", + "Namespace": "System.Runtime.Caching.Configuration" + }, + { + "Name": "MemoryCacheSettingsCollection", + "Namespace": "System.Runtime.Caching.Configuration" + }, + { + "Name": "InstanceCollisionException", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceCompleteException", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceHandle", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceHandleConflictException", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceKey", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceKeyCollisionException", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceKeyCompleteException", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceKeyNotReadyException", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceKeyState", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceKeyView", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceLockedException", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceLockLostException", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceLockQueryResult", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceNotReadyException", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceOwner", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceOwnerException", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceOwnerQueryResult", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstancePersistenceCommand", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstancePersistenceCommandException", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstancePersistenceContext", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstancePersistenceEvent", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstancePersistenceEvent`1", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstancePersistenceException", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceState", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceStore", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceStoreQueryResult", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceValue", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceValueConsistency", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceValueOptions", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "InstanceView", + "Namespace": "System.Runtime.DurableInstancing" + }, + { + "Name": "RemotingClientProxy", + "Namespace": "System.Runtime.Remoting.Services" + }, + { + "Name": "RemotingService", + "Namespace": "System.Runtime.Remoting.Services" + }, + { + "Name": "MetaData", + "Namespace": "System.Runtime.Remoting.MetadataServices" + }, + { + "Name": "ServiceType", + "Namespace": "System.Runtime.Remoting.MetadataServices" + }, + { + "Name": "SdlChannelSinkProvider", + "Namespace": "System.Runtime.Remoting.MetadataServices" + }, + { + "Name": "SdlChannelSink", + "Namespace": "System.Runtime.Remoting.MetadataServices" + }, + { + "Name": "SUDSParserException", + "Namespace": "System.Runtime.Remoting.MetadataServices" + }, + { + "Name": "SUDSGeneratorException", + "Namespace": "System.Runtime.Remoting.MetadataServices" + }, + { + "Name": "SdlType", + "Namespace": "System.Runtime.Remoting.MetadataServices" + }, + { + "Name": "CommonTransportKeys", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "SocketCachePolicy", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IAuthorizeRemotingConnection", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "BinaryClientFormatterSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "BinaryClientFormatterSink", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "BinaryServerFormatterSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "BinaryServerFormatterSink", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "SoapClientFormatterSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "SoapClientFormatterSink", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "SoapServerFormatterSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "SoapServerFormatterSink", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IpcChannel", + "Namespace": "System.Runtime.Remoting.Channels.Ipc" + }, + { + "Name": "IpcServerChannel", + "Namespace": "System.Runtime.Remoting.Channels.Ipc" + }, + { + "Name": "IpcClientChannel", + "Namespace": "System.Runtime.Remoting.Channels.Ipc" + }, + { + "Name": "TcpChannel", + "Namespace": "System.Runtime.Remoting.Channels.Tcp" + }, + { + "Name": "TcpClientChannel", + "Namespace": "System.Runtime.Remoting.Channels.Tcp" + }, + { + "Name": "TcpServerChannel", + "Namespace": "System.Runtime.Remoting.Channels.Tcp" + }, + { + "Name": "HttpChannel", + "Namespace": "System.Runtime.Remoting.Channels.Http" + }, + { + "Name": "HttpClientChannel", + "Namespace": "System.Runtime.Remoting.Channels.Http" + }, + { + "Name": "HttpServerChannel", + "Namespace": "System.Runtime.Remoting.Channels.Http" + }, + { + "Name": "HttpRemotingHandler", + "Namespace": "System.Runtime.Remoting.Channels.Http" + }, + { + "Name": "HttpRemotingHandlerFactory", + "Namespace": "System.Runtime.Remoting.Channels.Http" + }, + { + "Name": "IFragmentCapableXmlDictionaryWriter", + "Namespace": "System.Xml" + }, + { + "Name": "IStreamProvider", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlDictionary", + "Namespace": "System.Xml" + }, + { + "Name": "XmlBinaryReaderSession", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlBinaryWriterInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "XmlBinaryWriterSession", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionary", + "Namespace": "System.Xml" + }, + { + "Name": "OnXmlDictionaryReaderClose", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReaderQuotaTypes", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryReaderQuotas", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryString", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDictionaryWriter", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlTextWriterInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "UniqueId", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlMtomReaderInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlMtomWriterInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlTextReaderInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlBinaryReaderInitializer", + "Namespace": "System.Xml" + }, + { + "Name": "CollectionDataContractAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ContractNamespaceAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "EnumMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IExtensibleDataObject", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "KnownTypeAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ExtensionDataObject", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IgnoreDataMemberAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractResolver", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializer", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializationSurrogateProvider", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializerExtensions", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractSerializerSettings", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IDataContractSurrogate", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "InvalidDataContractException", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "NetDataContractSerializer", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XmlObjectSerializer", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XPathQueryGenerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XsdDataContractExporter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XsdDataContractImporter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DateTimeFormat", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "EmitTypeInformation", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "XmlSerializableServices", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ExportOptions", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ImportOptions", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "DataContractJsonSerializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "DataContractJsonSerializerSettings", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "IXmlJsonReaderInitializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "IXmlJsonWriterInitializer", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "JsonReaderWriterFactory", + "Namespace": "System.Runtime.Serialization.Json" + }, + { + "Name": "DeclaredTypeElement", + "Namespace": "System.Runtime.Serialization.Configuration" + }, + { + "Name": "DeclaredTypeElementCollection", + "Namespace": "System.Runtime.Serialization.Configuration" + }, + { + "Name": "NetDataContractSerializerSection", + "Namespace": "System.Runtime.Serialization.Configuration" + }, + { + "Name": "ParameterElement", + "Namespace": "System.Runtime.Serialization.Configuration" + }, + { + "Name": "ParameterElementCollection", + "Namespace": "System.Runtime.Serialization.Configuration" + }, + { + "Name": "DataContractSerializerSection", + "Namespace": "System.Runtime.Serialization.Configuration" + }, + { + "Name": "TypeElement", + "Namespace": "System.Runtime.Serialization.Configuration" + }, + { + "Name": "SerializationSectionGroup", + "Namespace": "System.Runtime.Serialization.Configuration" + }, + { + "Name": "TypeElementCollection", + "Namespace": "System.Runtime.Serialization.Configuration" + }, + { + "Name": "SoapFormatter", + "Namespace": "System.Runtime.Serialization.Formatters.Soap" + }, + { + "Name": "Color", + "Namespace": "Windows.UI" + }, + { + "Name": "Point", + "Namespace": "Windows.Foundation" + }, + { + "Name": "Rect", + "Namespace": "Windows.Foundation" + }, + { + "Name": "Size", + "Namespace": "Windows.Foundation" + }, + { + "Name": "WindowsRuntimeSystemExtensions", + "Namespace": "System" + }, + { + "Name": "DispatcherQueueHandler", + "Namespace": "System.Threading" + }, + { + "Name": "DispatcherQueuePriority", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncInfo", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WindowsRuntimeBuffer", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WindowsRuntimeBufferExtensions", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WindowsRuntimeStorageExtensions", + "Namespace": "System.IO" + }, + { + "Name": "WindowsRuntimeStreamExtensions", + "Namespace": "System.IO" + }, + { + "Name": "CornerRadius", + "Namespace": "Windows.UI.Xaml" + }, + { + "Name": "DurationType", + "Namespace": "Windows.UI.Xaml" + }, + { + "Name": "Duration", + "Namespace": "Windows.UI.Xaml" + }, + { + "Name": "GridUnitType", + "Namespace": "Windows.UI.Xaml" + }, + { + "Name": "GridLength", + "Namespace": "Windows.UI.Xaml" + }, + { + "Name": "Thickness", + "Namespace": "Windows.UI.Xaml" + }, + { + "Name": "LayoutCycleException", + "Namespace": "Windows.UI.Xaml" + }, + { + "Name": "Matrix", + "Namespace": "Windows.UI.Xaml.Media" + }, + { + "Name": "Matrix3D", + "Namespace": "Windows.UI.Xaml.Media.Media3D" + }, + { + "Name": "KeyTime", + "Namespace": "Windows.UI.Xaml.Media.Animation" + }, + { + "Name": "RepeatBehaviorType", + "Namespace": "Windows.UI.Xaml.Media.Animation" + }, + { + "Name": "RepeatBehavior", + "Namespace": "Windows.UI.Xaml.Media.Animation" + }, + { + "Name": "XamlParseException", + "Namespace": "Windows.UI.Xaml.Markup" + }, + { + "Name": "GeneratorPosition", + "Namespace": "Windows.UI.Xaml.Controls.Primitives" + }, + { + "Name": "ElementNotAvailableException", + "Namespace": "Windows.UI.Xaml.Automation" + }, + { + "Name": "ElementNotEnabledException", + "Namespace": "Windows.UI.Xaml.Automation" + }, + { + "Name": "DataProtectionPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "DataProtectionPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "DataProtectionPermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "CryptographicAttributeObject", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObjectCollection", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicAttributeObjectEnumerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DataProtectionScope", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MemoryProtectionScope", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ProtectedData", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ProtectedMemory", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DataProtector", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DpapiDataProtector", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CipherData", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "DataObject", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "EncryptedData", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "EncryptedKey", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "ReferenceList", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "EncryptedReference", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "CipherReference", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "DataReference", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "KeyReference", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "EncryptedType", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "EncryptionMethod", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "EncryptionProperty", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "EncryptionPropertyCollection", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "EncryptedXml", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "KeyInfo", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "KeyInfoClause", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "KeyInfoName", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "DSAKeyValue", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "RSAKeyValue", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "KeyInfoRetrievalMethod", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "KeyInfoEncryptedKey", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "X509IssuerSerial", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "KeyInfoX509Data", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "KeyInfoNode", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "Reference", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "Signature", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "SignedInfo", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "SignedXml", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "TransformChain", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "Transform", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "XmlDsigC14NTransform", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "XmlDsigC14NWithCommentsTransform", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "XmlDsigExcC14NTransform", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "XmlDsigExcC14NWithCommentsTransform", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "XmlDsigBase64Transform", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "XmlDsigXPathTransform", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "XmlDsigXsltTransform", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "XmlDsigEnvelopedSignatureTransform", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "XmlDecryptionTransform", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "XmlLicenseTransform", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "IRelDecryptor", + "Namespace": "System.Security.Cryptography.Xml" + }, + { + "Name": "X509SelectionFlag", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2UI", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "EnvelopedCms", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipient", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipientCollection", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsRecipientEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "CmsSigner", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9AttributeObject", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9SigningTime", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9DocumentName", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9DocumentDescription", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9ContentType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "Pkcs9MessageDigest", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "KeyTransRecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "KeyAgreeRecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoCollection", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "RecipientInfoEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "KeyAgreeKeyChoice", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifier", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierOrKeyType", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "PublicKeyInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SubjectIdentifierOrKey", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "AlgorithmIdentifier", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "ContentInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SignedCms", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SignerInfo", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SignerInfoCollection", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "SignerInfoEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" + }, + { + "Name": "UriTemplate", + "Namespace": "System" + }, + { + "Name": "UriTemplateEquivalenceComparer", + "Namespace": "System" + }, + { + "Name": "UriTemplateMatchException", + "Namespace": "System" + }, + { + "Name": "UriTemplateMatch", + "Namespace": "System" + }, + { + "Name": "UriTemplateTable", + "Namespace": "System" + }, + { + "Name": "KeyedByTypeCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SynchronizedCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SynchronizedKeyedCollection`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "SynchronizedReadOnlyCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "PipeException", + "Namespace": "System.IO" + }, + { + "Name": "ActionNotSupportedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "AddressAlreadyInUseException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "AddressAccessDeniedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ChannelTerminatedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationObjectAbortedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationObjectFaultedException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CommunicationState", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointNotFoundException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ICommunicationObject", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IDefaultCommunicationTimeouts", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ProtocolException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServerTooBusyException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceActivationException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HostNameComparisonMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TransferMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpContextBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetTcpContextBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSHttpContextBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "QuotaExceededException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "AddressFilterMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "XPathMessageQuery", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DeadLetterQueue", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MsmqAuthenticationMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MsmqBindingBase", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MsmqEncryptionAlgorithm", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MsmqException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MsmqSecureHashAlgorithm", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MsmqPoisonMessageException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PoisonMessageException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ReceiveErrorHandling", + "Namespace": "System.ServiceModel" + }, + { + "Name": "QueueTransferProtocol", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ReliableMessagingVersion", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SpnEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UpnEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DnsEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "RsaEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "X509CertificateEndpointIdentity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageSecurityVersion", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ClientCredentialsSecurityTokenManager", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceAuthorizationManager", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceAuthenticationManager", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceSecurityContext", + "Namespace": "System.ServiceModel" + }, + { + "Name": "AuditLevel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "AuditLogLocation", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DeliveryRequirementsAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "QueuedDeliveryRequirementsMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CallbackBehaviorAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DataContractFormatAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ImpersonationOption", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageBodyMemberAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageContractMemberAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeaderArrayAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeaderAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageParameterAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessagePropertyAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationBehaviorAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ReceiveContextEnabledAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceBehaviorAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceContractAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceKnownTypeAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SessionMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "XmlSerializerFormatAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CacheSetting", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ChannelFactory", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ChannelFactory`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ConcurrencyMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DuplexChannelFactory`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ExceptionDetail", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ExtensionCollection`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IDuplexContextChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IExtensibleObject`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IExtension`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IExtensionCollection`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "InvalidMessageContractException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "InstanceContextMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IClientChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IContextChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IServiceChannel", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ReleaseInstanceMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceHostBase", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceHost", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ServiceConfiguration", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationFormatUse", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationFormatStyle", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UriSchemeKeyedCollection", + "Namespace": "System.ServiceModel" + }, + { + "Name": "DuplexClientBase`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultException`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeaderException", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationContext", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OperationContextScope", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ClientBase`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "InstanceContext", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultImportOptions", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UnknownMessageReceivedEventArgs", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageHeader`1", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointAddress", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointAddressBuilder", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointAddress10", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointAddressAugust2004", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EnvelopeVersion", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultCode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultReason", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FaultReasonText", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpBindingBase", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpsBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpsSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpsSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpMessageCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpMessageSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "BasicHttpSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "FederatedMessageSecurityOverHttp", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpClientCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpProxyCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "HttpTransportSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageSecurityOverTcp", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageSecurityOverHttp", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageSecurityOverMsmq", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MsmqTransportSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NamedPipeTransportSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetHttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetHttpMessageEncoding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetHttpsBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetMsmqBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetMsmqSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetMsmqSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetNamedPipeBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetNamedPipeSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetNamedPipeSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetPeerTcpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetTcpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NetTcpSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "NonDualMessageSecurityOverHttp", + "Namespace": "System.ServiceModel" + }, + { + "Name": "SecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TcpClientCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TcpTransportSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ReliableSession", + "Namespace": "System.ServiceModel" + }, + { + "Name": "OptionalReliableSession", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSMessageEncoding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSFederationHttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WS2007FederationHttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSFederationHttpSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSFederationHttpSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSHttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WS2007HttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSHttpBindingBase", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSDualHttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSDualHttpSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSDualHttpSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WSHttpSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "IOnlineStatus", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PeerHopCountAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PeerMessageOrigination", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PeerMessagePropagation", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PeerMessagePropagationFilter", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PeerNode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PeerNodeAddress", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PeerResolver", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PeerSecuritySettings", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PeerTransportCredentialType", + "Namespace": "System.ServiceModel" + }, + { + "Name": "PeerTransportSecuritySettings", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TransactionFlowOption", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TransactionFlowAttribute", + "Namespace": "System.ServiceModel" + }, + { + "Name": "TransactionProtocol", + "Namespace": "System.ServiceModel" + }, + { + "Name": "ExceptionMapper", + "Namespace": "System.ServiceModel" + }, + { + "Name": "Atom10FeedFormatter", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "Atom10FeedFormatter`1", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "Atom10ItemFormatter", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "Atom10ItemFormatter`1", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "SyndicationCategory", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "SyndicationContent", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "SyndicationElementExtensionCollection", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "SyndicationFeed", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "SyndicationFeedFormatter", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "SyndicationItemFormatter", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "SyndicationVersions", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "SyndicationItem", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "SyndicationLink", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "SyndicationElementExtension", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "SyndicationPerson", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "Rss20FeedFormatter", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "Rss20FeedFormatter`1", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "Rss20ItemFormatter", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "Rss20ItemFormatter`1", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "TextSyndicationContent", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "TextSyndicationContentKind", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "UrlSyndicationContent", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "XmlSyndicationContent", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "ServiceDocument", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "Workspace", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "ResourceCollectionInfo", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "CategoriesDocument", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "InlineCategoriesDocument", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "ReferencedCategoriesDocument", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "ServiceDocumentFormatter", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "AtomPub10ServiceDocumentFormatter", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "AtomPub10ServiceDocumentFormatter`1", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "CategoriesDocumentFormatter", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "AtomPub10CategoriesDocumentFormatter", + "Namespace": "System.ServiceModel.Syndication" + }, + { + "Name": "CustomPeerResolverService", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "IPeerResolverContract", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "PeerCustomResolverSettings", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "PeerReferralPolicy", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "PeerResolverMode", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "PeerResolverSettings", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "ResolveInfo", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "ResolveResponseInfo", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "RegisterInfo", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "RegisterResponseInfo", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "UpdateInfo", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "UnregisterInfo", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "RefreshInfo", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "RefreshResponseInfo", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "RefreshResult", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "ServiceSettingsResponseInfo", + "Namespace": "System.ServiceModel.PeerResolvers" + }, + { + "Name": "DllHostInitializer", + "Namespace": "System.ServiceModel.ComIntegration" + }, + { + "Name": "IChannelCredentials", + "Namespace": "System.ServiceModel.ComIntegration" + }, + { + "Name": "PersistStreamTypeWrapper", + "Namespace": "System.ServiceModel.ComIntegration" + }, + { + "Name": "ServiceMoniker", + "Namespace": "System.ServiceModel.ComIntegration" + }, + { + "Name": "WasHostedComPlusFactory", + "Namespace": "System.ServiceModel.ComIntegration" + }, + { + "Name": "InfocardInteractiveChannelInitializer", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "BasicSecurityProfileVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecureConversationVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WSSecurityTokenSerializer", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityPolicyVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "TrustVersion", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "NonceCache", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SspiSecurityTokenProvider", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityTokenAttachmentMode", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityTokenSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SupportingTokenSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "IdentityVerifier", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ImpersonateOnSerializingReplyMessageProperty", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessagePartSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessageProtectionOrder", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "MessageSecurityException", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityAccessDeniedException", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ExpiredSecurityTokenException", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "Basic256SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "Basic192SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "Basic128SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "TripleDesSecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityMessageProperty", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ChannelProtectionRequirements", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ScopedMessagePartSpecification", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "DataProtectionSecurityStateEncoder", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityStateEncoder", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityKeyEntropyMode", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityNegotiationException", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ISecureConversationSession", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ISecuritySession", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SimpleSecurityTokenProvider", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecurityCredentialsManager", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "HttpDigestClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "IEndpointIdentityProvider", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "IssuedTokenClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "IssuedTokenServiceCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "SecureConversationServiceCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ServiceCredentialsSecurityTokenManager", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "UserNamePasswordClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "UserNamePasswordServiceCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "UserNamePasswordValidationMode", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WindowsClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WindowsServiceCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateInitiatorClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateRecipientClientCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateInitiatorServiceCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509CertificateRecipientServiceCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509ClientCertificateAuthentication", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509PeerCertificateAuthentication", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "X509ServiceCertificateAuthentication", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "PeerCredential", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "DispatchContext", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "IWSTrust13AsyncContract", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "IWSTrust13SyncContract", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "IWSTrustChannelContract", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "IWSTrustContract", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "IWSTrustFeb2005AsyncContract", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "IWSTrustFeb2005SyncContract", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WSTrustChannel", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WSTrustChannelFactory", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WSTrustRequestBodyWriter", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WSTrustRequestProcessingErrorEventArgs", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WSTrustResponseBodyWriter", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WSTrustServiceContract", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "WSTrustServiceHost", + "Namespace": "System.ServiceModel.Security" + }, + { + "Name": "ILogonTokenCacheManager", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityTokenReferenceStyle", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "InitiatorServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "RecipientServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "RsaSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ServiceModelSecurityTokenTypes", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SspiSecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "IssuedSecurityTokenHandler", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "RenewedSecurityTokenHandler", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "IIssuanceSecurityTokenAuthenticator", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ISecurityContextSecurityTokenCache", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityContextSecurityTokenResolver", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityContextSecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityContextSecurityTokenAuthenticator", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "IssuedSecurityTokenProvider", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "ClaimTypeRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "IssuedSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "KerberosSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityTokenInclusionMode", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecureConversationSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SslSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SspiSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "SupportingTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "UserNameSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "X509SecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "X509KeyIdentifierClauseType", + "Namespace": "System.ServiceModel.Security.Tokens" + }, + { + "Name": "MsmqIntegrationBinding", + "Namespace": "System.ServiceModel.MsmqIntegration" + }, + { + "Name": "MsmqIntegrationBindingElement", + "Namespace": "System.ServiceModel.MsmqIntegration" + }, + { + "Name": "MsmqIntegrationMessageProperty", + "Namespace": "System.ServiceModel.MsmqIntegration" + }, + { + "Name": "MsmqIntegrationSecurity", + "Namespace": "System.ServiceModel.MsmqIntegration" + }, + { + "Name": "MsmqIntegrationSecurityMode", + "Namespace": "System.ServiceModel.MsmqIntegration" + }, + { + "Name": "MsmqMessage`1", + "Namespace": "System.ServiceModel.MsmqIntegration" + }, + { + "Name": "MsmqMessageSerializationFormat", + "Namespace": "System.ServiceModel.MsmqIntegration" + }, + { + "Name": "TransactedBatchingBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ClientCredentials", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "PrincipalPermissionMode", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceCredentials", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceAuthorizationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceAuthenticationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceSecurityAuditBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ContractDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "FaultDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "FaultDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IContractBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IContractBehaviorAttribute", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IOperationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IServiceBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageBodyDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageHeaderDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageHeaderDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePartDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePartDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePropertyDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessagePropertyDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "OperationDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "OperationDescriptionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceDescription", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MessageDirection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ParameterXPathQueryGenerator", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "DataContractSerializerOperationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "XmlSerializerOperationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataResolver", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataExchangeClient", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataExchangeClientMode", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IEndpointBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IMetadataExchange", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataSet", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataExchangeBindings", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataLocation", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataReference", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataSection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceMetadataEndpoint", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MustUnderstandBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceEndpoint", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceEndpointCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceMetadataExtension", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "SynchronousReceiveBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "DispatcherSynchronizationBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ClientViaBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataImporter", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IOperationContractGenerationExtension", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IPolicyExportExtension", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IPolicyImportExtension", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IServiceContractGenerationExtension", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IWsdlExportExtension", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "IWsdlImportExtension", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "DataContractSerializerMessageContractImporter", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "XmlSerializerMessageContractImporter", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataConversionError", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataExporter", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "OperationContractGenerationContext", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "PolicyAssertionCollection", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "PolicyConversionContext", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "MetadataImporterQuotas", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "PolicyVersion", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceContractGenerationContext", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceContractGenerationOptions", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceContractGenerator", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceMetadataContractBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "WsdlContractConversionContext", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "WsdlEndpointConversionContext", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "WsdlExporter", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "WsdlImporter", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "CallbackDebugBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceDebugBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceMetadataBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ServiceThrottlingBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "TypedMessageConverter", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "ListenUriMode", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "UseRequestHeadersForMetadataAddressBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "XPathMessageContextMarkupExtension", + "Namespace": "System.ServiceModel.XamlIntegration" + }, + { + "Name": "XPathMessageContextTypeConverter", + "Namespace": "System.ServiceModel.XamlIntegration" + }, + { + "Name": "ExceptionHandler", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ActionMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "EndpointAddressMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "FilterInvalidBodyAccessException", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IMessageFilterTable`1", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "InvalidBodyAccessException", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "MatchAllMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "MatchNoneMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "MessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "MessageFilterException", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "MessageFilterTable`1", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "MessageQuery", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "MessageQueryCollection", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "MessageQueryTable`1", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "MultipleFilterMatchesException", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "NavigatorInvalidBodyAccessException", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "XPathNavigatorException", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "PrefixEndpointAddressMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "SeekableXPathNavigator", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "XPathResult", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "XPathMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "XPathMessageFilterTable`1", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "XPathMessageQueryCollection", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "XPathMessageContext", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "DispatchRuntime", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientRuntimeCompatBase", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientRuntime", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ChannelDispatcher", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ChannelDispatcherCollection", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "DispatchOperation", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "EndpointDispatcher", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "FaultContractInfo", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ICallContextInitializer", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ChannelDispatcherBase", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IChannelInitializer", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IDispatchOperationSelector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IErrorHandler", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInputSessionShutdown", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInstanceProvider", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IOperationInvoker", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IParameterInspector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IClientMessageFormatter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IClientMessageInspector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IClientOperationSelector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInstanceContextProvider", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInstanceContextInitializer", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IDispatchMessageFormatter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IDispatchMessageInspector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IInteractiveChannelInitializer", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientOperationCompatBase", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ClientOperation", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "ServiceThrottle", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "InstanceContextIdleCallback", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "AspNetCompatibilityRequirementsAttribute", + "Namespace": "System.ServiceModel.Activation" + }, + { + "Name": "AspNetCompatibilityRequirementsMode", + "Namespace": "System.ServiceModel.Activation" + }, + { + "Name": "ServiceHostFactoryBase", + "Namespace": "System.ServiceModel.Activation" + }, + { + "Name": "VirtualPathExtension", + "Namespace": "System.ServiceModel.Activation" + }, + { + "Name": "DiagnosticSection", + "Namespace": "System.ServiceModel.Activation.Configuration" + }, + { + "Name": "NetPipeSection", + "Namespace": "System.ServiceModel.Activation.Configuration" + }, + { + "Name": "NetTcpSection", + "Namespace": "System.ServiceModel.Activation.Configuration" + }, + { + "Name": "SecurityIdentifierElement", + "Namespace": "System.ServiceModel.Activation.Configuration" + }, + { + "Name": "ServiceModelActivationSectionGroup", + "Namespace": "System.ServiceModel.Activation.Configuration" + }, + { + "Name": "SecurityIdentifierElementCollection", + "Namespace": "System.ServiceModel.Activation.Configuration" + }, + { + "Name": "ContextBindingElementExtensionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetTcpContextBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetTcpContextBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WSHttpContextBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WSHttpContextBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BasicHttpContextBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BasicHttpContextBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ApplicationContainerSettingsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "AllowedAudienceUriElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "AllowedAudienceUriElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "AddressHeaderCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceAuthenticationElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "AuthorizationPolicyTypeElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "AuthorizationPolicyTypeElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "AuthenticationMode", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BaseAddressElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BaseAddressElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BaseAddressPrefixFilterElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BaseAddressPrefixFilterElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BasicHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BasicHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BasicHttpMessageSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BasicHttpSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BasicHttpsBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BasicHttpsBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BasicHttpsSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BehaviorExtensionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BehaviorsSection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BinaryMessageEncodingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BindingElementExtensionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "BindingsSection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "CertificateElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "CertificateReferenceElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ChannelEndpointElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ChannelEndpointElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ChannelPoolSettingsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ClientViaElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ClaimTypeElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ClaimTypeElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "CallbackDebugElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ClientSection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "CallbackTimeoutsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ClearBehaviorElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ClientCredentialsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "CommonBehaviorsSection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "CommonEndpointBehaviorElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "CommonServiceBehaviorElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "CompositeDuplexElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ConnectionOrientedTransportElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "CustomBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "CustomBindingElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "CustomBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "OneWayElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "DefaultPortElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "DefaultPortElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "DelegatingHandlerElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "DelegatingHandlerElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "DiagnosticSection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "DnsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "EndpointAddressElementBase", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "EndpointBehaviorElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "EndpointBehaviorElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "EndpointCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "EndToEndTracingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "FederatedMessageSecurityOverHttpElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "HostElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "HostTimeoutsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "HttpBindingBaseElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "HttpDigestClientElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "HttpMessageHandlerFactoryElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MexBindingBindingCollectionElement`2", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MexBindingElement`1", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MexHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MexHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MexHttpsBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MexHttpsBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "HttpsTransportElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "HttpTransportElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "HttpTransportSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "IBindingConfigurationElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "IdentityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "IssuedTokenClientElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "IssuedTokenServiceElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "IssuedTokenClientBehaviorsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "IssuedTokenClientBehaviorsElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "IssuedTokenParametersElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "IssuedTokenParametersEndpointAddressElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "LocalClientSecuritySettingsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "LocalServiceSecuritySettingsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MetadataElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MessageLoggingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MessageSecurityOverHttpElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MessageSecurityOverMsmqElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MessageSecurityOverTcpElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MsmqBindingElementBase", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MsmqIntegrationBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MsmqIntegrationBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MsmqIntegrationElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MsmqIntegrationSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MsmqElementBase", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MsmqTransportElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MsmqTransportSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MtomMessageEncodingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NamedPipeConnectionPoolSettingsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NamedPipeSettingsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NamedPipeTransportElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NamedPipeTransportSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NamedServiceModelExtensionCollectionElement`1", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NonDualMessageSecurityOverHttpElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetHttpsBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetHttpsBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetHttpWebSocketTransportSettingsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WebSocketTransportSettingsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetPeerTcpBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetPeerTcpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetNamedPipeBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetNamedPipeBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MexNamedPipeBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MexNamedPipeBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceMetadataEndpointElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceMetadataEndpointCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetNamedPipeSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetMsmqBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetMsmqBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetMsmqSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetTcpBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetTcpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MexTcpBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "MexTcpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "NetTcpSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "StandardBindingOptionalReliableSessionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "PeerCredentialElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "PeerCustomResolverElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "PeerResolverElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "PeerSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "PeerTransportElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "PeerTransportSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "PnrpPeerResolverElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "PolicyImporterElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "PolicyImporterElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "PrivacyNoticeElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "StandardBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WSHttpBindingBaseElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WSHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "StandardBindingCollectionElement`2", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "TransportElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "StandardEndpointElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "StandardEndpointCollectionElement`2", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "StandardBindingReliableSessionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "RsaElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ReliableSessionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "SecureConversationServiceElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "SecurityElementBase", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "SecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceActivationElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceAuthorizationElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceCredentialsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceEndpointElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ExtensionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceHostingEnvironmentSection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ProtocolMappingSection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ProtocolMappingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceMetadataPublishingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ExtensionsSection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceSecurityAuditElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServicesSection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceThrottlingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServicePrincipalNameElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "SslStreamSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "TcpTransportElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "TcpTransportSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "TextMessageEncodingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "TransactedBatchingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "TransportConfigurationTypeElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "UserPrincipalNameElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "UserNameServiceElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WindowsClientElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WindowsServiceElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WindowsStreamSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WsdlImporterElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WSDualHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WSDualHttpSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WSHttpSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "XmlDictionaryReaderQuotasElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "XmlElementElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "DataContractSerializerElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "XPathMessageFilterElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509CertificateTrustedIssuerElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509ClientCertificateAuthenticationElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509ClientCertificateCredentialsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509DefaultServiceCertificateElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509InitiatorCertificateClientElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509RecipientCertificateClientElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509InitiatorCertificateServiceElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509RecipientCertificateServiceElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509ScopedServiceCertificateElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509ServiceCertificateAuthenticationElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ComContractElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ComContractsSection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ComMethodElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ComPersistableTypeElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ComUdtElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "TransactionFlowElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WSFederationHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WSFederationHttpSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509PeerCertificateElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509PeerCertificateAuthenticationElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceDebugElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceTimeoutsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "TcpConnectionPoolSettingsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WSHttpTransportSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "DispatcherSynchronizationElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "RemoveBehaviorElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "UseRequestHeadersForMetadataAddressElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ProtocolMappingElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceActivationElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceBehaviorElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceBehaviorElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceEndpointElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ExtensionElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceModelEnhancedConfigurationElementCollection`1", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceModelConfigurationElementCollection`1", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceModelConfigurationElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceModelExtensionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceModelExtensionCollectionElement`1", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ServiceModelSectionGroup", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "StandardBindingElementCollection`1", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "StandardEndpointElementCollection`1", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "StandardEndpointsSection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "SynchronousReceiveElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "TransportConfigurationTypeElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "UseManagedPresentationElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WsdlImporterElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WS2007FederationHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WSFederationHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WS2007FederationHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WS2007HttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WSHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WS2007HttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WSDualHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "XmlElementElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "XPathMessageFilterElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "XPathMessageFilterElementComparer", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509CertificateTrustedIssuerElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "X509ScopedServiceCertificateElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ConfigurationChannelFactory`1", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ConfigurationDuplexChannelFactory`1", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ComContractElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ComMethodElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ComPersistableTypeElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ComUdtElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "Binding", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingElementCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingParameterCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CustomBinding", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IBindingDeliveryCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IBindingMulticastCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ISecurityCapabilities", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelParameterCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelFactory`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelListener", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IChannelListener`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IDuplexChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IDuplexSession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IDuplexSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IInputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IInputSession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IInputSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IOutputChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IOutputSession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IOutputSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IReplyChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IReplySessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IRequestChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IRequestSessionChannel", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ISession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ISessionChannel`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelFactoryBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelFactoryBase`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelListenerBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelListenerBase`1", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelManagerBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ChannelPoolSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CommunicationObject", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IReceiveContextSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ReceiveContext", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ReceiveContextState", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RemoteEndpointMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RequestContext", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SupportedAddressingMode", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BufferManager", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CallbackContextMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ContextBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ContextBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ContextExchangeMechanism", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ContextMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IContextBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IContextManager", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpCookieContainerBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamSecurityUpgradeAcceptor", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamSecurityUpgradeInitiator", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamSecurityUpgradeProvider", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamUpgradeAcceptor", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamUpgradeInitiator", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamUpgradeProvider", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ApplicationContainerSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "NamedPipeSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpRequestMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpResponseMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IHttpCookieContainerManager", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IWebSocketCloseDetails", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SessionOpenNotification", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpMessageHandlerFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ClientWebSocketFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebSocketTransportUsage", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebSocketTransportSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebSocketMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpMessageSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpRequestMessageExtensionMethods", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "OneWayBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ConnectionOrientedTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CompositeDuplexBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CompositeDuplexBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpsTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamUpgradeBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "NamedPipeConnectionPoolSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "NamedPipeTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "OneWayBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SslStreamSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TcpConnectionPoolSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TcpTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WindowsStreamSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IAnonymousUriPrefixMatcher", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CorrelationCallbackMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CorrelationDataDescription", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CorrelationDataMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CorrelationKey", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CorrelationMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ICorrelationDataSource", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "PrivacyNoticeBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "PrivacyNoticeBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "UseManagedPresentationBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "UseManagedPresentationBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "DeliveryFailure", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "DeliveryStatus", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MsmqMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ITransactedBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MsmqBindingElementBase", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MsmqTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ReliableSessionBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ReliableSessionBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RedirectionDuration", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RedirectionException", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RedirectionLocation", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RedirectionScope", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RedirectionType", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "RetryException", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "AsymmetricSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ITransportTokenAssertionProvider", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SecurityBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SecurityHeaderLayout", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "SymmetricSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransportSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "LocalClientSecuritySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "LocalServiceSecuritySettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IBindingRuntimePreferences", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BindingContext", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StandardBindingImporter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "XmlSerializerImportOptions", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WrappedOptions", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "InvalidChannelBindingException", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransferSession", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "AddressingVersion", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "AddressHeader", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "AddressHeaderCollection", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BodyWriter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageHeaderInfo", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "IMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "FaultConverter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "Message", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageBuffer", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageFault", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageHeader", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageHeaders", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageProperties", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageState", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageVersion", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "UnderstoodHeaders", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "CompressionFormat", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageEncoder", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageEncoderFactory", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "BinaryMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MtomMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TextMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageEncodingBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "PeerCustomResolverBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "PeerResolverBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "PeerTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "PnrpPeerResolverBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransactionMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransactionFlowBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "TransactionFlowBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "PerformanceCounterScope", + "Namespace": "System.ServiceModel.Diagnostics" + }, + { + "Name": "ServiceHostingEnvironment", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WorkflowServiceHostFactory", + "Namespace": "System.ServiceModel.Activities.Activation" + }, + { + "Name": "HostedTransportConfiguration", + "Namespace": "System.ServiceModel.Activation" + }, + { + "Name": "ServiceActivationBuildProviderAttribute", + "Namespace": "System.ServiceModel.Activation" + }, + { + "Name": "ServiceBuildProvider", + "Namespace": "System.ServiceModel.Activation" + }, + { + "Name": "ServiceHostFactory", + "Namespace": "System.ServiceModel.Activation" + }, + { + "Name": "ServiceRoute", + "Namespace": "System.ServiceModel.Activation" + }, + { + "Name": "Endpoint", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointIdentityExtension", + "Namespace": "System.ServiceModel" + }, + { + "Name": "MessageQuerySet", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CorrelationActionMessageFilter", + "Namespace": "System.ServiceModel" + }, + { + "Name": "CorrelationQuery", + "Namespace": "System.ServiceModel" + }, + { + "Name": "EndpointIdentityConverter", + "Namespace": "System.ServiceModel.XamlIntegration" + }, + { + "Name": "ServiceXNameTypeConverter", + "Namespace": "System.ServiceModel.XamlIntegration" + }, + { + "Name": "SpnEndpointIdentityExtension", + "Namespace": "System.ServiceModel.XamlIntegration" + }, + { + "Name": "UpnEndpointIdentityExtension", + "Namespace": "System.ServiceModel.XamlIntegration" + }, + { + "Name": "WorkflowService", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "DurableInstancingOptions", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "IWorkflowInstanceManagement", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "IWorkflowUpdateableInstanceManagement", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "SerializerOption", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "WorkflowControlClient", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "WorkflowUpdateableControlClient", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "WorkflowControlEndpoint", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "WorkflowServiceHost", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "CorrelationHandle", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "CorrelationScope", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "InitializeCorrelation", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "IReceiveMessageCallback", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "ISendMessageCallback", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "TransactedReceiveScope", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "ReceiveContent", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "ReceiveMessageContent", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "ReceiveParametersContent", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "SendContent", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "SendMessageContent", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "SendParametersContent", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "Receive", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "ReceiveReply", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "Send", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "SendReply", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "SendMessageChannelCache", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "ChannelCacheSettings", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "CorrelationInitializer", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "RequestReplyCorrelationInitializer", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "QueryCorrelationInitializer", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "CallbackCorrelationInitializer", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "ContextCorrelationInitializer", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "WorkflowCreationContext", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "WorkflowHostingEndpoint", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "WorkflowHostingResponseContext", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "HostSettings", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "MessageContext", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "ReceiveSettings", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "SendReceiveExtension", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "SendSettings", + "Namespace": "System.ServiceModel.Activities" + }, + { + "Name": "ReceiveMessageRecord", + "Namespace": "System.ServiceModel.Activities.Tracking" + }, + { + "Name": "SendMessageRecord", + "Namespace": "System.ServiceModel.Activities.Tracking" + }, + { + "Name": "ActivityStateQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "ActivityStateQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "ActivityScheduledQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "ActivityScheduledQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "AnnotationElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "AnnotationElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "ArgumentElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "ArgumentElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "BookmarkResumptionQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "BookmarkResumptionQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "CancelRequestedQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "CancelRequestedQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "FaultPropagationQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "FaultPropagationQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "ProfileElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "ProfileElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "ProfileWorkflowElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "ProfileWorkflowElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "StateElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "StateElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "TrackingConfigurationCollection`1", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "TrackingConfigurationElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "TrackingQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "TrackingSection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "CustomTrackingQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "CustomTrackingQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "StateMachineStateQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "StateMachineStateQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "VariableElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "VariableElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "WorkflowInstanceQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "WorkflowInstanceQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + }, + { + "Name": "EtwTrackingBehaviorElement", + "Namespace": "System.ServiceModel.Activities.Configuration" + }, + { + "Name": "BufferedReceiveElement", + "Namespace": "System.ServiceModel.Activities.Configuration" + }, + { + "Name": "WorkflowControlEndpointCollectionElement", + "Namespace": "System.ServiceModel.Activities.Configuration" + }, + { + "Name": "WorkflowControlEndpointElement", + "Namespace": "System.ServiceModel.Activities.Configuration" + }, + { + "Name": "WorkflowIdleElement", + "Namespace": "System.ServiceModel.Activities.Configuration" + }, + { + "Name": "WorkflowUnhandledExceptionElement", + "Namespace": "System.ServiceModel.Activities.Configuration" + }, + { + "Name": "ServiceModelActivitiesSectionGroup", + "Namespace": "System.ServiceModel.Activities.Configuration" + }, + { + "Name": "WorkflowHostingOptionsSection", + "Namespace": "System.ServiceModel.Activities.Configuration" + }, + { + "Name": "SendMessageChannelCacheElement", + "Namespace": "System.ServiceModel.Activities.Configuration" + }, + { + "Name": "FactorySettingsElement", + "Namespace": "System.ServiceModel.Activities.Configuration" + }, + { + "Name": "ChannelSettingsElement", + "Namespace": "System.ServiceModel.Activities.Configuration" + }, + { + "Name": "SqlWorkflowInstanceStoreElement", + "Namespace": "System.ServiceModel.Activities.Configuration" + }, + { + "Name": "WorkflowInstanceManagementElement", + "Namespace": "System.ServiceModel.Activities.Configuration" + }, + { + "Name": "BufferedReceiveServiceBehavior", + "Namespace": "System.ServiceModel.Activities.Description" + }, + { + "Name": "WorkflowContractBehaviorAttribute", + "Namespace": "System.ServiceModel.Activities.Description" + }, + { + "Name": "EtwTrackingBehavior", + "Namespace": "System.ServiceModel.Activities.Description" + }, + { + "Name": "SqlWorkflowInstanceStoreBehavior", + "Namespace": "System.ServiceModel.Activities.Description" + }, + { + "Name": "WorkflowUnhandledExceptionAction", + "Namespace": "System.ServiceModel.Activities.Description" + }, + { + "Name": "WorkflowUnhandledExceptionBehavior", + "Namespace": "System.ServiceModel.Activities.Description" + }, + { + "Name": "WorkflowIdleBehavior", + "Namespace": "System.ServiceModel.Activities.Description" + }, + { + "Name": "WorkflowInstanceManagementBehavior", + "Namespace": "System.ServiceModel.Activities.Description" + }, + { + "Name": "UdpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "UdpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "UdpBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ByteStreamMessageEncodingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "UdpTransportElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "UdpRetransmissionSettingsElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ByteStreamMessage", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "ByteStreamMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "NetworkInterfaceMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "UdpRetransmissionSettings", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "UdpTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "UdpTransportImporter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpResponseMessageExtensionMethods", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "HttpRequestMessageExtensionMethods", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "MessageExtensionMethods", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "AnnouncementClient", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "AnnouncementEndpoint", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "AnnouncementEventArgs", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "AnnouncementService", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "DiscoveryClient", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "DiscoveryClientBindingElement", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "DiscoveryEndpoint", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "DiscoveryEndpointProvider", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "DiscoveryMessageSequence", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "DiscoveryMessageSequenceGenerator", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "DiscoveryOperationContextExtension", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "DiscoveryProxy", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "DiscoveryService", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "DiscoveryServiceExtension", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "DiscoveryVersion", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "DynamicEndpoint", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "EndpointDiscoveryBehavior", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "EndpointDiscoveryMetadata", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "FindCompletedEventArgs", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "FindCriteria", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "FindProgressChangedEventArgs", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "FindRequestContext", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "FindResponse", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "ResolveCompletedEventArgs", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "ResolveCriteria", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "ResolveResponse", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "ServiceDiscoveryBehavior", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "ServiceDiscoveryMode", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "UdpAnnouncementEndpoint", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "UdpDiscoveryEndpoint", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "UdpTransportSettings", + "Namespace": "System.ServiceModel.Discovery" + }, + { + "Name": "DiscoveryMessageSequenceCD1", + "Namespace": "System.ServiceModel.Discovery.VersionCD1" + }, + { + "Name": "EndpointDiscoveryMetadataCD1", + "Namespace": "System.ServiceModel.Discovery.VersionCD1" + }, + { + "Name": "FindCriteriaCD1", + "Namespace": "System.ServiceModel.Discovery.VersionCD1" + }, + { + "Name": "ResolveCriteriaCD1", + "Namespace": "System.ServiceModel.Discovery.VersionCD1" + }, + { + "Name": "DiscoveryMessageSequenceApril2005", + "Namespace": "System.ServiceModel.Discovery.VersionApril2005" + }, + { + "Name": "EndpointDiscoveryMetadataApril2005", + "Namespace": "System.ServiceModel.Discovery.VersionApril2005" + }, + { + "Name": "FindCriteriaApril2005", + "Namespace": "System.ServiceModel.Discovery.VersionApril2005" + }, + { + "Name": "ResolveCriteriaApril2005", + "Namespace": "System.ServiceModel.Discovery.VersionApril2005" + }, + { + "Name": "DiscoveryMessageSequence11", + "Namespace": "System.ServiceModel.Discovery.Version11" + }, + { + "Name": "EndpointDiscoveryMetadata11", + "Namespace": "System.ServiceModel.Discovery.Version11" + }, + { + "Name": "FindCriteria11", + "Namespace": "System.ServiceModel.Discovery.Version11" + }, + { + "Name": "ResolveCriteria11", + "Namespace": "System.ServiceModel.Discovery.Version11" + }, + { + "Name": "AnnouncementChannelEndpointElementCollection", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "AnnouncementEndpointCollectionElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "AnnouncementEndpointElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "ContractTypeNameElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "ContractTypeNameElementCollection", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "DiscoveryClientElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "DiscoveryClientSettingsElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "DiscoveryEndpointCollectionElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "DiscoveryEndpointElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "DiscoveryVersionConverter", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "DynamicEndpointCollectionElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "DynamicEndpointElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "EndpointDiscoveryElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "FindCriteriaElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "ScopeElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "ScopeElementCollection", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "ServiceDiscoveryElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "UdpAnnouncementEndpointCollectionElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "UdpAnnouncementEndpointElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "UdpDiscoveryEndpointCollectionElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "UdpDiscoveryEndpointElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "UdpTransportSettingsElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" + }, + { + "Name": "EndpointNameMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "StrictAndMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "IDuplexSessionRouter", + "Namespace": "System.ServiceModel.Routing" + }, + { + "Name": "IRequestReplyRouter", + "Namespace": "System.ServiceModel.Routing" + }, + { + "Name": "ISimplexDatagramRouter", + "Namespace": "System.ServiceModel.Routing" + }, + { + "Name": "ISimplexSessionRouter", + "Namespace": "System.ServiceModel.Routing" + }, + { + "Name": "RoutingBehavior", + "Namespace": "System.ServiceModel.Routing" + }, + { + "Name": "RoutingConfiguration", + "Namespace": "System.ServiceModel.Routing" + }, + { + "Name": "RoutingExtension", + "Namespace": "System.ServiceModel.Routing" + }, + { + "Name": "RoutingService", + "Namespace": "System.ServiceModel.Routing" + }, + { + "Name": "SoapProcessingBehavior", + "Namespace": "System.ServiceModel.Routing" + }, + { + "Name": "FilterType", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "RoutingExtensionElement", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "RoutingSection", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "FilterTableCollection", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "FilterTableEntryCollection", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "BackupListCollection", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "BackupEndpointCollection", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "FilterElementCollection", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "NamespaceElementCollection", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "FilterElement", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "NamespaceElement", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "FilterTableEntryElement", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "BackupEndpointElement", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "SoapProcessingExtensionElement", + "Namespace": "System.ServiceModel.Routing.Configuration" + }, + { + "Name": "ServiceMoniker40", + "Namespace": "System.ServiceModel.ServiceMoniker40" + }, + { + "Name": "WebHttpBinding", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WebHttpSecurity", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WebHttpSecurityMode", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WebHttpElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WebHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WebHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WebHttpSecurityElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WebHttpEndpointElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WebHttpEndpointCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WebScriptEndpointElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WebScriptEndpointCollectionElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WebMessageEncodingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WebScriptEnablingElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WebContentFormat", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "StreamBodyWriter", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "JavascriptCallbackResponseMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebContentTypeMapper", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebBodyFormatMessageProperty", + "Namespace": "System.ServiceModel.Channels" + }, + { + "Name": "WebHttpDispatchOperationSelector", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "QueryStringConverter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "JsonQueryStringConverter", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "WebHttpBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "WebHttpEndpoint", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "WebScriptEndpoint", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "WebServiceEndpoint", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "WebScriptEnablingBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "JsonFaultDetail", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "WebServiceHost", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "WebChannelFactory`1", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "WebGetAttribute", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "WebInvokeAttribute", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "WebMessageFormat", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "WebOperationContext", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "IncomingWebRequestContext", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "IncomingWebResponseContext", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "OutgoingWebRequestContext", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "OutgoingWebResponseContext", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "WebMessageBodyStyle", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "WebFaultException", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "WebFaultException`1", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "JavascriptCallbackBehaviorAttribute", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "AspNetCacheProfileAttribute", + "Namespace": "System.ServiceModel.Web" + }, + { + "Name": "WebScriptServiceHostFactory", + "Namespace": "System.ServiceModel.Activation" + }, + { + "Name": "WebServiceHostFactory", + "Namespace": "System.ServiceModel.Activation" + }, + { + "Name": "PowerBroadcastStatus", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceAccount", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceBase", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceController", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceControllerPermission", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceControllerPermissionAccess", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceControllerPermissionAttribute", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceControllerPermissionEntry", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceControllerPermissionEntryCollection", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceControllerStatus", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceInstaller", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceProcessDescriptionAttribute", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceProcessInstaller", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceStartMode", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceType", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "SessionChangeReason", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "SessionChangeDescription", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "TimeoutException", + "Namespace": "System.ServiceProcess" + }, + { + "Name": "ServiceInstallerDialogResult", + "Namespace": "System.ServiceProcess.Design" + }, + { + "Name": "ServiceInstallerDialog", + "Namespace": "System.ServiceProcess.Design" + }, + { + "Name": "BookmarkReachedEventArgs", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "FilePrompt", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "InstalledVoice", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "Prompt", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "SynthesisMediaType", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "SynthesisTextFormat", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "PromptBuilder", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "PromptEventArgs", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "SpeakStartedEventArgs", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "PromptStyle", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "SayAs", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "VoiceGender", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "VoiceAge", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "PromptRate", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "PromptVolume", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "PromptEmphasis", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "PromptBreak", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "SpeechSynthesizer", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "SynthesizerState", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "SynthesizerEmphasis", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "SpeakCompletedEventArgs", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "SpeakProgressEventArgs", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "StateChangedEventArgs", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "VoiceInfo", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "VoiceChangeEventArgs", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "VisemeReachedEventArgs", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "PhonemeReachedEventArgs", + "Namespace": "System.Speech.Synthesis" + }, + { + "Name": "TtsEngineSsml", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "SpeechEventInfo", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "ITtsEngineSite", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "SkipInfo", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "TextFragment", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "FragmentState", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "Prosody", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "ContourPoint", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "ProsodyNumber", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "SayAs", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "TtsEngineAction", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "EmphasisWord", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "EmphasisBreak", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "ProsodyPitch", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "ProsodyRange", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "ProsodyRate", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "ProsodyVolume", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "ProsodyUnit", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "TtsEventId", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "EventParameterType", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "SpeakOutputFormat", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "ContourPointChangeType", + "Namespace": "System.Speech.Synthesis.TtsEngine" + }, + { + "Name": "Grammar", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "SpeechUI", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "SubsetMatchingMode", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "RecognitionEventArgs", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "SpeechRecognizedEventArgs", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "SpeechRecognitionRejectedEventArgs", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "SpeechHypothesizedEventArgs", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "RecognitionResult", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "ReplacementText", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "RecognizedAudio", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "RecognizedPhrase", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "RecognizedWordUnit", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "DisplayAttributes", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "SemanticValue", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "AudioLevelUpdatedEventArgs", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "AudioSignalProblem", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "AudioSignalProblemOccurredEventArgs", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "AudioState", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "AudioStateChangedEventArgs", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "Choices", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "DictationGrammar", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "EmulateRecognizeCompletedEventArgs", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "GrammarBuilder", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "LoadGrammarCompletedEventArgs", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "RecognizeCompletedEventArgs", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "RecognizeMode", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "RecognizerInfo", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "RecognizerState", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "StateChangedEventArgs", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "SemanticResultKey", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "SemanticResultValue", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "SpeechDetectedEventArgs", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "SpeechRecognitionEngine", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "SpeechRecognizer", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "RecognizerUpdateReachedEventArgs", + "Namespace": "System.Speech.Recognition" + }, + { + "Name": "SrgsDocument", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsGrammarMode", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsPhoneticAlphabet", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsElement", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsGrammarCompiler", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsItem", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsNameValueTag", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsOneOf", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsRule", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsRuleScope", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsRuleRef", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsRulesCollection", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsSubset", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsSemanticInterpretationTag", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsText", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "SrgsToken", + "Namespace": "System.Speech.Recognition.SrgsGrammar" + }, + { + "Name": "EncodingFormat", + "Namespace": "System.Speech.AudioFormat" + }, + { + "Name": "SpeechAudioFormatInfo", + "Namespace": "System.Speech.AudioFormat" + }, + { + "Name": "AudioChannel", + "Namespace": "System.Speech.AudioFormat" + }, + { + "Name": "AudioBitsPerSample", + "Namespace": "System.Speech.AudioFormat" + }, + { + "Name": "DataflowBlock", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IDataflowBlock", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ITargetBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ISourceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IPropagatorBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "IReceivableSourceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ExecutionDataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "GroupingDataflowBlockOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowLinkOptions", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowMessageHeader", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "DataflowMessageStatus", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "ActionBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchedJoinBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BatchedJoinBlock`3", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BroadcastBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "BufferBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "JoinBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "JoinBlock`3", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "TransformBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "TransformManyBlock`2", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "WriteOnceBlock`1", + "Namespace": "System.Threading.Tasks.Dataflow" + }, + { + "Name": "MembershipCreateUserException", + "Namespace": "System.Web.Security" + }, + { + "Name": "MembershipUserCollection", + "Namespace": "System.Web.Security" + }, + { + "Name": "MembershipCreateStatus", + "Namespace": "System.Web.Security" + }, + { + "Name": "MembershipPasswordFormat", + "Namespace": "System.Web.Security" + }, + { + "Name": "MembershipProviderCollection", + "Namespace": "System.Web.Security" + }, + { + "Name": "MembershipValidatePasswordEventHandler", + "Namespace": "System.Web.Security" + }, + { + "Name": "ValidatePasswordEventArgs", + "Namespace": "System.Web.Security" + }, + { + "Name": "MembershipProvider", + "Namespace": "System.Web.Security" + }, + { + "Name": "MembershipPasswordException", + "Namespace": "System.Web.Security" + }, + { + "Name": "MembershipUser", + "Namespace": "System.Web.Security" + }, + { + "Name": "RoleProvider", + "Namespace": "System.Web.Security" + }, + { + "Name": "CustomLoaderAttribute", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "MembershipPasswordCompatibilityMode", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "Annotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AnnotationCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ArrowStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ArrowAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "CalloutStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "CalloutAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AnnotationGroup", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ImageAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LineAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "VerticalLineAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "HorizontalLineAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "PolylineAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "PolygonAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AnnotationPathPointCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AnnotationPathPoint", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "RectangleAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "EllipseAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "Border3DAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "TextAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AnnotationSmartLabelStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "BorderSkinStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "BorderSkin", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "DataPointComparer", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "DataPointCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "DataPoint", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "DataPointCustomProperties", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "CustomProperties", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AxisType", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "PointSortOrder", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "SeriesCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "Series", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LabelAutoFitStyles", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AxisName", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "Axis", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "IntervalAutoMode", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AxisArrowStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "BreakLineStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "StartFromZero", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AxisScaleBreakStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AxisScaleView", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartElement", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartNamedElement", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartElementCollection`1", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartNamedElementCollection`1", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartImageType", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartPaintEventArgs", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "FormatNumberEventArgs", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AreaAlignmentOrientations", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AreaAlignmentStyles", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartArea", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LightStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartArea3DStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartAreaCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LabelAlignmentStyles", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "SeriesChartType", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartImageAlignmentStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartImageWrapMode", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AxisEnabled", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "DateTimeIntervalType", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartValueType", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartHatchStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "TextAntiAliasingQuality", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AntiAliasingStyles", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "MarkerStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "GradientStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartDashStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartGraphics", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "Point3D", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "SerializationFormat", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "SerializationContents", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartSerializer", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "IntervalType", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "DateRangeType", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "CompareMethod", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "IDataPointFilter", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "DataManipulator", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "FinancialFormula", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "DataFormula", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "TickMarkStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "TickMark", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "Grid", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "MapAreaShape", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "IChartMapArea", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "MapArea", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "MapAreasCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LabelMarkStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "GridTickTypes", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "CustomLabelsCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "CustomLabel", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LabelStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendItemOrder", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendSeparatorStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendImageStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendTableStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "Legend", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendItemsCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendItem", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendCellType", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendCellColumnType", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendCellColumn", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendCell", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "Margins", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendCellCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LegendCellColumnCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "NamedImagesCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "NamedImage", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartElementType", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "HitTestResult", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartElementOutline", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LineAnchorCapStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LabelCalloutStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "LabelOutsidePlotAreaStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "SmartLabelStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "StatisticFormula", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "TTestResult", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "FTestResult", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "AnovaResult", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ZTestResult", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "StripLinesCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "StripLine", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "Docking", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "TextStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "TextOrientation", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "Title", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "TitleCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartColorPalette", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ElementPosition", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ImageStorageMode", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartImageFormat", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "RenderType", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "Chart", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "CustomizeMapAreasEventArgs", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "CustomizeLegendEventArgs", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "RightToLeft", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartHttpHandler", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartHttpHandlerStorageType", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "IChartStorageHandler", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "ChartHttpHandlerSettings", + "Namespace": "System.Web.UI.DataVisualization.Charting" + }, + { + "Name": "DataControlExtensions", + "Namespace": "System.Web.UI" + }, + { + "Name": "ContainerType", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "ContextConfiguration", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DataControlReference", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "ControlFilterExpression", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DataControlReferenceCollection", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DefaultAutoFieldGenerator", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicControl", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicControlParameter", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicDataExtensions", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicDataManager", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicDataRoute", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicDataRouteHandler", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicEntity", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicField", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicFilter", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicFilterExpression", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicHyperLink", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicRouteExpression", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicQueryStringParameter", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicValidator", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "EntityTemplateFactory", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "EntityTemplateUserControl", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "FilterFactory", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "IFilterExpressionProvider", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "FieldTemplateFactory", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "FieldTemplateUserControl", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "FilterRepeater", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "FilterUserControlBase", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "IControlParameterTarget", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "IFieldFormattingOptions", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "IFieldTemplate", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "IFieldTemplateFactory", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "IFieldTemplateHost", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "IWhereParametersProvider", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "MetaChildrenColumn", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "MetaColumn", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "MetaForeignKeyColumn", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "MetaModel", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "MetaTable", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "PageAction", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "QueryableFilterRepeater", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "QueryableFilterUserControl", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "TableNameAttribute", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "EntityTemplate", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "AssociationDirection", + "Namespace": "System.Web.DynamicData.ModelProviders" + }, + { + "Name": "AssociationProvider", + "Namespace": "System.Web.DynamicData.ModelProviders" + }, + { + "Name": "ColumnProvider", + "Namespace": "System.Web.DynamicData.ModelProviders" + }, + { + "Name": "DataModelProvider", + "Namespace": "System.Web.DynamicData.ModelProviders" + }, + { + "Name": "TableProvider", + "Namespace": "System.Web.DynamicData.ModelProviders" + }, + { + "Name": "DataControlReferenceCollectionEditor", + "Namespace": "System.Web.DynamicData.Design" + }, + { + "Name": "DataControlReferenceIDConverter", + "Namespace": "System.Web.DynamicData.Design" + }, + { + "Name": "DynamicDataManagerDesigner", + "Namespace": "System.Web.DynamicData.Design" + }, + { + "Name": "DynamicFieldDesigner", + "Namespace": "System.Web.DynamicData.Design" + }, + { + "Name": "EntityDataSource", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "EntityDataSourceChangedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "EntityDataSourceChangingEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "EntityDataSourceContextCreatedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "EntityDataSourceContextCreatingEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "EntityDataSourceContextDisposingEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "EntityDataSourceSelectedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "EntityDataSourceSelectingEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "EntityDataSourceValidationException", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "EntityDataSourceView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "EntityDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "EntityDesignerDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "WebServiceErrorEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "IWcfReferenceReceiveContextInformation", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "WCFBuildProvider", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "DynamicClass", + "Namespace": "System.Web.Query.Dynamic" + }, + { + "Name": "ParseException", + "Namespace": "System.Web.Query.Dynamic" + }, + { + "Name": "AsyncPostBackErrorEventArgs", + "Namespace": "System.Web.UI" + }, + { + "Name": "AsyncPostBackTrigger", + "Namespace": "System.Web.UI" + }, + { + "Name": "AuthenticationServiceManager", + "Namespace": "System.Web.UI" + }, + { + "Name": "CompositeScriptReference", + "Namespace": "System.Web.UI" + }, + { + "Name": "CompositeScriptReferenceEventArgs", + "Namespace": "System.Web.UI" + }, + { + "Name": "ExtenderControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "HistoryEventArgs", + "Namespace": "System.Web.UI" + }, + { + "Name": "IExtenderControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "IScriptControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "AjaxFrameworkMode", + "Namespace": "System.Web.UI" + }, + { + "Name": "PostBackTrigger", + "Namespace": "System.Web.UI" + }, + { + "Name": "ProfileServiceManager", + "Namespace": "System.Web.UI" + }, + { + "Name": "RegisteredArrayDeclaration", + "Namespace": "System.Web.UI" + }, + { + "Name": "RegisteredDisposeScript", + "Namespace": "System.Web.UI" + }, + { + "Name": "RegisteredExpandoAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "RegisteredHiddenField", + "Namespace": "System.Web.UI" + }, + { + "Name": "RegisteredScript", + "Namespace": "System.Web.UI" + }, + { + "Name": "RegisteredScriptType", + "Namespace": "System.Web.UI" + }, + { + "Name": "RoleServiceManager", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptBehaviorDescriptor", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptComponentDescriptor", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptControlDescriptor", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptDescriptor", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptManager", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptManagerProxy", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptMode", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptReference", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptReferenceBase", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptReferenceCollection", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptReferenceEventArgs", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptResourceAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptResourceDefinition", + "Namespace": "System.Web.UI" + }, + { + "Name": "ScriptResourceMapping", + "Namespace": "System.Web.UI" + }, + { + "Name": "ServiceReference", + "Namespace": "System.Web.UI" + }, + { + "Name": "ServiceReferenceCollection", + "Namespace": "System.Web.UI" + }, + { + "Name": "TargetControlTypeAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "Timer", + "Namespace": "System.Web.UI" + }, + { + "Name": "UpdatePanel", + "Namespace": "System.Web.UI" + }, + { + "Name": "UpdatePanelControlTrigger", + "Namespace": "System.Web.UI" + }, + { + "Name": "UpdatePanelRenderMode", + "Namespace": "System.Web.UI" + }, + { + "Name": "UpdatePanelTrigger", + "Namespace": "System.Web.UI" + }, + { + "Name": "UpdatePanelTriggerCollection", + "Namespace": "System.Web.UI" + }, + { + "Name": "UpdatePanelUpdateMode", + "Namespace": "System.Web.UI" + }, + { + "Name": "UpdateProgress", + "Namespace": "System.Web.UI" + }, + { + "Name": "ContextDataSource", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ContextDataSourceContextData", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ContextDataSourceView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataPager", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataPagerCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataPagerField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataPagerFieldCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataPagerFieldCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataPagerFieldItem", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "InsertItemPosition", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "IPageableItemContainer", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "IQueryableDataSource", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LinqDataSource", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LinqDataSourceContextEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LinqDataSourceDeleteEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LinqDataSourceDisposeEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LinqDataSourceInsertEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LinqDataSourceSelectEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LinqDataSourceStatusEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LinqDataSourceUpdateEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LinqDataSourceValidationException", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LinqDataSourceView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewCancelEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewCancelMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewDataItem", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewDeletedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewDeleteEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewEditEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewInsertedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewInsertEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewItem", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewItemEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewItemType", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewPagedDataSource", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewSelectEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewSortEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewUpdatedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListViewUpdateEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "NextPreviousPagerField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "NumericPagerField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "PageEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "PagePropertiesChangingEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "QueryableDataSource", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "QueryableDataSourceEditData", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "QueryableDataSourceView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "QueryContext", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "QueryCreatedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "QueryExtender", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TemplatePagerField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CustomExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "CustomExpressionEventArgs", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "DataSourceExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "DataSourceExpressionCollection", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "MethodExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "OfTypeExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "OrderByExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "ParameterDataSourceExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "PropertyExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "QueryExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "RangeExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "RangeType", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "SearchExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "SearchType", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "ThenBy", + "Namespace": "System.Web.UI.WebControls.Expressions" + }, + { + "Name": "ScriptModule", + "Namespace": "System.Web.Handlers" + }, + { + "Name": "ScriptResourceHandler", + "Namespace": "System.Web.Handlers" + }, + { + "Name": "Converter", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ScriptingAuthenticationServiceSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ScriptingJsonSerializationSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ScriptingProfileServiceSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ScriptingRoleServiceSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ScriptingScriptResourceHandlerSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ScriptingSectionGroup", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ScriptingWebServicesSectionGroup", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "SystemWebExtensionsSectionGroup", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ConvertersCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "AjaxFrameworkAssemblyAttribute", + "Namespace": "System.Web.Script" + }, + { + "Name": "GenerateScriptTypeAttribute", + "Namespace": "System.Web.Script.Services" + }, + { + "Name": "ProxyGenerator", + "Namespace": "System.Web.Script.Services" + }, + { + "Name": "ResponseFormat", + "Namespace": "System.Web.Script.Services" + }, + { + "Name": "ScriptMethodAttribute", + "Namespace": "System.Web.Script.Services" + }, + { + "Name": "ScriptServiceAttribute", + "Namespace": "System.Web.Script.Services" + }, + { + "Name": "JavaScriptSerializer", + "Namespace": "System.Web.Script.Serialization" + }, + { + "Name": "JavaScriptTypeResolver", + "Namespace": "System.Web.Script.Serialization" + }, + { + "Name": "ScriptIgnoreAttribute", + "Namespace": "System.Web.Script.Serialization" + }, + { + "Name": "SimpleTypeResolver", + "Namespace": "System.Web.Script.Serialization" + }, + { + "Name": "JavaScriptConverter", + "Namespace": "System.Web.Script.Serialization" + }, + { + "Name": "DynamicValidatorEventArgs", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "IDynamicDataSource", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "IDynamicValidatorException", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "DynamicDataSourceOperation", + "Namespace": "System.Web.DynamicData" + }, + { + "Name": "ClientRolePrincipal", + "Namespace": "System.Web.ClientServices" + }, + { + "Name": "ConnectivityStatus", + "Namespace": "System.Web.ClientServices" + }, + { + "Name": "ClientFormsIdentity", + "Namespace": "System.Web.ClientServices" + }, + { + "Name": "ClientFormsAuthenticationCredentials", + "Namespace": "System.Web.ClientServices.Providers" + }, + { + "Name": "ClientFormsAuthenticationMembershipProvider", + "Namespace": "System.Web.ClientServices.Providers" + }, + { + "Name": "ClientRoleProvider", + "Namespace": "System.Web.ClientServices.Providers" + }, + { + "Name": "ClientSettingsProvider", + "Namespace": "System.Web.ClientServices.Providers" + }, + { + "Name": "ClientWindowsAuthenticationMembershipProvider", + "Namespace": "System.Web.ClientServices.Providers" + }, + { + "Name": "IClientFormsAuthenticationCredentialsProvider", + "Namespace": "System.Web.ClientServices.Providers" + }, + { + "Name": "SettingsSavedEventArgs", + "Namespace": "System.Web.ClientServices.Providers" + }, + { + "Name": "UserValidatedEventArgs", + "Namespace": "System.Web.ClientServices.Providers" + }, + { + "Name": "ApplicationServicesHostFactory", + "Namespace": "System.Web.ApplicationServices" + }, + { + "Name": "AuthenticatingEventArgs", + "Namespace": "System.Web.ApplicationServices" + }, + { + "Name": "AuthenticationService", + "Namespace": "System.Web.ApplicationServices" + }, + { + "Name": "CreatingCookieEventArgs", + "Namespace": "System.Web.ApplicationServices" + }, + { + "Name": "KnownTypesProvider", + "Namespace": "System.Web.ApplicationServices" + }, + { + "Name": "ProfilePropertyMetadata", + "Namespace": "System.Web.ApplicationServices" + }, + { + "Name": "ProfileService", + "Namespace": "System.Web.ApplicationServices" + }, + { + "Name": "RoleService", + "Namespace": "System.Web.ApplicationServices" + }, + { + "Name": "SelectingProviderEventArgs", + "Namespace": "System.Web.ApplicationServices" + }, + { + "Name": "ValidatingPropertiesEventArgs", + "Namespace": "System.Web.ApplicationServices" + }, + { + "Name": "AsyncPostBackTriggerControlIDConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "AsyncPostBackTriggerEventNameConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "CollectionEditorBase", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ServiceReferenceCollectionEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ExtenderControlDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ExtenderControlToolboxItem", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "PostBackTriggerControlIDConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "QueryExtenderDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ScriptManagerDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "ScriptManagerProxyDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "TimerDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "UpdatePanelDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "UpdatePanelTriggerCollectionEditor", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "UpdateProgressAssociatedUpdatePanelIDConverter", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "UpdateProgressDesigner", + "Namespace": "System.Web.UI.Design" + }, + { + "Name": "DataPagerDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "DataPagerFieldTypeEditor", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "LinqDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "LinqDesignerDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "ListViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" + }, + { + "Name": "IMobileDesigner", + "Namespace": "System.Web.UI.Design.MobileControls" + }, + { + "Name": "IMobileWebFormServices", + "Namespace": "System.Web.UI.Design.MobileControls" + }, + { + "Name": "MobileResource", + "Namespace": "System.Web.UI.Design.MobileControls" + }, + { + "Name": "DataFieldConverter", + "Namespace": "System.Web.UI.Design.MobileControls.Converters" + }, + { + "Name": "DataMemberConverter", + "Namespace": "System.Web.UI.Design.MobileControls.Converters" + }, + { + "Name": "AdRotator", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ArrayListCollectionBase", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "BaseValidator", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "Calendar", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "Command", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "CompareValidator", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListViewMode", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "BooleanOption", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "FontSize", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "Alignment", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "Wrapping", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ListDecoration", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ListSelectType", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "FormMethod", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "CommandFormat", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "Constants", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ControlPager", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "CustomValidator", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "DesignerAdapterAttribute", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "DeviceOverridableAttribute", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "DeviceSpecific", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "DeviceSpecificControlBuilder", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "DeviceSpecificChoice", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "DeviceSpecificChoiceControlBuilder", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "DeviceSpecificChoiceTemplateBuilder", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "DeviceSpecificChoiceTemplateContainer", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "DeviceSpecificChoiceCollection", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ErrorFormatterPage", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "FontInfo", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "Form", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "FormControlBuilder", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "IControlAdapter", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "Image", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "IObjectListFieldCollection", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "IPageAdapter", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ItemPager", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ITemplateable", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "Label", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "Link", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "List", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ListCommandEventArgs", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ListCommandEventHandler", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ListControlBuilder", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ListDataBindEventArgs", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ListDataBindEventHandler", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "LiteralLink", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "LiteralText", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "LiteralTextControlBuilder", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "LiteralTextContainerControlBuilder", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "LoadItemsEventArgs", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "LoadItemsEventHandler", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "MobileControl", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "MobileControlBuilder", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "MobileControlsSection", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "DeviceElementCollection", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "DeviceElement", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ControlElementCollection", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ControlElement", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "MobileTypeNameConverter", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "MobileControlsSectionHandler", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "MobileListItemType", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "MobileListItem", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "MobileListItemCollection", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "MobilePage", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "MobileUserControl", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectList", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListControlBuilder", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListCommand", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListCommandCollection", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListCommandEventArgs", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListCommandEventHandler", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListDataBindEventArgs", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListDataBindEventHandler", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListField", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListFieldCollection", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListItem", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListItemCollection", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListSelectEventArgs", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListSelectEventHandler", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListShowCommandsEventArgs", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListShowCommandsEventHandler", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ObjectListTitleAttribute", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "PagedControl", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "PagerStyle", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "Panel", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "PanelControlBuilder", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "PersistNameAttribute", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "PhoneCall", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "RangeValidator", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "RegularExpressionValidator", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "RequiredFieldValidator", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "SelectionList", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "Style", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "StyleSheet", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "StyleSheetControlBuilder", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "TemplateContainer", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "TextBox", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "TextBoxControlBuilder", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "TextControl", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "TextView", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "TextViewElement", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ValidationSummary", + "Namespace": "System.Web.UI.MobileControls" + }, + { + "Name": "ChtmlCalendarAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "ChtmlCommandAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "ChtmlFormAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "ChtmlImageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "ChtmlLinkAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "ChtmlMobileTextWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "ChtmlPageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "ChtmlPhoneCallAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "ChtmlSelectionListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "ChtmlTextBoxAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "ControlAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlCalendarAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlCommandAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlControlAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlFormAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlImageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlLabelAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlLinkAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlLiteralTextAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlMobileTextWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlObjectListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlPageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlPanelAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlPhoneCallAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlSelectionListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlTextBoxAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlTextViewAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlValidationSummaryAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "HtmlValidatorAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "MobileTextWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "MultiPartWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "UpWmlMobileTextWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "UpWmlPageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlCalendarAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlCommandAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlControlAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlFormAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlImageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlLabelAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlLinkAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlLiteralTextAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlMobileTextWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlObjectListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlPageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlPanelAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlPhoneCallAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlPostFieldType", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlSelectionListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlTextBoxAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlTextViewAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlValidationSummaryAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "WmlValidatorAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "SR", + "Namespace": "System.Web.UI.MobileControls.Adapters" + }, + { + "Name": "Doctype", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "StyleSheetLocation", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlCalendarAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlCommandAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlControlAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlFormAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlImageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlLabelAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlLinkAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlLiteralTextAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlObjectListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlPageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlPanelAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlPhoneCallAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlSelectionListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlTextBoxAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlTextViewAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlValidationSummaryAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlValidatorAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlCssHandler", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "XhtmlMobileTextWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + }, + { + "Name": "CookielessData", + "Namespace": "System.Web.Mobile" + }, + { + "Name": "DeviceFiltersSection", + "Namespace": "System.Web.Mobile" + }, + { + "Name": "DeviceFilterElementCollection", + "Namespace": "System.Web.Mobile" + }, + { + "Name": "DeviceFilterElement", + "Namespace": "System.Web.Mobile" + }, + { + "Name": "ErrorHandlerModule", + "Namespace": "System.Web.Mobile" + }, + { + "Name": "MobileCapabilities", + "Namespace": "System.Web.Mobile" + }, + { + "Name": "MobileDeviceCapabilitiesSectionHandler", + "Namespace": "System.Web.Mobile" + }, + { + "Name": "MobileErrorInfo", + "Namespace": "System.Web.Mobile" + }, + { + "Name": "MobileFormsAuthentication", + "Namespace": "System.Web.Mobile" + }, + { + "Name": "TagRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "DirectiveRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "EndTagRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "AspCodeRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "AspExprRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "DatabindExprRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "CommentRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "IncludeRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "TextRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "GTRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "LTRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "ServerTagsRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "RunatServerRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "SimpleDirectiveRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "DataBindRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "AspEncodedExprRegex", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "TagRegex35", + "Namespace": "System.Web.RegularExpressions" + }, + { + "Name": "WebMethodAttribute", + "Namespace": "System.Web.Services" + }, + { + "Name": "WebService", + "Namespace": "System.Web.Services" + }, + { + "Name": "WebServiceAttribute", + "Namespace": "System.Web.Services" + }, + { + "Name": "WebServiceBindingAttribute", + "Namespace": "System.Web.Services" + }, + { + "Name": "WsiProfiles", + "Namespace": "System.Web.Services" + }, + { + "Name": "PriorityGroup", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "DiagnosticsElement", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "SoapEnvelopeProcessingElement", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "SoapExtensionTypeElement", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "SoapExtensionTypeElementCollection", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "TypeElement", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "TypeElementCollection", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "WebServicesSection", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "WsdlHelpGeneratorElement", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "ProtocolElement", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "ProtocolElementCollection", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "WebServiceProtocols", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "WsiProfilesElement", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "WsiProfilesElementCollection", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "XmlFormatExtensionAttribute", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "XmlFormatExtensionPointAttribute", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "XmlFormatExtensionPrefixAttribute", + "Namespace": "System.Web.Services.Configuration" + }, + { + "Name": "HttpAddressBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "HttpBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "HttpOperationBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "HttpUrlEncodedBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "HttpUrlReplacementBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "MimeContentBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "MimePart", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "MimeMultipartRelatedBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "MimeXmlBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "MimePartCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "MimeTextBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "MimeTextMatch", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "MimeTextMatchCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ProtocolImporter", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ProtocolReflector", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ServiceDescription", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "Import", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "DocumentableItem", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "NamedItem", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "Port", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "Service", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "FaultBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "MessageBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "InputBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "OutputBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "OperationBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "Binding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "OperationMessage", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "OperationFault", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "OperationInput", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "OperationOutput", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "Operation", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "PortType", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "Message", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "MessagePart", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "Types", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ServiceDescriptionFormatExtensionCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ServiceDescriptionFormatExtension", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "OperationFlow", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "OperationMessageCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ImportCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "MessageCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "PortCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "PortTypeCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "BindingCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ServiceCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "MessagePartCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "OperationBindingCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "FaultBindingCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "OperationCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "OperationFaultCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ServiceDescriptionBaseCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ServiceDescriptionImportWarnings", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ServiceDescriptionImportStyle", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ServiceDescriptionImporter", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ServiceDescriptionReflector", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ServiceDescriptionCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "Soap12Binding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "Soap12OperationBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "Soap12BodyBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "Soap12FaultBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "Soap12HeaderBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "Soap12AddressBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "SoapExtensionImporter", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "SoapExtensionReflector", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "SoapBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "SoapBindingStyle", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "SoapOperationBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "SoapBodyBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "SoapBindingUse", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "SoapFaultBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "SoapHeaderBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "SoapHeaderFaultBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "SoapAddressBinding", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "SoapProtocolImporter", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "SoapTransportImporter", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "WebReference", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "WebReferenceCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "WebReferenceOptions", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "WebServicesInteroperability", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "BasicProfileViolation", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "BasicProfileViolationCollection", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "BasicProfileViolationEnumerator", + "Namespace": "System.Web.Services.Description" + }, + { + "Name": "ContractReference", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "ContractSearchPattern", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoveryClientDocumentCollection", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoveryClientProtocol", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoveryClientResultCollection", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoveryClientResult", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoveryClientReferenceCollection", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoveryDocument", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoveryDocumentLinksPattern", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoveryDocumentReference", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoveryDocumentSearchPattern", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoveryExceptionDictionary", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoveryReference", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoveryReferenceCollection", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoveryRequestHandler", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DiscoverySearchPattern", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "DynamicDiscoveryDocument", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "ExcludePathInfo", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "SchemaReference", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "SoapBinding", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "XmlSchemaSearchPattern", + "Namespace": "System.Web.Services.Discovery" + }, + { + "Name": "AnyReturnReader", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "WebClientProtocol", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "WebClientAsyncResult", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "InvokeCompletedEventHandler", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "InvokeCompletedEventArgs", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "HttpWebClientProtocol", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "HtmlFormParameterReader", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "HtmlFormParameterWriter", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "HttpSimpleClientProtocol", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "HttpGetClientProtocol", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "HttpMethodAttribute", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "HttpPostClientProtocol", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "LogicalMethodTypes", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "LogicalMethodInfo", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "MatchAttribute", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "MimeFormatter", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "MimeParameterReader", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "MimeParameterWriter", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "MimeReturnReader", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "NopReturnReader", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "PatternMatcher", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "ServerProtocol", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "ServerProtocolFactory", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "ServerType", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapClientMessage", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapHttpClientProtocol", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapDocumentMethodAttribute", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapDocumentServiceAttribute", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapException", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapExtension", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapExtensionAttribute", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "Soap12FaultCodes", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapFaultSubCode", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapHeader", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapHeaderMapping", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapHeaderHandling", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapHeaderAttribute", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapHeaderDirection", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapHeaderException", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapHeaderCollection", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapMessage", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapMessageStage", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapParameterStyle", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapProtocolVersion", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapRpcMethodAttribute", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapRpcServiceAttribute", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapServerMessage", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapServerType", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapServerProtocolFactory", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapServerProtocol", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapServiceRoutingStyle", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapUnknownHeader", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "TextReturnReader", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "UrlEncodedParameterWriter", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "UrlParameterReader", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "UrlParameterWriter", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "ValueCollectionParameterReader", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "WebServiceHandlerFactory", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "XmlReturnReader", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "SoapServerMethod", + "Namespace": "System.Web.Services.Protocols" + }, + { + "Name": "ActivatingKeyTipEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "ActivatingKeyTipEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "KeyTipAccessedEventArgs", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "KeyTipAccessedEventHandler", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "KeyTipControl", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "KeyTipHorizontalPlacement", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "KeyTipService", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "KeyTipVerticalPlacement", + "Namespace": "System.Windows.Controls" + }, + { + "Name": "Ribbon", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonApplicationMenu", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonApplicationMenuItem", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonApplicationMenuItemLevel", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonApplicationSplitMenuItem", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonButton", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonCheckBox", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonComboBox", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonCommands", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonContextMenu", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonContextualTabGroup", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonContextualTabGroupItemsControl", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonControl", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonContentPresenter", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonControlGroup", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonControlLength", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonControlLengthConverter", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonControlLengthUnitType", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonControlService", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonControlSizeDefinition", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonControlSizeDefinitionCollection", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonDismissPopupEventArgs", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonDismissPopupEventHandler", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonDismissPopupMode", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonFilterMenuButton", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonGallery", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonGalleryCategory", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonGalleryItem", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonGroup", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonGroupSizeDefinition", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonGroupSizeDefinitionBase", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonGroupSizeDefinitionBaseCollection", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonGroupTemplateSizeDefinition", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonImageSize", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonMenuButton", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonMenuItem", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonQuickAccessToolBar", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonQuickAccessToolBarCloneEventArgs", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonQuickAccessToolBarCloneEventHandler", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonRadioButton", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonSeparator", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonSplitButton", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonSplitButtonLabelPosition", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonSplitMenuItem", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonTab", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonTabHeader", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonTabHeaderItemsControl", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonTextBox", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonToggleButton", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonToolTip", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonTwoLineText", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "RibbonWindow", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "StringCollectionConverter", + "Namespace": "System.Windows.Controls.Ribbon" + }, + { + "Name": "IProvideStarLayoutInfo", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "IProvideStarLayoutInfoBase", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "ISupportStarLayout", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonContextualTabGroupsPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonGalleryCategoriesPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonGalleryItemsPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonGroupItemsPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonGroupsPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonMenuItemsPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonQuickAccessToolBarOverflowPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonQuickAccessToolBarPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonScrollButtonVisibilityConverter", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonTabHeadersPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonTabsPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonTitlePanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonWindowSmallIconConverter", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "StarLayoutInfo", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" + }, + { + "Name": "RibbonApplicationMenuAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonCheckBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonControlAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonControlDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonControlGroupAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonRadioButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonTextBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonToggleButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonToolTipAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonComboBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonContextMenuAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonContextualTabGroupAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonContextualTabGroupDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonContextualTabGroupItemsControlAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonGalleryAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonGalleryCategoryAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonGalleryCategoryDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonGalleryItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonGalleryItemDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonGroupAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonGroupDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonGroupHeaderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonMenuButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonMenuItemDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonMenuItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonQuickAccessToolBarAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonSeparatorAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonSplitButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonTabAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonTabDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonTabHeaderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonTabHeaderDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonTabHeaderItemsControlAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonTitleAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "RibbonTwoLineTextAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "IPreviewCommand", + "Namespace": "Microsoft.Windows.Input" + }, + { + "Name": "IPreviewCommandSource", + "Namespace": "Microsoft.Windows.Input" + }, + { + "Name": "ResXDataNode", + "Namespace": "System.Resources" + }, + { + "Name": "ResXFileRef", + "Namespace": "System.Resources" + }, + { + "Name": "ResXResourceReader", + "Namespace": "System.Resources" + }, + { + "Name": "ResXResourceSet", + "Namespace": "System.Resources" + }, + { + "Name": "ResXResourceWriter", + "Namespace": "System.Resources" + }, + { + "Name": "AccessibleEvents", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AccessibleNavigation", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AccessibleObject", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AccessibleRole", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AccessibleSelection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AccessibleStates", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AmbientProperties", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AnchorStyles", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Appearance", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Application", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ApplicationContext", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ArrowDirection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ArrangeDirection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ArrangeStartingPosition", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AutoCompleteMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AutoCompleteSource", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AutoCompleteStringCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AutoValidate", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AutoScaleMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AutoSizeMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "AxHost", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BaseCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Binding", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BindingCompleteContext", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BindingCompleteEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BindingCompleteEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BindingCompleteState", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BindingContext", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BindingManagerBase", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BindingManagerDataErrorEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BindingManagerDataErrorEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BindingMemberInfo", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BindingNavigator", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BindingsCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BindingSource", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BootMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Border3DSide", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Border3DStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BorderStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BoundsSpecified", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Button", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ButtonBase", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ButtonBorderStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ButtonRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ButtonState", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "CacheVirtualItemsEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "CacheVirtualItemsEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "CaptionButton", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "CharacterCasing", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "CheckBox", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "CheckBoxRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "CheckedListBox", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "CheckState", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Clipboard", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "CloseReason", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColorDepth", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColorDialog", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColumnClickEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColumnClickEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColumnHeader", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColumnHeaderAutoResizeStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColumnHeaderConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColumnReorderedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColumnReorderedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColumnHeaderStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColumnWidthChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColumnWidthChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColumnWidthChangingEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColumnWidthChangingEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ComboBox", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ComboBoxRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ComboBoxStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "CommonDialog", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ContainerControl", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ContextMenu", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ContextMenuStrip", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Control", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ImeContext", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ImeModeConversion", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ControlBindingsCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ControlEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ControlEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ControlPaint", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ControlStyles", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ControlUpdateMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ConvertEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ConvertEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "CreateParams", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "CurrencyManager", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Cursor", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "CursorConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Cursors", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataFormats", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGrid", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridBoolColumn", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridCell", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IDataGridColumnStyleEditingNotificationService", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridColumnStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "GridColumnStylesCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridPreferredColumnWidthTypeConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridLineStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridParentRowsLabelStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridTableStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "GridTableStylesCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "GridTablesFactory", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridTextBox", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridTextBoxColumn", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridView", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewAdvancedBorderStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewAdvancedCellBorderStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewAutoSizeColumnModeEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewAutoSizeColumnsModeEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewColumnHeadersHeightSizeMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowHeadersWidthSizeMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewAutoSizeColumnsMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewAutoSizeColumnMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewAutoSizeRowsMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewAutoSizeRowMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewAutoSizeModeEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewBand", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewBindingCompleteEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewButtonCell", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewButtonColumn", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCell", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellBorderStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellCancelEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellContextMenuStripNeededEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellErrorTextNeededEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellFormattingEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellMouseEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellPaintingEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellParsingEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellStateChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellStyleContentChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellStyleConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellStyleScopes", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellToolTipTextNeededEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellValidatingEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellValueEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCheckBoxCell", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCheckBoxColumn", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewClipboardCopyMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewColumn", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewColumnCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewColumnDesignTimeVisibleAttribute", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewColumnDividerDoubleClickEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewColumnEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewColumnHeaderCell", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewColumnSortMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewColumnStateChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewComboBoxCell", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewComboBoxColumn", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewComboBoxDisplayStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewComboBoxEditingControl", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewContentAlignment", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewDataErrorContexts", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewDataErrorEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IDataGridViewEditingCell", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IDataGridViewEditingControl", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewEditingControlShowingEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewEditMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewElement", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewElementStates", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewAutoSizeColumnModeEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewAutoSizeColumnsModeEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewAutoSizeModeEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewBindingCompleteEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellCancelEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellContextMenuStripNeededEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellErrorTextNeededEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellFormattingEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellMouseEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellPaintingEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellParsingEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellStateChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellStyleContentChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellToolTipTextNeededEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellValidatingEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewCellValueEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewColumnDividerDoubleClickEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewColumnEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewColumnStateChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewEditingControlShowingEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewDataErrorEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowCancelEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowContextMenuStripNeededEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowDividerDoubleClickEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowErrorTextNeededEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowHeightInfoNeededEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowHeightInfoPushedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowPostPaintEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowPrePaintEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowsAddedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowsRemovedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowStateChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewSortCompareEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewHeaderBorderStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewHeaderCell", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewHitTestType", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewImageCell", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewImageCellLayout", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewImageColumn", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewLinkCell", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewLinkColumn", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewPaintParts", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRow", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowCancelEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowContextMenuStripNeededEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowDividerDoubleClickEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowErrorTextNeededEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowHeaderCell", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowHeightInfoNeededEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowHeightInfoPushedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowPostPaintEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowPrePaintEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowsAddedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowsRemovedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewRowStateChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewSelectedCellCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewSelectedColumnCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewSelectedRowCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewSelectionMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewSortCompareEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewTextBoxCell", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewTextBoxColumn", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewTextBoxEditingControl", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewTopLeftHeaderCell", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataGridViewTriState", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataObject", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DataSourceUpdateMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DateBoldEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DateBoldEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DateRangeEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DateRangeEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DateTimePicker", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DateTimePickerFormat", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Day", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DialogResult", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DockingAttribute", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DockingBehavior", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DockStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DomainUpDown", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DpiChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DpiChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DragAction", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DragDropEffects", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DragEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DragEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawItemEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawItemEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawItemState", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawListViewColumnHeaderEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawListViewColumnHeaderEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawListViewItemEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawListViewItemEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawListViewSubItemEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawListViewSubItemEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawToolTipEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawToolTipEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawTreeNodeEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "DrawTreeNodeEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ErrorBlinkStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ErrorIconAlignment", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ErrorProvider", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FeatureSupport", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FileDialog", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FileDialogCustomPlace", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FileDialogCustomPlacesCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FixedPanel", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FlatButtonAppearance", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FlatStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FlowDirection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FlowLayoutPanel", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FlowLayoutSettings", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FolderBrowserDialog", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FontDialog", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Form", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FormBorderStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FormClosedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FormClosedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FormClosingEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FormClosingEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FormCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FormStartPosition", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FormWindowState", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "FrameStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "GiveFeedbackEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "GiveFeedbackEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "GridItem", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "GridItemCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "GridItemType", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "GroupBox", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "GroupBoxRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "GetChildAtPointSkip", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HandledMouseEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Help", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HelpEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HelpEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HelpNavigator", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HelpProvider", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HorizontalAlignment", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HScrollBar", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HScrollProperties", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HtmlDocument", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HtmlElement", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HtmlElementInsertionOrientation", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HtmlElementCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HtmlElementErrorEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HtmlElementErrorEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HtmlElementEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HtmlElementEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HtmlHistory", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HtmlWindow", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "HtmlWindowCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IBindableComponent", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IButtonControl", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ICommandExecutor", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IContainerControl", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ICurrencyManagerProvider", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IDataGridEditingService", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IDataObject", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IFeatureSupport", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IFileReaderService", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ImageIndexConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ImageKeyConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ImageLayout", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ImageList", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ImageListStreamer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ImeMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IMessageFilter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "InputLanguageChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "InputLanguageChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "InputLanguageChangingEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "InputLanguageChangingEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "InputLanguage", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "InputLanguageCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "InvalidateEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "InvalidateEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IDropTarget", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ItemActivation", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ItemBoundsPortion", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ItemChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ItemChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ItemCheckedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ItemCheckedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ItemCheckEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ItemCheckEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ItemDragEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ItemDragEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IWin32Window", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IWindowTarget", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "KeyEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "KeyEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "KeyPressEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "KeyPressEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Keys", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "KeysConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "InsertKeyMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Label", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LabelEditEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LabelEditEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LayoutEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LayoutEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LeftRightAlignment", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LinkArea", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LinkBehavior", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LinkClickedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LinkClickedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LinkConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LinkLabel", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LinkLabelLinkClickedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LinkLabelLinkClickedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LinkState", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListBindingConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListBindingHelper", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListBox", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListControl", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListControlConvertEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListControlConvertEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewItemConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListView", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewAlignment", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewGroup", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewGroupCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewHitTestInfo", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewHitTestLocations", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewInsertionMark", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewItem", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewItemMouseHoverEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewItemMouseHoverEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewItemSelectionChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewItemSelectionChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewItemStates", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewVirtualItemsSelectionRangeChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ListViewVirtualItemsSelectionRangeChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MainMenu", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MaskedTextBox", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MaskFormat", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MaskInputRejectedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MaskInputRejectedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MdiClient", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MdiLayout", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MeasureItemEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MeasureItemEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Menu", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MenuGlyph", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MenuItem", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MenuMerge", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MenuStrip", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MergeAction", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Message", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MessageBox", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MessageBoxButtons", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MessageBoxDefaultButton", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MessageBoxIcon", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MessageBoxOptions", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MethodInvoker", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MonthCalendar", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MouseButtons", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MouseEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "MouseEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "NativeWindow", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "UnhandledExceptionMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "NavigateEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "NavigateEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "NodeLabelEditEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "NodeLabelEditEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "NotifyIcon", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "NumericUpDown", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "NumericUpDownAcceleration", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "NumericUpDownAccelerationCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "OpacityConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "OpenFileDialog", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Orientation", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "OSFeature", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "OwnerDrawPropertyBag", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Padding", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PaddingConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PaintEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PaintEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Panel", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PictureBox", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PictureBoxSizeMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PopupEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PopupEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PowerLineStatus", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "BatteryChargeStatus", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PowerState", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PowerStatus", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PreProcessControlState", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PreviewKeyDownEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PreviewKeyDownEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ProfessionalColors", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ProfessionalColorTable", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ProgressBar", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ProgressBarRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ProgressBarStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PropertyGrid", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PropertyManager", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PropertySort", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PropertyTabChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PropertyTabChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PropertyValueChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PropertyValueChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "QueryAccessibilityHelpEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "QueryAccessibilityHelpEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "QueryContinueDragEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "QueryContinueDragEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "QuestionEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "QuestionEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RadioButton", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RadioButtonRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RelatedImageListAttribute", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ContentsResizedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ContentsResizedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RetrieveVirtualItemEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RetrieveVirtualItemEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RichTextBox", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RichTextBoxFinds", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RichTextBoxLanguageOptions", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RichTextBoxScrollBars", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RichTextBoxSelectionAttribute", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RichTextBoxSelectionTypes", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RichTextBoxStreamType", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RichTextBoxWordPunctuations", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RightToLeft", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SaveFileDialog", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Screen", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ScreenOrientation", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ScrollableControl", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ScrollBar", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ScrollBarRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ScrollBars", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ScrollButton", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ScrollEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ScrollEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ScrollEventType", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ScrollOrientation", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ScrollProperties", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SearchDirectionHint", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SearchForVirtualItemEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SearchForVirtualItemEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SecurityIDType", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SelectedGridItemChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SelectedGridItemChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SelectionMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SelectionRange", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SelectionRangeConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SendKeys", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Shortcut", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SizeGripStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SortOrder", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SplitContainer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Splitter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SplitterCancelEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SplitterCancelEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SplitterEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SplitterEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SplitterPanel", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "StatusBar", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "StatusBarDrawItemEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "StatusBarDrawItemEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "StatusBarPanel", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "StatusBarPanelAutoSize", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "StatusBarPanelBorderStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "StatusBarPanelClickEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "StatusBarPanelClickEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "StatusBarPanelStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "StatusStrip", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "StructFormat", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SystemInformation", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SystemParameter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TabAlignment", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TabAppearance", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TabControl", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TabControlAction", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TabControlCancelEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TabControlCancelEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TabControlEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TabControlEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TabDrawMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TableLayoutPanel", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TableLayoutControlCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TableLayoutPanelCellBorderStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TableLayoutPanelCellPosition", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TableLayoutPanelGrowStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TableLayoutSettings", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "SizeType", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ColumnStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "RowStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TableLayoutStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TableLayoutStyleCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TableLayoutCellPaintEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TableLayoutCellPaintEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TableLayoutColumnStyleCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TableLayoutRowStyleCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TabPage", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TabRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TabSizeMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TextBox", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TextBoxBase", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TextBoxRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TextDataFormat", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TextImageRelation", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ThreadExceptionDialog", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TickStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "Timer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolBar", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolBarAppearance", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolBarButton", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolBarButtonClickEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolBarButtonClickEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolBarButtonStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolBarTextAlign", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStrip", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripArrowRenderEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripArrowRenderEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripButton", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripComboBox", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripControlHost", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripDropDown", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripDropDownCloseReason", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripDropDownClosedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripDropDownClosedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripDropDownClosingEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripDropDownClosingEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripDropDownDirection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripDropDownButton", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripDropDownItem", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripDropDownItemAccessibleObject", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripDropDownMenu", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripGripDisplayStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripGripRenderEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripGripRenderEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripGripStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItem", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemAlignment", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemClickedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemClickedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemDisplayStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemImageRenderEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemImageRenderEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemImageScaling", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemOverflow", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemPlacement", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemRenderEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemRenderEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemTextRenderEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripItemTextRenderEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripLabel", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripLayoutStyle", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripManager", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripManagerRenderMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripMenuItem", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripOverflow", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripOverflowButton", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripContainer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripContentPanel", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripPanel", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripPanelRenderEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripPanelRenderEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripContentPanelRenderEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripContentPanelRenderEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripPanelRow", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripProfessionalRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripProgressBar", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripRenderEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripRenderEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripRenderMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripSeparator", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripSeparatorRenderEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripSeparatorRenderEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripSplitButton", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripStatusLabel", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripStatusLabelBorderSides", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripSystemRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripTextBox", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolStripTextDirection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolTip", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ToolTipIcon", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TrackBar", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TrackBarRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeNode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeNodeMouseClickEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeNodeMouseClickEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeNodeCollection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeNodeConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeNodeMouseHoverEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeNodeMouseHoverEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeNodeStates", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeView", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeViewAction", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeViewCancelEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeViewCancelEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeViewDrawMode", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeViewEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeViewEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeViewHitTestInfo", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeViewHitTestLocations", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeViewImageIndexConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TreeViewImageKeyConverter", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TypeValidationEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TypeValidationEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "UICues", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "UICuesEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "UICuesEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "UpDownBase", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "UpDownEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "UpDownEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "UserControl", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "ValidationConstraints", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "View", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "VScrollBar", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "VScrollProperties", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowser", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowserEncryptionLevel", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowserReadyState", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowserRefreshOption", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowserBase", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowserDocumentCompletedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowserDocumentCompletedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowserNavigatedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowserNavigatedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowserNavigatingEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowserNavigatingEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowserProgressChangedEventHandler", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowserProgressChangedEventArgs", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WebBrowserSiteBase", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WindowsFormsSection", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "WindowsFormsSynchronizationContext", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "IComponentEditorPageSite", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "LayoutSettings", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PageSetupDialog", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PrintControllerWithStatusDialog", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PrintDialog", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PrintPreviewControl", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "PrintPreviewDialog", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TextFormatFlags", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "TextRenderer", + "Namespace": "System.Windows.Forms" + }, + { + "Name": "VisualStyleElement", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "VisualStyleInformation", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "VisualStyleRenderer", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "VisualStyleState", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "ComboBoxState", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "CheckBoxState", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "GroupBoxState", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "PushButtonState", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "RadioButtonState", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "ScrollBarArrowButtonState", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "ScrollBarState", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "ScrollBarSizeBoxState", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "TabItemState", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "TextBoxState", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "ToolBarState", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "TrackBarThumbState", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "BackgroundType", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "BorderType", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "ImageOrientation", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "SizingType", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "FillType", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "HorizontalAlign", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "ContentAlignment", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "VerticalAlignment", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "OffsetType", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "IconEffect", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "TextShadowType", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "GlyphType", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "ImageSelectType", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "TrueSizeScalingType", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "GlyphFontSizingType", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "ColorProperty", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "EnumProperty", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "FilenameProperty", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "FontProperty", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "IntegerProperty", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "PointProperty", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "MarginProperty", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "StringProperty", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "BooleanProperty", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "Edges", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "EdgeStyle", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "EdgeEffects", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "TextMetrics", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "TextMetricsPitchAndFamilyValues", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "TextMetricsCharacterSet", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "HitTestOptions", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "HitTestCode", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "ThemeSizeType", + "Namespace": "System.Windows.Forms.VisualStyles" + }, + { + "Name": "IRootGridEntry", + "Namespace": "System.Windows.Forms.PropertyGridInternal" + }, + { + "Name": "PropertiesTab", + "Namespace": "System.Windows.Forms.PropertyGridInternal" + }, + { + "Name": "PropertyGridCommands", + "Namespace": "System.Windows.Forms.PropertyGridInternal" + }, + { + "Name": "ComponentEditorForm", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "ComponentEditorPage", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "EventsTab", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "IUIService", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "IWindowsFormsEditorService", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "PropertyTab", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "ToolStripItemDesignerAvailability", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "ToolStripItemDesignerAvailabilityAttribute", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "WindowsFormsComponentEditor", + "Namespace": "System.Windows.Forms.Design" + }, + { + "Name": "Com2Variant", + "Namespace": "System.Windows.Forms.ComponentModel.Com2Interop" + }, + { + "Name": "ICom2PropertyPageDisplayService", + "Namespace": "System.Windows.Forms.ComponentModel.Com2Interop" + }, + { + "Name": "IComPropertyBrowser", + "Namespace": "System.Windows.Forms.ComponentModel.Com2Interop" + }, + { + "Name": "TableLayoutSettingsTypeConverter", + "Namespace": "System.Windows.Forms.Layout" + }, + { + "Name": "ArrangedElementCollection", + "Namespace": "System.Windows.Forms.Layout" + }, + { + "Name": "LayoutEngine", + "Namespace": "System.Windows.Forms.Layout" + }, + { + "Name": "Annotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AnnotationPositionChangingEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AnnotationCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ArrowStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ArrowAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "CalloutStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "CalloutAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AnnotationGroup", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ImageAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LineAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "VerticalLineAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "HorizontalLineAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "PolylineAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "PolygonAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AnnotationPathPointCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AnnotationPathPoint", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "RectangleAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "EllipseAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "Border3DAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "TextAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AnnotationSmartLabelStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "BorderSkinStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "BorderSkin", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "DataPointComparer", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "DataPointCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "DataPoint", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "DataPointCustomProperties", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "CustomProperties", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AxisType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "PointSortOrder", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "SeriesCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "Series", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LabelAutoFitStyles", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AxisName", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "Axis", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "IntervalAutoMode", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AxisArrowStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "BreakLineStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "StartFromZero", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AxisScaleBreakStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ScrollBarButtonType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ScrollBarButtonStyles", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AxisScrollBar", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ScrollBarEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ScrollType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AxisScaleView", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ViewEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartElement", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartNamedElement", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartElementCollection`1", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartNamedElementCollection`1", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartPaintEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "FormatNumberEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AreaAlignmentOrientations", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AreaAlignmentStyles", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartArea", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LightStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartArea3DStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartAreaCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "Cursor", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "CursorEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LabelAlignmentStyles", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "SeriesChartType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartImageAlignmentStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartImageWrapMode", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AxisEnabled", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "DateTimeIntervalType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartValueType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartHatchStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "TextAntiAliasingQuality", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AntiAliasingStyles", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "MarkerStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "GradientStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartDashStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartGraphics", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "Point3D", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "SerializationFormat", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "SerializationContents", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartSerializer", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "IntervalType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "DateRangeType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "CompareMethod", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "IDataPointFilter", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "DataManipulator", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "FinancialFormula", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "DataFormula", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "TickMarkStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "TickMark", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "Grid", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LabelMarkStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "GridTickTypes", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "CustomLabelsCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "CustomLabel", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LabelStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendItemOrder", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendSeparatorStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendImageStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendTableStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "Legend", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendItemsCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendItem", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendCellType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendCellColumnType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendCellColumn", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendCell", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "Margins", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendCellCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LegendCellColumnCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "NamedImagesCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "NamedImage", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartElementType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "HitTestResult", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartElementOutline", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ToolTipEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LineAnchorCapStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LabelCalloutStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "LabelOutsidePlotAreaStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "SmartLabelStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "StatisticFormula", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "TTestResult", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "FTestResult", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "AnovaResult", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ZTestResult", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "StripLinesCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "StripLine", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "Docking", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "TextStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "TextOrientation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "Title", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "TitleCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartColorPalette", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ElementPosition", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "ChartImageFormat", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "Chart", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "CustomizeLegendEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "PrintingManager", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" + }, + { + "Name": "InertiaExpansionBehavior2D", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "InertiaParameters2D", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "InertiaProcessor2D", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "InertiaRotationBehavior2D", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "InertiaTranslationBehavior2D", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "Manipulation2DCompletedEventArgs", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "Manipulation2DDeltaEventArgs", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "Manipulation2DStartedEventArgs", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "ManipulationDelta2D", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "ManipulationParameters2D", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "ManipulationPivot2D", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "ManipulationProcessor2D", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "Manipulations2D", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "ManipulationVelocities2D", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "Manipulator2D", + "Namespace": "System.Windows.Input.Manipulations" + }, + { + "Name": "DispatcherExtensions", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "TaskExtensions", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "FrameworkElementAdapters", + "Namespace": "System.AddIn.Pipeline" + }, + { + "Name": "IfElseActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "IfElseBranchActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ConditionedActivityGroup", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "EventHandlingScopeActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "EventHandlersActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "EventDrivenActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "InvokeWebServiceEventArgs", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "InvokeWebServiceActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ListenActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ParallelActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "SequentialWorkflowActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "SequenceActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "SetStateActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "SetStateEventArgs", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "StateActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "StateFinalizationActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "StateInitializationActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "StateMachineWorkflowActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "StateMachineWorkflowInstance", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "StateActivityValidator", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ReplicatorActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ReplicatorChildEventArgs", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ExecutionType", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "WebServiceInputActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "WebServiceOutputActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "WebServiceFaultActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "WhileActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "CodeCondition", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "PolicyActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "CodeActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "CompensatableSequenceActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "DelayActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ConditionalEventArgs", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "IEventActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "InvokeWorkflowActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "WorkflowWebService", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "WorkflowRole", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "WorkflowRoleCollection", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ActiveDirectoryRole", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ActiveDirectoryRoleFactory", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "WebWorkflowRole", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "WorkflowAuthorizationException", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "HandleExternalEventActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "HandleExternalEventActivityValidator", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "CallExternalMethodActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "CallExternalMethodActivityValidator", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "WorkflowSubscriptionService", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "MessageEventSubscription", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ExternalDataExchangeAttribute", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "CorrelationInitializerAttribute", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "CorrelationParameterAttribute", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "CorrelationAliasAttribute", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ExternalDataEventArgs", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "EventDeliveryFailedException", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "EventQueueName", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ExternalDataExchangeServiceSection", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ExternalDataExchangeService", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "RuleCondition", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleExpressionCondition", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleConditionReference", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleConditionCollection", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleConditionChangeAction", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleSetChangeAction", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "AddedConditionAction", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RemovedConditionAction", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "UpdatedConditionAction", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "AddedRuleSetAction", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RemovedRuleSetAction", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "UpdatedRuleSetAction", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleException", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleEvaluationException", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleEvaluationIncompatibleTypesException", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleSetValidationException", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleExpressionResult", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleLiteralResult", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleExecution", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleActionTrackingEvent", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "IRuleExpression", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RulePathQualifier", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleAnalysis", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleReevaluationBehavior", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "Rule", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleAction", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleHaltAction", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleUpdateAction", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleStatementAction", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleAttributeTarget", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleAttribute", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleReadWriteAttribute", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleReadAttribute", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleWriteAttribute", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleInvokeAttribute", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleDefinitions", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleEngine", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleChainingBehavior", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleSet", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleSetCollection", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleSetReference", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleExpressionInfo", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleValidation", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleExpressionWalker", + "Namespace": "System.Workflow.Activities.Rules" + }, + { + "Name": "RuleSetDialog", + "Namespace": "System.Workflow.Activities.Rules.Design" + }, + { + "Name": "RuleConditionDialog", + "Namespace": "System.Workflow.Activities.Rules.Design" + }, + { + "Name": "ActiveDirectoryRoleFactoryConfiguration", + "Namespace": "System.Workflow.Activities.Configuration" + }, + { + "Name": "WorkflowChanges", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "WorkflowChangeAction", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ActivityChangeAction", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "AddedActivityAction", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "RemovedActivityAction", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "DependencyObject", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "Activity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "CompositeActivity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "IActivityEventListener`1", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "QueueEventArgs", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ActivityExecutionContext", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ActivityExecutionContextManager", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ActivityExecutionStatusChangedEventArgs", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ActivityCollection", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ActivityCollectionChangeAction", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ActivityCollectionChangeEventArgs", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "IDynamicPropertyTypeProvider", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ActivityExecutionStatus", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ActivityExecutionResult", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "IStartWorkflow", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "WorkflowTerminatedException", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ICompensatableActivity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "AlternateFlowActivityAttribute", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "PersistOnCloseAttribute", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "IWorkflowChangeDiff", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ActivityCondition", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "DependencyPropertyOptions", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "GetValueOverride", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "SetValueOverride", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "PropertyMetadata", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "DependencyProperty", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "WorkflowParameterBinding", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "WorkflowParameterBindingCollection", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ActivityBind", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "SuspendActivity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "TerminateActivity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ThrowActivity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "WorkflowTransactionOptions", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "TransactionScopeActivity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "SynchronizationScopeActivity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "CompensateActivity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "CompensationHandlerActivity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "CancellationHandlerActivity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "FaultHandlerActivity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "FaultHandlersActivity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "CompensatableTransactionScopeActivity", + "Namespace": "System.Workflow.ComponentModel" + }, + { + "Name": "ActivityDesignerLayoutSerializer", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "CompositeActivityDesignerLayoutSerializer", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "FreeformActivityDesignerLayoutSerializer", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ConnectorLayoutSerializer", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "WorkflowOutline", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "WorkflowOutlineNode", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "WorkflowMenuCommands", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "IIdentifierCreationService", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "IMemberCreationService", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "IExtendedUIService", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "IExtendedUIService2", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityDragEventArgs", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityChangedEventArgs", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityDesignerLayoutEventArgs", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityDesignerPaintEventArgs", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityDesignerResizeEventArgs", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "DesignerEdges", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "IDesignerGlyphProviderService", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "IDesignerGlyphProvider", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "IDesignerVerbProviderService", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "IDesignerVerbProvider", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "IPersistUIState", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "IWorkflowRootDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "DesignerNavigationDirection", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "HitTestLocations", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "HitTestInfo", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ConnectorHitTestInfo", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "DesignerAction", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "DesignerVerbGroup", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityDesignerVerb", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityDesignerVerbCollection", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ITypeFilterProvider", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "TypeFilterProviderAttribute", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ITypeProviderCreator", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityDesignerAccessibleObject", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "CompositeActivityDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "CompositeDesignerAccessibleObject", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "StructuredCompositeActivityDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "SequentialActivityDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "SequenceDesignerAccessibleObject", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ParallelActivityDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityPreviewDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "DesignerView", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "SequentialWorkflowRootDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "SequentialWorkflowHeaderFooter", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "WorkflowView", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "WorkflowViewAccessibleObject", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ThemeType", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "DesignerGeometry", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "TextQuality", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "DesignerSize", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "DesignerContentAlignment", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "LineAnchor", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "AmbientProperty", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityDesignerThemeAttribute", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "WorkflowTheme", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "DesignerTheme", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityDesignerTheme", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "CompositeDesignerTheme", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityPreviewDesignerTheme", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "AmbientTheme", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityDesignerPaint", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityBindTypeConverter", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "TypeBrowserEditor", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "BindUITypeEditor", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityToolboxItem", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "WorkflowDesignerLoader", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "FreeformActivityDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ConnectorEventHandler", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ConnectorEventArgs", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ConnectionPoint", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "Connector", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ConnectorAccessibleObject", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "WorkflowDesignerMessageFilter", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ActivityDesignerGlyphCollection", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "DesignerGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "WorkflowPageSetupDialog", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ThemeConfigurationDialog", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "TypeBrowserDialog", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ConfigErrorGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "CommentGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "LockedActivityGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ReadOnlyActivityGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "SelectionGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "ShadowGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "SequenceDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" + }, + { + "Name": "CompileWorkflowTask", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "CompileWorkflowCleanupTask", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "AuthorizedType", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "WorkflowMarkupSourceAttribute", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "IWorkflowCompilerOptionsService", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "WorkflowCompilerOptionsService", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "WorkflowCompilationContext", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "WorkflowCompiler", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "WorkflowCompilerParameters", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "WorkflowCompilerResults", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "WorkflowCompilerError", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "ActivityCodeGenerator", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "CodeGenerationManager", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "ActivityCodeGeneratorAttribute", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "CompositeActivityCodeGenerator", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "ActivityValidator", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "WorkflowValidationFailedException", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "AccessTypes", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "BindValidationContext", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "CompositeActivityValidator", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "ConditionValidator", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "DependencyObjectValidator", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "PropertyValidationContext", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "ValidationError", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "ValidationErrorCollection", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "ValidationManager", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "ValidationOption", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "ValidationOptionAttribute", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "Validator", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "ActivityValidatorAttribute", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "AttributeInfoAttribute", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "AttributeInfo", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "ITypeProvider", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "TypeProvider", + "Namespace": "System.Workflow.ComponentModel.Compiler" + }, + { + "Name": "ActivityMarkupSerializer", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "ActivitySurrogateSelector", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "ActivityCodeDomSerializationManager", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "ActivityCodeDomSerializer", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "DependencyObjectCodeDomSerializer", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "ActivityTypeCodeDomSerializer", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "XmlnsDefinitionAttribute", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "XmlnsPrefixAttribute", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "RuntimeNamePropertyAttribute", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "ContentPropertyAttribute", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "ConstructorArgumentAttribute", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "MarkupExtension", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "CompositeActivityMarkupSerializer", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "WorkflowMarkupSerializationManager", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "WorkflowMarkupSerializationException", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "WorkflowMarkupSerializer", + "Namespace": "System.Workflow.ComponentModel.Serialization" + }, + { + "Name": "InteropTrackingRecord", + "Namespace": "System.Activities.Tracking" + }, + { + "Name": "Interop", + "Namespace": "System.Activities.Statements" + }, + { + "Name": "CorrelationToken", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "CorrelationTokenCollection", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "CorrelationProperty", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "CorrelationTokenEventArgs", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "IPendingWork", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "IWorkBatch", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "TimerEventSubscription", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "TimerEventSubscriptionCollection", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "WorkflowEnvironment", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "WorkflowInstance", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "WorkflowOwnershipException", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "WorkflowQueue", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "WorkflowQueuingService", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "WorkflowRuntimeEventArgs", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "WorkflowRuntime", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "ServicesExceptionNotHandledEventArgs", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "WorkflowEventArgs", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "WorkflowCompletedEventArgs", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "WorkflowSuspendedEventArgs", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "WorkflowTerminatedEventArgs", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "WorkflowQueueInfo", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "WorkflowStatus", + "Namespace": "System.Workflow.Runtime" + }, + { + "Name": "ExtractCollection", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "IProfileNotification", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "PreviousTrackingServiceAttribute", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "ProfileUpdatedEventArgs", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "ProfileRemovedEventArgs", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "SqlTrackingService", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "SqlTrackingWorkflowInstance", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingAnnotationCollection", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingChannel", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingCondition", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "ActivityTrackingCondition", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "ComparisonOperator", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingConditionCollection", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingDataItem", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingDataItemValue", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingExtract", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "WorkflowDataTrackingExtract", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "ActivityDataTrackingExtract", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "WorkflowTrackingLocation", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "ActivityTrackingLocation", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "UserTrackingLocation", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "ActivityTrackingLocationCollection", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "UserTrackingLocationCollection", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingParameters", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingProfile", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingProfileCache", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingProfileDeserializationException", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingProfileSerializer", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingRecord", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "ActivityTrackingRecord", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "UserTrackingRecord", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "WorkflowTrackingRecord", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingService", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingWorkflowEvent", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingWorkflowChangedEventArgs", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingWorkflowTerminatedEventArgs", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingWorkflowSuspendedEventArgs", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "TrackingWorkflowExceptionEventArgs", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "ActivityTrackPoint", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "UserTrackPoint", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "WorkflowTrackPoint", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "ActivityTrackPointCollection", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "UserTrackPointCollection", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "WorkflowTrackPointCollection", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "SqlTrackingQuery", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "SqlTrackingQueryOptions", + "Namespace": "System.Workflow.Runtime.Tracking" + }, + { + "Name": "DebugController", + "Namespace": "System.Workflow.Runtime.DebugEngine" + }, + { + "Name": "IWorkflowDebuggerService", + "Namespace": "System.Workflow.Runtime.DebugEngine" + }, + { + "Name": "WorkflowDebuggerSteppingOption", + "Namespace": "System.Workflow.Runtime.DebugEngine" + }, + { + "Name": "WorkflowDebuggerSteppingAttribute", + "Namespace": "System.Workflow.Runtime.DebugEngine" + }, + { + "Name": "IInstanceTable", + "Namespace": "System.Workflow.Runtime.DebugEngine" + }, + { + "Name": "ActivityHandlerDescriptor", + "Namespace": "System.Workflow.Runtime.DebugEngine" + }, + { + "Name": "DebugEngineCallback", + "Namespace": "System.Workflow.Runtime.DebugEngine" + }, + { + "Name": "IExpressionEvaluationFrame", + "Namespace": "System.Workflow.Runtime.DebugEngine" + }, + { + "Name": "IWorkflowDebugger", + "Namespace": "System.Workflow.Runtime.DebugEngine" + }, + { + "Name": "WorkflowLoaderService", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "WorkflowPersistenceService", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "WorkflowRuntimeServiceState", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "WorkflowRuntimeService", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "WorkflowSchedulerService", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "WorkflowCommitWorkBatchService", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "PersistenceException", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "DefaultWorkflowLoaderService", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "DefaultWorkflowSchedulerService", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "DefaultWorkflowCommitWorkBatchService", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "ManualWorkflowSchedulerService", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "SharedConnectionWorkflowCommitWorkBatchService", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "SqlPersistenceWorkflowInstanceDescription", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "SqlWorkflowPersistenceService", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "WorkflowWebHostingModule", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "WorkflowRuntimeSection", + "Namespace": "System.Workflow.Runtime.Configuration" + }, + { + "Name": "WorkflowRuntimeServiceElement", + "Namespace": "System.Workflow.Runtime.Configuration" + }, + { + "Name": "WorkflowRuntimeServiceElementCollection", + "Namespace": "System.Workflow.Runtime.Configuration" + }, + { + "Name": "ChannelManagerService", + "Namespace": "System.Workflow.Runtime.Hosting" + }, + { + "Name": "ContextToken", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ChannelToken", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "OperationInfo", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "OperationInfoBase", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "OperationParameterInfo", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "OperationParameterInfoCollection", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "OperationValidationEventArgs", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "ReceiveActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "SendActivity", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "SendActivityEventArgs", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "TypedOperationInfo", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "WorkflowServiceAttributes", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "WorkflowServiceAttributesDynamicPropertyValidator", + "Namespace": "System.Workflow.Activities" + }, + { + "Name": "WorkflowServiceHost", + "Namespace": "System.ServiceModel" + }, + { + "Name": "WorkflowRuntimeEndpoint", + "Namespace": "System.ServiceModel.Activities.Description" + }, + { + "Name": "WorkflowServiceHostFactory", + "Namespace": "System.ServiceModel.Activation" + }, + { + "Name": "DurableOperationContext", + "Namespace": "System.ServiceModel.Dispatcher" + }, + { + "Name": "PersistenceProviderElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "WorkflowRuntimeElement", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "ExtendedWorkflowRuntimeServiceElementCollection", + "Namespace": "System.ServiceModel.Configuration" + }, + { + "Name": "InstanceLockException", + "Namespace": "System.ServiceModel.Persistence" + }, + { + "Name": "InstanceNotFoundException", + "Namespace": "System.ServiceModel.Persistence" + }, + { + "Name": "PersistenceException", + "Namespace": "System.ServiceModel.Persistence" + }, + { + "Name": "PersistenceProvider", + "Namespace": "System.ServiceModel.Persistence" + }, + { + "Name": "PersistenceProviderFactory", + "Namespace": "System.ServiceModel.Persistence" + }, + { + "Name": "LockingPersistenceProvider", + "Namespace": "System.ServiceModel.Persistence" + }, + { + "Name": "SqlPersistenceProviderFactory", + "Namespace": "System.ServiceModel.Persistence" + }, + { + "Name": "PersistenceProviderBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "DurableOperationAttribute", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "DurableServiceAttribute", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "UnknownExceptionAction", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "WorkflowRuntimeBehavior", + "Namespace": "System.ServiceModel.Description" + }, + { + "Name": "AttachableMemberIdentifier", + "Namespace": "System.Xaml" + }, + { + "Name": "AttachablePropertyServices", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlObjectEventArgs", + "Namespace": "System.Xaml" + }, + { + "Name": "IAmbientProvider", + "Namespace": "System.Xaml" + }, + { + "Name": "AmbientPropertyValue", + "Namespace": "System.Xaml" + }, + { + "Name": "IAttachedPropertyStore", + "Namespace": "System.Xaml" + }, + { + "Name": "IDestinationTypeProvider", + "Namespace": "System.Xaml" + }, + { + "Name": "INamespacePrefixLookup", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlNodeType", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlReaderSettings", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlObjectWriter", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlObjectWriterSettings", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlXmlReader", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlXmlReaderSettings", + "Namespace": "System.Xaml" + }, + { + "Name": "IRootObjectProvider", + "Namespace": "System.Xaml" + }, + { + "Name": "IXamlLineInfo", + "Namespace": "System.Xaml" + }, + { + "Name": "IXamlLineInfoConsumer", + "Namespace": "System.Xaml" + }, + { + "Name": "IXamlNamespaceResolver", + "Namespace": "System.Xaml" + }, + { + "Name": "IXamlNameProvider", + "Namespace": "System.Xaml" + }, + { + "Name": "IXamlNameResolver", + "Namespace": "System.Xaml" + }, + { + "Name": "IXamlObjectWriterFactory", + "Namespace": "System.Xaml" + }, + { + "Name": "IXamlSchemaContextProvider", + "Namespace": "System.Xaml" + }, + { + "Name": "NamespaceDeclaration", + "Namespace": "System.Xaml" + }, + { + "Name": "IXamlIndexingReader", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlBackgroundReader", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlNodeList", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlNodeQueue", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlDirective", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlDeferringLoader", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlException", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlParseException", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlObjectWriterException", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlDuplicateMemberException", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlInternalException", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlSchemaException", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlObjectReaderException", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlXmlWriterException", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlLanguage", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlMember", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlReader", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlSchemaContext", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlSchemaContextSettings", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlServices", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlType", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlObjectReader", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlObjectReaderSettings", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlWriter", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlXmlWriter", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlXmlWriterSettings", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlWriterSettings", + "Namespace": "System.Xaml" + }, + { + "Name": "XamlAccessLevel", + "Namespace": "System.Xaml.Permissions" + }, + { + "Name": "XamlLoadPermission", + "Namespace": "System.Xaml.Permissions" + }, + { + "Name": "AllowedMemberLocations", + "Namespace": "System.Xaml.Schema" + }, + { + "Name": "XamlCollectionKind", + "Namespace": "System.Xaml.Schema" + }, + { + "Name": "XamlMemberInvoker", + "Namespace": "System.Xaml.Schema" + }, + { + "Name": "ShouldSerializeResult", + "Namespace": "System.Xaml.Schema" + }, + { + "Name": "XamlTypeInvoker", + "Namespace": "System.Xaml.Schema" + }, + { + "Name": "XamlValueConverter`1", + "Namespace": "System.Xaml.Schema" + }, + { + "Name": "XamlTypeName", + "Namespace": "System.Xaml.Schema" + }, + { + "Name": "XamlTypeTypeConverter", + "Namespace": "System.Xaml.Schema" + }, + { + "Name": "MarkupExtensionBracketCharactersAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "MemberDefinition", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "PropertyDefinition", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "AcceptedMarkupExtensionExpressionTypeAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "AmbientAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "UsableDuringInitializationAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "ConstructorArgumentAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "ContentPropertyAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "ContentWrapperAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "DependsOnAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "MarkupExtensionReturnTypeAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "NameScopePropertyAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "RootNamespaceAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "TrimSurroundingWhitespaceAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "UidPropertyAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "WhitespaceSignificantCollectionAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlSetMarkupExtensionAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XmlLangPropertyAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XmlnsCompatibleWithAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XmlnsDefinitionAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XmlnsPrefixAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "DateTimeValueSerializer", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "INameScope", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "INameScopeDictionary", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "IProvideValueTarget", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "IQueryAmbient", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "IUriContext", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "IValueSerializerContext", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "IXamlTypeResolver", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "ValueSerializer", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlSetMarkupExtensionEventArgs", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlSetTypeConverterAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlSetTypeConverterEventArgs", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlSetValueEventArgs", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "MarkupExtension", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "ArrayExtension", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "DictionaryKeyPropertyAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "IComponentConnector", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "NullExtension", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "StaticExtension", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "TypeExtension", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "RuntimeNamePropertyAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "NameReferenceConverter", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "Reference", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlDeferLoadAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XData", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XamlBuildProvider", + "Namespace": "System.Xaml.Hosting" + }, + { + "Name": "HandlerElement", + "Namespace": "System.Xaml.Hosting.Configuration" + }, + { + "Name": "HandlerElementCollection", + "Namespace": "System.Xaml.Hosting.Configuration" + }, + { + "Name": "XamlHostingSection", + "Namespace": "System.Xaml.Hosting.Configuration" + }, + { + "Name": "XamlHostingSectionGroup", + "Namespace": "System.Xaml.Hosting.Configuration" + }, + { + "Name": "XmlNamedNodeMap", + "Namespace": "System.Xml" + }, + { + "Name": "IApplicationResourceStreamResolver", + "Namespace": "System.Xml" + }, + { + "Name": "IHasXmlNode", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlLineInfo", + "Namespace": "System.Xml" + }, + { + "Name": "IXmlNamespaceResolver", + "Namespace": "System.Xml" + }, + { + "Name": "NameTable", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDateTimeSerializationMode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlConvert", + "Namespace": "System.Xml" + }, + { + "Name": "XmlException", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNamespaceManager", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNamespaceScope", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNameTable", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeOrder", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeType", + "Namespace": "System.Xml" + }, + { + "Name": "XmlQualifiedName", + "Namespace": "System.Xml" + }, + { + "Name": "XmlResolver", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSecureResolver", + "Namespace": "System.Xml" + }, + { + "Name": "XmlUrlResolver", + "Namespace": "System.Xml" + }, + { + "Name": "XmlXapResolver", + "Namespace": "System.Xml" + }, + { + "Name": "ConformanceLevel", + "Namespace": "System.Xml" + }, + { + "Name": "DtdProcessing", + "Namespace": "System.Xml" + }, + { + "Name": "EntityHandling", + "Namespace": "System.Xml" + }, + { + "Name": "NamespaceHandling", + "Namespace": "System.Xml" + }, + { + "Name": "NewLineHandling", + "Namespace": "System.Xml" + }, + { + "Name": "ReadState", + "Namespace": "System.Xml" + }, + { + "Name": "ValidationType", + "Namespace": "System.Xml" + }, + { + "Name": "WhitespaceHandling", + "Namespace": "System.Xml" + }, + { + "Name": "XmlParserContext", + "Namespace": "System.Xml" + }, + { + "Name": "XmlReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlReaderSettings", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSpace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTextReader", + "Namespace": "System.Xml" + }, + { + "Name": "Formatting", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTextWriter", + "Namespace": "System.Xml" + }, + { + "Name": "XmlValidatingReader", + "Namespace": "System.Xml" + }, + { + "Name": "WriteState", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWriter", + "Namespace": "System.Xml" + }, + { + "Name": "XmlOutputMethod", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWriterSettings", + "Namespace": "System.Xml" + }, + { + "Name": "XmlAttribute", + "Namespace": "System.Xml" + }, + { + "Name": "XmlAttributeCollection", + "Namespace": "System.Xml" + }, + { + "Name": "XmlCDataSection", + "Namespace": "System.Xml" + }, + { + "Name": "XmlCharacterData", + "Namespace": "System.Xml" + }, + { + "Name": "XmlComment", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDeclaration", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocument", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocumentFragment", + "Namespace": "System.Xml" + }, + { + "Name": "XmlDocumentType", + "Namespace": "System.Xml" + }, + { + "Name": "XmlElement", + "Namespace": "System.Xml" + }, + { + "Name": "XmlEntity", + "Namespace": "System.Xml" + }, + { + "Name": "XmlEntityReference", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedAction", + "Namespace": "System.Xml" + }, + { + "Name": "XmlImplementation", + "Namespace": "System.Xml" + }, + { + "Name": "XmlLinkedNode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNode", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedEventArgs", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeChangedEventHandler", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeList", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNodeReader", + "Namespace": "System.Xml" + }, + { + "Name": "XmlNotation", + "Namespace": "System.Xml" + }, + { + "Name": "XmlProcessingInstruction", + "Namespace": "System.Xml" + }, + { + "Name": "XmlSignificantWhitespace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlText", + "Namespace": "System.Xml" + }, + { + "Name": "XmlWhitespace", + "Namespace": "System.Xml" + }, + { + "Name": "XmlTokenizedType", + "Namespace": "System.Xml" + }, + { + "Name": "CodeExporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "CodeGenerationOptions", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "CodeIdentifier", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "CodeIdentifiers", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "ImportContext", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "IXmlSerializable", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "IXmlTextParser", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SchemaImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributeOverrides", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapCodeExporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapEnumAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapIgnoreAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapIncludeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapReflectionImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapSchemaExporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapSchemaImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapSchemaMember", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "SoapTypeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAnyElementAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayItemAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlArrayItemAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeOverrides", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlChoiceIdentifierAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlCodeExporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementAttributes", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlEnumAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlIgnoreAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlIncludeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMappingAccess", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMemberMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlMembersMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNamespaceDeclarationsAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlReflectionImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlReflectionMember", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlRootAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaExporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaImporter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaProviderAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemas", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSchemaEnumerator", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationGeneratedCode", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationReader", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationFixupCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationCollectionFixupCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationReadCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationWriter", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializationWriteCallback", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerAssemblyAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlDeserializationEvents", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerImplementation", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializer", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerFactory", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerNamespaces", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlSerializerVersionAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTextAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTypeAttribute", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlTypeMapping", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlAttributeEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlElementEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNodeEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "XmlNodeEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "UnreferencedObjectEventHandler", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "UnreferencedObjectEventArgs", + "Namespace": "System.Xml.Serialization" + }, + { + "Name": "DateTimeSerializationSection", + "Namespace": "System.Xml.Serialization.Configuration" + }, + { + "Name": "SchemaImporterExtensionElement", + "Namespace": "System.Xml.Serialization.Configuration" + }, + { + "Name": "SchemaImporterExtensionElementCollection", + "Namespace": "System.Xml.Serialization.Configuration" + }, + { + "Name": "SchemaImporterExtensionsSection", + "Namespace": "System.Xml.Serialization.Configuration" + }, + { + "Name": "SerializationSectionGroup", + "Namespace": "System.Xml.Serialization.Configuration" + }, + { + "Name": "XmlSerializerSection", + "Namespace": "System.Xml.Serialization.Configuration" + }, + { + "Name": "RootedPathValidator", + "Namespace": "System.Xml.Serialization.Configuration" + }, + { + "Name": "SchemaImporterExtension", + "Namespace": "System.Xml.Serialization.Advanced" + }, + { + "Name": "SchemaImporterExtensionCollection", + "Namespace": "System.Xml.Serialization.Advanced" + }, + { + "Name": "XmlSchemaDatatypeVariety", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "IXmlSchemaInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "ValidationEventArgs", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "ValidationEventHandler", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlAtomicValue", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchema", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAll", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnnotated", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnnotation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAny", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAnyAttribute", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAppInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttribute", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttributeGroup", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaAttributeGroupRef", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaChoice", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCollection", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCollectionEnumerator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContentExtension", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexContentRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaComplexType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentModel", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentProcessing", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaContentType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDatatype", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDerivationMethod", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaDocumentation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaElement", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaExternal", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaNumericFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxLengthFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaPatternFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaEnumerationFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinExclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMinInclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxExclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaMaxInclusiveFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaTotalDigitsFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaFractionDigitsFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaWhiteSpaceFacet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaForm", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroup", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroupBase", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaGroupRef", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaIdentityConstraint", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaXPath", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaUnique", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaKey", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaKeyref", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaImport", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInclude", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInfo", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaNotation", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObject", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectCollection", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectEnumerator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaObjectTable", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaParticle", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaRedefine", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSequence", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSet", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaCompilationSettings", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContentExtension", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleContentRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeContent", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeList", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeRestriction", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaSimpleTypeUnion", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaUse", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidationException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlValueGetter", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidationFlags", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidator", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaValidity", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSeverityType", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlTypeCode", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInference", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XmlSchemaInferenceException", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "XslCompiledTransform", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltMessageEncounteredEventArgs", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltMessageEncounteredEventHandler", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltArgumentList", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "IXsltContextFunction", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "IXsltContextVariable", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltContext", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltException", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltCompileException", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XslTransform", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "XsltSettings", + "Namespace": "System.Xml.Xsl" + }, + { + "Name": "IXPathNavigable", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathDocument", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathException", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlSortOrder", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlCaseOrder", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlDataType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathResultType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathExpression", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathItem", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNamespaceScope", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNavigator", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNodeIterator", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XPathNodeType", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XmlKnownDtds", + "Namespace": "System.Xml.Resolvers" + }, + { + "Name": "XmlPreloadedResolver", + "Namespace": "System.Xml.Resolvers" + }, + { + "Name": "XmlReaderSection", + "Namespace": "System.Xml.XmlConfiguration" + }, + { + "Name": "XsltConfigSection", + "Namespace": "System.Xml.XmlConfiguration" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.Schema" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XDocumentExtensions", + "Namespace": "System.Xml.XPath" + }, + { + "Name": "XName", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNamespace", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObject", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObjectChange", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XObjectChangeEventArgs", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNode", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNodeDocumentOrderComparer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XNodeEqualityComparer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XText", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XCData", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XContainer", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XElement", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "LoadOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "SaveOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "ReaderOptions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDocument", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XComment", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XProcessingInstruction", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDeclaration", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XDocumentType", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XAttribute", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "XStreamingElement", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "Extensions", + "Namespace": "System.Xml.Linq" + }, + { + "Name": "InstallSupport", + "Namespace": "Microsoft.TaskScheduler.SnapIn" + }, + { + "Name": "TaskSchedulerSnapIn", + "Namespace": "Microsoft.TaskScheduler.SnapIn" + }, + { + "Name": "TaskSchedulerExtension", + "Namespace": "Microsoft.TaskScheduler.SnapIn" + }, + { + "Name": "AndCondition", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "Automation", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationElement", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationElementCollection", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationFocusChangedEventHandler", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationFocusChangedEventArgs", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "BasePattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationElementMode", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "CacheRequest", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ClientSettings", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ClientSideProviderMatchIndicator", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ClientSideProviderFactoryCallback", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ClientSideProviderDescription", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "Condition", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "DockPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ExpandCollapsePattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "GridItemPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "GridPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "InvokePattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "MultipleViewPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "NotCondition", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "OrCondition", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "PropertyConditionFlags", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "PropertyCondition", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "RangeValuePattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ScrollPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ScrollItemPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "SelectionPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "SelectionItemPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "SynchronizedInputPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "TableItemPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "TablePattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "TextPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "TransformPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "TreeWalker", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "TogglePattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ValuePattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "WindowPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "VirtualizedItemPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ItemContainerPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "TextPatternRange", + "Namespace": "System.Windows.Automation.Text" + }, + { + "Name": "UIAutomationClientSideProviders", + "Namespace": "UIAutomationClientsideProviders" + }, + { + "Name": "AutomationInteropProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "NavigateDirection", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IRawElementProviderFragment", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IRawElementProviderFragmentRoot", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IRawElementProviderAdviseEvents", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IRawElementProviderHwndOverride", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "ProviderOptions", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IRawElementProviderSimple", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IDockProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IExpandCollapseProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IGridProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IGridItemProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IInvokeProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IMultipleViewProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IRangeValueProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IScrollProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IScrollItemProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "ISelectionProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "ISelectionItemProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "ISynchronizedInputProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "ITableProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "ITableItemProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "ITextProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "ITextRangeProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "ITransformProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IValueProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IToggleProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IWindowProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IVirtualizedItemProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "IItemContainerProvider", + "Namespace": "System.Windows.Automation.Provider" + }, + { + "Name": "AutomationIdentifier", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationPattern", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationProperty", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationEvent", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationTextAttribute", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ControlType", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationElementIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "DockPosition", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "DockPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ExpandCollapseState", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ExpandCollapsePatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "GridItemPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "GridPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "InvokePatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "MultipleViewPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "RangeValuePatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ScrollAmount", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ScrollPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ScrollItemPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "SelectionPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "SelectionItemPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "SynchronizedInputType", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "SynchronizedInputPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "TableItemPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "RowOrColumnMajor", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "TablePatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "SupportedTextSelection", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "TextPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "TransformPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ToggleState", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "TogglePatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ValuePatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "WindowVisualState", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "WindowInteractionState", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "WindowPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "VirtualizedItemPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ItemContainerPatternIdentifiers", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "OrientationType", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "TreeScope", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AsyncContentLoadedState", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ProxyAssemblyNotLoadedException", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "NoClickablePointException", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ElementNotEnabledException", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "ElementNotAvailableException", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AsyncContentLoadedEventArgs", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationEventHandler", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationEventArgs", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationPropertyChangedEventHandler", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationPropertyChangedEventArgs", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "StructureChangedEventHandler", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "StructureChangeType", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "StructureChangedEventArgs", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "WindowClosedEventArgs", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AnimationStyle", + "Namespace": "System.Windows.Automation.Text" + }, + { + "Name": "BulletStyle", + "Namespace": "System.Windows.Automation.Text" + }, + { + "Name": "CapStyle", + "Namespace": "System.Windows.Automation.Text" + }, + { + "Name": "FlowDirections", + "Namespace": "System.Windows.Automation.Text" + }, + { + "Name": "HorizontalTextAlignment", + "Namespace": "System.Windows.Automation.Text" + }, + { + "Name": "OutlineStyles", + "Namespace": "System.Windows.Automation.Text" + }, + { + "Name": "TextPatternRangeEndpoint", + "Namespace": "System.Windows.Automation.Text" + }, + { + "Name": "TextUnit", + "Namespace": "System.Windows.Automation.Text" + }, + { + "Name": "TextDecorationLineStyle", + "Namespace": "System.Windows.Automation.Text" + }, + { + "Name": "VSPerfDataSet", + "Namespace": "VSPerfData" + }, + { + "Name": "TocReturnDetail", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "SearchOptions", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "FileIStream", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "HelpReader", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "ICatalog", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "Catalog", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "ICatalogRead", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "CatalogRead", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "ICatalogReadWriteLock", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "CatalogReadWriteLock", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "IHelpFilter", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "HelpFilter", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "IHelpKeyValuePair", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "HelpKeyValuePair", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "IKeyword", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "Keyword", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "IKeywordCollection", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "KeywordCollection", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "ITopic", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "Topic", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "ITopicCollection", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "TopicCollection", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "MemoryIStream", + "Namespace": "Windows.Help.Runtime" + }, + { + "Name": "IndexException", + "Namespace": "Windows.Help.Runtime.Index" + }, + { + "Name": "LCType", + "Namespace": "Windows.Help.Runtime.Index" + }, + { + "Name": "EventSource", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventListener", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventCommandEventArgs", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventWrittenEventArgs", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventSourceAttribute", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventAttribute", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "NonEventAttribute", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventCommand", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventSourceException", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventLevel", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventTask", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventOpcode", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventChannel", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventKeywords", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventSource", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventListener", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventCommandEventArgs", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventWrittenEventArgs", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventSourceAttribute", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventAttribute", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "NonEventAttribute", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventCommand", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventSourceException", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventLevel", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventTask", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventOpcode", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventChannel", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventKeywords", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventSource", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventListener", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventCommandEventArgs", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventWrittenEventArgs", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventSourceAttribute", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventAttribute", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "NonEventAttribute", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventCommand", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventSourceException", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventLevel", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventTask", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventOpcode", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventChannel", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "EventKeywords", + "Namespace": "Microsoft.Diagnostics.Tracing" + }, + { + "Name": "TelemetryDiagnostic", + "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + }, + { + "Name": "TelemetryMetrics", + "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + }, + { + "Name": "TelemetryStatus", + "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + }, + { + "Name": "TelemetryDiagnostic", + "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + }, + { + "Name": "TelemetryMetrics", + "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + }, + { + "Name": "TelemetryStatus", + "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + }, + { + "Name": "TelemetryDiagnostic", + "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + }, + { + "Name": "TelemetryMetrics", + "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + }, + { + "Name": "TelemetryStatus", + "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + }, + { + "Name": "PresentationTraceLevel", + "Namespace": "System.Diagnostics" + }, + { + "Name": "PresentationTraceSources", + "Namespace": "System.Diagnostics" + }, + { + "Name": "CurrentChangedEventManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CurrentChangingEventArgs", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CurrentChangingEventHandler", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CurrentChangingEventManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "DependencyPropertyDescriptor", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ErrorsChangedEventManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ICollectionView", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ICollectionViewFactory", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ICollectionViewLiveShaping", + "Namespace": "System.ComponentModel" + }, + { + "Name": "NewItemPlaceholderPosition", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IEditableCollectionView", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IEditableCollectionViewAddNewItem", + "Namespace": "System.ComponentModel" + }, + { + "Name": "IItemProperties", + "Namespace": "System.ComponentModel" + }, + { + "Name": "ItemPropertyInfo", + "Namespace": "System.ComponentModel" + }, + { + "Name": "GroupDescription", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyChangedEventManager", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyFilterOptions", + "Namespace": "System.ComponentModel" + }, + { + "Name": "PropertyFilterAttribute", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SortDescription", + "Namespace": "System.ComponentModel" + }, + { + "Name": "SortDescriptionCollection", + "Namespace": "System.ComponentModel" + }, + { + "Name": "CollectionChangedEventManager", + "Namespace": "System.Collections.Specialized" + }, + { + "Name": "AttachedPropertyBrowsableAttribute", + "Namespace": "System.Windows" + }, + { + "Name": "AttachedPropertyBrowsableForTypeAttribute", + "Namespace": "System.Windows" + }, + { + "Name": "AttachedPropertyBrowsableWhenAttributePresentAttribute", + "Namespace": "System.Windows" + }, + { + "Name": "BaseCompatibilityPreferences", + "Namespace": "System.Windows" + }, + { + "Name": "CoerceValueCallback", + "Namespace": "System.Windows" + }, + { + "Name": "DependencyObject", + "Namespace": "System.Windows" + }, + { + "Name": "DependencyObjectType", + "Namespace": "System.Windows" + }, + { + "Name": "DependencyProperty", + "Namespace": "System.Windows" + }, + { + "Name": "DependencyPropertyKey", + "Namespace": "System.Windows" + }, + { + "Name": "DependencyPropertyChangedEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "DependencyPropertyChangedEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "NameScope", + "Namespace": "System.Windows" + }, + { + "Name": "Expression", + "Namespace": "System.Windows" + }, + { + "Name": "ExpressionConverter", + "Namespace": "System.Windows" + }, + { + "Name": "Freezable", + "Namespace": "System.Windows" + }, + { + "Name": "Int32Rect", + "Namespace": "System.Windows" + }, + { + "Name": "Int32RectConverter", + "Namespace": "System.Windows" + }, + { + "Name": "Point", + "Namespace": "System.Windows" + }, + { + "Name": "PointConverter", + "Namespace": "System.Windows" + }, + { + "Name": "Rect", + "Namespace": "System.Windows" + }, + { + "Name": "RectConverter", + "Namespace": "System.Windows" + }, + { + "Name": "Size", + "Namespace": "System.Windows" + }, + { + "Name": "SizeConverter", + "Namespace": "System.Windows" + }, + { + "Name": "Vector", + "Namespace": "System.Windows" + }, + { + "Name": "VectorConverter", + "Namespace": "System.Windows" + }, + { + "Name": "IWeakEventListener", + "Namespace": "System.Windows" + }, + { + "Name": "LocalValueEnumerator", + "Namespace": "System.Windows" + }, + { + "Name": "LocalValueEntry", + "Namespace": "System.Windows" + }, + { + "Name": "PropertyChangedCallback", + "Namespace": "System.Windows" + }, + { + "Name": "PropertyMetadata", + "Namespace": "System.Windows" + }, + { + "Name": "SplashScreen", + "Namespace": "System.Windows" + }, + { + "Name": "ValidateValueCallback", + "Namespace": "System.Windows" + }, + { + "Name": "WeakEventManager", + "Namespace": "System.Windows" + }, + { + "Name": "WeakEventManager`2", + "Namespace": "System.Windows" + }, + { + "Name": "MSG", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "ThreadMessageEventHandler", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "ComponentDispatcher", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "IKeyboardInputSink", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "IKeyboardInputSite", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "DispatcherPriority", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "Dispatcher", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherPriorityAwaitable", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherPriorityAwaiter", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherSynchronizationContext", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherHookEventArgs", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherHookEventHandler", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherHooks", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherProcessingDisabled", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherObject", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherFrame", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherOperation", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherOperation`1", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherOperationCallback", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherOperationStatus", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherEventArgs", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherUnhandledExceptionEventArgs", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherUnhandledExceptionEventHandler", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherUnhandledExceptionFilterEventArgs", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherUnhandledExceptionFilterEventHandler", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DispatcherTimer", + "Namespace": "System.Windows.Threading" + }, + { + "Name": "DataSourceProvider", + "Namespace": "System.Windows.Data" + }, + { + "Name": "DisableDpiAwarenessAttribute", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Matrix", + "Namespace": "System.Windows.Media" + }, + { + "Name": "MatrixConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "MatrixValueSerializer", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "Key", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyConverter", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyInterop", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyValueSerializer", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ModifierKeys", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ModifierKeysConverter", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ModifierKeysValueSerializer", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TraversalRequest", + "Namespace": "System.Windows.Input" + }, + { + "Name": "FocusNavigationDirection", + "Namespace": "System.Windows.Input" + }, + { + "Name": "Int32RectValueSerializer", + "Namespace": "System.Windows.Converters" + }, + { + "Name": "PointValueSerializer", + "Namespace": "System.Windows.Converters" + }, + { + "Name": "RectValueSerializer", + "Namespace": "System.Windows.Converters" + }, + { + "Name": "SizeValueSerializer", + "Namespace": "System.Windows.Converters" + }, + { + "Name": "VectorValueSerializer", + "Namespace": "System.Windows.Converters" + }, + { + "Name": "DesignerSerializationOptions", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "DesignerSerializationOptionsAttribute", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "InternalTypeHelper", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "IReceiveMarkupExtension", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "ServiceProviders", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "MarkupObject", + "Namespace": "System.Windows.Markup.Primitives" + }, + { + "Name": "MarkupProperty", + "Namespace": "System.Windows.Markup.Primitives" + }, + { + "Name": "FileFormatException", + "Namespace": "System.IO" + }, + { + "Name": "StorageInfo", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "StreamInfo", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "EncryptedPackageEnvelope", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "Package", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackagePart", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageProperties", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackagePartCollection", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "TargetMode", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationship", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipCollection", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackUriHelper", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "RightsManagementInformation", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "ZipPackage", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "ZipPackagePart", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "CompressionOption", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "EncryptionOption", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipSelector", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageRelationshipSelectorType", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "VerifyResult", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageDigitalSignature", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "CertificateEmbeddingOption", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "InvalidSignatureEventHandler", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "SignatureVerificationEventArgs", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageDigitalSignatureManager", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "ContentGrant", + "Namespace": "System.Security.RightsManagement" + }, + { + "Name": "SecureEnvironment", + "Namespace": "System.Security.RightsManagement" + }, + { + "Name": "CryptoProvider", + "Namespace": "System.Security.RightsManagement" + }, + { + "Name": "UnsignedPublishLicense", + "Namespace": "System.Security.RightsManagement" + }, + { + "Name": "PublishLicense", + "Namespace": "System.Security.RightsManagement" + }, + { + "Name": "UseLicense", + "Namespace": "System.Security.RightsManagement" + }, + { + "Name": "ContentUser", + "Namespace": "System.Security.RightsManagement" + }, + { + "Name": "UserActivationMode", + "Namespace": "System.Security.RightsManagement" + }, + { + "Name": "ContentRight", + "Namespace": "System.Security.RightsManagement" + }, + { + "Name": "AuthenticationType", + "Namespace": "System.Security.RightsManagement" + }, + { + "Name": "RightsManagementException", + "Namespace": "System.Security.RightsManagement" + }, + { + "Name": "RightsManagementFailureCode", + "Namespace": "System.Security.RightsManagement" + }, + { + "Name": "LocalizedNameDescriptionPair", + "Namespace": "System.Security.RightsManagement" + }, + { + "Name": "WebBrowserPermissionLevel", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "WebBrowserPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "WebBrowserPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "MediaPermissionAudio", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "MediaPermissionVideo", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "MediaPermissionImage", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "MediaPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "MediaPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ChildChangedEventArgs", + "Namespace": "System.Windows.Forms.Integration" + }, + { + "Name": "ElementHost", + "Namespace": "System.Windows.Forms.Integration" + }, + { + "Name": "IntegrationExceptionEventArgs", + "Namespace": "System.Windows.Forms.Integration" + }, + { + "Name": "LayoutExceptionEventArgs", + "Namespace": "System.Windows.Forms.Integration" + }, + { + "Name": "PropertyTranslator", + "Namespace": "System.Windows.Forms.Integration" + }, + { + "Name": "PropertyMap", + "Namespace": "System.Windows.Forms.Integration" + }, + { + "Name": "PropertyMappingExceptionEventArgs", + "Namespace": "System.Windows.Forms.Integration" + }, + { + "Name": "WindowsFormsHost", + "Namespace": "System.Windows.Forms.Integration" + }, + { + "Name": "WindowsFormsHostAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "IVsAddToolboxItems", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsDataObjectStringMapManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsProvideTargetedToolboxItems", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "IVsStringMap", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "SVsDataObjectStringMapManager", + "Namespace": "Microsoft.VisualStudio.Shell.Interop" + }, + { + "Name": "AttributeData", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "AttributeParameterData", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "BuildExtensionContext", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "ClassData", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "CompilationPass2Task", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "GenerateTemporaryAssemblyTask", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "IXamlBuildTypeGenerationExtension", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "IXamlBuildTypeInspectionExtension", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "MemberVisibility", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "NamedObject", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "PartialClassGenerationTask", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "PropertyData", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "XamlBuildTypeGenerationExtensionContext", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "XamlBuildTypeInspectionExtensionContext", + "Namespace": "Microsoft.Build.Tasks.Xaml" + }, + { + "Name": "XsdTypeImporterTask", + "Namespace": "Microsoft.Build.Tasks.Xsd" + }, + { + "Name": "IAuditPolicyGPHandler", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "AuditPolicyGPHandler", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "AuditPolicyGPHandlerClass", + "Namespace": "Microsoft.AuditPolicy.SnapIn" + }, + { + "Name": "ExpandoToDispatchExMarshaler", + "Namespace": "System.Runtime.InteropServices.CustomMarshalers" + }, + { + "Name": "EnumeratorToEnumVariantMarshaler", + "Namespace": "System.Runtime.InteropServices.CustomMarshalers" + }, + { + "Name": "TypeToTypeInfoMarshaler", + "Namespace": "System.Runtime.InteropServices.CustomMarshalers" + }, + { + "Name": "EnumerableToDispatchMarshaler", + "Namespace": "System.Runtime.InteropServices.CustomMarshalers" + }, + { + "Name": "SymDocument", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymDocumentWriter", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymMethod", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymReader", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymScope", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymVariable", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymWriter", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymBinder", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymBinderBase", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymDocumentBase", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymDocumentWriterBase", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymMethodBase", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymReaderBase", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymScopeBase", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymVariableBase", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymWriterBase", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "NativeMethods", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "WebServicesDiscoveryPublisher", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "NetListManager", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "FirewallApi", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "ProductInfo", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "HealthStatus", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "LegacyProductStates", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "ProductStatus", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "ProductOwners", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "ProductStates", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "INetworkListManager", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkEvents", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkEvents_Event", + "Namespace": "NETWORKLIST" + }, + { + "Name": "NetworkListManager", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkCostManager", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkConnectionEvents", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkConnectionEvents_Event", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkListManagerEvents", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkListManagerEvents_Event", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkCostManagerEvents", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkCostManagerEvents_Event", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkConnectionCostEvents", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkConnectionCostEvents_Event", + "Namespace": "NETWORKLIST" + }, + { + "Name": "IPropertyBag", + "Namespace": "NETWORKLIST" + }, + { + "Name": "NetworkListManagerClass", + "Namespace": "NETWORKLIST" + }, + { + "Name": "IEnumNetworks", + "Namespace": "NETWORKLIST" + }, + { + "Name": "NLM_ENUM_NETWORK", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetwork", + "Namespace": "NETWORKLIST" + }, + { + "Name": "IEnumNetworkConnections", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkConnection", + "Namespace": "NETWORKLIST" + }, + { + "Name": "NLM_CONNECTIVITY", + "Namespace": "NETWORKLIST" + }, + { + "Name": "NLM_SIMULATED_PROFILE_INFO", + "Namespace": "NETWORKLIST" + }, + { + "Name": "NLM_NETWORK_PROPERTY_CHANGE", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkEvents_NetworkAddedEventHandler", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkEvents_NetworkDeletedEventHandler", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkEvents_NetworkConnectivityChangedEventHandler", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkEvents_NetworkPropertyChangedEventHandler", + "Namespace": "NETWORKLIST" + }, + { + "Name": "NLM_CONNECTION_COST", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkConnectionCost", + "Namespace": "NETWORKLIST" + }, + { + "Name": "NLM_DATAPLAN_STATUS", + "Namespace": "NETWORKLIST" + }, + { + "Name": "NLM_USAGE_DATA", + "Namespace": "NETWORKLIST" + }, + { + "Name": "_FILETIME", + "Namespace": "NETWORKLIST" + }, + { + "Name": "NLM_DOMAIN_TYPE", + "Namespace": "NETWORKLIST" + }, + { + "Name": "NLM_NETWORK_CATEGORY", + "Namespace": "NETWORKLIST" + }, + { + "Name": "NLM_SOCKADDR", + "Namespace": "NETWORKLIST" + }, + { + "Name": "NLM_CONNECTION_PROPERTY_CHANGE", + "Namespace": "NETWORKLIST" + }, + { + "Name": "IErrorLog", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkConnectionEvents_NetworkConnectionConnectivityChangedEventHandler", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkConnectionEvents_NetworkConnectionPropertyChangedEventHandler", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkListManagerEvents_ConnectivityChangedEventHandler", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkCostManagerEvents_CostChangedEventHandler", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkCostManagerEvents_DataPlanStatusChangedEventHandler", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkConnectionCostEvents_ConnectionCostChangedEventHandler", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkConnectionCostEvents_ConnectionDataPlanStatusChangedEventHandler", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkEvents_SinkHelper", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkConnectionEvents_SinkHelper", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkListManagerEvents_SinkHelper", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkCostManagerEvents_SinkHelper", + "Namespace": "NETWORKLIST" + }, + { + "Name": "INetworkConnectionCostEvents_SinkHelper", + "Namespace": "NETWORKLIST" + }, + { + "Name": "ManagedVirtualApplication", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientApplicationImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientConnectionGroupProperties", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvPackageProperties", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ManagedAssetProperties", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "IClientComConsumer", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientComConsumerFactory", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "CatalogEnumerationFlags", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ForceFlag", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "PublishScope", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientMode", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientAssetImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientException", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientConfigurationImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientPackageImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientConnectionGroupImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientModeImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientReportImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "NetworkCostAdapter", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "CommonEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ResultEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "VEBlockedEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "PublishingRefreshEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "PublishingActivityEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "IClientComConsumerEventSink", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "VirtualProcess", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientComConsumer", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientDefinitions", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "IClientEventSinkRegistrator", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientEventSinkRegistrator", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientEventTypeFilter", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientWarning", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ManifestRetriever", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "IPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "PublishingServer", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "IObjectId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CERTENROLL_OBJECTID", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ObjectIdGroupId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ObjectIdPublicKeyFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "AlgorithmFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CObjectId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CObjectIdClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IObjectIds", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CObjectIds", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CObjectIdsClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IBinaryConverter", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "EncodingType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IBinaryConverter2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CBinaryConverter", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CBinaryConverterClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX500DistinguishedName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X500NameFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX500DistinguishedName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX500DistinguishedNameClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICspInformation", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509ProviderType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICspAlgorithms", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509KeySpec", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCspStatus", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "AlgorithmOperationFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCspInformation", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCspInformationClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICspInformations", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICspStatuses", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCspInformations", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCspInformationsClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICspStatus", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICspAlgorithm", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509EnrollmentStatus", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCspStatusClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509PublicKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "KeyIdentifierHashAlgorithm", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509PublicKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509PublicKeyClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509PrivateKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509PrivateKeyVerify", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509PrivateKeyExportFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509PrivateKeyUsageFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509PrivateKeyProtection", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509PrivateKey2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509HardwareKeyUsageFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509KeyParametersExportType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509PrivateKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509PrivateKeyClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509EndorsementKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509EndorsementKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509EndorsementKeyClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509Extension", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509Extension", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509Extensions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509Extensions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionsClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509ExtensionKeyUsage", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509KeyUsageFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionKeyUsage", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionKeyUsageClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509ExtensionEnhancedKeyUsage", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionEnhancedKeyUsage", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionEnhancedKeyUsageClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509ExtensionTemplateName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionTemplateName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionTemplateNameClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509ExtensionTemplate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionTemplate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionTemplateClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IAlternativeName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "AlternativeNameType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CAlternativeName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CAlternativeNameClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IAlternativeNames", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CAlternativeNames", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CAlternativeNamesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509ExtensionAlternativeNames", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionAlternativeNames", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionAlternativeNamesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509ExtensionBasicConstraints", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionBasicConstraints", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionBasicConstraintsClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509ExtensionSubjectKeyIdentifier", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionSubjectKeyIdentifier", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionSubjectKeyIdentifierClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509ExtensionAuthorityKeyIdentifier", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionAuthorityKeyIdentifier", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionAuthorityKeyIdentifierClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ISmimeCapability", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CSmimeCapability", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CSmimeCapabilityClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ISmimeCapabilities", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CSmimeCapabilities", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CSmimeCapabilitiesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509ExtensionSmimeCapabilities", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionSmimeCapabilities", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionSmimeCapabilitiesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IPolicyQualifier", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "PolicyQualifierType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CPolicyQualifier", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CPolicyQualifierClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IPolicyQualifiers", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CPolicyQualifiers", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CPolicyQualifiersClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertificatePolicy", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertificatePolicy", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertificatePolicyClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertificatePolicies", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertificatePolicies", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertificatePoliciesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509ExtensionCertificatePolicies", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionCertificatePolicies", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionCertificatePoliciesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509ExtensionMSApplicationPolicies", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionMSApplicationPolicies", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionMSApplicationPoliciesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509Attribute", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509Attribute", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509Attributes", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509Attributes", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509AttributeExtensions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeExtensions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeExtensionsClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509AttributeClientId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "RequestClientInfoClientId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeClientId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeClientIdClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509AttributeRenewalCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeRenewalCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeRenewalCertificateClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509AttributeArchiveKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeArchiveKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeArchiveKeyClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509AttributeArchiveKeyHash", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeArchiveKeyHash", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeArchiveKeyHashClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509AttributeOSVersion", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeOSVersion", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeOSVersionClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509AttributeCspProvider", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeCspProvider", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509AttributeCspProviderClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICryptAttribute", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCryptAttribute", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCryptAttributeClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICryptAttributes", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCryptAttributes", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCryptAttributesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertProperty", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CERTENROLL_PROPERTYID", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertProperty", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertProperties", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertProperties", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertiesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertPropertyFriendlyName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyFriendlyName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyFriendlyNameClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertPropertyDescription", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyDescription", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyDescriptionClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertPropertyAutoEnroll", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyAutoEnroll", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyAutoEnrollClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertPropertyRequestOriginator", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyRequestOriginator", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyRequestOriginatorClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertPropertySHA1Hash", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertySHA1Hash", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertySHA1HashClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertPropertyKeyProvInfo", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyKeyProvInfo", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyKeyProvInfoClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertPropertyArchived", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyArchived", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyArchivedClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertPropertyBackedUp", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyBackedUp", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyBackedUpClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertPropertyEnrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyEnrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyEnrollmentClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertPropertyRenewal", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyRenewal", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyRenewalClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertPropertyArchivedKeyHash", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyArchivedKeyHash", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyArchivedKeyHashClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertPropertyEnrollmentPolicyServer", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "EnrollmentPolicyServerPropertyFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509EnrollmentAuthFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "PolicyServerUrlFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyEnrollmentPolicyServer", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertPropertyEnrollmentPolicyServerClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ISignerCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509SignatureInformation", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CSignerCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CSignerCertificateClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509NameValuePair", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509NameValuePair", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509NameValuePairClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertificateAttestationChallenge", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertificateAttestationChallenge2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertificateAttestationChallenge", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CCertificateAttestationChallengeClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequest", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509CertificateEnrollmentContext", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "InnerRequestLevel", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509RequestType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequestPkcs10", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509RequestInheritOptions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "Pkcs10AllowedSignatureTypes", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequestPkcs10V2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509EnrollmentPolicyServer", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateTemplate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequestPkcs10V3", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509NameValuePairs", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequestPkcs10V4", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "KeyAttestationClaimType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRequestPkcs10", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRequestPkcs10Class", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequestCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequestCertificate2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRequestCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRequestCertificateClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequestPkcs7", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequestPkcs7V2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRequestPkcs7", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRequestPkcs7Class", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequestCmc", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ISignerCertificates", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequestCmc2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRequestCmc", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRequestCmcClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509Enrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "InstallResponseRestrictionFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "PFXExportOptions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509Enrollment2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509Enrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509EnrollmentClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509EnrollmentWebClassFactory", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509EnrollmentWebClassFactory", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509EnrollmentWebClassFactoryClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509EnrollmentHelper", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "WebEnrollmentFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509EnrollmentHelper", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509EnrollmentHelperClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509MachineEnrollmentFactory", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509MachineEnrollmentFactory", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509MachineEnrollmentFactoryClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509EnrollmentPolicyLoadOption", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateTemplates", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertificationAuthorities", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509EnrollmentPolicyExportFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509EnrollmentPolicyActiveDirectory", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509EnrollmentPolicyActiveDirectoryClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509EnrollmentPolicyWebService", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509EnrollmentPolicyWebServiceClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509PolicyServerListManager", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509PolicyServerUrl", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509PolicyServerListManager", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509PolicyServerListManagerClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509PolicyServerUrl", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "PolicyServerUrlPropertyID", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509PolicyServerUrlClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateTemplateWritable", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CommitTemplateFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "EnrollmentTemplateProperty", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateTemplateADWritable", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateTemplateADWritableClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRevocationListEntry", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CRLRevocationReason", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRevocationListEntry", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRevocationListEntryClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRevocationListEntries", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRevocationListEntries", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRevocationListEntriesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRevocationList", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRevocationList", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRevocationListClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509SCEPEnrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509SCEPDisposition", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509SCEPFailInfo", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509SCEPEnrollment2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509SCEPProcessMessageFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "DelayRetryAction", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509SCEPEnrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509SCEPEnrollmentClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509SCEPEnrollmentHelper", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509SCEPEnrollmentHelper", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509SCEPEnrollmentHelperClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "AlgorithmType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "EnrollmentSelectionStatus", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "EnrollmentDisplayStatus", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "EnrollmentEnrollStatus", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ICertificationAuthority", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509CertificateTemplateGeneralFlag", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509CertificateTemplateEnrollmentFlag", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509CertificateTemplateSubjectNameFlag", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509CertificateTemplatePrivateKeyFlag", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "EnrollmentCAProperty", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CertificateServiceException", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "InvalidStorePathException", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "Certificate", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "PkiCredential", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "StoreContext", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "PfxData", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "Context", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "EnrollmentAuthenticationType", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "AutoEnrollmentPolicy", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "GetCertificateAutoEnrollmentPolicyCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "SetCertificateAutoEnrollmentPolicyCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "AutoEnrollmentPolicyScope", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "PolicySetting", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "EnrollmentResult", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "GetCertificateCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "SwitchCertificateCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "EnrollmentStatus", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "TestCertificate", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "TestCertificatePolicy", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "EnrollmentEndPointProperty", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "PolicyIdProperty", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "ImportPfxCertificate", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "ProtectPrivateKeyType", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "ExportPfxCertificate", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "ExportChainOption", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "ImportCertificateCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "ExportCertificateCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "CertType", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "CertificateNotificationTask", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "NewCertificateNotificationTaskCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "GetCertificateNotificationTaskCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "RemoveCertificateNotificationTaskCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "CertificateNotificationType", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "NotificationChannel", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "GetPfxDataCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "EnrollmentPolicyServer", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "AddCertificateEnrollmentPolicyServerCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "GetCertificateEnrollmentPolicyServerCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "RemoveCertificateEnrollmentPolicyServerCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "EnrollmentPolicyServerScope", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "NewSelfSignedCertificateCommand", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "CertificateType", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "KeySpec", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "KeyExportPolicy", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "KeyProtection", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "KeyUsage", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "KeyUsageProperty", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "HardwareKeyUsage", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "CurveParametersExportType", + "Namespace": "Microsoft.CertificateServices.Commands" + }, + { + "Name": "Macros", + "Namespace": null + }, + { + "Name": "MacrosMacro", + "Namespace": null + }, + { + "Name": "RuleType", + "Namespace": null + }, + { + "Name": "OptionType", + "Namespace": null + }, + { + "Name": "SettingValueType", + "Namespace": null + }, + { + "Name": "Setting", + "Namespace": null + }, + { + "Name": "Settings", + "Namespace": null + }, + { + "Name": "CertEKU", + "Namespace": null + }, + { + "Name": "CertOemID", + "Namespace": null + }, + { + "Name": "CertPublisher", + "Namespace": null + }, + { + "Name": "CertIssuer", + "Namespace": null + }, + { + "Name": "CertRoot", + "Namespace": null + }, + { + "Name": "CertEnumType", + "Namespace": null + }, + { + "Name": "ProductSigners", + "Namespace": null + }, + { + "Name": "AllowedSigners", + "Namespace": null + }, + { + "Name": "AllowedSigner", + "Namespace": null + }, + { + "Name": "ExceptDenyRule", + "Namespace": null + }, + { + "Name": "DeniedSigners", + "Namespace": null + }, + { + "Name": "DeniedSigner", + "Namespace": null + }, + { + "Name": "ExceptAllowRule", + "Namespace": null + }, + { + "Name": "FileRulesRef", + "Namespace": null + }, + { + "Name": "FileRuleRef", + "Namespace": null + }, + { + "Name": "TestSigners", + "Namespace": null + }, + { + "Name": "TestSigningSigners", + "Namespace": null + }, + { + "Name": "FileAttribRef", + "Namespace": null + }, + { + "Name": "EKUs", + "Namespace": null + }, + { + "Name": "EKU", + "Namespace": null + }, + { + "Name": "FileRules", + "Namespace": null + }, + { + "Name": "Allow", + "Namespace": null + }, + { + "Name": "Deny", + "Namespace": null + }, + { + "Name": "FileAttrib", + "Namespace": null + }, + { + "Name": "UpdatePolicySigner", + "Namespace": null + }, + { + "Name": "UpdatePolicySigners", + "Namespace": null + }, + { + "Name": "CiSigner", + "Namespace": null + }, + { + "Name": "CiSigners", + "Namespace": null + }, + { + "Name": "Signers", + "Namespace": null + }, + { + "Name": "Signer", + "Namespace": null + }, + { + "Name": "SigningScenarios", + "Namespace": null + }, + { + "Name": "SigningScenario", + "Namespace": null + }, + { + "Name": "SiPolicy", + "Namespace": null + }, + { + "Name": "GetSystemDriver", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "NewCIPolicyRule", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "NewCIPolicy", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "GetCIPolicy", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "MergeCIPolicy", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "SetRuleOptionCommand", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "SetHVCIOptionsCommand", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "SetCIPolicySetting", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "SetCIPolicyIdInfo", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "GetCIPolicyIdInfo", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "RemoveCIPolicyRule", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "EditCIPolicyRule", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "GetCIPolicyInfoCommand", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "AddSignerRuleCommand", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "SetCIPolicyVersionCommand", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "ConvertFromCIPolicyCommand", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "RuleAttribute", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "RuleSubject", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "RuleType", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "Eku", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "RuleLevel", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "FileNameLevel", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "Rule", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "CIPolicyException", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "CatParser", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "WHQL_OPUS_INFO_DATA", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "DRIVER_FILE_SIGNER_INFO", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "VersionInfo", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "DriverFile", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "ImportParser", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "Privileges", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "ShadowCopyKeeper", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "DirectoryWalker", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "FileRuleComparer", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "SettingRuleComparer", + "Namespace": "Microsoft.SecureBoot.UserConfig" + }, + { + "Name": "IGPMAdmTmplEditor", + "Namespace": "Microsoft.GroupPolicy.AdmTmplEditor" + }, + { + "Name": "IGPMAdmTmplEditorCallback", + "Namespace": "Microsoft.GroupPolicy.AdmTmplEditor" + }, + { + "Name": "IGPMAdmTmplEditorManager", + "Namespace": "Microsoft.GroupPolicy.AdmTmplEditor" + }, + { + "Name": "GPMAdmTmplEditorManager", + "Namespace": "Microsoft.GroupPolicy.AdmTmplEditor" + }, + { + "Name": "ReportingSecurityException", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "TrusteeInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "AceInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "SecurityObjectType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "AclInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "PlatformCalls", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "Constants", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "CertificateException", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "CertBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "Cert", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "CertificateScope", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "CmtItem", + "Namespace": "Microsoft.GroupPolicy.Reporting.CmtWrapper" + }, + { + "Name": "CmtStore", + "Namespace": "Microsoft.GroupPolicy.Reporting.CmtWrapper" + }, + { + "Name": "CmtStoreWrapperException", + "Namespace": "Microsoft.GroupPolicy.Reporting.CmtWrapper" + }, + { + "Name": "CmtStoreWrapperHRException", + "Namespace": "Microsoft.GroupPolicy.Reporting.CmtWrapper" + }, + { + "Name": "CTL", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "EventLogRpcUtils", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "FRGroupSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "FRFolderSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "FolderRedirectionInterface", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "StateValueWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "ActionWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "ActionListWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "PolicyDefinitionWrapperException", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "Constants", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "DropDownInfoItemWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "SettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "ListBoxSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "EditDecimalSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "EditLongDecimalSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "CheckBoxSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "DropDownSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "EditTextSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "ComboBoxSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "MultiTextSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "PolicyWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "CategoryWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "RootCategoryWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "StateValueType", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "SettingTypeWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "StringCollectionWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "PolicyDefinitionStore", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + }, + { + "Name": "SecurityInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + }, + { + "Name": "WirelessStoreInterface", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "L2GPPolicyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + }, + { + "Name": "IHgAttestation", + "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + }, + { + "Name": "CoHgAttestation", + "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + }, + { + "Name": "CoHgAttestationClass", + "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + }, + { + "Name": "IHgKeyProtection", + "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + }, + { + "Name": "CoHgKeyProtection", + "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + }, + { + "Name": "CoHgKeyProtectionClass", + "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + }, + { + "Name": "AttestationResult", + "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + }, + { + "Name": "AttestationResultType", + "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + }, + { + "Name": "ShsAttestationFlag", + "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + }, + { + "Name": "HgBlob", + "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + }, + { + "Name": "ClearKdsCacheCommand", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + }, + { + "Name": "KdsServerConfiguration", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + }, + { + "Name": "KdsRootKey", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + }, + { + "Name": "GetKdsRootKeyCommand", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + }, + { + "Name": "AddKdsRootKeyCommand", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + }, + { + "Name": "TestKdsRootKeyCommand", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + }, + { + "Name": "GetKdsConfigurationCommand", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + }, + { + "Name": "SetKdsConfigurationCommand", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + }, + { + "Name": "AppMitigations", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "ConvertToProcessMitigationPolicyCommand", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "GetProcessMitigationCommand", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "PinRule", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "OPTIONVALUE", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "PROCESS_MITIGATION_POLICY", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "PROCESS_MITIGATION_FLAGS", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "Policy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "DEPPolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "ASLRPolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "StrictHandlePolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "SystemCallPolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "ExtensionPointPolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "DynamicCodePolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "CFGPolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "BinarySignaturePolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "FontDisablePolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "ImageLoadPolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "PayloadPolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "SEHOPPolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "HeapPolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "ChildProcessPolicy", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "RegistryManager", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "PolicyNamePair", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "PolicyPairList", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "SetProcessMitigationsCommand", + "Namespace": "Microsoft.Samples.PowerShell.Commands" + }, + { + "Name": "PrivilegesRequiredCommand", + "Namespace": "Microsoft.SecureBoot.Commands" + }, + { + "Name": "ConfirmSecureBootUefiCommand", + "Namespace": "Microsoft.SecureBoot.Commands" + }, + { + "Name": "SetSecureBootUefiCommand", + "Namespace": "Microsoft.SecureBoot.Commands" + }, + { + "Name": "GetSecureBootUefiCommand", + "Namespace": "Microsoft.SecureBoot.Commands" + }, + { + "Name": "FormatSecureBootUefiCommand", + "Namespace": "Microsoft.SecureBoot.Commands" + }, + { + "Name": "GetSecureBootPolicyCommand", + "Namespace": "Microsoft.SecureBoot.Commands" + }, + { + "Name": "StatusException", + "Namespace": "Microsoft.SecureBoot.Commands" + }, + { + "Name": "InvalidStateException", + "Namespace": "Microsoft.SecureBoot.Commands" + }, + { + "Name": "RegistryException", + "Namespace": "Microsoft.SecureBoot.Commands" + }, + { + "Name": "PolicyException", + "Namespace": "Microsoft.SecureBoot.Commands" + }, + { + "Name": "InvalidCertificateException", + "Namespace": "Microsoft.SecureBoot.Commands" + }, + { + "Name": "IAppIdPolicyHandler", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + }, + { + "Name": "AppIdPolicyHandler", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + }, + { + "Name": "AppIdPolicyHandlerClass", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + }, + { + "Name": "IAppIdMmcPolicyHandler", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + }, + { + "Name": "AppIdMmcPolicyHandler", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + }, + { + "Name": "AppIdMmcPolicyHandlerClass", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + }, + { + "Name": "IAppIdPolicyHelper", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + }, + { + "Name": "AppIdPolicyHelper", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + }, + { + "Name": "AppIdPolicyHelperClass", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + }, + { + "Name": "FILE_TYPE", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + }, + { + "Name": "__MIDL___MIDL_itf_appidpolicyengineapi_0000_0000_0001", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + }, + { + "Name": "IBatchSource", + "Namespace": "ManagedBatchParser" + }, + { + "Name": "ICommandExecuter", + "Namespace": "ManagedBatchParser" + }, + { + "Name": "ICommandExecuter2", + "Namespace": "ManagedBatchParser" + }, + { + "Name": "IVariableResolver", + "Namespace": "ManagedBatchParser" + }, + { + "Name": "ParserState", + "Namespace": "ManagedBatchParser" + }, + { + "Name": "ParserException", + "Namespace": "ManagedBatchParser" + }, + { + "Name": "Parser", + "Namespace": "ManagedBatchParser" + }, + { + "Name": "ParseMode", + "Namespace": "ManagedBatchParser" + }, + { + "Name": "ParserAction", + "Namespace": "ManagedBatchParser" + }, + { + "Name": "ErrorAction", + "Namespace": "ManagedBatchParser" + }, + { + "Name": "OutputDestination", + "Namespace": "ManagedBatchParser" + }, + { + "Name": "XmlStatus", + "Namespace": "ManagedBatchParser" + }, + { + "Name": "XETypeMappings", + "Namespace": "Microsoft.SqlServer.XEvent.TypeSystem" + }, + { + "Name": "ResMgr", + "Namespace": "Microsoft.SqlServer.XEvent.Internal" + }, + { + "Name": "XEventEngineStartFailure", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "ActivityId", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "IMetadataGeneration", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "IPackage", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "IEventFieldMetadata", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "ICustomAttributeMetadata", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "IXEObjectMetadata", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "IEventMetadata", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "IActionMetadata", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "ITargetMetadata", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "IMapMetadata", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "MapValue", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "IField", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "IMetadataAccess", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "XMLData", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "CallStack", + "Namespace": "Microsoft.SqlServer.XEvent" + }, + { + "Name": "XEventBufferType", + "Namespace": "Microsoft.SqlServer.XEvent.Linq.Internal" + }, + { + "Name": "XEventFileSerializer", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "EventStreamSourceOptions", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "EventStreamCacheOptions", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "QueryableXEventData", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "XEventException", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "EventEnumerationException", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "EventLocationException", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "TypeNotMappedException", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "EventFileIOException", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "EventFileInvalidException", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "EventStreamException", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "EventStreamVersionException", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "EventLocator", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "IEventProvider`1", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "PublishedEvent", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "PublishedAction", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "PublishedEventField", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "IEventSerializer", + "Namespace": "Microsoft.SqlServer.XEvent.Linq" + }, + { + "Name": "OwnerAuthInputCmdlet", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "GetTpmCommand", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "InitializeTpmCommand", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "ClearTpmCommand", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "UnblockTpmCommand", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "EnableTpmAutoProvisioningCommand", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "DisableTpmAutoProvisioningCommand", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "ImportTpmOwnerAuthCommand", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "SetTpmOwnerAuthCommand", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "ConvertToTpmOwnerAuthCommand", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "GetTpmEndorsementKeyInfoCommand", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "GetTpmSupportedFeatureCommand", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "EndorsementKeyObject", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "TrustedPlatformModuleNotFoundException", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "OperatingSystemInLegacyModeException", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "ActiveDirectoryBackupException", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "TcgEventLogException", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "TpmWmiException", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "EndorsementKey", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "TestKeyAttResult", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "TestFunctionality", + "Namespace": "Microsoft.Tpm.Commands" + }, + { + "Name": "AxMsTscAxNotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnDisconnectedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnDisconnectedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnChannelReceivedDataEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnChannelReceivedDataEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnFatalErrorEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnFatalErrorEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnWarningEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnWarningEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRemoteDesktopSizeChangeEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRemoteDesktopSizeChangeEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnConfirmCloseEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnConfirmCloseEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnReceivedTSPublicKeyEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnReceivedTSPublicKeyEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnAutoReconnectingEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnAutoReconnectingEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRemoteProgramResultEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRemoteProgramResultEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRemoteProgramDisplayedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRemoteProgramDisplayedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRemoteWindowDisplayedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRemoteWindowDisplayedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnLogonErrorEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnLogonErrorEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnFocusReleasedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnFocusReleasedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnUserNameAcquiredEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnUserNameAcquiredEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnMouseInputModeChangedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnMouseInputModeChangedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnServiceMessageReceivedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnServiceMessageReceivedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnNetworkStatusChangedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnNetworkStatusChangedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnAutoReconnecting2EventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnAutoReconnecting2Event", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsTscAxNotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsTscAx", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsTscAxEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClientNotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClientNotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClientEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient2NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient2NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient2", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient2EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient2a", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient2aEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient3NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient3NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient3", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient3EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient3a", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient3aEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient4NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient4NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient4", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient4EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient4a", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient4aEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient5NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient5NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient5", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient5EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient6NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient6NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient6", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient6EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient7NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient7NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient7", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient7EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient8NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient8NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient8", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient8EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient9NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient9NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient9", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient9EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient10NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient10NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient10", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxMsRdpClient10EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxRemoteDesktopClient", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnDisconnectedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnDisconnectedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnStatusChangedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnStatusChangedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnAutoReconnectingEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnAutoReconnectingEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnNetworkStatusChangedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnNetworkStatusChangedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnAdminMessageReceivedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnAdminMessageReceivedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnKeyCombinationPressedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnKeyCombinationPressedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnRemoteDesktopSizeChangedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnRemoteDesktopSizeChangedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnTouchPointerCursorMovedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnTouchPointerCursorMovedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "AxRemoteDesktopClientEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAx_Redist", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAx", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_Event", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsTscAxNotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClient", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscNonScriptable", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientNonScriptable", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsTscAxNotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsTscAx", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsTscAxClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClientNotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClientNotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClientClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClient2", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient2NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient2NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient2", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient2Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient2a", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient2aClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClient3", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient3NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient3NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient3", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient3Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient3a", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient3aClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClient4", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient4NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientNonScriptable2", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient4NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient4", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient4Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient4a", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient4aClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClient5", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient5NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientNonScriptable3", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient5NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient5", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient5Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClient6", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient6NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientNonScriptable4", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient6NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient6", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient6Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClient7", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient7NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientNonScriptable5", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpPreferredRedirectionInfo", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpExtendedSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient7NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient7", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient7Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClient8", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient8NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient8NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient8", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient8Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClient9", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient9NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient9NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient9", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient9Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClient10", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient10NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient10NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient10", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "MsRdpClient10Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClient", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_Event", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "RemoteDesktopClient", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "RemoteDesktopClientClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscSecuredSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAdvancedSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscDebug", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "AutoReconnectContinueState", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "RemoteProgramResult", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "_RemotableHandle", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "RemoteWindowDisplayedAttribute", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnConnectingEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnConnectedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnLoginCompleteEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnDisconnectedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnEnterFullScreenModeEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnLeaveFullScreenModeEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnChannelReceivedDataEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRequestGoFullScreenEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRequestLeaveFullScreenEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnFatalErrorEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnWarningEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRemoteDesktopSizeChangeEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnIdleTimeoutNotificationEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRequestContainerMinimizeEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnConfirmCloseEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnReceivedTSPublicKeyEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnAutoReconnectingEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnAuthenticationWarningDisplayedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnAuthenticationWarningDismissedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRemoteProgramResultEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRemoteProgramDisplayedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnRemoteWindowDisplayedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnLogonErrorEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnFocusReleasedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnUserNameAcquiredEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnMouseInputModeChangedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnServiceMessageReceivedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnConnectionBarPullDownEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnNetworkStatusChangedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnDevicesButtonPressedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnAutoReconnectedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_OnAutoReconnecting2EventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientAdvancedSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientSecuredSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "ExtendedDisconnectReasonCode", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "ControlCloseStatus", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientAdvancedSettings2", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientAdvancedSettings3", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientAdvancedSettings4", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientTransportSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientAdvancedSettings5", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "ITSRemoteProgram", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientShell", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientAdvancedSettings6", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientTransportSettings2", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientAdvancedSettings7", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientTransportSettings3", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientSecuredSettings2", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "ITSRemoteProgram2", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "RemoteSessionActionType", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientAdvancedSettings8", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "ControlReconnectStatus", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpClientTransportSettings4", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "ITSRemoteProgram3", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientActions", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientTouchPointer", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnConnectingEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnConnectedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnLoginCompletedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnDisconnectedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnStatusChangedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnAutoReconnectingEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnAutoReconnectedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnDialogDisplayingEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnDialogDismissedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnNetworkStatusChangedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnAdminMessageReceivedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnKeyCombinationPressedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnRemoteDesktopSizeChangedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_OnTouchPointerCursorMovedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "__MIDL___MIDL_itf_mstsax_0000_0039_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "__MIDL___MIDL_itf_mstsax_0000_0053_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "__MIDL_IWinTypes_0009", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "__MIDL___MIDL_itf_mstsax_0000_0053_0002", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "__MIDL___MIDL_itf_mstsax_0000_0000_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "__MIDL_IMsRdpClient_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpDeviceCollection", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpDriveCollection", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpDevice", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsRdpDrive", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "RedirectionWarningType", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "__MIDL_IMsRdpClientNonScriptable4_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "__MIDL___MIDL_itf_mstsax_0000_0000_0004", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "ClientSpec", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "__MIDL___MIDL_itf_mstsax_0000_0000_0003", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "__MIDL_IMsRdpClient8_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "RemoteActionType", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "SnapshotEncodingType", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "SnapshotFormatType", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "__MIDL_IRemoteDesktopClientActions_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "__MIDL_IRemoteDesktopClientActions_0002", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "__MIDL_IRemoteDesktopClientActions_0003", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IMsTscAxEvents_SinkHelper", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IRemoteDesktopClientEvents_SinkHelper", + "Namespace": "Microsoft.Virtualization.Client.Interop" + }, + { + "Name": "IScriptedDiagnosticInformation", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "IScriptedDiagnosticExecution", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "CScriptedDiag", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "CScriptedDiagClass", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "IScriptedDiagnosticClient", + "Namespace": "Microsoft.Windows.Diagnosis" + }, + { + "Name": "Collector`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "DiagnosticSet`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "ApplicableToAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "AttributeManagementExtensions", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "DependsOnAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "DiagnosticAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "DiagnosticLinkAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "JITDependencyAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "MultiplexingDiagnosticAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "MultiTargetDiagnosticAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "RoleDependsOnAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "SingleTargetDiagnosticAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "SupersededByAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "CollectionEngine`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "DiagnosticEngine`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "DiagnosticsCore`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "DiagnosticSetFactory`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "BadCollectorException`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "CollectionIOException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "ConfigurationException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "DiagnosticException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "InvalidDiagnosticAttributesException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "InvalidSynthesizerAttributesException`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "TargetException`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "PluginManager", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "CollectionProgressEventArgs`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "DiagnosisProgressEventArgs`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "ProgressEventArgs`1", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "SynthesisProgressEventArgs`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "CollectorRecord`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "DiagnosticRecord`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "Record", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "SynthesizerRecord`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "SynthesisEngine`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "BaseTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "DiagnosableTarget`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "GlobalTarget`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "GenericExtensions", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "Target`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "Host", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "LocalCollector`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "MultiplexingResult`1", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "Plugin", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "Status", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "Result", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "Synthesizer`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "TargetDiscoveredEventArgs", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "TraceCollectionResults`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "Traces`1", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "TelemetryGroup", + "Namespace": "Microsoft.Diagnostics.Telemetry" + }, + { + "Name": "RemoteCollectionException`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + }, + { + "Name": "DnsServer", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "ClientMode", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "EnabledStatus", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "DeviceGuardSmartStatus", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "DeviceGuardHardwareSecure", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "HgsClientProperties", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "HgsHost", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "BaseHgsRoles", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "HgsRole", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "AttestationPolicyType", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "AttestationPolicyState", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "HgsServerProperties", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "HgsTraces", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "SerializableVersion", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "TraceFileReader", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "TraceFileWriter", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "GetHgsTrace", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "GetHgsTraceFileData", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "HgsPlugin", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "InputTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "NewHgsTraceTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "TopLevelResultSet`1", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "TargetResultSet", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "RemoteResultSet", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "ResultFormatter", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "ResultSet`1", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "RemoteCollectionResultSet", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "CollectionTargetResultSet", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "DiagnosticSetResultSet", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "TestHgsTraceTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "ValidateHostNameAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "EmptyRecord`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "LocalizedNameAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "LocalTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "Manifest", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "NoAccessTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "PSRemotingTargetFactory", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "PSRTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "RemoteCollectionEngine", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "RemoteCollector`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "RemoteDiagnosticsCore", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "TargetAuthenticationException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "TargetMissingCommandsException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "TargetSpecificDataAddedEventArgs", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "TargetUnreachableException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "TargetUnsupportedException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + }, + { + "Name": "ClientConfiguration", + "Namespace": "Microsoft.Windows.KdsClient" + }, + { + "Name": "HgsClient", + "Namespace": "Microsoft.Windows.KdsClient" + }, + { + "Name": "IHgsClient", + "Namespace": "Microsoft.Windows.KdsClient" + }, + { + "Name": "IKpsClient", + "Namespace": "Microsoft.Windows.KdsClient" + }, + { + "Name": "IRemoteKpsClient", + "Namespace": "Microsoft.Windows.KdsClient" + }, + { + "Name": "KeyOperationInfo", + "Namespace": "Microsoft.Windows.KdsClient" + }, + { + "Name": "KpsStatus", + "Namespace": "Microsoft.Windows.KdsClient" + }, + { + "Name": "KpsSubstatus", + "Namespace": "Microsoft.Windows.KdsClient" + }, + { + "Name": "KpsOperationInfo", + "Namespace": "Microsoft.Windows.KdsClient" + }, + { + "Name": "ProtectionDescriptorOperationInfo", + "Namespace": "Microsoft.Windows.KdsClient" + }, + { + "Name": "ManagedEntry", + "Namespace": "Microsoft.Windows.KdsClient.Interop" + }, + { + "Name": "AesCng", + "Namespace": "Security.Cryptography" + }, + { + "Name": "AuthenticatedAes", + "Namespace": "Security.Cryptography" + }, + { + "Name": "AuthenticatedAesCng", + "Namespace": "Security.Cryptography" + }, + { + "Name": "AuthenticatedSymmetricAlgorithm", + "Namespace": "Security.Cryptography" + }, + { + "Name": "AsymmetricPaddingMode", + "Namespace": "Security.Cryptography" + }, + { + "Name": "OidGroup", + "Namespace": "Security.Cryptography" + }, + { + "Name": "OidRegistrationOptions", + "Namespace": "Security.Cryptography" + }, + { + "Name": "CngAlgorithm2", + "Namespace": "Security.Cryptography" + }, + { + "Name": "CngChainingMode", + "Namespace": "Security.Cryptography" + }, + { + "Name": "CngDpapiDataProtector", + "Namespace": "Security.Cryptography" + }, + { + "Name": "CngKeyExtensionMethods", + "Namespace": "Security.Cryptography" + }, + { + "Name": "CngProvider2", + "Namespace": "Security.Cryptography" + }, + { + "Name": "CngProviderCollection", + "Namespace": "Security.Cryptography" + }, + { + "Name": "CngProviderExtensionMethods", + "Namespace": "Security.Cryptography" + }, + { + "Name": "CryptoConfig2", + "Namespace": "Security.Cryptography" + }, + { + "Name": "FipsCompliance", + "Namespace": "Security.Cryptography" + }, + { + "Name": "HMACSHA256Cng", + "Namespace": "Security.Cryptography" + }, + { + "Name": "HMACSHA384Cng", + "Namespace": "Security.Cryptography" + }, + { + "Name": "HMACSHA512Cng", + "Namespace": "Security.Cryptography" + }, + { + "Name": "IAuthenticatedCryptoTransform", + "Namespace": "Security.Cryptography" + }, + { + "Name": "ICngAlgorithm", + "Namespace": "Security.Cryptography" + }, + { + "Name": "ICngAsymmetricAlgorithm", + "Namespace": "Security.Cryptography" + }, + { + "Name": "ICngSymmetricAlgorithm", + "Namespace": "Security.Cryptography" + }, + { + "Name": "ICryptoTransform2", + "Namespace": "Security.Cryptography" + }, + { + "Name": "KeyDerivationCng", + "Namespace": "Security.Cryptography" + }, + { + "Name": "KeyDerivationSP800108Cng", + "Namespace": "Security.Cryptography" + }, + { + "Name": "NCryptAlgorithmOperations", + "Namespace": "Security.Cryptography" + }, + { + "Name": "Oid2", + "Namespace": "Security.Cryptography" + }, + { + "Name": "RNGCng", + "Namespace": "Security.Cryptography" + }, + { + "Name": "RSACng", + "Namespace": "Security.Cryptography" + }, + { + "Name": "RSAPKCS1SHA256SignatureDescription", + "Namespace": "Security.Cryptography" + }, + { + "Name": "EncryptedXmlExtensionMethods", + "Namespace": "Security.Cryptography.Xml" + }, + { + "Name": "TransformFactory", + "Namespace": "Security.Cryptography.Xml" + }, + { + "Name": "XmlDsigXPathWithNamespacesTransform", + "Namespace": "Security.Cryptography.Xml" + }, + { + "Name": "SafeCertContextHandle", + "Namespace": "Security.Cryptography.X509Certificates" + }, + { + "Name": "X509AlternateName", + "Namespace": "Security.Cryptography.X509Certificates" + }, + { + "Name": "X509AlternateNameBlob", + "Namespace": "Security.Cryptography.X509Certificates" + }, + { + "Name": "X509AlternateNameIPAddress", + "Namespace": "Security.Cryptography.X509Certificates" + }, + { + "Name": "X509AlternateNameOther", + "Namespace": "Security.Cryptography.X509Certificates" + }, + { + "Name": "X509AlternateNameString", + "Namespace": "Security.Cryptography.X509Certificates" + }, + { + "Name": "ImportCertStoreFlags", + "Namespace": "Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate2ExtensionMethods", + "Namespace": "Security.Cryptography.X509Certificates" + }, + { + "Name": "X509CertificateCreationParameters", + "Namespace": "Security.Cryptography.X509Certificates" + }, + { + "Name": "X509CertificateExtensionMethods", + "Namespace": "Security.Cryptography.X509Certificates" + }, + { + "Name": "AlternateNameType", + "Namespace": "Security.Cryptography.X509Certificates" + }, + { + "Name": "X509CertificateCreationOptions", + "Namespace": "Security.Cryptography.X509Certificates" + }, + { + "Name": "X509CertificateSignatureAlgorithm", + "Namespace": "Security.Cryptography.X509Certificates" + }, + { + "Name": "ICertificateRegistry", + "Namespace": "Microsoft.Windows.KpsCore.Utils" + }, + { + "Name": "ICertificateRegistryWithPrimary", + "Namespace": "Microsoft.Windows.KpsCore.Utils" + }, + { + "Name": "InMemoryCertificateRegistry", + "Namespace": "Microsoft.Windows.KpsCore.Utils" + }, + { + "Name": "Configuration", + "Namespace": "Microsoft.Windows.KpsCore.Service" + }, + { + "Name": "HealthCertificateValidator", + "Namespace": "Microsoft.Windows.KpsCore.Service" + }, + { + "Name": "KPService", + "Namespace": "Microsoft.Windows.KpsCore.Service" + }, + { + "Name": "Metadata", + "Namespace": "Microsoft.Windows.KpsCore.Service" + }, + { + "Name": "SignatureType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "SignedInfoType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "CanonicalizationMethodType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "X509IssuerSerialType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "SignatureMethodType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "ReferenceType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "TransformType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "DigestMethodType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "SignatureValueType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "KeyInfoType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "KeyValueType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "DSAKeyValueType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "RSAKeyValueType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "PGPDataType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "ItemsChoiceType1", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "RetrievalMethodType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "SPKIDataType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "X509DataType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "ItemsChoiceType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "ItemsChoiceType2", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "ObjectType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "TransformsType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "ManifestType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "SignaturePropertiesType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "SignaturePropertyType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "EncryptedData_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "CryptoParameters_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "Metadata_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "GuardianInformation_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "Signature_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "Protector_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "Wrapping_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "SigningCertificateSignature_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "EncryptionCertificateSignature_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "TransportKey_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "TransportKeySignature_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "KeyDerivationMethod_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "GuardianSignature_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" + }, + { + "Name": "AlgorithmIdentifier", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" + }, + { + "Name": "EncryptedData", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" + }, + { + "Name": "EncryptionCertificateSignature", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" + }, + { + "Name": "GuardianSignature", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" + }, + { + "Name": "KeyDerivationMethod", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" + }, + { + "Name": "Protector", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" + }, + { + "Name": "Signature", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" + }, + { + "Name": "SigningCertificateSignature", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" + }, + { + "Name": "TransportKey", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" + }, + { + "Name": "TransportKeySignature", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" + }, + { + "Name": "Wrapping", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" + }, + { + "Name": "CryptoFactory", + "Namespace": "Microsoft.Windows.KpsCore.Factories" + }, + { + "Name": "CertificateRegistryException", + "Namespace": "Microsoft.Windows.KpsCore.Exceptions" + }, + { + "Name": "HealthCertificateException", + "Namespace": "Microsoft.Windows.KpsCore.Exceptions" + }, + { + "Name": "InvalidProtectorException", + "Namespace": "Microsoft.Windows.KpsCore.Exceptions" + }, + { + "Name": "InvalidWrappingException", + "Namespace": "Microsoft.Windows.KpsCore.Exceptions" + }, + { + "Name": "ProtectorSignatureException", + "Namespace": "Microsoft.Windows.KpsCore.Exceptions" + }, + { + "Name": "KpsCoreException", + "Namespace": "Microsoft.Windows.KpsCore.Exceptions" + }, + { + "Name": "VsmKeyArray", + "Namespace": "Microsoft.Windows.KpsCore.EncryptedBlobs" + }, + { + "Name": "AuthenticatedAesMode", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "AuthenticatedAesExportParametersOptions", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "CertificateBasedKey", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "CryptoParameters", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "HashAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "IAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "IAuthenticatedAes", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "IEncryptionAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "IHashAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "IHmac", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "IKeyDerivationAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "IKeyedHashAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "InMemoryAsymmetricKey", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "InMemorySymmetricKey", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "IRandomNumberGeneratorAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "IRsa", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "ISigningAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "Key", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "RsaEncryptionPaddingMode", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "RsaSignaturePaddingMode", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "SymmetricKey", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" + }, + { + "Name": "CryptoException", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Exceptions" + }, + { + "Name": "InvalidKeyException", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Exceptions" + }, + { + "Name": "AuthenticatedAes", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" + }, + { + "Name": "Hmac", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" + }, + { + "Name": "KeyDerivationSP800108CounterHmac", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" + }, + { + "Name": "Rng", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" + }, + { + "Name": "Rsa", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" + }, + { + "Name": "HostGuardianServiceClientEventSource", + "Namespace": "Microsoft.Windows.HostGuardianService.Client.Events" + }, + { + "Name": "HostHealthInfo", + "Namespace": "Microsoft.Windows.RemoteAttestation.Client" + }, + { + "Name": "IAttestationClient", + "Namespace": "Microsoft.Windows.RemoteAttestation.Client" + }, + { + "Name": "IRemoteAttestationClient", + "Namespace": "Microsoft.Windows.RemoteAttestation.Client" + }, + { + "Name": "GetHgsAttestationBaselinePolicy", + "Namespace": "Microsoft.Windows.RemoteAttestation.Client.PowerShell" + }, + { + "Name": "AttestationManagementException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Client.PowerShell" + }, + { + "Name": "RemoteAttestationCoreException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "RemoteAttestationException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "RemoteAttestationModeUnsupportedException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "RemoteAttestationPolicyException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "RemoteAttestationProtocolErrorContextException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "RemoteAttestationProtocolPayloadException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "RemoteAttestationRtpmException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "RemoteAttestationSwitchToADException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "RemoteAttestationTcgLogException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "RemoteAttestationTcgLogFormatException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "RemoteAttestationTcgLogVerificationException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "RemoteAttestationVsmException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "IAttestationEvaluationResult", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "IAttestationEvaluationLog", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "IAttestationPolicyEvaluator", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "AttestationLog", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "PolicyManifestSchemaVersion", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "PolicyEvaluationOptimizationFlags", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "PolicyEvaluationLogFlags", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "AttestationPolicyEvaluatorFactory", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "AttestationOperationMode", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "OldAttestationFunctionalLevel", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "AttestationStatus", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "AttestationSubStatus", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "EvaluationLogEntry", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "NetworkPhysicalAddress", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "PolicyGroupRelation", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "ADRequest", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "ADRequestAuthenticated", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "ErrorClientHandler", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "ErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "OperationModeErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "PayloadErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "PolicyEvaluationErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "RtpmErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "TcgLogValidationErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "UnauthorizedErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "UnavailableErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "VirtualSecureModeErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "HealthCertificateReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "IAttestationClientHandler", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "IAttestationServerHandler", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "ProtocolPayload", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "ProtocolReplyBase", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "AttestationResultType", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "ProtocolRequestBase", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "ProtocolSerializer", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "ServiceInfoReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "TpmReplyContinue", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "TpmRequest", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "TpmRequestContinue", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "TpmRequestInitial", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "EfiSpecId", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "EfiStartupLocality", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "ContentSelection", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "TcgContentSettings", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "TcgData", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "TcgEfiVariableData", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "TcgLogFormat", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "TcgEventLog", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "PcrEventType", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "TcgPcrEvent", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "WbclEventId", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "TcgTaggedEvent", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "TpmAlgorithm", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "SerializationSchemaVersion", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + }, + { + "Name": "CERTENROLL_OBJECTID", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CObjectId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CSignerCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX500DistinguishedName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509CertificateRequestCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509Enrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509Extension", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionBasicConstraints", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509ExtensionKeyUsage", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509Extensions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509PrivateKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "CX509PublicKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "EncodingType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IObjectId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "ISignerCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX500DistinguishedName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequest", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequestCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequestCertificate2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509CertificateRequestPkcs10", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509Enrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509Enrollment2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509Extension", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509ExtensionBasicConstraints", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509ExtensionKeyUsage", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509Extensions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509PrivateKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509PrivateKey2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509PublicKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "IX509SignatureInformation", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "InstallResponseRestrictionFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X500NameFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509CertificateEnrollmentContext", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509KeyUsageFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509PrivateKeyExportFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509PrivateKeyVerify", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "X509ProviderType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + }, + { + "Name": "TlsSessionTicketKey", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + }, + { + "Name": "NewTlsSessionTicketKeyCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + }, + { + "Name": "EnableTlsSessionTicketKeyCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + }, + { + "Name": "DisableTlsSessionTicketKeyCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + }, + { + "Name": "ExportTlsSessionTicketKeyCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + }, + { + "Name": "TlsCipherSuite", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + }, + { + "Name": "GetTlsCipherSuiteCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + }, + { + "Name": "AddTlsCipherSuiteCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + }, + { + "Name": "RemoveTlsCipherSuiteCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + }, + { + "Name": "GetTlsEccCurveCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + }, + { + "Name": "AddTlsEccCurveCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + }, + { + "Name": "RemoveTlsEccCurveCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + }, + { + "Name": "Registry", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryHive", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryKey", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryValueOptions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryKeyPermissionCheck", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryOptions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryValueKind", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryView", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "SafeFileHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeRegistryHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeWaitHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeHandleMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "CriticalHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "CriticalHandleMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "SafeAccessTokenHandle", + "Namespace": "Microsoft.Win32.SafeHandles" + }, + { + "Name": "AggregateException", + "Namespace": "System" + }, + { + "Name": "AppContext", + "Namespace": "System" + }, + { + "Name": "Object", + "Namespace": "System" + }, + { + "Name": "ICloneable", + "Namespace": "System" + }, + { + "Name": "Action`1", + "Namespace": "System" + }, + { + "Name": "Action", + "Namespace": "System" + }, + { + "Name": "Action`2", + "Namespace": "System" + }, + { + "Name": "Action`3", + "Namespace": "System" + }, + { + "Name": "Action`4", + "Namespace": "System" + }, + { + "Name": "Func`1", + "Namespace": "System" + }, + { + "Name": "Func`2", + "Namespace": "System" + }, + { + "Name": "Func`3", + "Namespace": "System" + }, + { + "Name": "Func`4", + "Namespace": "System" + }, + { + "Name": "Func`5", + "Namespace": "System" + }, + { + "Name": "Action`5", + "Namespace": "System" + }, + { + "Name": "Action`6", + "Namespace": "System" + }, + { + "Name": "Action`7", + "Namespace": "System" + }, + { + "Name": "Action`8", + "Namespace": "System" + }, + { + "Name": "Func`6", + "Namespace": "System" + }, + { + "Name": "Func`7", + "Namespace": "System" + }, + { + "Name": "Func`8", + "Namespace": "System" + }, + { + "Name": "Func`9", + "Namespace": "System" + }, + { + "Name": "Comparison`1", + "Namespace": "System" + }, + { + "Name": "Converter`2", + "Namespace": "System" + }, + { + "Name": "Predicate`1", + "Namespace": "System" + }, + { + "Name": "Array", + "Namespace": "System" + }, + { + "Name": "ArraySegment`1", + "Namespace": "System" + }, + { + "Name": "IComparable", + "Namespace": "System" + }, + { + "Name": "IComparable`1", + "Namespace": "System" + }, + { + "Name": "IEquatable`1", + "Namespace": "System" + }, + { + "Name": "Tuple", + "Namespace": "System" + }, + { + "Name": "Tuple`1", + "Namespace": "System" + }, + { + "Name": "Tuple`2", + "Namespace": "System" + }, + { + "Name": "Tuple`3", + "Namespace": "System" + }, + { + "Name": "Tuple`4", + "Namespace": "System" + }, + { + "Name": "Tuple`5", + "Namespace": "System" + }, + { + "Name": "Tuple`6", + "Namespace": "System" + }, + { + "Name": "Tuple`7", + "Namespace": "System" + }, + { + "Name": "Tuple`8", + "Namespace": "System" + }, + { + "Name": "ValueTuple", + "Namespace": "System" + }, + { + "Name": "ValueTuple`1", + "Namespace": "System" + }, + { + "Name": "ValueTuple`2", + "Namespace": "System" + }, + { + "Name": "ValueTuple`3", + "Namespace": "System" + }, + { + "Name": "ValueTuple`4", + "Namespace": "System" + }, + { + "Name": "ValueTuple`5", + "Namespace": "System" + }, + { + "Name": "ValueTuple`6", + "Namespace": "System" + }, + { + "Name": "ValueTuple`7", + "Namespace": "System" + }, + { + "Name": "ValueTuple`8", + "Namespace": "System" + }, + { + "Name": "TupleExtensions", + "Namespace": "System" + }, + { + "Name": "String", + "Namespace": "System" + }, + { + "Name": "StringSplitOptions", + "Namespace": "System" + }, + { + "Name": "StringComparer", + "Namespace": "System" + }, + { + "Name": "StringComparison", + "Namespace": "System" + }, + { + "Name": "Exception", + "Namespace": "System" + }, + { + "Name": "DateTime", + "Namespace": "System" + }, + { + "Name": "DateTimeKind", + "Namespace": "System" + }, + { + "Name": "DateTimeOffset", + "Namespace": "System" + }, + { + "Name": "SystemException", + "Namespace": "System" + }, + { + "Name": "OutOfMemoryException", + "Namespace": "System" + }, + { + "Name": "StackOverflowException", + "Namespace": "System" + }, + { + "Name": "DataMisalignedException", + "Namespace": "System" + }, + { + "Name": "ExecutionEngineException", + "Namespace": "System" + }, + { + "Name": "Delegate", + "Namespace": "System" + }, + { + "Name": "MulticastDelegate", + "Namespace": "System" + }, + { + "Name": "MemberAccessException", + "Namespace": "System" + }, + { + "Name": "Activator", + "Namespace": "System" + }, + { + "Name": "AccessViolationException", + "Namespace": "System" + }, + { + "Name": "ApplicationException", + "Namespace": "System" + }, + { + "Name": "ResolveEventArgs", + "Namespace": "System" + }, + { + "Name": "AssemblyLoadEventArgs", + "Namespace": "System" + }, + { + "Name": "ResolveEventHandler", + "Namespace": "System" + }, + { + "Name": "AssemblyLoadEventHandler", + "Namespace": "System" + }, + { + "Name": "AppDomainInitializer", + "Namespace": "System" + }, + { + "Name": "AppDomain", + "Namespace": "System" + }, + { + "Name": "CrossAppDomainDelegate", + "Namespace": "System" + }, + { + "Name": "AppDomainManagerInitializationOptions", + "Namespace": "System" + }, + { + "Name": "AppDomainManager", + "Namespace": "System" + }, + { + "Name": "_AppDomain", + "Namespace": "System" + }, + { + "Name": "AppDomainSetup", + "Namespace": "System" + }, + { + "Name": "IAppDomainSetup", + "Namespace": "System" + }, + { + "Name": "LoaderOptimization", + "Namespace": "System" + }, + { + "Name": "LoaderOptimizationAttribute", + "Namespace": "System" + }, + { + "Name": "AppDomainUnloadedException", + "Namespace": "System" + }, + { + "Name": "ActivationContext", + "Namespace": "System" + }, + { + "Name": "ApplicationIdentity", + "Namespace": "System" + }, + { + "Name": "ApplicationId", + "Namespace": "System" + }, + { + "Name": "ArgumentException", + "Namespace": "System" + }, + { + "Name": "ArgumentNullException", + "Namespace": "System" + }, + { + "Name": "ArgumentOutOfRangeException", + "Namespace": "System" + }, + { + "Name": "ArgIterator", + "Namespace": "System" + }, + { + "Name": "ArithmeticException", + "Namespace": "System" + }, + { + "Name": "ArrayTypeMismatchException", + "Namespace": "System" + }, + { + "Name": "AsyncCallback", + "Namespace": "System" + }, + { + "Name": "Attribute", + "Namespace": "System" + }, + { + "Name": "AttributeTargets", + "Namespace": "System" + }, + { + "Name": "AttributeUsageAttribute", + "Namespace": "System" + }, + { + "Name": "BadImageFormatException", + "Namespace": "System" + }, + { + "Name": "BitConverter", + "Namespace": "System" + }, + { + "Name": "Boolean", + "Namespace": "System" + }, + { + "Name": "Buffer", + "Namespace": "System" + }, + { + "Name": "Byte", + "Namespace": "System" + }, + { + "Name": "CannotUnloadAppDomainException", + "Namespace": "System" + }, + { + "Name": "Char", + "Namespace": "System" + }, + { + "Name": "CharEnumerator", + "Namespace": "System" + }, + { + "Name": "CLSCompliantAttribute", + "Namespace": "System" + }, + { + "Name": "TypeUnloadedException", + "Namespace": "System" + }, + { + "Name": "__ComObject", + "Namespace": "System" + }, + { + "Name": "Console", + "Namespace": "System" + }, + { + "Name": "ConsoleCancelEventHandler", + "Namespace": "System" + }, + { + "Name": "ConsoleCancelEventArgs", + "Namespace": "System" + }, + { + "Name": "ConsoleColor", + "Namespace": "System" + }, + { + "Name": "ConsoleKey", + "Namespace": "System" + }, + { + "Name": "ConsoleKeyInfo", + "Namespace": "System" + }, + { + "Name": "ConsoleModifiers", + "Namespace": "System" + }, + { + "Name": "ConsoleSpecialKey", + "Namespace": "System" + }, + { + "Name": "ContextMarshalException", + "Namespace": "System" + }, + { + "Name": "Base64FormattingOptions", + "Namespace": "System" + }, + { + "Name": "Convert", + "Namespace": "System" + }, + { + "Name": "ContextBoundObject", + "Namespace": "System" + }, + { + "Name": "ContextStaticAttribute", + "Namespace": "System" + }, + { + "Name": "DayOfWeek", + "Namespace": "System" + }, + { + "Name": "DBNull", + "Namespace": "System" + }, + { + "Name": "Decimal", + "Namespace": "System" + }, + { + "Name": "DivideByZeroException", + "Namespace": "System" + }, + { + "Name": "Double", + "Namespace": "System" + }, + { + "Name": "DuplicateWaitObjectException", + "Namespace": "System" + }, + { + "Name": "Enum", + "Namespace": "System" + }, + { + "Name": "EntryPointNotFoundException", + "Namespace": "System" + }, + { + "Name": "DllNotFoundException", + "Namespace": "System" + }, + { + "Name": "EnvironmentVariableTarget", + "Namespace": "System" + }, + { + "Name": "Environment", + "Namespace": "System" + }, + { + "Name": "EventArgs", + "Namespace": "System" + }, + { + "Name": "EventHandler", + "Namespace": "System" + }, + { + "Name": "EventHandler`1", + "Namespace": "System" + }, + { + "Name": "FieldAccessException", + "Namespace": "System" + }, + { + "Name": "FlagsAttribute", + "Namespace": "System" + }, + { + "Name": "FormatException", + "Namespace": "System" + }, + { + "Name": "FormattableString", + "Namespace": "System" + }, + { + "Name": "GCCollectionMode", + "Namespace": "System" + }, + { + "Name": "GCNotificationStatus", + "Namespace": "System" + }, + { + "Name": "GC", + "Namespace": "System" + }, + { + "Name": "Guid", + "Namespace": "System" + }, + { + "Name": "IAsyncResult", + "Namespace": "System" + }, + { + "Name": "ICustomFormatter", + "Namespace": "System" + }, + { + "Name": "IDisposable", + "Namespace": "System" + }, + { + "Name": "IFormatProvider", + "Namespace": "System" + }, + { + "Name": "IFormattable", + "Namespace": "System" + }, + { + "Name": "IndexOutOfRangeException", + "Namespace": "System" + }, + { + "Name": "IObservable`1", + "Namespace": "System" + }, + { + "Name": "IObserver`1", + "Namespace": "System" + }, + { + "Name": "IProgress`1", + "Namespace": "System" + }, + { + "Name": "InsufficientMemoryException", + "Namespace": "System" + }, + { + "Name": "InsufficientExecutionStackException", + "Namespace": "System" + }, + { + "Name": "Lazy`1", + "Namespace": "System" + }, + { + "Name": "Int16", + "Namespace": "System" + }, + { + "Name": "Int32", + "Namespace": "System" + }, + { + "Name": "Int64", + "Namespace": "System" + }, + { + "Name": "IntPtr", + "Namespace": "System" + }, + { + "Name": "InvalidCastException", + "Namespace": "System" + }, + { + "Name": "InvalidOperationException", + "Namespace": "System" + }, + { + "Name": "InvalidProgramException", + "Namespace": "System" + }, + { + "Name": "InvalidTimeZoneException", + "Namespace": "System" + }, + { + "Name": "IConvertible", + "Namespace": "System" + }, + { + "Name": "IServiceProvider", + "Namespace": "System" + }, + { + "Name": "LocalDataStoreSlot", + "Namespace": "System" + }, + { + "Name": "MarshalByRefObject", + "Namespace": "System" + }, + { + "Name": "Math", + "Namespace": "System" + }, + { + "Name": "MethodAccessException", + "Namespace": "System" + }, + { + "Name": "MidpointRounding", + "Namespace": "System" + }, + { + "Name": "MissingFieldException", + "Namespace": "System" + }, + { + "Name": "MissingMemberException", + "Namespace": "System" + }, + { + "Name": "MissingMethodException", + "Namespace": "System" + }, + { + "Name": "MulticastNotSupportedException", + "Namespace": "System" + }, + { + "Name": "NonSerializedAttribute", + "Namespace": "System" + }, + { + "Name": "NotFiniteNumberException", + "Namespace": "System" + }, + { + "Name": "NotImplementedException", + "Namespace": "System" + }, + { + "Name": "NotSupportedException", + "Namespace": "System" + }, + { + "Name": "NullReferenceException", + "Namespace": "System" + }, + { + "Name": "ObjectDisposedException", + "Namespace": "System" + }, + { + "Name": "ObsoleteAttribute", + "Namespace": "System" + }, + { + "Name": "OperatingSystem", + "Namespace": "System" + }, + { + "Name": "OperationCanceledException", + "Namespace": "System" + }, + { + "Name": "OverflowException", + "Namespace": "System" + }, + { + "Name": "ParamArrayAttribute", + "Namespace": "System" + }, + { + "Name": "PlatformID", + "Namespace": "System" + }, + { + "Name": "PlatformNotSupportedException", + "Namespace": "System" + }, + { + "Name": "Progress`1", + "Namespace": "System" + }, + { + "Name": "Random", + "Namespace": "System" + }, + { + "Name": "RankException", + "Namespace": "System" + }, + { + "Name": "RuntimeArgumentHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeTypeHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeMethodHandle", + "Namespace": "System" + }, + { + "Name": "RuntimeFieldHandle", + "Namespace": "System" + }, + { + "Name": "ModuleHandle", + "Namespace": "System" + }, + { + "Name": "SByte", + "Namespace": "System" + }, + { + "Name": "SerializableAttribute", + "Namespace": "System" + }, + { + "Name": "Single", + "Namespace": "System" + }, + { + "Name": "STAThreadAttribute", + "Namespace": "System" + }, + { + "Name": "MTAThreadAttribute", + "Namespace": "System" + }, + { + "Name": "TimeoutException", + "Namespace": "System" + }, + { + "Name": "TimeSpan", + "Namespace": "System" + }, + { + "Name": "TimeZone", + "Namespace": "System" + }, + { + "Name": "TimeZoneInfo", + "Namespace": "System" + }, + { + "Name": "TimeZoneNotFoundException", + "Namespace": "System" + }, + { + "Name": "Type", + "Namespace": "System" + }, + { + "Name": "TypeAccessException", + "Namespace": "System" + }, + { + "Name": "TypeCode", + "Namespace": "System" + }, + { + "Name": "TypedReference", + "Namespace": "System" + }, + { + "Name": "TypeInitializationException", + "Namespace": "System" + }, + { + "Name": "TypeLoadException", + "Namespace": "System" + }, + { + "Name": "UInt16", + "Namespace": "System" + }, + { + "Name": "UInt32", + "Namespace": "System" + }, + { + "Name": "UInt64", + "Namespace": "System" + }, + { + "Name": "UIntPtr", + "Namespace": "System" + }, + { + "Name": "UnauthorizedAccessException", + "Namespace": "System" + }, + { + "Name": "UnhandledExceptionEventArgs", + "Namespace": "System" + }, + { + "Name": "UnhandledExceptionEventHandler", + "Namespace": "System" + }, + { + "Name": "ValueType", + "Namespace": "System" + }, + { + "Name": "Version", + "Namespace": "System" + }, + { + "Name": "Void", + "Namespace": "System" + }, + { + "Name": "WeakReference", + "Namespace": "System" + }, + { + "Name": "WeakReference`1", + "Namespace": "System" + }, + { + "Name": "ThreadStaticAttribute", + "Namespace": "System" + }, + { + "Name": "Nullable`1", + "Namespace": "System" + }, + { + "Name": "Nullable", + "Namespace": "System" + }, + { + "Name": "AssemblyHash", + "Namespace": "System.Configuration.Assemblies" + }, + { + "Name": "AssemblyHashAlgorithm", + "Namespace": "System.Configuration.Assemblies" + }, + { + "Name": "AssemblyVersionCompatibility", + "Namespace": "System.Configuration.Assemblies" + }, + { + "Name": "BinaryReader", + "Namespace": "System.IO" + }, + { + "Name": "BinaryWriter", + "Namespace": "System.IO" + }, + { + "Name": "BufferedStream", + "Namespace": "System.IO" + }, + { + "Name": "Directory", + "Namespace": "System.IO" + }, + { + "Name": "DirectoryInfo", + "Namespace": "System.IO" + }, + { + "Name": "SearchOption", + "Namespace": "System.IO" + }, + { + "Name": "DirectoryNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "DriveType", + "Namespace": "System.IO" + }, + { + "Name": "DriveInfo", + "Namespace": "System.IO" + }, + { + "Name": "DriveNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "EndOfStreamException", + "Namespace": "System.IO" + }, + { + "Name": "File", + "Namespace": "System.IO" + }, + { + "Name": "FileAccess", + "Namespace": "System.IO" + }, + { + "Name": "FileInfo", + "Namespace": "System.IO" + }, + { + "Name": "FileLoadException", + "Namespace": "System.IO" + }, + { + "Name": "FileMode", + "Namespace": "System.IO" + }, + { + "Name": "FileNotFoundException", + "Namespace": "System.IO" + }, + { + "Name": "FileOptions", + "Namespace": "System.IO" + }, + { + "Name": "FileShare", + "Namespace": "System.IO" + }, + { + "Name": "FileStream", + "Namespace": "System.IO" + }, + { + "Name": "FileSystemInfo", + "Namespace": "System.IO" + }, + { + "Name": "FileAttributes", + "Namespace": "System.IO" + }, + { + "Name": "IOException", + "Namespace": "System.IO" + }, + { + "Name": "MemoryStream", + "Namespace": "System.IO" + }, + { + "Name": "Path", + "Namespace": "System.IO" + }, + { + "Name": "PathTooLongException", + "Namespace": "System.IO" + }, + { + "Name": "SeekOrigin", + "Namespace": "System.IO" + }, + { + "Name": "Stream", + "Namespace": "System.IO" + }, + { + "Name": "StreamReader", + "Namespace": "System.IO" + }, + { + "Name": "StreamWriter", + "Namespace": "System.IO" + }, + { + "Name": "StringReader", + "Namespace": "System.IO" + }, + { + "Name": "StringWriter", + "Namespace": "System.IO" + }, + { + "Name": "TextReader", + "Namespace": "System.IO" + }, + { + "Name": "TextWriter", + "Namespace": "System.IO" + }, + { + "Name": "UnmanagedMemoryAccessor", + "Namespace": "System.IO" + }, + { + "Name": "UnmanagedMemoryStream", + "Namespace": "System.IO" + }, + { + "Name": "IsolatedStorageScope", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorage", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageFileStream", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageException", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageSecurityOptions", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageSecurityState", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "INormalizeForIsolatedStorage", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "IsolatedStorageFile", + "Namespace": "System.IO.IsolatedStorage" + }, + { + "Name": "SecurityElement", + "Namespace": "System.Security" + }, + { + "Name": "XmlSyntaxException", + "Namespace": "System.Security" + }, + { + "Name": "SuppressUnmanagedCodeSecurityAttribute", + "Namespace": "System.Security" + }, + { + "Name": "UnverifiableCodeAttribute", + "Namespace": "System.Security" + }, + { + "Name": "AllowPartiallyTrustedCallersAttribute", + "Namespace": "System.Security" + }, + { + "Name": "PartialTrustVisibilityLevel", + "Namespace": "System.Security" + }, + { + "Name": "SecurityCriticalScope", + "Namespace": "System.Security" + }, + { + "Name": "SecurityCriticalAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityTreatAsSafeAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecuritySafeCriticalAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityTransparentAttribute", + "Namespace": "System.Security" + }, + { + "Name": "SecurityRuleSet", + "Namespace": "System.Security" + }, + { + "Name": "SecurityRulesAttribute", + "Namespace": "System.Security" + }, + { + "Name": "CodeAccessPermission", + "Namespace": "System.Security" + }, + { + "Name": "IEvidenceFactory", + "Namespace": "System.Security" + }, + { + "Name": "IPermission", + "Namespace": "System.Security" + }, + { + "Name": "ISecurityEncodable", + "Namespace": "System.Security" + }, + { + "Name": "ISecurityPolicyEncodable", + "Namespace": "System.Security" + }, + { + "Name": "IStackWalk", + "Namespace": "System.Security" + }, + { + "Name": "HostSecurityManagerOptions", + "Namespace": "System.Security" + }, + { + "Name": "HostSecurityManager", + "Namespace": "System.Security" + }, + { + "Name": "NamedPermissionSet", + "Namespace": "System.Security" + }, + { + "Name": "PermissionSet", + "Namespace": "System.Security" + }, + { + "Name": "ReadOnlyPermissionSet", + "Namespace": "System.Security" + }, + { + "Name": "SecureString", + "Namespace": "System.Security" + }, + { + "Name": "SecurityContextSource", + "Namespace": "System.Security" + }, + { + "Name": "SecurityContext", + "Namespace": "System.Security" + }, + { + "Name": "SecurityException", + "Namespace": "System.Security" + }, + { + "Name": "SecurityState", + "Namespace": "System.Security" + }, + { + "Name": "HostProtectionException", + "Namespace": "System.Security" + }, + { + "Name": "PolicyLevelType", + "Namespace": "System.Security" + }, + { + "Name": "SecurityManager", + "Namespace": "System.Security" + }, + { + "Name": "SecurityZone", + "Namespace": "System.Security" + }, + { + "Name": "VerificationException", + "Namespace": "System.Security" + }, + { + "Name": "InheritanceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "PropagationFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SecurityInfos", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ResourceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlSections", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlActions", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "KnownAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CustomAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CompoundAceType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CompoundAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceQualifier", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "QualifiedAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAceFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAce", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AceEnumerator", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RawAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "SystemAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "DiscretionaryAcl", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CryptoKeyRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CryptoKeyAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CryptoKeyAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CryptoKeySecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "EventWaitHandleSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSystemSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "FileSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "DirectorySecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "MutexSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "NativeObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlModification", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessRule`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditRule`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectSecurity`1", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "DirectoryObjectSecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "PrivilegeNotHeldException", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistryRights", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistryAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistryAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RegistrySecurity", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessControlType", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuthorizationRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAccessRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ObjectAuditRule", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "AuthorizationRuleCollection", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "ControlFlags", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "GenericSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "RawSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CommonSecurityDescriptor", + "Namespace": "System.Security.AccessControl" + }, + { + "Name": "CipherMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeySizes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicException", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptographicUnexpectedOperationException", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ICryptoTransform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RandomNumberGenerator", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RNGCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Aes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricKeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricKeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricSignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "AsymmetricSignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "FromBase64TransformMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ToBase64Transform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "FromBase64Transform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoAPITransform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspProviderFlags", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoConfig", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoStreamMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CryptoStream", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DES", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DESCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSAParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSA", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSACryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSASignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "DSASignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMAC", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACMD5", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACRIPEMD160", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA1", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA256", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA384", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HMACSHA512", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HashAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "HashAlgorithmName", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeyNumber", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "CspKeyContainerInfo", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "ICspAsymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "KeyedHashAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MACTripleDES", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MD5", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MD5CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "MaskGenerationMethod", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PasswordDeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "PKCS1MaskGenerationMethod", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RC2", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RC2CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Rfc2898DeriveBytes", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RIPEMD160", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RIPEMD160Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAParameters", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSA", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSASignaturePadding", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSASignaturePaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSACryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAEncryptionPadding", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAEncryptionPaddingMode", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOAEPKeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAOAEPKeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1KeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1KeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1SignatureDeformatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RSAPKCS1SignatureFormatter", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "Rijndael", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RijndaelManaged", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "RijndaelManagedTransform", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA1Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA256Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA384Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SHA512Managed", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SignatureDescription", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "SymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDES", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "TripleDESCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" + }, + { + "Name": "X509ContentType", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509KeyStorageFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "X509Certificate", + "Namespace": "System.Security.Cryptography.X509Certificates" + }, + { + "Name": "EnvironmentPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "EnvironmentPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "HostProtectionResource", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "HostProtectionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageContainment", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStoragePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageFilePermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PermissionState", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityAction", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "CodeAccessSecurityAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "EnvironmentPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileDialogPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "FileIOPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PrincipalPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ZoneIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNameIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SiteIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UrlIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PublisherIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStoragePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IsolatedStorageFilePermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PermissionSetAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermissionFlag", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ReflectionPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PrincipalPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermissionFlag", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SecurityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "SiteIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNameIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "StrongNamePublicKeyBlob", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionWindow", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermissionClipboard", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UIPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "UrlIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "ZoneIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "GacIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "GacIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "IUnrestrictedPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionFlags", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntry", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntryCollection", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermissionAccessEntryEnumerator", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "KeyContainerPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "PublisherIdentityPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermissionAccess", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "RegistryPermission", + "Namespace": "System.Security.Permissions" + }, + { + "Name": "Claim", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimsIdentity", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimsPrincipal", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimTypes", + "Namespace": "System.Security.Claims" + }, + { + "Name": "ClaimValueTypes", + "Namespace": "System.Security.Claims" + }, + { + "Name": "GenericIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "GenericPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "PrincipalPolicy", + "Namespace": "System.Security.Principal" + }, + { + "Name": "TokenAccessLevels", + "Namespace": "System.Security.Principal" + }, + { + "Name": "TokenImpersonationLevel", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsAccountType", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsIdentity", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsImpersonationContext", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsBuiltInRole", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WindowsPrincipal", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IdentityReference", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IdentityReferenceCollection", + "Namespace": "System.Security.Principal" + }, + { + "Name": "NTAccount", + "Namespace": "System.Security.Principal" + }, + { + "Name": "WellKnownSidType", + "Namespace": "System.Security.Principal" + }, + { + "Name": "SecurityIdentifier", + "Namespace": "System.Security.Principal" + }, + { + "Name": "IdentityNotMappedException", + "Namespace": "System.Security.Principal" + }, + { + "Name": "AllMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationDirectory", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationDirectoryMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationSecurityInfo", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationSecurityManager", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationVersionMatch", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrust", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrustCollection", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ApplicationTrustEnumerator", + "Namespace": "System.Security.Policy" + }, + { + "Name": "CodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Evidence", + "Namespace": "System.Security.Policy" + }, + { + "Name": "EvidenceBase", + "Namespace": "System.Security.Policy" + }, + { + "Name": "FileCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "FirstMatchCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "IIdentityPermissionFactory", + "Namespace": "System.Security.Policy" + }, + { + "Name": "IMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "IApplicationTrustManager", + "Namespace": "System.Security.Policy" + }, + { + "Name": "TrustManagerUIContext", + "Namespace": "System.Security.Policy" + }, + { + "Name": "TrustManagerContext", + "Namespace": "System.Security.Policy" + }, + { + "Name": "CodeConnectAccess", + "Namespace": "System.Security.Policy" + }, + { + "Name": "NetCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PermissionRequestEvidence", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyException", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyLevel", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyStatementAttribute", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PolicyStatement", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Site", + "Namespace": "System.Security.Policy" + }, + { + "Name": "SiteMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "StrongName", + "Namespace": "System.Security.Policy" + }, + { + "Name": "StrongNameMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "UnionCodeGroup", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Url", + "Namespace": "System.Security.Policy" + }, + { + "Name": "UrlMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Zone", + "Namespace": "System.Security.Policy" + }, + { + "Name": "ZoneMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "GacInstalled", + "Namespace": "System.Security.Policy" + }, + { + "Name": "GacMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Hash", + "Namespace": "System.Security.Policy" + }, + { + "Name": "HashMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "Publisher", + "Namespace": "System.Security.Policy" + }, + { + "Name": "PublisherMembershipCondition", + "Namespace": "System.Security.Policy" + }, + { + "Name": "IResourceReader", + "Namespace": "System.Resources" + }, + { + "Name": "IResourceWriter", + "Namespace": "System.Resources" + }, + { + "Name": "MissingManifestResourceException", + "Namespace": "System.Resources" + }, + { + "Name": "MissingSatelliteAssemblyException", + "Namespace": "System.Resources" + }, + { + "Name": "NeutralResourcesLanguageAttribute", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceManager", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceReader", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceSet", + "Namespace": "System.Resources" + }, + { + "Name": "ResourceWriter", + "Namespace": "System.Resources" + }, + { + "Name": "SatelliteContractVersionAttribute", + "Namespace": "System.Resources" + }, + { + "Name": "UltimateResourceFallbackLocation", + "Namespace": "System.Resources" + }, + { + "Name": "Calendar", + "Namespace": "System.Globalization" + }, + { + "Name": "CalendarAlgorithmType", + "Namespace": "System.Globalization" + }, + { + "Name": "CalendarWeekRule", + "Namespace": "System.Globalization" + }, + { + "Name": "CharUnicodeInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CompareOptions", + "Namespace": "System.Globalization" + }, + { + "Name": "CompareInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureNotFoundException", + "Namespace": "System.Globalization" + }, + { + "Name": "CultureTypes", + "Namespace": "System.Globalization" + }, + { + "Name": "DateTimeStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "DateTimeFormatInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "DaylightTime", + "Namespace": "System.Globalization" + }, + { + "Name": "DigitShapes", + "Namespace": "System.Globalization" + }, + { + "Name": "GlobalizationExtensions", + "Namespace": "System.Globalization" + }, + { + "Name": "GregorianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "GregorianCalendarTypes", + "Namespace": "System.Globalization" + }, + { + "Name": "HebrewCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "HijriCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "UmAlQuraCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "ChineseLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "EastAsianLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JapaneseLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "JulianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "KoreanLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "PersianCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "TaiwanLunisolarCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "IdnMapping", + "Namespace": "System.Globalization" + }, + { + "Name": "JapaneseCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "KoreanCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "RegionInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "SortKey", + "Namespace": "System.Globalization" + }, + { + "Name": "StringInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "TaiwanCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "TextElementEnumerator", + "Namespace": "System.Globalization" + }, + { + "Name": "TextInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "ThaiBuddhistCalendar", + "Namespace": "System.Globalization" + }, + { + "Name": "TimeSpanStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "NumberFormatInfo", + "Namespace": "System.Globalization" + }, + { + "Name": "NumberStyles", + "Namespace": "System.Globalization" + }, + { + "Name": "UnicodeCategory", + "Namespace": "System.Globalization" + }, + { + "Name": "SortVersion", + "Namespace": "System.Globalization" + }, + { + "Name": "ConditionalAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "Debugger", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerStepThroughAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerStepperBoundaryAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerHiddenAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerNonUserCodeAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggableAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerBrowsableState", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerBrowsableAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerTypeProxyAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerDisplayAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "DebuggerVisualizerAttribute", + "Namespace": "System.Diagnostics" + }, + { + "Name": "StackTrace", + "Namespace": "System.Diagnostics" + }, + { + "Name": "StackFrame", + "Namespace": "System.Diagnostics" + }, + { + "Name": "ISymbolBinder", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolBinder1", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolDocument", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolDocumentWriter", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolMethod", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolNamespace", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolReader", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolScope", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolVariable", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "ISymbolWriter", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymAddressKind", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymDocumentType", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymLanguageType", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymLanguageVendor", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "SymbolToken", + "Namespace": "System.Diagnostics.SymbolStore" + }, + { + "Name": "PureAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractClassAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractClassForAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractInvariantMethodAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractReferenceAssemblyAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractRuntimeIgnoredAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractVerificationAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractPublicPropertyNameAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractArgumentValidatorAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractAbbreviatorAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractOptionAttribute", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "Contract", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractFailureKind", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractFailedEventArgs", + "Namespace": "System.Diagnostics.Contracts" + }, + { + "Name": "ContractHelper", + "Namespace": "System.Diagnostics.Contracts.Internal" + }, + { + "Name": "SuppressMessageAttribute", + "Namespace": "System.Diagnostics.CodeAnalysis" + }, + { + "Name": "EventActivityOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSource", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceSettings", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventListener", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventCommandEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceCreatedEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventWrittenEventArgs", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "NonEventAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventCommand", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventManifestOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceException", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventLevel", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventTask", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventOpcode", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventChannel", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventKeywords", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventDataAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldTags", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventFieldFormat", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventIgnoreAttribute", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventSourceOptions", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "EventTags", + "Namespace": "System.Diagnostics.Tracing" + }, + { + "Name": "CaseInsensitiveComparer", + "Namespace": "System.Collections" + }, + { + "Name": "CaseInsensitiveHashCodeProvider", + "Namespace": "System.Collections" + }, + { + "Name": "CollectionBase", + "Namespace": "System.Collections" + }, + { + "Name": "DictionaryBase", + "Namespace": "System.Collections" + }, + { + "Name": "ReadOnlyCollectionBase", + "Namespace": "System.Collections" + }, + { + "Name": "Queue", + "Namespace": "System.Collections" + }, + { + "Name": "ArrayList", + "Namespace": "System.Collections" + }, + { + "Name": "BitArray", + "Namespace": "System.Collections" + }, + { + "Name": "Stack", + "Namespace": "System.Collections" + }, + { + "Name": "Comparer", + "Namespace": "System.Collections" + }, + { + "Name": "Hashtable", + "Namespace": "System.Collections" + }, + { + "Name": "DictionaryEntry", + "Namespace": "System.Collections" + }, + { + "Name": "ICollection", + "Namespace": "System.Collections" + }, + { + "Name": "IComparer", + "Namespace": "System.Collections" + }, + { + "Name": "IDictionary", + "Namespace": "System.Collections" + }, + { + "Name": "IDictionaryEnumerator", + "Namespace": "System.Collections" + }, + { + "Name": "IEnumerable", + "Namespace": "System.Collections" + }, + { + "Name": "IEnumerator", + "Namespace": "System.Collections" + }, + { + "Name": "IEqualityComparer", + "Namespace": "System.Collections" + }, + { + "Name": "IHashCodeProvider", + "Namespace": "System.Collections" + }, + { + "Name": "IList", + "Namespace": "System.Collections" + }, + { + "Name": "SortedList", + "Namespace": "System.Collections" + }, + { + "Name": "IStructuralEquatable", + "Namespace": "System.Collections" + }, + { + "Name": "IStructuralComparable", + "Namespace": "System.Collections" + }, + { + "Name": "StructuralComparisons", + "Namespace": "System.Collections" + }, + { + "Name": "ConcurrentStack`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "IProducerConsumerCollection`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentDictionary`2", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "ConcurrentQueue`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "Partitioner`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "OrderablePartitioner`1", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "EnumerablePartitionerOptions", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "Partitioner", + "Namespace": "System.Collections.Concurrent" + }, + { + "Name": "Collection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyCollection`1", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "ReadOnlyDictionary`2", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "KeyedCollection`2", + "Namespace": "System.Collections.ObjectModel" + }, + { + "Name": "Comparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "Dictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "EqualityComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "ICollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEnumerable`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEnumerator`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IEqualityComparer`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyCollection`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyList`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "IReadOnlyDictionary`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyNotFoundException", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "KeyValuePair`2", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "List`1", + "Namespace": "System.Collections.Generic" + }, + { + "Name": "AbandonedMutexException", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncLocal`1", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncLocalValueChangedArgs`1", + "Namespace": "System.Threading" + }, + { + "Name": "AutoResetEvent", + "Namespace": "System.Threading" + }, + { + "Name": "SendOrPostCallback", + "Namespace": "System.Threading" + }, + { + "Name": "SynchronizationContext", + "Namespace": "System.Threading" + }, + { + "Name": "CompressedStack", + "Namespace": "System.Threading" + }, + { + "Name": "EventResetMode", + "Namespace": "System.Threading" + }, + { + "Name": "EventWaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "ContextCallback", + "Namespace": "System.Threading" + }, + { + "Name": "AsyncFlowControl", + "Namespace": "System.Threading" + }, + { + "Name": "ExecutionContext", + "Namespace": "System.Threading" + }, + { + "Name": "Interlocked", + "Namespace": "System.Threading" + }, + { + "Name": "HostExecutionContext", + "Namespace": "System.Threading" + }, + { + "Name": "HostExecutionContextManager", + "Namespace": "System.Threading" + }, + { + "Name": "LockCookie", + "Namespace": "System.Threading" + }, + { + "Name": "LockRecursionException", + "Namespace": "System.Threading" + }, + { + "Name": "ManualResetEvent", + "Namespace": "System.Threading" + }, + { + "Name": "Monitor", + "Namespace": "System.Threading" + }, + { + "Name": "Mutex", + "Namespace": "System.Threading" + }, + { + "Name": "NativeOverlapped", + "Namespace": "System.Threading" + }, + { + "Name": "Overlapped", + "Namespace": "System.Threading" + }, + { + "Name": "PreAllocatedOverlapped", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPoolBoundHandle", + "Namespace": "System.Threading" + }, + { + "Name": "ParameterizedThreadStart", + "Namespace": "System.Threading" + }, + { + "Name": "ReaderWriterLock", + "Namespace": "System.Threading" + }, + { + "Name": "SemaphoreFullException", + "Namespace": "System.Threading" + }, + { + "Name": "SynchronizationLockException", + "Namespace": "System.Threading" + }, + { + "Name": "Thread", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadAbortException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadInterruptedException", + "Namespace": "System.Threading" + }, + { + "Name": "RegisteredWaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "WaitCallback", + "Namespace": "System.Threading" + }, + { + "Name": "WaitOrTimerCallback", + "Namespace": "System.Threading" + }, + { + "Name": "IOCompletionCallback", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPool", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadPriority", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStart", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadState", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStateException", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadStartException", + "Namespace": "System.Threading" + }, + { + "Name": "Timeout", + "Namespace": "System.Threading" + }, + { + "Name": "TimerCallback", + "Namespace": "System.Threading" + }, + { + "Name": "Timer", + "Namespace": "System.Threading" + }, + { + "Name": "Volatile", + "Namespace": "System.Threading" + }, + { + "Name": "WaitHandle", + "Namespace": "System.Threading" + }, + { + "Name": "WaitHandleExtensions", + "Namespace": "System.Threading" + }, + { + "Name": "WaitHandleCannotBeOpenedException", + "Namespace": "System.Threading" + }, + { + "Name": "ApartmentState", + "Namespace": "System.Threading" + }, + { + "Name": "SpinLock", + "Namespace": "System.Threading" + }, + { + "Name": "SpinWait", + "Namespace": "System.Threading" + }, + { + "Name": "CountdownEvent", + "Namespace": "System.Threading" + }, + { + "Name": "LazyThreadSafetyMode", + "Namespace": "System.Threading" + }, + { + "Name": "LazyInitializer", + "Namespace": "System.Threading" + }, + { + "Name": "ThreadLocal`1", + "Namespace": "System.Threading" + }, + { + "Name": "SemaphoreSlim", + "Namespace": "System.Threading" + }, + { + "Name": "ManualResetEventSlim", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationTokenRegistration", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationTokenSource", + "Namespace": "System.Threading" + }, + { + "Name": "CancellationToken", + "Namespace": "System.Threading" + }, + { + "Name": "Task`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskFactory`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ParallelOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Parallel", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ParallelLoopState", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ParallelLoopResult", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskStatus", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "Task", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCreationOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskContinuationOptions", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCanceledException", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskSchedulerException", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskFactory", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskScheduler", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "UnobservedTaskExceptionEventArgs", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "TaskCompletionSource`1", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "ConcurrentExclusiveSchedulerPair", + "Namespace": "System.Threading.Tasks" + }, + { + "Name": "AmbiguousMatchException", + "Namespace": "System.Reflection" + }, + { + "Name": "ModuleResolveEventHandler", + "Namespace": "System.Reflection" + }, + { + "Name": "Assembly", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCopyrightAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyTrademarkAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyProductAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCompanyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDescriptionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyTitleAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyConfigurationAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDefaultAliasAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyInformationalVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFileVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyCultureAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyVersionAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyKeyFileAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyDelaySignAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyAlgorithmIdAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyFlagsAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyMetadataAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblySignatureKeyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyKeyNameAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyName", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyNameProxy", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyNameFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyContentType", + "Namespace": "System.Reflection" + }, + { + "Name": "ProcessorArchitecture", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeFormatException", + "Namespace": "System.Reflection" + }, + { + "Name": "Binder", + "Namespace": "System.Reflection" + }, + { + "Name": "BindingFlags", + "Namespace": "System.Reflection" + }, + { + "Name": "CallingConventions", + "Namespace": "System.Reflection" + }, + { + "Name": "ConstructorInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeData", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeNamedArgument", + "Namespace": "System.Reflection" + }, + { + "Name": "CustomAttributeTypedArgument", + "Namespace": "System.Reflection" + }, + { + "Name": "DefaultMemberAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "EventAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "EventInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "FieldAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "FieldInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "GenericParameterAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ICustomAttributeProvider", + "Namespace": "System.Reflection" + }, + { + "Name": "IReflectableType", + "Namespace": "System.Reflection" + }, + { + "Name": "IntrospectionExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "RuntimeReflectionExtensions", + "Namespace": "System.Reflection" + }, + { + "Name": "InterfaceMapping", + "Namespace": "System.Reflection" + }, + { + "Name": "InvalidFilterCriteriaException", + "Namespace": "System.Reflection" + }, + { + "Name": "IReflect", + "Namespace": "System.Reflection" + }, + { + "Name": "ManifestResourceInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ResourceLocation", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberFilter", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "MemberTypes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodBase", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodImplAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "Missing", + "Namespace": "System.Reflection" + }, + { + "Name": "PortableExecutableKinds", + "Namespace": "System.Reflection" + }, + { + "Name": "ImageFileMachine", + "Namespace": "System.Reflection" + }, + { + "Name": "Module", + "Namespace": "System.Reflection" + }, + { + "Name": "ObfuscateAssemblyAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "ObfuscationAttribute", + "Namespace": "System.Reflection" + }, + { + "Name": "ExceptionHandlingClauseOptions", + "Namespace": "System.Reflection" + }, + { + "Name": "ExceptionHandlingClause", + "Namespace": "System.Reflection" + }, + { + "Name": "MethodBody", + "Namespace": "System.Reflection" + }, + { + "Name": "LocalVariableInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ParameterModifier", + "Namespace": "System.Reflection" + }, + { + "Name": "Pointer", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "PropertyInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "ReflectionContext", + "Namespace": "System.Reflection" + }, + { + "Name": "ReflectionTypeLoadException", + "Namespace": "System.Reflection" + }, + { + "Name": "ResourceAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "StrongNameKeyPair", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetException", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetInvocationException", + "Namespace": "System.Reflection" + }, + { + "Name": "TargetParameterCountException", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeAttributes", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeDelegator", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeFilter", + "Namespace": "System.Reflection" + }, + { + "Name": "TypeInfo", + "Namespace": "System.Reflection" + }, + { + "Name": "AssemblyBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "AssemblyBuilderAccess", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ConstructorBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "DynamicILInfo", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "DynamicMethod", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EventBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EventToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FieldBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FieldToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ILGenerator", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "Label", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "LocalBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "MethodBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ExceptionHandler", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "CustomAttributeBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "MethodRental", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "MethodToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ModuleBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PEFileKinds", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCodes", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCode", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OpCodeType", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StackBehaviour", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "OperandType", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "FlowControl", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ParameterBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "ParameterToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PropertyBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PropertyToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "SignatureHelper", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "SignatureToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "StringToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "PackingSize", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "TypeBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "GenericTypeParameterBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "EnumBuilder", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "TypeToken", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "UnmanagedMarshal", + "Namespace": "System.Reflection.Emit" + }, + { + "Name": "InternalApplicationIdentityHelper", + "Namespace": "System.Deployment.Internal" + }, + { + "Name": "InternalActivationContextHelper", + "Namespace": "System.Deployment.Internal" + }, + { + "Name": "MemoryFailPoint", + "Namespace": "System.Runtime" + }, + { + "Name": "GCLargeObjectHeapCompactionMode", + "Namespace": "System.Runtime" + }, + { + "Name": "GCLatencyMode", + "Namespace": "System.Runtime" + }, + { + "Name": "GCSettings", + "Namespace": "System.Runtime" + }, + { + "Name": "AssemblyTargetedPatchBandAttribute", + "Namespace": "System.Runtime" + }, + { + "Name": "TargetedPatchingOptOutAttribute", + "Namespace": "System.Runtime" + }, + { + "Name": "ProfileOptimization", + "Namespace": "System.Runtime" + }, + { + "Name": "WindowsRuntimeDesignerContext", + "Namespace": "System.Runtime.DesignerServices" + }, + { + "Name": "ComponentGuaranteesOptions", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ComponentGuaranteesAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceConsumptionAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceExposureAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "ResourceScope", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "VersioningHelper", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "TargetFrameworkAttribute", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "CompatibilitySwitch", + "Namespace": "System.Runtime.Versioning" + }, + { + "Name": "CriticalFinalizerObject", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "Consistency", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "Cer", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "ReliabilityContractAttribute", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "PrePrepareMethodAttribute", + "Namespace": "System.Runtime.ConstrainedExecution" + }, + { + "Name": "FormatterConverter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterServices", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IDeserializationCallback", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IFormatter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IFormatterConverter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "IObjectReference", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializable", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISerializationSurrogate", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISurrogateSelector", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OptionalFieldAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnSerializingAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnSerializedAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnDeserializingAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "OnDeserializedAttribute", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationBinder", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationException", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationInfo", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationEntry", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationInfoEnumerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "StreamingContext", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "StreamingContextStates", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "Formatter", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ObjectIDGenerator", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ObjectManager", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SafeSerializationEventArgs", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "ISafeSerializationData", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SerializationObjectManager", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "SurrogateSelector", + "Namespace": "System.Runtime.Serialization" + }, + { + "Name": "FormatterTypeStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "FormatterAssemblyStyle", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "TypeFilterLevel", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "ISoapMessage", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "IFieldInfo", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "InternalRM", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "InternalST", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "SoapMessage", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "SoapFault", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "ServerFault", + "Namespace": "System.Runtime.Serialization.Formatters" + }, + { + "Name": "BinaryFormatter", + "Namespace": "System.Runtime.Serialization.Formatters.Binary" + }, + { + "Name": "HandleProcessCorruptedStateExceptionsAttribute", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "FirstChanceExceptionEventArgs", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "ExceptionDispatchInfo", + "Namespace": "System.Runtime.ExceptionServices" + }, + { + "Name": "IObjectHandle", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "WellKnownObjectMode", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "IRemotingTypeInfo", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "IChannelInfo", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "IEnvoyInfo", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "ObjRef", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "RemotingConfiguration", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "TypeEntry", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "ActivatedClientTypeEntry", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "ActivatedServiceTypeEntry", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "WellKnownClientTypeEntry", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "WellKnownServiceTypeEntry", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "CustomErrorsModes", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "RemotingException", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "ServerException", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "RemotingTimeoutException", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "RemotingServices", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "InternalRemotingServices", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "SoapServices", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "ObjectHandle", + "Namespace": "System.Runtime.Remoting" + }, + { + "Name": "SoapOption", + "Namespace": "System.Runtime.Remoting.Metadata" + }, + { + "Name": "XmlFieldOrderOption", + "Namespace": "System.Runtime.Remoting.Metadata" + }, + { + "Name": "SoapTypeAttribute", + "Namespace": "System.Runtime.Remoting.Metadata" + }, + { + "Name": "SoapMethodAttribute", + "Namespace": "System.Runtime.Remoting.Metadata" + }, + { + "Name": "SoapFieldAttribute", + "Namespace": "System.Runtime.Remoting.Metadata" + }, + { + "Name": "SoapParameterAttribute", + "Namespace": "System.Runtime.Remoting.Metadata" + }, + { + "Name": "SoapAttribute", + "Namespace": "System.Runtime.Remoting.Metadata" + }, + { + "Name": "ISoapXsd", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapDateTime", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapDuration", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapTime", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapDate", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapYearMonth", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapYear", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapMonthDay", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapDay", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapMonth", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapHexBinary", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapBase64Binary", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapInteger", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapPositiveInteger", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapNonPositiveInteger", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapNonNegativeInteger", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapNegativeInteger", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapAnyUri", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapQName", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapNotation", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapNormalizedString", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapToken", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapLanguage", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapName", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapIdrefs", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapEntities", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapNmtoken", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapNmtokens", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapNcName", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapId", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapIdref", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "SoapEntity", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + }, + { + "Name": "ProxyAttribute", + "Namespace": "System.Runtime.Remoting.Proxies" + }, + { + "Name": "RealProxy", + "Namespace": "System.Runtime.Remoting.Proxies" + }, + { + "Name": "EnterpriseServicesHelper", + "Namespace": "System.Runtime.Remoting.Services" + }, + { + "Name": "ITrackingHandler", + "Namespace": "System.Runtime.Remoting.Services" + }, + { + "Name": "TrackingServices", + "Namespace": "System.Runtime.Remoting.Services" + }, + { + "Name": "CrossContextDelegate", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "Context", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "ContextProperty", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "IContextAttribute", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "IContextProperty", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "IContextPropertyActivator", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "ContextAttribute", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "IContributeClientContextSink", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "IContributeDynamicSink", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "IContributeEnvoySink", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "IContributeObjectSink", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "IContributeServerContextSink", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "IDynamicProperty", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "IDynamicMessageSink", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "SynchronizationAttribute", + "Namespace": "System.Runtime.Remoting.Contexts" + }, + { + "Name": "ClientSponsor", + "Namespace": "System.Runtime.Remoting.Lifetime" + }, + { + "Name": "ILease", + "Namespace": "System.Runtime.Remoting.Lifetime" + }, + { + "Name": "ISponsor", + "Namespace": "System.Runtime.Remoting.Lifetime" + }, + { + "Name": "LeaseState", + "Namespace": "System.Runtime.Remoting.Lifetime" + }, + { + "Name": "LifetimeServices", + "Namespace": "System.Runtime.Remoting.Lifetime" + }, + { + "Name": "ChannelServices", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IClientChannelSinkStack", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IClientResponseChannelSinkStack", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "ClientChannelSinkStack", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IServerChannelSinkStack", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IServerResponseChannelSinkStack", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "ServerChannelSinkStack", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IChannel", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IChannelSender", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IChannelReceiver", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IChannelReceiverHook", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IClientChannelSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IServerChannelSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IClientFormatterSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IServerFormatterSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IClientChannelSink", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "ServerProcessing", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IServerChannelSink", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IChannelSinkBase", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IClientFormatterSink", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "IChannelDataStore", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "ChannelDataStore", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "ITransportHeaders", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "TransportHeaders", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "SinkProviderData", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "BaseChannelSinkWithProperties", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "BaseChannelWithProperties", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "BaseChannelObjectWithProperties", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "ISecurableChannel", + "Namespace": "System.Runtime.Remoting.Channels" + }, + { + "Name": "AsyncResult", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "IMessage", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "IMessageCtrl", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "IMessageSink", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "IMethodMessage", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "IMethodCallMessage", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "IMethodReturnMessage", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "IRemotingFormatter", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "ReturnMessage", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "MethodCall", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "ConstructionCall", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "MethodResponse", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "ConstructionResponse", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "InternalMessageWrapper", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "MethodCallMessageWrapper", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "MethodReturnMessageWrapper", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "OneWayAttribute", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "MessageSurrogateFilter", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "RemotingSurrogateSelector", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "Header", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "HeaderHandler", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "CallContext", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "ILogicalThreadAffinative", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "LogicalCallContext", + "Namespace": "System.Runtime.Remoting.Messaging" + }, + { + "Name": "IActivator", + "Namespace": "System.Runtime.Remoting.Activation" + }, + { + "Name": "ActivatorLevel", + "Namespace": "System.Runtime.Remoting.Activation" + }, + { + "Name": "IConstructionCallMessage", + "Namespace": "System.Runtime.Remoting.Activation" + }, + { + "Name": "IConstructionReturnMessage", + "Namespace": "System.Runtime.Remoting.Activation" + }, + { + "Name": "UrlAttribute", + "Namespace": "System.Runtime.Remoting.Activation" + }, + { + "Name": "StringFreezingAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ContractHelper", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AccessedThroughPropertyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvCdecl", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvStdcall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvThiscall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallConvFastcall", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeHelpers", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeFeature", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerGeneratedAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CustomConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DateTimeConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DiscardableAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DecimalConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DisablePrivateReflectionAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilationRelaxations", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilationRelaxationsAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerGlobalScopeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ExtensionAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FixedBufferAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IndexerNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "InternalsVisibleToAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsVolatile", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsByRefLikeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodImplOptions", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodCodeType", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "MethodImplAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FixedAddressValueTypeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "UnsafeValueTypeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RequiredAttributeAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "LoadHint", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DefaultDependencyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "DependencyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CompilerMarshalOverride", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "HasCopySemanticsAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsBoxed", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsByValue", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsConst", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsExplicitlyDereferenced", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsImplicitlyDereferenced", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsJitIntrinsic", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsLong", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsPinned", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsSignUnspecifiedByte", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsUdtReturn", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ScopelessEnumAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "SpecialNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsReadOnlyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IsCopyConstructed", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "SuppressIldasmAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "NativeCppClassAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TypeForwardedToAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TypeForwardedFromAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ReferenceAssemblyAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeCompatibilityAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "RuntimeWrappedException", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConditionalWeakTable`2", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerFilePathAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerLineNumberAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "CallerMemberNameAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "StateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IteratorStateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ITuple", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncStateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncVoidMethodBuilder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncTaskMethodBuilder", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "AsyncTaskMethodBuilder`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IAsyncStateMachine", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "INotifyCompletion", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ICriticalNotifyCompletion", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TaskAwaiter", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TaskAwaiter`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredTaskAwaitable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "ConfiguredTaskAwaitable`1", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "YieldAwaitable", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "FormattableStringFactory", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IDispatchConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "IUnknownConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "TupleElementNamesAttribute", + "Namespace": "System.Runtime.CompilerServices" + }, + { + "Name": "_Activator", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_Attribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_Thread", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_Type", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_Assembly", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_MemberInfo", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_MethodBase", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_MethodInfo", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_ConstructorInfo", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_FieldInfo", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_PropertyInfo", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_EventInfo", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_ParameterInfo", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_Module", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_AssemblyName", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ArrayWithOffset", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnmanagedFunctionPointerAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeIdentifierAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "AllowReversePInvokeCallsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DispIdAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComInterfaceType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InterfaceTypeAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComDefaultInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ClassInterfaceType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ClassInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComVisibleAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibImportClassAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "LCIDConversionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComRegisterFunctionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComUnregisterFunctionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ProgIdAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ImportedFromTypeLibAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IDispatchImplType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IDispatchImplAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComSourceInterfacesAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComConversionLossAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibTypeFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibFuncFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVarFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibTypeAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibFuncAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVarAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "VarEnum", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnmanagedType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "MarshalAsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComImportAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GuidAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "PreserveSigAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OutAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OptionalAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DllImportSearchPath", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultDllImportSearchPathsAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DllImportAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "StructLayoutAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "FieldOffsetAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComAliasNameAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "AutomationProxyAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "PrimaryInteropAssemblyAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CoClassAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComEventInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibVersionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComCompatibleVersionAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BestFitMappingAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultCharSetAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SetWin32ContextInIDispatchAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ManagedToNativeComInteropStubAttribute", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CallingConvention", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CharSet", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "COMException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CriticalHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ExternalException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GCHandleType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "GCHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "HandleRef", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomMarshaler", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_Exception", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InvalidOleVariantTypeException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "LayoutKind", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CustomQueryInterfaceMode", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "Marshal", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "MarshalDirectiveException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RuntimeEnvironment", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SEHException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeBuffer", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeHandle", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BStrWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CurrencyWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DispatchWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ErrorWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UnknownWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "VariantWrapper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComMemberType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ExtensibleClassFactory", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomAdapter", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomFactory", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CustomQueryInterfaceResult", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ICustomQueryInterface", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "InvalidComObjectException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "AssemblyRegistrationFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IRegistrationServices", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibImporterFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibExporterFlags", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ImporterEventKind", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ExporterEventKind", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ITypeLibImporterNotifySink", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ITypeLibExporterNotifySink", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ITypeLibConverter", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ITypeLibExporterNameProvider", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ObjectCreationDelegate", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RegistrationClassContext", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RegistrationConnectionType", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RegistrationServices", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeArrayRankMismatchException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SafeArrayTypeMismatchException", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TypeLibConverter", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BIND_OPTS", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMIBindCtx", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMIConnectionPointContainer", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMIConnectionPoint", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMIEnumMoniker", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CONNECTDATA", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMIEnumConnections", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMIEnumConnectionPoints", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMIEnumString", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMIEnumVARIANT", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "FILETIME", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMIMoniker", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMIPersistFile", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMIRunningObjectTable", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "STATSTG", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMIStream", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DESCKIND", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BINDPTR", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMITypeComp", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TYPEKIND", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TYPEFLAGS", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IMPLTYPEFLAGS", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TYPEATTR", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "FUNCDESC", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IDLFLAG", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "IDLDESC", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "PARAMFLAG", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "PARAMDESC", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TYPEDESC", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ELEMDESC", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "VARDESC", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DISPPARAMS", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "EXCEPINFO", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "FUNCKIND", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "INVOKEKIND", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "CALLCONV", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "FUNCFLAGS", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "VARFLAGS", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMITypeInfo", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "SYSKIND", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "LIBFLAGS", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "TYPELIBATTR", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "UCOMITypeLib", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "Architecture", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "OSPlatform", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "RuntimeInformation", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "ComEventsHelper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_AssemblyBuilder", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_ConstructorBuilder", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_CustomAttributeBuilder", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_EnumBuilder", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_EventBuilder", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_FieldBuilder", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_ILGenerator", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_LocalBuilder", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_MethodBuilder", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_MethodRental", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_ModuleBuilder", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_ParameterBuilder", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_PropertyBuilder", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_SignatureHelper", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "_TypeBuilder", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "DefaultInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "InterfaceImplementedInVersionAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "ReadOnlyArrayAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WriteOnlyArrayAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "ReturnValueNameAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "EventRegistrationToken", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "EventRegistrationTokenTable`1", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "IActivationFactory", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WindowsRuntimeMarshal", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "WindowsRuntimeMetadata", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "NamespaceResolveEventArgs", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "DesignerNamespaceResolveEventArgs", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + }, + { + "Name": "IExpando", + "Namespace": "System.Runtime.InteropServices.Expando" + }, + { + "Name": "BIND_OPTS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IBindCtx", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IConnectionPointContainer", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IConnectionPoint", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumMoniker", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CONNECTDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumConnections", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumConnectionPoints", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumString", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IEnumVARIANT", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FILETIME", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IMoniker", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IPersistFile", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IRunningObjectTable", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "STATSTG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IStream", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DESCKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "BINDPTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeComp", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IMPLTYPEFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEATTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDLFLAG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "IDLDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "PARAMFLAG", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "PARAMDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPEDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ELEMDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "DISPPARAMS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "EXCEPINFO", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "INVOKEKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "CALLCONV", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "FUNCFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "VARFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeInfo", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "SYSKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "LIBFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "TYPELIBATTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeLib", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeLib2", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ITypeInfo2", + "Namespace": "System.Runtime.InteropServices.ComTypes" + }, + { + "Name": "ApplicationActivator", + "Namespace": "System.Runtime.Hosting" + }, + { + "Name": "ActivationArguments", + "Namespace": "System.Runtime.Hosting" + }, + { + "Name": "StringBuilder", + "Namespace": "System.Text" + }, + { + "Name": "ASCIIEncoding", + "Namespace": "System.Text" + }, + { + "Name": "Decoder", + "Namespace": "System.Text" + }, + { + "Name": "DecoderExceptionFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderExceptionFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallbackException", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "DecoderReplacementFallback", + "Namespace": "System.Text" + }, + { + "Name": "DecoderReplacementFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "Encoder", + "Namespace": "System.Text" + }, + { + "Name": "EncoderExceptionFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderExceptionFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallbackException", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "EncoderReplacementFallback", + "Namespace": "System.Text" + }, + { + "Name": "EncoderReplacementFallbackBuffer", + "Namespace": "System.Text" + }, + { + "Name": "Encoding", + "Namespace": "System.Text" + }, + { + "Name": "EncodingInfo", + "Namespace": "System.Text" + }, + { + "Name": "EncodingProvider", + "Namespace": "System.Text" + }, + { + "Name": "NormalizationForm", + "Namespace": "System.Text" + }, + { + "Name": "UnicodeEncoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF7Encoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF8Encoding", + "Namespace": "System.Text" + }, + { + "Name": "UTF32Encoding", + "Namespace": "System.Text" + }, + { + "Name": "RoleUpdateCallBack", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleUpdateCompletedCallBack", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleShutdownCallBack", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleStatusCallBack", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropRoleManager", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropLocalResource", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropEndpoint", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropEndpointSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropVipEndpoint", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropVipEndpointSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropVipCollection", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropVipCollectionSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropEndpointPortRangeSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropRoleUpdates", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropEventStream", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "HResult", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropHostingEnvironmentSetting", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropHostingEnvironmentSettingSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleState", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleStatus", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropUpdateKind", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleUpdateCallBack", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleUpdateCompletedCallBack", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleShutdownCallBack", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleStatusCallBack", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropRoleManager", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropLocalResource", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropEndpoint", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropEndpointSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropVipEndpoint", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropVipEndpointSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropVipCollection", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropVipCollectionSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropEndpointPortRangeSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropRoleUpdates", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropEventStream", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "HResult", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropHostingEnvironmentSetting", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropHostingEnvironmentSettingSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleState", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleStatus", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropUpdateKind", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleUpdateCallBack", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleUpdateCompletedCallBack", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleShutdownCallBack", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleStatusCallBack", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropRoleManager", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropLocalResource", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropEndpoint", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropEndpointSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropVipEndpoint", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropVipEndpointSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropVipCollection", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropVipCollectionSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropEndpointPortRangeSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropRoleUpdates", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropEventStream", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "HResult", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropHostingEnvironmentSetting", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropHostingEnvironmentSettingSet", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleState", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "RoleStatus", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "InteropUpdateKind", + "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + }, + { + "Name": "AlgorithmInfo", + "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" + }, + { + "Name": "CryptHelper", + "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" + }, + { + "Name": "TextFormattingMode", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PackWebRequestFactory", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackWebRequest", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackWebResponse", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "PackageStore", + "Namespace": "System.IO.Packaging" + }, + { + "Name": "AutoResizedEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "AutoResizedEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "Clipboard", + "Namespace": "System.Windows" + }, + { + "Name": "ContentElement", + "Namespace": "System.Windows" + }, + { + "Name": "CoreCompatibilityPreferences", + "Namespace": "System.Windows" + }, + { + "Name": "ContentOperations", + "Namespace": "System.Windows" + }, + { + "Name": "CultureInfoIetfLanguageTagConverter", + "Namespace": "System.Windows" + }, + { + "Name": "DataFormats", + "Namespace": "System.Windows" + }, + { + "Name": "DataFormat", + "Namespace": "System.Windows" + }, + { + "Name": "DataObject", + "Namespace": "System.Windows" + }, + { + "Name": "DataObjectEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "DataObjectCopyingEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "DataObjectCopyingEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "DataObjectPastingEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "DataObjectPastingEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "DataObjectSettingDataEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "DataObjectSettingDataEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "HwndDpiChangedEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "DpiChangedEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "HwndDpiChangedEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "DpiChangedEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "DragAction", + "Namespace": "System.Windows" + }, + { + "Name": "DragDrop", + "Namespace": "System.Windows" + }, + { + "Name": "DragDropEffects", + "Namespace": "System.Windows" + }, + { + "Name": "DragEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "DragEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "Duration", + "Namespace": "System.Windows" + }, + { + "Name": "DurationConverter", + "Namespace": "System.Windows" + }, + { + "Name": "EventManager", + "Namespace": "System.Windows" + }, + { + "Name": "EventPrivateKey", + "Namespace": "System.Windows" + }, + { + "Name": "EventRoute", + "Namespace": "System.Windows" + }, + { + "Name": "FontStyle", + "Namespace": "System.Windows" + }, + { + "Name": "FontStyleConverter", + "Namespace": "System.Windows" + }, + { + "Name": "FontStyles", + "Namespace": "System.Windows" + }, + { + "Name": "FontStretch", + "Namespace": "System.Windows" + }, + { + "Name": "FontStretchConverter", + "Namespace": "System.Windows" + }, + { + "Name": "FontStretches", + "Namespace": "System.Windows" + }, + { + "Name": "FontWeight", + "Namespace": "System.Windows" + }, + { + "Name": "FontWeightConverter", + "Namespace": "System.Windows" + }, + { + "Name": "FontWeights", + "Namespace": "System.Windows" + }, + { + "Name": "FreezableCollection`1", + "Namespace": "System.Windows" + }, + { + "Name": "UIElement", + "Namespace": "System.Windows" + }, + { + "Name": "UIElement3D", + "Namespace": "System.Windows" + }, + { + "Name": "GiveFeedbackEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "GiveFeedbackEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "IContentHost", + "Namespace": "System.Windows" + }, + { + "Name": "IDataObject", + "Namespace": "System.Windows" + }, + { + "Name": "IInputElement", + "Namespace": "System.Windows" + }, + { + "Name": "DragDropKeyStates", + "Namespace": "System.Windows" + }, + { + "Name": "LocalizabilityAttribute", + "Namespace": "System.Windows" + }, + { + "Name": "LocalizationCategory", + "Namespace": "System.Windows" + }, + { + "Name": "Modifiability", + "Namespace": "System.Windows" + }, + { + "Name": "PresentationSource", + "Namespace": "System.Windows" + }, + { + "Name": "QueryContinueDragEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "QueryContinueDragEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "Readability", + "Namespace": "System.Windows" + }, + { + "Name": "RoutedEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "RoutedEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "RoutedEventHandlerInfo", + "Namespace": "System.Windows" + }, + { + "Name": "RoutedEvent", + "Namespace": "System.Windows" + }, + { + "Name": "RoutingStrategy", + "Namespace": "System.Windows" + }, + { + "Name": "SizeChangedInfo", + "Namespace": "System.Windows" + }, + { + "Name": "SizeToContent", + "Namespace": "System.Windows" + }, + { + "Name": "SourceChangedEventArgs", + "Namespace": "System.Windows" + }, + { + "Name": "SourceChangedEventHandler", + "Namespace": "System.Windows" + }, + { + "Name": "BaselineAlignment", + "Namespace": "System.Windows" + }, + { + "Name": "TextAlignment", + "Namespace": "System.Windows" + }, + { + "Name": "FlowDirection", + "Namespace": "System.Windows" + }, + { + "Name": "LineBreakCondition", + "Namespace": "System.Windows" + }, + { + "Name": "TextMarkerStyle", + "Namespace": "System.Windows" + }, + { + "Name": "TextWrapping", + "Namespace": "System.Windows" + }, + { + "Name": "TextTrimming", + "Namespace": "System.Windows" + }, + { + "Name": "FontVariants", + "Namespace": "System.Windows" + }, + { + "Name": "FontCapitals", + "Namespace": "System.Windows" + }, + { + "Name": "FontFraction", + "Namespace": "System.Windows" + }, + { + "Name": "FontNumeralStyle", + "Namespace": "System.Windows" + }, + { + "Name": "FontNumeralAlignment", + "Namespace": "System.Windows" + }, + { + "Name": "FontEastAsianWidths", + "Namespace": "System.Windows" + }, + { + "Name": "FontEastAsianLanguage", + "Namespace": "System.Windows" + }, + { + "Name": "TextDataFormat", + "Namespace": "System.Windows" + }, + { + "Name": "TextDecorations", + "Namespace": "System.Windows" + }, + { + "Name": "TextDecoration", + "Namespace": "System.Windows" + }, + { + "Name": "TextDecorationCollection", + "Namespace": "System.Windows" + }, + { + "Name": "TextDecorationCollectionConverter", + "Namespace": "System.Windows" + }, + { + "Name": "Visibility", + "Namespace": "System.Windows" + }, + { + "Name": "DpiScale", + "Namespace": "System.Windows" + }, + { + "Name": "UIPropertyMetadata", + "Namespace": "System.Windows" + }, + { + "Name": "TextDecorationLocation", + "Namespace": "System.Windows" + }, + { + "Name": "TextDecorationUnit", + "Namespace": "System.Windows" + }, + { + "Name": "StrokeCollectionConverter", + "Namespace": "System.Windows" + }, + { + "Name": "KeySplineConverter", + "Namespace": "System.Windows" + }, + { + "Name": "KeyTimeConverter", + "Namespace": "System.Windows" + }, + { + "Name": "AssemblyAssociatedContentFileAttribute", + "Namespace": "System.Windows.Resources" + }, + { + "Name": "IAddChild", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XmlLanguage", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "XmlLanguageConverter", + "Namespace": "System.Windows.Markup" + }, + { + "Name": "BaseUriHelper", + "Namespace": "System.Windows.Navigation" + }, + { + "Name": "CanExecuteChangedEventManager", + "Namespace": "System.Windows.Input" + }, + { + "Name": "CanExecuteRoutedEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "CanExecuteRoutedEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "CommandBinding", + "Namespace": "System.Windows.Input" + }, + { + "Name": "CommandBindingCollection", + "Namespace": "System.Windows.Input" + }, + { + "Name": "CommandManager", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ExecutedRoutedEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ExecutedRoutedEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ICommandSource", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputBinding", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputBindingCollection", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputGesture", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputGestureCollection", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyBinding", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyGesture", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyGestureConverter", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyGestureValueSerializer", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseAction", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseActionConverter", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseActionValueSerializer", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseBinding", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseGesture", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseGestureConverter", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseGestureValueSerializer", + "Namespace": "System.Windows.Input" + }, + { + "Name": "RoutedCommand", + "Namespace": "System.Windows.Input" + }, + { + "Name": "RoutedUICommand", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ApplicationCommands", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ComponentCommands", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MediaCommands", + "Namespace": "System.Windows.Input" + }, + { + "Name": "NavigationCommands", + "Namespace": "System.Windows.Input" + }, + { + "Name": "AccessKeyManager", + "Namespace": "System.Windows.Input" + }, + { + "Name": "AccessKeyPressedEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "AccessKeyPressedEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "AccessKeyEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "CaptureMode", + "Namespace": "System.Windows.Input" + }, + { + "Name": "Cursor", + "Namespace": "System.Windows.Input" + }, + { + "Name": "Cursors", + "Namespace": "System.Windows.Input" + }, + { + "Name": "CursorType", + "Namespace": "System.Windows.Input" + }, + { + "Name": "CursorConverter", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyboardFocusChangedEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyboardFocusChangedEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "FocusManager", + "Namespace": "System.Windows.Input" + }, + { + "Name": "IInputLanguageSource", + "Namespace": "System.Windows.Input" + }, + { + "Name": "IManipulator", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InertiaExpansionBehavior", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InertiaRotationBehavior", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InertiaTranslationBehavior", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputDevice", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputLanguageEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputLanguageChangedEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputLanguageChangingEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputLanguageManager", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputLanguageEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputManager", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputMethodState", + "Namespace": "System.Windows.Input" + }, + { + "Name": "SpeechMode", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ImeConversionModeValues", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ImeSentenceModeValues", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputMethod", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputMethodStateChangedEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputMethodStateChangedEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputMode", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputScope", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputScopeName", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputScopePhrase", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputScopeConverter", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputScopeNameValue", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputScopeNameConverter", + "Namespace": "System.Windows.Input" + }, + { + "Name": "InputType", + "Namespace": "System.Windows.Input" + }, + { + "Name": "Keyboard", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyboardDevice", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyboardEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyboardEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyboardInputProviderAcquireFocusEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyboardInputProviderAcquireFocusEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "KeyStates", + "Namespace": "System.Windows.Input" + }, + { + "Name": "Manipulation", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ManipulationBoundaryFeedbackEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ManipulationCompletedEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ManipulationDelta", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ManipulationDeltaEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ManipulationInertiaStartingEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ManipulationModes", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ManipulationPivot", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ManipulationStartedEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ManipulationStartingEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ManipulationVelocities", + "Namespace": "System.Windows.Input" + }, + { + "Name": "Mouse", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseButton", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseButtonEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseButtonEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseButtonState", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseDevice", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseWheelEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "MouseWheelEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "NotifyInputEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "NotifyInputEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "PreProcessInputEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "PreProcessInputEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ProcessInputEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "ProcessInputEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "QueryCursorEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "QueryCursorEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "RestoreFocusMode", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StagingAreaInputItem", + "Namespace": "System.Windows.Input" + }, + { + "Name": "Touch", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TouchAction", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TouchDevice", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TouchEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TouchFrameEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TouchFrameEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TouchPoint", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TouchPointCollection", + "Namespace": "System.Windows.Input" + }, + { + "Name": "Stylus", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusButton", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusButtonCollection", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusButtonEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusButtonEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusButtonState", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusDevice", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusDeviceCollection", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusDownEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusDownEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusPoint", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusPointCollection", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusPointDescription", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusPointProperties", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusPointProperty", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusPointPropertyInfo", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusPointPropertyUnit", + "Namespace": "System.Windows.Input" + }, + { + "Name": "SystemGesture", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusSystemGestureEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "StylusSystemGestureEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "Tablet", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TabletDevice", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TabletDeviceCollection", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TabletDeviceType", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TabletHardwareCapabilities", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TextCompositionAutoComplete", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TextComposition", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TextCompositionEventArgs", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TextCompositionEventHandler", + "Namespace": "System.Windows.Input" + }, + { + "Name": "TextCompositionManager", + "Namespace": "System.Windows.Input" + }, + { + "Name": "WispTabletDeviceCollection", + "Namespace": "System.Windows.Input.StylusWisp" + }, + { + "Name": "DynamicRenderer", + "Namespace": "System.Windows.Input.StylusPlugIns" + }, + { + "Name": "RawStylusInput", + "Namespace": "System.Windows.Input.StylusPlugIns" + }, + { + "Name": "StylusPlugIn", + "Namespace": "System.Windows.Input.StylusPlugIns" + }, + { + "Name": "StylusPlugInCollection", + "Namespace": "System.Windows.Input.StylusPlugIns" + }, + { + "Name": "ContentPosition", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "DocumentPage", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "DocumentPaginator", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "DynamicDocumentPaginator", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "GetPageCompletedEventHandler", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "GetPageCompletedEventArgs", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "GetPageNumberCompletedEventHandler", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "GetPageNumberCompletedEventArgs", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "IDocumentPaginatorSource", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "PagesChangedEventHandler", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "PagesChangedEventArgs", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "PaginationProgressEventHandler", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "PaginationProgressEventArgs", + "Namespace": "System.Windows.Documents" + }, + { + "Name": "AutomationProperties", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "IsOffscreenBehavior", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "AutomationLiveSetting", + "Namespace": "System.Windows.Automation" + }, + { + "Name": "PatternInterface", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "AutomationOrientation", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "AutomationControlType", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "AutomationEvents", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "HostedWindowWrapper", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "AutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "ContentElementAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "GenericRootAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "UIElement3DAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "UIElementAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" + }, + { + "Name": "VisualDiagnostics", + "Namespace": "System.Windows.Diagnostics" + }, + { + "Name": "VisualTreeChangeType", + "Namespace": "System.Windows.Diagnostics" + }, + { + "Name": "VisualTreeChangeEventArgs", + "Namespace": "System.Windows.Diagnostics" + }, + { + "Name": "XamlSourceInfo", + "Namespace": "System.Windows.Diagnostics" + }, + { + "Name": "CursorInteropHelper", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "D3DResourceType", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "D3DImage", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "HwndSourceParameters", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "RenderMode", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "HwndTarget", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "HwndSource", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "HwndSourceHook", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "IWin32Window", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "InteropBitmap", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "Imaging", + "Namespace": "System.Windows.Interop" + }, + { + "Name": "DrawingAttributeIds", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "StylusShape", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "EllipseStylusShape", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "RectangleStylusShape", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "ApplicationGesture", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "StrokeCollectionChangedEventHandler", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "StrokeCollectionChangedEventArgs", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "PropertyDataChangedEventHandler", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "PropertyDataChangedEventArgs", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "DrawingAttributesReplacedEventHandler", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "DrawingAttributesReplacedEventArgs", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "StylusPointsReplacedEventHandler", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "StylusPointsReplacedEventArgs", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "StylusTip", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "DrawingAttributes", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "GestureRecognitionResult", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "GestureRecognizer", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "IncrementalHitTester", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "IncrementalLassoHitTester", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "IncrementalStrokeHitTester", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "LassoSelectionChangedEventHandler", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "StrokeHitEventHandler", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "LassoSelectionChangedEventArgs", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "StrokeHitEventArgs", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "RecognitionConfidence", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "Stroke", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "StrokeCollection", + "Namespace": "System.Windows.Ink" + }, + { + "Name": "ArcSegment", + "Namespace": "System.Windows.Media" + }, + { + "Name": "BezierSegment", + "Namespace": "System.Windows.Media" + }, + { + "Name": "BitmapCache", + "Namespace": "System.Windows.Media" + }, + { + "Name": "BitmapCacheBrush", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Brush", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Brushes", + "Namespace": "System.Windows.Media" + }, + { + "Name": "CacheMode", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Color", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ColorContext", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ColorConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "CombinedGeometry", + "Namespace": "System.Windows.Media" + }, + { + "Name": "CompositionTarget", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ContainerVisual", + "Namespace": "System.Windows.Media" + }, + { + "Name": "LanguageSpecificStringDictionary", + "Namespace": "System.Windows.Media" + }, + { + "Name": "DashStyle", + "Namespace": "System.Windows.Media" + }, + { + "Name": "DashStyles", + "Namespace": "System.Windows.Media" + }, + { + "Name": "CharacterMetrics", + "Namespace": "System.Windows.Media" + }, + { + "Name": "CharacterMetricsDictionary", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Drawing", + "Namespace": "System.Windows.Media" + }, + { + "Name": "DrawingBrush", + "Namespace": "System.Windows.Media" + }, + { + "Name": "DrawingCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "DrawingContext", + "Namespace": "System.Windows.Media" + }, + { + "Name": "DrawingGroup", + "Namespace": "System.Windows.Media" + }, + { + "Name": "DrawingImage", + "Namespace": "System.Windows.Media" + }, + { + "Name": "DrawingVisual", + "Namespace": "System.Windows.Media" + }, + { + "Name": "EllipseGeometry", + "Namespace": "System.Windows.Media" + }, + { + "Name": "FontFamilyMap", + "Namespace": "System.Windows.Media" + }, + { + "Name": "FontFamilyMapCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "FamilyTypeface", + "Namespace": "System.Windows.Media" + }, + { + "Name": "FamilyTypefaceCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "FontEmbeddingManager", + "Namespace": "System.Windows.Media" + }, + { + "Name": "FontEmbeddingRight", + "Namespace": "System.Windows.Media" + }, + { + "Name": "FontFamily", + "Namespace": "System.Windows.Media" + }, + { + "Name": "FontFamilyConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "FontFamilyValueSerializer", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Fonts", + "Namespace": "System.Windows.Media" + }, + { + "Name": "FormattedText", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GeneralTransform", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GeneralTransformGroup", + "Namespace": "System.Windows.Media" + }, + { + "Name": "AlignmentX", + "Namespace": "System.Windows.Media" + }, + { + "Name": "AlignmentY", + "Namespace": "System.Windows.Media" + }, + { + "Name": "BrushConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "BrushMappingMode", + "Namespace": "System.Windows.Media" + }, + { + "Name": "CacheModeConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "CachingHint", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ColorInterpolationMode", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GeometryCombineMode", + "Namespace": "System.Windows.Media" + }, + { + "Name": "DoubleCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "DoubleCollectionConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "EdgeMode", + "Namespace": "System.Windows.Media" + }, + { + "Name": "BitmapScalingMode", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ClearTypeHint", + "Namespace": "System.Windows.Media" + }, + { + "Name": "FillRule", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GeneralTransformCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Geometry", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GeometryCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GeometryConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GeometryDrawing", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GeometryGroup", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GlyphRunDrawing", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GradientBrush", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GradientSpreadMethod", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GradientStop", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GradientStopCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ImageBrush", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ImageDrawing", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ImageSource", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Int32Collection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Int32CollectionConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "LinearGradientBrush", + "Namespace": "System.Windows.Media" + }, + { + "Name": "LineGeometry", + "Namespace": "System.Windows.Media" + }, + { + "Name": "LineSegment", + "Namespace": "System.Windows.Media" + }, + { + "Name": "MatrixTransform", + "Namespace": "System.Windows.Media" + }, + { + "Name": "MediaTimeline", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PathFigure", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PathFigureCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PathFigureCollectionConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PathGeometry", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PathSegment", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PathSegmentCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Pen", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PenLineCap", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PenLineJoin", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PointCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PointCollectionConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PolyBezierSegment", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PolyLineSegment", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PolyQuadraticBezierSegment", + "Namespace": "System.Windows.Media" + }, + { + "Name": "QuadraticBezierSegment", + "Namespace": "System.Windows.Media" + }, + { + "Name": "RadialGradientBrush", + "Namespace": "System.Windows.Media" + }, + { + "Name": "RectangleGeometry", + "Namespace": "System.Windows.Media" + }, + { + "Name": "RotateTransform", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ScaleTransform", + "Namespace": "System.Windows.Media" + }, + { + "Name": "SkewTransform", + "Namespace": "System.Windows.Media" + }, + { + "Name": "SolidColorBrush", + "Namespace": "System.Windows.Media" + }, + { + "Name": "StreamGeometry", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Stretch", + "Namespace": "System.Windows.Media" + }, + { + "Name": "SweepDirection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "TextEffect", + "Namespace": "System.Windows.Media" + }, + { + "Name": "TextEffectCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "TileBrush", + "Namespace": "System.Windows.Media" + }, + { + "Name": "TileMode", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ToleranceType", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Transform", + "Namespace": "System.Windows.Media" + }, + { + "Name": "TransformCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "TransformConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "TransformGroup", + "Namespace": "System.Windows.Media" + }, + { + "Name": "TranslateTransform", + "Namespace": "System.Windows.Media" + }, + { + "Name": "VectorCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "VectorCollectionConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "VisualBrush", + "Namespace": "System.Windows.Media" + }, + { + "Name": "VideoDrawing", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GuidelineSet", + "Namespace": "System.Windows.Media" + }, + { + "Name": "TextRenderingMode", + "Namespace": "System.Windows.Media" + }, + { + "Name": "TextHintingMode", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GeometryHitTestParameters", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GeometryHitTestResult", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GlyphRun", + "Namespace": "System.Windows.Media" + }, + { + "Name": "GlyphTypeface", + "Namespace": "System.Windows.Media" + }, + { + "Name": "HitTestFilterBehavior", + "Namespace": "System.Windows.Media" + }, + { + "Name": "HitTestFilterCallback", + "Namespace": "System.Windows.Media" + }, + { + "Name": "HitTestResult", + "Namespace": "System.Windows.Media" + }, + { + "Name": "HitTestResultBehavior", + "Namespace": "System.Windows.Media" + }, + { + "Name": "HitTestResultCallback", + "Namespace": "System.Windows.Media" + }, + { + "Name": "HitTestParameters", + "Namespace": "System.Windows.Media" + }, + { + "Name": "HostVisual", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ImageMetadata", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ImageSourceConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ImageSourceValueSerializer", + "Namespace": "System.Windows.Media" + }, + { + "Name": "InvalidWmpVersionException", + "Namespace": "System.Windows.Media" + }, + { + "Name": "IntersectionDetail", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Colors", + "Namespace": "System.Windows.Media" + }, + { + "Name": "MediaClock", + "Namespace": "System.Windows.Media" + }, + { + "Name": "ExceptionEventArgs", + "Namespace": "System.Windows.Media" + }, + { + "Name": "MediaScriptCommandEventArgs", + "Namespace": "System.Windows.Media" + }, + { + "Name": "MediaPlayer", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PixelFormatChannelMask", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PixelFormat", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PixelFormatConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PixelFormats", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PointHitTestResult", + "Namespace": "System.Windows.Media" + }, + { + "Name": "PointHitTestParameters", + "Namespace": "System.Windows.Media" + }, + { + "Name": "RenderCapability", + "Namespace": "System.Windows.Media" + }, + { + "Name": "RenderingEventArgs", + "Namespace": "System.Windows.Media" + }, + { + "Name": "RenderOptions", + "Namespace": "System.Windows.Media" + }, + { + "Name": "RequestCachePolicyConverter", + "Namespace": "System.Windows.Media" + }, + { + "Name": "StreamGeometryContext", + "Namespace": "System.Windows.Media" + }, + { + "Name": "StyleSimulations", + "Namespace": "System.Windows.Media" + }, + { + "Name": "NumberSubstitution", + "Namespace": "System.Windows.Media" + }, + { + "Name": "NumberCultureSource", + "Namespace": "System.Windows.Media" + }, + { + "Name": "NumberSubstitutionMethod", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Typeface", + "Namespace": "System.Windows.Media" + }, + { + "Name": "Visual", + "Namespace": "System.Windows.Media" + }, + { + "Name": "VisualCollection", + "Namespace": "System.Windows.Media" + }, + { + "Name": "VisualTreeHelper", + "Namespace": "System.Windows.Media" + }, + { + "Name": "VisualTarget", + "Namespace": "System.Windows.Media" + }, + { + "Name": "AffineTransform3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "AmbientLight", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "AxisAngleRotation3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Camera", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "ContainerUIElement3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "DiffuseMaterial", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "DirectionalLight", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "EmissiveMaterial", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "GeneralTransform3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "GeneralTransform3DGroup", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "GeneralTransform3DTo2D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "GeneralTransform2DTo3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Geometry3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "GeometryModel3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "HitTestParameters3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Light", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Material", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "MaterialGroup", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Matrix3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "MatrixCamera", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "MatrixTransform3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Rotation3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "MeshGeometry3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Model3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Model3DGroup", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "ModelUIElement3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "ModelVisual3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Point3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Point3DCollection", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Vector3DCollection", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Point4D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "PointLight", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "PointLightBase", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "OrthographicCamera", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "PerspectiveCamera", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "ProjectionCamera", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Quaternion", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "QuaternionRotation3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "RayHitTestResult", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "RayHitTestParameters", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "RayMeshGeometry3DHitTestResult", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Rect3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "RotateTransform3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "ScaleTransform3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Size3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "SpecularMaterial", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "SpotLight", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Transform3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Transform3DGroup", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "TranslateTransform3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Vector3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Viewport2DVisual3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Viewport3DVisual", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Visual3D", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Visual3DCollection", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "GeneralTransform3DCollection", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "MaterialCollection", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Matrix3DConverter", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Model3DCollection", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Point3DConverter", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Point3DCollectionConverter", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Point4DConverter", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "QuaternionConverter", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Rect3DConverter", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Size3DConverter", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Transform3DCollection", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Vector3DConverter", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Vector3DCollectionConverter", + "Namespace": "System.Windows.Media.Media3D" + }, + { + "Name": "Matrix3DValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" + }, + { + "Name": "Point3DCollectionValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" + }, + { + "Name": "Point3DValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" + }, + { + "Name": "Point4DValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" + }, + { + "Name": "QuaternionValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" + }, + { + "Name": "Rect3DValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" + }, + { + "Name": "Size3DValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" + }, + { + "Name": "Vector3DCollectionValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" + }, + { + "Name": "Vector3DValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" + }, + { + "Name": "Animatable", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "AnimationClock", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "AnimationException", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "AnimationTimeline", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Clock", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ClockController", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ClockGroup", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ClockState", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DoubleAnimationUsingPath", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "TimeSeekOrigin", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "FillBehavior", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "BooleanAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "BooleanAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "BooleanKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ByteAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ByteAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ByteAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ByteKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "CharAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "CharAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "CharKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ColorAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ColorAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ColorAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ColorKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DecimalAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DecimalAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DecimalAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DecimalKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteBooleanKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteByteKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteCharKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteColorKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteDecimalKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteDoubleKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteInt16KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteInt32KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteInt64KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteMatrixKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteObjectKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscretePointKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscretePoint3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteQuaternionKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteRotation3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteRectKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteSingleKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteSizeKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteStringKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteVectorKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DiscreteVector3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DoubleAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DoubleAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DoubleAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DoubleKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingByteKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingColorKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingDecimalKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingDoubleKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingInt16KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingInt32KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingInt64KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingPointKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingPoint3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingQuaternionKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingRotation3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingRectKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingSingleKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingSizeKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingVectorKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingVector3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int16Animation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int16AnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int16AnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int16KeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int32Animation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int32AnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int32AnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int32KeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int64Animation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int64AnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int64AnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int64KeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "BooleanKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ByteKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "CharKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ColorKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DecimalKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "DoubleKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int16KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int32KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Int64KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "MatrixKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ObjectKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "PointKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Point3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "QuaternionKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Rotation3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "RectKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SingleKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SizeKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "StringKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "VectorKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Vector3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearByteKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearColorKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearDecimalKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearDoubleKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearInt16KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearInt32KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearInt64KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearPointKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearPoint3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearQuaternionKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearRotation3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearRectKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearSingleKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearSizeKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearVectorKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "LinearVector3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "MatrixAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "MatrixAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "MatrixKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ObjectAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ObjectAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ObjectKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ParallelTimeline", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Point3DAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Point3DAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Point3DAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Point3DKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "PointAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "PointAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "PointAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "PointKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "QuaternionAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "QuaternionAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "QuaternionAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "QuaternionKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "RectAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "RectAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "RectAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "RectKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Rotation3DAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Rotation3DAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Rotation3DAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Rotation3DKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SingleAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SingleAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SingleAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SingleKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SizeAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SizeAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SizeAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SizeKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineByteKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineColorKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineDecimalKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineDoubleKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineInt16KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineInt32KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineInt64KeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplinePointKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplinePoint3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineQuaternionKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineRotation3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineRectKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineSingleKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineSizeKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineVectorKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SplineVector3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "StringAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "StringAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "StringKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Timeline", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "TimelineCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "TimelineGroup", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Vector3DAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Vector3DAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Vector3DAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "Vector3DKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "VectorAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "VectorAnimationBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "VectorAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "VectorKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "HandoffBehavior", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "IAnimatable", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "IKeyFrame", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "IKeyFrameAnimation", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "KeySpline", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "KeyTime", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "KeyTimeType", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "MatrixAnimationUsingPath", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "PathAnimationSource", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "PointAnimationUsingPath", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "RepeatBehavior", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "RepeatBehaviorConverter", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SlipBehavior", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ClockCollection", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "SineEase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "BounceEase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "CircleEase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "BackEase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ElasticEase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "ExponentialEase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "PowerEase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "QuinticEase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "QuarticEase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "CubicEase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "QuadraticEase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingMode", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "EasingFunctionBase", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "IEasingFunction", + "Namespace": "System.Windows.Media.Animation" + }, + { + "Name": "CharacterBufferReference", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "CharacterHit", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "CharacterBufferRange", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "CultureSpecificCharacterBufferRange", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "IndexedGlyphRun", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "MinMaxParagraphWidth", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextBounds", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextRunBounds", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextCharacters", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextCollapsingProperties", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextCollapsedRange", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextCollapsingStyle", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextEmbeddedObject", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextEmbeddedObjectMetrics", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextEndOfLine", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextEndOfParagraph", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextEndOfSegment", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextFormatter", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextHidden", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextLine", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "InvertAxes", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextLineBreak", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextMarkerProperties", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextModifier", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextParagraphProperties", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextRun", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextRunCache", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextRunProperties", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextRunTypographyProperties", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextSimpleMarkerProperties", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextSource", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextSpan`1", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextTabProperties", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextTabAlignment", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextTrailingCharacterEllipsis", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "TextTrailingWordEllipsis", + "Namespace": "System.Windows.Media.TextFormatting" + }, + { + "Name": "BaseIListConverter", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "DoubleIListConverter", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "UShortIListConverter", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "BoolIListConverter", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "PointIListConverter", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "CharIListConverter", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "BrushValueSerializer", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "CacheModeValueSerializer", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "DoubleCollectionValueSerializer", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "GeometryValueSerializer", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "Int32CollectionValueSerializer", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "PathFigureCollectionValueSerializer", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "PointCollectionValueSerializer", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "TransformValueSerializer", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "VectorCollectionValueSerializer", + "Namespace": "System.Windows.Media.Converters" + }, + { + "Name": "Rotation", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BitmapCacheOption", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BitmapCodecInfo", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BitmapCreateOptions", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BmpBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BmpBitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BitmapFrame", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BitmapMetadata", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BitmapMetadataBlob", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BitmapPalette", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BitmapPalettes", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BitmapSizeOptions", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BitmapSource", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "BitmapImage", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "CachedBitmap", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "ColorConvertedBitmap", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "CroppedBitmap", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "DownloadProgressEventArgs", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "FormatConvertedBitmap", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "GifBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "GifBitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "IconBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "InPlaceBitmapMetadataWriter", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "LateBoundBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "JpegBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "JpegBitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "PngBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "PngInterlaceOption", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "PngBitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "RenderTargetBitmap", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "TiffBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "TiffCompressOption", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "TiffBitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "WmpBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "WmpBitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "TransformedBitmap", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "WriteableBitmap", + "Namespace": "System.Windows.Media.Imaging" + }, + { + "Name": "ShaderEffect", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "BlurEffect", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "DropShadowEffect", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "BitmapEffect", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "BitmapEffectGroup", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "BitmapEffectInput", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "BevelBitmapEffect", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "BlurBitmapEffect", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "DropShadowBitmapEffect", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "Effect", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "EmbossBitmapEffect", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "OuterGlowBitmapEffect", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "SamplingMode", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "PixelShader", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "BitmapEffectCollection", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "KernelType", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "EdgeProfile", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "ShaderRenderMode", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "RenderingBias", + "Namespace": "System.Windows.Media.Effects" + }, + { + "Name": "SqlContext", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlDataRecord", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlPipe", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlTriggerContext", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "IBinarySerialize", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "InvalidUdtException", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlFacetAttribute", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "DataAccessKind", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SystemDataAccessKind", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlFunctionAttribute", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlMetaData", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlMethodAttribute", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlProcedureAttribute", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlTriggerAttribute", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlUserDefinedAggregateAttribute", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "Format", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "SqlUserDefinedTypeAttribute", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "TriggerAction", + "Namespace": "Microsoft.SqlServer.Server" + }, + { + "Name": "XmlDataDocument", + "Namespace": "System.Xml" + }, + { + "Name": "AcceptRejectRule", + "Namespace": "System.Data" + }, + { + "Name": "InternalDataCollectionBase", + "Namespace": "System.Data" + }, + { + "Name": "TypedDataSetGenerator", + "Namespace": "System.Data" + }, + { + "Name": "StrongTypingException", + "Namespace": "System.Data" + }, + { + "Name": "TypedDataSetGeneratorException", + "Namespace": "System.Data" + }, + { + "Name": "CommandBehavior", + "Namespace": "System.Data" + }, + { + "Name": "CommandType", + "Namespace": "System.Data" + }, + { + "Name": "KeyRestrictionBehavior", + "Namespace": "System.Data" + }, + { + "Name": "ConflictOption", + "Namespace": "System.Data" + }, + { + "Name": "ConnectionState", + "Namespace": "System.Data" + }, + { + "Name": "Constraint", + "Namespace": "System.Data" + }, + { + "Name": "ConstraintCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataColumn", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataColumnCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataException", + "Namespace": "System.Data" + }, + { + "Name": "ConstraintException", + "Namespace": "System.Data" + }, + { + "Name": "DeletedRowInaccessibleException", + "Namespace": "System.Data" + }, + { + "Name": "DuplicateNameException", + "Namespace": "System.Data" + }, + { + "Name": "InRowChangingEventException", + "Namespace": "System.Data" + }, + { + "Name": "InvalidConstraintException", + "Namespace": "System.Data" + }, + { + "Name": "MissingPrimaryKeyException", + "Namespace": "System.Data" + }, + { + "Name": "NoNullAllowedException", + "Namespace": "System.Data" + }, + { + "Name": "ReadOnlyException", + "Namespace": "System.Data" + }, + { + "Name": "RowNotInTableException", + "Namespace": "System.Data" + }, + { + "Name": "VersionNotFoundException", + "Namespace": "System.Data" + }, + { + "Name": "DataRelation", + "Namespace": "System.Data" + }, + { + "Name": "DataRelationCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataRow", + "Namespace": "System.Data" + }, + { + "Name": "DataRowBuilder", + "Namespace": "System.Data" + }, + { + "Name": "DataRowAction", + "Namespace": "System.Data" + }, + { + "Name": "DataRowChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataRowChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataRowCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataRowState", + "Namespace": "System.Data" + }, + { + "Name": "DataRowVersion", + "Namespace": "System.Data" + }, + { + "Name": "DataRowView", + "Namespace": "System.Data" + }, + { + "Name": "SerializationFormat", + "Namespace": "System.Data" + }, + { + "Name": "DataSet", + "Namespace": "System.Data" + }, + { + "Name": "DataSetSchemaImporterExtension", + "Namespace": "System.Data" + }, + { + "Name": "DataSetDateTime", + "Namespace": "System.Data" + }, + { + "Name": "DataSysDescriptionAttribute", + "Namespace": "System.Data" + }, + { + "Name": "DataTable", + "Namespace": "System.Data" + }, + { + "Name": "DataTableClearEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataTableClearEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataTableCollection", + "Namespace": "System.Data" + }, + { + "Name": "DataTableNewRowEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "DataTableNewRowEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "DataTableReader", + "Namespace": "System.Data" + }, + { + "Name": "DataView", + "Namespace": "System.Data" + }, + { + "Name": "DataViewManager", + "Namespace": "System.Data" + }, + { + "Name": "DataViewRowState", + "Namespace": "System.Data" + }, + { + "Name": "DataViewSetting", + "Namespace": "System.Data" + }, + { + "Name": "DataViewSettingCollection", + "Namespace": "System.Data" + }, + { + "Name": "DBConcurrencyException", + "Namespace": "System.Data" + }, + { + "Name": "DbType", + "Namespace": "System.Data" + }, + { + "Name": "FillErrorEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "FillErrorEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "InvalidExpressionException", + "Namespace": "System.Data" + }, + { + "Name": "EvaluateException", + "Namespace": "System.Data" + }, + { + "Name": "SyntaxErrorException", + "Namespace": "System.Data" + }, + { + "Name": "ForeignKeyConstraint", + "Namespace": "System.Data" + }, + { + "Name": "IColumnMapping", + "Namespace": "System.Data" + }, + { + "Name": "IColumnMappingCollection", + "Namespace": "System.Data" + }, + { + "Name": "IDataAdapter", + "Namespace": "System.Data" + }, + { + "Name": "IDataParameter", + "Namespace": "System.Data" + }, + { + "Name": "IDataParameterCollection", + "Namespace": "System.Data" + }, + { + "Name": "IDataReader", + "Namespace": "System.Data" + }, + { + "Name": "IDataRecord", + "Namespace": "System.Data" + }, + { + "Name": "IDbCommand", + "Namespace": "System.Data" + }, + { + "Name": "IDbConnection", + "Namespace": "System.Data" + }, + { + "Name": "IDbDataAdapter", + "Namespace": "System.Data" + }, + { + "Name": "IDbDataParameter", + "Namespace": "System.Data" + }, + { + "Name": "IDbTransaction", + "Namespace": "System.Data" + }, + { + "Name": "IsolationLevel", + "Namespace": "System.Data" + }, + { + "Name": "ITableMapping", + "Namespace": "System.Data" + }, + { + "Name": "ITableMappingCollection", + "Namespace": "System.Data" + }, + { + "Name": "LoadOption", + "Namespace": "System.Data" + }, + { + "Name": "MappingType", + "Namespace": "System.Data" + }, + { + "Name": "MergeFailedEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "MergeFailedEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "MissingMappingAction", + "Namespace": "System.Data" + }, + { + "Name": "MissingSchemaAction", + "Namespace": "System.Data" + }, + { + "Name": "PropertyAttributes", + "Namespace": "System.Data" + }, + { + "Name": "OperationAbortedException", + "Namespace": "System.Data" + }, + { + "Name": "ParameterDirection", + "Namespace": "System.Data" + }, + { + "Name": "PropertyCollection", + "Namespace": "System.Data" + }, + { + "Name": "StatementCompletedEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "StatementCompletedEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "Rule", + "Namespace": "System.Data" + }, + { + "Name": "SchemaSerializationMode", + "Namespace": "System.Data" + }, + { + "Name": "SchemaType", + "Namespace": "System.Data" + }, + { + "Name": "SqlDbType", + "Namespace": "System.Data" + }, + { + "Name": "StateChangeEventArgs", + "Namespace": "System.Data" + }, + { + "Name": "StateChangeEventHandler", + "Namespace": "System.Data" + }, + { + "Name": "StatementType", + "Namespace": "System.Data" + }, + { + "Name": "UniqueConstraint", + "Namespace": "System.Data" + }, + { + "Name": "UpdateRowSource", + "Namespace": "System.Data" + }, + { + "Name": "UpdateStatus", + "Namespace": "System.Data" + }, + { + "Name": "XmlReadMode", + "Namespace": "System.Data" + }, + { + "Name": "XmlWriteMode", + "Namespace": "System.Data" + }, + { + "Name": "SqlDataSourceEnumerator", + "Namespace": "System.Data.Sql" + }, + { + "Name": "SqlNotificationRequest", + "Namespace": "System.Data.Sql" + }, + { + "Name": "INullable", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBinary", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBoolean", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlByte", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlBytes", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlChars", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDateTime", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDecimal", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlDouble", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlFileStream", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlGuid", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt16", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt32", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlInt64", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlMoney", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlSingle", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlCompareOptions", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlString", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlTypesSchemaImporterExtensionHelper", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeCharSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeNCharSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeVarCharSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeNVarCharSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeTextSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeNTextSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeVarBinarySchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeBinarySchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeVarImageSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeDecimalSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeNumericSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeBigIntSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeIntSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeSmallIntSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeTinyIntSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeBitSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeFloatSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeRealSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeDateTimeSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeSmallDateTimeSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeMoneySchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeSmallMoneySchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "TypeUniqueIdentifierSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "StorageState", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlTypeException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlNullValueException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlTruncateException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlNotFilledException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlAlreadyFilledException", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlXml", + "Namespace": "System.Data.SqlTypes" + }, + { + "Name": "SqlColumnEncryptionKeyStoreProvider", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlColumnEncryptionCertificateStoreProvider", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlColumnEncryptionCngProvider", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlColumnEncryptionCspProvider", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "ApplicationIntent", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlCredential", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "OnChangeEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowsCopiedEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowsCopiedEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopy", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyColumnMapping", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyColumnMappingCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlBulkCopyOptions", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientFactory", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientMetaDataCollectionNames", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientPermission", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlClientPermissionAttribute", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlCommand", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlCommandBuilder", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlConnection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SQLDebugging", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlConnectionStringBuilder", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataAdapter", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDataReader", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlDependency", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlError", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlErrorCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlException", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlInfoMessageEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlInfoMessageEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlNotificationEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlNotificationInfo", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlNotificationSource", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlNotificationType", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlParameter", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlParameterCollection", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatedEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatedEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatingEventArgs", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlRowUpdatingEventHandler", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlTransaction", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlConnectionColumnEncryptionSetting", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlCommandColumnEncryptionSetting", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SqlAuthenticationMethod", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "SortOrder", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "PoolBlockingPeriod", + "Namespace": "System.Data.SqlClient" + }, + { + "Name": "OleDbCommand", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbCommandBuilder", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbConnection", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbConnectionStringBuilder", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbDataAdapter", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbDataReader", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbEnumerator", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbError", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbErrorCollection", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbException", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbFactory", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbInfoMessageEventArgs", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbInfoMessageEventHandler", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbLiteral", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbMetaDataCollectionNames", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbMetaDataColumnNames", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbParameter", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbParameterCollection", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbPermission", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbPermissionAttribute", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbRowUpdatedEventArgs", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbRowUpdatedEventHandler", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbRowUpdatingEventArgs", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbRowUpdatingEventHandler", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbSchemaGuid", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbTransaction", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OleDbType", + "Namespace": "System.Data.OleDb" + }, + { + "Name": "OdbcCommand", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcCommandBuilder", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcConnection", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcConnectionStringBuilder", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcDataAdapter", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcDataReader", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcError", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcErrorCollection", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcException", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcFactory", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcInfoMessageEventHandler", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcInfoMessageEventArgs", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcMetaDataCollectionNames", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcMetaDataColumnNames", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcParameter", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcParameterCollection", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcPermission", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcPermissionAttribute", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcRowUpdatingEventHandler", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcRowUpdatedEventHandler", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcRowUpdatingEventArgs", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcRowUpdatedEventArgs", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcTransaction", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "OdbcType", + "Namespace": "System.Data.Odbc" + }, + { + "Name": "CatalogLocation", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataAdapter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataColumnMapping", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataColumnMappingCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataTableMapping", + "Namespace": "System.Data.Common" + }, + { + "Name": "DataTableMappingCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbCommand", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "IDbColumnSchemaGenerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataReaderExtensions", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbCommandBuilder", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbConnection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbConnectionStringBuilder", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataAdapter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DBDataPermission", + "Namespace": "System.Data.Common" + }, + { + "Name": "DBDataPermissionAttribute", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataReader", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataRecord", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbDataSourceEnumerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbEnumerator", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbException", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbParameter", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbParameterCollection", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderConfigurationHandler", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderFactories", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderFactoriesConfigurationHandler", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderFactory", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbProviderSpecificTypePropertyAttribute", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbTransaction", + "Namespace": "System.Data.Common" + }, + { + "Name": "GroupByBehavior", + "Namespace": "System.Data.Common" + }, + { + "Name": "IdentifierCase", + "Namespace": "System.Data.Common" + }, + { + "Name": "RowUpdatedEventArgs", + "Namespace": "System.Data.Common" + }, + { + "Name": "RowUpdatingEventArgs", + "Namespace": "System.Data.Common" + }, + { + "Name": "SchemaTableColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "SchemaTableOptionalColumn", + "Namespace": "System.Data.Common" + }, + { + "Name": "SupportedJoinOperators", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbMetaDataCollectionNames", + "Namespace": "System.Data.Common" + }, + { + "Name": "DbMetaDataColumnNames", + "Namespace": "System.Data.Common" + }, + { + "Name": "OracleBFile", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleBinary", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleBoolean", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleCommand", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleCommandBuilder", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleConnection", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleConnectionStringBuilder", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleDataAdapter", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleDataReader", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleDateTime", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleException", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleClientFactory", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleInfoMessageEventArgs", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleInfoMessageEventHandler", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleLob", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleLobOpenMode", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleMonthSpan", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleNumber", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleParameter", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleParameterCollection", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OraclePermission", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OraclePermissionAttribute", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleRowUpdatedEventArgs", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleRowUpdatedEventHandler", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleRowUpdatingEventArgs", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleRowUpdatingEventHandler", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleString", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleTimeSpan", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleTransaction", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "OracleType", + "Namespace": "System.Data.OracleClient" + }, + { + "Name": "TransactionVote", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "IPlaybackControl", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "BOID", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "XACTTRANSINFO", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ITransaction", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "PropertyLockMode", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "PropertyReleaseMode", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "SharedProperty", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "SharedPropertyGroup", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "SharedPropertyGroupManager", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "IRemoteDispatch", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "IServicedComponentInfo", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ServicedComponent", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ServicedComponentException", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ContextUtil", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "SecurityIdentity", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "SecurityCallers", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "SecurityCallContext", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "TransactionOption", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "TransactionIsolationLevel", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "SynchronizationOption", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ActivationOption", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "IProcessInitializer", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "IProcessInitControl", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "TransactionAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "JustInTimeActivationAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "SynchronizationAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "MustRunInClientContextAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ConstructionEnabledAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ObjectPoolingAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "COMTIIntrinsicsAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "IISIntrinsicsAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "EventTrackingEnabledAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ExceptionClassAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "LoadBalancingSupportedAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "EventClassAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "PrivateComponentAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "AutoCompleteAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ApplicationActivationAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ApplicationNameAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ApplicationIDAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ApplicationQueuingAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "InterfaceQueuingAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "DescriptionAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "InstallationFlags", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "RegistrationErrorInfo", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "RegistrationException", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "IRegistrationHelper", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "RegistrationConfig", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "RegistrationHelper", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "RegistrationHelperTx", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ComponentAccessControlAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "AccessChecksLevelOption", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "AuthenticationOption", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ImpersonationLevelOption", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ApplicationAccessControlAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "SecurityRoleAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "SecureMethodAttribute", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ResourcePool", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "BYOT", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ThreadPoolOption", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "TransactionStatus", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "InheritanceOption", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "BindingOption", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "SxsOption", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "PartitionOption", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ServiceConfig", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "ServiceDomain", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "IServiceCall", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "IAsyncErrorNotify", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "Activity", + "Namespace": "System.EnterpriseServices" + }, + { + "Name": "AssemblyLocator", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "AppDomainHelper", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "IComManagedImportUtil", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "ComManagedImportUtil", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "IComSoapPublisher", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "IComSoapIISVRoot", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "IComSoapMetadata", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "IServerWebConfig", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "ComSoapPublishError", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "ClientRemotingConfig", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "ServerWebConfig", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "IISVirtualRoot", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "Publish", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "GenerateMetadata", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "IClrObjectFactory", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "ClrObjectFactory", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "ISoapServerVRoot", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "SoapServerVRoot", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "ISoapClientImport", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "SoapClientImport", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "ISoapUtility", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "SoapUtility", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "ISoapServerTlb", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "SoapServerTlb", + "Namespace": "System.EnterpriseServices.Internal" + }, + { + "Name": "LogRecordFlags", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + }, + { + "Name": "CompensatorOptions", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + }, + { + "Name": "TransactionState", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + }, + { + "Name": "LogRecord", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + }, + { + "Name": "Compensator", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + }, + { + "Name": "Clerk", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + }, + { + "Name": "ClerkMonitor", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + }, + { + "Name": "ClerkInfo", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + }, + { + "Name": "ApplicationCrmEnabledAttribute", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + }, + { + "Name": "PrintSystemObject", + "Namespace": "System.Printing" + }, + { + "Name": "PrintSystemObjects", + "Namespace": "System.Printing" + }, + { + "Name": "PrintFilter", + "Namespace": "System.Printing" + }, + { + "Name": "PrintDriver", + "Namespace": "System.Printing" + }, + { + "Name": "PrintPort", + "Namespace": "System.Printing" + }, + { + "Name": "PrintProcessor", + "Namespace": "System.Printing" + }, + { + "Name": "PrintJobSettings", + "Namespace": "System.Printing" + }, + { + "Name": "PrintDocumentImageableArea", + "Namespace": "System.Printing" + }, + { + "Name": "XpsDocumentWriter", + "Namespace": "System.Windows.Xps" + }, + { + "Name": "VisualsToXpsDocument", + "Namespace": "System.Windows.Xps" + }, + { + "Name": "XpsWriterException", + "Namespace": "System.Windows.Xps" + }, + { + "Name": "PrintQueueStringProperty", + "Namespace": "System.Printing" + }, + { + "Name": "PrintQueue", + "Namespace": "System.Printing" + }, + { + "Name": "PrintQueueCollection", + "Namespace": "System.Printing" + }, + { + "Name": "PrintServer", + "Namespace": "System.Printing" + }, + { + "Name": "LocalPrintServer", + "Namespace": "System.Printing" + }, + { + "Name": "PrintProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintInt32Property", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintStringProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintStreamProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintQueueAttributeProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintQueueStatusProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintBooleanProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintThreadPriorityProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintServerLoggingProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintDriverProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintPortProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintServerProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintTicketProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintByteArrayProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintProcessorProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintQueueProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintJobPriorityProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintJobStatusProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintDateTimeProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintSystemTypeProperty", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintPropertyDictionary", + "Namespace": "System.Printing.IndexedProperties" + }, + { + "Name": "PrintSystemObjectPropertyChangedEventArgs", + "Namespace": "System.Printing" + }, + { + "Name": "PrintSystemObjectPropertiesChangedEventArgs", + "Namespace": "System.Printing" + }, + { + "Name": "PrintSystemJobInfo", + "Namespace": "System.Printing" + }, + { + "Name": "PrintJobInfoCollection", + "Namespace": "System.Printing" + }, + { + "Name": "PrintQueueStream", + "Namespace": "System.Printing" + }, + { + "Name": "PrintQueueAttributes", + "Namespace": "System.Printing" + }, + { + "Name": "PrintQueueStatus", + "Namespace": "System.Printing" + }, + { + "Name": "EnumeratedPrintQueueTypes", + "Namespace": "System.Printing" + }, + { + "Name": "PrintServerEventLoggingTypes", + "Namespace": "System.Printing" + }, + { + "Name": "PrintJobStatus", + "Namespace": "System.Printing" + }, + { + "Name": "PrintJobPriority", + "Namespace": "System.Printing" + }, + { + "Name": "PrintJobType", + "Namespace": "System.Printing" + }, + { + "Name": "PrintSystemDesiredAccess", + "Namespace": "System.Printing" + }, + { + "Name": "PrintSystemObjectLoadMode", + "Namespace": "System.Printing" + }, + { + "Name": "XpsDocumentNotificationLevel", + "Namespace": "System.Windows.Xps" + }, + { + "Name": "PrintQueueStringPropertyType", + "Namespace": "System.Printing" + }, + { + "Name": "PrintQueueIndexedProperty", + "Namespace": "System.Printing" + }, + { + "Name": "PrintServerIndexedProperty", + "Namespace": "System.Printing" + }, + { + "Name": "LocalPrintServerIndexedProperty", + "Namespace": "System.Printing" + }, + { + "Name": "TransactionEventArgs", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionCompletedEventHandler", + "Namespace": "System.Transactions" + }, + { + "Name": "IsolationLevel", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionStatus", + "Namespace": "System.Transactions" + }, + { + "Name": "DependentCloneOption", + "Namespace": "System.Transactions" + }, + { + "Name": "EnlistmentOptions", + "Namespace": "System.Transactions" + }, + { + "Name": "Transaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInformation", + "Namespace": "System.Transactions" + }, + { + "Name": "DependentTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "CommittableTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "Enlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "PreparingEnlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "SinglePhaseEnlistment", + "Namespace": "System.Transactions" + }, + { + "Name": "IEnlistmentNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "IPromotableSinglePhaseNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "ITransactionPromoter", + "Namespace": "System.Transactions" + }, + { + "Name": "ISimpleTransactionSuperior", + "Namespace": "System.Transactions" + }, + { + "Name": "SubordinateTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "ISinglePhaseNotification", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionAbortedException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInDoubtException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionManagerCommunicationException", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionPromotionException", + "Namespace": "System.Transactions" + }, + { + "Name": "IDtcTransaction", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionInterop", + "Namespace": "System.Transactions" + }, + { + "Name": "HostCurrentTransactionCallback", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionStartedEventHandler", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionManager", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionOptions", + "Namespace": "System.Transactions" + }, + { + "Name": "DistributedTransactionPermission", + "Namespace": "System.Transactions" + }, + { + "Name": "DistributedTransactionPermissionAttribute", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScopeOption", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScopeAsyncFlowOption", + "Namespace": "System.Transactions" + }, + { + "Name": "EnterpriseServicesInteropOption", + "Namespace": "System.Transactions" + }, + { + "Name": "TransactionScope", + "Namespace": "System.Transactions" + }, + { + "Name": "DefaultSettingsSection", + "Namespace": "System.Transactions.Configuration" + }, + { + "Name": "MachineSettingsSection", + "Namespace": "System.Transactions.Configuration" + }, + { + "Name": "TransactionsSectionGroup", + "Namespace": "System.Transactions.Configuration" + }, + { + "Name": "ISubscriptionToken", + "Namespace": "System.Web" + }, + { + "Name": "HttpApplicationStateBase", + "Namespace": "System.Web" + }, + { + "Name": "HttpApplicationStateWrapper", + "Namespace": "System.Web" + }, + { + "Name": "HttpBrowserCapabilitiesBase", + "Namespace": "System.Web" + }, + { + "Name": "HttpBrowserCapabilitiesWrapper", + "Namespace": "System.Web" + }, + { + "Name": "HttpCachePolicyBase", + "Namespace": "System.Web" + }, + { + "Name": "HttpCachePolicyWrapper", + "Namespace": "System.Web" + }, + { + "Name": "HttpContextBase", + "Namespace": "System.Web" + }, + { + "Name": "HttpContextWrapper", + "Namespace": "System.Web" + }, + { + "Name": "HttpFileCollectionBase", + "Namespace": "System.Web" + }, + { + "Name": "HttpFileCollectionWrapper", + "Namespace": "System.Web" + }, + { + "Name": "HttpPostedFileBase", + "Namespace": "System.Web" + }, + { + "Name": "HttpPostedFileWrapper", + "Namespace": "System.Web" + }, + { + "Name": "HttpRequestBase", + "Namespace": "System.Web" + }, + { + "Name": "HttpRequestWrapper", + "Namespace": "System.Web" + }, + { + "Name": "HttpResponseBase", + "Namespace": "System.Web" + }, + { + "Name": "HttpResponseWrapper", + "Namespace": "System.Web" + }, + { + "Name": "HttpServerUtilityBase", + "Namespace": "System.Web" + }, + { + "Name": "HttpServerUtilityWrapper", + "Namespace": "System.Web" + }, + { + "Name": "HttpSessionStateBase", + "Namespace": "System.Web" + }, + { + "Name": "HttpSessionStateWrapper", + "Namespace": "System.Web" + }, + { + "Name": "HttpStaticObjectsCollectionBase", + "Namespace": "System.Web" + }, + { + "Name": "HttpStaticObjectsCollectionWrapper", + "Namespace": "System.Web" + }, + { + "Name": "HttpTaskAsyncHandler", + "Namespace": "System.Web" + }, + { + "Name": "EventHandlerTaskAsyncHelper", + "Namespace": "System.Web" + }, + { + "Name": "UnvalidatedRequestValuesWrapper", + "Namespace": "System.Web" + }, + { + "Name": "UnvalidatedRequestValuesBase", + "Namespace": "System.Web" + }, + { + "Name": "UnvalidatedRequestValues", + "Namespace": "System.Web" + }, + { + "Name": "DefaultHttpHandler", + "Namespace": "System.Web" + }, + { + "Name": "HtmlString", + "Namespace": "System.Web" + }, + { + "Name": "BeginEventHandler", + "Namespace": "System.Web" + }, + { + "Name": "EndEventHandler", + "Namespace": "System.Web" + }, + { + "Name": "TaskEventHandler", + "Namespace": "System.Web" + }, + { + "Name": "HttpApplication", + "Namespace": "System.Web" + }, + { + "Name": "HttpApplicationState", + "Namespace": "System.Web" + }, + { + "Name": "HttpBrowserCapabilities", + "Namespace": "System.Web" + }, + { + "Name": "HttpCacheVaryByParams", + "Namespace": "System.Web" + }, + { + "Name": "HttpCacheability", + "Namespace": "System.Web" + }, + { + "Name": "HttpCacheRevalidation", + "Namespace": "System.Web" + }, + { + "Name": "HttpValidationStatus", + "Namespace": "System.Web" + }, + { + "Name": "HttpCacheValidateHandler", + "Namespace": "System.Web" + }, + { + "Name": "HttpCachePolicy", + "Namespace": "System.Web" + }, + { + "Name": "HttpCacheVaryByHeaders", + "Namespace": "System.Web" + }, + { + "Name": "HttpCacheVaryByContentEncodings", + "Namespace": "System.Web" + }, + { + "Name": "HttpClientCertificate", + "Namespace": "System.Web" + }, + { + "Name": "HttpContext", + "Namespace": "System.Web" + }, + { + "Name": "HttpCookie", + "Namespace": "System.Web" + }, + { + "Name": "HttpCookieMode", + "Namespace": "System.Web" + }, + { + "Name": "HttpCookieCollection", + "Namespace": "System.Web" + }, + { + "Name": "HttpException", + "Namespace": "System.Web" + }, + { + "Name": "HttpUnhandledException", + "Namespace": "System.Web" + }, + { + "Name": "HttpCompileException", + "Namespace": "System.Web" + }, + { + "Name": "HttpParseException", + "Namespace": "System.Web" + }, + { + "Name": "HttpRequestValidationException", + "Namespace": "System.Web" + }, + { + "Name": "ParserError", + "Namespace": "System.Web" + }, + { + "Name": "ParserErrorCollection", + "Namespace": "System.Web" + }, + { + "Name": "HttpFileCollection", + "Namespace": "System.Web" + }, + { + "Name": "HttpModuleCollection", + "Namespace": "System.Web" + }, + { + "Name": "HttpPostedFile", + "Namespace": "System.Web" + }, + { + "Name": "HttpRequest", + "Namespace": "System.Web" + }, + { + "Name": "ITlsTokenBindingInfo", + "Namespace": "System.Web" + }, + { + "Name": "HttpResponseSubstitutionCallback", + "Namespace": "System.Web" + }, + { + "Name": "HttpResponse", + "Namespace": "System.Web" + }, + { + "Name": "HttpRuntime", + "Namespace": "System.Web" + }, + { + "Name": "ApplicationShutdownReason", + "Namespace": "System.Web" + }, + { + "Name": "HttpServerUtility", + "Namespace": "System.Web" + }, + { + "Name": "HttpUtility", + "Namespace": "System.Web" + }, + { + "Name": "HttpStaticObjectsCollection", + "Namespace": "System.Web" + }, + { + "Name": "HttpWriter", + "Namespace": "System.Web" + }, + { + "Name": "IHtmlString", + "Namespace": "System.Web" + }, + { + "Name": "IHttpAsyncHandler", + "Namespace": "System.Web" + }, + { + "Name": "IHttpHandler", + "Namespace": "System.Web" + }, + { + "Name": "IHttpHandlerFactory", + "Namespace": "System.Web" + }, + { + "Name": "IHttpModule", + "Namespace": "System.Web" + }, + { + "Name": "IisTraceListener", + "Namespace": "System.Web" + }, + { + "Name": "MimeMapping", + "Namespace": "System.Web" + }, + { + "Name": "IPartitionResolver", + "Namespace": "System.Web" + }, + { + "Name": "PreApplicationStartMethodAttribute", + "Namespace": "System.Web" + }, + { + "Name": "ProcessStatus", + "Namespace": "System.Web" + }, + { + "Name": "ProcessShutdownReason", + "Namespace": "System.Web" + }, + { + "Name": "ProcessInfo", + "Namespace": "System.Web" + }, + { + "Name": "ProcessModelInfo", + "Namespace": "System.Web" + }, + { + "Name": "ReadEntityBodyMode", + "Namespace": "System.Web" + }, + { + "Name": "RequestNotification", + "Namespace": "System.Web" + }, + { + "Name": "RequestNotificationStatus", + "Namespace": "System.Web" + }, + { + "Name": "SiteMap", + "Namespace": "System.Web" + }, + { + "Name": "SiteMapProviderCollection", + "Namespace": "System.Web" + }, + { + "Name": "SiteMapResolveEventHandler", + "Namespace": "System.Web" + }, + { + "Name": "SiteMapResolveEventArgs", + "Namespace": "System.Web" + }, + { + "Name": "SiteMapNode", + "Namespace": "System.Web" + }, + { + "Name": "SiteMapNodeCollection", + "Namespace": "System.Web" + }, + { + "Name": "SiteMapProvider", + "Namespace": "System.Web" + }, + { + "Name": "StaticSiteMapProvider", + "Namespace": "System.Web" + }, + { + "Name": "TraceContext", + "Namespace": "System.Web" + }, + { + "Name": "TraceContextEventArgs", + "Namespace": "System.Web" + }, + { + "Name": "TraceContextEventHandler", + "Namespace": "System.Web" + }, + { + "Name": "TraceContextRecord", + "Namespace": "System.Web" + }, + { + "Name": "TraceMode", + "Namespace": "System.Web" + }, + { + "Name": "VirtualPathUtility", + "Namespace": "System.Web" + }, + { + "Name": "WebPageTraceListener", + "Namespace": "System.Web" + }, + { + "Name": "HttpWorkerRequest", + "Namespace": "System.Web" + }, + { + "Name": "XmlSiteMapProvider", + "Namespace": "System.Web" + }, + { + "Name": "SmtpMail", + "Namespace": "System.Web.Mail" + }, + { + "Name": "MailFormat", + "Namespace": "System.Web.Mail" + }, + { + "Name": "MailPriority", + "Namespace": "System.Web.Mail" + }, + { + "Name": "MailEncoding", + "Namespace": "System.Web.Mail" + }, + { + "Name": "MailAttachment", + "Namespace": "System.Web.Mail" + }, + { + "Name": "MailMessage", + "Namespace": "System.Web.Mail" + }, + { + "Name": "IPartialSessionState", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "IReadOnlySessionState", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "IRequiresSessionState", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "SessionStateActions", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "SessionStateStoreProviderBase", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "SessionStateStoreData", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "ISessionStateModule", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "ISessionIDManager", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "SessionIDManager", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "SessionStateMode", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "IHttpSessionState", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "HttpSessionState", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "SessionStateBehavior", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "HttpSessionStateContainer", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "ISessionStateItemCollection", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "SessionStateItemCollection", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "SessionStateItemExpireCallback", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "SessionStateModule", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "SessionStateUtility", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "IStateRuntime", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "StateRuntime", + "Namespace": "System.Web.SessionState" + }, + { + "Name": "HttpMethodConstraint", + "Namespace": "System.Web.Routing" + }, + { + "Name": "IRouteConstraint", + "Namespace": "System.Web.Routing" + }, + { + "Name": "IRouteHandler", + "Namespace": "System.Web.Routing" + }, + { + "Name": "RequestContext", + "Namespace": "System.Web.Routing" + }, + { + "Name": "Route", + "Namespace": "System.Web.Routing" + }, + { + "Name": "RouteBase", + "Namespace": "System.Web.Routing" + }, + { + "Name": "RouteCollection", + "Namespace": "System.Web.Routing" + }, + { + "Name": "RouteData", + "Namespace": "System.Web.Routing" + }, + { + "Name": "RouteDirection", + "Namespace": "System.Web.Routing" + }, + { + "Name": "RouteTable", + "Namespace": "System.Web.Routing" + }, + { + "Name": "RouteValueDictionary", + "Namespace": "System.Web.Routing" + }, + { + "Name": "StopRoutingHandler", + "Namespace": "System.Web.Routing" + }, + { + "Name": "UrlRoutingHandler", + "Namespace": "System.Web.Routing" + }, + { + "Name": "UrlRoutingModule", + "Namespace": "System.Web.Routing" + }, + { + "Name": "VirtualPathData", + "Namespace": "System.Web.Routing" + }, + { + "Name": "PageRouteHandler", + "Namespace": "System.Web.Routing" + }, + { + "Name": "ProfileProviderAttribute", + "Namespace": "System.Web.Profile" + }, + { + "Name": "SettingsAllowAnonymousAttribute", + "Namespace": "System.Web.Profile" + }, + { + "Name": "CustomProviderDataAttribute", + "Namespace": "System.Web.Profile" + }, + { + "Name": "DefaultProfile", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileBase", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileGroupBase", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileAuthenticationOption", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileEventArgs", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileEventHandler", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileInfo", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileInfoCollection", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileManager", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileModule", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileMigrateEventHandler", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileMigrateEventArgs", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileAutoSaveEventHandler", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileAutoSaveEventArgs", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileProvider", + "Namespace": "System.Web.Profile" + }, + { + "Name": "ProfileProviderCollection", + "Namespace": "System.Web.Profile" + }, + { + "Name": "SqlProfileProvider", + "Namespace": "System.Web.Profile" + }, + { + "Name": "BufferedWebEventProvider", + "Namespace": "System.Web.Management" + }, + { + "Name": "EventLogWebEventProvider", + "Namespace": "System.Web.Management" + }, + { + "Name": "IisTraceWebEventProvider", + "Namespace": "System.Web.Management" + }, + { + "Name": "MailWebEventProvider", + "Namespace": "System.Web.Management" + }, + { + "Name": "IRegiisUtility", + "Namespace": "System.Web.Management" + }, + { + "Name": "RegiisUtility", + "Namespace": "System.Web.Management" + }, + { + "Name": "SimpleMailWebEventProvider", + "Namespace": "System.Web.Management" + }, + { + "Name": "SqlFeatures", + "Namespace": "System.Web.Management" + }, + { + "Name": "SessionStateType", + "Namespace": "System.Web.Management" + }, + { + "Name": "SqlExecutionException", + "Namespace": "System.Web.Management" + }, + { + "Name": "SqlServices", + "Namespace": "System.Web.Management" + }, + { + "Name": "SqlWebEventProvider", + "Namespace": "System.Web.Management" + }, + { + "Name": "TemplatedMailWebEventProvider", + "Namespace": "System.Web.Management" + }, + { + "Name": "MailEventNotificationInfo", + "Namespace": "System.Web.Management" + }, + { + "Name": "EventNotificationType", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebEventBufferFlushInfo", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebEventCodes", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebEventProvider", + "Namespace": "System.Web.Management" + }, + { + "Name": "IWebEventCustomEvaluator", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebBaseEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebEventFormatter", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebManagementEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebHeartbeatEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebApplicationLifetimeEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebRequestEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebBaseErrorEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebErrorEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebRequestErrorEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebAuditEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebFailureAuditEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebAuthenticationFailureAuditEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebViewStateFailureAuditEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebSuccessAuditEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebAuthenticationSuccessAuditEvent", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebProcessInformation", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebApplicationInformation", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebRequestInformation", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebProcessStatistics", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebThreadInformation", + "Namespace": "System.Web.Management" + }, + { + "Name": "RuleFiringRecord", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebBaseEventCollection", + "Namespace": "System.Web.Management" + }, + { + "Name": "WebEventManager", + "Namespace": "System.Web.Management" + }, + { + "Name": "TraceWebEventProvider", + "Namespace": "System.Web.Management" + }, + { + "Name": "WmiWebEventProvider", + "Namespace": "System.Web.Management" + }, + { + "Name": "AssemblyResourceLoader", + "Namespace": "System.Web.Handlers" + }, + { + "Name": "TraceHandler", + "Namespace": "System.Web.Handlers" + }, + { + "Name": "PageInstrumentationService", + "Namespace": "System.Web.Instrumentation" + }, + { + "Name": "PageExecutionContext", + "Namespace": "System.Web.Instrumentation" + }, + { + "Name": "PageExecutionListener", + "Namespace": "System.Web.Instrumentation" + }, + { + "Name": "AspNetWebSocket", + "Namespace": "System.Web.WebSockets" + }, + { + "Name": "AspNetWebSocketOptions", + "Namespace": "System.Web.WebSockets" + }, + { + "Name": "AspNetWebSocketContext", + "Namespace": "System.Web.WebSockets" + }, + { + "Name": "IWebPropertyAccessor", + "Namespace": "System.Web.Util" + }, + { + "Name": "HttpEncoder", + "Namespace": "System.Web.Util" + }, + { + "Name": "IWebObjectFactory", + "Namespace": "System.Web.Util" + }, + { + "Name": "RequestValidationSource", + "Namespace": "System.Web.Util" + }, + { + "Name": "RequestValidator", + "Namespace": "System.Web.Util" + }, + { + "Name": "TransactedCallback", + "Namespace": "System.Web.Util" + }, + { + "Name": "Transactions", + "Namespace": "System.Web.Util" + }, + { + "Name": "WorkItemCallback", + "Namespace": "System.Web.Util" + }, + { + "Name": "WorkItem", + "Namespace": "System.Web.Util" + }, + { + "Name": "ICodeBlockTypeAccessor", + "Namespace": "System.Web.UI" + }, + { + "Name": "PageAsyncTask", + "Namespace": "System.Web.UI" + }, + { + "Name": "ValidateRequestMode", + "Namespace": "System.Web.UI" + }, + { + "Name": "AttributeCollection", + "Namespace": "System.Web.UI" + }, + { + "Name": "BaseParser", + "Namespace": "System.Web.UI" + }, + { + "Name": "BaseTemplateParser", + "Namespace": "System.Web.UI" + }, + { + "Name": "BindableTemplateBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "ExtractTemplateValuesMethod", + "Namespace": "System.Web.UI" + }, + { + "Name": "CompiledBindableTemplateBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "BoundPropertyEntry", + "Namespace": "System.Web.UI" + }, + { + "Name": "BuilderPropertyEntry", + "Namespace": "System.Web.UI" + }, + { + "Name": "ChtmlTextWriter", + "Namespace": "System.Web.UI" + }, + { + "Name": "ClientIDMode", + "Namespace": "System.Web.UI" + }, + { + "Name": "ClientScriptManager", + "Namespace": "System.Web.UI" + }, + { + "Name": "CodeBlockType", + "Namespace": "System.Web.UI" + }, + { + "Name": "CodeStatementBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "ComplexPropertyEntry", + "Namespace": "System.Web.UI" + }, + { + "Name": "ConflictOptions", + "Namespace": "System.Web.UI" + }, + { + "Name": "ConstructorNeedsTagAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "RenderMethod", + "Namespace": "System.Web.UI" + }, + { + "Name": "BuildMethod", + "Namespace": "System.Web.UI" + }, + { + "Name": "Control", + "Namespace": "System.Web.UI" + }, + { + "Name": "ControlBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "ControlBuilderAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "ControlCachePolicy", + "Namespace": "System.Web.UI" + }, + { + "Name": "ControlCollection", + "Namespace": "System.Web.UI" + }, + { + "Name": "ControlSkinDelegate", + "Namespace": "System.Web.UI" + }, + { + "Name": "ControlSkin", + "Namespace": "System.Web.UI" + }, + { + "Name": "ControlValuePropertyAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "CssClassPropertyAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "CssStyleCollection", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataBinder", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataBinding", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataBindingCollection", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataBindingHandlerAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataBoundLiteralControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "DesignerDataBoundLiteralControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataKeyPropertyAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataSourceCacheDurationConverter", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataSourceCacheExpiry", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataSourceCapabilities", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataSourceControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataSourceControlBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataSourceOperation", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataSourceSelectArguments", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataSourceView", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataSourceViewSelectCallback", + "Namespace": "System.Web.UI" + }, + { + "Name": "DataSourceViewOperationCallback", + "Namespace": "System.Web.UI" + }, + { + "Name": "DesignTimeParseData", + "Namespace": "System.Web.UI" + }, + { + "Name": "DesignTimeTemplateParser", + "Namespace": "System.Web.UI" + }, + { + "Name": "EmptyControlCollection", + "Namespace": "System.Web.UI" + }, + { + "Name": "EventEntry", + "Namespace": "System.Web.UI" + }, + { + "Name": "ExpressionBinding", + "Namespace": "System.Web.UI" + }, + { + "Name": "ExpressionBindingCollection", + "Namespace": "System.Web.UI" + }, + { + "Name": "FileLevelControlBuilderAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "FilterableAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "HiddenFieldPageStatePersister", + "Namespace": "System.Web.UI" + }, + { + "Name": "HierarchicalDataSourceControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "HierarchicalDataSourceView", + "Namespace": "System.Web.UI" + }, + { + "Name": "Html32TextWriter", + "Namespace": "System.Web.UI" + }, + { + "Name": "HtmlTextWriter", + "Namespace": "System.Web.UI" + }, + { + "Name": "HtmlTextWriterAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "HtmlTextWriterStyle", + "Namespace": "System.Web.UI" + }, + { + "Name": "HtmlTextWriterTag", + "Namespace": "System.Web.UI" + }, + { + "Name": "IAttributeAccessor", + "Namespace": "System.Web.UI" + }, + { + "Name": "IAutoFieldGenerator", + "Namespace": "System.Web.UI" + }, + { + "Name": "IBindableControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "IBindableTemplate", + "Namespace": "System.Web.UI" + }, + { + "Name": "ICallbackEventHandler", + "Namespace": "System.Web.UI" + }, + { + "Name": "IControlBuilderAccessor", + "Namespace": "System.Web.UI" + }, + { + "Name": "IControlDesignerAccessor", + "Namespace": "System.Web.UI" + }, + { + "Name": "IDataBindingsAccessor", + "Namespace": "System.Web.UI" + }, + { + "Name": "IDataItemContainer", + "Namespace": "System.Web.UI" + }, + { + "Name": "IDataKeysControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "IDataSource", + "Namespace": "System.Web.UI" + }, + { + "Name": "IDataSourceViewSchemaAccessor", + "Namespace": "System.Web.UI" + }, + { + "Name": "IDReferencePropertyAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "IExpressionsAccessor", + "Namespace": "System.Web.UI" + }, + { + "Name": "IFilterResolutionService", + "Namespace": "System.Web.UI" + }, + { + "Name": "IHierarchicalDataSource", + "Namespace": "System.Web.UI" + }, + { + "Name": "IHierarchicalEnumerable", + "Namespace": "System.Web.UI" + }, + { + "Name": "IHierarchyData", + "Namespace": "System.Web.UI" + }, + { + "Name": "ImageClickEventArgs", + "Namespace": "System.Web.UI" + }, + { + "Name": "ImageClickEventHandler", + "Namespace": "System.Web.UI" + }, + { + "Name": "INamingContainer", + "Namespace": "System.Web.UI" + }, + { + "Name": "INavigateUIData", + "Namespace": "System.Web.UI" + }, + { + "Name": "IndexedString", + "Namespace": "System.Web.UI" + }, + { + "Name": "IParserAccessor", + "Namespace": "System.Web.UI" + }, + { + "Name": "IPostBackDataHandler", + "Namespace": "System.Web.UI" + }, + { + "Name": "IPostBackEventHandler", + "Namespace": "System.Web.UI" + }, + { + "Name": "IResourceUrlGenerator", + "Namespace": "System.Web.UI" + }, + { + "Name": "IStateFormatter", + "Namespace": "System.Web.UI" + }, + { + "Name": "IStateManager", + "Namespace": "System.Web.UI" + }, + { + "Name": "IStyleSheet", + "Namespace": "System.Web.UI" + }, + { + "Name": "ITemplate", + "Namespace": "System.Web.UI" + }, + { + "Name": "IThemeResolutionService", + "Namespace": "System.Web.UI" + }, + { + "Name": "IUrlResolutionService", + "Namespace": "System.Web.UI" + }, + { + "Name": "IUserControlDesignerAccessor", + "Namespace": "System.Web.UI" + }, + { + "Name": "IUserControlTypeResolutionService", + "Namespace": "System.Web.UI" + }, + { + "Name": "IValidator", + "Namespace": "System.Web.UI" + }, + { + "Name": "ListSourceHelper", + "Namespace": "System.Web.UI" + }, + { + "Name": "LiteralControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "LosFormatter", + "Namespace": "System.Web.UI" + }, + { + "Name": "MasterPageControlBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "FileLevelMasterPageControlBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "MasterPage", + "Namespace": "System.Web.UI" + }, + { + "Name": "NonVisualControlAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "ObjectConverter", + "Namespace": "System.Web.UI" + }, + { + "Name": "ObjectPersistData", + "Namespace": "System.Web.UI" + }, + { + "Name": "ObjectStateFormatter", + "Namespace": "System.Web.UI" + }, + { + "Name": "ObjectTagBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "OutputCacheParameters", + "Namespace": "System.Web.UI" + }, + { + "Name": "FileLevelPageControlBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "Page", + "Namespace": "System.Web.UI" + }, + { + "Name": "OutputCacheLocation", + "Namespace": "System.Web.UI" + }, + { + "Name": "PageHandlerFactory", + "Namespace": "System.Web.UI" + }, + { + "Name": "PageParser", + "Namespace": "System.Web.UI" + }, + { + "Name": "PageParserFilter", + "Namespace": "System.Web.UI" + }, + { + "Name": "VirtualReferenceType", + "Namespace": "System.Web.UI" + }, + { + "Name": "CodeConstructType", + "Namespace": "System.Web.UI" + }, + { + "Name": "CompilationMode", + "Namespace": "System.Web.UI" + }, + { + "Name": "PageStatePersister", + "Namespace": "System.Web.UI" + }, + { + "Name": "PageTheme", + "Namespace": "System.Web.UI" + }, + { + "Name": "Pair", + "Namespace": "System.Web.UI" + }, + { + "Name": "ParseChildrenAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "ParseRecorder", + "Namespace": "System.Web.UI" + }, + { + "Name": "PartialCachingAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "BasePartialCachingControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "StaticPartialCachingControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "PartialCachingControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "PersistChildrenAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "PersistenceMode", + "Namespace": "System.Web.UI" + }, + { + "Name": "PersistenceModeAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "PostBackOptions", + "Namespace": "System.Web.UI" + }, + { + "Name": "PropertyConverter", + "Namespace": "System.Web.UI" + }, + { + "Name": "PropertyEntry", + "Namespace": "System.Web.UI" + }, + { + "Name": "RenderTraceListener", + "Namespace": "System.Web.UI" + }, + { + "Name": "RootBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "SessionPageStatePersister", + "Namespace": "System.Web.UI" + }, + { + "Name": "SimplePropertyEntry", + "Namespace": "System.Web.UI" + }, + { + "Name": "SimpleWebHandlerParser", + "Namespace": "System.Web.UI" + }, + { + "Name": "WebServiceParser", + "Namespace": "System.Web.UI" + }, + { + "Name": "SkinBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "ThemeProvider", + "Namespace": "System.Web.UI" + }, + { + "Name": "StateBag", + "Namespace": "System.Web.UI" + }, + { + "Name": "StateItem", + "Namespace": "System.Web.UI" + }, + { + "Name": "StateManagedCollection", + "Namespace": "System.Web.UI" + }, + { + "Name": "SupportsEventValidationAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "TagPrefixAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "TemplateContainerAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "TemplateBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "BuildTemplateMethod", + "Namespace": "System.Web.UI" + }, + { + "Name": "CompiledTemplateBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "TemplateControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "TemplateControlParser", + "Namespace": "System.Web.UI" + }, + { + "Name": "TemplateInstance", + "Namespace": "System.Web.UI" + }, + { + "Name": "TemplateInstanceAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "TemplateParser", + "Namespace": "System.Web.UI" + }, + { + "Name": "TemplatePropertyEntry", + "Namespace": "System.Web.UI" + }, + { + "Name": "ThemeableAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "ToolboxDataAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "Triplet", + "Namespace": "System.Web.UI" + }, + { + "Name": "UnobtrusiveValidationMode", + "Namespace": "System.Web.UI" + }, + { + "Name": "UrlPropertyAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "UserControlControlBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "FileLevelUserControlBuilder", + "Namespace": "System.Web.UI" + }, + { + "Name": "UserControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "ValidationPropertyAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "ValidationSettings", + "Namespace": "System.Web.UI" + }, + { + "Name": "ValidatorCollection", + "Namespace": "System.Web.UI" + }, + { + "Name": "VerificationAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "VerificationRule", + "Namespace": "System.Web.UI" + }, + { + "Name": "VerificationReportLevel", + "Namespace": "System.Web.UI" + }, + { + "Name": "VerificationConditionalOperator", + "Namespace": "System.Web.UI" + }, + { + "Name": "ViewStateEncryptionMode", + "Namespace": "System.Web.UI" + }, + { + "Name": "ViewStateException", + "Namespace": "System.Web.UI" + }, + { + "Name": "ViewStateMode", + "Namespace": "System.Web.UI" + }, + { + "Name": "ViewStateModeByIdAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "ICheckBoxControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "IEditableTextControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "ITextControl", + "Namespace": "System.Web.UI" + }, + { + "Name": "WebResourceAttribute", + "Namespace": "System.Web.UI" + }, + { + "Name": "XhtmlTextWriter", + "Namespace": "System.Web.UI" + }, + { + "Name": "XhtmlMobileDocType", + "Namespace": "System.Web.UI" + }, + { + "Name": "XPathBinder", + "Namespace": "System.Web.UI" + }, + { + "Name": "ControlAdapter", + "Namespace": "System.Web.UI.Adapters" + }, + { + "Name": "PageAdapter", + "Namespace": "System.Web.UI.Adapters" + }, + { + "Name": "HtmlElement", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlArea", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlEmbed", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlIframe", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlSource", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlTrack", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlVideo", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlAudio", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlInputGenericControl", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlAnchor", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlButton", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlContainerControl", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlControl", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlEmptyTagControlBuilder", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlGenericControl", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlHeadBuilder", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlHead", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlImage", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlInputButton", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlInputCheckBox", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlInputControl", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlInputFile", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlInputHidden", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlInputImage", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlInputPassword", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlInputRadioButton", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlInputReset", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlInputSubmit", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlInputText", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlLink", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlMeta", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlSelectBuilder", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlSelect", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlTable", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlTableCell", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlTableCellCollection", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlTableRow", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlTableRowCollection", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlTextArea", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlTitle", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "HtmlForm", + "Namespace": "System.Web.UI.HtmlControls" + }, + { + "Name": "AutoFieldsGenerator", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CreatingModelDataSourceEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CreatingModelDataSourceEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataSourceSelectResultProcessingOptions", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewRowsGenerator", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewColumnsGenerator", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ModelDataMethodResult", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ModelDataSourceMethod", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ModelErrorMessage", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ParsingCulture", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ControlIDConverter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ControlPropertyNameConverter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "AccessDataSource", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "AccessDataSourceView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "AdCreatedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "AdCreatedEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "AdRotator", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "AssociatedControlConverter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "AuthenticateEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "AuthenticateEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "AutoCompleteType", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "AutoGeneratedField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "AutoGeneratedFieldProperties", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "BaseCompareValidator", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "BaseDataBoundControl", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "BaseDataList", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "BaseValidator", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "BorderStyle", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "BoundColumn", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "BoundField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "BulletedList", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "BulletedListEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "BulletedListEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "BulletStyle", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "BulletedListDisplayMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Button", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ButtonColumn", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ButtonColumnType", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ButtonField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ButtonFieldBase", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ButtonType", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Calendar", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CalendarDay", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CalendarSelectionMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ChangePassword", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CheckBox", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CheckBoxField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CheckBoxList", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CircleHotSpot", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGridColumn", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGridColumnCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CommandEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CommandEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CommandField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CompareValidator", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CompleteWizardStep", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CompositeControl", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CompositeDataBoundControl", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Content", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ContentDirection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ContentPlaceHolder", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ControlParameter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CookieParameter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CreateUserErrorEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CreateUserErrorEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CreateUserWizard", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CreateUserWizardStep", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CustomValidator", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataBoundControl", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataBoundControlMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataControlCellType", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataControlCommands", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataControlField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataControlFieldCell", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataControlFieldCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataControlFieldHeaderCell", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataControlRowState", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataControlRowType", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGrid", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGridCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGridCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGridItem", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGridItemCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGridItemEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGridItemEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGridPageChangedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGridPageChangedEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGridPagerStyle", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGridSortCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataGridSortCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataKey", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataKeyArray", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataKeyCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataList", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataListCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataListCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataListItem", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataListItemCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataListItemEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DataListItemEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DayNameFormat", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DayRenderEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DayRenderEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewDeletedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewDeletedEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewDeleteEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewDeleteEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewInsertedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewInsertedEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewInsertEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewInsertEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewModeEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewModeEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewPageEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewPageEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewPagerRow", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewRow", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewRowCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewUpdatedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewUpdatedEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewUpdateEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DetailsViewUpdateEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "DropDownList", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "EditCommandColumn", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "EmbeddedMailObject", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "EmbeddedMailObjectsCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FileUpload", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FirstDayOfWeek", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FontInfo", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FontNamesConverter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FontSize", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FontUnit", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FontUnitConverter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormParameter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewDeletedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewDeletedEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewDeleteEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewDeleteEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewInsertedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewInsertedEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewInsertEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewInsertEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewModeEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewModeEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewPageEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewPageEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewPagerRow", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewRow", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewUpdatedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewUpdatedEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewUpdateEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "FormViewUpdateEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridLines", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewCancelEditEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewCancelEditEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewDeletedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewDeletedEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewDeleteEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewDeleteEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewEditEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewEditEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewPageEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewPageEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewRow", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewRowCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewRowEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewRowEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewSelectEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewSelectEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewSortEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewSortEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewUpdatedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewUpdatedEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewUpdateEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "GridViewUpdateEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "HiddenField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "HierarchicalDataBoundControl", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "HorizontalAlign", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "HotSpot", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "HotSpotCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "HotSpotMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "HyperLinkControlBuilder", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "HyperLink", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "HyperLinkColumn", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "HyperLinkField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "IButtonControl", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ICallbackContainer", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ICompositeControlDesignerAccessor", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "IDataBoundControl", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "IDataBoundItemControl", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "IDataBoundListControl", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "IFieldControl", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Image", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ImageAlign", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ImageButton", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ImageField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ImageMap", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ImageMapEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ImageMapEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "IPersistedSelector", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "IPostBackContainer", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "IRepeatInfoUser", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LabelControlBuilder", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Label", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LinkButtonControlBuilder", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LinkButton", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListBox", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListControl", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListItemControlBuilder", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListItem", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListItemCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListItemType", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ListSelectionMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LiteralControlBuilder", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Literal", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LiteralMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Localize", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Login", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LoginCancelEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LoginCancelEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LoginFailureAction", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LoginName", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LoginStatus", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LoginTextLayout", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LoginView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "LogoutAction", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MailDefinition", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MailMessageEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MailMessageEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Menu", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MenuEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MenuEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MenuItem", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MenuItemTemplateContainer", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MenuItemBinding", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MenuItemBindingCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MenuItemCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MenuItemStyle", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MenuItemStyleCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MenuRenderingMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ModelDataSource", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ModelDataSourceView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ModelMethodContext", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CallingDataMethodsEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "CallingDataMethodsEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MonthChangedEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MonthChangedEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MultiView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "MultiViewControlBuilder", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ViewCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "NextPrevFormat", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSource", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSourceDisposingEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSourceDisposingEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSourceEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSourceFilteringEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSourceFilteringEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSourceMethodEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSourceMethodEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSourceObjectEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSourceSelectingEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSourceSelectingEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSourceStatusEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSourceStatusEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ObjectDataSourceView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Orientation", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "PagedDataSource", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "PagerButtons", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "PagerMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "PagerPosition", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "PagerSettings", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Panel", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "PanelStyle", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Parameter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ParameterCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "PasswordRecovery", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "PathDirection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "PlaceHolderControlBuilder", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "PlaceHolder", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "PolygonHotSpot", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ProfileParameter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "QueryExtensions", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "QueryStringParameter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RadioButton", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RadioButtonList", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RangeValidator", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RectangleHotSpot", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RegularExpressionValidator", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RepeatDirection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Repeater", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RepeaterCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RepeaterCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RepeaterItem", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RepeaterItemCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RepeaterItemEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RepeaterItemEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RepeatInfo", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RepeatLayout", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RequiredFieldValidator", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RoleGroup", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RoleGroupCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "RouteParameter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ScrollBars", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SelectedDatesCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SelectResult", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SendMailErrorEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SendMailErrorEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ServerValidateEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ServerValidateEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SessionParameter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SiteMapDataSource", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SiteMapDataSourceView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SiteMapHierarchicalDataSourceView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SiteMapNodeItem", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SiteMapNodeItemEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SiteMapNodeItemEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SiteMapNodeItemType", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SiteMapPath", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SortDirection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SqlDataSource", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SqlDataSourceCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SqlDataSourceCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SqlDataSourceCommandType", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SqlDataSourceFilteringEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SqlDataSourceFilteringEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SqlDataSourceMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SqlDataSourceSelectingEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SqlDataSourceSelectingEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SqlDataSourceStatusEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SqlDataSourceStatusEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SqlDataSourceView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "StringArrayConverter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Style", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "StyleCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SubMenuStyle", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "SubMenuStyleCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Substitution", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Table", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableCaptionAlign", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableCellControlBuilder", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableCell", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableCellCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableFooterRow", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableHeaderCell", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableHeaderRow", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableHeaderScope", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableItemStyle", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableRow", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableRowCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableRowSection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableSectionStyle", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TableStyle", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TargetConverter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TemplateColumn", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TemplatedWizardStep", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TemplateField", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TextAlign", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TextBoxControlBuilder", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TextBox", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TextBoxMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TitleFormat", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TreeNode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TreeNodeBinding", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TreeNodeBindingCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TreeNodeCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TreeNodeEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TreeNodeEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TreeNodeSelectAction", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TreeNodeStyle", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TreeNodeStyleCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TreeNodeTypes", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TreeView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "TreeViewImageSet", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Unit", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "UnitConverter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "UnitType", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ValidatedControlConverter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ValidationCompareOperator", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ValidationDataType", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ValidationSummary", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ValidationSummaryDisplayMode", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "ValidatorDisplay", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "VerticalAlign", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "View", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "WebColorConverter", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "WebControl", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Wizard", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "WizardStepCollection", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "WizardNavigationEventArgs", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "WizardNavigationEventHandler", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "WizardStep", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "WizardStepControlBuilder", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "WizardStepBase", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "WizardStepType", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "XmlBuilder", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "Xml", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "XmlDataSource", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "XmlDataSourceView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "XmlHierarchicalDataSourceView", + "Namespace": "System.Web.UI.WebControls" + }, + { + "Name": "AppearanceEditorPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "BehaviorEditorPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "CatalogPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "CatalogPartChrome", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "CatalogPartCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "CatalogZone", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "CatalogZoneBase", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ConnectionConsumerAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ConnectionInterfaceCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ConnectionPoint", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ConnectionProviderAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ConnectionsZone", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ConsumerConnectionPoint", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ConsumerConnectionPointCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "DeclarativeCatalogPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "EditorPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "EditorPartChrome", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "EditorPartCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "EditorZone", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "EditorZoneBase", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ErrorWebPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "FieldCallback", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "GenericWebPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ImportCatalogPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "IPersonalizable", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ITrackingPersonalizable", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ITransformerConfigurationControl", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "IVersioningPersonalizable", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "IWebActionable", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "IWebEditable", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "IWebPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "IWebPartField", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "IWebPartParameters", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "IWebPartRow", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "IWebPartTable", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "LayoutEditorPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PageCatalogPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ParametersCallback", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "Part", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PartChromeState", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PartChromeType", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PersonalizableAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PersonalizationAdministration", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PersonalizationDictionary", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PersonalizationEntry", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PersonalizationProvider", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PersonalizationProviderCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PersonalizationScope", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PersonalizationState", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PersonalizationStateInfo", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PersonalizationStateInfoCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PersonalizationStateQuery", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "PropertyGridEditorPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ProviderConnectionPoint", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ProviderConnectionPointCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ProxyWebPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ProxyWebPartConnectionCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ProxyWebPartManager", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "RowCallback", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "RowToFieldTransformer", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "RowToParametersTransformer", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "SharedPersonalizationStateInfo", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "SqlPersonalizationProvider", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "TableCallback", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "TitleStyle", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "ToolZone", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "TransformerTypeCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "UnauthorizedWebPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "UserPersonalizationStateInfo", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebBrowsableAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebDescriptionAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebDisplayNameAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPart", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartAddingEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartAddingEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartAuthorizationEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartAuthorizationEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartCancelEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartCancelEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartChrome", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartConnection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartConnectionCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartConnectionsCancelEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartConnectionsCancelEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartConnectionsEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartConnectionsEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartDescription", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartDescriptionCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartDisplayMode", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartDisplayModeCancelEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartDisplayModeCancelEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartDisplayModeCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartDisplayModeEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartDisplayModeEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartExportMode", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartHelpMode", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartManager", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartManagerInternals", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartMenuStyle", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartMovingEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartMovingEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartPersonalization", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartTracker", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartTransformer", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartTransformerAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartTransformerCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartUserCapability", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartVerb", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartVerbCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartVerbRenderMode", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartVerbsEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartVerbsEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartZone", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartZoneBase", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebPartZoneCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "WebZone", + "Namespace": "System.Web.UI.WebControls.WebParts" + }, + { + "Name": "DataBoundControlAdapter", + "Namespace": "System.Web.UI.WebControls.Adapters" + }, + { + "Name": "HideDisabledControlAdapter", + "Namespace": "System.Web.UI.WebControls.Adapters" + }, + { + "Name": "HierarchicalDataBoundControlAdapter", + "Namespace": "System.Web.UI.WebControls.Adapters" + }, + { + "Name": "MenuAdapter", + "Namespace": "System.Web.UI.WebControls.Adapters" + }, + { + "Name": "WebControlAdapter", + "Namespace": "System.Web.UI.WebControls.Adapters" + }, + { + "Name": "MembershipPasswordAttribute", + "Namespace": "System.Web.Security" + }, + { + "Name": "ActiveDirectoryConnectionProtection", + "Namespace": "System.Web.Security" + }, + { + "Name": "ActiveDirectoryMembershipProvider", + "Namespace": "System.Web.Security" + }, + { + "Name": "ActiveDirectoryMembershipUser", + "Namespace": "System.Web.Security" + }, + { + "Name": "AnonymousIdentificationModule", + "Namespace": "System.Web.Security" + }, + { + "Name": "AnonymousIdentificationEventHandler", + "Namespace": "System.Web.Security" + }, + { + "Name": "AnonymousIdentificationEventArgs", + "Namespace": "System.Web.Security" + }, + { + "Name": "AuthorizationStoreRoleProvider", + "Namespace": "System.Web.Security" + }, + { + "Name": "DefaultAuthenticationModule", + "Namespace": "System.Web.Security" + }, + { + "Name": "CookieProtection", + "Namespace": "System.Web.Security" + }, + { + "Name": "FileAuthorizationModule", + "Namespace": "System.Web.Security" + }, + { + "Name": "FormsAuthentication", + "Namespace": "System.Web.Security" + }, + { + "Name": "FormsAuthenticationEventArgs", + "Namespace": "System.Web.Security" + }, + { + "Name": "FormsAuthenticationEventHandler", + "Namespace": "System.Web.Security" + }, + { + "Name": "FormsAuthenticationModule", + "Namespace": "System.Web.Security" + }, + { + "Name": "FormsAuthenticationTicket", + "Namespace": "System.Web.Security" + }, + { + "Name": "FormsIdentity", + "Namespace": "System.Web.Security" + }, + { + "Name": "DefaultAuthenticationEventArgs", + "Namespace": "System.Web.Security" + }, + { + "Name": "DefaultAuthenticationEventHandler", + "Namespace": "System.Web.Security" + }, + { + "Name": "MachineKeyProtection", + "Namespace": "System.Web.Security" + }, + { + "Name": "MachineKey", + "Namespace": "System.Web.Security" + }, + { + "Name": "Membership", + "Namespace": "System.Web.Security" + }, + { + "Name": "PassportAuthenticationEventArgs", + "Namespace": "System.Web.Security" + }, + { + "Name": "PassportAuthenticationEventHandler", + "Namespace": "System.Web.Security" + }, + { + "Name": "PassportAuthenticationModule", + "Namespace": "System.Web.Security" + }, + { + "Name": "PassportIdentity", + "Namespace": "System.Web.Security" + }, + { + "Name": "PassportPrincipal", + "Namespace": "System.Web.Security" + }, + { + "Name": "RoleManagerEventArgs", + "Namespace": "System.Web.Security" + }, + { + "Name": "RoleManagerEventHandler", + "Namespace": "System.Web.Security" + }, + { + "Name": "RoleManagerModule", + "Namespace": "System.Web.Security" + }, + { + "Name": "RolePrincipal", + "Namespace": "System.Web.Security" + }, + { + "Name": "Roles", + "Namespace": "System.Web.Security" + }, + { + "Name": "RoleProviderCollection", + "Namespace": "System.Web.Security" + }, + { + "Name": "SqlMembershipProvider", + "Namespace": "System.Web.Security" + }, + { + "Name": "SqlRoleProvider", + "Namespace": "System.Web.Security" + }, + { + "Name": "UrlAuthorizationModule", + "Namespace": "System.Web.Security" + }, + { + "Name": "WindowsAuthenticationEventArgs", + "Namespace": "System.Web.Security" + }, + { + "Name": "WindowsAuthenticationEventHandler", + "Namespace": "System.Web.Security" + }, + { + "Name": "WindowsAuthenticationModule", + "Namespace": "System.Web.Security" + }, + { + "Name": "WindowsTokenRoleProvider", + "Namespace": "System.Web.Security" + }, + { + "Name": "LowerCodeCharts", + "Namespace": "System.Web.Security.AntiXss" + }, + { + "Name": "LowerMidCodeCharts", + "Namespace": "System.Web.Security.AntiXss" + }, + { + "Name": "MidCodeCharts", + "Namespace": "System.Web.Security.AntiXss" + }, + { + "Name": "UpperMidCodeCharts", + "Namespace": "System.Web.Security.AntiXss" + }, + { + "Name": "UpperCodeCharts", + "Namespace": "System.Web.Security.AntiXss" + }, + { + "Name": "AntiXssEncoder", + "Namespace": "System.Web.Security.AntiXss" + }, + { + "Name": "CookieValueProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "IUnvalidatedValueProviderSource", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "MaxLengthAttributeAdapter", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "MinLengthAttributeAdapter", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ArrayModelBinderProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ArrayModelBinder`1", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "BinaryDataModelBinderProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "BindingBehavior", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "BindingBehaviorAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "BindNeverAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "BindRequiredAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "CollectionModelBinderProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "CollectionModelBinder`1", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ComplexModel", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ComplexModelBinder", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ComplexModelBinderProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ComplexModelResult", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ControlAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ControlValueProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "CookieAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "DictionaryModelBinderProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "DictionaryModelBinder`2", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ExtensibleModelBinderAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelBindingContext", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "AssociatedMetadataProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "AssociatedValidatorProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "DataAnnotationsModelMetadata", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "DataAnnotationsModelMetadataProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "DataAnnotationsModelValidator", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "DataAnnotationsModelValidationFactory", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "DataAnnotationsValidatableObjectAdapterFactory", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "DataAnnotationsModelValidatorProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "DataAnnotationsModelValidator`1", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "DictionaryValueProvider`1", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "EmptyModelMetadataProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "FormValueProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "FormAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "IMetadataAware", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "IModelNameProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "IUnvalidatedValueProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "IValueProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "IValueProviderSource", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelBinderDictionary", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelBinders", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelError", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelErrorCollection", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelMetadata", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelMetadataProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelMetadataProviders", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelState", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelStateDictionary", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelValidationResult", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelValidator", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelValidatorProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelValidatorProviderCollection", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelValidatorProviders", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "NameValueCollectionValueProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "QueryStringValueProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "QueryStringAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "RangeAttributeAdapter", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "RegularExpressionAttributeAdapter", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "RequiredAttributeAdapter", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "StringLengthAttributeAdapter", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ValidatableObjectAdapter", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ValueProviderCollection", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ValueProviderSourceAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ValueProviderResult", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "GenericModelBinderProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "IModelBinder", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "KeyValuePairModelBinderProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "KeyValuePairModelBinder`2", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelBinderErrorMessageProviders", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelBinderErrorMessageProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelBinderProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelBinderProviderCollection", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelBinderProviderOptionsAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelBinderProviders", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelValidatedEventArgs", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelValidatingEventArgs", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelValidationNode", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "MutableObjectModelBinder", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "MutableObjectModelBinderProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ProfileAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ProfileValueProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "RouteDataAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "RouteDataValueProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "SessionAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "SimpleModelBinderProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "DefaultModelBinder", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ModelBindingExecutionContext", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "SimpleValueProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "TypeConverterModelBinder", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "TypeConverterModelBinderProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "TypeMatchModelBinder", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "TypeMatchModelBinderProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "UserProfileAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "UserProfileValueProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ViewStateAttribute", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "ViewStateValueProvider", + "Namespace": "System.Web.ModelBinding" + }, + { + "Name": "StringLocalizerProviders", + "Namespace": "System.Web.Globalization" + }, + { + "Name": "IStringLocalizerProvider", + "Namespace": "System.Web.Globalization" + }, + { + "Name": "ResourceFileStringLocalizerProvider", + "Namespace": "System.Web.Globalization" + }, + { + "Name": "FcnMode", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "AdapterDictionary", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "AnonymousIdentificationSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "AssemblyCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "AssemblyInfo", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "AsyncPreloadModeFlags", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "AuthenticationMode", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "AuthenticationSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "AuthorizationRule", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "AuthorizationRuleAction", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "AuthorizationRuleCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "AuthorizationSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "BrowserCapabilitiesCodeGenerator", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "BrowserCapabilitiesFactory", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "BrowserCapabilitiesFactoryBase", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "BufferModesCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "BufferModeSettings", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "BuildProvider", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "BuildProviderCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "CacheSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ClientTarget", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ClientTargetCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ClientTargetSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "CodeSubDirectoriesCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "CodeSubDirectory", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "CompilationSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "Compiler", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "CompilerCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "CustomError", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "CustomErrorCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "CustomErrorsMode", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "CustomErrorsRedirectMode", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "CustomErrorsSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "DeploymentSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "EventMappingSettings", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "EventMappingSettingsCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ExpressionBuilder", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ExpressionBuilderCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "FolderLevelBuildProvider", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "FolderLevelBuildProviderCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "FormsAuthenticationConfiguration", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "FormsAuthenticationCredentials", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "FormsAuthenticationUser", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "FormsAuthenticationUserCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "FormsAuthPasswordFormat", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "FormsProtectionEnum", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "FullTrustAssembliesSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "FullTrustAssembly", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "FullTrustAssemblyCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "GlobalizationSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HealthMonitoringSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HostingEnvironmentSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HttpCapabilitiesBase", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HttpCapabilitiesProvider", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HttpCapabilitiesDefaultProvider", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HttpCapabilitiesSectionHandler", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HttpConfigurationContext", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HttpCookiesSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HttpHandlerAction", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HttpHandlerActionCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HttpHandlersSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HttpModuleAction", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HttpModuleActionCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HttpModulesSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "HttpRuntimeSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "IConfigMapPath", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "IConfigMapPathFactory", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "IdentitySection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "IgnoreDeviceFilterElement", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "IgnoreDeviceFilterElementCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "IRemoteWebConfigurationHostServer", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "LowerCaseStringConverter", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "MachineKeyCompatibilityMode", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "MachineKeyValidationConverter", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "MachineKeySection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "MachineKeyValidation", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "MembershipSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "NamespaceCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "NamespaceInfo", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "OutputCacheProfile", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "OutputCacheProfileCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "OutputCacheSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "OutputCacheSettingsSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "PagesEnableSessionState", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "PagesSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "PartialTrustVisibleAssembliesSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "PartialTrustVisibleAssembly", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "PartialTrustVisibleAssemblyCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "PassportAuthentication", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProcessModelComAuthenticationLevel", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProcessModelComImpersonationLevel", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProcessModelLogLevel", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProcessModelSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProfileGroupSettings", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProfileGroupSettingsCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProfileGuidedOptimizationsFlags", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProfilePropertySettings", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProfilePropertySettingsCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProfileSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProfileSettings", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProfileSettingsCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProtocolsConfigurationHandler", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProtocolsSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProtocolCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProtocolElement", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "ProvidersHelper", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "RegexWorker", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "RemoteWebConfigurationHostServer", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "RoleManagerSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "RootProfilePropertySettingsCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "RuleSettings", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "RuleSettingsCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "SecurityPolicySection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "SerializationMode", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "SessionPageStateSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "SessionStateSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "SiteMapSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "SqlCacheDependencyDatabase", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "SqlCacheDependencyDatabaseCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "SqlCacheDependencySection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "SystemWebCachingSectionGroup", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "SystemWebSectionGroup", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "TagMapCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "TagMapInfo", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "TagPrefixCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "TagPrefixInfo", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "TicketCompatibilityMode", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "TraceDisplayMode", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "TraceSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "TransformerInfo", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "TransformerInfoCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "TrustLevel", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "TrustLevelCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "TrustSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "UrlMapping", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "UrlMappingCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "UrlMappingsSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "UserMapPath", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "VirtualDirectoryMapping", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "VirtualDirectoryMappingCollection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "WebApplicationLevel", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "WebConfigurationFileMap", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "WebConfigurationManager", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "WebContext", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "WebControlsSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "WebPartsPersonalization", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "WebPartsPersonalizationAuthorization", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "WebPartsSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "XhtmlConformanceMode", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "XhtmlConformanceSection", + "Namespace": "System.Web.Configuration" + }, + { + "Name": "IInternalConfigWebHost", + "Namespace": "System.Web.Configuration.Internal" + }, + { + "Name": "ControlBuilderInterceptor", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "AppSettingsExpressionBuilder", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "AssemblyBuilder", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "BuildDependencySet", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "BuildManager", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "BuildProviderResultFlags", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "BuildProvider", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "BuildProviderAppliesTo", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "BuildProviderAppliesToAttribute", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "PrecompilationFlags", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "ClientBuildManagerParameter", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "ClientBuildManager", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "BuildManagerHostUnloadEventArgs", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "BuildManagerHostUnloadEventHandler", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "LinePragmaCodeInfo", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "ClientBuildManagerCallback", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "CompilerType", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "ConnectionStringsExpressionBuilder", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "DesignTimeResourceProviderFactoryAttribute", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "ExpressionBuilder", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "ExpressionBuilderContext", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "ExpressionEditorAttribute", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "ExpressionPrefixAttribute", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "FolderLevelBuildProviderAppliesTo", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "FolderLevelBuildProviderAppliesToAttribute", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "IAssemblyPostProcessor", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "IImplicitResourceProvider", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "ImplicitResourceKey", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "IResourceProvider", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "ResourceExpressionBuilder", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "ResourceExpressionFields", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "ResourceProviderFactory", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "RouteUrlExpressionBuilder", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "RouteValueExpressionBuilder", + "Namespace": "System.Web.Compilation" + }, + { + "Name": "IApplicationMonitor", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "ApplicationMonitors", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "RecycleLimitNotificationFrequency", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "RecycleLimitInfo", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "LowPhysicalMemoryInfo", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "AspNetMemoryMonitor", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "RecycleLimitObserver", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "RecycleLimitMonitor", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "LowPhysicalMemoryObserver", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "ISuspendibleRegisteredObject", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IProcessHostSupportFunctions", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IProcessPingCallback", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IListenerChannelCallback", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IStopListeningRegisteredObject", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IAppDomainFactory", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "AppDomainFactory", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IAppManagerAppDomainFactory", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "AppManagerAppDomainFactory", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "AppDomainProtocolHandler", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "ApplicationHost", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "ApplicationInfo", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "HostSecurityPolicyResults", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "HostSecurityPolicyResolver", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "ApplicationManager", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "HostingEnvironment", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IApplicationHost", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IProcessHostPreloadClient", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IRegisteredObject", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IISAPIRuntime", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "ISAPIRuntime", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IProcessHost", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IAdphManager", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IPphManager", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IProcessHostIdleAndHealthCheck", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IAppDomainInfo", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IAppDomainInfoEnum", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "AppDomainInfoEnum", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "AppDomainInfo", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IApplicationPreloadManager", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IApplicationPreloadUtil", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "ProcessHost", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "IProcessHostFactoryHelper", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "ProcessHostFactoryHelper", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "ProcessProtocolHandler", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "SimpleWorkerRequest", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "VirtualPathProvider", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "VirtualFileBase", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "VirtualFile", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "VirtualDirectory", + "Namespace": "System.Web.Hosting" + }, + { + "Name": "CacheInsertOptions", + "Namespace": "System.Web.Caching" + }, + { + "Name": "CacheStoreProvider", + "Namespace": "System.Web.Caching" + }, + { + "Name": "CacheItemRemovedCallback", + "Namespace": "System.Web.Caching" + }, + { + "Name": "CacheItemUpdateCallback", + "Namespace": "System.Web.Caching" + }, + { + "Name": "CacheItemPriority", + "Namespace": "System.Web.Caching" + }, + { + "Name": "CacheItemRemovedReason", + "Namespace": "System.Web.Caching" + }, + { + "Name": "CacheItemUpdateReason", + "Namespace": "System.Web.Caching" + }, + { + "Name": "Cache", + "Namespace": "System.Web.Caching" + }, + { + "Name": "CacheDependency", + "Namespace": "System.Web.Caching" + }, + { + "Name": "AggregateCacheDependency", + "Namespace": "System.Web.Caching" + }, + { + "Name": "FileResponseElement", + "Namespace": "System.Web.Caching" + }, + { + "Name": "HeaderElement", + "Namespace": "System.Web.Caching" + }, + { + "Name": "IOutputCacheEntry", + "Namespace": "System.Web.Caching" + }, + { + "Name": "MemoryResponseElement", + "Namespace": "System.Web.Caching" + }, + { + "Name": "OutputCache", + "Namespace": "System.Web.Caching" + }, + { + "Name": "OutputCacheProvider", + "Namespace": "System.Web.Caching" + }, + { + "Name": "OutputCacheProviderAsync", + "Namespace": "System.Web.Caching" + }, + { + "Name": "OutputCacheProviderCollection", + "Namespace": "System.Web.Caching" + }, + { + "Name": "OutputCacheUtility", + "Namespace": "System.Web.Caching" + }, + { + "Name": "ResponseElement", + "Namespace": "System.Web.Caching" + }, + { + "Name": "SqlCacheDependency", + "Namespace": "System.Web.Caching" + }, + { + "Name": "DatabaseNotEnabledForNotificationException", + "Namespace": "System.Web.Caching" + }, + { + "Name": "TableNotEnabledForNotificationException", + "Namespace": "System.Web.Caching" + }, + { + "Name": "SqlCacheDependencyAdmin", + "Namespace": "System.Web.Caching" + }, + { + "Name": "SubstitutionResponseElement", + "Namespace": "System.Web.Caching" + }, + { + "Name": "EnableAppBackgroundTaskDiagnosticLogCommand", + "Namespace": "Microsoft.BackgroundTasksManager.Commands" + }, + { + "Name": "DisableAppBackgroundTaskDiagnosticLogCommand", + "Namespace": "Microsoft.BackgroundTasksManager.Commands" + }, + { + "Name": "SetAppBackgroundTaskResourcePolicyCommand", + "Namespace": "Microsoft.BackgroundTasksManager.Commands" + }, + { + "Name": "ManagedVirtualApplication", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientApplicationImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientConnectionGroupProperties", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvPackageProperties", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ManagedAssetProperties", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "IClientComConsumer", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientComConsumerFactory", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "CatalogEnumerationFlags", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ForceFlag", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "PublishScope", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientMode", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientAssetImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientException", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientConfigurationImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientPackageImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientConnectionGroupImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientModeImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AppvClientReportImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "NetworkCostAdapter", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "CommonEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ResultEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "VEBlockedEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "PublishingRefreshEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "PublishingActivityEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "IClientComConsumerEventSink", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "VirtualProcess", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientComConsumer", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientDefinitions", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "IClientEventSinkRegistrator", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientEventSinkRegistrator", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientEventTypeFilter", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ClientWarning", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "ManifestRetriever", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "IPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "PublishingServer", + "Namespace": "Microsoft.AppV.AppvClientFacade" + }, + { + "Name": "AddAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "AddAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "AppvClientApplication", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "AddAppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "AppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "AppvClientConnectionGroupCmdletBase", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "AppvClientMode", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "AppvClientPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "AppvCmdletBase", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "AppvPackageCmdletBase", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "AppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "AppvClientConfiguration", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "DisableAppv", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "DisableAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "DynamicUserConfiguration", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "EmptyAppvClientObject", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "EnableAppv", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "EnableAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "GetAppvClientConfiguration", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "GetAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "GetAppvApplication", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "GetAppvClientMode", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "GetAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "GetAppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "GetAppvStatus", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "IAppvClientObject", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "MountAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "MountAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "PublishAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "RemoveAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "RemoveAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "RemoveAppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "RepairAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "RepairAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "ResourceRetriever", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "SendAppvClientReport", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "SetAppvClientConfiguration", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "SetAppvClientMode", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "SetAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "SetAppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "StopAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "StopAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "SyncAppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "UnpublishAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" + }, + { + "Name": "AppVConfiguration", + "Namespace": "AppManagementConfiguration" + }, + { + "Name": "AppmanServiceConfiguration", + "Namespace": "AppManagementConfiguration" + }, + { + "Name": "IAppManagementConfiguration", + "Namespace": "AppManagementConfiguration" + }, + { + "Name": "AppVClientDbg", + "Namespace": "Microsoft.AppV.SharedPerformance.Tracing" + }, + { + "Name": "PROVIDER_MICROSOFT_APPV_CLIENT_SHAREDPERFORMANCEEVENTS", + "Namespace": "Microsoft.AppV.SharedPerformance.Tracing" + }, + { + "Name": "BitLockerVolumeEncryptionMethodOnGet", + "Namespace": "Microsoft.BitLocker.Structures" + }, + { + "Name": "BitLockerVolumeEncryptionMethodOnEnable", + "Namespace": "Microsoft.BitLocker.Structures" + }, + { + "Name": "BitLockerVolumeKeyProtectorType", + "Namespace": "Microsoft.BitLocker.Structures" + }, + { + "Name": "BitLockerVolumeStatus", + "Namespace": "Microsoft.BitLocker.Structures" + }, + { + "Name": "BitLockerVolumeProtectionStatus", + "Namespace": "Microsoft.BitLocker.Structures" + }, + { + "Name": "BitLockerVolumeType", + "Namespace": "Microsoft.BitLocker.Structures" + }, + { + "Name": "BitLockerVolumeLockStatus", + "Namespace": "Microsoft.BitLocker.Structures" + }, + { + "Name": "BitLockerVolumeKeyProtectorCertificateTypes", + "Namespace": "Microsoft.BitLocker.Structures" + }, + { + "Name": "BitLockerVolumeKeyProtector", + "Namespace": "Microsoft.BitLocker.Structures" + }, + { + "Name": "BitLockerVolume", + "Namespace": "Microsoft.BitLocker.Structures" + }, + { + "Name": "Log", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "JobProgress", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "FileProgress", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "JobTimes", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "IFileLocation", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "FileLocation", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "IFileRange", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "FileRange", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "JobFile", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "JobError", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "IBackgroundCopyCallback", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "JobEventArgs", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "ErrorEventArgs", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "ModificationEventArgs", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "TransferredEventArgs", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "Job", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "Manager", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "LogTarget", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "JobType", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "JobState", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "JobPriority", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "JobPropertyId", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "JobCostState", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "JobProxyUsage", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "ErrorContext", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "AuthenticationTarget", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "AuthenticationScheme", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "NotifyOptions", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "ErrorCondition", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + }, + { + "Name": "GetDeliveryOptimizationPerfSnap", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "GetDeliveryOptimizationStatus", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "SwarmStatsOutput", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "Helper", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IBackgroundCopyManager", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IBackgroundCopyCallback", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IBackgroundCopyError", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IBackgroundCopyFile", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IBackgroundCopyFile5", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IBackgroundCopyJob", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IBackgroundCopyJob5", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IEnumBackgroundCopyFiles", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IEnumBackgroundCopyJobs", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BG_ERROR_CONTEXT", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BG_JOB_PRIORITY", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BG_JOB_PROXY_USAGE", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BG_JOB_STATE", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BG_NOTIFY_STATE", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BITS_JOB_PROPERTY_ID", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BITS_FILE_PROPERTY_ID", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BITS_JOB_TRANSFER_POLICY", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BG_JOB_TYPE", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BG_AUTH_TARGET", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BG_AUTH_SCHEME", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BG_FILE_RANGE", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "_BG_FILE_INFO", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "_BG_FILE_PROGRESS", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "_BG_JOB_PROGRESS", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BG_JOB_REPLY_PROGRESS", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BG_BASIC_CREDENTIALS", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BG_AUTH_CREDENTIALS_UNION", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BG_AUTH_CREDENTIALS", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BITS_JOB_PROPERTY_VALUE", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "BITS_FILE_PROPERTY_VALUE", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "_BG_JOB_TIMES", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "_FILETIME", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "DOConsts", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IDeliveryOptimizationJob", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "DOUsagePolicy", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "DOUsageStats", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "DOSwarmStats", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "SwarmStatus", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "PerfSnapData", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "DownloadMode", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "RestrictedUpload", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "JobFlags", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IDeliveryOptimizationNotify", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IDeliveryOptimizationJobNotify", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IDeliveryOptimizationFile", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IDeliveryOptimizationMgr", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "IDeliveryOptimizationPolicy", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "PInvoker", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "ResumeDeliveryOptimizationDownload", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "StartDeliveryOptimizationDownload", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "StopDeliveryOptimizationDownload", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "SuspendDeliveryOptimizationDownload", + "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + }, + { + "Name": "ProgressFlag", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ImagingCmdlet", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "DismBaseCmdlet", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "DismBaseImageCmdlet", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "DismBaseOfflineImageCmdlet", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "WimgapiCmdlet", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "AddWindowsPackageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "RemoveWindowsPackageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "GetWindowsPackageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "EnableWindowsOptionalFeatureCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "DisableWindowsOptionalFeatureCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "GetWindowsOptionalFeatureCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "RepairWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "GetWindowsCapabilityCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "AddWindowsCapabilityCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "RemoveWindowsCapabilityCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "LogLevel", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ImageIdentifier", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "MountMode", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ImageBootable", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "MountStatus", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "DismImageType", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ImageHealthState", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "PackageIdentifier", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "RestartType", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "CompletelyOfflineCapableType", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "DriverSignature", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "PackageFeatureState", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "FeatureState", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ReleaseType", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "GetWindowsDriverCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "RemoveWindowsDriverCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "AddWindowsDriverCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ExportWindowsDriverCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "GetAppxProvisionedPackageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "RemoveAppxProvisionedPackageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "AddAppxProvisionedPackageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "SetAppXProvisionedDataFileCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "GetWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "MountWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "SaveWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "DismountWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ClearWindowsCorruptMountPointCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "RemoveWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "SplitWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "NewWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "AddWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ApplyImageInputParam", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ExpandWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ExportWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "GetWindowsImageContentCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "NewWindowsCustomImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "UpdateWIMBootEntryCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "GetWIMBootEntryCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ExpandWindowsCustomDataImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "BaseDismObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "BasicImageInfoObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ImageInfoObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "WimImageInfoObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ImageObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "OfflineImageObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "WimBootEntryObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "MountedImageInfoObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "BasicPackageObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "CustomProperty", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "AdvancedPackageObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ImageObjectWithState", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "BasicFeatureObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "AdvancedFeatureObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "EditionObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "BasicDriverObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "AdvancedDriverObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "AppxPackageObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "BasicCapabilityObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "AdvancedCapabilityObject", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "GetWindowsEditionCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "SetWindowsEditionCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "SetWindowsProductKeyCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "OptimizeWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "UseWindowsUnattendCommand", + "Namespace": "Microsoft.Dism.Commands" + }, + { + "Name": "ResolveDnsName", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "RecordType", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_A", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_AAAA", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_MX", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_PTR", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_SOA", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_MINFO", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_TXT", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_NULL", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_WKS", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_KEY", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_SIG", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_NXT", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_SRV", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_WINS", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_DS", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_DNSKEY", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_RRSIG", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_NSEC", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_DHCID", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_NSEC3", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_NSEC3PARAM", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_OPT", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsRecord_Default", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "WINSMappingFlag", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "KeyProtocol", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "IpProtocol", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "EncryptionAlgorithm", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DigestType", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DNSSection", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DNSCharset", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsError", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "sockaddr_in", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "sockaddr_in6", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "AdapterInfo", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "InterfaceType", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "GetAdapterFlags", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DNS_DIRECT_ACCESS_QUERY_ORDER", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "DnsClientCommands", + "Namespace": "Microsoft.DnsClient.Commands" + }, + { + "Name": "api", + "Namespace": "Microsoft.DnsClient.Commands.dnsdiag" + }, + { + "Name": "LocalAccountsException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InternalException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "Win32InternalException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvalidPasswordException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvalidParametersException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AccessDeniedException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "InvalidNameException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NameInUseException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PrincipalNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UserNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MemberNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "ObjectExistsException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GroupExistsException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "UserExistsException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "MemberExistsException", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "LocalGroup", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "PrincipalSource", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "LocalPrincipal", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "LocalUser", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "AddLocalGroupMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "DisableLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnableLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetLocalGroupCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetLocalGroupMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "GetLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewLocalGroupCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "NewLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveLocalGroupCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveLocalGroupMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RemoveLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameLocalGroupCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "RenameLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetLocalGroupCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "SetLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, + { + "Name": "EnforcementStatus", + "Namespace": "Microsoft.Windows.Firewall.Schema" + }, + { + "Name": "NewNetIPsecAuthProposalCommand", + "Namespace": "Microsoft.Windows.Firewall.Commands" + }, + { + "Name": "CertificateAuthorityType", + "Namespace": "Microsoft.Windows.Firewall.Commands" + }, + { + "Name": "CertificateSigningAlgorithm", + "Namespace": "Microsoft.Windows.Firewall.Commands" + }, + { + "Name": "CertificateSubjectType", + "Namespace": "Microsoft.Windows.Firewall.Commands" + }, + { + "Name": "AuthenticationMethod", + "Namespace": "Microsoft.Windows.Firewall.Commands" + }, + { + "Name": "NewNetIPsecMainModeCryptoProposalCommand", + "Namespace": "Microsoft.Windows.Firewall.Commands" + }, + { + "Name": "NewNetIPsecQuickModeCryptoProposalCommand", + "Namespace": "Microsoft.Windows.Firewall.Commands" + }, + { + "Name": "EncryptionAlgorithm", + "Namespace": "Microsoft.Windows.Firewall.Commands" + }, + { + "Name": "HashAlgorithm", + "Namespace": "Microsoft.Windows.Firewall.Commands" + }, + { + "Name": "DiffieHellmanGroup", + "Namespace": "Microsoft.Windows.Firewall.Commands" + }, + { + "Name": "IPsecEncapsulation", + "Namespace": "Microsoft.Windows.Firewall.Commands" + }, + { + "Name": "DAPolicyChange", + "Namespace": "Microsoft.Windows.Firewall.Commands" + }, + { + "Name": "Formatter", + "Namespace": "Microsoft.Windows.Firewall.Commands.Formatting" + }, + { + "Name": "InstallProvisioningPackage", + "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + }, + { + "Name": "InstallTrustedProvisioningCertificate", + "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + }, + { + "Name": "ExportProvisioningPackage", + "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + }, + { + "Name": "ExportTrace", + "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + }, + { + "Name": "GetProvisioningPackage", + "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + }, + { + "Name": "GetTrustedProvisioningCertificate", + "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + }, + { + "Name": "ProvCmdletBase", + "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + }, + { + "Name": "UninstallProvisioningPackage", + "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + }, + { + "Name": "UninstallTrustedProvisioningCertificate", + "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + }, + { + "Name": "ResumeProvisioningSession", + "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + }, + { + "Name": "CmdletException", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "CmdletSession", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "PackageOwnerType", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "TraceLevel", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "TargetDeviceType", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "ErrorLookup", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "EtlParser", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "EventLogCollection", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "EventLogStore", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "Extensions", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "IPackageConfig", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "IPSExec", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "LogFolder", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "ConstValue`1", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "TokenPrivilege", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "PrivilegeNames", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "NativeMethods", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "PackageConfig", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "PackageResult", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "PPKGContainer", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "ProvConstants", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "ProvEvent", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "ProvEventSnapshot", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "ProvPackageMetadata", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "ProvRegistryStore", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "ProvRegistryStoreDesktop", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "ProvRegistryStoreMobile", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "ProvTracer", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "ProvxmlResult", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "RuntimeProvPackageMetadata", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "TargetDevice", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "TargetDeviceDesktop", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "TargetDeviceMobile", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "Tools", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "TraceEvent", + "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + }, + { + "Name": "Element", + "Namespace": "Microsoft.Windows.ProvPackageAPI" + }, + { + "Name": "ProvisioningElementType", + "Namespace": "Microsoft.Windows.ProvPackageAPI" + }, + { + "Name": "Logger", + "Namespace": "Microsoft.Windows.ProvPackageAPI" + }, + { + "Name": "Logging", + "Namespace": "Microsoft.Windows.ProvPackageAPI" + }, + { + "Name": "LogLevel", + "Namespace": "Microsoft.Windows.ProvPackageAPI" + }, + { + "Name": "ProvisioningPackage", + "Namespace": "Microsoft.Windows.ProvPackageAPI" + }, + { + "Name": "PackageBuilder", + "Namespace": "Microsoft.Windows.ProvPackageAPI" + }, + { + "Name": "PackageSecurity", + "Namespace": "Microsoft.Windows.ProvPackageAPI" + }, + { + "Name": "IImage", + "Namespace": "Microsoft.WindowsPhone.Imaging.WimInterop" + }, + { + "Name": "WindowsImageContainer", + "Namespace": "Microsoft.WindowsPhone.Imaging.WimInterop" + }, + { + "Name": "DefaultImageEventArgs", + "Namespace": "Microsoft.WindowsPhone.Imaging.WimInterop" + }, + { + "Name": "ProcessFileEventArgs", + "Namespace": "Microsoft.WindowsPhone.Imaging.WimInterop" + }, + { + "Name": "GetConfigurationBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + }, + { + "Name": "GetModuleBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + }, + { + "Name": "GetActionBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + }, + { + "Name": "FileGetBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + }, + { + "Name": "DownloadManagerUtilities", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + }, + { + "Name": "FileGetActionCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + }, + { + "Name": "FileGetConfigurationCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + }, + { + "Name": "FileGetModuleCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + }, + { + "Name": "S_PSDSCFileDownloadManager", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + }, + { + "Name": "ClearUevConfigurationCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "ClearUevAppxPackageCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "RestoreBackup", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "SetUevTemplateProfileCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "DisableUevAppxPackageCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "EnableUevAppxPackageCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "GetUevAppxPackageCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "ImportUevConfigurationCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "DisableUevTemplateCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "EnableUevTemplateCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "ExportUevConfigurationCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "GetUevConfigurationCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "RepairUevTemplateIndexCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "Resources", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "SetUevConfigurationCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "TestTemplateResult", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "TestUevTemplateCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "ConfigurationItem", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "SettingName", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "ConfigurationHelpers", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "RestoreUevUserSettingCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "ConfiguredWindows8App", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "EffectiveWindows8App", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "WmiHelpers", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "ExportUevPackageCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "UpdateUevTemplateCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "TemplateException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "InvalidTemplateIdException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "TemplateNotFoundException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "InvalidTemplateException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "DuplicateTemplateException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "CorruptTemplateDatabaseException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "CorruptTemplateException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "TemplateUpdateException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "TemplateSuiteParentNotExistException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "ConfigurationException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "InvalidConfigurationNameException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "InvalidConfigurationValueException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "InvalidConfigurationTypeException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "ProfileException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "SyncControllerException", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "GetUevTemplateCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "GetUevTemplateProgramCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "Process", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "Processes", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "Template", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "TemplateHelpers", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "RegisterUevTemplateCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "UnregisterUevTemplateCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "EnableUevCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "DisableUevCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "GetUevStatusCommand", + "Namespace": "Microsoft.Uev.Commands" + }, + { + "Name": "WindowsErrorReportState", + "Namespace": "Microsoft.Wer.Commands" + }, + { + "Name": "BaseCmdlet", + "Namespace": "Microsoft.Wer.Commands" + }, + { + "Name": "EnableWindowsErrorReportingCmdlet", + "Namespace": "Microsoft.Wer.Commands" + }, + { + "Name": "DisableWindowsErrorReportingCmdlet", + "Namespace": "Microsoft.Wer.Commands" + }, + { + "Name": "GetWindowsErrorReportingCmdlet", + "Namespace": "Microsoft.Wer.Commands" + }, + { + "Name": "PrintSetting", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "GetWindowsSearchSettingCommand", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "SetWindowsSearchSettingCommand", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "NativeMethods", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "SETTINGS_ENFORCEMENT_LEVEL", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "WindowsSafeSearchSettingEnum", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "WindowsSearchPrivacyLevelEnum", + "Namespace": "Microsoft.WindowsSearch.Commands" + }, + { + "Name": "Resources", + "Namespace": "Microsoft.WindowsSearch.Commands" + } + ], + "SchemaVersion": "0.0.1" +} diff --git a/Engine/Settings/knownCmdletIssues.json b/Engine/Settings/knownCmdletIssues.json new file mode 100644 index 000000000..a0a1bbd1f --- /dev/null +++ b/Engine/Settings/knownCmdletIssues.json @@ -0,0 +1,15 @@ +[ + "Wait-Process", + "Register-PSSessionConfiguration", + "Unregister-PSSessionConfiguration", + "Get-PSSessionConfiguration", + "Get-Event", + "New-Event", + "Register-EngineEvent", + "Register-WmiEvent", + "Remove-Event", + "Unregister-Event", + "Set-ExecutionPolicy", + "New-PSSessionOption", + "New-PSTransportOption", +] \ No newline at end of file diff --git a/Engine/Settings/typeAccelerators.json b/Engine/Settings/typeAccelerators.json new file mode 100644 index 000000000..1968ce22f --- /dev/null +++ b/Engine/Settings/typeAccelerators.json @@ -0,0 +1,100 @@ +{ + "validatenotnull": "System.Management.Automation.ValidateNotNullAttribute", + "bigint": "System.Numerics.BigInteger", + "version": "System.Version", + "ref": "System.Management.Automation.PSReference", + "psscriptmethod": "System.Management.Automation.PSScriptMethod", + "runspace": "System.Management.Automation.Runspaces.Runspace", + "x500distinguishedname": "System.Security.Cryptography.X509Certificates.X500DistinguishedName", + "cimsession": "Microsoft.Management.Infrastructure.CimSession", + "objectsecurity": "System.Security.AccessControl.ObjectSecurity", + "x509certificate": "System.Security.Cryptography.X509Certificates.X509Certificate", + "decimal": "System.Decimal", + "ipaddress": "System.Net.IPAddress", + "dscresource": "System.Management.Automation.DscResourceAttribute", + "psdefaultvalue": "System.Management.Automation.PSDefaultValueAttribute", + "psprimitivedictionary": "System.Management.Automation.PSPrimitiveDictionary", + "float": "System.Single", + "xml": "System.Xml.XmlDocument", + "validatenotnullorempty": "System.Management.Automation.ValidateNotNullOrEmptyAttribute", + "int32": "System.Int32", + "byte": "System.Byte", + "validateuserdrive": "System.Management.Automation.ValidateUserDriveAttribute", + "argumentcompletions": "System.Management.Automation.ArgumentCompletionsAttribute", + "wmisearcher": "System.Management.ManagementObjectSearcher", + "type": "System.Type", + "validateset": "System.Management.Automation.ValidateSetAttribute", + "hashtable": "System.Collections.Hashtable", + "wmi": "System.Management.ManagementObject", + "nullstring": "System.Management.Automation.Language.NullString", + "cmdletbinding": "System.Management.Automation.CmdletBindingAttribute", + "uint32": "System.UInt32", + "ValidateTrustedData": "System.Management.Automation.ValidateTrustedDataAttribute", + "psaliasproperty": "System.Management.Automation.PSAliasProperty", + "psnoteproperty": "System.Management.Automation.PSNoteProperty", + "bool": "System.Boolean", + "pslistmodifier": "System.Management.Automation.PSListModifier", + "psvariable": "System.Management.Automation.PSVariable", + "physicaladdress": "System.Net.NetworkInformation.PhysicalAddress", + "pscredential": "System.Management.Automation.PSCredential", + "outputtype": "System.Management.Automation.OutputTypeAttribute", + "allownull": "System.Management.Automation.AllowNullAttribute", + "object": "System.Object", + "long": "System.Int64", + "runspacefactory": "System.Management.Automation.Runspaces.RunspaceFactory", + "cultureinfo": "System.Globalization.CultureInfo", + "void": "System.Void", + "uint16": "System.UInt16", + "validatedrive": "System.Management.Automation.ValidateDriveAttribute", + "psscriptproperty": "System.Management.Automation.PSScriptProperty", + "initialsessionstate": "System.Management.Automation.Runspaces.InitialSessionState", + "cimtype": "Microsoft.Management.Infrastructure.CimType", + "psmoduleinfo": "System.Management.Automation.PSModuleInfo", + "timespan": "System.TimeSpan", + "pstypenameattribute": "System.Management.Automation.PSTypeNameAttribute", + "array": "System.Array", + "ordered": "System.Collections.Specialized.OrderedDictionary", + "powershell": "System.Management.Automation.PowerShell", + "int64": "System.Int64", + "parameter": "System.Management.Automation.ParameterAttribute", + "adsisearcher": "System.DirectoryServices.DirectorySearcher", + "ipendpoint": "System.Net.IPEndPoint", + "argumentcompleter": "System.Management.Automation.ArgumentCompleterAttribute", + "ciminstance": "Microsoft.Management.Infrastructure.CimInstance", + "datetime": "System.DateTime", + "supportswildcards": "System.Management.Automation.SupportsWildcardsAttribute", + "uint64": "System.UInt64", + "securestring": "System.Security.SecureString", + "scriptblock": "System.Management.Automation.ScriptBlock", + "dscproperty": "System.Management.Automation.DscPropertyAttribute", + "int16": "System.Int16", + "switch": "System.Management.Automation.SwitchParameter", + "wildcardpattern": "System.Management.Automation.WildcardPattern", + "cimclass": "Microsoft.Management.Infrastructure.CimClass", + "single": "System.Single", + "validatescript": "System.Management.Automation.ValidateScriptAttribute", + "validatepattern": "System.Management.Automation.ValidatePatternAttribute", + "semver": "System.Management.Automation.SemanticVersion", + "validatecount": "System.Management.Automation.ValidateCountAttribute", + "guid": "System.Guid", + "wmiclass": "System.Management.ManagementClass", + "validatelength": "System.Management.Automation.ValidateLengthAttribute", + "alias": "System.Management.Automation.AliasAttribute", + "int": "System.Int32", + "pscustomobject": "System.Management.Automation.PSObject", + "allowemptystring": "System.Management.Automation.AllowEmptyStringAttribute", + "uri": "System.Uri", + "psvariableproperty": "System.Management.Automation.PSVariableProperty", + "psobject": "System.Management.Automation.PSObject", + "validaterange": "System.Management.Automation.ValidateRangeAttribute", + "dsclocalconfigurationmanager": "System.Management.Automation.DscLocalConfigurationManagerAttribute", + "char": "System.Char", + "mailaddress": "System.Net.Mail.MailAddress", + "sbyte": "System.SByte", + "cimconverter": "Microsoft.Management.Infrastructure.CimConverter", + "regex": "System.Text.RegularExpressions.Regex", + "adsi": "System.DirectoryServices.DirectoryEntry", + "allowemptycollection": "System.Management.Automation.AllowEmptyCollectionAttribute", + "double": "System.Double", + "string": "System.String" +} diff --git a/Rules/Strings.Designer.cs b/Rules/Strings.Designer.cs index 45439a104..1d0ea6df6 100644 --- a/Rules/Strings.Designer.cs +++ b/Rules/Strings.Designer.cs @@ -20,7 +20,7 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Strings { @@ -2140,6 +2140,15 @@ internal static string UseCompatibleCmdletsError { } } + /// + /// Looks up a localized string similar to '{0}' is present in PowerShell edition '{1}', version '{2}', on OS '{3}' but is not functional.. + /// + internal static string UseCompatibleCmdletsKnownIssueError { + get { + return ResourceManager.GetString("UseCompatibleCmdletsKnownIssueError", resourceCulture); + } + } + /// /// Looks up a localized string similar to UseCompatibleCmdlets. /// @@ -2149,6 +2158,60 @@ internal static string UseCompatibleCmdletsName { } } + /// + /// Looks up a localized string similar to '{0}' is a full Windows PowerShell cmdlet. This cmdlet should work with PowerShell edition '{1}', version '{2}' on OS '{3}' but compatibility cannot be guaranteed.. + /// + internal static string UseCompatibleCmdletsWindowsPowerShellError { + get { + return ResourceManager.GetString("UseCompatibleCmdletsWindowsPowerShellError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use compatible types. + /// + internal static string UseCompatibleTypesCommonName { + get { + return ResourceManager.GetString("UseCompatibleTypesCommonName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use types compatible with the given PowerShell version and edition and operating system. + /// + internal static string UseCompatibleTypesDescription { + get { + return ResourceManager.GetString("UseCompatibleTypesDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to '{0}' is not compatible with PowerShell edition '{1}', version '{2}' and OS '{3}'. + /// + internal static string UseCompatibleTypesError { + get { + return ResourceManager.GetString("UseCompatibleTypesError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to UseCompatibleTypes. + /// + internal static string UseCompatibleTypesName { + get { + return ResourceManager.GetString("UseCompatibleTypesName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not resolve type '{0}'. If this is not a user-created type, please use full type name with namespace to evaluate with PSScript Analyzer.. + /// + internal static string UseCompatibleTypesUnresolvedError { + get { + return ResourceManager.GetString("UseCompatibleTypesUnresolvedError", resourceCulture); + } + } + /// /// Looks up a localized string similar to Use consistent indentation. /// diff --git a/Rules/Strings.resx b/Rules/Strings.resx index facd68c2e..c9e47f897 100644 --- a/Rules/Strings.resx +++ b/Rules/Strings.resx @@ -1026,4 +1026,25 @@ PossibleIncorrectUsageOfRedirectionOperator + + '{0}' is present in PowerShell edition '{1}', version '{2}', on OS '{3}' but is not functional. + + + '{0}' is a full Windows PowerShell cmdlet. This cmdlet should work with PowerShell edition '{1}', version '{2}' on OS '{3}' but compatibility cannot be guaranteed. + + + Use compatible types + + + Use types compatible with the given PowerShell version and edition and operating system + + + '{0}' is not compatible with PowerShell edition '{1}', version '{2}' and OS '{3}' + + + UseCompatibleTypes + + + Could not resolve type '{0}'. If this is not a user-created type, please use full type name with namespace to evaluate with PSScript Analyzer. + \ No newline at end of file diff --git a/Rules/UseCompatibleCmdlets.cs b/Rules/UseCompatibleCmdlets.cs index ea96334da..3877f53f3 100644 --- a/Rules/UseCompatibleCmdlets.cs +++ b/Rules/UseCompatibleCmdlets.cs @@ -12,116 +12,85 @@ using System.Management.Automation.Language; using System.Text.RegularExpressions; using Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic; - using Newtonsoft.Json.Linq; namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules { /// - /// A class to check if a script uses Cmdlets compatible with a given version and edition of PowerShell. + /// A class to check if a script uses cmdlets compatible with a given OS, PowerShell edition, and PowerShell version. /// #if !CORECLR [Export(typeof(IScriptRule))] #endif - public class UseCompatibleCmdlets : AstVisitor, IScriptRule - { - private struct RuleParameters - { - public string mode; - public string[] compatibility; - public string reference; - } - private List diagnosticRecords; - private Dictionary> psCmdletMap; + public class UseCompatibleCmdlets : IScriptRule + { + // Valid parameters for this rule. private readonly List validParameters; - private CommandAst curCmdletAst; - private Dictionary curCmdletCompatibilityMap; - private Dictionary platformSpecMap; + + // Path of script being analyzed by ScriptAnalyzer. private string scriptPath; - private bool IsInitialized; - private bool hasInitializationError; - private string reference; - private readonly string defaultReference = "desktop-5.1.14393.206-windows"; - private RuleParameters ruleParameters; - public UseCompatibleCmdlets() - { - validParameters = new List { "mode", "uri", "compatibility", "reference" }; - IsInitialized = false; - } + // Lists each target platform (broken down into PowerShell edition, version, os). + private Dictionary platformSpecMap; - /// - /// Retrieves the common name of this rule. - /// - public string GetCommonName() - { - return string.Format(CultureInfo.CurrentCulture, Strings.UseCompatibleCmdletsCommonName); - } + // List of cmdlet names for each target platform. + private Dictionary> psCmdletMap; - /// - /// Retrieves the description of this rule. - /// - public string GetDescription() - { - return string.Format(CultureInfo.CurrentCulture, Strings.UseCompatibleCmdletsDescription); - } + // List of cmdlets from desktop PowerShell. + private HashSet referenceCmdletMap; - /// - /// Retrieves the name of this rule. - /// - public string GetName() - { - return string.Format( - CultureInfo.CurrentCulture, - Strings.NameSpaceFormat, - GetSourceName(), - Strings.UseCompatibleCmdletsName); - } + // Name of PowerShell desktop version reference file. + private readonly string defaultReferenceFileName = "desktop-5.1.15063.0-windows.json"; - /// - /// Retrieves the severity of the rule: error, warning or information. - /// - public RuleSeverity GetSeverity() - { - return RuleSeverity.Warning; - } + // List of user created cmdlets found in ast (functionDefinitionAsts). + private List customCommands; - /// - /// Gets the severity of the returned diagnostic record: error, warning, or information. - /// - /// - public DiagnosticSeverity GetDiagnosticSeverity() - { - return DiagnosticSeverity.Warning; - } + // List of cmdlets that exist on Linux and OSX but do not function correctly. + private List knownIssuesList; - /// - /// Retrieves the name of the module/assembly the rule is from. - /// - public string GetSourceName() + // Name of known issues list file. + private readonly string knownIssuesFileName = "knownCmdletIssues.json"; + + // List of all CommandAsts found in Ast. + private IEnumerable commandAsts; + + // List of all diagnostic records for incompatible cmdlets. + private List diagnosticRecords; + + private bool IsInitialized; + private bool hasInitializationError; + private string reference; + + private RuleParameters ruleParameters; + + private class RuleParameters { - return string.Format(CultureInfo.CurrentCulture, Strings.SourceName); + public string mode; + public string[] compatibility; + public string reference; } - /// - /// Retrieves the type of the rule, Builtin, Managed or Module. - /// - public SourceType GetSourceType() + public UseCompatibleCmdlets() { - return SourceType.Builtin; + validParameters = new List { "mode", "uri", "compatibility", "reference" }; + IsInitialized = false; } /// - /// Analyzes the given ast to find the [violation] + /// Analyzes the given ast to find the violation(s). /// - /// AST to be analyzed. This should be non-null + /// AST to be analyzed. This should be non-null. /// Name of file that corresponds to the input AST. - /// A an enumerable type containing the violations + /// An enumerable type containing the violations public IEnumerable AnalyzeScript(Ast ast, string fileName) { - // we do not want to initialize the data structures if the rule is not being used for analysis - // hence we initialize when this method is called for the first time + if (ast == null) + { + throw new ArgumentNullException("ast"); + } + // We do not want to initialize the data structures if the rule is not being used for analysis + // hence we initialize when this method is called for the first time. if (!IsInitialized) { Initialize(); @@ -129,92 +98,130 @@ public IEnumerable AnalyzeScript(Ast ast, string fileName) if (hasInitializationError) { - yield break; + Console.WriteLine("There was an error running the UseCompatibleCmdlets Rule. Please check the error log in the Settings file for more info."); + return new DiagnosticRecord[0]; } - if (ast == null) - { - throw new ArgumentNullException("ast"); - } + diagnosticRecords.Clear(); scriptPath = fileName; - diagnosticRecords.Clear(); - ast.Visit(this); - foreach (var dr in diagnosticRecords) - { - yield return dr; - } - } + customCommands = new List(); + // List of all commands in the script. + commandAsts = ast.FindAll(testAst => testAst is CommandAst, true); - /// - /// Visits the CommandAst type node in an AST - /// - /// CommandAst node - public override AstVisitAction VisitCommand(CommandAst commandAst) - { - if (commandAst == null) + // List of user created commands (from a function definition). + IEnumerable functionDefinitionAsts = ast.FindAll(testAst => testAst is FunctionDefinitionAst, true); + foreach (Ast functionDefinition in functionDefinitionAsts) { - return AstVisitAction.SkipChildren; + string function = functionDefinition.GetType().GetProperty("Name").GetValue(functionDefinition).ToString(); + customCommands.Add(function); } - var commandName = commandAst.GetCommandName(); - if (commandName == null) + // If we have no cmdlets to check, we can exit from this rule. + if (commandAsts.Count() == 0) { - return AstVisitAction.SkipChildren; + return new DiagnosticRecord[0]; } - curCmdletAst = commandAst; - ResetCurCmdletCompatibilityMap(); CheckCompatibility(); - GenerateDiagnosticRecords(); - return AstVisitAction.Continue; + + return diagnosticRecords; } /// - /// Create an instance of DiagnosticRecord and add it to a list + /// Check if current command is present in the target platform library. + /// If not, create a Diagnostic Record for that type. /// - private void GenerateDiagnosticRecords() + private void CheckCompatibility() { - bool referenceCompatibility = curCmdletCompatibilityMap[reference]; - - // If the command is present in reference platform but not in any of the target platforms. - // Or if the command is not present in reference platform but present in any of the target platforms - // then declare it as an incompatible cmdlet. - // If it is present neither in reference platform nor any target platforms, then it is probably a - // non-builtin command and hence do not declare it as an incompatible cmdlet. - // Since we do not check for aliases, the XOR-ing will also make sure that aliases are not flagged - // as they will be found neither in reference platform nor in target platforms - foreach (var platform in ruleParameters.compatibility) + foreach (dynamic command in commandAsts) { - var curCmdletCompat = curCmdletCompatibilityMap[platform]; - if (!curCmdletCompat && referenceCompatibility) + bool existsInDesktopPSModule = false; + bool knownIssueCmdlet = false; + string commandName = command.GetCommandName(); + + foreach (dynamic platform in psCmdletMap) { - var cmdletName = curCmdletAst.GetCommandName(); - var platformInfo = platformSpecMap[platform]; - var funcNameTokens = Helper.Instance.Tokens.Where( - token => - Helper.ContainsExtent(curCmdletAst.Extent, token.Extent) - && token.Text.Equals(cmdletName)); - var funcNameToken = funcNameTokens.FirstOrDefault(); - var extent = funcNameToken == null ? null : funcNameToken.Extent; - diagnosticRecords.Add(new DiagnosticRecord( - String.Format( - Strings.UseCompatibleCmdletsError, - cmdletName, - platformInfo.PSEdition, - platformInfo.PSVersion, - platformInfo.OS), - extent, - GetName(), - GetDiagnosticSeverity(), - scriptPath, - null, - null)); + // Check if cmdlet is a known issue for Linux or OSX. + if (platform.Key.Contains("linux") || platform.Key.Contains("osx")) + { + knownIssueCmdlet = checkKnownIssuesList(commandName); + } + + // If the cmdlet exists on the target platform AND it is not a known issue, continue. + if (platform.Value.Contains(commandName) && !knownIssueCmdlet) + { + continue; + } + // If the cmdlet is user defined in the script, continue. + else if (customCommands.Contains(commandName)) + { + continue; + } + // If the cmdlet does NOT exist on target platform NOR on reference platform, then it is probably a non-builtin + // command OR an alias (which we do not check for), so continue. + else if (!(platform.Value.Contains(commandName)) && !(referenceCmdletMap.Contains(commandName))) + { + continue; + } + // If the cmdlet does NOT exist on target platform, but DOES exist on Full PowerShell, incompatible. + else if (!(platform.Value.Contains(commandName)) && (referenceCmdletMap.Contains(commandName))) + { + // Uncomment below for ARM64 warnings instead of errors. + // existsInDesktopPSModule = true; + GenerateDiagnosticRecord(command, platform.Key, existsInDesktopPSModule, knownIssueCmdlet); + } + // If cmdlet DOES exist on target platform BUT is a known issue, incompatible. + else + { + GenerateDiagnosticRecord(command, platform.Key, existsInDesktopPSModule, knownIssueCmdlet); + } } } } + /// + /// Create an instance of DiagnosticRecord and add it to diagnosticRecords list. + /// + private void GenerateDiagnosticRecord(dynamic commandAst, + string platformName, + bool existsInDesktopPSModule, + bool knownIssueCmdlet) + { + var errorMessage = Strings.UseCompatibleCmdletsError; + bool warning = false; + + if (existsInDesktopPSModule) + { + errorMessage = Strings.UseCompatibleCmdletsWindowsPowerShellError; + warning = true; + } + + if (knownIssueCmdlet) + { + errorMessage = Strings.UseCompatibleCmdletsKnownIssueError; + } + + var cmdletName = commandAst.GetCommandName(); + var platformInfo = platformSpecMap[platformName]; + var extent = commandAst.Extent; + + diagnosticRecords.Add(new DiagnosticRecord( + String.Format( + errorMessage, + cmdletName, + platformInfo.PSEdition, + platformInfo.PSVersion, + platformInfo.OS), + extent, + GetName(), + GetDiagnosticSeverity(warning), + scriptPath, + null, + null)); + } + /// /// Initialize data structures need to check cmdlet compatibility /// @@ -222,133 +229,192 @@ private void Initialize() { diagnosticRecords = new List(); psCmdletMap = new Dictionary>(); - curCmdletCompatibilityMap = new Dictionary(StringComparer.OrdinalIgnoreCase); + referenceCmdletMap = new HashSet(); platformSpecMap = new Dictionary(StringComparer.OrdinalIgnoreCase); SetupCmdletsDictionary(); IsInitialized = true; } /// - /// Sets up a dictionaries indexed by PowerShell version/edition and OS + /// Sets up a dictionaries indexed by PowerShell version/edition and OS. /// private void SetupCmdletsDictionary() { - // If the method encounters any error, it returns early - // which implies there is an initialization error + // If the method encounters any error it returns early, which implies there is an initialization error. + // The error will be written to the log file in the Settings directory. hasInitializationError = true; + + // Get path to Settings Directory (where the json dictionaries are located). + string settingsPath = Settings.GetShippedSettingsDirectory(); + + if (String.IsNullOrEmpty(settingsPath)) + { + return; + } + + string logFile = CreateLogFileName(settingsPath); + + // Retrieve rule parameters provided by user. Dictionary ruleArgs = Helper.Instance.GetRuleArguments(GetName()); - if (ruleArgs == null) + + // If there are no params or if none are valid, return. + if (ruleArgs == null || !RuleParamsValid(ruleArgs)) { + WriteToLogFile(logFile, "Parameters for UseCompatibleCmdlets are invalid. Make sure to include a 'compatibility' param in your Settings file."); return; } - if (!RuleParamsValid(ruleArgs)) + // For each target platform listed in the 'compatibility' param, add it to compatibilityList. + string[] compatibilityArray = ruleArgs["compatibility"] as string[]; + + if (compatibilityArray == null || compatibilityArray.Length.Equals(0)) { + WriteToLogFile(logFile, "Compatibility parameter is null."); return; } - var compatibilityObjectArr = ruleArgs["compatibility"] as object[]; - var compatibilityList = new List(); - if (compatibilityObjectArr == null) + List compatibilityList = new List(); + + foreach (string target in compatibilityArray) { - compatibilityList = ruleArgs["compatibility"] as List; - if (compatibilityList == null) + if (String.IsNullOrEmpty(target)) { - return; + // ignore invalid entries + continue; } + compatibilityList.Add(target); } - else - { - foreach (var compatItem in compatibilityObjectArr) - { - var compatString = compatItem as string; - if (compatString == null) - { - // ignore (warn) non-string invalid entries - continue; - } - compatibilityList.Add(compatString); - } + if (compatibilityList.Count.Equals(0)) + { + WriteToLogFile(logFile, "There are no target platforms listed in the compatibility parameter."); } - ruleParameters.compatibility = compatibilityList.ToArray(); - reference = defaultReference; -#if DEBUG - // Setup reference file - object referenceObject; - if (ruleArgs.TryGetValue("reference", out referenceObject)) + // Create our platformSpecMap from the target platforms in the compatibilityList. + foreach (string target in compatibilityList) { - reference = referenceObject as string; - if (reference == null) + string psedition, psversion, os; + + // ignore invalid entries + if (GetVersionInfoFromPlatformString(target, out psedition, out psversion, out os)) { - reference = GetStringArgFromListStringArg(referenceObject); - if (reference == null) - { - return; - } + platformSpecMap.Add(target, new { PSEdition = psedition, PSVersion = psversion, OS = os }); } } -#endif - ruleParameters.reference = reference; - // check if the reference file has valid platformSpec - if (!IsValidPlatformString(reference)) + // Find corresponding dictionaries for target platforms and create cmdlet maps. + ProcessDirectory(settingsPath, compatibilityList); + + if (psCmdletMap.Keys.Count != compatibilityList.Count()) { + WriteToLogFile(logFile, "One or more of the target platforms listed in the compatibility parameter is not valid."); return; } - string settingsPath = Settings.GetShippedSettingsDirectory(); -#if DEBUG - object modeObject; - if (ruleArgs.TryGetValue("mode", out modeObject)) - { - // This is for testing only. User should not be specifying mode! - var mode = GetStringArgFromListStringArg(modeObject); - ruleParameters.mode = mode; - switch (mode) - { - case "offline": - settingsPath = GetStringArgFromListStringArg(ruleArgs["uri"]); - break; - - case "online": // not implemented yet. - case null: - default: - return; - } + // Set up our reference cmdlet map. + referenceCmdletMap = SetUpAdditionalCmdletMap(settingsPath, defaultReferenceFileName); + // Set up known issues list if target is linux or osx. + string linux = compatibilityList.FirstOrDefault(s => s.Contains("linux")); + string osx = compatibilityList.FirstOrDefault(s => s.Contains("osx")); + + if (!String.IsNullOrEmpty(linux) || !String.IsNullOrEmpty(osx)) + { + knownIssuesList = setUpKnownIssuesList(settingsPath); } -#endif - if (settingsPath == null - || !ContainsReferenceFile(settingsPath)) + + // Reached this point, so no initialization error. + hasInitializationError = false; + } + + /// + /// Search the Settings directory for files in the form [PSEdition]-[PSVersion]-[OS].json. + /// For each json file found that matches our target platforms, parse file to create cmdlet map. + /// + private void ProcessDirectory(string path, List compatibilityList) + { + var jsonFiles = Directory.EnumerateFiles(path, "*.json"); + if (jsonFiles == null) { return; } - var extentedCompatibilityList = compatibilityList.Concat(Enumerable.Repeat(reference, 1)); - foreach (var compat in extentedCompatibilityList) + foreach (string file in jsonFiles) { - string psedition, psversion, os; + string fileNameWithoutExtension = Path.GetFileNameWithoutExtension(file); + if (!compatibilityList.Contains(fileNameWithoutExtension, StringComparer.OrdinalIgnoreCase)) + { + continue; + } + + dynamic deserialized = JObject.Parse(File.ReadAllText(file)); + psCmdletMap[fileNameWithoutExtension] = GetCmdletsFromData(deserialized); + } + } - // ignore (warn) invalid entries - if (GetVersionInfoFromPlatformString(compat, out psedition, out psversion, out os)) + /// + /// Get a hashset of cmdlet names from a deserialized json file + /// + private HashSet GetCmdletsFromData(dynamic deserializedObject) + { + HashSet cmdlets = new HashSet(StringComparer.OrdinalIgnoreCase); + dynamic modules = deserializedObject.Modules; + foreach (dynamic module in modules) + { + if (module.ExportedCommands == null) + { + continue; + } + + foreach (dynamic cmdlet in module.ExportedCommands) { - platformSpecMap.Add(compat, new { PSEdition = psedition, PSVersion = psversion, OS = os }); - curCmdletCompatibilityMap.Add(compat, true); + string name = cmdlet.Name.ToString(); + cmdlets.Add(name); } } + return cmdlets; + } + + /// + /// Set up cmdlet list for Linux/OSX known issues. + /// + private List setUpKnownIssuesList(string path) + { + var knownIssuesFile = Directory.GetFiles(path, knownIssuesFileName); + dynamic deserialized = JArray.Parse(File.ReadAllText(knownIssuesFile[0])); + List issues = new List(); - ProcessDirectory( - settingsPath, - extentedCompatibilityList); - if (psCmdletMap.Keys.Count != extentedCompatibilityList.Count()) + foreach (dynamic cmdlet in deserialized) { - return; + issues.Add(cmdlet.ToString()); } - // reached this point, so no error - hasInitializationError = false; + return issues; + } + + /// + /// Set up cmdlet map from the latest desktop version of PowerShell. + /// + private HashSet SetUpAdditionalCmdletMap(string path, string fileName) + { + string[] cmdletFile = Directory.GetFiles(path, fileName); + dynamic deserialized = JObject.Parse(File.ReadAllText(cmdletFile[0])); + return GetCmdletsFromData(deserialized); + } + + /// + /// Check if cmdlet is on the known Issues List for Linux/OSX. + /// + private bool checkKnownIssuesList(string commandName) + { + if (knownIssuesList.Contains(commandName, StringComparer.OrdinalIgnoreCase)) + { + return true; + } + else + { + return false; + } } /// @@ -361,15 +427,12 @@ private bool ContainsReferenceFile(string directory) } /// - /// Resets the values in curCmdletCompatibilityMap to true + /// Check if rule arguments are valid /// - private void ResetCurCmdletCompatibilityMap() + private bool RuleParamsValid(Dictionary ruleArgs) { - // cannot iterate over collection and change the values, hence the conversion to list - foreach(var key in curCmdletCompatibilityMap.Keys.ToList()) - { - curCmdletCompatibilityMap[key] = true; - } + return ruleArgs.Keys.All( + key => validParameters.Any(x => x.Equals(key, StringComparison.OrdinalIgnoreCase))); } private bool IsValidPlatformString(string fileNameWithoutExt) @@ -382,6 +445,28 @@ private bool IsValidPlatformString(string fileNameWithoutExt) out os); } + /// + /// Create a string with current date/time for log file name. + /// + private string CreateLogFileName(string settingsPath) + { + string dateString = String.Format("{0:g}", DateTime.Now); + string editedDate = (new Regex("\\W")).Replace(dateString, "_"); + string logFile = settingsPath + "\\UseCompatibleTypesErrorLog" + editedDate + ".txt"; + return logFile; + } + + /// + /// Writes an error message to the error log file. + /// + private void WriteToLogFile(string logFile, string message) + { + using (StreamWriter writer = File.AppendText(logFile)) + { + writer.WriteLine(message); + } + } + /// /// Gets PowerShell Edition, Version and OS from input string /// @@ -395,7 +480,7 @@ private bool GetVersionInfoFromPlatformString( psedition = null; psversion = null; os = null; - const string pattern = @"^(?core|desktop)-(?[\S]+)-(?windows|linux|macos)$"; + const string pattern = @"^(?core.*|desktop)-(?[\S]+)-(?windows|linux|macos|nano|iot)$"; var match = Regex.Match(fileName, pattern, RegexOptions.IgnoreCase); if (match == Match.Empty) { @@ -408,105 +493,71 @@ private bool GetVersionInfoFromPlatformString( } /// - /// Gets the string from a one element string array + /// Retrieves the common name of this rule. /// - private string GetStringArgFromListStringArg(object arg) + public string GetCommonName() { - if (arg == null) - { - return null; - } - var strList = arg as List; - if (strList == null - || strList.Count != 1) - { - return null; - } - return strList[0]; + return string.Format(CultureInfo.CurrentCulture, Strings.UseCompatibleCmdletsCommonName); } /// - /// Search a directory for files of form [PSEdition]-[PSVersion]-[OS].json + /// Retrieves the description of this rule. /// - private void ProcessDirectory(string path, IEnumerable acceptablePlatformSpecs) + public string GetDescription() { - foreach (var filePath in Directory.EnumerateFiles(path)) - { - var extension = Path.GetExtension(filePath); - if (String.IsNullOrWhiteSpace(extension) - || !extension.Equals(".json", StringComparison.OrdinalIgnoreCase)) - { - continue; - } + return string.Format(CultureInfo.CurrentCulture, Strings.UseCompatibleCmdletsDescription); + } - var fileNameWithoutExt = Path.GetFileNameWithoutExtension(filePath); - if (acceptablePlatformSpecs != null - && !acceptablePlatformSpecs.Contains(fileNameWithoutExt, StringComparer.OrdinalIgnoreCase)) - { - continue; - } + /// + /// Retrieves the name of this rule. + /// + public string GetName() + { + return string.Format( + CultureInfo.CurrentCulture, + Strings.NameSpaceFormat, + GetSourceName(), + Strings.UseCompatibleCmdletsName); + } - psCmdletMap[fileNameWithoutExt] = GetCmdletsFromData(JObject.Parse(File.ReadAllText(filePath))); - } + /// + /// Retrieves the severity of the rule: error, warning or information. + /// + public RuleSeverity GetSeverity() + { + return RuleSeverity.Warning; } /// - /// Get a hashset of cmdlet names from a deserialized json file + /// Gets the severity of the returned diagnostic record: error, warning, or information. /// - /// /// - private HashSet GetCmdletsFromData(dynamic deserializedObject) + public DiagnosticSeverity GetDiagnosticSeverity(bool warning) { - var cmdlets = new HashSet(StringComparer.OrdinalIgnoreCase); - dynamic modules = deserializedObject.Modules; - foreach (dynamic module in modules) + if (warning) { - if (module.ExportedCommands == null) - { - continue; - } - - foreach (dynamic cmdlet in module.ExportedCommands) - { - var name = cmdlet.Name as string; - if (name == null) - { - name = cmdlet.Name.ToObject(); - } - cmdlets.Add(name); - } + return DiagnosticSeverity.Warning; + } + else + { + return DiagnosticSeverity.Error; } - - return cmdlets; } /// - /// Check if rule arguments are valid + /// Retrieves the name of the module/assembly the rule is from. /// - private bool RuleParamsValid(Dictionary ruleArgs) + public string GetSourceName() { - return ruleArgs.Keys.All( - key => validParameters.Any(x => x.Equals(key, StringComparison.OrdinalIgnoreCase))); + return string.Format(CultureInfo.CurrentCulture, Strings.SourceName); } /// - /// Check if current command is present in the whitelists - /// If not, flag the corresponding value in curCmdletCompatibilityMap + /// Retrieves the type of the rule, Builtin, Managed or Module. /// - private void CheckCompatibility() + public SourceType GetSourceType() { - string commandName = curCmdletAst.GetCommandName(); - foreach (var platformSpec in psCmdletMap) - { - if (platformSpec.Value.Contains(commandName)) - { - curCmdletCompatibilityMap[platformSpec.Key] = true; - } - else - { - curCmdletCompatibilityMap[platformSpec.Key] = false; - } - } + return SourceType.Builtin; } } } diff --git a/Rules/UseCompatibleTypes.cs b/Rules/UseCompatibleTypes.cs new file mode 100644 index 000000000..c75d346e4 --- /dev/null +++ b/Rules/UseCompatibleTypes.cs @@ -0,0 +1,928 @@ +// Copyright (c) Microsoft Corporation. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + +using System; +using System.Collections.Generic; +#if !CORECLR +using System.ComponentModel.Composition; +#endif +using System.Globalization; +using System.IO; +using System.Linq; +using System.Management.Automation.Language; +using System.Reflection; +using System.Text.RegularExpressions; +using Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic; +using Newtonsoft.Json.Linq; + +namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules +{ + /// + /// A class to check if a script uses types compatible with a given OS, PowerShell edition, and PowerShell version. + /// +#if !CORECLR + [Export(typeof(IScriptRule))] +#endif + + public class UseCompatibleTypes : IScriptRule + { + // Valid parameters for this rule. + private readonly string validParameters; + + // Path of script being analyzed by ScriptAnalyzer. + private string scriptPath; + + // Lists each target platform (broken down into PowerShell edition, version, os). + private Dictionary platformSpecMap; + + // List of full type names for each target platform. + private Dictionary> psTypeMap; + + // List of full type names from desktop PowerShell (used a reference to find type names). + private HashSet referenceMap; + + // Beginning of name of PowerShell desktop version reference file. + private readonly string referenceFileName = "desktop-5.1*"; + + // List of type accelerator names and their corresponding full names. + private Dictionary typeAcceleratorMap; + + // Name of the type accelerator file. + private readonly string typeAccFileName = "typeAccelerators.json"; + + // List of .Net namespaces (first word only). + private List knownNamespaces = new List { "System.", "Microsoft.", "Newtonsoft.", "Internal." }; + + // List of all TypeAst objects (TypeConstraintAst, TypeExpressionAst, and + // types used with 'New-Object') found in ast. + private List allTypesFromAst; + + // List of user created types found in ast (TypeDefinitionAst). + private List customTypes; + + // List of all diagnostic records for incompatible types. + private List diagnosticRecords; + + private bool IsInitialized; + private bool hasInitializationError; + + private class fullTypeNameObject + { + public string fullName; + public bool isCustomType; + public bool isTypeAccelerator; + + public fullTypeNameObject(bool customType) + { + fullName = null; + isCustomType = customType; + isTypeAccelerator = false; + } + } + + public UseCompatibleTypes() + { + validParameters = "compatibility"; + IsInitialized = false; + } + + /// + /// Analyzes the given ast to find the violation(s). + /// + /// AST to be analyzed. This should be non-null. + /// Name of file that corresponds to the input AST. + /// An enumerable type containing the violations. + public IEnumerable AnalyzeScript(Ast ast, string fileName) + { + if (ast == null) + { + throw new ArgumentNullException("ast"); + } + + // We do not want to initialize the data structures if the rule is not being used for analysis, + // hence we initialize when this method is called for the first time. + if (!IsInitialized) + { + Initialize(); + } + + if (hasInitializationError) + { + Console.WriteLine("There was an error running the UseCompatibleTypes Rule. Please check the error log in the Settings file for more info."); + return new DiagnosticRecord[0]; + } + + diagnosticRecords.Clear(); + + scriptPath = fileName; + allTypesFromAst = new List(); + customTypes = new List(); + + // TypeConstraintAsts + IEnumerable constraintAsts = ast.FindAll(testAst => testAst is TypeConstraintAst, true); + addAstElementToList(constraintAsts); + + // TypeExpressionAsts + IEnumerable expressionAsts = ast.FindAll(testAst => testAst is TypeExpressionAst, true); + addAstElementToList(expressionAsts); + + // Types named within a command. We want only types used with the 'New-Object' + // cmdlet, but will filter those out later. + IEnumerable commandAsts = ast.FindAll(testAst => testAst is CommandAst, true); + addAstElementToList(commandAsts); + + // Types declared by the user (defined within a user-created class). + IEnumerable definitionAsts = ast.FindAll(testAst => testAst is TypeDefinitionAst, true); + foreach (Ast item in definitionAsts) + { + string customType = item.GetType().GetProperty("Name").GetValue(item).ToString(); + customTypes.Add(customType); + } + + // These are namespaces used in the script. This will help getting full type names for types + // from ast objects that only give us the type name as a string. We will add these to the + // beginning of our known namespaces list so we check those first. + IEnumerable useStatementAsts = ast.FindAll(testAst => testAst is UsingStatementAst, true); + foreach (Ast item in useStatementAsts) + { + string nspace = item.GetType().GetProperty("Name").GetValue(item).ToString(); + knownNamespaces.Insert(0, nspace + "."); + } + + // If we have no types to check, we can exit from this rule. + if (allTypesFromAst.Count == 0) + { + return new DiagnosticRecord[0]; + } + + CheckCompatibility(); + + return diagnosticRecords; + } + + /// + /// Check if type is present in the target platform type list. + /// If not, create a Diagnostic Record for that type. + /// + private void CheckCompatibility() + { + foreach (dynamic typeObject in allTypesFromAst) + { + List fullTypeNameObjectList = RetrieveFullTypeName(typeObject); + + foreach (fullTypeNameObject nameObject in fullTypeNameObjectList) + { + int couldNotResolveCount = 0; + + foreach (dynamic platform in psTypeMap) + { + if (nameObject.isCustomType) + { + // If this is a custom type, try and find it in our definition ast list. If it's there + // we can ignore it. + if (customTypes.Contains(nameObject.fullName, StringComparer.OrdinalIgnoreCase)) + { + continue; + } + // If this is not a known custom type, it could mean it is a type the user created with + // Add-Type or with a string variable containing the type information. There is no reasonable + // way to check for that, so create a diagnostic record. + else + { + // If we have multiple target platforms to check and we cannot resolve a type, we don't want + // multiple 'could not resolve' errors for the same type. + if (couldNotResolveCount < 1) + { + GenerateDiagnosticRecord(typeObject, nameObject.fullName, platform.Key, false, nameObject.isTypeAccelerator); + } + couldNotResolveCount++; + } + } + else + { + // Does the target platform library contain this type? + if (platform.Value.Contains(nameObject.fullName)) + { + continue; + } + else + { + // If not, then the type is incompatible so generate an error Diagnostic Record. + GenerateDiagnosticRecord(typeObject, nameObject.fullName, platform.Key, true, nameObject.isTypeAccelerator); + } + } + } + } + } + } + + /// + /// Create an instance of DiagnosticRecord and add it to diagnosticRecords list. + /// + private void GenerateDiagnosticRecord( + dynamic astObject, + string fullTypeName, + string platform, + bool resolved, + bool typeAccelerator) + { + var extent = astObject.Extent; + var platformInfo = platformSpecMap[platform]; + + if (resolved) + { + // Here we are just including the type accelerator name so the type will be easier to spot in the script + // on the line number we provide in their diagnostic record. + string accelerator = ""; + if (typeAccelerator) + { + try + { + accelerator = " (" + astObject.TypeName?.ToString() + ")"; + } + catch { } + } + + // Diagnostic Record for resolved types that do not exist on + // target platform. + diagnosticRecords.Add(new DiagnosticRecord( + String.Format( + Strings.UseCompatibleTypesError, + fullTypeName + accelerator, + platformInfo.PSEdition, + platformInfo.PSVersion, + platformInfo.OS), + extent, + GetName(), + GetDiagnosticSeverity(), + scriptPath, + null, + null)); + } + else + { + // Diagnostic Record for unresolved (usually user-created) types. + diagnosticRecords.Add(new DiagnosticRecord( + String.Format( + Strings.UseCompatibleTypesUnresolvedError, + fullTypeName + ), + extent, + GetName(), + GetDiagnosticSeverity(), + scriptPath, + null, + null)); + } + } + + /// + /// Initialize data structures needed to check type compatibility. + /// + private void Initialize() + { + diagnosticRecords = new List(); + psTypeMap = new Dictionary>((StringComparer.OrdinalIgnoreCase)); + referenceMap = new HashSet((StringComparer.OrdinalIgnoreCase)); + typeAcceleratorMap = new Dictionary(); + platformSpecMap = new Dictionary(StringComparer.OrdinalIgnoreCase); + SetupTypesDictionary(); + IsInitialized = true; + } + + /// + /// Sets up dictionaries indexed by PowerShell version/edition and OS; and + /// sets up type accelerator dictionary. + /// + private void SetupTypesDictionary() + { + // If the method encounters any error it returns early, which implies there is an initialization error. + // The error will be written to the log file in the Settings directory. + hasInitializationError = true; + + // Get path to Settings Directory (where the json dictionaries are located). + string settingsPath = Settings.GetShippedSettingsDirectory(); + + if (String.IsNullOrEmpty(settingsPath)) + { + return; + } + + string logFile = CreateLogFileName(settingsPath); + + // Retrieve rule parameters provided by user. + Dictionary ruleParams = Helper.Instance.GetRuleArguments(GetName()); + + // If there are no params or if none are 'compatibility', return. + if (ruleParams == null || !RuleParamsValid(ruleParams)) + { + WriteToLogFile(logFile, "Parameters for UseCompatibleTypes are invalid. Make sure to include a 'compatibility' param in your Settings file."); + return; + } + + // For each target listed in the 'compatibility' param, add it to compatibilityList. + string[] compatibilityArray = ruleParams["compatibility"] as string[]; + + if (compatibilityArray == null || compatibilityArray.Length.Equals(0)) + { + WriteToLogFile(logFile, "Compatibility parameter is empty."); + return; + } + + List compatibilityList = new List(); + + foreach (string target in compatibilityArray) + { + if (String.IsNullOrEmpty(target)) + { + // ignore invalid entries + continue; + } + compatibilityList.Add(target); + } + + if (compatibilityList.Count.Equals(0)) + { + WriteToLogFile(logFile, "There are no target platforms listed in the compatibility parameter."); + return; + } + + // Create our platformSpecMap from the target platforms in the compatibilityList. + foreach (string target in compatibilityList) + { + string psedition, psversion, os; + + // ignore invalid entries + if (GetVersionInfoFromPlatformString(target, out psedition, out psversion, out os)) + { + platformSpecMap.Add(target, new { PSEdition = psedition, PSVersion = psversion, OS = os }); + } + } + + // Find corresponding dictionaries for target platforms and create type maps. + ProcessDirectory(settingsPath, compatibilityList); + + if (psTypeMap.Keys.Count != compatibilityList.Count()) + { + WriteToLogFile(logFile, "One or more of the target platforms listed in the compatibility parameter is not valid."); + return; + } + + // Set up the reference type map (from desktop PowerShell). + referenceMap = SetUpAdditionalTypeMap(settingsPath, referenceFileName); + + // Set up type accelerator map. + CreateTypeAcceleratorMap(settingsPath); + + // Reached this point, so no initialization error. + hasInitializationError = false; + } + + /// + /// Search the Settings directory for files in the form [PSEdition]-[PSVersion]-[OS].json. + /// For each json file found that matches our target platforms, parse file to create type map. + /// + private void ProcessDirectory(string path, List compatibilityList) + { + var jsonFiles = Directory.EnumerateFiles(path, "*.json"); + if (jsonFiles == null) + { + return; + } + + foreach (string file in jsonFiles) + { + string fileNameWithoutExt = Path.GetFileNameWithoutExtension(file); + if (!compatibilityList.Contains(fileNameWithoutExt, StringComparer.OrdinalIgnoreCase)) + { + continue; + } + + dynamic deserialized = JObject.Parse(File.ReadAllText(file)); + psTypeMap[fileNameWithoutExt] = GetTypesFromData(deserialized); + } + } + + /// + /// Get a hashset of full type names from a deserialized json file. + /// + private HashSet GetTypesFromData(dynamic deserializedObject) + { + HashSet types = new HashSet(StringComparer.OrdinalIgnoreCase); + dynamic typeList = deserializedObject.Types; + foreach (dynamic type in typeList) + { + string name = type.Name.ToString(); + string nameSpace = type.Namespace.ToString(); + string fullName = nameSpace + "." + name; + types.Add(fullName); + } + return types; + } + + /// + /// Create the type accelerator map from json file in Settings directory. + /// + private void CreateTypeAcceleratorMap(string path) + { + string typeAccFile = Path.Combine(path, typeAccFileName); + dynamic deserialized = JObject.Parse(File.ReadAllText(typeAccFile)); + + foreach (dynamic typeAcc in deserialized) + { + typeAcceleratorMap.Add(typeAcc.Name.ToString(), typeAcc.Value.ToString()); + } + } + + /// + /// Set up type map from the latest desktop version of PowerShell. + /// + private HashSet SetUpAdditionalTypeMap(string path, string fileName) + { + string[] typeFile = Directory.GetFiles(path, fileName); + dynamic deserialized = JObject.Parse(File.ReadAllText(typeFile[0])); + return GetTypesFromData(deserialized); + } + + /// + /// Get full type name from ast object. + /// + private List RetrieveFullTypeName(dynamic typeObject) + { + // Check to see if our object is a CommandAst. + string AstType = (typeObject.GetType()).Name; + + if (String.Equals(AstType, "CommandAst", StringComparison.OrdinalIgnoreCase)) + { + return GetFullNameFromNewObjectCommand(typeObject); + } + + // If we make it here our ast object is either a TypeConstraintAst or a TypeExpressionAst. + + List fullNameObjectList = new List(); + var typeNameProperty = typeObject.TypeName; + + var type = typeNameProperty.GetReflectionType(); + + if (type != null) + { + string[] splitNames = type.ToString().Split(new Char[] { '[', ',', ']' }, + StringSplitOptions.RemoveEmptyEntries); + + foreach (string name in splitNames) + { + fullTypeNameObject fullTypeNameInfoObject = new fullTypeNameObject(false); + fullTypeNameInfoObject.fullName = name; + fullNameObjectList.Add(fullTypeNameInfoObject); + } + } + else // Reflection couldn't give us the type names. + { + string[] splitNames = typeNameProperty.ToString().Split(new Char[] { '[', ',', ']' }, + StringSplitOptions.RemoveEmptyEntries); + + // If splitNames length is greater than 1, then we want to try and use the ast object again to + // get full type names. This is because we have an instance of a type taking parameters and we will not + // get the full type name from the string only. + // Example: the string 'System.Collections.Generic.List[string]' will not give us 'System.Collections.Generic.List`1' + // which is what we want. + + if (splitNames.Length > 1) + { + fullTypeNameObject outsideType = new fullTypeNameObject(false); + var typeName = typeNameProperty.TypeName; + + outsideType.fullName = GetAstField(typeName, "_type"); + + if (outsideType.fullName == null) + { + outsideType.fullName = GetAstField(typeName, "_name"); + } + // Sometimes the full name of the outsideType will still contain '[]' so we need to remove it. + string[] split = outsideType.fullName.Split('['); + outsideType.fullName = split[0]; + + // If this is already a full type name we can add it to our list. + if (StartsWithKnownNamespace(outsideType.fullName)) + { + fullNameObjectList.Add(outsideType); + } + // If not, we have to find it ourselves. + else + { + outsideType = TryToBuildFullTypeName(outsideType); + fullNameObjectList.Add(outsideType); + } + + // Our inside types are the GenericArguments on our typeNameProperty object. + dynamic insideTypes = typeNameProperty.GenericArguments; + + foreach (dynamic argument in insideTypes) + { + fullTypeNameObject insideType = new fullTypeNameObject(false); + insideType.fullName = GetAstField(argument, "_type"); + + if (insideType.fullName == null) + { + insideType.fullName = GetAstField(argument, "_name"); + } + + // Now we'll do the same check as we did for the outside type. + if (StartsWithKnownNamespace(insideType.fullName)) + { + fullNameObjectList.Add(insideType); + } + else + { + insideType = TryToBuildFullTypeName(insideType); + fullNameObjectList.Add(insideType); + } + } + } + // SplitNames has only one element. + else + { + fullTypeNameObject fullTypeNameInfoObject = new fullTypeNameObject(false); + fullTypeNameInfoObject.fullName = splitNames[0]; + + if (StartsWithKnownNamespace(fullTypeNameInfoObject.fullName)) + { + fullNameObjectList.Add(fullTypeNameInfoObject); + } + else + { + fullTypeNameInfoObject = TryToBuildFullTypeName(fullTypeNameInfoObject); + fullNameObjectList.Add(fullTypeNameInfoObject); + } + } + } + return fullNameObjectList; + } + + /// + /// Retrieve full type names from a 'New-Object' CommandAst. + /// + private List GetFullNameFromNewObjectCommand(dynamic typeObject) + { + // Each commandAst object has the CommandElements property that looks like the following: + // + // CommandElements[0] = The name of the command i.e. 'Get-Command', 'New-Object'. + // + // CommandElements[1] = Either a parameter name OR the object/type. + // + // CommandElements[2] = If CommandElements[1] is a parameter, then this is the object/type + // i.e.'string', 'myType'. + + List fullNameObjectList = new List(); + string typeName = null; + + try + { + // Get only the 'New-Object' commandAsts. + if (String.Equals(typeObject.GetCommandName(), "New-Object", StringComparison.OrdinalIgnoreCase)) + { + StringConstantExpressionAst typeBeingCreated = null; + + try + { + string possibleParam = (typeObject.CommandElements[1].GetType()).Name; + + // Is there a named parameter? + if (String.Equals(possibleParam, "CommandParameterAst", StringComparison.OrdinalIgnoreCase)) + { + // Now we only want the parameters that include 'type'. + string paramName = typeObject.CommandElements[1].ParameterName.ToLower(); + + if (paramName.Contains("type")) + { + typeBeingCreated = typeObject.CommandElements[2] as StringConstantExpressionAst; + } + } + // If the secondElement is not a parameter name, then it will be the type being created. + else + { + typeBeingCreated = typeObject.CommandElements[1] as StringConstantExpressionAst; + } + } + catch { } + + // There is a possibility typeBeingCreated could be an array (string[]) in which case we + // just want 'string', or more than one type (someType[string, int]) in which case we want + // all three types. + string[] typeNameComponents = typeBeingCreated.Value.Split(new Char[] { '[', ',', ']', ' ', '\'', '(', ')' }, + StringSplitOptions.RemoveEmptyEntries); + + // For full type names that specify the number of parameters they take (System.Collections.Generic.SortedList`2), + // we will very rarely get the full type name with " `2 " in it from the string after 'New-Object'. + // Most likely the string would be along the lines of: System.Collections.Generic.SortedList[string, string]. + // If there is more than one item in our typeNameComponents array we know what number to put after the ` based + // on how many items we have in typeNameComponents. + if (typeNameComponents.Length > 1 && (!typeNameComponents[0].Contains("`"))) + { + string parameterNumber = (typeNameComponents.Length - 1).ToString(); + typeNameComponents[0] = typeNameComponents[0] + "`" + parameterNumber; + } + + // Now we need to find the full name for each of our types. + foreach (string name in typeNameComponents) + { + fullTypeNameObject fullNameObject = new fullTypeNameObject(false); + fullNameObject.fullName = name; + + // Is our name already a full name (includes namespace)? + if (StartsWithKnownNamespace(name)) + { + fullNameObjectList.Add(fullNameObject); + } + else + { + fullNameObject = TryToBuildFullTypeName(fullNameObject); + fullNameObjectList.Add(fullNameObject); + } + } + } + } + // If the CommandAst is a type we don't want to analyze (like a scriptblock), or + // if the New-Object command is tyring to create a ComObject, the properties we are + // trying to access in the above 'if' statement won't exist and will throw an exception. + // We'll just catch it and move on since we don't want to deal with those anyway. + catch (System.Exception) { } + + return fullNameObjectList; + } + + /// + /// Retrieves a non-public field from an ast object. + /// + private string GetAstField(dynamic typeNamePropertyObject, string desiredProperty) + { + dynamic property = typeNamePropertyObject.GetType()?.GetField(desiredProperty, + BindingFlags.Instance | BindingFlags.NonPublic)?.GetValue( + typeNamePropertyObject); + + if (desiredProperty == "_type" && property != null) + { + return property.FullName.ToString(); + } + else if (property != null) + { + return property.ToString(); + } + else + { + return property; + } + } + + /// + /// Tries to get a full type name from our built-in maps and libraries. + /// + private fullTypeNameObject TryToBuildFullTypeName(fullTypeNameObject typeObject) + { + string name = typeObject.fullName; + + // Is this a type accelerator? + typeObject.fullName = CheckTypeAcceleratorMap(name); + + if (typeObject.fullName != null) + { + typeObject.isTypeAccelerator = true; + } + else + { + // Can we create a full type name by checking known namespaces? + typeObject.fullName = TryKnownNameSpaces(name); + + if (typeObject.fullName == null) + { + typeObject.fullName = name; + // Is this a UWP type? + if (!PossibleUWPtype(typeObject.fullName)) + { + // We will assume this is a user-created type. + typeObject.isCustomType = true; + } + } + } + return typeObject; + } + + /// + /// Check Type Accelerator map for full type name. + /// + private string CheckTypeAcceleratorMap(string typeName) + { + typeName = typeName.ToLower(); + string value = null; + if (typeAcceleratorMap.TryGetValue(typeName, out value)) + { + return value; + } + return value; + } + + /// + /// Look up type in all target platforms and reference map by adding known namespaces + /// to the beginning. If the script has any 'using Statements' we will check those namespaces + /// first. (We will take the first match we find regardless of platform because + /// all we want is the full type name). + /// + private string TryKnownNameSpaces(string TypeName) + { + foreach (string nspace in knownNamespaces) + { + string possibleFullName = nspace + TypeName; + + // Try our target platforms first. + foreach (var platform in psTypeMap) + { + if (platform.Value.Contains(possibleFullName, StringComparer.OrdinalIgnoreCase)) + { + return possibleFullName; + } + } + + // If no match in our target platforms, try our reference map. + if (referenceMap.Contains(possibleFullName, StringComparer.OrdinalIgnoreCase)) + { + return possibleFullName; + } + } + // No match anywhere. + return null; + } + + /// + /// Check if type name starts with a known namespace. + /// + private bool StartsWithKnownNamespace(string typeName) + { + if (typeName != null) + { + foreach (string nspace in knownNamespaces) + { + if (typeName.StartsWith(nspace, StringComparison.OrdinalIgnoreCase)) + { + return true; + } + } + } + return false; + } + + /// + /// Check if type is from a Universal Windows Platform (UWP) namespace. If the typeName + /// starts with 'Windows' it does not ALWAYS mean it's from a UWP namespace, but usually it is. + /// We are using this check to prevent our type from being labeled 'custom' and therefore giving + /// the incorrect error message. + /// + private bool PossibleUWPtype(string typeName) + { + if (typeName.StartsWith("Windows.", StringComparison.OrdinalIgnoreCase)) + { + return true; + } + return false; + } + + /// + /// Adds the found ast objects to the 'master' type list (allTypesFromAst). + /// + private void addAstElementToList(dynamic astList) + { + foreach (dynamic foundAst in astList) + { + allTypesFromAst.Add(foundAst); + } + } + + /// + /// Check if rule parameters are valid (at least one parameter must be 'compatibility'). + /// + private bool RuleParamsValid(Dictionary ruleParams) + { + return ruleParams.Keys.Any(key => validParameters.Equals(key, StringComparison.OrdinalIgnoreCase)); + } + + /// + /// Create a string with current date/time for log file name. + /// + private string CreateLogFileName(string settingsPath) + { + string dateString = String.Format("{0:g}", DateTime.Now); + string editedDate = (new Regex("\\W")).Replace(dateString, "_"); + string logFile = settingsPath + "\\UseCompatibleTypesErrorLog" + editedDate + ".txt"; + return logFile; + } + + /// + /// Writes an error message to the error log file. + /// + private void WriteToLogFile(string logFile, string message) + { + using (StreamWriter writer = File.AppendText(logFile)) + { + writer.WriteLine(message); + } + } + + /// + /// Gets PowerShell Edition, Version, and OS from input string. + /// + /// True if it can retrieve information from string, otherwise, False + private bool GetVersionInfoFromPlatformString( + string fileName, + out string psedition, + out string psversion, + out string os) + { + psedition = null; + psversion = null; + os = null; + const string pattern = @"^(?core.*|desktop)-(?[\S]+)-(?windows|linux|osx|nano|iot)$"; + var match = Regex.Match(fileName, pattern, RegexOptions.IgnoreCase); + if (match == Match.Empty) + { + return false; + } + psedition = match.Groups["psedition"].Value; + psversion = match.Groups["psversion"].Value; + os = match.Groups["os"].Value; + return true; + } + + /// + /// Retrieves the common name of this rule. + /// + public string GetCommonName() + { + return string.Format(CultureInfo.CurrentCulture, Strings.UseCompatibleTypesCommonName); + } + + /// + /// Retrieves the description of this rule. + /// + public string GetDescription() + { + return string.Format(CultureInfo.CurrentCulture, Strings.UseCompatibleTypesDescription); + } + + /// + /// Retrieves the name of this rule. + /// + public string GetName() + { + return string.Format( + CultureInfo.CurrentCulture, + Strings.NameSpaceFormat, + GetSourceName(), + Strings.UseCompatibleTypesName); + } + + /// + /// Retrieves the severity of the rule: error, warning, or information. + /// + public RuleSeverity GetSeverity() + { + return RuleSeverity.Error; + } + + /// + /// Gets the severity of the returned diagnostic record: error, warning, or information. + /// + public DiagnosticSeverity GetDiagnosticSeverity() + { + return DiagnosticSeverity.Error; + } + + /// + /// Retrieves the name of the module/assembly the rule is from. + /// + public string GetSourceName() + { + return string.Format(CultureInfo.CurrentCulture, Strings.SourceName); + } + + /// + /// Retrieves the type of the rule, Builtin, Managed, or Module. + /// + public SourceType GetSourceType() + { + return SourceType.Builtin; + } + } +} + + + + + + + diff --git a/Tests/Rules/UseCompatibleCmdlets/core-6.0.0-alpha-windows.json b/Tests/Rules/UseCompatibleCmdlets/core-6.0.0-alpha-windows.json deleted file mode 100644 index 1092ca24c21040fcd083af47d41cd2c49a8d4a17..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 427982 zcmeHwTW=jllID4Cp#MXI&!%Bd?+!2xV*u)6OXG{&ret|X@B>9s6x+P@;gKcwz<+&r zk#(<%%=qFS`Tzd!|1AEz_|xJq*Z;N_yNmtB`^Dknbg{Si znSL)9my6@Y`QmJ`wfI{&Yisev;`8wHCGGnxyZ(DR_h9j1aYEN#-dyvhah5!-^t<^^ zrL*$=TZG986)uS? z`?R%pO{M2VolE)~RN4=tKWu#Sx3O<;Wh3=+aYf_UoQH7+4xJzN_sP%PTKq`VS<(-< z19NLhe2%~3oZ4EvAu5BG7sS1*#f!z;#Xsnrefs-X;`^@x%}0Id!o_%|ex00gN$Y``>hs#UHn_?9dYh5Jn2>V4m=Ngj*~N)TbX*Gu)JmdZg1%O zBMrW#=U)-E&*=NFt|{}?&3wZ9w#V)=xqfpaCOim=VVszn_&Vmz=6?Q4%#Hgt&cjD+ zt4a#yTx{R|Ba_PZD{If3pM;1wavM0?l-PGw4uEGP9RF{}q2HnXpGVe!O@`KV33Fo?=J(X~$$Z zwy!&qcXdo0%WGvtety5U@0xv1vwYjG+1v1(^|fK>s_8|VTqq;%x>y4I1?pZco)G>5 ziP?TBKXI3&0nR%ir2lwhmwZiEpOB=$y~@|-@*zJn)$^@5KMaSr7xByUw_y8Bba0Cu zBXTZE^7cI;+aZzWF=AHg;*E#dOT)$m&tn_cLihD(SwjOW77YJt$AYHsVv|_VKjWBp zZ-0#DhrU+Y-Bk%WH;NBOZ4#zv9x8ABpvL>Cz-JX+I4VJ=Dxbp$o2Z(b(*RbDH za45GpYVYNIpU=YDZH@0?JN-_U@^54ri*1nl@0|B@DqDFU)Xd|bZJtkKt;@h?h+~3> zFRyv}dGLH7X3NnzM18N4Xkj{9!fU1Hl+j4%PVouIeK+AhcpdyVE3)d}-FR<+p=ZGZ zzoa-Xzm*k%7=!0E62fUsIg2sqi@V`qBL8yD1Fmj~B)>tg+N#8qVFun|X}aa1N*+<-0px?i0$r6Sdo# zPv{5oKzzLM2EjH+eS+>0%4s~6M<~xmVZEo%AH*@>ZX0xy96wBkK-)vUB|KrxO!{do z;HX^+ZJ654Y6VzAkPr1EGaS$7H=dgunW5C~xBSzLiM!4%@Rdu_IS;P&PR=*yt1id}+9z*(epIS{;HyWCE$Zx{vmVpgu|5_01!_J~ zWBHL{nM-;`*ZGL)qGliU&&PDlX%g=h{WRBE;+w3CN4t~_a7=jglHLOPFX(wj|2XqL z)&R4Pz_smon>70*zD;vxpKV|YlEcpsuL zZ|Uv1=6TgoMc^aURpac^B*(Ve?OJJ)@{>!JoZ42&B3A#3&~TrAPOkHFSpSZDr9xP$ zbY4*=%VRNj|b9fxi(lV@cNofpLT}7ZE>nhd8;Z z+m&~U_W>o30)-)O@!qHp&W}erKck~7x+|V>7%=}+xH|6y@jcz`Q@GFXbRKHUQ0=@+ zZ}czv{q5q>^;LL&-fx0u$S0z8m&_kiM~F`xL!PB~YimGw?|$tl-b46n$s{d=f_LWgXM}@D9rp7(MM)_dKPGU zOk9F_9?zH)ja=5}(x!G>ll8#XBN}<==9qcnGs3Jnp#3T4KBf6_7-o}8{+#x9$sfIO zqT7QXoArP(|74et0P+K}3mNoG|JXr7yO#MI7`H>$35Lj-kkpWUE9&3`*#o&2ky74i z6WO^X+qz8+{-W&#Y+2a7do*VcDVG@txfiGhsd1k4q>5j(OZ2;-f2gYtc$KIcM(242XFZ z!j)jtlJ}<{`S{J&j3L;XkV#PwdP!V|{8jMbDrolm9lEm5m3hdC&5!)UlPs$MGH-1< zU96<7q4BzsdJ1YqsnexnwRKnRZ0s9O$91U_zr?CJ-35AfMb>f)a9rNJZF;(_?vfss zV^&$+#60&}<+Qa+YR&# z{G4B_?q9ps$gmYdH2voLkiCGMAjrmdr0aYh^1?onw8Z*G$gW0b@6Rbpj`;d}Iv;-C zp;lu5`d_>b*zo)N`d@-0=?ZRK?}A)1Xc^q+X8q9|&VT)@eSJ+@5HcnuGh^tCSmzxf zhb$|8;XG6#v?WMt<30)0$M>9t^Et1-e63^-h%}MW)uBoSf}XUrjoSY}Q>UuE9RfBZK?1)m9X z;{45Nq?=lCbC~wHjvQ@kB&?2V0t&Fl=`&VDrnvi4tf139~*0p{e zY^s>GK6Dg^zh%EYo35XJ8}A3H&~M8EdA}o$IBHb#UQ4Odld6|X8tbn@%>?QK zqb({{EOL_JTN0fhw+7NHVD%l)57+m@hQQhVwQuR#bH5brj`*au6nH_;!jpjvEaz%! z7hw0`N~UC64vWQ;>baYt3+g*yV-Ei&_J*TU6!cm4_&hc@>NVq&e}l}$?ve7D&YT-N zL?H5H@qF1Sw<(TakH1rVc}5htB;OxutWYb)y!93B$@iyRZ>NZ@Q&GgS$HbFEQL~8- zi2SXCf+>}Lp^6l#-~SZ;77cuklo&Yr=QmN2oUp&QoJkyg->G+ zAL17)((K?5fCd8@a7EmGPQNA3??qB&+SC_+4qC${=?|#hhd%d~u7+e046{k{&GDLB z)_)iFLVEM;4cGoJV9$cJE=ASPthVe!lo3#B_#gL|fF=?h|n`_u7H4hP|Yx zLFYOktxGcZ-c)6gmdCO0$Q&{Pc8CrKgl=&>zaeRf(Yy#9jZUw%ouO3kqe1!jebGa= z7m=c@iD|SJdmnvagy#9#@SnpA5c@->zRmG9%2-dQX^@&VtXg;tows*uy{*-QX&q4o{oI=-sE#qe8vVLhSb$v0fDCPlbGI{L$6qi_*@$NcDlUQwT za*0)<;aI%HdAI21BI}!SC6&aQxOOS(xEv+JS~oF9&T(kYPvW{Q>Arz_$Ww}2rI|_T zl^AhUd@ZkI*>VrIIqSK+85v3Q->{BfTz{@yEd~!?N{zlZlo^WpgDbMy&&eXddU?ou z#JV~8{p8CwAKe71p10oTzK`cT#>eGF3CFDaHF@z9@mE|i!gVkUE$wo{76*;~-sybz zj8T0aQ9f%5T&?wzOh*aF5z8F!I%gP;q@FkTp5*kkV@gB|_Md8)J+~aDKJ=OA`_^LC z+`ht*F6Xk^?HZ&LE!nXxr?MT}Z2FQ=dO97U53ixF6l5yz^0evFM(P3_7ag`Ca<-K}BG;SGnN z*6qHxYg#!U)oyE=RvWoQ@;h$j^tIzwH~%9majqE|Sbt|&=0$fNisVt``4y#n4ek(k zP8kpf?_-7zdQ&qGuH8<2T3gA0kN|0b>5zU7i7( z(@DG=WnDK)NQg7~K~5h$-{@UBRHNzcOc}ca4Zpv41`>@)dLV6)hQytLP%(+oTW<_= zUCzFJe>!DA_v&A-@Mk&;-6W->dAp}C+s&fMZ+-8pl3XLPH!$eFqve>e#pl4PZYZOW5Izoc`T%g6NBQRsZk6gs48`zy*_#>_sY z9OP3v2YuvMl=Iu{(wyHTW@n>2Ai7KM&Z?4vcrneYuJpPxEuUD&UJ2mqa4|(M>N6Zr5Sod2IlkHcm zX@PY`t_J(vtnbx6@1Y^6c+a>>r`b`V&s&qP{^r;#o|C@57DKe&vM0pHp}9`2qjnqD zhV0Q%8$NaJdEpo`&i4KHHsL2g=8{cDuw)7o_JPs=?lT=cAmie+- zDP{$#r|WqBNc)<5qyF@gB45p8h*FiWu%Q?<+WHwVL|gM2a~z_oE))8&s_(ca z6Tk;=DSPZFcomSxw12HJx=obR(=H3js6Aab4#p|0TE{jO?5q{(-M>;j1|PHPf;N6c zv`eq0V4ESGOVhoDqe4DQYqvF2kQFgdv2#p$P6zHOAs*8ISy4gqD!Vdz*>iw1)2I&f zb2CaLJ_c~0HP^N#FIV?yKw4Z7s=N=`s~>`2X0`b1;@^^*ueSb@q9ML*hwi{R#*jSl zz;RdOuW6>C0^stxTQM?aqwnI)HBAoH>w$7Y6MZfBNY&_}c}8D=taaq7%hmYuJ=*tz z_MMQIQ1++Uzr4?ilkEMljOY+O(q{nAp!v=Kmr*)$+V^(LsB_Au=hXn=BL+XbBR$sj z*POm}k_!4;%n1SFHS-_SnhzTiIv?aCQoG&92VQqorl@uH$LM-#&a*WodIDk&9|&_+ zfkRGc3w1+L8$nEE6}2@aIX+_NK{>&(hnr} zvV|=1dtMXWaF*y`KhgHbo2|Ug3UpyQ&8=2zh+gOO>+o7LN30k%ju_tyvIzER&g949 zoOyWj%jIer^=(JG+R{&k2Pr}{>jbU7BI$D*TDj6{mEb%?iqe?2g;%y0-_unG6pKP%D$#Z%9`f_G9OJ4hiIMYJ zc8<1wL*6e?`T)o8ctgH?{z|Mcd=|7ft)7^(3=fi+nB)>};u-TDi($E!^PE@p-!k6V zyX+|8nstA-?AWEcPtht|qswVJh3wcReTy@9a?L8nNNe>&D^>$9o83kQ@k>@Y+oHGk z&d&e&oUGmMn{WQB z;ebAg!n1y;4aF4>s0ZMxfK}*+5XbKF#h@@S2s!^d@!oGV7C=@+4o_Xz%QQW#3WZ30)7J}Wv!Zz&R}+Ht?ThH& z#Zf`j*jVn6YW~{`*uj^Egx>@jJ+RW&7qwlDdAo8PSc5(t`O1Prvz5n|@6Z$LDLqV|npao&xsQx% zUS*`Q9kJoKSL5_ib6i}nL3Orb#V_C1*HX`XiJ#{t5$1&aQ;fwB+2CU*YpS}A--kxy z9M@z6uX^knewo5!O9Jr(zoh6Z`YGl9xR{j{E5UG1x{h}|r;YS;!di>h77{MjsDX-v| zv}}oJwY5v!0e7@j9B}P7XWYn@b3t^+g7QqY9qGb?X8xl`u5*fxi3N|YV_!?Mkl`gm zfBAj{vE?;KNnDQ*s9nd3*dGW{QoW`*H@Ko5=W+e*VIuv9V?~-xeHnVu=UCQ^!n>Z4 z&(P-f|1AEz_!D9Orv7Qz@*~Nxi=bs=m7N&tb#%!`#f~l|uR3!jI!_3a-k0%9nU@b8qKb^t#-x@ilS+ z(bvPX$-1d)<>{D1+qQty{D9l_bz;=pt6<+o#ELslAp>=f=3$O9spf2x{=QlbVFiYZAo^!2tOB^ zJ09nlP`lla#~z#Nrl}o;ZTPD7+3C_FZ4sq5f=q#aOgmlC**}WrLjbH*>HV9dUK;b6n5MJ{h%LA z&AM!D?1R7HlJ3G$HnA07(>}cM8P%s^b?Emu&q`w^U6epZ(u#i22a#8e!&8tM&|H~u zTz}>#P{B|F9m(LMnEv9d|sQQOVPODs4*^&ignnJ!dClG zXm6apdp%HH9;)x?>A<118tggU z6E)yiQ4k%KV-7I>bJy*B43Yiql&>CMqM4)g@AU(yyd?(^WW!?(cKwn{SL`5rhT z*YcibF1=*g^LmSXZ)C!A@A7!xFBkuw+FocQ*Jws&DJwr2?U0)roR zMWc5ZR)skYb0&^rv>3)6L6>v=7~Fk^Mb0%j*Y(?+qE;za>cY>ms!3%?L%k0_V`ZBU zOIGo7y3amw=7%65!INo>B$cJxi>HfE=5xp8WbxOQ{5h%qfB(K6dPwcs9ruk2j^#P7 z)NYrt{6o;$kh$Wk6LnGbHjw<`;Pzer(jh2)x4+pjxeF~U$23d^3a_p`9?2od6N9vq@kVSD4JUy}R|I=Vs zU>$PKwt{8B6gnh5<0@Dgs11BfKL^1xu%ez1$k@W_i15}e$=-l%67LcH1iLhz@akz* zU2>MSq61miTChEU}G-qjd>Stoto!?HP@I)EpPR`+B$b;}2UqWhBor z|90(~Ibpk{`$j2>1N#U028ihXgDjVQvS1_&)yJX^+54hFLf0;<4(AM!!ai2DV^vFK z=b%_o7j^M*LH1H`SXBL&QFq3YEpH~`2y#p>NjJB5 zkC&?T;k}^|%K*Zm18V*?@y&G1nPP?1a;|m$cFpXt`$KEw#PLi^V}SVjCdX@8c$*$E zNBC|G>Ob0r@RHB|--JGAgbl9A<@6jA<2QwIurLo4tnK!UjcbANvvj24{DXY%;oNsL z54*L{u_c1zOFrXkw{?8E2pJQ|^TDi#edE}YQ`U|xLc{J1ADo4(5%^amD*+Xl@XB(X zuIwG^b+%fZVgu@SZJI%XimyH5dwH|Dzwh5kkHyMo$Mnv}^zO?$^XAA;xw~(#&x_|Y zw|6Mwz%!g}Cz(l8&+%HnFL*-#ifP}}C0vfXwcEOc6U!J94tah10ckH?&XMNX{AZVQ zl0jLPcdQ+Pmv)HiM})?x$A!d0H&E1ef&aUzyoPccG*85if1~H1zaIPnOL{gUo!EcX zdTz9p;W6JMo%|KOA!G*67)TJ*j0$4K48qsp83%OL$D5;|iRM!UrXUMd-i7@wXS5I6 zzyW2MF6kfMFsDm=zrK4!J%0E-UIgD3`yI-6k*aB-2~&)7aFH*I>{)!x+0D4~nKsSD zv9QUR^;>;d*z_Q|&Yx4*j)jruQZF5&Ta(I~pDxw0OUQvI+^^c$yZ)tKW0mvESlfRr zKHJdBh;vwh5jp^`!I;OD9Fg-GWkqD@oH;cmO2?=S?Nhohr?Dfx68hP&EPh}5*kT*J!gS%XMgX37wo zw~bTquI1jPyKXN6iv%r8Iw(it9|k>!*v}7vGA;pfOsd`1B>-|7(dQK2cJD9MN7LJo z0}lt`@A{Vx!S1{L&5p`_h|zakL*TN{I}?sWhfP3;<((6AesZnvY2yrZmf0;wcAd45cE2}D#b zue(&DJ0`xb6g9{F`d7AjL7A1@WfRe1tg?*jkQ0geT68Wz-e`P2XBa}Cvz%{36no`; z8YS}4+g{9J^jscjSXHx6lLr!k@vQkiO4_A@B?1IA6|0X|uVNX}v{C!%l%3*d7yqNB5(WJ&Edebt9t%gmH$|qFF7phQA3FDNjC3?d@fXVy(3xuIgKDH zA=umUo_?Ruzt2Orf_?I@Am?sH^%p~Zdt0P=;NF*XA5<1>E&fK@!e8k3U+F1d-24o` zKUNmHpnETa_Hl5XM|c|ak^_3KJn>D{81*4Y`S`HWD&Mc~h&Imf389_?lwVOVUS#l{ zUPsY*RMAO2W>gNPe&4&5k8fq;BpR)Z7LLd6?zi!N(5IL516`K;#vm7EmCUHEphsh` zMpLmP;?XpRHP%|C*MCd*x(XUPs;o*^vIcKMSl0E^XQbn9dB^PqzZKB_ExjFR!Sbl) zJvN8*4=ESD$>;FwaHL$DkGH`??3)%WzRNrwu~K*@?%6ai$0wKG1r?l^B-yd%DYQ`d z2tE<#GRL;Nv)5sX<@t^on(Ui{ZtxAw1w?RnLVcQ}LOxDb+YpwM_}tojm`X^{8f#>x zs~z8_C(6q0U3OooANAe*Qj8^HwXEl%2Z@X9wcDD-6;TzPQea0T zY7A=|Yf!=3I;Oq`XC#l&tr7KVj=VYDt;h@gg}XZlmzMAs){hj1 z1@K(}bIu53*gvA<4Wb>a>+{*1kI=Nn>~G`oT$=X|A29<>@!5Cw3Oa_e!53S;Neh`{qrdebgI;O zE_sxE9>W^QQbS4(&7dXGRN9GA1Dvk!5oca?Y05 zSxe>Xo&{O@o@DL`*(b>RLfqy(-JyI*Q4VQBzL;6KY!uRK;AA_LxRUJ zpQiB7b42yw@`=mVq1Z3ib;;IlFPwXFgog6lE>F8D%aXGDoaoz$-cZYR@$4u$rhui(QPzm$HBCX+R|8!@@Io)Y6iK zo3WPP-p%Skt0lW{{Ef)8)x&M$ks(+x&09p=U_A;k zb@tz<+amqPrh{XJRo<7*)ARuDX~%W=sElfN6?hVKguR>WeMb?EzE-aXa##BF1ZdQD zO#yeTse!1uyYrkj);0Syo|D|oZ^+t1Z!hO4jiOeLvPn^&$r_Do_I1r7VO(Q$O5IkFPclbLzYD#2YOB}L!|jTY=kR9L zpLRYG`!S$(wO0$bNe{jQ)=NT;6?ad=GtsB%>gLI1PiX1NpXr@WNDGj>t)`b0mS42F z(qs6>QeJL9Jy-*5_Y+~wbUhlO&Q5qh-h}D$BYEGoqsZSB`f}f<5*?xGc2kVM4Cit0 zB-D=`7_PZ{bS}-Pl){(SzWL`A2SxpyL={*h5~jg+M=$0hk^-?dIp3H1*l}-29#pcRdgXvTj=*fjUBs=Cv64%{ zW-h}EdfJL42>x$gebu@$K0CcizLlc}<-5sw@h-X?1`?su1}uofuqxq_wm9OzI9BHo z>8c24X_F$QZN$>-Yq>vGJKGE6kW)NRN7$)(N}60ZHS0W&Ons-Tg|0a&3v%Qrlg`+wk<~S@TsNrQ)-jwD@uie&l1L)uF6#*X8i2d%ULR{GV zXV(rO_pKc-BAS5T;46Ta<&=I94Om{=k^7-~dYRw>vTFCpKZA2}{!6jI#$jwd4S8?r zlb0g`zGmEabQEaL$NH@r6!su)=Ln6SZ5!J8;ZK?FkyCuk?S6jXRb*T*)TwTt{Wba(^FW z_Lh9mN91MtiGIVkEV(jnpXKzo^IA?zw$0F=IHj;~*|?EI_Cb~-t5ZJpIeAj~TSdz9 z+f4C=(5T`4L1rFu?BcVLr-z!YX};8T<(w~Sw{;}Ksuhw`fh_mk#iJ0V-J{M=s9NF~ z<*1ZX+m1>aJ(*jzBQc^?Pj?vd98jP0OJv20GVR6s!8JQ1-!3R- zeI9&__|Ecm^<(B}mUC0>wuWZtxa8VOEhTF@?Uy-!v-*gp8_h{;a{jKLh0QDa`8$_N zuB$XDm~Kt4t86EhAv#z|p5;1vMxPEd#WTAQE~3s@U)b+2ah)ff$CkhUSUjZcd1OO# z{}^6H4;hxoOLluLpDR`jWKBk|b7b!&>;s!MP}Yhh`jUE8EwF%aLQ)wywdZXbmnsCj9m&x<=u#@OntE79eFgJEdKth^V`cx$sHs z)6xDe&|}BrYVh%4(#WlJjqhsqSuoBkt~82T(GA)VG?$V-%37ajcm4HMLpc3Al2WW2 zpzE5vOEL!k{vqNE}`weNPdeK;2CYh zc8TMX_Q{btPWS*2bGo>>&hf+XL!ZU#?Cr-7bf&|6b!{Q1^SI~{_5BiZpyC@VdYqE( z4NV&v*J(w#BZMPFK1bKz)(}EgfsNTXjt)7cYtX@(DFxd+`W|y{X4Ci3pP6L!Pr{Ed z?vvRwlKX4BzQ^{i?mft7VeNJow>Nt{I>+ad`;4ypP`oG3hW&l0 zJ`??@k#QzI?)={0(-)vV1Afx(GtpZ+`qyFG<6H2Z`Vom&Mr}Wh)#MUT&axqfWCqLJ z=IDfv%8*fcMXSul?s@Bti)$rql&Ra(h2&2|4|8yxYa}^UYp{Ix8c(Gs4RS1i1AA<+Yts8I1shV)Drjiy$v zaXFw-Z~T2-vp8LC*lnPk_STsUf0h;ZpA)jzWj}5&(oqsQ1L=T{k=ik?F=lNo%>d2M zmt%6z^txTLv$*^J{!Jcv|Yo^X>A7kLepI4G+Jtt zVyIR7Iry>TD!RF6P-;$qCh7C_^J+4q@pSI_j}<+{bKU+TvF~DC${5ea_Xxr;En}yj z*yUEvn34*3liW&;&$ErBYt<$GvhMHFM}THn`4iRJK+6>XdM z!j+}o`gM01yL+~CWj;@8w`;f(HU7NnkMn0v=NkUZy8@5TulW;LelCLyj4L%o8Ct`| z`MuY*1sP%5cO4rm@Eqtr-f2IdyW?-q$+!11)bSy!Ce5&M1j|Rg2EoQeESKT=NYrk3 z$#C%qdVWHQsx|XosOj^+L{03U6Z*d*U$xiGbd8pMZ55lA=y={u?f#=(c>XH*+x|(K zyw}dODQU&>u8wb|{z<$VG2$tbf6ZP{8&`-Qr9N-r1&z4Koth^)AGYU5-JUK!%;V5* zPvo?<@*-?+;|wOP7!5eImHt58O0kfDLXs%TS||%<>@fl+|=>&j2p@M zMg|Yw2EHKFJ|QO@HCD(FciDQ|*?7-s{`fjkIp=EIR&I`+modBZ>Os~?`}>seT`q}R zUJ@T8iXa@E=dzC7IUPB7b-k45{57rvXmhz{pQZyeQ3EU7_1(?I%?f7 zNe@82`$@=?<$N1Kie1V;#ENb}p%3&Iw1j_O{I8oDW>ixihq^7!(b3MaY1($onERJF zUXo65#VG{qSl%te5PQUV;8JQBSu?{q+9Z zi?okxuI)6>d>Xt3{VSeX5l1o$`suK}&{n8nP3$gxvtyISH8uPCvFSUKr~5&katGrB z;vdW~uQG4bxdyKu1^q)-JIp<~j7Vu+kDw9|tQ}7*pO3Y_+1r3#R7=9XeHuMiJKpbPvmcdW%7=`>H}T3B01W= zBCZVan9g0&S=^fq8X9aF_(sti{w+O|GX&U^p-XxF9(dzl7XN$k#o|Bc9ki$9@4Z~? z&tUAM-gZ>37$7}HZ`I9&n_32t;lKCt%E*{lJ%r^e<9`!TfQ9!G%wZov1 z!PmtjBzYX=k>YG+M5f-+HA~VCtZQ>40uCP#w_dkh9d;0H@e%-btl}t;4u)5u4$Ray~o6- z@CLxA!Fz3d2=D5qz7G-8Gs1Ow>(_)eOY$tp_T%fg@?Ox+U{A}D=R||EaP}eTRqyFO zu+eu3nQ*S$(e}k2CCT}qc3VT9A7~UllEh{&6=b;MO-@%U-gH%1h+KxRm1`@&BYLhV zyrk?;W$7M!Y^S&t?T{Bi2Z(3I?92nI%LK=rQr>>-exLSE)jd$$)$yFJ>GE<-otNqy zpU=eF?JkawYm_+0=XAAmeA?}zyw*#TZ$);)^N$XvA~89Ra!%U(KWHC39m3;~^l`j) zNWvZkje-5$>^Ev(ooY6?1GG$dn^`lFEEmS1Qaz^2=6r5Uv)#q1ZVhzN+|H{K7m}Qx zk^}~?KZElK5C=a{pJ01W=j7(hs^9A3wZZGTwVg^%;d8E+*p$7Ebxe?d`j&o9=x24EbJNVoVvGVRAu|PX{EEJ%eP#TH zwk^JnWe;B+Q1LnC$B6F0IW|})b6M%DbWF)-dF{4_DV$>zGua(Wa;n;~L^8F&GsxX6 zY1P1#JXcIRS9oTJJZP{5M2o=nZB9jJ2UOIa6Dsg(qjLRg;)3w_BuPE= z&uObJ`Zs<}Imaig)T*sOf4G!&G|lzwIgaySv#UK9g!6xaZMmh7n;>$ zmRmIW_)N2{@e6Xx_eeIe-Fitf%DE+{zLi^`6>u&gI`fEMLbp|R$a-K)pL4BJykf1v zxgsBjX|_vTaYQHwen3=*wMFcKb`~Qz&MWztSa}8hJNA)bLS@P^=^m&yT82DIUs0(!SLTrK3hCG6 z^AxS)h&!J*$IjjbyVReMxwg%F9N&tRx5W5{APMs@B(`HoKDJ|R|FQUNL#r0g1xrpz zrlCSK&GK;U$mi4aI>HoQuyjnz`U*5eL<1Se-2a}BeRF$$eCunQH%F+vW#?jT?QNF- z+7ZsfnSy`#p5R@6I`isu&vOrNdG^?jlx*`TXC)U*vLIdB=9IPZDY{u)g&3Dm61H)^ zZyLGAd@0ZB)A+}i?XmAOz8O9r?nrV(xpu$0EYEVZ^7$p(^ONPCr6Xfg`fbAoSjlCs zOnC&cpV;A8=O(tip-q1>pWBYL$J&_uDKVGEweQln^Zq$-EMg$&!Gr8(UzMbLysX?B z<4`ewoi*OnyUBbj+z8IC%`|CpFh{=P6LY?7K9B3+_vony*D-m+h>8{A?<2%`6anNHP7VU+Cwb+&S@ zWO~*vp&_ywAgdAKT#>}){7N8R-#Ss-i@#GW^_Z>|MCCj|AhU4tRJtRwE77Sle`i$6 zpCtQHQz`F~XFKMyEJ~!d=z!?PG}fCipUkF+?>Yk2Sgp z2q)&V&G}He&*zkxVhml*=W?fZyI;=#LbBwZa%ml>V~imC2B0ul`Pg%+O%bsIF`2*)N6moT;9@J(=ea+jamt! z(fRzC{yiN-YcVrFzl5Ril6jA(oLX_)j-Y~jZQK$3%&ShD+9M;J_juwiRL=2n4i5XP zi{m*ad*~X|8XA+(koo-}_yf{z5yH>N`iGwb9Uh*MeI^o=SB1!rNYpx7BI8D#_^ozG zYx@UzP{d#I6-jmOa=}{L*-eyMe@kcp`jM&M-*I6W8pNx*aKW?HBAvSbvg-wiEW<|> zE4Wg*pX$!=-bl5!#Gc}D_KThqlAtH7cwzH6Q<{CwdU||%+6@}0WnG60XX5FWFTs8D zKHpvT!aUwL&+HiQjnQ3?ZDiate-6GL^-AczC+7+B+w5Y;!)`w9KiY+dsJdbwMp_f% zk))ieb~G$oNlm0n`_i(81=*yJM|y7B!xnf7tVN#;7o&4K)JZj~{ zkT(%3kN-xFjyb2+Zg-($F3lVlbLx(di@6Ue&A^IiG*#?-lisOzj;7Y>45+nkk2FLK z+UU#r?m6l0UA@l7way){at^B9*6|AKQg}XSA1$qD#TtvYeoBf)ss0dqDRR#Uf?g{#8@lWHH)0$R$c`a zkqs~Xf7zB2uThN;2%Ze|COrvOReDcwTKyee*5zYbyRGrh%fK;S`Or;EJNJlfTFxqw z=vBXZ2D-PU9TEcX~y_MY=)n%X5qS<{RW zvMG92*!0Qi-oZJvJbP?MN*oG3qS=))_Cs`CE~l-XQ`4M)atF7zE}%t=$BiSf{(^q9 zZz-}7Gk{o=%sW66WzEx}#e;kV{!hg_BWMVb*3=e2Hbm_v7&S2U)P*Cf~3`K&Z@R#|#?`3#;| znFr!8$oX94D|*JCl0-%>np}f(krAdHOEb~Z?Z@SLKyC6pzRqMx#e+9Y4x(dD zbE6q&FTWd(aBb#Wq89SR<2`rji1aDwx3zIom0wVH0BYVQ&^9KZw8tUW51(* zPIoJ>APbG7;(I~gXN@V<Q%rM>2|y`D$bC7iVO+%h91%r+Eu^NK8@Gr z?<-gR9xP-2x+dp~M9iJP-LD6odDOLz2t{DIE<82t9qyM*mo$S8Q_p>sh01JdYsVV@?n z7HEneNJbxo6>d*%uH%>kB zEywve9}O!%=N5A_*3jfg$s&j5dqgkPx5iF^GWW9X-f&V z9a#@t1%5!UN$ou55}eu2O66n7rUO@@Pa1k>Li>}IL*UJVUYTcNAnyQPCuowF3s|tw zC2$sgj?`<=JpgtvKLyn;!pqUmqI;W=-zV3J|15u_{H=M-Sf)_Sy3nt749Vx}G~0a` z@^hFG$ga7hzZ^mGQLrP3$8d7mrQ37JbbU>T#`Wc>H3Gf~cKWUa zr~3EnqUQd8EIz9`e;6-mk^tRLP)P&yKPL~xYVkR71~PY1`TP0xZ;rEYtZTRza*H~} zLi@O+XF`kFTKp~0e{1nqdeRp+KSOzOD@2Sg=-!;e%l@`l#e8}5#5Yyc9zI8gjnnYw zX(J3B?Tr4h-xIheqdSz&>%1RpjL=)5#YzM*&VA&ik>}yBBO;&h6%G z-#B-+uKPxd?u+as%xa0HmhAzlx~L5@ zP1@iNUB{twVU0!1C-lWVP4dGZ(=i~yG2xor^^oS=`{2`fOK-;6~%ICUJmCHuUoOKi&M_cipQszf07%&U<(l>vb>Zg%aJz-LJ`lr=**?B&ese zl_R!E%j}i};2GrULs}dK%Y*Yx5OEOur7cC$sJQfCK)ixAe&?wA5gl@c#!=tUD4_Fq zwB=o^>ZYxgmwZ-t({Ze$wpsn0BnP6Cux-t z(Dk0FSAOcaT(U#-0Rrs@J{IpcXV5@H#mMnG7iTw-f%3bR`NPURyTNaa-v8&6>n&sB zJeBg4dxvs~Tf41kI?!u=r&;$K&G=M{mmD;Xj@HG5Yu~GV{?@f$<*rBP>U5ob!W@p) zurAcpR3H;LpN*|&oE;@RU(pqZtHbSlU4}CH)g$xzcp3X?;a(gy>;Cq3)DK_uP$Ggh zO$4(m<@+gS;pQ~@DQEEJW7}ei1bl^3XcfnUE97dOaJvO z$$CGEqi&vEehjdI9^<(o&8WhW6I-hofX67Z&z&!p5AqQ4z(+;<#!>r z<(Q`BV@5Xf^W1OON6Yc0<2rG>%}Gd0RughHkXeG7L0+Y$8Ko3`|2FfV^qN5{0&8;F zqc7IzOPw5FhcD`6`CXaY>uV4`SFLl^HI6<>*mvBfar~WpE~t9`EoAke`{XfY#=1{2 zr>yh3CP{dVnb#27%5=iW81I><+5nr)49Ueb6#n@W9I&Luhh zty}`#q7=X8h@`H$cG=16*wJ0yB#obk>-|fbM?>O-o9a@rIk{WY`6!=f{o8k?vl6T| zNMG)q#Ql_}?xXbOO%J8dDOxfV#k`M_CMS?%gPuj`t&@)IP%8J&^wJskB~Kf&LgGtp z+0d*$hW~7zbf*siV^PbDSR=**|D&P=Qe6BXJ9Oqr)@>{v-3{?b?!5}xl1ilJQ-}M7 zV=Nd?kSrW|zj$=`6X3P~XVCFk@-%y^<=+(}An5ppUP-5P?P*4%uB-MIpQ^8FYsYcV zBN~Ns(z}@Ydo-R+>R>%2jBf0#mA_p+R;Zd_D+jy^Jv+Z5QbDwIw%hTfw7>QC;u&4N zcm4d!)_s~!=BII71(jahXFh*+^BVS}pt2RC(SAaFQ=ZGHP{OPMJvbMUtIe9DE_2*w zPrz&BJa|R=DsxbM_Qg*$7S4llt~Mp3rt>iJMc&T2B)!)MT2~TP$d}~v{*JIB%}*&` zw@c@tni;tyDbf$S!;gfLL*63IG)m=5{Js=5%3ou_lBR5IV@VTvo)A6vTh-wC8#J$x z{vucn?t*^a27E;)-S&EQ%`4d!l!~&hr`RxSb5_izs_*8|BNTH{(`|EZbzL{t$!q)~ zR$X^2?X`&ueLC}SDHyd`@VD!_qQ~~@x{i4{KTWf(+4Isvsj0I#!sR0{1;X70y}28O zBX8Te9iAg}T94YVNQ5rEhIhlGrdU8D1BqGrkK=8CVRX(7tnLQ6gmK9tgZY}iz5 zL;A?q_%!-QDfdRMXLI#iEzukCm~69ivIO1+pG2HjTyfB}o8Yy`W1d(WNxFN%Tlb1) zWA24PbpY@gSx@cbwi)UcLyqXR+ji-h;z){Ao3IJ{rOn>)># z7T$UqQd6(7&yhKJrETNw`cjT8wc8q^Kc`sh1!=Qbk0#gIU2E#2uoc_;^9f?6{C$ku zIfwVnq;Zbx9G+UUIgh)(mQ(&A@^q@f=YF?5ZaOq4Vftvy6rR!7dH+4P*(mU2PljrHxoyPoYf{|E_2(eXUaS)a+xsGQ_&`bvqvY=DsM= zlSORFs>a#^vcipLY&3mPe=HtSj(0QLCihR~UKRIOHs{J;sG1hK8`hUYM^mo$;yz!O zbnI`W^WhvzJr(otUC4wRu8CXZn%x_EzkQlD9*5?9NekymGvg-KOQT0)QW)ZU) z?vmbq*R!B}j>cR}NWLf$Z&!+pXq-Iu< z%bj`39asn5{ik#LrfgH*<*HZbX^DeC6R~9t*?8JLg}Lvlc3bxp^4f7t{!KkZ?la8k zZ1ox1;%U%_(5DNz=)lA&IvNi5y5+IjGHPQ5nvbp6Zr}N(db(&&-BuLG);mq!(}rPx zAwQa)Qv*7cc`*9m<~vjF)A(CQlRa=gCigjRK5u-!Ph6K)pKdZU!bfb<*Sh$Vqdp&tkdo>ccD7yHYqL|;xySgup)2w>z07MYcgfc1j`XBj`CMscr2uBqT)*M= ze9cY~)L?V<7wbIprARX(`*1TA?+3^GXmW0rZ8SHh$4=Yx;@7I48nvAgT3h;d4|dVf|ezhphK)pEnN_y(EhOD2nxpz9*DIEy3gK_$Oq|ZD3YY zzTI71Wjj30#up!l=G%cyhAUo@FBUl(TwnWD@XW4m>fvxk8`INjCAs%Ljp{M!4J%sT z;^cZ{#e;;qV6+cNLSY5TuJ>Zy6<5S)gFHj?979_{#9>8uzPj$tWYc`bDjlCZGOUP=&~)u=7HV}TB8P&*R%hM>>pisW_!eDQ8y(gi zU-9s`#i@^rjmwaAa!TGV*zl_xiPX+CV!uq=zs5X-wQDbF1zXgIus=XJsd<0gcR0VH zRy~g#i3}~hvF6`upUaX{^B->V`&=gLGughk3r}9s3`a%5li>Y@Px3i!9n$P~DXmf1 zh9B&i2QI9L|8?)T&ufjoHT$%AjjkO&b2Tc~%-oB{%++KQEH&7>SO@(>Kn$7XB`eJ5 zyEZB{`%3dYmF6+#=3JoB*2)F;cqi+Cpu5CRACcb3k@0Sxz?E)OX`?j$z7p^JP9yaj zp;*jjaK6!~Z|9q4HilRt!U<^xfOzv#{OUR%_h8Kmz1xv1cc5Cn{H(I|1=+Pj+*B;UD z-0#!88_)!AhRi6r)8FZ?$8@Fav7w24_ic_*Kh3wv2L?-m$B{Fmw9Z5DcQwyM4g*%b zUMYQw@a<{l)m}*4x)riOn2lU+r9*H+B0ozT}R;h~1{SOwOemWox*!JL<;vK-unOUBxDK zU0!KpRkKgy3;5KK>C%_s@-u0Lu#Y9T!ZTiU%3FB{^;%ut%+k@Q-M3|y)TDL$V!sa~ zzDJrbZ1}xv3!>>q&d+gw>a^V$^0`#z)DNWPyVT0*g>5V6iM|*0LoIS38YrR_9J638 zP&*gsc}(cYdMN7{$Yqo5wx`l%nKpto`*aR@A0kyJgl*0v8Z~V^vbotgEvnv~9yjR7 zib%yS#WD^l3UadG4CJA+xZLsPOX_y>#r4mZgSliYR9Ab~8~8HQjxz8i9*{QO)TV}x zqQ=3tefKTiS+*ckPqdyzlt&Rom&Mr_FZ6RjW&&4~OLhUS;^?95Nw3=rQPJA#`uoY3 zp2!u$%{PoIyj!BBsXwbsk?Ggm0}X&1pz4Z#Bbt!EPdcXV8?bTwx@T$n6y^-$*%KPC z{RPJEGH6&!+VaXWo#r+ji}N@f*P!b-u4%p;$eYb+;+yK1GKaoe5!cd)jcaKdo=t;h z_e1Y`PSP>vtfB7uf_@+|@&7(aPsmI00@*Y$i!RrEF6U{KGwXEO-KBGFlcYZQWpjjdZ-%PpVor_4{=#QUSi0gvE{zIczm8((n|G@$k|u?k#I)zD-7ecgI$ z*SvLn*G6L+d~f$I%#lF&#;tJ4hmI7PA1*q&X}mN3zHW3&Gs+#!H0n=-X0ENG-&3sI zh)6ZQw%YWZ=Tal}3?gf9NqXw1Yn>F`sg7^5lGCF@bvo$5b>2$XA2qJ*+BXM(fOPwT zU4?lLogdcEL8A+^Bd#`%b3$Bj>pw%y7Tak}zap@t6kov_MyPYEjp%g6Wn5>{=F9l| zG@Yr;(XK=Fjle_ZXy@6!*)h)XE}s37vS2j5%jK^|`|-Kec|fD{`1>>-XlkI%d={Vo z+89{pe^;ktwko++nFda+)GqM zJg0RUBxVP1#93Hl1U(OUuMHo0Hi4hH!$O)jj{9&#>6{{K{~)UcT_@66=p*&p%@|BQ zQl4X>;cCr3izIWqtB;~C$*eh{=~`!HdGrHeH}a}b=ktnCnCsors+_64$HP&4YRp?t zI$5*>#*&p zAZj6z^|l|PaaiAy`v$dfnlZ@kqu&Yr%246AY*h?IE99Ht|33(4pyT8*;eI^I(M4pm zol(?Kvaj3kmg@f(bS5H;M!uOmx{po#~R^3(=?a+EQL& z{?^Sq=5Ld7MPJ5X{x<2g!`_DD#C^|Y3sUT%SApvI$~>}*?xCnZK(y|VWIIMjJMVe0 zTF*Mp0F@Bw_$&D$(PXa})Ql;OvTF@!B6~%s9rkLz?~Z;#=b3c4l(KeT%Owp1rQ#&fPKXl5H3Y z*)VlHthA!@)F_CKq@snCW|q&7=K5l(p4QY8?%(`yDXC$0%|45iOm#w+k{WfbQu1zN z8T4?mfX0rXY=?CM*e-%qGCTyUqLF*x}Mf|ZT*vnTN}-6 zkw}pri9)bv_d9K(>ErdlYxF|q^%sz13-8tujUoExptBmk!|(L2sJJZq^{g>>_CCI& zr+gp^z*~p;HE%lEzRk5-JM!pfY8byuGX*)}o@u4iEZsW>o=c8PzXgAv^RT8z-r+K3 zdhboQ#E&xso(a3|@AKtqaPNZQRcq*Vig?_VR-j1m+B~{i>(RM#NVZ}>l0Rg+y4IFz z5JUd%*4k35&ApHseO+sVUD@v8X^99nBP9FQdWrb*Q7)3r8UX~?4}b(93BHlu#LW)oIm`Wtz;vGPf`PbIDy)D_ui z#!)1uTOZFzb@Hy~c_alfZBU`FwtkFbmcXhtX$F+7_?w-)-TZJqhup2%i|Z1bA`@VvO` z;~`VaeAn#zXL?rW8%D zDEA5ans^E;3&zK~hJ`o*Mv8EmR<}iKi*Zv&h(72j;vG)4MM8|_bomKU- z^)(D@-vIOQn0ObJa);EX3cvTlh@$f=y1!tXzb@jCtCSFC#pD&Xib&B&ZnB1QB5QYjw{>o0|Ot&5NMaq_se?5=xj zx?jz{e%(98e%G}%+FEt(dE4-ev{SD7HQYEI>JdTQyxQC~f)t?X5Ejyw)l zO>;HKJ`YIF1MAy3xpyMvsy=Hbf1C7L=SY@InyouEM{dq8{PW^ZWRXwx@7G1m{r^~e zR(1X`9Z|CwQG3ENUwC>q_GLLVp*Z5-b`QnSg-RQR( z9zR4onqHV#8S3q~RmI8cg|h z-ncnN;vtW7BKPeMoptNHBQz6Q9Xo}U5YxsTm8`UDk@F(518I0)CIeFB- zr#TI;HLq^7=QCTCaTW{JXZCRJNv|wpGa~foG*b_+`?W(()oB9hbB6tWpVnjH4*IE_ z<39LhTkbca{S`%)5i2~ni6ocK_x!|RbFB6%jbk2DG!pAV{?^iEV3QyUeBj(O80%3n zjVK5Dk)jvrW$0o3)gq0&OS}^2<@#jl{LR^Oo5IaG=tbjOX0;p|&%aOdLz~&DpXw#y z%tgr9;7p6>#4D0#!ZJg$R^CvakDU94xM@Z51r?dx6X&x==GrdZ1IUKVNc1R^0V*Tw0`_h58&moV?Oc{e9-i_qU6#YM#5sej zFk?`0@PaY~^Ko>2SQ{IQ^~OC=#H+$Q)Z_z>el$Hn$BFFMI1bl1=V)Ux{yvR!u*TOJ z{jfI{eY%^`D9K`TzR||R&Npl~ie1>0L`}KMT!dWE6OzHa_RCi!gWLI&&O6$eOtY`V zJLomTe&>szD@h)GlZ)7MF42y?%v;VFxl7u{(k;$4EKau#*PZ*8S&r=cPc3`>?}SxA zEVelyPh4VXqhXU6K9e=t)$A+JWI=1x`fw#x?tAi?t5MoEbJ^?1vXJAOu%p>pcun*^ zA+IVt67Y_*cR|i-X1MK>)i1dMqJ#2X%J#jS7rQZHP4P3j(~>X?PisbA<-MBv7oGw? z!YN%Rs}#$b=p&f!KMwDBPUpji;`*32Z>HH-=I<^K&{LWLi0Uqb&ITX<%H@=6TnPo{ z;Em^Xx3SWimTBYCNkfzx=~VXRrZNaJAobO=^wDL-F2#I-C3~b9v;1(MmNrV`@9UBS zPbe4ham!Lk$JFy9^bxUflUpe|_3V4QX75u%6vW6-=MNp3^=0Hxix<%)fktWD++{l@ z_p)l}?ntgtdHj84Uf`%W{7$l}E$ptNhID3I^1W;Gi7p$*$jTGjLE}VT6#5NFZDv_t za+`O`nvXbs{8yPncm-yT<3YbcTsGRe@NdDN0-uY^jGU_2w)2NhRkjWEW6mS<;E`1C zcP?0u3r+|5MqRpSR4?tDlP3zi^RAUkC3=B#lQxD{nIf@yVG_m*cgI#5W)2lus=YysC^H2T)e?X*5Jua?#@-gOv_;&uDFXFB3u z=*)n;7sMsYIWtl(>|CJH-^K-w+Zyd^_VvwXbd+g!#FgBzW*-@J2j8ceFL45&)!Hcd ztk$S9{=U9hEwVC2=X?f3OM$M~tS4~YrE9c&es@u4ykkS=cN4F^+~=)Pe42g3cw?8wldFiFJG60GmphI<8q|ud%_sh!*GG!P zX!bO4&RCB#nwuQ`_gKZtKX;1)3l@AV?wc0TE!HdHPiJGnz(iu*7fAh%drC6XSX&Umf6jH zyO7r;)$A-=nzb%m^Nx678qF=82|MQ<#aY@bWpbnj^%-L8G@pYzddDwqET`Dl&ygpj zJD{d4*YTVS?c=cy7nV9ouy$AOiyQlbrkO<2g`$Q(p9I}9_NGF`VY9>NXEZ;wZk@4j zsB41u*|N@=IzOM$2x9y=yYgRzyj?voehRpa^ARP7X9L#5p+{a?7C1)A%G=<$G>+Sh zb4jK=%hQx&y?g9tve|{}bPl>)JR^R<>Nd!i%4MPJo|a-=>-$%>Wr_Sj}>dJ$bql(C-v zx27e+Lc)rO=u!1MSx)Gwc^3Q$s5bFTqOMV~bEnX;OO81wbkTa;V;U#$>aB6zMXUq9 zA69NacWJChlY0}qnpPhbJ6|k`s;R{2swLm1bNfc5?Ujq#q59yJf+F8y=bMQ&zGRh^A&O7C0nS)q(+1uxN3%8%QAbK5m#5-izxWIN+4X+#!ucSRk zq*q{Ddvl(d7tctfAx8I(h>tLu+;yYfo!}8+;yXG6vPiCW4Nv1K8wYvkB#m}8`?~yQ zkP9+P(>bp9lKFY@Z*Hxukpt>;xn|yK=l0EI@4lf?&AQKq$h-{CF&cimwO5upO zA6@61quOepBJZw?XyaBh^P$;U{7v4&RHJm=J`L|-Jt2Y=t0}OiIOaBL3XfX8a*w9# zG_RTSTIYc@iYIm}a+iTS7c@rP;Ra*HcJ6zM1zu9-B&vztQvSo?^?JzLi{{L^MX#7VSDE(6LMZivv6EOXd~@hp;2Y%zIkxP``|zMn5@n0b6*=# z``qVxn?v$RNe82@*ag=nwy!~y6kV{mwm{3=z?I01YG0dLBYb7LC;HCdGlTbR*}3-N zHob|Q_n6*iMcYT=s;g^H+tcE4UupWb>yls5Jmk97?jB6}Dld?Z?>u_5M)aL)lR0ZK z*EPgPZR>P~*c!(gP`x4@)nbJo=LSXJ#145!(R=GMUp5YBobNfe=^N=QAp-Ii7Gr9vbf#W~VUD^x0fTuc2qx%;u&h z?z);rbDy^wRmR^}GjH44u+Lp>M11aQR2hHYI&;@EtNO;nXK^2e#yM`C#geh(_FNs^ zeID1*Yv|dQd2Ef#OZ}tk7usmpW;911%K0loV~$>Em8l%VaQ~h*2IKG3_~&)VvO;#F zbh&qq&?s-^i0wst#f_NBChKf?ZK+1%dDNChj@Vux0)FJ#FKcGMoD#b9XLb9EPdZP; zy>qCYNV!AnY35QSj#v9Hs}wz0f^ta|}T zb4vfv$&&W?>JcSMTTykJDyGhe zk|&F+Ywkcz0k*t*Ux~K%{n~8CdXPSs?KHGzu|O|xuT<=_yN1$r=W4V28+mE!`~FCO z_uHo9I^=InW{bv(Ih@bdZ)x^k(OhQl3+DAa*HnH?9wP7Tg|CrXhKtDf5{IAGbiy2p_ixvy*XVMS3qWzE}Dqm5YC2mV! z1Lqu}|Fpj~&JoXsYe_?CKR(Z3WeoJ;gH(P*+8=tA{1!AT@L4>DxEUW4ZhI82LqA1$ zQqprdt_coIIaN4tyZZc;kJsaC_%@MwW5bi&qpRiE@Eyl{L$}X{@`hYji#)E83gxul zcEou~^7)uhB$dGVzK8+r>EYGJK9FrJHUUR_P6Hm55yWye`)kqF7u|r_V#Ia8v1QN? z_%7mYipT2S@)5l~Fms*fJSC0tf=~(FO_8TC#=GbD9OpfyXYx32D0ds<-JS)?t-|PD zg}lfoH0l>L-pJSC?k4Q#hYZ-E*?K@3Am`+n0mbFIrk@5gP^7?{hBW&ucpNaBI3H3Z zOPXoZ?5)C5v3>s?dOMl@Z?Y)kPIzYegy!2qqe7Q0tZwy~z7|J)v2FYKLReeC17e yBv~_#IV2_7!+Ip<0_e`M4s0 Date: Mon, 2 Apr 2018 18:20:40 -0700 Subject: [PATCH 02/11] refactor useCompatibleTypes rule, add tests for compatibleCmdlets and compatibleTypes rules --- Engine/Settings/knownCmdletIssues.json | 2 +- Rules/Strings.Designer.cs | 11 +- Rules/Strings.resx | 7 +- Rules/UseCompatibleCmdlets.cs | 10 +- Rules/UseCompatibleTypes.cs | 504 +- .../Cmdlets/PSScriptAnalyzerSettings.psd1 | 10 + .../PSScriptAnalyzerSettingsLinux.psd1 | 10 + .../Cmdlets}/ScriptWithViolation.ps1 | 0 .../Types/PSScriptAnalyzerSettings.psd1 | 7 + .../Types/ScriptWithViolation.ps1 | 3 + Tests/Rules/UseCompatibleCmdlets.tests.ps1 | 34 +- .../core-6.0.1-windows.json | 24144 ---------------- Tests/Rules/UseCompatibleTypes.tests.ps1 | 115 + 13 files changed, 398 insertions(+), 24459 deletions(-) create mode 100644 Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettings.psd1 create mode 100644 Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettingsLinux.psd1 rename Tests/Rules/{UseCompatibleCmdlets => UseCompatible/Cmdlets}/ScriptWithViolation.ps1 (100%) create mode 100644 Tests/Rules/UseCompatible/Types/PSScriptAnalyzerSettings.psd1 create mode 100644 Tests/Rules/UseCompatible/Types/ScriptWithViolation.ps1 delete mode 100644 Tests/Rules/UseCompatibleCmdlets/core-6.0.1-windows.json create mode 100644 Tests/Rules/UseCompatibleTypes.tests.ps1 diff --git a/Engine/Settings/knownCmdletIssues.json b/Engine/Settings/knownCmdletIssues.json index a0a1bbd1f..883081689 100644 --- a/Engine/Settings/knownCmdletIssues.json +++ b/Engine/Settings/knownCmdletIssues.json @@ -11,5 +11,5 @@ "Unregister-Event", "Set-ExecutionPolicy", "New-PSSessionOption", - "New-PSTransportOption", + "New-PSTransportOption" ] \ No newline at end of file diff --git a/Rules/Strings.Designer.cs b/Rules/Strings.Designer.cs index 1d0ea6df6..3c5573729 100644 --- a/Rules/Strings.Designer.cs +++ b/Rules/Strings.Designer.cs @@ -2204,13 +2204,22 @@ internal static string UseCompatibleTypesName { } /// - /// Looks up a localized string similar to Could not resolve type '{0}'. If this is not a user-created type, please use full type name with namespace to evaluate with PSScript Analyzer.. + /// Looks up a localized string similar to Could not resolve type '{0}'. /// internal static string UseCompatibleTypesUnresolvedError { get { return ResourceManager.GetString("UseCompatibleTypesUnresolvedError", resourceCulture); } } + + /// + /// Looks up a localized string similar to '{0}' throws a {1}: {2} + /// + internal static string UseCompatibleTypesException { + get { + return ResourceManager.GetString("UseCompatibleTypesException", resourceCulture); + } + } /// /// Looks up a localized string similar to Use consistent indentation. diff --git a/Rules/Strings.resx b/Rules/Strings.resx index c9e47f897..16ae3ee06 100644 --- a/Rules/Strings.resx +++ b/Rules/Strings.resx @@ -1030,7 +1030,7 @@ '{0}' is present in PowerShell edition '{1}', version '{2}', on OS '{3}' but is not functional. - '{0}' is a full Windows PowerShell cmdlet. This cmdlet should work with PowerShell edition '{1}', version '{2}' on OS '{3}' but compatibility cannot be guaranteed. + '{0}' is a full Windows PowerShell cmdlet. This cmdlet may work with PowerShell edition '{1}', version '{2}' on OS '{3}' but compatibility cannot be guaranteed. Use compatible types @@ -1045,6 +1045,9 @@ UseCompatibleTypes - Could not resolve type '{0}'. If this is not a user-created type, please use full type name with namespace to evaluate with PSScript Analyzer. + Could not resolve type '{0}'. + + + '{0}' throws a {1}: {2} \ No newline at end of file diff --git a/Rules/UseCompatibleCmdlets.cs b/Rules/UseCompatibleCmdlets.cs index 3877f53f3..99eb29aed 100644 --- a/Rules/UseCompatibleCmdlets.cs +++ b/Rules/UseCompatibleCmdlets.cs @@ -41,7 +41,7 @@ public class UseCompatibleCmdlets : IScriptRule private HashSet referenceCmdletMap; // Name of PowerShell desktop version reference file. - private readonly string defaultReferenceFileName = "desktop-5.1.15063.0-windows.json"; + private readonly string defaultReferenceFileName = "desktop-5.1*"; // List of user created cmdlets found in ast (functionDefinitionAsts). private List customCommands; @@ -161,7 +161,7 @@ private void CheckCompatibility() } // If the cmdlet does NOT exist on target platform NOR on reference platform, then it is probably a non-builtin // command OR an alias (which we do not check for), so continue. - else if (!(platform.Value.Contains(commandName)) && !(referenceCmdletMap.Contains(commandName))) + else if (!platform.Value.Contains(commandName) && !referenceCmdletMap.Contains(commandName)) { continue; } @@ -312,7 +312,7 @@ private void SetupCmdletsDictionary() } // Set up our reference cmdlet map. - referenceCmdletMap = SetUpAdditionalCmdletMap(settingsPath, defaultReferenceFileName); + referenceCmdletMap = SetUpReferenceCmdletMap(settingsPath, defaultReferenceFileName); // Set up known issues list if target is linux or osx. string linux = compatibilityList.FirstOrDefault(s => s.Contains("linux")); @@ -395,7 +395,7 @@ private List setUpKnownIssuesList(string path) /// /// Set up cmdlet map from the latest desktop version of PowerShell. /// - private HashSet SetUpAdditionalCmdletMap(string path, string fileName) + private HashSet SetUpReferenceCmdletMap(string path, string fileName) { string[] cmdletFile = Directory.GetFiles(path, fileName); dynamic deserialized = JObject.Parse(File.ReadAllText(cmdletFile[0])); @@ -452,7 +452,7 @@ private string CreateLogFileName(string settingsPath) { string dateString = String.Format("{0:g}", DateTime.Now); string editedDate = (new Regex("\\W")).Replace(dateString, "_"); - string logFile = settingsPath + "\\UseCompatibleTypesErrorLog" + editedDate + ".txt"; + string logFile = settingsPath + "\\UseCompatibleCmdletsErrorLog" + editedDate + ".txt"; return logFile; } diff --git a/Rules/UseCompatibleTypes.cs b/Rules/UseCompatibleTypes.cs index c75d346e4..66ef10416 100644 --- a/Rules/UseCompatibleTypes.cs +++ b/Rules/UseCompatibleTypes.cs @@ -16,6 +16,7 @@ using System.Globalization; using System.IO; using System.Linq; +using System.Management.Automation; using System.Management.Automation.Language; using System.Reflection; using System.Text.RegularExpressions; @@ -67,6 +68,9 @@ public class UseCompatibleTypes : IScriptRule // List of user created types found in ast (TypeDefinitionAst). private List customTypes; + // List of exceptions from script. + private List errorList; + // List of all diagnostic records for incompatible types. private List diagnosticRecords; @@ -87,6 +91,21 @@ public fullTypeNameObject(bool customType) } } + private class ErrorObject + { + public string errorType; + public dynamic errorRecords; + public string message; + public IScriptExtent extent; + public ErrorObject(string type, dynamic recordList, string errorMessage, IScriptExtent typeObjectExtent) + { + errorType = type; + errorRecords = recordList; + message = errorMessage; + extent = typeObjectExtent; + } + } + public UseCompatibleTypes() { validParameters = "compatibility"; @@ -124,7 +143,7 @@ public IEnumerable AnalyzeScript(Ast ast, string fileName) scriptPath = fileName; allTypesFromAst = new List(); customTypes = new List(); - + // TypeConstraintAsts IEnumerable constraintAsts = ast.FindAll(testAst => testAst is TypeConstraintAst, true); addAstElementToList(constraintAsts); @@ -133,11 +152,23 @@ public IEnumerable AnalyzeScript(Ast ast, string fileName) IEnumerable expressionAsts = ast.FindAll(testAst => testAst is TypeExpressionAst, true); addAstElementToList(expressionAsts); - // Types named within a command. We want only types used with the 'New-Object' - // cmdlet, but will filter those out later. + // Types named within a command. We only want types used with the 'New-Object' cmdlet. IEnumerable commandAsts = ast.FindAll(testAst => testAst is CommandAst, true); - addAstElementToList(commandAsts); + if (!commandAsts.Count().Equals(0)) + { + List newObjectCommands = new List(); + + foreach (CommandAst command in commandAsts) + { + if (String.Equals(command.GetCommandName(), "New-Object", StringComparison.OrdinalIgnoreCase)) + { + newObjectCommands.Add(command); + } + } + addAstElementToList(newObjectCommands); + } + // Types declared by the user (defined within a user-created class). IEnumerable definitionAsts = ast.FindAll(testAst => testAst is TypeDefinitionAst, true); foreach (Ast item in definitionAsts) @@ -157,13 +188,15 @@ public IEnumerable AnalyzeScript(Ast ast, string fileName) } // If we have no types to check, we can exit from this rule. - if (allTypesFromAst.Count == 0) + if (allTypesFromAst.Count.Equals(0)) { return new DiagnosticRecord[0]; } CheckCompatibility(); + ProcessErrors(); + return diagnosticRecords; } @@ -196,11 +229,11 @@ private void CheckCompatibility() // way to check for that, so create a diagnostic record. else { - // If we have multiple target platforms to check and we cannot resolve a type, we don't want + // If we have multiple target platforms to check and cannot resolve a type, we don't want // multiple 'could not resolve' errors for the same type. if (couldNotResolveCount < 1) { - GenerateDiagnosticRecord(typeObject, nameObject.fullName, platform.Key, false, nameObject.isTypeAccelerator); + GenerateDiagnosticRecord(typeObject, nameObject.fullName, platform.Key, nameObject.isTypeAccelerator, true); } couldNotResolveCount++; } @@ -215,7 +248,7 @@ private void CheckCompatibility() else { // If not, then the type is incompatible so generate an error Diagnostic Record. - GenerateDiagnosticRecord(typeObject, nameObject.fullName, platform.Key, true, nameObject.isTypeAccelerator); + GenerateDiagnosticRecord(typeObject, nameObject.fullName, platform.Key, nameObject.isTypeAccelerator, false); } } } @@ -230,16 +263,30 @@ private void GenerateDiagnosticRecord( dynamic astObject, string fullTypeName, string platform, - bool resolved, - bool typeAccelerator) + bool typeAccelerator, + bool unresolved) { var extent = astObject.Extent; var platformInfo = platformSpecMap[platform]; - - if (resolved) + + // Error record for types we could not resolve. + if (unresolved) + { + diagnosticRecords.Add(new DiagnosticRecord( + String.Format( + Strings.UseCompatibleTypesUnresolvedError, + fullTypeName), + extent, + GetName(), + GetDiagnosticSeverity(), + scriptPath, + null, + null)); + } + else { // Here we are just including the type accelerator name so the type will be easier to spot in the script - // on the line number we provide in their diagnostic record. + // on the line number we provide in the diagnostic record. string accelerator = ""; if (typeAccelerator) { @@ -250,31 +297,51 @@ private void GenerateDiagnosticRecord( catch { } } - // Diagnostic Record for resolved types that do not exist on - // target platform. + // Create diagnostic record. diagnosticRecords.Add(new DiagnosticRecord( - String.Format( - Strings.UseCompatibleTypesError, - fullTypeName + accelerator, - platformInfo.PSEdition, - platformInfo.PSVersion, - platformInfo.OS), - extent, - GetName(), - GetDiagnosticSeverity(), - scriptPath, - null, - null)); + String.Format( + Strings.UseCompatibleTypesError, + fullTypeName + accelerator, + platformInfo.PSEdition, + platformInfo.PSVersion, + platformInfo.OS), + extent, + GetName(), + GetDiagnosticSeverity(), + scriptPath, + null, + null)); } - else + } + + /// + /// Process errors and add to diagnosticRecords list. + /// + private void ProcessErrors() + { + foreach (ErrorObject error in errorList) { - // Diagnostic Record for unresolved (usually user-created) types. + string message = null; + + if (error.errorRecords != null) + { + foreach (ParseError pe in error.errorRecords) + { + message += pe.Message + " "; + } + } + else + { + message = error.message; + } + diagnosticRecords.Add(new DiagnosticRecord( String.Format( - Strings.UseCompatibleTypesUnresolvedError, - fullTypeName - ), - extent, + Strings.UseCompatibleTypesException, + error.extent.ToString(), + error.errorType, + message), + error.extent, GetName(), GetDiagnosticSeverity(), scriptPath, @@ -282,13 +349,13 @@ private void GenerateDiagnosticRecord( null)); } } - /// /// Initialize data structures needed to check type compatibility. /// private void Initialize() { diagnosticRecords = new List(); + errorList = new List(); psTypeMap = new Dictionary>((StringComparer.OrdinalIgnoreCase)); referenceMap = new HashSet((StringComparer.OrdinalIgnoreCase)); typeAcceleratorMap = new Dictionary(); @@ -376,7 +443,7 @@ private void SetupTypesDictionary() } // Set up the reference type map (from desktop PowerShell). - referenceMap = SetUpAdditionalTypeMap(settingsPath, referenceFileName); + CreateReferenceTypeMap(settingsPath, referenceFileName); // Set up type accelerator map. CreateTypeAcceleratorMap(settingsPath); @@ -444,274 +511,161 @@ private void CreateTypeAcceleratorMap(string path) /// /// Set up type map from the latest desktop version of PowerShell. /// - private HashSet SetUpAdditionalTypeMap(string path, string fileName) + private void CreateReferenceTypeMap(string path, string fileName) { string[] typeFile = Directory.GetFiles(path, fileName); dynamic deserialized = JObject.Parse(File.ReadAllText(typeFile[0])); - return GetTypesFromData(deserialized); + referenceMap = GetTypesFromData(deserialized); } /// - /// Get full type name from ast object. + /// Separate type from New-Ojbect command, pass to GetFullNames to retrieve full type name. /// private List RetrieveFullTypeName(dynamic typeObject) { - // Check to see if our object is a CommandAst. - string AstType = (typeObject.GetType()).Name; - - if (String.Equals(AstType, "CommandAst", StringComparison.OrdinalIgnoreCase)) - { - return GetFullNameFromNewObjectCommand(typeObject); - } - - // If we make it here our ast object is either a TypeConstraintAst or a TypeExpressionAst. - List fullNameObjectList = new List(); - var typeNameProperty = typeObject.TypeName; - - var type = typeNameProperty.GetReflectionType(); - if (type != null) - { - string[] splitNames = type.ToString().Split(new Char[] { '[', ',', ']' }, - StringSplitOptions.RemoveEmptyEntries); - - foreach (string name in splitNames) - { - fullTypeNameObject fullTypeNameInfoObject = new fullTypeNameObject(false); - fullTypeNameInfoObject.fullName = name; - fullNameObjectList.Add(fullTypeNameInfoObject); - } - } - else // Reflection couldn't give us the type names. + // Check to see if our object is a CommandAst. + if (typeObject is CommandAst) { - string[] splitNames = typeNameProperty.ToString().Split(new Char[] { '[', ',', ']' }, - StringSplitOptions.RemoveEmptyEntries); - - // If splitNames length is greater than 1, then we want to try and use the ast object again to - // get full type names. This is because we have an instance of a type taking parameters and we will not - // get the full type name from the string only. - // Example: the string 'System.Collections.Generic.List[string]' will not give us 'System.Collections.Generic.List`1' - // which is what we want. - - if (splitNames.Length > 1) + try { - fullTypeNameObject outsideType = new fullTypeNameObject(false); - var typeName = typeNameProperty.TypeName; + var firstElement = typeObject.CommandElements[1]; + CommandElementAst typeBeingCreated = null; - outsideType.fullName = GetAstField(typeName, "_type"); - - if (outsideType.fullName == null) - { - outsideType.fullName = GetAstField(typeName, "_name"); - } - // Sometimes the full name of the outsideType will still contain '[]' so we need to remove it. - string[] split = outsideType.fullName.Split('['); - outsideType.fullName = split[0]; - - // If this is already a full type name we can add it to our list. - if (StartsWithKnownNamespace(outsideType.fullName)) - { - fullNameObjectList.Add(outsideType); - } - // If not, we have to find it ourselves. - else - { - outsideType = TryToBuildFullTypeName(outsideType); - fullNameObjectList.Add(outsideType); - } - - // Our inside types are the GenericArguments on our typeNameProperty object. - dynamic insideTypes = typeNameProperty.GenericArguments; - - foreach (dynamic argument in insideTypes) + if (firstElement is CommandParameterAst) { - fullTypeNameObject insideType = new fullTypeNameObject(false); - insideType.fullName = GetAstField(argument, "_type"); - - if (insideType.fullName == null) - { - insideType.fullName = GetAstField(argument, "_name"); - } - - // Now we'll do the same check as we did for the outside type. - if (StartsWithKnownNamespace(insideType.fullName)) + string parameterName = firstElement.ParameterName.ToLower(); + if (parameterName.Contains("type")) // Get only -TypeName, not -ComObject { - fullNameObjectList.Add(insideType); + typeBeingCreated = typeObject.CommandElements[2]; } else { - insideType = TryToBuildFullTypeName(insideType); - fullNameObjectList.Add(insideType); - } - } - } - // SplitNames has only one element. - else - { - fullTypeNameObject fullTypeNameInfoObject = new fullTypeNameObject(false); - fullTypeNameInfoObject.fullName = splitNames[0]; - - if (StartsWithKnownNamespace(fullTypeNameInfoObject.fullName)) - { - fullNameObjectList.Add(fullTypeNameInfoObject); + return fullNameObjectList; + } } else { - fullTypeNameInfoObject = TryToBuildFullTypeName(fullTypeNameInfoObject); - fullNameObjectList.Add(fullTypeNameInfoObject); + typeBeingCreated = firstElement; } - } - } - return fullNameObjectList; - } - - /// - /// Retrieve full type names from a 'New-Object' CommandAst. - /// - private List GetFullNameFromNewObjectCommand(dynamic typeObject) - { - // Each commandAst object has the CommandElements property that looks like the following: - // - // CommandElements[0] = The name of the command i.e. 'Get-Command', 'New-Object'. - // - // CommandElements[1] = Either a parameter name OR the object/type. - // - // CommandElements[2] = If CommandElements[1] is a parameter, then this is the object/type - // i.e.'string', 'myType'. - - List fullNameObjectList = new List(); - string typeName = null; - - try - { - // Get only the 'New-Object' commandAsts. - if (String.Equals(typeObject.GetCommandName(), "New-Object", StringComparison.OrdinalIgnoreCase)) - { - StringConstantExpressionAst typeBeingCreated = null; - try + if (typeBeingCreated != null) { - string possibleParam = (typeObject.CommandElements[1].GetType()).Name; - - // Is there a named parameter? - if (String.Equals(possibleParam, "CommandParameterAst", StringComparison.OrdinalIgnoreCase)) + string name; + ScriptBlock script; + // Create a TypeExpressionAst from the CommandElementAst + try { - // Now we only want the parameters that include 'type'. - string paramName = typeObject.CommandElements[1].ParameterName.ToLower(); - - if (paramName.Contains("type")) - { - typeBeingCreated = typeObject.CommandElements[2] as StringConstantExpressionAst; - } + name = (typeBeingCreated.GetType().GetProperty("Value", typeof(string)).GetValue(typeBeingCreated)).ToString(); } - // If the secondElement is not a parameter name, then it will be the type being created. - else + catch { - typeBeingCreated = typeObject.CommandElements[1] as StringConstantExpressionAst; + name = typeBeingCreated.ToString().TrimEnd(new char[] {'\\'}).TrimStart(new char[] {'\\'}); } - } - catch { } - - // There is a possibility typeBeingCreated could be an array (string[]) in which case we - // just want 'string', or more than one type (someType[string, int]) in which case we want - // all three types. - string[] typeNameComponents = typeBeingCreated.Value.Split(new Char[] { '[', ',', ']', ' ', '\'', '(', ')' }, - StringSplitOptions.RemoveEmptyEntries); - - // For full type names that specify the number of parameters they take (System.Collections.Generic.SortedList`2), - // we will very rarely get the full type name with " `2 " in it from the string after 'New-Object'. - // Most likely the string would be along the lines of: System.Collections.Generic.SortedList[string, string]. - // If there is more than one item in our typeNameComponents array we know what number to put after the ` based - // on how many items we have in typeNameComponents. - if (typeNameComponents.Length > 1 && (!typeNameComponents[0].Contains("`"))) - { - string parameterNumber = (typeNameComponents.Length - 1).ToString(); - typeNameComponents[0] = typeNameComponents[0] + "`" + parameterNumber; - } - - // Now we need to find the full name for each of our types. - foreach (string name in typeNameComponents) - { - fullTypeNameObject fullNameObject = new fullTypeNameObject(false); - fullNameObject.fullName = name; - - // Is our name already a full name (includes namespace)? - if (StartsWithKnownNamespace(name)) + if (name.StartsWith("[")) { - fullNameObjectList.Add(fullNameObject); + script = ScriptBlock.Create(name); } else { - fullNameObject = TryToBuildFullTypeName(fullNameObject); - fullNameObjectList.Add(fullNameObject); + script = ScriptBlock.Create("[" + name + "]"); } + + typeObject = script.Ast.Find(ast => ast is TypeExpressionAst, true) as TypeExpressionAst; + } + else + { + return fullNameObjectList; } } + catch (ParseException pe) + { + ErrorObject error = new ErrorObject(pe.GetType().ToString(), pe.Errors, pe.Message, typeObject.Extent); + errorList.Add(error); + return fullNameObjectList; + } + catch (Exception e) + { + ErrorObject error = new ErrorObject(e.GetType().ToString(), null, e.Message, typeObject.Extent); + errorList.Add(error); + return fullNameObjectList; + } } - // If the CommandAst is a type we don't want to analyze (like a scriptblock), or - // if the New-Object command is tyring to create a ComObject, the properties we are - // trying to access in the above 'if' statement won't exist and will throw an exception. - // We'll just catch it and move on since we don't want to deal with those anyway. - catch (System.Exception) { } - return fullNameObjectList; + ITypeName typeNameProperty = typeObject.TypeName; + + return GetFullNames(fullNameObjectList, typeNameProperty); } /// - /// Retrieves a non-public field from an ast object. + /// Get full type name from ast object. /// - private string GetAstField(dynamic typeNamePropertyObject, string desiredProperty) + private List GetFullNames (List listOfNames, ITypeName typeName) { - dynamic property = typeNamePropertyObject.GetType()?.GetField(desiredProperty, - BindingFlags.Instance | BindingFlags.NonPublic)?.GetValue( - typeNamePropertyObject); + string fullName = null; + bool typeAccelerator = false; + bool possibleCustomType = false; - if (desiredProperty == "_type" && property != null) - { - return property.FullName.ToString(); - } - else if (property != null) + var reflectedType = typeName.GetReflectionType(); + + if (reflectedType != null) { - return property.ToString(); + // Remove brackets if type is an array. + fullName = (String.Format("{0}.{1}", reflectedType.Namespace, reflectedType.Name)).Replace("[]", ""); } else { - return property; - } - } + fullName = (typeName.Name).Replace("[]", ""); - /// - /// Tries to get a full type name from our built-in maps and libraries. - /// - private fullTypeNameObject TryToBuildFullTypeName(fullTypeNameObject typeObject) - { - string name = typeObject.fullName; + // Is this a type accelerator? + string typeAccName = CheckTypeAcceleratorMap(fullName); - // Is this a type accelerator? - typeObject.fullName = CheckTypeAcceleratorMap(name); - - if (typeObject.fullName != null) - { - typeObject.isTypeAccelerator = true; + if (!String.IsNullOrEmpty(typeAccName)) + { + fullName = typeAccName; + typeAccelerator = true; + } + else + { + // Is this a type from a known namespace or a 'using namespace' statement in the script? + string usingNameSpace = TryKnownNameSpaces(fullName); + + if (!String.IsNullOrEmpty(usingNameSpace)) + { + fullName = usingNameSpace; + } + else + { + // This may be a user created type. + possibleCustomType = true; + } + } } - else + + // Are there nested types? + if (typeName.IsGeneric) { - // Can we create a full type name by checking known namespaces? - typeObject.fullName = TryKnownNameSpaces(name); + GenericTypeName genericType = typeName as GenericTypeName; + + if (genericType == null) + { + throw new Exception("could not convert to generic typeName"); + } - if (typeObject.fullName == null) + foreach (ITypeName tName in genericType.GenericArguments) { - typeObject.fullName = name; - // Is this a UWP type? - if (!PossibleUWPtype(typeObject.fullName)) - { - // We will assume this is a user-created type. - typeObject.isCustomType = true; - } + GetFullNames(listOfNames, tName); } } - return typeObject; + + fullTypeNameObject fullTypeNameObject = new fullTypeNameObject(possibleCustomType); + fullTypeNameObject.fullName = fullName; + fullTypeNameObject.isTypeAccelerator = typeAccelerator; + + listOfNames.Add(fullTypeNameObject); + + return listOfNames; } /// @@ -719,9 +673,8 @@ private fullTypeNameObject TryToBuildFullTypeName(fullTypeNameObject typeObject) /// private string CheckTypeAcceleratorMap(string typeName) { - typeName = typeName.ToLower(); string value = null; - if (typeAcceleratorMap.TryGetValue(typeName, out value)) + if (typeAcceleratorMap.TryGetValue(typeName.ToLower(), out value)) { return value; } @@ -734,11 +687,20 @@ private string CheckTypeAcceleratorMap(string typeName) /// first. (We will take the first match we find regardless of platform because /// all we want is the full type name). /// - private string TryKnownNameSpaces(string TypeName) + private string TryKnownNameSpaces(string typeName) { + // Does typeName already start with a known namespace? foreach (string nspace in knownNamespaces) { - string possibleFullName = nspace + TypeName; + if (typeName.StartsWith(nspace, StringComparison.OrdinalIgnoreCase)) + { + return typeName; + } + } + // If not, try to build full type name. + foreach (string nspace in knownNamespaces) + { + string possibleFullName = nspace + typeName; // Try our target platforms first. foreach (var platform in psTypeMap) @@ -759,39 +721,6 @@ private string TryKnownNameSpaces(string TypeName) return null; } - /// - /// Check if type name starts with a known namespace. - /// - private bool StartsWithKnownNamespace(string typeName) - { - if (typeName != null) - { - foreach (string nspace in knownNamespaces) - { - if (typeName.StartsWith(nspace, StringComparison.OrdinalIgnoreCase)) - { - return true; - } - } - } - return false; - } - - /// - /// Check if type is from a Universal Windows Platform (UWP) namespace. If the typeName - /// starts with 'Windows' it does not ALWAYS mean it's from a UWP namespace, but usually it is. - /// We are using this check to prevent our type from being labeled 'custom' and therefore giving - /// the incorrect error message. - /// - private bool PossibleUWPtype(string typeName) - { - if (typeName.StartsWith("Windows.", StringComparison.OrdinalIgnoreCase)) - { - return true; - } - return false; - } - /// /// Adds the found ast objects to the 'master' type list (allTypesFromAst). /// @@ -919,10 +848,3 @@ public SourceType GetSourceType() } } } - - - - - - - diff --git a/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettings.psd1 b/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettings.psd1 new file mode 100644 index 000000000..c357eb6af --- /dev/null +++ b/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettings.psd1 @@ -0,0 +1,10 @@ +@{ + IncludeRules = @( + 'PSUseCompatibleCmdlets' + ) + Rules = @{ + PSUseCompatibleCmdlets = @{ + compatibility = @("core-6.0.1-windows") + } + } +} \ No newline at end of file diff --git a/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettingsLinux.psd1 b/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettingsLinux.psd1 new file mode 100644 index 000000000..684f38c3e --- /dev/null +++ b/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettingsLinux.psd1 @@ -0,0 +1,10 @@ +@{ + IncludeRules = @( + 'PSUseCompatibleCmdlets' + ) + Rules = @{ + PSUseCompatibleCmdlets = @{ + compatibility = @("core-6.0.1-linux") + } + } +} \ No newline at end of file diff --git a/Tests/Rules/UseCompatibleCmdlets/ScriptWithViolation.ps1 b/Tests/Rules/UseCompatible/Cmdlets/ScriptWithViolation.ps1 similarity index 100% rename from Tests/Rules/UseCompatibleCmdlets/ScriptWithViolation.ps1 rename to Tests/Rules/UseCompatible/Cmdlets/ScriptWithViolation.ps1 diff --git a/Tests/Rules/UseCompatible/Types/PSScriptAnalyzerSettings.psd1 b/Tests/Rules/UseCompatible/Types/PSScriptAnalyzerSettings.psd1 new file mode 100644 index 000000000..770277493 --- /dev/null +++ b/Tests/Rules/UseCompatible/Types/PSScriptAnalyzerSettings.psd1 @@ -0,0 +1,7 @@ +@{ + Rules = @{ + PSUseCompatibleTypes = @{ + compatibility = @("core-6.0.1-windows") + } + } +} \ No newline at end of file diff --git a/Tests/Rules/UseCompatible/Types/ScriptWithViolation.ps1 b/Tests/Rules/UseCompatible/Types/ScriptWithViolation.ps1 new file mode 100644 index 000000000..0b3a8e95d --- /dev/null +++ b/Tests/Rules/UseCompatible/Types/ScriptWithViolation.ps1 @@ -0,0 +1,3 @@ +$a = New-Object -type System.Configuration.SubclassTypeValidator + +[System.Configuration.Provider.ProviderCollection]::new() \ No newline at end of file diff --git a/Tests/Rules/UseCompatibleCmdlets.tests.ps1 b/Tests/Rules/UseCompatibleCmdlets.tests.ps1 index 62d1e903b..3e3db6067 100644 --- a/Tests/Rules/UseCompatibleCmdlets.tests.ps1 +++ b/Tests/Rules/UseCompatibleCmdlets.tests.ps1 @@ -1,17 +1,18 @@ $ruleName = "PSUseCompatibleCmdlets" $directory = Split-Path $MyInvocation.MyCommand.Path -Parent $testRootDirectory = Split-Path -Parent $directory -$ruleTestDirectory = Join-Path $directory 'UseCompatibleCmdlets' +$ruleTestDirectory = Join-Path $directory 'UseCompatible/Cmdlets/' +$violationFilePath = Join-Path $ruleTestDirectory 'ScriptWithViolation.ps1' +$settingsFilePath = [System.IO.Path]::Combine($ruleTestDirectory, 'PSScriptAnalyzerSettings.psd1'); +$settingsLinux = [System.IO.Path]::Combine($ruleTestDirectory, 'PSScriptAnalyzerSettingsLinux.psd1'); Import-Module (Join-Path $testRootDirectory 'PSScriptAnalyzerTestHelper.psm1') Describe "UseCompatibleCmdlets" { Context "script has violation" { - It "detects violation" { - $violationFilePath = Join-Path $ruleTestDirectory 'ScriptWithViolation.ps1' - $settingsFilePath = [System.IO.Path]::Combine($ruleTestDirectory, 'PSScriptAnalyzerSettings.psd1'); - $diagnosticRecords = Invoke-ScriptAnalyzer -Path $violationFilePath -IncludeRule $ruleName -Settings $settingsFilePath - $diagnosticRecords.Count | Should -Be 1 + It "detects violation" { + $diagnosticRecords = Invoke-ScriptAnalyzer -Path $violationFilePath -Settings $settingsFilePath + $diagnosticRecords.Count | Should Be 1 } } @@ -20,38 +21,41 @@ Describe "UseCompatibleCmdlets" { param ( [Parameter(ValueFromPipeline)] $command, - $settings, - $expectedViolations + $expectedViolations, + $settingsFile ) process { It ("found {0} violations for '{1}'" -f $expectedViolations, $command) { - Invoke-ScriptAnalyzer -ScriptDefinition $command -IncludeRule $ruleName -Settings $settings | ` + Invoke-ScriptAnalyzer -ScriptDefinition $command -IncludeRule $ruleName -Settings $settingsFile | ` Get-Count | ` Should -Be $expectedViolations } } } - $settings = @{rules=@{PSUseCompatibleCmdlets=@{compatibility=@("core-6.0.2-windows")}}} - Context "Microsoft.PowerShell.Core" { @('Enter-PSSession', 'Foreach-Object', 'Get-Command') | ` - Test-Command -Settings $settings -ExpectedViolations 0 + Test-Command -ExpectedViolations 0 -SettingsFile $settingsFilePath } Context "Non-builtin commands" { @('get-foo', 'get-bar', 'get-baz') | ` - Test-Command -Settings $settings -ExpectedViolations 0 + Test-Command -ExpectedViolations 0 -SettingsFile $settingsFilePath } Context "Aliases" { @('where', 'select', 'cd') | ` - Test-Command -Settings $settings -ExpectedViolations 0 + Test-Command -ExpectedViolations 0 -SettingsFile $settingsFilePath } Context "Commands present in reference platform but not in target platform" { @("Start-VM", "New-SmbShare", "Get-Disk") | ` - Test-Command -Settings $settings -ExpectedViolations 1 + Test-Command -ExpectedViolations 1 -SettingsFile $settingsFilePath + } + + Context "Known issue cmdlets" { + @("Register-WmiEvent", "Remove-Event", "Unregister-Event") | ` + Test-Command -ExpectedViolations 1 -SettingsFile $settingsLinux } } diff --git a/Tests/Rules/UseCompatibleCmdlets/core-6.0.1-windows.json b/Tests/Rules/UseCompatibleCmdlets/core-6.0.1-windows.json deleted file mode 100644 index 66056b5be..000000000 --- a/Tests/Rules/UseCompatibleCmdlets/core-6.0.1-windows.json +++ /dev/null @@ -1,24144 +0,0 @@ -{ - "Edition": { - "OS": "windows", - "PowerShellEdition": "core", - "PowerShellVersion": "6.0.1" - }, - "Modules": [ - { - "Name": "CimCmdlets", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-CimAssociatedInstance" - }, - { - "Name": "Get-CimClass" - }, - { - "Name": "Get-CimInstance" - }, - { - "Name": "Get-CimSession" - }, - { - "Name": "Invoke-CimMethod" - }, - { - "Name": "New-CimInstance" - }, - { - "Name": "New-CimSession" - }, - { - "Name": "New-CimSessionOption" - }, - { - "Name": "Register-CimIndicationEvent" - }, - { - "Name": "Remove-CimInstance" - }, - { - "Name": "Remove-CimSession" - }, - { - "Name": "Set-CimInstance" - } - ], - "ExportedAliases": [ - "gcim", - "scim", - "ncim", - "rcim", - "icim", - "gcai", - "rcie", - "ncms", - "rcms", - "gcms", - "ncso", - "gcls" - ] - }, - { - "Name": "Microsoft.PowerShell.Archive", - "Version": "1.1.0.0", - "ExportedCommands": [ - { - "Name": "Compress-Archive" - }, - { - "Name": "Expand-Archive" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Diagnostics", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-WinEvent" - }, - { - "Name": "New-WinEvent" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Host", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Start-Transcript" - }, - { - "Name": "Stop-Transcript" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Management", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-Content" - }, - { - "Name": "Clear-Content" - }, - { - "Name": "Clear-Item" - }, - { - "Name": "Clear-ItemProperty" - }, - { - "Name": "Convert-Path" - }, - { - "Name": "Copy-Item" - }, - { - "Name": "Copy-ItemProperty" - }, - { - "Name": "Debug-Process" - }, - { - "Name": "Get-ChildItem" - }, - { - "Name": "Get-ComputerInfo" - }, - { - "Name": "Get-Content" - }, - { - "Name": "Get-Item" - }, - { - "Name": "Get-ItemProperty" - }, - { - "Name": "Get-ItemPropertyValue" - }, - { - "Name": "Get-Location" - }, - { - "Name": "Get-Process" - }, - { - "Name": "Get-PSDrive" - }, - { - "Name": "Get-PSProvider" - }, - { - "Name": "Get-Service" - }, - { - "Name": "Get-TimeZone" - }, - { - "Name": "Invoke-Item" - }, - { - "Name": "Join-Path" - }, - { - "Name": "Move-Item" - }, - { - "Name": "Move-ItemProperty" - }, - { - "Name": "New-Item" - }, - { - "Name": "New-ItemProperty" - }, - { - "Name": "New-PSDrive" - }, - { - "Name": "New-Service" - }, - { - "Name": "Pop-Location" - }, - { - "Name": "Push-Location" - }, - { - "Name": "Remove-Item" - }, - { - "Name": "Remove-ItemProperty" - }, - { - "Name": "Remove-PSDrive" - }, - { - "Name": "Remove-Service" - }, - { - "Name": "Rename-Computer" - }, - { - "Name": "Rename-Item" - }, - { - "Name": "Rename-ItemProperty" - }, - { - "Name": "Resolve-Path" - }, - { - "Name": "Restart-Computer" - }, - { - "Name": "Restart-Service" - }, - { - "Name": "Resume-Service" - }, - { - "Name": "Set-Content" - }, - { - "Name": "Set-Item" - }, - { - "Name": "Set-ItemProperty" - }, - { - "Name": "Set-Location" - }, - { - "Name": "Set-Service" - }, - { - "Name": "Set-TimeZone" - }, - { - "Name": "Split-Path" - }, - { - "Name": "Start-Process" - }, - { - "Name": "Start-Service" - }, - { - "Name": "Stop-Computer" - }, - { - "Name": "Stop-Process" - }, - { - "Name": "Stop-Service" - }, - { - "Name": "Suspend-Service" - }, - { - "Name": "Test-Path" - }, - { - "Name": "Wait-Process" - } - ], - "ExportedAliases": [ - "gin", - "gtz", - "stz" - ] - }, - { - "Name": "Microsoft.PowerShell.Security", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "ConvertFrom-SecureString" - }, - { - "Name": "ConvertTo-SecureString" - }, - { - "Name": "Get-Acl" - }, - { - "Name": "Get-AuthenticodeSignature" - }, - { - "Name": "Get-CmsMessage" - }, - { - "Name": "Get-Credential" - }, - { - "Name": "Get-ExecutionPolicy" - }, - { - "Name": "Get-PfxCertificate" - }, - { - "Name": "New-FileCatalog" - }, - { - "Name": "Protect-CmsMessage" - }, - { - "Name": "Set-Acl" - }, - { - "Name": "Set-AuthenticodeSignature" - }, - { - "Name": "Set-ExecutionPolicy" - }, - { - "Name": "Test-FileCatalog" - }, - { - "Name": "Unprotect-CmsMessage" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Utility", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "ConvertFrom-SddlString" - }, - { - "Name": "Add-Member" - }, - { - "Name": "Add-Type" - }, - { - "Name": "Clear-Variable" - }, - { - "Name": "Compare-Object" - }, - { - "Name": "ConvertFrom-Csv" - }, - { - "Name": "ConvertFrom-Json" - }, - { - "Name": "ConvertFrom-StringData" - }, - { - "Name": "ConvertTo-Csv" - }, - { - "Name": "ConvertTo-Html" - }, - { - "Name": "ConvertTo-Json" - }, - { - "Name": "ConvertTo-Xml" - }, - { - "Name": "Debug-Runspace" - }, - { - "Name": "Disable-PSBreakpoint" - }, - { - "Name": "Disable-RunspaceDebug" - }, - { - "Name": "Enable-PSBreakpoint" - }, - { - "Name": "Enable-RunspaceDebug" - }, - { - "Name": "Export-Alias" - }, - { - "Name": "Export-Clixml" - }, - { - "Name": "Export-Csv" - }, - { - "Name": "Export-FormatData" - }, - { - "Name": "Export-PSSession" - }, - { - "Name": "Format-Custom" - }, - { - "Name": "Format-Hex" - }, - { - "Name": "Format-List" - }, - { - "Name": "Format-Table" - }, - { - "Name": "Format-Wide" - }, - { - "Name": "Get-Alias" - }, - { - "Name": "Get-Culture" - }, - { - "Name": "Get-Date" - }, - { - "Name": "Get-Event" - }, - { - "Name": "Get-EventSubscriber" - }, - { - "Name": "Get-FileHash" - }, - { - "Name": "Get-FormatData" - }, - { - "Name": "Get-Host" - }, - { - "Name": "Get-Member" - }, - { - "Name": "Get-PSBreakpoint" - }, - { - "Name": "Get-PSCallStack" - }, - { - "Name": "Get-Random" - }, - { - "Name": "Get-Runspace" - }, - { - "Name": "Get-RunspaceDebug" - }, - { - "Name": "Get-TraceSource" - }, - { - "Name": "Get-TypeData" - }, - { - "Name": "Get-UICulture" - }, - { - "Name": "Get-Unique" - }, - { - "Name": "Get-Uptime" - }, - { - "Name": "Get-Variable" - }, - { - "Name": "Get-Verb" - }, - { - "Name": "Group-Object" - }, - { - "Name": "Import-Alias" - }, - { - "Name": "Import-Clixml" - }, - { - "Name": "Import-Csv" - }, - { - "Name": "Import-LocalizedData" - }, - { - "Name": "Import-PowerShellDataFile" - }, - { - "Name": "Import-PSSession" - }, - { - "Name": "Invoke-Expression" - }, - { - "Name": "Invoke-RestMethod" - }, - { - "Name": "Invoke-WebRequest" - }, - { - "Name": "Measure-Command" - }, - { - "Name": "Measure-Object" - }, - { - "Name": "New-Alias" - }, - { - "Name": "New-Event" - }, - { - "Name": "New-Guid" - }, - { - "Name": "New-Object" - }, - { - "Name": "New-TemporaryFile" - }, - { - "Name": "New-TimeSpan" - }, - { - "Name": "New-Variable" - }, - { - "Name": "Out-File" - }, - { - "Name": "Out-String" - }, - { - "Name": "Read-Host" - }, - { - "Name": "Register-EngineEvent" - }, - { - "Name": "Register-ObjectEvent" - }, - { - "Name": "Remove-Alias" - }, - { - "Name": "Remove-Event" - }, - { - "Name": "Remove-PSBreakpoint" - }, - { - "Name": "Remove-TypeData" - }, - { - "Name": "Remove-Variable" - }, - { - "Name": "Select-Object" - }, - { - "Name": "Select-String" - }, - { - "Name": "Select-Xml" - }, - { - "Name": "Send-MailMessage" - }, - { - "Name": "Set-Alias" - }, - { - "Name": "Set-Date" - }, - { - "Name": "Set-PSBreakpoint" - }, - { - "Name": "Set-TraceSource" - }, - { - "Name": "Set-Variable" - }, - { - "Name": "Sort-Object" - }, - { - "Name": "Start-Sleep" - }, - { - "Name": "Tee-Object" - }, - { - "Name": "Trace-Command" - }, - { - "Name": "Unblock-File" - }, - { - "Name": "Unregister-Event" - }, - { - "Name": "Update-FormatData" - }, - { - "Name": "Update-TypeData" - }, - { - "Name": "Wait-Debugger" - }, - { - "Name": "Wait-Event" - }, - { - "Name": "Write-Debug" - }, - { - "Name": "Write-Error" - }, - { - "Name": "Write-Host" - }, - { - "Name": "Write-Information" - }, - { - "Name": "Write-Output" - }, - { - "Name": "Write-Progress" - }, - { - "Name": "Write-Verbose" - }, - { - "Name": "Write-Warning" - } - ], - "ExportedAliases": [ - "fhx" - ] - }, - { - "Name": "Microsoft.WSMan.Management", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Connect-WSMan" - }, - { - "Name": "Disable-WSManCredSSP" - }, - { - "Name": "Disconnect-WSMan" - }, - { - "Name": "Enable-WSManCredSSP" - }, - { - "Name": "Get-WSManCredSSP" - }, - { - "Name": "Get-WSManInstance" - }, - { - "Name": "Invoke-WSManAction" - }, - { - "Name": "New-WSManInstance" - }, - { - "Name": "New-WSManSessionOption" - }, - { - "Name": "Remove-WSManInstance" - }, - { - "Name": "Set-WSManInstance" - }, - { - "Name": "Set-WSManQuickConfig" - }, - { - "Name": "Test-WSMan" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PackageManagement", - "Version": "1.1.7.0", - "ExportedCommands": [ - { - "Name": "Find-Package" - }, - { - "Name": "Find-PackageProvider" - }, - { - "Name": "Get-Package" - }, - { - "Name": "Get-PackageProvider" - }, - { - "Name": "Get-PackageSource" - }, - { - "Name": "Import-PackageProvider" - }, - { - "Name": "Install-Package" - }, - { - "Name": "Install-PackageProvider" - }, - { - "Name": "Register-PackageSource" - }, - { - "Name": "Save-Package" - }, - { - "Name": "Set-PackageSource" - }, - { - "Name": "Uninstall-Package" - }, - { - "Name": "Unregister-PackageSource" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PowerShellGet", - "Version": "1.6.0", - "ExportedCommands": [ - { - "Name": "Find-Command" - }, - { - "Name": "Find-DscResource" - }, - { - "Name": "Find-Module" - }, - { - "Name": "Find-RoleCapability" - }, - { - "Name": "Find-Script" - }, - { - "Name": "Get-InstalledModule" - }, - { - "Name": "Get-InstalledScript" - }, - { - "Name": "Get-PSRepository" - }, - { - "Name": "Install-Module" - }, - { - "Name": "Install-Script" - }, - { - "Name": "New-ScriptFileInfo" - }, - { - "Name": "Publish-Module" - }, - { - "Name": "Publish-Script" - }, - { - "Name": "Register-PSRepository" - }, - { - "Name": "Save-Module" - }, - { - "Name": "Save-Script" - }, - { - "Name": "Set-PSRepository" - }, - { - "Name": "Test-ScriptFileInfo" - }, - { - "Name": "Uninstall-Module" - }, - { - "Name": "Uninstall-Script" - }, - { - "Name": "Unregister-PSRepository" - }, - { - "Name": "Update-Module" - }, - { - "Name": "Update-ModuleManifest" - }, - { - "Name": "Update-Script" - }, - { - "Name": "Update-ScriptFileInfo" - } - ], - "ExportedAliases": [ - "inmo", - "fimo", - "upmo", - "pumo" - ] - }, - { - "Name": "PSDesiredStateConfiguration", - "Version": "0.0", - "ExportedCommands": [ - { - "Name": "AddDscResourceProperty" - }, - { - "Name": "AddDscResourcePropertyFromMetadata" - }, - { - "Name": "Add-NodeKeys" - }, - { - "Name": "CheckResourceFound" - }, - { - "Name": "Configuration" - }, - { - "Name": "ConvertTo-MOFInstance" - }, - { - "Name": "Generate-VersionInfo" - }, - { - "Name": "Get-CompatibleVersionAddtionaPropertiesStr" - }, - { - "Name": "Get-ComplexResourceQualifier" - }, - { - "Name": "GetCompositeResource" - }, - { - "Name": "Get-ConfigurationErrorCount" - }, - { - "Name": "Get-DscResource" - }, - { - "Name": "Get-DSCResourceModules" - }, - { - "Name": "Get-EncryptedPassword" - }, - { - "Name": "GetImplementingModulePath" - }, - { - "Name": "Get-InnerMostErrorRecord" - }, - { - "Name": "GetModule" - }, - { - "Name": "Get-MofInstanceName" - }, - { - "Name": "Get-MofInstanceText" - }, - { - "Name": "GetPatterns" - }, - { - "Name": "Get-PositionInfo" - }, - { - "Name": "Get-PSCurrentConfigurationNode" - }, - { - "Name": "Get-PSDefaultConfigurationDocument" - }, - { - "Name": "Get-PSMetaConfigDocumentInstVersionInfo" - }, - { - "Name": "Get-PSMetaConfigurationProcessed" - }, - { - "Name": "Get-PSTopConfigurationName" - }, - { - "Name": "Get-PublicKeyFromFile" - }, - { - "Name": "Get-PublicKeyFromStore" - }, - { - "Name": "GetResourceFromKeyword" - }, - { - "Name": "GetSyntax" - }, - { - "Name": "ImportCimAndScriptKeywordsFromModule" - }, - { - "Name": "ImportClassResourcesFromModule" - }, - { - "Name": "Initialize-ConfigurationRuntimeState" - }, - { - "Name": "IsHiddenResource" - }, - { - "Name": "IsPatternMatched" - }, - { - "Name": "New-DscChecksum" - }, - { - "Name": "Node" - }, - { - "Name": "ReadEnvironmentFile" - }, - { - "Name": "Set-NodeExclusiveResources" - }, - { - "Name": "Set-NodeManager" - }, - { - "Name": "Set-NodeResources" - }, - { - "Name": "Set-NodeResourceSource" - }, - { - "Name": "Set-PSCurrentConfigurationNode" - }, - { - "Name": "Set-PSDefaultConfigurationDocument" - }, - { - "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta" - }, - { - "Name": "Set-PSMetaConfigVersionInfoV2" - }, - { - "Name": "Set-PSTopConfigurationName" - }, - { - "Name": "StrongConnect" - }, - { - "Name": "Test-ConflictingResources" - }, - { - "Name": "Test-ModuleReloadRequired" - }, - { - "Name": "Test-MofInstanceText" - }, - { - "Name": "Test-NodeManager" - }, - { - "Name": "Test-NodeResources" - }, - { - "Name": "Test-NodeResourceSource" - }, - { - "Name": "ThrowError" - }, - { - "Name": "Update-ConfigurationDocumentRef" - }, - { - "Name": "Update-ConfigurationErrorCount" - }, - { - "Name": "Update-DependsOn" - }, - { - "Name": "Update-LocalConfigManager" - }, - { - "Name": "Update-ModuleVersion" - }, - { - "Name": "ValidateNoCircleInNodeResources" - }, - { - "Name": "ValidateNodeExclusiveResources" - }, - { - "Name": "ValidateNodeManager" - }, - { - "Name": "ValidateNodeResources" - }, - { - "Name": "ValidateNodeResourceSource" - }, - { - "Name": "ValidateNoNameNodeResources" - }, - { - "Name": "ValidateUpdate-ConfigurationData" - }, - { - "Name": "WriteFile" - }, - { - "Name": "Write-Log" - }, - { - "Name": "Write-MetaConfigFile" - }, - { - "Name": "Write-NodeMOFFile" - } - ], - "ExportedAliases": [ - "rtcfg", - "ulcm", - "upcfg", - "glcm", - "pbcfg", - "tcfg", - "gcfg", - "sacfg", - "gcfgs", - "slcm" - ] - }, - { - "Name": "PSDiagnostics", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-PSTrace" - }, - { - "Name": "Enable-PSTrace" - }, - { - "Name": "Get-LogProperties" - }, - { - "Name": "Set-LogProperties" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PSReadLine", - "Version": "1.2", - "ExportedCommands": [ - { - "Name": "PSConsoleHostReadline" - }, - { - "Name": "Get-PSReadlineKeyHandler" - }, - { - "Name": "Get-PSReadlineOption" - }, - { - "Name": "Remove-PSReadlineKeyHandler" - }, - { - "Name": "Set-PSReadlineKeyHandler" - }, - { - "Name": "Set-PSReadlineOption" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Core", - "Version": "6.0.1", - "ExportedCommands": [ - { - "Name": "Add-History" - }, - { - "Name": "Clear-History" - }, - { - "Name": "Connect-PSSession" - }, - { - "Name": "Debug-Job" - }, - { - "Name": "Disable-PSRemoting" - }, - { - "Name": "Disable-PSSessionConfiguration" - }, - { - "Name": "Disconnect-PSSession" - }, - { - "Name": "Enable-PSRemoting" - }, - { - "Name": "Enable-PSSessionConfiguration" - }, - { - "Name": "Enter-PSHostProcess" - }, - { - "Name": "Enter-PSSession" - }, - { - "Name": "Exit-PSHostProcess" - }, - { - "Name": "Exit-PSSession" - }, - { - "Name": "Export-ModuleMember" - }, - { - "Name": "ForEach-Object" - }, - { - "Name": "Get-Command" - }, - { - "Name": "Get-Help" - }, - { - "Name": "Get-History" - }, - { - "Name": "Get-Job" - }, - { - "Name": "Get-Module" - }, - { - "Name": "Get-PSHostProcessInfo" - }, - { - "Name": "Get-PSSession" - }, - { - "Name": "Get-PSSessionCapability" - }, - { - "Name": "Get-PSSessionConfiguration" - }, - { - "Name": "Import-Module" - }, - { - "Name": "Invoke-Command" - }, - { - "Name": "Invoke-History" - }, - { - "Name": "New-Module" - }, - { - "Name": "New-ModuleManifest" - }, - { - "Name": "New-PSRoleCapabilityFile" - }, - { - "Name": "New-PSSession" - }, - { - "Name": "New-PSSessionConfigurationFile" - }, - { - "Name": "New-PSSessionOption" - }, - { - "Name": "New-PSTransportOption" - }, - { - "Name": "Out-Default" - }, - { - "Name": "Out-Host" - }, - { - "Name": "Out-Null" - }, - { - "Name": "Receive-Job" - }, - { - "Name": "Receive-PSSession" - }, - { - "Name": "Register-ArgumentCompleter" - }, - { - "Name": "Register-PSSessionConfiguration" - }, - { - "Name": "Remove-Job" - }, - { - "Name": "Remove-Module" - }, - { - "Name": "Remove-PSSession" - }, - { - "Name": "Save-Help" - }, - { - "Name": "Set-PSDebug" - }, - { - "Name": "Set-PSSessionConfiguration" - }, - { - "Name": "Set-StrictMode" - }, - { - "Name": "Start-Job" - }, - { - "Name": "Stop-Job" - }, - { - "Name": "Test-ModuleManifest" - }, - { - "Name": "Test-PSSessionConfigurationFile" - }, - { - "Name": "Unregister-PSSessionConfiguration" - }, - { - "Name": "Update-Help" - }, - { - "Name": "Wait-Job" - }, - { - "Name": "Where-Object" - } - ], - "ExportedAliases": [ - "clhy", - "cnsn", - "dnsn", - "etsn", - "exsn", - "%", - "foreach", - "gcm", - "ghy", - "h", - "history", - "gjb", - "gmo", - "gsn", - "ipmo", - "icm", - "ihy", - "r", - "nmo", - "nsn", - "oh", - "rcjb", - "rcsn", - "rjb", - "rmo", - "rsn", - "sajb", - "spjb", - "wjb", - "?", - "where" - ] - } - ], - "Types": [ - { - "Name": "OperationTelemetryExtensions", - "Namespace": "Microsoft.ApplicationInsights" - }, - { - "Name": "TelemetryClient", - "Namespace": "Microsoft.ApplicationInsights" - }, - { - "Name": "TelemetryClientExtensions", - "Namespace": "Microsoft.ApplicationInsights" - }, - { - "Name": "AutocollectedMetricsExtractor", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "IOperationHolder`1", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "ITelemetryInitializer", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "ITelemetryModule", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "ITelemetryProcessor", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "OperationCorrelationTelemetryInitializer", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "SdkInternalOperationsMonitor", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "SequencePropertyInitializer", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "TelemetryConfiguration", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "CloudContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "ComponentContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "DeviceContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "HttpWebResponseWrapper", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "InternalContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "JsonSerializer", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "LocationContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "OperationContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "OperationTelemetry", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "SessionContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "TaskTimer", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "TelemetryContextExtensions", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "TelemetryDebugWriter", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "TelemetryProcessorChain", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "TelemetryProcessorChainBuilder", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "UserContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "TelemetryModules", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "DiagnosticsTelemetryModule", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" - }, - { - "Name": "Extensions", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" - }, - { - "Name": "AvailabilityTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "DependencyTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "EventTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "ExceptionHandledAt", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "ExceptionTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "IJsonWriter", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "ISupportMetrics", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "ISupportProperties", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "ISupportSampling", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "MetricTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "PageViewTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "PerformanceCounterTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "RequestTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "SessionState", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "SessionStateTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "SeverityLevel", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "TelemetryContext", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "TraceTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "InMemoryChannel", - "Namespace": "Microsoft.ApplicationInsights.Channel" - }, - { - "Name": "ITelemetry", - "Namespace": "Microsoft.ApplicationInsights.Channel" - }, - { - "Name": "ITelemetryChannel", - "Namespace": "Microsoft.ApplicationInsights.Channel" - }, - { - "Name": "Transmission", - "Namespace": "Microsoft.ApplicationInsights.Channel" - }, - { - "Name": "CSharpExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Conversion", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpCommandLineArguments", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpCommandLineParser", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "AwaitExpressionInfo", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpCompilation", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpScriptCompilationInfo", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "ForEachStatementInfo", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "QueryClauseInfo", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpCompilationOptions", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpExtensions", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpFileSystemExtensions", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpParseOptions", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpDiagnosticFormatter", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpSyntaxVisitor`1", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpSyntaxVisitor", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpSyntaxRewriter", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "SyntaxFactory", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "LanguageVersion", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "LanguageVersionFacts", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "SyntaxFacts", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "SymbolDisplay", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "TypedConstantExtensions", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpSyntaxNode", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpSyntaxTree", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpSyntaxWalker", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "SyntaxExtensions", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "SyntaxKind", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "NameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SimpleNameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IdentifierNameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "QualifiedNameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "GenericNameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeArgumentListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AliasQualifiedNameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PredefinedTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ArrayTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ArrayRankSpecifierSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PointerTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "NullableTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TupleTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TupleElementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "OmittedTypeArgumentSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "RefTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ParenthesizedExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TupleExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PrefixUnaryExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AwaitExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PostfixUnaryExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "MemberAccessExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConditionalAccessExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "MemberBindingExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ElementBindingExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ImplicitElementAccessSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BinaryExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AssignmentExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConditionalExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InstanceExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ThisExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LiteralExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "MakeRefExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "RefTypeExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "RefValueExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CheckedExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DefaultExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeOfExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SizeOfExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InvocationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ElementAccessExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseArgumentListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ArgumentListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BracketedArgumentListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ArgumentSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "NameColonSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DeclarationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CastExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AnonymousFunctionExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AnonymousMethodExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LambdaExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SimpleLambdaExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "RefExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ParenthesizedLambdaExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InitializerExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ObjectCreationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AnonymousObjectMemberDeclaratorSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AnonymousObjectCreationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ArrayCreationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ImplicitArrayCreationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "StackAllocArrayCreationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "QueryClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SelectOrGroupClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "QueryExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "QueryBodySyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "FromClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LetClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "JoinClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "JoinIntoClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "WhereClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "OrderByClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "OrderingSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SelectClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "GroupClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "QueryContinuationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "OmittedArraySizeExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterpolatedStringExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IsPatternExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ThrowExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "WhenClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PatternSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DeclarationPatternSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConstantPatternSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterpolatedStringContentSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterpolatedStringTextSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterpolationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterpolationAlignmentClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterpolationFormatClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "GlobalStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "StatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BlockSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LocalFunctionStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LocalDeclarationStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "VariableDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "VariableDeclaratorSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EqualsValueClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "VariableDesignationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SingleVariableDesignationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DiscardDesignationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ParenthesizedVariableDesignationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ExpressionStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EmptyStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LabeledStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "GotoStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BreakStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ContinueStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ReturnStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ThrowStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "YieldStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "WhileStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DoStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ForStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CommonForEachStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ForEachStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ForEachVariableStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "UsingStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "FixedStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CheckedStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "UnsafeStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LockStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IfStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ElseClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SwitchStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SwitchSectionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SwitchLabelSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CasePatternSwitchLabelSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CaseSwitchLabelSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DefaultSwitchLabelSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TryStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CatchClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CatchDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CatchFilterClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "FinallyClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CompilationUnitSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ExternAliasDirectiveSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "UsingDirectiveSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "MemberDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "NamespaceDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AttributeListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AttributeTargetSpecifierSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AttributeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AttributeArgumentListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AttributeArgumentSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "NameEqualsSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeParameterSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseTypeDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ClassDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "StructDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterfaceDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EnumDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DelegateDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EnumMemberDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SimpleBaseTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeParameterConstraintClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeParameterConstraintSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConstructorConstraintSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ClassOrStructConstraintSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeConstraintSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseFieldDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "FieldDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EventFieldDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ExplicitInterfaceSpecifierSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseMethodDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "MethodDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "OperatorDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConversionOperatorDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConstructorDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConstructorInitializerSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DestructorDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BasePropertyDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PropertyDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ArrowExpressionClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EventDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IndexerDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AccessorListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AccessorDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BracketedParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ParameterSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IncompleteMemberSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SkippedTokensTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DocumentationCommentTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "QualifiedCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "MemberCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "NameMemberCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IndexerMemberCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "OperatorMemberCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConversionOperatorMemberCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseCrefParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CrefParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CrefBracketedParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CrefParameterSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlNodeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlElementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlElementStartTagSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlElementEndTagSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlEmptyElementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlNameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlPrefixSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlAttributeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlTextAttributeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlCrefAttributeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlNameAttributeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlTextSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlCDataSectionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlProcessingInstructionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlCommentSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BranchingDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConditionalDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IfDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ElifDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ElseDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EndIfDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "RegionDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EndRegionDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ErrorDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "WarningDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BadDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DefineDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "UndefDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LineDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PragmaWarningDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PragmaChecksumDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ReferenceDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LoadDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ShebangDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "StructuredTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlNameAttributeElementKind", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CaseInsensitiveComparison", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CommandLineAnalyzerReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CommandLineReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CommandLineSourceFile", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CommandLineArguments", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CommandLineParser", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Compilation", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CandidateReason", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CompilationOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ControlFlowAnalysis", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DataFlowAnalysis", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ModelExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "OptimizationLevel", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ParseOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Platform", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "PreprocessingSymbolInfo", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ScriptCompilationInfo", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SemanticModel", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SourceReferenceResolver", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SpeculativeBindingOption", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SubsystemVersion", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolFilter", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolInfo", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "TypeInfo", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "XmlReferenceResolver", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DesktopAssemblyIdentityComparer", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AdditionalText", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IAnalyzerAssemblyLoader", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Diagnostic", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DiagnosticDescriptor", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DiagnosticFormatter", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DiagnosticSeverity", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "FileLinePositionSpan", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "LocalizableResourceString", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "LocalizableString", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Location", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "LocationKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ReportDiagnostic", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "WellKnownDiagnosticTags", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DocumentationCommentId", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DocumentationProvider", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DocumentationMode", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "EmbeddedText", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "FileSystemExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AssemblyIdentity", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AssemblyIdentityComparer", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AssemblyIdentityParts", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AssemblyMetadata", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CompilationReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "MetadataId", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Metadata", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "MetadataImageKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "MetadataReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "MetadataReferenceProperties", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "MetadataReferenceResolver", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ModuleMetadata", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "PortableExecutableReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "UnresolvedMetadataReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IOperation", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "OperationKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Optional`1", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "OutputKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ResourceDescription", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "RuleSet", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "RuleSetInclude", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SourceCodeKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SourceFileResolver", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SpecialType", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DesktopStrongNameProvider", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "StrongNameProvider", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayDelegateStyle", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayExtensionMethodStyle", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayFormat", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayGenericsOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayGlobalNamespaceStyle", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayKindOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayLocalOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayMemberOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayMiscellaneousOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayParameterOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayPart", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayPartKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayPropertyStyle", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayTypeQualificationStyle", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Accessibility", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AttributeData", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CustomModifier", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IAliasSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IArrayTypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IAssemblySymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IDiscardSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IDynamicTypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IErrorTypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IEventSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IFieldSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ILabelSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ILocalSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IMethodSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IModuleSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "INamedTypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "INamespaceOrTypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "INamespaceSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IParameterSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IPointerTypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IPreprocessingSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IPropertySymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IRangeVariableSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ISourceAssemblySymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ISymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ISymbolExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ITypeParameterSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ITypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "LanguageNames", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "MethodKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "NamespaceKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DllImportData", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "RefKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolVisitor", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolVisitor`1", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "TypedConstant", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "TypedConstantKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "TypeKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "TypeParameterKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "VarianceKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "WellKnownMemberNames", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AnnotationExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ChildSyntaxList", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ICompilationUnitSyntax", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ISkippedTokensTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IStructuredTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "LineVisibility", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SeparatedSyntaxList`1", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxAnnotation", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxList`1", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxNode", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxNodeExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxNodeOrToken", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxNodeOrTokenList", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxRemoveOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxToken", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxTokenList", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxTree", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxTrivia", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxTriviaList", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxWalker", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxWalkerDepth", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "XmlFileResolver", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "LinePosition", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "LinePositionSpan", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "SourceHashAlgorithm", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "SourceText", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "SourceTextContainer", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "TextChange", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "TextChangeEventArgs", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "TextChangeRange", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "TextLine", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "TextLineCollection", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "TextSpan", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "AnalysisResult", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalyzerFileReference", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalyzerImageReference", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalyzerLoadFailureEventArgs", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalyzerOptions", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalyzerReference", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "CompilationWithAnalyzers", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "CompilationWithAnalyzersOptions", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "GeneratedCodeAnalysisFlags", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "CompilationStartAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "CompilationAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SemanticModelAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SymbolAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "CodeBlockStartAnalysisContext`1", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "CodeBlockAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "OperationBlockStartAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "OperationBlockAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SyntaxTreeAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SyntaxNodeAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "OperationAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "DiagnosticAnalyzer", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "DiagnosticAnalyzerAttribute", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "DiagnosticAnalyzerExtensions", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SourceTextValueProvider`1", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SyntaxTreeValueProvider`1", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "UnresolvedAnalyzerReference", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SuppressionInfo", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalyzerTelemetryInfo", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics.Telemetry" - }, - { - "Name": "ArgumentKind", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "BinaryOperatorKind", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "BranchKind", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "CaseKind", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "CommonConversion", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IAddressOfOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IAnonymousFunctionOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IAnonymousObjectCreationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IArgumentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IArrayCreationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IArrayElementReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IArrayInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IAssignmentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IAwaitOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IBinaryOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IBlockOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IBranchOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ICaseClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ICatchClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ICoalesceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ICollectionElementInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ICompoundAssignmentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IConditionalAccessInstanceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IConditionalAccessOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IConditionalOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IConstantPatternOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IConversionOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDeclarationExpressionOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDeclarationPatternOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDeconstructionAssignmentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDefaultCaseClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDefaultValueOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDelegateCreationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDynamicIndexerAccessOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDynamicInvocationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDynamicMemberReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDynamicObjectCreationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IEmptyOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IEndOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IEventAssignmentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IEventReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IExpressionStatementOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IFieldInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IFieldReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IIncrementOrDecrementOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInstanceReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInterpolatedStringContentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInterpolatedStringOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInterpolatedStringTextOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInterpolationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInvalidOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInvocationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IIsPatternOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IIsTypeOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ILabeledOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ILiteralOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ILocalFunctionOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ILocalReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ILockOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IMemberInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IMemberReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IMethodReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "INameOfOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IObjectCreationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IObjectOrCollectionInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IOmittedArgumentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IParameterInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IParameterReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IParenthesizedOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IPatternCaseClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IPatternOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IPropertyInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IPropertyReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IRaiseEventOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IRangeCaseClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IRelationalCaseClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IReturnOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ISimpleAssignmentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ISingleValueCaseClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ISizeOfOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IStopOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ISwitchCaseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ISwitchOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ISymbolInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IThrowOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ITranslatedQueryOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ITryOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ITupleOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ITypeOfOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ITypeParameterObjectCreationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IUnaryOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IUsingOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IVariableDeclarationGroupOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IVariableDeclarationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IVariableDeclaratorOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IVariableInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IForEachLoopOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IForLoopOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IForToLoopOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ILoopOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IWhileLoopOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "LoopKind", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "OperationExtensions", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "OperationVisitor", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "OperationVisitor`2", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "OperationWalker", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "UnaryOperatorKind", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "EmitResult", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "DebugInformationFormat", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "EditAndContinueMethodDebugInformation", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "EmitBaseline", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "EmitDifferenceResult", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "EmitOptions", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "InstrumentationKind", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "SemanticEdit", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "SemanticEditKind", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "Binder", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "CSharpArgumentInfo", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "CSharpArgumentInfoFlags", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "CSharpBinderFlags", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "RuntimeBinderException", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "RuntimeBinderInternalCompilerException", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "CimCmdletsAssemblyInitializer", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "CimBaseCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "CimIndicationEventArgs", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "CimIndicationEventExceptionEventArgs", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "CimIndicationEventInstanceEventArgs", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "CimIndicationWatcher", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "AsyncResultType", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "GetCimAssociatedInstanceCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "GetCimClassCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "GetCimInstanceCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "GetCimSessionCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "InvokeCimMethodCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "NewCimInstanceCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "NewCimSessionCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "ProtocolType", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "NewCimSessionOptionCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "RegisterCimIndicationCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "RemoveCimInstanceCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "RemoveCimSessionCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "SetCimInstanceCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" - }, - { - "Name": "CimClass", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimConverter", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimException", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimFlags", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimSubscriptionDeliveryType", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimInstance", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimPropertyDeclaration", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodDeclaration", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodParameterDeclaration", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodParameter", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodParametersCollection", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodResultBase", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodResult", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodStreamedResult", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimProperty", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimQualifier", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimSystemProperties", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimSession", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimSubscriptionResult", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimType", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "NativeErrorCode", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimDeserializer", - "Namespace": "Microsoft.Management.Infrastructure.Serialization" - }, - { - "Name": "InstanceSerializationOptions", - "Namespace": "Microsoft.Management.Infrastructure.Serialization" - }, - { - "Name": "ClassSerializationOptions", - "Namespace": "Microsoft.Management.Infrastructure.Serialization" - }, - { - "Name": "CimSerializer", - "Namespace": "Microsoft.Management.Infrastructure.Serialization" - }, - { - "Name": "CimCredential", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimOperationFlags", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "PasswordAuthenticationMechanism", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CertificateAuthenticationMechanism", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "ImpersonatedAuthenticationMechanism", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimOperationOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimPromptType", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimCallbackMode", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimResponseType", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimWriteMessageChannel", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "WriteMessageCallback", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "WriteProgressCallback", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "WriteErrorCallback", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "PromptUserCallback", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimSessionOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimSubscriptionDeliveryOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "DComSessionOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "ImpersonationType", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "PacketEncoding", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "ProxyType", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "WSManSessionOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimAsyncMultipleResults`1", - "Namespace": "Microsoft.Management.Infrastructure.Generic" - }, - { - "Name": "CimAsyncResult`1", - "Namespace": "Microsoft.Management.Infrastructure.Generic" - }, - { - "Name": "CimAsyncStatus", - "Namespace": "Microsoft.Management.Infrastructure.Generic" - }, - { - "Name": "CimKeyedCollection`1", - "Namespace": "Microsoft.Management.Infrastructure.Generic" - }, - { - "Name": "CimReadOnlyKeyedCollection`1", - "Namespace": "Microsoft.Management.Infrastructure.Generic" - }, - { - "Name": "PerformanceCounterCategoryType", - "Namespace": "System.Diagnostics" - }, - { - "Name": "PerformanceCounterType", - "Namespace": "System.Diagnostics" - }, - { - "Name": "GetWinEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewWinEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AddContentCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ClearContentCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ClearItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "JoinPathCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RestartComputerTimeoutException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WaitForServiceTypes", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RestartComputerCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StopComputerCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RenameComputerCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ComputerChangeInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RenameComputerChangeInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ContentCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertPathCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CopyItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetChildItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetComputerInfoCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DeviceGuard", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "HotFix", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NetworkAdapter", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "Processor", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ComputerInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AdminPasswordStatus", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "BootOptionAction", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SystemElementState", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CpuArchitecture", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CpuAvailability", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CpuStatus", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DataExecutionPreventionSupportPolicy", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DeviceGuardSmartStatus", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DeviceGuardConfigCodeIntegrityStatus", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DeviceGuardHardwareSecure", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DeviceGuardSoftwareSecure", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DomainRole", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FirmwareType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ForegroundApplicationBoost", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FrontPanelResetStatus", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "HardwareSecurity", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NetConnectionStatus", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OSEncryptionLevel", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OSProductSuite", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OperatingSystemSKU", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OSType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PCSystemType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PCSystemTypeEx", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PowerManagementCapabilities", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PowerState", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ProcessorType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ResetCapability", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WakeUpType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PowerPlatformRole", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ProductType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ServerLevel", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SoftwareElementState", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetContentCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetItemPropertyValueCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MoveItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CoreCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CoreCommandWithCredentialsBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetLocationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetLocationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PushLocationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PopLocationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewPSDriveCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DriveMatchingCoreCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemovePSDriveCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSDriveCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MoveItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RenameItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CopyItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ClearItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InvokeItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSProviderCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SplitPathCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PassThroughContentCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PassThroughItemPropertyCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TestPathType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TestPathCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ProcessBaseCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WaitProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StopProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DebugProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StartProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ProcessCommandException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ItemPropertyCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RenameItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ResolvePathCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ServiceBaseCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MultipleServiceCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ServiceOperationBaseCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StopServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StartServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SuspendServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ResumeServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RestartServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ServiceCommandException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ServiceStartupType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetContentCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetTimeZoneCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetTimeZoneCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteContentCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SessionBasedCmdletAdapter`2", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "CimJobException", - "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" - }, - { - "Name": "CimCmdletAdapter", - "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" - }, - { - "Name": "AddMemberCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "Language", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutputAssemblyType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AddTypeCompilerError", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AddTypeCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AddTypeCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CompareObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConsoleColorCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertToHtmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertFromStringDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "BaseCsvWritingCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportCsvCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportCsvCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertToCsvCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertFromCsvCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DebugRunspaceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DisablePSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSBreakpointCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnablePSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSRunspaceDebug", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CommonRunspaceCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnableRunspaceDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DisableRunspaceDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetRunspaceDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WaitDebuggerCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportAliasFormat", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetFormatDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportFormatDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormatHex", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormatListCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormatCustomCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormatTableCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormatWideCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutStringCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "BreakpointType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSCallStackCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetCultureCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetDateCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DisplayHintType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetEventSubscriberCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetFileHashCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "HashCmdletBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileHashInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetHostCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MemberDefinition", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetMemberCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetRandomCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetRunspaceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetUICultureCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetUniqueCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetUptimeCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetVerbCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GroupInfoNoElement", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GroupInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GroupObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImplicitRemotingCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportLocalizedData", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportPowerShellDataFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InvokeExpressionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MatchInfoContext", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MatchInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SelectStringCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MeasureInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GenericMeasureInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GenericObjectMeasureInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TextMeasureInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MeasureObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewGuidCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewTemporaryFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewTimeSpanCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ObjectCmdletBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ObjectBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OrderObjectBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ReadHostCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RegisterObjectEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RegisterEngineEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemovePSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SelectObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SendMailMessage", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetPSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetDateCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SortObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StartSleepCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TeeObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MeasureCommandCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetTraceSourceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetTraceSourceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TraceCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TraceCommandCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TraceListenerCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UnblockFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UnregisterEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UpdateData", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UpdateTypeDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UpdateFormatDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveTypeDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetTypeDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TextEncodingType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UtilityResources", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ByteCollection", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "VariableCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ClearVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WaitEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "BasicHtmlWebResponseObject", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InvokeRestMethodCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebAuthenticationType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebSslProtocol", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebRequestPSCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebResponseObject", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertFromJsonCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertToJsonCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InvokeWebRequestCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "HttpResponseException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormObject", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormObjectCollection", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "JsonObject", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSUserAgent", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebCmdletElementCollection", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebRequestMethod", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebRequestSession", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteOutputCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteVerboseCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteWarningCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteInformationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteOrThrowErrorCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteErrorCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteErrorException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteAliasCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteHostCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteProgressCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportClixmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportClixmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertToXmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SelectXmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SelectXmlInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConsoleShell", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "UnmanagedPSEntry", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "StartTranscriptCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StopTranscriptCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EventDescriptor", - "Namespace": "System.Diagnostics.Eventing" - }, - { - "Name": "EventProvider", - "Namespace": "System.Diagnostics.Eventing" - }, - { - "Name": "EventProviderTraceListener", - "Namespace": "System.Diagnostics.Eventing" - }, - { - "Name": "EventBookmark", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventKeyword", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLevel", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogType", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogIsolation", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogMode", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogConfiguration", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogException", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogNotFoundException", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogReadingException", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogProviderDisabledException", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogInvalidDataException", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogInformation", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogLink", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogPropertySelector", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogQuery", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogReader", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogRecord", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "SessionAuthentication", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "PathType", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogSession", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogStatus", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventMetadata", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventOpcode", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventProperty", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventPropertyContext", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventRecord", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventTask", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "ProviderMetadata", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "StandardEventLevel", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "StandardEventTask", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "StandardEventOpcode", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "StandardEventKeywords", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "PSConsoleReadLine", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "TokenClassification", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "EditMode", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "BellStyle", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ViModeStyle", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ViMode", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "HistorySaveStyle", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "PSConsoleReadlineOptions", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "GetPSReadlineOption", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "SetPSReadlineOption", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ChangePSReadlineKeyHandlerCommandBase", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "SetPSReadlineKeyHandlerCommand", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "GetKeyHandlerCommand", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "RemoveKeyHandlerCommand", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ConsoleKeyChordConverter", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "KeyHandler", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "BreakHandler", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "ConsoleBreakSignal", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "StandardHandleId", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "SMALL_RECT", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "BufferChar", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "CHAR_INFO", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "IPSConsoleReadLineMockableMethods", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "IConsole", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "SecurityDescriptorCommandsBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetAclCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetAclCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CatalogCommandsBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewFileCatalogCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TestFileCatalogCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPfxCertificateCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DnsNameRepresentation", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CertificateProvider", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "X509StoreLocation", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnhancedKeyUsageRepresentation", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SendAsTrustedIssuerProperty", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnhancedKeyUsageProperty", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DnsNameProperty", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CertificateProviderItemNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CertificateNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CertificateStoreNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CertificateStoreLocationNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ProtectCmsMessageCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetCmsMessageCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UnprotectCmsMessageCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetCredentialCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetExecutionPolicyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetExecutionPolicyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SecureStringCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertFromToSecureStringCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertFromSecureStringCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertToSecureStringCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SignatureCommandsBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetAuthenticodeSignatureCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetAuthenticodeSignatureCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CallType", - "Namespace": "Microsoft.VisualBasic" - }, - { - "Name": "Conversions", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "DesignerGeneratedAttribute", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "InternalErrorException", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate0", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate1", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate2", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate3", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate4", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate5", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate6", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate7", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "IncompleteInitialization", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "NewLateBinding", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "ObjectFlowControl", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "Operators", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "OptionCompareAttribute", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "OptionTextAttribute", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "ProjectData", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "StandardModuleAttribute", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "StaticLocalInitFlag", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "Utils", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "Constants", - "Namespace": "Microsoft.VisualBasic" - }, - { - "Name": "ControlChars", - "Namespace": "Microsoft.VisualBasic" - }, - { - "Name": "HideModuleNameAttribute", - "Namespace": "Microsoft.VisualBasic" - }, - { - "Name": "Interaction", - "Namespace": "Microsoft.VisualBasic" - }, - { - "Name": "Strings", - "Namespace": "Microsoft.VisualBasic" - }, - { - "Name": "Win32Exception", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RegistryAclExtensions", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryRights", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "RegistryAccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "RegistryAuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "RegistrySecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "Registry", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryKey", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryKeyPermissionCheck", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryHive", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryOptions", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryValueKind", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryValueOptions", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryView", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "SafeRegistryHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "WSManConfigProvider", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManProviderNewItemComputerParameters", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManProviderNewItemPluginParameters", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManProviderInitializeParameters", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManProviderNewItemResourceParameters", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManProviderNewItemSecurityParameters", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManProviderClientCertificateParameters", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManProvidersListenerParameters", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManProviderSetItemDynamicParameters", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManConfigElement", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManConfigLeafElement", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManConfigContainerElement", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManCredSSPCommandBase", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "DisableWSManCredSSPCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "EnableWSManCredSSPCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "GetWSManCredSSPCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManEnumFlags", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManSessionFlags", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "AuthenticationMechanism", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "IWSMan", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "IWSManConnectionOptions", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "IWSManConnectionOptionsEx", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "IWSManConnectionOptionsEx2", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "IWSManEnumerator", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "IWSManEx", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "IWSManResourceLocator", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "IWSManSession", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "IWSManResourceLocatorInternal", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "WSManClass", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "GPClass", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "GpoNativeApi", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "InvokeWSManActionCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "NewWSManSessionOptionCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "TestWSManCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "SetWSManQuickConfigCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "AuthenticatingWSManCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "ConnectWSManCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "DisconnectWSManCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "GetWSManInstanceCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "SetWSManInstanceCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "RemoveWSManInstanceCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "NewWSManInstanceCommand", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "SessionOption", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "ProxyAccessType", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "ProxyAuthentication", - "Namespace": "Microsoft.WSMan.Management" - }, - { - "Name": "FormatterAssemblyStyle", - "Namespace": "System.Runtime.Serialization.Formatters" - }, - { - "Name": "ConstructorHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "DateFormatHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "DateParseHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "DateTimeZoneHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "DefaultValueHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "FloatFormatHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "FloatParseHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "Formatting", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "IArrayPool`1", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "IJsonLineInfo", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonArrayAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonConstructorAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonContainerAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonConvert", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonConverter", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonConverterAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonConverterCollection", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonDictionaryAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonException", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonExtensionDataAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonIgnoreAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonObjectAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonPropertyAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonReader", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonReaderException", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonRequiredAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonSerializationException", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonSerializer", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonSerializerSettings", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonTextReader", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonTextWriter", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonToken", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonValidatingReader", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonWriter", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonWriterException", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "MemberSerialization", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "MetadataPropertyHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "MissingMemberHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "NullValueHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "ObjectCreationHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "PreserveReferencesHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "ReferenceLoopHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "Required", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "SerializationBinder", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "StringEscapeHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "TraceLevel", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "TypeNameAssemblyFormatHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "TypeNameHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "WriteState", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "CamelCaseNamingStrategy", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "CamelCasePropertyNamesContractResolver", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "DefaultContractResolver", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "DefaultNamingStrategy", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "DefaultSerializationBinder", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ErrorContext", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ErrorEventArgs", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ExpressionValueProvider", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "IAttributeProvider", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "IContractResolver", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "IReferenceResolver", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ISerializationBinder", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ITraceWriter", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "IValueProvider", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonArrayContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonContainerContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "SerializationCallback", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "SerializationErrorCallback", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ExtensionDataSetter", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ExtensionDataGetter", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonDictionaryContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonDynamicContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonISerializableContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonLinqContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonObjectContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonPrimitiveContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonProperty", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonPropertyCollection", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonStringContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "MemoryTraceWriter", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "NamingStrategy", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ObjectConstructor`1", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "OnErrorAttribute", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ReflectionAttributeProvider", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ReflectionValueProvider", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "SnakeCaseNamingStrategy", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "Extensions", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "JsonSchema", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "JsonSchemaException", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "JsonSchemaGenerator", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "JsonSchemaResolver", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "JsonSchemaType", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "UndefinedSchemaIdHandling", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "ValidationEventArgs", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "ValidationEventHandler", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "CommentHandling", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "LineInfoHandling", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "Extensions", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "IJEnumerable`1", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JArray", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JConstructor", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JContainer", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JEnumerable`1", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JObject", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JProperty", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JRaw", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JsonLoadSettings", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JsonMergeSettings", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JToken", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JTokenEqualityComparer", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JTokenReader", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JTokenType", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JTokenWriter", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JValue", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "MergeArrayHandling", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "MergeNullValueHandling", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "BinaryConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "BsonObjectIdConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "CustomCreationConverter`1", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "DateTimeConverterBase", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "DiscriminatedUnionConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "ExpandoObjectConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "IsoDateTimeConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "JavaScriptDateTimeConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "KeyValuePairConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "RegexConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "StringEnumConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "VersionConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "XmlNodeConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "BsonObjectId", - "Namespace": "Newtonsoft.Json.Bson" - }, - { - "Name": "BsonReader", - "Namespace": "Newtonsoft.Json.Bson" - }, - { - "Name": "BsonWriter", - "Namespace": "Newtonsoft.Json.Bson" - }, - { - "Name": "ManagedPSEntry", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "BlockingCollection`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "ConcurrentBag`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "ConcurrentDictionary`2", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "ConcurrentQueue`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "ConcurrentStack`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "IProducerConsumerCollection`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "OrderablePartitioner`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "Partitioner`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "EnumerablePartitionerOptions", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "Partitioner", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "BitArray", - "Namespace": "System.Collections" - }, - { - "Name": "StructuralComparisons", - "Namespace": "System.Collections" - }, - { - "Name": "CollectionExtensions", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "HashSet`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "LinkedList`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "LinkedListNode`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "Queue`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SortedDictionary`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "TreeSet`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SortedList`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SortedSet`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "Stack`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "ImmutableArrayExtensions", - "Namespace": "System.Linq" - }, - { - "Name": "IImmutableDictionary`2", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "IImmutableList`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "IImmutableQueue`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "IImmutableSet`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "IImmutableStack`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableArray", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableArray`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableDictionary", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableDictionary`2", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableHashSet", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableHashSet`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableInterlocked", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableList", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableList`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableQueue", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableQueue`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableSortedDictionary", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableSortedDictionary`2", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableSortedSet", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableSortedSet`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableStack", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableStack`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "CaseInsensitiveComparer", - "Namespace": "System.Collections" - }, - { - "Name": "CaseInsensitiveHashCodeProvider", - "Namespace": "System.Collections" - }, - { - "Name": "CollectionBase", - "Namespace": "System.Collections" - }, - { - "Name": "DictionaryBase", - "Namespace": "System.Collections" - }, - { - "Name": "Queue", - "Namespace": "System.Collections" - }, - { - "Name": "ReadOnlyCollectionBase", - "Namespace": "System.Collections" - }, - { - "Name": "SortedList", - "Namespace": "System.Collections" - }, - { - "Name": "Stack", - "Namespace": "System.Collections" - }, - { - "Name": "CollectionsUtil", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "BitVector32", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "HybridDictionary", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "IOrderedDictionary", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "ListDictionary", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "NameObjectCollectionBase", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "NameValueCollection", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "OrderedDictionary", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "StringCollection", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "StringEnumerator", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "StringDictionary", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "AssociationAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "CompareAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ConcurrencyCheckAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "CreditCardAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "CustomValidationAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "DataType", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "DataTypeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "DisplayAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "DisplayColumnAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "DisplayFormatAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "EditableAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "EmailAddressAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "EnumDataTypeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "FileExtensionsAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "FilterUIHintAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "IValidatableObject", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "KeyAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "MaxLengthAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "MinLengthAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "PhoneAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "RangeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "RegularExpressionAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "RequiredAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ScaffoldColumnAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "StringLengthAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "TimestampAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "UIHintAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "UrlAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ValidationAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ValidationContext", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ValidationException", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ValidationResult", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "Validator", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ColumnAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "ComplexTypeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "DatabaseGeneratedAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "DatabaseGeneratedOption", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "ForeignKeyAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "InversePropertyAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "NotMappedAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "TableAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "IServiceProvider", - "Namespace": "System" - }, - { - "Name": "CancelEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IChangeTracking", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IEditableObject", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IRevertibleChangeTracking", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AsyncCompletedEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AsyncCompletedEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AsyncOperation", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AsyncOperationManager", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ProgressChangedEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ProgressChangedEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BackgroundWorker", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DoWorkEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DoWorkEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RunWorkerCompletedEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RunWorkerCompletedEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ISynchronizeInvoke", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BrowsableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CategoryAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "Component", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ComponentCollection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DescriptionAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DesignerCategoryAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DesignerSerializationVisibility", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DesignerSerializationVisibilityAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DesignOnlyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DisplayNameAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EventHandlerList", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IComponent", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IContainer", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ImmutableObjectAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InitializationEventAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ISite", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ISupportInitialize", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LocalizableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "MergablePropertyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "NotifyParentPropertyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ParenthesizePropertyNameAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ReadOnlyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RefreshProperties", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RefreshPropertiesAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "UriTypeConverter", - "Namespace": "System" - }, - { - "Name": "ExtendedProtectionPolicyTypeConverter", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "ColorConverter", - "Namespace": "System.Drawing" - }, - { - "Name": "PointConverter", - "Namespace": "System.Drawing" - }, - { - "Name": "RectangleConverter", - "Namespace": "System.Drawing" - }, - { - "Name": "SizeConverter", - "Namespace": "System.Drawing" - }, - { - "Name": "SizeFConverter", - "Namespace": "System.Drawing" - }, - { - "Name": "ElapsedEventArgs", - "Namespace": "System.Timers" - }, - { - "Name": "ElapsedEventHandler", - "Namespace": "System.Timers" - }, - { - "Name": "Timer", - "Namespace": "System.Timers" - }, - { - "Name": "TimersDescriptionAttribute", - "Namespace": "System.Timers" - }, - { - "Name": "ArrayConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BaseNumberConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BooleanConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ByteConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CharConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CollectionConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DateTimeConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DateTimeOffsetConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DecimalConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DoubleConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EnumConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "GuidConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "Int16Converter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "Int32Converter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "Int64Converter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ITypeDescriptorContext", - "Namespace": "System.ComponentModel" - }, - { - "Name": "MultilineStringConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "NullableConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyDescriptor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "SByteConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "SingleConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "StringConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TimeSpanConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TypeConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TypeConverterAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TypeListConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "UInt16Converter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "UInt32Converter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "UInt64Converter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AttributeCollection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AttributeProviderAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CancelEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CollectionChangeAction", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CollectionChangeEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CollectionChangeEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CustomTypeDescriptor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DefaultEventAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DefaultPropertyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EventDescriptor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EventDescriptorCollection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ExtenderProvidedPropertyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "HandledEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "HandledEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ICustomTypeDescriptor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IExtenderProvider", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IListSource", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InvalidAsynchronousStateException", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ITypedList", - "Namespace": "System.ComponentModel" - }, - { - "Name": "MemberDescriptor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyDescriptorCollection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ProvidePropertyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RefreshEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RefreshEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TypeDescriptor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TypeDescriptionProvider", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TypeDescriptionProviderAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AddingNewEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AddingNewEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AmbientValueAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BindableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BindableSupport", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BindingDirection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BindingList`1", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IBindingList", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ICancelAddNew", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IRaiseItemChangedEvents", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListChangedEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListChangedEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListSortDirection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListChangedType", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ComplexBindingPropertiesAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ComponentConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ReferenceConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ComponentEditor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "Container", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ContainerFilterService", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InheritanceAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InheritanceLevel", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CultureInfoConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DataObjectAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DataObjectFieldAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DataObjectMethodAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DataObjectMethodType", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DefaultBindingPropertyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DesignerAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DesignTimeVisibleAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EditorAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ExpandableObjectConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IBindingListView", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListSortDescriptionCollection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListSortDescription", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IComNativeDescriptorHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IDataErrorInfo", - "Namespace": "System.ComponentModel" - }, - { - "Name": "INestedContainer", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IIntellisenseBuilder", - "Namespace": "System.ComponentModel" - }, - { - "Name": "INestedSite", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InstallerTypeAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InstanceCreationEditor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InvalidEnumArgumentException", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ISupportInitializeNotification", - "Namespace": "System.ComponentModel" - }, - { - "Name": "License", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicenseContext", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicenseUsageMode", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicenseException", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicenseManager", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicenseProvider", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicenseProviderAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicFileLicenseProvider", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListBindableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LookupBindingPropertiesAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "MarshalByValueComponent", - "Namespace": "System.ComponentModel" - }, - { - "Name": "MaskedTextProvider", - "Namespace": "System.ComponentModel" - }, - { - "Name": "MaskedTextResultHint", - "Namespace": "System.ComponentModel" - }, - { - "Name": "NestedContainer", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PasswordPropertyTextAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyTabAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyTabScope", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RecommendedAsConfigurableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RunInstallerAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "SettingsBindableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "SyntaxCheck", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ToolboxItemAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ToolboxItemFilterAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ToolboxItemFilterType", - "Namespace": "System.ComponentModel" - }, - { - "Name": "WarningException", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ComponentResourceManager", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IDictionaryService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IExtenderListService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ITypeDescriptorFilterService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IReferenceService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IDesigner", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerVerbCollection", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerVerb", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "MenuCommand", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "CommandID", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "CheckoutException", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "StandardCommands", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesigntimeLicenseContext", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesigntimeLicenseContextSerializer", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ITypeResolutionService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ActiveDesignerEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ActiveDesignerEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IDesignerHost", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IServiceContainer", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerTransaction", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerTransactionCloseEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerTransactionCloseEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ServiceCreatorCallback", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentChangedEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentChangedEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentChangingEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentChangingEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentRenameEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentRenameEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerCollection", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerOptionService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "HelpKeywordAttribute", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "HelpKeywordType", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "HelpContextType", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IDesignerOptionService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IComponentChangeService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IComponentDiscoveryService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IComponentInitializer", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IDesignerEventService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IDesignerFilter", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IDesignerHostTransactionState", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IEventBindingService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IExtenderProviderService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IHelpService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IMenuCommandService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IResourceService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IRootDesigner", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ISelectionService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ITreeDesigner", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ITypeDiscoveryService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ViewTechnology", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "SelectionTypes", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IInheritanceService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ServiceContainer", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "StandardToolWindows", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "TypeDescriptionProviderService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "InstanceDescriptor", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "ComponentSerializationService", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "ContextStack", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "DefaultSerializationProviderAttribute", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "DesignerLoader", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "DesignerSerializerAttribute", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "SerializationStore", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "IDesignerLoaderHost", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "IDesignerLoaderHost2", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "IDesignerLoaderService", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "IDesignerSerializationManager", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "IDesignerSerializationProvider", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "IDesignerSerializationService", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "INameCreationService", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "MemberRelationshipService", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "MemberRelationship", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "ResolveNameEventHandler", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "ResolveNameEventArgs", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "RootDesignerSerializerAttribute", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "Console", - "Namespace": "System" - }, - { - "Name": "ConsoleCancelEventHandler", - "Namespace": "System" - }, - { - "Name": "ConsoleCancelEventArgs", - "Namespace": "System" - }, - { - "Name": "ConsoleColor", - "Namespace": "System" - }, - { - "Name": "ConsoleSpecialKey", - "Namespace": "System" - }, - { - "Name": "ConsoleKey", - "Namespace": "System" - }, - { - "Name": "ConsoleKeyInfo", - "Namespace": "System" - }, - { - "Name": "ConsoleModifiers", - "Namespace": "System" - }, - { - "Name": "UpdateStatus", - "Namespace": "System.Data" - }, - { - "Name": "XmlReadMode", - "Namespace": "System.Data" - }, - { - "Name": "XmlWriteMode", - "Namespace": "System.Data" - }, - { - "Name": "AcceptRejectRule", - "Namespace": "System.Data" - }, - { - "Name": "InternalDataCollectionBase", - "Namespace": "System.Data" - }, - { - "Name": "CommandBehavior", - "Namespace": "System.Data" - }, - { - "Name": "CommandType", - "Namespace": "System.Data" - }, - { - "Name": "ConflictOption", - "Namespace": "System.Data" - }, - { - "Name": "ConnectionState", - "Namespace": "System.Data" - }, - { - "Name": "Constraint", - "Namespace": "System.Data" - }, - { - "Name": "ConstraintCollection", - "Namespace": "System.Data" - }, - { - "Name": "DataColumn", - "Namespace": "System.Data" - }, - { - "Name": "DataColumnChangeEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "DataColumnChangeEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "DataColumnCollection", - "Namespace": "System.Data" - }, - { - "Name": "DataException", - "Namespace": "System.Data" - }, - { - "Name": "ConstraintException", - "Namespace": "System.Data" - }, - { - "Name": "DeletedRowInaccessibleException", - "Namespace": "System.Data" - }, - { - "Name": "DuplicateNameException", - "Namespace": "System.Data" - }, - { - "Name": "InRowChangingEventException", - "Namespace": "System.Data" - }, - { - "Name": "InvalidConstraintException", - "Namespace": "System.Data" - }, - { - "Name": "MissingPrimaryKeyException", - "Namespace": "System.Data" - }, - { - "Name": "NoNullAllowedException", - "Namespace": "System.Data" - }, - { - "Name": "ReadOnlyException", - "Namespace": "System.Data" - }, - { - "Name": "RowNotInTableException", - "Namespace": "System.Data" - }, - { - "Name": "VersionNotFoundException", - "Namespace": "System.Data" - }, - { - "Name": "DataRelation", - "Namespace": "System.Data" - }, - { - "Name": "DataRelationCollection", - "Namespace": "System.Data" - }, - { - "Name": "DataRow", - "Namespace": "System.Data" - }, - { - "Name": "DataRowBuilder", - "Namespace": "System.Data" - }, - { - "Name": "DataRowAction", - "Namespace": "System.Data" - }, - { - "Name": "DataRowChangeEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "DataRowChangeEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "DataRowCollection", - "Namespace": "System.Data" - }, - { - "Name": "DataRowState", - "Namespace": "System.Data" - }, - { - "Name": "DataRowVersion", - "Namespace": "System.Data" - }, - { - "Name": "DataRowView", - "Namespace": "System.Data" - }, - { - "Name": "SerializationFormat", - "Namespace": "System.Data" - }, - { - "Name": "DataSet", - "Namespace": "System.Data" - }, - { - "Name": "DataSetDateTime", - "Namespace": "System.Data" - }, - { - "Name": "DataSysDescriptionAttribute", - "Namespace": "System.Data" - }, - { - "Name": "DataTable", - "Namespace": "System.Data" - }, - { - "Name": "DataTableClearEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "DataTableClearEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "DataTableCollection", - "Namespace": "System.Data" - }, - { - "Name": "DataTableNewRowEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "DataTableNewRowEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "DataTableReader", - "Namespace": "System.Data" - }, - { - "Name": "DataView", - "Namespace": "System.Data" - }, - { - "Name": "DataViewManager", - "Namespace": "System.Data" - }, - { - "Name": "DataViewRowState", - "Namespace": "System.Data" - }, - { - "Name": "DataViewSetting", - "Namespace": "System.Data" - }, - { - "Name": "DataViewSettingCollection", - "Namespace": "System.Data" - }, - { - "Name": "DBConcurrencyException", - "Namespace": "System.Data" - }, - { - "Name": "DbType", - "Namespace": "System.Data" - }, - { - "Name": "FillErrorEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "FillErrorEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "ForeignKeyConstraint", - "Namespace": "System.Data" - }, - { - "Name": "IColumnMapping", - "Namespace": "System.Data" - }, - { - "Name": "IColumnMappingCollection", - "Namespace": "System.Data" - }, - { - "Name": "IDataAdapter", - "Namespace": "System.Data" - }, - { - "Name": "IDataParameter", - "Namespace": "System.Data" - }, - { - "Name": "IDataParameterCollection", - "Namespace": "System.Data" - }, - { - "Name": "IDataReader", - "Namespace": "System.Data" - }, - { - "Name": "IDataRecord", - "Namespace": "System.Data" - }, - { - "Name": "IDbCommand", - "Namespace": "System.Data" - }, - { - "Name": "IDbConnection", - "Namespace": "System.Data" - }, - { - "Name": "IDbDataAdapter", - "Namespace": "System.Data" - }, - { - "Name": "IDbDataParameter", - "Namespace": "System.Data" - }, - { - "Name": "IDbTransaction", - "Namespace": "System.Data" - }, - { - "Name": "IsolationLevel", - "Namespace": "System.Data" - }, - { - "Name": "ITableMapping", - "Namespace": "System.Data" - }, - { - "Name": "ITableMappingCollection", - "Namespace": "System.Data" - }, - { - "Name": "KeyRestrictionBehavior", - "Namespace": "System.Data" - }, - { - "Name": "LoadOption", - "Namespace": "System.Data" - }, - { - "Name": "MappingType", - "Namespace": "System.Data" - }, - { - "Name": "MergeFailedEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "MergeFailedEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "MissingMappingAction", - "Namespace": "System.Data" - }, - { - "Name": "MissingSchemaAction", - "Namespace": "System.Data" - }, - { - "Name": "ParameterDirection", - "Namespace": "System.Data" - }, - { - "Name": "PropertyCollection", - "Namespace": "System.Data" - }, - { - "Name": "StatementCompletedEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "StatementCompletedEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "Rule", - "Namespace": "System.Data" - }, - { - "Name": "SchemaSerializationMode", - "Namespace": "System.Data" - }, - { - "Name": "SchemaType", - "Namespace": "System.Data" - }, - { - "Name": "SqlDbType", - "Namespace": "System.Data" - }, - { - "Name": "StateChangeEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "StateChangeEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "StatementType", - "Namespace": "System.Data" - }, - { - "Name": "StrongTypingException", - "Namespace": "System.Data" - }, - { - "Name": "UniqueConstraint", - "Namespace": "System.Data" - }, - { - "Name": "UpdateRowSource", - "Namespace": "System.Data" - }, - { - "Name": "InvalidExpressionException", - "Namespace": "System.Data" - }, - { - "Name": "EvaluateException", - "Namespace": "System.Data" - }, - { - "Name": "SyntaxErrorException", - "Namespace": "System.Data" - }, - { - "Name": "SqlChars", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlDateTime", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlDecimal", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlDouble", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlGuid", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlInt16", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlInt32", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlInt64", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlMoney", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlSingle", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlCompareOptions", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlString", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "StorageState", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlTypeException", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlNullValueException", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlTruncateException", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlNotFilledException", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlAlreadyFilledException", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlXml", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "INullable", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlBinary", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlBoolean", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlByte", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlBytes", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "DbColumn", - "Namespace": "System.Data.Common" - }, - { - "Name": "IDbColumnSchemaGenerator", - "Namespace": "System.Data.Common" - }, - { - "Name": "CatalogLocation", - "Namespace": "System.Data.Common" - }, - { - "Name": "DataAdapter", - "Namespace": "System.Data.Common" - }, - { - "Name": "DataColumnMapping", - "Namespace": "System.Data.Common" - }, - { - "Name": "DataColumnMappingCollection", - "Namespace": "System.Data.Common" - }, - { - "Name": "DataTableMapping", - "Namespace": "System.Data.Common" - }, - { - "Name": "DataTableMappingCollection", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbCommand", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbCommandBuilder", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbConnection", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbConnectionStringBuilder", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbDataAdapter", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbDataReader", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbDataReaderExtensions", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbDataRecord", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbDataSourceEnumerator", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbEnumerator", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbException", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbMetaDataCollectionNames", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbMetaDataColumnNames", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbParameter", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbParameterCollection", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbProviderFactory", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbProviderSpecificTypePropertyAttribute", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbTransaction", - "Namespace": "System.Data.Common" - }, - { - "Name": "GroupByBehavior", - "Namespace": "System.Data.Common" - }, - { - "Name": "IdentifierCase", - "Namespace": "System.Data.Common" - }, - { - "Name": "RowUpdatedEventArgs", - "Namespace": "System.Data.Common" - }, - { - "Name": "RowUpdatingEventArgs", - "Namespace": "System.Data.Common" - }, - { - "Name": "SchemaTableColumn", - "Namespace": "System.Data.Common" - }, - { - "Name": "SchemaTableOptionalColumn", - "Namespace": "System.Data.Common" - }, - { - "Name": "SupportedJoinOperators", - "Namespace": "System.Data.Common" - }, - { - "Name": "OperationAbortedException", - "Namespace": "System.Data" - }, - { - "Name": "ApplicationIntent", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlRowsCopiedEventArgs", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlRowsCopiedEventHandler", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SortOrder", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlBulkCopy", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlBulkCopyColumnMapping", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlBulkCopyColumnMappingCollection", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlBulkCopyOptions", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlClientFactory", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlClientMetaDataCollectionNames", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlCommand", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlConnection", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlConnectionStringBuilder", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlDataAdapter", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlDataReader", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlError", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlErrorCollection", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlException", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlInfoMessageEventArgs", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlInfoMessageEventHandler", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlParameter", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlParameterCollection", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlRowUpdatedEventArgs", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlRowUpdatedEventHandler", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlRowUpdatingEventArgs", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlRowUpdatingEventHandler", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlTransaction", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlDataRecord", - "Namespace": "Microsoft.SqlServer.Server" - }, - { - "Name": "SqlMetaData", - "Namespace": "Microsoft.SqlServer.Server" - }, - { - "Name": "DebuggerStepperBoundaryAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerVisualizerAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DiagnosticSource", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DiagnosticListener", - "Namespace": "System.Diagnostics" - }, - { - "Name": "Activity", - "Namespace": "System.Diagnostics" - }, - { - "Name": "FileVersionInfo", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DataReceivedEventHandler", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DataReceivedEventArgs", - "Namespace": "System.Diagnostics" - }, - { - "Name": "Process", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessModule", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessModuleCollection", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessPriorityClass", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessStartInfo", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessThread", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessThreadCollection", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessWindowStyle", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ThreadPriorityLevel", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ThreadState", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ThreadWaitReason", - "Namespace": "System.Diagnostics" - }, - { - "Name": "MonitoringDescriptionAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SafeProcessHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "StackFrameExtensions", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ISymbolBinder", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolBinder1", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolDocument", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolMethod", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolNamespace", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolReader", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolScope", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolVariable", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolWriter", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "SymbolToken", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "SymAddressKind", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "SymDocumentType", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "SymLanguageType", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "SymLanguageVendor", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "DelimitedListTraceListener", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TextWriterTraceListener", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ExcludeFromCodeCoverageAttribute", - "Namespace": "System.Diagnostics.CodeAnalysis" - }, - { - "Name": "GeneratedCodeAttribute", - "Namespace": "System.CodeDom.Compiler" - }, - { - "Name": "BooleanSwitch", - "Namespace": "System.Diagnostics" - }, - { - "Name": "CorrelationManager", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DefaultTraceListener", - "Namespace": "System.Diagnostics" - }, - { - "Name": "EventTypeFilter", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SourceFilter", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SourceLevels", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SourceSwitch", - "Namespace": "System.Diagnostics" - }, - { - "Name": "Switch", - "Namespace": "System.Diagnostics" - }, - { - "Name": "Trace", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceEventCache", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceEventType", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceFilter", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceLevel", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceListener", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceListenerCollection", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceOptions", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceSource", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceSwitch", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SwitchAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SwitchLevelAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "EventCounter", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "Point", - "Namespace": "System.Drawing" - }, - { - "Name": "PointF", - "Namespace": "System.Drawing" - }, - { - "Name": "Rectangle", - "Namespace": "System.Drawing" - }, - { - "Name": "RectangleF", - "Namespace": "System.Drawing" - }, - { - "Name": "Size", - "Namespace": "System.Drawing" - }, - { - "Name": "SizeF", - "Namespace": "System.Drawing" - }, - { - "Name": "Color", - "Namespace": "System.Drawing" - }, - { - "Name": "ZipArchive", - "Namespace": "System.IO.Compression" - }, - { - "Name": "ZipArchiveEntry", - "Namespace": "System.IO.Compression" - }, - { - "Name": "ZipArchiveMode", - "Namespace": "System.IO.Compression" - }, - { - "Name": "CompressionLevel", - "Namespace": "System.IO.Compression" - }, - { - "Name": "CompressionMode", - "Namespace": "System.IO.Compression" - }, - { - "Name": "GZipStream", - "Namespace": "System.IO.Compression" - }, - { - "Name": "DeflateStream", - "Namespace": "System.IO.Compression" - }, - { - "Name": "ZLibException", - "Namespace": "System.IO.Compression" - }, - { - "Name": "ZipFile", - "Namespace": "System.IO.Compression" - }, - { - "Name": "ZipFileExtensions", - "Namespace": "System.IO.Compression" - }, - { - "Name": "FileSystemAclExtensions", - "Namespace": "System.IO" - }, - { - "Name": "FileSystemRights", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "FileSystemAccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "FileSystemAuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "FileSystemSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "FileSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "DirectorySecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "DirectoryObjectSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "Directory", - "Namespace": "System.IO" - }, - { - "Name": "DirectoryInfo", - "Namespace": "System.IO" - }, - { - "Name": "File", - "Namespace": "System.IO" - }, - { - "Name": "FileInfo", - "Namespace": "System.IO" - }, - { - "Name": "FileSystemInfo", - "Namespace": "System.IO" - }, - { - "Name": "SearchOption", - "Namespace": "System.IO" - }, - { - "Name": "DriveInfo", - "Namespace": "System.IO" - }, - { - "Name": "DriveNotFoundException", - "Namespace": "System.IO" - }, - { - "Name": "DriveType", - "Namespace": "System.IO" - }, - { - "Name": "ErrorEventArgs", - "Namespace": "System.IO" - }, - { - "Name": "ErrorEventHandler", - "Namespace": "System.IO" - }, - { - "Name": "FileSystemEventArgs", - "Namespace": "System.IO" - }, - { - "Name": "FileSystemEventHandler", - "Namespace": "System.IO" - }, - { - "Name": "FileSystemWatcher", - "Namespace": "System.IO" - }, - { - "Name": "InternalBufferOverflowException", - "Namespace": "System.IO" - }, - { - "Name": "NotifyFilters", - "Namespace": "System.IO" - }, - { - "Name": "RenamedEventArgs", - "Namespace": "System.IO" - }, - { - "Name": "RenamedEventHandler", - "Namespace": "System.IO" - }, - { - "Name": "WatcherChangeTypes", - "Namespace": "System.IO" - }, - { - "Name": "WaitForChangedResult", - "Namespace": "System.IO" - }, - { - "Name": "IsolatedStorageException", - "Namespace": "System.IO.IsolatedStorage" - }, - { - "Name": "IsolatedStorageFile", - "Namespace": "System.IO.IsolatedStorage" - }, - { - "Name": "IsolatedStorageFileStream", - "Namespace": "System.IO.IsolatedStorage" - }, - { - "Name": "IsolatedStorage", - "Namespace": "System.IO.IsolatedStorage" - }, - { - "Name": "IsolatedStorageScope", - "Namespace": "System.IO.IsolatedStorage" - }, - { - "Name": "INormalizeForIsolatedStorage", - "Namespace": "System.IO.IsolatedStorage" - }, - { - "Name": "SafeMemoryMappedViewHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeMemoryMappedFileHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "MemoryMappedFileOptions", - "Namespace": "System.IO.MemoryMappedFiles" - }, - { - "Name": "MemoryMappedFileAccess", - "Namespace": "System.IO.MemoryMappedFiles" - }, - { - "Name": "MemoryMappedFile", - "Namespace": "System.IO.MemoryMappedFiles" - }, - { - "Name": "MemoryMappedViewAccessor", - "Namespace": "System.IO.MemoryMappedFiles" - }, - { - "Name": "MemoryMappedViewStream", - "Namespace": "System.IO.MemoryMappedFiles" - }, - { - "Name": "MemoryMappedFileRights", - "Namespace": "System.IO.MemoryMappedFiles" - }, - { - "Name": "FileFormatException", - "Namespace": "System.IO" - }, - { - "Name": "CompressionOption", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "EncryptionOption", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "Package", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackagePart", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackagePartCollection", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackageProperties", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackageRelationship", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackageRelationshipCollection", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackageRelationshipSelector", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackageRelationshipSelectorType", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackUriHelper", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "TargetMode", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "ZipPackage", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "ZipPackagePart", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "AnonymousPipeClientStream", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "AnonymousPipeServerStream", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "PipeDirection", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "PipeOptions", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "PipeTransmissionMode", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "NamedPipeClientStream", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "NamedPipeServerStream", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "PipeStreamImpersonationWorker", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "PipeStream", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "SafePipeHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "Enumerable", - "Namespace": "System.Linq" - }, - { - "Name": "IGrouping`2", - "Namespace": "System.Linq" - }, - { - "Name": "Grouping`2", - "Namespace": "System.Linq" - }, - { - "Name": "ILookup`2", - "Namespace": "System.Linq" - }, - { - "Name": "Lookup`2", - "Namespace": "System.Linq" - }, - { - "Name": "IOrderedEnumerable`1", - "Namespace": "System.Linq" - }, - { - "Name": "IRuntimeVariables", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RuntimeOps", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ReadOnlyCollectionBuilder`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RuleCache`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallSite", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallSite`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallSiteBinder", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallSiteOps", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallSiteHelpers", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DynamicAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DebugInfoGenerator", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "Closure", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IQueryable", - "Namespace": "System.Linq" - }, - { - "Name": "IQueryable`1", - "Namespace": "System.Linq" - }, - { - "Name": "IQueryProvider", - "Namespace": "System.Linq" - }, - { - "Name": "IOrderedQueryable", - "Namespace": "System.Linq" - }, - { - "Name": "IOrderedQueryable`1", - "Namespace": "System.Linq" - }, - { - "Name": "BinaryExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "Expression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "BlockExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "CatchBlock", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ConditionalExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ConstantExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "DebugInfoExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "DefaultExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ElementInit", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ExpressionType", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ExpressionVisitor", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "GotoExpressionKind", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "GotoExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "IArgumentProvider", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "IDynamicExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "IndexExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "InvocationExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "LabelExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "LabelTarget", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "LambdaExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "Expression`1", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ListInitExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "LoopExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberAssignment", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberBindingType", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberBinding", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberInitExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberListBinding", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberMemberBinding", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MethodCallExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "NewArrayExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "NewExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ParameterExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "RuntimeVariablesExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "SwitchCase", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "SwitchExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "SymbolDocumentInfo", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "TryExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "TypeBinaryExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "UnaryExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "DynamicExpressionVisitor", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "DynamicExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "LightLambda", - "Namespace": "System.Linq.Expressions.Interpreter" - }, - { - "Name": "DynamicMetaObjectBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "DynamicMetaObject", - "Namespace": "System.Dynamic" - }, - { - "Name": "IDynamicMetaObjectProvider", - "Namespace": "System.Dynamic" - }, - { - "Name": "BindingRestrictions", - "Namespace": "System.Dynamic" - }, - { - "Name": "BinaryOperationBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "CallInfo", - "Namespace": "System.Dynamic" - }, - { - "Name": "ExpandoObject", - "Namespace": "System.Dynamic" - }, - { - "Name": "ConvertBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "CreateInstanceBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "DeleteIndexBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "DeleteMemberBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "DynamicObject", - "Namespace": "System.Dynamic" - }, - { - "Name": "GetIndexBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "GetMemberBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "InvokeBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "InvokeMemberBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "SetIndexBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "SetMemberBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "UnaryOperationBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "IInvokeOnGetBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "OrderedParallelQuery`1", - "Namespace": "System.Linq" - }, - { - "Name": "ParallelQuery", - "Namespace": "System.Linq" - }, - { - "Name": "ParallelQuery`1", - "Namespace": "System.Linq" - }, - { - "Name": "ParallelEnumerable", - "Namespace": "System.Linq" - }, - { - "Name": "ParallelExecutionMode", - "Namespace": "System.Linq" - }, - { - "Name": "ParallelMergeOptions", - "Namespace": "System.Linq" - }, - { - "Name": "EnumerableExecutor", - "Namespace": "System.Linq" - }, - { - "Name": "EnumerableExecutor`1", - "Namespace": "System.Linq" - }, - { - "Name": "EnumerableQuery", - "Namespace": "System.Linq" - }, - { - "Name": "EnumerableQuery`1", - "Namespace": "System.Linq" - }, - { - "Name": "Queryable", - "Namespace": "System.Linq" - }, - { - "Name": "ToStringCodeMethods", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ProcessCodeMethods", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "DeserializingTypeConverter", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "PSAuthorizationManager", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ExecutionPolicy", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ExecutionPolicyScope", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ArgumentToConfigurationDataTransformationAttribute", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" - }, - { - "Name": "DscRemoteOperationsClass", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" - }, - { - "Name": "DscClassCache", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" - }, - { - "Name": "GetCommandCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NounArgumentCompleter", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "HistoryInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetHistoryCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InvokeHistoryCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AddHistoryCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ClearHistoryCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ForEachObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WhereObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetPSDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetStrictModeCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportModuleMemberCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetModuleCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSEditionArgumentCompleter", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportModuleCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ModuleCmdletBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ModuleSpecification", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewModuleCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewModuleManifestCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveModuleCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TestModuleManifestCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ObjectEventRegistrationBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConnectPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SessionFilterState", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RegisterPSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSSessionConfigurationCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UnregisterPSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetPSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnablePSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DisablePSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnablePSRemotingCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DisablePSRemotingCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSSessionCapabilityCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DebugJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DisconnectPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnterPSHostProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExitPSHostProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSHostProcessInfoCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSHostProcessInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InvokeCommandCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewPSSessionConfigurationFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewPSRoleCapabilityFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WSManConfigurationOption", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewPSTransportOptionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewPSSessionOptionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExitPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSRemotingCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSRemotingBaseCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSExecutionCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSRunspaceCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnterPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ReceiveJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ReceivePSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutTarget", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "JobCmdletBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemovePSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ResumeJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StartJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StopJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SuspendJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TestPSSessionConfigurationFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WaitJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OpenMode", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormatDefaultCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutNullCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutDefaultCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutHostCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutLineOutputCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "HelpCategoryInvalidException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetHelpCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetHelpCodeMethods", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "HelpNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SaveHelpCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UpdatableHelpCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UpdateHelpCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AliasProvider", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AliasProviderDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnvironmentProvider", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemProvider", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemContentDynamicParametersBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemClearContentDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemContentWriterDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemContentReaderDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemItemProviderDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemProviderGetItemDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemProviderRemoveItemDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InternalSymbolicLinkLinkCodeMethods", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FunctionProvider", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FunctionProviderDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RegistryProvider", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RegistryProviderSetItemDynamicParameter", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SessionStateProviderBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SessionStateProviderBaseContentReaderWriter", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "VariableProvider", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemotingErrorResources", - "Namespace": "Microsoft.PowerShell.Commands.Internal" - }, - { - "Name": "FrontEndCommandBase", - "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" - }, - { - "Name": "OuterFormatShapeCommandBase", - "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" - }, - { - "Name": "OuterFormatTableAndListBase", - "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" - }, - { - "Name": "OuterFormatTableBase", - "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" - }, - { - "Name": "AuthenticationLevel", - "Namespace": "Microsoft.PowerShell.CoreClr.Stubs" - }, - { - "Name": "ImpersonationLevel", - "Namespace": "Microsoft.PowerShell.CoreClr.Stubs" - }, - { - "Name": "CimInstanceAdapter", - "Namespace": "Microsoft.PowerShell.Cim" - }, - { - "Name": "MethodInvocationInfo", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "MethodParameterBindings", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "MethodParameter", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "CmdletAdapter`1", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "BehaviorOnNoMatch", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "QueryBuilder", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "ConfirmImpact", - "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" - }, - { - "Name": "ItemsChoiceType", - "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" - }, - { - "Name": "PowerShellAssemblyLoadContextInitializer", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Platform", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTransactionContext", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RollbackSeverity", - "Namespace": "System.Management.Automation" - }, - { - "Name": "AliasInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ApplicationInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateArgumentsAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateEnumeratedArgumentsAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DSCResourceRunAsCredential", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DscResourceAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DscPropertyAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DscLocalConfigurationManagerAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletCommonMetadataAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletBindingAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "OutputTypeAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DynamicClassImplementationAssemblyAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "AliasAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParameterAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTypeNameAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SupportsWildcardsAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSDefaultValueAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "HiddenAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateLengthAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateRangeKind", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateRangeAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidatePatternAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateScriptAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateCountAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CachedValidValuesGeneratorBase", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateSetAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IValidateSetValuesGenerator", - "Namespace": "System.Management.Automation" - }, - { - "Name": "AllowNullAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "AllowEmptyStringAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "AllowEmptyCollectionAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateDriveAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateUserDriveAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "NullValidationAttributeBase", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateNotNullAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateNotNullOrEmptyAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ArgumentTransformationAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ChildItemCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ReturnContainers", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Cmdlet", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ShouldProcessReason", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProviderIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DefaultParameterDictionary", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ActionPreference", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ConfirmImpact", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCmdlet", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandCompletion", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CompletionCompleters", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CompletionResultType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CompletionResult", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ArgumentCompleterAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IArgumentCompleter", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RegisterArgumentCompleterCommand", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ArgumentCompletionsAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandLookupEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSModuleAutoLoadingPreference", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandTypes", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTypeName", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SessionCapabilities", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandMetadata", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ConfigurationInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ContentCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCredentialTypes", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCredentialUIOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "GetSymmetricEncryptionKey", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCredential", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSDriveInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProviderInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Breakpoint", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandBreakpoint", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VariableAccessMode", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VariableBreakpoint", - "Namespace": "System.Management.Automation" - }, - { - "Name": "LineBreakpoint", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DebuggerResumeAction", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DebuggerStopEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "BreakpointUpdateType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "BreakpointUpdatedEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSJobStartEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DebugSource", - "Namespace": "System.Management.Automation" - }, - { - "Name": "StartRunspaceDebugProcessingEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProcessRunspaceDebugEndEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DebugModes", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Debugger", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DebuggerCommandResults", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSDebugContext", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CallStackFrame", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DriveManagementIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ImplementedAsType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DscResourceInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DscResourcePropertyInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "EngineIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "FlagsExpression`1", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ErrorCategory", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ErrorCategoryInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ErrorDetails", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ErrorRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IContainsErrorRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IResourceSupplier", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventManager", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEngineEvent", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventSubscriber", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventHandler", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ForwardedEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventReceivedEventHandler", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventUnsubscribedEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventUnsubscribedEventHandler", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventArgsCollection", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventJob", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ExtendedTypeSystemException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "MethodException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "MethodInvocationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "GetValueException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PropertyNotFoundException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "GetValueInvocationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SetValueException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SetValueInvocationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSInvalidCastException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ExternalScriptInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSSnapInSpecification", - "Namespace": "System.Management.Automation" - }, - { - "Name": "FilterInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "FunctionInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "HostUtilities", - "Namespace": "System.Management.Automation" - }, - { - "Name": "InformationalRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WarningRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DebugRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerboseRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSListModifier", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSListModifier`1", - "Namespace": "System.Management.Automation" - }, - { - "Name": "InvalidPowerShellStateException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSInvocationState", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RunspaceMode", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSInvocationStateInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSInvocationStateChangedEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSInvocationSettings", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RemoteStreamOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PowerShell", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSDataStreams", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCommand", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DataAddedEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DataAddingEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSDataCollection`1", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ICommandRuntime", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ICommandRuntime2", - "Namespace": "System.Management.Automation" - }, - { - "Name": "InformationRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "HostInformationMessage", - "Namespace": "System.Management.Automation" - }, - { - "Name": "InvocationInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RemoteCommandInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ItemCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CopyContainers", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTypeConverter", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ConvertThroughString", - "Namespace": "System.Management.Automation" - }, - { - "Name": "LanguagePrimitives", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSParseError", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSParser", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSToken", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTokenType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "FlowControlException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "LoopFlowException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "BreakException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ContinueException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ExitException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TerminateException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SplitOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ScriptBlock", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SteppablePipeline", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ScriptBlockToPowerShellNotSupportedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ModuleIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IModuleAssemblyInitializer", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IModuleAssemblyCleanup", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSModuleInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ModuleType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ModuleAccessMode", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IDynamicParameters", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SwitchParameter", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandInvocationIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMemberTypes", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMemberViewTypes", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMemberInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSPropertyInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSAliasProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCodeProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSAdaptedProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSNoteProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSVariableProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSScriptProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMethodInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCodeMethod", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSScriptMethod", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMethod", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSParameterizedProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMemberSet", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSPropertySet", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEvent", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSDynamicMember", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMemberInfoCollection`1", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ReadOnlyPSMemberInfoCollection`1", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSObject", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCustomObject", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SettingValueExceptionEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "GettingValueExceptionEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSObjectPropertyDescriptor", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSObjectTypeDescriptor", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSObjectTypeDescriptionProvider", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSReference", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSSecurityException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RemoteException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandParameterInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandParameterSetInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TypeInferenceRuntimePermissions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PathIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProgressRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProgressRecordType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PropertyCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletProviderManagementIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProxyCommand", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSClassInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSClassMemberInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RuntimeDefinedParameter", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RuntimeDefinedParameterDictionary", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSVersionHashTable", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SemanticVersion", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WildcardOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WildcardPattern", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WildcardPatternException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobState", - "Namespace": "System.Management.Automation" - }, - { - "Name": "InvalidJobStateException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobStateInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobStateEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobIdentifier", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IJobDebugger", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Job", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Job2", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobThreadOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ContainerParentJob", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobFailedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobManager", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobDefinition", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobInvocationInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobSourceAdapter", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PowerShellStreams`2", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSJobProxy", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSChildJobProxy", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobDataAddedEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PowerShellStreamType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Repository`1", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobRepository", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RunspaceRepository", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RemotingCapability", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RemotingBehavior", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSSessionTypeOption", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTransportOption", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RunspacePoolStateInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WhereOperatorSelectionMode", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ScriptInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SecurityDescriptorCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandOrigin", - "Namespace": "System.Management.Automation" - }, - { - "Name": "AuthorizationManager", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSSerializer", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSPrimitiveDictionary", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SessionState", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SessionStateEntryVisibility", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSLanguageMode", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSVariable", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ScopedItemOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSPropertyAdapter", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParameterSetMetadata", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParameterMetadata", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PagingParameters", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSVariableIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VariablePath", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WorkflowInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ExtendedTypeDefinition", - "Namespace": "System.Management.Automation" - }, - { - "Name": "FormatViewDefinition", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSControl", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSControlGroupBy", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DisplayEntry", - "Namespace": "System.Management.Automation" - }, - { - "Name": "EntrySelectedBy", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Alignment", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DisplayEntryValueType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomControl", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomControlEntry", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomItemBase", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomItemExpression", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomItemFrame", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomItemNewline", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomItemText", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomEntryBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomControlBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ListControl", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ListControlEntry", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ListControlEntryItem", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ListEntryBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ListControlBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TableControl", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TableControlColumnHeader", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TableControlColumn", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TableControlRow", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TableRowDefinitionBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TableControlBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WideControl", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WideControlEntryItem", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WideControlBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PathInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PathInfoStack", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SigningOption", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CatalogValidationStatus", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CatalogInformation", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CredentialAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SignatureStatus", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SignatureType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Signature", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmsMessageRecipient", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ResolutionPurpose", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSSnapInInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandNotFoundException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ScriptRequiresException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ApplicationFailedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProviderCmdlet", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletInvocationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletProviderInvocationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PipelineStoppedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PipelineClosedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ActionPreferenceStopException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParentContainsErrorRecordException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RedirectedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ScriptCallDepthException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PipelineDepthException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "HaltCommandException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "MetadataException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidationMetadataException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ArgumentTransformationMetadataException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParsingMetadataException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSArgumentException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSArgumentNullException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSArgumentOutOfRangeException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSInvalidOperationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSNotImplementedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSNotSupportedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSObjectDisposedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTraceSource", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParameterBindingException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParseException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IncompleteParseException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RuntimeException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProviderInvocationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SessionStateCategory", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SessionStateException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SessionStateUnauthorizedAccessException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProviderNotFoundException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProviderNameAmbiguousException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DriveNotFoundException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ItemNotFoundException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTraceSourceOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsCommon", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsData", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsLifecycle", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsDiagnostic", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsCommunications", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsSecurity", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsOther", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PowerShellTraceEvent", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "PowerShellTraceChannel", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "PowerShellTraceLevel", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "PowerShellTraceOperationCode", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "PowerShellTraceTask", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "PowerShellTraceKeywords", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "BaseChannelWriter", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "NullWriter", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "PowerShellChannelWriter", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "PowerShellTraceSource", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "PowerShellTraceSourceFactory", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "EtwEvent", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "CallbackNoParameter", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "CallbackWithState", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "CallbackWithStateAndArgs", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "EtwEventArgs", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "EtwActivity", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "IEtwActivityReverter", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "IEtwEventCorrelator", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "EtwEventCorrelator", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "Tracer", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "ContainerCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "DriveCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "IContentCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "IContentReader", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "IContentWriter", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "IDynamicPropertyCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "ISecurityDescriptorCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "IPropertyCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "ItemCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "NavigationCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "ICmdletProviderSupportsHelp", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "CmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "CmdletProviderAttribute", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "ProviderCapabilities", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "OriginInfo", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "ProxyAccessType", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSSessionOption", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "CmdletMethodInvoker`1", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSRemotingDataStructureException", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSRemotingTransportException", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSRemotingTransportRedirectException", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSDirectException", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSSessionConfiguration", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "SessionType", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSSenderInfo", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSPrincipal", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSIdentity", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSCertificateDetails", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSSessionConfigurationData", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "WSManPluginManagedEntryWrapper", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "WSManPluginManagedEntryInstanceWrapper", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "WSManServerChannelEvents", - "Namespace": "System.Management.Automation.Remoting.WSMan" - }, - { - "Name": "ActiveSessionsChangedEventArgs", - "Namespace": "System.Management.Automation.Remoting.WSMan" - }, - { - "Name": "PSStreamObjectType", - "Namespace": "System.Management.Automation.Remoting.Internal" - }, - { - "Name": "PSStreamObject", - "Namespace": "System.Management.Automation.Remoting.Internal" - }, - { - "Name": "ChoiceDescription", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "FieldDescription", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "PSHost", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "IHostSupportsInteractiveSession", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "Coordinates", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "Size", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "ReadKeyOptions", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "ControlKeyStates", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "KeyInfo", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "Rectangle", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "BufferCell", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "BufferCellType", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "PSHostRawUserInterface", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "PSHostUserInterface", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "IHostUISupportsMultipleChoiceSelection", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "HostException", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "PromptingException", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "Command", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PipelineResultTypes", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "CommandCollection", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "InvalidRunspaceStateException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceState", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PSThreadOptions", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceStateInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceStateEventArgs", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceAvailability", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceAvailabilityEventArgs", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceCapability", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "Runspace", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateProxy", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceFactory", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceOpenModuleLoadException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "CommandParameter", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "CommandParameterCollection", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "InvalidPipelineStateException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PipelineState", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PipelineStateInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PipelineStateEventArgs", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "Pipeline", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PowerShellProcessInstance", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "InvalidRunspacePoolStateException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspacePoolState", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspacePoolStateChangedEventArgs", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspacePoolAvailability", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspacePoolCapability", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspacePool", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "InitialSessionStateEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "ConstrainedSessionStateEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateCommandEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateTypeEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateFormatEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateAssemblyEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateCmdletEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateProviderEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateScriptEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateAliasEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateApplicationEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateFunctionEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateVariableEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "InitialSessionStateEntryCollection`1", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "InitialSessionState", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "TargetMachineType", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PSSession", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RemotingErrorRecord", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RemotingProgressRecord", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RemotingWarningRecord", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RemotingDebugRecord", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RemotingVerboseRecord", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RemotingInformationRecord", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "AuthenticationMechanism", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PSSessionType", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PSSessionConfigurationAccessMode", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "OutputBufferingMode", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "WSManConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "NamedPipeConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SSHConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "VMConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "ContainerConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "TypeTableLoadException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "TypeData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "TypeMemberData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "NotePropertyData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "AliasPropertyData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "ScriptPropertyData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "CodePropertyData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "ScriptMethodData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "CodeMethodData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PropertySetData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "MemberSetData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "TypeTable", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "FormatTableLoadException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "FormatTable", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PSConsoleLoadException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PSSnapInException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PipelineReader`1", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PipelineWriter", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "StaticParameterBinder", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StaticBindingResult", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ParameterBindingResult", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StaticBindingError", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CodeGeneration", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "NullString", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "Ast", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ErrorStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ErrorExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ScriptRequirements", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ScriptBlockAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ParamBlockAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "NamedBlockAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "NamedAttributeArgumentAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AttributeBaseAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AttributeAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TypeConstraintAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ParameterAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StatementBlockAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TypeAttributes", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TypeDefinitionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "UsingStatementKind", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "UsingStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "MemberAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "PropertyAttributes", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "PropertyMemberAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "MethodAttributes", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "FunctionMemberAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "FunctionDefinitionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "IfStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DataStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "LabeledStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "LoopStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ForEachFlags", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ForEachStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ForStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DoWhileStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DoUntilStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "WhileStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "SwitchFlags", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "SwitchStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CatchClauseAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TryStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TrapStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "BreakStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ContinueStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ReturnStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ExitStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ThrowStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "PipelineBaseAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "PipelineAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CommandElementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CommandParameterAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CommandBaseAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CommandAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CommandExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "RedirectionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "RedirectionStream", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "MergingRedirectionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "FileRedirectionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AssignmentStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ConfigurationType", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ConfigurationDefinitionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DynamicKeywordStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "BinaryExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "UnaryExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "BlockStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AttributedExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ConvertExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "MemberExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "InvokeMemberExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "BaseCtorInvokeMemberExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ITypeName", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TypeName", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "GenericTypeName", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ArrayTypeName", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ReflectionTypeName", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TypeExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "VariableExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ConstantExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StringConstantType", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StringConstantExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ExpandableStringExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ScriptBlockExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ArrayLiteralAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "HashtableAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ArrayExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ParenExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "SubExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "UsingExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "IndexExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CommentHelpInfo", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ICustomAstVisitor", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ICustomAstVisitor2", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DefaultCustomAstVisitor", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DefaultCustomAstVisitor2", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "Parser", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ParseError", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "IScriptPosition", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "IScriptExtent", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ScriptPosition", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ScriptExtent", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AstVisitAction", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AstVisitor", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AstVisitor2", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "IAstPostVisitHandler", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TokenKind", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TokenFlags", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TokenTraits", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "Token", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "NumberToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ParameterToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "VariableToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StringToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StringLiteralToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StringExpandableToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "LabelToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "RedirectionToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "InputRedirectionToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "MergingRedirectionToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "FileRedirectionToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DynamicKeywordNameMode", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DynamicKeywordBodyMode", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DynamicKeyword", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DynamicKeywordProperty", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DynamicKeywordParameter", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CmdletMetadataAttribute", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "ParsingBaseAttribute", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "AutomationNull", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "InternalCommand", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "CommonParameters", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "DebuggerUtils", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "PSMonitorRunspaceType", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "PSMonitorRunspaceInfo", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "PSStandaloneMonitorRunspaceInfo", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "PSEmbeddedMonitorRunspaceInfo", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "SessionStateKeeper", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "ScriptBlockMemberMethodWrapper", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "ClassOps", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "ShouldProcessParameters", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "TransactionParameters", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "InternalTestHooks", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "AlternateStreamData", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "AlternateDataStreamUtilities", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "SecuritySupport", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "ByteArrayContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "ClientCertificateOption", - "Namespace": "System.Net.Http" - }, - { - "Name": "DelegatingHandler", - "Namespace": "System.Net.Http" - }, - { - "Name": "FormUrlEncodedContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpClient", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpCompletionOption", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpMessageHandler", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpMessageInvoker", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpMethod", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpRequestException", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpRequestMessage", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpResponseMessage", - "Namespace": "System.Net.Http" - }, - { - "Name": "MessageProcessingHandler", - "Namespace": "System.Net.Http" - }, - { - "Name": "MultipartContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "MultipartFormDataContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "StreamContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "StringContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpClientHandler", - "Namespace": "System.Net.Http" - }, - { - "Name": "AuthenticationHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "CacheControlHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "ContentDispositionHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "ContentRangeHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "EntityTagHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "HttpContentHeaders", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "HttpHeaders", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "HttpHeaderValueCollection`1", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "HttpRequestHeaders", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "HttpResponseHeaders", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "MediaTypeHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "MediaTypeWithQualityHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "NameValueHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "NameValueWithParametersHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "ProductHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "ProductInfoHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "RangeConditionHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "RangeHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "RangeItemHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "RetryConditionHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "StringWithQualityHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "TransferCodingHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "TransferCodingWithQualityHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "ViaHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "WarningHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "WindowsProxyUsePolicy", - "Namespace": "System.Net.Http" - }, - { - "Name": "CookieUsePolicy", - "Namespace": "System.Net.Http" - }, - { - "Name": "WinHttpHandler", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpListenerPrefixCollection", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerRequest", - "Namespace": "System.Net" - }, - { - "Name": "AuthenticationSchemeSelector", - "Namespace": "System.Net" - }, - { - "Name": "HttpListener", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerBasicIdentity", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerContext", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerException", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerResponse", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerTimeoutManager", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerWebSocketContext", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "AlternateView", - "Namespace": "System.Net.Mail" - }, - { - "Name": "AlternateViewCollection", - "Namespace": "System.Net.Mail" - }, - { - "Name": "AttachmentBase", - "Namespace": "System.Net.Mail" - }, - { - "Name": "Attachment", - "Namespace": "System.Net.Mail" - }, - { - "Name": "AttachmentCollection", - "Namespace": "System.Net.Mail" - }, - { - "Name": "LinkedResource", - "Namespace": "System.Net.Mail" - }, - { - "Name": "LinkedResourceCollection", - "Namespace": "System.Net.Mail" - }, - { - "Name": "MailAddress", - "Namespace": "System.Net.Mail" - }, - { - "Name": "MailAddressCollection", - "Namespace": "System.Net.Mail" - }, - { - "Name": "DeliveryNotificationOptions", - "Namespace": "System.Net.Mail" - }, - { - "Name": "MailMessage", - "Namespace": "System.Net.Mail" - }, - { - "Name": "MailPriority", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SendCompletedEventHandler", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpDeliveryMethod", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpDeliveryFormat", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpClient", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpException", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpFailedRecipientException", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpFailedRecipientsException", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpStatusCode", - "Namespace": "System.Net.Mail" - }, - { - "Name": "TransferEncoding", - "Namespace": "System.Net.Mime" - }, - { - "Name": "ContentDisposition", - "Namespace": "System.Net.Mime" - }, - { - "Name": "ContentType", - "Namespace": "System.Net.Mime" - }, - { - "Name": "DispositionTypeNames", - "Namespace": "System.Net.Mime" - }, - { - "Name": "MediaTypeNames", - "Namespace": "System.Net.Mime" - }, - { - "Name": "Dns", - "Namespace": "System.Net" - }, - { - "Name": "IPHostEntry", - "Namespace": "System.Net" - }, - { - "Name": "ProtocolType", - "Namespace": "System.Net.Internals" - }, - { - "Name": "ProtocolFamily", - "Namespace": "System.Net.Internals" - }, - { - "Name": "DuplicateAddressDetectionState", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "GatewayIPAddressInformation", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "GatewayIPAddressInformationCollection", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IcmpV4Statistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IcmpV6Statistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPAddressInformation", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPAddressInformationCollection", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPGlobalProperties", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPGlobalStatistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPInterfaceProperties", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPInterfaceStatistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPv4InterfaceProperties", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPv4InterfaceStatistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPv6InterfaceProperties", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "MulticastIPAddressInformation", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "MulticastIPAddressInformationCollection", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetBiosNodeType", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkAvailabilityEventArgs", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkAddressChangedEventHandler", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkAvailabilityChangedEventHandler", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkInterface", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkInterfaceComponent", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkInterfaceType", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "OperationalStatus", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PhysicalAddress", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PrefixOrigin", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "ScopeLevel", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "SuffixOrigin", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "TcpConnectionInformation", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "TcpState", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "TcpStatistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "UdpStatistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "UnicastIPAddressInformation", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "UnicastIPAddressInformationCollection", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkInformationException", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkChange", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPStatus", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "Ping", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PingCompletedEventHandler", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PingCompletedEventArgs", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PingException", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PingOptions", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PingReply", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "SslProtocols", - "Namespace": "System.Security.Authentication" - }, - { - "Name": "ExchangeAlgorithmType", - "Namespace": "System.Security.Authentication" - }, - { - "Name": "CipherAlgorithmType", - "Namespace": "System.Security.Authentication" - }, - { - "Name": "HashAlgorithmType", - "Namespace": "System.Security.Authentication" - }, - { - "Name": "ChannelBinding", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "ChannelBindingKind", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "AuthenticationSchemes", - "Namespace": "System.Net" - }, - { - "Name": "CookieVariant", - "Namespace": "System.Net" - }, - { - "Name": "Cookie", - "Namespace": "System.Net" - }, - { - "Name": "CookieContainer", - "Namespace": "System.Net" - }, - { - "Name": "PathList", - "Namespace": "System.Net" - }, - { - "Name": "CookieCollection", - "Namespace": "System.Net" - }, - { - "Name": "CookieException", - "Namespace": "System.Net" - }, - { - "Name": "CredentialCache", - "Namespace": "System.Net" - }, - { - "Name": "DecompressionMethods", - "Namespace": "System.Net" - }, - { - "Name": "DnsEndPoint", - "Namespace": "System.Net" - }, - { - "Name": "EndPoint", - "Namespace": "System.Net" - }, - { - "Name": "HttpStatusCode", - "Namespace": "System.Net" - }, - { - "Name": "HttpVersion", - "Namespace": "System.Net" - }, - { - "Name": "ICredentials", - "Namespace": "System.Net" - }, - { - "Name": "ICredentialsByHost", - "Namespace": "System.Net" - }, - { - "Name": "IPAddress", - "Namespace": "System.Net" - }, - { - "Name": "IPEndPoint", - "Namespace": "System.Net" - }, - { - "Name": "IWebProxy", - "Namespace": "System.Net" - }, - { - "Name": "NetworkCredential", - "Namespace": "System.Net" - }, - { - "Name": "TransportContext", - "Namespace": "System.Net" - }, - { - "Name": "SocketAddress", - "Namespace": "System.Net" - }, - { - "Name": "RequestCacheLevel", - "Namespace": "System.Net.Cache" - }, - { - "Name": "RequestCachePolicy", - "Namespace": "System.Net.Cache" - }, - { - "Name": "IPAddressCollection", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "AuthenticationLevel", - "Namespace": "System.Net.Security" - }, - { - "Name": "SslPolicyErrors", - "Namespace": "System.Net.Security" - }, - { - "Name": "SocketException", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "AddressFamily", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketError", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "AuthenticationManager", - "Namespace": "System.Net" - }, - { - "Name": "Authorization", - "Namespace": "System.Net" - }, - { - "Name": "FileWebRequest", - "Namespace": "System.Net" - }, - { - "Name": "FileWebResponse", - "Namespace": "System.Net" - }, - { - "Name": "GlobalProxySelection", - "Namespace": "System.Net" - }, - { - "Name": "HttpContinueDelegate", - "Namespace": "System.Net" - }, - { - "Name": "HttpWebRequest", - "Namespace": "System.Net" - }, - { - "Name": "HttpWebResponse", - "Namespace": "System.Net" - }, - { - "Name": "IAuthenticationModule", - "Namespace": "System.Net" - }, - { - "Name": "ICredentialPolicy", - "Namespace": "System.Net" - }, - { - "Name": "IWebRequestCreate", - "Namespace": "System.Net" - }, - { - "Name": "ProtocolViolationException", - "Namespace": "System.Net" - }, - { - "Name": "WebException", - "Namespace": "System.Net" - }, - { - "Name": "WebExceptionStatus", - "Namespace": "System.Net" - }, - { - "Name": "WebRequest", - "Namespace": "System.Net" - }, - { - "Name": "WebRequestMethods", - "Namespace": "System.Net" - }, - { - "Name": "WebResponse", - "Namespace": "System.Net" - }, - { - "Name": "FtpStatusCode", - "Namespace": "System.Net" - }, - { - "Name": "FtpWebRequest", - "Namespace": "System.Net" - }, - { - "Name": "FtpWebResponse", - "Namespace": "System.Net" - }, - { - "Name": "HttpCacheAgeControl", - "Namespace": "System.Net.Cache" - }, - { - "Name": "HttpRequestCacheLevel", - "Namespace": "System.Net.Cache" - }, - { - "Name": "HttpRequestCachePolicy", - "Namespace": "System.Net.Cache" - }, - { - "Name": "AuthenticationException", - "Namespace": "System.Security.Authentication" - }, - { - "Name": "InvalidCredentialException", - "Namespace": "System.Security.Authentication" - }, - { - "Name": "ExtendedProtectionPolicy", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "PolicyEnforcement", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "ProtectionScenario", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "ServiceNameCollection", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "AuthenticatedStream", - "Namespace": "System.Net.Security" - }, - { - "Name": "EncryptionPolicy", - "Namespace": "System.Net.Security" - }, - { - "Name": "RemoteCertificateValidationCallback", - "Namespace": "System.Net.Security" - }, - { - "Name": "LocalCertificateSelectionCallback", - "Namespace": "System.Net.Security" - }, - { - "Name": "SslStream", - "Namespace": "System.Net.Security" - }, - { - "Name": "ProtectionLevel", - "Namespace": "System.Net.Security" - }, - { - "Name": "NegotiateStream", - "Namespace": "System.Net.Security" - }, - { - "Name": "BindIPEndPoint", - "Namespace": "System.Net" - }, - { - "Name": "ServicePoint", - "Namespace": "System.Net" - }, - { - "Name": "ServicePointManager", - "Namespace": "System.Net" - }, - { - "Name": "SecurityProtocolType", - "Namespace": "System.Net" - }, - { - "Name": "SocketReceiveFromResult", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketReceiveMessageFromResult", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketTaskExtensions", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "IOControlCode", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "IPPacketInformation", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "IPProtectionLevel", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "LingerOption", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "MulticastOption", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "IPv6MulticastOption", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "NetworkStream", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SelectMode", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SendPacketsElement", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "Socket", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketAsyncEventArgs", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketAsyncOperation", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketFlags", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketInformationOptions", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketInformation", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketOptionLevel", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketOptionName", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketShutdown", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "TcpClient", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "TcpListener", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "TransmitFileOptions", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "UdpClient", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "UdpReceiveResult", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "ProtocolFamily", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "ProtocolType", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketType", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "WebClient", - "Namespace": "System.Net" - }, - { - "Name": "OpenReadCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "OpenWriteCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "DownloadStringCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "DownloadDataCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "UploadStringCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "UploadDataCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "UploadFileCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "UploadValuesCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "DownloadProgressChangedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "UploadProgressChangedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "WriteStreamClosedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "OpenReadCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "OpenWriteCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "DownloadStringCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "DownloadDataCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "UploadStringCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "UploadDataCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "UploadFileCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "UploadValuesCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "DownloadProgressChangedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "UploadProgressChangedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "WriteStreamClosedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "WebHeaderCollection", - "Namespace": "System.Net" - }, - { - "Name": "HttpResponseHeader", - "Namespace": "System.Net" - }, - { - "Name": "HttpRequestHeader", - "Namespace": "System.Net" - }, - { - "Name": "IWebProxyScript", - "Namespace": "System.Net" - }, - { - "Name": "WebProxy", - "Namespace": "System.Net" - }, - { - "Name": "ClientWebSocket", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "ClientWebSocketOptions", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocket", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketCloseStatus", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketContext", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketError", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketException", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketMessageType", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketReceiveResult", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketState", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "Vector`1", - "Namespace": "System.Numerics" - }, - { - "Name": "Vector", - "Namespace": "System.Numerics" - }, - { - "Name": "Matrix3x2", - "Namespace": "System.Numerics" - }, - { - "Name": "Matrix4x4", - "Namespace": "System.Numerics" - }, - { - "Name": "Plane", - "Namespace": "System.Numerics" - }, - { - "Name": "Quaternion", - "Namespace": "System.Numerics" - }, - { - "Name": "Vector2", - "Namespace": "System.Numerics" - }, - { - "Name": "Vector3", - "Namespace": "System.Numerics" - }, - { - "Name": "Vector4", - "Namespace": "System.Numerics" - }, - { - "Name": "ICommand", - "Namespace": "System.Windows.Input" - }, - { - "Name": "DataErrorsChangedEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "INotifyDataErrorInfo", - "Namespace": "System.ComponentModel" - }, - { - "Name": "INotifyPropertyChanged", - "Namespace": "System.ComponentModel" - }, - { - "Name": "INotifyPropertyChanging", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyChangedEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyChangedEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyChangingEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyChangingEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "KeyedCollection`2", - "Namespace": "System.Collections.ObjectModel" - }, - { - "Name": "ObservableCollection`1", - "Namespace": "System.Collections.ObjectModel" - }, - { - "Name": "ReadOnlyDictionary`2", - "Namespace": "System.Collections.ObjectModel" - }, - { - "Name": "ReadOnlyObservableCollection`1", - "Namespace": "System.Collections.ObjectModel" - }, - { - "Name": "INotifyCollectionChanged", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "NotifyCollectionChangedAction", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "NotifyCollectionChangedEventArgs", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "NotifyCollectionChangedEventHandler", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "SafeWaitHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "CriticalHandleMinusOneIsInvalid", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "CriticalHandleZeroOrMinusOneIsInvalid", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeHandleMinusOneIsInvalid", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeHandleZeroOrMinusOneIsInvalid", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeFileHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "Console", - "Namespace": "Internal" - }, - { - "Name": "EnvironmentAugments", - "Namespace": "Internal.Runtime.Augments" - }, - { - "Name": "RuntimeThread", - "Namespace": "Internal.Runtime.Augments" - }, - { - "Name": "AggregateException", - "Namespace": "System" - }, - { - "Name": "AppContext", - "Namespace": "System" - }, - { - "Name": "Object", - "Namespace": "System" - }, - { - "Name": "Array", - "Namespace": "System" - }, - { - "Name": "ArraySegment`1", - "Namespace": "System" - }, - { - "Name": "Tuple", - "Namespace": "System" - }, - { - "Name": "Tuple`1", - "Namespace": "System" - }, - { - "Name": "Tuple`2", - "Namespace": "System" - }, - { - "Name": "Tuple`3", - "Namespace": "System" - }, - { - "Name": "Tuple`4", - "Namespace": "System" - }, - { - "Name": "Tuple`5", - "Namespace": "System" - }, - { - "Name": "Tuple`6", - "Namespace": "System" - }, - { - "Name": "Tuple`7", - "Namespace": "System" - }, - { - "Name": "Tuple`8", - "Namespace": "System" - }, - { - "Name": "String", - "Namespace": "System" - }, - { - "Name": "Exception", - "Namespace": "System" - }, - { - "Name": "DateTime", - "Namespace": "System" - }, - { - "Name": "OutOfMemoryException", - "Namespace": "System" - }, - { - "Name": "Delegate", - "Namespace": "System" - }, - { - "Name": "MulticastDelegate", - "Namespace": "System" - }, - { - "Name": "Activator", - "Namespace": "System" - }, - { - "Name": "AccessViolationException", - "Namespace": "System" - }, - { - "Name": "ArgIterator", - "Namespace": "System" - }, - { - "Name": "Attribute", - "Namespace": "System" - }, - { - "Name": "BadImageFormatException", - "Namespace": "System" - }, - { - "Name": "BitConverter", - "Namespace": "System" - }, - { - "Name": "Boolean", - "Namespace": "System" - }, - { - "Name": "Buffer", - "Namespace": "System" - }, - { - "Name": "Byte", - "Namespace": "System" - }, - { - "Name": "Decimal", - "Namespace": "System" - }, - { - "Name": "Double", - "Namespace": "System" - }, - { - "Name": "Enum", - "Namespace": "System" - }, - { - "Name": "EnvironmentVariableTarget", - "Namespace": "System" - }, - { - "Name": "GCCollectionMode", - "Namespace": "System" - }, - { - "Name": "GCNotificationStatus", - "Namespace": "System" - }, - { - "Name": "GC", - "Namespace": "System" - }, - { - "Name": "Guid", - "Namespace": "System" - }, - { - "Name": "InsufficientMemoryException", - "Namespace": "System" - }, - { - "Name": "Int16", - "Namespace": "System" - }, - { - "Name": "Int32", - "Namespace": "System" - }, - { - "Name": "Int64", - "Namespace": "System" - }, - { - "Name": "IntPtr", - "Namespace": "System" - }, - { - "Name": "Math", - "Namespace": "System" - }, - { - "Name": "MathF", - "Namespace": "System" - }, - { - "Name": "MissingFieldException", - "Namespace": "System" - }, - { - "Name": "MissingMemberException", - "Namespace": "System" - }, - { - "Name": "NonSerializedAttribute", - "Namespace": "System" - }, - { - "Name": "RuntimeArgumentHandle", - "Namespace": "System" - }, - { - "Name": "RuntimeTypeHandle", - "Namespace": "System" - }, - { - "Name": "RuntimeMethodHandle", - "Namespace": "System" - }, - { - "Name": "RuntimeFieldHandle", - "Namespace": "System" - }, - { - "Name": "ModuleHandle", - "Namespace": "System" - }, - { - "Name": "SByte", - "Namespace": "System" - }, - { - "Name": "SerializableAttribute", - "Namespace": "System" - }, - { - "Name": "Single", - "Namespace": "System" - }, - { - "Name": "TimeSpan", - "Namespace": "System" - }, - { - "Name": "TimeZoneInfo", - "Namespace": "System" - }, - { - "Name": "Type", - "Namespace": "System" - }, - { - "Name": "TypedReference", - "Namespace": "System" - }, - { - "Name": "TypeLoadException", - "Namespace": "System" - }, - { - "Name": "UInt16", - "Namespace": "System" - }, - { - "Name": "UInt32", - "Namespace": "System" - }, - { - "Name": "UInt64", - "Namespace": "System" - }, - { - "Name": "UIntPtr", - "Namespace": "System" - }, - { - "Name": "ValueType", - "Namespace": "System" - }, - { - "Name": "WeakReference", - "Namespace": "System" - }, - { - "Name": "WeakReference`1", - "Namespace": "System" - }, - { - "Name": "__ComObject", - "Namespace": "System" - }, - { - "Name": "Nullable`1", - "Namespace": "System" - }, - { - "Name": "Nullable", - "Namespace": "System" - }, - { - "Name": "Action`1", - "Namespace": "System" - }, - { - "Name": "Action", - "Namespace": "System" - }, - { - "Name": "Action`2", - "Namespace": "System" - }, - { - "Name": "Action`3", - "Namespace": "System" - }, - { - "Name": "Action`4", - "Namespace": "System" - }, - { - "Name": "Func`1", - "Namespace": "System" - }, - { - "Name": "Func`2", - "Namespace": "System" - }, - { - "Name": "Func`3", - "Namespace": "System" - }, - { - "Name": "Func`4", - "Namespace": "System" - }, - { - "Name": "Func`5", - "Namespace": "System" - }, - { - "Name": "Action`5", - "Namespace": "System" - }, - { - "Name": "Action`6", - "Namespace": "System" - }, - { - "Name": "Action`7", - "Namespace": "System" - }, - { - "Name": "Action`8", - "Namespace": "System" - }, - { - "Name": "Func`6", - "Namespace": "System" - }, - { - "Name": "Func`7", - "Namespace": "System" - }, - { - "Name": "Func`8", - "Namespace": "System" - }, - { - "Name": "Func`9", - "Namespace": "System" - }, - { - "Name": "Comparison`1", - "Namespace": "System" - }, - { - "Name": "Converter`2", - "Namespace": "System" - }, - { - "Name": "Predicate`1", - "Namespace": "System" - }, - { - "Name": "ApplicationException", - "Namespace": "System" - }, - { - "Name": "ArgumentException", - "Namespace": "System" - }, - { - "Name": "ArgumentNullException", - "Namespace": "System" - }, - { - "Name": "ArgumentOutOfRangeException", - "Namespace": "System" - }, - { - "Name": "ArithmeticException", - "Namespace": "System" - }, - { - "Name": "ArrayTypeMismatchException", - "Namespace": "System" - }, - { - "Name": "AssemblyLoadEventArgs", - "Namespace": "System" - }, - { - "Name": "AssemblyLoadEventHandler", - "Namespace": "System" - }, - { - "Name": "AsyncCallback", - "Namespace": "System" - }, - { - "Name": "AttributeTargets", - "Namespace": "System" - }, - { - "Name": "AttributeUsageAttribute", - "Namespace": "System" - }, - { - "Name": "Char", - "Namespace": "System" - }, - { - "Name": "CharEnumerator", - "Namespace": "System" - }, - { - "Name": "CLSCompliantAttribute", - "Namespace": "System" - }, - { - "Name": "Base64FormattingOptions", - "Namespace": "System" - }, - { - "Name": "Convert", - "Namespace": "System" - }, - { - "Name": "DataMisalignedException", - "Namespace": "System" - }, - { - "Name": "DateTimeKind", - "Namespace": "System" - }, - { - "Name": "DateTimeOffset", - "Namespace": "System" - }, - { - "Name": "DayOfWeek", - "Namespace": "System" - }, - { - "Name": "DBNull", - "Namespace": "System" - }, - { - "Name": "DivideByZeroException", - "Namespace": "System" - }, - { - "Name": "DllNotFoundException", - "Namespace": "System" - }, - { - "Name": "DuplicateWaitObjectException", - "Namespace": "System" - }, - { - "Name": "EntryPointNotFoundException", - "Namespace": "System" - }, - { - "Name": "EventArgs", - "Namespace": "System" - }, - { - "Name": "EventHandler", - "Namespace": "System" - }, - { - "Name": "EventHandler`1", - "Namespace": "System" - }, - { - "Name": "ExecutionEngineException", - "Namespace": "System" - }, - { - "Name": "FieldAccessException", - "Namespace": "System" - }, - { - "Name": "FlagsAttribute", - "Namespace": "System" - }, - { - "Name": "FormatException", - "Namespace": "System" - }, - { - "Name": "FormattableString", - "Namespace": "System" - }, - { - "Name": "IAsyncResult", - "Namespace": "System" - }, - { - "Name": "ICloneable", - "Namespace": "System" - }, - { - "Name": "IComparable", - "Namespace": "System" - }, - { - "Name": "IComparable`1", - "Namespace": "System" - }, - { - "Name": "IConvertible", - "Namespace": "System" - }, - { - "Name": "ICustomFormatter", - "Namespace": "System" - }, - { - "Name": "IDisposable", - "Namespace": "System" - }, - { - "Name": "IEquatable`1", - "Namespace": "System" - }, - { - "Name": "IFormatProvider", - "Namespace": "System" - }, - { - "Name": "IFormattable", - "Namespace": "System" - }, - { - "Name": "IndexOutOfRangeException", - "Namespace": "System" - }, - { - "Name": "InsufficientExecutionStackException", - "Namespace": "System" - }, - { - "Name": "InvalidCastException", - "Namespace": "System" - }, - { - "Name": "InvalidOperationException", - "Namespace": "System" - }, - { - "Name": "InvalidProgramException", - "Namespace": "System" - }, - { - "Name": "InvalidTimeZoneException", - "Namespace": "System" - }, - { - "Name": "IObservable`1", - "Namespace": "System" - }, - { - "Name": "IObserver`1", - "Namespace": "System" - }, - { - "Name": "IProgress`1", - "Namespace": "System" - }, - { - "Name": "Lazy`1", - "Namespace": "System" - }, - { - "Name": "MarshalByRefObject", - "Namespace": "System" - }, - { - "Name": "MemberAccessException", - "Namespace": "System" - }, - { - "Name": "MethodAccessException", - "Namespace": "System" - }, - { - "Name": "MidpointRounding", - "Namespace": "System" - }, - { - "Name": "MissingMethodException", - "Namespace": "System" - }, - { - "Name": "MulticastNotSupportedException", - "Namespace": "System" - }, - { - "Name": "NotFiniteNumberException", - "Namespace": "System" - }, - { - "Name": "NotImplementedException", - "Namespace": "System" - }, - { - "Name": "NotSupportedException", - "Namespace": "System" - }, - { - "Name": "NullReferenceException", - "Namespace": "System" - }, - { - "Name": "ObjectDisposedException", - "Namespace": "System" - }, - { - "Name": "ObsoleteAttribute", - "Namespace": "System" - }, - { - "Name": "OperationCanceledException", - "Namespace": "System" - }, - { - "Name": "OverflowException", - "Namespace": "System" - }, - { - "Name": "ParamArrayAttribute", - "Namespace": "System" - }, - { - "Name": "PlatformNotSupportedException", - "Namespace": "System" - }, - { - "Name": "Progress`1", - "Namespace": "System" - }, - { - "Name": "Random", - "Namespace": "System" - }, - { - "Name": "RankException", - "Namespace": "System" - }, - { - "Name": "ReadOnlySpan`1", - "Namespace": "System" - }, - { - "Name": "ResolveEventArgs", - "Namespace": "System" - }, - { - "Name": "ResolveEventHandler", - "Namespace": "System" - }, - { - "Name": "Span`1", - "Namespace": "System" - }, - { - "Name": "Span", - "Namespace": "System" - }, - { - "Name": "StackOverflowException", - "Namespace": "System" - }, - { - "Name": "StringComparer", - "Namespace": "System" - }, - { - "Name": "StringComparison", - "Namespace": "System" - }, - { - "Name": "StringSplitOptions", - "Namespace": "System" - }, - { - "Name": "SystemException", - "Namespace": "System" - }, - { - "Name": "STAThreadAttribute", - "Namespace": "System" - }, - { - "Name": "MTAThreadAttribute", - "Namespace": "System" - }, - { - "Name": "ThreadStaticAttribute", - "Namespace": "System" - }, - { - "Name": "TimeoutException", - "Namespace": "System" - }, - { - "Name": "TimeZone", - "Namespace": "System" - }, - { - "Name": "TimeZoneNotFoundException", - "Namespace": "System" - }, - { - "Name": "TupleExtensions", - "Namespace": "System" - }, - { - "Name": "TypeAccessException", - "Namespace": "System" - }, - { - "Name": "TypeCode", - "Namespace": "System" - }, - { - "Name": "TypeInitializationException", - "Namespace": "System" - }, - { - "Name": "TypeUnloadedException", - "Namespace": "System" - }, - { - "Name": "UnauthorizedAccessException", - "Namespace": "System" - }, - { - "Name": "UnhandledExceptionEventArgs", - "Namespace": "System" - }, - { - "Name": "UnhandledExceptionEventHandler", - "Namespace": "System" - }, - { - "Name": "ValueTuple", - "Namespace": "System" - }, - { - "Name": "ValueTuple`1", - "Namespace": "System" - }, - { - "Name": "ValueTuple`2", - "Namespace": "System" - }, - { - "Name": "ValueTuple`3", - "Namespace": "System" - }, - { - "Name": "ValueTuple`4", - "Namespace": "System" - }, - { - "Name": "ValueTuple`5", - "Namespace": "System" - }, - { - "Name": "ValueTuple`6", - "Namespace": "System" - }, - { - "Name": "ValueTuple`7", - "Namespace": "System" - }, - { - "Name": "ValueTuple`8", - "Namespace": "System" - }, - { - "Name": "Version", - "Namespace": "System" - }, - { - "Name": "Void", - "Namespace": "System" - }, - { - "Name": "AssemblyHashAlgorithm", - "Namespace": "System.Configuration.Assemblies" - }, - { - "Name": "AssemblyVersionCompatibility", - "Namespace": "System.Configuration.Assemblies" - }, - { - "Name": "DefaultValueAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EditorBrowsableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EditorBrowsableState", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ResourceManager", - "Namespace": "System.Resources" - }, - { - "Name": "ResourceReader", - "Namespace": "System.Resources" - }, - { - "Name": "ResourceSet", - "Namespace": "System.Resources" - }, - { - "Name": "IResourceReader", - "Namespace": "System.Resources" - }, - { - "Name": "MissingManifestResourceException", - "Namespace": "System.Resources" - }, - { - "Name": "MissingSatelliteAssemblyException", - "Namespace": "System.Resources" - }, - { - "Name": "NeutralResourcesLanguageAttribute", - "Namespace": "System.Resources" - }, - { - "Name": "SatelliteContractVersionAttribute", - "Namespace": "System.Resources" - }, - { - "Name": "UltimateResourceFallbackLocation", - "Namespace": "System.Resources" - }, - { - "Name": "Debugger", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerStepThroughAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerHiddenAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerNonUserCodeAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggableAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerBrowsableState", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerBrowsableAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerTypeProxyAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerDisplayAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "StackTrace", - "Namespace": "System.Diagnostics" - }, - { - "Name": "StackFrame", - "Namespace": "System.Diagnostics" - }, - { - "Name": "Debug", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ConditionalAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SuppressMessageAttribute", - "Namespace": "System.Diagnostics.CodeAnalysis" - }, - { - "Name": "ISymbolDocumentWriter", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "PureAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractClassAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractClassForAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractInvariantMethodAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractReferenceAssemblyAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractRuntimeIgnoredAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractVerificationAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractPublicPropertyNameAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractArgumentValidatorAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractAbbreviatorAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractOptionAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "Contract", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractFailureKind", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractFailedEventArgs", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractHelper", - "Namespace": "System.Diagnostics.Contracts.Internal" - }, - { - "Name": "EventSource", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventActivityOptions", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventSourceSettings", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventListener", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventCommandEventArgs", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventSourceCreatedEventArgs", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventWrittenEventArgs", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventSourceAttribute", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventAttribute", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "NonEventAttribute", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventCommand", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventManifestOptions", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventSourceException", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventLevel", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventTask", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventOpcode", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventChannel", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventKeywords", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventDataAttribute", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventFieldTags", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventFieldAttribute", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventFieldFormat", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventIgnoreAttribute", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventSourceOptions", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventTags", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "TraceLoggingEventTypes", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "BinaryReader", - "Namespace": "System.IO" - }, - { - "Name": "BinaryWriter", - "Namespace": "System.IO" - }, - { - "Name": "FileLoadException", - "Namespace": "System.IO" - }, - { - "Name": "FileNotFoundException", - "Namespace": "System.IO" - }, - { - "Name": "IOException", - "Namespace": "System.IO" - }, - { - "Name": "MemoryStream", - "Namespace": "System.IO" - }, - { - "Name": "Stream", - "Namespace": "System.IO" - }, - { - "Name": "UnmanagedMemoryAccessor", - "Namespace": "System.IO" - }, - { - "Name": "DirectoryNotFoundException", - "Namespace": "System.IO" - }, - { - "Name": "EndOfStreamException", - "Namespace": "System.IO" - }, - { - "Name": "FileAccess", - "Namespace": "System.IO" - }, - { - "Name": "FileMode", - "Namespace": "System.IO" - }, - { - "Name": "FileOptions", - "Namespace": "System.IO" - }, - { - "Name": "FileShare", - "Namespace": "System.IO" - }, - { - "Name": "FileStream", - "Namespace": "System.IO" - }, - { - "Name": "Path", - "Namespace": "System.IO" - }, - { - "Name": "PathTooLongException", - "Namespace": "System.IO" - }, - { - "Name": "SeekOrigin", - "Namespace": "System.IO" - }, - { - "Name": "UnmanagedMemoryStream", - "Namespace": "System.IO" - }, - { - "Name": "ArrayPool`1", - "Namespace": "System.Buffers" - }, - { - "Name": "AllowPartiallyTrustedCallersAttribute", - "Namespace": "System.Security" - }, - { - "Name": "PartialTrustVisibilityLevel", - "Namespace": "System.Security" - }, - { - "Name": "SecureString", - "Namespace": "System.Security" - }, - { - "Name": "SecurityCriticalAttribute", - "Namespace": "System.Security" - }, - { - "Name": "SecurityCriticalScope", - "Namespace": "System.Security" - }, - { - "Name": "SecurityException", - "Namespace": "System.Security" - }, - { - "Name": "SecurityRulesAttribute", - "Namespace": "System.Security" - }, - { - "Name": "SecurityRuleSet", - "Namespace": "System.Security" - }, - { - "Name": "SecuritySafeCriticalAttribute", - "Namespace": "System.Security" - }, - { - "Name": "SecurityTransparentAttribute", - "Namespace": "System.Security" - }, - { - "Name": "SecurityTreatAsSafeAttribute", - "Namespace": "System.Security" - }, - { - "Name": "SuppressUnmanagedCodeSecurityAttribute", - "Namespace": "System.Security" - }, - { - "Name": "UnverifiableCodeAttribute", - "Namespace": "System.Security" - }, - { - "Name": "VerificationException", - "Namespace": "System.Security" - }, - { - "Name": "CryptographicException", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SynchronizationContext", - "Namespace": "System.Threading" - }, - { - "Name": "EventWaitHandle", - "Namespace": "System.Threading" - }, - { - "Name": "Interlocked", - "Namespace": "System.Threading" - }, - { - "Name": "Monitor", - "Namespace": "System.Threading" - }, - { - "Name": "Mutex", - "Namespace": "System.Threading" - }, - { - "Name": "NativeOverlapped", - "Namespace": "System.Threading" - }, - { - "Name": "Overlapped", - "Namespace": "System.Threading" - }, - { - "Name": "Semaphore", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadInterruptedException", - "Namespace": "System.Threading" - }, - { - "Name": "RegisteredWaitHandle", - "Namespace": "System.Threading" - }, - { - "Name": "WaitCallback", - "Namespace": "System.Threading" - }, - { - "Name": "WaitOrTimerCallback", - "Namespace": "System.Threading" - }, - { - "Name": "IOCompletionCallback", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadPool", - "Namespace": "System.Threading" - }, - { - "Name": "TimerCallback", - "Namespace": "System.Threading" - }, - { - "Name": "Timer", - "Namespace": "System.Threading" - }, - { - "Name": "Volatile", - "Namespace": "System.Threading" - }, - { - "Name": "WaitHandle", - "Namespace": "System.Threading" - }, - { - "Name": "SpinLock", - "Namespace": "System.Threading" - }, - { - "Name": "SpinWait", - "Namespace": "System.Threading" - }, - { - "Name": "LazyInitializer", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadLocal`1", - "Namespace": "System.Threading" - }, - { - "Name": "LockRecursionPolicy", - "Namespace": "System.Threading" - }, - { - "Name": "ReaderWriterLockSlim", - "Namespace": "System.Threading" - }, - { - "Name": "SemaphoreSlim", - "Namespace": "System.Threading" - }, - { - "Name": "ManualResetEventSlim", - "Namespace": "System.Threading" - }, - { - "Name": "CancellationTokenRegistration", - "Namespace": "System.Threading" - }, - { - "Name": "CancellationTokenSource", - "Namespace": "System.Threading" - }, - { - "Name": "CancellationToken", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadPoolBoundHandle", - "Namespace": "System.Threading" - }, - { - "Name": "PreAllocatedOverlapped", - "Namespace": "System.Threading" - }, - { - "Name": "AbandonedMutexException", - "Namespace": "System.Threading" - }, - { - "Name": "ApartmentState", - "Namespace": "System.Threading" - }, - { - "Name": "AsyncLocal`1", - "Namespace": "System.Threading" - }, - { - "Name": "AsyncLocalValueChangedArgs`1", - "Namespace": "System.Threading" - }, - { - "Name": "AutoResetEvent", - "Namespace": "System.Threading" - }, - { - "Name": "EventResetMode", - "Namespace": "System.Threading" - }, - { - "Name": "ContextCallback", - "Namespace": "System.Threading" - }, - { - "Name": "ExecutionContext", - "Namespace": "System.Threading" - }, - { - "Name": "AsyncFlowControl", - "Namespace": "System.Threading" - }, - { - "Name": "LazyThreadSafetyMode", - "Namespace": "System.Threading" - }, - { - "Name": "LockRecursionException", - "Namespace": "System.Threading" - }, - { - "Name": "ManualResetEvent", - "Namespace": "System.Threading" - }, - { - "Name": "ParameterizedThreadStart", - "Namespace": "System.Threading" - }, - { - "Name": "SemaphoreFullException", - "Namespace": "System.Threading" - }, - { - "Name": "SendOrPostCallback", - "Namespace": "System.Threading" - }, - { - "Name": "SynchronizationLockException", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadAbortException", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadPriority", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadStart", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadStartException", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadState", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadStateException", - "Namespace": "System.Threading" - }, - { - "Name": "Timeout", - "Namespace": "System.Threading" - }, - { - "Name": "WaitHandleCannotBeOpenedException", - "Namespace": "System.Threading" - }, - { - "Name": "Task`1", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskFactory`1", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskStatus", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "Task", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskCreationOptions", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskContinuationOptions", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskFactory", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskScheduler", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "UnobservedTaskExceptionEventArgs", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskCompletionSource`1", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "ConcurrentExclusiveSchedulerPair", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskCanceledException", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskExtensions", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskSchedulerException", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "Calendar", - "Namespace": "System.Globalization" - }, - { - "Name": "CharUnicodeInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "CompareOptions", - "Namespace": "System.Globalization" - }, - { - "Name": "CompareInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "CultureInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "GregorianCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "IdnMapping", - "Namespace": "System.Globalization" - }, - { - "Name": "RegionInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "TextElementEnumerator", - "Namespace": "System.Globalization" - }, - { - "Name": "TextInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "CalendarAlgorithmType", - "Namespace": "System.Globalization" - }, - { - "Name": "CalendarWeekRule", - "Namespace": "System.Globalization" - }, - { - "Name": "ChineseLunisolarCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "CultureNotFoundException", - "Namespace": "System.Globalization" - }, - { - "Name": "CultureTypes", - "Namespace": "System.Globalization" - }, - { - "Name": "DateTimeFormatInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "DateTimeStyles", - "Namespace": "System.Globalization" - }, - { - "Name": "DaylightTime", - "Namespace": "System.Globalization" - }, - { - "Name": "DigitShapes", - "Namespace": "System.Globalization" - }, - { - "Name": "EastAsianLunisolarCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "GregorianCalendarTypes", - "Namespace": "System.Globalization" - }, - { - "Name": "HebrewCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "HijriCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "JapaneseCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "JapaneseLunisolarCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "JulianCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "KoreanCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "KoreanLunisolarCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "NumberFormatInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "NumberStyles", - "Namespace": "System.Globalization" - }, - { - "Name": "PersianCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "SortKey", - "Namespace": "System.Globalization" - }, - { - "Name": "SortVersion", - "Namespace": "System.Globalization" - }, - { - "Name": "StringInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "TaiwanCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "TaiwanLunisolarCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "ThaiBuddhistCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "TimeSpanStyles", - "Namespace": "System.Globalization" - }, - { - "Name": "UmAlQuraCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "UnicodeCategory", - "Namespace": "System.Globalization" - }, - { - "Name": "Assembly", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyName", - "Namespace": "System.Reflection" - }, - { - "Name": "CustomAttributeExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "ConstructorInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "CustomAttributeData", - "Namespace": "System.Reflection" - }, - { - "Name": "CustomAttributeNamedArgument", - "Namespace": "System.Reflection" - }, - { - "Name": "CustomAttributeTypedArgument", - "Namespace": "System.Reflection" - }, - { - "Name": "ExceptionHandlingClause", - "Namespace": "System.Reflection" - }, - { - "Name": "FieldInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "LocalVariableInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "MemberInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodBase", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodBody", - "Namespace": "System.Reflection" - }, - { - "Name": "AmbiguousMatchException", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyAlgorithmIdAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyCompanyAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyConfigurationAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyContentType", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyCopyrightAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyCultureAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyDefaultAliasAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyDelaySignAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyDescriptionAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyFileVersionAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyFlagsAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyInformationalVersionAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyKeyFileAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyKeyNameAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyMetadataAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyNameFlags", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyProductAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblySignatureKeyAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyTitleAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyTrademarkAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyVersionAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "Binder", - "Namespace": "System.Reflection" - }, - { - "Name": "BindingFlags", - "Namespace": "System.Reflection" - }, - { - "Name": "CallingConventions", - "Namespace": "System.Reflection" - }, - { - "Name": "CustomAttributeFormatException", - "Namespace": "System.Reflection" - }, - { - "Name": "DefaultMemberAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "EventAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "EventInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "ExceptionHandlingClauseOptions", - "Namespace": "System.Reflection" - }, - { - "Name": "FieldAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "GenericParameterAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "ICustomAttributeProvider", - "Namespace": "System.Reflection" - }, - { - "Name": "ImageFileMachine", - "Namespace": "System.Reflection" - }, - { - "Name": "InterfaceMapping", - "Namespace": "System.Reflection" - }, - { - "Name": "IntrospectionExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "InvalidFilterCriteriaException", - "Namespace": "System.Reflection" - }, - { - "Name": "IReflect", - "Namespace": "System.Reflection" - }, - { - "Name": "IReflectableType", - "Namespace": "System.Reflection" - }, - { - "Name": "ManifestResourceInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "MemberFilter", - "Namespace": "System.Reflection" - }, - { - "Name": "MemberTypes", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodImplAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "Missing", - "Namespace": "System.Reflection" - }, - { - "Name": "Module", - "Namespace": "System.Reflection" - }, - { - "Name": "ModuleResolveEventHandler", - "Namespace": "System.Reflection" - }, - { - "Name": "ObfuscateAssemblyAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "ObfuscationAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "ParameterAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "ParameterInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "ParameterModifier", - "Namespace": "System.Reflection" - }, - { - "Name": "Pointer", - "Namespace": "System.Reflection" - }, - { - "Name": "PortableExecutableKinds", - "Namespace": "System.Reflection" - }, - { - "Name": "ProcessorArchitecture", - "Namespace": "System.Reflection" - }, - { - "Name": "PropertyAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "PropertyInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "ReflectionContext", - "Namespace": "System.Reflection" - }, - { - "Name": "ReflectionTypeLoadException", - "Namespace": "System.Reflection" - }, - { - "Name": "ResourceAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "ResourceLocation", - "Namespace": "System.Reflection" - }, - { - "Name": "StrongNameKeyPair", - "Namespace": "System.Reflection" - }, - { - "Name": "TargetException", - "Namespace": "System.Reflection" - }, - { - "Name": "TargetInvocationException", - "Namespace": "System.Reflection" - }, - { - "Name": "TargetParameterCountException", - "Namespace": "System.Reflection" - }, - { - "Name": "TypeAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "TypeDelegator", - "Namespace": "System.Reflection" - }, - { - "Name": "TypeFilter", - "Namespace": "System.Reflection" - }, - { - "Name": "TypeInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyExtensions", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "AssemblyBuilderAccess", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "ConstructorBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "DynamicMethod", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "EventBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "EventToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "FieldBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "FieldToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "ILGenerator", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "Label", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "LocalBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "MethodBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "CustomAttributeBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "MethodToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "ModuleBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "PEFileKinds", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "OpCodes", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "OpCode", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "OpCodeType", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "StackBehaviour", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "OperandType", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "FlowControl", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "ParameterBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "ParameterToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "PropertyBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "PropertyToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "SignatureHelper", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "SignatureToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "StringToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "PackingSize", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "TypeBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "GenericTypeParameterBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "EnumBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "TypeToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "StringBuilder", - "Namespace": "System.Text" - }, - { - "Name": "DecoderExceptionFallback", - "Namespace": "System.Text" - }, - { - "Name": "DecoderExceptionFallbackBuffer", - "Namespace": "System.Text" - }, - { - "Name": "DecoderFallbackException", - "Namespace": "System.Text" - }, - { - "Name": "DecoderFallback", - "Namespace": "System.Text" - }, - { - "Name": "DecoderFallbackBuffer", - "Namespace": "System.Text" - }, - { - "Name": "DecoderReplacementFallback", - "Namespace": "System.Text" - }, - { - "Name": "DecoderReplacementFallbackBuffer", - "Namespace": "System.Text" - }, - { - "Name": "EncoderExceptionFallback", - "Namespace": "System.Text" - }, - { - "Name": "EncoderExceptionFallbackBuffer", - "Namespace": "System.Text" - }, - { - "Name": "EncoderFallbackException", - "Namespace": "System.Text" - }, - { - "Name": "EncoderFallback", - "Namespace": "System.Text" - }, - { - "Name": "EncoderFallbackBuffer", - "Namespace": "System.Text" - }, - { - "Name": "EncoderReplacementFallback", - "Namespace": "System.Text" - }, - { - "Name": "EncoderReplacementFallbackBuffer", - "Namespace": "System.Text" - }, - { - "Name": "Encoding", - "Namespace": "System.Text" - }, - { - "Name": "UTF7Encoding", - "Namespace": "System.Text" - }, - { - "Name": "ASCIIEncoding", - "Namespace": "System.Text" - }, - { - "Name": "Decoder", - "Namespace": "System.Text" - }, - { - "Name": "Encoder", - "Namespace": "System.Text" - }, - { - "Name": "EncodingInfo", - "Namespace": "System.Text" - }, - { - "Name": "EncodingProvider", - "Namespace": "System.Text" - }, - { - "Name": "NormalizationForm", - "Namespace": "System.Text" - }, - { - "Name": "UnicodeEncoding", - "Namespace": "System.Text" - }, - { - "Name": "UTF32Encoding", - "Namespace": "System.Text" - }, - { - "Name": "UTF8Encoding", - "Namespace": "System.Text" - }, - { - "Name": "DictionaryEntry", - "Namespace": "System.Collections" - }, - { - "Name": "ICollection", - "Namespace": "System.Collections" - }, - { - "Name": "IComparer", - "Namespace": "System.Collections" - }, - { - "Name": "IDictionary", - "Namespace": "System.Collections" - }, - { - "Name": "IDictionaryEnumerator", - "Namespace": "System.Collections" - }, - { - "Name": "IEnumerable", - "Namespace": "System.Collections" - }, - { - "Name": "IEnumerator", - "Namespace": "System.Collections" - }, - { - "Name": "IEqualityComparer", - "Namespace": "System.Collections" - }, - { - "Name": "IList", - "Namespace": "System.Collections" - }, - { - "Name": "IStructuralComparable", - "Namespace": "System.Collections" - }, - { - "Name": "IStructuralEquatable", - "Namespace": "System.Collections" - }, - { - "Name": "Collection`1", - "Namespace": "System.Collections.ObjectModel" - }, - { - "Name": "ReadOnlyCollection`1", - "Namespace": "System.Collections.ObjectModel" - }, - { - "Name": "Comparer`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "Dictionary`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "EqualityComparer`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "List`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "ICollection`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IComparer`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IDictionary`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IEnumerable`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IEnumerator`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IEqualityComparer`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IList`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IReadOnlyCollection`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IReadOnlyDictionary`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IReadOnlyList`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "KeyNotFoundException", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "KeyValuePair", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "KeyValuePair`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "MemoryFailPoint", - "Namespace": "System.Runtime" - }, - { - "Name": "GCLargeObjectHeapCompactionMode", - "Namespace": "System.Runtime" - }, - { - "Name": "GCLatencyMode", - "Namespace": "System.Runtime" - }, - { - "Name": "GCSettings", - "Namespace": "System.Runtime" - }, - { - "Name": "RuntimeImports", - "Namespace": "System.Runtime" - }, - { - "Name": "TargetFrameworkAttribute", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "SerializationInfo", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "IDeserializationCallback", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "IFormatterConverter", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "IObjectReference", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ISafeSerializationData", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ISerializable", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "OnDeserializedAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "OnDeserializingAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "OnSerializedAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "OnSerializingAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "OptionalFieldAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SafeSerializationEventArgs", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SerializationException", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SerializationEntry", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SerializationInfoEnumerator", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "StreamingContext", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "StreamingContextStates", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "AssemblyLoadContext", - "Namespace": "System.Runtime.Loader" - }, - { - "Name": "HandleProcessCorruptedStateExceptionsAttribute", - "Namespace": "System.Runtime.ExceptionServices" - }, - { - "Name": "ExceptionDispatchInfo", - "Namespace": "System.Runtime.ExceptionServices" - }, - { - "Name": "FirstChanceExceptionEventArgs", - "Namespace": "System.Runtime.ExceptionServices" - }, - { - "Name": "ArrayWithOffset", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeIdentifierAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "AllowReversePInvokeCallsAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DispIdAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComInterfaceType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "InterfaceTypeAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComDefaultInterfaceAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ClassInterfaceType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ClassInterfaceAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "LCIDConversionAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ProgIdAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComSourceInterfacesAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "MarshalAsAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComImportAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "GuidAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "PreserveSigAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "InAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "OutAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "OptionalAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DllImportSearchPath", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DefaultDllImportSearchPathsAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DllImportAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "StructLayoutAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "FieldOffsetAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CoClassAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "BestFitMappingAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DefaultCharSetAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "COMException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CriticalHandle", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "GCHandleType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "GCHandle", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "HandleRef", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ICustomMarshaler", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "InvalidOleVariantTypeException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CustomQueryInterfaceMode", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "Marshal", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "MarshalDirectiveException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "SEHException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "SafeBuffer", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "SafeHandle", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "BStrWrapper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CurrencyWrapper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ErrorWrapper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "UnknownWrapper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "VariantWrapper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComMemberType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ICustomAdapter", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CustomQueryInterfaceResult", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ICustomQueryInterface", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "InvalidComObjectException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "SafeArrayRankMismatchException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "SafeArrayTypeMismatchException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "NativeCallableAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DispatchWrapper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ICustomFactory", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComEventsHelper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CallingConvention", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CharSet", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComVisibleAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ExternalException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "LayoutKind", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "UnmanagedFunctionPointerAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "UnmanagedType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "VarEnum", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DefaultInterfaceAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "InterfaceImplementedInVersionAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "ReadOnlyArrayAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "WriteOnlyArrayAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "ReturnValueNameAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "EventRegistrationToken", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "EventRegistrationTokenTable`1", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "IActivationFactory", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "WindowsRuntimeMarshal", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "BIND_OPTS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IBindCtx", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IConnectionPointContainer", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IConnectionPoint", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumMoniker", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "CONNECTDATA", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumConnections", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumConnectionPoints", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumString", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumVARIANT", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "FILETIME", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IMoniker", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IPersistFile", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IRunningObjectTable", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "STATSTG", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IStream", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "DESCKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "BINDPTR", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "ITypeComp", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "TYPEKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "TYPEFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IMPLTYPEFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "TYPEATTR", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "FUNCDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IDLFLAG", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IDLDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "PARAMFLAG", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "PARAMDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "TYPEDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "ELEMDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "VARKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "VARDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "DISPPARAMS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "EXCEPINFO", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "FUNCKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "INVOKEKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "CALLCONV", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "FUNCFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "VARFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "ITypeInfo", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "SYSKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "LIBFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "TYPELIBATTR", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "ITypeLib", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "ITypeLib2", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "ITypeInfo2", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "CriticalFinalizerObject", - "Namespace": "System.Runtime.ConstrainedExecution" - }, - { - "Name": "Cer", - "Namespace": "System.Runtime.ConstrainedExecution" - }, - { - "Name": "Consistency", - "Namespace": "System.Runtime.ConstrainedExecution" - }, - { - "Name": "ReliabilityContractAttribute", - "Namespace": "System.Runtime.ConstrainedExecution" - }, - { - "Name": "RuntimeHelpers", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CustomConstantAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DateTimeConstantAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DecimalConstantAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "MethodImplAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ICastable", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RuntimeWrappedException", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ConditionalWeakTable`2", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "AsyncVoidMethodBuilder", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "AsyncTaskMethodBuilder", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "AsyncTaskMethodBuilder`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "TaskAwaiter", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "TaskAwaiter`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ConfiguredTaskAwaitable", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ConfiguredTaskAwaitable`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "YieldAwaitable", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ContractHelper", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "AccessedThroughPropertyAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "AsyncStateMachineAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallerFilePathAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallerLineNumberAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallerMemberNameAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CompilationRelaxations", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CompilationRelaxationsAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CompilerGeneratedAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CompilerGlobalScopeAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DefaultDependencyAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DependencyAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DisablePrivateReflectionAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DiscardableAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ExtensionAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "FixedAddressValueTypeAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "FixedBufferAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "FormattableStringFactory", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IAsyncStateMachine", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IndexerNameAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "INotifyCompletion", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ICriticalNotifyCompletion", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "InternalsVisibleToAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsConst", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsByRefLikeAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsVolatile", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IteratorStateMachineAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ITuple", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "LoadHint", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "MethodCodeType", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "MethodImplOptions", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsReadOnlyAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ReferenceAssemblyAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RuntimeCompatibilityAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RuntimeFeature", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "SpecialNameAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "StateMachineAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "StringFreezingAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "StrongBox`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IStrongBox", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "SuppressIldasmAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "TupleElementNamesAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "TypeForwardedFromAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "TypeForwardedToAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "UnsafeValueTypeAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IStreamProvider", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlDictionary", - "Namespace": "System.Xml" - }, - { - "Name": "UniqueId", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlBinaryReaderInitializer", - "Namespace": "System.Xml" - }, - { - "Name": "XmlBinaryReaderSession", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlBinaryWriterInitializer", - "Namespace": "System.Xml" - }, - { - "Name": "XmlBinaryWriterSession", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDictionary", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDictionaryWriter", - "Namespace": "System.Xml" - }, - { - "Name": "OnXmlDictionaryReaderClose", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDictionaryReader", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDictionaryReaderQuotaTypes", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDictionaryReaderQuotas", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDictionaryString", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlTextReaderInitializer", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlTextWriterInitializer", - "Namespace": "System.Xml" - }, - { - "Name": "IFragmentCapableXmlDictionaryWriter", - "Namespace": "System.Xml" - }, - { - "Name": "DataContractResolver", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DataContractSerializer", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DataContractSerializerSettings", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ExtensionDataObject", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "XmlObjectSerializer", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DataContractSerializerExtensions", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "XmlSerializableServices", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DateTimeFormat", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "EmitTypeInformation", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "JsonFormatGeneratorStatics", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ExportOptions", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "IExtensibleDataObject", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "XPathQueryGenerator", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "XsdDataContractExporter", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DataContractJsonSerializer", - "Namespace": "System.Runtime.Serialization.Json" - }, - { - "Name": "DataContractJsonSerializerSettings", - "Namespace": "System.Runtime.Serialization.Json" - }, - { - "Name": "JsonReaderWriterFactory", - "Namespace": "System.Runtime.Serialization.Json" - }, - { - "Name": "IXmlJsonReaderInitializer", - "Namespace": "System.Runtime.Serialization.Json" - }, - { - "Name": "IXmlJsonWriterInitializer", - "Namespace": "System.Runtime.Serialization.Json" - }, - { - "Name": "KeyedByTypeCollection`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SynchronizedCollection`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SynchronizedKeyedCollection`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SynchronizedReadOnlyCollection`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SecurityMessageSerializationException", - "Namespace": "System.IdentityModel" - }, - { - "Name": "BinaryKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "EncryptedKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "KerberosRequestorSecurityToken", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "LocalIdKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SamlSerializer", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityAlgorithms", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityKey", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityKeyIdentifier", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityKeyType", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityKeyUsage", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityToken", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityTokenException", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityTokenTypes", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityTokenValidationException", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "UserNameSecurityToken", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "WindowsSecurityToken", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "X509SecurityToken", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "KerberosSecurityTokenProvider", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenManager", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenProvider", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenRequirement", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenResolver", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenSerializer", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenVersion", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "UserNameSecurityTokenProvider", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "WindowsSecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "X509CertificateValidator", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "X509SecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "X509SecurityTokenProvider", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "AuthorizationContext", - "Namespace": "System.IdentityModel.Policy" - }, - { - "Name": "EvaluationContext", - "Namespace": "System.IdentityModel.Policy" - }, - { - "Name": "IAuthorizationComponent", - "Namespace": "System.IdentityModel.Policy" - }, - { - "Name": "IAuthorizationPolicy", - "Namespace": "System.IdentityModel.Policy" - }, - { - "Name": "Claim", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "ClaimSet", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "ClaimTypes", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "DefaultClaimSet", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "Rights", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "WindowsClaimSet", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "X509CertificateClaimSet", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "AsyncCompletionResult", - "Namespace": "System.Runtime" - }, - { - "Name": "Fx", - "Namespace": "System.Runtime" - }, - { - "Name": "MruCache`2", - "Namespace": "System.Runtime" - }, - { - "Name": "ServiceModelSynchronizationContext", - "Namespace": "System.Runtime" - }, - { - "Name": "TaskHelpers", - "Namespace": "System.Runtime" - }, - { - "Name": "DefaultTaskSchedulerAwaiter", - "Namespace": "System.Runtime" - }, - { - "Name": "OutWrapper`1", - "Namespace": "System.Runtime" - }, - { - "Name": "TimeoutHelper", - "Namespace": "System.Runtime" - }, - { - "Name": "GeneratedXmlSerializers", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "EventTraceActivity", - "Namespace": "System.Runtime.Diagnostics" - }, - { - "Name": "TraceRecord", - "Namespace": "System.Runtime.Diagnostics" - }, - { - "Name": "ExceptionHelper", - "Namespace": "System.ServiceModel" - }, - { - "Name": "DiagnosticUtility", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ActionNotSupportedException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "AuditLevel", - "Namespace": "System.ServiceModel" - }, - { - "Name": "AuditLogLocation", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpBinding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpMessageCredentialType", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpsBinding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpSecurity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpSecurityMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpsSecurity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpsSecurityMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "CallbackBehaviorAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ChannelFactory", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ChannelFactory`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ChannelTerminatedException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ClientBase`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "CommunicationException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "CommunicationObjectAbortedException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "CommunicationObjectFaultedException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "CommunicationState", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ConcurrencyMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ConcurrencyModeHelper", - "Namespace": "System.ServiceModel" - }, - { - "Name": "DataContractFormatAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "DnsEndpointIdentity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "DuplexChannelFactory`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "DuplexClientBase`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "EndpointAddress", - "Namespace": "System.ServiceModel" - }, - { - "Name": "EndpointAddressBuilder", - "Namespace": "System.ServiceModel" - }, - { - "Name": "EndpointIdentity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "EndpointNotFoundException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "EnvelopeVersion", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ExceptionDetail", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ExtensionCollection`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "FaultCode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "FaultContractAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "FaultException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "FaultException`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "FaultReason", - "Namespace": "System.ServiceModel" - }, - { - "Name": "FaultReasonText", - "Namespace": "System.ServiceModel" - }, - { - "Name": "HostNameComparisonMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "HostNameComparisonModeHelper", - "Namespace": "System.ServiceModel" - }, - { - "Name": "HttpBindingBase", - "Namespace": "System.ServiceModel" - }, - { - "Name": "HttpClientCredentialType", - "Namespace": "System.ServiceModel" - }, - { - "Name": "HttpProxyCredentialType", - "Namespace": "System.ServiceModel" - }, - { - "Name": "HttpTransportSecurity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IClientChannel", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ICommunicationObject", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IAsyncCommunicationObject", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IContextChannel", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IDefaultCommunicationTimeouts", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IDuplexContextChannel", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IExtensibleObject`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IExtension`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IExtensionCollection`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ImpersonationOption", - "Namespace": "System.ServiceModel" - }, - { - "Name": "InstanceContext", - "Namespace": "System.ServiceModel" - }, - { - "Name": "InstanceContextMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "InvalidMessageContractException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IServiceChannel", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageBodyMemberAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageContractAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageContractMemberAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageCredentialType", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageHeaderArrayAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageHeaderAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageHeaderException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageHeader`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageParameterAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessagePropertyAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageSecurityOverTcp", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageSecurityVersion", - "Namespace": "System.ServiceModel" - }, - { - "Name": "NetHttpBinding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "NetHttpMessageEncoding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "NetHttpsBinding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "NetTcpBinding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "NetTcpSecurity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "OperationContext", - "Namespace": "System.ServiceModel" - }, - { - "Name": "OperationContextScope", - "Namespace": "System.ServiceModel" - }, - { - "Name": "OperationContractAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "OperationFormatStyle", - "Namespace": "System.ServiceModel" - }, - { - "Name": "OperationFormatUse", - "Namespace": "System.ServiceModel" - }, - { - "Name": "PeerHopCountAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "Pool`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ProtocolException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "QuotaExceededException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ReceiveErrorHandling", - "Namespace": "System.ServiceModel" - }, - { - "Name": "SecurityMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "SecurityModeHelper", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ClientCredentialsSecurityTokenManager", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ServerTooBusyException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ServiceActivationException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ServiceContractAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ServiceDefaults", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ServiceKnownTypeAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ServiceSecurityContext", - "Namespace": "System.ServiceModel" - }, - { - "Name": "SessionMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "SpnEndpointIdentity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "TcpClientCredentialType", - "Namespace": "System.ServiceModel" - }, - { - "Name": "TcpTransportSecurity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "TimeSpanHelper", - "Namespace": "System.ServiceModel" - }, - { - "Name": "TransferMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "TransferModeHelper", - "Namespace": "System.ServiceModel" - }, - { - "Name": "UnifiedSecurityMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "UnknownMessageReceivedEventArgs", - "Namespace": "System.ServiceModel" - }, - { - "Name": "UpnEndpointIdentity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "UriSchemeKeyedCollection", - "Namespace": "System.ServiceModel" - }, - { - "Name": "WSMessageEncoding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "X509CertificateEndpointIdentity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "XmlSerializerFormatAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicSecurityProfileVersion", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "ChannelProtectionRequirements", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "HttpDigestClientCredential", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "IdentityVerifier", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "ISecuritySession", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "MessagePartSpecification", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "MessageProtectionOrder", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "MessageSecurityException", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "MessageSecurityTokenVersion", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "NonceCache", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "ScopedMessagePartSpecification", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecureConversationVersion", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityAccessDeniedException", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityAlgorithmSuite", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "Basic256SecurityAlgorithmSuite", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityContextKeyIdentifierClause", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityCredentialsManager", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityKeyEntropyMode", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityMessageProperty", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityNegotiationException", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityPolicyVersion", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityStateEncoder", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityTokenAttachmentMode", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityTokenSpecification", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "ProtectionLevelHelper", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityVersion", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SspiSecurityTokenProvider", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SupportingTokenSpecification", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "TrustVersion", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "UserNamePasswordClientCredential", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "WindowsClientCredential", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "WSSecurityTokenSerializer", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "X509CertificateInitiatorClientCredential", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "X509CertificateRecipientClientCredential", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "X509CertificateValidationMode", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "X509ClientCertificateAuthentication", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "X509ServiceCertificateAuthentication", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "ClaimTypeRequirement", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "InitiatorServiceModelSecurityTokenRequirement", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "ISecurityContextSecurityTokenCache", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "RecipientServiceModelSecurityTokenRequirement", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SecureConversationSecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SecurityContextSecurityToken", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SecurityTokenInclusionMode", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SecurityTokenReferenceStyle", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "ServiceModelSecurityTokenRequirement", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "ServiceModelSecurityTokenTypes", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SspiSecurityToken", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SupportingTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "UserNameSecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "X509KeyIdentifierClauseType", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "ChannelDispatcher", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "ChannelDispatcherBase", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "ClientOperationCompatBase", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "ClientOperation", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "ClientRuntimeCompatBase", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "ClientRuntime", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "DispatchOperation", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "DispatchRuntime", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "EndpointDispatcher", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "FaultContractInfo", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "FaultFormatter", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IChannelInitializer", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IClientMessageFormatter", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IClientMessageInspector", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IClientOperationSelector", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IErrorHandler", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IInstanceContextProvider", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IInstanceProvider", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IInteractiveChannelInitializer", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "InstanceBehavior", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IOperationInvoker", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IParameterInspector", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "OperationInvokerBehavior", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "SyncMethodInvoker", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "TaskMethodInvoker", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "ClientCredentials", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "ContractDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "DataContractSerializerOperationBehavior", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "FaultDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "FaultDescriptionCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "IContractBehavior", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "IEndpointBehavior", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "IOperationBehavior", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "ListenUriMode", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessageBodyDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessageDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessageDescriptionCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessageDirection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessageHeaderDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessageHeaderDescriptionCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessagePartDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessagePartDescriptionCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessagePropertyDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessagePropertyDescriptionCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MetadataConversionError", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MetadataLocation", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "OperationDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "OperationDescriptionCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "PolicyVersion", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "PrincipalPermissionMode", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "ServiceEndpoint", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "ServiceEndpointCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "XmlSerializerOperationBehavior", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "AddressHeader", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "AddressHeaderCollection", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "AddressingVersion", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ApplicationContainerSettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BinaryMessageEncodingBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BinaryVersion", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "Binding", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BindingContext", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BindingElementCollection", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BindingParameterCollection", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BodyWriter", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BufferedReadStream", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BufferManager", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ChannelBase", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ChannelFactoryBase", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ChannelFactoryBase`1", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ChannelManagerBase", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ChannelParameterCollection", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ClientWebSocketFactory", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "CommunicationObject", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "CommunicationObjectInternal", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "CompressionFormat", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IConnection", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IConnectionInitiator", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ConnectionOrientedTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "CommunicationPool`2", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ConnectionPool", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ConnectionPoolRegistry", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "CustomBinding", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "DelegatingStream", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "FaultConverter", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "HttpMessageHandlerFactory", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "HttpRequestMessageExtensionMethods", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "HttpRequestMessageProperty", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "HttpResponseMessageProperty", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "HttpsTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "HttpTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IAsyncChannelFactory", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IBindingDeliveryCapabilities", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IBindingMulticastCapabilities", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IBindingRuntimePreferences", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IChannelFactory", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IChannelFactory`1", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IChannelListener", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IChannelListener`1", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IdlingCommunicationPool`2", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IDuplexChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IDuplexSession", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IDuplexSessionChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IHttpCookieContainerManager", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IInputChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IInputSession", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IInputSessionChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IMessageProperty", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IMessageSource", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IOutputChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IOutputSession", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IOutputSessionChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IReceiveContextSettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IReplyChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IReplySessionChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IRequestChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IRequestSessionChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ISecurityCapabilities", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ISession", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ISessionChannel`1", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ITransportCompressionSupport", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IConnectionOrientedConnectionSettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ITransportFactorySettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IConnectionOrientedTransportFactorySettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IConnectionOrientedTransportChannelFactorySettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ITcpChannelFactorySettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "LocalClientSecuritySettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MaxMessageSizeStream", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "Message", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageBuffer", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageEncoder", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageEncoderFactory", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageEncodingBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageFault", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "XmlObjectSerializerFault", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageHeader", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageHeaderInfo", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageHeaders", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageProperties", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageState", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageVersion", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "NamedPipeSettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "OutputChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "RequestChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IRequestBase", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IAsyncRequest", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "RequestContext", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "SecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "SecurityCapabilities", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "SecurityHeaderLayout", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ServiceChannelProxy", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ServiceModelHttpMessageHandler", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "SslStreamSecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "StreamSecurityUpgradeInitiator", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "StreamSecurityUpgradeProvider", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "StreamUpgradeBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "StreamUpgradeInitiator", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "StreamUpgradeProvider", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "SupportedAddressingMode", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TcpConnectionPoolSettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TcpTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TextMessageEncodingBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TransportBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TransportChannelFactory`1", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "EncoderDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TextEncoderDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BinaryEncoderDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TransportDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ConnectionOrientedTransportDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TcpTransportDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ApplicationContainerSettingsDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "NetTcpDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "OneWayDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BasicHttpBindingDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "WebSocketDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "NetHttpBindingDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TransportDuplexSessionChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TransportOutputChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TransportSecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "UnderstoodHeaders", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "WebSocketTransportSettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "WebSocketTransportUsage", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "WindowsStreamSecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ExceptionUtility", - "Namespace": "System.ServiceModel.Diagnostics" - }, - { - "Name": "TraceUtility", - "Namespace": "System.ServiceModel.Diagnostics" - }, - { - "Name": "GenericUriParserOptions", - "Namespace": "System" - }, - { - "Name": "GenericUriParser", - "Namespace": "System" - }, - { - "Name": "Uri", - "Namespace": "System" - }, - { - "Name": "UriBuilder", - "Namespace": "System" - }, - { - "Name": "UriKind", - "Namespace": "System" - }, - { - "Name": "UriComponents", - "Namespace": "System" - }, - { - "Name": "UriFormat", - "Namespace": "System" - }, - { - "Name": "UriFormatException", - "Namespace": "System" - }, - { - "Name": "UriHostNameType", - "Namespace": "System" - }, - { - "Name": "HttpStyleUriParser", - "Namespace": "System" - }, - { - "Name": "FtpStyleUriParser", - "Namespace": "System" - }, - { - "Name": "FileStyleUriParser", - "Namespace": "System" - }, - { - "Name": "NewsStyleUriParser", - "Namespace": "System" - }, - { - "Name": "GopherStyleUriParser", - "Namespace": "System" - }, - { - "Name": "LdapStyleUriParser", - "Namespace": "System" - }, - { - "Name": "NetPipeStyleUriParser", - "Namespace": "System" - }, - { - "Name": "NetTcpStyleUriParser", - "Namespace": "System" - }, - { - "Name": "UriPartial", - "Namespace": "System" - }, - { - "Name": "UriParser", - "Namespace": "System" - }, - { - "Name": "XmlNamedNodeMap", - "Namespace": "System.Xml" - }, - { - "Name": "IApplicationResourceStreamResolver", - "Namespace": "System.Xml" - }, - { - "Name": "IHasXmlNode", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlLineInfo", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlNamespaceResolver", - "Namespace": "System.Xml" - }, - { - "Name": "NameTable", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDateTimeSerializationMode", - "Namespace": "System.Xml" - }, - { - "Name": "XmlConvert", - "Namespace": "System.Xml" - }, - { - "Name": "XmlException", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNamespaceManager", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNamespaceScope", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNameTable", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeOrder", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeType", - "Namespace": "System.Xml" - }, - { - "Name": "XmlQualifiedName", - "Namespace": "System.Xml" - }, - { - "Name": "XmlResolver", - "Namespace": "System.Xml" - }, - { - "Name": "XmlSecureResolver", - "Namespace": "System.Xml" - }, - { - "Name": "XmlUrlResolver", - "Namespace": "System.Xml" - }, - { - "Name": "ConformanceLevel", - "Namespace": "System.Xml" - }, - { - "Name": "DtdProcessing", - "Namespace": "System.Xml" - }, - { - "Name": "EntityHandling", - "Namespace": "System.Xml" - }, - { - "Name": "NamespaceHandling", - "Namespace": "System.Xml" - }, - { - "Name": "NewLineHandling", - "Namespace": "System.Xml" - }, - { - "Name": "ReadState", - "Namespace": "System.Xml" - }, - { - "Name": "ValidationType", - "Namespace": "System.Xml" - }, - { - "Name": "WhitespaceHandling", - "Namespace": "System.Xml" - }, - { - "Name": "XmlParserContext", - "Namespace": "System.Xml" - }, - { - "Name": "XmlReader", - "Namespace": "System.Xml" - }, - { - "Name": "XmlReaderSettings", - "Namespace": "System.Xml" - }, - { - "Name": "XmlSpace", - "Namespace": "System.Xml" - }, - { - "Name": "XmlTextReader", - "Namespace": "System.Xml" - }, - { - "Name": "Formatting", - "Namespace": "System.Xml" - }, - { - "Name": "XmlTextWriter", - "Namespace": "System.Xml" - }, - { - "Name": "XmlValidatingReader", - "Namespace": "System.Xml" - }, - { - "Name": "WriteState", - "Namespace": "System.Xml" - }, - { - "Name": "XmlWriter", - "Namespace": "System.Xml" - }, - { - "Name": "XmlOutputMethod", - "Namespace": "System.Xml" - }, - { - "Name": "XmlWriterSettings", - "Namespace": "System.Xml" - }, - { - "Name": "XmlAttribute", - "Namespace": "System.Xml" - }, - { - "Name": "XmlAttributeCollection", - "Namespace": "System.Xml" - }, - { - "Name": "XmlCDataSection", - "Namespace": "System.Xml" - }, - { - "Name": "XmlCharacterData", - "Namespace": "System.Xml" - }, - { - "Name": "XmlComment", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDeclaration", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDocument", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDocumentFragment", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDocumentType", - "Namespace": "System.Xml" - }, - { - "Name": "XmlElement", - "Namespace": "System.Xml" - }, - { - "Name": "XmlEntity", - "Namespace": "System.Xml" - }, - { - "Name": "XmlEntityReference", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeChangedAction", - "Namespace": "System.Xml" - }, - { - "Name": "XmlImplementation", - "Namespace": "System.Xml" - }, - { - "Name": "XmlLinkedNode", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNode", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeChangedEventArgs", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeChangedEventHandler", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeList", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeReader", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNotation", - "Namespace": "System.Xml" - }, - { - "Name": "XmlProcessingInstruction", - "Namespace": "System.Xml" - }, - { - "Name": "XmlSignificantWhitespace", - "Namespace": "System.Xml" - }, - { - "Name": "XmlText", - "Namespace": "System.Xml" - }, - { - "Name": "XmlWhitespace", - "Namespace": "System.Xml" - }, - { - "Name": "XmlTokenizedType", - "Namespace": "System.Xml" - }, - { - "Name": "CodeGenerationOptions", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "CodeIdentifier", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "CodeIdentifiers", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "ImportContext", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "IXmlSerializable", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "IXmlTextParser", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SchemaImporter", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapAttributeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapAttributeOverrides", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapAttributes", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapElementAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapEnumAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapIgnoreAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapIncludeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapReflectionImporter", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapSchemaMember", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapTypeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAnyAttributeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAnyElementAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAnyElementAttributes", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlArrayAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlArrayItemAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlArrayItemAttributes", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAttributeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAttributeOverrides", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAttributes", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlChoiceIdentifierAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlElementAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlElementAttributes", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlEnumAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlIgnoreAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlIncludeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlMappingAccess", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlMapping", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlMemberMapping", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlMembersMapping", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlNamespaceDeclarationsAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlReflectionImporter", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlReflectionMember", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlRootAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSchemaExporter", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSchemaImporter", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSchemaProviderAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSchemas", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSchemaEnumerator", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationGeneratedCode", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationReader", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationFixupCallback", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationCollectionFixupCallback", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationReadCallback", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationWriter", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationWriteCallback", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializerAssemblyAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlDeserializationEvents", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializerImplementation", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializer", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializerFactory", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializerNamespaces", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializerVersionAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlTextAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlTypeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlTypeMapping", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAttributeEventHandler", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAttributeEventArgs", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlElementEventHandler", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlElementEventArgs", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlNodeEventHandler", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlNodeEventArgs", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "UnreferencedObjectEventHandler", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "UnreferencedObjectEventArgs", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSchemaDatatypeVariety", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "IXmlSchemaInfo", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "ValidationEventArgs", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "ValidationEventHandler", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlAtomicValue", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchema", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAll", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAnnotated", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAnnotation", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAny", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAnyAttribute", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAppInfo", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAttribute", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAttributeGroup", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAttributeGroupRef", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaChoice", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaCollection", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaCollectionEnumerator", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaComplexContent", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaComplexContentExtension", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaComplexContentRestriction", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaComplexType", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaContent", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaContentModel", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaContentProcessing", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaContentType", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaDatatype", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaDerivationMethod", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaDocumentation", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaElement", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaException", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaExternal", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaNumericFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaLengthFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaMinLengthFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaMaxLengthFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaPatternFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaEnumerationFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaMinExclusiveFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaMinInclusiveFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaMaxExclusiveFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaMaxInclusiveFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaTotalDigitsFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaFractionDigitsFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaWhiteSpaceFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaForm", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaGroup", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaGroupBase", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaGroupRef", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaIdentityConstraint", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaXPath", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaUnique", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaKey", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaKeyref", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaImport", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaInclude", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaInfo", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaNotation", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaObject", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaObjectCollection", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaObjectEnumerator", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaObjectTable", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaParticle", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaRedefine", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSequence", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaCompilationSettings", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleContent", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleContentExtension", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleContentRestriction", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleType", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleTypeContent", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleTypeList", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleTypeRestriction", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleTypeUnion", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaType", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaUse", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaValidationException", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlValueGetter", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaValidationFlags", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaValidator", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaValidity", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSeverityType", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlTypeCode", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaInference", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaInferenceException", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XslCompiledTransform", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltMessageEncounteredEventArgs", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltMessageEncounteredEventHandler", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltArgumentList", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "IXsltContextFunction", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "IXsltContextVariable", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltContext", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltException", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltCompileException", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XslTransform", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltSettings", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "ContentIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "ElementContentIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "NodeKindContentIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "AttributeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "NamespaceIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "AttributeContentIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "ContentMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "DodSequenceMerge", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "SetIteratorResult", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "UnionIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "IntersectIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "DifferenceIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "FollowingSiblingIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "FollowingSiblingMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "PrecedingSiblingIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "PrecedingSiblingDocOrderIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "StringConcat", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "DescendantIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "DescendantMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "ParentIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "AncestorIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "AncestorDocOrderIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XPathFollowingIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XPathFollowingMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "PrecedingIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XPathPrecedingIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XPathPrecedingDocOrderIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XPathPrecedingMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "NodeRangeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "Int32Aggregator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "Int64Aggregator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "DecimalAggregator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "DoubleAggregator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlCollation", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlILIndex", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlILStorageConverter", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "IteratorResult", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "IdIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlNavigatorFilter", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlQueryContext", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlQueryOutput", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlQueryRuntime", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlQuerySequence`1", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlQueryItemSequence", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlQueryNodeSequence", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlSortKeyAccumulator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XsltConvert", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XsltFunctions", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XsltLibrary", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "IXPathNavigable", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathDocument", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathException", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XmlSortOrder", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XmlCaseOrder", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XmlDataType", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathResultType", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathExpression", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathItem", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathNamespaceScope", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathNavigator", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathNodeIterator", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathNodeType", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XmlKnownDtds", - "Namespace": "System.Xml.Resolvers" - }, - { - "Name": "XmlPreloadedResolver", - "Namespace": "System.Xml.Resolvers" - }, - { - "Name": "Extensions", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "Extensions", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "Extensions", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XAttribute", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XCData", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XComment", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XContainer", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XDeclaration", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XDocument", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XDocumentType", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XElement", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XObjectChange", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "LoadOptions", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "SaveOptions", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "ReaderOptions", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XName", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XNamespace", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XNode", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XNodeDocumentOrderComparer", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XNodeEqualityComparer", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XObject", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XObjectChangeEventArgs", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XProcessingInstruction", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XStreamingElement", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XText", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "DispatchProxy", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodSemanticsAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "DeclarativeSecurityAction", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodImportAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "ManifestResourceAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyHashAlgorithm", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyFlags", - "Namespace": "System.Reflection" - }, - { - "Name": "ManagedPEBuilder", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEBuilder", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "DebugDirectoryBuilder", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEDirectoriesBuilder", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEHeaderBuilder", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "ResourceSectionBuilder", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "SectionLocation", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "CoffHeader", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "CorFlags", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "CorHeader", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "CodeViewDebugDirectoryData", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "DebugDirectoryEntry", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "DebugDirectoryEntryType", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "DirectoryEntry", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "Machine", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "Characteristics", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEMagic", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "Subsystem", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "DllCharacteristics", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "SectionCharacteristics", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEHeader", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEHeaders", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEMemoryBlock", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEReader", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEStreamOptions", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "SectionHeader", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "EntityHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "Blob", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "BlobWriter", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "BlobBuilder", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ReservedBlob`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttributeNamedArgument`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttributeTypedArgument`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttributeValue`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ICustomAttributeTypeProvider`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ILOpCode", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ILOpCodeExtensions", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImageFormatLimitationException", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataStreamOptions", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataReaderProvider", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "BlobContentId", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PrimitiveSerializationTypeCode", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ModuleDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "InterfaceImplementationHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodImplementationHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodSpecificationHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ExportedTypeHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeReferenceHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeSpecificationHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MemberReferenceHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "FieldDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "EventDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PropertyDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "StandaloneSignatureHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ParameterHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GenericParameterHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GenericParameterConstraintHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ModuleReferenceHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyReferenceHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttributeHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DeclarativeSecurityAttributeHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ConstantHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ManifestResourceHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyFileHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "UserStringHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "StringHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "NamespaceDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "BlobHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GuidHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyFile", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyReference", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "BlobReader", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "Constant", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ConstantTypeCode", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttribute", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttributeNamedArgumentKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DeclarativeSecurityAttribute", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ArrayShape", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ISZArrayTypeProvider`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ISignatureTypeProvider`2", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ISimpleTypeProvider`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SignatureTypeKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "IConstructedTypeProvider`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodSignature`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PrimitiveTypeCode", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "EventDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ExceptionRegion", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ExceptionRegionKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ExportedType", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "FieldDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GenericParameter", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GenericParameterConstraint", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GenericParameterHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GenericParameterConstraintHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttributeHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DeclarativeSecurityAttributeHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodDefinitionHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "FieldDefinitionHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PropertyDefinitionHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "EventDefinitionHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodImplementationHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ParameterHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "InterfaceImplementationHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeDefinitionHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeReferenceHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ExportedTypeHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MemberReferenceHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PropertyAccessors", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "EventAccessors", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyReferenceHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ManifestResourceHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyFileHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "HandleComparer", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "HandleKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "Handle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "InterfaceImplementation", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ManifestResource", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MemberReference", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "StandaloneSignatureKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MemberReferenceKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataReader", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataReaderOptions", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataStringComparer", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataStringDecoder", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodBodyBlock", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodImplementation", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodImport", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodSpecification", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ModuleDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ModuleReference", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "NamespaceDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "Parameter", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomDebugInformation", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DebugMetadataHeader", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "Document", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DocumentNameBlobHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DocumentHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodDebugInformationHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalScopeHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalVariableHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalConstantHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImportScopeCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomDebugInformationHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DocumentHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodDebugInformationHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalScopeHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalVariableHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalConstantHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImportScopeHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomDebugInformationHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImportDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImportDefinitionKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImportDefinitionCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalConstant", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImportScope", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalScope", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalVariable", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalVariableAttributes", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodDebugInformation", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SequencePoint", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SequencePointCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PEReaderExtensions", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PropertyDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SerializationTypeCode", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SignatureAttributes", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SignatureCallingConvention", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SignatureHeader", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SignatureKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SignatureTypeCode", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "StandaloneSignature", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeLayout", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeReference", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeSpecification", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "FunctionPointerAttributes", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MethodBodyStreamEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MethodBodyAttributes", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MetadataBuilder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MetadataRootBuilder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ControlFlowBuilder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ExceptionRegionEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "InstructionEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "LabelHandle", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "CodedIndex", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "PortablePdbBuilder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "BlobEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MethodSignatureEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "LocalVariablesEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "LocalVariableTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ParameterTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "PermissionSetEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "GenericTypeArgumentsEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "FixedArgumentsEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "LiteralEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ScalarEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "LiteralsEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "VectorEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "NameEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "CustomAttributeNamedArgumentsEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "NamedArgumentsEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "NamedArgumentTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "CustomAttributeArrayTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "CustomAttributeElementTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "SignatureTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "CustomModifiersEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ArrayShapeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ReturnTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ParametersEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MetadataSizes", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "SignatureDecoder`2", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "EditAndContinueLogEntry", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "EditAndContinueOperation", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ExportedTypeExtensions", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "HeapIndex", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MetadataReaderExtensions", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MetadataTokens", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "TableIndex", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MetadataAggregator", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "TypeExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "EventInfoExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "MemberInfoExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodInfoExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "ModuleExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "PropertyInfoExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "IResourceWriter", - "Namespace": "System.Resources" - }, - { - "Name": "ResourceWriter", - "Namespace": "System.Resources" - }, - { - "Name": "CallConvCdecl", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallConvStdcall", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallConvThiscall", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallConvFastcall", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsPinned", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsBoxed", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsByValue", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsCopyConstructed", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsExplicitlyDereferenced", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsImplicitlyDereferenced", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsJitIntrinsic", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsLong", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsSignUnspecifiedByte", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsUdtReturn", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "HasCopySemanticsAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ScopelessEnumAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "NativeCppClassAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RequiredAttributeAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CompilerMarshalOverride", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "Action`9", - "Namespace": "System" - }, - { - "Name": "Action`10", - "Namespace": "System" - }, - { - "Name": "Action`11", - "Namespace": "System" - }, - { - "Name": "Action`12", - "Namespace": "System" - }, - { - "Name": "Action`13", - "Namespace": "System" - }, - { - "Name": "Action`14", - "Namespace": "System" - }, - { - "Name": "Action`15", - "Namespace": "System" - }, - { - "Name": "Action`16", - "Namespace": "System" - }, - { - "Name": "Func`10", - "Namespace": "System" - }, - { - "Name": "Func`11", - "Namespace": "System" - }, - { - "Name": "Func`12", - "Namespace": "System" - }, - { - "Name": "Func`13", - "Namespace": "System" - }, - { - "Name": "Func`14", - "Namespace": "System" - }, - { - "Name": "Func`15", - "Namespace": "System" - }, - { - "Name": "Func`16", - "Namespace": "System" - }, - { - "Name": "Func`17", - "Namespace": "System" - }, - { - "Name": "Lazy`2", - "Namespace": "System" - }, - { - "Name": "WaitHandleExtensions", - "Namespace": "System.Threading" - }, - { - "Name": "AssemblyTargetedPatchBandAttribute", - "Namespace": "System.Runtime" - }, - { - "Name": "TargetedPatchingOptOutAttribute", - "Namespace": "System.Runtime" - }, - { - "Name": "PrePrepareMethodAttribute", - "Namespace": "System.Runtime.ConstrainedExecution" - }, - { - "Name": "RuntimeReflectionExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "FileAttributes", - "Namespace": "System.IO" - }, - { - "Name": "HandleInheritability", - "Namespace": "System.IO" - }, - { - "Name": "ISet`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "AppDomain", - "Namespace": "System" - }, - { - "Name": "AppDomainUnloadedException", - "Namespace": "System" - }, - { - "Name": "ApplicationId", - "Namespace": "System" - }, - { - "Name": "CannotUnloadAppDomainException", - "Namespace": "System" - }, - { - "Name": "ContextBoundObject", - "Namespace": "System" - }, - { - "Name": "ContextMarshalException", - "Namespace": "System" - }, - { - "Name": "ContextStaticAttribute", - "Namespace": "System" - }, - { - "Name": "Environment", - "Namespace": "System" - }, - { - "Name": "LoaderOptimization", - "Namespace": "System" - }, - { - "Name": "LoaderOptimizationAttribute", - "Namespace": "System" - }, - { - "Name": "OperatingSystem", - "Namespace": "System" - }, - { - "Name": "PlatformID", - "Namespace": "System" - }, - { - "Name": "StringNormalizationExtensions", - "Namespace": "System" - }, - { - "Name": "IPermission", - "Namespace": "System.Security" - }, - { - "Name": "ISecurityEncodable", - "Namespace": "System.Security" - }, - { - "Name": "SecurityElement", - "Namespace": "System.Security" - }, - { - "Name": "CodeAccessSecurityAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SecurityAction", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SecurityAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SecurityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SecurityPermissionFlag", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ArrayList", - "Namespace": "System.Collections" - }, - { - "Name": "Comparer", - "Namespace": "System.Collections" - }, - { - "Name": "Hashtable", - "Namespace": "System.Collections" - }, - { - "Name": "IHashCodeProvider", - "Namespace": "System.Collections" - }, - { - "Name": "FrameworkName", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "ComponentGuaranteesAttribute", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "ResourceConsumptionAttribute", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "ComponentGuaranteesOptions", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "ResourceExposureAttribute", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "ResourceScope", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "VersioningHelper", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "AssemblyNameProxy", - "Namespace": "System.Reflection" - }, - { - "Name": "WebUtility", - "Namespace": "System.Net" - }, - { - "Name": "StreamReader", - "Namespace": "System.IO" - }, - { - "Name": "StreamWriter", - "Namespace": "System.IO" - }, - { - "Name": "StringReader", - "Namespace": "System.IO" - }, - { - "Name": "StringWriter", - "Namespace": "System.IO" - }, - { - "Name": "TextReader", - "Namespace": "System.IO" - }, - { - "Name": "TextWriter", - "Namespace": "System.IO" - }, - { - "Name": "BufferedStream", - "Namespace": "System.IO" - }, - { - "Name": "InvalidDataException", - "Namespace": "System.IO" - }, - { - "Name": "GlobalizationExtensions", - "Namespace": "System.Globalization" - }, - { - "Name": "Stopwatch", - "Namespace": "System.Diagnostics" - }, - { - "Name": "IndentedTextWriter", - "Namespace": "System.CodeDom.Compiler" - }, - { - "Name": "SecureStringMarshal", - "Namespace": "System.Security" - }, - { - "Name": "AutomationProxyAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComAliasNameAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComCompatibleVersionAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComConversionLossAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComRegisterFunctionAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComUnregisterFunctionAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "IDispatchImplAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "IDispatchImplType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ImportedFromTypeLibAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ManagedToNativeComInteropStubAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "PrimaryInteropAssemblyAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "SetWin32ContextInIDispatchAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibImportClassAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibTypeFlags", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibFuncFlags", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibVarFlags", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibTypeAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibFuncAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibVarAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibVersionAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComAwareEventInfo", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComEventInterfaceAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DefaultParameterValueAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "HandleCollector", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "RuntimeEnvironment", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "AssemblyRegistrationFlags", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ExporterEventKind", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "RegistrationClassContext", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "RegistrationConnectionType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ADVF", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "DATADIR", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "DVASPECT", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "FORMATETC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IAdviseSink", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IDataObject", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumFORMATETC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumSTATDATA", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "STATDATA", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "STGMEDIUM", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "TYMED", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IUnknownConstantAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RuntimeInformation", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "Architecture", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "OSPlatform", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "BigInteger", - "Namespace": "System.Numerics" - }, - { - "Name": "Complex", - "Namespace": "System.Numerics" - }, - { - "Name": "Formatter", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "FormatterConverter", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "FormatterServices", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "IFormatter", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ISerializationSurrogate", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ISurrogateSelector", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ObjectIDGenerator", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ObjectManager", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SerializationBinder", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SerializationObjectManager", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SurrogateSelector", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "FormatterTypeStyle", - "Namespace": "System.Runtime.Serialization.Formatters" - }, - { - "Name": "FormatterAssemblyStyle", - "Namespace": "System.Runtime.Serialization.Formatters" - }, - { - "Name": "TypeFilterLevel", - "Namespace": "System.Runtime.Serialization.Formatters" - }, - { - "Name": "IFieldInfo", - "Namespace": "System.Runtime.Serialization.Formatters" - }, - { - "Name": "BinaryFormatter", - "Namespace": "System.Runtime.Serialization.Formatters.Binary" - }, - { - "Name": "CollectionDataContractAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ContractNamespaceAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DataContractAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DataMemberAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "EnumMemberAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "IgnoreDataMemberAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "InvalidDataContractException", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ISerializationSurrogateProvider", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "KnownTypeAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "AceType", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AceFlags", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "GenericAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "KnownAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CustomAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CompoundAceType", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CompoundAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AceQualifier", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "QualifiedAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CommonAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ObjectAceFlags", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ObjectAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AceEnumerator", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "GenericAcl", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "RawAcl", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CommonAcl", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "SystemAcl", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "DiscretionaryAcl", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CommonObjectSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "InheritanceFlags", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "PropagationFlags", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AuditFlags", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "SecurityInfos", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ResourceType", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AccessControlSections", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AccessControlActions", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "NativeObjectSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AccessControlModification", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ObjectSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AccessRule`1", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AuditRule`1", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ObjectSecurity`1", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "PrivilegeNotHeldException", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ControlFlags", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "GenericSecurityDescriptor", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "RawSecurityDescriptor", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CommonSecurityDescriptor", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AccessControlType", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AuthorizationRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ObjectAccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ObjectAuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AuthorizationRuleCollection", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "GenericIdentity", - "Namespace": "System.Security.Principal" - }, - { - "Name": "GenericPrincipal", - "Namespace": "System.Security.Principal" - }, - { - "Name": "Claim", - "Namespace": "System.Security.Claims" - }, - { - "Name": "ClaimsIdentity", - "Namespace": "System.Security.Claims" - }, - { - "Name": "ClaimsPrincipal", - "Namespace": "System.Security.Claims" - }, - { - "Name": "ClaimTypes", - "Namespace": "System.Security.Claims" - }, - { - "Name": "ClaimValueTypes", - "Namespace": "System.Security.Claims" - }, - { - "Name": "Aes", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AesManaged", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsymmetricKeyExchangeDeformatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsymmetricKeyExchangeFormatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsymmetricSignatureDeformatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsymmetricSignatureFormatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptoConfig", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DeriveBytes", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DES", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSA", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSAParameters", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSASignatureDeformatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSASignatureFormatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECCurve", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECDiffieHellmanPublicKey", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECDsa", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECParameters", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECPoint", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "MaskGenerationMethod", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "MD5", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA1", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA1Managed", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA256", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA256Managed", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA384", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA384Managed", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA512", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA512Managed", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HMACMD5", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HMACSHA1", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HMACSHA256", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HMACSHA384", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HMACSHA512", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "IncrementalHash", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "PKCS1MaskGenerationMethod", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RandomNumberGenerator", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RC2", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "Rijndael", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RijndaelManaged", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "Rfc2898DeriveBytes", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSA", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAEncryptionPadding", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAEncryptionPaddingMode", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAOAEPKeyExchangeDeformatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAOAEPKeyExchangeFormatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAParameters", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAPKCS1KeyExchangeDeformatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAPKCS1KeyExchangeFormatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAPKCS1SignatureDeformatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAPKCS1SignatureFormatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSASignaturePadding", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSASignaturePaddingMode", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SignatureDescription", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "TripleDES", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SafeNCryptHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeNCryptKeyHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeNCryptProviderHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeNCryptSecretHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "AesCng", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngAlgorithm", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngAlgorithmGroup", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngExportPolicies", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKey", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKeyBlobFormat", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKeyCreationOptions", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKeyCreationParameters", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKeyHandleOpenOptions", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKeyOpenOptions", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKeyUsages", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngProperty", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngPropertyCollection", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngPropertyOptions", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngUIPolicy", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngUIProtectionLevels", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSACng", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECDsaCng", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECKeyXmlFormat", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSACng", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "TripleDESCng", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AesCryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CspParameters", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CspProviderFlags", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ICspAsymmetricAlgorithm", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "KeyNumber", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "MD5CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "PasswordDeriveBytes", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RNGCryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA1CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA256CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA384CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA512CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "TripleDESCryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CspKeyContainerInfo", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DESCryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSACryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RC2CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSACryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsnEncodedData", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsnEncodedDataCollection", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsnEncodedDataEnumerator", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "FromBase64TransformMode", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ToBase64Transform", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "FromBase64Transform", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "Oid", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "OidCollection", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "OidEnumerator", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "OidGroup", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSAOpenSsl", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECDsaOpenSsl", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAOpenSsl", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SafeEvpPKeyHandle", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptographicAttributeObject", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptographicAttributeObjectCollection", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptographicAttributeObjectEnumerator", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "X509IssuerSerial", - "Namespace": "System.Security.Cryptography.Xml" - }, - { - "Name": "AlgorithmIdentifier", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "CmsRecipient", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "CmsRecipientCollection", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "CmsRecipientEnumerator", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "ContentInfo", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "EnvelopedCms", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "KeyAgreeRecipientInfo", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "KeyTransRecipientInfo", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "Pkcs9AttributeObject", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "Pkcs9ContentType", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "Pkcs9DocumentDescription", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "Pkcs9DocumentName", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "Pkcs9MessageDigest", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "Pkcs9SigningTime", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "PublicKeyInfo", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "RecipientInfo", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "RecipientInfoCollection", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "RecipientInfoEnumerator", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "RecipientInfoType", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "SubjectIdentifier", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "SubjectIdentifierOrKey", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "SubjectIdentifierOrKeyType", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "SubjectIdentifierType", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "AsymmetricAlgorithm", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CipherMode", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptographicUnexpectedOperationException", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptoStream", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptoStreamMode", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HashAlgorithm", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HashAlgorithmName", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HMAC", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ICryptoTransform", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "KeyedHashAlgorithm", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "KeySizes", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "PaddingMode", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SymmetricAlgorithm", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CertificateRequest", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "DSACertificateExtensions", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "ECDsaCertificateExtensions", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "OpenFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "PublicKey", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "RSACertificateExtensions", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "StoreLocation", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "StoreName", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "SubjectAlternativeNameBuilder", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X500DistinguishedName", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X500DistinguishedNameFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509BasicConstraintsExtension", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Certificate", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Certificate2", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Certificate2Collection", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Certificate2Enumerator", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509CertificateCollection", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Chain", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ChainElement", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ChainElementCollection", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ChainElementEnumerator", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ChainPolicy", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ChainStatus", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ChainStatusFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ContentType", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509EnhancedKeyUsageExtension", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Extension", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ExtensionCollection", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ExtensionEnumerator", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509FindType", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509IncludeOption", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509KeyStorageFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509KeyUsageExtension", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509KeyUsageFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509NameType", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509RevocationFlag", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509RevocationMode", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509SignatureGenerator", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Store", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509SubjectKeyIdentifierExtension", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509SubjectKeyIdentifierHashAlgorithm", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509VerificationFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "SafeX509ChainHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "ApplicationIdentity", - "Namespace": "System" - }, - { - "Name": "DistributedTransactionPermission", - "Namespace": "System.Transactions" - }, - { - "Name": "DistributedTransactionPermissionAttribute", - "Namespace": "System.Transactions" - }, - { - "Name": "CodeAccessPermission", - "Namespace": "System.Security" - }, - { - "Name": "HostProtectionException", - "Namespace": "System.Security" - }, - { - "Name": "HostSecurityManager", - "Namespace": "System.Security" - }, - { - "Name": "HostSecurityManagerOptions", - "Namespace": "System.Security" - }, - { - "Name": "IEvidenceFactory", - "Namespace": "System.Security" - }, - { - "Name": "ISecurityPolicyEncodable", - "Namespace": "System.Security" - }, - { - "Name": "IStackWalk", - "Namespace": "System.Security" - }, - { - "Name": "NamedPermissionSet", - "Namespace": "System.Security" - }, - { - "Name": "PermissionSet", - "Namespace": "System.Security" - }, - { - "Name": "PolicyLevelType", - "Namespace": "System.Security" - }, - { - "Name": "SecurityContext", - "Namespace": "System.Security" - }, - { - "Name": "SecurityContextSource", - "Namespace": "System.Security" - }, - { - "Name": "SecurityManager", - "Namespace": "System.Security" - }, - { - "Name": "SecurityState", - "Namespace": "System.Security" - }, - { - "Name": "SecurityZone", - "Namespace": "System.Security" - }, - { - "Name": "XmlSyntaxException", - "Namespace": "System.Security" - }, - { - "Name": "AllMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ApplicationDirectory", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ApplicationDirectoryMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ApplicationTrust", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ApplicationTrustCollection", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ApplicationTrustEnumerator", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ApplicationVersionMatch", - "Namespace": "System.Security.Policy" - }, - { - "Name": "CodeConnectAccess", - "Namespace": "System.Security.Policy" - }, - { - "Name": "CodeGroup", - "Namespace": "System.Security.Policy" - }, - { - "Name": "Evidence", - "Namespace": "System.Security.Policy" - }, - { - "Name": "EvidenceBase", - "Namespace": "System.Security.Policy" - }, - { - "Name": "FileCodeGroup", - "Namespace": "System.Security.Policy" - }, - { - "Name": "FirstMatchCodeGroup", - "Namespace": "System.Security.Policy" - }, - { - "Name": "GacInstalled", - "Namespace": "System.Security.Policy" - }, - { - "Name": "GacMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "Hash", - "Namespace": "System.Security.Policy" - }, - { - "Name": "HashMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "IIdentityPermissionFactory", - "Namespace": "System.Security.Policy" - }, - { - "Name": "IMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "NetCodeGroup", - "Namespace": "System.Security.Policy" - }, - { - "Name": "PermissionRequestEvidence", - "Namespace": "System.Security.Policy" - }, - { - "Name": "PolicyException", - "Namespace": "System.Security.Policy" - }, - { - "Name": "PolicyLevel", - "Namespace": "System.Security.Policy" - }, - { - "Name": "PolicyStatement", - "Namespace": "System.Security.Policy" - }, - { - "Name": "PolicyStatementAttribute", - "Namespace": "System.Security.Policy" - }, - { - "Name": "Publisher", - "Namespace": "System.Security.Policy" - }, - { - "Name": "PublisherMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "Site", - "Namespace": "System.Security.Policy" - }, - { - "Name": "SiteMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "StrongName", - "Namespace": "System.Security.Policy" - }, - { - "Name": "StrongNameMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "TrustManagerContext", - "Namespace": "System.Security.Policy" - }, - { - "Name": "TrustManagerUIContext", - "Namespace": "System.Security.Policy" - }, - { - "Name": "UnionCodeGroup", - "Namespace": "System.Security.Policy" - }, - { - "Name": "Url", - "Namespace": "System.Security.Policy" - }, - { - "Name": "UrlMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "Zone", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ZoneMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "EnvironmentPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "EnvironmentPermissionAccess", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "EnvironmentPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "FileDialogPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "FileDialogPermissionAccess", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "FileDialogPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "FileIOPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "FileIOPermissionAccess", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "FileIOPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "GacIdentityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "GacIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "HostProtectionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "HostProtectionResource", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "IsolatedStorageContainment", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "IsolatedStorageFilePermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "IsolatedStorageFilePermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "IsolatedStoragePermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "IsolatedStoragePermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "IUnrestrictedPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "KeyContainerPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "KeyContainerPermissionAccessEntry", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "KeyContainerPermissionAccessEntryCollection", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "KeyContainerPermissionAccessEntryEnumerator", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "KeyContainerPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "KeyContainerPermissionFlags", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "PermissionSetAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "PermissionState", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "PrincipalPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "PrincipalPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "PublisherIdentityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "PublisherIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ReflectionPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ReflectionPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ReflectionPermissionFlag", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "RegistryPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "RegistryPermissionAccess", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "RegistryPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ResourcePermissionBase", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ResourcePermissionBaseEntry", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SecurityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SiteIdentityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SiteIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "StorePermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "StorePermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "StorePermissionFlags", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "StrongNameIdentityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "StrongNameIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "StrongNamePublicKeyBlob", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "TypeDescriptorPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "TypeDescriptorPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "TypeDescriptorPermissionFlags", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "UIPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "UIPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "UIPermissionClipboard", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "UIPermissionWindow", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "UrlIdentityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "UrlIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ZoneIdentityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ZoneIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "DnsPermission", - "Namespace": "System.Net" - }, - { - "Name": "DnsPermissionAttribute", - "Namespace": "System.Net" - }, - { - "Name": "EndpointPermission", - "Namespace": "System.Net" - }, - { - "Name": "NetworkAccess", - "Namespace": "System.Net" - }, - { - "Name": "SocketPermission", - "Namespace": "System.Net" - }, - { - "Name": "SocketPermissionAttribute", - "Namespace": "System.Net" - }, - { - "Name": "TransportType", - "Namespace": "System.Net" - }, - { - "Name": "WebPermission", - "Namespace": "System.Net" - }, - { - "Name": "WebPermissionAttribute", - "Namespace": "System.Net" - }, - { - "Name": "PnrpPermission", - "Namespace": "System.Net.PeerToPeer" - }, - { - "Name": "PnrpPermissionAttribute", - "Namespace": "System.Net.PeerToPeer" - }, - { - "Name": "PnrpScope", - "Namespace": "System.Net.PeerToPeer" - }, - { - "Name": "PeerCollaborationPermission", - "Namespace": "System.Net.PeerToPeer.Collaboration" - }, - { - "Name": "PeerCollaborationPermissionAttribute", - "Namespace": "System.Net.PeerToPeer.Collaboration" - }, - { - "Name": "NetworkInformationAccess", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkInformationPermission", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkInformationPermissionAttribute", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "SmtpAccess", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpPermission", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpPermissionAttribute", - "Namespace": "System.Net.Mail" - }, - { - "Name": "PrintingPermission", - "Namespace": "System.Drawing.Printing" - }, - { - "Name": "PrintingPermissionAttribute", - "Namespace": "System.Drawing.Printing" - }, - { - "Name": "PrintingPermissionLevel", - "Namespace": "System.Drawing.Printing" - }, - { - "Name": "EventLogPermission", - "Namespace": "System.Diagnostics" - }, - { - "Name": "EventLogPermissionAccess", - "Namespace": "System.Diagnostics" - }, - { - "Name": "EventLogPermissionAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "EventLogPermissionEntry", - "Namespace": "System.Diagnostics" - }, - { - "Name": "EventLogPermissionEntryCollection", - "Namespace": "System.Diagnostics" - }, - { - "Name": "PerformanceCounterPermission", - "Namespace": "System.Diagnostics" - }, - { - "Name": "PerformanceCounterPermissionAccess", - "Namespace": "System.Diagnostics" - }, - { - "Name": "PerformanceCounterPermissionAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "PerformanceCounterPermissionEntry", - "Namespace": "System.Diagnostics" - }, - { - "Name": "PerformanceCounterPermissionEntryCollection", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SqlClientPermission", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlClientPermissionAttribute", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "OraclePermission", - "Namespace": "System.Data.OracleClient" - }, - { - "Name": "OraclePermissionAttribute", - "Namespace": "System.Data.OracleClient" - }, - { - "Name": "OleDbPermission", - "Namespace": "System.Data.OleDb" - }, - { - "Name": "OleDbPermissionAttribute", - "Namespace": "System.Data.OleDb" - }, - { - "Name": "OdbcPermission", - "Namespace": "System.Data.Odbc" - }, - { - "Name": "OdbcPermissionAttribute", - "Namespace": "System.Data.Odbc" - }, - { - "Name": "DBDataPermission", - "Namespace": "System.Data.Common" - }, - { - "Name": "DBDataPermissionAttribute", - "Namespace": "System.Data.Common" - }, - { - "Name": "IIdentity", - "Namespace": "System.Security.Principal" - }, - { - "Name": "IPrincipal", - "Namespace": "System.Security.Principal" - }, - { - "Name": "PrincipalPolicy", - "Namespace": "System.Security.Principal" - }, - { - "Name": "TokenImpersonationLevel", - "Namespace": "System.Security.Principal" - }, - { - "Name": "IdentityNotMappedException", - "Namespace": "System.Security.Principal" - }, - { - "Name": "IdentityReference", - "Namespace": "System.Security.Principal" - }, - { - "Name": "IdentityReferenceCollection", - "Namespace": "System.Security.Principal" - }, - { - "Name": "NTAccount", - "Namespace": "System.Security.Principal" - }, - { - "Name": "WellKnownSidType", - "Namespace": "System.Security.Principal" - }, - { - "Name": "SecurityIdentifier", - "Namespace": "System.Security.Principal" - }, - { - "Name": "TokenAccessLevels", - "Namespace": "System.Security.Principal" - }, - { - "Name": "WindowsIdentity", - "Namespace": "System.Security.Principal" - }, - { - "Name": "WindowsBuiltInRole", - "Namespace": "System.Security.Principal" - }, - { - "Name": "WindowsPrincipal", - "Namespace": "System.Security.Principal" - }, - { - "Name": "SafeAccessTokenHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "ServiceController", - "Namespace": "System.ServiceProcess" - }, - { - "Name": "ServiceControllerStatus", - "Namespace": "System.ServiceProcess" - }, - { - "Name": "ServiceStartMode", - "Namespace": "System.ServiceProcess" - }, - { - "Name": "ServiceType", - "Namespace": "System.ServiceProcess" - }, - { - "Name": "TimeoutException", - "Namespace": "System.ServiceProcess" - }, - { - "Name": "CodePagesEncodingProvider", - "Namespace": "System.Text" - }, - { - "Name": "UnicodeRange", - "Namespace": "System.Text.Unicode" - }, - { - "Name": "UnicodeRanges", - "Namespace": "System.Text.Unicode" - }, - { - "Name": "HtmlEncoder", - "Namespace": "System.Text.Encodings.Web" - }, - { - "Name": "JavaScriptEncoder", - "Namespace": "System.Text.Encodings.Web" - }, - { - "Name": "TextEncoder", - "Namespace": "System.Text.Encodings.Web" - }, - { - "Name": "TextEncoderSettings", - "Namespace": "System.Text.Encodings.Web" - }, - { - "Name": "UrlEncoder", - "Namespace": "System.Text.Encodings.Web" - }, - { - "Name": "Regex", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "MatchEvaluator", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "Capture", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "CaptureCollection", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "Group", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "GroupCollection", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "Match", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "MatchCollection", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "RegexMatchTimeoutException", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "RegexOptions", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "RegexRunner", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "RegexRunnerFactory", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "ThreadingAclExtensions", - "Namespace": "System.Threading" - }, - { - "Name": "MutexRights", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "MutexAccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "MutexAuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "MutexSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "EventWaitHandleRights", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "EventWaitHandleAccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "EventWaitHandleAuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "EventWaitHandleSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "SemaphoreRights", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "SemaphoreAccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "SemaphoreAuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "SemaphoreSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "BarrierPostPhaseException", - "Namespace": "System.Threading" - }, - { - "Name": "Barrier", - "Namespace": "System.Threading" - }, - { - "Name": "CountdownEvent", - "Namespace": "System.Threading" - }, - { - "Name": "HostExecutionContext", - "Namespace": "System.Threading" - }, - { - "Name": "HostExecutionContextManager", - "Namespace": "System.Threading" - }, - { - "Name": "LockCookie", - "Namespace": "System.Threading" - }, - { - "Name": "ReaderWriterLock", - "Namespace": "System.Threading" - }, - { - "Name": "DataflowBlock", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "DataflowBlockOptions", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "ExecutionDataflowBlockOptions", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "GroupingDataflowBlockOptions", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "DataflowLinkOptions", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "DataflowMessageHeader", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "DataflowMessageStatus", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "IDataflowBlock", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "IPropagatorBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "IReceivableSourceBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "ISourceBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "ITargetBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "ActionBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "BatchBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "BatchedJoinBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "BatchedJoinBlock`3", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "BroadcastBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "BufferBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "JoinBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "JoinBlock`3", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "TransformBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "TransformManyBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "WriteOnceBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "ValueTask`1", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "AsyncMethodBuilderAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "AsyncValueTaskMethodBuilder`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ConfiguredValueTaskAwaitable`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ValueTaskAwaiter`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ParallelOptions", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "Parallel", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "ParallelLoopState", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "ParallelLoopResult", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "LocalDataStoreSlot", - "Namespace": "System" - }, - { - "Name": "CompressedStack", - "Namespace": "System.Threading" - }, - { - "Name": "Thread", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadExceptionEventArgs", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadExceptionEventHandler", - "Namespace": "System.Threading" - }, - { - "Name": "CommittableTransaction", - "Namespace": "System.Transactions" - }, - { - "Name": "DependentTransaction", - "Namespace": "System.Transactions" - }, - { - "Name": "Enlistment", - "Namespace": "System.Transactions" - }, - { - "Name": "IEnlistmentNotification", - "Namespace": "System.Transactions" - }, - { - "Name": "IPromotableSinglePhaseNotification", - "Namespace": "System.Transactions" - }, - { - "Name": "ISimpleTransactionSuperior", - "Namespace": "System.Transactions" - }, - { - "Name": "ISinglePhaseNotification", - "Namespace": "System.Transactions" - }, - { - "Name": "ITransactionPromoter", - "Namespace": "System.Transactions" - }, - { - "Name": "PreparingEnlistment", - "Namespace": "System.Transactions" - }, - { - "Name": "SinglePhaseEnlistment", - "Namespace": "System.Transactions" - }, - { - "Name": "SubordinateTransaction", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionEventArgs", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionCompletedEventHandler", - "Namespace": "System.Transactions" - }, - { - "Name": "IsolationLevel", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionStatus", - "Namespace": "System.Transactions" - }, - { - "Name": "DependentCloneOption", - "Namespace": "System.Transactions" - }, - { - "Name": "EnlistmentOptions", - "Namespace": "System.Transactions" - }, - { - "Name": "Transaction", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionException", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionAbortedException", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionInDoubtException", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionManagerCommunicationException", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionPromotionException", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionInformation", - "Namespace": "System.Transactions" - }, - { - "Name": "IDtcTransaction", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionInterop", - "Namespace": "System.Transactions" - }, - { - "Name": "HostCurrentTransactionCallback", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionStartedEventHandler", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionManager", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionOptions", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionScopeOption", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionScopeAsyncFlowOption", - "Namespace": "System.Transactions" - }, - { - "Name": "EnterpriseServicesInteropOption", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionScope", - "Namespace": "System.Transactions" - }, - { - "Name": "HttpUtility", - "Namespace": "System.Web" - }, - { - "Name": "XDocumentExtensions", - "Namespace": "System.Xml.XPath" - } - ], - "SchemaVersion": "0.0.1" -} diff --git a/Tests/Rules/UseCompatibleTypes.tests.ps1 b/Tests/Rules/UseCompatibleTypes.tests.ps1 new file mode 100644 index 000000000..30adec98f --- /dev/null +++ b/Tests/Rules/UseCompatibleTypes.tests.ps1 @@ -0,0 +1,115 @@ +$ruleName = "PSUseCompatibleTypes" +$directory = Split-Path $MyInvocation.MyCommand.Path -Parent +$testRootDirectory = Split-Path -Parent $directory +$ruleTestDirectory = Join-Path $directory 'UseCompatible/Types' +$violationFilePath = Join-Path $ruleTestDirectory 'ScriptWithViolation.ps1' +$settingsFilePath = [System.IO.Path]::Combine($ruleTestDirectory, 'PSScriptAnalyzerSettings.psd1'); + +#Import-Module PSScriptAnalyzer +Import-Module (Join-Path $testRootDirectory 'PSScriptAnalyzerTestHelper.psm1') + +Describe "UseCompatibleTypes" { + Context "script has violation" { + It "detects violation" { + $diagnosticRecords = Invoke-ScriptAnalyzer -Path $violationFilePath -IncludeRule $ruleName -Settings $settingsFilePath + $diagnosticRecords.Count | Should Be 2 + } + } + + Function Test-Command + { + param ( + [Parameter(ValueFromPipeline)] + $command, + $expectedViolations + ) + process + { + It ("found {0} violations for '{1}'" -f $expectedViolations, $command) { + Invoke-ScriptAnalyzer -ScriptDefinition $command -IncludeRule $ruleName -Settings $settingsFilePath | ` + Get-Count | ` + Should Be $expectedViolations + } + } + } + + Context "Microsoft.PowerShell.Core" { + @('string', 'BindingContext', 'System.Security.Policy.Url') | ` + Test-Command -ExpectedViolations 0 + } + + Context "Non-builtin types" { + @('typeFoo', 'madeuptype', 'Xbarx') | ` + Test-Command -ExpectedViolations 0 + } + + Context "Type Accelerators" { + @('ref', 'float', 'xml') | ` + Test-Command -ExpectedViolations 0 + } + + Context "Types present in reference platform but not in target platform" { + @("[System.Windows.ResourceKey]::new()", + "[Microsoft.SqlServer.TransactSql.ScriptDom.TableReference]::new()", + "[Microsoft.Build.Framework.MessageImportance]::new()") | ` + Test-Command -ExpectedViolations 1 + } + + Context "Non-valid types" { + @("") + + } + + Context "New-Object valid types" { + @("`$param = new-object System.Management.Automation.RuntimeDefinedParameter('ConfigFile', [String], `$attributes)", + "New-Object -TypeName System.Management.Automation.ParameterAttribute") | ` + Test-Command -ExpectedViolations 0 + } + + Context "New-Object non-valid types" { + @("`$param = new-object System.Management.Automation.RuntimeDefinedParameter('ConfigFile', [myType], `$attributes)", + "New-Object -TypeName 't t t'", + "New-Object -TypeName System.Management.Automation.ParameterAttributeXX") | ` + Test-Command -ExpectedViolations 1 + } + + Context "Nested types (valid types)" { + @("`$test = [System.Collections.Generic.Dictionary[Int32, System.Collections.Generic.List[String]]]::new()", + "[System.Collections.ObjectModel.Collection[System.Attribute]]::new()", + "`$output = [System.Management.Automation.PSDataCollection[PSObject]]::new()") | ` + Test-Command -ExpectedViolations 0 + } + + Context "Nested types (non-valid types)" { + @("`$test = [System.Collections.Generic.Dictionary[Int32, System.Collections.Generic.List[TestType]]]::new()") | ` + Test-Command -ExpectedViolations 3 + } + + Context "Nested types (non-valid types)" { + @("[System.Collections.ObjectModelTEST.Collection[System.Attribute]]::new()") | ` + Test-Command -ExpectedViolations 1 + } + + Context "Nested types (non-valid types)" { + @("`$output = [System.Management.Automation.PSDataCollection[PSObjectSSSS]]::new()") | ` + Test-Command -ExpectedViolations 2 + } + + Context "Nested types (non-valid types)" { + @("`$output = [System.Management.Automation.PSDataCollection[Int32, System.Collections.Generic.List[[System.Collections.Generic.Dictionary[Int32, TestType, [System.Collections.Generic.Dictionary[string, Int32]]]]]]]::new()") | ` + Test-Command -ExpectedViolations 4 + } + + Context "User created types" { + @("new-object Bug378368.Test", + "`$result = [ComputerManagement.DeleteRestorePoint]::SRRemoveRestorePoint(`$null)", + "[WinBlue445735.WinBlue445735Type] `$v1 = 1") | ` + Test-Command -ExpectedViolations 1 + } + + Context "User defined types" { + @("Class Car { [string]`$vin; }; `$car = New-Object Car -Property @{vin=1234};" + "Class Car { [string]`$vin; }; `$custom = [Car]::new()") | ` + Test-Command -ExpectedViolations 0 + } +} From b92c167ada3a476934bf440ee62c2848582926cd Mon Sep 17 00:00:00 2001 From: Maria Romero Date: Mon, 2 Apr 2018 18:51:57 -0700 Subject: [PATCH 03/11] add new line at end of files --- Engine/Settings/knownCmdletIssues.json | 2 +- Engine/Strings.resx | 2 +- Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettings.psd1 | 2 +- .../UseCompatible/Cmdlets/PSScriptAnalyzerSettingsLinux.psd1 | 2 +- Tests/Rules/UseCompatible/Cmdlets/ScriptWithViolation.ps1 | 2 +- Tests/Rules/UseCompatible/Types/PSScriptAnalyzerSettings.psd1 | 2 +- Tests/Rules/UseCompatible/Types/ScriptWithViolation.ps1 | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Engine/Settings/knownCmdletIssues.json b/Engine/Settings/knownCmdletIssues.json index 883081689..f15e95a9d 100644 --- a/Engine/Settings/knownCmdletIssues.json +++ b/Engine/Settings/knownCmdletIssues.json @@ -12,4 +12,4 @@ "Set-ExecutionPolicy", "New-PSSessionOption", "New-PSTransportOption" -] \ No newline at end of file +] diff --git a/Engine/Strings.resx b/Engine/Strings.resx index 743c3ccad..b23c1e3e2 100644 --- a/Engine/Strings.resx +++ b/Engine/Strings.resx @@ -327,4 +327,4 @@ Ignoring 'TypeNotFound' parse error on type '{0}'. Check if the specified type is correct. This can also be due the type not being known at parse time due to types imported by 'using' statements. - \ No newline at end of file + diff --git a/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettings.psd1 b/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettings.psd1 index c357eb6af..db0aa3e63 100644 --- a/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettings.psd1 +++ b/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettings.psd1 @@ -7,4 +7,4 @@ compatibility = @("core-6.0.1-windows") } } -} \ No newline at end of file +} diff --git a/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettingsLinux.psd1 b/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettingsLinux.psd1 index 684f38c3e..c7d1a8185 100644 --- a/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettingsLinux.psd1 +++ b/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettingsLinux.psd1 @@ -7,4 +7,4 @@ compatibility = @("core-6.0.1-linux") } } -} \ No newline at end of file +} diff --git a/Tests/Rules/UseCompatible/Cmdlets/ScriptWithViolation.ps1 b/Tests/Rules/UseCompatible/Cmdlets/ScriptWithViolation.ps1 index 7c86512b7..117668332 100644 --- a/Tests/Rules/UseCompatible/Cmdlets/ScriptWithViolation.ps1 +++ b/Tests/Rules/UseCompatible/Cmdlets/ScriptWithViolation.ps1 @@ -1 +1 @@ -Add-Computer \ No newline at end of file +Add-Computer diff --git a/Tests/Rules/UseCompatible/Types/PSScriptAnalyzerSettings.psd1 b/Tests/Rules/UseCompatible/Types/PSScriptAnalyzerSettings.psd1 index 770277493..9065c028b 100644 --- a/Tests/Rules/UseCompatible/Types/PSScriptAnalyzerSettings.psd1 +++ b/Tests/Rules/UseCompatible/Types/PSScriptAnalyzerSettings.psd1 @@ -4,4 +4,4 @@ compatibility = @("core-6.0.1-windows") } } -} \ No newline at end of file +} diff --git a/Tests/Rules/UseCompatible/Types/ScriptWithViolation.ps1 b/Tests/Rules/UseCompatible/Types/ScriptWithViolation.ps1 index 0b3a8e95d..bd0fc9c00 100644 --- a/Tests/Rules/UseCompatible/Types/ScriptWithViolation.ps1 +++ b/Tests/Rules/UseCompatible/Types/ScriptWithViolation.ps1 @@ -1,3 +1,3 @@ $a = New-Object -type System.Configuration.SubclassTypeValidator -[System.Configuration.Provider.ProviderCollection]::new() \ No newline at end of file +[System.Configuration.Provider.ProviderCollection]::new() From b272ca45bf4345968873631c72b20ac4d90994d5 Mon Sep 17 00:00:00 2001 From: Maria Romero Date: Mon, 2 Apr 2018 18:54:17 -0700 Subject: [PATCH 04/11] add new line to Strings.resx --- Rules/Strings.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules/Strings.resx b/Rules/Strings.resx index 16ae3ee06..f2116d6a8 100644 --- a/Rules/Strings.resx +++ b/Rules/Strings.resx @@ -1050,4 +1050,4 @@ '{0}' throws a {1}: {2} - \ No newline at end of file + From 4969e0fec8c222c264fd686a14b448835e42196e Mon Sep 17 00:00:00 2001 From: Maria Romero Date: Wed, 9 May 2018 15:30:24 -0700 Subject: [PATCH 05/11] fix functionDefinition Ast in cmdlet rule --- Rules/UseCompatibleCmdlets.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Rules/UseCompatibleCmdlets.cs b/Rules/UseCompatibleCmdlets.cs index 99eb29aed..1aad728d1 100644 --- a/Rules/UseCompatibleCmdlets.cs +++ b/Rules/UseCompatibleCmdlets.cs @@ -114,10 +114,9 @@ public IEnumerable AnalyzeScript(Ast ast, string fileName) IEnumerable functionDefinitionAsts = ast.FindAll(testAst => testAst is FunctionDefinitionAst, true); foreach (Ast functionDefinition in functionDefinitionAsts) { - string function = functionDefinition.GetType().GetProperty("Name").GetValue(functionDefinition).ToString(); - customCommands.Add(function); + FunctionDefinitionAst definition = (FunctionDefinitionAst)functionDefinition; + customCommands.Add(definition.Name); } - // If we have no cmdlets to check, we can exit from this rule. if (commandAsts.Count() == 0) { From 6b1ff8e7508430967d1275ad3ec6ac9ab825df82 Mon Sep 17 00:00:00 2001 From: Maria Romero Date: Wed, 9 May 2018 17:47:28 -0700 Subject: [PATCH 06/11] remove getProperty reference for Ast objects --- Rules/UseCompatibleTypes.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Rules/UseCompatibleTypes.cs b/Rules/UseCompatibleTypes.cs index 66ef10416..f1fa0fbb5 100644 --- a/Rules/UseCompatibleTypes.cs +++ b/Rules/UseCompatibleTypes.cs @@ -171,20 +171,20 @@ public IEnumerable AnalyzeScript(Ast ast, string fileName) // Types declared by the user (defined within a user-created class). IEnumerable definitionAsts = ast.FindAll(testAst => testAst is TypeDefinitionAst, true); - foreach (Ast item in definitionAsts) + foreach (Ast definition in definitionAsts) { - string customType = item.GetType().GetProperty("Name").GetValue(item).ToString(); - customTypes.Add(customType); + TypeDefinitionAst customType = (TypeDefinitionAst)definition; + customTypes.Add(customType.Name); } // These are namespaces used in the script. This will help getting full type names for types // from ast objects that only give us the type name as a string. We will add these to the // beginning of our known namespaces list so we check those first. IEnumerable useStatementAsts = ast.FindAll(testAst => testAst is UsingStatementAst, true); - foreach (Ast item in useStatementAsts) + foreach (Ast use in useStatementAsts) { - string nspace = item.GetType().GetProperty("Name").GetValue(item).ToString(); - knownNamespaces.Insert(0, nspace + "."); + UsingStatementAst nspace = (UsingStatementAst)use; + knownNamespaces.Insert(0, nspace.Name.Value + "."); } // If we have no types to check, we can exit from this rule. From e26f1ed66d354659f6aa800399d42b7fa8cc3640 Mon Sep 17 00:00:00 2001 From: Maria Romero Date: Tue, 22 May 2018 14:09:24 -0700 Subject: [PATCH 07/11] update core and linux libraries, include new-library script --- ...x.json => core-6.1.0-preview.2-linux.json} | 385 ++++++++++++- ...json => core-6.1.0-preview.2-windows.json} | 388 ++++++++++++- Engine/Settings/typeAccelerators.json | 166 +++--- Utils/New-TargetPlatformLibrary.ps1 | 527 ++++++++++++++++++ 4 files changed, 1345 insertions(+), 121 deletions(-) rename Engine/Settings/{core-6.0.1-linux.json => core-6.1.0-preview.2-linux.json} (98%) rename Engine/Settings/{core-6.0.1-windows.json => core-6.1.0-preview.2-windows.json} (98%) create mode 100644 Utils/New-TargetPlatformLibrary.ps1 diff --git a/Engine/Settings/core-6.0.1-linux.json b/Engine/Settings/core-6.1.0-preview.2-linux.json similarity index 98% rename from Engine/Settings/core-6.0.1-linux.json rename to Engine/Settings/core-6.1.0-preview.2-linux.json index 131484f34..b4e3b568e 100644 --- a/Engine/Settings/core-6.0.1-linux.json +++ b/Engine/Settings/core-6.1.0-preview.2-linux.json @@ -2,7 +2,7 @@ "Edition": { "OS": "linux", "PowerShellEdition": "core", - "PowerShellVersion": "6.0.1" + "PowerShellVersion": "6.1.0-preview.2" }, "Modules": [ { @@ -155,6 +155,9 @@ { "Name": "Stop-Process" }, + { + "Name": "Test-Connection" + }, { "Name": "Test-Path" }, @@ -459,6 +462,9 @@ { "Name": "Tee-Object" }, + { + "Name": "Test-Json" + }, { "Name": "Trace-Command" }, @@ -857,18 +863,7 @@ "Name": "WriteFile" } ], - "ExportedAliases": [ - "rtcfg", - "ulcm", - "upcfg", - "glcm", - "pbcfg", - "tcfg", - "gcfg", - "sacfg", - "gcfgs", - "slcm" - ] + "ExportedAliases": [] }, { "Name": "PSReadLine", @@ -897,7 +892,7 @@ }, { "Name": "Microsoft.PowerShell.Core", - "Version": "6.0.1", + "Version": "6.1.0", "ExportedCommands": [ { "Name": "Add-History" @@ -1095,6 +1090,10 @@ "Name": "TelemetryConfiguration", "Namespace": "Microsoft.ApplicationInsights.Extensibility" }, + { + "Name": "TelemetrySink", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, { "Name": "CloudContext", "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" @@ -1171,6 +1170,10 @@ "Name": "Extensions", "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" }, + { + "Name": "IHeartbeatPropertyManager", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" + }, { "Name": "AvailabilityTelemetry", "Namespace": "Microsoft.ApplicationInsights.DataContracts" @@ -1287,6 +1290,10 @@ "Name": "CSharpScriptCompilationInfo", "Namespace": "Microsoft.CodeAnalysis.CSharp" }, + { + "Name": "DeconstructionInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, { "Name": "ForEachStatementInfo", "Namespace": "Microsoft.CodeAnalysis.CSharp" @@ -4011,6 +4018,10 @@ "Name": "SetItemPropertyCommand", "Namespace": "Microsoft.PowerShell.Commands" }, + { + "Name": "TestConnectionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, { "Name": "GetTimeZoneCommand", "Namespace": "Microsoft.PowerShell.Commands" @@ -4047,10 +4058,6 @@ "Name": "AddTypeCompilerError", "Namespace": "Microsoft.PowerShell.Commands" }, - { - "Name": "AddTypeCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, { "Name": "AddTypeCommand", "Namespace": "Microsoft.PowerShell.Commands" @@ -4423,6 +4430,10 @@ "Name": "TeeObjectCommand", "Namespace": "Microsoft.PowerShell.Commands" }, + { + "Name": "TestJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, { "Name": "MeasureCommandCommand", "Namespace": "Microsoft.PowerShell.Commands" @@ -4531,6 +4542,10 @@ "Name": "WebRequestPSCmdlet", "Namespace": "Microsoft.PowerShell.Commands" }, + { + "Name": "HttpResponseException", + "Namespace": "Microsoft.PowerShell.Commands" + }, { "Name": "WebResponseObject", "Namespace": "Microsoft.PowerShell.Commands" @@ -4547,10 +4562,6 @@ "Name": "InvokeWebRequestCommand", "Namespace": "Microsoft.PowerShell.Commands" }, - { - "Name": "HttpResponseException", - "Namespace": "Microsoft.PowerShell.Commands" - }, { "Name": "FormObject", "Namespace": "Microsoft.PowerShell.Commands" @@ -5659,6 +5670,234 @@ "Name": "BsonWriter", "Namespace": "Newtonsoft.Json.Bson" }, + { + "Name": "ConversionUtilities", + "Namespace": "NJsonSchema" + }, + { + "Name": "DefaultSchemaNameGenerator", + "Namespace": "NJsonSchema" + }, + { + "Name": "DefaultTypeNameGenerator", + "Namespace": "NJsonSchema" + }, + { + "Name": "EnumHandling", + "Namespace": "NJsonSchema" + }, + { + "Name": "IDocumentPathProvider", + "Namespace": "NJsonSchema" + }, + { + "Name": "IJsonExtensionObject", + "Namespace": "NJsonSchema" + }, + { + "Name": "ISchemaNameGenerator", + "Namespace": "NJsonSchema" + }, + { + "Name": "ITypeNameGenerator", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonExtensionObject", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonFormatStrings", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonObjectType", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonPathUtilities", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonProperty", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonReferenceResolver", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonSchema4", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonSchemaReferenceUtilities", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonSchemaResolver", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonXmlObject", + "Namespace": "NJsonSchema" + }, + { + "Name": "PropertyNameHandling", + "Namespace": "NJsonSchema" + }, + { + "Name": "ReferenceTypeNullHandling", + "Namespace": "NJsonSchema" + }, + { + "Name": "SchemaType", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonReferenceVisitorBase", + "Namespace": "NJsonSchema.Visitors" + }, + { + "Name": "JsonSchemaVisitorBase", + "Namespace": "NJsonSchema.Visitors" + }, + { + "Name": "ChildSchemaValidationError", + "Namespace": "NJsonSchema.Validation" + }, + { + "Name": "JsonSchemaValidator", + "Namespace": "NJsonSchema.Validation" + }, + { + "Name": "ValidationError", + "Namespace": "NJsonSchema.Validation" + }, + { + "Name": "ValidationErrorKind", + "Namespace": "NJsonSchema.Validation" + }, + { + "Name": "IJsonReference", + "Namespace": "NJsonSchema.References" + }, + { + "Name": "IJsonReferenceBase", + "Namespace": "NJsonSchema.References" + }, + { + "Name": "JsonReferenceBase`1", + "Namespace": "NJsonSchema.References" + }, + { + "Name": "JsonReferenceExtensions", + "Namespace": "NJsonSchema.References" + }, + { + "Name": "DynamicApis", + "Namespace": "NJsonSchema.Infrastructure" + }, + { + "Name": "ReflectionCache", + "Namespace": "NJsonSchema.Infrastructure" + }, + { + "Name": "ReflectionExtensions", + "Namespace": "NJsonSchema.Infrastructure" + }, + { + "Name": "TypeNameStyle", + "Namespace": "NJsonSchema.Infrastructure" + }, + { + "Name": "XmlDocumentationExtensions", + "Namespace": "NJsonSchema.Infrastructure" + }, + { + "Name": "XmlObjectExtension", + "Namespace": "NJsonSchema.Infrastructure" + }, + { + "Name": "DefaultReflectionService", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "IReflectionService", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "ISchemaProcessor", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "JsonSchemaGenerator", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "JsonSchemaGeneratorSettings", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "JsonTypeDescription", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "SampleJsonSchemaGenerator", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "SchemaProcessorContext", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "ITypeMapper", + "Namespace": "NJsonSchema.Generation.TypeMappers" + }, + { + "Name": "ObjectTypeMapper", + "Namespace": "NJsonSchema.Generation.TypeMappers" + }, + { + "Name": "PrimitiveTypeMapper", + "Namespace": "NJsonSchema.Generation.TypeMappers" + }, + { + "Name": "TypeMapperContext", + "Namespace": "NJsonSchema.Generation.TypeMappers" + }, + { + "Name": "JsonInheritanceConverter", + "Namespace": "NJsonSchema.Converters" + }, + { + "Name": "JsonReferenceConverter", + "Namespace": "NJsonSchema.Converters" + }, + { + "Name": "CanBeNullAttribute", + "Namespace": "NJsonSchema.Annotations" + }, + { + "Name": "JsonSchemaAttribute", + "Namespace": "NJsonSchema.Annotations" + }, + { + "Name": "JsonSchemaDateAttribute", + "Namespace": "NJsonSchema.Annotations" + }, + { + "Name": "JsonSchemaExtensionDataAttribute", + "Namespace": "NJsonSchema.Annotations" + }, + { + "Name": "MultipleOfAttribute", + "Namespace": "NJsonSchema.Annotations" + }, + { + "Name": "NotNullAttribute", + "Namespace": "NJsonSchema.Annotations" + }, { "Name": "ManagedPSEntry", "Namespace": "Microsoft.PowerShell" @@ -9199,6 +9438,10 @@ "Name": "UpdatableHelpCommandBase", "Namespace": "Microsoft.PowerShell.Commands" }, + { + "Name": "UpdateHelpScope", + "Namespace": "Microsoft.PowerShell.Commands" + }, { "Name": "UpdateHelpCommand", "Namespace": "Microsoft.PowerShell.Commands" @@ -11935,6 +12178,98 @@ "Name": "SecuritySupport", "Namespace": "System.Management.Automation.Internal" }, + { + "Name": "SequencePosition", + "Namespace": "System" + }, + { + "Name": "Memory`1", + "Namespace": "System" + }, + { + "Name": "MemoryExtensions", + "Namespace": "System" + }, + { + "Name": "ReadOnlyMemory`1", + "Namespace": "System" + }, + { + "Name": "ReadOnlySpan`1", + "Namespace": "System" + }, + { + "Name": "Span`1", + "Namespace": "System" + }, + { + "Name": "SequenceMarshal", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "MemoryMarshal", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BuffersExtensions", + "Namespace": "System.Buffers" + }, + { + "Name": "IBufferWriter`1", + "Namespace": "System.Buffers" + }, + { + "Name": "MemoryPool`1", + "Namespace": "System.Buffers" + }, + { + "Name": "OperationStatus", + "Namespace": "System.Buffers" + }, + { + "Name": "ReadOnlySequence`1", + "Namespace": "System.Buffers" + }, + { + "Name": "ReadOnlySequenceSegment`1", + "Namespace": "System.Buffers" + }, + { + "Name": "StandardFormat", + "Namespace": "System.Buffers" + }, + { + "Name": "IPinnable", + "Namespace": "System.Buffers" + }, + { + "Name": "IMemoryOwner`1", + "Namespace": "System.Buffers" + }, + { + "Name": "MemoryHandle", + "Namespace": "System.Buffers" + }, + { + "Name": "MemoryManager`1", + "Namespace": "System.Buffers" + }, + { + "Name": "Base64", + "Namespace": "System.Buffers.Text" + }, + { + "Name": "Utf8Formatter", + "Namespace": "System.Buffers.Text" + }, + { + "Name": "Utf8Parser", + "Namespace": "System.Buffers.Text" + }, + { + "Name": "BinaryPrimitives", + "Namespace": "System.Buffers.Binary" + }, { "Name": "ByteArrayContent", "Namespace": "System.Net.Http" @@ -20391,6 +20726,10 @@ "Name": "ResourceWriter", "Namespace": "System.Resources" }, + { + "Name": "Unsafe", + "Namespace": "System.Runtime.CompilerServices" + }, { "Name": "CallConvCdecl", "Namespace": "System.Runtime.CompilerServices" @@ -23225,4 +23564,4 @@ } ], "SchemaVersion": "0.0.1" -} \ No newline at end of file +} diff --git a/Engine/Settings/core-6.0.1-windows.json b/Engine/Settings/core-6.1.0-preview.2-windows.json similarity index 98% rename from Engine/Settings/core-6.0.1-windows.json rename to Engine/Settings/core-6.1.0-preview.2-windows.json index 66056b5be..2cba2a67b 100644 --- a/Engine/Settings/core-6.0.1-windows.json +++ b/Engine/Settings/core-6.1.0-preview.2-windows.json @@ -2,7 +2,7 @@ "Edition": { "OS": "windows", "PowerShellEdition": "core", - "PowerShellVersion": "6.0.1" + "PowerShellVersion": "6.1.0-preview.2" }, "Modules": [ { @@ -266,6 +266,9 @@ { "Name": "Suspend-Service" }, + { + "Name": "Test-Connection" + }, { "Name": "Test-Path" }, @@ -602,6 +605,9 @@ { "Name": "Tee-Object" }, + { + "Name": "Test-Json" + }, { "Name": "Trace-Command" }, @@ -1050,16 +1056,16 @@ } ], "ExportedAliases": [ - "rtcfg", - "ulcm", "upcfg", + "slcm", "glcm", - "pbcfg", "tcfg", - "gcfg", + "ulcm", "sacfg", + "pbcfg", "gcfgs", - "slcm" + "rtcfg", + "gcfg" ] }, { @@ -1108,7 +1114,7 @@ }, { "Name": "Microsoft.PowerShell.Core", - "Version": "6.0.1", + "Version": "6.1.0", "ExportedCommands": [ { "Name": "Add-History" @@ -1363,6 +1369,10 @@ "Name": "TelemetryConfiguration", "Namespace": "Microsoft.ApplicationInsights.Extensibility" }, + { + "Name": "TelemetrySink", + "Namespace": "Microsoft.ApplicationInsights.Extensibility" + }, { "Name": "CloudContext", "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" @@ -1439,6 +1449,10 @@ "Name": "Extensions", "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" }, + { + "Name": "IHeartbeatPropertyManager", + "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" + }, { "Name": "AvailabilityTelemetry", "Namespace": "Microsoft.ApplicationInsights.DataContracts" @@ -1555,6 +1569,10 @@ "Name": "CSharpScriptCompilationInfo", "Namespace": "Microsoft.CodeAnalysis.CSharp" }, + { + "Name": "DeconstructionInfo", + "Namespace": "Microsoft.CodeAnalysis.CSharp" + }, { "Name": "ForEachStatementInfo", "Namespace": "Microsoft.CodeAnalysis.CSharp" @@ -4583,6 +4601,10 @@ "Name": "SetItemPropertyCommand", "Namespace": "Microsoft.PowerShell.Commands" }, + { + "Name": "TestConnectionCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, { "Name": "GetTimeZoneCommand", "Namespace": "Microsoft.PowerShell.Commands" @@ -4623,10 +4645,6 @@ "Name": "AddTypeCompilerError", "Namespace": "Microsoft.PowerShell.Commands" }, - { - "Name": "AddTypeCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, { "Name": "AddTypeCommand", "Namespace": "Microsoft.PowerShell.Commands" @@ -4999,6 +5017,10 @@ "Name": "TeeObjectCommand", "Namespace": "Microsoft.PowerShell.Commands" }, + { + "Name": "TestJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" + }, { "Name": "MeasureCommandCommand", "Namespace": "Microsoft.PowerShell.Commands" @@ -5111,6 +5133,10 @@ "Name": "WebRequestPSCmdlet", "Namespace": "Microsoft.PowerShell.Commands" }, + { + "Name": "HttpResponseException", + "Namespace": "Microsoft.PowerShell.Commands" + }, { "Name": "WebResponseObject", "Namespace": "Microsoft.PowerShell.Commands" @@ -5127,10 +5153,6 @@ "Name": "InvokeWebRequestCommand", "Namespace": "Microsoft.PowerShell.Commands" }, - { - "Name": "HttpResponseException", - "Namespace": "Microsoft.PowerShell.Commands" - }, { "Name": "FormObject", "Namespace": "Microsoft.PowerShell.Commands" @@ -6483,6 +6505,234 @@ "Name": "BsonWriter", "Namespace": "Newtonsoft.Json.Bson" }, + { + "Name": "ConversionUtilities", + "Namespace": "NJsonSchema" + }, + { + "Name": "DefaultSchemaNameGenerator", + "Namespace": "NJsonSchema" + }, + { + "Name": "DefaultTypeNameGenerator", + "Namespace": "NJsonSchema" + }, + { + "Name": "EnumHandling", + "Namespace": "NJsonSchema" + }, + { + "Name": "IDocumentPathProvider", + "Namespace": "NJsonSchema" + }, + { + "Name": "IJsonExtensionObject", + "Namespace": "NJsonSchema" + }, + { + "Name": "ISchemaNameGenerator", + "Namespace": "NJsonSchema" + }, + { + "Name": "ITypeNameGenerator", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonExtensionObject", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonFormatStrings", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonObjectType", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonPathUtilities", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonProperty", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonReferenceResolver", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonSchema4", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonSchemaReferenceUtilities", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonSchemaResolver", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonXmlObject", + "Namespace": "NJsonSchema" + }, + { + "Name": "PropertyNameHandling", + "Namespace": "NJsonSchema" + }, + { + "Name": "ReferenceTypeNullHandling", + "Namespace": "NJsonSchema" + }, + { + "Name": "SchemaType", + "Namespace": "NJsonSchema" + }, + { + "Name": "JsonReferenceVisitorBase", + "Namespace": "NJsonSchema.Visitors" + }, + { + "Name": "JsonSchemaVisitorBase", + "Namespace": "NJsonSchema.Visitors" + }, + { + "Name": "ChildSchemaValidationError", + "Namespace": "NJsonSchema.Validation" + }, + { + "Name": "JsonSchemaValidator", + "Namespace": "NJsonSchema.Validation" + }, + { + "Name": "ValidationError", + "Namespace": "NJsonSchema.Validation" + }, + { + "Name": "ValidationErrorKind", + "Namespace": "NJsonSchema.Validation" + }, + { + "Name": "IJsonReference", + "Namespace": "NJsonSchema.References" + }, + { + "Name": "IJsonReferenceBase", + "Namespace": "NJsonSchema.References" + }, + { + "Name": "JsonReferenceBase`1", + "Namespace": "NJsonSchema.References" + }, + { + "Name": "JsonReferenceExtensions", + "Namespace": "NJsonSchema.References" + }, + { + "Name": "DynamicApis", + "Namespace": "NJsonSchema.Infrastructure" + }, + { + "Name": "ReflectionCache", + "Namespace": "NJsonSchema.Infrastructure" + }, + { + "Name": "ReflectionExtensions", + "Namespace": "NJsonSchema.Infrastructure" + }, + { + "Name": "TypeNameStyle", + "Namespace": "NJsonSchema.Infrastructure" + }, + { + "Name": "XmlDocumentationExtensions", + "Namespace": "NJsonSchema.Infrastructure" + }, + { + "Name": "XmlObjectExtension", + "Namespace": "NJsonSchema.Infrastructure" + }, + { + "Name": "DefaultReflectionService", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "IReflectionService", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "ISchemaProcessor", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "JsonSchemaGenerator", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "JsonSchemaGeneratorSettings", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "JsonTypeDescription", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "SampleJsonSchemaGenerator", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "SchemaProcessorContext", + "Namespace": "NJsonSchema.Generation" + }, + { + "Name": "ITypeMapper", + "Namespace": "NJsonSchema.Generation.TypeMappers" + }, + { + "Name": "ObjectTypeMapper", + "Namespace": "NJsonSchema.Generation.TypeMappers" + }, + { + "Name": "PrimitiveTypeMapper", + "Namespace": "NJsonSchema.Generation.TypeMappers" + }, + { + "Name": "TypeMapperContext", + "Namespace": "NJsonSchema.Generation.TypeMappers" + }, + { + "Name": "JsonInheritanceConverter", + "Namespace": "NJsonSchema.Converters" + }, + { + "Name": "JsonReferenceConverter", + "Namespace": "NJsonSchema.Converters" + }, + { + "Name": "CanBeNullAttribute", + "Namespace": "NJsonSchema.Annotations" + }, + { + "Name": "JsonSchemaAttribute", + "Namespace": "NJsonSchema.Annotations" + }, + { + "Name": "JsonSchemaDateAttribute", + "Namespace": "NJsonSchema.Annotations" + }, + { + "Name": "JsonSchemaExtensionDataAttribute", + "Namespace": "NJsonSchema.Annotations" + }, + { + "Name": "MultipleOfAttribute", + "Namespace": "NJsonSchema.Annotations" + }, + { + "Name": "NotNullAttribute", + "Namespace": "NJsonSchema.Annotations" + }, { "Name": "ManagedPSEntry", "Namespace": "Microsoft.PowerShell" @@ -10023,6 +10273,10 @@ "Name": "UpdatableHelpCommandBase", "Namespace": "Microsoft.PowerShell.Commands" }, + { + "Name": "UpdateHelpScope", + "Namespace": "Microsoft.PowerShell.Commands" + }, { "Name": "UpdateHelpCommand", "Namespace": "Microsoft.PowerShell.Commands" @@ -11727,6 +11981,14 @@ "Name": "Tracer", "Namespace": "System.Management.Automation.Tracing" }, + { + "Name": "SystemEnforcementMode", + "Namespace": "System.Management.Automation.Security" + }, + { + "Name": "SystemPolicy", + "Namespace": "System.Management.Automation.Security" + }, { "Name": "ContainerCmdletProvider", "Namespace": "System.Management.Automation.Provider" @@ -12843,6 +13105,98 @@ "Name": "SecuritySupport", "Namespace": "System.Management.Automation.Internal" }, + { + "Name": "SequencePosition", + "Namespace": "System" + }, + { + "Name": "Memory`1", + "Namespace": "System" + }, + { + "Name": "MemoryExtensions", + "Namespace": "System" + }, + { + "Name": "ReadOnlyMemory`1", + "Namespace": "System" + }, + { + "Name": "ReadOnlySpan`1", + "Namespace": "System" + }, + { + "Name": "Span`1", + "Namespace": "System" + }, + { + "Name": "SequenceMarshal", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "MemoryMarshal", + "Namespace": "System.Runtime.InteropServices" + }, + { + "Name": "BuffersExtensions", + "Namespace": "System.Buffers" + }, + { + "Name": "IBufferWriter`1", + "Namespace": "System.Buffers" + }, + { + "Name": "MemoryPool`1", + "Namespace": "System.Buffers" + }, + { + "Name": "OperationStatus", + "Namespace": "System.Buffers" + }, + { + "Name": "ReadOnlySequence`1", + "Namespace": "System.Buffers" + }, + { + "Name": "ReadOnlySequenceSegment`1", + "Namespace": "System.Buffers" + }, + { + "Name": "StandardFormat", + "Namespace": "System.Buffers" + }, + { + "Name": "IPinnable", + "Namespace": "System.Buffers" + }, + { + "Name": "IMemoryOwner`1", + "Namespace": "System.Buffers" + }, + { + "Name": "MemoryHandle", + "Namespace": "System.Buffers" + }, + { + "Name": "MemoryManager`1", + "Namespace": "System.Buffers" + }, + { + "Name": "Base64", + "Namespace": "System.Buffers.Text" + }, + { + "Name": "Utf8Formatter", + "Namespace": "System.Buffers.Text" + }, + { + "Name": "Utf8Parser", + "Namespace": "System.Buffers.Text" + }, + { + "Name": "BinaryPrimitives", + "Namespace": "System.Buffers.Binary" + }, { "Name": "ByteArrayContent", "Namespace": "System.Net.Http" @@ -21343,6 +21697,10 @@ "Name": "ResourceWriter", "Namespace": "System.Resources" }, + { + "Name": "Unsafe", + "Namespace": "System.Runtime.CompilerServices" + }, { "Name": "CallConvCdecl", "Namespace": "System.Runtime.CompilerServices" diff --git a/Engine/Settings/typeAccelerators.json b/Engine/Settings/typeAccelerators.json index 1968ce22f..dbfe9237e 100644 --- a/Engine/Settings/typeAccelerators.json +++ b/Engine/Settings/typeAccelerators.json @@ -1,100 +1,100 @@ { - "validatenotnull": "System.Management.Automation.ValidateNotNullAttribute", - "bigint": "System.Numerics.BigInteger", - "version": "System.Version", - "ref": "System.Management.Automation.PSReference", - "psscriptmethod": "System.Management.Automation.PSScriptMethod", - "runspace": "System.Management.Automation.Runspaces.Runspace", + "powershell": "System.Management.Automation.PowerShell", + "int32": "System.Int32", + "wildcardpattern": "System.Management.Automation.WildcardPattern", "x500distinguishedname": "System.Security.Cryptography.X509Certificates.X500DistinguishedName", - "cimsession": "Microsoft.Management.Infrastructure.CimSession", - "objectsecurity": "System.Security.AccessControl.ObjectSecurity", - "x509certificate": "System.Security.Cryptography.X509Certificates.X509Certificate", - "decimal": "System.Decimal", + "void": "System.Void", "ipaddress": "System.Net.IPAddress", - "dscresource": "System.Management.Automation.DscResourceAttribute", - "psdefaultvalue": "System.Management.Automation.PSDefaultValueAttribute", - "psprimitivedictionary": "System.Management.Automation.PSPrimitiveDictionary", - "float": "System.Single", - "xml": "System.Xml.XmlDocument", + "pscredential": "System.Management.Automation.PSCredential", + "nullstring": "System.Management.Automation.Language.NullString", + "pslistmodifier": "System.Management.Automation.PSListModifier", + "ciminstance": "Microsoft.Management.Infrastructure.CimInstance", + "regex": "System.Text.RegularExpressions.Regex", "validatenotnullorempty": "System.Management.Automation.ValidateNotNullOrEmptyAttribute", - "int32": "System.Int32", + "int64": "System.Int64", + "guid": "System.Guid", + "int16": "System.Int16", + "xml": "System.Xml.XmlDocument", + "single": "System.Single", + "psnoteproperty": "System.Management.Automation.PSNoteProperty", + "adsisearcher": "System.DirectoryServices.DirectorySearcher", + "cimconverter": "Microsoft.Management.Infrastructure.CimConverter", + "cultureinfo": "System.Globalization.CultureInfo", + "dsclocalconfigurationmanager": "System.Management.Automation.DscLocalConfigurationManagerAttribute", + "ordered": "System.Collections.Specialized.OrderedDictionary", + "psprimitivedictionary": "System.Management.Automation.PSPrimitiveDictionary", "byte": "System.Byte", - "validateuserdrive": "System.Management.Automation.ValidateUserDriveAttribute", - "argumentcompletions": "System.Management.Automation.ArgumentCompletionsAttribute", + "dscproperty": "System.Management.Automation.DscPropertyAttribute", + "validatecount": "System.Management.Automation.ValidateCountAttribute", + "dscresource": "System.Management.Automation.DscResourceAttribute", + "psscriptproperty": "System.Management.Automation.PSScriptProperty", + "securestring": "System.Security.SecureString", "wmisearcher": "System.Management.ManagementObjectSearcher", - "type": "System.Type", - "validateset": "System.Management.Automation.ValidateSetAttribute", - "hashtable": "System.Collections.Hashtable", + "psmoduleinfo": "System.Management.Automation.PSModuleInfo", + "version": "System.Version", + "outputtype": "System.Management.Automation.OutputTypeAttribute", + "mailaddress": "System.Net.Mail.MailAddress", + "pscustomobject": "System.Management.Automation.PSObject", "wmi": "System.Management.ManagementObject", - "nullstring": "System.Management.Automation.Language.NullString", - "cmdletbinding": "System.Management.Automation.CmdletBindingAttribute", - "uint32": "System.UInt32", - "ValidateTrustedData": "System.Management.Automation.ValidateTrustedDataAttribute", "psaliasproperty": "System.Management.Automation.PSAliasProperty", - "psnoteproperty": "System.Management.Automation.PSNoteProperty", - "bool": "System.Boolean", - "pslistmodifier": "System.Management.Automation.PSListModifier", - "psvariable": "System.Management.Automation.PSVariable", - "physicaladdress": "System.Net.NetworkInformation.PhysicalAddress", - "pscredential": "System.Management.Automation.PSCredential", - "outputtype": "System.Management.Automation.OutputTypeAttribute", - "allownull": "System.Management.Automation.AllowNullAttribute", - "object": "System.Object", + "psdefaultvalue": "System.Management.Automation.PSDefaultValueAttribute", "long": "System.Int64", - "runspacefactory": "System.Management.Automation.Runspaces.RunspaceFactory", - "cultureinfo": "System.Globalization.CultureInfo", - "void": "System.Void", - "uint16": "System.UInt16", + "switch": "System.Management.Automation.SwitchParameter", + "psvariable": "System.Management.Automation.PSVariable", + "char": "System.Char", + "allowemptystring": "System.Management.Automation.AllowEmptyStringAttribute", + "wmiclass": "System.Management.ManagementClass", + "semver": "System.Management.Automation.SemanticVersion", + "argumentcompleter": "System.Management.Automation.ArgumentCompleterAttribute", + "x509certificate": "System.Security.Cryptography.X509Certificates.X509Certificate", + "psscriptmethod": "System.Management.Automation.PSScriptMethod", "validatedrive": "System.Management.Automation.ValidateDriveAttribute", - "psscriptproperty": "System.Management.Automation.PSScriptProperty", - "initialsessionstate": "System.Management.Automation.Runspaces.InitialSessionState", - "cimtype": "Microsoft.Management.Infrastructure.CimType", - "psmoduleinfo": "System.Management.Automation.PSModuleInfo", - "timespan": "System.TimeSpan", - "pstypenameattribute": "System.Management.Automation.PSTypeNameAttribute", - "array": "System.Array", - "ordered": "System.Collections.Specialized.OrderedDictionary", - "powershell": "System.Management.Automation.PowerShell", - "int64": "System.Int64", + "cimclass": "Microsoft.Management.Infrastructure.CimClass", + "double": "System.Double", + "validateset": "System.Management.Automation.ValidateSetAttribute", + "validatescript": "System.Management.Automation.ValidateScriptAttribute", + "scriptblock": "System.Management.Automation.ScriptBlock", + "supportswildcards": "System.Management.Automation.SupportsWildcardsAttribute", + "ref": "System.Management.Automation.PSReference", + "int": "System.Int32", + "string": "System.String", + "adsi": "System.DirectoryServices.DirectoryEntry", + "cimsession": "Microsoft.Management.Infrastructure.CimSession", + "float": "System.Single", + "bool": "System.Boolean", + "runspace": "System.Management.Automation.Runspaces.Runspace", "parameter": "System.Management.Automation.ParameterAttribute", - "adsisearcher": "System.DirectoryServices.DirectorySearcher", + "bigint": "System.Numerics.BigInteger", + "uri": "System.Uri", + "sbyte": "System.SByte", + "type": "System.Type", + "uint32": "System.UInt32", + "initialsessionstate": "System.Management.Automation.Runspaces.InitialSessionState", + "validaterange": "System.Management.Automation.ValidateRangeAttribute", + "alias": "System.Management.Automation.AliasAttribute", + "hashtable": "System.Collections.Hashtable", + "uint16": "System.UInt16", + "objectsecurity": "System.Security.AccessControl.ObjectSecurity", + "decimal": "System.Decimal", "ipendpoint": "System.Net.IPEndPoint", - "argumentcompleter": "System.Management.Automation.ArgumentCompleterAttribute", - "ciminstance": "Microsoft.Management.Infrastructure.CimInstance", - "datetime": "System.DateTime", - "supportswildcards": "System.Management.Automation.SupportsWildcardsAttribute", + "psobject": "System.Management.Automation.PSObject", + "validateuserdrive": "System.Management.Automation.ValidateUserDriveAttribute", + "physicaladdress": "System.Net.NetworkInformation.PhysicalAddress", + "runspacefactory": "System.Management.Automation.Runspaces.RunspaceFactory", "uint64": "System.UInt64", - "securestring": "System.Security.SecureString", - "scriptblock": "System.Management.Automation.ScriptBlock", - "dscproperty": "System.Management.Automation.DscPropertyAttribute", - "int16": "System.Int16", - "switch": "System.Management.Automation.SwitchParameter", - "wildcardpattern": "System.Management.Automation.WildcardPattern", - "cimclass": "Microsoft.Management.Infrastructure.CimClass", - "single": "System.Single", - "validatescript": "System.Management.Automation.ValidateScriptAttribute", + "cimtype": "Microsoft.Management.Infrastructure.CimType", + "timespan": "System.TimeSpan", "validatepattern": "System.Management.Automation.ValidatePatternAttribute", - "semver": "System.Management.Automation.SemanticVersion", - "validatecount": "System.Management.Automation.ValidateCountAttribute", - "guid": "System.Guid", - "wmiclass": "System.Management.ManagementClass", + "object": "System.Object", "validatelength": "System.Management.Automation.ValidateLengthAttribute", - "alias": "System.Management.Automation.AliasAttribute", - "int": "System.Int32", - "pscustomobject": "System.Management.Automation.PSObject", - "allowemptystring": "System.Management.Automation.AllowEmptyStringAttribute", - "uri": "System.Uri", + "cmdletbinding": "System.Management.Automation.CmdletBindingAttribute", + "array": "System.Array", + "validatetrusteddata": "System.Management.Automation.ValidateTrustedDataAttribute", + "argumentcompletions": "System.Management.Automation.ArgumentCompletionsAttribute", + "datetime": "System.DateTime", + "validatenotnull": "System.Management.Automation.ValidateNotNullAttribute", "psvariableproperty": "System.Management.Automation.PSVariableProperty", - "psobject": "System.Management.Automation.PSObject", - "validaterange": "System.Management.Automation.ValidateRangeAttribute", - "dsclocalconfigurationmanager": "System.Management.Automation.DscLocalConfigurationManagerAttribute", - "char": "System.Char", - "mailaddress": "System.Net.Mail.MailAddress", - "sbyte": "System.SByte", - "cimconverter": "Microsoft.Management.Infrastructure.CimConverter", - "regex": "System.Text.RegularExpressions.Regex", - "adsi": "System.DirectoryServices.DirectoryEntry", - "allowemptycollection": "System.Management.Automation.AllowEmptyCollectionAttribute", - "double": "System.Double", - "string": "System.String" + "pstypenameattribute": "System.Management.Automation.PSTypeNameAttribute", + "allownull": "System.Management.Automation.AllowNullAttribute", + "allowemptycollection": "System.Management.Automation.AllowEmptyCollectionAttribute" } diff --git a/Utils/New-TargetPlatformLibrary.ps1 b/Utils/New-TargetPlatformLibrary.ps1 new file mode 100644 index 000000000..28203dd49 --- /dev/null +++ b/Utils/New-TargetPlatformLibrary.ps1 @@ -0,0 +1,527 @@ +<# +.SYNOPSIS + Create a JSON file containing modules found in $pshome and their corresponding exported commands, and available types. + +.EXAMPLE + C:\PS> ./New-CommandDataFile.ps1 + + Suppose this file is run on the following version of PowerShell: PSVersion = 6.1.0-preview.2, PSEdition = Core, and Windows 10 operating system. + Then this script will create a file named core-6.0.1-preview.2-windows.json that contains a JSON object of the following form: + { + "Modules" : [ + "Module1" : { + "Name" : "Module1" + . + . + "ExportedCommands" : [ + { + "Name": + "CommandType": + "ParameterSets": + }, + . + . + . + ], + "ExportedAliases": + }, + . + . + . + ], + "Types" : [ + { + "Name": + "Namespace": + }, + . + . + . + ], + "SchemaVersion" : "0.0.1" + } + +.INPUTS + None + +.OUTPUTS + None +#> + +$jsonVersion = "0.0.1" + +# Location where libraries are to be saved. +$libraryDirectory = "" + +$iotInfo = @{ + # Change to true if you want to use a remote machine to get the iot libraries + getLibrary = $false + # Use the correct values below for your remote machine + ip = "" + user = "" + password = ConvertTo-SecureString -String "" -asplaintext -force +} + +$nanoInfo = @{ + # Change to true if you want to use a remote machine to get the nano libraries + getLibrary = $false + # Use the correct values below for your remote machine + ip = "" + user = "" + password = ConvertTo-SecureString -String "" -asplaintext -force + # Update the following as appropriate. + oneCorePSDevLocation = "<....\src\onecore\admin\monad\nttargets\bin\PsOnCssScripts\OneCorePSDev\>" + latestNanoBuildLocation = "<....\release\\amd64fre\bin>" + netTypesLocation = "<....\PowerShell\src\Microsoft.PowerShell.CoreCLR.AssemblyLoadContext\CorePsTypeCatalog.cs>" +} + +function CheckOS ($osToCheck) +{ + try + { + $IsOS = [System.Management.Automation.Platform]::$osToCheck + return $IsOS + } + catch {} + return $false +} + +$sku = [ordered]@{ + OS = 'windows' + PowerShellEdition = $PSEdition.ToString().ToLower() + PowerShellVersion = $PSVersionTable.PSVersion.ToString() +} + +# Get OS +if (CheckOS IsLinux) +{ + $sku.OS = 'linux' +} +elseif (CheckOS IsMacOs) +{ + $sku.OS = 'macos' +} +elseif (CheckOS IsIoT) +{ + $sku.OS = 'iot' +} +elseif (CheckOS IsNanoServer) +{ + $sku.OS = 'nano' +} +# else it is windows, which is already set + +Function Get-CmdletDataFileName ($PSsku) +{ + "{0}-{1}-{2}.json" -f $PSsku.PowerShellEdition,$PSsku.PowerShellVersion,$PSsku.OS +} + +[scriptblock]$retrieveCmdletScript = { + + $builtinModulePath = Join-Path $pshome 'Modules' + if (-not (Test-Path $builtinModulePath)) + { + throw new "$builtinModulePath does not exist! Cannot create target platform library." + } + + $psCoreSnapinName = 'Microsoft.PowerShell.Core' + $builtInModules = Get-Module -ListAvailable | Where-Object {$_.ModuleBase -like "${pshome}*" } + $builtInModules += [pscustomobject]@{ Name = $psCoreSnapinName; Version = [string](get-command -module $psCoreSnapinName)[0].pssnapin.psversion } + $moduleInfos = @() + + foreach( $module in $builtInModules ) + { + Write-Progress $module.Name + $moduleInfo = [ordered]@{ + Name = $module.Name + Version = [string]$module.Version + } + $commands = Get-Command -Module $module.Name + + $exportedCommandsArray = @() + foreach ($command in $commands) + { + $exportedCommand = [ordered]@{ + Name = $command.Name + } + $exportedCommandsArray += $exportedCommand + } + + $moduleInfo['ExportedCommands'] = $exportedCommandsArray + + if ( $module.Name -eq "${psCoreSnapinName}" ) + { + $moduleInfo['ExportedAliases'] = $commands | ForEach-Object {get-alias -ea silentlycontinue -definition $_.Name} | ForEach-Object {$_.name} + } + else + { + $moduleInfo['ExportedAliases'] = $module.ExportedAliases.Keys + } + $moduleInfos += [pscustomobject]$moduleInfo + } + return $moduleInfos +} + +[scriptblock]$retrieveTypesScript = { + + param($paths) + + $types = @() + $skippedAssemblies = @() + + foreach($path in $paths) + { + Set-Location $path + $allAssemblies = Get-ChildItem *.dll + + foreach ($dll in $allAssemblies) + { + $assembly = "$($dll.BaseName), Culture=neutral" + $newAssembly=[System.Reflection.AssemblyName]::New($assembly) + try + { + $loadedAssembly = [System.Reflection.Assembly]::Load($newAssembly) + Write-Progress "Loading assembly: $loadedAssembly" + $types += $loadedAssembly.GetTypes() | Where-Object { $_.IsPublic } | Select-Object -Property 'Name', 'Namespace' + } + catch + { + $skippedAssemblies += $dll + } + } + } + return $types +} + +# Run on Core only +$createTypeAcceleratorFileScript = { + + $typeAccelerators = @{} + + $typeHash = [psobject].Assembly.GetType("System.Management.Automation.TypeAccelerators")::get + foreach ($type in $typeHash.GetEnumerator()) { $typeAccelerators.Add( ($type.Key).ToLower(), ($type.Value).fullName ) } + + # Desktop + $typeAccelerators.Add("adsi", "System.DirectoryServices.DirectoryEntry") + $typeAccelerators.Add("adsisearcher", "System.DirectoryServices.DirectorySearcher") + $typeAccelerators.Add("wmiclass", "System.Management.ManagementClass") + $typeAccelerators.Add("wmi", "System.Management.ManagementObject") + $typeAccelerators.Add("wmisearcher", "System.Management.ManagementObjectSearcher") + $typeAccelerators.Add("validatetrusteddata", "System.Management.Automation.ValidateTrustedDataAttribute") + + # special cases + $typeAccelerators.Add("ordered", "System.Collections.Specialized.OrderedDictionary") + $typeAccelerators.Add("object", "System.Object") + + # Create json file + $typeAccelerators | ConvertTo-Json | Out-File "typeAccelerators.json" -Encoding utf8 -Force +} + + +############# Core ############ + +if ($sku.OS -eq 'windows' -and $sku.PowerShellEdition -eq 'core') +{ + $windowsJsonData = [ordered]@{} + + $windowsJsonData.Edition = $sku + $windowsJsonData.Modules = & $retrieveCmdletScript + $windowsJsonData.Types = & $retrieveTypesScript $pshome + $windowsJsonData.SchemaVersion = $jsonVersion + + Push-Location $libraryDirectory + + # set -Depth to 5 if detailed list of ParameterSets is needed. + $windowsJsonData | ConvertTo-Json -Depth 4 | Out-File ((Get-CmdletDataFileName($sku))) -Encoding utf8 -Force + + & $createTypeAcceleratorFileScript + + Pop-Location +} + +############# Linux ################## + +if ($sku.OS -eq 'linux') +{ + $linuxJsonData = [ordered]@{} + + $linuxJsonData.Edition = $sku + $linuxJsonData.Modules = & $retrieveCmdletScript + $linuxJsonData.Types = & $retrieveTypesScript $pshome + $linuxJsonData.SchemaVersion = $jsonVersion + + Push-Location $libraryDirectory + + # set -Depth to 5 if detailed list of ParameterSets is needed. + $linuxJsonData | ConvertTo-Json -Depth 4 | Out-File ((Get-CmdletDataFileName($sku))) -Encoding utf8 -Force + + Pop-Location +} +############# MacOS ################## + +if ($sku.OS -eq 'macos') +{ + $macosJsonData = [ordered]@{} + + $macosJsonData.Edition = $sku + $macosJsonData.Modules = & $retrieveCmdletScript + $macosJsonData.Types = & $retrieveTypesScript $pshome + $macosJsonData.SchemaVersion = $jsonVersion + + Push-Location $libraryDirectory + + # set -Depth to 5 if detailed list of ParameterSets is needed. + $macosJsonData | ConvertTo-Json -Depth 4 | Out-File (Get-CmdletDataFileName $sku) -Encoding utf8 -Force + + Pop-Location +} + +############## IoT #################### + +if ($iotInfo.getLibrary -or $sku.OS -eq 'iot') +{ + $credentials = New-Object -TypeName System.Management.Automation.PSCredential -argumentlist $iotInfo.user, $iotInfo.password + $s = New-PSSession -ComputerName $iotInfo.ip -Credential $credentials + + $PSInfo = Invoke-Command -Session $s -ScriptBlock { + $o = [PSObject]@{ + PSVersion = $PSVersionTable.PSVersion + PSEdition = $PSEdition + } + return $o + } + + $IoTSku = [ordered]@{ + OS = 'iot' + PowerShellEdition = $PSInfo.PSEdition.ToString().ToLower() + PowerShellVersion = $PSInfo.PSVersion.ToString() + } + + $typePath = "C:\windows\system32\DotNetCore\v1.0" + + $IoTJsonData = [ordered]@{} + + $IoTJsonData.Edition = $IoTSku + + $IoTJsonData.Modules = (Invoke-Command -Session $s -ScriptBlock { + param([string]$getCmdlets) + $sb = [scriptblock]::Create($getCmdlets) + [psobject]@{ output = &$sb } + } -ArgumentList $retrieveCmdletScript).output + + $IoTJsonData.Types = (Invoke-Command -Session $s -ScriptBlock { + param([string]$getTypes, [string]$typePath) + $sb = [scriptblock]::Create($getTypes) + $allPaths = @($pshome, $typePath) + [psobject]@{ output = &$sb -Path $allPaths} + } -ArgumentList $retrieveTypesScript, $typePath).output + + $IoTJsonData.SchemaVersion = $jsonVersion + + Push-Location $libraryDirectory + + # set -Depth to 5 if detailed list of ParameterSets is needed. + $IoTJsonData | ConvertTo-Json -Depth 4 | Out-File ((Get-CmdletDataFileName($IoTSku))) -Encoding utf8 -Force + + Pop-Location + + Remove-PSSession $s +} + +############## Nano #################### + +if ($nanoInfo.getLibrary -or $sku.OS -eq 'nano') +{ + $credentials = New-Object -TypeName System.Management.Automation.PSCredential -argumentlist $($nanoInfo.user), $($nanoInfo.password) + + net use \\$($nanoInfo.ip)\c$ + Get-ChildItem \\$($nanoInfo.ip)\c$ + + Push-Location $($nanoInfo.oneCorePSDevLocation) + Import-Module .\OneCorePSDev.psm1 -Force + Pop-Location + + Update-OneCorePowerShell -BinaryFolder $nanoInfo.latestNanoBuildLocation -CssShare \\$($nanoInfo.ip)\c$ + + $s = New-PSSession -ComputerName $nanoInfo.ip -Credential $credentials + + $PSInfo = Invoke-Command -Session $s -ScriptBlock { + $o = [PSObject]@{ + PSVersion = $PSVersionTable.PSVersion + PSEdition = $PSEdition + } + return $o + } + + $nanoSku = [ordered]@{ + OS = 'nano' + PowerShellEdition = $PSInfo.PSEdition.ToString().ToLower() + PowerShellVersion = $PSInfo.PSVersion.ToString() + } + + $nanoJsonData = [ordered]@{} + + $nanoJsonData.Edition = $nanoSku + + $nanoJsonData.Modules = (Invoke-Command -Session $s -ScriptBlock { + param([string]$getCmdlets) + $sb = [scriptblock]::Create($getCmdlets) + [psobject]@{ output = &$sb } + } -ArgumentList $retrieveCmdletScript).output + + # Get PowerShell types + $nanoJsonData.Types = (Invoke-Command -Session $s -ScriptBlock { + param([string]$getTypes) + $sb = [scriptblock]::Create($getTypes) + [psobject]@{ output = &$sb -Path $pshome} + } -ArgumentList $retrieveTypesScript).output + + # Get .NET types + $lines = Get-Content $nanoInfo.netTypesLocation + + foreach ($line in $lines) + { + if( $line.Contains("typeCatalog[")) + { + $newType = [ordered]@{} + + $line = $line.Split("=")[0] + $line = $line.Replace('typeCatalog["', "").Replace('"]', "").Trim() + $parts = $line.Split(".") + $name = $parts[$parts.Count -1] + $newType['Name'] = $name + $nameSpace = '' + for ($i = 0; $i -lt ($parts.Count -1); $i++) { + $nameSpace += $parts[$i] + if ($i -lt ($parts.Count - 2)) + { + $nameSpace += '.' + } + } + $newType['Namespace'] = $nameSpace + + $nanoJsonData.Types += $newType + } + } + + $nanoJsonData.SchemaVersion = $jsonVersion + + Push-Location $libraryDirectory + + # set -Depth to 5 if detailed list of ParameterSets is needed. + $nanoJsonData | ConvertTo-Json -Depth 4 | Out-File ((Get-CmdletDataFileName($nanoSku))) -Encoding utf8 -Force + + Pop-Location + + Remove-PSSession $s +} + +############# Desktop PowerShell ################## + +if ($sku.OS -eq 'windows' -and $sku.PowerShellEdition -eq 'desktop') +{ + ## Cmdlets ## + $builtinModulePath = Join-Path $pshome 'Modules' + if (-not (Test-Path $builtinModulePath)) + { + throw new "$builtinModulePath does not exist! Cannot create target platform library." + } + + $builtInModules = Get-Module -ListAvailable + $moduleInfos = @() + + foreach( $module in $builtInModules ) + { + Write-Progress "Getting cmdlets from: $($module.Name)" + $moduleInfo = [ordered]@{ + Name = $module.Name + Version = [string]$module.Version + } + + $commands = Get-Command -Module $module.Name + $exportedCommandsArray = @() + + foreach ($command in $commands) + { + $exportedCommand = [ordered]@{ + Name = $command.Name + # CommandType = $command.CommandType.ToString() + # ParameterSets = $command.ParameterSets + # ParamAliases = (Get-Command $command).Parameters.Values | Select-Object name, aliases + } + $exportedCommandsArray += $exportedCommand + } + + $moduleInfo['ExportedCommands'] = $exportedCommandsArray + $moduleInfo['ExportedAliases'] = $module.ExportedAliases.Keys + $moduleInfos += [pscustomobject]$moduleInfo + } + + ## Types ## + $paths = @("C:\Windows\Microsoft.NET\assembly\GAC_MSIL\", "C:\Windows\Microsoft.NET\assembly\GAC_64") + + $types = @() + $failedToLoadGAC = @() #Count should be 2 (Microsoft.VisualBasic.Compatibility.Data, System.EnterpriseServices.Wrapper) + + foreach ($path in $paths) + { + Set-Location $path + + $directories = Get-ChildItem -Recurse -Filter *.dll | + ForEach-Object {Split-Path $_.FullName -Parent} | + Select-Object -Unique + + $directories | ForEach-Object { Push-Location $_ ; $dll = Get-ChildItem -Filter *.dll | + Foreach-Object { + try + { + Write-Progress "Loading assembly: $($_.BaseName)"; + $assembly = [System.Reflection.Assembly]::LoadFile($_.FullName); + $types += $assembly.GetTypes() | Where-Object {$_.IsPublic} | Select-Object -Property 'Name', 'Namespace'; + } + catch + { + $failedToLoadGAC += $assembly + } + }; + Pop-Location + } + } + + Set-Location $pshome + + $powerShellTypes = @() + $assembly = "" + $failedToLoadPS = @() #Count should be 4 (PSEvents, psluginwkr, pwrshmg, pwrship) + + $powerShellDlls = Get-ChildItem -Recurse -Filter *.dll + + foreach ($dll in $powerShellDlls) + { + try + { + $assembly = $dll.FullName + Write-Progress "Loading PowerShell assembly: $assembly" + $loadedAssembly =[System.Reflection.Assembly]::LoadFile($assembly) + $powerShellTypes += $loadedAssembly.GetTypes() | Where-Object { $_.IsPublic } | Select-Object -Property 'Name', 'Namespace' + } + catch { + $failedToLoadPS += $dll.Name + } + } + + $allTypes = $types + $powerShellTypes + + $desktopJsonData = [ordered]@{} + $desktopJsonData.Edition = $sku + $desktopJsonData.Modules = $moduleInfos + $desktopJsonData.Types = $allTypes + $desktopJsonData.SchemaVersion = $jsonVersion + + Push-Location $libraryDirectory + + # Change depth if adding parameter sets, parameter aliases, etc. + $desktopJsonData | ConvertTo-Json -Depth 4 | Out-File ((Get-CmdletDataFileName($sku))) -Encoding utf8 -Force + + Pop-Location +} \ No newline at end of file From 4ccf4e4ee9e29605281f6161bce786eb9cdcb6a9 Mon Sep 17 00:00:00 2001 From: Maria Romero Date: Wed, 23 May 2018 13:38:21 -0700 Subject: [PATCH 08/11] update libraries, remove old libraries and tests, remove previous library script --- Engine/Settings/core-6.0.1-osx.json | 23228 -- Engine/Settings/core-6.0.2-linux.json | 1648 - Engine/Settings/core-6.0.2-windows.json | 2075 - ...on => desktop-5.1.14393.2248-windows.json} | 163022 +++++++-------- .../Cmdlets/PSScriptAnalyzerSettings.psd1 | 2 +- .../PSScriptAnalyzerSettingsLinux.psd1 | 2 +- .../Types/PSScriptAnalyzerSettings.psd1 | 2 +- .../PSScriptAnalyzerSettings.psd1 | 7 - Utils/New-CommandDataFile.ps1 | 115 - 9 files changed, 78049 insertions(+), 112052 deletions(-) delete mode 100644 Engine/Settings/core-6.0.1-osx.json delete mode 100644 Engine/Settings/core-6.0.2-linux.json delete mode 100644 Engine/Settings/core-6.0.2-windows.json rename Engine/Settings/{desktop-5.1.16299.98-windows.json => desktop-5.1.14393.2248-windows.json} (70%) delete mode 100644 Tests/Rules/UseCompatibleCmdlets/PSScriptAnalyzerSettings.psd1 delete mode 100644 Utils/New-CommandDataFile.ps1 diff --git a/Engine/Settings/core-6.0.1-osx.json b/Engine/Settings/core-6.0.1-osx.json deleted file mode 100644 index 8160b6810..000000000 --- a/Engine/Settings/core-6.0.1-osx.json +++ /dev/null @@ -1,23228 +0,0 @@ -{ - "Edition": { - "OS": "osx", - "PowerShellEdition": "core", - "PowerShellVersion": "6.0.1" - }, - "Modules": [ - { - "Name": "Microsoft.PowerShell.Archive", - "Version": "1.1.0.0", - "ExportedCommands": [ - { - "Name": "Compress-Archive" - }, - { - "Name": "Expand-Archive" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Host", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Start-Transcript" - }, - { - "Name": "Stop-Transcript" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Management", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-Content" - }, - { - "Name": "Clear-Content" - }, - { - "Name": "Clear-Item" - }, - { - "Name": "Clear-ItemProperty" - }, - { - "Name": "Convert-Path" - }, - { - "Name": "Copy-Item" - }, - { - "Name": "Copy-ItemProperty" - }, - { - "Name": "Debug-Process" - }, - { - "Name": "Get-ChildItem" - }, - { - "Name": "Get-Content" - }, - { - "Name": "Get-Item" - }, - { - "Name": "Get-ItemProperty" - }, - { - "Name": "Get-ItemPropertyValue" - }, - { - "Name": "Get-Location" - }, - { - "Name": "Get-Process" - }, - { - "Name": "Get-PSDrive" - }, - { - "Name": "Get-PSProvider" - }, - { - "Name": "Get-TimeZone" - }, - { - "Name": "Invoke-Item" - }, - { - "Name": "Join-Path" - }, - { - "Name": "Move-Item" - }, - { - "Name": "Move-ItemProperty" - }, - { - "Name": "New-Item" - }, - { - "Name": "New-ItemProperty" - }, - { - "Name": "New-PSDrive" - }, - { - "Name": "Pop-Location" - }, - { - "Name": "Push-Location" - }, - { - "Name": "Remove-Item" - }, - { - "Name": "Remove-ItemProperty" - }, - { - "Name": "Remove-PSDrive" - }, - { - "Name": "Rename-Item" - }, - { - "Name": "Rename-ItemProperty" - }, - { - "Name": "Resolve-Path" - }, - { - "Name": "Set-Content" - }, - { - "Name": "Set-Item" - }, - { - "Name": "Set-ItemProperty" - }, - { - "Name": "Set-Location" - }, - { - "Name": "Split-Path" - }, - { - "Name": "Start-Process" - }, - { - "Name": "Stop-Process" - }, - { - "Name": "Test-Path" - }, - { - "Name": "Wait-Process" - } - ], - "ExportedAliases": [ - "gtz" - ] - }, - { - "Name": "Microsoft.PowerShell.Security", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "ConvertFrom-SecureString" - }, - { - "Name": "ConvertTo-SecureString" - }, - { - "Name": "Get-Credential" - }, - { - "Name": "Get-ExecutionPolicy" - }, - { - "Name": "Get-PfxCertificate" - }, - { - "Name": "Set-ExecutionPolicy" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Utility", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-Member" - }, - { - "Name": "Add-Type" - }, - { - "Name": "Clear-Variable" - }, - { - "Name": "Compare-Object" - }, - { - "Name": "ConvertFrom-Csv" - }, - { - "Name": "ConvertFrom-Json" - }, - { - "Name": "ConvertFrom-StringData" - }, - { - "Name": "ConvertTo-Csv" - }, - { - "Name": "ConvertTo-Html" - }, - { - "Name": "ConvertTo-Json" - }, - { - "Name": "ConvertTo-Xml" - }, - { - "Name": "Debug-Runspace" - }, - { - "Name": "Disable-PSBreakpoint" - }, - { - "Name": "Disable-RunspaceDebug" - }, - { - "Name": "Enable-PSBreakpoint" - }, - { - "Name": "Enable-RunspaceDebug" - }, - { - "Name": "Export-Alias" - }, - { - "Name": "Export-Clixml" - }, - { - "Name": "Export-Csv" - }, - { - "Name": "Export-FormatData" - }, - { - "Name": "Export-PSSession" - }, - { - "Name": "Format-Custom" - }, - { - "Name": "Format-Hex" - }, - { - "Name": "Format-List" - }, - { - "Name": "Format-Table" - }, - { - "Name": "Format-Wide" - }, - { - "Name": "Get-Alias" - }, - { - "Name": "Get-Culture" - }, - { - "Name": "Get-Date" - }, - { - "Name": "Get-Event" - }, - { - "Name": "Get-EventSubscriber" - }, - { - "Name": "Get-FileHash" - }, - { - "Name": "Get-FormatData" - }, - { - "Name": "Get-Host" - }, - { - "Name": "Get-Member" - }, - { - "Name": "Get-PSBreakpoint" - }, - { - "Name": "Get-PSCallStack" - }, - { - "Name": "Get-Random" - }, - { - "Name": "Get-Runspace" - }, - { - "Name": "Get-RunspaceDebug" - }, - { - "Name": "Get-TraceSource" - }, - { - "Name": "Get-TypeData" - }, - { - "Name": "Get-UICulture" - }, - { - "Name": "Get-Unique" - }, - { - "Name": "Get-Uptime" - }, - { - "Name": "Get-Variable" - }, - { - "Name": "Get-Verb" - }, - { - "Name": "Group-Object" - }, - { - "Name": "Import-Alias" - }, - { - "Name": "Import-Clixml" - }, - { - "Name": "Import-Csv" - }, - { - "Name": "Import-LocalizedData" - }, - { - "Name": "Import-PowerShellDataFile" - }, - { - "Name": "Import-PSSession" - }, - { - "Name": "Invoke-Expression" - }, - { - "Name": "Invoke-RestMethod" - }, - { - "Name": "Invoke-WebRequest" - }, - { - "Name": "Measure-Command" - }, - { - "Name": "Measure-Object" - }, - { - "Name": "New-Alias" - }, - { - "Name": "New-Event" - }, - { - "Name": "New-Guid" - }, - { - "Name": "New-Object" - }, - { - "Name": "New-TemporaryFile" - }, - { - "Name": "New-TimeSpan" - }, - { - "Name": "New-Variable" - }, - { - "Name": "Out-File" - }, - { - "Name": "Out-String" - }, - { - "Name": "Read-Host" - }, - { - "Name": "Register-EngineEvent" - }, - { - "Name": "Register-ObjectEvent" - }, - { - "Name": "Remove-Alias" - }, - { - "Name": "Remove-Event" - }, - { - "Name": "Remove-PSBreakpoint" - }, - { - "Name": "Remove-TypeData" - }, - { - "Name": "Remove-Variable" - }, - { - "Name": "Select-Object" - }, - { - "Name": "Select-String" - }, - { - "Name": "Select-Xml" - }, - { - "Name": "Send-MailMessage" - }, - { - "Name": "Set-Alias" - }, - { - "Name": "Set-Date" - }, - { - "Name": "Set-PSBreakpoint" - }, - { - "Name": "Set-TraceSource" - }, - { - "Name": "Set-Variable" - }, - { - "Name": "Sort-Object" - }, - { - "Name": "Start-Sleep" - }, - { - "Name": "Tee-Object" - }, - { - "Name": "Trace-Command" - }, - { - "Name": "Unregister-Event" - }, - { - "Name": "Update-FormatData" - }, - { - "Name": "Update-TypeData" - }, - { - "Name": "Wait-Debugger" - }, - { - "Name": "Wait-Event" - }, - { - "Name": "Write-Debug" - }, - { - "Name": "Write-Error" - }, - { - "Name": "Write-Host" - }, - { - "Name": "Write-Information" - }, - { - "Name": "Write-Output" - }, - { - "Name": "Write-Progress" - }, - { - "Name": "Write-Verbose" - }, - { - "Name": "Write-Warning" - } - ], - "ExportedAliases": [ - "fhx" - ] - }, - { - "Name": "PackageManagement", - "Version": "1.1.7.0", - "ExportedCommands": [ - { - "Name": "Find-Package" - }, - { - "Name": "Find-PackageProvider" - }, - { - "Name": "Get-Package" - }, - { - "Name": "Get-PackageProvider" - }, - { - "Name": "Get-PackageSource" - }, - { - "Name": "Import-PackageProvider" - }, - { - "Name": "Install-Package" - }, - { - "Name": "Install-PackageProvider" - }, - { - "Name": "Register-PackageSource" - }, - { - "Name": "Save-Package" - }, - { - "Name": "Set-PackageSource" - }, - { - "Name": "Uninstall-Package" - }, - { - "Name": "Unregister-PackageSource" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PowerShellGet", - "Version": "1.6.0", - "ExportedCommands": [ - { - "Name": "Find-Command" - }, - { - "Name": "Find-DscResource" - }, - { - "Name": "Find-Module" - }, - { - "Name": "Find-RoleCapability" - }, - { - "Name": "Find-Script" - }, - { - "Name": "Get-InstalledModule" - }, - { - "Name": "Get-InstalledScript" - }, - { - "Name": "Get-PSRepository" - }, - { - "Name": "Install-Module" - }, - { - "Name": "Install-Script" - }, - { - "Name": "New-ScriptFileInfo" - }, - { - "Name": "Publish-Module" - }, - { - "Name": "Publish-Script" - }, - { - "Name": "Register-PSRepository" - }, - { - "Name": "Save-Module" - }, - { - "Name": "Save-Script" - }, - { - "Name": "Set-PSRepository" - }, - { - "Name": "Test-ScriptFileInfo" - }, - { - "Name": "Uninstall-Module" - }, - { - "Name": "Uninstall-Script" - }, - { - "Name": "Unregister-PSRepository" - }, - { - "Name": "Update-Module" - }, - { - "Name": "Update-ModuleManifest" - }, - { - "Name": "Update-Script" - }, - { - "Name": "Update-ScriptFileInfo" - } - ], - "ExportedAliases": [ - "inmo", - "fimo", - "upmo", - "pumo" - ] - }, - { - "Name": "PSDesiredStateConfiguration", - "Version": "0.0", - "ExportedCommands": [ - { - "Name": "Add-NodeKeys" - }, - { - "Name": "AddDscResourceProperty" - }, - { - "Name": "AddDscResourcePropertyFromMetadata" - }, - { - "Name": "CheckResourceFound" - }, - { - "Name": "Configuration" - }, - { - "Name": "ConvertTo-MOFInstance" - }, - { - "Name": "Generate-VersionInfo" - }, - { - "Name": "Get-CompatibleVersionAddtionaPropertiesStr" - }, - { - "Name": "Get-ComplexResourceQualifier" - }, - { - "Name": "Get-ConfigurationErrorCount" - }, - { - "Name": "Get-DscResource" - }, - { - "Name": "Get-DSCResourceModules" - }, - { - "Name": "Get-EncryptedPassword" - }, - { - "Name": "Get-InnerMostErrorRecord" - }, - { - "Name": "Get-MofInstanceName" - }, - { - "Name": "Get-MofInstanceText" - }, - { - "Name": "Get-PositionInfo" - }, - { - "Name": "Get-PSCurrentConfigurationNode" - }, - { - "Name": "Get-PSDefaultConfigurationDocument" - }, - { - "Name": "Get-PSMetaConfigDocumentInstVersionInfo" - }, - { - "Name": "Get-PSMetaConfigurationProcessed" - }, - { - "Name": "Get-PSTopConfigurationName" - }, - { - "Name": "Get-PublicKeyFromFile" - }, - { - "Name": "Get-PublicKeyFromStore" - }, - { - "Name": "GetCompositeResource" - }, - { - "Name": "GetImplementingModulePath" - }, - { - "Name": "GetModule" - }, - { - "Name": "GetPatterns" - }, - { - "Name": "GetResourceFromKeyword" - }, - { - "Name": "GetSyntax" - }, - { - "Name": "ImportCimAndScriptKeywordsFromModule" - }, - { - "Name": "ImportClassResourcesFromModule" - }, - { - "Name": "Initialize-ConfigurationRuntimeState" - }, - { - "Name": "IsHiddenResource" - }, - { - "Name": "IsPatternMatched" - }, - { - "Name": "New-DscChecksum" - }, - { - "Name": "Node" - }, - { - "Name": "ReadEnvironmentFile" - }, - { - "Name": "Set-NodeExclusiveResources" - }, - { - "Name": "Set-NodeManager" - }, - { - "Name": "Set-NodeResources" - }, - { - "Name": "Set-NodeResourceSource" - }, - { - "Name": "Set-PSCurrentConfigurationNode" - }, - { - "Name": "Set-PSDefaultConfigurationDocument" - }, - { - "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta" - }, - { - "Name": "Set-PSMetaConfigVersionInfoV2" - }, - { - "Name": "Set-PSTopConfigurationName" - }, - { - "Name": "StrongConnect" - }, - { - "Name": "Test-ConflictingResources" - }, - { - "Name": "Test-ModuleReloadRequired" - }, - { - "Name": "Test-MofInstanceText" - }, - { - "Name": "Test-NodeManager" - }, - { - "Name": "Test-NodeResources" - }, - { - "Name": "Test-NodeResourceSource" - }, - { - "Name": "ThrowError" - }, - { - "Name": "Update-ConfigurationDocumentRef" - }, - { - "Name": "Update-ConfigurationErrorCount" - }, - { - "Name": "Update-DependsOn" - }, - { - "Name": "Update-LocalConfigManager" - }, - { - "Name": "Update-ModuleVersion" - }, - { - "Name": "ValidateNoCircleInNodeResources" - }, - { - "Name": "ValidateNodeExclusiveResources" - }, - { - "Name": "ValidateNodeManager" - }, - { - "Name": "ValidateNodeResources" - }, - { - "Name": "ValidateNodeResourceSource" - }, - { - "Name": "ValidateNoNameNodeResources" - }, - { - "Name": "ValidateUpdate-ConfigurationData" - }, - { - "Name": "Write-Log" - }, - { - "Name": "Write-MetaConfigFile" - }, - { - "Name": "Write-NodeMOFFile" - }, - { - "Name": "WriteFile" - } - ], - "ExportedAliases": [ - "glcm", - "slcm", - "rtcfg", - "gcfgs", - "sacfg", - "upcfg", - "ulcm", - "tcfg", - "gcfg", - "pbcfg" - ] - }, - { - "Name": "PSReadLine", - "Version": "1.2", - "ExportedCommands": [ - { - "Name": "PSConsoleHostReadline" - }, - { - "Name": "Get-PSReadlineKeyHandler" - }, - { - "Name": "Get-PSReadlineOption" - }, - { - "Name": "Remove-PSReadlineKeyHandler" - }, - { - "Name": "Set-PSReadlineKeyHandler" - }, - { - "Name": "Set-PSReadlineOption" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Core", - "Version": "6.0.1", - "ExportedCommands": [ - { - "Name": "Add-History" - }, - { - "Name": "Clear-History" - }, - { - "Name": "Debug-Job" - }, - { - "Name": "Enter-PSSession" - }, - { - "Name": "Exit-PSSession" - }, - { - "Name": "Export-ModuleMember" - }, - { - "Name": "ForEach-Object" - }, - { - "Name": "Get-Command" - }, - { - "Name": "Get-Help" - }, - { - "Name": "Get-History" - }, - { - "Name": "Get-Job" - }, - { - "Name": "Get-Module" - }, - { - "Name": "Get-PSSession" - }, - { - "Name": "Import-Module" - }, - { - "Name": "Invoke-Command" - }, - { - "Name": "Invoke-History" - }, - { - "Name": "New-Module" - }, - { - "Name": "New-ModuleManifest" - }, - { - "Name": "New-PSRoleCapabilityFile" - }, - { - "Name": "New-PSSession" - }, - { - "Name": "New-PSTransportOption" - }, - { - "Name": "Out-Default" - }, - { - "Name": "Out-Host" - }, - { - "Name": "Out-Null" - }, - { - "Name": "Receive-Job" - }, - { - "Name": "Register-ArgumentCompleter" - }, - { - "Name": "Remove-Job" - }, - { - "Name": "Remove-Module" - }, - { - "Name": "Remove-PSSession" - }, - { - "Name": "Save-Help" - }, - { - "Name": "Set-PSDebug" - }, - { - "Name": "Set-StrictMode" - }, - { - "Name": "Start-Job" - }, - { - "Name": "Stop-Job" - }, - { - "Name": "Test-ModuleManifest" - }, - { - "Name": "Update-Help" - }, - { - "Name": "Wait-Job" - }, - { - "Name": "Where-Object" - } - ], - "ExportedAliases": [ - "clhy", - "etsn", - "exsn", - "%", - "foreach", - "gcm", - "ghy", - "h", - "history", - "gjb", - "gmo", - "gsn", - "ipmo", - "icm", - "ihy", - "r", - "nmo", - "nsn", - "oh", - "rcjb", - "rjb", - "rmo", - "rsn", - "sajb", - "spjb", - "wjb", - "?", - "where" - ] - } - ], - "Types": [ - { - "Name": "OperationTelemetryExtensions", - "Namespace": "Microsoft.ApplicationInsights" - }, - { - "Name": "TelemetryClient", - "Namespace": "Microsoft.ApplicationInsights" - }, - { - "Name": "TelemetryClientExtensions", - "Namespace": "Microsoft.ApplicationInsights" - }, - { - "Name": "AutocollectedMetricsExtractor", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "IOperationHolder`1", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "ITelemetryInitializer", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "ITelemetryModule", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "ITelemetryProcessor", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "OperationCorrelationTelemetryInitializer", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "SdkInternalOperationsMonitor", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "SequencePropertyInitializer", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "TelemetryConfiguration", - "Namespace": "Microsoft.ApplicationInsights.Extensibility" - }, - { - "Name": "CloudContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "ComponentContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "DeviceContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "HttpWebResponseWrapper", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "InternalContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "JsonSerializer", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "LocationContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "OperationContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "OperationTelemetry", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "SessionContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "TaskTimer", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "TelemetryContextExtensions", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "TelemetryDebugWriter", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "TelemetryProcessorChain", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "TelemetryProcessorChainBuilder", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "UserContext", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "TelemetryModules", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation" - }, - { - "Name": "DiagnosticsTelemetryModule", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" - }, - { - "Name": "Extensions", - "Namespace": "Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing" - }, - { - "Name": "AvailabilityTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "DependencyTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "EventTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "ExceptionHandledAt", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "ExceptionTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "IJsonWriter", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "ISupportMetrics", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "ISupportProperties", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "ISupportSampling", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "MetricTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "PageViewTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "PerformanceCounterTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "RequestTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "SessionState", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "SessionStateTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "SeverityLevel", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "TelemetryContext", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "TraceTelemetry", - "Namespace": "Microsoft.ApplicationInsights.DataContracts" - }, - { - "Name": "InMemoryChannel", - "Namespace": "Microsoft.ApplicationInsights.Channel" - }, - { - "Name": "ITelemetry", - "Namespace": "Microsoft.ApplicationInsights.Channel" - }, - { - "Name": "ITelemetryChannel", - "Namespace": "Microsoft.ApplicationInsights.Channel" - }, - { - "Name": "Transmission", - "Namespace": "Microsoft.ApplicationInsights.Channel" - }, - { - "Name": "CSharpExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Conversion", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpCommandLineArguments", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpCommandLineParser", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "AwaitExpressionInfo", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpCompilation", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpScriptCompilationInfo", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "ForEachStatementInfo", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "QueryClauseInfo", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpCompilationOptions", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpExtensions", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpFileSystemExtensions", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpParseOptions", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpDiagnosticFormatter", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpSyntaxVisitor`1", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpSyntaxVisitor", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpSyntaxRewriter", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "SyntaxFactory", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "LanguageVersion", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "LanguageVersionFacts", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "SyntaxFacts", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "SymbolDisplay", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "TypedConstantExtensions", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpSyntaxNode", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpSyntaxTree", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "CSharpSyntaxWalker", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "SyntaxExtensions", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "SyntaxKind", - "Namespace": "Microsoft.CodeAnalysis.CSharp" - }, - { - "Name": "NameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SimpleNameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IdentifierNameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "QualifiedNameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "GenericNameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeArgumentListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AliasQualifiedNameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PredefinedTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ArrayTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ArrayRankSpecifierSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PointerTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "NullableTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TupleTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TupleElementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "OmittedTypeArgumentSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "RefTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ParenthesizedExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TupleExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PrefixUnaryExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AwaitExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PostfixUnaryExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "MemberAccessExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConditionalAccessExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "MemberBindingExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ElementBindingExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ImplicitElementAccessSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BinaryExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AssignmentExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConditionalExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InstanceExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ThisExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LiteralExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "MakeRefExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "RefTypeExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "RefValueExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CheckedExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DefaultExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeOfExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SizeOfExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InvocationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ElementAccessExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseArgumentListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ArgumentListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BracketedArgumentListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ArgumentSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "NameColonSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DeclarationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CastExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AnonymousFunctionExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AnonymousMethodExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LambdaExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SimpleLambdaExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "RefExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ParenthesizedLambdaExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InitializerExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ObjectCreationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AnonymousObjectMemberDeclaratorSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AnonymousObjectCreationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ArrayCreationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ImplicitArrayCreationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "StackAllocArrayCreationExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "QueryClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SelectOrGroupClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "QueryExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "QueryBodySyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "FromClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LetClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "JoinClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "JoinIntoClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "WhereClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "OrderByClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "OrderingSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SelectClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "GroupClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "QueryContinuationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "OmittedArraySizeExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterpolatedStringExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IsPatternExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ThrowExpressionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "WhenClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PatternSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DeclarationPatternSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConstantPatternSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterpolatedStringContentSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterpolatedStringTextSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterpolationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterpolationAlignmentClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterpolationFormatClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "GlobalStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "StatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BlockSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LocalFunctionStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LocalDeclarationStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "VariableDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "VariableDeclaratorSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EqualsValueClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "VariableDesignationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SingleVariableDesignationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DiscardDesignationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ParenthesizedVariableDesignationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ExpressionStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EmptyStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LabeledStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "GotoStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BreakStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ContinueStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ReturnStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ThrowStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "YieldStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "WhileStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DoStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ForStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CommonForEachStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ForEachStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ForEachVariableStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "UsingStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "FixedStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CheckedStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "UnsafeStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LockStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IfStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ElseClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SwitchStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SwitchSectionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SwitchLabelSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CasePatternSwitchLabelSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CaseSwitchLabelSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DefaultSwitchLabelSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TryStatementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CatchClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CatchDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CatchFilterClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "FinallyClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CompilationUnitSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ExternAliasDirectiveSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "UsingDirectiveSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "MemberDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "NamespaceDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AttributeListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AttributeTargetSpecifierSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AttributeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AttributeArgumentListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AttributeArgumentSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "NameEqualsSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeParameterSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseTypeDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ClassDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "StructDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "InterfaceDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EnumDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DelegateDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EnumMemberDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SimpleBaseTypeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeParameterConstraintClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeParameterConstraintSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConstructorConstraintSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ClassOrStructConstraintSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeConstraintSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseFieldDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "FieldDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EventFieldDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ExplicitInterfaceSpecifierSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseMethodDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "MethodDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "OperatorDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConversionOperatorDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConstructorDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConstructorInitializerSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DestructorDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BasePropertyDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PropertyDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ArrowExpressionClauseSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EventDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IndexerDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AccessorListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "AccessorDeclarationSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BracketedParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ParameterSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IncompleteMemberSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "SkippedTokensTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DocumentationCommentTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "TypeCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "QualifiedCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "MemberCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "NameMemberCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IndexerMemberCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "OperatorMemberCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConversionOperatorMemberCrefSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BaseCrefParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CrefParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CrefBracketedParameterListSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CrefParameterSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlNodeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlElementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlElementStartTagSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlElementEndTagSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlEmptyElementSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlNameSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlPrefixSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlAttributeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlTextAttributeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlCrefAttributeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlNameAttributeSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlTextSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlCDataSectionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlProcessingInstructionSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlCommentSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BranchingDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ConditionalDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "IfDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ElifDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ElseDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EndIfDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "RegionDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "EndRegionDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ErrorDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "WarningDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "BadDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "DefineDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "UndefDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LineDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PragmaWarningDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "PragmaChecksumDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ReferenceDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "LoadDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "ShebangDirectiveTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "StructuredTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "XmlNameAttributeElementKind", - "Namespace": "Microsoft.CodeAnalysis.CSharp.Syntax" - }, - { - "Name": "CaseInsensitiveComparison", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CommandLineAnalyzerReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CommandLineReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CommandLineSourceFile", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CommandLineArguments", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CommandLineParser", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Compilation", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CandidateReason", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CompilationOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ControlFlowAnalysis", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DataFlowAnalysis", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ModelExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "OptimizationLevel", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ParseOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Platform", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "PreprocessingSymbolInfo", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ScriptCompilationInfo", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SemanticModel", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SourceReferenceResolver", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SpeculativeBindingOption", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SubsystemVersion", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolFilter", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolInfo", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "TypeInfo", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "XmlReferenceResolver", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DesktopAssemblyIdentityComparer", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AdditionalText", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IAnalyzerAssemblyLoader", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Diagnostic", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DiagnosticDescriptor", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DiagnosticFormatter", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DiagnosticSeverity", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "FileLinePositionSpan", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "LocalizableResourceString", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "LocalizableString", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Location", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "LocationKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ReportDiagnostic", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "WellKnownDiagnosticTags", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DocumentationCommentId", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DocumentationProvider", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DocumentationMode", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "EmbeddedText", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "FileSystemExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AssemblyIdentity", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AssemblyIdentityComparer", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AssemblyIdentityParts", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AssemblyMetadata", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CompilationReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "MetadataId", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Metadata", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "MetadataImageKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "MetadataReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "MetadataReferenceProperties", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "MetadataReferenceResolver", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ModuleMetadata", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "PortableExecutableReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "UnresolvedMetadataReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IOperation", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "OperationKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Optional`1", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "OutputKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ResourceDescription", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "RuleSet", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "RuleSetInclude", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SourceCodeKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SourceFileResolver", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SpecialType", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DesktopStrongNameProvider", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "StrongNameProvider", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayDelegateStyle", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayExtensionMethodStyle", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayFormat", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayGenericsOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayGlobalNamespaceStyle", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayKindOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayLocalOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayMemberOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayMiscellaneousOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayParameterOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayPart", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayPartKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayPropertyStyle", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolDisplayTypeQualificationStyle", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "Accessibility", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AttributeData", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "CustomModifier", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IAliasSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IArrayTypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IAssemblySymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IDiscardSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IDynamicTypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IErrorTypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IEventSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IFieldSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ILabelSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ILocalSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IMethodSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IModuleSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "INamedTypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "INamespaceOrTypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "INamespaceSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IParameterSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IPointerTypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IPreprocessingSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IPropertySymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IRangeVariableSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ISourceAssemblySymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ISymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ISymbolExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ITypeParameterSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ITypeSymbol", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "LanguageNames", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "MethodKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "NamespaceKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "DllImportData", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "RefKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolVisitor", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SymbolVisitor`1", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "TypedConstant", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "TypedConstantKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "TypeKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "TypeParameterKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "VarianceKind", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "WellKnownMemberNames", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "AnnotationExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ChildSyntaxList", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ICompilationUnitSyntax", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "ISkippedTokensTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "IStructuredTriviaSyntax", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "LineVisibility", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SeparatedSyntaxList`1", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxAnnotation", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxList`1", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxNode", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxNodeExtensions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxNodeOrToken", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxNodeOrTokenList", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxReference", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxRemoveOptions", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxToken", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxTokenList", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxTree", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxTrivia", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxTriviaList", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxWalker", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "SyntaxWalkerDepth", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "XmlFileResolver", - "Namespace": "Microsoft.CodeAnalysis" - }, - { - "Name": "LinePosition", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "LinePositionSpan", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "SourceHashAlgorithm", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "SourceText", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "SourceTextContainer", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "TextChange", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "TextChangeEventArgs", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "TextChangeRange", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "TextLine", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "TextLineCollection", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "TextSpan", - "Namespace": "Microsoft.CodeAnalysis.Text" - }, - { - "Name": "AnalysisResult", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalyzerFileReference", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalyzerImageReference", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalyzerLoadFailureEventArgs", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalyzerOptions", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalyzerReference", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "CompilationWithAnalyzers", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "CompilationWithAnalyzersOptions", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "GeneratedCodeAnalysisFlags", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "CompilationStartAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "CompilationAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SemanticModelAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SymbolAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "CodeBlockStartAnalysisContext`1", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "CodeBlockAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "OperationBlockStartAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "OperationBlockAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SyntaxTreeAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SyntaxNodeAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "OperationAnalysisContext", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "DiagnosticAnalyzer", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "DiagnosticAnalyzerAttribute", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "DiagnosticAnalyzerExtensions", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SourceTextValueProvider`1", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SyntaxTreeValueProvider`1", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "UnresolvedAnalyzerReference", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "SuppressionInfo", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics" - }, - { - "Name": "AnalyzerTelemetryInfo", - "Namespace": "Microsoft.CodeAnalysis.Diagnostics.Telemetry" - }, - { - "Name": "ArgumentKind", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "BinaryOperatorKind", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "BranchKind", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "CaseKind", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "CommonConversion", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IAddressOfOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IAnonymousFunctionOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IAnonymousObjectCreationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IArgumentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IArrayCreationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IArrayElementReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IArrayInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IAssignmentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IAwaitOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IBinaryOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IBlockOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IBranchOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ICaseClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ICatchClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ICoalesceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ICollectionElementInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ICompoundAssignmentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IConditionalAccessInstanceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IConditionalAccessOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IConditionalOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IConstantPatternOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IConversionOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDeclarationExpressionOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDeclarationPatternOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDeconstructionAssignmentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDefaultCaseClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDefaultValueOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDelegateCreationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDynamicIndexerAccessOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDynamicInvocationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDynamicMemberReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IDynamicObjectCreationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IEmptyOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IEndOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IEventAssignmentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IEventReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IExpressionStatementOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IFieldInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IFieldReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IIncrementOrDecrementOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInstanceReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInterpolatedStringContentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInterpolatedStringOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInterpolatedStringTextOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInterpolationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInvalidOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IInvocationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IIsPatternOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IIsTypeOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ILabeledOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ILiteralOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ILocalFunctionOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ILocalReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ILockOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IMemberInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IMemberReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IMethodReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "INameOfOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IObjectCreationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IObjectOrCollectionInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IOmittedArgumentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IParameterInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IParameterReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IParenthesizedOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IPatternCaseClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IPatternOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IPropertyInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IPropertyReferenceOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IRaiseEventOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IRangeCaseClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IRelationalCaseClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IReturnOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ISimpleAssignmentOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ISingleValueCaseClauseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ISizeOfOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IStopOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ISwitchCaseOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ISwitchOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ISymbolInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IThrowOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ITranslatedQueryOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ITryOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ITupleOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ITypeOfOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ITypeParameterObjectCreationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IUnaryOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IUsingOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IVariableDeclarationGroupOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IVariableDeclarationOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IVariableDeclaratorOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IVariableInitializerOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IForEachLoopOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IForLoopOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IForToLoopOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "ILoopOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "IWhileLoopOperation", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "LoopKind", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "OperationExtensions", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "OperationVisitor", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "OperationVisitor`2", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "OperationWalker", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "UnaryOperatorKind", - "Namespace": "Microsoft.CodeAnalysis.Operations" - }, - { - "Name": "EmitResult", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "DebugInformationFormat", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "EditAndContinueMethodDebugInformation", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "EmitBaseline", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "EmitDifferenceResult", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "EmitOptions", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "InstrumentationKind", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "SemanticEdit", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "SemanticEditKind", - "Namespace": "Microsoft.CodeAnalysis.Emit" - }, - { - "Name": "Binder", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "CSharpArgumentInfo", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "CSharpArgumentInfoFlags", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "CSharpBinderFlags", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "RuntimeBinderException", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "RuntimeBinderInternalCompilerException", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "CimClass", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodDeclaration", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodParameterDeclaration", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimSystemProperties", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimSubscriptionResult", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodStreamedResult", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodParametersCollection", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimSession", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimException", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodParameter", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimPropertyDeclaration", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "NativeErrorCode", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimType", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimProperty", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodResultBase", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimInstance", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimConverter", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimQualifier", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimMethodResult", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimFlags", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimSubscriptionDeliveryType", - "Namespace": "Microsoft.Management.Infrastructure" - }, - { - "Name": "CimDeserializer", - "Namespace": "Microsoft.Management.Infrastructure.Serialization" - }, - { - "Name": "InstanceSerializationOptions", - "Namespace": "Microsoft.Management.Infrastructure.Serialization" - }, - { - "Name": "ClassSerializationOptions", - "Namespace": "Microsoft.Management.Infrastructure.Serialization" - }, - { - "Name": "CimSerializer", - "Namespace": "Microsoft.Management.Infrastructure.Serialization" - }, - { - "Name": "CimAsyncResult`1", - "Namespace": "Microsoft.Management.Infrastructure.Generic" - }, - { - "Name": "CimKeyedCollection`1", - "Namespace": "Microsoft.Management.Infrastructure.Generic" - }, - { - "Name": "CimAsyncStatus", - "Namespace": "Microsoft.Management.Infrastructure.Generic" - }, - { - "Name": "CimAsyncMultipleResults`1", - "Namespace": "Microsoft.Management.Infrastructure.Generic" - }, - { - "Name": "CimReadOnlyKeyedCollection`1", - "Namespace": "Microsoft.Management.Infrastructure.Generic" - }, - { - "Name": "NativeCimCredential", - "Namespace": "Microsoft.Management.Infrastructure.Native" - }, - { - "Name": "MI_ProxyType", - "Namespace": "Microsoft.Management.Infrastructure.Native" - }, - { - "Name": "MI_Transport", - "Namespace": "Microsoft.Management.Infrastructure.Native" - }, - { - "Name": "MI_CallbackMode", - "Namespace": "Microsoft.Management.Infrastructure.Native" - }, - { - "Name": "MI_AuthType", - "Namespace": "Microsoft.Management.Infrastructure.Native" - }, - { - "Name": "MI_PacketEncoding", - "Namespace": "Microsoft.Management.Infrastructure.Native" - }, - { - "Name": "MI_ImpersonationType", - "Namespace": "Microsoft.Management.Infrastructure.Native" - }, - { - "Name": "CimCredential", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimSessionOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimPromptType", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimCallbackMode", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimResponseType", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimWriteMessageChannel", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "WriteMessageCallback", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "WriteProgressCallback", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "WriteErrorCallback", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "PromptUserCallback", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "WSManSessionOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "DComSessionOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "ImpersonationType", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimSubscriptionDeliveryOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimOperationOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CimOperationFlags", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "PasswordAuthenticationMechanism", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "CertificateAuthenticationMechanism", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "ImpersonatedAuthenticationMechanism", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "ProxyType", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "PacketEncoding", - "Namespace": "Microsoft.Management.Infrastructure.Options" - }, - { - "Name": "AddContentCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ClearContentCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ClearItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "JoinPathCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ContentCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertPathCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CopyItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetChildItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetContentCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetItemPropertyValueCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MoveItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CoreCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CoreCommandWithCredentialsBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetLocationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetLocationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PushLocationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PopLocationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewPSDriveCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DriveMatchingCoreCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemovePSDriveCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSDriveCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MoveItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RenameItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CopyItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ClearItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InvokeItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSProviderCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SplitPathCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PassThroughContentCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PassThroughItemPropertyCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TestPathType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TestPathCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ProcessBaseCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WaitProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StopProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DebugProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StartProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ProcessCommandException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ItemPropertyCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RenameItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ResolvePathCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetContentCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetTimeZoneCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteContentCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SessionBasedCmdletAdapter`2", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "CimJobException", - "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" - }, - { - "Name": "CimCmdletAdapter", - "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" - }, - { - "Name": "AddMemberCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "Language", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutputAssemblyType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AddTypeCompilerError", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AddTypeCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AddTypeCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CompareObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConsoleColorCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertToHtmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertFromStringDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "BaseCsvWritingCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportCsvCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportCsvCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertToCsvCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertFromCsvCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DebugRunspaceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DisablePSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSBreakpointCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnablePSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSRunspaceDebug", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CommonRunspaceCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnableRunspaceDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DisableRunspaceDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetRunspaceDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WaitDebuggerCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportAliasFormat", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetFormatDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportFormatDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormatHex", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormatListCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormatCustomCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormatTableCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormatWideCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutStringCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "BreakpointType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSCallStackCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetCultureCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetDateCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DisplayHintType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetEventSubscriberCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetFileHashCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "HashCmdletBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileHashInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetHostCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MemberDefinition", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetMemberCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetRandomCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetRunspaceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetUICultureCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetUniqueCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetUptimeCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetVerbCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GroupInfoNoElement", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GroupInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GroupObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImplicitRemotingCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportLocalizedData", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportPowerShellDataFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InvokeExpressionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MatchInfoContext", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MatchInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SelectStringCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MeasureInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GenericMeasureInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GenericObjectMeasureInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TextMeasureInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MeasureObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewGuidCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewTemporaryFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewTimeSpanCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ObjectCmdletBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ObjectBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OrderObjectBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ReadHostCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RegisterObjectEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RegisterEngineEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemovePSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SelectObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SendMailMessage", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetPSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetDateCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SortObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StartSleepCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TeeObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "MeasureCommandCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetTraceSourceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetTraceSourceCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TraceCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TraceCommandCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TraceListenerCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UnregisterEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UpdateData", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UpdateTypeDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UpdateFormatDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveTypeDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetTypeDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TextEncodingType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UtilityResources", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ByteCollection", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "VariableCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ClearVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WaitEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "BasicHtmlWebResponseObject", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InvokeRestMethodCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebAuthenticationType", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebSslProtocol", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebRequestPSCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebResponseObject", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertFromJsonCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertToJsonCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InvokeWebRequestCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "HttpResponseException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormObject", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormObjectCollection", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "JsonObject", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSUserAgent", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebCmdletElementCollection", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebRequestMethod", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WebRequestSession", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteOutputCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteVerboseCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteWarningCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteInformationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteOrThrowErrorCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteErrorCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteErrorException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteAliasCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteHostCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WriteProgressCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportClixmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportClixmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertToXmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SelectXmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SelectXmlInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConsoleShell", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "UnmanagedPSEntry", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "StartTranscriptCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StopTranscriptCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EventDescriptor", - "Namespace": "System.Diagnostics.Eventing" - }, - { - "Name": "EventProvider", - "Namespace": "System.Diagnostics.Eventing" - }, - { - "Name": "EventProviderTraceListener", - "Namespace": "System.Diagnostics.Eventing" - }, - { - "Name": "EventBookmark", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventKeyword", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLevel", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogType", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogIsolation", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogMode", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogConfiguration", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogException", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogNotFoundException", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogReadingException", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogProviderDisabledException", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogInvalidDataException", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogInformation", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogLink", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogPropertySelector", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogQuery", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogReader", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogRecord", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "SessionAuthentication", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "PathType", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogSession", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventLogStatus", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventMetadata", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventOpcode", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventProperty", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventPropertyContext", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventRecord", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "EventTask", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "ProviderMetadata", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "StandardEventLevel", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "StandardEventTask", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "StandardEventOpcode", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "StandardEventKeywords", - "Namespace": "System.Diagnostics.Eventing.Reader" - }, - { - "Name": "PSConsoleReadLine", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "TokenClassification", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "EditMode", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "BellStyle", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ViModeStyle", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ViMode", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "HistorySaveStyle", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "PSConsoleReadlineOptions", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "GetPSReadlineOption", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "SetPSReadlineOption", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ChangePSReadlineKeyHandlerCommandBase", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "SetPSReadlineKeyHandlerCommand", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "GetKeyHandlerCommand", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "RemoveKeyHandlerCommand", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ConsoleKeyChordConverter", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "KeyHandler", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "BreakHandler", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "ConsoleBreakSignal", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "StandardHandleId", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "SMALL_RECT", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "BufferChar", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "CHAR_INFO", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "IPSConsoleReadLineMockableMethods", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "IConsole", - "Namespace": "Microsoft.PowerShell.Internal" - }, - { - "Name": "SecurityDescriptorCommandsBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPfxCertificateCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ProtectCmsMessageCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetCmsMessageCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UnprotectCmsMessageCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetCredentialCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetExecutionPolicyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetExecutionPolicyCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SecureStringCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertFromToSecureStringCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertFromSecureStringCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConvertToSecureStringCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SignatureCommandsBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetAuthenticodeSignatureCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetAuthenticodeSignatureCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "CallType", - "Namespace": "Microsoft.VisualBasic" - }, - { - "Name": "Conversions", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "DesignerGeneratedAttribute", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "InternalErrorException", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate0", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate1", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate2", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate3", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate4", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate5", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate6", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "SiteDelegate7", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "IncompleteInitialization", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "NewLateBinding", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "ObjectFlowControl", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "Operators", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "OptionCompareAttribute", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "OptionTextAttribute", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "ProjectData", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "StandardModuleAttribute", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "StaticLocalInitFlag", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "Utils", - "Namespace": "Microsoft.VisualBasic.CompilerServices" - }, - { - "Name": "Constants", - "Namespace": "Microsoft.VisualBasic" - }, - { - "Name": "ControlChars", - "Namespace": "Microsoft.VisualBasic" - }, - { - "Name": "HideModuleNameAttribute", - "Namespace": "Microsoft.VisualBasic" - }, - { - "Name": "Interaction", - "Namespace": "Microsoft.VisualBasic" - }, - { - "Name": "Strings", - "Namespace": "Microsoft.VisualBasic" - }, - { - "Name": "Win32Exception", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RegistryAclExtensions", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryRights", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "RegistryAccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "RegistryAuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "RegistrySecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "Registry", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryKey", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryKeyPermissionCheck", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryHive", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryOptions", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryValueKind", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryValueOptions", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "RegistryView", - "Namespace": "Microsoft.Win32" - }, - { - "Name": "SafeRegistryHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "FormatterAssemblyStyle", - "Namespace": "System.Runtime.Serialization.Formatters" - }, - { - "Name": "ConstructorHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "DateFormatHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "DateParseHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "DateTimeZoneHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "DefaultValueHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "FloatFormatHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "FloatParseHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "Formatting", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "IArrayPool`1", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "IJsonLineInfo", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonArrayAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonConstructorAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonContainerAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonConvert", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonConverter", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonConverterAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonConverterCollection", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonDictionaryAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonException", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonExtensionDataAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonIgnoreAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonObjectAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonPropertyAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonReader", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonReaderException", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonRequiredAttribute", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonSerializationException", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonSerializer", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonSerializerSettings", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonTextReader", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonTextWriter", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonToken", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonValidatingReader", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonWriter", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "JsonWriterException", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "MemberSerialization", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "MetadataPropertyHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "MissingMemberHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "NullValueHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "ObjectCreationHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "PreserveReferencesHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "ReferenceLoopHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "Required", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "SerializationBinder", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "StringEscapeHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "TraceLevel", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "TypeNameAssemblyFormatHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "TypeNameHandling", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "WriteState", - "Namespace": "Newtonsoft.Json" - }, - { - "Name": "CamelCaseNamingStrategy", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "CamelCasePropertyNamesContractResolver", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "DefaultContractResolver", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "DefaultNamingStrategy", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "DefaultSerializationBinder", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ErrorContext", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ErrorEventArgs", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ExpressionValueProvider", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "IAttributeProvider", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "IContractResolver", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "IReferenceResolver", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ISerializationBinder", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ITraceWriter", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "IValueProvider", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonArrayContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonContainerContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "SerializationCallback", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "SerializationErrorCallback", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ExtensionDataSetter", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ExtensionDataGetter", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonDictionaryContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonDynamicContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonISerializableContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonLinqContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonObjectContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonPrimitiveContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonProperty", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonPropertyCollection", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "JsonStringContract", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "MemoryTraceWriter", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "NamingStrategy", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ObjectConstructor`1", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "OnErrorAttribute", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ReflectionAttributeProvider", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "ReflectionValueProvider", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "SnakeCaseNamingStrategy", - "Namespace": "Newtonsoft.Json.Serialization" - }, - { - "Name": "Extensions", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "JsonSchema", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "JsonSchemaException", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "JsonSchemaGenerator", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "JsonSchemaResolver", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "JsonSchemaType", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "UndefinedSchemaIdHandling", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "ValidationEventArgs", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "ValidationEventHandler", - "Namespace": "Newtonsoft.Json.Schema" - }, - { - "Name": "CommentHandling", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "LineInfoHandling", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "Extensions", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "IJEnumerable`1", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JArray", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JConstructor", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JContainer", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JEnumerable`1", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JObject", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JProperty", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JRaw", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JsonLoadSettings", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JsonMergeSettings", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JToken", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JTokenEqualityComparer", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JTokenReader", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JTokenType", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JTokenWriter", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "JValue", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "MergeArrayHandling", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "MergeNullValueHandling", - "Namespace": "Newtonsoft.Json.Linq" - }, - { - "Name": "BinaryConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "BsonObjectIdConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "CustomCreationConverter`1", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "DateTimeConverterBase", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "DiscriminatedUnionConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "ExpandoObjectConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "IsoDateTimeConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "JavaScriptDateTimeConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "KeyValuePairConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "RegexConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "StringEnumConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "VersionConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "XmlNodeConverter", - "Namespace": "Newtonsoft.Json.Converters" - }, - { - "Name": "BsonObjectId", - "Namespace": "Newtonsoft.Json.Bson" - }, - { - "Name": "BsonReader", - "Namespace": "Newtonsoft.Json.Bson" - }, - { - "Name": "BsonWriter", - "Namespace": "Newtonsoft.Json.Bson" - }, - { - "Name": "ManagedPSEntry", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "BlockingCollection`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "ConcurrentBag`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "ConcurrentDictionary`2", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "ConcurrentQueue`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "ConcurrentStack`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "IProducerConsumerCollection`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "OrderablePartitioner`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "Partitioner`1", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "EnumerablePartitionerOptions", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "Partitioner", - "Namespace": "System.Collections.Concurrent" - }, - { - "Name": "BitArray", - "Namespace": "System.Collections" - }, - { - "Name": "StructuralComparisons", - "Namespace": "System.Collections" - }, - { - "Name": "CollectionExtensions", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "HashSet`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "LinkedList`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "LinkedListNode`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "Queue`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SortedDictionary`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "TreeSet`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SortedList`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SortedSet`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "Stack`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "ImmutableArrayExtensions", - "Namespace": "System.Linq" - }, - { - "Name": "IImmutableDictionary`2", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "IImmutableList`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "IImmutableQueue`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "IImmutableSet`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "IImmutableStack`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableArray", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableArray`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableDictionary", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableDictionary`2", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableHashSet", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableHashSet`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableInterlocked", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableList", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableList`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableQueue", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableQueue`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableSortedDictionary", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableSortedDictionary`2", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableSortedSet", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableSortedSet`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableStack", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "ImmutableStack`1", - "Namespace": "System.Collections.Immutable" - }, - { - "Name": "CaseInsensitiveComparer", - "Namespace": "System.Collections" - }, - { - "Name": "CaseInsensitiveHashCodeProvider", - "Namespace": "System.Collections" - }, - { - "Name": "CollectionBase", - "Namespace": "System.Collections" - }, - { - "Name": "DictionaryBase", - "Namespace": "System.Collections" - }, - { - "Name": "Queue", - "Namespace": "System.Collections" - }, - { - "Name": "ReadOnlyCollectionBase", - "Namespace": "System.Collections" - }, - { - "Name": "SortedList", - "Namespace": "System.Collections" - }, - { - "Name": "Stack", - "Namespace": "System.Collections" - }, - { - "Name": "CollectionsUtil", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "BitVector32", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "HybridDictionary", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "IOrderedDictionary", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "ListDictionary", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "NameObjectCollectionBase", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "NameValueCollection", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "OrderedDictionary", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "StringCollection", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "StringEnumerator", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "StringDictionary", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "AssociationAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "CompareAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ConcurrencyCheckAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "CreditCardAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "CustomValidationAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "DataType", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "DataTypeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "DisplayAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "DisplayColumnAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "DisplayFormatAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "EditableAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "EmailAddressAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "EnumDataTypeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "FileExtensionsAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "FilterUIHintAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "IValidatableObject", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "KeyAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "MaxLengthAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "MinLengthAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "PhoneAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "RangeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "RegularExpressionAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "RequiredAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ScaffoldColumnAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "StringLengthAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "TimestampAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "UIHintAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "UrlAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ValidationAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ValidationContext", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ValidationException", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ValidationResult", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "Validator", - "Namespace": "System.ComponentModel.DataAnnotations" - }, - { - "Name": "ColumnAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "ComplexTypeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "DatabaseGeneratedAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "DatabaseGeneratedOption", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "ForeignKeyAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "InversePropertyAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "NotMappedAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "TableAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" - }, - { - "Name": "IServiceProvider", - "Namespace": "System" - }, - { - "Name": "CancelEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IChangeTracking", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IEditableObject", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IRevertibleChangeTracking", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AsyncCompletedEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AsyncCompletedEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AsyncOperation", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AsyncOperationManager", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ProgressChangedEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ProgressChangedEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BackgroundWorker", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DoWorkEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DoWorkEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RunWorkerCompletedEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RunWorkerCompletedEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ISynchronizeInvoke", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BrowsableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CategoryAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "Component", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ComponentCollection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DescriptionAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DesignerCategoryAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DesignerSerializationVisibility", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DesignerSerializationVisibilityAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DesignOnlyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DisplayNameAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EventHandlerList", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IComponent", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IContainer", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ImmutableObjectAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InitializationEventAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ISite", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ISupportInitialize", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LocalizableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "MergablePropertyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "NotifyParentPropertyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ParenthesizePropertyNameAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ReadOnlyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RefreshProperties", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RefreshPropertiesAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "UriTypeConverter", - "Namespace": "System" - }, - { - "Name": "ExtendedProtectionPolicyTypeConverter", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "ColorConverter", - "Namespace": "System.Drawing" - }, - { - "Name": "PointConverter", - "Namespace": "System.Drawing" - }, - { - "Name": "RectangleConverter", - "Namespace": "System.Drawing" - }, - { - "Name": "SizeConverter", - "Namespace": "System.Drawing" - }, - { - "Name": "SizeFConverter", - "Namespace": "System.Drawing" - }, - { - "Name": "ElapsedEventArgs", - "Namespace": "System.Timers" - }, - { - "Name": "ElapsedEventHandler", - "Namespace": "System.Timers" - }, - { - "Name": "Timer", - "Namespace": "System.Timers" - }, - { - "Name": "TimersDescriptionAttribute", - "Namespace": "System.Timers" - }, - { - "Name": "ArrayConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BaseNumberConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BooleanConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ByteConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CharConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CollectionConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DateTimeConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DateTimeOffsetConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DecimalConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DoubleConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EnumConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "GuidConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "Int16Converter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "Int32Converter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "Int64Converter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ITypeDescriptorContext", - "Namespace": "System.ComponentModel" - }, - { - "Name": "MultilineStringConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "NullableConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyDescriptor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "SByteConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "SingleConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "StringConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TimeSpanConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TypeConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TypeConverterAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TypeListConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "UInt16Converter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "UInt32Converter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "UInt64Converter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AttributeCollection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AttributeProviderAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CancelEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CollectionChangeAction", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CollectionChangeEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CollectionChangeEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CustomTypeDescriptor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DefaultEventAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DefaultPropertyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EventDescriptor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EventDescriptorCollection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ExtenderProvidedPropertyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "HandledEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "HandledEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ICustomTypeDescriptor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IExtenderProvider", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IListSource", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InvalidAsynchronousStateException", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ITypedList", - "Namespace": "System.ComponentModel" - }, - { - "Name": "MemberDescriptor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyDescriptorCollection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ProvidePropertyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RefreshEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RefreshEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TypeDescriptor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TypeDescriptionProvider", - "Namespace": "System.ComponentModel" - }, - { - "Name": "TypeDescriptionProviderAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AddingNewEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AddingNewEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "AmbientValueAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BindableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BindableSupport", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BindingDirection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "BindingList`1", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IBindingList", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ICancelAddNew", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IRaiseItemChangedEvents", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListChangedEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListChangedEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListSortDirection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListChangedType", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ComplexBindingPropertiesAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ComponentConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ReferenceConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ComponentEditor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "Container", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ContainerFilterService", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InheritanceAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InheritanceLevel", - "Namespace": "System.ComponentModel" - }, - { - "Name": "CultureInfoConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DataObjectAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DataObjectFieldAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DataObjectMethodAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DataObjectMethodType", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DefaultBindingPropertyAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DesignerAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "DesignTimeVisibleAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EditorAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ExpandableObjectConverter", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IBindingListView", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListSortDescriptionCollection", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListSortDescription", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IComNativeDescriptorHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IDataErrorInfo", - "Namespace": "System.ComponentModel" - }, - { - "Name": "INestedContainer", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IIntellisenseBuilder", - "Namespace": "System.ComponentModel" - }, - { - "Name": "INestedSite", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InstallerTypeAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InstanceCreationEditor", - "Namespace": "System.ComponentModel" - }, - { - "Name": "InvalidEnumArgumentException", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ISupportInitializeNotification", - "Namespace": "System.ComponentModel" - }, - { - "Name": "License", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicenseContext", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicenseUsageMode", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicenseException", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicenseManager", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicenseProvider", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicenseProviderAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LicFileLicenseProvider", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ListBindableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "LookupBindingPropertiesAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "MarshalByValueComponent", - "Namespace": "System.ComponentModel" - }, - { - "Name": "MaskedTextProvider", - "Namespace": "System.ComponentModel" - }, - { - "Name": "MaskedTextResultHint", - "Namespace": "System.ComponentModel" - }, - { - "Name": "NestedContainer", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PasswordPropertyTextAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyTabAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyTabScope", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RecommendedAsConfigurableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "RunInstallerAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "SettingsBindableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "SyntaxCheck", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ToolboxItemAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ToolboxItemFilterAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ToolboxItemFilterType", - "Namespace": "System.ComponentModel" - }, - { - "Name": "WarningException", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ComponentResourceManager", - "Namespace": "System.ComponentModel" - }, - { - "Name": "IDictionaryService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IExtenderListService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ITypeDescriptorFilterService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IReferenceService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IDesigner", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerVerbCollection", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerVerb", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "MenuCommand", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "CommandID", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "CheckoutException", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "StandardCommands", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesigntimeLicenseContext", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesigntimeLicenseContextSerializer", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ITypeResolutionService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ActiveDesignerEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ActiveDesignerEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IDesignerHost", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IServiceContainer", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerTransaction", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerTransactionCloseEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerTransactionCloseEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ServiceCreatorCallback", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentChangedEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentChangedEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentChangingEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentChangingEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentRenameEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ComponentRenameEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerCollection", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerEventArgs", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerEventHandler", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "DesignerOptionService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "HelpKeywordAttribute", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "HelpKeywordType", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "HelpContextType", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IDesignerOptionService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IComponentChangeService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IComponentDiscoveryService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IComponentInitializer", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IDesignerEventService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IDesignerFilter", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IDesignerHostTransactionState", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IEventBindingService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IExtenderProviderService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IHelpService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IMenuCommandService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IResourceService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IRootDesigner", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ISelectionService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ITreeDesigner", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ITypeDiscoveryService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ViewTechnology", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "SelectionTypes", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "IInheritanceService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "ServiceContainer", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "StandardToolWindows", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "TypeDescriptionProviderService", - "Namespace": "System.ComponentModel.Design" - }, - { - "Name": "InstanceDescriptor", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "ComponentSerializationService", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "ContextStack", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "DefaultSerializationProviderAttribute", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "DesignerLoader", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "DesignerSerializerAttribute", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "SerializationStore", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "IDesignerLoaderHost", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "IDesignerLoaderHost2", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "IDesignerLoaderService", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "IDesignerSerializationManager", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "IDesignerSerializationProvider", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "IDesignerSerializationService", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "INameCreationService", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "MemberRelationshipService", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "MemberRelationship", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "ResolveNameEventHandler", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "ResolveNameEventArgs", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "RootDesignerSerializerAttribute", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "Console", - "Namespace": "System" - }, - { - "Name": "ConsoleCancelEventHandler", - "Namespace": "System" - }, - { - "Name": "ConsoleCancelEventArgs", - "Namespace": "System" - }, - { - "Name": "ConsoleColor", - "Namespace": "System" - }, - { - "Name": "ConsoleSpecialKey", - "Namespace": "System" - }, - { - "Name": "ConsoleKey", - "Namespace": "System" - }, - { - "Name": "ConsoleKeyInfo", - "Namespace": "System" - }, - { - "Name": "ConsoleModifiers", - "Namespace": "System" - }, - { - "Name": "UpdateStatus", - "Namespace": "System.Data" - }, - { - "Name": "XmlReadMode", - "Namespace": "System.Data" - }, - { - "Name": "XmlWriteMode", - "Namespace": "System.Data" - }, - { - "Name": "AcceptRejectRule", - "Namespace": "System.Data" - }, - { - "Name": "InternalDataCollectionBase", - "Namespace": "System.Data" - }, - { - "Name": "CommandBehavior", - "Namespace": "System.Data" - }, - { - "Name": "CommandType", - "Namespace": "System.Data" - }, - { - "Name": "ConflictOption", - "Namespace": "System.Data" - }, - { - "Name": "ConnectionState", - "Namespace": "System.Data" - }, - { - "Name": "Constraint", - "Namespace": "System.Data" - }, - { - "Name": "ConstraintCollection", - "Namespace": "System.Data" - }, - { - "Name": "DataColumn", - "Namespace": "System.Data" - }, - { - "Name": "DataColumnChangeEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "DataColumnChangeEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "DataColumnCollection", - "Namespace": "System.Data" - }, - { - "Name": "DataException", - "Namespace": "System.Data" - }, - { - "Name": "ConstraintException", - "Namespace": "System.Data" - }, - { - "Name": "DeletedRowInaccessibleException", - "Namespace": "System.Data" - }, - { - "Name": "DuplicateNameException", - "Namespace": "System.Data" - }, - { - "Name": "InRowChangingEventException", - "Namespace": "System.Data" - }, - { - "Name": "InvalidConstraintException", - "Namespace": "System.Data" - }, - { - "Name": "MissingPrimaryKeyException", - "Namespace": "System.Data" - }, - { - "Name": "NoNullAllowedException", - "Namespace": "System.Data" - }, - { - "Name": "ReadOnlyException", - "Namespace": "System.Data" - }, - { - "Name": "RowNotInTableException", - "Namespace": "System.Data" - }, - { - "Name": "VersionNotFoundException", - "Namespace": "System.Data" - }, - { - "Name": "DataRelation", - "Namespace": "System.Data" - }, - { - "Name": "DataRelationCollection", - "Namespace": "System.Data" - }, - { - "Name": "DataRow", - "Namespace": "System.Data" - }, - { - "Name": "DataRowBuilder", - "Namespace": "System.Data" - }, - { - "Name": "DataRowAction", - "Namespace": "System.Data" - }, - { - "Name": "DataRowChangeEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "DataRowChangeEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "DataRowCollection", - "Namespace": "System.Data" - }, - { - "Name": "DataRowState", - "Namespace": "System.Data" - }, - { - "Name": "DataRowVersion", - "Namespace": "System.Data" - }, - { - "Name": "DataRowView", - "Namespace": "System.Data" - }, - { - "Name": "SerializationFormat", - "Namespace": "System.Data" - }, - { - "Name": "DataSet", - "Namespace": "System.Data" - }, - { - "Name": "DataSetDateTime", - "Namespace": "System.Data" - }, - { - "Name": "DataSysDescriptionAttribute", - "Namespace": "System.Data" - }, - { - "Name": "DataTable", - "Namespace": "System.Data" - }, - { - "Name": "DataTableClearEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "DataTableClearEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "DataTableCollection", - "Namespace": "System.Data" - }, - { - "Name": "DataTableNewRowEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "DataTableNewRowEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "DataTableReader", - "Namespace": "System.Data" - }, - { - "Name": "DataView", - "Namespace": "System.Data" - }, - { - "Name": "DataViewManager", - "Namespace": "System.Data" - }, - { - "Name": "DataViewRowState", - "Namespace": "System.Data" - }, - { - "Name": "DataViewSetting", - "Namespace": "System.Data" - }, - { - "Name": "DataViewSettingCollection", - "Namespace": "System.Data" - }, - { - "Name": "DBConcurrencyException", - "Namespace": "System.Data" - }, - { - "Name": "DbType", - "Namespace": "System.Data" - }, - { - "Name": "FillErrorEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "FillErrorEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "ForeignKeyConstraint", - "Namespace": "System.Data" - }, - { - "Name": "IColumnMapping", - "Namespace": "System.Data" - }, - { - "Name": "IColumnMappingCollection", - "Namespace": "System.Data" - }, - { - "Name": "IDataAdapter", - "Namespace": "System.Data" - }, - { - "Name": "IDataParameter", - "Namespace": "System.Data" - }, - { - "Name": "IDataParameterCollection", - "Namespace": "System.Data" - }, - { - "Name": "IDataReader", - "Namespace": "System.Data" - }, - { - "Name": "IDataRecord", - "Namespace": "System.Data" - }, - { - "Name": "IDbCommand", - "Namespace": "System.Data" - }, - { - "Name": "IDbConnection", - "Namespace": "System.Data" - }, - { - "Name": "IDbDataAdapter", - "Namespace": "System.Data" - }, - { - "Name": "IDbDataParameter", - "Namespace": "System.Data" - }, - { - "Name": "IDbTransaction", - "Namespace": "System.Data" - }, - { - "Name": "IsolationLevel", - "Namespace": "System.Data" - }, - { - "Name": "ITableMapping", - "Namespace": "System.Data" - }, - { - "Name": "ITableMappingCollection", - "Namespace": "System.Data" - }, - { - "Name": "KeyRestrictionBehavior", - "Namespace": "System.Data" - }, - { - "Name": "LoadOption", - "Namespace": "System.Data" - }, - { - "Name": "MappingType", - "Namespace": "System.Data" - }, - { - "Name": "MergeFailedEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "MergeFailedEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "MissingMappingAction", - "Namespace": "System.Data" - }, - { - "Name": "MissingSchemaAction", - "Namespace": "System.Data" - }, - { - "Name": "ParameterDirection", - "Namespace": "System.Data" - }, - { - "Name": "PropertyCollection", - "Namespace": "System.Data" - }, - { - "Name": "StatementCompletedEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "StatementCompletedEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "Rule", - "Namespace": "System.Data" - }, - { - "Name": "SchemaSerializationMode", - "Namespace": "System.Data" - }, - { - "Name": "SchemaType", - "Namespace": "System.Data" - }, - { - "Name": "SqlDbType", - "Namespace": "System.Data" - }, - { - "Name": "StateChangeEventArgs", - "Namespace": "System.Data" - }, - { - "Name": "StateChangeEventHandler", - "Namespace": "System.Data" - }, - { - "Name": "StatementType", - "Namespace": "System.Data" - }, - { - "Name": "StrongTypingException", - "Namespace": "System.Data" - }, - { - "Name": "UniqueConstraint", - "Namespace": "System.Data" - }, - { - "Name": "UpdateRowSource", - "Namespace": "System.Data" - }, - { - "Name": "InvalidExpressionException", - "Namespace": "System.Data" - }, - { - "Name": "EvaluateException", - "Namespace": "System.Data" - }, - { - "Name": "SyntaxErrorException", - "Namespace": "System.Data" - }, - { - "Name": "SqlChars", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlDateTime", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlDecimal", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlDouble", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlGuid", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlInt16", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlInt32", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlInt64", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlMoney", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlSingle", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlCompareOptions", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlString", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "StorageState", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlTypeException", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlNullValueException", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlTruncateException", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlNotFilledException", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlAlreadyFilledException", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlXml", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "INullable", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlBinary", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlBoolean", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlByte", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "SqlBytes", - "Namespace": "System.Data.SqlTypes" - }, - { - "Name": "DbColumn", - "Namespace": "System.Data.Common" - }, - { - "Name": "IDbColumnSchemaGenerator", - "Namespace": "System.Data.Common" - }, - { - "Name": "CatalogLocation", - "Namespace": "System.Data.Common" - }, - { - "Name": "DataAdapter", - "Namespace": "System.Data.Common" - }, - { - "Name": "DataColumnMapping", - "Namespace": "System.Data.Common" - }, - { - "Name": "DataColumnMappingCollection", - "Namespace": "System.Data.Common" - }, - { - "Name": "DataTableMapping", - "Namespace": "System.Data.Common" - }, - { - "Name": "DataTableMappingCollection", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbCommand", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbCommandBuilder", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbConnection", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbConnectionStringBuilder", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbDataAdapter", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbDataReader", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbDataReaderExtensions", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbDataRecord", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbDataSourceEnumerator", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbEnumerator", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbException", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbMetaDataCollectionNames", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbMetaDataColumnNames", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbParameter", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbParameterCollection", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbProviderFactory", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbProviderSpecificTypePropertyAttribute", - "Namespace": "System.Data.Common" - }, - { - "Name": "DbTransaction", - "Namespace": "System.Data.Common" - }, - { - "Name": "GroupByBehavior", - "Namespace": "System.Data.Common" - }, - { - "Name": "IdentifierCase", - "Namespace": "System.Data.Common" - }, - { - "Name": "RowUpdatedEventArgs", - "Namespace": "System.Data.Common" - }, - { - "Name": "RowUpdatingEventArgs", - "Namespace": "System.Data.Common" - }, - { - "Name": "SchemaTableColumn", - "Namespace": "System.Data.Common" - }, - { - "Name": "SchemaTableOptionalColumn", - "Namespace": "System.Data.Common" - }, - { - "Name": "SupportedJoinOperators", - "Namespace": "System.Data.Common" - }, - { - "Name": "OperationAbortedException", - "Namespace": "System.Data" - }, - { - "Name": "ApplicationIntent", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlRowsCopiedEventArgs", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlRowsCopiedEventHandler", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SortOrder", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlBulkCopy", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlBulkCopyColumnMapping", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlBulkCopyColumnMappingCollection", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlBulkCopyOptions", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlClientFactory", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlClientMetaDataCollectionNames", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlCommand", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlConnection", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlConnectionStringBuilder", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlDataAdapter", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlDataReader", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlError", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlErrorCollection", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlException", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlInfoMessageEventArgs", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlInfoMessageEventHandler", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlParameter", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlParameterCollection", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlRowUpdatedEventArgs", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlRowUpdatedEventHandler", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlRowUpdatingEventArgs", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlRowUpdatingEventHandler", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlTransaction", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlDataRecord", - "Namespace": "Microsoft.SqlServer.Server" - }, - { - "Name": "SqlMetaData", - "Namespace": "Microsoft.SqlServer.Server" - }, - { - "Name": "DebuggerStepperBoundaryAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerVisualizerAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DiagnosticSource", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DiagnosticListener", - "Namespace": "System.Diagnostics" - }, - { - "Name": "Activity", - "Namespace": "System.Diagnostics" - }, - { - "Name": "FileVersionInfo", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DataReceivedEventHandler", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DataReceivedEventArgs", - "Namespace": "System.Diagnostics" - }, - { - "Name": "Process", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessModule", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessModuleCollection", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessPriorityClass", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessStartInfo", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessThread", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessThreadCollection", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ProcessWindowStyle", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ThreadPriorityLevel", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ThreadState", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ThreadWaitReason", - "Namespace": "System.Diagnostics" - }, - { - "Name": "MonitoringDescriptionAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SafeProcessHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "StackFrameExtensions", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ISymbolBinder", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolBinder1", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolDocument", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolMethod", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolNamespace", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolReader", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolScope", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolVariable", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "ISymbolWriter", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "SymbolToken", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "SymAddressKind", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "SymDocumentType", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "SymLanguageType", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "SymLanguageVendor", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "DelimitedListTraceListener", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TextWriterTraceListener", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ExcludeFromCodeCoverageAttribute", - "Namespace": "System.Diagnostics.CodeAnalysis" - }, - { - "Name": "GeneratedCodeAttribute", - "Namespace": "System.CodeDom.Compiler" - }, - { - "Name": "BooleanSwitch", - "Namespace": "System.Diagnostics" - }, - { - "Name": "CorrelationManager", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DefaultTraceListener", - "Namespace": "System.Diagnostics" - }, - { - "Name": "EventTypeFilter", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SourceFilter", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SourceLevels", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SourceSwitch", - "Namespace": "System.Diagnostics" - }, - { - "Name": "Switch", - "Namespace": "System.Diagnostics" - }, - { - "Name": "Trace", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceEventCache", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceEventType", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceFilter", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceLevel", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceListener", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceListenerCollection", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceOptions", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceSource", - "Namespace": "System.Diagnostics" - }, - { - "Name": "TraceSwitch", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SwitchAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SwitchLevelAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "EventCounter", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "Point", - "Namespace": "System.Drawing" - }, - { - "Name": "PointF", - "Namespace": "System.Drawing" - }, - { - "Name": "Rectangle", - "Namespace": "System.Drawing" - }, - { - "Name": "RectangleF", - "Namespace": "System.Drawing" - }, - { - "Name": "Size", - "Namespace": "System.Drawing" - }, - { - "Name": "SizeF", - "Namespace": "System.Drawing" - }, - { - "Name": "Color", - "Namespace": "System.Drawing" - }, - { - "Name": "ZipArchive", - "Namespace": "System.IO.Compression" - }, - { - "Name": "ZipArchiveEntry", - "Namespace": "System.IO.Compression" - }, - { - "Name": "ZipArchiveMode", - "Namespace": "System.IO.Compression" - }, - { - "Name": "CompressionLevel", - "Namespace": "System.IO.Compression" - }, - { - "Name": "CompressionMode", - "Namespace": "System.IO.Compression" - }, - { - "Name": "GZipStream", - "Namespace": "System.IO.Compression" - }, - { - "Name": "DeflateStream", - "Namespace": "System.IO.Compression" - }, - { - "Name": "ZLibException", - "Namespace": "System.IO.Compression" - }, - { - "Name": "ZipFile", - "Namespace": "System.IO.Compression" - }, - { - "Name": "ZipFileExtensions", - "Namespace": "System.IO.Compression" - }, - { - "Name": "DirectoryObjectSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "DirectorySecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "FileSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "FileSystemAccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "FileSystemAuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "FileSystemRights", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "FileSystemSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "FileSystemAclExtensions", - "Namespace": "System.IO" - }, - { - "Name": "Directory", - "Namespace": "System.IO" - }, - { - "Name": "DirectoryInfo", - "Namespace": "System.IO" - }, - { - "Name": "File", - "Namespace": "System.IO" - }, - { - "Name": "FileInfo", - "Namespace": "System.IO" - }, - { - "Name": "FileSystemInfo", - "Namespace": "System.IO" - }, - { - "Name": "SearchOption", - "Namespace": "System.IO" - }, - { - "Name": "DriveInfo", - "Namespace": "System.IO" - }, - { - "Name": "DriveNotFoundException", - "Namespace": "System.IO" - }, - { - "Name": "DriveType", - "Namespace": "System.IO" - }, - { - "Name": "ErrorEventArgs", - "Namespace": "System.IO" - }, - { - "Name": "ErrorEventHandler", - "Namespace": "System.IO" - }, - { - "Name": "FileSystemEventArgs", - "Namespace": "System.IO" - }, - { - "Name": "FileSystemEventHandler", - "Namespace": "System.IO" - }, - { - "Name": "FileSystemWatcher", - "Namespace": "System.IO" - }, - { - "Name": "InternalBufferOverflowException", - "Namespace": "System.IO" - }, - { - "Name": "NotifyFilters", - "Namespace": "System.IO" - }, - { - "Name": "RenamedEventArgs", - "Namespace": "System.IO" - }, - { - "Name": "RenamedEventHandler", - "Namespace": "System.IO" - }, - { - "Name": "WatcherChangeTypes", - "Namespace": "System.IO" - }, - { - "Name": "WaitForChangedResult", - "Namespace": "System.IO" - }, - { - "Name": "IsolatedStorageException", - "Namespace": "System.IO.IsolatedStorage" - }, - { - "Name": "IsolatedStorageFile", - "Namespace": "System.IO.IsolatedStorage" - }, - { - "Name": "IsolatedStorageFileStream", - "Namespace": "System.IO.IsolatedStorage" - }, - { - "Name": "IsolatedStorage", - "Namespace": "System.IO.IsolatedStorage" - }, - { - "Name": "IsolatedStorageScope", - "Namespace": "System.IO.IsolatedStorage" - }, - { - "Name": "INormalizeForIsolatedStorage", - "Namespace": "System.IO.IsolatedStorage" - }, - { - "Name": "SafeMemoryMappedViewHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeMemoryMappedFileHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "MemoryMappedFileOptions", - "Namespace": "System.IO.MemoryMappedFiles" - }, - { - "Name": "MemoryMappedFileAccess", - "Namespace": "System.IO.MemoryMappedFiles" - }, - { - "Name": "MemoryMappedFile", - "Namespace": "System.IO.MemoryMappedFiles" - }, - { - "Name": "MemoryMappedViewAccessor", - "Namespace": "System.IO.MemoryMappedFiles" - }, - { - "Name": "MemoryMappedViewStream", - "Namespace": "System.IO.MemoryMappedFiles" - }, - { - "Name": "MemoryMappedFileRights", - "Namespace": "System.IO.MemoryMappedFiles" - }, - { - "Name": "FileFormatException", - "Namespace": "System.IO" - }, - { - "Name": "CompressionOption", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "EncryptionOption", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "Package", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackagePart", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackagePartCollection", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackageProperties", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackageRelationship", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackageRelationshipCollection", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackageRelationshipSelector", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackageRelationshipSelectorType", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "PackUriHelper", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "TargetMode", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "ZipPackage", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "ZipPackagePart", - "Namespace": "System.IO.Packaging" - }, - { - "Name": "AnonymousPipeClientStream", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "AnonymousPipeServerStream", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "PipeDirection", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "PipeOptions", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "PipeTransmissionMode", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "NamedPipeClientStream", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "NamedPipeServerStream", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "PipeStreamImpersonationWorker", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "PipeStream", - "Namespace": "System.IO.Pipes" - }, - { - "Name": "SafePipeHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "Enumerable", - "Namespace": "System.Linq" - }, - { - "Name": "IGrouping`2", - "Namespace": "System.Linq" - }, - { - "Name": "Grouping`2", - "Namespace": "System.Linq" - }, - { - "Name": "ILookup`2", - "Namespace": "System.Linq" - }, - { - "Name": "Lookup`2", - "Namespace": "System.Linq" - }, - { - "Name": "IOrderedEnumerable`1", - "Namespace": "System.Linq" - }, - { - "Name": "IRuntimeVariables", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RuntimeOps", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ReadOnlyCollectionBuilder`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RuleCache`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallSite", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallSite`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallSiteBinder", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallSiteOps", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallSiteHelpers", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DynamicAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DebugInfoGenerator", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "Closure", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IQueryable", - "Namespace": "System.Linq" - }, - { - "Name": "IQueryable`1", - "Namespace": "System.Linq" - }, - { - "Name": "IQueryProvider", - "Namespace": "System.Linq" - }, - { - "Name": "IOrderedQueryable", - "Namespace": "System.Linq" - }, - { - "Name": "IOrderedQueryable`1", - "Namespace": "System.Linq" - }, - { - "Name": "BinaryExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "Expression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "BlockExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "CatchBlock", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ConditionalExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ConstantExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "DebugInfoExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "DefaultExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ElementInit", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ExpressionType", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ExpressionVisitor", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "GotoExpressionKind", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "GotoExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "IArgumentProvider", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "IDynamicExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "IndexExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "InvocationExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "LabelExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "LabelTarget", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "LambdaExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "Expression`1", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ListInitExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "LoopExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberAssignment", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberBindingType", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberBinding", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberInitExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberListBinding", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MemberMemberBinding", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "MethodCallExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "NewArrayExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "NewExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "ParameterExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "RuntimeVariablesExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "SwitchCase", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "SwitchExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "SymbolDocumentInfo", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "TryExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "TypeBinaryExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "UnaryExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "DynamicExpressionVisitor", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "DynamicExpression", - "Namespace": "System.Linq.Expressions" - }, - { - "Name": "LightLambda", - "Namespace": "System.Linq.Expressions.Interpreter" - }, - { - "Name": "DynamicMetaObjectBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "DynamicMetaObject", - "Namespace": "System.Dynamic" - }, - { - "Name": "IDynamicMetaObjectProvider", - "Namespace": "System.Dynamic" - }, - { - "Name": "BindingRestrictions", - "Namespace": "System.Dynamic" - }, - { - "Name": "BinaryOperationBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "CallInfo", - "Namespace": "System.Dynamic" - }, - { - "Name": "ExpandoObject", - "Namespace": "System.Dynamic" - }, - { - "Name": "ConvertBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "CreateInstanceBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "DeleteIndexBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "DeleteMemberBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "DynamicObject", - "Namespace": "System.Dynamic" - }, - { - "Name": "GetIndexBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "GetMemberBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "InvokeBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "InvokeMemberBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "SetIndexBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "SetMemberBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "UnaryOperationBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "IInvokeOnGetBinder", - "Namespace": "System.Dynamic" - }, - { - "Name": "OrderedParallelQuery`1", - "Namespace": "System.Linq" - }, - { - "Name": "ParallelQuery", - "Namespace": "System.Linq" - }, - { - "Name": "ParallelQuery`1", - "Namespace": "System.Linq" - }, - { - "Name": "ParallelEnumerable", - "Namespace": "System.Linq" - }, - { - "Name": "ParallelExecutionMode", - "Namespace": "System.Linq" - }, - { - "Name": "ParallelMergeOptions", - "Namespace": "System.Linq" - }, - { - "Name": "EnumerableExecutor", - "Namespace": "System.Linq" - }, - { - "Name": "EnumerableExecutor`1", - "Namespace": "System.Linq" - }, - { - "Name": "EnumerableQuery", - "Namespace": "System.Linq" - }, - { - "Name": "EnumerableQuery`1", - "Namespace": "System.Linq" - }, - { - "Name": "Queryable", - "Namespace": "System.Linq" - }, - { - "Name": "ToStringCodeMethods", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ProcessCodeMethods", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "DeserializingTypeConverter", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "PSAuthorizationManager", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ExecutionPolicy", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ExecutionPolicyScope", - "Namespace": "Microsoft.PowerShell" - }, - { - "Name": "ArgumentToConfigurationDataTransformationAttribute", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" - }, - { - "Name": "DscRemoteOperationsClass", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" - }, - { - "Name": "DscClassCache", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" - }, - { - "Name": "GetCommandCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NounArgumentCompleter", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "HistoryInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetHistoryCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InvokeHistoryCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AddHistoryCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ClearHistoryCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ForEachObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WhereObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetPSDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetStrictModeCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExportModuleMemberCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetModuleCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSEditionArgumentCompleter", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ImportModuleCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ModuleCmdletBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ModuleSpecification", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewModuleCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewModuleManifestCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveModuleCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TestModuleManifestCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ObjectEventRegistrationBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ConnectPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SessionFilterState", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RegisterPSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSSessionConfigurationCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UnregisterPSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SetPSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnablePSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DisablePSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnablePSRemotingCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DisablePSRemotingCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSSessionCapabilityCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DebugJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "DisconnectPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnterPSHostProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExitPSHostProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSHostProcessInfoCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSHostProcessInfo", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InvokeCommandCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewPSSessionConfigurationFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewPSRoleCapabilityFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WSManConfigurationOption", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewPSTransportOptionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewPSSessionOptionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "NewPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ExitPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSRemotingCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSRemotingBaseCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSExecutionCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "PSRunspaceCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnterPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ReceiveJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ReceivePSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutTarget", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "JobCmdletBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemoveJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemovePSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "ResumeJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StartJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "StopJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SuspendJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "TestPSSessionConfigurationFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "WaitJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OpenMode", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FormatDefaultCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutNullCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutDefaultCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutHostCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "OutLineOutputCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "HelpCategoryInvalidException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetHelpCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "GetHelpCodeMethods", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "HelpNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SaveHelpCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UpdatableHelpCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "UpdateHelpCommand", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AliasProvider", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "AliasProviderDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "EnvironmentProvider", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemProvider", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemContentDynamicParametersBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemClearContentDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemContentWriterDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemContentReaderDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemItemProviderDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemProviderGetItemDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FileSystemProviderRemoveItemDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "InternalSymbolicLinkLinkCodeMethods", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FunctionProvider", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "FunctionProviderDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SessionStateProviderBase", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "SessionStateProviderBaseContentReaderWriter", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "VariableProvider", - "Namespace": "Microsoft.PowerShell.Commands" - }, - { - "Name": "RemotingErrorResources", - "Namespace": "Microsoft.PowerShell.Commands.Internal" - }, - { - "Name": "FrontEndCommandBase", - "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" - }, - { - "Name": "OuterFormatShapeCommandBase", - "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" - }, - { - "Name": "OuterFormatTableAndListBase", - "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" - }, - { - "Name": "OuterFormatTableBase", - "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" - }, - { - "Name": "AuthenticationLevel", - "Namespace": "Microsoft.PowerShell.CoreClr.Stubs" - }, - { - "Name": "ImpersonationLevel", - "Namespace": "Microsoft.PowerShell.CoreClr.Stubs" - }, - { - "Name": "CimInstanceAdapter", - "Namespace": "Microsoft.PowerShell.Cim" - }, - { - "Name": "MethodInvocationInfo", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "MethodParameterBindings", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "MethodParameter", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "CmdletAdapter`1", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "BehaviorOnNoMatch", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "QueryBuilder", - "Namespace": "Microsoft.PowerShell.Cmdletization" - }, - { - "Name": "ConfirmImpact", - "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" - }, - { - "Name": "ItemsChoiceType", - "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" - }, - { - "Name": "PowerShellAssemblyLoadContextInitializer", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Platform", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTransactionContext", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RollbackSeverity", - "Namespace": "System.Management.Automation" - }, - { - "Name": "AliasInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ApplicationInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateArgumentsAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateEnumeratedArgumentsAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DSCResourceRunAsCredential", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DscResourceAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DscPropertyAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DscLocalConfigurationManagerAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletCommonMetadataAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletBindingAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "OutputTypeAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DynamicClassImplementationAssemblyAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "AliasAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParameterAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTypeNameAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SupportsWildcardsAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSDefaultValueAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "HiddenAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateLengthAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateRangeKind", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateRangeAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidatePatternAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateScriptAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateCountAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CachedValidValuesGeneratorBase", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateSetAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IValidateSetValuesGenerator", - "Namespace": "System.Management.Automation" - }, - { - "Name": "AllowNullAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "AllowEmptyStringAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "AllowEmptyCollectionAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateDriveAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateUserDriveAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "NullValidationAttributeBase", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateNotNullAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidateNotNullOrEmptyAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ArgumentTransformationAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ChildItemCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ReturnContainers", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Cmdlet", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ShouldProcessReason", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProviderIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DefaultParameterDictionary", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ActionPreference", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ConfirmImpact", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCmdlet", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandCompletion", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CompletionCompleters", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CompletionResultType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CompletionResult", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ArgumentCompleterAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IArgumentCompleter", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RegisterArgumentCompleterCommand", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ArgumentCompletionsAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandLookupEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSModuleAutoLoadingPreference", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandTypes", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTypeName", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SessionCapabilities", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandMetadata", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ConfigurationInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ContentCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCredentialTypes", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCredentialUIOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "GetSymmetricEncryptionKey", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCredential", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSDriveInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProviderInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Breakpoint", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandBreakpoint", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VariableAccessMode", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VariableBreakpoint", - "Namespace": "System.Management.Automation" - }, - { - "Name": "LineBreakpoint", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DebuggerResumeAction", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DebuggerStopEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "BreakpointUpdateType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "BreakpointUpdatedEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSJobStartEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DebugSource", - "Namespace": "System.Management.Automation" - }, - { - "Name": "StartRunspaceDebugProcessingEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProcessRunspaceDebugEndEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DebugModes", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Debugger", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DebuggerCommandResults", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSDebugContext", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CallStackFrame", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DriveManagementIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ImplementedAsType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DscResourceInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DscResourcePropertyInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "EngineIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "FlagsExpression`1", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ErrorCategory", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ErrorCategoryInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ErrorDetails", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ErrorRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IContainsErrorRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IResourceSupplier", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventManager", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEngineEvent", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventSubscriber", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventHandler", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ForwardedEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventReceivedEventHandler", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventUnsubscribedEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventUnsubscribedEventHandler", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventArgsCollection", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEventJob", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ExtendedTypeSystemException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "MethodException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "MethodInvocationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "GetValueException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PropertyNotFoundException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "GetValueInvocationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SetValueException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SetValueInvocationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSInvalidCastException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ExternalScriptInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSSnapInSpecification", - "Namespace": "System.Management.Automation" - }, - { - "Name": "FilterInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "FunctionInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "HostUtilities", - "Namespace": "System.Management.Automation" - }, - { - "Name": "InformationalRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WarningRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DebugRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerboseRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSListModifier", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSListModifier`1", - "Namespace": "System.Management.Automation" - }, - { - "Name": "InvalidPowerShellStateException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSInvocationState", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RunspaceMode", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSInvocationStateInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSInvocationStateChangedEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSInvocationSettings", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RemoteStreamOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PowerShell", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSDataStreams", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCommand", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DataAddedEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DataAddingEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSDataCollection`1", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ICommandRuntime", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ICommandRuntime2", - "Namespace": "System.Management.Automation" - }, - { - "Name": "InformationRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "HostInformationMessage", - "Namespace": "System.Management.Automation" - }, - { - "Name": "InvocationInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RemoteCommandInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ItemCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CopyContainers", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSParseError", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSParser", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSToken", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTokenType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "FlowControlException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "LoopFlowException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "BreakException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ContinueException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ExitException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TerminateException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SplitOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ScriptBlock", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SteppablePipeline", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ScriptBlockToPowerShellNotSupportedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTypeConverter", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ConvertThroughString", - "Namespace": "System.Management.Automation" - }, - { - "Name": "LanguagePrimitives", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ModuleIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IModuleAssemblyInitializer", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IModuleAssemblyCleanup", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSModuleInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ModuleType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ModuleAccessMode", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IDynamicParameters", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SwitchParameter", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandInvocationIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMemberTypes", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMemberViewTypes", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMemberInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSPropertyInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSAliasProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCodeProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSAdaptedProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSNoteProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSVariableProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSScriptProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMethodInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCodeMethod", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSScriptMethod", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMethod", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSParameterizedProperty", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMemberSet", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSPropertySet", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSEvent", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSDynamicMember", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSMemberInfoCollection`1", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ReadOnlyPSMemberInfoCollection`1", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSObject", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSCustomObject", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SettingValueExceptionEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "GettingValueExceptionEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSObjectPropertyDescriptor", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSObjectTypeDescriptor", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSObjectTypeDescriptionProvider", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSReference", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSSecurityException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RemoteException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandParameterInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandParameterSetInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TypeInferenceRuntimePermissions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PathIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProgressRecord", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProgressRecordType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PropertyCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletProviderManagementIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProxyCommand", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSClassInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSClassMemberInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RuntimeDefinedParameter", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RuntimeDefinedParameterDictionary", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSVersionHashTable", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SemanticVersion", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WildcardOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WildcardPattern", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WildcardPatternException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobState", - "Namespace": "System.Management.Automation" - }, - { - "Name": "InvalidJobStateException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobStateInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobStateEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobIdentifier", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IJobDebugger", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Job", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Job2", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobThreadOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ContainerParentJob", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobFailedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobManager", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobDefinition", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobInvocationInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobSourceAdapter", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PowerShellStreams`2", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSJobProxy", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSChildJobProxy", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobDataAddedEventArgs", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PowerShellStreamType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Repository`1", - "Namespace": "System.Management.Automation" - }, - { - "Name": "JobRepository", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RunspaceRepository", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RemotingCapability", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RemotingBehavior", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSSessionTypeOption", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTransportOption", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RunspacePoolStateInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WhereOperatorSelectionMode", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ScriptInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SecurityDescriptorCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandOrigin", - "Namespace": "System.Management.Automation" - }, - { - "Name": "AuthorizationManager", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSSerializer", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSPrimitiveDictionary", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SessionState", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SessionStateEntryVisibility", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSLanguageMode", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSVariable", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ScopedItemOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSPropertyAdapter", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParameterSetMetadata", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParameterMetadata", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PagingParameters", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSVariableIntrinsics", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VariablePath", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WorkflowInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ExtendedTypeDefinition", - "Namespace": "System.Management.Automation" - }, - { - "Name": "FormatViewDefinition", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSControl", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSControlGroupBy", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DisplayEntry", - "Namespace": "System.Management.Automation" - }, - { - "Name": "EntrySelectedBy", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Alignment", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DisplayEntryValueType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomControl", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomControlEntry", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomItemBase", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomItemExpression", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomItemFrame", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomItemNewline", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomItemText", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomEntryBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CustomControlBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ListControl", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ListControlEntry", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ListControlEntryItem", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ListEntryBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ListControlBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TableControl", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TableControlColumnHeader", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TableControlColumn", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TableControlRow", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TableRowDefinitionBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "TableControlBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WideControl", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WideControlEntryItem", - "Namespace": "System.Management.Automation" - }, - { - "Name": "WideControlBuilder", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PathInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PathInfoStack", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SigningOption", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CredentialAttribute", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SignatureStatus", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SignatureType", - "Namespace": "System.Management.Automation" - }, - { - "Name": "Signature", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmsMessageRecipient", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ResolutionPurpose", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSSnapInInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CommandNotFoundException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ScriptRequiresException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ApplicationFailedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProviderCmdlet", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletInvocationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "CmdletProviderInvocationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PipelineStoppedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PipelineClosedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ActionPreferenceStopException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParentContainsErrorRecordException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RedirectedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ScriptCallDepthException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PipelineDepthException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "HaltCommandException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "MetadataException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ValidationMetadataException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ArgumentTransformationMetadataException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParsingMetadataException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSArgumentException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSArgumentNullException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSArgumentOutOfRangeException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSInvalidOperationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSNotImplementedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSNotSupportedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSObjectDisposedException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTraceSource", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParameterBindingException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ParseException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "IncompleteParseException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "RuntimeException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProviderInvocationException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SessionStateCategory", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SessionStateException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "SessionStateUnauthorizedAccessException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProviderNotFoundException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ProviderNameAmbiguousException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "DriveNotFoundException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ItemNotFoundException", - "Namespace": "System.Management.Automation" - }, - { - "Name": "PSTraceSourceOptions", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsCommon", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsData", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsLifecycle", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsDiagnostic", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsCommunications", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsSecurity", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbsOther", - "Namespace": "System.Management.Automation" - }, - { - "Name": "VerbInfo", - "Namespace": "System.Management.Automation" - }, - { - "Name": "ContainerCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "DriveCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "IContentCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "IContentReader", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "IContentWriter", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "IDynamicPropertyCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "ISecurityDescriptorCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "IPropertyCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "ItemCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "NavigationCmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "ICmdletProviderSupportsHelp", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "CmdletProvider", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "CmdletProviderAttribute", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "ProviderCapabilities", - "Namespace": "System.Management.Automation.Provider" - }, - { - "Name": "OriginInfo", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "ProxyAccessType", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSSessionOption", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "CmdletMethodInvoker`1", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSRemotingDataStructureException", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSRemotingTransportException", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSRemotingTransportRedirectException", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSDirectException", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSSessionConfiguration", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "SessionType", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSSenderInfo", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSPrincipal", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSIdentity", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSCertificateDetails", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "PSSessionConfigurationData", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "WSManPluginManagedEntryWrapper", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "WSManPluginManagedEntryInstanceWrapper", - "Namespace": "System.Management.Automation.Remoting" - }, - { - "Name": "WSManServerChannelEvents", - "Namespace": "System.Management.Automation.Remoting.WSMan" - }, - { - "Name": "ActiveSessionsChangedEventArgs", - "Namespace": "System.Management.Automation.Remoting.WSMan" - }, - { - "Name": "PSStreamObjectType", - "Namespace": "System.Management.Automation.Remoting.Internal" - }, - { - "Name": "PSStreamObject", - "Namespace": "System.Management.Automation.Remoting.Internal" - }, - { - "Name": "ChoiceDescription", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "FieldDescription", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "PSHost", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "IHostSupportsInteractiveSession", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "Coordinates", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "Size", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "ReadKeyOptions", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "ControlKeyStates", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "KeyInfo", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "Rectangle", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "BufferCell", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "BufferCellType", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "PSHostRawUserInterface", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "PSHostUserInterface", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "IHostUISupportsMultipleChoiceSelection", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "HostException", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "PromptingException", - "Namespace": "System.Management.Automation.Host" - }, - { - "Name": "Command", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PipelineResultTypes", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "CommandCollection", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "InvalidRunspaceStateException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceState", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PSThreadOptions", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceStateInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceStateEventArgs", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceAvailability", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceAvailabilityEventArgs", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceCapability", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "Runspace", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateProxy", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceFactory", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceOpenModuleLoadException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "CommandParameter", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "CommandParameterCollection", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "InvalidPipelineStateException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PipelineState", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PipelineStateInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PipelineStateEventArgs", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "Pipeline", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PowerShellProcessInstance", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "InvalidRunspacePoolStateException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspacePoolState", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspacePoolStateChangedEventArgs", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspacePoolAvailability", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspacePoolCapability", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspacePool", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "InitialSessionStateEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "ConstrainedSessionStateEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateCommandEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateTypeEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateFormatEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateAssemblyEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateCmdletEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateProviderEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateScriptEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateAliasEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateApplicationEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateFunctionEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SessionStateVariableEntry", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "InitialSessionStateEntryCollection`1", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "InitialSessionState", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "TargetMachineType", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PSSession", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RemotingErrorRecord", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RemotingProgressRecord", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RemotingWarningRecord", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RemotingDebugRecord", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RemotingVerboseRecord", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RemotingInformationRecord", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "AuthenticationMechanism", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PSSessionType", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PSSessionConfigurationAccessMode", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "OutputBufferingMode", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "RunspaceConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "WSManConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "NamedPipeConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "SSHConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "VMConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "ContainerConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "TypeTableLoadException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "TypeData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "TypeMemberData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "NotePropertyData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "AliasPropertyData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "ScriptPropertyData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "CodePropertyData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "ScriptMethodData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "CodeMethodData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PropertySetData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "MemberSetData", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "TypeTable", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "FormatTableLoadException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "FormatTable", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PSConsoleLoadException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PSSnapInException", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PipelineReader`1", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "PipelineWriter", - "Namespace": "System.Management.Automation.Runspaces" - }, - { - "Name": "StaticParameterBinder", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StaticBindingResult", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ParameterBindingResult", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StaticBindingError", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CodeGeneration", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "NullString", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "Ast", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ErrorStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ErrorExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ScriptRequirements", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ScriptBlockAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ParamBlockAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "NamedBlockAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "NamedAttributeArgumentAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AttributeBaseAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AttributeAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TypeConstraintAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ParameterAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StatementBlockAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TypeAttributes", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TypeDefinitionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "UsingStatementKind", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "UsingStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "MemberAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "PropertyAttributes", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "PropertyMemberAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "MethodAttributes", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "FunctionMemberAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "FunctionDefinitionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "IfStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DataStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "LabeledStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "LoopStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ForEachFlags", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ForEachStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ForStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DoWhileStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DoUntilStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "WhileStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "SwitchFlags", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "SwitchStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CatchClauseAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TryStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TrapStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "BreakStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ContinueStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ReturnStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ExitStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ThrowStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "PipelineBaseAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "PipelineAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CommandElementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CommandParameterAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CommandBaseAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CommandAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CommandExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "RedirectionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "RedirectionStream", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "MergingRedirectionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "FileRedirectionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AssignmentStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ConfigurationType", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ConfigurationDefinitionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DynamicKeywordStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "BinaryExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "UnaryExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "BlockStatementAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AttributedExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ConvertExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "MemberExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "InvokeMemberExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "BaseCtorInvokeMemberExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ITypeName", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TypeName", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "GenericTypeName", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ArrayTypeName", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ReflectionTypeName", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TypeExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "VariableExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ConstantExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StringConstantType", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StringConstantExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ExpandableStringExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ScriptBlockExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ArrayLiteralAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "HashtableAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ArrayExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ParenExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "SubExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "UsingExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "IndexExpressionAst", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "CommentHelpInfo", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ICustomAstVisitor", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ICustomAstVisitor2", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DefaultCustomAstVisitor", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DefaultCustomAstVisitor2", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "Parser", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ParseError", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "IScriptPosition", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "IScriptExtent", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ScriptPosition", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ScriptExtent", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AstVisitAction", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AstVisitor", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "AstVisitor2", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "IAstPostVisitHandler", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TokenKind", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TokenFlags", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "TokenTraits", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "Token", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "NumberToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "ParameterToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "VariableToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StringToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StringLiteralToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "StringExpandableToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "LabelToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "RedirectionToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "InputRedirectionToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "MergingRedirectionToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "FileRedirectionToken", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DynamicKeywordNameMode", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DynamicKeywordBodyMode", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DynamicKeyword", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DynamicKeywordProperty", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "DynamicKeywordParameter", - "Namespace": "System.Management.Automation.Language" - }, - { - "Name": "EtwActivity", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "PowerShellTraceTask", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "PowerShellTraceKeywords", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "Tracer", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "PowerShellTraceSource", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "PowerShellTraceSourceFactory", - "Namespace": "System.Management.Automation.Tracing" - }, - { - "Name": "CmdletMetadataAttribute", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "ParsingBaseAttribute", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "AutomationNull", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "InternalCommand", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "CommonParameters", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "DebuggerUtils", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "PSMonitorRunspaceType", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "PSMonitorRunspaceInfo", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "PSStandaloneMonitorRunspaceInfo", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "PSEmbeddedMonitorRunspaceInfo", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "SessionStateKeeper", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "ScriptBlockMemberMethodWrapper", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "ClassOps", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "ShouldProcessParameters", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "TransactionParameters", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "InternalTestHooks", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "SecuritySupport", - "Namespace": "System.Management.Automation.Internal" - }, - { - "Name": "ByteArrayContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "ClientCertificateOption", - "Namespace": "System.Net.Http" - }, - { - "Name": "DelegatingHandler", - "Namespace": "System.Net.Http" - }, - { - "Name": "FormUrlEncodedContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpClient", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpCompletionOption", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpMessageHandler", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpMessageInvoker", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpMethod", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpRequestException", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpRequestMessage", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpResponseMessage", - "Namespace": "System.Net.Http" - }, - { - "Name": "MessageProcessingHandler", - "Namespace": "System.Net.Http" - }, - { - "Name": "MultipartContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "MultipartFormDataContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "StreamContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "StringContent", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpClientHandler", - "Namespace": "System.Net.Http" - }, - { - "Name": "AuthenticationHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "CacheControlHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "ContentDispositionHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "ContentRangeHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "EntityTagHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "HttpContentHeaders", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "HttpHeaders", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "HttpHeaderValueCollection`1", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "HttpRequestHeaders", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "HttpResponseHeaders", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "MediaTypeHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "MediaTypeWithQualityHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "NameValueHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "NameValueWithParametersHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "ProductHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "ProductInfoHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "RangeConditionHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "RangeHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "RangeItemHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "RetryConditionHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "StringWithQualityHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "TransferCodingHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "TransferCodingWithQualityHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "ViaHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "WarningHeaderValue", - "Namespace": "System.Net.Http.Headers" - }, - { - "Name": "CookieUsePolicy", - "Namespace": "System.Net.Http" - }, - { - "Name": "WindowsProxyUsePolicy", - "Namespace": "System.Net.Http" - }, - { - "Name": "WinHttpHandler", - "Namespace": "System.Net.Http" - }, - { - "Name": "HttpListenerPrefixCollection", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerRequest", - "Namespace": "System.Net" - }, - { - "Name": "AuthenticationSchemeSelector", - "Namespace": "System.Net" - }, - { - "Name": "HttpListener", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerBasicIdentity", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerContext", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerException", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerResponse", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerTimeoutManager", - "Namespace": "System.Net" - }, - { - "Name": "HttpListenerWebSocketContext", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "AlternateView", - "Namespace": "System.Net.Mail" - }, - { - "Name": "AlternateViewCollection", - "Namespace": "System.Net.Mail" - }, - { - "Name": "AttachmentBase", - "Namespace": "System.Net.Mail" - }, - { - "Name": "Attachment", - "Namespace": "System.Net.Mail" - }, - { - "Name": "AttachmentCollection", - "Namespace": "System.Net.Mail" - }, - { - "Name": "LinkedResource", - "Namespace": "System.Net.Mail" - }, - { - "Name": "LinkedResourceCollection", - "Namespace": "System.Net.Mail" - }, - { - "Name": "MailAddress", - "Namespace": "System.Net.Mail" - }, - { - "Name": "MailAddressCollection", - "Namespace": "System.Net.Mail" - }, - { - "Name": "DeliveryNotificationOptions", - "Namespace": "System.Net.Mail" - }, - { - "Name": "MailMessage", - "Namespace": "System.Net.Mail" - }, - { - "Name": "MailPriority", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SendCompletedEventHandler", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpDeliveryMethod", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpDeliveryFormat", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpClient", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpException", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpFailedRecipientException", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpFailedRecipientsException", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpStatusCode", - "Namespace": "System.Net.Mail" - }, - { - "Name": "TransferEncoding", - "Namespace": "System.Net.Mime" - }, - { - "Name": "ContentDisposition", - "Namespace": "System.Net.Mime" - }, - { - "Name": "ContentType", - "Namespace": "System.Net.Mime" - }, - { - "Name": "DispositionTypeNames", - "Namespace": "System.Net.Mime" - }, - { - "Name": "MediaTypeNames", - "Namespace": "System.Net.Mime" - }, - { - "Name": "Dns", - "Namespace": "System.Net" - }, - { - "Name": "IPHostEntry", - "Namespace": "System.Net" - }, - { - "Name": "ProtocolType", - "Namespace": "System.Net.Internals" - }, - { - "Name": "DuplicateAddressDetectionState", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "GatewayIPAddressInformation", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "GatewayIPAddressInformationCollection", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IcmpV4Statistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IcmpV6Statistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPAddressInformation", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPAddressInformationCollection", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPGlobalProperties", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPGlobalStatistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPInterfaceProperties", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPInterfaceStatistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPv4InterfaceProperties", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPv4InterfaceStatistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPv6InterfaceProperties", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "MulticastIPAddressInformation", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "MulticastIPAddressInformationCollection", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetBiosNodeType", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkAvailabilityEventArgs", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkAddressChangedEventHandler", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkAvailabilityChangedEventHandler", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkInterface", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkInterfaceComponent", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkInterfaceType", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "OperationalStatus", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PhysicalAddress", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PrefixOrigin", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "ScopeLevel", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "SuffixOrigin", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "TcpConnectionInformation", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "TcpState", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "TcpStatistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "UdpStatistics", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "UnicastIPAddressInformation", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "UnicastIPAddressInformationCollection", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkInformationException", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkChange", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "IPStatus", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "Ping", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PingCompletedEventHandler", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PingCompletedEventArgs", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PingException", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PingOptions", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "PingReply", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "SslProtocols", - "Namespace": "System.Security.Authentication" - }, - { - "Name": "ExchangeAlgorithmType", - "Namespace": "System.Security.Authentication" - }, - { - "Name": "CipherAlgorithmType", - "Namespace": "System.Security.Authentication" - }, - { - "Name": "HashAlgorithmType", - "Namespace": "System.Security.Authentication" - }, - { - "Name": "ChannelBinding", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "ChannelBindingKind", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "AuthenticationSchemes", - "Namespace": "System.Net" - }, - { - "Name": "CookieVariant", - "Namespace": "System.Net" - }, - { - "Name": "Cookie", - "Namespace": "System.Net" - }, - { - "Name": "CookieContainer", - "Namespace": "System.Net" - }, - { - "Name": "PathList", - "Namespace": "System.Net" - }, - { - "Name": "CookieCollection", - "Namespace": "System.Net" - }, - { - "Name": "CookieException", - "Namespace": "System.Net" - }, - { - "Name": "CredentialCache", - "Namespace": "System.Net" - }, - { - "Name": "DecompressionMethods", - "Namespace": "System.Net" - }, - { - "Name": "DnsEndPoint", - "Namespace": "System.Net" - }, - { - "Name": "EndPoint", - "Namespace": "System.Net" - }, - { - "Name": "HttpStatusCode", - "Namespace": "System.Net" - }, - { - "Name": "HttpVersion", - "Namespace": "System.Net" - }, - { - "Name": "ICredentials", - "Namespace": "System.Net" - }, - { - "Name": "ICredentialsByHost", - "Namespace": "System.Net" - }, - { - "Name": "IPAddress", - "Namespace": "System.Net" - }, - { - "Name": "IPEndPoint", - "Namespace": "System.Net" - }, - { - "Name": "IWebProxy", - "Namespace": "System.Net" - }, - { - "Name": "NetworkCredential", - "Namespace": "System.Net" - }, - { - "Name": "TransportContext", - "Namespace": "System.Net" - }, - { - "Name": "SocketAddress", - "Namespace": "System.Net" - }, - { - "Name": "RequestCacheLevel", - "Namespace": "System.Net.Cache" - }, - { - "Name": "RequestCachePolicy", - "Namespace": "System.Net.Cache" - }, - { - "Name": "IPAddressCollection", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "AuthenticationLevel", - "Namespace": "System.Net.Security" - }, - { - "Name": "SslPolicyErrors", - "Namespace": "System.Net.Security" - }, - { - "Name": "SocketException", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "AddressFamily", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketError", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "AuthenticationManager", - "Namespace": "System.Net" - }, - { - "Name": "Authorization", - "Namespace": "System.Net" - }, - { - "Name": "FileWebRequest", - "Namespace": "System.Net" - }, - { - "Name": "FileWebResponse", - "Namespace": "System.Net" - }, - { - "Name": "GlobalProxySelection", - "Namespace": "System.Net" - }, - { - "Name": "HttpContinueDelegate", - "Namespace": "System.Net" - }, - { - "Name": "HttpWebRequest", - "Namespace": "System.Net" - }, - { - "Name": "HttpWebResponse", - "Namespace": "System.Net" - }, - { - "Name": "IAuthenticationModule", - "Namespace": "System.Net" - }, - { - "Name": "ICredentialPolicy", - "Namespace": "System.Net" - }, - { - "Name": "IWebRequestCreate", - "Namespace": "System.Net" - }, - { - "Name": "ProtocolViolationException", - "Namespace": "System.Net" - }, - { - "Name": "WebException", - "Namespace": "System.Net" - }, - { - "Name": "WebExceptionStatus", - "Namespace": "System.Net" - }, - { - "Name": "WebRequest", - "Namespace": "System.Net" - }, - { - "Name": "WebRequestMethods", - "Namespace": "System.Net" - }, - { - "Name": "WebResponse", - "Namespace": "System.Net" - }, - { - "Name": "FtpStatusCode", - "Namespace": "System.Net" - }, - { - "Name": "FtpWebRequest", - "Namespace": "System.Net" - }, - { - "Name": "FtpWebResponse", - "Namespace": "System.Net" - }, - { - "Name": "HttpCacheAgeControl", - "Namespace": "System.Net.Cache" - }, - { - "Name": "HttpRequestCacheLevel", - "Namespace": "System.Net.Cache" - }, - { - "Name": "HttpRequestCachePolicy", - "Namespace": "System.Net.Cache" - }, - { - "Name": "AuthenticationException", - "Namespace": "System.Security.Authentication" - }, - { - "Name": "InvalidCredentialException", - "Namespace": "System.Security.Authentication" - }, - { - "Name": "ExtendedProtectionPolicy", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "PolicyEnforcement", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "ProtectionScenario", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "ServiceNameCollection", - "Namespace": "System.Security.Authentication.ExtendedProtection" - }, - { - "Name": "AuthenticatedStream", - "Namespace": "System.Net.Security" - }, - { - "Name": "EncryptionPolicy", - "Namespace": "System.Net.Security" - }, - { - "Name": "RemoteCertificateValidationCallback", - "Namespace": "System.Net.Security" - }, - { - "Name": "LocalCertificateSelectionCallback", - "Namespace": "System.Net.Security" - }, - { - "Name": "SslStream", - "Namespace": "System.Net.Security" - }, - { - "Name": "ProtectionLevel", - "Namespace": "System.Net.Security" - }, - { - "Name": "NegotiateStream", - "Namespace": "System.Net.Security" - }, - { - "Name": "BindIPEndPoint", - "Namespace": "System.Net" - }, - { - "Name": "ServicePoint", - "Namespace": "System.Net" - }, - { - "Name": "ServicePointManager", - "Namespace": "System.Net" - }, - { - "Name": "SecurityProtocolType", - "Namespace": "System.Net" - }, - { - "Name": "SocketReceiveFromResult", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketReceiveMessageFromResult", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketTaskExtensions", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "IOControlCode", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "IPPacketInformation", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "IPProtectionLevel", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "LingerOption", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "MulticastOption", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "IPv6MulticastOption", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "NetworkStream", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SelectMode", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SendPacketsElement", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "Socket", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketAsyncEventArgs", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketAsyncOperation", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketFlags", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketInformationOptions", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketInformation", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketOptionLevel", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketOptionName", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketShutdown", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "TcpClient", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "TcpListener", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "TransmitFileOptions", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "UdpClient", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "UdpReceiveResult", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "ProtocolFamily", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "ProtocolType", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "SocketType", - "Namespace": "System.Net.Sockets" - }, - { - "Name": "WebClient", - "Namespace": "System.Net" - }, - { - "Name": "OpenReadCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "OpenWriteCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "DownloadStringCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "DownloadDataCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "UploadStringCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "UploadDataCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "UploadFileCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "UploadValuesCompletedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "DownloadProgressChangedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "UploadProgressChangedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "WriteStreamClosedEventHandler", - "Namespace": "System.Net" - }, - { - "Name": "OpenReadCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "OpenWriteCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "DownloadStringCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "DownloadDataCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "UploadStringCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "UploadDataCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "UploadFileCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "UploadValuesCompletedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "DownloadProgressChangedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "UploadProgressChangedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "WriteStreamClosedEventArgs", - "Namespace": "System.Net" - }, - { - "Name": "WebHeaderCollection", - "Namespace": "System.Net" - }, - { - "Name": "HttpResponseHeader", - "Namespace": "System.Net" - }, - { - "Name": "HttpRequestHeader", - "Namespace": "System.Net" - }, - { - "Name": "IWebProxyScript", - "Namespace": "System.Net" - }, - { - "Name": "WebProxy", - "Namespace": "System.Net" - }, - { - "Name": "ClientWebSocket", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "ClientWebSocketOptions", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocket", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketCloseStatus", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketContext", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketError", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketException", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketMessageType", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketReceiveResult", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "WebSocketState", - "Namespace": "System.Net.WebSockets" - }, - { - "Name": "Vector`1", - "Namespace": "System.Numerics" - }, - { - "Name": "Vector", - "Namespace": "System.Numerics" - }, - { - "Name": "Matrix3x2", - "Namespace": "System.Numerics" - }, - { - "Name": "Matrix4x4", - "Namespace": "System.Numerics" - }, - { - "Name": "Plane", - "Namespace": "System.Numerics" - }, - { - "Name": "Quaternion", - "Namespace": "System.Numerics" - }, - { - "Name": "Vector2", - "Namespace": "System.Numerics" - }, - { - "Name": "Vector3", - "Namespace": "System.Numerics" - }, - { - "Name": "Vector4", - "Namespace": "System.Numerics" - }, - { - "Name": "ICommand", - "Namespace": "System.Windows.Input" - }, - { - "Name": "DataErrorsChangedEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "INotifyDataErrorInfo", - "Namespace": "System.ComponentModel" - }, - { - "Name": "INotifyPropertyChanged", - "Namespace": "System.ComponentModel" - }, - { - "Name": "INotifyPropertyChanging", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyChangedEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyChangedEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyChangingEventArgs", - "Namespace": "System.ComponentModel" - }, - { - "Name": "PropertyChangingEventHandler", - "Namespace": "System.ComponentModel" - }, - { - "Name": "KeyedCollection`2", - "Namespace": "System.Collections.ObjectModel" - }, - { - "Name": "ObservableCollection`1", - "Namespace": "System.Collections.ObjectModel" - }, - { - "Name": "ReadOnlyDictionary`2", - "Namespace": "System.Collections.ObjectModel" - }, - { - "Name": "ReadOnlyObservableCollection`1", - "Namespace": "System.Collections.ObjectModel" - }, - { - "Name": "INotifyCollectionChanged", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "NotifyCollectionChangedAction", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "NotifyCollectionChangedEventArgs", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "NotifyCollectionChangedEventHandler", - "Namespace": "System.Collections.Specialized" - }, - { - "Name": "SafeWaitHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "CriticalHandleMinusOneIsInvalid", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "CriticalHandleZeroOrMinusOneIsInvalid", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeHandleMinusOneIsInvalid", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeHandleZeroOrMinusOneIsInvalid", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeFileHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "Console", - "Namespace": "Internal" - }, - { - "Name": "EnvironmentAugments", - "Namespace": "Internal.Runtime.Augments" - }, - { - "Name": "RuntimeThread", - "Namespace": "Internal.Runtime.Augments" - }, - { - "Name": "AggregateException", - "Namespace": "System" - }, - { - "Name": "AppContext", - "Namespace": "System" - }, - { - "Name": "Object", - "Namespace": "System" - }, - { - "Name": "Array", - "Namespace": "System" - }, - { - "Name": "ArraySegment`1", - "Namespace": "System" - }, - { - "Name": "Tuple", - "Namespace": "System" - }, - { - "Name": "Tuple`1", - "Namespace": "System" - }, - { - "Name": "Tuple`2", - "Namespace": "System" - }, - { - "Name": "Tuple`3", - "Namespace": "System" - }, - { - "Name": "Tuple`4", - "Namespace": "System" - }, - { - "Name": "Tuple`5", - "Namespace": "System" - }, - { - "Name": "Tuple`6", - "Namespace": "System" - }, - { - "Name": "Tuple`7", - "Namespace": "System" - }, - { - "Name": "Tuple`8", - "Namespace": "System" - }, - { - "Name": "String", - "Namespace": "System" - }, - { - "Name": "Exception", - "Namespace": "System" - }, - { - "Name": "DateTime", - "Namespace": "System" - }, - { - "Name": "OutOfMemoryException", - "Namespace": "System" - }, - { - "Name": "Delegate", - "Namespace": "System" - }, - { - "Name": "MulticastDelegate", - "Namespace": "System" - }, - { - "Name": "Activator", - "Namespace": "System" - }, - { - "Name": "AccessViolationException", - "Namespace": "System" - }, - { - "Name": "ArgIterator", - "Namespace": "System" - }, - { - "Name": "Attribute", - "Namespace": "System" - }, - { - "Name": "BadImageFormatException", - "Namespace": "System" - }, - { - "Name": "BitConverter", - "Namespace": "System" - }, - { - "Name": "Boolean", - "Namespace": "System" - }, - { - "Name": "Buffer", - "Namespace": "System" - }, - { - "Name": "Byte", - "Namespace": "System" - }, - { - "Name": "Decimal", - "Namespace": "System" - }, - { - "Name": "Double", - "Namespace": "System" - }, - { - "Name": "Enum", - "Namespace": "System" - }, - { - "Name": "EnvironmentVariableTarget", - "Namespace": "System" - }, - { - "Name": "GCCollectionMode", - "Namespace": "System" - }, - { - "Name": "GCNotificationStatus", - "Namespace": "System" - }, - { - "Name": "GC", - "Namespace": "System" - }, - { - "Name": "Guid", - "Namespace": "System" - }, - { - "Name": "InsufficientMemoryException", - "Namespace": "System" - }, - { - "Name": "Int16", - "Namespace": "System" - }, - { - "Name": "Int32", - "Namespace": "System" - }, - { - "Name": "Int64", - "Namespace": "System" - }, - { - "Name": "IntPtr", - "Namespace": "System" - }, - { - "Name": "Math", - "Namespace": "System" - }, - { - "Name": "MathF", - "Namespace": "System" - }, - { - "Name": "MissingFieldException", - "Namespace": "System" - }, - { - "Name": "MissingMemberException", - "Namespace": "System" - }, - { - "Name": "NonSerializedAttribute", - "Namespace": "System" - }, - { - "Name": "RuntimeArgumentHandle", - "Namespace": "System" - }, - { - "Name": "RuntimeTypeHandle", - "Namespace": "System" - }, - { - "Name": "RuntimeMethodHandle", - "Namespace": "System" - }, - { - "Name": "RuntimeFieldHandle", - "Namespace": "System" - }, - { - "Name": "ModuleHandle", - "Namespace": "System" - }, - { - "Name": "SByte", - "Namespace": "System" - }, - { - "Name": "SerializableAttribute", - "Namespace": "System" - }, - { - "Name": "Single", - "Namespace": "System" - }, - { - "Name": "TimeSpan", - "Namespace": "System" - }, - { - "Name": "TimeZoneInfo", - "Namespace": "System" - }, - { - "Name": "Type", - "Namespace": "System" - }, - { - "Name": "TypedReference", - "Namespace": "System" - }, - { - "Name": "TypeLoadException", - "Namespace": "System" - }, - { - "Name": "UInt16", - "Namespace": "System" - }, - { - "Name": "UInt32", - "Namespace": "System" - }, - { - "Name": "UInt64", - "Namespace": "System" - }, - { - "Name": "UIntPtr", - "Namespace": "System" - }, - { - "Name": "ValueType", - "Namespace": "System" - }, - { - "Name": "WeakReference", - "Namespace": "System" - }, - { - "Name": "WeakReference`1", - "Namespace": "System" - }, - { - "Name": "Nullable`1", - "Namespace": "System" - }, - { - "Name": "Nullable", - "Namespace": "System" - }, - { - "Name": "Action`1", - "Namespace": "System" - }, - { - "Name": "Action", - "Namespace": "System" - }, - { - "Name": "Action`2", - "Namespace": "System" - }, - { - "Name": "Action`3", - "Namespace": "System" - }, - { - "Name": "Action`4", - "Namespace": "System" - }, - { - "Name": "Func`1", - "Namespace": "System" - }, - { - "Name": "Func`2", - "Namespace": "System" - }, - { - "Name": "Func`3", - "Namespace": "System" - }, - { - "Name": "Func`4", - "Namespace": "System" - }, - { - "Name": "Func`5", - "Namespace": "System" - }, - { - "Name": "Action`5", - "Namespace": "System" - }, - { - "Name": "Action`6", - "Namespace": "System" - }, - { - "Name": "Action`7", - "Namespace": "System" - }, - { - "Name": "Action`8", - "Namespace": "System" - }, - { - "Name": "Func`6", - "Namespace": "System" - }, - { - "Name": "Func`7", - "Namespace": "System" - }, - { - "Name": "Func`8", - "Namespace": "System" - }, - { - "Name": "Func`9", - "Namespace": "System" - }, - { - "Name": "Comparison`1", - "Namespace": "System" - }, - { - "Name": "Converter`2", - "Namespace": "System" - }, - { - "Name": "Predicate`1", - "Namespace": "System" - }, - { - "Name": "ApplicationException", - "Namespace": "System" - }, - { - "Name": "ArgumentException", - "Namespace": "System" - }, - { - "Name": "ArgumentNullException", - "Namespace": "System" - }, - { - "Name": "ArgumentOutOfRangeException", - "Namespace": "System" - }, - { - "Name": "ArithmeticException", - "Namespace": "System" - }, - { - "Name": "ArrayTypeMismatchException", - "Namespace": "System" - }, - { - "Name": "AssemblyLoadEventArgs", - "Namespace": "System" - }, - { - "Name": "AssemblyLoadEventHandler", - "Namespace": "System" - }, - { - "Name": "AsyncCallback", - "Namespace": "System" - }, - { - "Name": "AttributeTargets", - "Namespace": "System" - }, - { - "Name": "AttributeUsageAttribute", - "Namespace": "System" - }, - { - "Name": "Char", - "Namespace": "System" - }, - { - "Name": "CharEnumerator", - "Namespace": "System" - }, - { - "Name": "CLSCompliantAttribute", - "Namespace": "System" - }, - { - "Name": "Base64FormattingOptions", - "Namespace": "System" - }, - { - "Name": "Convert", - "Namespace": "System" - }, - { - "Name": "DataMisalignedException", - "Namespace": "System" - }, - { - "Name": "DateTimeKind", - "Namespace": "System" - }, - { - "Name": "DateTimeOffset", - "Namespace": "System" - }, - { - "Name": "DayOfWeek", - "Namespace": "System" - }, - { - "Name": "DBNull", - "Namespace": "System" - }, - { - "Name": "DivideByZeroException", - "Namespace": "System" - }, - { - "Name": "DllNotFoundException", - "Namespace": "System" - }, - { - "Name": "DuplicateWaitObjectException", - "Namespace": "System" - }, - { - "Name": "EntryPointNotFoundException", - "Namespace": "System" - }, - { - "Name": "EventArgs", - "Namespace": "System" - }, - { - "Name": "EventHandler", - "Namespace": "System" - }, - { - "Name": "EventHandler`1", - "Namespace": "System" - }, - { - "Name": "ExecutionEngineException", - "Namespace": "System" - }, - { - "Name": "FieldAccessException", - "Namespace": "System" - }, - { - "Name": "FlagsAttribute", - "Namespace": "System" - }, - { - "Name": "FormatException", - "Namespace": "System" - }, - { - "Name": "FormattableString", - "Namespace": "System" - }, - { - "Name": "IAsyncResult", - "Namespace": "System" - }, - { - "Name": "ICloneable", - "Namespace": "System" - }, - { - "Name": "IComparable", - "Namespace": "System" - }, - { - "Name": "IComparable`1", - "Namespace": "System" - }, - { - "Name": "IConvertible", - "Namespace": "System" - }, - { - "Name": "ICustomFormatter", - "Namespace": "System" - }, - { - "Name": "IDisposable", - "Namespace": "System" - }, - { - "Name": "IEquatable`1", - "Namespace": "System" - }, - { - "Name": "IFormatProvider", - "Namespace": "System" - }, - { - "Name": "IFormattable", - "Namespace": "System" - }, - { - "Name": "IndexOutOfRangeException", - "Namespace": "System" - }, - { - "Name": "InsufficientExecutionStackException", - "Namespace": "System" - }, - { - "Name": "InvalidCastException", - "Namespace": "System" - }, - { - "Name": "InvalidOperationException", - "Namespace": "System" - }, - { - "Name": "InvalidProgramException", - "Namespace": "System" - }, - { - "Name": "InvalidTimeZoneException", - "Namespace": "System" - }, - { - "Name": "IObservable`1", - "Namespace": "System" - }, - { - "Name": "IObserver`1", - "Namespace": "System" - }, - { - "Name": "IProgress`1", - "Namespace": "System" - }, - { - "Name": "Lazy`1", - "Namespace": "System" - }, - { - "Name": "MarshalByRefObject", - "Namespace": "System" - }, - { - "Name": "MemberAccessException", - "Namespace": "System" - }, - { - "Name": "MethodAccessException", - "Namespace": "System" - }, - { - "Name": "MidpointRounding", - "Namespace": "System" - }, - { - "Name": "MissingMethodException", - "Namespace": "System" - }, - { - "Name": "MulticastNotSupportedException", - "Namespace": "System" - }, - { - "Name": "NotFiniteNumberException", - "Namespace": "System" - }, - { - "Name": "NotImplementedException", - "Namespace": "System" - }, - { - "Name": "NotSupportedException", - "Namespace": "System" - }, - { - "Name": "NullReferenceException", - "Namespace": "System" - }, - { - "Name": "ObjectDisposedException", - "Namespace": "System" - }, - { - "Name": "ObsoleteAttribute", - "Namespace": "System" - }, - { - "Name": "OperationCanceledException", - "Namespace": "System" - }, - { - "Name": "OverflowException", - "Namespace": "System" - }, - { - "Name": "ParamArrayAttribute", - "Namespace": "System" - }, - { - "Name": "PlatformNotSupportedException", - "Namespace": "System" - }, - { - "Name": "Progress`1", - "Namespace": "System" - }, - { - "Name": "Random", - "Namespace": "System" - }, - { - "Name": "RankException", - "Namespace": "System" - }, - { - "Name": "ReadOnlySpan`1", - "Namespace": "System" - }, - { - "Name": "ResolveEventArgs", - "Namespace": "System" - }, - { - "Name": "ResolveEventHandler", - "Namespace": "System" - }, - { - "Name": "Span`1", - "Namespace": "System" - }, - { - "Name": "Span", - "Namespace": "System" - }, - { - "Name": "StackOverflowException", - "Namespace": "System" - }, - { - "Name": "StringComparer", - "Namespace": "System" - }, - { - "Name": "StringComparison", - "Namespace": "System" - }, - { - "Name": "StringSplitOptions", - "Namespace": "System" - }, - { - "Name": "SystemException", - "Namespace": "System" - }, - { - "Name": "STAThreadAttribute", - "Namespace": "System" - }, - { - "Name": "MTAThreadAttribute", - "Namespace": "System" - }, - { - "Name": "ThreadStaticAttribute", - "Namespace": "System" - }, - { - "Name": "TimeoutException", - "Namespace": "System" - }, - { - "Name": "TimeZone", - "Namespace": "System" - }, - { - "Name": "TimeZoneNotFoundException", - "Namespace": "System" - }, - { - "Name": "TupleExtensions", - "Namespace": "System" - }, - { - "Name": "TypeAccessException", - "Namespace": "System" - }, - { - "Name": "TypeCode", - "Namespace": "System" - }, - { - "Name": "TypeInitializationException", - "Namespace": "System" - }, - { - "Name": "TypeUnloadedException", - "Namespace": "System" - }, - { - "Name": "UnauthorizedAccessException", - "Namespace": "System" - }, - { - "Name": "UnhandledExceptionEventArgs", - "Namespace": "System" - }, - { - "Name": "UnhandledExceptionEventHandler", - "Namespace": "System" - }, - { - "Name": "ValueTuple", - "Namespace": "System" - }, - { - "Name": "ValueTuple`1", - "Namespace": "System" - }, - { - "Name": "ValueTuple`2", - "Namespace": "System" - }, - { - "Name": "ValueTuple`3", - "Namespace": "System" - }, - { - "Name": "ValueTuple`4", - "Namespace": "System" - }, - { - "Name": "ValueTuple`5", - "Namespace": "System" - }, - { - "Name": "ValueTuple`6", - "Namespace": "System" - }, - { - "Name": "ValueTuple`7", - "Namespace": "System" - }, - { - "Name": "ValueTuple`8", - "Namespace": "System" - }, - { - "Name": "Version", - "Namespace": "System" - }, - { - "Name": "Void", - "Namespace": "System" - }, - { - "Name": "AssemblyHashAlgorithm", - "Namespace": "System.Configuration.Assemblies" - }, - { - "Name": "AssemblyVersionCompatibility", - "Namespace": "System.Configuration.Assemblies" - }, - { - "Name": "DefaultValueAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EditorBrowsableAttribute", - "Namespace": "System.ComponentModel" - }, - { - "Name": "EditorBrowsableState", - "Namespace": "System.ComponentModel" - }, - { - "Name": "ResourceManager", - "Namespace": "System.Resources" - }, - { - "Name": "ResourceReader", - "Namespace": "System.Resources" - }, - { - "Name": "ResourceSet", - "Namespace": "System.Resources" - }, - { - "Name": "IResourceReader", - "Namespace": "System.Resources" - }, - { - "Name": "MissingManifestResourceException", - "Namespace": "System.Resources" - }, - { - "Name": "MissingSatelliteAssemblyException", - "Namespace": "System.Resources" - }, - { - "Name": "NeutralResourcesLanguageAttribute", - "Namespace": "System.Resources" - }, - { - "Name": "SatelliteContractVersionAttribute", - "Namespace": "System.Resources" - }, - { - "Name": "UltimateResourceFallbackLocation", - "Namespace": "System.Resources" - }, - { - "Name": "Debugger", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerStepThroughAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerHiddenAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerNonUserCodeAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggableAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerBrowsableState", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerBrowsableAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerTypeProxyAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "DebuggerDisplayAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "StackTrace", - "Namespace": "System.Diagnostics" - }, - { - "Name": "StackFrame", - "Namespace": "System.Diagnostics" - }, - { - "Name": "ConditionalAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "Debug", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SuppressMessageAttribute", - "Namespace": "System.Diagnostics.CodeAnalysis" - }, - { - "Name": "ISymbolDocumentWriter", - "Namespace": "System.Diagnostics.SymbolStore" - }, - { - "Name": "PureAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractClassAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractClassForAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractInvariantMethodAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractReferenceAssemblyAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractRuntimeIgnoredAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractVerificationAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractPublicPropertyNameAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractArgumentValidatorAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractAbbreviatorAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractOptionAttribute", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "Contract", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractFailureKind", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractFailedEventArgs", - "Namespace": "System.Diagnostics.Contracts" - }, - { - "Name": "ContractHelper", - "Namespace": "System.Diagnostics.Contracts.Internal" - }, - { - "Name": "EventSource", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventActivityOptions", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventSourceSettings", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventListener", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventCommandEventArgs", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventSourceCreatedEventArgs", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventWrittenEventArgs", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventSourceAttribute", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventAttribute", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "NonEventAttribute", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventCommand", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventManifestOptions", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventSourceException", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventLevel", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventTask", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventOpcode", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventChannel", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventKeywords", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventDataAttribute", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventFieldTags", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventFieldAttribute", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventFieldFormat", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventIgnoreAttribute", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventSourceOptions", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "EventTags", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "TraceLoggingEventTypes", - "Namespace": "System.Diagnostics.Tracing" - }, - { - "Name": "BinaryReader", - "Namespace": "System.IO" - }, - { - "Name": "BinaryWriter", - "Namespace": "System.IO" - }, - { - "Name": "FileLoadException", - "Namespace": "System.IO" - }, - { - "Name": "FileNotFoundException", - "Namespace": "System.IO" - }, - { - "Name": "IOException", - "Namespace": "System.IO" - }, - { - "Name": "MemoryStream", - "Namespace": "System.IO" - }, - { - "Name": "Stream", - "Namespace": "System.IO" - }, - { - "Name": "UnmanagedMemoryAccessor", - "Namespace": "System.IO" - }, - { - "Name": "DirectoryNotFoundException", - "Namespace": "System.IO" - }, - { - "Name": "EndOfStreamException", - "Namespace": "System.IO" - }, - { - "Name": "FileAccess", - "Namespace": "System.IO" - }, - { - "Name": "FileMode", - "Namespace": "System.IO" - }, - { - "Name": "FileOptions", - "Namespace": "System.IO" - }, - { - "Name": "FileShare", - "Namespace": "System.IO" - }, - { - "Name": "FileStream", - "Namespace": "System.IO" - }, - { - "Name": "Path", - "Namespace": "System.IO" - }, - { - "Name": "PathTooLongException", - "Namespace": "System.IO" - }, - { - "Name": "SeekOrigin", - "Namespace": "System.IO" - }, - { - "Name": "UnmanagedMemoryStream", - "Namespace": "System.IO" - }, - { - "Name": "ArrayPool`1", - "Namespace": "System.Buffers" - }, - { - "Name": "AllowPartiallyTrustedCallersAttribute", - "Namespace": "System.Security" - }, - { - "Name": "PartialTrustVisibilityLevel", - "Namespace": "System.Security" - }, - { - "Name": "SecureString", - "Namespace": "System.Security" - }, - { - "Name": "SecurityCriticalAttribute", - "Namespace": "System.Security" - }, - { - "Name": "SecurityCriticalScope", - "Namespace": "System.Security" - }, - { - "Name": "SecurityException", - "Namespace": "System.Security" - }, - { - "Name": "SecurityRulesAttribute", - "Namespace": "System.Security" - }, - { - "Name": "SecurityRuleSet", - "Namespace": "System.Security" - }, - { - "Name": "SecuritySafeCriticalAttribute", - "Namespace": "System.Security" - }, - { - "Name": "SecurityTransparentAttribute", - "Namespace": "System.Security" - }, - { - "Name": "SecurityTreatAsSafeAttribute", - "Namespace": "System.Security" - }, - { - "Name": "SuppressUnmanagedCodeSecurityAttribute", - "Namespace": "System.Security" - }, - { - "Name": "UnverifiableCodeAttribute", - "Namespace": "System.Security" - }, - { - "Name": "VerificationException", - "Namespace": "System.Security" - }, - { - "Name": "CryptographicException", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SynchronizationContext", - "Namespace": "System.Threading" - }, - { - "Name": "EventWaitHandle", - "Namespace": "System.Threading" - }, - { - "Name": "Interlocked", - "Namespace": "System.Threading" - }, - { - "Name": "Monitor", - "Namespace": "System.Threading" - }, - { - "Name": "Mutex", - "Namespace": "System.Threading" - }, - { - "Name": "NativeOverlapped", - "Namespace": "System.Threading" - }, - { - "Name": "Overlapped", - "Namespace": "System.Threading" - }, - { - "Name": "Semaphore", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadInterruptedException", - "Namespace": "System.Threading" - }, - { - "Name": "RegisteredWaitHandle", - "Namespace": "System.Threading" - }, - { - "Name": "WaitCallback", - "Namespace": "System.Threading" - }, - { - "Name": "WaitOrTimerCallback", - "Namespace": "System.Threading" - }, - { - "Name": "IOCompletionCallback", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadPool", - "Namespace": "System.Threading" - }, - { - "Name": "TimerCallback", - "Namespace": "System.Threading" - }, - { - "Name": "Timer", - "Namespace": "System.Threading" - }, - { - "Name": "Volatile", - "Namespace": "System.Threading" - }, - { - "Name": "WaitHandle", - "Namespace": "System.Threading" - }, - { - "Name": "SpinLock", - "Namespace": "System.Threading" - }, - { - "Name": "SpinWait", - "Namespace": "System.Threading" - }, - { - "Name": "LazyInitializer", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadLocal`1", - "Namespace": "System.Threading" - }, - { - "Name": "LockRecursionPolicy", - "Namespace": "System.Threading" - }, - { - "Name": "ReaderWriterLockSlim", - "Namespace": "System.Threading" - }, - { - "Name": "SemaphoreSlim", - "Namespace": "System.Threading" - }, - { - "Name": "ManualResetEventSlim", - "Namespace": "System.Threading" - }, - { - "Name": "CancellationTokenRegistration", - "Namespace": "System.Threading" - }, - { - "Name": "CancellationTokenSource", - "Namespace": "System.Threading" - }, - { - "Name": "CancellationToken", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadPoolBoundHandle", - "Namespace": "System.Threading" - }, - { - "Name": "PreAllocatedOverlapped", - "Namespace": "System.Threading" - }, - { - "Name": "AbandonedMutexException", - "Namespace": "System.Threading" - }, - { - "Name": "ApartmentState", - "Namespace": "System.Threading" - }, - { - "Name": "AsyncLocal`1", - "Namespace": "System.Threading" - }, - { - "Name": "AsyncLocalValueChangedArgs`1", - "Namespace": "System.Threading" - }, - { - "Name": "AutoResetEvent", - "Namespace": "System.Threading" - }, - { - "Name": "EventResetMode", - "Namespace": "System.Threading" - }, - { - "Name": "ContextCallback", - "Namespace": "System.Threading" - }, - { - "Name": "ExecutionContext", - "Namespace": "System.Threading" - }, - { - "Name": "AsyncFlowControl", - "Namespace": "System.Threading" - }, - { - "Name": "LazyThreadSafetyMode", - "Namespace": "System.Threading" - }, - { - "Name": "LockRecursionException", - "Namespace": "System.Threading" - }, - { - "Name": "ManualResetEvent", - "Namespace": "System.Threading" - }, - { - "Name": "ParameterizedThreadStart", - "Namespace": "System.Threading" - }, - { - "Name": "SemaphoreFullException", - "Namespace": "System.Threading" - }, - { - "Name": "SendOrPostCallback", - "Namespace": "System.Threading" - }, - { - "Name": "SynchronizationLockException", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadAbortException", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadPriority", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadStart", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadStartException", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadState", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadStateException", - "Namespace": "System.Threading" - }, - { - "Name": "Timeout", - "Namespace": "System.Threading" - }, - { - "Name": "WaitHandleCannotBeOpenedException", - "Namespace": "System.Threading" - }, - { - "Name": "Task`1", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskFactory`1", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskStatus", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "Task", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskCreationOptions", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskContinuationOptions", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskFactory", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskScheduler", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "UnobservedTaskExceptionEventArgs", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskCompletionSource`1", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "ConcurrentExclusiveSchedulerPair", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskCanceledException", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskExtensions", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "TaskSchedulerException", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "Calendar", - "Namespace": "System.Globalization" - }, - { - "Name": "CharUnicodeInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "CompareOptions", - "Namespace": "System.Globalization" - }, - { - "Name": "CompareInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "CultureInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "GregorianCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "IdnMapping", - "Namespace": "System.Globalization" - }, - { - "Name": "RegionInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "TextElementEnumerator", - "Namespace": "System.Globalization" - }, - { - "Name": "TextInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "CalendarAlgorithmType", - "Namespace": "System.Globalization" - }, - { - "Name": "CalendarWeekRule", - "Namespace": "System.Globalization" - }, - { - "Name": "ChineseLunisolarCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "CultureNotFoundException", - "Namespace": "System.Globalization" - }, - { - "Name": "CultureTypes", - "Namespace": "System.Globalization" - }, - { - "Name": "DateTimeFormatInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "DateTimeStyles", - "Namespace": "System.Globalization" - }, - { - "Name": "DaylightTime", - "Namespace": "System.Globalization" - }, - { - "Name": "DigitShapes", - "Namespace": "System.Globalization" - }, - { - "Name": "EastAsianLunisolarCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "GregorianCalendarTypes", - "Namespace": "System.Globalization" - }, - { - "Name": "HebrewCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "HijriCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "JapaneseCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "JapaneseLunisolarCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "JulianCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "KoreanCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "KoreanLunisolarCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "NumberFormatInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "NumberStyles", - "Namespace": "System.Globalization" - }, - { - "Name": "PersianCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "SortKey", - "Namespace": "System.Globalization" - }, - { - "Name": "SortVersion", - "Namespace": "System.Globalization" - }, - { - "Name": "StringInfo", - "Namespace": "System.Globalization" - }, - { - "Name": "TaiwanCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "TaiwanLunisolarCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "ThaiBuddhistCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "TimeSpanStyles", - "Namespace": "System.Globalization" - }, - { - "Name": "UmAlQuraCalendar", - "Namespace": "System.Globalization" - }, - { - "Name": "UnicodeCategory", - "Namespace": "System.Globalization" - }, - { - "Name": "Assembly", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyName", - "Namespace": "System.Reflection" - }, - { - "Name": "CustomAttributeExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "ConstructorInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "CustomAttributeData", - "Namespace": "System.Reflection" - }, - { - "Name": "CustomAttributeNamedArgument", - "Namespace": "System.Reflection" - }, - { - "Name": "CustomAttributeTypedArgument", - "Namespace": "System.Reflection" - }, - { - "Name": "ExceptionHandlingClause", - "Namespace": "System.Reflection" - }, - { - "Name": "FieldInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "LocalVariableInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "MemberInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodBase", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodBody", - "Namespace": "System.Reflection" - }, - { - "Name": "AmbiguousMatchException", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyAlgorithmIdAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyCompanyAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyConfigurationAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyContentType", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyCopyrightAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyCultureAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyDefaultAliasAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyDelaySignAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyDescriptionAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyFileVersionAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyFlagsAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyInformationalVersionAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyKeyFileAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyKeyNameAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyMetadataAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyNameFlags", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyProductAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblySignatureKeyAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyTitleAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyTrademarkAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyVersionAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "Binder", - "Namespace": "System.Reflection" - }, - { - "Name": "BindingFlags", - "Namespace": "System.Reflection" - }, - { - "Name": "CallingConventions", - "Namespace": "System.Reflection" - }, - { - "Name": "CustomAttributeFormatException", - "Namespace": "System.Reflection" - }, - { - "Name": "DefaultMemberAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "EventAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "EventInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "ExceptionHandlingClauseOptions", - "Namespace": "System.Reflection" - }, - { - "Name": "FieldAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "GenericParameterAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "ICustomAttributeProvider", - "Namespace": "System.Reflection" - }, - { - "Name": "ImageFileMachine", - "Namespace": "System.Reflection" - }, - { - "Name": "InterfaceMapping", - "Namespace": "System.Reflection" - }, - { - "Name": "IntrospectionExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "InvalidFilterCriteriaException", - "Namespace": "System.Reflection" - }, - { - "Name": "IReflect", - "Namespace": "System.Reflection" - }, - { - "Name": "IReflectableType", - "Namespace": "System.Reflection" - }, - { - "Name": "ManifestResourceInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "MemberFilter", - "Namespace": "System.Reflection" - }, - { - "Name": "MemberTypes", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodImplAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "Missing", - "Namespace": "System.Reflection" - }, - { - "Name": "Module", - "Namespace": "System.Reflection" - }, - { - "Name": "ModuleResolveEventHandler", - "Namespace": "System.Reflection" - }, - { - "Name": "ObfuscateAssemblyAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "ObfuscationAttribute", - "Namespace": "System.Reflection" - }, - { - "Name": "ParameterAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "ParameterInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "ParameterModifier", - "Namespace": "System.Reflection" - }, - { - "Name": "Pointer", - "Namespace": "System.Reflection" - }, - { - "Name": "PortableExecutableKinds", - "Namespace": "System.Reflection" - }, - { - "Name": "ProcessorArchitecture", - "Namespace": "System.Reflection" - }, - { - "Name": "PropertyAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "PropertyInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "ReflectionContext", - "Namespace": "System.Reflection" - }, - { - "Name": "ReflectionTypeLoadException", - "Namespace": "System.Reflection" - }, - { - "Name": "ResourceAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "ResourceLocation", - "Namespace": "System.Reflection" - }, - { - "Name": "StrongNameKeyPair", - "Namespace": "System.Reflection" - }, - { - "Name": "TargetException", - "Namespace": "System.Reflection" - }, - { - "Name": "TargetInvocationException", - "Namespace": "System.Reflection" - }, - { - "Name": "TargetParameterCountException", - "Namespace": "System.Reflection" - }, - { - "Name": "TypeAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "TypeDelegator", - "Namespace": "System.Reflection" - }, - { - "Name": "TypeFilter", - "Namespace": "System.Reflection" - }, - { - "Name": "TypeInfo", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyExtensions", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "AssemblyBuilderAccess", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "ConstructorBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "DynamicMethod", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "EventBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "EventToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "FieldBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "FieldToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "ILGenerator", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "Label", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "LocalBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "MethodBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "CustomAttributeBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "MethodToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "ModuleBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "PEFileKinds", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "OpCodes", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "OpCode", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "OpCodeType", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "StackBehaviour", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "OperandType", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "FlowControl", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "ParameterBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "ParameterToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "PropertyBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "PropertyToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "SignatureHelper", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "SignatureToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "StringToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "PackingSize", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "TypeBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "GenericTypeParameterBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "EnumBuilder", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "TypeToken", - "Namespace": "System.Reflection.Emit" - }, - { - "Name": "StringBuilder", - "Namespace": "System.Text" - }, - { - "Name": "DecoderExceptionFallback", - "Namespace": "System.Text" - }, - { - "Name": "DecoderExceptionFallbackBuffer", - "Namespace": "System.Text" - }, - { - "Name": "DecoderFallbackException", - "Namespace": "System.Text" - }, - { - "Name": "DecoderFallback", - "Namespace": "System.Text" - }, - { - "Name": "DecoderFallbackBuffer", - "Namespace": "System.Text" - }, - { - "Name": "DecoderReplacementFallback", - "Namespace": "System.Text" - }, - { - "Name": "DecoderReplacementFallbackBuffer", - "Namespace": "System.Text" - }, - { - "Name": "EncoderExceptionFallback", - "Namespace": "System.Text" - }, - { - "Name": "EncoderExceptionFallbackBuffer", - "Namespace": "System.Text" - }, - { - "Name": "EncoderFallbackException", - "Namespace": "System.Text" - }, - { - "Name": "EncoderFallback", - "Namespace": "System.Text" - }, - { - "Name": "EncoderFallbackBuffer", - "Namespace": "System.Text" - }, - { - "Name": "EncoderReplacementFallback", - "Namespace": "System.Text" - }, - { - "Name": "EncoderReplacementFallbackBuffer", - "Namespace": "System.Text" - }, - { - "Name": "Encoding", - "Namespace": "System.Text" - }, - { - "Name": "UTF7Encoding", - "Namespace": "System.Text" - }, - { - "Name": "ASCIIEncoding", - "Namespace": "System.Text" - }, - { - "Name": "Decoder", - "Namespace": "System.Text" - }, - { - "Name": "Encoder", - "Namespace": "System.Text" - }, - { - "Name": "EncodingInfo", - "Namespace": "System.Text" - }, - { - "Name": "EncodingProvider", - "Namespace": "System.Text" - }, - { - "Name": "NormalizationForm", - "Namespace": "System.Text" - }, - { - "Name": "UnicodeEncoding", - "Namespace": "System.Text" - }, - { - "Name": "UTF32Encoding", - "Namespace": "System.Text" - }, - { - "Name": "UTF8Encoding", - "Namespace": "System.Text" - }, - { - "Name": "DictionaryEntry", - "Namespace": "System.Collections" - }, - { - "Name": "ICollection", - "Namespace": "System.Collections" - }, - { - "Name": "IComparer", - "Namespace": "System.Collections" - }, - { - "Name": "IDictionary", - "Namespace": "System.Collections" - }, - { - "Name": "IDictionaryEnumerator", - "Namespace": "System.Collections" - }, - { - "Name": "IEnumerable", - "Namespace": "System.Collections" - }, - { - "Name": "IEnumerator", - "Namespace": "System.Collections" - }, - { - "Name": "IEqualityComparer", - "Namespace": "System.Collections" - }, - { - "Name": "IList", - "Namespace": "System.Collections" - }, - { - "Name": "IStructuralComparable", - "Namespace": "System.Collections" - }, - { - "Name": "IStructuralEquatable", - "Namespace": "System.Collections" - }, - { - "Name": "Collection`1", - "Namespace": "System.Collections.ObjectModel" - }, - { - "Name": "ReadOnlyCollection`1", - "Namespace": "System.Collections.ObjectModel" - }, - { - "Name": "Comparer`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "Dictionary`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "EqualityComparer`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "List`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "ICollection`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IComparer`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IDictionary`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IEnumerable`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IEnumerator`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IEqualityComparer`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IList`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IReadOnlyCollection`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IReadOnlyDictionary`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "IReadOnlyList`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "KeyNotFoundException", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "KeyValuePair", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "KeyValuePair`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "MemoryFailPoint", - "Namespace": "System.Runtime" - }, - { - "Name": "GCLargeObjectHeapCompactionMode", - "Namespace": "System.Runtime" - }, - { - "Name": "GCLatencyMode", - "Namespace": "System.Runtime" - }, - { - "Name": "GCSettings", - "Namespace": "System.Runtime" - }, - { - "Name": "RuntimeImports", - "Namespace": "System.Runtime" - }, - { - "Name": "TargetFrameworkAttribute", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "SerializationInfo", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "IDeserializationCallback", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "IFormatterConverter", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "IObjectReference", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ISafeSerializationData", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ISerializable", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "OnDeserializedAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "OnDeserializingAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "OnSerializedAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "OnSerializingAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "OptionalFieldAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SafeSerializationEventArgs", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SerializationException", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SerializationEntry", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SerializationInfoEnumerator", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "StreamingContext", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "StreamingContextStates", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "AssemblyLoadContext", - "Namespace": "System.Runtime.Loader" - }, - { - "Name": "HandleProcessCorruptedStateExceptionsAttribute", - "Namespace": "System.Runtime.ExceptionServices" - }, - { - "Name": "ExceptionDispatchInfo", - "Namespace": "System.Runtime.ExceptionServices" - }, - { - "Name": "FirstChanceExceptionEventArgs", - "Namespace": "System.Runtime.ExceptionServices" - }, - { - "Name": "ArrayWithOffset", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeIdentifierAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "AllowReversePInvokeCallsAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DispIdAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComInterfaceType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "InterfaceTypeAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComDefaultInterfaceAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ClassInterfaceType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ClassInterfaceAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "LCIDConversionAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ProgIdAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComSourceInterfacesAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "MarshalAsAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComImportAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "GuidAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "PreserveSigAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "InAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "OutAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "OptionalAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DllImportSearchPath", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DefaultDllImportSearchPathsAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DllImportAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "StructLayoutAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "FieldOffsetAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CoClassAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "BestFitMappingAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DefaultCharSetAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "COMException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CriticalHandle", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "GCHandleType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "GCHandle", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "HandleRef", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ICustomMarshaler", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "InvalidOleVariantTypeException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CustomQueryInterfaceMode", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "Marshal", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "MarshalDirectiveException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "SEHException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "SafeBuffer", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "SafeHandle", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "BStrWrapper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CurrencyWrapper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ErrorWrapper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "UnknownWrapper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "VariantWrapper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComMemberType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ICustomAdapter", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CustomQueryInterfaceResult", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ICustomQueryInterface", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "InvalidComObjectException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "SafeArrayRankMismatchException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "SafeArrayTypeMismatchException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "NativeCallableAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DispatchWrapper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComEventsHelper", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ICustomFactory", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CallingConvention", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "CharSet", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComVisibleAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ExternalException", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "LayoutKind", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "UnmanagedFunctionPointerAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "UnmanagedType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "VarEnum", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "BIND_OPTS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IBindCtx", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IConnectionPointContainer", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IConnectionPoint", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumMoniker", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "CONNECTDATA", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumConnections", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumConnectionPoints", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumString", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumVARIANT", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "FILETIME", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IMoniker", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IPersistFile", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IRunningObjectTable", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "STATSTG", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IStream", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "DESCKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "BINDPTR", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "ITypeComp", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "TYPEKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "TYPEFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IMPLTYPEFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "TYPEATTR", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "FUNCDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IDLFLAG", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IDLDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "PARAMFLAG", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "PARAMDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "TYPEDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "ELEMDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "VARKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "VARDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "DISPPARAMS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "EXCEPINFO", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "FUNCKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "INVOKEKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "CALLCONV", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "FUNCFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "VARFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "ITypeInfo", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "SYSKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "LIBFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "TYPELIBATTR", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "ITypeLib", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "ITypeLib2", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "ITypeInfo2", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "CriticalFinalizerObject", - "Namespace": "System.Runtime.ConstrainedExecution" - }, - { - "Name": "Cer", - "Namespace": "System.Runtime.ConstrainedExecution" - }, - { - "Name": "Consistency", - "Namespace": "System.Runtime.ConstrainedExecution" - }, - { - "Name": "ReliabilityContractAttribute", - "Namespace": "System.Runtime.ConstrainedExecution" - }, - { - "Name": "RuntimeHelpers", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CustomConstantAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DateTimeConstantAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DecimalConstantAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "MethodImplAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ICastable", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RuntimeWrappedException", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ConditionalWeakTable`2", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "AsyncVoidMethodBuilder", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "AsyncTaskMethodBuilder", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "AsyncTaskMethodBuilder`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "TaskAwaiter", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "TaskAwaiter`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ConfiguredTaskAwaitable", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ConfiguredTaskAwaitable`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "YieldAwaitable", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ContractHelper", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "AccessedThroughPropertyAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "AsyncStateMachineAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallerFilePathAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallerLineNumberAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallerMemberNameAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CompilationRelaxations", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CompilationRelaxationsAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CompilerGeneratedAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CompilerGlobalScopeAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DefaultDependencyAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DependencyAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DisablePrivateReflectionAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "DiscardableAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ExtensionAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "FixedAddressValueTypeAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "FixedBufferAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "FormattableStringFactory", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IAsyncStateMachine", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IndexerNameAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "INotifyCompletion", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ICriticalNotifyCompletion", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "InternalsVisibleToAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsConst", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsByRefLikeAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsVolatile", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IteratorStateMachineAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ITuple", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "LoadHint", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "MethodCodeType", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "MethodImplOptions", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsReadOnlyAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ReferenceAssemblyAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RuntimeCompatibilityAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RuntimeFeature", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "SpecialNameAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "StateMachineAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "StringFreezingAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "StrongBox`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IStrongBox", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "SuppressIldasmAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "TupleElementNamesAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "TypeForwardedFromAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "TypeForwardedToAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "UnsafeValueTypeAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IStreamProvider", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlDictionary", - "Namespace": "System.Xml" - }, - { - "Name": "UniqueId", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlBinaryReaderInitializer", - "Namespace": "System.Xml" - }, - { - "Name": "XmlBinaryReaderSession", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlBinaryWriterInitializer", - "Namespace": "System.Xml" - }, - { - "Name": "XmlBinaryWriterSession", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDictionary", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDictionaryWriter", - "Namespace": "System.Xml" - }, - { - "Name": "OnXmlDictionaryReaderClose", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDictionaryReader", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDictionaryReaderQuotaTypes", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDictionaryReaderQuotas", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDictionaryString", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlTextReaderInitializer", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlTextWriterInitializer", - "Namespace": "System.Xml" - }, - { - "Name": "IFragmentCapableXmlDictionaryWriter", - "Namespace": "System.Xml" - }, - { - "Name": "DataContractResolver", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DataContractSerializer", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DataContractSerializerSettings", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ExtensionDataObject", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "XmlObjectSerializer", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DataContractSerializerExtensions", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "XmlSerializableServices", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DateTimeFormat", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "EmitTypeInformation", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "JsonFormatGeneratorStatics", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ExportOptions", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "IExtensibleDataObject", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "XPathQueryGenerator", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "XsdDataContractExporter", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DataContractJsonSerializer", - "Namespace": "System.Runtime.Serialization.Json" - }, - { - "Name": "DataContractJsonSerializerSettings", - "Namespace": "System.Runtime.Serialization.Json" - }, - { - "Name": "JsonReaderWriterFactory", - "Namespace": "System.Runtime.Serialization.Json" - }, - { - "Name": "IXmlJsonReaderInitializer", - "Namespace": "System.Runtime.Serialization.Json" - }, - { - "Name": "IXmlJsonWriterInitializer", - "Namespace": "System.Runtime.Serialization.Json" - }, - { - "Name": "KeyedByTypeCollection`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SynchronizedCollection`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SynchronizedKeyedCollection`2", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SynchronizedReadOnlyCollection`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "SecurityMessageSerializationException", - "Namespace": "System.IdentityModel" - }, - { - "Name": "BinaryKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "EncryptedKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "KerberosRequestorSecurityToken", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "LocalIdKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SamlSerializer", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityAlgorithms", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityKey", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityKeyIdentifier", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityKeyType", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityKeyUsage", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityToken", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityTokenException", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityTokenTypes", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "SecurityTokenValidationException", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "UserNameSecurityToken", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "WindowsSecurityToken", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "X509SecurityToken", - "Namespace": "System.IdentityModel.Tokens" - }, - { - "Name": "KerberosSecurityTokenProvider", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenManager", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenProvider", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenRequirement", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenResolver", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenSerializer", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "SecurityTokenVersion", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "UserNameSecurityTokenProvider", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "WindowsSecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "X509CertificateValidator", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "X509SecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "X509SecurityTokenProvider", - "Namespace": "System.IdentityModel.Selectors" - }, - { - "Name": "AuthorizationContext", - "Namespace": "System.IdentityModel.Policy" - }, - { - "Name": "EvaluationContext", - "Namespace": "System.IdentityModel.Policy" - }, - { - "Name": "IAuthorizationComponent", - "Namespace": "System.IdentityModel.Policy" - }, - { - "Name": "IAuthorizationPolicy", - "Namespace": "System.IdentityModel.Policy" - }, - { - "Name": "Claim", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "ClaimSet", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "ClaimTypes", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "DefaultClaimSet", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "Rights", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "WindowsClaimSet", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "X509CertificateClaimSet", - "Namespace": "System.IdentityModel.Claims" - }, - { - "Name": "AsyncCompletionResult", - "Namespace": "System.Runtime" - }, - { - "Name": "Fx", - "Namespace": "System.Runtime" - }, - { - "Name": "MruCache`2", - "Namespace": "System.Runtime" - }, - { - "Name": "ServiceModelSynchronizationContext", - "Namespace": "System.Runtime" - }, - { - "Name": "TaskHelpers", - "Namespace": "System.Runtime" - }, - { - "Name": "DefaultTaskSchedulerAwaiter", - "Namespace": "System.Runtime" - }, - { - "Name": "OutWrapper`1", - "Namespace": "System.Runtime" - }, - { - "Name": "TimeoutHelper", - "Namespace": "System.Runtime" - }, - { - "Name": "GeneratedXmlSerializers", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "EventTraceActivity", - "Namespace": "System.Runtime.Diagnostics" - }, - { - "Name": "TraceRecord", - "Namespace": "System.Runtime.Diagnostics" - }, - { - "Name": "ExceptionHelper", - "Namespace": "System.ServiceModel" - }, - { - "Name": "DiagnosticUtility", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ActionNotSupportedException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "AuditLevel", - "Namespace": "System.ServiceModel" - }, - { - "Name": "AuditLogLocation", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpBinding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpMessageCredentialType", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpsBinding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpSecurity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpSecurityMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpsSecurity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicHttpsSecurityMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "CallbackBehaviorAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ChannelFactory", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ChannelFactory`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ChannelTerminatedException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ClientBase`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "CommunicationException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "CommunicationObjectAbortedException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "CommunicationObjectFaultedException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "CommunicationState", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ConcurrencyMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ConcurrencyModeHelper", - "Namespace": "System.ServiceModel" - }, - { - "Name": "DataContractFormatAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "DnsEndpointIdentity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "DuplexChannelFactory`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "DuplexClientBase`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "EndpointAddress", - "Namespace": "System.ServiceModel" - }, - { - "Name": "EndpointAddressBuilder", - "Namespace": "System.ServiceModel" - }, - { - "Name": "EndpointIdentity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "EndpointNotFoundException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "EnvelopeVersion", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ExceptionDetail", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ExtensionCollection`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "FaultCode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "FaultContractAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "FaultException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "FaultException`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "FaultReason", - "Namespace": "System.ServiceModel" - }, - { - "Name": "FaultReasonText", - "Namespace": "System.ServiceModel" - }, - { - "Name": "HostNameComparisonMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "HostNameComparisonModeHelper", - "Namespace": "System.ServiceModel" - }, - { - "Name": "HttpBindingBase", - "Namespace": "System.ServiceModel" - }, - { - "Name": "HttpClientCredentialType", - "Namespace": "System.ServiceModel" - }, - { - "Name": "HttpProxyCredentialType", - "Namespace": "System.ServiceModel" - }, - { - "Name": "HttpTransportSecurity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IClientChannel", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ICommunicationObject", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IAsyncCommunicationObject", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IContextChannel", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IDefaultCommunicationTimeouts", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IDuplexContextChannel", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IExtensibleObject`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IExtension`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IExtensionCollection`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ImpersonationOption", - "Namespace": "System.ServiceModel" - }, - { - "Name": "InstanceContext", - "Namespace": "System.ServiceModel" - }, - { - "Name": "InstanceContextMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "InvalidMessageContractException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "IServiceChannel", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageBodyMemberAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageContractAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageContractMemberAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageCredentialType", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageHeaderArrayAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageHeaderAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageHeaderException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageHeader`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageParameterAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessagePropertyAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageSecurityOverTcp", - "Namespace": "System.ServiceModel" - }, - { - "Name": "MessageSecurityVersion", - "Namespace": "System.ServiceModel" - }, - { - "Name": "NetHttpBinding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "NetHttpMessageEncoding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "NetHttpsBinding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "NetTcpBinding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "NetTcpSecurity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "OperationContext", - "Namespace": "System.ServiceModel" - }, - { - "Name": "OperationContextScope", - "Namespace": "System.ServiceModel" - }, - { - "Name": "OperationContractAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "OperationFormatStyle", - "Namespace": "System.ServiceModel" - }, - { - "Name": "OperationFormatUse", - "Namespace": "System.ServiceModel" - }, - { - "Name": "PeerHopCountAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "Pool`1", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ProtocolException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "QuotaExceededException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ReceiveErrorHandling", - "Namespace": "System.ServiceModel" - }, - { - "Name": "SecurityMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "SecurityModeHelper", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ClientCredentialsSecurityTokenManager", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ServerTooBusyException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ServiceActivationException", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ServiceContractAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ServiceDefaults", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ServiceKnownTypeAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "ServiceSecurityContext", - "Namespace": "System.ServiceModel" - }, - { - "Name": "SessionMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "SpnEndpointIdentity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "TcpClientCredentialType", - "Namespace": "System.ServiceModel" - }, - { - "Name": "TcpTransportSecurity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "TimeSpanHelper", - "Namespace": "System.ServiceModel" - }, - { - "Name": "TransferMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "TransferModeHelper", - "Namespace": "System.ServiceModel" - }, - { - "Name": "UnifiedSecurityMode", - "Namespace": "System.ServiceModel" - }, - { - "Name": "UnknownMessageReceivedEventArgs", - "Namespace": "System.ServiceModel" - }, - { - "Name": "UpnEndpointIdentity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "UriSchemeKeyedCollection", - "Namespace": "System.ServiceModel" - }, - { - "Name": "WSMessageEncoding", - "Namespace": "System.ServiceModel" - }, - { - "Name": "X509CertificateEndpointIdentity", - "Namespace": "System.ServiceModel" - }, - { - "Name": "XmlSerializerFormatAttribute", - "Namespace": "System.ServiceModel" - }, - { - "Name": "BasicSecurityProfileVersion", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "ChannelProtectionRequirements", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "HttpDigestClientCredential", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "IdentityVerifier", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "ISecuritySession", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "MessagePartSpecification", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "MessageProtectionOrder", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "MessageSecurityException", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "MessageSecurityTokenVersion", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "NonceCache", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "ScopedMessagePartSpecification", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecureConversationVersion", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityAccessDeniedException", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityAlgorithmSuite", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "Basic256SecurityAlgorithmSuite", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityContextKeyIdentifierClause", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityCredentialsManager", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityKeyEntropyMode", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityMessageProperty", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityNegotiationException", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityPolicyVersion", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityStateEncoder", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityTokenAttachmentMode", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityTokenSpecification", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "ProtectionLevelHelper", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SecurityVersion", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SspiSecurityTokenProvider", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "SupportingTokenSpecification", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "TrustVersion", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "UserNamePasswordClientCredential", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "WindowsClientCredential", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "WSSecurityTokenSerializer", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "X509CertificateInitiatorClientCredential", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "X509CertificateRecipientClientCredential", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "X509CertificateValidationMode", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "X509ClientCertificateAuthentication", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "X509ServiceCertificateAuthentication", - "Namespace": "System.ServiceModel.Security" - }, - { - "Name": "ClaimTypeRequirement", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "InitiatorServiceModelSecurityTokenRequirement", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "ISecurityContextSecurityTokenCache", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "RecipientServiceModelSecurityTokenRequirement", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SecureConversationSecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SecurityContextSecurityToken", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SecurityTokenInclusionMode", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SecurityTokenReferenceStyle", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "ServiceModelSecurityTokenRequirement", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "ServiceModelSecurityTokenTypes", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SspiSecurityToken", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "SupportingTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "UserNameSecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "X509KeyIdentifierClauseType", - "Namespace": "System.ServiceModel.Security.Tokens" - }, - { - "Name": "ChannelDispatcher", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "ChannelDispatcherBase", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "ClientOperationCompatBase", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "ClientOperation", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "ClientRuntimeCompatBase", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "ClientRuntime", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "DispatchOperation", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "DispatchRuntime", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "EndpointDispatcher", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "FaultContractInfo", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "FaultFormatter", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IChannelInitializer", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IClientMessageFormatter", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IClientMessageInspector", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IClientOperationSelector", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IErrorHandler", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IInstanceContextProvider", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IInstanceProvider", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IInteractiveChannelInitializer", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "InstanceBehavior", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IOperationInvoker", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "IParameterInspector", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "OperationInvokerBehavior", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "SyncMethodInvoker", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "TaskMethodInvoker", - "Namespace": "System.ServiceModel.Dispatcher" - }, - { - "Name": "ClientCredentials", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "ContractDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "DataContractSerializerOperationBehavior", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "FaultDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "FaultDescriptionCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "IContractBehavior", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "IEndpointBehavior", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "IOperationBehavior", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "ListenUriMode", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessageBodyDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessageDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessageDescriptionCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessageDirection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessageHeaderDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessageHeaderDescriptionCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessagePartDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessagePartDescriptionCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessagePropertyDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MessagePropertyDescriptionCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MetadataConversionError", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "MetadataLocation", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "OperationDescription", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "OperationDescriptionCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "PolicyVersion", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "PrincipalPermissionMode", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "ServiceEndpoint", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "ServiceEndpointCollection", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "XmlSerializerOperationBehavior", - "Namespace": "System.ServiceModel.Description" - }, - { - "Name": "AddressHeader", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "AddressHeaderCollection", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "AddressingVersion", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ApplicationContainerSettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BinaryMessageEncodingBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BinaryVersion", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "Binding", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BindingContext", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BindingElementCollection", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BindingParameterCollection", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BodyWriter", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BufferedReadStream", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BufferManager", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ChannelBase", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ChannelFactoryBase", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ChannelFactoryBase`1", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ChannelManagerBase", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ChannelParameterCollection", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ClientWebSocketFactory", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "CommunicationObject", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "CommunicationObjectInternal", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "CompressionFormat", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IConnection", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IConnectionInitiator", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ConnectionOrientedTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "CommunicationPool`2", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ConnectionPool", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ConnectionPoolRegistry", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "CustomBinding", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "DelegatingStream", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "FaultConverter", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "HttpMessageHandlerFactory", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "HttpRequestMessageExtensionMethods", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "HttpRequestMessageProperty", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "HttpResponseMessageProperty", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "HttpsTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "HttpTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IAsyncChannelFactory", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IBindingDeliveryCapabilities", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IBindingMulticastCapabilities", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IBindingRuntimePreferences", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IChannelFactory", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IChannelFactory`1", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IChannelListener", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IChannelListener`1", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IdlingCommunicationPool`2", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IDuplexChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IDuplexSession", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IDuplexSessionChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IHttpCookieContainerManager", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IInputChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IInputSession", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IInputSessionChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IMessageProperty", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IMessageSource", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IOutputChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IOutputSession", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IOutputSessionChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IReceiveContextSettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IReplyChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IReplySessionChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IRequestChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IRequestSessionChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ISecurityCapabilities", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ISession", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ISessionChannel`1", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ITransportCompressionSupport", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IConnectionOrientedConnectionSettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ITransportFactorySettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IConnectionOrientedTransportFactorySettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IConnectionOrientedTransportChannelFactorySettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ITcpChannelFactorySettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "LocalClientSecuritySettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MaxMessageSizeStream", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "Message", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageBuffer", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageEncoder", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageEncoderFactory", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageEncodingBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageFault", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "XmlObjectSerializerFault", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageHeader", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageHeaderInfo", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageHeaders", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageProperties", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageState", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "MessageVersion", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "NamedPipeSettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "OutputChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "RequestChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IRequestBase", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "IAsyncRequest", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "RequestContext", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "SecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "SecurityCapabilities", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "SecurityHeaderLayout", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ServiceChannelProxy", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ServiceModelHttpMessageHandler", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "SslStreamSecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "StreamSecurityUpgradeInitiator", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "StreamSecurityUpgradeProvider", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "StreamUpgradeBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "StreamUpgradeInitiator", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "StreamUpgradeProvider", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "SupportedAddressingMode", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TcpConnectionPoolSettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TcpTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TextMessageEncodingBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TransportBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TransportChannelFactory`1", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "EncoderDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TextEncoderDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BinaryEncoderDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TransportDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ConnectionOrientedTransportDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TcpTransportDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ApplicationContainerSettingsDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "NetTcpDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "OneWayDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "BasicHttpBindingDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "WebSocketDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "NetHttpBindingDefaults", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TransportDuplexSessionChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TransportOutputChannel", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "TransportSecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "UnderstoodHeaders", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "WebSocketTransportSettings", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "WebSocketTransportUsage", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "WindowsStreamSecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" - }, - { - "Name": "ExceptionUtility", - "Namespace": "System.ServiceModel.Diagnostics" - }, - { - "Name": "TraceUtility", - "Namespace": "System.ServiceModel.Diagnostics" - }, - { - "Name": "GenericUriParserOptions", - "Namespace": "System" - }, - { - "Name": "GenericUriParser", - "Namespace": "System" - }, - { - "Name": "Uri", - "Namespace": "System" - }, - { - "Name": "UriBuilder", - "Namespace": "System" - }, - { - "Name": "UriKind", - "Namespace": "System" - }, - { - "Name": "UriComponents", - "Namespace": "System" - }, - { - "Name": "UriFormat", - "Namespace": "System" - }, - { - "Name": "UriFormatException", - "Namespace": "System" - }, - { - "Name": "UriHostNameType", - "Namespace": "System" - }, - { - "Name": "HttpStyleUriParser", - "Namespace": "System" - }, - { - "Name": "FtpStyleUriParser", - "Namespace": "System" - }, - { - "Name": "FileStyleUriParser", - "Namespace": "System" - }, - { - "Name": "NewsStyleUriParser", - "Namespace": "System" - }, - { - "Name": "GopherStyleUriParser", - "Namespace": "System" - }, - { - "Name": "LdapStyleUriParser", - "Namespace": "System" - }, - { - "Name": "NetPipeStyleUriParser", - "Namespace": "System" - }, - { - "Name": "NetTcpStyleUriParser", - "Namespace": "System" - }, - { - "Name": "UriPartial", - "Namespace": "System" - }, - { - "Name": "UriParser", - "Namespace": "System" - }, - { - "Name": "XmlNamedNodeMap", - "Namespace": "System.Xml" - }, - { - "Name": "IApplicationResourceStreamResolver", - "Namespace": "System.Xml" - }, - { - "Name": "IHasXmlNode", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlLineInfo", - "Namespace": "System.Xml" - }, - { - "Name": "IXmlNamespaceResolver", - "Namespace": "System.Xml" - }, - { - "Name": "NameTable", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDateTimeSerializationMode", - "Namespace": "System.Xml" - }, - { - "Name": "XmlConvert", - "Namespace": "System.Xml" - }, - { - "Name": "XmlException", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNamespaceManager", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNamespaceScope", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNameTable", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeOrder", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeType", - "Namespace": "System.Xml" - }, - { - "Name": "XmlQualifiedName", - "Namespace": "System.Xml" - }, - { - "Name": "XmlResolver", - "Namespace": "System.Xml" - }, - { - "Name": "XmlSecureResolver", - "Namespace": "System.Xml" - }, - { - "Name": "XmlUrlResolver", - "Namespace": "System.Xml" - }, - { - "Name": "ConformanceLevel", - "Namespace": "System.Xml" - }, - { - "Name": "DtdProcessing", - "Namespace": "System.Xml" - }, - { - "Name": "EntityHandling", - "Namespace": "System.Xml" - }, - { - "Name": "NamespaceHandling", - "Namespace": "System.Xml" - }, - { - "Name": "NewLineHandling", - "Namespace": "System.Xml" - }, - { - "Name": "ReadState", - "Namespace": "System.Xml" - }, - { - "Name": "ValidationType", - "Namespace": "System.Xml" - }, - { - "Name": "WhitespaceHandling", - "Namespace": "System.Xml" - }, - { - "Name": "XmlParserContext", - "Namespace": "System.Xml" - }, - { - "Name": "XmlReader", - "Namespace": "System.Xml" - }, - { - "Name": "XmlReaderSettings", - "Namespace": "System.Xml" - }, - { - "Name": "XmlSpace", - "Namespace": "System.Xml" - }, - { - "Name": "XmlTextReader", - "Namespace": "System.Xml" - }, - { - "Name": "Formatting", - "Namespace": "System.Xml" - }, - { - "Name": "XmlTextWriter", - "Namespace": "System.Xml" - }, - { - "Name": "XmlValidatingReader", - "Namespace": "System.Xml" - }, - { - "Name": "WriteState", - "Namespace": "System.Xml" - }, - { - "Name": "XmlWriter", - "Namespace": "System.Xml" - }, - { - "Name": "XmlOutputMethod", - "Namespace": "System.Xml" - }, - { - "Name": "XmlWriterSettings", - "Namespace": "System.Xml" - }, - { - "Name": "XmlAttribute", - "Namespace": "System.Xml" - }, - { - "Name": "XmlAttributeCollection", - "Namespace": "System.Xml" - }, - { - "Name": "XmlCDataSection", - "Namespace": "System.Xml" - }, - { - "Name": "XmlCharacterData", - "Namespace": "System.Xml" - }, - { - "Name": "XmlComment", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDeclaration", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDocument", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDocumentFragment", - "Namespace": "System.Xml" - }, - { - "Name": "XmlDocumentType", - "Namespace": "System.Xml" - }, - { - "Name": "XmlElement", - "Namespace": "System.Xml" - }, - { - "Name": "XmlEntity", - "Namespace": "System.Xml" - }, - { - "Name": "XmlEntityReference", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeChangedAction", - "Namespace": "System.Xml" - }, - { - "Name": "XmlImplementation", - "Namespace": "System.Xml" - }, - { - "Name": "XmlLinkedNode", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNode", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeChangedEventArgs", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeChangedEventHandler", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeList", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNodeReader", - "Namespace": "System.Xml" - }, - { - "Name": "XmlNotation", - "Namespace": "System.Xml" - }, - { - "Name": "XmlProcessingInstruction", - "Namespace": "System.Xml" - }, - { - "Name": "XmlSignificantWhitespace", - "Namespace": "System.Xml" - }, - { - "Name": "XmlText", - "Namespace": "System.Xml" - }, - { - "Name": "XmlWhitespace", - "Namespace": "System.Xml" - }, - { - "Name": "XmlTokenizedType", - "Namespace": "System.Xml" - }, - { - "Name": "CodeGenerationOptions", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "CodeIdentifier", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "CodeIdentifiers", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "ImportContext", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "IXmlSerializable", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "IXmlTextParser", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SchemaImporter", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapAttributeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapAttributeOverrides", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapAttributes", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapElementAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapEnumAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapIgnoreAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapIncludeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapReflectionImporter", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapSchemaMember", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "SoapTypeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAnyAttributeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAnyElementAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAnyElementAttributes", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlArrayAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlArrayItemAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlArrayItemAttributes", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAttributeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAttributeOverrides", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAttributes", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlChoiceIdentifierAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlElementAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlElementAttributes", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlEnumAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlIgnoreAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlIncludeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlMappingAccess", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlMapping", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlMemberMapping", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlMembersMapping", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlNamespaceDeclarationsAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlReflectionImporter", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlReflectionMember", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlRootAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSchemaExporter", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSchemaImporter", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSchemaProviderAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSchemas", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSchemaEnumerator", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationGeneratedCode", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationReader", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationFixupCallback", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationCollectionFixupCallback", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationReadCallback", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationWriter", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializationWriteCallback", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializerAssemblyAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlDeserializationEvents", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializerImplementation", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializer", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializerFactory", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializerNamespaces", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSerializerVersionAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlTextAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlTypeAttribute", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlTypeMapping", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAttributeEventHandler", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlAttributeEventArgs", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlElementEventHandler", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlElementEventArgs", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlNodeEventHandler", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlNodeEventArgs", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "UnreferencedObjectEventHandler", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "UnreferencedObjectEventArgs", - "Namespace": "System.Xml.Serialization" - }, - { - "Name": "XmlSchemaDatatypeVariety", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "IXmlSchemaInfo", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "ValidationEventArgs", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "ValidationEventHandler", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlAtomicValue", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchema", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAll", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAnnotated", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAnnotation", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAny", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAnyAttribute", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAppInfo", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAttribute", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAttributeGroup", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaAttributeGroupRef", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaChoice", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaCollection", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaCollectionEnumerator", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaComplexContent", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaComplexContentExtension", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaComplexContentRestriction", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaComplexType", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaContent", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaContentModel", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaContentProcessing", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaContentType", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaDatatype", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaDerivationMethod", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaDocumentation", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaElement", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaException", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaExternal", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaNumericFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaLengthFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaMinLengthFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaMaxLengthFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaPatternFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaEnumerationFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaMinExclusiveFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaMinInclusiveFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaMaxExclusiveFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaMaxInclusiveFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaTotalDigitsFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaFractionDigitsFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaWhiteSpaceFacet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaForm", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaGroup", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaGroupBase", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaGroupRef", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaIdentityConstraint", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaXPath", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaUnique", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaKey", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaKeyref", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaImport", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaInclude", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaInfo", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaNotation", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaObject", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaObjectCollection", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaObjectEnumerator", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaObjectTable", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaParticle", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaRedefine", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSequence", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSet", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaCompilationSettings", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleContent", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleContentExtension", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleContentRestriction", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleType", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleTypeContent", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleTypeList", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleTypeRestriction", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaSimpleTypeUnion", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaType", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaUse", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaValidationException", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlValueGetter", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaValidationFlags", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaValidator", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaValidity", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSeverityType", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlTypeCode", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaInference", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XmlSchemaInferenceException", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "XslCompiledTransform", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltMessageEncounteredEventArgs", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltMessageEncounteredEventHandler", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltArgumentList", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "IXsltContextFunction", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "IXsltContextVariable", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltContext", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltException", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltCompileException", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XslTransform", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "XsltSettings", - "Namespace": "System.Xml.Xsl" - }, - { - "Name": "ContentIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "ElementContentIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "NodeKindContentIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "AttributeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "NamespaceIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "AttributeContentIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "ContentMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "DodSequenceMerge", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "SetIteratorResult", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "UnionIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "IntersectIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "DifferenceIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "FollowingSiblingIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "FollowingSiblingMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "PrecedingSiblingIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "PrecedingSiblingDocOrderIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "StringConcat", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "DescendantIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "DescendantMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "ParentIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "AncestorIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "AncestorDocOrderIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XPathFollowingIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XPathFollowingMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "PrecedingIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XPathPrecedingIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XPathPrecedingDocOrderIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XPathPrecedingMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "NodeRangeIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "Int32Aggregator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "Int64Aggregator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "DecimalAggregator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "DoubleAggregator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlCollation", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlILIndex", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlILStorageConverter", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "IteratorResult", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "IdIterator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlNavigatorFilter", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlQueryContext", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlQueryOutput", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlQueryRuntime", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlQuerySequence`1", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlQueryItemSequence", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlQueryNodeSequence", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XmlSortKeyAccumulator", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XsltConvert", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XsltFunctions", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "XsltLibrary", - "Namespace": "System.Xml.Xsl.Runtime" - }, - { - "Name": "IXPathNavigable", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathDocument", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathException", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XmlSortOrder", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XmlCaseOrder", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XmlDataType", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathResultType", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathExpression", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathItem", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathNamespaceScope", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathNavigator", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathNodeIterator", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XPathNodeType", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "XmlKnownDtds", - "Namespace": "System.Xml.Resolvers" - }, - { - "Name": "XmlPreloadedResolver", - "Namespace": "System.Xml.Resolvers" - }, - { - "Name": "Extensions", - "Namespace": "System.Xml.XPath" - }, - { - "Name": "Extensions", - "Namespace": "System.Xml.Schema" - }, - { - "Name": "Extensions", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XAttribute", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XCData", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XComment", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XContainer", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XDeclaration", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XDocument", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XDocumentType", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XElement", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XObjectChange", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "LoadOptions", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "SaveOptions", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "ReaderOptions", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XName", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XNamespace", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XNode", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XNodeDocumentOrderComparer", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XNodeEqualityComparer", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XObject", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XObjectChangeEventArgs", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XProcessingInstruction", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XStreamingElement", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "XText", - "Namespace": "System.Xml.Linq" - }, - { - "Name": "DispatchProxy", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodSemanticsAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "DeclarativeSecurityAction", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodImportAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "ManifestResourceAttributes", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyHashAlgorithm", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyFlags", - "Namespace": "System.Reflection" - }, - { - "Name": "ManagedPEBuilder", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEBuilder", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "DebugDirectoryBuilder", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEDirectoriesBuilder", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEHeaderBuilder", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "ResourceSectionBuilder", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "SectionLocation", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "CoffHeader", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "CorFlags", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "CorHeader", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "CodeViewDebugDirectoryData", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "DebugDirectoryEntry", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "DebugDirectoryEntryType", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "DirectoryEntry", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "Machine", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "Characteristics", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEMagic", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "Subsystem", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "DllCharacteristics", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "SectionCharacteristics", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEHeader", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEHeaders", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEMemoryBlock", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEReader", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "PEStreamOptions", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "SectionHeader", - "Namespace": "System.Reflection.PortableExecutable" - }, - { - "Name": "EntityHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "Blob", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "BlobWriter", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "BlobBuilder", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ReservedBlob`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttributeNamedArgument`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttributeTypedArgument`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttributeValue`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ICustomAttributeTypeProvider`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ILOpCode", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ILOpCodeExtensions", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImageFormatLimitationException", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataStreamOptions", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataReaderProvider", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "BlobContentId", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PrimitiveSerializationTypeCode", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ModuleDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "InterfaceImplementationHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodImplementationHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodSpecificationHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ExportedTypeHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeReferenceHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeSpecificationHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MemberReferenceHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "FieldDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "EventDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PropertyDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "StandaloneSignatureHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ParameterHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GenericParameterHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GenericParameterConstraintHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ModuleReferenceHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyReferenceHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttributeHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DeclarativeSecurityAttributeHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ConstantHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ManifestResourceHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyFileHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "UserStringHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "StringHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "NamespaceDefinitionHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "BlobHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GuidHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyFile", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyReference", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "BlobReader", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "Constant", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ConstantTypeCode", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttribute", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttributeNamedArgumentKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DeclarativeSecurityAttribute", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ArrayShape", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ISZArrayTypeProvider`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ISignatureTypeProvider`2", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ISimpleTypeProvider`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SignatureTypeKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "IConstructedTypeProvider`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodSignature`1", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PrimitiveTypeCode", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "EventDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ExceptionRegion", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ExceptionRegionKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ExportedType", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "FieldDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GenericParameter", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GenericParameterConstraint", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GenericParameterHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "GenericParameterConstraintHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomAttributeHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DeclarativeSecurityAttributeHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodDefinitionHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "FieldDefinitionHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PropertyDefinitionHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "EventDefinitionHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodImplementationHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ParameterHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "InterfaceImplementationHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeDefinitionHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeReferenceHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ExportedTypeHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MemberReferenceHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PropertyAccessors", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "EventAccessors", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyReferenceHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ManifestResourceHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "AssemblyFileHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "HandleComparer", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "HandleKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "Handle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "InterfaceImplementation", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ManifestResource", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MemberReference", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "StandaloneSignatureKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MemberReferenceKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataReader", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataReaderOptions", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataStringComparer", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MetadataStringDecoder", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodBodyBlock", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodImplementation", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodImport", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodSpecification", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ModuleDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ModuleReference", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "NamespaceDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "Parameter", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomDebugInformation", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DebugMetadataHeader", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "Document", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DocumentNameBlobHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DocumentHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodDebugInformationHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalScopeHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalVariableHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalConstantHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImportScopeCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomDebugInformationHandleCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "DocumentHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodDebugInformationHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalScopeHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalVariableHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalConstantHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImportScopeHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "CustomDebugInformationHandle", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImportDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImportDefinitionKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImportDefinitionCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalConstant", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "ImportScope", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalScope", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalVariable", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "LocalVariableAttributes", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "MethodDebugInformation", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SequencePoint", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SequencePointCollection", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PEReaderExtensions", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "PropertyDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SerializationTypeCode", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SignatureAttributes", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SignatureCallingConvention", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SignatureHeader", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SignatureKind", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "SignatureTypeCode", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "StandaloneSignature", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeDefinition", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeLayout", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeReference", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "TypeSpecification", - "Namespace": "System.Reflection.Metadata" - }, - { - "Name": "FunctionPointerAttributes", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MethodBodyStreamEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MethodBodyAttributes", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MetadataBuilder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MetadataRootBuilder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ControlFlowBuilder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ExceptionRegionEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "InstructionEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "LabelHandle", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "CodedIndex", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "PortablePdbBuilder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "BlobEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MethodSignatureEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "LocalVariablesEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "LocalVariableTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ParameterTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "PermissionSetEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "GenericTypeArgumentsEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "FixedArgumentsEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "LiteralEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ScalarEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "LiteralsEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "VectorEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "NameEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "CustomAttributeNamedArgumentsEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "NamedArgumentsEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "NamedArgumentTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "CustomAttributeArrayTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "CustomAttributeElementTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "SignatureTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "CustomModifiersEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ArrayShapeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ReturnTypeEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ParametersEncoder", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MetadataSizes", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "SignatureDecoder`2", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "EditAndContinueLogEntry", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "EditAndContinueOperation", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "ExportedTypeExtensions", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "HeapIndex", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MetadataReaderExtensions", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MetadataTokens", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "TableIndex", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "MetadataAggregator", - "Namespace": "System.Reflection.Metadata.Ecma335" - }, - { - "Name": "TypeExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "AssemblyExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "EventInfoExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "MemberInfoExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "MethodInfoExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "ModuleExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "PropertyInfoExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "IResourceWriter", - "Namespace": "System.Resources" - }, - { - "Name": "ResourceWriter", - "Namespace": "System.Resources" - }, - { - "Name": "CallConvCdecl", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallConvStdcall", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallConvThiscall", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CallConvFastcall", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsPinned", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsBoxed", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsByValue", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsCopyConstructed", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsExplicitlyDereferenced", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsImplicitlyDereferenced", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsJitIntrinsic", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsLong", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsSignUnspecifiedByte", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "IsUdtReturn", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "HasCopySemanticsAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ScopelessEnumAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "NativeCppClassAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RequiredAttributeAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "CompilerMarshalOverride", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "Action`9", - "Namespace": "System" - }, - { - "Name": "Action`10", - "Namespace": "System" - }, - { - "Name": "Action`11", - "Namespace": "System" - }, - { - "Name": "Action`12", - "Namespace": "System" - }, - { - "Name": "Action`13", - "Namespace": "System" - }, - { - "Name": "Action`14", - "Namespace": "System" - }, - { - "Name": "Action`15", - "Namespace": "System" - }, - { - "Name": "Action`16", - "Namespace": "System" - }, - { - "Name": "Func`10", - "Namespace": "System" - }, - { - "Name": "Func`11", - "Namespace": "System" - }, - { - "Name": "Func`12", - "Namespace": "System" - }, - { - "Name": "Func`13", - "Namespace": "System" - }, - { - "Name": "Func`14", - "Namespace": "System" - }, - { - "Name": "Func`15", - "Namespace": "System" - }, - { - "Name": "Func`16", - "Namespace": "System" - }, - { - "Name": "Func`17", - "Namespace": "System" - }, - { - "Name": "Lazy`2", - "Namespace": "System" - }, - { - "Name": "WaitHandleExtensions", - "Namespace": "System.Threading" - }, - { - "Name": "AssemblyTargetedPatchBandAttribute", - "Namespace": "System.Runtime" - }, - { - "Name": "TargetedPatchingOptOutAttribute", - "Namespace": "System.Runtime" - }, - { - "Name": "PrePrepareMethodAttribute", - "Namespace": "System.Runtime.ConstrainedExecution" - }, - { - "Name": "RuntimeReflectionExtensions", - "Namespace": "System.Reflection" - }, - { - "Name": "FileAttributes", - "Namespace": "System.IO" - }, - { - "Name": "HandleInheritability", - "Namespace": "System.IO" - }, - { - "Name": "ISet`1", - "Namespace": "System.Collections.Generic" - }, - { - "Name": "AppDomain", - "Namespace": "System" - }, - { - "Name": "AppDomainUnloadedException", - "Namespace": "System" - }, - { - "Name": "ApplicationId", - "Namespace": "System" - }, - { - "Name": "CannotUnloadAppDomainException", - "Namespace": "System" - }, - { - "Name": "ContextBoundObject", - "Namespace": "System" - }, - { - "Name": "ContextMarshalException", - "Namespace": "System" - }, - { - "Name": "ContextStaticAttribute", - "Namespace": "System" - }, - { - "Name": "Environment", - "Namespace": "System" - }, - { - "Name": "LoaderOptimization", - "Namespace": "System" - }, - { - "Name": "LoaderOptimizationAttribute", - "Namespace": "System" - }, - { - "Name": "OperatingSystem", - "Namespace": "System" - }, - { - "Name": "PlatformID", - "Namespace": "System" - }, - { - "Name": "StringNormalizationExtensions", - "Namespace": "System" - }, - { - "Name": "IPermission", - "Namespace": "System.Security" - }, - { - "Name": "ISecurityEncodable", - "Namespace": "System.Security" - }, - { - "Name": "SecurityElement", - "Namespace": "System.Security" - }, - { - "Name": "CodeAccessSecurityAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SecurityAction", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SecurityAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SecurityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SecurityPermissionFlag", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ArrayList", - "Namespace": "System.Collections" - }, - { - "Name": "Comparer", - "Namespace": "System.Collections" - }, - { - "Name": "Hashtable", - "Namespace": "System.Collections" - }, - { - "Name": "IHashCodeProvider", - "Namespace": "System.Collections" - }, - { - "Name": "FrameworkName", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "ComponentGuaranteesAttribute", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "ResourceConsumptionAttribute", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "ComponentGuaranteesOptions", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "ResourceExposureAttribute", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "ResourceScope", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "VersioningHelper", - "Namespace": "System.Runtime.Versioning" - }, - { - "Name": "AssemblyNameProxy", - "Namespace": "System.Reflection" - }, - { - "Name": "WebUtility", - "Namespace": "System.Net" - }, - { - "Name": "StreamReader", - "Namespace": "System.IO" - }, - { - "Name": "StreamWriter", - "Namespace": "System.IO" - }, - { - "Name": "StringReader", - "Namespace": "System.IO" - }, - { - "Name": "StringWriter", - "Namespace": "System.IO" - }, - { - "Name": "TextReader", - "Namespace": "System.IO" - }, - { - "Name": "TextWriter", - "Namespace": "System.IO" - }, - { - "Name": "BufferedStream", - "Namespace": "System.IO" - }, - { - "Name": "InvalidDataException", - "Namespace": "System.IO" - }, - { - "Name": "GlobalizationExtensions", - "Namespace": "System.Globalization" - }, - { - "Name": "Stopwatch", - "Namespace": "System.Diagnostics" - }, - { - "Name": "IndentedTextWriter", - "Namespace": "System.CodeDom.Compiler" - }, - { - "Name": "SecureStringMarshal", - "Namespace": "System.Security" - }, - { - "Name": "AutomationProxyAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComAliasNameAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComCompatibleVersionAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComConversionLossAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComRegisterFunctionAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComUnregisterFunctionAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "IDispatchImplAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "IDispatchImplType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ImportedFromTypeLibAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ManagedToNativeComInteropStubAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "PrimaryInteropAssemblyAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "SetWin32ContextInIDispatchAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibImportClassAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibTypeFlags", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibFuncFlags", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibVarFlags", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibTypeAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibFuncAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibVarAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "TypeLibVersionAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComAwareEventInfo", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ComEventInterfaceAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DefaultParameterValueAttribute", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "HandleCollector", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "RuntimeEnvironment", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "AssemblyRegistrationFlags", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ExporterEventKind", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "RegistrationClassContext", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "RegistrationConnectionType", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "ADVF", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "DATADIR", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "DVASPECT", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "FORMATETC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IAdviseSink", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IDataObject", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumFORMATETC", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IEnumSTATDATA", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "STATDATA", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "STGMEDIUM", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "TYMED", - "Namespace": "System.Runtime.InteropServices.ComTypes" - }, - { - "Name": "IUnknownConstantAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "RuntimeInformation", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "Architecture", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "OSPlatform", - "Namespace": "System.Runtime.InteropServices" - }, - { - "Name": "DefaultInterfaceAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "EventRegistrationToken", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "EventRegistrationTokenTable`1", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "IActivationFactory", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "InterfaceImplementedInVersionAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "ReadOnlyArrayAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "ReturnValueNameAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "WindowsRuntimeMarshal", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "WriteOnlyArrayAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" - }, - { - "Name": "BigInteger", - "Namespace": "System.Numerics" - }, - { - "Name": "Complex", - "Namespace": "System.Numerics" - }, - { - "Name": "Formatter", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "FormatterConverter", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "FormatterServices", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "IFormatter", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ISerializationSurrogate", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ISurrogateSelector", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ObjectIDGenerator", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ObjectManager", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SerializationBinder", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SerializationObjectManager", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "SurrogateSelector", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "FormatterTypeStyle", - "Namespace": "System.Runtime.Serialization.Formatters" - }, - { - "Name": "FormatterAssemblyStyle", - "Namespace": "System.Runtime.Serialization.Formatters" - }, - { - "Name": "TypeFilterLevel", - "Namespace": "System.Runtime.Serialization.Formatters" - }, - { - "Name": "IFieldInfo", - "Namespace": "System.Runtime.Serialization.Formatters" - }, - { - "Name": "BinaryFormatter", - "Namespace": "System.Runtime.Serialization.Formatters.Binary" - }, - { - "Name": "CollectionDataContractAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ContractNamespaceAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DataContractAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "DataMemberAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "EnumMemberAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "IgnoreDataMemberAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "InvalidDataContractException", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "ISerializationSurrogateProvider", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "KnownTypeAttribute", - "Namespace": "System.Runtime.Serialization" - }, - { - "Name": "AccessControlActions", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AccessControlModification", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AccessControlSections", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AccessControlType", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AccessRule`1", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AceEnumerator", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AceFlags", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AceQualifier", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AceType", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AuditFlags", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AuditRule`1", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AuthorizationRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "AuthorizationRuleCollection", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CommonAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CommonAcl", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CommonObjectSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CommonSecurityDescriptor", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CompoundAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CompoundAceType", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ControlFlags", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "CustomAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "DiscretionaryAcl", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "GenericAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "GenericAcl", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "GenericSecurityDescriptor", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "InheritanceFlags", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "KnownAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "NativeObjectSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ObjectAccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ObjectAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ObjectAceFlags", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ObjectAuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ObjectSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ObjectSecurity`1", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "PrivilegeNotHeldException", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "PropagationFlags", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "QualifiedAce", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "RawAcl", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "RawSecurityDescriptor", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "ResourceType", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "SecurityInfos", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "SystemAcl", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "GenericIdentity", - "Namespace": "System.Security.Principal" - }, - { - "Name": "GenericPrincipal", - "Namespace": "System.Security.Principal" - }, - { - "Name": "Claim", - "Namespace": "System.Security.Claims" - }, - { - "Name": "ClaimsIdentity", - "Namespace": "System.Security.Claims" - }, - { - "Name": "ClaimsPrincipal", - "Namespace": "System.Security.Claims" - }, - { - "Name": "ClaimTypes", - "Namespace": "System.Security.Claims" - }, - { - "Name": "ClaimValueTypes", - "Namespace": "System.Security.Claims" - }, - { - "Name": "Aes", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AesManaged", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsymmetricKeyExchangeDeformatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsymmetricKeyExchangeFormatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsymmetricSignatureDeformatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsymmetricSignatureFormatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptoConfig", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DeriveBytes", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DES", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSA", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSAParameters", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSASignatureDeformatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSASignatureFormatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECCurve", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECDiffieHellmanPublicKey", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECDsa", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECParameters", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECPoint", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "MaskGenerationMethod", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "MD5", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA1", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA1Managed", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA256", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA256Managed", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA384", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA384Managed", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA512", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA512Managed", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HMACMD5", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HMACSHA1", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HMACSHA256", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HMACSHA384", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HMACSHA512", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "IncrementalHash", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "PKCS1MaskGenerationMethod", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RandomNumberGenerator", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RC2", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "Rijndael", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RijndaelManaged", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "Rfc2898DeriveBytes", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSA", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAEncryptionPadding", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAEncryptionPaddingMode", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAOAEPKeyExchangeDeformatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAOAEPKeyExchangeFormatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAParameters", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAPKCS1KeyExchangeDeformatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAPKCS1KeyExchangeFormatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAPKCS1SignatureDeformatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAPKCS1SignatureFormatter", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSASignaturePadding", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSASignaturePaddingMode", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SignatureDescription", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "TripleDES", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SafeNCryptHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeNCryptKeyHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeNCryptProviderHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "SafeNCryptSecretHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "AesCng", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngAlgorithm", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngAlgorithmGroup", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngExportPolicies", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKey", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKeyBlobFormat", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKeyCreationOptions", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKeyCreationParameters", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKeyHandleOpenOptions", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKeyOpenOptions", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngKeyUsages", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngProperty", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngPropertyCollection", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngPropertyOptions", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngUIPolicy", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CngUIProtectionLevels", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSACng", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECDsaCng", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECKeyXmlFormat", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSACng", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "TripleDESCng", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AesCryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CspParameters", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CspProviderFlags", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ICspAsymmetricAlgorithm", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "KeyNumber", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "MD5CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "PasswordDeriveBytes", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RNGCryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA1CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA256CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA384CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SHA512CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "TripleDESCryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CspKeyContainerInfo", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DESCryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSACryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RC2CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSACryptoServiceProvider", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsnEncodedData", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsnEncodedDataCollection", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "AsnEncodedDataEnumerator", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "FromBase64TransformMode", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ToBase64Transform", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "FromBase64Transform", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "Oid", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "OidCollection", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "OidEnumerator", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "OidGroup", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "DSAOpenSsl", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ECDsaOpenSsl", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "RSAOpenSsl", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SafeEvpPKeyHandle", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptographicAttributeObject", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptographicAttributeObjectCollection", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptographicAttributeObjectEnumerator", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "X509IssuerSerial", - "Namespace": "System.Security.Cryptography.Xml" - }, - { - "Name": "AlgorithmIdentifier", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "CmsRecipient", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "CmsRecipientCollection", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "CmsRecipientEnumerator", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "ContentInfo", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "EnvelopedCms", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "KeyAgreeRecipientInfo", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "KeyTransRecipientInfo", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "Pkcs9AttributeObject", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "Pkcs9ContentType", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "Pkcs9DocumentDescription", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "Pkcs9DocumentName", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "Pkcs9MessageDigest", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "Pkcs9SigningTime", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "PublicKeyInfo", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "RecipientInfo", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "RecipientInfoCollection", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "RecipientInfoEnumerator", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "RecipientInfoType", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "SubjectIdentifier", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "SubjectIdentifierOrKey", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "SubjectIdentifierOrKeyType", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "SubjectIdentifierType", - "Namespace": "System.Security.Cryptography.Pkcs" - }, - { - "Name": "AsymmetricAlgorithm", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CipherMode", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptographicUnexpectedOperationException", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptoStream", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CryptoStreamMode", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HashAlgorithm", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HashAlgorithmName", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "HMAC", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "ICryptoTransform", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "KeyedHashAlgorithm", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "KeySizes", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "PaddingMode", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "SymmetricAlgorithm", - "Namespace": "System.Security.Cryptography" - }, - { - "Name": "CertificateRequest", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "DSACertificateExtensions", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "ECDsaCertificateExtensions", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "OpenFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "PublicKey", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "RSACertificateExtensions", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "StoreLocation", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "StoreName", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "SubjectAlternativeNameBuilder", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X500DistinguishedName", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X500DistinguishedNameFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509BasicConstraintsExtension", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Certificate", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Certificate2", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Certificate2Collection", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Certificate2Enumerator", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509CertificateCollection", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Chain", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ChainElement", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ChainElementCollection", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ChainElementEnumerator", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ChainPolicy", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ChainStatus", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ChainStatusFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ContentType", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509EnhancedKeyUsageExtension", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Extension", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ExtensionCollection", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509ExtensionEnumerator", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509FindType", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509IncludeOption", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509KeyStorageFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509KeyUsageExtension", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509KeyUsageFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509NameType", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509RevocationFlag", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509RevocationMode", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509SignatureGenerator", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509Store", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509SubjectKeyIdentifierExtension", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509SubjectKeyIdentifierHashAlgorithm", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "X509VerificationFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" - }, - { - "Name": "SafeX509ChainHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "ApplicationIdentity", - "Namespace": "System" - }, - { - "Name": "DistributedTransactionPermission", - "Namespace": "System.Transactions" - }, - { - "Name": "DistributedTransactionPermissionAttribute", - "Namespace": "System.Transactions" - }, - { - "Name": "CodeAccessPermission", - "Namespace": "System.Security" - }, - { - "Name": "HostProtectionException", - "Namespace": "System.Security" - }, - { - "Name": "HostSecurityManager", - "Namespace": "System.Security" - }, - { - "Name": "HostSecurityManagerOptions", - "Namespace": "System.Security" - }, - { - "Name": "IEvidenceFactory", - "Namespace": "System.Security" - }, - { - "Name": "ISecurityPolicyEncodable", - "Namespace": "System.Security" - }, - { - "Name": "IStackWalk", - "Namespace": "System.Security" - }, - { - "Name": "NamedPermissionSet", - "Namespace": "System.Security" - }, - { - "Name": "PermissionSet", - "Namespace": "System.Security" - }, - { - "Name": "PolicyLevelType", - "Namespace": "System.Security" - }, - { - "Name": "SecurityContext", - "Namespace": "System.Security" - }, - { - "Name": "SecurityContextSource", - "Namespace": "System.Security" - }, - { - "Name": "SecurityManager", - "Namespace": "System.Security" - }, - { - "Name": "SecurityState", - "Namespace": "System.Security" - }, - { - "Name": "SecurityZone", - "Namespace": "System.Security" - }, - { - "Name": "XmlSyntaxException", - "Namespace": "System.Security" - }, - { - "Name": "AllMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ApplicationDirectory", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ApplicationDirectoryMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ApplicationTrust", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ApplicationTrustCollection", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ApplicationTrustEnumerator", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ApplicationVersionMatch", - "Namespace": "System.Security.Policy" - }, - { - "Name": "CodeConnectAccess", - "Namespace": "System.Security.Policy" - }, - { - "Name": "CodeGroup", - "Namespace": "System.Security.Policy" - }, - { - "Name": "Evidence", - "Namespace": "System.Security.Policy" - }, - { - "Name": "EvidenceBase", - "Namespace": "System.Security.Policy" - }, - { - "Name": "FileCodeGroup", - "Namespace": "System.Security.Policy" - }, - { - "Name": "FirstMatchCodeGroup", - "Namespace": "System.Security.Policy" - }, - { - "Name": "GacInstalled", - "Namespace": "System.Security.Policy" - }, - { - "Name": "GacMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "Hash", - "Namespace": "System.Security.Policy" - }, - { - "Name": "HashMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "IIdentityPermissionFactory", - "Namespace": "System.Security.Policy" - }, - { - "Name": "IMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "NetCodeGroup", - "Namespace": "System.Security.Policy" - }, - { - "Name": "PermissionRequestEvidence", - "Namespace": "System.Security.Policy" - }, - { - "Name": "PolicyException", - "Namespace": "System.Security.Policy" - }, - { - "Name": "PolicyLevel", - "Namespace": "System.Security.Policy" - }, - { - "Name": "PolicyStatement", - "Namespace": "System.Security.Policy" - }, - { - "Name": "PolicyStatementAttribute", - "Namespace": "System.Security.Policy" - }, - { - "Name": "Publisher", - "Namespace": "System.Security.Policy" - }, - { - "Name": "PublisherMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "Site", - "Namespace": "System.Security.Policy" - }, - { - "Name": "SiteMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "StrongName", - "Namespace": "System.Security.Policy" - }, - { - "Name": "StrongNameMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "TrustManagerContext", - "Namespace": "System.Security.Policy" - }, - { - "Name": "TrustManagerUIContext", - "Namespace": "System.Security.Policy" - }, - { - "Name": "UnionCodeGroup", - "Namespace": "System.Security.Policy" - }, - { - "Name": "Url", - "Namespace": "System.Security.Policy" - }, - { - "Name": "UrlMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "Zone", - "Namespace": "System.Security.Policy" - }, - { - "Name": "ZoneMembershipCondition", - "Namespace": "System.Security.Policy" - }, - { - "Name": "EnvironmentPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "EnvironmentPermissionAccess", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "EnvironmentPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "FileDialogPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "FileDialogPermissionAccess", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "FileDialogPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "FileIOPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "FileIOPermissionAccess", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "FileIOPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "GacIdentityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "GacIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "HostProtectionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "HostProtectionResource", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "IsolatedStorageContainment", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "IsolatedStorageFilePermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "IsolatedStorageFilePermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "IsolatedStoragePermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "IsolatedStoragePermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "IUnrestrictedPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "KeyContainerPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "KeyContainerPermissionAccessEntry", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "KeyContainerPermissionAccessEntryCollection", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "KeyContainerPermissionAccessEntryEnumerator", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "KeyContainerPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "KeyContainerPermissionFlags", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "PermissionSetAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "PermissionState", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "PrincipalPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "PrincipalPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "PublisherIdentityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "PublisherIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ReflectionPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ReflectionPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ReflectionPermissionFlag", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "RegistryPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "RegistryPermissionAccess", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "RegistryPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ResourcePermissionBase", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ResourcePermissionBaseEntry", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SecurityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SiteIdentityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "SiteIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "StorePermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "StorePermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "StorePermissionFlags", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "StrongNameIdentityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "StrongNameIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "StrongNamePublicKeyBlob", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "TypeDescriptorPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "TypeDescriptorPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "TypeDescriptorPermissionFlags", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "UIPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "UIPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "UIPermissionClipboard", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "UIPermissionWindow", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "UrlIdentityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "UrlIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ZoneIdentityPermission", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "ZoneIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" - }, - { - "Name": "DnsPermission", - "Namespace": "System.Net" - }, - { - "Name": "DnsPermissionAttribute", - "Namespace": "System.Net" - }, - { - "Name": "EndpointPermission", - "Namespace": "System.Net" - }, - { - "Name": "NetworkAccess", - "Namespace": "System.Net" - }, - { - "Name": "SocketPermission", - "Namespace": "System.Net" - }, - { - "Name": "SocketPermissionAttribute", - "Namespace": "System.Net" - }, - { - "Name": "TransportType", - "Namespace": "System.Net" - }, - { - "Name": "WebPermission", - "Namespace": "System.Net" - }, - { - "Name": "WebPermissionAttribute", - "Namespace": "System.Net" - }, - { - "Name": "PnrpPermission", - "Namespace": "System.Net.PeerToPeer" - }, - { - "Name": "PnrpPermissionAttribute", - "Namespace": "System.Net.PeerToPeer" - }, - { - "Name": "PnrpScope", - "Namespace": "System.Net.PeerToPeer" - }, - { - "Name": "PeerCollaborationPermission", - "Namespace": "System.Net.PeerToPeer.Collaboration" - }, - { - "Name": "PeerCollaborationPermissionAttribute", - "Namespace": "System.Net.PeerToPeer.Collaboration" - }, - { - "Name": "NetworkInformationAccess", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkInformationPermission", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "NetworkInformationPermissionAttribute", - "Namespace": "System.Net.NetworkInformation" - }, - { - "Name": "SmtpAccess", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpPermission", - "Namespace": "System.Net.Mail" - }, - { - "Name": "SmtpPermissionAttribute", - "Namespace": "System.Net.Mail" - }, - { - "Name": "PrintingPermission", - "Namespace": "System.Drawing.Printing" - }, - { - "Name": "PrintingPermissionAttribute", - "Namespace": "System.Drawing.Printing" - }, - { - "Name": "PrintingPermissionLevel", - "Namespace": "System.Drawing.Printing" - }, - { - "Name": "EventLogPermission", - "Namespace": "System.Diagnostics" - }, - { - "Name": "EventLogPermissionAccess", - "Namespace": "System.Diagnostics" - }, - { - "Name": "EventLogPermissionAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "EventLogPermissionEntry", - "Namespace": "System.Diagnostics" - }, - { - "Name": "EventLogPermissionEntryCollection", - "Namespace": "System.Diagnostics" - }, - { - "Name": "PerformanceCounterPermission", - "Namespace": "System.Diagnostics" - }, - { - "Name": "PerformanceCounterPermissionAccess", - "Namespace": "System.Diagnostics" - }, - { - "Name": "PerformanceCounterPermissionAttribute", - "Namespace": "System.Diagnostics" - }, - { - "Name": "PerformanceCounterPermissionEntry", - "Namespace": "System.Diagnostics" - }, - { - "Name": "PerformanceCounterPermissionEntryCollection", - "Namespace": "System.Diagnostics" - }, - { - "Name": "SqlClientPermission", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "SqlClientPermissionAttribute", - "Namespace": "System.Data.SqlClient" - }, - { - "Name": "OraclePermission", - "Namespace": "System.Data.OracleClient" - }, - { - "Name": "OraclePermissionAttribute", - "Namespace": "System.Data.OracleClient" - }, - { - "Name": "OleDbPermission", - "Namespace": "System.Data.OleDb" - }, - { - "Name": "OleDbPermissionAttribute", - "Namespace": "System.Data.OleDb" - }, - { - "Name": "OdbcPermission", - "Namespace": "System.Data.Odbc" - }, - { - "Name": "OdbcPermissionAttribute", - "Namespace": "System.Data.Odbc" - }, - { - "Name": "DBDataPermission", - "Namespace": "System.Data.Common" - }, - { - "Name": "DBDataPermissionAttribute", - "Namespace": "System.Data.Common" - }, - { - "Name": "IIdentity", - "Namespace": "System.Security.Principal" - }, - { - "Name": "IPrincipal", - "Namespace": "System.Security.Principal" - }, - { - "Name": "PrincipalPolicy", - "Namespace": "System.Security.Principal" - }, - { - "Name": "TokenImpersonationLevel", - "Namespace": "System.Security.Principal" - }, - { - "Name": "SafeAccessTokenHandle", - "Namespace": "Microsoft.Win32.SafeHandles" - }, - { - "Name": "IdentityNotMappedException", - "Namespace": "System.Security.Principal" - }, - { - "Name": "IdentityReference", - "Namespace": "System.Security.Principal" - }, - { - "Name": "IdentityReferenceCollection", - "Namespace": "System.Security.Principal" - }, - { - "Name": "NTAccount", - "Namespace": "System.Security.Principal" - }, - { - "Name": "SecurityIdentifier", - "Namespace": "System.Security.Principal" - }, - { - "Name": "TokenAccessLevels", - "Namespace": "System.Security.Principal" - }, - { - "Name": "WellKnownSidType", - "Namespace": "System.Security.Principal" - }, - { - "Name": "WindowsBuiltInRole", - "Namespace": "System.Security.Principal" - }, - { - "Name": "WindowsIdentity", - "Namespace": "System.Security.Principal" - }, - { - "Name": "WindowsPrincipal", - "Namespace": "System.Security.Principal" - }, - { - "Name": "ServiceController", - "Namespace": "System.ServiceProcess" - }, - { - "Name": "ServiceControllerStatus", - "Namespace": "System.ServiceProcess" - }, - { - "Name": "ServiceStartMode", - "Namespace": "System.ServiceProcess" - }, - { - "Name": "ServiceType", - "Namespace": "System.ServiceProcess" - }, - { - "Name": "TimeoutException", - "Namespace": "System.ServiceProcess" - }, - { - "Name": "CodePagesEncodingProvider", - "Namespace": "System.Text" - }, - { - "Name": "UnicodeRange", - "Namespace": "System.Text.Unicode" - }, - { - "Name": "UnicodeRanges", - "Namespace": "System.Text.Unicode" - }, - { - "Name": "HtmlEncoder", - "Namespace": "System.Text.Encodings.Web" - }, - { - "Name": "JavaScriptEncoder", - "Namespace": "System.Text.Encodings.Web" - }, - { - "Name": "TextEncoder", - "Namespace": "System.Text.Encodings.Web" - }, - { - "Name": "TextEncoderSettings", - "Namespace": "System.Text.Encodings.Web" - }, - { - "Name": "UrlEncoder", - "Namespace": "System.Text.Encodings.Web" - }, - { - "Name": "Regex", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "MatchEvaluator", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "Capture", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "CaptureCollection", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "Group", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "GroupCollection", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "Match", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "MatchCollection", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "RegexMatchTimeoutException", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "RegexOptions", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "RegexRunner", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "RegexRunnerFactory", - "Namespace": "System.Text.RegularExpressions" - }, - { - "Name": "ThreadingAclExtensions", - "Namespace": "System.Threading" - }, - { - "Name": "EventWaitHandleAccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "EventWaitHandleAuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "EventWaitHandleRights", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "EventWaitHandleSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "MutexAccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "MutexAuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "MutexRights", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "MutexSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "SemaphoreAccessRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "SemaphoreAuditRule", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "SemaphoreRights", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "SemaphoreSecurity", - "Namespace": "System.Security.AccessControl" - }, - { - "Name": "BarrierPostPhaseException", - "Namespace": "System.Threading" - }, - { - "Name": "Barrier", - "Namespace": "System.Threading" - }, - { - "Name": "CountdownEvent", - "Namespace": "System.Threading" - }, - { - "Name": "HostExecutionContext", - "Namespace": "System.Threading" - }, - { - "Name": "HostExecutionContextManager", - "Namespace": "System.Threading" - }, - { - "Name": "LockCookie", - "Namespace": "System.Threading" - }, - { - "Name": "ReaderWriterLock", - "Namespace": "System.Threading" - }, - { - "Name": "DataflowBlock", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "DataflowBlockOptions", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "ExecutionDataflowBlockOptions", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "GroupingDataflowBlockOptions", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "DataflowLinkOptions", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "DataflowMessageHeader", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "DataflowMessageStatus", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "IDataflowBlock", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "IPropagatorBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "IReceivableSourceBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "ISourceBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "ITargetBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "ActionBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "BatchBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "BatchedJoinBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "BatchedJoinBlock`3", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "BroadcastBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "BufferBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "JoinBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "JoinBlock`3", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "TransformBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "TransformManyBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "WriteOnceBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" - }, - { - "Name": "ValueTask`1", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "AsyncMethodBuilderAttribute", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "AsyncValueTaskMethodBuilder`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ConfiguredValueTaskAwaitable`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ValueTaskAwaiter`1", - "Namespace": "System.Runtime.CompilerServices" - }, - { - "Name": "ParallelOptions", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "Parallel", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "ParallelLoopState", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "ParallelLoopResult", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "LocalDataStoreSlot", - "Namespace": "System" - }, - { - "Name": "CompressedStack", - "Namespace": "System.Threading" - }, - { - "Name": "Thread", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadExceptionEventArgs", - "Namespace": "System.Threading" - }, - { - "Name": "ThreadExceptionEventHandler", - "Namespace": "System.Threading" - }, - { - "Name": "CommittableTransaction", - "Namespace": "System.Transactions" - }, - { - "Name": "DependentTransaction", - "Namespace": "System.Transactions" - }, - { - "Name": "Enlistment", - "Namespace": "System.Transactions" - }, - { - "Name": "IEnlistmentNotification", - "Namespace": "System.Transactions" - }, - { - "Name": "IPromotableSinglePhaseNotification", - "Namespace": "System.Transactions" - }, - { - "Name": "ISimpleTransactionSuperior", - "Namespace": "System.Transactions" - }, - { - "Name": "ISinglePhaseNotification", - "Namespace": "System.Transactions" - }, - { - "Name": "ITransactionPromoter", - "Namespace": "System.Transactions" - }, - { - "Name": "PreparingEnlistment", - "Namespace": "System.Transactions" - }, - { - "Name": "SinglePhaseEnlistment", - "Namespace": "System.Transactions" - }, - { - "Name": "SubordinateTransaction", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionEventArgs", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionCompletedEventHandler", - "Namespace": "System.Transactions" - }, - { - "Name": "IsolationLevel", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionStatus", - "Namespace": "System.Transactions" - }, - { - "Name": "DependentCloneOption", - "Namespace": "System.Transactions" - }, - { - "Name": "EnlistmentOptions", - "Namespace": "System.Transactions" - }, - { - "Name": "Transaction", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionException", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionAbortedException", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionInDoubtException", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionManagerCommunicationException", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionPromotionException", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionInformation", - "Namespace": "System.Transactions" - }, - { - "Name": "IDtcTransaction", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionInterop", - "Namespace": "System.Transactions" - }, - { - "Name": "HostCurrentTransactionCallback", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionStartedEventHandler", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionManager", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionOptions", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionScopeOption", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionScopeAsyncFlowOption", - "Namespace": "System.Transactions" - }, - { - "Name": "EnterpriseServicesInteropOption", - "Namespace": "System.Transactions" - }, - { - "Name": "TransactionScope", - "Namespace": "System.Transactions" - }, - { - "Name": "HttpUtility", - "Namespace": "System.Web" - }, - { - "Name": "XDocumentExtensions", - "Namespace": "System.Xml.XPath" - } - ], - "SchemaVersion": "0.0.1" -} diff --git a/Engine/Settings/core-6.0.2-linux.json b/Engine/Settings/core-6.0.2-linux.json deleted file mode 100644 index 4c7962dd2..000000000 --- a/Engine/Settings/core-6.0.2-linux.json +++ /dev/null @@ -1,1648 +0,0 @@ -{ - "Modules": [ - { - "Name": "Microsoft.PowerShell.Archive", - "Version": "1.1.0.0", - "ExportedCommands": [ - { - "Name": "Compress-Archive", - "CommandType": "Function", - "ParameterSets": "[-Path] [-DestinationPath] [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Expand-Archive", - "CommandType": "Function", - "ParameterSets": "[-Path] [[-DestinationPath] ] [-Force] [-PassThru] [-WhatIf] [-Confirm] [] [[-DestinationPath] ] -LiteralPath [-Force] [-PassThru] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Host", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Start-Transcript", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-LiteralPath] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-OutputDirectory] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Transcript", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Management", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] []" - }, - { - "Name": "Clear-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Clear-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Clear-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Convert-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [] -LiteralPath []" - }, - { - "Name": "Copy-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Destination] ] [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] [] [[-Destination] ] -LiteralPath [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] []" - }, - { - "Name": "Copy-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Debug-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] -InputObject [-WhatIf] [-Confirm] []" - }, - { - "Name": "Get-ChildItem", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Filter] ] [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [] [[-Filter] ] -LiteralPath [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] []" - }, - { - "Name": "Get-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] [] -LiteralPath [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] []" - }, - { - "Name": "Get-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] []" - }, - { - "Name": "Get-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Name] ] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [[-Name] ] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" - }, - { - "Name": "Get-ItemPropertyValue", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-Name] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [-Name] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" - }, - { - "Name": "Get-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[-PSProvider ] [-PSDrive ] [] [-Stack] [-StackName ] []" - }, - { - "Name": "Get-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Module] [-FileVersionInfo] [] [[-Name] ] -IncludeUserName [] -Id [-Module] [-FileVersionInfo] [] -Id -IncludeUserName [] -InputObject -IncludeUserName [] -InputObject [-Module] [-FileVersionInfo] []" - }, - { - "Name": "Get-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Scope ] [-PSProvider ] [] [-LiteralName] [-Scope ] [-PSProvider ] []" - }, - { - "Name": "Get-PSProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-PSProvider] ] []" - }, - { - "Name": "Get-TimeZone", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [] -Id [] -ListAvailable []" - }, - { - "Name": "Invoke-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Join-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ChildPath] [[-AdditionalChildPath] ] [-Resolve] [-Credential ] []" - }, - { - "Name": "Move-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Destination] ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [[-Destination] ] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Move-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] [[-Path] ] -Name [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-PSProvider] [-Root] [-Description ] [-Scope ] [-Persist] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Pop-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[-PassThru] [-StackName ] []" - }, - { - "Name": "Push-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-PassThru] [-StackName ] [] [-LiteralPath ] [-PassThru] [-StackName ] []" - }, - { - "Name": "Remove-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] [] [-LiteralName] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Rename-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-NewName] [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [-NewName] -LiteralPath [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Rename-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-NewName] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-NewName] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Resolve-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Relative] [-Credential ] [] -LiteralPath [-Relative] [-Credential ] []" - }, - { - "Name": "Set-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] []" - }, - { - "Name": "Set-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Value] ] [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [[-Value] ] -LiteralPath [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-Value] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Path] -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-Value] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-PassThru] [] -LiteralPath [-PassThru] [] [-PassThru] [-StackName ] []" - }, - { - "Name": "Split-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Parent] [-Resolve] [-Credential ] [] [-Path] [-LeafBase] [-Resolve] [-Credential ] [] [-Path] [-Leaf] [-Resolve] [-Credential ] [] [-Path] [-Extension] [-Resolve] [-Credential ] [] [-Path] [-Qualifier] [-Resolve] [-Credential ] [] [-Path] [-NoQualifier] [-Resolve] [-Credential ] [] [-Path] [-Resolve] [-IsAbsolute] [-Credential ] [] -LiteralPath [-Resolve] [-Credential ] []" - }, - { - "Name": "Start-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [[-ArgumentList] ] [-Credential ] [-WorkingDirectory ] [-LoadUserProfile] [-NoNewWindow] [-PassThru] [-RedirectStandardError ] [-RedirectStandardInput ] [-RedirectStandardOutput ] [-WindowStyle ] [-Wait] [-UseNewEnvironment] [-WhatIf] [-Confirm] [] [-FilePath] [[-ArgumentList] ] [-WorkingDirectory ] [-PassThru] [-Verb ] [-WindowStyle ] [-Wait] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -Name [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-InputObject] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Test-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] []" - }, - { - "Name": "Wait-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Timeout] ] [] [-Id] [[-Timeout] ] [] [[-Timeout] ] -InputObject []" - } - ], - "ExportedAliases": [ - "gtz" - ] - }, - { - "Name": "Microsoft.PowerShell.Security", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "ConvertFrom-SecureString", - "CommandType": "Cmdlet", - "ParameterSets": "[-SecureString] [[-SecureKey] ] [] [-SecureString] [-Key ] []" - }, - { - "Name": "ConvertTo-SecureString", - "CommandType": "Cmdlet", - "ParameterSets": "[-String] [[-SecureKey] ] [] [-String] [-AsPlainText] [-Force] [] [-String] [-Key ] []" - }, - { - "Name": "Get-Credential", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Credential] ] [] [[-UserName] ] [-Message ] [-Title ] []" - }, - { - "Name": "Get-ExecutionPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Scope] ] [-List] []" - }, - { - "Name": "Get-PfxCertificate", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [] -LiteralPath []" - }, - { - "Name": "Set-ExecutionPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-ExecutionPolicy] [[-Scope] ] [-Force] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Utility", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-Member", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject -TypeName [-PassThru] [] [-MemberType] [-Name] [[-Value] ] [[-SecondValue] ] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-NotePropertyName] [-NotePropertyValue] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-NotePropertyMembers] -InputObject [-TypeName ] [-Force] [-PassThru] []" - }, - { - "Name": "Add-Type", - "CommandType": "Cmdlet", - "ParameterSets": "[-TypeDefinition] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] [-Name] [-MemberDefinition] [-Namespace ] [-UsingNamespace ] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] [-Path] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] -LiteralPath [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] -AssemblyName [-PassThru] [-IgnoreWarnings] []" - }, - { - "Name": "Clear-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Compare-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-ReferenceObject] [-DifferenceObject] [-SyncWindow ] [-Property ] [-ExcludeDifferent] [-IncludeEqual] [-PassThru] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "ConvertFrom-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [[-Delimiter] ] [-Header ] [] [-InputObject] -UseCulture [-Header ] []" - }, - { - "Name": "ConvertFrom-Json", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-AsHashtable] []" - }, - { - "Name": "ConvertFrom-StringData", - "CommandType": "Cmdlet", - "ParameterSets": "[-StringData] []" - }, - { - "Name": "ConvertTo-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [[-Delimiter] ] [-IncludeTypeInformation] [-NoTypeInformation] [] [-InputObject] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] []" - }, - { - "Name": "ConvertTo-Html", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [[-Head] ] [[-Title] ] [[-Body] ] [-InputObject ] [-As ] [-CssUri ] [-PostContent ] [-PreContent ] [-Meta ] [-Charset ] [-Transitional] [] [[-Property] ] [-InputObject ] [-As ] [-Fragment] [-PostContent ] [-PreContent ] []" - }, - { - "Name": "ConvertTo-Json", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Depth ] [-Compress] [-EnumsAsStrings] []" - }, - { - "Name": "ConvertTo-Xml", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Depth ] [-NoTypeInformation] [-As ] []" - }, - { - "Name": "Debug-Runspace", - "CommandType": "Cmdlet", - "ParameterSets": "[-Runspace] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] [] [-Id] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Enable-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enable-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [-BreakAll] [] [-RunspaceId] [-BreakAll] [] [-Runspace] [-BreakAll] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Export-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Name] ] [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] [] [[-Name] ] -LiteralPath [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-Clixml", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Delimiter] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] [] [[-Path] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject -Path [-Force] [-NoClobber] [-IncludeScriptBlock] [] -InputObject -LiteralPath [-Force] [-NoClobber] [-IncludeScriptBlock] []" - }, - { - "Name": "Export-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [-OutputModule] [[-CommandName] ] [[-FormatTypeName] ] [-Force] [-Encoding ] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" - }, - { - "Name": "Format-Custom", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-Depth ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Hex", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-WhatIf] [-Confirm] [] -LiteralPath [-WhatIf] [-Confirm] [] -InputObject [-Encoding ] [-Raw] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Format-List", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Table", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-AutoSize] [-HideTableHeaders] [-Wrap] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Wide", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-AutoSize] [-Column ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Get-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Exclude ] [-Scope ] [] [-Exclude ] [-Scope ] [-Definition ] []" - }, - { - "Name": "Get-Culture", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Date", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-Format ] [] [[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-UFormat ] []" - }, - { - "Name": "Get-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [] [-EventIdentifier] []" - }, - { - "Name": "Get-EventSubscriber", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [-Force] [] [-SubscriptionId] [-Force] []" - }, - { - "Name": "Get-FileHash", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Algorithm] ] [] [-LiteralPath] [[-Algorithm] ] [] [-InputStream] [[-Algorithm] ] []" - }, - { - "Name": "Get-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-TypeName] ] [-PowerShellVersion ] []" - }, - { - "Name": "Get-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Member", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-InputObject ] [-MemberType ] [-View ] [-Static] [-Force] []" - }, - { - "Name": "Get-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Script] ] [] -Variable [-Script ] [] -Command [-Script ] [] [-Type] [-Script ] [] [-Id] []" - }, - { - "Name": "Get-PSCallStack", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Random", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Maximum] ] [-SetSeed ] [-Minimum ] [] [-InputObject] [-SetSeed ] [-Count ] []" - }, - { - "Name": "Get-Runspace", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [] [-Id] [] [-InstanceId] []" - }, - { - "Name": "Get-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Get-TraceSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "Get-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-TypeName] ] []" - }, - { - "Name": "Get-UICulture", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Unique", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject ] [-AsString] [] [-InputObject ] [-OnType] []" - }, - { - "Name": "Get-Uptime", - "CommandType": "Cmdlet", - "ParameterSets": "[] [-Since] []" - }, - { - "Name": "Get-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-ValueOnly] [-Include ] [-Exclude ] [-Scope ] []" - }, - { - "Name": "Get-Verb", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Verb] ] [[-Group] ] []" - }, - { - "Name": "Group-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-NoElement] [-AsHashTable] [-AsString] [-InputObject ] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "Import-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Import-Clixml", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-IncludeTotalCount] [-Skip ] [-First ] [] -LiteralPath [-IncludeTotalCount] [-Skip ] [-First ] []" - }, - { - "Name": "Import-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Delimiter] ] [-LiteralPath ] [-Header ] [-Encoding ] [] [[-Path] ] -UseCulture [-LiteralPath ] [-Header ] [-Encoding ] []" - }, - { - "Name": "Import-LocalizedData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-BindingVariable] ] [[-UICulture] ] [-BaseDirectory ] [-FileName ] [-SupportedCommand ] []" - }, - { - "Name": "Import-PowerShellDataFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [] [-LiteralPath] []" - }, - { - "Name": "Import-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [[-CommandName] ] [[-FormatTypeName] ] [-Prefix ] [-DisableNameChecking] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" - }, - { - "Name": "Invoke-Expression", - "CommandType": "Cmdlet", - "ParameterSets": "[-Command] []" - }, - { - "Name": "Invoke-RestMethod", - "CommandType": "Cmdlet", - "ParameterSets": "[-Uri] [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" - }, - { - "Name": "Invoke-WebRequest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Uri] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Method ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Method ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" - }, - { - "Name": "Measure-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-Expression] [-InputObject ] []" - }, - { - "Name": "Measure-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-InputObject ] [-Sum] [-Average] [-Maximum] [-Minimum] [] [[-Property] ] [-InputObject ] [-Line] [-Word] [-Character] [-IgnoreWhiteSpace] []" - }, - { - "Name": "New-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [[-Sender] ] [[-EventArguments] ] [[-MessageData] ] []" - }, - { - "Name": "New-Guid", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "New-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-TypeName] [[-ArgumentList] ] [-Property ] [] [-Strict] [-Property ] []" - }, - { - "Name": "New-TemporaryFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-WhatIf] [-Confirm] []" - }, - { - "Name": "New-TimeSpan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Start] ] [[-End] ] [] [-Days ] [-Hours ] [-Minutes ] [-Seconds ] []" - }, - { - "Name": "New-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Value] ] [-Description ] [-Option ] [-Visibility ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Out-File", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [[-Encoding] ] [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] [] [[-Encoding] ] -LiteralPath [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Out-String", - "CommandType": "Cmdlet", - "ParameterSets": "[-Width ] [-NoNewline] [-InputObject ] [] [-Stream] [-Width ] [-InputObject ] []" - }, - { - "Name": "Read-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Prompt] ] [-AsSecureString] []" - }, - { - "Name": "Register-EngineEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" - }, - { - "Name": "Register-ObjectEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-EventName] [[-SourceIdentifier] ] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" - }, - { - "Name": "Remove-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Scope ] [-Force] []" - }, - { - "Name": "Remove-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [-WhatIf] [-Confirm] [] [-EventIdentifier] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Breakpoint] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "-TypeData [-WhatIf] [-Confirm] [] [-TypeName] [-WhatIf] [-Confirm] [] -Path [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Select-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-Last ] [-First ] [-Skip ] [-Wait] [] [[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-SkipLast ] [] [-InputObject ] [-Unique] [-Wait] [-Index ] []" - }, - { - "Name": "Select-String", - "CommandType": "Cmdlet", - "ParameterSets": "[-Pattern] [-Path] [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -InputObject [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -LiteralPath [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] []" - }, - { - "Name": "Select-Xml", - "CommandType": "Cmdlet", - "ParameterSets": "[-XPath] [-Xml] [-Namespace ] [] [-XPath] [-Path] [-Namespace ] [] [-XPath] -LiteralPath [-Namespace ] [] [-XPath] -Content [-Namespace ] []" - }, - { - "Name": "Send-MailMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-To] [-Subject] [[-Body] ] [[-SmtpServer] ] -From [-Attachments ] [-Bcc ] [-BodyAsHtml] [-Encoding ] [-Cc ] [-DeliveryNotificationOption ] [-Priority ] [-Credential ] [-UseSsl] [-Port ] []" - }, - { - "Name": "Set-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-Date", - "CommandType": "Cmdlet", - "ParameterSets": "[-Date] [-DisplayHint ] [-WhatIf] [-Confirm] [] [-Adjust] [-DisplayHint ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Script] [-Line] [[-Column] ] [-Action ] [] [[-Script] ] -Command [-Action ] [] [[-Script] ] -Variable [-Action ] [-Mode ] []" - }, - { - "Name": "Set-TraceSource", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Option] ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [-PassThru] [] [-Name] [-RemoveListener ] [] [-Name] [-RemoveFileListener ] []" - }, - { - "Name": "Set-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Value] ] [-Include ] [-Exclude ] [-Description ] [-Option ] [-Force] [-Visibility ] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Sort-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-Descending] [-Unique] [-Top ] [-InputObject ] [-Culture ] [-CaseSensitive] [] [[-Property] ] -Bottom [-Descending] [-Unique] [-InputObject ] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "Start-Sleep", - "CommandType": "Cmdlet", - "ParameterSets": "[-Seconds] [] -Milliseconds []" - }, - { - "Name": "Tee-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [-InputObject ] [-Append] [] -LiteralPath [-InputObject ] [] -Variable [-InputObject ] []" - }, - { - "Name": "Trace-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Expression] [[-Option] ] [-InputObject ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [] [-Name] [-Command] [[-Option] ] [-InputObject ] [-ArgumentList ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] []" - }, - { - "Name": "Unregister-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [-Force] [-WhatIf] [-Confirm] [] [-SubscriptionId] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] [] -TypeName [-MemberType ] [-MemberName ] [-Value ] [-SecondValue ] [-TypeConverter ] [-TypeAdapter ] [-SerializationMethod ] [-TargetTypeForDeserialization ] [-SerializationDepth ] [-DefaultDisplayProperty ] [-InheritPropertySerializationSet ] [-StringSerializationSource ] [-DefaultDisplayPropertySet ] [-DefaultKeyPropertySet ] [-PropertySerializationSet ] [-Force] [-WhatIf] [-Confirm] [] [-TypeData] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Wait-Debugger", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Wait-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [-Timeout ] []" - }, - { - "Name": "Write-Debug", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - }, - { - "Name": "Write-Error", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -Exception [-Message ] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -ErrorRecord [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] []" - }, - { - "Name": "Write-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Object] ] [-NoNewline] [-Separator ] [-ForegroundColor ] [-BackgroundColor ] []" - }, - { - "Name": "Write-Information", - "CommandType": "Cmdlet", - "ParameterSets": "[-MessageData] [[-Tags] ] []" - }, - { - "Name": "Write-Output", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-NoEnumerate] []" - }, - { - "Name": "Write-Progress", - "CommandType": "Cmdlet", - "ParameterSets": "[-Activity] [[-Status] ] [[-Id] ] [-PercentComplete ] [-SecondsRemaining ] [-CurrentOperation ] [-ParentId ] [-Completed] [-SourceId ] []" - }, - { - "Name": "Write-Verbose", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - }, - { - "Name": "Write-Warning", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - } - ], - "ExportedAliases": [ - "fhx" - ] - }, - { - "Name": "PackageManagement", - "Version": "1.1.7.0", - "ExportedCommands": [ - { - "Name": "Find-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" - }, - { - "Name": "Find-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-AllVersions] [-Source ] [-IncludeDependencies] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Get-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" - }, - { - "Name": "Get-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-ListAvailable] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Get-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Import-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Install-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-InputObject] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] []" - }, - { - "Name": "Install-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Credential ] [-Scope ] [-Source ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Register-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Save-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" - }, - { - "Name": "Set-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Location ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Uninstall-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" - }, - { - "Name": "Unregister-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Source] ] [-Location ] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PowerShellGet", - "Version": "1.6.0", - "ExportedCommands": [ - { - "Name": "Find-Command", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-DscResource", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-Module", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" - }, - { - "Name": "Find-RoleCapability", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-Script", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" - }, - { - "Name": "Get-InstalledModule", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-AllowPrerelease] []" - }, - { - "Name": "Get-InstalledScript", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllowPrerelease] []" - }, - { - "Name": "Get-PSRepository", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "Install-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Install-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[[-Path] ] -Description [-Version ] [-Author ] [-Guid ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Publish-Module", - "CommandType": "Function", - "ParameterSets": "-Name [-RequiredVersion ] [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] -Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Publish-Script", - "CommandType": "Function", - "ParameterSets": "-Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Register-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] [-SourceLocation] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] [] -Default [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] []" - }, - { - "Name": "Save-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] -Path [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -Path [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Save-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] -Path [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -Path [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] [[-SourceLocation] ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] []" - }, - { - "Name": "Test-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[-Path] [] -LiteralPath []" - }, - { - "Name": "Uninstall-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Uninstall-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Unregister-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] []" - }, - { - "Name": "Update-Module", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-ModuleManifest", - "CommandType": "Function", - "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-CompatiblePSEditions ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-Prerelease ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-ExternalModuleDependencies ] [-PackageManagementProviders ] [-RequireLicenseAcceptance] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-Script", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[-Path] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-LiteralPath] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [ - "inmo", - "fimo", - "upmo", - "pumo" - ] - }, - { - "Name": "PSDesiredStateConfiguration", - "Version": "0.0", - "ExportedCommands": [ - { - "Name": "Add-NodeKeys", - "CommandType": "Function", - "ParameterSets": "[-ResourceKey] [-keywordName] []" - }, - { - "Name": "AddDscResourceProperty", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "AddDscResourcePropertyFromMetadata", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "CheckResourceFound", - "CommandType": "Function", - "ParameterSets": "[[-names] ] [[-Resources] ]" - }, - { - "Name": "Configuration", - "CommandType": "Function", - "ParameterSets": "[[-ResourceModuleTuplesToImport] ] [[-OutputPath] ] [[-Name] ] [[-Body] ] [[-ArgsToBody] ] [[-ConfigurationData] ] [[-InstanceName] ] []" - }, - { - "Name": "ConvertTo-MOFInstance", - "CommandType": "Function", - "ParameterSets": "[-Type] [-Properties] []" - }, - { - "Name": "Generate-VersionInfo", - "CommandType": "Function", - "ParameterSets": "[-KeywordData] [-Value] []" - }, - { - "Name": "Get-CompatibleVersionAddtionaPropertiesStr", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-ComplexResourceQualifier", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-ConfigurationErrorCount", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-DscResource", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [[-Module] ] [-Syntax] []" - }, - { - "Name": "Get-DSCResourceModules", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-EncryptedPassword", - "CommandType": "Function", - "ParameterSets": "[[-Value] ] []" - }, - { - "Name": "Get-InnerMostErrorRecord", - "CommandType": "Function", - "ParameterSets": "[-ErrorRecord] []" - }, - { - "Name": "Get-MofInstanceName", - "CommandType": "Function", - "ParameterSets": "[[-mofInstance] ]" - }, - { - "Name": "Get-MofInstanceText", - "CommandType": "Function", - "ParameterSets": "[-aliasId] []" - }, - { - "Name": "Get-PositionInfo", - "CommandType": "Function", - "ParameterSets": "[[-sourceMetadata] ]" - }, - { - "Name": "Get-PSCurrentConfigurationNode", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSDefaultConfigurationDocument", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSMetaConfigDocumentInstVersionInfo", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSMetaConfigurationProcessed", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSTopConfigurationName", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PublicKeyFromFile", - "CommandType": "Function", - "ParameterSets": "[-certificatefile] []" - }, - { - "Name": "Get-PublicKeyFromStore", - "CommandType": "Function", - "ParameterSets": "[-certificateid] []" - }, - { - "Name": "GetCompositeResource", - "CommandType": "Function", - "ParameterSets": "[[-patterns] ] [-configInfo] [[-ignoreParameters] ] [-modules] []" - }, - { - "Name": "GetImplementingModulePath", - "CommandType": "Function", - "ParameterSets": "[-schemaFileName] []" - }, - { - "Name": "GetModule", - "CommandType": "Function", - "ParameterSets": "[-modules] [-schemaFileName] []" - }, - { - "Name": "GetPatterns", - "CommandType": "Function", - "ParameterSets": "[[-names] ]" - }, - { - "Name": "GetResourceFromKeyword", - "CommandType": "Function", - "ParameterSets": "[-keyword] [[-patterns] ] [-modules] []" - }, - { - "Name": "GetSyntax", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "ImportCimAndScriptKeywordsFromModule", - "CommandType": "Function", - "ParameterSets": "[-Module] [-resource] [[-functionsToDefine] ] []" - }, - { - "Name": "ImportClassResourcesFromModule", - "CommandType": "Function", - "ParameterSets": "[-Module] [-Resources] [[-functionsToDefine] ] []" - }, - { - "Name": "Initialize-ConfigurationRuntimeState", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] []" - }, - { - "Name": "IsHiddenResource", - "CommandType": "Function", - "ParameterSets": "[-ResourceName] []" - }, - { - "Name": "IsPatternMatched", - "CommandType": "Function", - "ParameterSets": "[[-patterns] ] [-Name] []" - }, - { - "Name": "New-DscChecksum", - "CommandType": "Function", - "ParameterSets": "[-Path] [[-OutPath] ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Node", - "CommandType": "Function", - "ParameterSets": "[-KeywordData] [[-Name] ] [-Value] [-sourceMetadata] []" - }, - { - "Name": "ReadEnvironmentFile", - "CommandType": "Function", - "ParameterSets": "[-FilePath] []" - }, - { - "Name": "Set-NodeExclusiveResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-exclusiveResource] []" - }, - { - "Name": "Set-NodeManager", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-referencedManagers] []" - }, - { - "Name": "Set-NodeResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-requiredResourceList] []" - }, - { - "Name": "Set-NodeResourceSource", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-referencedResourceSources] []" - }, - { - "Name": "Set-PSCurrentConfigurationNode", - "CommandType": "Function", - "ParameterSets": "[[-nodeName] ] []" - }, - { - "Name": "Set-PSDefaultConfigurationDocument", - "CommandType": "Function", - "ParameterSets": "[[-documentText] ] []" - }, - { - "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Set-PSMetaConfigVersionInfoV2", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Set-PSTopConfigurationName", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "StrongConnect", - "CommandType": "Function", - "ParameterSets": "[[-resourceId] ]" - }, - { - "Name": "Test-ConflictingResources", - "CommandType": "Function", - "ParameterSets": "[[-keyword] ] [-properties] [-keywordData] []" - }, - { - "Name": "Test-ModuleReloadRequired", - "CommandType": "Function", - "ParameterSets": "[-SchemaFilePath] []" - }, - { - "Name": "Test-MofInstanceText", - "CommandType": "Function", - "ParameterSets": "[-instanceText] []" - }, - { - "Name": "Test-NodeManager", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "Test-NodeResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "Test-NodeResourceSource", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "ThrowError", - "CommandType": "Function", - "ParameterSets": "[-ExceptionName] [-ExceptionMessage] [[-ExceptionObject] ] [-errorId] [-errorCategory] []" - }, - { - "Name": "Update-ConfigurationDocumentRef", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] [-ConfigurationName] []" - }, - { - "Name": "Update-ConfigurationErrorCount", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Update-DependsOn", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" - }, - { - "Name": "Update-LocalConfigManager", - "CommandType": "Function", - "ParameterSets": "[[-localConfigManager] ] [[-resourceManagers] ] [[-reportManagers] ] [[-downloadManagers] ] [[-partialConfigurations] ]" - }, - { - "Name": "Update-ModuleVersion", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" - }, - { - "Name": "ValidateNoCircleInNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeExclusiveResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeManager", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeResourceSource", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNoNameNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateUpdate-ConfigurationData", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationData] ] []" - }, - { - "Name": "Write-Log", - "CommandType": "Function", - "ParameterSets": "[-message] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Write-MetaConfigFile", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" - }, - { - "Name": "Write-NodeMOFFile", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" - }, - { - "Name": "WriteFile", - "CommandType": "Function", - "ParameterSets": "[-Value] [-Path] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PSReadLine", - "Version": "1.2", - "ExportedCommands": [ - { - "Name": "PSConsoleHostReadline", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Bound] [-Unbound] []" - }, - { - "Name": "Get-PSReadlineOption", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Remove-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Chord] [-ViMode ] []" - }, - { - "Name": "Set-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Chord] [-ScriptBlock] [-BriefDescription ] [-Description ] [-ViMode ] [] [-Chord] [-Function] [-ViMode ] []" - }, - { - "Name": "Set-PSReadlineOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-EditMode ] [-ContinuationPrompt ] [-ContinuationPromptForegroundColor ] [-ContinuationPromptBackgroundColor ] [-EmphasisForegroundColor ] [-EmphasisBackgroundColor ] [-ErrorForegroundColor ] [-ErrorBackgroundColor ] [-HistoryNoDuplicates] [-AddToHistoryHandler ] [-CommandValidationHandler ] [-HistorySearchCursorMovesToEnd] [-MaximumHistoryCount ] [-MaximumKillRingCount ] [-ResetTokenColors] [-ShowToolTips] [-ExtraPromptLineCount ] [-DingTone ] [-DingDuration ] [-BellStyle ] [-CompletionQueryItems ] [-WordDelimiters ] [-HistorySearchCaseSensitive] [-HistorySaveStyle ] [-HistorySavePath ] [-ViModeIndicator ] [] [-TokenKind] [[-ForegroundColor] ] [[-BackgroundColor] ] []" - } - ], - "ExportedAliases": [] - }, - { - "Version": "6.0.2", - "Name": "Microsoft.PowerShell.Core", - "ExportedCommands": [ - { - "Name": "Add-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-InputObject] ] [-Passthru] []" - }, - { - "Name": "Clear-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [[-Count] ] [-Newest] [-WhatIf] [-Confirm] [] [[-Count] ] [-CommandLine ] [-Newest] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Debug-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Job] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enter-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-ComputerName] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-HostName] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [] [[-Session] ] [] [[-ConnectionUri] ] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-InstanceId ] [] [[-Id] ] [] [-Name ] [] [-VMId] [-Credential] [-ConfigurationName ] [] [-VMName] [-Credential] [-ConfigurationName ] [] [-ContainerId] [-ConfigurationName ] [-RunAsAdministrator] []" - }, - { - "Name": "Exit-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Export-ModuleMember", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Function] ] [-Cmdlet ] [-Variable ] [-Alias ] []" - }, - { - "Name": "ForEach-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-Process] [-InputObject ] [-Begin ] [-End ] [-RemainingScripts ] [-WhatIf] [-Confirm] [] [-MemberName] [-InputObject ] [-ArgumentList ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Get-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ArgumentList] ] [-Verb ] [-Noun ] [-Module ] [-FullyQualifiedModule ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] [] [[-Name] ] [[-ArgumentList] ] [-Module ] [-FullyQualifiedModule ] [-CommandType ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] []" - }, - { - "Name": "Get-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [-Full] [] [[-Name] ] -Detailed [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Examples [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Parameter [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Online [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] []" - }, - { - "Name": "Get-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [[-Count] ] []" - }, - { - "Name": "Get-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-InstanceId] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-Name] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-State] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [-Command ] [] [-Filter] []" - }, - { - "Name": "Get-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-FullyQualifiedName ] [-All] [] [[-Name] ] -ListAvailable [-FullyQualifiedName ] [-All] [-PSEdition ] [-Refresh] [] [[-Name] ] -PSSession [-FullyQualifiedName ] [-ListAvailable] [-PSEdition ] [-Refresh] [] [[-Name] ] -CimSession [-FullyQualifiedName ] [-ListAvailable] [-Refresh] [-CimResourceUri ] [-CimNamespace ] []" - }, - { - "Name": "Get-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name ] [] [-ComputerName] -InstanceId [-ApplicationName ] [-ConfigurationName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ComputerName] [-ApplicationName ] [-ConfigurationName ] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] [-ConfigurationName ] [-AllowRedirection] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] -InstanceId -ContainerId [-ConfigurationName ] [-State ] [] -ContainerId [-ConfigurationName ] [-Name ] [-State ] [] -VMId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -VMId [-ConfigurationName ] [-State ] [] -VMName [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -VMName [-ConfigurationName ] [-State ] [] [-InstanceId ] [] [-Id] []" - }, - { - "Name": "Import-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -CimSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [-CimResourceUri ] [-CimNamespace ] [] [-FullyQualifiedName] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-FullyQualifiedName] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Assembly] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-ModuleInfo] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] []" - }, - { - "Name": "Invoke-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [-NoNewScope] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-FilePath] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-ScriptBlock] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ComputerName] ] [-ScriptBlock] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ComputerName] ] [-FilePath] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-FilePath] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ConnectionUri] ] [-ScriptBlock] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ConnectionUri] ] [-FilePath] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-ScriptBlock] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -HostName [-Port ] [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -HostName [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] []" - }, - { - "Name": "Invoke-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] [] [-Name] [-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] []" - }, - { - "Name": "New-ModuleManifest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-CompatiblePSEditions ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-PSRoleCapabilityFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Guid ] [-Author ] [-Description ] [-CompanyName ] [-Copyright ] [-ModulesToImport ] [-VisibleAliases ] [-VisibleCmdlets ] [-VisibleFunctions ] [-VisibleExternalCommands ] [-VisibleProviders ] [-ScriptsToProcess ] [-AliasDefinitions ] [-FunctionDefinitions ] [-VariableDefinitions ] [-EnvironmentVariables ] [-TypesToProcess ] [-FormatsToProcess ] [-AssembliesToLoad ] []" - }, - { - "Name": "New-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-ThrottleLimit ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-ConnectionUri] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-ThrottleLimit ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-VMId] -Credential [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] -Credential -VMName [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] [[-Session] ] [-Name ] [-EnableNetworkAccess] [-ThrottleLimit ] [] -ContainerId [-Name ] [-ConfigurationName ] [-RunAsAdministrator] [-ThrottleLimit ] [] [-HostName] [-Name ] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [] -SSHConnection [-Name ] []" - }, - { - "Name": "New-PSTransportOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-MaxIdleTimeoutSec ] [-ProcessIdleTimeoutSec ] [-MaxSessions ] [-MaxConcurrentCommandsPerSession ] [-MaxSessionsPerUser ] [-MaxMemoryPerSessionMB ] [-MaxProcessesPerSession ] [-MaxConcurrentUsers ] [-IdleTimeoutSec ] [-OutputBufferingMode ] []" - }, - { - "Name": "Out-Default", - "CommandType": "Cmdlet", - "ParameterSets": "[-Transcript] [-InputObject ] []" - }, - { - "Name": "Out-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[-Paging] [-InputObject ] []" - }, - { - "Name": "Out-Null", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject ] []" - }, - { - "Name": "Receive-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Job] [[-Location] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-Session] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-ComputerName] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Name] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-InstanceId] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Id] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] []" - }, - { - "Name": "Register-ArgumentCompleter", - "CommandType": "Cmdlet", - "ParameterSets": "-CommandName -ScriptBlock [-Native] [] -ParameterName -ScriptBlock [-CommandName ] []" - }, - { - "Name": "Remove-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-Force] [-WhatIf] [-Confirm] [] [-Job] [-Force] [-WhatIf] [-Confirm] [] [-InstanceId] [-Force] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-WhatIf] [-Confirm] [] [-Filter] [-Force] [-WhatIf] [-Confirm] [] [-State] [-WhatIf] [-Confirm] [] [-Command ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Force] [-WhatIf] [-Confirm] [] [-FullyQualifiedName] [-Force] [-WhatIf] [-Confirm] [] [-ModuleInfo] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-WhatIf] [-Confirm] [] [-Session] [-WhatIf] [-Confirm] [] -ContainerId [-WhatIf] [-Confirm] [] -VMId [-WhatIf] [-Confirm] [] -VMName [-WhatIf] [-Confirm] [] -InstanceId [-WhatIf] [-Confirm] [] -Name [-WhatIf] [-Confirm] [] [-ComputerName] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Save-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[-DestinationPath] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] [] [[-Module] ] [[-UICulture] ] -LiteralPath [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] []" - }, - { - "Name": "Set-PSDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[-Trace ] [-Step] [-Strict] [] [-Off] []" - }, - { - "Name": "Set-StrictMode", - "CommandType": "Cmdlet", - "ParameterSets": "-Version [] -Off []" - }, - { - "Name": "Start-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-DefinitionName] [[-DefinitionPath] ] [[-Type] ] [] [[-InitializationScript] ] -LiteralPath [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-FilePath] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-HostName] []" - }, - { - "Name": "Stop-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Job] [-PassThru] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-WhatIf] [-Confirm] [] [-InstanceId] [-PassThru] [-WhatIf] [-Confirm] [] [-State] [-PassThru] [-WhatIf] [-Confirm] [] [-Filter] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Test-ModuleManifest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] []" - }, - { - "Name": "Update-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Module] ] [[-SourcePath] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-WhatIf] [-Confirm] [] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-LiteralPath ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Wait-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-Any] [-Timeout ] [-Force] [] [-Job] [-Any] [-Timeout ] [-Force] [] [-Name] [-Any] [-Timeout ] [-Force] [] [-InstanceId] [-Any] [-Timeout ] [-Force] [] [-State] [-Any] [-Timeout ] [-Force] [] [-Filter] [-Any] [-Timeout ] [-Force] []" - }, - { - "Name": "Where-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-Property] [[-Value] ] [-InputObject ] [-EQ] [] [-FilterScript] [-InputObject ] [] [-Property] [[-Value] ] -GE [-InputObject ] [] [-Property] [[-Value] ] -CEQ [-InputObject ] [] [-Property] [[-Value] ] -NE [-InputObject ] [] [-Property] [[-Value] ] -CNE [-InputObject ] [] [-Property] [[-Value] ] -GT [-InputObject ] [] [-Property] [[-Value] ] -CGT [-InputObject ] [] [-Property] [[-Value] ] -LT [-InputObject ] [] [-Property] [[-Value] ] -CLT [-InputObject ] [] [-Property] [[-Value] ] -CGE [-InputObject ] [] [-Property] [[-Value] ] -LE [-InputObject ] [] [-Property] [[-Value] ] -CLE [-InputObject ] [] [-Property] [[-Value] ] -Like [-InputObject ] [] [-Property] [[-Value] ] -CLike [-InputObject ] [] [-Property] [[-Value] ] -NotLike [-InputObject ] [] [-Property] [[-Value] ] -CNotLike [-InputObject ] [] [-Property] [[-Value] ] -Match [-InputObject ] [] [-Property] [[-Value] ] -CMatch [-InputObject ] [] [-Property] [[-Value] ] -NotMatch [-InputObject ] [] [-Property] [[-Value] ] -CNotMatch [-InputObject ] [] [-Property] [[-Value] ] -Contains [-InputObject ] [] [-Property] [[-Value] ] -CContains [-InputObject ] [] [-Property] [[-Value] ] -NotContains [-InputObject ] [] [-Property] [[-Value] ] -CNotContains [-InputObject ] [] [-Property] [[-Value] ] -In [-InputObject ] [] [-Property] [[-Value] ] -CIn [-InputObject ] [] [-Property] [[-Value] ] -NotIn [-InputObject ] [] [-Property] [[-Value] ] -CNotIn [-InputObject ] [] [-Property] [[-Value] ] -Is [-InputObject ] [] [-Property] [[-Value] ] -IsNot [-InputObject ] []" - } - ], - "ExportedAliases": [ - "?", - "%", - "clhy", - "etsn", - "exsn", - "foreach", - "gcm", - "ghy", - "gjb", - "gmo", - "gsn", - "h", - "history", - "icm", - "ihy", - "ipmo", - "nmo", - "nsn", - "oh", - "r", - "rcjb", - "rjb", - "rmo", - "rsn", - "sajb", - "spjb", - "where", - "wjb" - ] - } - ], - "SchemaVersion": "0.0.1" -} diff --git a/Engine/Settings/core-6.0.2-windows.json b/Engine/Settings/core-6.0.2-windows.json deleted file mode 100644 index 4855177cc..000000000 --- a/Engine/Settings/core-6.0.2-windows.json +++ /dev/null @@ -1,2075 +0,0 @@ -{ - "SchemaVersion": "0.0.1", - "Modules": [ - { - "Name": "CimCmdlets", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-CimAssociatedInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [[-Association] ] [-ResultClassName ] [-Namespace ] [-OperationTimeoutSec ] [-ResourceUri ] [-ComputerName ] [-KeyOnly] [] [-InputObject] [[-Association] ] -CimSession [-ResultClassName ] [-Namespace ] [-OperationTimeoutSec ] [-ResourceUri ] [-KeyOnly] []" - }, - { - "Name": "Get-CimClass", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ClassName] ] [[-Namespace] ] [-OperationTimeoutSec ] [-ComputerName ] [-MethodName ] [-PropertyName ] [-QualifierName ] [] [[-ClassName] ] [[-Namespace] ] -CimSession [-OperationTimeoutSec ] [-MethodName ] [-PropertyName ] [-QualifierName ] []" - }, - { - "Name": "Get-CimInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClassName] [-ComputerName ] [-KeyOnly] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-Shallow] [-Filter ] [-Property ] [] -CimSession -ResourceUri [-KeyOnly] [-Namespace ] [-OperationTimeoutSec ] [-Shallow] [-Filter ] [-Property ] [] -CimSession -Query [-ResourceUri ] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-Shallow] [] [-ClassName] -CimSession [-KeyOnly] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-Shallow] [-Filter ] [-Property ] [] [-InputObject] -CimSession [-ResourceUri ] [-OperationTimeoutSec ] [] [-InputObject] [-ResourceUri ] [-ComputerName ] [-OperationTimeoutSec ] [] -ResourceUri [-ComputerName ] [-KeyOnly] [-Namespace ] [-OperationTimeoutSec ] [-Shallow] [-Filter ] [-Property ] [] -Query [-ResourceUri ] [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-Shallow] []" - }, - { - "Name": "Get-CimSession", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [] [-Id] [] -InstanceId [] -Name []" - }, - { - "Name": "Invoke-CimMethod", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClassName] [[-Arguments] ] [-MethodName] [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-ClassName] [[-Arguments] ] [-MethodName] -CimSession [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Arguments] ] [-MethodName] -ResourceUri [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-InputObject] [[-Arguments] ] [-MethodName] -CimSession [-ResourceUri ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-InputObject] [[-Arguments] ] [-MethodName] [-ResourceUri ] [-ComputerName ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Arguments] ] [-MethodName] -ResourceUri -CimSession [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-CimClass] [[-Arguments] ] [-MethodName] [-ComputerName ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-CimClass] [[-Arguments] ] [-MethodName] -CimSession [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Arguments] ] [-MethodName] -Query [-QueryDialect ] [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Arguments] ] [-MethodName] -Query -CimSession [-QueryDialect ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-CimInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClassName] [[-Property] ] [-Key ] [-Namespace ] [-OperationTimeoutSec ] [-ComputerName ] [-ClientOnly] [-WhatIf] [-Confirm] [] [-ClassName] [[-Property] ] -CimSession [-Key ] [-Namespace ] [-OperationTimeoutSec ] [-ClientOnly] [-WhatIf] [-Confirm] [] [[-Property] ] -ResourceUri -CimSession [-Key ] [-Namespace ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [[-Property] ] -ResourceUri [-Key ] [-Namespace ] [-OperationTimeoutSec ] [-ComputerName ] [-WhatIf] [-Confirm] [] [-CimClass] [[-Property] ] -CimSession [-OperationTimeoutSec ] [-ClientOnly] [-WhatIf] [-Confirm] [] [-CimClass] [[-Property] ] [-OperationTimeoutSec ] [-ComputerName ] [-ClientOnly] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-CimSession", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [[-Credential] ] [-Authentication ] [-Name ] [-OperationTimeoutSec ] [-SkipTestConnection] [-Port ] [-SessionOption ] [] [[-ComputerName] ] [-CertificateThumbprint ] [-Name ] [-OperationTimeoutSec ] [-SkipTestConnection] [-Port ] [-SessionOption ] []" - }, - { - "Name": "New-CimSessionOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-Protocol] [-UICulture ] [-Culture ] [] [-NoEncryption] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-EncodePortInServicePrincipalName] [-Encoding ] [-HttpPrefix ] [-MaxEnvelopeSizeKB ] [-ProxyAuthentication ] [-ProxyCertificateThumbprint ] [-ProxyCredential ] [-ProxyType ] [-UseSsl] [-UICulture ] [-Culture ] [] [-Impersonation ] [-PacketIntegrity] [-PacketPrivacy] [-UICulture ] [-Culture ] []" - }, - { - "Name": "Register-CimIndicationEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-ClassName] [[-SourceIdentifier] ] [[-Action] ] [-Namespace ] [-OperationTimeoutSec ] [-ComputerName ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] [] [-ClassName] [[-SourceIdentifier] ] [[-Action] ] -CimSession [-Namespace ] [-OperationTimeoutSec ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] [] [-Query] [[-SourceIdentifier] ] [[-Action] ] -CimSession [-Namespace ] [-QueryDialect ] [-OperationTimeoutSec ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] [] [-Query] [[-SourceIdentifier] ] [[-Action] ] [-Namespace ] [-QueryDialect ] [-OperationTimeoutSec ] [-ComputerName ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" - }, - { - "Name": "Remove-CimInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-ResourceUri ] [-ComputerName ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-InputObject] -CimSession [-ResourceUri ] [-OperationTimeoutSec ] [-WhatIf] [-Confirm] [] [-Query] [[-Namespace] ] -CimSession [-OperationTimeoutSec ] [-QueryDialect ] [-WhatIf] [-Confirm] [] [-Query] [[-Namespace] ] [-ComputerName ] [-OperationTimeoutSec ] [-QueryDialect ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-CimSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-CimSession] [-WhatIf] [-Confirm] [] [-ComputerName] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] -InstanceId [-WhatIf] [-Confirm] [] -Name [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-CimInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-ComputerName ] [-ResourceUri ] [-OperationTimeoutSec ] [-Property ] [-PassThru] [-WhatIf] [-Confirm] [] [-InputObject] -CimSession [-ResourceUri ] [-OperationTimeoutSec ] [-Property ] [-PassThru] [-WhatIf] [-Confirm] [] [-Query] -CimSession -Property [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-PassThru] [-WhatIf] [-Confirm] [] [-Query] -Property [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-QueryDialect ] [-PassThru] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [ - "gcim", - "scim", - "ncim", - "rcim", - "icim", - "gcai", - "rcie", - "ncms", - "rcms", - "gcms", - "ncso", - "gcls" - ] - }, - { - "Name": "Microsoft.PowerShell.Archive", - "Version": "1.1.0.0", - "ExportedCommands": [ - { - "Name": "Compress-Archive", - "CommandType": "Function", - "ParameterSets": "[-Path] [-DestinationPath] [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Update [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Force [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath [-CompressionLevel ] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Expand-Archive", - "CommandType": "Function", - "ParameterSets": "[-Path] [[-DestinationPath] ] [-Force] [-PassThru] [-WhatIf] [-Confirm] [] [[-DestinationPath] ] -LiteralPath [-Force] [-PassThru] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Diagnostics", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-WinEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[[-LogName] ] [-MaxEvents ] [-ComputerName ] [-Credential ] [-FilterXPath ] [-Force] [-Oldest] [] [-ListLog] [-ComputerName ] [-Credential ] [-Force] [] [-ListProvider] [-ComputerName ] [-Credential ] [] [-ProviderName] [-MaxEvents ] [-ComputerName ] [-Credential ] [-FilterXPath ] [-Force] [-Oldest] [] [-Path] [-MaxEvents ] [-Credential ] [-FilterXPath ] [-Oldest] [] [-FilterHashtable] [-MaxEvents ] [-ComputerName ] [-Credential ] [-Force] [-Oldest] [] [-FilterXml] [-MaxEvents ] [-ComputerName ] [-Credential ] [-Oldest] []" - }, - { - "Name": "New-WinEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-ProviderName] [-Id] [[-Payload] ] [-Version ] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Host", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Start-Transcript", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-LiteralPath] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-OutputDirectory] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Transcript", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Management", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [-Stream ] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [-Stream ] []" - }, - { - "Name": "Clear-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-Stream ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-Stream ] []" - }, - { - "Name": "Clear-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Clear-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Convert-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [] -LiteralPath []" - }, - { - "Name": "Copy-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Destination] ] [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] [] [[-Destination] ] -LiteralPath [-Container] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [-FromSession ] [-ToSession ] []" - }, - { - "Name": "Copy-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Debug-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] -InputObject [-WhatIf] [-Confirm] []" - }, - { - "Name": "Get-ChildItem", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Filter] ] [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [] [[-Filter] ] -LiteralPath [-Include ] [-Exclude ] [-Recurse] [-Depth ] [-Force] [-Name] [-Attributes ] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] []" - }, - { - "Name": "Get-ComputerInfo", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] []" - }, - { - "Name": "Get-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] [-Stream ] [] -LiteralPath [-ReadCount ] [-TotalCount ] [-Tail ] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Delimiter ] [-Wait] [-Raw] [-Encoding ] [-AsByteStream] [-Stream ] []" - }, - { - "Name": "Get-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Stream ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-Stream ] []" - }, - { - "Name": "Get-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Name] ] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [[-Name] ] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" - }, - { - "Name": "Get-ItemPropertyValue", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-Name] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [] [-Name] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] []" - }, - { - "Name": "Get-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[-PSProvider ] [-PSDrive ] [] [-Stack] [-StackName ] []" - }, - { - "Name": "Get-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Module] [-FileVersionInfo] [] [[-Name] ] -IncludeUserName [] -Id -IncludeUserName [] -Id [-Module] [-FileVersionInfo] [] -InputObject [-Module] [-FileVersionInfo] [] -InputObject -IncludeUserName []" - }, - { - "Name": "Get-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Scope ] [-PSProvider ] [] [-LiteralName] [-Scope ] [-PSProvider ] []" - }, - { - "Name": "Get-PSProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-PSProvider] ] []" - }, - { - "Name": "Get-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-DependentServices] [-RequiredServices] [-Include ] [-Exclude ] [] -DisplayName [-DependentServices] [-RequiredServices] [-Include ] [-Exclude ] [] [-DependentServices] [-RequiredServices] [-Include ] [-Exclude ] [-InputObject ] []" - }, - { - "Name": "Get-TimeZone", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [] -Id [] -ListAvailable []" - }, - { - "Name": "Invoke-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Join-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ChildPath] [[-AdditionalChildPath] ] [-Resolve] [-Credential ] []" - }, - { - "Name": "Move-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Destination] ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [[-Destination] ] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Move-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Destination] [-Name] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Destination] [-Name] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [] [[-Path] ] -Name [-ItemType ] [-Value ] [-Force] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-PropertyType ] [-Value ] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-PSProvider] [-Root] [-Description ] [-Scope ] [-Persist] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-BinaryPathName] [-DisplayName ] [-Description ] [-StartupType ] [-Credential ] [-DependsOn ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Pop-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[-PassThru] [-StackName ] []" - }, - { - "Name": "Push-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-PassThru] [-StackName ] [] [-LiteralPath ] [-PassThru] [-StackName ] []" - }, - { - "Name": "Remove-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-Stream ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-Recurse] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-Stream ] []" - }, - { - "Name": "Remove-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSDrive", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] [] [-LiteralName] [-PSProvider ] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-WhatIf] [-Confirm] [] [-InputObject ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Rename-Computer", - "CommandType": "Cmdlet", - "ParameterSets": "[-NewName] [-ComputerName ] [-PassThru] [-DomainCredential ] [-LocalCredential ] [-Force] [-Restart] [-WsmanAuthentication ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Rename-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-NewName] [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] [] [-NewName] -LiteralPath [-Force] [-PassThru] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Rename-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-NewName] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-NewName] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Resolve-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Relative] [-Credential ] [] -LiteralPath [-Relative] [-Credential ] []" - }, - { - "Name": "Restart-Computer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [[-Credential] ] [-WsmanAuthentication ] [-Force] [-Wait] [-Timeout ] [-For ] [-Delay ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Restart-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Force] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-Force] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Resume-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-Content", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Value] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [-Stream ] [] [-Value] -LiteralPath [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Force] [-Credential ] [-WhatIf] [-Confirm] [-NoNewline] [-Encoding ] [-AsByteStream] [-Stream ] []" - }, - { - "Name": "Set-Item", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Value] ] [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [[-Value] ] -LiteralPath [-Force] [-PassThru] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-ItemProperty", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Name] [-Value] [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Path] -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] [-Name] [-Value] -LiteralPath [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-PassThru] [-Force] [-Filter ] [-Include ] [-Exclude ] [-Credential ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-Location", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-PassThru] [] -LiteralPath [-PassThru] [] [-PassThru] [-StackName ] []" - }, - { - "Name": "Set-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-DisplayName ] [-Credential ] [-Description ] [-StartupType ] [-Status ] [-PassThru] [-WhatIf] [-Confirm] [] [-InputObject] [-DisplayName ] [-Credential ] [-Description ] [-StartupType ] [-Status ] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-TimeZone", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-PassThru] [-WhatIf] [-Confirm] [] -Id [-PassThru] [-WhatIf] [-Confirm] [] [-InputObject] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Split-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Parent] [-Resolve] [-Credential ] [] [-Path] [-Extension] [-Resolve] [-Credential ] [] [-Path] [-Leaf] [-Resolve] [-Credential ] [] [-Path] [-LeafBase] [-Resolve] [-Credential ] [] [-Path] [-Qualifier] [-Resolve] [-Credential ] [] [-Path] [-NoQualifier] [-Resolve] [-Credential ] [] [-Path] [-Resolve] [-IsAbsolute] [-Credential ] [] -LiteralPath [-Resolve] [-Credential ] []" - }, - { - "Name": "Start-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [[-ArgumentList] ] [-Credential ] [-WorkingDirectory ] [-LoadUserProfile] [-NoNewWindow] [-PassThru] [-RedirectStandardError ] [-RedirectStandardInput ] [-RedirectStandardOutput ] [-WindowStyle ] [-Wait] [-UseNewEnvironment] [-WhatIf] [-Confirm] [] [-FilePath] [[-ArgumentList] ] [-WorkingDirectory ] [-PassThru] [-Verb ] [-WindowStyle ] [-Wait] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Start-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Computer", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [[-Credential] ] [-WsmanAuthentication ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -Name [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-InputObject] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Stop-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Force] [-NoWait] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-NoWait] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-Force] [-NoWait] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Suspend-Service", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] -DisplayName [-PassThru] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Test-Path", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] [] -LiteralPath [-Filter ] [-Include ] [-Exclude ] [-PathType ] [-IsValid] [-Credential ] [-OlderThan ] [-NewerThan ] []" - }, - { - "Name": "Wait-Process", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Timeout] ] [] [-Id] [[-Timeout] ] [] [[-Timeout] ] -InputObject []" - } - ], - "ExportedAliases": [ - "gin", - "gtz", - "stz" - ] - }, - { - "Name": "Microsoft.PowerShell.Security", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "ConvertFrom-SecureString", - "CommandType": "Cmdlet", - "ParameterSets": "[-SecureString] [[-SecureKey] ] [] [-SecureString] [-Key ] []" - }, - { - "Name": "ConvertTo-SecureString", - "CommandType": "Cmdlet", - "ParameterSets": "[-String] [[-SecureKey] ] [] [-String] [-AsPlainText] [-Force] [] [-String] [-Key ] []" - }, - { - "Name": "Get-Acl", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [-Audit] [-Filter ] [-Include ] [-Exclude ] [] -InputObject [-Audit] [-Filter ] [-Include ] [-Exclude ] [] [-LiteralPath ] [-Audit] [-Filter ] [-Include ] [-Exclude ] []" - }, - { - "Name": "Get-AuthenticodeSignature", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [] -LiteralPath [] -SourcePathOrExtension -Content []" - }, - { - "Name": "Get-CmsMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-Content] [] [-Path] [] [-LiteralPath] []" - }, - { - "Name": "Get-Credential", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Credential] ] [] [[-UserName] ] [-Message ] [-Title ] []" - }, - { - "Name": "Get-ExecutionPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Scope] ] [-List] []" - }, - { - "Name": "Get-PfxCertificate", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [] -LiteralPath []" - }, - { - "Name": "New-FileCatalog", - "CommandType": "Cmdlet", - "ParameterSets": "[-CatalogFilePath] [[-Path] ] [-CatalogVersion ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Protect-CmsMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-To] [-Content] [[-OutFile] ] [] [-To] [-Path] [[-OutFile] ] [] [-To] [-LiteralPath] [[-OutFile] ] []" - }, - { - "Name": "Set-Acl", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-AclObject] [-ClearCentralAccessPolicy] [-Passthru] [-Filter ] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-InputObject] [-AclObject] [-Passthru] [-Filter ] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] [] [-AclObject] -LiteralPath [-ClearCentralAccessPolicy] [-Passthru] [-Filter ] [-Include ] [-Exclude ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-AuthenticodeSignature", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [-Certificate] [-IncludeChain ] [-TimestampServer ] [-HashAlgorithm ] [-Force] [-WhatIf] [-Confirm] [] [-Certificate] -LiteralPath [-IncludeChain ] [-TimestampServer ] [-HashAlgorithm ] [-Force] [-WhatIf] [-Confirm] [] [-Certificate] -SourcePathOrExtension -Content [-IncludeChain ] [-TimestampServer ] [-HashAlgorithm ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-ExecutionPolicy", - "CommandType": "Cmdlet", - "ParameterSets": "[-ExecutionPolicy] [[-Scope] ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Test-FileCatalog", - "CommandType": "Cmdlet", - "ParameterSets": "[-CatalogFilePath] [[-Path] ] [-Detailed] [-FilesToSkip ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Unprotect-CmsMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-EventLogRecord] [[-To] ] [-IncludeContext] [] [-Content] [[-To] ] [-IncludeContext] [] [-Path] [[-To] ] [-IncludeContext] [] [-LiteralPath] [[-To] ] [-IncludeContext] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "Microsoft.PowerShell.Utility", - "Version": "3.1.0.0", - "ExportedCommands": [ - { - "Name": "ConvertFrom-SddlString", - "CommandType": "Function", - "ParameterSets": "[-Sddl] [-Type ] []" - }, - { - "Name": "Add-Member", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject -TypeName [-PassThru] [] [-NotePropertyMembers] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-NotePropertyName] [-NotePropertyValue] -InputObject [-TypeName ] [-Force] [-PassThru] [] [-MemberType] [-Name] [[-Value] ] [[-SecondValue] ] -InputObject [-TypeName ] [-Force] [-PassThru] []" - }, - { - "Name": "Add-Type", - "CommandType": "Cmdlet", - "ParameterSets": "[-TypeDefinition] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] [-Name] [-MemberDefinition] [-Namespace ] [-UsingNamespace ] [-Language ] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] [-Path] [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] -LiteralPath [-ReferencedAssemblies ] [-OutputAssembly ] [-OutputType ] [-PassThru] [-IgnoreWarnings] [] -AssemblyName [-PassThru] [-IgnoreWarnings] []" - }, - { - "Name": "Clear-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Compare-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-ReferenceObject] [-DifferenceObject] [-SyncWindow ] [-Property ] [-ExcludeDifferent] [-IncludeEqual] [-PassThru] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "ConvertFrom-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [[-Delimiter] ] [-Header ] [] [-InputObject] -UseCulture [-Header ] []" - }, - { - "Name": "ConvertFrom-Json", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-AsHashtable] []" - }, - { - "Name": "ConvertFrom-StringData", - "CommandType": "Cmdlet", - "ParameterSets": "[-StringData] []" - }, - { - "Name": "ConvertTo-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [[-Delimiter] ] [-IncludeTypeInformation] [-NoTypeInformation] [] [-InputObject] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] []" - }, - { - "Name": "ConvertTo-Html", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [[-Head] ] [[-Title] ] [[-Body] ] [-InputObject ] [-As ] [-CssUri ] [-PostContent ] [-PreContent ] [-Meta ] [-Charset ] [-Transitional] [] [[-Property] ] [-InputObject ] [-As ] [-Fragment] [-PostContent ] [-PreContent ] []" - }, - { - "Name": "ConvertTo-Json", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Depth ] [-Compress] [-EnumsAsStrings] []" - }, - { - "Name": "ConvertTo-Xml", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-Depth ] [-NoTypeInformation] [-As ] []" - }, - { - "Name": "Debug-Runspace", - "CommandType": "Cmdlet", - "ParameterSets": "[-Runspace] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] [] [-Id] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Enable-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Breakpoint] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enable-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [-BreakAll] [] [-Runspace] [-BreakAll] [] [-RunspaceId] [-BreakAll] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Export-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Name] ] [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] [] [[-Name] ] -LiteralPath [-PassThru] [-As ] [-Append] [-Force] [-NoClobber] [-Description ] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-Clixml", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] [] -LiteralPath -InputObject [-Depth ] [-Force] [-NoClobber] [-Encoding ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Delimiter] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] [] [[-Path] ] -InputObject [-LiteralPath ] [-Force] [-NoClobber] [-Encoding ] [-Append] [-UseCulture] [-IncludeTypeInformation] [-NoTypeInformation] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Export-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "-InputObject -Path [-Force] [-NoClobber] [-IncludeScriptBlock] [] -InputObject -LiteralPath [-Force] [-NoClobber] [-IncludeScriptBlock] []" - }, - { - "Name": "Export-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [-OutputModule] [[-CommandName] ] [[-FormatTypeName] ] [-Force] [-Encoding ] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" - }, - { - "Name": "Format-Custom", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-Depth ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Hex", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-WhatIf] [-Confirm] [] -LiteralPath [-WhatIf] [-Confirm] [] -InputObject [-Encoding ] [-Raw] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Format-List", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Table", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-AutoSize] [-HideTableHeaders] [-Wrap] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Format-Wide", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-AutoSize] [-Column ] [-GroupBy ] [-View ] [-ShowError] [-DisplayError] [-Force] [-Expand ] [-InputObject ] []" - }, - { - "Name": "Get-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Exclude ] [-Scope ] [] [-Exclude ] [-Scope ] [-Definition ] []" - }, - { - "Name": "Get-Culture", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Date", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-Format ] [] [[-Date] ] [-Year ] [-Month ] [-Day ] [-Hour ] [-Minute ] [-Second ] [-Millisecond ] [-DisplayHint ] [-UFormat ] []" - }, - { - "Name": "Get-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [] [-EventIdentifier] []" - }, - { - "Name": "Get-EventSubscriber", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [-Force] [] [-SubscriptionId] [-Force] []" - }, - { - "Name": "Get-FileHash", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [[-Algorithm] ] [] [-LiteralPath] [[-Algorithm] ] [] [-InputStream] [[-Algorithm] ] []" - }, - { - "Name": "Get-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-TypeName] ] [-PowerShellVersion ] []" - }, - { - "Name": "Get-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Member", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-InputObject ] [-MemberType ] [-View ] [-Static] [-Force] []" - }, - { - "Name": "Get-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Script] ] [] -Variable [-Script ] [] -Command [-Script ] [] [-Type] [-Script ] [] [-Id] []" - }, - { - "Name": "Get-PSCallStack", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Random", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Maximum] ] [-SetSeed ] [-Minimum ] [] [-InputObject] [-SetSeed ] [-Count ] []" - }, - { - "Name": "Get-Runspace", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [] [-Id] [] [-InstanceId] []" - }, - { - "Name": "Get-RunspaceDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[[-RunspaceName] ] [] [-Runspace] [] [-RunspaceId] [] [-RunspaceInstanceId] [] [[-ProcessName] ] [[-AppDomainName] ] []" - }, - { - "Name": "Get-TraceSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "Get-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-TypeName] ] []" - }, - { - "Name": "Get-UICulture", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-Unique", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject ] [-AsString] [] [-InputObject ] [-OnType] []" - }, - { - "Name": "Get-Uptime", - "CommandType": "Cmdlet", - "ParameterSets": "[] [-Since] []" - }, - { - "Name": "Get-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-ValueOnly] [-Include ] [-Exclude ] [-Scope ] []" - }, - { - "Name": "Get-Verb", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Verb] ] [[-Group] ] []" - }, - { - "Name": "Group-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-NoElement] [-AsHashTable] [-AsString] [-InputObject ] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "Import-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-Scope ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Import-Clixml", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-IncludeTotalCount] [-Skip ] [-First ] [] -LiteralPath [-IncludeTotalCount] [-Skip ] [-First ] []" - }, - { - "Name": "Import-Csv", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Path] ] [[-Delimiter] ] [-LiteralPath ] [-Header ] [-Encoding ] [] [[-Path] ] -UseCulture [-LiteralPath ] [-Header ] [-Encoding ] []" - }, - { - "Name": "Import-LocalizedData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-BindingVariable] ] [[-UICulture] ] [-BaseDirectory ] [-FileName ] [-SupportedCommand ] []" - }, - { - "Name": "Import-PowerShellDataFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [] [-LiteralPath] []" - }, - { - "Name": "Import-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [[-CommandName] ] [[-FormatTypeName] ] [-Prefix ] [-DisableNameChecking] [-AllowClobber] [-ArgumentList ] [-CommandType ] [-Module ] [-FullyQualifiedModule ] [-Certificate ] []" - }, - { - "Name": "Invoke-Expression", - "CommandType": "Cmdlet", - "ParameterSets": "[-Command] []" - }, - { - "Name": "Invoke-RestMethod", - "CommandType": "Cmdlet", - "ParameterSets": "[-Uri] [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-Method ] [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-FollowRelLink] [-MaximumFollowRelLink ] [-ResponseHeadersVariable ] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" - }, - { - "Name": "Invoke-WebRequest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Uri] [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Method ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Method ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] [] [-Uri] -CustomMethod -NoProxy [-UseBasicParsing] [-WebSession ] [-SessionVariable ] [-AllowUnencryptedAuthentication] [-Authentication ] [-Credential ] [-UseDefaultCredentials] [-CertificateThumbprint ] [-Certificate ] [-SkipCertificateCheck] [-SslProtocol ] [-Token ] [-UserAgent ] [-DisableKeepAlive] [-TimeoutSec ] [-Headers ] [-MaximumRedirection ] [-Body ] [-ContentType ] [-TransferEncoding ] [-InFile ] [-OutFile ] [-PassThru] [-PreserveAuthorizationOnRedirect] [-SkipHeaderValidation] []" - }, - { - "Name": "Measure-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-Expression] [-InputObject ] []" - }, - { - "Name": "Measure-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-InputObject ] [-Sum] [-Average] [-Maximum] [-Minimum] [] [[-Property] ] [-InputObject ] [-Line] [-Word] [-Character] [-IgnoreWhiteSpace] []" - }, - { - "Name": "New-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [[-Sender] ] [[-EventArguments] ] [[-MessageData] ] []" - }, - { - "Name": "New-Guid", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "New-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-TypeName] [[-ArgumentList] ] [-Property ] [] [-ComObject] [-Strict] [-Property ] []" - }, - { - "Name": "New-TemporaryFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-WhatIf] [-Confirm] []" - }, - { - "Name": "New-TimeSpan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Start] ] [[-End] ] [] [-Days ] [-Hours ] [-Minutes ] [-Seconds ] []" - }, - { - "Name": "New-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Value] ] [-Description ] [-Option ] [-Visibility ] [-Force] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Out-File", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [[-Encoding] ] [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] [] [[-Encoding] ] -LiteralPath [-Append] [-Force] [-NoClobber] [-Width ] [-NoNewline] [-InputObject ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Out-String", - "CommandType": "Cmdlet", - "ParameterSets": "[-Width ] [-NoNewline] [-InputObject ] [] [-Stream] [-Width ] [-InputObject ] []" - }, - { - "Name": "Read-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Prompt] ] [-AsSecureString] []" - }, - { - "Name": "Register-EngineEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" - }, - { - "Name": "Register-ObjectEvent", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-EventName] [[-SourceIdentifier] ] [[-Action] ] [-MessageData ] [-SupportEvent] [-Forward] [-MaxTriggerCount ] []" - }, - { - "Name": "Remove-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Scope ] [-Force] []" - }, - { - "Name": "Remove-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [-WhatIf] [-Confirm] [] [-EventIdentifier] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Breakpoint] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "-TypeData [-WhatIf] [-Confirm] [] [-TypeName] [-WhatIf] [-Confirm] [] -Path [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Include ] [-Exclude ] [-Force] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Select-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-Last ] [-First ] [-Skip ] [-Wait] [] [[-Property] ] [-InputObject ] [-ExcludeProperty ] [-ExpandProperty ] [-Unique] [-SkipLast ] [] [-InputObject ] [-Unique] [-Wait] [-Index ] []" - }, - { - "Name": "Select-String", - "CommandType": "Cmdlet", - "ParameterSets": "[-Pattern] [-Path] [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -InputObject [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] [] [-Pattern] -LiteralPath [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-Include ] [-Exclude ] [-NotMatch] [-AllMatches] [-Encoding ] [-Context ] []" - }, - { - "Name": "Select-Xml", - "CommandType": "Cmdlet", - "ParameterSets": "[-XPath] [-Xml] [-Namespace ] [] [-XPath] [-Path] [-Namespace ] [] [-XPath] -LiteralPath [-Namespace ] [] [-XPath] -Content [-Namespace ] []" - }, - { - "Name": "Send-MailMessage", - "CommandType": "Cmdlet", - "ParameterSets": "[-To] [-Subject] [[-Body] ] [[-SmtpServer] ] -From [-Attachments ] [-Bcc ] [-BodyAsHtml] [-Encoding ] [-Cc ] [-DeliveryNotificationOption ] [-Priority ] [-Credential ] [-UseSsl] [-Port ] []" - }, - { - "Name": "Set-Alias", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Value] [-Description ] [-Option ] [-PassThru] [-Scope ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-Date", - "CommandType": "Cmdlet", - "ParameterSets": "[-Date] [-DisplayHint ] [-WhatIf] [-Confirm] [] [-Adjust] [-DisplayHint ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-PSBreakpoint", - "CommandType": "Cmdlet", - "ParameterSets": "[-Script] [-Line] [[-Column] ] [-Action ] [] [[-Script] ] -Command [-Action ] [] [[-Script] ] -Variable [-Action ] [-Mode ] []" - }, - { - "Name": "Set-TraceSource", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Option] ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [-PassThru] [] [-Name] [-RemoveListener ] [] [-Name] [-RemoveFileListener ] []" - }, - { - "Name": "Set-Variable", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [[-Value] ] [-Include ] [-Exclude ] [-Description ] [-Option ] [-Force] [-Visibility ] [-PassThru] [-Scope ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Sort-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Property] ] [-Descending] [-Unique] [-Top ] [-InputObject ] [-Culture ] [-CaseSensitive] [] [[-Property] ] -Bottom [-Descending] [-Unique] [-InputObject ] [-Culture ] [-CaseSensitive] []" - }, - { - "Name": "Start-Sleep", - "CommandType": "Cmdlet", - "ParameterSets": "[-Seconds] [] -Milliseconds []" - }, - { - "Name": "Tee-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-FilePath] [-InputObject ] [-Append] [] -LiteralPath [-InputObject ] [] -Variable [-InputObject ] []" - }, - { - "Name": "Trace-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Expression] [[-Option] ] [-InputObject ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] [] [-Name] [-Command] [[-Option] ] [-InputObject ] [-ArgumentList ] [-ListenerOption ] [-FilePath ] [-Force] [-Debugger] [-PSHost] []" - }, - { - "Name": "Unblock-File", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-WhatIf] [-Confirm] [] -LiteralPath [-WhatIf] [-Confirm] []" - }, - { - "Name": "Unregister-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[-SourceIdentifier] [-Force] [-WhatIf] [-Confirm] [] [-SubscriptionId] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-FormatData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-TypeData", - "CommandType": "Cmdlet", - "ParameterSets": "[[-AppendPath] ] [-PrependPath ] [-WhatIf] [-Confirm] [] -TypeName [-MemberType ] [-MemberName ] [-Value ] [-SecondValue ] [-TypeConverter ] [-TypeAdapter ] [-SerializationMethod ] [-TargetTypeForDeserialization ] [-SerializationDepth ] [-DefaultDisplayProperty ] [-InheritPropertySerializationSet ] [-StringSerializationSource ] [-DefaultDisplayPropertySet ] [-DefaultKeyPropertySet ] [-PropertySerializationSet ] [-Force] [-WhatIf] [-Confirm] [] [-TypeData] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Wait-Debugger", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Wait-Event", - "CommandType": "Cmdlet", - "ParameterSets": "[[-SourceIdentifier] ] [-Timeout ] []" - }, - { - "Name": "Write-Debug", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - }, - { - "Name": "Write-Error", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -Exception [-Message ] [-Category ] [-ErrorId ] [-TargetObject ] [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] [] -ErrorRecord [-RecommendedAction ] [-CategoryActivity ] [-CategoryReason ] [-CategoryTargetName ] [-CategoryTargetType ] []" - }, - { - "Name": "Write-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Object] ] [-NoNewline] [-Separator ] [-ForegroundColor ] [-BackgroundColor ] []" - }, - { - "Name": "Write-Information", - "CommandType": "Cmdlet", - "ParameterSets": "[-MessageData] [[-Tags] ] []" - }, - { - "Name": "Write-Output", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-NoEnumerate] []" - }, - { - "Name": "Write-Progress", - "CommandType": "Cmdlet", - "ParameterSets": "[-Activity] [[-Status] ] [[-Id] ] [-PercentComplete ] [-SecondsRemaining ] [-CurrentOperation ] [-ParentId ] [-Completed] [-SourceId ] []" - }, - { - "Name": "Write-Verbose", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - }, - { - "Name": "Write-Warning", - "CommandType": "Cmdlet", - "ParameterSets": "[-Message] []" - } - ], - "ExportedAliases": [ - "fhx" - ] - }, - { - "Name": "Microsoft.WSMan.Management", - "Version": "3.0.0.0", - "ExportedCommands": [ - { - "Name": "Connect-WSMan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [-ApplicationName ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ConnectionURI ] [-OptionSet ] [-Port ] [-SessionOption ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" - }, - { - "Name": "Disable-WSManCredSSP", - "CommandType": "Cmdlet", - "ParameterSets": "[-Role] []" - }, - { - "Name": "Disconnect-WSMan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] []" - }, - { - "Name": "Enable-WSManCredSSP", - "CommandType": "Cmdlet", - "ParameterSets": "[-Role] [[-DelegateComputer] ] [-Force] []" - }, - { - "Name": "Get-WSManCredSSP", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Get-WSManInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] [-ApplicationName ] [-ComputerName ] [-ConnectionURI ] [-Dialect ] [-Fragment ] [-OptionSet ] [-Port ] [-SelectorSet ] [-SessionOption ] [-UseSSL] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] -Enumerate [-ApplicationName ] [-BasePropertiesOnly] [-ComputerName ] [-ConnectionURI ] [-Dialect ] [-Filter ] [-OptionSet ] [-Port ] [-Associations] [-ReturnType ] [-SessionOption ] [-Shallow] [-UseSSL] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" - }, - { - "Name": "Invoke-WSManAction", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] [-Action] [[-SelectorSet] ] [-ConnectionURI ] [-FilePath ] [-OptionSet ] [-SessionOption ] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] [-Action] [[-SelectorSet] ] [-ApplicationName ] [-ComputerName ] [-FilePath ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" - }, - { - "Name": "New-WSManInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] [-SelectorSet] [-ApplicationName ] [-ComputerName ] [-FilePath ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] [-SelectorSet] [-ConnectionURI ] [-FilePath ] [-OptionSet ] [-SessionOption ] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" - }, - { - "Name": "New-WSManSessionOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-ProxyAccessType ] [-ProxyAuthentication ] [-ProxyCredential ] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-SPNPort ] [-OperationTimeout ] [-NoEncryption] [-UseUTF16] []" - }, - { - "Name": "Remove-WSManInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] [-SelectorSet] [-ApplicationName ] [-ComputerName ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] [-SelectorSet] [-ConnectionURI ] [-OptionSet ] [-SessionOption ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" - }, - { - "Name": "Set-WSManInstance", - "CommandType": "Cmdlet", - "ParameterSets": "[-ResourceURI] [[-SelectorSet] ] [-ApplicationName ] [-ComputerName ] [-Dialect ] [-FilePath ] [-Fragment ] [-OptionSet ] [-Port ] [-SessionOption ] [-UseSSL] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [] [-ResourceURI] [[-SelectorSet] ] [-ConnectionURI ] [-Dialect ] [-FilePath ] [-Fragment ] [-OptionSet ] [-SessionOption ] [-ValueSet ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] []" - }, - { - "Name": "Set-WSManQuickConfig", - "CommandType": "Cmdlet", - "ParameterSets": "[-UseSSL] [-Force] [-SkipNetworkProfileCheck] []" - }, - { - "Name": "Test-WSMan", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [-Authentication ] [-Port ] [-UseSSL] [-ApplicationName ] [-Credential ] [-CertificateThumbprint ] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PackageManagement", - "Version": "1.1.7.0", - "ExportedCommands": [ - { - "Name": "Find-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [[-Name] ] [-IncludeDependencies] [-AllVersions] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] [-ProviderName ] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" - }, - { - "Name": "Find-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-AllVersions] [-Source ] [-IncludeDependencies] [-Credential ] [-Proxy ] [-ProxyCredential ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Get-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [[-Name] ] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-ProviderName ] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" - }, - { - "Name": "Get-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-ListAvailable] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Get-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [-Location ] [-Force] [-ForceBootstrap] [-ProviderName ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Import-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Force] [-ForceBootstrap] []" - }, - { - "Name": "Install-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-InputObject] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-Scope ] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] []" - }, - { - "Name": "Install-PackageProvider", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Credential ] [-Scope ] [-Source ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Register-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [[-Name] ] [[-Location] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Save-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-Source ] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [-Headers ] [-FilterOnTag ] [-Contains ] [-AllowPrereleaseVersions] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] [] [-Path ] [-LiteralPath ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-AllowPrereleaseVersions] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Type ] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-AcceptLicense] []" - }, - { - "Name": "Set-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Location ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Proxy ] [-ProxyCredential ] [-Credential ] [-NewLocation ] [-NewName ] [-Trusted] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - }, - { - "Name": "Uninstall-Package", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Name] [-RequiredVersion ] [-MinimumVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Destination ] [-ExcludeVersion] [-Scope ] [-SkipDependencies] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] [] [-AllVersions] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-Scope ] [-PackageManagementProvider ] [-Type ] [-AllowClobber] [-SkipPublisherCheck] [-InstallUpdate] [-NoPathUpdate] [-AllowPrereleaseVersions] []" - }, - { - "Name": "Unregister-PackageSource", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Source] ] [-Location ] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ProviderName ] [] -InputObject [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-ConfigFile ] [-SkipValidate] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [] [-Credential ] [-Force] [-ForceBootstrap] [-WhatIf] [-Confirm] [-PackageManagementProvider ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PowerShellGet", - "Version": "1.6.0", - "ExportedCommands": [ - { - "Name": "Find-Command", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-DscResource", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-Module", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-DscResource ] [-RoleCapability ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" - }, - { - "Name": "Find-RoleCapability", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-ModuleName ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-AllowPrerelease] [-Tag ] [-Filter ] [-Proxy ] [-ProxyCredential ] [-Repository ] []" - }, - { - "Name": "Find-Script", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-AllVersions] [-IncludeDependencies] [-Filter ] [-Tag ] [-Includes ] [-Command ] [-Proxy ] [-ProxyCredential ] [-Repository ] [-Credential ] [-AllowPrerelease] []" - }, - { - "Name": "Get-InstalledModule", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-AllowPrerelease] []" - }, - { - "Name": "Get-InstalledScript", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllowPrerelease] []" - }, - { - "Name": "Get-PSRepository", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "Install-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Credential ] [-Scope ] [-Proxy ] [-ProxyCredential ] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Install-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] [-Scope ] [-NoPathUpdate] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[[-Path] ] -Description [-Version ] [-Author ] [-Guid ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Publish-Module", - "CommandType": "Function", - "ParameterSets": "-Name [-RequiredVersion ] [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] -Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-FormatVersion ] [-ReleaseNotes ] [-Tags ] [-LicenseUri ] [-IconUri ] [-ProjectUri ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Publish-Script", - "CommandType": "Function", - "ParameterSets": "-Path [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] [] -LiteralPath [-NuGetApiKey ] [-Repository ] [-Credential ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Register-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] [-SourceLocation] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] [] -Default [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] []" - }, - { - "Name": "Save-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] -Path [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -Path [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Save-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] -Path [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-Name] -LiteralPath [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-Repository ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -LiteralPath [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] [] [-InputObject] -Path [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] [[-SourceLocation] ] [-PublishLocation ] [-ScriptSourceLocation ] [-ScriptPublishLocation ] [-Credential ] [-InstallationPolicy ] [-Proxy ] [-ProxyCredential ] [-PackageManagementProvider ] []" - }, - { - "Name": "Test-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[-Path] [] -LiteralPath []" - }, - { - "Name": "Uninstall-Module", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-AllVersions] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Uninstall-Script", - "CommandType": "Function", - "ParameterSets": "[-Name] [-MinimumVersion ] [-RequiredVersion ] [-MaximumVersion ] [-Force] [-AllowPrerelease] [-WhatIf] [-Confirm] [] [-InputObject] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Unregister-PSRepository", - "CommandType": "Function", - "ParameterSets": "[-Name] []" - }, - { - "Name": "Update-Module", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Credential ] [-Proxy ] [-ProxyCredential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-ModuleManifest", - "CommandType": "Function", - "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-CompatiblePSEditions ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-Prerelease ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-ExternalModuleDependencies ] [-PackageManagementProviders ] [-RequireLicenseAcceptance] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-Script", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [-RequiredVersion ] [-MaximumVersion ] [-Proxy ] [-ProxyCredential ] [-Credential ] [-Force] [-AllowPrerelease] [-AcceptLicense] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-ScriptFileInfo", - "CommandType": "Function", - "ParameterSets": "[-Path] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] [] [-LiteralPath] [-Version ] [-Author ] [-Guid ] [-Description ] [-CompanyName ] [-Copyright ] [-RequiredModules ] [-ExternalModuleDependencies ] [-RequiredScripts ] [-ExternalScriptDependencies ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-PrivateData ] [-PassThru] [-Force] [-WhatIf] [-Confirm] []" - } - ], - "ExportedAliases": [ - "inmo", - "fimo", - "upmo", - "pumo" - ] - }, - { - "Name": "PSDesiredStateConfiguration", - "Version": "0.0", - "ExportedCommands": [ - { - "Name": "AddDscResourceProperty", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "AddDscResourcePropertyFromMetadata", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "Add-NodeKeys", - "CommandType": "Function", - "ParameterSets": "[-ResourceKey] [-keywordName] []" - }, - { - "Name": "CheckResourceFound", - "CommandType": "Function", - "ParameterSets": "[[-names] ] [[-Resources] ]" - }, - { - "Name": "Configuration", - "CommandType": "Function", - "ParameterSets": "[[-ResourceModuleTuplesToImport] ] [[-OutputPath] ] [[-Name] ] [[-Body] ] [[-ArgsToBody] ] [[-ConfigurationData] ] [[-InstanceName] ] []" - }, - { - "Name": "ConvertTo-MOFInstance", - "CommandType": "Function", - "ParameterSets": "[-Type] [-Properties] []" - }, - { - "Name": "Generate-VersionInfo", - "CommandType": "Function", - "ParameterSets": "[-KeywordData] [-Value] []" - }, - { - "Name": "Get-CompatibleVersionAddtionaPropertiesStr", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-ComplexResourceQualifier", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "GetCompositeResource", - "CommandType": "Function", - "ParameterSets": "[[-patterns] ] [-configInfo] [[-ignoreParameters] ] [-modules] []" - }, - { - "Name": "Get-ConfigurationErrorCount", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-DscResource", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] [[-Module] ] [-Syntax] []" - }, - { - "Name": "Get-DSCResourceModules", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-EncryptedPassword", - "CommandType": "Function", - "ParameterSets": "[[-Value] ] []" - }, - { - "Name": "GetImplementingModulePath", - "CommandType": "Function", - "ParameterSets": "[-schemaFileName] []" - }, - { - "Name": "Get-InnerMostErrorRecord", - "CommandType": "Function", - "ParameterSets": "[-ErrorRecord] []" - }, - { - "Name": "GetModule", - "CommandType": "Function", - "ParameterSets": "[-modules] [-schemaFileName] []" - }, - { - "Name": "Get-MofInstanceName", - "CommandType": "Function", - "ParameterSets": "[[-mofInstance] ]" - }, - { - "Name": "Get-MofInstanceText", - "CommandType": "Function", - "ParameterSets": "[-aliasId] []" - }, - { - "Name": "GetPatterns", - "CommandType": "Function", - "ParameterSets": "[[-names] ]" - }, - { - "Name": "Get-PositionInfo", - "CommandType": "Function", - "ParameterSets": "[[-sourceMetadata] ]" - }, - { - "Name": "Get-PSCurrentConfigurationNode", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSDefaultConfigurationDocument", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSMetaConfigDocumentInstVersionInfo", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSMetaConfigurationProcessed", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSTopConfigurationName", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PublicKeyFromFile", - "CommandType": "Function", - "ParameterSets": "[-certificatefile] []" - }, - { - "Name": "Get-PublicKeyFromStore", - "CommandType": "Function", - "ParameterSets": "[-certificateid] []" - }, - { - "Name": "GetResourceFromKeyword", - "CommandType": "Function", - "ParameterSets": "[-keyword] [[-patterns] ] [-modules] []" - }, - { - "Name": "GetSyntax", - "CommandType": "Function", - "ParameterSets": null - }, - { - "Name": "ImportCimAndScriptKeywordsFromModule", - "CommandType": "Function", - "ParameterSets": "[-Module] [-resource] [[-functionsToDefine] ] []" - }, - { - "Name": "ImportClassResourcesFromModule", - "CommandType": "Function", - "ParameterSets": "[-Module] [-Resources] [[-functionsToDefine] ] []" - }, - { - "Name": "Initialize-ConfigurationRuntimeState", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] []" - }, - { - "Name": "IsHiddenResource", - "CommandType": "Function", - "ParameterSets": "[-ResourceName] []" - }, - { - "Name": "IsPatternMatched", - "CommandType": "Function", - "ParameterSets": "[[-patterns] ] [-Name] []" - }, - { - "Name": "New-DscChecksum", - "CommandType": "Function", - "ParameterSets": "[-Path] [[-OutPath] ] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Node", - "CommandType": "Function", - "ParameterSets": "[-KeywordData] [[-Name] ] [-Value] [-sourceMetadata] []" - }, - { - "Name": "ReadEnvironmentFile", - "CommandType": "Function", - "ParameterSets": "[-FilePath] []" - }, - { - "Name": "Set-NodeExclusiveResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-exclusiveResource] []" - }, - { - "Name": "Set-NodeManager", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-referencedManagers] []" - }, - { - "Name": "Set-NodeResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-requiredResourceList] []" - }, - { - "Name": "Set-NodeResourceSource", - "CommandType": "Function", - "ParameterSets": "[-resourceId] [-referencedResourceSources] []" - }, - { - "Name": "Set-PSCurrentConfigurationNode", - "CommandType": "Function", - "ParameterSets": "[[-nodeName] ] []" - }, - { - "Name": "Set-PSDefaultConfigurationDocument", - "CommandType": "Function", - "ParameterSets": "[[-documentText] ] []" - }, - { - "Name": "Set-PSMetaConfigDocInsProcessedBeforeMeta", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Set-PSMetaConfigVersionInfoV2", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Set-PSTopConfigurationName", - "CommandType": "Function", - "ParameterSets": "[[-Name] ] []" - }, - { - "Name": "StrongConnect", - "CommandType": "Function", - "ParameterSets": "[[-resourceId] ]" - }, - { - "Name": "Test-ConflictingResources", - "CommandType": "Function", - "ParameterSets": "[[-keyword] ] [-properties] [-keywordData] []" - }, - { - "Name": "Test-ModuleReloadRequired", - "CommandType": "Function", - "ParameterSets": "[-SchemaFilePath] []" - }, - { - "Name": "Test-MofInstanceText", - "CommandType": "Function", - "ParameterSets": "[-instanceText] []" - }, - { - "Name": "Test-NodeManager", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "Test-NodeResources", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "Test-NodeResourceSource", - "CommandType": "Function", - "ParameterSets": "[-resourceId] []" - }, - { - "Name": "ThrowError", - "CommandType": "Function", - "ParameterSets": "[-ExceptionName] [-ExceptionMessage] [[-ExceptionObject] ] [-errorId] [-errorCategory] []" - }, - { - "Name": "Update-ConfigurationDocumentRef", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] [-ConfigurationName] []" - }, - { - "Name": "Update-ConfigurationErrorCount", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Update-DependsOn", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" - }, - { - "Name": "Update-LocalConfigManager", - "CommandType": "Function", - "ParameterSets": "[[-localConfigManager] ] [[-resourceManagers] ] [[-reportManagers] ] [[-downloadManagers] ] [[-partialConfigurations] ]" - }, - { - "Name": "Update-ModuleVersion", - "CommandType": "Function", - "ParameterSets": "[-NodeResources] [-NodeInstanceAliases] [-NodeResourceIdAliases] []" - }, - { - "Name": "ValidateNoCircleInNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeExclusiveResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeManager", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNodeResourceSource", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateNoNameNodeResources", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "ValidateUpdate-ConfigurationData", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationData] ] []" - }, - { - "Name": "WriteFile", - "CommandType": "Function", - "ParameterSets": "[-Value] [-Path] []" - }, - { - "Name": "Write-Log", - "CommandType": "Function", - "ParameterSets": "[-message] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Write-MetaConfigFile", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" - }, - { - "Name": "Write-NodeMOFFile", - "CommandType": "Function", - "ParameterSets": "[[-ConfigurationName] ] [[-mofNode] ] [[-mofNodeHash] ]" - } - ], - "ExportedAliases": [ - "upcfg", - "rtcfg", - "pbcfg", - "sacfg", - "gcfgs", - "glcm", - "tcfg", - "gcfg", - "ulcm", - "slcm" - ] - }, - { - "Name": "PSDiagnostics", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-PSTrace", - "CommandType": "Function", - "ParameterSets": "[-AnalyticOnly]" - }, - { - "Name": "Enable-PSTrace", - "CommandType": "Function", - "ParameterSets": "[-Force] [-AnalyticOnly]" - }, - { - "Name": "Get-LogProperties", - "CommandType": "Function", - "ParameterSets": "[-Name] []" - }, - { - "Name": "Set-LogProperties", - "CommandType": "Function", - "ParameterSets": "[-LogDetails] [-Force] []" - } - ], - "ExportedAliases": [] - }, - { - "Name": "PSReadLine", - "Version": "1.2", - "ExportedCommands": [ - { - "Name": "PSConsoleHostReadline", - "CommandType": "Function", - "ParameterSets": "" - }, - { - "Name": "Get-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Bound] [-Unbound] []" - }, - { - "Name": "Get-PSReadlineOption", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Remove-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Chord] [-ViMode ] []" - }, - { - "Name": "Set-PSReadlineKeyHandler", - "CommandType": "Cmdlet", - "ParameterSets": "[-Chord] [-ScriptBlock] [-BriefDescription ] [-Description ] [-ViMode ] [] [-Chord] [-Function] [-ViMode ] []" - }, - { - "Name": "Set-PSReadlineOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-EditMode ] [-ContinuationPrompt ] [-ContinuationPromptForegroundColor ] [-ContinuationPromptBackgroundColor ] [-EmphasisForegroundColor ] [-EmphasisBackgroundColor ] [-ErrorForegroundColor ] [-ErrorBackgroundColor ] [-HistoryNoDuplicates] [-AddToHistoryHandler ] [-CommandValidationHandler ] [-HistorySearchCursorMovesToEnd] [-MaximumHistoryCount ] [-MaximumKillRingCount ] [-ResetTokenColors] [-ShowToolTips] [-ExtraPromptLineCount ] [-DingTone ] [-DingDuration ] [-BellStyle ] [-CompletionQueryItems ] [-WordDelimiters ] [-HistorySearchCaseSensitive] [-HistorySaveStyle ] [-HistorySavePath ] [-ViModeIndicator ] [] [-TokenKind] [[-ForegroundColor] ] [[-BackgroundColor] ] []" - } - ], - "ExportedAliases": [] - }, - { - "Version": "6.0.2", - "Name": "Microsoft.PowerShell.Core", - "ExportedCommands": [ - { - "Name": "Add-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-InputObject] ] [-Passthru] []" - }, - { - "Name": "Clear-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [[-Count] ] [-Newest] [-WhatIf] [-Confirm] [] [[-Count] ] [-CommandLine ] [-Newest] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Connect-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "-Name [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-Session] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] -ComputerName -InstanceId [-ApplicationName ] [-ConfigurationName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-ComputerName] [-ApplicationName ] [-ConfigurationName ] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-ConnectionUri] [-ConfigurationName ] [-AllowRedirection] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-SessionOption ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] -InstanceId [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-Id] [-ThrottleLimit ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Debug-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Job] [-WhatIf] [-Confirm] [] [-Name] [-WhatIf] [-Confirm] [] [-Id] [-WhatIf] [-Confirm] [] [-InstanceId] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-PSRemoting", - "CommandType": "Cmdlet", - "ParameterSets": "[-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disable-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Force] [-NoServiceRestart] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Disconnect-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [-IdleTimeoutSec ] [-OutputBufferingMode ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] -InstanceId [-IdleTimeoutSec ] [-OutputBufferingMode ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] -Name [-IdleTimeoutSec ] [-OutputBufferingMode ] [-ThrottleLimit ] [-WhatIf] [-Confirm] [] [-Id] [-IdleTimeoutSec ] [-OutputBufferingMode ] [-ThrottleLimit ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enable-PSRemoting", - "CommandType": "Cmdlet", - "ParameterSets": "[-Force] [-SkipNetworkProfileCheck] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enable-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Force] [-SecurityDescriptorSddl ] [-SkipNetworkProfileCheck] [-NoServiceRestart] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Enter-PSHostProcess", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [[-AppDomainName] ] [] [-Process] [[-AppDomainName] ] [] [-Name] [[-AppDomainName] ] [] [-HostProcessInfo] [[-AppDomainName] ] []" - }, - { - "Name": "Enter-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-ComputerName] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-HostName] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [] [[-Session] ] [] [[-ConnectionUri] ] [-EnableNetworkAccess] [-Credential ] [-ConfigurationName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-InstanceId ] [] [[-Id] ] [] [-Name ] [] [-VMId] [-Credential] [-ConfigurationName ] [] [-VMName] [-Credential] [-ConfigurationName ] [] [-ContainerId] [-ConfigurationName ] [-RunAsAdministrator] []" - }, - { - "Name": "Exit-PSHostProcess", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Exit-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[]" - }, - { - "Name": "Export-ModuleMember", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Function] ] [-Cmdlet ] [-Variable ] [-Alias ] []" - }, - { - "Name": "ForEach-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-Process] [-InputObject ] [-Begin ] [-End ] [-RemainingScripts ] [-WhatIf] [-Confirm] [] [-MemberName] [-InputObject ] [-ArgumentList ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Get-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ArgumentList] ] [-Verb ] [-Noun ] [-Module ] [-FullyQualifiedModule ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] [] [[-Name] ] [[-ArgumentList] ] [-Module ] [-FullyQualifiedModule ] [-CommandType ] [-TotalCount ] [-Syntax] [-ShowCommandInfo] [-All] [-ListImported] [-ParameterName ] [-ParameterType ] []" - }, - { - "Name": "Get-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [-Full] [] [[-Name] ] -Detailed [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Examples [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Parameter [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] [] [[-Name] ] -Online [-Path ] [-Category ] [-Component ] [-Functionality ] [-Role ] []" - }, - { - "Name": "Get-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [[-Count] ] []" - }, - { - "Name": "Get-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-InstanceId] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-Name] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-State] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [] [-IncludeChildJob] [-ChildJobState ] [-HasMoreData ] [-Before ] [-After ] [-Newest ] [-Command ] [] [-Filter] []" - }, - { - "Name": "Get-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-FullyQualifiedName ] [-All] [] [[-Name] ] -ListAvailable [-FullyQualifiedName ] [-All] [-PSEdition ] [-Refresh] [] [[-Name] ] -PSSession [-FullyQualifiedName ] [-ListAvailable] [-PSEdition ] [-Refresh] [] [[-Name] ] -CimSession [-FullyQualifiedName ] [-ListAvailable] [-Refresh] [-CimResourceUri ] [-CimNamespace ] []" - }, - { - "Name": "Get-PSHostProcessInfo", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [] [-Process] [] [-Id] []" - }, - { - "Name": "Get-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name ] [] [-ComputerName] [-ApplicationName ] [-ConfigurationName ] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ComputerName] -InstanceId [-ApplicationName ] [-ConfigurationName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] [-ConfigurationName ] [-AllowRedirection] [-Name ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-ThrottleLimit ] [-State ] [-SessionOption ] [] -InstanceId -VMName [-ConfigurationName ] [-State ] [] -ContainerId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -ContainerId [-ConfigurationName ] [-State ] [] -VMId [-ConfigurationName ] [-Name ] [-State ] [] -InstanceId -VMId [-ConfigurationName ] [-State ] [] -VMName [-ConfigurationName ] [-Name ] [-State ] [] [-InstanceId ] [] [-Id] []" - }, - { - "Name": "Get-PSSessionCapability", - "CommandType": "Cmdlet", - "ParameterSets": "[-ConfigurationName] [-Username] [-Full] []" - }, - { - "Name": "Get-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Name] ] [-Force] []" - }, - { - "Name": "Import-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Name] -CimSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-MinimumVersion ] [-MaximumVersion ] [-RequiredVersion ] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [-CimResourceUri ] [-CimNamespace ] [] [-FullyQualifiedName] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-FullyQualifiedName] -PSSession [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-Assembly] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] [] [-ModuleInfo] [-Global] [-Prefix ] [-Function ] [-Cmdlet ] [-Variable ] [-Alias ] [-Force] [-PassThru] [-AsCustomObject] [-ArgumentList ] [-DisableNameChecking] [-NoClobber] [-Scope ] []" - }, - { - "Name": "Invoke-Command", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [-NoNewScope] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-FilePath] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-Session] ] [-ScriptBlock] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ComputerName] ] [-ScriptBlock] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ComputerName] ] [-FilePath] [-Credential ] [-Port ] [-UseSSL] [-ConfigurationName ] [-ApplicationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-SessionName ] [-HideComputerName] [-JobName ] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-ScriptBlock] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [[-ConnectionUri] ] [-ScriptBlock] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [-CertificateThumbprint ] [] [[-ConnectionUri] ] [-FilePath] [-Credential ] [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-InDisconnectedSession] [-HideComputerName] [-JobName ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-EnableNetworkAccess] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-VMId] [-FilePath] -Credential [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -Credential -VMName [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -HostName [-Port ] [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-FilePath] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] [-ScriptBlock] -ContainerId [-ConfigurationName ] [-ThrottleLimit ] [-AsJob] [-HideComputerName] [-JobName ] [-RunAsAdministrator] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -ScriptBlock -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -HostName [-AsJob] [-HideComputerName] [-UserName ] [-KeyFilePath ] [-SSHTransport] [-RemoteDebug] [-InputObject ] [-ArgumentList ] [] -FilePath -SSHConnection [-AsJob] [-HideComputerName] [-RemoteDebug] [-InputObject ] [-ArgumentList ] []" - }, - { - "Name": "Invoke-History", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Id] ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] [] [-Name] [-ScriptBlock] [-Function ] [-Cmdlet ] [-ReturnResult] [-AsCustomObject] [-ArgumentList ] []" - }, - { - "Name": "New-ModuleManifest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-NestedModules ] [-Guid ] [-Author ] [-CompanyName ] [-Copyright ] [-RootModule ] [-ModuleVersion ] [-Description ] [-ProcessorArchitecture ] [-PowerShellVersion ] [-ClrVersion ] [-DotNetFrameworkVersion ] [-PowerShellHostName ] [-PowerShellHostVersion ] [-RequiredModules ] [-TypesToProcess ] [-FormatsToProcess ] [-ScriptsToProcess ] [-RequiredAssemblies ] [-FileList ] [-ModuleList ] [-FunctionsToExport ] [-AliasesToExport ] [-VariablesToExport ] [-CmdletsToExport ] [-DscResourcesToExport ] [-CompatiblePSEditions ] [-PrivateData ] [-Tags ] [-ProjectUri ] [-LicenseUri ] [-IconUri ] [-ReleaseNotes ] [-HelpInfoUri ] [-PassThru] [-DefaultCommandPrefix ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "New-PSRoleCapabilityFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-Guid ] [-Author ] [-Description ] [-CompanyName ] [-Copyright ] [-ModulesToImport ] [-VisibleAliases ] [-VisibleCmdlets ] [-VisibleFunctions ] [-VisibleExternalCommands ] [-VisibleProviders ] [-ScriptsToProcess ] [-AliasDefinitions ] [-FunctionDefinitions ] [-VariableDefinitions ] [-EnvironmentVariables ] [-TypesToProcess ] [-FormatsToProcess ] [-AssembliesToLoad ] []" - }, - { - "Name": "New-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[[-ComputerName] ] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-Port ] [-UseSSL] [-ApplicationName ] [-ThrottleLimit ] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] -Credential -VMName [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] [-ConnectionUri] [-Credential ] [-Name ] [-EnableNetworkAccess] [-ConfigurationName ] [-ThrottleLimit ] [-AllowRedirection] [-SessionOption ] [-Authentication ] [-CertificateThumbprint ] [] [-VMId] -Credential [-Name ] [-ConfigurationName ] [-ThrottleLimit ] [] [[-Session] ] [-Name ] [-EnableNetworkAccess] [-ThrottleLimit ] [] -ContainerId [-Name ] [-ConfigurationName ] [-RunAsAdministrator] [-ThrottleLimit ] [] [-HostName] [-Name ] [-Port ] [-UserName ] [-KeyFilePath ] [-SSHTransport] [] -SSHConnection [-Name ] []" - }, - { - "Name": "New-PSSessionConfigurationFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] [-SchemaVersion ] [-Guid ] [-Author ] [-Description ] [-CompanyName ] [-Copyright ] [-SessionType ] [-TranscriptDirectory ] [-RunAsVirtualAccount] [-RunAsVirtualAccountGroups ] [-MountUserDrive] [-UserDriveMaximumSize ] [-GroupManagedServiceAccount ] [-ScriptsToProcess ] [-RoleDefinitions ] [-RequiredGroups ] [-LanguageMode ] [-ExecutionPolicy ] [-PowerShellVersion ] [-ModulesToImport ] [-VisibleAliases ] [-VisibleCmdlets ] [-VisibleFunctions ] [-VisibleExternalCommands ] [-VisibleProviders ] [-AliasDefinitions ] [-FunctionDefinitions ] [-VariableDefinitions ] [-EnvironmentVariables ] [-TypesToProcess ] [-FormatsToProcess ] [-AssembliesToLoad ] [-Full] []" - }, - { - "Name": "New-PSSessionOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-MaximumRedirection ] [-NoCompression] [-NoMachineProfile] [-Culture ] [-UICulture ] [-MaximumReceivedDataSizePerCommand ] [-MaximumReceivedObjectSize ] [-OutputBufferingMode ] [-MaxConnectionRetryCount ] [-ApplicationArguments ] [-OpenTimeout ] [-CancelTimeout ] [-IdleTimeout ] [-ProxyAccessType ] [-ProxyAuthentication ] [-ProxyCredential ] [-SkipCACheck] [-SkipCNCheck] [-SkipRevocationCheck] [-OperationTimeout ] [-NoEncryption] [-UseUTF16] [-IncludePortInSPN] []" - }, - { - "Name": "New-PSTransportOption", - "CommandType": "Cmdlet", - "ParameterSets": "[-MaxIdleTimeoutSec ] [-ProcessIdleTimeoutSec ] [-MaxSessions ] [-MaxConcurrentCommandsPerSession ] [-MaxSessionsPerUser ] [-MaxMemoryPerSessionMB ] [-MaxProcessesPerSession ] [-MaxConcurrentUsers ] [-IdleTimeoutSec ] [-OutputBufferingMode ] []" - }, - { - "Name": "Out-Default", - "CommandType": "Cmdlet", - "ParameterSets": "[-Transcript] [-InputObject ] []" - }, - { - "Name": "Out-Host", - "CommandType": "Cmdlet", - "ParameterSets": "[-Paging] [-InputObject ] []" - }, - { - "Name": "Out-Null", - "CommandType": "Cmdlet", - "ParameterSets": "[-InputObject ] []" - }, - { - "Name": "Receive-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Job] [[-Location] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-ComputerName] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Job] [[-Session] ] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Name] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-InstanceId] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] [] [-Id] [-Keep] [-NoRecurse] [-Force] [-Wait] [-AutoRemoveJob] [-WriteEvents] [-WriteJobInResults] []" - }, - { - "Name": "Receive-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Session] [-OutTarget ] [-JobName ] [-WhatIf] [-Confirm] [] [-Id] [-OutTarget ] [-JobName ] [-WhatIf] [-Confirm] [] [-ComputerName] -InstanceId [-ApplicationName ] [-ConfigurationName ] [-OutTarget ] [-JobName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-SessionOption ] [-WhatIf] [-Confirm] [] [-ComputerName] -Name [-ApplicationName ] [-ConfigurationName ] [-OutTarget ] [-JobName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-Port ] [-UseSSL] [-SessionOption ] [-WhatIf] [-Confirm] [] [-ConnectionUri] -Name [-ConfigurationName ] [-AllowRedirection] [-OutTarget ] [-JobName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-SessionOption ] [-WhatIf] [-Confirm] [] [-ConnectionUri] -InstanceId [-ConfigurationName ] [-AllowRedirection] [-OutTarget ] [-JobName ] [-Credential ] [-Authentication ] [-CertificateThumbprint ] [-SessionOption ] [-WhatIf] [-Confirm] [] [-InstanceId] [-OutTarget ] [-JobName ] [-WhatIf] [-Confirm] [] [-Name] [-OutTarget ] [-JobName ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Register-ArgumentCompleter", - "CommandType": "Cmdlet", - "ParameterSets": "-CommandName -ScriptBlock [-Native] [] -ParameterName -ScriptBlock [-CommandName ] []" - }, - { - "Name": "Register-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-ProcessorArchitecture ] [-SessionType ] [-ApplicationBase ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion ] [-SessionTypeOption ] [-TransportOption ] [-ModulesToImport ] [-WhatIf] [-Confirm] [] [-Name] [-AssemblyName] [-ConfigurationTypeName] [-ProcessorArchitecture ] [-ApplicationBase ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion ] [-SessionTypeOption ] [-TransportOption ] [-ModulesToImport ] [-WhatIf] [-Confirm] [] [-Name] -Path [-ProcessorArchitecture ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-TransportOption ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-Force] [-WhatIf] [-Confirm] [] [-Job] [-Force] [-WhatIf] [-Confirm] [] [-Name] [-Force] [-WhatIf] [-Confirm] [] [-InstanceId] [-Force] [-WhatIf] [-Confirm] [] [-Filter] [-Force] [-WhatIf] [-Confirm] [] [-State] [-WhatIf] [-Confirm] [] [-Command ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-Module", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Force] [-WhatIf] [-Confirm] [] [-FullyQualifiedName] [-Force] [-WhatIf] [-Confirm] [] [-ModuleInfo] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Remove-PSSession", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-WhatIf] [-Confirm] [] [-Session] [-WhatIf] [-Confirm] [] -ContainerId [-WhatIf] [-Confirm] [] -VMId [-WhatIf] [-Confirm] [] -VMName [-WhatIf] [-Confirm] [] -InstanceId [-WhatIf] [-Confirm] [] -Name [-WhatIf] [-Confirm] [] [-ComputerName] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Save-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[-DestinationPath] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] [] [[-Module] ] [[-UICulture] ] -LiteralPath [-FullyQualifiedModule ] [-Credential ] [-UseDefaultCredentials] [-Force] []" - }, - { - "Name": "Set-PSDebug", - "CommandType": "Cmdlet", - "ParameterSets": "[-Trace ] [-Step] [-Strict] [] [-Off] []" - }, - { - "Name": "Set-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-ApplicationBase ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion ] [-SessionTypeOption ] [-TransportOption ] [-ModulesToImport ] [-WhatIf] [-Confirm] [] [-Name] [-AssemblyName] [-ConfigurationTypeName] [-ApplicationBase ] [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-PSVersion ] [-SessionTypeOption ] [-TransportOption ] [-ModulesToImport ] [-WhatIf] [-Confirm] [] [-Name] -Path [-RunAsCredential ] [-ThreadOptions ] [-AccessMode ] [-UseSharedProcess] [-StartupScript ] [-MaximumReceivedDataSizePerCommandMB ] [-MaximumReceivedObjectSizeMB ] [-SecurityDescriptorSddl ] [-ShowSecurityDescriptorUI] [-Force] [-NoServiceRestart] [-TransportOption ] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Set-StrictMode", - "CommandType": "Cmdlet", - "ParameterSets": "-Version [] -Off []" - }, - { - "Name": "Start-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-ScriptBlock] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-DefinitionName] [[-DefinitionPath] ] [[-Type] ] [] [-FilePath] [[-InitializationScript] ] [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [[-InitializationScript] ] -LiteralPath [-Name ] [-Credential ] [-Authentication ] [-RunAs32] [-PSVersion ] [-InputObject ] [-ArgumentList ] [] [-HostName] []" - }, - { - "Name": "Stop-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-PassThru] [-WhatIf] [-Confirm] [] [-Job] [-PassThru] [-WhatIf] [-Confirm] [] [-Name] [-PassThru] [-WhatIf] [-Confirm] [] [-InstanceId] [-PassThru] [-WhatIf] [-Confirm] [] [-State] [-PassThru] [-WhatIf] [-Confirm] [] [-Filter] [-PassThru] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Test-ModuleManifest", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] []" - }, - { - "Name": "Test-PSSessionConfigurationFile", - "CommandType": "Cmdlet", - "ParameterSets": "[-Path] []" - }, - { - "Name": "Unregister-PSSessionConfiguration", - "CommandType": "Cmdlet", - "ParameterSets": "[-Name] [-Force] [-NoServiceRestart] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Update-Help", - "CommandType": "Cmdlet", - "ParameterSets": "[[-Module] ] [[-SourcePath] ] [[-UICulture] ] [-FullyQualifiedModule ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-WhatIf] [-Confirm] [] [[-Module] ] [[-UICulture] ] [-FullyQualifiedModule ] [-LiteralPath ] [-Recurse] [-Credential ] [-UseDefaultCredentials] [-Force] [-WhatIf] [-Confirm] []" - }, - { - "Name": "Wait-Job", - "CommandType": "Cmdlet", - "ParameterSets": "[-Id] [-Any] [-Timeout ] [-Force] [] [-Job] [-Any] [-Timeout ] [-Force] [] [-Name] [-Any] [-Timeout ] [-Force] [] [-InstanceId] [-Any] [-Timeout ] [-Force] [] [-State] [-Any] [-Timeout ] [-Force] [] [-Filter] [-Any] [-Timeout ] [-Force] []" - }, - { - "Name": "Where-Object", - "CommandType": "Cmdlet", - "ParameterSets": "[-Property] [[-Value] ] [-InputObject ] [-EQ] [] [-FilterScript] [-InputObject ] [] [-Property] [[-Value] ] -CLE [-InputObject ] [] [-Property] [[-Value] ] -CEQ [-InputObject ] [] [-Property] [[-Value] ] -NE [-InputObject ] [] [-Property] [[-Value] ] -CNE [-InputObject ] [] [-Property] [[-Value] ] -GT [-InputObject ] [] [-Property] [[-Value] ] -CGT [-InputObject ] [] [-Property] [[-Value] ] -LT [-InputObject ] [] [-Property] [[-Value] ] -CLT [-InputObject ] [] [-Property] [[-Value] ] -GE [-InputObject ] [] [-Property] [[-Value] ] -CGE [-InputObject ] [] [-Property] [[-Value] ] -LE [-InputObject ] [] [-Property] [[-Value] ] -Like [-InputObject ] [] [-Property] [[-Value] ] -CLike [-InputObject ] [] [-Property] [[-Value] ] -NotLike [-InputObject ] [] [-Property] [[-Value] ] -CNotLike [-InputObject ] [] [-Property] [[-Value] ] -Match [-InputObject ] [] [-Property] [[-Value] ] -CMatch [-InputObject ] [] [-Property] [[-Value] ] -NotMatch [-InputObject ] [] [-Property] [[-Value] ] -CNotMatch [-InputObject ] [] [-Property] [[-Value] ] -Contains [-InputObject ] [] [-Property] [[-Value] ] -CContains [-InputObject ] [] [-Property] [[-Value] ] -NotContains [-InputObject ] [] [-Property] [[-Value] ] -CNotContains [-InputObject ] [] [-Property] [[-Value] ] -In [-InputObject ] [] [-Property] [[-Value] ] -CIn [-InputObject ] [] [-Property] [[-Value] ] -NotIn [-InputObject ] [] [-Property] [[-Value] ] -CNotIn [-InputObject ] [] [-Property] [[-Value] ] -Is [-InputObject ] [] [-Property] [[-Value] ] -IsNot [-InputObject ] []" - } - ], - "ExportedAliases": [ - "%", - "?", - "clhy", - "cnsn", - "dnsn", - "etsn", - "exsn", - "foreach", - "gcm", - "ghy", - "gjb", - "gmo", - "gsn", - "h", - "history", - "icm", - "ihy", - "ipmo", - "nmo", - "nsn", - "oh", - "r", - "rcjb", - "rcsn", - "rjb", - "rmo", - "rsn", - "sajb", - "spjb", - "where", - "wjb" - ] - } - ] -} diff --git a/Engine/Settings/desktop-5.1.16299.98-windows.json b/Engine/Settings/desktop-5.1.14393.2248-windows.json similarity index 70% rename from Engine/Settings/desktop-5.1.16299.98-windows.json rename to Engine/Settings/desktop-5.1.14393.2248-windows.json index fc3c61f94..938fe7d7f 100644 --- a/Engine/Settings/desktop-5.1.16299.98-windows.json +++ b/Engine/Settings/desktop-5.1.14393.2248-windows.json @@ -2,7 +2,7 @@ "Edition": { "OS": "windows", "PowerShellEdition": "desktop", - "PowerShellVersion": "5.1.16299.98" + "PowerShellVersion": "5.1.14393.2248" }, "Modules": [ { @@ -233,16 +233,6 @@ "pumo" ] }, - { - "Name": "PSDscResources", - "Version": "2.8.0.0", - "ExportedCommands": [ - - ], - "ExportedAliases": [ - - ] - }, { "Name": "PSReadline", "Version": "1.2", @@ -271,621 +261,497 @@ ] }, { - "Name": "PSWindowsUpdate", - "Version": "1.6.1.1", + "Name": "ActiveDirectory", + "Version": "1.0.0.0", "ExportedCommands": [ { - "Name": "Get-WindowsUpdate" + "Name": "Add-ADCentralAccessPolicyMember" }, { - "Name": "Hide-WindowsUpdate" + "Name": "Add-ADComputerServiceAccount" }, { - "Name": "Install-WindowsUpdate" + "Name": "Add-ADDomainControllerPasswordReplicationPolicy" }, { - "Name": "Uninstall-WindowsUpdate" + "Name": "Add-ADFineGrainedPasswordPolicySubject" }, { - "Name": "Add-WUOfflineSync" + "Name": "Add-ADGroupMember" }, { - "Name": "Add-WUServiceManager" + "Name": "Add-ADPrincipalGroupMembership" }, { - "Name": "Get-WUAPIVersion" + "Name": "Add-ADResourcePropertyListMember" }, { - "Name": "Get-WUHistory" + "Name": "Clear-ADAccountExpiration" }, { - "Name": "Get-WUInstall" + "Name": "Clear-ADClaimTransformLink" }, { - "Name": "Get-WUInstallerStatus" + "Name": "Disable-ADAccount" }, { - "Name": "Get-WULastResults" + "Name": "Disable-ADOptionalFeature" }, { - "Name": "Get-WUList" + "Name": "Enable-ADAccount" }, { - "Name": "Get-WURebootStatus" + "Name": "Enable-ADOptionalFeature" }, { - "Name": "Get-WUServiceManager" + "Name": "Get-ADAccountAuthorizationGroup" }, { - "Name": "Get-WUSettings" + "Name": "Get-ADAccountResultantPasswordReplicationPolicy" }, { - "Name": "Get-WUUninstall" + "Name": "Get-ADAuthenticationPolicy" }, { - "Name": "Hide-WUUpdate" + "Name": "Get-ADAuthenticationPolicySilo" }, { - "Name": "Invoke-WUInstall" + "Name": "Get-ADCentralAccessPolicy" }, { - "Name": "Remove-WUOfflineSync" + "Name": "Get-ADCentralAccessRule" }, { - "Name": "Remove-WUServiceManager" + "Name": "Get-ADClaimTransformPolicy" }, { - "Name": "Set-WUSettings" + "Name": "Get-ADClaimType" }, { - "Name": "Start-WUDetectNow" + "Name": "Get-ADComputer" }, { - "Name": "Start-WUService" - } - ], - "ExportedAliases": [ - "Install-WindowsUpdate", - "Uninstall-WindowsUpdate", - "Get-WindowsUpdate", - "Hide-WindowsUpdate" - ] - }, - { - "Name": "AppBackgroundTask", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-AppBackgroundTask" + "Name": "Get-ADComputerServiceAccount" }, { - "Name": "Start-AppBackgroundTask" + "Name": "Get-ADDCCloningExcludedApplicationList" }, { - "Name": "Unregister-AppBackgroundTask" + "Name": "Get-ADDefaultDomainPasswordPolicy" }, { - "Name": "Disable-AppBackgroundTaskDiagnosticLog" + "Name": "Get-ADDomain" }, { - "Name": "Enable-AppBackgroundTaskDiagnosticLog" + "Name": "Get-ADDomainController" }, { - "Name": "Set-AppBackgroundTaskResourcePolicy" - } - ], - "ExportedAliases": [ - "iru", - "pfn", - "tid" - ] - }, - { - "Name": "AppLocker", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-AppLockerFileInformation" + "Name": "Get-ADDomainControllerPasswordReplicationPolicy" }, { - "Name": "Get-AppLockerPolicy" + "Name": "Get-ADDomainControllerPasswordReplicationPolicyUsage" }, { - "Name": "New-AppLockerPolicy" + "Name": "Get-ADFineGrainedPasswordPolicy" }, { - "Name": "Set-AppLockerPolicy" + "Name": "Get-ADFineGrainedPasswordPolicySubject" }, { - "Name": "Test-AppLockerPolicy" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "AppvClient", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-AppvVirtualProcess" + "Name": "Get-ADForest" }, { - "Name": "Start-AppvVirtualProcess" + "Name": "Get-ADGroup" }, { - "Name": "Add-AppvClientConnectionGroup" + "Name": "Get-ADGroupMember" }, { - "Name": "Add-AppvClientPackage" + "Name": "Get-ADObject" }, { - "Name": "Add-AppvPublishingServer" + "Name": "Get-ADOptionalFeature" }, { - "Name": "Disable-Appv" + "Name": "Get-ADOrganizationalUnit" }, { - "Name": "Disable-AppvClientConnectionGroup" + "Name": "Get-ADPrincipalGroupMembership" }, { - "Name": "Enable-Appv" + "Name": "Get-ADReplicationAttributeMetadata" }, { - "Name": "Enable-AppvClientConnectionGroup" + "Name": "Get-ADReplicationConnection" }, { - "Name": "Get-AppvClientApplication" + "Name": "Get-ADReplicationFailure" }, { - "Name": "Get-AppvClientConfiguration" + "Name": "Get-ADReplicationPartnerMetadata" }, { - "Name": "Get-AppvClientConnectionGroup" + "Name": "Get-ADReplicationQueueOperation" }, { - "Name": "Get-AppvClientMode" + "Name": "Get-ADReplicationSite" }, { - "Name": "Get-AppvClientPackage" + "Name": "Get-ADReplicationSiteLink" }, { - "Name": "Get-AppvPublishingServer" + "Name": "Get-ADReplicationSiteLinkBridge" }, { - "Name": "Get-AppvStatus" + "Name": "Get-ADReplicationSubnet" }, { - "Name": "Mount-AppvClientConnectionGroup" + "Name": "Get-ADReplicationUpToDatenessVectorTable" }, { - "Name": "Mount-AppvClientPackage" + "Name": "Get-ADResourceProperty" }, { - "Name": "Publish-AppvClientPackage" + "Name": "Get-ADResourcePropertyList" }, { - "Name": "Remove-AppvClientConnectionGroup" + "Name": "Get-ADResourcePropertyValueType" }, { - "Name": "Remove-AppvClientPackage" + "Name": "Get-ADRootDSE" }, { - "Name": "Remove-AppvPublishingServer" + "Name": "Get-ADServiceAccount" }, { - "Name": "Repair-AppvClientConnectionGroup" + "Name": "Get-ADTrust" }, { - "Name": "Repair-AppvClientPackage" + "Name": "Get-ADUser" }, { - "Name": "Send-AppvClientReport" + "Name": "Get-ADUserResultantPasswordPolicy" }, { - "Name": "Set-AppvClientConfiguration" + "Name": "Grant-ADAuthenticationPolicySiloAccess" }, { - "Name": "Set-AppvClientMode" + "Name": "Install-ADServiceAccount" }, { - "Name": "Set-AppvClientPackage" + "Name": "Move-ADDirectoryServer" }, { - "Name": "Set-AppvPublishingServer" + "Name": "Move-ADDirectoryServerOperationMasterRole" }, { - "Name": "Stop-AppvClientConnectionGroup" + "Name": "Move-ADObject" }, { - "Name": "Stop-AppvClientPackage" + "Name": "New-ADAuthenticationPolicy" }, { - "Name": "Sync-AppvPublishingServer" + "Name": "New-ADAuthenticationPolicySilo" }, { - "Name": "Unpublish-AppvClientPackage" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Appx", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-AppxLastError" + "Name": "New-ADCentralAccessPolicy" }, { - "Name": "Get-AppxLog" + "Name": "New-ADCentralAccessRule" }, { - "Name": "Add-AppxPackage" + "Name": "New-ADClaimTransformPolicy" }, { - "Name": "Add-AppxVolume" + "Name": "New-ADClaimType" }, { - "Name": "Dismount-AppxVolume" + "Name": "New-ADComputer" }, { - "Name": "Get-AppxDefaultVolume" + "Name": "New-ADDCCloneConfigFile" }, { - "Name": "Get-AppxPackage" + "Name": "New-ADFineGrainedPasswordPolicy" }, { - "Name": "Get-AppxPackageManifest" + "Name": "New-ADGroup" }, { - "Name": "Get-AppxVolume" + "Name": "New-ADObject" }, { - "Name": "Invoke-CommandInDesktopPackage" + "Name": "New-ADOrganizationalUnit" }, { - "Name": "Mount-AppxVolume" + "Name": "New-ADReplicationSite" }, { - "Name": "Move-AppxPackage" + "Name": "New-ADReplicationSiteLink" }, { - "Name": "Remove-AppxPackage" + "Name": "New-ADReplicationSiteLinkBridge" }, { - "Name": "Remove-AppxVolume" + "Name": "New-ADReplicationSubnet" }, { - "Name": "Set-AppxDefaultVolume" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "AssignedAccess", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Clear-AssignedAccess" + "Name": "New-ADResourceProperty" }, { - "Name": "Get-AssignedAccess" + "Name": "New-ADResourcePropertyList" }, { - "Name": "Set-AssignedAccess" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "BitLocker", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-BitLockerKeyProtector" + "Name": "New-ADServiceAccount" }, { - "Name": "Backup-BitLockerKeyProtector" + "Name": "New-ADUser" }, { - "Name": "BackupToAAD-BitLockerKeyProtector" + "Name": "Remove-ADAuthenticationPolicy" }, { - "Name": "Clear-BitLockerAutoUnlock" + "Name": "Remove-ADAuthenticationPolicySilo" }, { - "Name": "Disable-BitLocker" + "Name": "Remove-ADCentralAccessPolicy" }, { - "Name": "Disable-BitLockerAutoUnlock" + "Name": "Remove-ADCentralAccessPolicyMember" }, { - "Name": "Enable-BitLocker" + "Name": "Remove-ADCentralAccessRule" }, { - "Name": "Enable-BitLockerAutoUnlock" + "Name": "Remove-ADClaimTransformPolicy" }, { - "Name": "Get-BitLockerVolume" + "Name": "Remove-ADClaimType" }, { - "Name": "Lock-BitLocker" + "Name": "Remove-ADComputer" }, { - "Name": "Remove-BitLockerKeyProtector" + "Name": "Remove-ADComputerServiceAccount" }, { - "Name": "Resume-BitLocker" + "Name": "Remove-ADDomainControllerPasswordReplicationPolicy" }, { - "Name": "Suspend-BitLocker" + "Name": "Remove-ADFineGrainedPasswordPolicy" }, { - "Name": "Unlock-BitLocker" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "BitsTransfer", - "Version": "2.0.0.0", - "ExportedCommands": [ + "Name": "Remove-ADFineGrainedPasswordPolicySubject" + }, { - "Name": "Add-BitsFile" + "Name": "Remove-ADGroup" }, { - "Name": "Complete-BitsTransfer" + "Name": "Remove-ADGroupMember" }, { - "Name": "Get-BitsTransfer" + "Name": "Remove-ADObject" }, { - "Name": "Remove-BitsTransfer" + "Name": "Remove-ADOrganizationalUnit" }, { - "Name": "Resume-BitsTransfer" + "Name": "Remove-ADPrincipalGroupMembership" }, { - "Name": "Set-BitsTransfer" + "Name": "Remove-ADReplicationSite" }, { - "Name": "Start-BitsTransfer" + "Name": "Remove-ADReplicationSiteLink" }, { - "Name": "Suspend-BitsTransfer" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "BranchCache", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "Remove-ADReplicationSiteLinkBridge" + }, { - "Name": "Add-BCDataCacheExtension" + "Name": "Remove-ADReplicationSubnet" }, { - "Name": "Clear-BCCache" + "Name": "Remove-ADResourceProperty" }, { - "Name": "Disable-BC" + "Name": "Remove-ADResourcePropertyList" }, { - "Name": "Disable-BCDowngrading" + "Name": "Remove-ADResourcePropertyListMember" }, { - "Name": "Disable-BCServeOnBattery" + "Name": "Remove-ADServiceAccount" }, { - "Name": "Enable-BCDistributed" + "Name": "Remove-ADUser" }, { - "Name": "Enable-BCDowngrading" + "Name": "Rename-ADObject" }, { - "Name": "Enable-BCHostedClient" + "Name": "Reset-ADServiceAccountPassword" }, { - "Name": "Enable-BCHostedServer" + "Name": "Restore-ADObject" }, { - "Name": "Enable-BCLocal" + "Name": "Revoke-ADAuthenticationPolicySiloAccess" }, { - "Name": "Enable-BCServeOnBattery" + "Name": "Search-ADAccount" }, { - "Name": "Export-BCCachePackage" + "Name": "Set-ADAccountAuthenticationPolicySilo" }, { - "Name": "Export-BCSecretKey" + "Name": "Set-ADAccountControl" }, { - "Name": "Get-BCClientConfiguration" + "Name": "Set-ADAccountExpiration" }, { - "Name": "Get-BCContentServerConfiguration" + "Name": "Set-ADAccountPassword" }, { - "Name": "Get-BCDataCache" + "Name": "Set-ADAuthenticationPolicy" }, { - "Name": "Get-BCDataCacheExtension" + "Name": "Set-ADAuthenticationPolicySilo" }, { - "Name": "Get-BCHashCache" + "Name": "Set-ADCentralAccessPolicy" }, { - "Name": "Get-BCHostedCacheServerConfiguration" + "Name": "Set-ADCentralAccessRule" }, { - "Name": "Get-BCNetworkConfiguration" + "Name": "Set-ADClaimTransformLink" }, { - "Name": "Get-BCStatus" + "Name": "Set-ADClaimTransformPolicy" }, { - "Name": "Import-BCCachePackage" + "Name": "Set-ADClaimType" }, { - "Name": "Import-BCSecretKey" + "Name": "Set-ADComputer" }, { - "Name": "Publish-BCFileContent" + "Name": "Set-ADDefaultDomainPasswordPolicy" }, { - "Name": "Publish-BCWebContent" + "Name": "Set-ADDomain" }, { - "Name": "Remove-BCDataCacheExtension" + "Name": "Set-ADDomainMode" }, { - "Name": "Reset-BC" + "Name": "Set-ADFineGrainedPasswordPolicy" }, { - "Name": "Set-BCAuthentication" + "Name": "Set-ADForest" }, { - "Name": "Set-BCCache" + "Name": "Set-ADForestMode" }, { - "Name": "Set-BCDataCacheEntryMaxAge" + "Name": "Set-ADGroup" }, { - "Name": "Set-BCMinSMBLatency" + "Name": "Set-ADObject" }, { - "Name": "Set-BCSecretKey" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "CimCmdlets", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "Set-ADOrganizationalUnit" + }, { - "Name": "Export-BinaryMiLog" + "Name": "Set-ADReplicationConnection" }, { - "Name": "Get-CimAssociatedInstance" + "Name": "Set-ADReplicationSite" }, { - "Name": "Get-CimClass" + "Name": "Set-ADReplicationSiteLink" }, { - "Name": "Get-CimInstance" + "Name": "Set-ADReplicationSiteLinkBridge" }, { - "Name": "Get-CimSession" + "Name": "Set-ADReplicationSubnet" }, { - "Name": "Import-BinaryMiLog" + "Name": "Set-ADResourceProperty" }, { - "Name": "Invoke-CimMethod" + "Name": "Set-ADResourcePropertyList" }, { - "Name": "New-CimInstance" + "Name": "Set-ADServiceAccount" }, { - "Name": "New-CimSession" + "Name": "Set-ADUser" }, { - "Name": "New-CimSessionOption" + "Name": "Show-ADAuthenticationPolicyExpression" }, { - "Name": "Register-CimIndicationEvent" + "Name": "Sync-ADObject" }, { - "Name": "Remove-CimInstance" + "Name": "Test-ADServiceAccount" }, { - "Name": "Remove-CimSession" + "Name": "Uninstall-ADServiceAccount" }, { - "Name": "Set-CimInstance" + "Name": "Unlock-ADAccount" } ], "ExportedAliases": [ - "gcim", - "scim", - "ncim", - "rcim", - "icim", - "gcai", - "rcie", - "ncms", - "rcms", - "gcms", - "ncso", - "gcls" + ] }, { - "Name": "ConfigCI", - "Version": "1.0", + "Name": "ADCSAdministration", + "Version": "2.0.0.0", "ExportedCommands": [ { - "Name": "Add-SignerRule" - }, - { - "Name": "ConvertFrom-CIPolicy" - }, - { - "Name": "Edit-CIPolicyRule" - }, - { - "Name": "Get-CIPolicy" + "Name": "Add-CAAuthorityInformationAccess" }, { - "Name": "Get-CIPolicyIdInfo" + "Name": "Add-CACrlDistributionPoint" }, { - "Name": "Get-CIPolicyInfo" + "Name": "Add-CATemplate" }, { - "Name": "Get-SystemDriver" + "Name": "Backup-CARoleService" }, { - "Name": "Merge-CIPolicy" + "Name": "Confirm-CAAttestationIdentityKeyInfo" }, { - "Name": "New-CIPolicy" + "Name": "Confirm-CAEndorsementKeyInfo" }, { - "Name": "New-CIPolicyRule" + "Name": "Get-CAAuthorityInformationAccess" }, { - "Name": "Remove-CIPolicyRule" + "Name": "Get-CACrlDistributionPoint" }, { - "Name": "Set-CIPolicyIdInfo" + "Name": "Get-CATemplate" }, { - "Name": "Set-CIPolicySetting" + "Name": "Remove-CAAuthorityInformationAccess" }, { - "Name": "Set-CIPolicyVersion" + "Name": "Remove-CACrlDistributionPoint" }, { - "Name": "Set-HVCIOptions" + "Name": "Remove-CATemplate" }, { - "Name": "Set-RuleOption" + "Name": "Restore-CARoleService" } ], "ExportedAliases": [ @@ -893,59 +759,44 @@ ] }, { - "Name": "Defender", - "Version": "1.0", + "Name": "ADCSDeployment", + "Version": "1.0.0.0", "ExportedCommands": [ { - "Name": "Add-MpPreference" - }, - { - "Name": "Get-MpComputerStatus" + "Name": "Install-AdcsCertificationAuthority" }, { - "Name": "Get-MpPreference" + "Name": "Install-AdcsEnrollmentPolicyWebService" }, { - "Name": "Get-MpThreat" + "Name": "Install-AdcsEnrollmentWebService" }, { - "Name": "Get-MpThreatCatalog" + "Name": "Install-AdcsNetworkDeviceEnrollmentService" }, { - "Name": "Get-MpThreatDetection" + "Name": "Install-AdcsOnlineResponder" }, { - "Name": "Remove-MpPreference" + "Name": "Install-AdcsWebEnrollment" }, { - "Name": "Remove-MpThreat" + "Name": "Uninstall-AdcsCertificationAuthority" }, { - "Name": "Set-MpPreference" + "Name": "Uninstall-AdcsEnrollmentPolicyWebService" }, { - "Name": "Start-MpScan" + "Name": "Uninstall-AdcsEnrollmentWebService" }, { - "Name": "Start-MpWDOScan" + "Name": "Uninstall-AdcsNetworkDeviceEnrollmentService" }, { - "Name": "Update-MpSignature" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "DeliveryOptimization", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-DeliveryOptimizationPerfSnap" + "Name": "Uninstall-AdcsOnlineResponder" }, { - "Name": "Get-DeliveryOptimizationStatus" + "Name": "Uninstall-AdcsWebEnrollment" } ], "ExportedAliases": [ @@ -953,41 +804,38 @@ ] }, { - "Name": "DirectAccessClientComponents", + "Name": "ADDSDeployment", "Version": "1.0.0.0", "ExportedCommands": [ { - "Name": "Disable-DAManualEntryPointSelection" - }, - { - "Name": "Enable-DAManualEntryPointSelection" + "Name": "Add-ADDSReadOnlyDomainControllerAccount" }, { - "Name": "Get-DAClientExperienceConfiguration" + "Name": "Install-ADDSDomain" }, { - "Name": "Get-DAEntryPointTableItem" + "Name": "Install-ADDSDomainController" }, { - "Name": "New-DAEntryPointTableItem" + "Name": "Install-ADDSForest" }, { - "Name": "Remove-DAEntryPointTableItem" + "Name": "Test-ADDSDomainControllerInstallation" }, { - "Name": "Rename-DAEntryPointTableItem" + "Name": "Test-ADDSDomainControllerUninstallation" }, { - "Name": "Reset-DAClientExperienceConfiguration" + "Name": "Test-ADDSDomainInstallation" }, { - "Name": "Reset-DAEntryPointTableItem" + "Name": "Test-ADDSForestInstallation" }, { - "Name": "Set-DAClientExperienceConfiguration" + "Name": "Test-ADDSReadOnlyDomainControllerAccountCreation" }, { - "Name": "Set-DAEntryPointTableItem" + "Name": "Uninstall-ADDSDomainController" } ], "ExportedAliases": [ @@ -995,1923 +843,2036 @@ ] }, { - "Name": "Dism", - "Version": "3.0", + "Name": "ADFS", + "Version": "1.0.0.0", "ExportedCommands": [ { - "Name": "Add-ProvisionedAppxPackage" + "Name": "Add-AdfsAttributeStore" }, { - "Name": "Apply-WindowsUnattend" + "Name": "Add-AdfsCertificate" }, { - "Name": "Get-ProvisionedAppxPackage" + "Name": "Add-AdfsClaimDescription" }, { - "Name": "Remove-ProvisionedAppxPackage" + "Name": "Add-AdfsClaimsProviderTrust" }, { - "Name": "Add-AppxProvisionedPackage" + "Name": "Add-AdfsClaimsProviderTrustsGroup" }, { - "Name": "Add-WindowsCapability" + "Name": "Add-AdfsClient" }, { - "Name": "Add-WindowsDriver" + "Name": "Add-AdfsDeviceRegistrationUpnSuffix" }, { - "Name": "Add-WindowsImage" + "Name": "Add-AdfsFarmNode" }, { - "Name": "Add-WindowsPackage" + "Name": "Add-AdfsLocalClaimsProviderTrust" }, { - "Name": "Clear-WindowsCorruptMountPoint" + "Name": "Add-AdfsNativeClientApplication" }, { - "Name": "Disable-WindowsOptionalFeature" + "Name": "Add-AdfsNonClaimsAwareRelyingPartyTrust" }, { - "Name": "Dismount-WindowsImage" + "Name": "Add-AdfsRelyingPartyTrust" }, { - "Name": "Enable-WindowsOptionalFeature" + "Name": "Add-AdfsRelyingPartyTrustsGroup" }, { - "Name": "Expand-WindowsCustomDataImage" + "Name": "Add-AdfsScopeDescription" }, { - "Name": "Expand-WindowsImage" + "Name": "Add-AdfsServerApplication" }, { - "Name": "Export-WindowsDriver" + "Name": "Add-AdfsTrustedFederationPartner" }, { - "Name": "Export-WindowsImage" + "Name": "Add-AdfsWebApiApplication" }, { - "Name": "Get-AppxProvisionedPackage" + "Name": "Add-AdfsWebApplicationProxyRelyingPartyTrust" }, { - "Name": "Get-WIMBootEntry" + "Name": "Disable-AdfsApplicationGroup" }, { - "Name": "Get-WindowsCapability" + "Name": "Disable-AdfsCertificateAuthority" }, { - "Name": "Get-WindowsDriver" + "Name": "Disable-AdfsClaimsProviderTrust" }, { - "Name": "Get-WindowsEdition" + "Name": "Disable-AdfsClient" }, { - "Name": "Get-WindowsImage" + "Name": "Disable-AdfsDeviceRegistration" }, { - "Name": "Get-WindowsImageContent" + "Name": "Disable-AdfsEndpoint" }, { - "Name": "Get-WindowsOptionalFeature" + "Name": "Disable-AdfsLocalClaimsProviderTrust" }, { - "Name": "Get-WindowsPackage" + "Name": "Disable-AdfsNonClaimsAwareRelyingPartyTrust" }, { - "Name": "Mount-WindowsImage" + "Name": "Disable-AdfsRelyingPartyTrust" }, { - "Name": "New-WindowsCustomImage" + "Name": "Disable-AdfsWebApplicationProxyRelyingPartyTrust" }, { - "Name": "New-WindowsImage" + "Name": "Enable-AdfsApplicationGroup" }, { - "Name": "Optimize-WindowsImage" + "Name": "Enable-AdfsClaimsProviderTrust" }, { - "Name": "Remove-AppxProvisionedPackage" + "Name": "Enable-AdfsClient" }, { - "Name": "Remove-WindowsCapability" + "Name": "Enable-AdfsDeviceRegistration" }, { - "Name": "Remove-WindowsDriver" + "Name": "Enable-AdfsEndpoint" }, { - "Name": "Remove-WindowsImage" + "Name": "Enable-AdfsLocalClaimsProviderTrust" }, { - "Name": "Remove-WindowsPackage" + "Name": "Enable-AdfsNonClaimsAwareRelyingPartyTrust" }, { - "Name": "Repair-WindowsImage" + "Name": "Enable-AdfsRelyingPartyTrust" }, { - "Name": "Save-WindowsImage" + "Name": "Enable-AdfsWebApplicationProxyRelyingPartyTrust" }, { - "Name": "Set-AppXProvisionedDataFile" + "Name": "Export-AdfsAuthenticationProviderConfigurationData" }, { - "Name": "Set-WindowsEdition" + "Name": "Export-AdfsDeploymentSQLScript" }, { - "Name": "Set-WindowsProductKey" + "Name": "Export-AdfsWebContent" }, { - "Name": "Split-WindowsImage" + "Name": "Export-AdfsWebTheme" }, { - "Name": "Update-WIMBootEntry" + "Name": "Get-AdfsAccessControlPolicy" }, { - "Name": "Use-WindowsUnattend" - } - ], - "ExportedAliases": [ - "Apply-WindowsUnattend", - "Add-ProvisionedAppxPackage", - "Remove-ProvisionedAppxPackage", - "Get-ProvisionedAppxPackage" - ] - }, - { - "Name": "DnsClient", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "Get-AdfsAccountActivity" + }, { - "Name": "Add-DnsClientNrptRule" + "Name": "Get-AdfsAdditionalAuthenticationRule" }, { - "Name": "Clear-DnsClientCache" + "Name": "Get-AdfsApplicationGroup" }, { - "Name": "Get-DnsClient" + "Name": "Get-AdfsApplicationPermission" }, { - "Name": "Get-DnsClientCache" + "Name": "Get-AdfsAttributeStore" }, { - "Name": "Get-DnsClientGlobalSetting" + "Name": "Get-AdfsAuthenticationProvider" }, { - "Name": "Get-DnsClientNrptGlobal" + "Name": "Get-AdfsAuthenticationProviderWebContent" }, { - "Name": "Get-DnsClientNrptPolicy" + "Name": "Get-AdfsAzureMfaConfigured" }, { - "Name": "Get-DnsClientNrptRule" + "Name": "Get-AdfsCertificate" }, { - "Name": "Get-DnsClientServerAddress" + "Name": "Get-AdfsCertificateAuthority" }, { - "Name": "Register-DnsClient" + "Name": "Get-AdfsClaimDescription" }, { - "Name": "Remove-DnsClientNrptRule" + "Name": "Get-AdfsClaimsProviderTrust" }, { - "Name": "Set-DnsClient" + "Name": "Get-AdfsClaimsProviderTrustsGroup" }, { - "Name": "Set-DnsClientGlobalSetting" + "Name": "Get-AdfsClient" }, { - "Name": "Set-DnsClientNrptGlobal" + "Name": "Get-AdfsDeviceRegistration" }, { - "Name": "Set-DnsClientNrptRule" + "Name": "Get-AdfsDeviceRegistrationUpnSuffix" }, { - "Name": "Set-DnsClientServerAddress" + "Name": "Get-AdfsEndpoint" }, { - "Name": "Resolve-DnsName" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "EventTracingManagement", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "Get-AdfsFarmInformation" + }, { - "Name": "Remove-EtwTraceSession" + "Name": "Get-AdfsGlobalAuthenticationPolicy" }, { - "Name": "Set-EtwTraceSession" + "Name": "Get-AdfsGlobalWebContent" }, { - "Name": "Add-EtwTraceProvider" + "Name": "Get-AdfsLocalClaimsProviderTrust" }, { - "Name": "Get-AutologgerConfig" + "Name": "Get-AdfsNativeClientApplication" }, { - "Name": "Get-EtwTraceProvider" + "Name": "Get-AdfsNonClaimsAwareRelyingPartyTrust" }, { - "Name": "Get-EtwTraceSession" + "Name": "Get-AdfsProperties" }, { - "Name": "New-AutologgerConfig" + "Name": "Get-AdfsRegistrationHosts" }, { - "Name": "New-EtwTraceSession" + "Name": "Get-AdfsRelyingPartyTrust" }, { - "Name": "Remove-AutologgerConfig" + "Name": "Get-AdfsRelyingPartyTrustsGroup" }, { - "Name": "Remove-EtwTraceProvider" + "Name": "Get-AdfsRelyingPartyWebContent" }, { - "Name": "Save-EtwTraceSession" + "Name": "Get-AdfsRelyingPartyWebTheme" }, { - "Name": "Send-EtwTraceSession" + "Name": "Get-AdfsScopeDescription" }, { - "Name": "Set-AutologgerConfig" + "Name": "Get-AdfsServerApplication" }, { - "Name": "Set-EtwTraceProvider" + "Name": "Get-AdfsSslCertificate" }, { - "Name": "Start-EtwTraceSession" + "Name": "Get-AdfsSyncProperties" }, { - "Name": "Stop-EtwTraceSession" + "Name": "Get-AdfsTrustedFederationPartner" }, { - "Name": "Update-EtwTraceSession" - } - ], - "ExportedAliases": [ - "Remove-EtwTraceSession", - "Set-EtwTraceSession" - ] - }, - { - "Name": "HgsClient", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "Get-AdfsWebApiApplication" + }, { - "Name": "ConvertTo-HgsKeyProtector" + "Name": "Get-AdfsWebApplicationProxyRelyingPartyTrust" }, { - "Name": "Export-HgsGuardian" + "Name": "Get-AdfsWebConfig" }, { - "Name": "Get-HgsClientConfiguration" + "Name": "Get-AdfsWebTheme" }, { - "Name": "Get-HgsGuardian" + "Name": "Grant-AdfsApplicationPermission" }, { - "Name": "Grant-HgsKeyProtectorAccess" + "Name": "Import-AdfsAuthenticationProviderConfigurationData" }, { - "Name": "Import-HgsGuardian" + "Name": "Import-AdfsWebContent" }, { - "Name": "New-HgsGuardian" + "Name": "Initialize-ADDeviceRegistration" }, { - "Name": "New-HgsKeyProtector" + "Name": "Install-AdfsFarm" }, { - "Name": "Remove-HgsGuardian" + "Name": "Invoke-AdfsFarmBehaviorLevelRaise" }, { - "Name": "Revoke-HgsKeyProtectorAccess" + "Name": "New-AdfsAccessControlPolicy" }, { - "Name": "Set-HgsClientConfiguration" + "Name": "New-AdfsApplicationGroup" }, { - "Name": "Test-HgsClientConfiguration" + "Name": "New-AdfsAzureMfaTenantCertificate" }, { - "Name": "Get-HgsAttestationBaselinePolicy" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "HgsDiagnostics", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "New-AdfsClaimRuleSet" + }, { - "Name": "Get-HgsTrace" + "Name": "New-AdfsContactPerson" }, { - "Name": "Get-HgsTraceFileData" + "Name": "New-AdfsLdapAttributeToClaimMapping" }, { - "Name": "New-HgsTraceTarget" + "Name": "New-AdfsLdapServerConnection" }, { - "Name": "Test-HgsTraceTarget" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "HostNetworkingService", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "New-AdfsOrganization" + }, { - "Name": "Get-HnsEndpoint" + "Name": "New-AdfsSamlEndpoint" }, { - "Name": "Get-HNSNetwork" + "Name": "New-AdfsWebTheme" }, { - "Name": "Remove-HNSEndpoint" + "Name": "Publish-SslCertificate" }, { - "Name": "Remove-HNSNetwork" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Hyper-V", - "Version": "2.0.0.0", - "ExportedCommands": [ + "Name": "Register-AdfsAuthenticationProvider" + }, { - "Name": "Add-VMAssignableDevice" + "Name": "Remove-AdfsAccessControlPolicy" }, { - "Name": "Add-VMDvdDrive" + "Name": "Remove-AdfsApplicationGroup" }, { - "Name": "Add-VMFibreChannelHba" + "Name": "Remove-AdfsAttributeStore" }, { - "Name": "Add-VMGpuPartitionAdapter" + "Name": "Remove-AdfsAuthenticationProviderWebContent" }, { - "Name": "Add-VMGroupMember" + "Name": "Remove-AdfsCertificate" }, { - "Name": "Add-VMHardDiskDrive" + "Name": "Remove-AdfsClaimDescription" }, { - "Name": "Add-VMHostAssignableDevice" + "Name": "Remove-AdfsClaimsProviderTrust" }, { - "Name": "Add-VMKeyStorageDrive" + "Name": "Remove-AdfsClaimsProviderTrustsGroup" }, { - "Name": "Add-VMMigrationNetwork" + "Name": "Remove-AdfsClient" }, { - "Name": "Add-VMNetworkAdapter" + "Name": "Remove-AdfsDeviceRegistrationUpnSuffix" }, { - "Name": "Add-VMNetworkAdapterAcl" + "Name": "Remove-AdfsFarmNode" }, { - "Name": "Add-VMNetworkAdapterExtendedAcl" + "Name": "Remove-AdfsGlobalWebContent" }, { - "Name": "Add-VMNetworkAdapterRoutingDomainMapping" + "Name": "Remove-AdfsLocalClaimsProviderTrust" }, { - "Name": "Add-VMPmemController" + "Name": "Remove-AdfsNativeClientApplication" }, { - "Name": "Add-VMRemoteFx3dVideoAdapter" + "Name": "Remove-AdfsNonClaimsAwareRelyingPartyTrust" }, { - "Name": "Add-VMScsiController" + "Name": "Remove-AdfsRelyingPartyTrust" }, { - "Name": "Add-VMStoragePath" + "Name": "Remove-AdfsRelyingPartyTrustsGroup" }, { - "Name": "Add-VMSwitch" + "Name": "Remove-AdfsRelyingPartyWebContent" }, { - "Name": "Add-VMSwitchExtensionPortFeature" + "Name": "Remove-AdfsRelyingPartyWebTheme" }, { - "Name": "Add-VMSwitchExtensionSwitchFeature" + "Name": "Remove-AdfsScopeDescription" }, { - "Name": "Add-VMSwitchTeamMember" + "Name": "Remove-AdfsServerApplication" }, { - "Name": "Checkpoint-VM" + "Name": "Remove-AdfsTrustedFederationPartner" }, { - "Name": "Compare-VM" + "Name": "Remove-AdfsWebApiApplication" }, { - "Name": "Complete-VMFailover" + "Name": "Remove-AdfsWebApplicationProxyRelyingPartyTrust" }, { - "Name": "Connect-VMNetworkAdapter" + "Name": "Remove-AdfsWebTheme" }, { - "Name": "Connect-VMSan" + "Name": "Reset-AdfsAccountLockout" }, { - "Name": "Convert-VHD" + "Name": "Restore-AdfsFarmBehaviorLevel" }, { - "Name": "Copy-VMFile" + "Name": "Revoke-AdfsApplicationPermission" }, { - "Name": "Debug-VM" + "Name": "Revoke-AdfsProxyTrust" }, { - "Name": "Disable-VMConsoleSupport" + "Name": "Set-AdfsAccessControlPolicy" }, { - "Name": "Disable-VMEventing" + "Name": "Set-AdfsAccountActivity" }, { - "Name": "Disable-VMIntegrationService" + "Name": "Set-AdfsAdditionalAuthenticationRule" }, { - "Name": "Disable-VMMigration" + "Name": "Set-AdfsAlternateTlsClientBinding" }, { - "Name": "Disable-VMRemoteFXPhysicalVideoAdapter" + "Name": "Set-AdfsApplicationGroup" }, { - "Name": "Disable-VMResourceMetering" + "Name": "Set-AdfsApplicationPermission" }, { - "Name": "Disable-VMSwitchExtension" + "Name": "Set-AdfsAttributeStore" }, { - "Name": "Disable-VMTPM" + "Name": "Set-AdfsAuthenticationProviderWebContent" }, { - "Name": "Disconnect-VMNetworkAdapter" + "Name": "Set-AdfsAzureMfaTenant" }, { - "Name": "Disconnect-VMSan" + "Name": "Set-AdfsCertificate" }, { - "Name": "Dismount-VHD" + "Name": "Set-AdfsCertificateAuthority" }, { - "Name": "Dismount-VMHostAssignableDevice" + "Name": "Set-AdfsCertSharingContainer" }, { - "Name": "Enable-VMConsoleSupport" + "Name": "Set-AdfsClaimDescription" }, { - "Name": "Enable-VMEventing" + "Name": "Set-AdfsClaimsProviderTrust" }, { - "Name": "Enable-VMIntegrationService" + "Name": "Set-AdfsClient" }, { - "Name": "Enable-VMMigration" + "Name": "Set-AdfsDeviceRegistration" }, { - "Name": "Enable-VMRemoteFXPhysicalVideoAdapter" + "Name": "Set-AdfsDeviceRegistrationUpnSuffix" }, { - "Name": "Enable-VMReplication" + "Name": "Set-AdfsEndpoint" }, { - "Name": "Enable-VMResourceMetering" + "Name": "Set-AdfsFarmInformation" }, { - "Name": "Enable-VMSwitchExtension" + "Name": "Set-AdfsGlobalAuthenticationPolicy" }, { - "Name": "Enable-VMTPM" + "Name": "Set-AdfsGlobalWebContent" }, { - "Name": "Export-VM" + "Name": "Set-AdfsLocalClaimsProviderTrust" }, { - "Name": "Export-VMSnapshot" + "Name": "Set-AdfsNativeClientApplication" }, { - "Name": "Get-VHD" + "Name": "Set-AdfsNonClaimsAwareRelyingPartyTrust" }, { - "Name": "Get-VHDSet" + "Name": "Set-AdfsProperties" }, { - "Name": "Get-VHDSnapshot" + "Name": "Set-AdfsRegistrationHosts" }, { - "Name": "Get-VM" + "Name": "Set-AdfsRelyingPartyTrust" }, { - "Name": "Get-VMAssignableDevice" + "Name": "Set-AdfsRelyingPartyWebContent" }, { - "Name": "Get-VMBios" + "Name": "Set-AdfsRelyingPartyWebTheme" }, { - "Name": "Get-VMComPort" + "Name": "Set-AdfsScopeDescription" }, { - "Name": "Get-VMConnectAccess" + "Name": "Set-AdfsServerApplication" }, { - "Name": "Get-VMDvdDrive" + "Name": "Set-AdfsSslCertificate" }, { - "Name": "Get-VMFibreChannelHba" + "Name": "Set-AdfsSyncProperties" }, { - "Name": "Get-VMFirmware" + "Name": "Set-AdfsTrustedFederationPartner" }, { - "Name": "Get-VMFloppyDiskDrive" + "Name": "Set-AdfsWebApiApplication" }, { - "Name": "Get-VMGpuPartitionAdapter" + "Name": "Set-AdfsWebApplicationProxyRelyingPartyTrust" }, { - "Name": "Get-VMGroup" + "Name": "Set-AdfsWebConfig" }, { - "Name": "Get-VMHardDiskDrive" + "Name": "Set-AdfsWebTheme" }, { - "Name": "Get-VMHost" + "Name": "Test-AdfsFarmBehaviorLevelRaise" }, { - "Name": "Get-VMHostAssignableDevice" + "Name": "Test-AdfsFarmBehaviorLevelRestore" }, { - "Name": "Get-VMHostCluster" + "Name": "Test-AdfsFarmInstallation" }, { - "Name": "Get-VMHostNumaNode" + "Name": "Test-AdfsFarmJoin" }, { - "Name": "Get-VMHostNumaNodeStatus" + "Name": "Unregister-AdfsAuthenticationProvider" }, { - "Name": "Get-VMHostSupportedVersion" + "Name": "Update-AdfsArtifactDatabasePermission" }, { - "Name": "Get-VMIdeController" + "Name": "Update-AdfsCertificate" }, { - "Name": "Get-VMIntegrationService" + "Name": "Update-AdfsClaimsProviderTrust" }, { - "Name": "Get-VMKeyProtector" - }, + "Name": "Update-AdfsRelyingPartyTrust" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "ADRMS", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Get-VMKeyStorageDrive" + "Name": "Install-Rms" }, { - "Name": "Get-VMMemory" + "Name": "Uninstall-Rms" }, { - "Name": "Get-VMMigrationNetwork" + "Name": "Update-Rms" }, { - "Name": "Get-VMNetworkAdapter" + "Name": "Install-ADRMS" }, { - "Name": "Get-VMNetworkAdapterAcl" + "Name": "Uninstall-ADRMS" }, { - "Name": "Get-VMNetworkAdapterExtendedAcl" - }, + "Name": "Update-ADRMS" + } + ], + "ExportedAliases": [ + "Uninstall-Rms", + "Update-Rms", + "Install-Rms" + ] + }, + { + "Name": "ADRMSAdmin", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Get-VMNetworkAdapterFailoverConfiguration" + "Name": "Export-RmsReportDefinitionLanguage" }, { - "Name": "Get-VMNetworkAdapterIsolation" + "Name": "Export-RmsTPD" }, { - "Name": "Get-VMNetworkAdapterRdma" + "Name": "Export-RmsTUD" }, { - "Name": "Get-VMNetworkAdapterRoutingDomainMapping" + "Name": "Get-RmsCertChain" }, { - "Name": "Get-VMNetworkAdapterTeamMapping" + "Name": "Get-RmsCertInfo" }, { - "Name": "Get-VMNetworkAdapterVlan" + "Name": "Get-RmsChildCert" }, { - "Name": "Get-VMPartitionableGpu" + "Name": "Get-RmsEncryptedIL" }, { - "Name": "Get-VMPmemController" + "Name": "Get-RmsRequestInfo" }, { - "Name": "Get-VMProcessor" + "Name": "Get-RmsSvcAccount" }, { - "Name": "Get-VMRemoteFx3dVideoAdapter" + "Name": "Get-RmsSystemHealthReport" }, { - "Name": "Get-VMRemoteFXPhysicalVideoAdapter" + "Name": "Get-RmsUserRequestReport" }, { - "Name": "Get-VMReplication" + "Name": "Import-RmsTPD" }, { - "Name": "Get-VMReplicationAuthorizationEntry" + "Name": "Import-RmsTUD" }, { - "Name": "Get-VMReplicationServer" + "Name": "Initialize-RmsCryptoMode2" }, { - "Name": "Get-VMResourcePool" + "Name": "Install-RmsMfgEnrollment" }, { - "Name": "Get-VMSan" + "Name": "Install-RmsMfgSupport" }, { - "Name": "Get-VMScsiController" + "Name": "Set-RmsSvcAccount" }, { - "Name": "Get-VMSecurity" + "Name": "Uninstall-RmsMfgEnrollment" }, { - "Name": "Get-VMSnapshot" + "Name": "Uninstall-RmsMfgSupport" }, { - "Name": "Get-VMStoragePath" + "Name": "Update-RmsCluster" }, { - "Name": "Get-VMStorageSettings" - }, + "Name": "Update-RmsMfgEnrollment" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "AppBackgroundTask", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Get-VMSwitch" + "Name": "Get-AppBackgroundTask" }, { - "Name": "Get-VMSwitchExtension" + "Name": "Start-AppBackgroundTask" }, { - "Name": "Get-VMSwitchExtensionPortData" + "Name": "Unregister-AppBackgroundTask" }, { - "Name": "Get-VMSwitchExtensionPortFeature" + "Name": "Disable-AppBackgroundTaskDiagnosticLog" }, { - "Name": "Get-VMSwitchExtensionSwitchData" + "Name": "Enable-AppBackgroundTaskDiagnosticLog" }, { - "Name": "Get-VMSwitchExtensionSwitchFeature" - }, + "Name": "Set-AppBackgroundTaskResourcePolicy" + } + ], + "ExportedAliases": [ + "iru", + "pfn", + "tid" + ] + }, + { + "Name": "AppLocker", + "Version": "2.0.0.0", + "ExportedCommands": [ { - "Name": "Get-VMSwitchTeam" + "Name": "Get-AppLockerFileInformation" }, { - "Name": "Get-VMSystemSwitchExtension" + "Name": "Get-AppLockerPolicy" }, { - "Name": "Get-VMSystemSwitchExtensionPortFeature" + "Name": "New-AppLockerPolicy" }, { - "Name": "Get-VMSystemSwitchExtensionSwitchFeature" + "Name": "Set-AppLockerPolicy" }, { - "Name": "Get-VMVideo" - }, + "Name": "Test-AppLockerPolicy" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "AppvClient", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Grant-VMConnectAccess" + "Name": "Get-AppvVirtualProcess" }, { - "Name": "Import-VM" + "Name": "Start-AppvVirtualProcess" }, { - "Name": "Import-VMInitialReplication" + "Name": "Add-AppvClientConnectionGroup" }, { - "Name": "Measure-VM" + "Name": "Add-AppvClientPackage" }, { - "Name": "Measure-VMReplication" + "Name": "Add-AppvPublishingServer" }, { - "Name": "Measure-VMResourcePool" + "Name": "Disable-Appv" }, { - "Name": "Merge-VHD" + "Name": "Disable-AppvClientConnectionGroup" }, { - "Name": "Mount-VHD" + "Name": "Enable-Appv" }, { - "Name": "Mount-VMHostAssignableDevice" + "Name": "Enable-AppvClientConnectionGroup" }, { - "Name": "Move-VM" + "Name": "Get-AppvClientApplication" }, { - "Name": "Move-VMStorage" + "Name": "Get-AppvClientConfiguration" }, { - "Name": "New-VFD" + "Name": "Get-AppvClientConnectionGroup" }, { - "Name": "New-VHD" + "Name": "Get-AppvClientMode" }, { - "Name": "New-VM" + "Name": "Get-AppvClientPackage" }, { - "Name": "New-VMGroup" + "Name": "Get-AppvPublishingServer" }, { - "Name": "New-VMReplicationAuthorizationEntry" + "Name": "Get-AppvStatus" }, { - "Name": "New-VMResourcePool" + "Name": "Mount-AppvClientConnectionGroup" }, { - "Name": "New-VMSan" + "Name": "Mount-AppvClientPackage" }, { - "Name": "New-VMSwitch" + "Name": "Publish-AppvClientPackage" }, { - "Name": "Optimize-VHD" + "Name": "Remove-AppvClientConnectionGroup" }, { - "Name": "Optimize-VHDSet" + "Name": "Remove-AppvClientPackage" }, { - "Name": "Remove-VHDSnapshot" + "Name": "Remove-AppvPublishingServer" }, { - "Name": "Remove-VM" + "Name": "Repair-AppvClientConnectionGroup" }, { - "Name": "Remove-VMAssignableDevice" + "Name": "Repair-AppvClientPackage" }, { - "Name": "Remove-VMDvdDrive" + "Name": "Send-AppvClientReport" }, { - "Name": "Remove-VMFibreChannelHba" + "Name": "Set-AppvClientConfiguration" }, { - "Name": "Remove-VMGpuPartitionAdapter" + "Name": "Set-AppvClientMode" }, { - "Name": "Remove-VMGroup" + "Name": "Set-AppvClientPackage" }, { - "Name": "Remove-VMGroupMember" + "Name": "Set-AppvPublishingServer" }, { - "Name": "Remove-VMHardDiskDrive" + "Name": "Stop-AppvClientConnectionGroup" }, { - "Name": "Remove-VMHostAssignableDevice" + "Name": "Stop-AppvClientPackage" }, { - "Name": "Remove-VMKeyStorageDrive" + "Name": "Sync-AppvPublishingServer" }, { - "Name": "Remove-VMMigrationNetwork" - }, + "Name": "Unpublish-AppvClientPackage" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Appx", + "Version": "2.0.0.0", + "ExportedCommands": [ { - "Name": "Remove-VMNetworkAdapter" + "Name": "Get-AppxLastError" }, { - "Name": "Remove-VMNetworkAdapterAcl" + "Name": "Get-AppxLog" }, { - "Name": "Remove-VMNetworkAdapterExtendedAcl" + "Name": "Add-AppxPackage" }, { - "Name": "Remove-VMNetworkAdapterRoutingDomainMapping" + "Name": "Add-AppxVolume" }, { - "Name": "Remove-VMNetworkAdapterTeamMapping" + "Name": "Dismount-AppxVolume" }, { - "Name": "Remove-VMPmemController" + "Name": "Get-AppxDefaultVolume" }, { - "Name": "Remove-VMRemoteFx3dVideoAdapter" + "Name": "Get-AppxPackage" }, { - "Name": "Remove-VMReplication" + "Name": "Get-AppxPackageManifest" }, { - "Name": "Remove-VMReplicationAuthorizationEntry" + "Name": "Get-AppxVolume" }, { - "Name": "Remove-VMResourcePool" + "Name": "Invoke-CommandInDesktopPackage" }, { - "Name": "Remove-VMSan" + "Name": "Mount-AppxVolume" }, { - "Name": "Remove-VMSavedState" + "Name": "Move-AppxPackage" }, { - "Name": "Remove-VMScsiController" + "Name": "Remove-AppxPackage" }, { - "Name": "Remove-VMSnapshot" + "Name": "Remove-AppxVolume" }, { - "Name": "Remove-VMStoragePath" - }, + "Name": "Set-AppxDefaultVolume" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "AssignedAccess", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Remove-VMSwitch" + "Name": "Clear-AssignedAccess" }, { - "Name": "Remove-VMSwitchExtensionPortFeature" + "Name": "Get-AssignedAccess" }, { - "Name": "Remove-VMSwitchExtensionSwitchFeature" - }, + "Name": "Set-AssignedAccess" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "BestPractices", + "Version": "1.0", + "ExportedCommands": [ { - "Name": "Remove-VMSwitchTeamMember" + "Name": "Get-BpaModel" }, { - "Name": "Rename-VM" + "Name": "Get-BpaResult" }, { - "Name": "Rename-VMGroup" + "Name": "Invoke-BpaModel" }, { - "Name": "Rename-VMNetworkAdapter" - }, + "Name": "Set-BpaResult" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "BitLocker", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Rename-VMResourcePool" + "Name": "Add-BitLockerKeyProtector" }, { - "Name": "Rename-VMSan" + "Name": "Backup-BitLockerKeyProtector" }, { - "Name": "Rename-VMSnapshot" + "Name": "Clear-BitLockerAutoUnlock" }, { - "Name": "Rename-VMSwitch" + "Name": "Disable-BitLocker" }, { - "Name": "Repair-VM" + "Name": "Disable-BitLockerAutoUnlock" }, { - "Name": "Reset-VMReplicationStatistics" + "Name": "Enable-BitLocker" }, { - "Name": "Reset-VMResourceMetering" + "Name": "Enable-BitLockerAutoUnlock" }, { - "Name": "Resize-VHD" + "Name": "Get-BitLockerVolume" }, { - "Name": "Restart-VM" + "Name": "Lock-BitLocker" }, { - "Name": "Restore-VMSnapshot" + "Name": "Remove-BitLockerKeyProtector" }, { - "Name": "Resume-VM" + "Name": "Resume-BitLocker" }, { - "Name": "Resume-VMReplication" + "Name": "Suspend-BitLocker" }, { - "Name": "Revoke-VMConnectAccess" - }, + "Name": "Unlock-BitLocker" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "BitsTransfer", + "Version": "2.0.0.0", + "ExportedCommands": [ { - "Name": "Save-VM" + "Name": "Add-BitsFile" }, { - "Name": "Set-VHD" + "Name": "Complete-BitsTransfer" }, { - "Name": "Set-VM" + "Name": "Get-BitsTransfer" }, { - "Name": "Set-VMBios" + "Name": "Remove-BitsTransfer" }, { - "Name": "Set-VMComPort" + "Name": "Resume-BitsTransfer" }, { - "Name": "Set-VMDvdDrive" + "Name": "Set-BitsTransfer" }, { - "Name": "Set-VMFibreChannelHba" + "Name": "Start-BitsTransfer" }, { - "Name": "Set-VMFirmware" - }, + "Name": "Suspend-BitsTransfer" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "BootEventCollector", + "Version": "1.0.0.4", + "ExportedCommands": [ { - "Name": "Set-VMFloppyDiskDrive" + "Name": "Eq-SbecActiveConfig" }, { - "Name": "Set-VMGpuPartitionAdapter" + "Name": "Flush-SbecInstance" }, { - "Name": "Set-VMHardDiskDrive" + "Name": "Flush-SbecLogSession" }, { - "Name": "Set-VMHost" + "Name": "Update-SbecLogSession" }, { - "Name": "Set-VMHostCluster" + "Name": "Validate-SbecConfig" }, { - "Name": "Set-VMKeyProtector" + "Name": "Checkpoint-SbecActiveConfig" }, { - "Name": "Set-VMKeyStorageDrive" + "Name": "Clear-SbecProviderCache" }, { - "Name": "Set-VMMemory" + "Name": "Disable-SbecAutologger" }, { - "Name": "Set-VMMigrationNetwork" + "Name": "Disable-SbecBcd" }, { - "Name": "Set-VMNetworkAdapter" + "Name": "Enable-SbecAutologger" }, { - "Name": "Set-VMNetworkAdapterFailoverConfiguration" + "Name": "Enable-SbecBcd" }, { - "Name": "Set-VMNetworkAdapterIsolation" + "Name": "Enable-SbecBootImage" }, { - "Name": "Set-VMNetworkAdapterRdma" + "Name": "Enable-SbecWdsBcd" }, { - "Name": "Set-VMNetworkAdapterRoutingDomainMapping" + "Name": "Get-SbecActiveConfig" }, { - "Name": "Set-VMNetworkAdapterTeamMapping" + "Name": "Get-SbecBackupConfig" }, { - "Name": "Set-VMNetworkAdapterVlan" + "Name": "Get-SbecDestination" }, { - "Name": "Set-VMPartitionableGpu" + "Name": "Get-SbecForwarding" }, { - "Name": "Set-VMProcessor" + "Name": "Get-SbecHistory" }, { - "Name": "Set-VMRemoteFx3dVideoAdapter" + "Name": "Get-SbecLocalizedMessage" }, { - "Name": "Set-VMReplication" + "Name": "Get-SbecLogSession" }, { - "Name": "Set-VMReplicationAuthorizationEntry" + "Name": "Get-SbecTraceProviders" }, { - "Name": "Set-VMReplicationServer" + "Name": "New-SbecUnattendFragment" }, { - "Name": "Set-VMResourcePool" + "Name": "Redo-SbecActiveConfig" }, { - "Name": "Set-VMSan" + "Name": "Restore-SbecBackupConfig" }, { - "Name": "Set-VMSecurity" + "Name": "Save-SbecInstance" }, { - "Name": "Set-VMSecurityPolicy" + "Name": "Save-SbecLogSession" }, { - "Name": "Set-VMStorageSettings" + "Name": "Set-SbecActiveConfig" }, { - "Name": "Set-VMSwitch" + "Name": "Set-SbecLogSession" }, { - "Name": "Set-VMSwitchExtensionPortFeature" + "Name": "Start-SbecInstance" }, { - "Name": "Set-VMSwitchExtensionSwitchFeature" + "Name": "Start-SbecLogSession" }, { - "Name": "Set-VMSwitchTeam" + "Name": "Start-SbecNtKernelLogSession" }, { - "Name": "Set-VMVideo" + "Name": "Start-SbecSimpleLogSession" }, { - "Name": "Start-VM" + "Name": "Stop-SbecInstance" }, { - "Name": "Start-VMFailover" + "Name": "Stop-SbecLogSession" }, { - "Name": "Start-VMInitialReplication" + "Name": "Test-SbecActiveConfig" }, { - "Name": "Start-VMTrace" + "Name": "Test-SbecConfig" }, { - "Name": "Stop-VM" - }, + "Name": "Undo-SbecActiveConfig" + } + ], + "ExportedAliases": [ + "Update-SbecLogSession", + "Eq-SbecActiveConfig", + "Flush-SbecLogSession", + "Validate-SbecConfig", + "Flush-SbecInstance", + "Paste-TextBuffer", + "xdiff", + "Reparse-TextSelect", + "Replace-Regex", + "xsed" + ] + }, + { + "Name": "BranchCache", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Stop-VMFailover" + "Name": "Add-BCDataCacheExtension" }, { - "Name": "Stop-VMInitialReplication" + "Name": "Clear-BCCache" }, { - "Name": "Stop-VMReplication" + "Name": "Disable-BC" }, { - "Name": "Stop-VMTrace" + "Name": "Disable-BCDowngrading" }, { - "Name": "Suspend-VM" + "Name": "Disable-BCServeOnBattery" }, { - "Name": "Suspend-VMReplication" + "Name": "Enable-BCDistributed" }, { - "Name": "Test-VHD" + "Name": "Enable-BCDowngrading" }, { - "Name": "Test-VMNetworkAdapter" + "Name": "Enable-BCHostedClient" }, { - "Name": "Test-VMReplicationConnection" + "Name": "Enable-BCHostedServer" }, { - "Name": "Update-VMVersion" + "Name": "Enable-BCLocal" }, { - "Name": "Wait-VM" - } - ], - "ExportedAliases": [ - "gvm", - "savm", - "spvm", - "gvmr", - "mvmr", - "gvmrs", - "Export-VMCheckpoint", - "Get-VMCheckpoint", - "Remove-VMCheckpoint", - "Rename-VMCheckpoint", - "Restore-VMCheckpoint" - ] - }, - { - "Name": "Hyper-V", - "Version": "1.1", - "ExportedCommands": [ - { - "Name": "Add-VMAssignableDevice" + "Name": "Enable-BCServeOnBattery" }, { - "Name": "Add-VMDvdDrive" + "Name": "Export-BCCachePackage" }, { - "Name": "Add-VMFibreChannelHba" + "Name": "Export-BCSecretKey" }, { - "Name": "Add-VMGpuPartitionAdapter" + "Name": "Get-BCClientConfiguration" }, { - "Name": "Add-VMGroupMember" + "Name": "Get-BCContentServerConfiguration" }, { - "Name": "Add-VMHardDiskDrive" + "Name": "Get-BCDataCache" }, { - "Name": "Add-VMHostAssignableDevice" + "Name": "Get-BCDataCacheExtension" }, { - "Name": "Add-VMKeyStorageDrive" + "Name": "Get-BCHashCache" }, { - "Name": "Add-VMMigrationNetwork" + "Name": "Get-BCHostedCacheServerConfiguration" }, { - "Name": "Add-VMNetworkAdapter" + "Name": "Get-BCNetworkConfiguration" }, { - "Name": "Add-VMNetworkAdapterAcl" + "Name": "Get-BCStatus" }, { - "Name": "Add-VMNetworkAdapterExtendedAcl" + "Name": "Import-BCCachePackage" }, { - "Name": "Add-VMNetworkAdapterRoutingDomainMapping" + "Name": "Import-BCSecretKey" }, { - "Name": "Add-VMPmemController" + "Name": "Publish-BCFileContent" }, { - "Name": "Add-VMRemoteFx3dVideoAdapter" + "Name": "Publish-BCWebContent" }, { - "Name": "Add-VMScsiController" + "Name": "Remove-BCDataCacheExtension" }, { - "Name": "Add-VMStoragePath" + "Name": "Reset-BC" }, { - "Name": "Add-VMSwitch" + "Name": "Set-BCAuthentication" }, { - "Name": "Add-VMSwitchExtensionPortFeature" + "Name": "Set-BCCache" }, { - "Name": "Add-VMSwitchExtensionSwitchFeature" + "Name": "Set-BCDataCacheEntryMaxAge" }, { - "Name": "Add-VMSwitchTeamMember" + "Name": "Set-BCMinSMBLatency" }, { - "Name": "Checkpoint-VM" + "Name": "Set-BCSecretKey" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "CimCmdlets", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Export-BinaryMiLog" }, { - "Name": "Compare-VM" + "Name": "Get-CimAssociatedInstance" }, { - "Name": "Complete-VMFailover" + "Name": "Get-CimClass" }, { - "Name": "Connect-VMNetworkAdapter" + "Name": "Get-CimInstance" }, { - "Name": "Connect-VMSan" + "Name": "Get-CimSession" }, { - "Name": "Convert-VHD" + "Name": "Import-BinaryMiLog" }, { - "Name": "Copy-VMFile" + "Name": "Invoke-CimMethod" }, { - "Name": "Debug-VM" + "Name": "New-CimInstance" }, { - "Name": "Disable-VMConsoleSupport" + "Name": "New-CimSession" }, { - "Name": "Disable-VMEventing" + "Name": "New-CimSessionOption" }, { - "Name": "Disable-VMIntegrationService" + "Name": "Register-CimIndicationEvent" }, { - "Name": "Disable-VMMigration" + "Name": "Remove-CimInstance" }, { - "Name": "Disable-VMRemoteFXPhysicalVideoAdapter" + "Name": "Remove-CimSession" }, { - "Name": "Disable-VMResourceMetering" - }, + "Name": "Set-CimInstance" + } + ], + "ExportedAliases": [ + "gcim", + "scim", + "ncim", + "rcim", + "icim", + "gcai", + "rcie", + "ncms", + "rcms", + "gcms", + "ncso", + "gcls" + ] + }, + { + "Name": "ClusterAwareUpdating", + "Version": "2.0.0.0", + "ExportedCommands": [ { - "Name": "Disable-VMSwitchExtension" + "Name": "Add-CauClusterRole" }, { - "Name": "Disable-VMTPM" + "Name": "Disable-CauClusterRole" }, { - "Name": "Disconnect-VMNetworkAdapter" + "Name": "Enable-CauClusterRole" }, { - "Name": "Disconnect-VMSan" + "Name": "Export-CauReport" }, { - "Name": "Dismount-VHD" + "Name": "Get-CauClusterRole" }, { - "Name": "Dismount-VMHostAssignableDevice" + "Name": "Get-CauPlugin" }, { - "Name": "Enable-VMConsoleSupport" + "Name": "Get-CauReport" }, { - "Name": "Enable-VMEventing" + "Name": "Get-CauRun" }, { - "Name": "Enable-VMIntegrationService" + "Name": "Invoke-CauRun" }, { - "Name": "Enable-VMMigration" + "Name": "Invoke-CauScan" }, { - "Name": "Enable-VMRemoteFXPhysicalVideoAdapter" + "Name": "Register-CauPlugin" }, { - "Name": "Enable-VMReplication" + "Name": "Remove-CauClusterRole" }, { - "Name": "Enable-VMResourceMetering" + "Name": "Save-CauDebugTrace" }, { - "Name": "Enable-VMSwitchExtension" + "Name": "Set-CauClusterRole" }, { - "Name": "Enable-VMTPM" + "Name": "Stop-CauRun" }, { - "Name": "Export-VM" + "Name": "Test-CauSetup" }, { - "Name": "Export-VMSnapshot" - }, + "Name": "Unregister-CauPlugin" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "ConfigCI", + "Version": "1.0", + "ExportedCommands": [ { - "Name": "Get-VHD" + "Name": "Add-SignerRule" }, { - "Name": "Get-VHDSet" + "Name": "ConvertFrom-CIPolicy" }, { - "Name": "Get-VHDSnapshot" + "Name": "Edit-CIPolicyRule" }, { - "Name": "Get-VM" + "Name": "Get-CIPolicy" }, { - "Name": "Get-VMAssignableDevice" + "Name": "Get-CIPolicyIdInfo" }, { - "Name": "Get-VMBios" + "Name": "Get-CIPolicyInfo" }, { - "Name": "Get-VMComPort" + "Name": "Get-SystemDriver" }, { - "Name": "Get-VMConnectAccess" + "Name": "Merge-CIPolicy" }, { - "Name": "Get-VMDvdDrive" + "Name": "New-CIPolicy" }, { - "Name": "Get-VMFibreChannelHba" + "Name": "New-CIPolicyRule" }, { - "Name": "Get-VMFirmware" + "Name": "Remove-CIPolicyRule" }, { - "Name": "Get-VMFloppyDiskDrive" + "Name": "Set-CIPolicyIdInfo" }, { - "Name": "Get-VMGpuPartitionAdapter" + "Name": "Set-CIPolicySetting" }, { - "Name": "Get-VMGroup" + "Name": "Set-CIPolicyVersion" }, { - "Name": "Get-VMHardDiskDrive" + "Name": "Set-HVCIOptions" }, { - "Name": "Get-VMHost" - }, + "Name": "Set-RuleOption" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Containers", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Get-VMHostAssignableDevice" + "Name": "Get-ContainerNetwork" }, { - "Name": "Get-VMHostCluster" + "Name": "New-ContainerNetwork" }, { - "Name": "Get-VMHostNumaNode" - }, + "Name": "Remove-ContainerNetwork" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "DcbQos", + "Version": "2.0.0.0", + "ExportedCommands": [ { - "Name": "Get-VMHostNumaNodeStatus" + "Name": "Disable-NetQosFlowControl" }, { - "Name": "Get-VMHostSupportedVersion" + "Name": "Enable-NetQosFlowControl" }, { - "Name": "Get-VMIdeController" + "Name": "Get-NetQosDcbxSetting" }, { - "Name": "Get-VMIntegrationService" + "Name": "Get-NetQosFlowControl" }, { - "Name": "Get-VMKeyProtector" + "Name": "Get-NetQosTrafficClass" }, { - "Name": "Get-VMKeyStorageDrive" + "Name": "New-NetQosTrafficClass" }, { - "Name": "Get-VMMemory" + "Name": "Remove-NetQosTrafficClass" }, { - "Name": "Get-VMMigrationNetwork" + "Name": "Set-NetQosDcbxSetting" }, { - "Name": "Get-VMNetworkAdapter" + "Name": "Set-NetQosFlowControl" }, { - "Name": "Get-VMNetworkAdapterAcl" + "Name": "Set-NetQosTrafficClass" }, { - "Name": "Get-VMNetworkAdapterExtendedAcl" + "Name": "Switch-NetQosDcbxSetting" }, { - "Name": "Get-VMNetworkAdapterFailoverConfiguration" + "Name": "Switch-NetQosFlowControl" }, { - "Name": "Get-VMNetworkAdapterIsolation" - }, + "Name": "Switch-NetQosTrafficClass" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Defender", + "Version": "1.0", + "ExportedCommands": [ { - "Name": "Get-VMNetworkAdapterRdma" + "Name": "Add-MpPreference" }, { - "Name": "Get-VMNetworkAdapterRoutingDomainMapping" + "Name": "Get-MpComputerStatus" }, { - "Name": "Get-VMNetworkAdapterTeamMapping" + "Name": "Get-MpPreference" }, { - "Name": "Get-VMNetworkAdapterVlan" + "Name": "Get-MpThreat" }, { - "Name": "Get-VMPartitionableGpu" + "Name": "Get-MpThreatCatalog" }, { - "Name": "Get-VMPmemController" + "Name": "Get-MpThreatDetection" }, { - "Name": "Get-VMProcessor" + "Name": "Remove-MpPreference" }, { - "Name": "Get-VMRemoteFx3dVideoAdapter" + "Name": "Remove-MpThreat" }, { - "Name": "Get-VMRemoteFXPhysicalVideoAdapter" + "Name": "Set-MpPreference" }, { - "Name": "Get-VMReplication" + "Name": "Start-MpScan" }, { - "Name": "Get-VMReplicationAuthorizationEntry" + "Name": "Start-MpWDOScan" }, { - "Name": "Get-VMReplicationServer" - }, + "Name": "Update-MpSignature" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "DeviceHealthAttestation", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Get-VMResourcePool" + "Name": "Backup-DHASConfiguration" }, { - "Name": "Get-VMSan" + "Name": "Get-DHASActiveEncryptionCertificate" }, { - "Name": "Get-VMScsiController" + "Name": "Get-DHASActiveSigningCertificate" }, { - "Name": "Get-VMSecurity" + "Name": "Get-DHASCertificateChainPolicy" }, { - "Name": "Get-VMSnapshot" + "Name": "Get-DHASInactiveEncryptionCertificate" }, { - "Name": "Get-VMStoragePath" + "Name": "Get-DHASInactiveSigningCertificate" }, { - "Name": "Get-VMStorageSettings" + "Name": "Install-DeviceHealthAttestation" }, { - "Name": "Get-VMSwitch" + "Name": "Remove-DHASInactiveEncryptionCertificate" }, { - "Name": "Get-VMSwitchExtension" + "Name": "Remove-DHASInactiveSigningCertificate" }, { - "Name": "Get-VMSwitchExtensionPortData" + "Name": "Restore-DHASConfiguration" }, { - "Name": "Get-VMSwitchExtensionPortFeature" + "Name": "Set-DHASActiveEncryptionCertificate" }, { - "Name": "Get-VMSwitchExtensionSwitchData" + "Name": "Set-DHASActiveSigningCertificate" }, { - "Name": "Get-VMSwitchExtensionSwitchFeature" + "Name": "Set-DHASCertificateChainPolicy" }, { - "Name": "Get-VMSwitchTeam" + "Name": "Set-DHASSupportedAuthenticationSchema" }, { - "Name": "Get-VMSystemSwitchExtension" - }, + "Name": "Uninstall-DeviceHealthAttestation" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "DFSN", + "Version": "1.0", + "ExportedCommands": [ { - "Name": "Get-VMSystemSwitchExtensionPortFeature" + "Name": "Get-DfsnAccess" }, { - "Name": "Get-VMSystemSwitchExtensionSwitchFeature" + "Name": "Get-DfsnFolder" }, { - "Name": "Get-VMVideo" + "Name": "Get-DfsnFolderTarget" }, { - "Name": "Grant-VMConnectAccess" + "Name": "Get-DfsnRoot" }, { - "Name": "Import-VM" + "Name": "Get-DfsnRootTarget" }, { - "Name": "Import-VMInitialReplication" + "Name": "Get-DfsnServerConfiguration" }, { - "Name": "Measure-VM" + "Name": "Grant-DfsnAccess" }, { - "Name": "Measure-VMReplication" + "Name": "Move-DfsnFolder" }, { - "Name": "Measure-VMResourcePool" + "Name": "New-DfsnFolder" }, { - "Name": "Merge-VHD" + "Name": "New-DfsnFolderTarget" }, { - "Name": "Mount-VHD" + "Name": "New-DfsnRoot" }, { - "Name": "Mount-VMHostAssignableDevice" + "Name": "New-DfsnRootTarget" }, { - "Name": "Move-VM" + "Name": "Remove-DfsnAccess" }, { - "Name": "Move-VMStorage" + "Name": "Remove-DfsnFolder" }, { - "Name": "New-VFD" + "Name": "Remove-DfsnFolderTarget" }, { - "Name": "New-VHD" + "Name": "Remove-DfsnRoot" }, { - "Name": "New-VM" + "Name": "Remove-DfsnRootTarget" }, { - "Name": "New-VMGroup" + "Name": "Revoke-DfsnAccess" }, { - "Name": "New-VMReplicationAuthorizationEntry" + "Name": "Set-DfsnFolder" }, { - "Name": "New-VMResourcePool" + "Name": "Set-DfsnFolderTarget" }, { - "Name": "New-VMSan" + "Name": "Set-DfsnRoot" }, { - "Name": "New-VMSwitch" + "Name": "Set-DfsnRootTarget" }, { - "Name": "Optimize-VHD" - }, + "Name": "Set-DfsnServerConfiguration" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "DhcpServer", + "Version": "2.0.0.0", + "ExportedCommands": [ { - "Name": "Optimize-VHDSet" + "Name": "Reconcile-DhcpServerv4IPRecord" }, { - "Name": "Remove-VHDSnapshot" + "Name": "Add-DhcpServerInDC" }, { - "Name": "Remove-VM" + "Name": "Add-DhcpServerSecurityGroup" }, { - "Name": "Remove-VMAssignableDevice" + "Name": "Add-DhcpServerv4Class" }, { - "Name": "Remove-VMDvdDrive" + "Name": "Add-DhcpServerv4ExclusionRange" }, { - "Name": "Remove-VMFibreChannelHba" + "Name": "Add-DhcpServerv4Failover" }, { - "Name": "Remove-VMGpuPartitionAdapter" + "Name": "Add-DhcpServerv4FailoverScope" }, { - "Name": "Remove-VMGroup" + "Name": "Add-DhcpServerv4Filter" }, { - "Name": "Remove-VMGroupMember" + "Name": "Add-DhcpServerv4Lease" }, { - "Name": "Remove-VMHardDiskDrive" + "Name": "Add-DhcpServerv4MulticastExclusionRange" }, { - "Name": "Remove-VMHostAssignableDevice" + "Name": "Add-DhcpServerv4MulticastScope" }, { - "Name": "Remove-VMKeyStorageDrive" + "Name": "Add-DhcpServerv4OptionDefinition" }, { - "Name": "Remove-VMMigrationNetwork" + "Name": "Add-DhcpServerv4Policy" }, { - "Name": "Remove-VMNetworkAdapter" + "Name": "Add-DhcpServerv4PolicyIPRange" }, { - "Name": "Remove-VMNetworkAdapterAcl" + "Name": "Add-DhcpServerv4Reservation" }, { - "Name": "Remove-VMNetworkAdapterExtendedAcl" + "Name": "Add-DhcpServerv4Scope" }, { - "Name": "Remove-VMNetworkAdapterRoutingDomainMapping" + "Name": "Add-DhcpServerv4Superscope" }, { - "Name": "Remove-VMNetworkAdapterTeamMapping" + "Name": "Add-DhcpServerv6Class" }, { - "Name": "Remove-VMPmemController" + "Name": "Add-DhcpServerv6ExclusionRange" }, { - "Name": "Remove-VMRemoteFx3dVideoAdapter" + "Name": "Add-DhcpServerv6Lease" }, { - "Name": "Remove-VMReplication" + "Name": "Add-DhcpServerv6OptionDefinition" }, { - "Name": "Remove-VMReplicationAuthorizationEntry" + "Name": "Add-DhcpServerv6Reservation" }, { - "Name": "Remove-VMResourcePool" + "Name": "Add-DhcpServerv6Scope" }, { - "Name": "Remove-VMSan" + "Name": "Backup-DhcpServer" }, { - "Name": "Remove-VMSavedState" + "Name": "Export-DhcpServer" }, { - "Name": "Remove-VMScsiController" + "Name": "Get-DhcpServerAuditLog" }, { - "Name": "Remove-VMSnapshot" + "Name": "Get-DhcpServerDatabase" }, { - "Name": "Remove-VMStoragePath" + "Name": "Get-DhcpServerDnsCredential" }, { - "Name": "Remove-VMSwitch" + "Name": "Get-DhcpServerInDC" }, { - "Name": "Remove-VMSwitchExtensionPortFeature" + "Name": "Get-DhcpServerSetting" }, { - "Name": "Remove-VMSwitchExtensionSwitchFeature" + "Name": "Get-DhcpServerv4Binding" }, { - "Name": "Remove-VMSwitchTeamMember" + "Name": "Get-DhcpServerv4Class" }, { - "Name": "Rename-VM" + "Name": "Get-DhcpServerv4DnsSetting" }, { - "Name": "Rename-VMGroup" + "Name": "Get-DhcpServerv4ExclusionRange" }, { - "Name": "Rename-VMNetworkAdapter" + "Name": "Get-DhcpServerv4Failover" }, { - "Name": "Rename-VMResourcePool" + "Name": "Get-DhcpServerv4Filter" }, { - "Name": "Rename-VMSan" + "Name": "Get-DhcpServerv4FilterList" }, { - "Name": "Rename-VMSnapshot" + "Name": "Get-DhcpServerv4FreeIPAddress" }, { - "Name": "Rename-VMSwitch" + "Name": "Get-DhcpServerv4Lease" }, { - "Name": "Repair-VM" + "Name": "Get-DhcpServerv4MulticastExclusionRange" }, { - "Name": "Reset-VMReplicationStatistics" + "Name": "Get-DhcpServerv4MulticastLease" }, { - "Name": "Reset-VMResourceMetering" + "Name": "Get-DhcpServerv4MulticastScope" }, { - "Name": "Resize-VHD" + "Name": "Get-DhcpServerv4MulticastScopeStatistics" }, { - "Name": "Restart-VM" + "Name": "Get-DhcpServerv4OptionDefinition" }, { - "Name": "Restore-VMSnapshot" + "Name": "Get-DhcpServerv4OptionValue" }, { - "Name": "Resume-VM" + "Name": "Get-DhcpServerv4Policy" }, { - "Name": "Resume-VMReplication" + "Name": "Get-DhcpServerv4PolicyIPRange" }, { - "Name": "Revoke-VMConnectAccess" + "Name": "Get-DhcpServerv4Reservation" }, { - "Name": "Save-VM" + "Name": "Get-DhcpServerv4Scope" }, { - "Name": "Set-VHD" + "Name": "Get-DhcpServerv4ScopeStatistics" }, { - "Name": "Set-VM" + "Name": "Get-DhcpServerv4Statistics" }, { - "Name": "Set-VMBios" + "Name": "Get-DhcpServerv4Superscope" }, { - "Name": "Set-VMComPort" + "Name": "Get-DhcpServerv4SuperscopeStatistics" }, { - "Name": "Set-VMDvdDrive" + "Name": "Get-DhcpServerv6Binding" }, { - "Name": "Set-VMFibreChannelHba" + "Name": "Get-DhcpServerv6Class" }, { - "Name": "Set-VMFirmware" + "Name": "Get-DhcpServerv6DnsSetting" }, { - "Name": "Set-VMFloppyDiskDrive" + "Name": "Get-DhcpServerv6ExclusionRange" }, { - "Name": "Set-VMGpuPartitionAdapter" + "Name": "Get-DhcpServerv6FreeIPAddress" }, { - "Name": "Set-VMHardDiskDrive" + "Name": "Get-DhcpServerv6Lease" }, { - "Name": "Set-VMHost" + "Name": "Get-DhcpServerv6OptionDefinition" }, { - "Name": "Set-VMHostCluster" + "Name": "Get-DhcpServerv6OptionValue" }, { - "Name": "Set-VMKeyProtector" + "Name": "Get-DhcpServerv6Reservation" }, { - "Name": "Set-VMKeyStorageDrive" + "Name": "Get-DhcpServerv6Scope" }, { - "Name": "Set-VMMemory" + "Name": "Get-DhcpServerv6ScopeStatistics" }, { - "Name": "Set-VMMigrationNetwork" + "Name": "Get-DhcpServerv6StatelessStatistics" }, { - "Name": "Set-VMNetworkAdapter" + "Name": "Get-DhcpServerv6StatelessStore" }, { - "Name": "Set-VMNetworkAdapterFailoverConfiguration" + "Name": "Get-DhcpServerv6Statistics" }, { - "Name": "Set-VMNetworkAdapterIsolation" + "Name": "Get-DhcpServerVersion" }, { - "Name": "Set-VMNetworkAdapterRdma" + "Name": "Import-DhcpServer" }, { - "Name": "Set-VMNetworkAdapterRoutingDomainMapping" + "Name": "Invoke-DhcpServerv4FailoverReplication" }, { - "Name": "Set-VMNetworkAdapterTeamMapping" + "Name": "Remove-DhcpServerDnsCredential" }, { - "Name": "Set-VMNetworkAdapterVlan" + "Name": "Remove-DhcpServerInDC" }, { - "Name": "Set-VMPartitionableGpu" + "Name": "Remove-DhcpServerv4Class" }, { - "Name": "Set-VMProcessor" + "Name": "Remove-DhcpServerv4ExclusionRange" }, { - "Name": "Set-VMRemoteFx3dVideoAdapter" + "Name": "Remove-DhcpServerv4Failover" }, { - "Name": "Set-VMReplication" + "Name": "Remove-DhcpServerv4FailoverScope" }, { - "Name": "Set-VMReplicationAuthorizationEntry" + "Name": "Remove-DhcpServerv4Filter" }, { - "Name": "Set-VMReplicationServer" + "Name": "Remove-DhcpServerv4Lease" }, { - "Name": "Set-VMResourcePool" + "Name": "Remove-DhcpServerv4MulticastExclusionRange" }, { - "Name": "Set-VMSan" + "Name": "Remove-DhcpServerv4MulticastLease" }, { - "Name": "Set-VMSecurity" + "Name": "Remove-DhcpServerv4MulticastScope" }, { - "Name": "Set-VMSecurityPolicy" + "Name": "Remove-DhcpServerv4OptionDefinition" }, { - "Name": "Set-VMStorageSettings" + "Name": "Remove-DhcpServerv4OptionValue" }, { - "Name": "Set-VMSwitch" + "Name": "Remove-DhcpServerv4Policy" }, { - "Name": "Set-VMSwitchExtensionPortFeature" + "Name": "Remove-DhcpServerv4PolicyIPRange" }, { - "Name": "Set-VMSwitchExtensionSwitchFeature" + "Name": "Remove-DhcpServerv4Reservation" }, { - "Name": "Set-VMSwitchTeam" + "Name": "Remove-DhcpServerv4Scope" }, { - "Name": "Set-VMVideo" + "Name": "Remove-DhcpServerv4Superscope" }, { - "Name": "Start-VM" + "Name": "Remove-DhcpServerv6Class" }, { - "Name": "Start-VMFailover" + "Name": "Remove-DhcpServerv6ExclusionRange" }, { - "Name": "Start-VMInitialReplication" + "Name": "Remove-DhcpServerv6Lease" }, { - "Name": "Start-VMTrace" + "Name": "Remove-DhcpServerv6OptionDefinition" }, { - "Name": "Stop-VM" + "Name": "Remove-DhcpServerv6OptionValue" }, { - "Name": "Stop-VMFailover" + "Name": "Remove-DhcpServerv6Reservation" }, { - "Name": "Stop-VMInitialReplication" + "Name": "Remove-DhcpServerv6Scope" }, { - "Name": "Stop-VMReplication" + "Name": "Rename-DhcpServerv4Superscope" }, { - "Name": "Stop-VMTrace" + "Name": "Repair-DhcpServerv4IPRecord" }, { - "Name": "Suspend-VM" + "Name": "Restore-DhcpServer" }, { - "Name": "Suspend-VMReplication" + "Name": "Set-DhcpServerAuditLog" }, { - "Name": "Test-VHD" + "Name": "Set-DhcpServerDatabase" }, { - "Name": "Test-VMNetworkAdapter" + "Name": "Set-DhcpServerDnsCredential" }, { - "Name": "Test-VMReplicationConnection" + "Name": "Set-DhcpServerSetting" }, { - "Name": "Update-VMVersion" + "Name": "Set-DhcpServerv4Binding" }, { - "Name": "Wait-VM" - } - ], - "ExportedAliases": [ - "gvm", - "savm", - "spvm", - "gvmr", - "mvmr", - "gvmrs" - ] - }, - { - "Name": "International", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-WinAcceptLanguageFromLanguageListOptOut" + "Name": "Set-DhcpServerv4Class" }, { - "Name": "Get-WinCultureFromLanguageListOptOut" + "Name": "Set-DhcpServerv4DnsSetting" }, { - "Name": "Get-WinDefaultInputMethodOverride" + "Name": "Set-DhcpServerv4Failover" }, { - "Name": "Get-WinHomeLocation" + "Name": "Set-DhcpServerv4FilterList" }, { - "Name": "Get-WinLanguageBarOption" + "Name": "Set-DhcpServerv4MulticastScope" }, { - "Name": "Get-WinSystemLocale" + "Name": "Set-DhcpServerv4OptionDefinition" }, { - "Name": "Get-WinUILanguageOverride" + "Name": "Set-DhcpServerv4OptionValue" }, { - "Name": "Get-WinUserLanguageList" + "Name": "Set-DhcpServerv4Policy" }, { - "Name": "New-WinUserLanguageList" + "Name": "Set-DhcpServerv4Reservation" }, { - "Name": "Set-Culture" + "Name": "Set-DhcpServerv4Scope" }, { - "Name": "Set-WinAcceptLanguageFromLanguageListOptOut" + "Name": "Set-DhcpServerv6Binding" }, { - "Name": "Set-WinCultureFromLanguageListOptOut" + "Name": "Set-DhcpServerv6Class" }, { - "Name": "Set-WinDefaultInputMethodOverride" + "Name": "Set-DhcpServerv6DnsSetting" }, { - "Name": "Set-WinHomeLocation" + "Name": "Set-DhcpServerv6OptionDefinition" }, { - "Name": "Set-WinLanguageBarOption" + "Name": "Set-DhcpServerv6OptionValue" }, { - "Name": "Set-WinSystemLocale" + "Name": "Set-DhcpServerv6Reservation" }, { - "Name": "Set-WinUILanguageOverride" + "Name": "Set-DhcpServerv6Scope" }, { - "Name": "Set-WinUserLanguageList" + "Name": "Set-DhcpServerv6StatelessStore" } ], "ExportedAliases": [ - + "Reconcile-DhcpServerv4IPRecord" ] }, { - "Name": "iSCSI", + "Name": "DirectAccessClientComponents", "Version": "1.0.0.0", "ExportedCommands": [ { - "Name": "Connect-IscsiTarget" - }, - { - "Name": "Disconnect-IscsiTarget" - }, - { - "Name": "Get-IscsiConnection" + "Name": "Disable-DAManualEntryPointSelection" }, { - "Name": "Get-IscsiSession" + "Name": "Enable-DAManualEntryPointSelection" }, { - "Name": "Get-IscsiTarget" + "Name": "Get-DAClientExperienceConfiguration" }, { - "Name": "Get-IscsiTargetPortal" + "Name": "Get-DAEntryPointTableItem" }, { - "Name": "New-IscsiTargetPortal" + "Name": "New-DAEntryPointTableItem" }, { - "Name": "Register-IscsiSession" + "Name": "Remove-DAEntryPointTableItem" }, { - "Name": "Remove-IscsiTargetPortal" + "Name": "Rename-DAEntryPointTableItem" }, { - "Name": "Set-IscsiChapSecret" + "Name": "Reset-DAClientExperienceConfiguration" }, { - "Name": "Unregister-IscsiSession" + "Name": "Reset-DAEntryPointTableItem" }, { - "Name": "Update-IscsiTarget" + "Name": "Set-DAClientExperienceConfiguration" }, { - "Name": "Update-IscsiTargetPortal" + "Name": "Set-DAEntryPointTableItem" } ], "ExportedAliases": [ @@ -2919,1275 +2880,1266 @@ ] }, { - "Name": "ISE", - "Version": "1.0.0.0", + "Name": "Dism", + "Version": "3.0", "ExportedCommands": [ { - "Name": "Get-IseSnippet" + "Name": "Add-ProvisionedAppxPackage" }, { - "Name": "Import-IseSnippet" + "Name": "Apply-WindowsUnattend" }, { - "Name": "New-IseSnippet" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Kds", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-KdsRootKey" + "Name": "Get-ProvisionedAppxPackage" }, { - "Name": "Clear-KdsCache" + "Name": "Remove-ProvisionedAppxPackage" }, { - "Name": "Get-KdsConfiguration" + "Name": "Add-AppxProvisionedPackage" }, { - "Name": "Get-KdsRootKey" + "Name": "Add-WindowsCapability" }, { - "Name": "Set-KdsConfiguration" + "Name": "Add-WindowsDriver" }, { - "Name": "Test-KdsRootKey" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Microsoft.PowerShell.Archive", - "Version": "1.0.1.0", - "ExportedCommands": [ + "Name": "Add-WindowsImage" + }, { - "Name": "Compress-Archive" + "Name": "Add-WindowsPackage" }, { - "Name": "Expand-Archive" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Microsoft.PowerShell.Diagnostics", - "Version": "3.0.0.0", - "ExportedCommands": [ + "Name": "Clear-WindowsCorruptMountPoint" + }, { - "Name": "Export-Counter" + "Name": "Disable-WindowsOptionalFeature" }, { - "Name": "Get-Counter" + "Name": "Dismount-WindowsImage" }, { - "Name": "Get-WinEvent" + "Name": "Enable-WindowsOptionalFeature" }, { - "Name": "Import-Counter" + "Name": "Expand-WindowsCustomDataImage" }, { - "Name": "New-WinEvent" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Microsoft.PowerShell.Host", - "Version": "3.0.0.0", - "ExportedCommands": [ + "Name": "Expand-WindowsImage" + }, { - "Name": "Start-Transcript" + "Name": "Export-WindowsDriver" }, { - "Name": "Stop-Transcript" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Microsoft.PowerShell.LocalAccounts", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "Export-WindowsImage" + }, { - "Name": "Add-LocalGroupMember" + "Name": "Get-AppxProvisionedPackage" }, { - "Name": "Disable-LocalUser" + "Name": "Get-WIMBootEntry" }, { - "Name": "Enable-LocalUser" + "Name": "Get-WindowsCapability" }, { - "Name": "Get-LocalGroup" + "Name": "Get-WindowsDriver" }, { - "Name": "Get-LocalGroupMember" + "Name": "Get-WindowsEdition" }, { - "Name": "Get-LocalUser" + "Name": "Get-WindowsImage" }, { - "Name": "New-LocalGroup" + "Name": "Get-WindowsImageContent" }, { - "Name": "New-LocalUser" + "Name": "Get-WindowsOptionalFeature" }, { - "Name": "Remove-LocalGroup" + "Name": "Get-WindowsPackage" }, { - "Name": "Remove-LocalGroupMember" + "Name": "Mount-WindowsImage" }, { - "Name": "Remove-LocalUser" + "Name": "New-WindowsCustomImage" }, { - "Name": "Rename-LocalGroup" + "Name": "New-WindowsImage" }, { - "Name": "Rename-LocalUser" + "Name": "Optimize-WindowsImage" }, { - "Name": "Set-LocalGroup" + "Name": "Remove-AppxProvisionedPackage" }, { - "Name": "Set-LocalUser" + "Name": "Remove-WindowsCapability" + }, + { + "Name": "Remove-WindowsDriver" + }, + { + "Name": "Remove-WindowsImage" + }, + { + "Name": "Remove-WindowsPackage" + }, + { + "Name": "Repair-WindowsImage" + }, + { + "Name": "Save-WindowsImage" + }, + { + "Name": "Set-AppXProvisionedDataFile" + }, + { + "Name": "Set-WindowsEdition" + }, + { + "Name": "Set-WindowsProductKey" + }, + { + "Name": "Split-WindowsImage" + }, + { + "Name": "Update-WIMBootEntry" + }, + { + "Name": "Use-WindowsUnattend" } ], "ExportedAliases": [ - "algm", - "dlu", - "elu", - "glg", - "glgm", - "glu", - "nlg", - "nlu", - "rlg", - "rlgm", - "rlu", - "rnlg", - "rnlu", - "slg", - "slu" + "Apply-WindowsUnattend", + "Add-ProvisionedAppxPackage", + "Remove-ProvisionedAppxPackage", + "Get-ProvisionedAppxPackage" ] }, { - "Name": "Microsoft.PowerShell.Management", - "Version": "3.1.0.0", + "Name": "DnsClient", + "Version": "1.0.0.0", "ExportedCommands": [ { - "Name": "Add-Computer" + "Name": "Add-DnsClientNrptRule" }, { - "Name": "Add-Content" + "Name": "Clear-DnsClientCache" }, { - "Name": "Checkpoint-Computer" + "Name": "Get-DnsClient" }, { - "Name": "Clear-Content" + "Name": "Get-DnsClientCache" }, { - "Name": "Clear-EventLog" + "Name": "Get-DnsClientGlobalSetting" }, { - "Name": "Clear-Item" + "Name": "Get-DnsClientNrptGlobal" }, { - "Name": "Clear-ItemProperty" + "Name": "Get-DnsClientNrptPolicy" }, { - "Name": "Clear-RecycleBin" + "Name": "Get-DnsClientNrptRule" }, { - "Name": "Complete-Transaction" + "Name": "Get-DnsClientServerAddress" }, { - "Name": "Convert-Path" + "Name": "Register-DnsClient" }, { - "Name": "Copy-Item" + "Name": "Remove-DnsClientNrptRule" }, { - "Name": "Copy-ItemProperty" + "Name": "Set-DnsClient" }, { - "Name": "Debug-Process" + "Name": "Set-DnsClientGlobalSetting" }, { - "Name": "Disable-ComputerRestore" + "Name": "Set-DnsClientNrptGlobal" }, { - "Name": "Enable-ComputerRestore" + "Name": "Set-DnsClientNrptRule" }, { - "Name": "Get-ChildItem" + "Name": "Set-DnsClientServerAddress" }, { - "Name": "Get-Clipboard" + "Name": "Resolve-DnsName" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "DnsServer", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Export-DnsServerTrustAnchor" }, { - "Name": "Get-ComputerInfo" + "Name": "Get-DnsServerRRL" }, { - "Name": "Get-ComputerRestorePoint" + "Name": "Set-DnsServerRRL" }, { - "Name": "Get-Content" + "Name": "Add-DnsServerClientSubnet" }, { - "Name": "Get-ControlPanelItem" + "Name": "Add-DnsServerConditionalForwarderZone" }, { - "Name": "Get-EventLog" + "Name": "Add-DnsServerDirectoryPartition" }, { - "Name": "Get-HotFix" + "Name": "Add-DnsServerForwarder" }, { - "Name": "Get-Item" + "Name": "Add-DnsServerPrimaryZone" }, { - "Name": "Get-ItemProperty" + "Name": "Add-DnsServerQueryResolutionPolicy" }, { - "Name": "Get-ItemPropertyValue" + "Name": "Add-DnsServerRecursionScope" }, { - "Name": "Get-Location" + "Name": "Add-DnsServerResourceRecord" }, { - "Name": "Get-Process" + "Name": "Add-DnsServerResourceRecordA" }, { - "Name": "Get-PSDrive" + "Name": "Add-DnsServerResourceRecordAAAA" }, { - "Name": "Get-PSProvider" + "Name": "Add-DnsServerResourceRecordCName" }, { - "Name": "Get-Service" + "Name": "Add-DnsServerResourceRecordDnsKey" }, { - "Name": "Get-TimeZone" + "Name": "Add-DnsServerResourceRecordDS" }, { - "Name": "Get-Transaction" + "Name": "Add-DnsServerResourceRecordMX" }, { - "Name": "Get-WmiObject" + "Name": "Add-DnsServerResourceRecordPtr" }, { - "Name": "Invoke-Item" + "Name": "Add-DnsServerResponseRateLimitingExceptionlist" }, { - "Name": "Invoke-WmiMethod" + "Name": "Add-DnsServerRootHint" }, { - "Name": "Join-Path" + "Name": "Add-DnsServerSecondaryZone" }, { - "Name": "Limit-EventLog" + "Name": "Add-DnsServerSigningKey" }, { - "Name": "Move-Item" + "Name": "Add-DnsServerStubZone" }, { - "Name": "Move-ItemProperty" + "Name": "Add-DnsServerTrustAnchor" }, { - "Name": "New-EventLog" + "Name": "Add-DnsServerVirtualizationInstance" }, { - "Name": "New-Item" + "Name": "Add-DnsServerZoneDelegation" }, { - "Name": "New-ItemProperty" + "Name": "Add-DnsServerZoneScope" }, { - "Name": "New-PSDrive" + "Name": "Add-DnsServerZoneTransferPolicy" }, { - "Name": "New-Service" + "Name": "Clear-DnsServerCache" }, { - "Name": "New-WebServiceProxy" + "Name": "Clear-DnsServerStatistics" }, { - "Name": "Pop-Location" + "Name": "ConvertTo-DnsServerPrimaryZone" }, { - "Name": "Push-Location" + "Name": "ConvertTo-DnsServerSecondaryZone" }, { - "Name": "Register-WmiEvent" + "Name": "Disable-DnsServerPolicy" }, { - "Name": "Remove-Computer" + "Name": "Disable-DnsServerSigningKeyRollover" }, { - "Name": "Remove-EventLog" + "Name": "Enable-DnsServerPolicy" }, { - "Name": "Remove-Item" + "Name": "Enable-DnsServerSigningKeyRollover" }, { - "Name": "Remove-ItemProperty" + "Name": "Export-DnsServerDnsSecPublicKey" }, { - "Name": "Remove-PSDrive" + "Name": "Export-DnsServerZone" }, { - "Name": "Remove-WmiObject" + "Name": "Get-DnsServer" }, { - "Name": "Rename-Computer" + "Name": "Get-DnsServerCache" }, { - "Name": "Rename-Item" + "Name": "Get-DnsServerClientSubnet" }, { - "Name": "Rename-ItemProperty" + "Name": "Get-DnsServerDiagnostics" }, { - "Name": "Reset-ComputerMachinePassword" + "Name": "Get-DnsServerDirectoryPartition" }, { - "Name": "Resolve-Path" + "Name": "Get-DnsServerDnsSecZoneSetting" }, { - "Name": "Restart-Computer" + "Name": "Get-DnsServerDsSetting" }, { - "Name": "Restart-Service" + "Name": "Get-DnsServerEDns" }, { - "Name": "Restore-Computer" + "Name": "Get-DnsServerForwarder" }, { - "Name": "Resume-Service" + "Name": "Get-DnsServerGlobalNameZone" }, { - "Name": "Set-Clipboard" + "Name": "Get-DnsServerGlobalQueryBlockList" }, { - "Name": "Set-Content" + "Name": "Get-DnsServerQueryResolutionPolicy" }, { - "Name": "Set-Item" + "Name": "Get-DnsServerRecursion" }, { - "Name": "Set-ItemProperty" + "Name": "Get-DnsServerRecursionScope" }, { - "Name": "Set-Location" + "Name": "Get-DnsServerResourceRecord" }, { - "Name": "Set-Service" + "Name": "Get-DnsServerResponseRateLimiting" }, { - "Name": "Set-TimeZone" + "Name": "Get-DnsServerResponseRateLimitingExceptionlist" }, { - "Name": "Set-WmiInstance" + "Name": "Get-DnsServerRootHint" }, { - "Name": "Show-ControlPanelItem" + "Name": "Get-DnsServerScavenging" }, { - "Name": "Show-EventLog" + "Name": "Get-DnsServerSetting" }, { - "Name": "Split-Path" + "Name": "Get-DnsServerSigningKey" }, { - "Name": "Start-Process" + "Name": "Get-DnsServerStatistics" }, { - "Name": "Start-Service" + "Name": "Get-DnsServerTrustAnchor" }, { - "Name": "Start-Transaction" + "Name": "Get-DnsServerTrustPoint" }, { - "Name": "Stop-Computer" + "Name": "Get-DnsServerVirtualizationInstance" }, { - "Name": "Stop-Process" + "Name": "Get-DnsServerZone" }, { - "Name": "Stop-Service" + "Name": "Get-DnsServerZoneAging" }, { - "Name": "Suspend-Service" + "Name": "Get-DnsServerZoneDelegation" }, { - "Name": "Test-ComputerSecureChannel" + "Name": "Get-DnsServerZoneScope" }, { - "Name": "Test-Connection" + "Name": "Get-DnsServerZoneTransferPolicy" }, { - "Name": "Test-Path" + "Name": "Import-DnsServerResourceRecordDS" }, { - "Name": "Undo-Transaction" + "Name": "Import-DnsServerRootHint" }, { - "Name": "Use-Transaction" + "Name": "Import-DnsServerTrustAnchor" }, { - "Name": "Wait-Process" + "Name": "Invoke-DnsServerSigningKeyRollover" }, { - "Name": "Write-EventLog" - } - ], - "ExportedAliases": [ - "gcb", - "scb", - "gin", - "gtz", - "stz" - ] - }, - { - "Name": "Microsoft.PowerShell.ODataUtils", - "Version": "1.0", - "ExportedCommands": [ + "Name": "Invoke-DnsServerZoneSign" + }, { - "Name": "Export-ODataEndpointProxy" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Microsoft.PowerShell.Security", - "Version": "3.0.0.0", - "ExportedCommands": [ + "Name": "Invoke-DnsServerZoneUnsign" + }, { - "Name": "ConvertFrom-SecureString" + "Name": "Register-DnsServerDirectoryPartition" }, { - "Name": "ConvertTo-SecureString" + "Name": "Remove-DnsServerClientSubnet" }, { - "Name": "Get-Acl" + "Name": "Remove-DnsServerDirectoryPartition" }, { - "Name": "Get-AuthenticodeSignature" + "Name": "Remove-DnsServerForwarder" }, { - "Name": "Get-CmsMessage" + "Name": "Remove-DnsServerQueryResolutionPolicy" }, { - "Name": "Get-Credential" + "Name": "Remove-DnsServerRecursionScope" }, { - "Name": "Get-ExecutionPolicy" + "Name": "Remove-DnsServerResourceRecord" }, { - "Name": "Get-PfxCertificate" + "Name": "Remove-DnsServerResponseRateLimitingExceptionlist" }, { - "Name": "New-FileCatalog" + "Name": "Remove-DnsServerRootHint" }, { - "Name": "Protect-CmsMessage" + "Name": "Remove-DnsServerSigningKey" }, { - "Name": "Set-Acl" + "Name": "Remove-DnsServerTrustAnchor" }, { - "Name": "Set-AuthenticodeSignature" + "Name": "Remove-DnsServerVirtualizationInstance" }, { - "Name": "Set-ExecutionPolicy" + "Name": "Remove-DnsServerZone" }, { - "Name": "Test-FileCatalog" + "Name": "Remove-DnsServerZoneDelegation" }, { - "Name": "Unprotect-CmsMessage" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Microsoft.PowerShell.Utility", - "Version": "3.1.0.0", - "ExportedCommands": [ + "Name": "Remove-DnsServerZoneScope" + }, { - "Name": "ConvertFrom-SddlString" + "Name": "Remove-DnsServerZoneTransferPolicy" }, { - "Name": "Format-Hex" + "Name": "Reset-DnsServerZoneKeyMasterRole" }, { - "Name": "Get-FileHash" + "Name": "Restore-DnsServerPrimaryZone" }, { - "Name": "Import-PowerShellDataFile" + "Name": "Restore-DnsServerSecondaryZone" }, { - "Name": "New-Guid" + "Name": "Resume-DnsServerZone" }, { - "Name": "New-TemporaryFile" + "Name": "Set-DnsServer" }, { - "Name": "Add-Member" + "Name": "Set-DnsServerCache" }, { - "Name": "Add-Type" + "Name": "Set-DnsServerClientSubnet" }, { - "Name": "Clear-Variable" + "Name": "Set-DnsServerConditionalForwarderZone" }, { - "Name": "Compare-Object" + "Name": "Set-DnsServerDiagnostics" }, { - "Name": "ConvertFrom-Csv" + "Name": "Set-DnsServerDnsSecZoneSetting" }, { - "Name": "ConvertFrom-Json" + "Name": "Set-DnsServerDsSetting" }, { - "Name": "ConvertFrom-String" + "Name": "Set-DnsServerEDns" }, { - "Name": "ConvertFrom-StringData" + "Name": "Set-DnsServerForwarder" }, { - "Name": "Convert-String" + "Name": "Set-DnsServerGlobalNameZone" }, { - "Name": "ConvertTo-Csv" + "Name": "Set-DnsServerGlobalQueryBlockList" }, { - "Name": "ConvertTo-Html" + "Name": "Set-DnsServerPrimaryZone" }, { - "Name": "ConvertTo-Json" + "Name": "Set-DnsServerQueryResolutionPolicy" }, { - "Name": "ConvertTo-Xml" + "Name": "Set-DnsServerRecursion" }, { - "Name": "Debug-Runspace" + "Name": "Set-DnsServerRecursionScope" }, { - "Name": "Disable-PSBreakpoint" + "Name": "Set-DnsServerResourceRecord" }, { - "Name": "Disable-RunspaceDebug" + "Name": "Set-DnsServerResourceRecordAging" }, { - "Name": "Enable-PSBreakpoint" + "Name": "Set-DnsServerResponseRateLimiting" }, { - "Name": "Enable-RunspaceDebug" + "Name": "Set-DnsServerResponseRateLimitingExceptionlist" }, { - "Name": "Export-Alias" + "Name": "Set-DnsServerRootHint" }, { - "Name": "Export-Clixml" + "Name": "Set-DnsServerScavenging" }, { - "Name": "Export-Csv" + "Name": "Set-DnsServerSecondaryZone" }, { - "Name": "Export-FormatData" + "Name": "Set-DnsServerSetting" }, { - "Name": "Export-PSSession" + "Name": "Set-DnsServerSigningKey" }, { - "Name": "Format-Custom" + "Name": "Set-DnsServerStubZone" }, { - "Name": "Format-List" + "Name": "Set-DnsServerVirtualizationInstance" }, { - "Name": "Format-Table" + "Name": "Set-DnsServerZoneAging" }, { - "Name": "Format-Wide" + "Name": "Set-DnsServerZoneDelegation" }, { - "Name": "Get-Alias" + "Name": "Set-DnsServerZoneTransferPolicy" }, { - "Name": "Get-Culture" + "Name": "Show-DnsServerCache" }, { - "Name": "Get-Date" + "Name": "Show-DnsServerKeyStorageProvider" }, { - "Name": "Get-Event" + "Name": "Start-DnsServerScavenging" }, { - "Name": "Get-EventSubscriber" + "Name": "Start-DnsServerZoneTransfer" }, { - "Name": "Get-FormatData" + "Name": "Step-DnsServerSigningKeyRollover" }, { - "Name": "Get-Host" + "Name": "Suspend-DnsServerZone" }, { - "Name": "Get-Member" + "Name": "Sync-DnsServerZone" }, { - "Name": "Get-PSBreakpoint" + "Name": "Test-DnsServer" }, { - "Name": "Get-PSCallStack" + "Name": "Test-DnsServerDnsSecZoneSetting" }, { - "Name": "Get-Random" + "Name": "Unregister-DnsServerDirectoryPartition" }, { - "Name": "Get-Runspace" + "Name": "Update-DnsServerTrustPoint" + } + ], + "ExportedAliases": [ + "Export-DnsServerTrustAnchor", + "Get-DnsServerRRL", + "Set-DnsServerRRL" + ] + }, + { + "Name": "EventTracingManagement", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-EtwTraceProvider" }, { - "Name": "Get-RunspaceDebug" + "Name": "Get-AutologgerConfig" }, { - "Name": "Get-TraceSource" + "Name": "Get-EtwTraceProvider" }, { - "Name": "Get-TypeData" + "Name": "Get-EtwTraceSession" }, { - "Name": "Get-UICulture" + "Name": "New-AutologgerConfig" }, { - "Name": "Get-Unique" + "Name": "New-EtwTraceSession" }, { - "Name": "Get-Variable" + "Name": "Remove-AutologgerConfig" }, { - "Name": "Group-Object" + "Name": "Remove-EtwTraceProvider" }, { - "Name": "Import-Alias" + "Name": "Remove-EtwTraceSession" }, { - "Name": "Import-Clixml" + "Name": "Send-EtwTraceSession" }, { - "Name": "Import-Csv" + "Name": "Set-AutologgerConfig" }, { - "Name": "Import-LocalizedData" + "Name": "Set-EtwTraceProvider" }, { - "Name": "Import-PSSession" + "Name": "Set-EtwTraceSession" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "FailoverClusters", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-VMToCluster" }, { - "Name": "Invoke-Expression" + "Name": "Disable-ClusterS2D" }, { - "Name": "Invoke-RestMethod" + "Name": "Enable-ClusterS2D" }, { - "Name": "Invoke-WebRequest" + "Name": "Get-ClusterS2D" }, { - "Name": "Measure-Command" + "Name": "Remove-VMFromCluster" }, { - "Name": "Measure-Object" + "Name": "Repair-ClusterS2D" }, { - "Name": "New-Alias" + "Name": "Set-ClusterS2D" }, { - "Name": "New-Event" + "Name": "Set-ClusterS2DDisk" }, { - "Name": "New-Object" + "Name": "Add-ClusterGroupSetDependency" }, { - "Name": "New-TimeSpan" + "Name": "Add-ClusterGroupToSet" }, { - "Name": "New-Variable" + "Name": "Disable-ClusterStorageSpacesDirect" }, { - "Name": "Out-File" + "Name": "Enable-ClusterStorageSpacesDirect" }, { - "Name": "Out-GridView" + "Name": "Get-ClusterDiagnosticInfo" }, { - "Name": "Out-Printer" + "Name": "Get-ClusterFaultDomain" }, { - "Name": "Out-String" + "Name": "Get-ClusterFaultDomainXML" }, { - "Name": "Read-Host" + "Name": "Get-ClusterGroupSet" }, { - "Name": "Register-EngineEvent" + "Name": "Get-ClusterGroupSetDependency" }, { - "Name": "Register-ObjectEvent" + "Name": "Get-ClusterStorageSpacesDirect" }, { - "Name": "Remove-Event" + "Name": "New-ClusterAvailabilitySet" }, { - "Name": "Remove-PSBreakpoint" + "Name": "New-ClusterFaultDomain" }, { - "Name": "Remove-TypeData" + "Name": "New-ClusterGroupSet" }, { - "Name": "Remove-Variable" + "Name": "Remove-ClusterFaultDomain" }, { - "Name": "Select-Object" + "Name": "Remove-ClusterGroupFromSet" }, { - "Name": "Select-String" + "Name": "Remove-ClusterGroupSet" }, { - "Name": "Select-Xml" + "Name": "Remove-ClusterGroupSetDependency" }, { - "Name": "Send-MailMessage" + "Name": "Repair-ClusterStorageSpacesDirect" }, { - "Name": "Set-Alias" + "Name": "Set-ClusterFaultDomain" }, { - "Name": "Set-Date" + "Name": "Set-ClusterFaultDomainXML" }, { - "Name": "Set-PSBreakpoint" + "Name": "Set-ClusterGroupSet" }, { - "Name": "Set-TraceSource" + "Name": "Set-ClusterStorageSpacesDirect" }, { - "Name": "Set-Variable" + "Name": "Set-ClusterStorageSpacesDirectDisk" }, { - "Name": "Show-Command" + "Name": "Add-ClusterCheckpoint" }, { - "Name": "Sort-Object" + "Name": "Add-ClusterDisk" }, { - "Name": "Start-Sleep" + "Name": "Add-ClusterFileServerRole" }, { - "Name": "Tee-Object" + "Name": "Add-ClusterGenericApplicationRole" }, { - "Name": "Trace-Command" + "Name": "Add-ClusterGenericScriptRole" }, { - "Name": "Unblock-File" + "Name": "Add-ClusterGenericServiceRole" }, { - "Name": "Unregister-Event" + "Name": "Add-ClusterGroup" }, { - "Name": "Update-FormatData" + "Name": "Add-ClusteriSCSITargetServerRole" }, { - "Name": "Update-List" + "Name": "Add-ClusterNode" }, { - "Name": "Update-TypeData" + "Name": "Add-ClusterResource" }, { - "Name": "Wait-Debugger" + "Name": "Add-ClusterResourceDependency" }, { - "Name": "Wait-Event" + "Name": "Add-ClusterResourceType" }, { - "Name": "Write-Debug" + "Name": "Add-ClusterScaleOutFileServerRole" }, { - "Name": "Write-Error" + "Name": "Add-ClusterServerRole" }, { - "Name": "Write-Host" + "Name": "Add-ClusterSharedVolume" }, { - "Name": "Write-Information" + "Name": "Add-ClusterVirtualMachineRole" }, { - "Name": "Write-Output" + "Name": "Add-ClusterVMMonitoredItem" }, { - "Name": "Write-Progress" + "Name": "Block-ClusterAccess" }, { - "Name": "Write-Verbose" + "Name": "Clear-ClusterDiskReservation" }, { - "Name": "Write-Warning" - } - ], - "ExportedAliases": [ - "CFS", - "fhx" - ] - }, - { - "Name": "Microsoft.WSMan.Management", - "Version": "3.0.0.0", - "ExportedCommands": [ + "Name": "Clear-ClusterNode" + }, { - "Name": "Connect-WSMan" + "Name": "Get-Cluster" }, { - "Name": "Disable-WSManCredSSP" + "Name": "Get-ClusterAccess" }, { - "Name": "Disconnect-WSMan" + "Name": "Get-ClusterAvailableDisk" }, { - "Name": "Enable-WSManCredSSP" + "Name": "Get-ClusterCheckpoint" }, { - "Name": "Get-WSManCredSSP" + "Name": "Get-ClusterGroup" }, { - "Name": "Get-WSManInstance" + "Name": "Get-ClusterLog" }, { - "Name": "Invoke-WSManAction" + "Name": "Get-ClusterNetwork" }, { - "Name": "New-WSManInstance" + "Name": "Get-ClusterNetworkInterface" }, { - "Name": "New-WSManSessionOption" + "Name": "Get-ClusterNode" }, { - "Name": "Remove-WSManInstance" + "Name": "Get-ClusterOwnerNode" }, { - "Name": "Set-WSManInstance" + "Name": "Get-ClusterParameter" }, { - "Name": "Set-WSManQuickConfig" + "Name": "Get-ClusterQuorum" }, { - "Name": "Test-WSMan" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "MMAgent", - "Version": "1.0", - "ExportedCommands": [ + "Name": "Get-ClusterResource" + }, { - "Name": "Debug-MMAppPrelaunch" + "Name": "Get-ClusterResourceDependency" }, { - "Name": "Disable-MMAgent" + "Name": "Get-ClusterResourceDependencyReport" }, { - "Name": "Enable-MMAgent" + "Name": "Get-ClusterResourceType" }, { - "Name": "Get-MMAgent" + "Name": "Get-ClusterSharedVolume" }, { - "Name": "Set-MMAgent" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "MsDtc", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "Get-ClusterSharedVolumeState" + }, { - "Name": "Add-DtcClusterTMMapping" + "Name": "Get-ClusterVMMonitoredItem" }, { - "Name": "Get-Dtc" + "Name": "Grant-ClusterAccess" }, { - "Name": "Get-DtcAdvancedHostSetting" + "Name": "Move-ClusterGroup" }, { - "Name": "Get-DtcAdvancedSetting" + "Name": "Move-ClusterResource" }, { - "Name": "Get-DtcClusterDefault" + "Name": "Move-ClusterSharedVolume" }, { - "Name": "Get-DtcClusterTMMapping" + "Name": "Move-ClusterVirtualMachineRole" }, { - "Name": "Get-DtcDefault" + "Name": "New-Cluster" }, { - "Name": "Get-DtcLog" + "Name": "New-ClusterNameAccount" }, { - "Name": "Get-DtcNetworkSetting" + "Name": "Remove-Cluster" }, { - "Name": "Get-DtcTransaction" + "Name": "Remove-ClusterAccess" }, { - "Name": "Get-DtcTransactionsStatistics" + "Name": "Remove-ClusterCheckpoint" }, { - "Name": "Get-DtcTransactionsTraceSession" + "Name": "Remove-ClusterGroup" }, { - "Name": "Get-DtcTransactionsTraceSetting" + "Name": "Remove-ClusterNode" }, { - "Name": "Install-Dtc" + "Name": "Remove-ClusterResource" }, { - "Name": "Remove-DtcClusterTMMapping" + "Name": "Remove-ClusterResourceDependency" }, { - "Name": "Reset-DtcLog" + "Name": "Remove-ClusterResourceType" }, { - "Name": "Set-DtcAdvancedHostSetting" + "Name": "Remove-ClusterSharedVolume" }, { - "Name": "Set-DtcAdvancedSetting" + "Name": "Remove-ClusterVMMonitoredItem" }, { - "Name": "Set-DtcClusterDefault" + "Name": "Reset-ClusterVMMonitoredState" }, { - "Name": "Set-DtcClusterTMMapping" + "Name": "Resume-ClusterNode" }, { - "Name": "Set-DtcDefault" + "Name": "Resume-ClusterResource" }, { - "Name": "Set-DtcLog" + "Name": "Set-ClusterLog" }, { - "Name": "Set-DtcNetworkSetting" + "Name": "Set-ClusterOwnerNode" }, { - "Name": "Set-DtcTransaction" + "Name": "Set-ClusterParameter" }, { - "Name": "Set-DtcTransactionsTraceSession" + "Name": "Set-ClusterQuorum" }, { - "Name": "Set-DtcTransactionsTraceSetting" + "Name": "Set-ClusterResourceDependency" }, { - "Name": "Start-Dtc" + "Name": "Start-Cluster" }, { - "Name": "Start-DtcTransactionsTraceSession" + "Name": "Start-ClusterGroup" }, { - "Name": "Stop-Dtc" + "Name": "Start-ClusterNode" }, { - "Name": "Stop-DtcTransactionsTraceSession" + "Name": "Start-ClusterResource" }, { - "Name": "Test-Dtc" + "Name": "Stop-Cluster" }, { - "Name": "Uninstall-Dtc" + "Name": "Stop-ClusterGroup" }, { - "Name": "Write-DtcTransactionsTraceSession" + "Name": "Stop-ClusterNode" }, { - "Name": "Complete-DtcDiagnosticTransaction" + "Name": "Stop-ClusterResource" }, { - "Name": "Join-DtcDiagnosticResourceManager" + "Name": "Suspend-ClusterNode" }, { - "Name": "New-DtcDiagnosticTransaction" + "Name": "Suspend-ClusterResource" }, { - "Name": "Receive-DtcDiagnosticTransaction" + "Name": "Test-Cluster" }, { - "Name": "Send-DtcDiagnosticTransaction" + "Name": "Test-ClusterResourceFailure" }, { - "Name": "Start-DtcDiagnosticResourceManager" + "Name": "Update-ClusterFunctionalLevel" }, { - "Name": "Stop-DtcDiagnosticResourceManager" + "Name": "Update-ClusterIPResource" }, { - "Name": "Undo-DtcDiagnosticTransaction" + "Name": "Update-ClusterNetworkNameResource" + }, + { + "Name": "Update-ClusterVirtualMachineConfiguration" } ], "ExportedAliases": [ - + "Add-VMToCluster", + "Disable-ClusterS2D", + "Enable-ClusterS2D", + "Get-ClusterS2D", + "Remove-VMFromCluster", + "Repair-ClusterS2D", + "Set-ClusterS2D", + "Set-ClusterS2DDisk" ] }, { - "Name": "NetAdapter", - "Version": "2.0.0.0", + "Name": "GroupPolicy", + "Version": "1.0.0.0", "ExportedCommands": [ { - "Name": "Disable-NetAdapter" + "Name": "Get-GPPermissions" }, { - "Name": "Disable-NetAdapterBinding" + "Name": "Set-GPPermissions" }, { - "Name": "Disable-NetAdapterChecksumOffload" + "Name": "Backup-GPO" }, { - "Name": "Disable-NetAdapterEncapsulatedPacketTaskOffload" + "Name": "Copy-GPO" }, { - "Name": "Disable-NetAdapterIPsecOffload" + "Name": "Get-GPInheritance" }, { - "Name": "Disable-NetAdapterLso" + "Name": "Get-GPO" }, { - "Name": "Disable-NetAdapterPacketDirect" + "Name": "Get-GPOReport" }, { - "Name": "Disable-NetAdapterPowerManagement" + "Name": "Get-GPPermission" }, { - "Name": "Disable-NetAdapterQos" + "Name": "Get-GPPrefRegistryValue" }, { - "Name": "Disable-NetAdapterRdma" + "Name": "Get-GPRegistryValue" }, { - "Name": "Disable-NetAdapterRsc" + "Name": "Get-GPResultantSetOfPolicy" }, { - "Name": "Disable-NetAdapterRss" + "Name": "Get-GPStarterGPO" }, { - "Name": "Disable-NetAdapterSriov" + "Name": "Import-GPO" }, { - "Name": "Disable-NetAdapterVmq" + "Name": "Invoke-GPUpdate" }, { - "Name": "Enable-NetAdapter" + "Name": "New-GPLink" }, { - "Name": "Enable-NetAdapterBinding" + "Name": "New-GPO" }, { - "Name": "Enable-NetAdapterChecksumOffload" + "Name": "New-GPStarterGPO" }, { - "Name": "Enable-NetAdapterEncapsulatedPacketTaskOffload" + "Name": "Remove-GPLink" }, { - "Name": "Enable-NetAdapterIPsecOffload" + "Name": "Remove-GPO" }, { - "Name": "Enable-NetAdapterLso" + "Name": "Remove-GPPrefRegistryValue" }, { - "Name": "Enable-NetAdapterPacketDirect" + "Name": "Remove-GPRegistryValue" }, { - "Name": "Enable-NetAdapterPowerManagement" + "Name": "Rename-GPO" }, { - "Name": "Enable-NetAdapterQos" + "Name": "Restore-GPO" }, { - "Name": "Enable-NetAdapterRdma" + "Name": "Set-GPInheritance" }, { - "Name": "Enable-NetAdapterRsc" + "Name": "Set-GPLink" }, { - "Name": "Enable-NetAdapterRss" + "Name": "Set-GPPermission" }, { - "Name": "Enable-NetAdapterSriov" + "Name": "Set-GPPrefRegistryValue" }, { - "Name": "Enable-NetAdapterVmq" + "Name": "Set-GPRegistryValue" + } + ], + "ExportedAliases": [ + "Get-GPPermissions", + "Set-GPPermissions" + ] + }, + { + "Name": "HgsAttestation", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-HgsAttestationCIPolicy" }, { - "Name": "Get-NetAdapter" + "Name": "Add-HgsAttestationDumpPolicy" }, { - "Name": "Get-NetAdapterAdvancedProperty" + "Name": "Add-HgsAttestationHostGroup" }, { - "Name": "Get-NetAdapterBinding" + "Name": "Add-HgsAttestationTpmHost" }, { - "Name": "Get-NetAdapterChecksumOffload" + "Name": "Add-HgsAttestationTpmPolicy" }, { - "Name": "Get-NetAdapterEncapsulatedPacketTaskOffload" + "Name": "Disable-HgsAttestationPolicy" }, { - "Name": "Get-NetAdapterHardwareInfo" + "Name": "Enable-HgsAttestationPolicy" }, { - "Name": "Get-NetAdapterIPsecOffload" + "Name": "Get-HgsAttestationHostGroup" }, { - "Name": "Get-NetAdapterLso" + "Name": "Get-HgsAttestationPolicy" }, { - "Name": "Get-NetAdapterPacketDirect" + "Name": "Get-HgsAttestationSignerCertificate" }, { - "Name": "Get-NetAdapterPowerManagement" + "Name": "Get-HgsAttestationTpmHost" }, { - "Name": "Get-NetAdapterQos" + "Name": "Remove-HgsAttestationHostGroup" }, { - "Name": "Get-NetAdapterRdma" + "Name": "Remove-HgsAttestationPolicy" }, { - "Name": "Get-NetAdapterRsc" - }, + "Name": "Remove-HgsAttestationTpmHost" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "HgsClient", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Get-NetAdapterRss" + "Name": "ConvertTo-HgsKeyProtector" }, { - "Name": "Get-NetAdapterSriov" + "Name": "Export-HgsGuardian" }, { - "Name": "Get-NetAdapterSriovVf" + "Name": "Get-HgsClientConfiguration" }, { - "Name": "Get-NetAdapterStatistics" + "Name": "Get-HgsGuardian" }, { - "Name": "Get-NetAdapterVmq" + "Name": "Grant-HgsKeyProtectorAccess" }, { - "Name": "Get-NetAdapterVmqQueue" + "Name": "Import-HgsGuardian" }, { - "Name": "Get-NetAdapterVPort" + "Name": "New-HgsGuardian" }, { - "Name": "New-NetAdapterAdvancedProperty" + "Name": "New-HgsKeyProtector" }, { - "Name": "Remove-NetAdapterAdvancedProperty" + "Name": "Remove-HgsGuardian" }, { - "Name": "Rename-NetAdapter" + "Name": "Revoke-HgsKeyProtectorAccess" }, { - "Name": "Reset-NetAdapterAdvancedProperty" + "Name": "Set-HgsClientConfiguration" }, { - "Name": "Restart-NetAdapter" - }, + "Name": "Get-HgsAttestationBaselinePolicy" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "HgsDiagnostics", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Set-NetAdapter" + "Name": "Get-HgsTrace" }, { - "Name": "Set-NetAdapterAdvancedProperty" + "Name": "Get-HgsTraceFileData" }, { - "Name": "Set-NetAdapterBinding" + "Name": "New-HgsTraceTarget" }, { - "Name": "Set-NetAdapterChecksumOffload" - }, + "Name": "Test-HgsTraceTarget" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "HgsKeyProtection", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Set-NetAdapterEncapsulatedPacketTaskOffload" + "Name": "Add-HgsKeyProtectionAttestationSignerCertificate" }, { - "Name": "Set-NetAdapterIPsecOffload" + "Name": "Add-HgsKeyProtectionCertificate" }, { - "Name": "Set-NetAdapterLso" + "Name": "Export-HgsKeyProtectionState" }, { - "Name": "Set-NetAdapterPacketDirect" + "Name": "Get-HgsKeyProtectionAttestationSignerCertificate" }, { - "Name": "Set-NetAdapterPowerManagement" + "Name": "Get-HgsKeyProtectionCertificate" }, { - "Name": "Set-NetAdapterQos" + "Name": "Get-HgsKeyProtectionConfiguration" }, { - "Name": "Set-NetAdapterRdma" + "Name": "Import-HgsKeyProtectionState" }, { - "Name": "Set-NetAdapterRsc" + "Name": "Remove-HgsKeyProtectionAttestationSignerCertificate" }, { - "Name": "Set-NetAdapterRss" + "Name": "Remove-HgsKeyProtectionCertificate" }, { - "Name": "Set-NetAdapterSriov" + "Name": "Set-HgsKeyProtectionAttestationSignerCertificatePolicy" }, { - "Name": "Set-NetAdapterVmq" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetConnection", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-NetConnectionProfile" + "Name": "Set-HgsKeyProtectionCertificate" }, { - "Name": "Set-NetConnectionProfile" + "Name": "Set-HgsKeyProtectionConfiguration" } ], "ExportedAliases": [ @@ -4195,113 +4147,110 @@ ] }, { - "Name": "NetEventPacketCapture", + "Name": "HgsServer", "Version": "1.0.0.0", "ExportedCommands": [ { - "Name": "Add-NetEventNetworkAdapter" - }, - { - "Name": "Add-NetEventPacketCaptureProvider" - }, - { - "Name": "Add-NetEventProvider" - }, - { - "Name": "Add-NetEventVFPProvider" - }, - { - "Name": "Add-NetEventVmNetworkAdapter" - }, - { - "Name": "Add-NetEventVmSwitch" - }, - { - "Name": "Add-NetEventVmSwitchProvider" + "Name": "Clear-HgsServer" }, { - "Name": "Add-NetEventWFPCaptureProvider" - }, - { - "Name": "Get-NetEventNetworkAdapter" + "Name": "Export-HgsServerState" }, { - "Name": "Get-NetEventPacketCaptureProvider" + "Name": "Get-HgsServer" }, { - "Name": "Get-NetEventProvider" + "Name": "Import-HgsServerState" }, { - "Name": "Get-NetEventSession" + "Name": "Initialize-HgsServer" }, { - "Name": "Get-NetEventVFPProvider" + "Name": "Install-HgsServer" }, { - "Name": "Get-NetEventVmNetworkAdapter" + "Name": "Set-HgsServer" }, { - "Name": "Get-NetEventVmSwitch" + "Name": "Test-HgsServer" }, { - "Name": "Get-NetEventVmSwitchProvider" - }, + "Name": "Uninstall-HgsServer" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "HNVDiagnostics", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Get-NetEventWFPCaptureProvider" + "Name": "Debug-SlbDatapath" }, { - "Name": "New-NetEventSession" + "Name": "Debug-VirtualMachineQueueOperation" }, { - "Name": "Remove-NetEventNetworkAdapter" + "Name": "Disable-MuxEchoResponder" }, { - "Name": "Remove-NetEventPacketCaptureProvider" + "Name": "Enable-MuxEchoResponder" }, { - "Name": "Remove-NetEventProvider" + "Name": "Get-CustomerRoute" }, { - "Name": "Remove-NetEventSession" + "Name": "Get-NetworkControllerVipResource" }, { - "Name": "Remove-NetEventVFPProvider" + "Name": "Get-PACAMapping" }, { - "Name": "Remove-NetEventVmNetworkAdapter" + "Name": "Get-ProviderAddress" }, { - "Name": "Remove-NetEventVmSwitch" + "Name": "Get-VipHostMapping" }, { - "Name": "Remove-NetEventVmSwitchProvider" + "Name": "Get-VMNetworkAdapterPortId" }, { - "Name": "Remove-NetEventWFPCaptureProvider" + "Name": "Get-VMSwitchExternalPortId" }, { - "Name": "Set-NetEventPacketCaptureProvider" + "Name": "Test-DipHostReachability" }, { - "Name": "Set-NetEventProvider" + "Name": "Test-EncapOverheadSettings" }, { - "Name": "Set-NetEventSession" + "Name": "Test-LogicalNetworkConnection" }, { - "Name": "Set-NetEventVFPProvider" + "Name": "Test-LogicalNetworkSupportsJumboPacket" }, { - "Name": "Set-NetEventVmSwitchProvider" + "Name": "Test-VipReachability" }, { - "Name": "Set-NetEventWFPCaptureProvider" - }, + "Name": "Test-VirtualNetworkConnection" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "HostComputeService", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Start-NetEventSession" + "Name": "Get-ComputeProcess" }, { - "Name": "Stop-NetEventSession" + "Name": "Stop-ComputeProcess" } ], "ExportedAliases": [ @@ -4309,2121 +4258,1826 @@ ] }, { - "Name": "NetLbfo", + "Name": "Hyper-V", "Version": "2.0.0.0", "ExportedCommands": [ { - "Name": "Add-NetLbfoTeamMember" + "Name": "Add-VMAssignableDevice" }, { - "Name": "Add-NetLbfoTeamNic" + "Name": "Add-VMDvdDrive" }, { - "Name": "Get-NetLbfoTeam" + "Name": "Add-VMFibreChannelHba" }, { - "Name": "Get-NetLbfoTeamMember" + "Name": "Add-VMGpuPartitionAdapter" }, { - "Name": "Get-NetLbfoTeamNic" + "Name": "Add-VMGroupMember" }, { - "Name": "New-NetLbfoTeam" + "Name": "Add-VMHardDiskDrive" }, { - "Name": "Remove-NetLbfoTeam" + "Name": "Add-VMHostAssignableDevice" }, { - "Name": "Remove-NetLbfoTeamMember" + "Name": "Add-VMKeyStorageDrive" }, { - "Name": "Remove-NetLbfoTeamNic" + "Name": "Add-VMMigrationNetwork" }, { - "Name": "Rename-NetLbfoTeam" + "Name": "Add-VMNetworkAdapter" }, { - "Name": "Set-NetLbfoTeam" + "Name": "Add-VMNetworkAdapterAcl" }, { - "Name": "Set-NetLbfoTeamMember" + "Name": "Add-VMNetworkAdapterExtendedAcl" }, { - "Name": "Set-NetLbfoTeamNic" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetNat", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-NetNatExternalAddress" + "Name": "Add-VMNetworkAdapterRoutingDomainMapping" }, { - "Name": "Add-NetNatStaticMapping" + "Name": "Add-VMRemoteFx3dVideoAdapter" }, { - "Name": "Get-NetNat" + "Name": "Add-VMScsiController" }, { - "Name": "Get-NetNatExternalAddress" + "Name": "Add-VMStoragePath" }, { - "Name": "Get-NetNatGlobal" + "Name": "Add-VMSwitch" }, { - "Name": "Get-NetNatSession" + "Name": "Add-VMSwitchExtensionPortFeature" }, { - "Name": "Get-NetNatStaticMapping" + "Name": "Add-VMSwitchExtensionSwitchFeature" }, { - "Name": "New-NetNat" + "Name": "Add-VMSwitchTeamMember" }, { - "Name": "Remove-NetNat" + "Name": "Checkpoint-VM" }, { - "Name": "Remove-NetNatExternalAddress" + "Name": "Compare-VM" }, { - "Name": "Remove-NetNatStaticMapping" + "Name": "Complete-VMFailover" }, { - "Name": "Set-NetNat" + "Name": "Connect-VMNetworkAdapter" }, { - "Name": "Set-NetNatGlobal" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetQos", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-NetQosPolicy" + "Name": "Connect-VMSan" }, { - "Name": "New-NetQosPolicy" + "Name": "Convert-VHD" }, { - "Name": "Remove-NetQosPolicy" + "Name": "Copy-VMFile" }, { - "Name": "Set-NetQosPolicy" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetSecurity", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Copy-NetFirewallRule" + "Name": "Debug-VM" }, { - "Name": "Copy-NetIPsecMainModeCryptoSet" + "Name": "Disable-VMConsoleSupport" }, { - "Name": "Copy-NetIPsecMainModeRule" + "Name": "Disable-VMEventing" }, { - "Name": "Copy-NetIPsecPhase1AuthSet" + "Name": "Disable-VMIntegrationService" }, { - "Name": "Copy-NetIPsecPhase2AuthSet" + "Name": "Disable-VMMigration" }, { - "Name": "Copy-NetIPsecQuickModeCryptoSet" + "Name": "Disable-VMRemoteFXPhysicalVideoAdapter" }, { - "Name": "Copy-NetIPsecRule" + "Name": "Disable-VMResourceMetering" }, { - "Name": "Disable-NetFirewallRule" + "Name": "Disable-VMSwitchExtension" }, { - "Name": "Disable-NetIPsecMainModeRule" + "Name": "Disable-VMTPM" }, { - "Name": "Disable-NetIPsecRule" + "Name": "Disconnect-VMNetworkAdapter" }, { - "Name": "Enable-NetFirewallRule" + "Name": "Disconnect-VMSan" }, { - "Name": "Enable-NetIPsecMainModeRule" + "Name": "Dismount-VHD" }, { - "Name": "Enable-NetIPsecRule" + "Name": "Dismount-VMHostAssignableDevice" }, { - "Name": "Find-NetIPsecRule" + "Name": "Enable-VMConsoleSupport" }, { - "Name": "Get-NetFirewallAddressFilter" + "Name": "Enable-VMEventing" }, { - "Name": "Get-NetFirewallApplicationFilter" + "Name": "Enable-VMIntegrationService" }, { - "Name": "Get-NetFirewallInterfaceFilter" + "Name": "Enable-VMMigration" }, { - "Name": "Get-NetFirewallInterfaceTypeFilter" + "Name": "Enable-VMRemoteFXPhysicalVideoAdapter" }, { - "Name": "Get-NetFirewallPortFilter" + "Name": "Enable-VMReplication" }, { - "Name": "Get-NetFirewallProfile" + "Name": "Enable-VMResourceMetering" }, { - "Name": "Get-NetFirewallRule" + "Name": "Enable-VMSwitchExtension" }, { - "Name": "Get-NetFirewallSecurityFilter" + "Name": "Enable-VMTPM" }, { - "Name": "Get-NetFirewallServiceFilter" + "Name": "Export-VM" }, { - "Name": "Get-NetFirewallSetting" + "Name": "Export-VMSnapshot" }, { - "Name": "Get-NetIPsecDospSetting" + "Name": "Get-VHD" }, { - "Name": "Get-NetIPsecMainModeCryptoSet" + "Name": "Get-VHDSet" }, { - "Name": "Get-NetIPsecMainModeRule" + "Name": "Get-VHDSnapshot" }, { - "Name": "Get-NetIPsecMainModeSA" + "Name": "Get-VM" }, { - "Name": "Get-NetIPsecPhase1AuthSet" + "Name": "Get-VMAssignableDevice" }, { - "Name": "Get-NetIPsecPhase2AuthSet" + "Name": "Get-VMBios" }, { - "Name": "Get-NetIPsecQuickModeCryptoSet" + "Name": "Get-VMComPort" }, { - "Name": "Get-NetIPsecQuickModeSA" + "Name": "Get-VMConnectAccess" }, { - "Name": "Get-NetIPsecRule" + "Name": "Get-VMDvdDrive" }, { - "Name": "New-NetFirewallRule" + "Name": "Get-VMFibreChannelHba" }, { - "Name": "New-NetIPsecDospSetting" + "Name": "Get-VMFirmware" }, { - "Name": "New-NetIPsecMainModeCryptoSet" + "Name": "Get-VMFloppyDiskDrive" }, { - "Name": "New-NetIPsecMainModeRule" + "Name": "Get-VMGpuPartitionAdapter" }, { - "Name": "New-NetIPsecPhase1AuthSet" + "Name": "Get-VMGroup" }, { - "Name": "New-NetIPsecPhase2AuthSet" + "Name": "Get-VMHardDiskDrive" }, { - "Name": "New-NetIPsecQuickModeCryptoSet" + "Name": "Get-VMHost" }, { - "Name": "New-NetIPsecRule" + "Name": "Get-VMHostAssignableDevice" }, { - "Name": "Open-NetGPO" + "Name": "Get-VMHostCluster" }, { - "Name": "Remove-NetFirewallRule" + "Name": "Get-VMHostNumaNode" }, { - "Name": "Remove-NetIPsecDospSetting" + "Name": "Get-VMHostNumaNodeStatus" }, { - "Name": "Remove-NetIPsecMainModeCryptoSet" + "Name": "Get-VMHostSupportedVersion" }, { - "Name": "Remove-NetIPsecMainModeRule" + "Name": "Get-VMIdeController" }, { - "Name": "Remove-NetIPsecMainModeSA" + "Name": "Get-VMIntegrationService" }, { - "Name": "Remove-NetIPsecPhase1AuthSet" + "Name": "Get-VMKeyProtector" }, { - "Name": "Remove-NetIPsecPhase2AuthSet" + "Name": "Get-VMKeyStorageDrive" }, { - "Name": "Remove-NetIPsecQuickModeCryptoSet" + "Name": "Get-VMMemory" }, { - "Name": "Remove-NetIPsecQuickModeSA" + "Name": "Get-VMMigrationNetwork" }, { - "Name": "Remove-NetIPsecRule" + "Name": "Get-VMNetworkAdapter" }, { - "Name": "Rename-NetFirewallRule" + "Name": "Get-VMNetworkAdapterAcl" }, { - "Name": "Rename-NetIPsecMainModeCryptoSet" + "Name": "Get-VMNetworkAdapterExtendedAcl" }, { - "Name": "Rename-NetIPsecMainModeRule" + "Name": "Get-VMNetworkAdapterFailoverConfiguration" }, { - "Name": "Rename-NetIPsecPhase1AuthSet" + "Name": "Get-VMNetworkAdapterIsolation" }, { - "Name": "Rename-NetIPsecPhase2AuthSet" + "Name": "Get-VMNetworkAdapterRoutingDomainMapping" }, { - "Name": "Rename-NetIPsecQuickModeCryptoSet" + "Name": "Get-VMNetworkAdapterTeamMapping" }, { - "Name": "Rename-NetIPsecRule" + "Name": "Get-VMNetworkAdapterVlan" }, { - "Name": "Save-NetGPO" + "Name": "Get-VMPartitionableGpu" }, { - "Name": "Set-NetFirewallAddressFilter" + "Name": "Get-VMProcessor" }, { - "Name": "Set-NetFirewallApplicationFilter" + "Name": "Get-VMRemoteFx3dVideoAdapter" }, { - "Name": "Set-NetFirewallInterfaceFilter" + "Name": "Get-VMRemoteFXPhysicalVideoAdapter" }, { - "Name": "Set-NetFirewallInterfaceTypeFilter" + "Name": "Get-VMReplication" }, { - "Name": "Set-NetFirewallPortFilter" + "Name": "Get-VMReplicationAuthorizationEntry" }, { - "Name": "Set-NetFirewallProfile" + "Name": "Get-VMReplicationServer" }, { - "Name": "Set-NetFirewallRule" + "Name": "Get-VMResourcePool" }, { - "Name": "Set-NetFirewallSecurityFilter" + "Name": "Get-VMSan" }, { - "Name": "Set-NetFirewallServiceFilter" + "Name": "Get-VMScsiController" }, { - "Name": "Set-NetFirewallSetting" + "Name": "Get-VMSecurity" }, { - "Name": "Set-NetIPsecDospSetting" + "Name": "Get-VMSnapshot" }, { - "Name": "Set-NetIPsecMainModeCryptoSet" + "Name": "Get-VMStoragePath" }, { - "Name": "Set-NetIPsecMainModeRule" + "Name": "Get-VMSwitch" }, { - "Name": "Set-NetIPsecPhase1AuthSet" + "Name": "Get-VMSwitchExtension" }, { - "Name": "Set-NetIPsecPhase2AuthSet" + "Name": "Get-VMSwitchExtensionPortData" }, { - "Name": "Set-NetIPsecQuickModeCryptoSet" + "Name": "Get-VMSwitchExtensionPortFeature" }, { - "Name": "Set-NetIPsecRule" + "Name": "Get-VMSwitchExtensionSwitchData" }, { - "Name": "Show-NetFirewallRule" + "Name": "Get-VMSwitchExtensionSwitchFeature" }, { - "Name": "Show-NetIPsecRule" + "Name": "Get-VMSwitchTeam" }, { - "Name": "Sync-NetIPsecRule" + "Name": "Get-VMSystemSwitchExtension" }, { - "Name": "Update-NetIPsecRule" + "Name": "Get-VMSystemSwitchExtensionPortFeature" }, { - "Name": "Get-DAPolicyChange" + "Name": "Get-VMSystemSwitchExtensionSwitchFeature" }, { - "Name": "New-NetIPsecAuthProposal" + "Name": "Get-VMVideo" }, { - "Name": "New-NetIPsecMainModeCryptoProposal" + "Name": "Grant-VMConnectAccess" }, { - "Name": "New-NetIPsecQuickModeCryptoProposal" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetSwitchTeam", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-NetSwitchTeamMember" + "Name": "Import-VM" }, { - "Name": "Get-NetSwitchTeam" + "Name": "Import-VMInitialReplication" }, { - "Name": "Get-NetSwitchTeamMember" + "Name": "Measure-VM" }, { - "Name": "New-NetSwitchTeam" + "Name": "Measure-VMReplication" }, { - "Name": "Remove-NetSwitchTeam" + "Name": "Measure-VMResourcePool" }, { - "Name": "Remove-NetSwitchTeamMember" + "Name": "Merge-VHD" }, { - "Name": "Rename-NetSwitchTeam" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetTCPIP", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Find-NetRoute" + "Name": "Mount-VHD" }, { - "Name": "Get-NetCompartment" + "Name": "Mount-VMHostAssignableDevice" }, { - "Name": "Get-NetIPAddress" + "Name": "Move-VM" }, { - "Name": "Get-NetIPConfiguration" + "Name": "Move-VMStorage" }, { - "Name": "Get-NetIPInterface" + "Name": "New-VFD" }, { - "Name": "Get-NetIPv4Protocol" + "Name": "New-VHD" }, { - "Name": "Get-NetIPv6Protocol" + "Name": "New-VM" }, { - "Name": "Get-NetNeighbor" + "Name": "New-VMGroup" }, { - "Name": "Get-NetOffloadGlobalSetting" + "Name": "New-VMReplicationAuthorizationEntry" }, { - "Name": "Get-NetPrefixPolicy" + "Name": "New-VMResourcePool" }, { - "Name": "Get-NetRoute" + "Name": "New-VMSan" }, { - "Name": "Get-NetTCPConnection" + "Name": "New-VMSwitch" }, { - "Name": "Get-NetTCPSetting" + "Name": "Optimize-VHD" }, { - "Name": "Get-NetTransportFilter" + "Name": "Optimize-VHDSet" }, { - "Name": "Get-NetUDPEndpoint" + "Name": "Remove-VHDSnapshot" }, { - "Name": "Get-NetUDPSetting" + "Name": "Remove-VM" }, { - "Name": "New-NetIPAddress" + "Name": "Remove-VMAssignableDevice" }, { - "Name": "New-NetNeighbor" + "Name": "Remove-VMDvdDrive" }, { - "Name": "New-NetRoute" + "Name": "Remove-VMFibreChannelHba" }, { - "Name": "New-NetTransportFilter" + "Name": "Remove-VMGpuPartitionAdapter" }, { - "Name": "Remove-NetIPAddress" + "Name": "Remove-VMGroup" }, { - "Name": "Remove-NetNeighbor" + "Name": "Remove-VMGroupMember" }, { - "Name": "Remove-NetRoute" + "Name": "Remove-VMHardDiskDrive" }, { - "Name": "Remove-NetTransportFilter" + "Name": "Remove-VMHostAssignableDevice" }, { - "Name": "Set-NetIPAddress" + "Name": "Remove-VMKeyStorageDrive" }, { - "Name": "Set-NetIPInterface" + "Name": "Remove-VMMigrationNetwork" }, { - "Name": "Set-NetIPv4Protocol" + "Name": "Remove-VMNetworkAdapter" }, { - "Name": "Set-NetIPv6Protocol" + "Name": "Remove-VMNetworkAdapterAcl" }, { - "Name": "Set-NetNeighbor" + "Name": "Remove-VMNetworkAdapterExtendedAcl" }, { - "Name": "Set-NetOffloadGlobalSetting" + "Name": "Remove-VMNetworkAdapterRoutingDomainMapping" }, { - "Name": "Set-NetRoute" + "Name": "Remove-VMNetworkAdapterTeamMapping" }, { - "Name": "Set-NetTCPSetting" + "Name": "Remove-VMRemoteFx3dVideoAdapter" }, { - "Name": "Set-NetUDPSetting" + "Name": "Remove-VMReplication" }, { - "Name": "Test-NetConnection" - } - ], - "ExportedAliases": [ - "gip", - "TNC" - ] - }, - { - "Name": "NetWNV", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-NetVirtualizationCustomerRoute" + "Name": "Remove-VMReplicationAuthorizationEntry" }, { - "Name": "Get-NetVirtualizationGlobal" + "Name": "Remove-VMResourcePool" }, { - "Name": "Get-NetVirtualizationLookupRecord" + "Name": "Remove-VMSan" }, { - "Name": "Get-NetVirtualizationProviderAddress" + "Name": "Remove-VMSavedState" }, { - "Name": "Get-NetVirtualizationProviderRoute" + "Name": "Remove-VMScsiController" }, { - "Name": "New-NetVirtualizationCustomerRoute" + "Name": "Remove-VMSnapshot" }, { - "Name": "New-NetVirtualizationLookupRecord" + "Name": "Remove-VMStoragePath" }, { - "Name": "New-NetVirtualizationProviderAddress" + "Name": "Remove-VMSwitch" }, { - "Name": "New-NetVirtualizationProviderRoute" + "Name": "Remove-VMSwitchExtensionPortFeature" }, { - "Name": "Remove-NetVirtualizationCustomerRoute" + "Name": "Remove-VMSwitchExtensionSwitchFeature" }, { - "Name": "Remove-NetVirtualizationLookupRecord" + "Name": "Remove-VMSwitchTeamMember" }, { - "Name": "Remove-NetVirtualizationProviderAddress" + "Name": "Rename-VM" }, { - "Name": "Remove-NetVirtualizationProviderRoute" + "Name": "Rename-VMGroup" }, { - "Name": "Select-NetVirtualizationNextHop" + "Name": "Rename-VMNetworkAdapter" }, { - "Name": "Set-NetVirtualizationCustomerRoute" + "Name": "Rename-VMResourcePool" }, { - "Name": "Set-NetVirtualizationGlobal" + "Name": "Rename-VMSan" }, { - "Name": "Set-NetVirtualizationLookupRecord" + "Name": "Rename-VMSnapshot" }, { - "Name": "Set-NetVirtualizationProviderAddress" + "Name": "Rename-VMSwitch" }, { - "Name": "Set-NetVirtualizationProviderRoute" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetworkConnectivityStatus", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Get-DAConnectionStatus" + "Name": "Repair-VM" }, { - "Name": "Get-NCSIPolicyConfiguration" + "Name": "Reset-VMReplicationStatistics" }, { - "Name": "Reset-NCSIPolicyConfiguration" + "Name": "Reset-VMResourceMetering" }, { - "Name": "Set-NCSIPolicyConfiguration" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetworkSwitchManager", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-NetworkSwitchEthernetPort" + "Name": "Resize-VHD" }, { - "Name": "Disable-NetworkSwitchFeature" + "Name": "Restart-VM" }, { - "Name": "Disable-NetworkSwitchVlan" + "Name": "Restore-VMSnapshot" }, { - "Name": "Enable-NetworkSwitchEthernetPort" + "Name": "Resume-VM" }, { - "Name": "Enable-NetworkSwitchFeature" + "Name": "Resume-VMReplication" }, { - "Name": "Enable-NetworkSwitchVlan" + "Name": "Revoke-VMConnectAccess" }, { - "Name": "Get-NetworkSwitchEthernetPort" + "Name": "Save-VM" }, { - "Name": "Get-NetworkSwitchFeature" + "Name": "Set-VHD" }, { - "Name": "Get-NetworkSwitchGlobalData" + "Name": "Set-VM" }, { - "Name": "Get-NetworkSwitchVlan" + "Name": "Set-VMBios" }, { - "Name": "New-NetworkSwitchVlan" + "Name": "Set-VMComPort" }, { - "Name": "Remove-NetworkSwitchEthernetPortIPAddress" + "Name": "Set-VMDvdDrive" }, { - "Name": "Remove-NetworkSwitchVlan" + "Name": "Set-VMFibreChannelHba" }, { - "Name": "Restore-NetworkSwitchConfiguration" + "Name": "Set-VMFirmware" }, { - "Name": "Save-NetworkSwitchConfiguration" + "Name": "Set-VMFloppyDiskDrive" }, { - "Name": "Set-NetworkSwitchEthernetPortIPAddress" + "Name": "Set-VMGpuPartitionAdapter" }, { - "Name": "Set-NetworkSwitchPortMode" + "Name": "Set-VMHardDiskDrive" }, { - "Name": "Set-NetworkSwitchPortProperty" + "Name": "Set-VMHost" }, { - "Name": "Set-NetworkSwitchVlanProperty" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "NetworkTransition", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-NetIPHttpsCertBinding" + "Name": "Set-VMHostCluster" }, { - "Name": "Disable-NetDnsTransitionConfiguration" + "Name": "Set-VMKeyProtector" }, { - "Name": "Disable-NetIPHttpsProfile" + "Name": "Set-VMKeyStorageDrive" }, { - "Name": "Disable-NetNatTransitionConfiguration" + "Name": "Set-VMMemory" }, { - "Name": "Enable-NetDnsTransitionConfiguration" + "Name": "Set-VMMigrationNetwork" }, { - "Name": "Enable-NetIPHttpsProfile" + "Name": "Set-VMNetworkAdapter" }, { - "Name": "Enable-NetNatTransitionConfiguration" + "Name": "Set-VMNetworkAdapterFailoverConfiguration" }, { - "Name": "Get-Net6to4Configuration" + "Name": "Set-VMNetworkAdapterIsolation" }, { - "Name": "Get-NetDnsTransitionConfiguration" + "Name": "Set-VMNetworkAdapterRdma" }, { - "Name": "Get-NetDnsTransitionMonitoring" + "Name": "Set-VMNetworkAdapterRoutingDomainMapping" }, { - "Name": "Get-NetIPHttpsConfiguration" + "Name": "Set-VMNetworkAdapterTeamMapping" }, { - "Name": "Get-NetIPHttpsState" + "Name": "Set-VMNetworkAdapterVlan" }, { - "Name": "Get-NetIsatapConfiguration" + "Name": "Set-VMPartitionableGpu" }, { - "Name": "Get-NetNatTransitionConfiguration" + "Name": "Set-VMProcessor" }, { - "Name": "Get-NetNatTransitionMonitoring" + "Name": "Set-VMRemoteFx3dVideoAdapter" }, { - "Name": "Get-NetTeredoConfiguration" + "Name": "Set-VMReplication" }, { - "Name": "Get-NetTeredoState" + "Name": "Set-VMReplicationAuthorizationEntry" }, { - "Name": "New-NetIPHttpsConfiguration" + "Name": "Set-VMReplicationServer" }, { - "Name": "New-NetNatTransitionConfiguration" + "Name": "Set-VMResourcePool" }, { - "Name": "Remove-NetIPHttpsCertBinding" + "Name": "Set-VMSan" }, { - "Name": "Remove-NetIPHttpsConfiguration" + "Name": "Set-VMSecurity" }, { - "Name": "Remove-NetNatTransitionConfiguration" + "Name": "Set-VMSecurityPolicy" }, { - "Name": "Rename-NetIPHttpsConfiguration" + "Name": "Set-VMSwitch" }, { - "Name": "Reset-Net6to4Configuration" + "Name": "Set-VMSwitchExtensionPortFeature" }, { - "Name": "Reset-NetDnsTransitionConfiguration" + "Name": "Set-VMSwitchExtensionSwitchFeature" }, { - "Name": "Reset-NetIPHttpsConfiguration" + "Name": "Set-VMSwitchTeam" }, { - "Name": "Reset-NetIsatapConfiguration" + "Name": "Set-VMVideo" }, { - "Name": "Reset-NetTeredoConfiguration" + "Name": "Start-VM" }, { - "Name": "Set-Net6to4Configuration" + "Name": "Start-VMFailover" }, { - "Name": "Set-NetDnsTransitionConfiguration" + "Name": "Start-VMInitialReplication" }, { - "Name": "Set-NetIPHttpsConfiguration" + "Name": "Start-VMTrace" }, { - "Name": "Set-NetIsatapConfiguration" + "Name": "Stop-VM" }, { - "Name": "Set-NetNatTransitionConfiguration" + "Name": "Stop-VMFailover" }, { - "Name": "Set-NetTeredoConfiguration" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "PcsvDevice", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "Stop-VMInitialReplication" + }, { - "Name": "Clear-PcsvDeviceLog" + "Name": "Stop-VMReplication" }, { - "Name": "Get-PcsvDevice" + "Name": "Stop-VMTrace" }, { - "Name": "Get-PcsvDeviceLog" + "Name": "Suspend-VM" }, { - "Name": "Restart-PcsvDevice" + "Name": "Suspend-VMReplication" }, { - "Name": "Set-PcsvDeviceBootConfiguration" + "Name": "Test-VHD" }, { - "Name": "Set-PcsvDeviceNetworkConfiguration" + "Name": "Test-VMNetworkAdapter" }, { - "Name": "Set-PcsvDeviceUserPassword" + "Name": "Test-VMReplicationConnection" }, { - "Name": "Start-PcsvDevice" + "Name": "Update-VMVersion" }, { - "Name": "Stop-PcsvDevice" + "Name": "Wait-VM" } ], "ExportedAliases": [ - + "gvm", + "savm", + "spvm", + "gvmr", + "mvmr", + "gvmrs", + "Export-VMCheckpoint", + "Get-VMCheckpoint", + "Remove-VMCheckpoint", + "Rename-VMCheckpoint", + "Restore-VMCheckpoint" ] }, { - "Name": "PKI", - "Version": "1.0.0.0", + "Name": "Hyper-V", + "Version": "1.1", "ExportedCommands": [ { - "Name": "Add-CertificateEnrollmentPolicyServer" + "Name": "Add-VMAssignableDevice" }, { - "Name": "Export-Certificate" + "Name": "Add-VMDvdDrive" }, { - "Name": "Export-PfxCertificate" + "Name": "Add-VMFibreChannelHba" }, { - "Name": "Get-Certificate" + "Name": "Add-VMGpuPartitionAdapter" }, { - "Name": "Get-CertificateAutoEnrollmentPolicy" + "Name": "Add-VMGroupMember" }, { - "Name": "Get-CertificateEnrollmentPolicyServer" + "Name": "Add-VMHardDiskDrive" }, { - "Name": "Get-CertificateNotificationTask" + "Name": "Add-VMHostAssignableDevice" }, { - "Name": "Get-PfxData" + "Name": "Add-VMKeyStorageDrive" }, { - "Name": "Import-Certificate" + "Name": "Add-VMMigrationNetwork" }, { - "Name": "Import-PfxCertificate" + "Name": "Add-VMNetworkAdapter" }, { - "Name": "New-CertificateNotificationTask" + "Name": "Add-VMNetworkAdapterAcl" }, { - "Name": "New-SelfSignedCertificate" + "Name": "Add-VMNetworkAdapterExtendedAcl" }, { - "Name": "Remove-CertificateEnrollmentPolicyServer" + "Name": "Add-VMNetworkAdapterRoutingDomainMapping" }, { - "Name": "Remove-CertificateNotificationTask" + "Name": "Add-VMRemoteFx3dVideoAdapter" }, { - "Name": "Set-CertificateAutoEnrollmentPolicy" + "Name": "Add-VMScsiController" }, { - "Name": "Switch-Certificate" + "Name": "Add-VMStoragePath" }, { - "Name": "Test-Certificate" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "PnpDevice", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-PnpDevice" + "Name": "Add-VMSwitch" }, { - "Name": "Enable-PnpDevice" + "Name": "Add-VMSwitchExtensionPortFeature" }, { - "Name": "Get-PnpDevice" + "Name": "Add-VMSwitchExtensionSwitchFeature" }, { - "Name": "Get-PnpDeviceProperty" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "PrintManagement", - "Version": "1.1", - "ExportedCommands": [ - { - "Name": "Add-Printer" + "Name": "Add-VMSwitchTeamMember" }, { - "Name": "Add-PrinterDriver" + "Name": "Checkpoint-VM" }, { - "Name": "Add-PrinterPort" + "Name": "Compare-VM" }, { - "Name": "Get-PrintConfiguration" + "Name": "Complete-VMFailover" }, { - "Name": "Get-Printer" + "Name": "Connect-VMNetworkAdapter" }, { - "Name": "Get-PrinterDriver" + "Name": "Connect-VMSan" }, { - "Name": "Get-PrinterPort" + "Name": "Convert-VHD" }, { - "Name": "Get-PrinterProperty" + "Name": "Copy-VMFile" }, { - "Name": "Get-PrintJob" + "Name": "Debug-VM" }, { - "Name": "Read-PrinterNfcTag" + "Name": "Disable-VMConsoleSupport" }, { - "Name": "Remove-Printer" + "Name": "Disable-VMEventing" }, { - "Name": "Remove-PrinterDriver" + "Name": "Disable-VMIntegrationService" }, { - "Name": "Remove-PrinterPort" + "Name": "Disable-VMMigration" }, { - "Name": "Remove-PrintJob" + "Name": "Disable-VMRemoteFXPhysicalVideoAdapter" }, { - "Name": "Rename-Printer" + "Name": "Disable-VMResourceMetering" }, { - "Name": "Restart-PrintJob" + "Name": "Disable-VMSwitchExtension" }, { - "Name": "Resume-PrintJob" + "Name": "Disable-VMTPM" }, { - "Name": "Set-PrintConfiguration" + "Name": "Disconnect-VMNetworkAdapter" }, { - "Name": "Set-Printer" + "Name": "Disconnect-VMSan" }, { - "Name": "Set-PrinterProperty" + "Name": "Dismount-VHD" }, { - "Name": "Suspend-PrintJob" + "Name": "Dismount-VMHostAssignableDevice" }, { - "Name": "Write-PrinterNfcTag" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "ProcessMitigations", - "Version": "1.0.11", - "ExportedCommands": [ - { - "Name": "ConvertTo-ProcessMitigationPolicy" + "Name": "Enable-VMConsoleSupport" }, { - "Name": "Get-ProcessMitigation" + "Name": "Enable-VMEventing" }, { - "Name": "Set-ProcessMitigation" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Provisioning", - "Version": "3.0", - "ExportedCommands": [ - { - "Name": "Add-ProvisioningPackage" + "Name": "Enable-VMIntegrationService" }, { - "Name": "Add-TrustedProvisioningCertificate" + "Name": "Enable-VMMigration" }, { - "Name": "Remove-ProvisioningPackage" + "Name": "Enable-VMRemoteFXPhysicalVideoAdapter" }, { - "Name": "Remove-TrustedProvisioningCertificate" + "Name": "Enable-VMReplication" }, { - "Name": "Export-ProvisioningPackage" + "Name": "Enable-VMResourceMetering" }, { - "Name": "Export-Trace" + "Name": "Enable-VMSwitchExtension" }, { - "Name": "Get-ProvisioningPackage" + "Name": "Enable-VMTPM" }, { - "Name": "Get-TrustedProvisioningCertificate" + "Name": "Export-VM" }, { - "Name": "Install-ProvisioningPackage" + "Name": "Export-VMSnapshot" }, { - "Name": "Install-TrustedProvisioningCertificate" + "Name": "Get-VHD" }, { - "Name": "Uninstall-ProvisioningPackage" + "Name": "Get-VHDSet" }, { - "Name": "Uninstall-TrustedProvisioningCertificate" - } - ], - "ExportedAliases": [ - "Add-ProvisioningPackage", - "Add-TrustedProvisioningCertificate", - "Remove-ProvisioningPackage", - "Remove-TrustedProvisioningCertificate" - ] - }, - { - "Name": "PSDesiredStateConfiguration", - "Version": "1.1", - "ExportedCommands": [ - { - "Name": "Configuration" + "Name": "Get-VHDSnapshot" }, { - "Name": "Disable-DscDebug" + "Name": "Get-VM" }, { - "Name": "Enable-DscDebug" + "Name": "Get-VMAssignableDevice" }, { - "Name": "Get-DscConfiguration" + "Name": "Get-VMBios" }, { - "Name": "Get-DscConfigurationStatus" + "Name": "Get-VMComPort" }, { - "Name": "Get-DscLocalConfigurationManager" + "Name": "Get-VMConnectAccess" }, { - "Name": "Get-DscResource" + "Name": "Get-VMDvdDrive" }, { - "Name": "New-DscChecksum" + "Name": "Get-VMFibreChannelHba" }, { - "Name": "Remove-DscConfigurationDocument" + "Name": "Get-VMFirmware" }, { - "Name": "Restore-DscConfiguration" + "Name": "Get-VMFloppyDiskDrive" }, { - "Name": "Stop-DscConfiguration" + "Name": "Get-VMGpuPartitionAdapter" }, { - "Name": "Invoke-DscResource" + "Name": "Get-VMGroup" }, { - "Name": "Publish-DscConfiguration" + "Name": "Get-VMHardDiskDrive" }, { - "Name": "Set-DscLocalConfigurationManager" + "Name": "Get-VMHost" }, { - "Name": "Start-DscConfiguration" + "Name": "Get-VMHostAssignableDevice" }, { - "Name": "Test-DscConfiguration" + "Name": "Get-VMHostCluster" }, { - "Name": "Update-DscConfiguration" - } - ], - "ExportedAliases": [ - "sacfg", - "tcfg", - "gcfg", - "rtcfg", - "upcfg", - "glcm", - "slcm", - "pbcfg", - "cmpcfg", - "gcfgs" - ] - }, - { - "Name": "PSDiagnostics", - "Version": "1.0.0.0", - "ExportedCommands": [ - { - "Name": "Disable-PSTrace" + "Name": "Get-VMHostNumaNode" }, { - "Name": "Disable-PSWSManCombinedTrace" + "Name": "Get-VMHostNumaNodeStatus" }, { - "Name": "Disable-WSManTrace" + "Name": "Get-VMHostSupportedVersion" }, { - "Name": "Enable-PSTrace" + "Name": "Get-VMIdeController" }, { - "Name": "Enable-PSWSManCombinedTrace" + "Name": "Get-VMIntegrationService" }, { - "Name": "Enable-WSManTrace" + "Name": "Get-VMKeyProtector" }, { - "Name": "Get-LogProperties" + "Name": "Get-VMKeyStorageDrive" }, { - "Name": "Set-LogProperties" + "Name": "Get-VMMemory" }, { - "Name": "Start-Trace" + "Name": "Get-VMMigrationNetwork" }, { - "Name": "Stop-Trace" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "PSScheduledJob", - "Version": "1.1.0.0", - "ExportedCommands": [ - { - "Name": "Add-JobTrigger" + "Name": "Get-VMNetworkAdapter" }, { - "Name": "Disable-JobTrigger" + "Name": "Get-VMNetworkAdapterAcl" }, { - "Name": "Disable-ScheduledJob" + "Name": "Get-VMNetworkAdapterExtendedAcl" }, { - "Name": "Enable-JobTrigger" + "Name": "Get-VMNetworkAdapterFailoverConfiguration" }, { - "Name": "Enable-ScheduledJob" + "Name": "Get-VMNetworkAdapterIsolation" }, { - "Name": "Get-JobTrigger" + "Name": "Get-VMNetworkAdapterRoutingDomainMapping" }, { - "Name": "Get-ScheduledJob" + "Name": "Get-VMNetworkAdapterTeamMapping" }, { - "Name": "Get-ScheduledJobOption" + "Name": "Get-VMNetworkAdapterVlan" }, { - "Name": "New-JobTrigger" + "Name": "Get-VMPartitionableGpu" }, { - "Name": "New-ScheduledJobOption" + "Name": "Get-VMProcessor" }, { - "Name": "Register-ScheduledJob" + "Name": "Get-VMRemoteFx3dVideoAdapter" }, { - "Name": "Remove-JobTrigger" + "Name": "Get-VMRemoteFXPhysicalVideoAdapter" }, { - "Name": "Set-JobTrigger" + "Name": "Get-VMReplication" }, { - "Name": "Set-ScheduledJob" + "Name": "Get-VMReplicationAuthorizationEntry" }, { - "Name": "Set-ScheduledJobOption" + "Name": "Get-VMReplicationServer" }, { - "Name": "Unregister-ScheduledJob" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "PSWorkflow", - "Version": "2.0.0.0", - "ExportedCommands": [ + "Name": "Get-VMResourcePool" + }, { - "Name": "New-PSWorkflowSession" + "Name": "Get-VMSan" }, { - "Name": "New-PSWorkflowExecutionOption" - } - ], - "ExportedAliases": [ - "nwsn" - ] - }, - { - "Name": "PSWorkflowUtility", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "Get-VMScsiController" + }, { - "Name": "Invoke-AsWorkflow" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "ScheduledTasks", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "Get-VMSecurity" + }, { - "Name": "Disable-ScheduledTask" + "Name": "Get-VMSnapshot" }, { - "Name": "Enable-ScheduledTask" + "Name": "Get-VMStoragePath" }, { - "Name": "Export-ScheduledTask" + "Name": "Get-VMSwitch" }, { - "Name": "Get-ClusteredScheduledTask" + "Name": "Get-VMSwitchExtension" }, { - "Name": "Get-ScheduledTask" + "Name": "Get-VMSwitchExtensionPortData" }, { - "Name": "Get-ScheduledTaskInfo" + "Name": "Get-VMSwitchExtensionPortFeature" }, { - "Name": "New-ScheduledTask" + "Name": "Get-VMSwitchExtensionSwitchData" }, { - "Name": "New-ScheduledTaskAction" + "Name": "Get-VMSwitchExtensionSwitchFeature" }, { - "Name": "New-ScheduledTaskPrincipal" + "Name": "Get-VMSwitchTeam" }, { - "Name": "New-ScheduledTaskSettingsSet" + "Name": "Get-VMSystemSwitchExtension" }, { - "Name": "New-ScheduledTaskTrigger" + "Name": "Get-VMSystemSwitchExtensionPortFeature" }, { - "Name": "Register-ClusteredScheduledTask" + "Name": "Get-VMSystemSwitchExtensionSwitchFeature" }, { - "Name": "Register-ScheduledTask" + "Name": "Get-VMVideo" }, { - "Name": "Set-ClusteredScheduledTask" + "Name": "Grant-VMConnectAccess" }, { - "Name": "Set-ScheduledTask" + "Name": "Import-VM" }, { - "Name": "Start-ScheduledTask" + "Name": "Import-VMInitialReplication" }, { - "Name": "Stop-ScheduledTask" + "Name": "Measure-VM" }, { - "Name": "Unregister-ClusteredScheduledTask" + "Name": "Measure-VMReplication" }, { - "Name": "Unregister-ScheduledTask" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "SecureBoot", - "Version": "2.0.0.0", - "ExportedCommands": [ + "Name": "Measure-VMResourcePool" + }, { - "Name": "Confirm-SecureBootUEFI" + "Name": "Merge-VHD" }, { - "Name": "Format-SecureBootUEFI" + "Name": "Mount-VHD" }, { - "Name": "Get-SecureBootPolicy" + "Name": "Mount-VMHostAssignableDevice" }, { - "Name": "Get-SecureBootUEFI" + "Name": "Move-VM" }, { - "Name": "Set-SecureBootUEFI" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "SmbShare", - "Version": "2.0.0.0", - "ExportedCommands": [ + "Name": "Move-VMStorage" + }, { - "Name": "Block-SmbShareAccess" + "Name": "New-VFD" }, { - "Name": "Close-SmbOpenFile" + "Name": "New-VHD" }, { - "Name": "Close-SmbSession" + "Name": "New-VM" }, { - "Name": "Disable-SmbDelegation" + "Name": "New-VMGroup" }, { - "Name": "Enable-SmbDelegation" + "Name": "New-VMReplicationAuthorizationEntry" }, { - "Name": "Get-SmbBandwidthLimit" + "Name": "New-VMResourcePool" }, { - "Name": "Get-SmbClientConfiguration" + "Name": "New-VMSan" }, { - "Name": "Get-SmbClientNetworkInterface" + "Name": "New-VMSwitch" }, { - "Name": "Get-SmbConnection" + "Name": "Optimize-VHD" }, { - "Name": "Get-SmbDelegation" + "Name": "Optimize-VHDSet" }, { - "Name": "Get-SmbGlobalMapping" + "Name": "Remove-VHDSnapshot" }, { - "Name": "Get-SmbMapping" + "Name": "Remove-VM" }, { - "Name": "Get-SmbMultichannelConnection" + "Name": "Remove-VMAssignableDevice" }, { - "Name": "Get-SmbMultichannelConstraint" + "Name": "Remove-VMDvdDrive" }, { - "Name": "Get-SmbOpenFile" + "Name": "Remove-VMFibreChannelHba" }, { - "Name": "Get-SmbServerConfiguration" + "Name": "Remove-VMGpuPartitionAdapter" }, { - "Name": "Get-SmbServerNetworkInterface" + "Name": "Remove-VMGroup" }, { - "Name": "Get-SmbSession" + "Name": "Remove-VMGroupMember" }, { - "Name": "Get-SmbShare" + "Name": "Remove-VMHardDiskDrive" }, { - "Name": "Get-SmbShareAccess" + "Name": "Remove-VMHostAssignableDevice" }, { - "Name": "Grant-SmbShareAccess" + "Name": "Remove-VMKeyStorageDrive" }, { - "Name": "New-SmbGlobalMapping" + "Name": "Remove-VMMigrationNetwork" }, { - "Name": "New-SmbMapping" + "Name": "Remove-VMNetworkAdapter" }, { - "Name": "New-SmbMultichannelConstraint" + "Name": "Remove-VMNetworkAdapterAcl" }, { - "Name": "New-SmbShare" + "Name": "Remove-VMNetworkAdapterExtendedAcl" }, { - "Name": "Remove-SmbBandwidthLimit" + "Name": "Remove-VMNetworkAdapterRoutingDomainMapping" }, { - "Name": "Remove-SmbGlobalMapping" + "Name": "Remove-VMNetworkAdapterTeamMapping" }, { - "Name": "Remove-SmbMapping" + "Name": "Remove-VMRemoteFx3dVideoAdapter" }, { - "Name": "Remove-SmbMultichannelConstraint" + "Name": "Remove-VMReplication" }, { - "Name": "Remove-SmbShare" + "Name": "Remove-VMReplicationAuthorizationEntry" }, { - "Name": "Revoke-SmbShareAccess" + "Name": "Remove-VMResourcePool" }, { - "Name": "Set-SmbBandwidthLimit" + "Name": "Remove-VMSan" }, { - "Name": "Set-SmbClientConfiguration" + "Name": "Remove-VMSavedState" }, { - "Name": "Set-SmbPathAcl" + "Name": "Remove-VMScsiController" }, { - "Name": "Set-SmbServerConfiguration" + "Name": "Remove-VMSnapshot" }, { - "Name": "Set-SmbShare" + "Name": "Remove-VMStoragePath" }, { - "Name": "Unblock-SmbShareAccess" + "Name": "Remove-VMSwitch" }, { - "Name": "Update-SmbMultichannelConnection" - } - ], - "ExportedAliases": [ - "gsmbs", - "nsmbs", - "rsmbs", - "ssmbs", - "gsmba", - "grsmba", - "rksmba", - "blsmba", - "ulsmba", - "gsmbse", - "cssmbse", - "gsmbo", - "cssmbo", - "gsmbsc", - "ssmbsc", - "gsmbcc", - "ssmbcc", - "gsmbc", - "gsmbm", - "nsmbm", - "rsmbm", - "gsmbcn", - "gsmbsn", - "gsmbmc", - "udsmbmc", - "gsmbt", - "nsmbt", - "rsmbt", - "ssmbp", - "gsmbb", - "ssmbb", - "rsmbb", - "gsmbd", - "esmbd", - "dsmbd", - "gsmbgm", - "nsmbgm", - "rsmbgm" - ] - }, - { - "Name": "SmbWitness", - "Version": "2.0.0.0", - "ExportedCommands": [ + "Name": "Remove-VMSwitchExtensionPortFeature" + }, { - "Name": "Move-SmbClient" + "Name": "Remove-VMSwitchExtensionSwitchFeature" }, { - "Name": "Get-SmbWitnessClient" + "Name": "Remove-VMSwitchTeamMember" }, { - "Name": "Move-SmbWitnessClient" - } - ], - "ExportedAliases": [ - "gsmbw", - "msmbw", - "Move-SmbClient" - ] - }, - { - "Name": "StartLayout", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "Rename-VM" + }, { - "Name": "Get-StartApps" + "Name": "Rename-VMGroup" }, { - "Name": "Export-StartLayout" + "Name": "Rename-VMNetworkAdapter" }, { - "Name": "Export-StartLayoutEdgeAssets" + "Name": "Rename-VMResourcePool" }, { - "Name": "Import-StartLayout" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "Storage", - "Version": "2.0.0.0", - "ExportedCommands": [ + "Name": "Rename-VMSan" + }, { - "Name": "Disable-PhysicalDiskIndication" + "Name": "Rename-VMSnapshot" }, { - "Name": "Disable-StorageDiagnosticLog" + "Name": "Rename-VMSwitch" }, { - "Name": "Enable-PhysicalDiskIndication" + "Name": "Repair-VM" }, { - "Name": "Enable-StorageDiagnosticLog" + "Name": "Reset-VMReplicationStatistics" }, { - "Name": "Flush-Volume" + "Name": "Reset-VMResourceMetering" }, { - "Name": "Get-DiskSNV" + "Name": "Resize-VHD" }, { - "Name": "Get-PhysicalDiskSNV" + "Name": "Restart-VM" }, { - "Name": "Get-StorageEnclosureSNV" + "Name": "Restore-VMSnapshot" }, { - "Name": "Initialize-Volume" + "Name": "Resume-VM" }, { - "Name": "Write-FileSystemCache" + "Name": "Resume-VMReplication" }, { - "Name": "Add-InitiatorIdToMaskingSet" + "Name": "Revoke-VMConnectAccess" }, { - "Name": "Add-PartitionAccessPath" + "Name": "Save-VM" }, { - "Name": "Add-PhysicalDisk" + "Name": "Set-VHD" }, { - "Name": "Add-StorageFaultDomain" + "Name": "Set-VM" }, { - "Name": "Add-TargetPortToMaskingSet" + "Name": "Set-VMBios" }, { - "Name": "Add-VirtualDiskToMaskingSet" + "Name": "Set-VMComPort" }, { - "Name": "Block-FileShareAccess" + "Name": "Set-VMDvdDrive" }, { - "Name": "Clear-Disk" + "Name": "Set-VMFibreChannelHba" }, { - "Name": "Clear-FileStorageTier" + "Name": "Set-VMFirmware" }, { - "Name": "Clear-StorageDiagnosticInfo" + "Name": "Set-VMFloppyDiskDrive" }, { - "Name": "Connect-VirtualDisk" + "Name": "Set-VMGpuPartitionAdapter" }, { - "Name": "Debug-FileShare" + "Name": "Set-VMHardDiskDrive" }, { - "Name": "Debug-StorageSubSystem" + "Name": "Set-VMHost" }, { - "Name": "Debug-Volume" + "Name": "Set-VMHostCluster" }, { - "Name": "Disable-PhysicalDiskIdentification" + "Name": "Set-VMKeyProtector" }, { - "Name": "Disable-StorageEnclosureIdentification" + "Name": "Set-VMKeyStorageDrive" }, { - "Name": "Disable-StorageEnclosurePower" + "Name": "Set-VMMemory" }, { - "Name": "Disable-StorageHighAvailability" + "Name": "Set-VMMigrationNetwork" }, { - "Name": "Disable-StorageMaintenanceMode" + "Name": "Set-VMNetworkAdapter" }, { - "Name": "Disconnect-VirtualDisk" + "Name": "Set-VMNetworkAdapterFailoverConfiguration" }, { - "Name": "Dismount-DiskImage" + "Name": "Set-VMNetworkAdapterIsolation" }, { - "Name": "Enable-PhysicalDiskIdentification" + "Name": "Set-VMNetworkAdapterRdma" }, { - "Name": "Enable-StorageEnclosureIdentification" + "Name": "Set-VMNetworkAdapterRoutingDomainMapping" }, { - "Name": "Enable-StorageEnclosurePower" + "Name": "Set-VMNetworkAdapterTeamMapping" }, { - "Name": "Enable-StorageHighAvailability" + "Name": "Set-VMNetworkAdapterVlan" }, { - "Name": "Enable-StorageMaintenanceMode" + "Name": "Set-VMPartitionableGpu" }, { - "Name": "Format-Volume" + "Name": "Set-VMProcessor" }, { - "Name": "Get-DedupProperties" + "Name": "Set-VMRemoteFx3dVideoAdapter" }, { - "Name": "Get-Disk" + "Name": "Set-VMReplication" }, { - "Name": "Get-DiskImage" + "Name": "Set-VMReplicationAuthorizationEntry" }, { - "Name": "Get-DiskStorageNodeView" + "Name": "Set-VMReplicationServer" }, { - "Name": "Get-FileIntegrity" + "Name": "Set-VMResourcePool" }, { - "Name": "Get-FileShare" + "Name": "Set-VMSan" }, { - "Name": "Get-FileShareAccessControlEntry" + "Name": "Set-VMSecurity" }, { - "Name": "Get-FileStorageTier" + "Name": "Set-VMSecurityPolicy" }, { - "Name": "Get-InitiatorId" + "Name": "Set-VMSwitch" }, { - "Name": "Get-InitiatorPort" + "Name": "Set-VMSwitchExtensionPortFeature" }, { - "Name": "Get-MaskingSet" + "Name": "Set-VMSwitchExtensionSwitchFeature" }, { - "Name": "Get-OffloadDataTransferSetting" + "Name": "Set-VMSwitchTeam" }, { - "Name": "Get-Partition" + "Name": "Set-VMVideo" }, { - "Name": "Get-PartitionSupportedSize" + "Name": "Start-VM" }, { - "Name": "Get-PhysicalDisk" + "Name": "Start-VMFailover" }, { - "Name": "Get-PhysicalDiskStorageNodeView" + "Name": "Start-VMInitialReplication" }, { - "Name": "Get-PhysicalExtent" + "Name": "Start-VMTrace" }, { - "Name": "Get-PhysicalExtentAssociation" + "Name": "Stop-VM" }, { - "Name": "Get-ResiliencySetting" + "Name": "Stop-VMFailover" }, { - "Name": "Get-StorageAdvancedProperty" + "Name": "Stop-VMInitialReplication" }, { - "Name": "Get-StorageDiagnosticInfo" + "Name": "Stop-VMReplication" }, { - "Name": "Get-StorageEnclosure" + "Name": "Stop-VMTrace" }, { - "Name": "Get-StorageEnclosureStorageNodeView" + "Name": "Suspend-VM" }, { - "Name": "Get-StorageEnclosureVendorData" + "Name": "Suspend-VMReplication" }, { - "Name": "Get-StorageExtendedStatus" + "Name": "Test-VHD" }, { - "Name": "Get-StorageFaultDomain" + "Name": "Test-VMNetworkAdapter" }, { - "Name": "Get-StorageFileServer" + "Name": "Test-VMReplicationConnection" }, { - "Name": "Get-StorageFirmwareInformation" + "Name": "Update-VMVersion" }, { - "Name": "Get-StorageHealthAction" + "Name": "Wait-VM" + } + ], + "ExportedAliases": [ + "gvm", + "savm", + "spvm", + "gvmr", + "mvmr", + "gvmrs" + ] + }, + { + "Name": "IISAdministration", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Clear-IISCentralCertProvider" }, { - "Name": "Get-StorageHealthReport" + "Name": "Clear-IISConfigCollection" }, { - "Name": "Get-StorageHealthSetting" + "Name": "Disable-IISCentralCertProvider" }, { - "Name": "Get-StorageJob" + "Name": "Disable-IISSharedConfig" }, { - "Name": "Get-StorageNode" + "Name": "Enable-IISCentralCertProvider" }, { - "Name": "Get-StoragePool" + "Name": "Enable-IISSharedConfig" }, { - "Name": "Get-StorageProvider" + "Name": "Export-IISConfiguration" }, { - "Name": "Get-StorageReliabilityCounter" + "Name": "Get-IISAppPool" }, { - "Name": "Get-StorageSetting" + "Name": "Get-IISCentralCertProvider" }, { - "Name": "Get-StorageSubSystem" + "Name": "Get-IISConfigAttributeValue" }, { - "Name": "Get-StorageTier" + "Name": "Get-IISConfigCollection" }, { - "Name": "Get-StorageTierSupportedSize" + "Name": "Get-IISConfigCollectionElement" }, { - "Name": "Get-SupportedClusterSizes" + "Name": "Get-IISConfigElement" }, { - "Name": "Get-SupportedFileSystems" + "Name": "Get-IISConfigSection" }, { - "Name": "Get-TargetPort" + "Name": "Get-IISServerManager" }, { - "Name": "Get-TargetPortal" + "Name": "Get-IISSharedConfig" }, { - "Name": "Get-VirtualDisk" + "Name": "Get-IISSite" }, { - "Name": "Get-VirtualDiskSupportedSize" + "Name": "New-IISConfigCollectionElement" }, { - "Name": "Get-Volume" + "Name": "New-IISSite" }, { - "Name": "Get-VolumeCorruptionCount" + "Name": "Remove-IISConfigAttribute" }, { - "Name": "Get-VolumeScrubPolicy" + "Name": "Remove-IISConfigCollectionElement" }, { - "Name": "Grant-FileShareAccess" + "Name": "Remove-IISConfigElement" }, { - "Name": "Hide-VirtualDisk" + "Name": "Remove-IISSite" }, { - "Name": "Initialize-Disk" + "Name": "Reset-IISServerManager" }, { - "Name": "Mount-DiskImage" + "Name": "Set-IISCentralCertProvider" }, { - "Name": "New-FileShare" + "Name": "Set-IISCentralCertProviderCredential" }, { - "Name": "New-MaskingSet" + "Name": "Set-IISConfigAttributeValue" }, { - "Name": "New-Partition" + "Name": "Start-IISCommitDelay" }, { - "Name": "New-StorageFileServer" + "Name": "Start-IISSite" }, { - "Name": "New-StoragePool" + "Name": "Stop-IISCommitDelay" }, { - "Name": "New-StorageSubsystemVirtualDisk" + "Name": "Stop-IISSite" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "International", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-WinAcceptLanguageFromLanguageListOptOut" }, { - "Name": "New-StorageTier" + "Name": "Get-WinCultureFromLanguageListOptOut" }, { - "Name": "New-VirtualDisk" + "Name": "Get-WinDefaultInputMethodOverride" }, { - "Name": "New-VirtualDiskClone" + "Name": "Get-WinHomeLocation" }, { - "Name": "New-VirtualDiskSnapshot" + "Name": "Get-WinLanguageBarOption" }, { - "Name": "New-Volume" + "Name": "Get-WinSystemLocale" }, { - "Name": "Optimize-StoragePool" + "Name": "Get-WinUILanguageOverride" }, { - "Name": "Optimize-Volume" + "Name": "Get-WinUserLanguageList" }, { - "Name": "Register-StorageSubsystem" + "Name": "New-WinUserLanguageList" }, { - "Name": "Remove-FileShare" + "Name": "Set-Culture" }, { - "Name": "Remove-InitiatorId" + "Name": "Set-WinAcceptLanguageFromLanguageListOptOut" }, { - "Name": "Remove-InitiatorIdFromMaskingSet" + "Name": "Set-WinCultureFromLanguageListOptOut" }, { - "Name": "Remove-MaskingSet" + "Name": "Set-WinDefaultInputMethodOverride" }, { - "Name": "Remove-Partition" + "Name": "Set-WinHomeLocation" }, { - "Name": "Remove-PartitionAccessPath" + "Name": "Set-WinLanguageBarOption" }, { - "Name": "Remove-PhysicalDisk" + "Name": "Set-WinSystemLocale" }, { - "Name": "Remove-StorageFaultDomain" + "Name": "Set-WinUILanguageOverride" }, { - "Name": "Remove-StorageFileServer" + "Name": "Set-WinUserLanguageList" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "IpamServer", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-IpamAddress" }, { - "Name": "Remove-StorageHealthIntent" + "Name": "Add-IpamAddressSpace" }, { - "Name": "Remove-StorageHealthSetting" + "Name": "Add-IpamBlock" }, { - "Name": "Remove-StoragePool" + "Name": "Add-IpamCustomField" }, { - "Name": "Remove-StorageTier" + "Name": "Add-IpamCustomFieldAssociation" }, { - "Name": "Remove-TargetPortFromMaskingSet" + "Name": "Add-IpamCustomValue" }, { - "Name": "Remove-VirtualDisk" + "Name": "Add-IpamDiscoveryDomain" }, { - "Name": "Remove-VirtualDiskFromMaskingSet" + "Name": "Add-IpamRange" }, { - "Name": "Rename-MaskingSet" + "Name": "Add-IpamServerInventory" }, { - "Name": "Repair-FileIntegrity" + "Name": "Add-IpamSubnet" }, { - "Name": "Repair-VirtualDisk" + "Name": "Disable-IpamCapability" }, { - "Name": "Repair-Volume" + "Name": "Enable-IpamCapability" }, { - "Name": "Reset-PhysicalDisk" + "Name": "Export-IpamAddress" }, { - "Name": "Reset-StorageReliabilityCounter" + "Name": "Export-IpamRange" }, { - "Name": "Resize-Partition" + "Name": "Export-IpamSubnet" }, { - "Name": "Resize-StorageTier" + "Name": "Find-IpamFreeAddress" }, { - "Name": "Resize-VirtualDisk" + "Name": "Find-IpamFreeRange" }, { - "Name": "Revoke-FileShareAccess" + "Name": "Find-IpamFreeSubnet" }, { - "Name": "Set-Disk" + "Name": "Get-IpamAddress" }, { - "Name": "Set-FileIntegrity" + "Name": "Get-IpamAddressSpace" }, { - "Name": "Set-FileShare" + "Name": "Get-IpamAddressUtilizationThreshold" }, { - "Name": "Set-FileStorageTier" + "Name": "Get-IpamBlock" }, { - "Name": "Set-InitiatorPort" + "Name": "Get-IpamCapability" }, { - "Name": "Set-Partition" + "Name": "Get-IpamConfiguration" }, { - "Name": "Set-PhysicalDisk" + "Name": "Get-IpamConfigurationEvent" }, { - "Name": "Set-ResiliencySetting" + "Name": "Get-IpamCustomField" }, { - "Name": "Set-StorageFileServer" + "Name": "Get-IpamCustomFieldAssociation" }, { - "Name": "Set-StorageHealthSetting" + "Name": "Get-IpamDatabase" }, { - "Name": "Set-StoragePool" + "Name": "Get-IpamDhcpConfigurationEvent" }, { - "Name": "Set-StorageProvider" + "Name": "Get-IpamDhcpScope" }, { - "Name": "Set-StorageSetting" + "Name": "Get-IpamDhcpServer" }, { - "Name": "Set-StorageSubSystem" + "Name": "Get-IpamDhcpSuperscope" }, { - "Name": "Set-StorageTier" + "Name": "Get-IpamDiscoveryDomain" }, { - "Name": "Set-VirtualDisk" + "Name": "Get-IpamDnsConditionalForwarder" }, { - "Name": "Set-Volume" + "Name": "Get-IpamDnsResourceRecord" }, { - "Name": "Set-VolumeScrubPolicy" + "Name": "Get-IpamDnsServer" }, { - "Name": "Show-VirtualDisk" + "Name": "Get-IpamDnsZone" }, { - "Name": "Start-StorageDiagnosticLog" + "Name": "Get-IpamIpAddressAuditEvent" }, { - "Name": "Stop-StorageDiagnosticLog" + "Name": "Get-IpamRange" }, { - "Name": "Stop-StorageJob" + "Name": "Get-IpamServerInventory" }, { - "Name": "Unblock-FileShareAccess" + "Name": "Get-IpamSubnet" }, { - "Name": "Unregister-StorageSubsystem" + "Name": "Import-IpamAddress" }, { - "Name": "Update-Disk" + "Name": "Import-IpamRange" }, { - "Name": "Update-HostStorageCache" + "Name": "Import-IpamSubnet" }, { - "Name": "Update-StorageFirmware" + "Name": "Invoke-IpamGpoProvisioning" }, { - "Name": "Update-StoragePool" + "Name": "Invoke-IpamServerProvisioning" }, { - "Name": "Update-StorageProviderCache" + "Name": "Move-IpamDatabase" }, { - "Name": "Write-VolumeCache" - } - ], - "ExportedAliases": [ - "Disable-PhysicalDiskIndication", - "Disable-StorageDiagnosticLog", - "Enable-PhysicalDiskIndication", - "Enable-StorageDiagnosticLog", - "Flush-Volume", - "Initialize-Volume", - "Write-FileSystemCache", - "Get-PhysicalDiskSNV", - "Get-DiskSNV", - "Get-StorageEnclosureSNV" - ] - }, - { - "Name": "TLS", - "Version": "2.0.0.0", - "ExportedCommands": [ + "Name": "Remove-IpamAddress" + }, { - "Name": "Disable-TlsCipherSuite" + "Name": "Remove-IpamAddressSpace" }, { - "Name": "Disable-TlsEccCurve" + "Name": "Remove-IpamBlock" }, { - "Name": "Disable-TlsSessionTicketKey" + "Name": "Remove-IpamConfigurationEvent" }, { - "Name": "Enable-TlsCipherSuite" + "Name": "Remove-IpamCustomField" }, { - "Name": "Enable-TlsEccCurve" + "Name": "Remove-IpamCustomFieldAssociation" }, { - "Name": "Enable-TlsSessionTicketKey" + "Name": "Remove-IpamCustomValue" }, { - "Name": "Export-TlsSessionTicketKey" + "Name": "Remove-IpamDhcpConfigurationEvent" }, { - "Name": "Get-TlsCipherSuite" + "Name": "Remove-IpamDiscoveryDomain" }, { - "Name": "Get-TlsEccCurve" + "Name": "Remove-IpamIpAddressAuditEvent" }, { - "Name": "New-TlsSessionTicketKey" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "TroubleshootingPack", - "Version": "1.0.0.0", - "ExportedCommands": [ + "Name": "Remove-IpamRange" + }, { - "Name": "Get-TroubleshootingPack" + "Name": "Remove-IpamServerInventory" }, { - "Name": "Invoke-TroubleshootingPack" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "TrustedPlatformModule", - "Version": "2.0.0.0", - "ExportedCommands": [ + "Name": "Remove-IpamSubnet" + }, { - "Name": "Clear-Tpm" + "Name": "Remove-IpamUtilizationData" }, { - "Name": "ConvertTo-TpmOwnerAuth" + "Name": "Rename-IpamCustomField" }, { - "Name": "Disable-TpmAutoProvisioning" + "Name": "Rename-IpamCustomValue" }, { - "Name": "Enable-TpmAutoProvisioning" + "Name": "Set-IpamAccessScope" }, { - "Name": "Get-Tpm" + "Name": "Set-IpamAddress" }, { - "Name": "Get-TpmEndorsementKeyInfo" + "Name": "Set-IpamAddressSpace" }, { - "Name": "Get-TpmSupportedFeature" + "Name": "Set-IpamAddressUtilizationThreshold" }, { - "Name": "Import-TpmOwnerAuth" + "Name": "Set-IpamBlock" }, { - "Name": "Initialize-Tpm" + "Name": "Set-IpamConfiguration" }, { - "Name": "Set-TpmOwnerAuth" + "Name": "Set-IpamCustomFieldAssociation" }, { - "Name": "Unblock-Tpm" + "Name": "Set-IpamDatabase" + }, + { + "Name": "Set-IpamDiscoveryDomain" + }, + { + "Name": "Set-IpamRange" + }, + { + "Name": "Set-IpamServerInventory" + }, + { + "Name": "Set-IpamSubnet" + }, + { + "Name": "Update-IpamServer" } ], "ExportedAliases": [ @@ -6431,149 +6085,155 @@ ] }, { - "Name": "UEV", - "Version": "2.1.639.0", + "Name": "iSCSI", + "Version": "1.0.0.0", "ExportedCommands": [ { - "Name": "Clear-UevAppxPackage" + "Name": "Connect-IscsiTarget" }, { - "Name": "Clear-UevConfiguration" + "Name": "Disconnect-IscsiTarget" }, { - "Name": "Disable-Uev" + "Name": "Get-IscsiConnection" }, { - "Name": "Disable-UevAppxPackage" + "Name": "Get-IscsiSession" }, { - "Name": "Disable-UevTemplate" + "Name": "Get-IscsiTarget" }, { - "Name": "Enable-Uev" + "Name": "Get-IscsiTargetPortal" }, { - "Name": "Enable-UevAppxPackage" + "Name": "New-IscsiTargetPortal" }, { - "Name": "Enable-UevTemplate" + "Name": "Register-IscsiSession" }, { - "Name": "Export-UevConfiguration" + "Name": "Remove-IscsiTargetPortal" }, { - "Name": "Export-UevPackage" + "Name": "Set-IscsiChapSecret" }, { - "Name": "Get-UevAppxPackage" + "Name": "Unregister-IscsiSession" }, { - "Name": "Get-UevConfiguration" + "Name": "Update-IscsiTarget" }, { - "Name": "Get-UevStatus" - }, + "Name": "Update-IscsiTargetPortal" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "IscsiTarget", + "Version": "2.0.0.0", + "ExportedCommands": [ { - "Name": "Get-UevTemplate" + "Name": "Expand-IscsiVirtualDisk" }, { - "Name": "Get-UevTemplateProgram" + "Name": "Export-IscsiTargetServerConfiguration" }, { - "Name": "Import-UevConfiguration" + "Name": "Import-IscsiTargetServerConfiguration" }, { - "Name": "Register-UevTemplate" + "Name": "Add-IscsiVirtualDiskTargetMapping" }, { - "Name": "Repair-UevTemplateIndex" + "Name": "Checkpoint-IscsiVirtualDisk" }, { - "Name": "Restore-UevBackup" + "Name": "Convert-IscsiVirtualDisk" }, { - "Name": "Restore-UevUserSetting" + "Name": "Dismount-IscsiVirtualDiskSnapshot" }, { - "Name": "Set-UevConfiguration" + "Name": "Export-IscsiVirtualDiskSnapshot" }, { - "Name": "Set-UevTemplateProfile" + "Name": "Get-IscsiServerTarget" }, { - "Name": "Test-UevTemplate" + "Name": "Get-IscsiTargetServerSetting" }, { - "Name": "Unregister-UevTemplate" + "Name": "Get-IscsiVirtualDisk" }, { - "Name": "Update-UevTemplate" - } - ], - "ExportedAliases": [ - - ] - }, - { - "Name": "VpnClient", - "Version": "2.0.0.0", - "ExportedCommands": [ - { - "Name": "Add-VpnConnection" + "Name": "Get-IscsiVirtualDiskSnapshot" }, { - "Name": "Add-VpnConnectionRoute" + "Name": "Import-IscsiVirtualDisk" }, { - "Name": "Add-VpnConnectionTriggerApplication" + "Name": "Mount-IscsiVirtualDiskSnapshot" }, { - "Name": "Add-VpnConnectionTriggerDnsConfiguration" + "Name": "New-IscsiServerTarget" }, { - "Name": "Add-VpnConnectionTriggerTrustedNetwork" + "Name": "New-IscsiVirtualDisk" }, { - "Name": "Get-VpnConnection" + "Name": "Remove-IscsiServerTarget" }, { - "Name": "Get-VpnConnectionTrigger" + "Name": "Remove-IscsiVirtualDisk" }, { - "Name": "New-EapConfiguration" + "Name": "Remove-IscsiVirtualDiskSnapshot" }, { - "Name": "New-VpnServerAddress" + "Name": "Remove-IscsiVirtualDiskTargetMapping" }, { - "Name": "Remove-VpnConnection" + "Name": "Resize-IscsiVirtualDisk" }, { - "Name": "Remove-VpnConnectionRoute" + "Name": "Restore-IscsiVirtualDisk" }, { - "Name": "Remove-VpnConnectionTriggerApplication" + "Name": "Set-IscsiServerTarget" }, { - "Name": "Remove-VpnConnectionTriggerDnsConfiguration" + "Name": "Set-IscsiTargetServerSetting" }, { - "Name": "Remove-VpnConnectionTriggerTrustedNetwork" + "Name": "Set-IscsiVirtualDisk" }, { - "Name": "Set-VpnConnection" + "Name": "Set-IscsiVirtualDiskSnapshot" }, { - "Name": "Set-VpnConnectionIPsecConfiguration" - }, + "Name": "Stop-IscsiVirtualDiskOperation" + } + ], + "ExportedAliases": [ + "Expand-IscsiVirtualDisk" + ] + }, + { + "Name": "ISE", + "Version": "1.0.0.0", + "ExportedCommands": [ { - "Name": "Set-VpnConnectionProxy" + "Name": "Get-IseSnippet" }, { - "Name": "Set-VpnConnectionTriggerDnsConfiguration" + "Name": "Import-IseSnippet" }, { - "Name": "Set-VpnConnectionTriggerTrustedNetwork" + "Name": "New-IseSnippet" } ], "ExportedAliases": [ @@ -6581,44 +6241,26 @@ ] }, { - "Name": "Wdac", + "Name": "Kds", "Version": "1.0.0.0", "ExportedCommands": [ { - "Name": "Add-OdbcDsn" - }, - { - "Name": "Disable-OdbcPerfCounter" - }, - { - "Name": "Disable-WdacBidTrace" - }, - { - "Name": "Enable-OdbcPerfCounter" - }, - { - "Name": "Enable-WdacBidTrace" - }, - { - "Name": "Get-OdbcDriver" - }, - { - "Name": "Get-OdbcDsn" + "Name": "Add-KdsRootKey" }, { - "Name": "Get-OdbcPerfCounter" + "Name": "Clear-KdsCache" }, { - "Name": "Get-WdacBidTrace" + "Name": "Get-KdsConfiguration" }, { - "Name": "Remove-OdbcDsn" + "Name": "Get-KdsRootKey" }, { - "Name": "Set-OdbcDriver" + "Name": "Set-KdsConfiguration" }, { - "Name": "Set-OdbcDsn" + "Name": "Test-KdsRootKey" } ], "ExportedAliases": [ @@ -6626,17 +6268,14 @@ ] }, { - "Name": "WindowsDeveloperLicense", - "Version": "1.0.0.0", + "Name": "Microsoft.PowerShell.Archive", + "Version": "1.0.1.0", "ExportedCommands": [ { - "Name": "Get-WindowsDeveloperLicense" - }, - { - "Name": "Show-WindowsDeveloperLicenseRegistration" + "Name": "Compress-Archive" }, { - "Name": "Unregister-WindowsDeveloperLicense" + "Name": "Expand-Archive" } ], "ExportedAliases": [ @@ -6644,17 +6283,23 @@ ] }, { - "Name": "WindowsErrorReporting", - "Version": "1.0", + "Name": "Microsoft.PowerShell.Diagnostics", + "Version": "3.0.0.0", "ExportedCommands": [ { - "Name": "Disable-WindowsErrorReporting" + "Name": "Export-Counter" }, { - "Name": "Enable-WindowsErrorReporting" + "Name": "Get-Counter" }, { - "Name": "Get-WindowsErrorReporting" + "Name": "Get-WinEvent" + }, + { + "Name": "Import-Counter" + }, + { + "Name": "New-WinEvent" } ], "ExportedAliases": [ @@ -6662,14 +6307,14 @@ ] }, { - "Name": "WindowsSearch", - "Version": "1.0.0.0", + "Name": "Microsoft.PowerShell.Host", + "Version": "3.0.0.0", "ExportedCommands": [ { - "Name": "Get-WindowsSearchSetting" + "Name": "Start-Transcript" }, { - "Name": "Set-WindowsSearchSetting" + "Name": "Stop-Transcript" } ], "ExportedAliases": [ @@ -6677,151793 +6322,145106 @@ ] }, { - "Name": "WindowsUpdate", + "Name": "Microsoft.PowerShell.LocalAccounts", "Version": "1.0.0.0", "ExportedCommands": [ { - "Name": "Get-WindowsUpdateLog" + "Name": "Add-LocalGroupMember" + }, + { + "Name": "Disable-LocalUser" + }, + { + "Name": "Enable-LocalUser" + }, + { + "Name": "Get-LocalGroup" + }, + { + "Name": "Get-LocalGroupMember" + }, + { + "Name": "Get-LocalUser" + }, + { + "Name": "New-LocalGroup" + }, + { + "Name": "New-LocalUser" + }, + { + "Name": "Remove-LocalGroup" + }, + { + "Name": "Remove-LocalGroupMember" + }, + { + "Name": "Remove-LocalUser" + }, + { + "Name": "Rename-LocalGroup" + }, + { + "Name": "Rename-LocalUser" + }, + { + "Name": "Set-LocalGroup" + }, + { + "Name": "Set-LocalUser" } ], "ExportedAliases": [ - + "algm", + "dlu", + "elu", + "glg", + "glgm", + "glu", + "nlg", + "nlu", + "rlg", + "rlgm", + "rlu", + "rnlg", + "rnlu", + "slg", + "slu" ] }, { - "Name": "WindowsUpdateProvider", - "Version": "1.0.0.2", + "Name": "Microsoft.PowerShell.Management", + "Version": "3.1.0.0", "ExportedCommands": [ { - "Name": "Get-WUAVersion" + "Name": "Add-Computer" }, { - "Name": "Get-WUIsPendingReboot" + "Name": "Add-Content" }, { - "Name": "Get-WULastInstallationDate" + "Name": "Checkpoint-Computer" }, { - "Name": "Get-WULastScanSuccessDate" + "Name": "Clear-Content" }, { - "Name": "Install-WUUpdates" + "Name": "Clear-EventLog" }, { - "Name": "Start-WUScan" - } - ], - "ExportedAliases": [ - - ] - } - ], - "Types": [ - { - "Name": "IAccPropServices", - "Namespace": "Accessibility" - }, - { - "Name": "IAccPropServer", - "Namespace": "Accessibility" - }, - { - "Name": "AnnoScope", - "Namespace": "Accessibility" - }, - { - "Name": "_RemotableHandle", - "Namespace": "Accessibility" - }, - { - "Name": "CAccPropServices", - "Namespace": "Accessibility" - }, - { - "Name": "CAccPropServicesClass", - "Namespace": "Accessibility" - }, - { - "Name": "__MIDL_IWinTypes_0009", - "Namespace": "Accessibility" - }, - { - "Name": "IAccessible", - "Namespace": "Accessibility" - }, - { - "Name": "IAccessibleHandler", - "Namespace": "Accessibility" - }, - { - "Name": "IAccIdentity", - "Namespace": "Accessibility" - }, - { - "Name": "CppCodeGeneratorBase", - "Namespace": "Microsoft.VisualC" - }, - { - "Name": "CppCodeGenerator", - "Namespace": "Microsoft.VisualC" - }, - { - "Name": "CppCodeGenerator7", - "Namespace": "Microsoft.VisualC" - }, - { - "Name": "CppCodeProvider", - "Namespace": "Microsoft.VisualC" - }, - { - "Name": "CppCodeProvider10", - "Namespace": "Microsoft.VisualC" - }, - { - "Name": "CppCodeProvider7", - "Namespace": "Microsoft.VisualC" - }, - { - "Name": "SymbolTableStack", - "Namespace": "Microsoft.VisualC" - }, - { - "Name": "TypeRelationship", - "Namespace": "Microsoft.VisualC" - }, - { - "Name": "CodeDomTypeInfo", - "Namespace": "Microsoft.VisualC" - }, - { - "Name": "EventViewerInstaller", - "Namespace": "Microsoft.EventViewer.SnapIn" - }, - { - "Name": "EventViewerSnapIn", - "Namespace": "Microsoft.EventViewer.SnapIn" - }, - { - "Name": "EventViewerExtension", - "Namespace": "Microsoft.EventViewer.SnapIn" - }, - { - "Name": "EventViewerHomepage", - "Namespace": "Microsoft.EventViewer.SnapIn" - }, - { - "Name": "WorkflowBuildMessageTask", - "Namespace": "Microsoft.Activities.Build" - }, - { - "Name": "DebugBuildExtension", - "Namespace": "Microsoft.Activities.Build.Debugger" - }, - { - "Name": "ExpressionsBuildExtension", - "Namespace": "Microsoft.Activities.Build.Expressions" - }, - { - "Name": "ReportDeferredValidationErrorsTask", - "Namespace": "Microsoft.Activities.Build.Validation" - }, - { - "Name": "DeferredValidationTask", - "Namespace": "Microsoft.Activities.Build.Validation" - }, - { - "Name": "CommonResources", - "Namespace": "Microsoft.Alm" - }, - { - "Name": "IProgressVisualizer", - "Namespace": "Microsoft.Alm.ProgressObservation" - }, - { - "Name": "ProgressVisualizerControl", - "Namespace": "Microsoft.Alm.ProgressObservation.View" - }, - { - "Name": "ProgressControllerViewModel", - "Namespace": "Microsoft.Alm.ProgressObservation.ViewModels" - }, - { - "Name": "ProgressStepViewModel", - "Namespace": "Microsoft.Alm.ProgressObservation.ViewModels" - }, - { - "Name": "ProgressViewModel", - "Namespace": "Microsoft.Alm.ProgressObservation.ViewModels" - }, - { - "Name": "CancellationSupportChangedEventArgs", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "IProgressController", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "IProgressEvents", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "IProgressStep", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "IProgressStepDefinition", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "IProgressStepExecutionEvents", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "IProgressStepFactory", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "IProgressStepOperation", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "ProgressControllerFinishedEventArgs", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "ProgressControllerHelper", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "ProgressControllerResult", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "ProgressEventArgs", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "ProgressStepDefinition", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "StepAttributes", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "StepExecution", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "StepExecutionChangedEventArgs", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "StepExecutionState", - "Namespace": "Microsoft.Alm.ProgressController" - }, - { - "Name": "ErrorNotificationMananger", - "Namespace": "Microsoft.Alm.ProgressController.ErrorNotification" - }, - { - "Name": "IErrorNotificationManager", - "Namespace": "Microsoft.Alm.ProgressController.ErrorNotification" - }, - { - "Name": "IProgressErrorNotifier", - "Namespace": "Microsoft.Alm.ProgressController.ErrorNotification" - }, - { - "Name": "BatchedObservableCollection`1", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "CollectionTransformation", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "TransformedCollection`3", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "AggregateCommand", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "CommandCollection", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "AsyncRelayCommand", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "IOwnedCommand", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "RelayCommand", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "CanExecuteDependsOnPropertyAttribute", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "DependsOnPropertyAttribute", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "NotifyPropertyChangedDispatcherObject", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "ValueDependsOnCollectionAttribute", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "ValueDependsOnExternalPropertyAttribute", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "ValueDependsOnPropertyAttribute", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "ViewModelBase", - "Namespace": "Microsoft.Alm.MVVM" - }, - { - "Name": "ArgumentListException", - "Namespace": "Microsoft.Alm.CommandLine" - }, - { - "Name": "ArgumentParser", - "Namespace": "Microsoft.Alm.CommandLine" - }, - { - "Name": "Arguments", - "Namespace": "Microsoft.Alm.CommandLine" - }, - { - "Name": "InvalidOptionDefinitionException", - "Namespace": "Microsoft.Alm.CommandLine" - }, - { - "Name": "IOptionResolver", - "Namespace": "Microsoft.Alm.CommandLine" - }, - { - "Name": "OptionResolverExtensions", - "Namespace": "Microsoft.Alm.CommandLine" - }, - { - "Name": "Option", - "Namespace": "Microsoft.Alm.CommandLine" - }, - { - "Name": "OptionDefinition", - "Namespace": "Microsoft.Alm.CommandLine" - }, - { - "Name": "OptionOccurrences", - "Namespace": "Microsoft.Alm.CommandLine" - }, - { - "Name": "OptionResolver", - "Namespace": "Microsoft.Alm.CommandLine" - }, - { - "Name": "OptionStyle", - "Namespace": "Microsoft.Alm.CommandLine" - }, - { - "Name": "PreprocessedArguments", - "Namespace": "Microsoft.Alm.CommandLine" - }, - { - "Name": "AsyncTaskEventArgs", - "Namespace": "Microsoft.Alm.Threading" - }, - { - "Name": "AsyncTaskManager", - "Namespace": "Microsoft.Alm.Threading" - }, - { - "Name": "ArgumentValidation", - "Namespace": "Microsoft.Alm.Common" - }, - { - "Name": "ValidatedNotNullAttribute", - "Namespace": "Microsoft.Alm.Common" - }, - { - "Name": "AlmTaskExtensions", - "Namespace": "System.Threading.Tasks" - }, - { - "Name": "BranchPage", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "ConfirmationPage", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "TitleType", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "ButtonType", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "OrientationPanelStepMode", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "FiniteProgressPage", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "InfiniteProgressPage", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "ProgressPage", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "SummaryPage", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "WizardActionStatus", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "WizardAction", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "HelpInvokedEventHandler", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "HelpInvokedEventArgs", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "WizardForm", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "WizardFrameworkException", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "WizardPage", - "Namespace": "Microsoft.ApplicationId.Framework" - }, - { - "Name": "HelpLinkTextAndTopic", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "RuleWizard", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "BeforeYouStartPage", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "PermissionsPage", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "PermissionsControl", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "RestrictionsPage", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "RestrictionsControl", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "RuleNamePage", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "RuleNameControl", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "ConditionTypeEnum", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "ConditionTypePage", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "FQPNPage", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "FQPNControl", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "FQBNPage", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "FQBNControl", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "HashPage", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "HashControl", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "InvalidPathConditionException", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "InvalidPublisherConditionException", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "BrowseDSObjectsDialog", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "RuleControlChangedEventArgs", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "RuleControlChangedEventHandler", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "FQBNConditionForm", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "FQPNConditionForm", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "HashConditionForm", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "ProgressForm", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "AppxListView", - "Namespace": "Microsoft.ApplicationId.RuleWizard" - }, - { - "Name": "MyInstall", - "Namespace": "AppvPublishingServerWMI" - }, - { - "Name": "AppvPublishingServer", - "Namespace": "Microsoft.AppV.AppvPublishingServerWMI" - }, - { - "Name": "AppvClientApplication", - "Namespace": "Microsoft.AppV.AppvClientWmi" - }, - { - "Name": "AppvClientAsset", - "Namespace": "Microsoft.AppV.AppvClientWmi" - }, - { - "Name": "AppvClientPackage", - "Namespace": "Microsoft.AppV.AppvClientWmi" - }, - { - "Name": "AppvClientConnectionGroup", - "Namespace": "Microsoft.AppV.AppvClientWmi" - }, - { - "Name": "CodeElementExtensions", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "CodeGenerationContext", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "CodeGenerator", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "CodeGeneratorFactory", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "CodeGeneratorInformation", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "ICategoryRegistrationService", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "ICodeGenerator", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "ICodeGeneratorActionsService", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "ICodeGeneratorDialogInvoker", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "ICodeGeneratorFilesLocator", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "CodePropertyExtensions", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "CodeTypeExtensions", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "CodeTypeRefExtensions", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "ICodeTypeService", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "IReflectedTypesService", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "IRollbackService", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "IVisualStudioInformation", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "IRollbackServiceUndoManagement", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "ProjectExtensions", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "ProjectLanguage", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "Categories", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "IServiceRegistrar", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "SCodeGeneratorDialog", - "Namespace": "Microsoft.AspNet.Scaffolding" - }, - { - "Name": "ITemplateInvoker", - "Namespace": "Microsoft.AspNet.Scaffolding.Templating" - }, - { - "Name": "ScaffoldingAssemblyDirectiveProcessor", - "Namespace": "Microsoft.AspNet.Scaffolding.Templating" - }, - { - "Name": "TemplateProcessingError", - "Namespace": "Microsoft.AspNet.Scaffolding.Templating" - }, - { - "Name": "TemplateProcessingResult", - "Namespace": "Microsoft.AspNet.Scaffolding.Templating" - }, - { - "Name": "INuGetService", - "Namespace": "Microsoft.AspNet.Scaffolding.NuGet" - }, - { - "Name": "NuGetPackage", - "Namespace": "Microsoft.AspNet.Scaffolding.NuGet" - }, - { - "Name": "NuGetRegistryRepository", - "Namespace": "Microsoft.AspNet.Scaffolding.NuGet" - }, - { - "Name": "NuGetRepository", - "Namespace": "Microsoft.AspNet.Scaffolding.NuGet" - }, - { - "Name": "NuGetSourceRepository", - "Namespace": "Microsoft.AspNet.Scaffolding.NuGet" - }, - { - "Name": "VSExtensionPackagesRepository", - "Namespace": "Microsoft.AspNet.Scaffolding.NuGet" - }, - { - "Name": "AssociationDirection", - "Namespace": "Microsoft.AspNet.Scaffolding.Core.Metadata" - }, - { - "Name": "ModelMetadata", - "Namespace": "Microsoft.AspNet.Scaffolding.Core.Metadata" - }, - { - "Name": "PropertyMetadata", - "Namespace": "Microsoft.AspNet.Scaffolding.Core.Metadata" - }, - { - "Name": "RelatedModelMetadata", - "Namespace": "Microsoft.AspNet.Scaffolding.Core.Metadata" - }, - { - "Name": "IVsPackageInstaller", - "Namespace": "NuGet.VisualStudio" - }, - { - "Name": "IVsPackageInstallerServices", - "Namespace": "NuGet.VisualStudio" - }, - { - "Name": "Reference", - "Namespace": "VSLangProj" - }, - { - "Name": "References", - "Namespace": "VSLangProj" - }, - { - "Name": "VSProject", - "Namespace": "VSLangProj" - }, - { - "Name": "DynamicModelResources", - "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework" - }, - { - "Name": "CodeTypeExtensions", - "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework" - }, - { - "Name": "IEntityFrameworkService", - "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework" - }, - { - "Name": "EFColumnProperties", - "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework.Infrastructure" - }, - { - "Name": "IDynamicModel", - "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework.Infrastructure" - }, - { - "Name": "IDynamicModelFactory", - "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework.Infrastructure" - }, - { - "Name": "IEFColumnPropertiesProvider", - "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework.Infrastructure" - }, - { - "Name": "MetadataReader", - "Namespace": "Microsoft.AspNet.Scaffolding.EntityFramework.Infrastructure" - }, - { - "Name": "Reference", - "Namespace": "VSLangProj" - }, - { - "Name": "References", - "Namespace": "VSLangProj" - }, - { - "Name": "VSProject", - "Namespace": "VSLangProj" - }, - { - "Name": "AddBitsFileCommand", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "BitsPSSnapIn", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "BitsJobType", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "BitsJobState", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "BitsJobPriority", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "AuthenticationTargetValue", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "CostStates", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "BitsJobProxyUsage", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "BitsErrorContext", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "BitsErrorCondition", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "BitsFile", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "BitsJob", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "ClearBitsTransferCommand", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "CompleteBitsTransferCommand", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "GetBitsTransfer", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "NewBitsTransferCommand", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "ResumeBitsTransferCommand", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "SetBitsTransferCommand", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "SuspendBitsTransferCommand", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" - }, - { - "Name": "BuildAbortedException", - "Namespace": "Microsoft.Build.Exceptions" - }, - { - "Name": "InternalLoggerException", - "Namespace": "Microsoft.Build.Exceptions" - }, - { - "Name": "InvalidProjectFileException", - "Namespace": "Microsoft.Build.Exceptions" - }, - { - "Name": "InvalidToolsetDefinitionException", - "Namespace": "Microsoft.Build.Exceptions" - }, - { - "Name": "ForwardingLoggerRecord", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "WriteHandler", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "ColorSetter", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "ColorResetter", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "ConsoleLogger", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "DistributedFileLogger", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "ConfigurableForwardingLogger", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "LoggerDescription", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "FileLogger", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "ProjectElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectElementContainer", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectImportElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectImportGroupElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectItemDefinitionGroupElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectItemDefinitionElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectItemGroupElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectItemElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectMetadataElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectOnErrorElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectOtherwiseElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectOutputElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectExtensionsElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectPropertyGroupElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectPropertyElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectTargetElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectTaskElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectUsingTaskElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectRootElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectChooseElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectWhenElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "UsingTaskParameterGroupElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectUsingTaskParameterElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectUsingTaskBodyElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "SolutionConfigurationInSolution", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectConfigurationInSolution", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "SolutionProjectType", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectInSolution", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "SolutionFile", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ElementLocation", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectCollectionChangedState", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectCollectionChangedEventArgs", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectChangedEventArgs", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectXmlChangedEventArgs", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ToolsetDefinitionLocations", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectCollection", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectLoadSettings", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "Project", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectItem", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectItemDefinition", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectMetadata", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectProperty", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ResolvedImport", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "SubToolset", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "Toolset", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "NodeEngineShutdownReason", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildManager", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildParameters", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildSubmissionCompleteCallback", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildSubmission", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildRequestDataFlags", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildRequestData", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "OutOfProcNode", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildResultCode", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildResult", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "TargetResultCode", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ITargetResult", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "TargetResult", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "NodeAffinity", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "HostServices", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectTargetInstanceChild", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectTaskInstanceChild", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectInstanceSettings", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectItemDefinitionInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectItemGroupTaskInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectItemGroupTaskItemInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectItemGroupTaskMetadataInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectItemInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectMetadataInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectOnErrorInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectPropertyGroupTaskInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectPropertyGroupTaskPropertyInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectPropertyInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectTargetInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectTaskInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectTaskOutputItemInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectTaskOutputPropertyInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "DebuggerManager", - "Namespace": "Microsoft.Build.Debugging" - }, - { - "Name": "BuildAbortedException", - "Namespace": "Microsoft.Build.Exceptions" - }, - { - "Name": "InternalLoggerException", - "Namespace": "Microsoft.Build.Exceptions" - }, - { - "Name": "InvalidProjectFileException", - "Namespace": "Microsoft.Build.Exceptions" - }, - { - "Name": "InvalidToolsetDefinitionException", - "Namespace": "Microsoft.Build.Exceptions" - }, - { - "Name": "ForwardingLoggerRecord", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "WriteHandler", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "ColorSetter", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "ColorResetter", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "ConsoleLogger", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "DistributedFileLogger", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "ConfigurableForwardingLogger", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "LoggerDescription", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "FileLogger", - "Namespace": "Microsoft.Build.Logging" - }, - { - "Name": "ProjectElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectElementContainer", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectImportElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectImportGroupElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectItemDefinitionGroupElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectItemDefinitionElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectItemGroupElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectItemElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectMetadataElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectOnErrorElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectOtherwiseElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectOutputElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectExtensionsElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectPropertyGroupElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectPropertyElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectTargetElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectTaskElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectUsingTaskElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectRootElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectChooseElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectWhenElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "UsingTaskParameterGroupElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectUsingTaskParameterElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectUsingTaskBodyElement", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ElementLocation", - "Namespace": "Microsoft.Build.Construction" - }, - { - "Name": "ProjectCollectionChangedState", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectCollectionChangedEventArgs", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectChangedEventArgs", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectXmlChangedEventArgs", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ToolsetDefinitionLocations", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectCollection", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectLoadSettings", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "Project", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectItem", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectItemDefinition", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectMetadata", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ProjectProperty", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "ResolvedImport", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "SubToolset", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "Toolset", - "Namespace": "Microsoft.Build.Evaluation" - }, - { - "Name": "NodeEngineShutdownReason", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildManager", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildParameters", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildSubmissionCompleteCallback", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildSubmission", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildRequestDataFlags", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildRequestData", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "OutOfProcNode", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildResultCode", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "BuildResult", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "TargetResultCode", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ITargetResult", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "TargetResult", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "NodeAffinity", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "HostServices", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectTargetInstanceChild", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectTaskInstanceChild", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectInstanceSettings", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectItemDefinitionInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectItemGroupTaskInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectItemGroupTaskItemInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectItemGroupTaskMetadataInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectItemInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectMetadataInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectOnErrorInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectPropertyGroupTaskInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectPropertyGroupTaskPropertyInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectPropertyInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectTargetInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectTaskInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectTaskOutputItemInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectTaskOutputPropertyInstance", - "Namespace": "Microsoft.Build.Execution" - }, - { - "Name": "ProjectFileConverter", - "Namespace": "Microsoft.Build.Conversion" - }, - { - "Name": "ProjectFileConverter", - "Namespace": "Microsoft.Build.Conversion" - }, - { - "Name": "FXC", - "Namespace": "Microsoft.Build.FXCTask" - }, - { - "Name": "IsAssembly", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ClangCompile", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "CustomBuild", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "SetEnv", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "LIB", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "METAGEN", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "AsmMeta", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "MIBProcessDependencyGraphBase", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "MIBPreProcessDependencyGraph", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "MIBPostProcessDependencyGraph", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "MultiToolTask", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "RC", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "Mt", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "MIDL", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "TaskDependencyScheduler", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "TrackedVCToolTaskInterfaceHelper", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "XSD", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "BSCMake", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "XDCMake", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "VCToolTask", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "PropertyRelation", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "ArgumentRelation", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "ToolSwitchType", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "ToolSwitch", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "TrackedVCToolTask", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "Helpers", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "GetOutputFileName", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "CPPClean", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "VCMessage", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "CL", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "CLCommandLine", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "Link", - "Namespace": "Microsoft.Build.CPPTasks" - }, - { - "Name": "BuildTask", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildSettings", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ProjectLoadSettings", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ToolsetDefinitionLocations", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "Engine", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "Import", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ImportCollection", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "PropertyPosition", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "Project", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "Target", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "TargetCollection", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "Toolset", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ToolsetCollection", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "UsingTask", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "UsingTaskCollection", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "Utilities", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "InternalLoggerException", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "InvalidProjectFileException", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "InvalidToolsetDefinitionException", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "RemoteErrorException", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildItem", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildItemGroup", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildItemGroupCollection", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "LocalNode", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "WriteHandler", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ColorSetter", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ColorResetter", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ConsoleLogger", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "DistributedFileLogger", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ConfigurableForwardingLogger", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "LoggerDescription", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "FileLogger", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildProperty", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildPropertyGroup", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildPropertyGroupCollection", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "SolutionWrapperProject", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildTask", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildSettings", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ProjectLoadSettings", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ToolsetDefinitionLocations", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "Engine", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "Import", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ImportCollection", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "PropertyPosition", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "Project", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "Target", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "TargetCollection", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "Toolset", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ToolsetCollection", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "UsingTask", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "UsingTaskCollection", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "Utilities", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "InternalLoggerException", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "InvalidProjectFileException", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "InvalidToolsetDefinitionException", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "RemoteErrorException", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildItem", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildItemGroup", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildItemGroupCollection", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "LocalNode", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "WriteHandler", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ColorSetter", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ColorResetter", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ConsoleLogger", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "DistributedFileLogger", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "ConfigurableForwardingLogger", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "LoggerDescription", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "FileLogger", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildProperty", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildPropertyGroup", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildPropertyGroupCollection", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "SolutionWrapperProject", - "Namespace": "Microsoft.Build.BuildEngine" - }, - { - "Name": "BuildEngineResult", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildErrorEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildFinishedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "MessageImportance", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildMessageEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildStartedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildStatusEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildWarningEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "CriticalBuildMessageEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "CustomBuildEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ExternalProjectFinishedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ExternalProjectStartedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IBuildEngine3", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "RegisteredTaskObjectLifetime", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IBuildEngine4", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IGeneratedTask", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "LazyFormattedBuildEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IBuildEngine", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IBuildEngine2", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IEventRedirector", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildMessageEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildErrorEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildWarningEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "CustomBuildEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildStartedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildFinishedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ProjectStartedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ProjectFinishedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TargetStartedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TargetFinishedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TaskStartedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TaskFinishedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildStatusEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "AnyEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IEventSource", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IForwardingLogger", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "LoggerVerbosity", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ILogger", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "INodeLogger", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ITask", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ICancelableTask", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ITaskFactory", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ITaskFactory2", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ITaskHost", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ITaskItem", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ITaskItem2", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "LoadInSeparateAppDomainAttribute", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "LoggerException", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildEventContext", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "OutputAttribute", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ProjectFinishedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ProjectStartedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "RequiredAttribute", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "RequiredRuntimeAttribute", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "RunInMTAAttribute", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "RunInSTAAttribute", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TargetFinishedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TargetStartedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TaskCommandLineEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TaskFinishedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TaskPropertyInfo", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TaskStartedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "Argument", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "BaseProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "BoolProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "Category", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "CategorySchema", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "ContentType", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "DefaultValueSourceLocation", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "DataSource", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "DynamicEnumProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "EnumProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "EnumValue", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "FileExtension", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "IntProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "IProjectSchemaNode", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "ItemType", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "NameValuePair", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "ProjectSchemaDefinitions", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "RuleOverrideMode", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "Rule", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "RuleBag", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "RuleSchema", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "StringListProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "StringProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "ValueEditor", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "BuildEngineResult", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildErrorEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildFinishedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "MessageImportance", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildMessageEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildStartedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildStatusEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildWarningEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "CriticalBuildMessageEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "CustomBuildEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ExternalProjectFinishedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ExternalProjectStartedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IBuildEngine3", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "RegisteredTaskObjectLifetime", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IBuildEngine4", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IGeneratedTask", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "LazyFormattedBuildEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IBuildEngine", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IBuildEngine2", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IEventRedirector", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildMessageEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildErrorEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildWarningEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "CustomBuildEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildStartedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildFinishedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ProjectStartedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ProjectFinishedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TargetStartedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TargetFinishedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TaskStartedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TaskFinishedEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildStatusEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "AnyEventHandler", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IEventSource", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "IForwardingLogger", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "LoggerVerbosity", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ILogger", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "INodeLogger", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ITask", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ICancelableTask", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ITaskFactory", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ITaskFactory2", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ITaskHost", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ITaskItem", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ITaskItem2", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "LoadInSeparateAppDomainAttribute", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "LoggerException", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "BuildEventContext", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "OutputAttribute", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ProjectFinishedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "ProjectStartedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "RequiredAttribute", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "RequiredRuntimeAttribute", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "RunInMTAAttribute", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "RunInSTAAttribute", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TargetFinishedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TargetStartedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TaskCommandLineEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TaskFinishedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TaskPropertyInfo", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "TaskStartedEventArgs", - "Namespace": "Microsoft.Build.Framework" - }, - { - "Name": "Argument", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "BaseProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "BoolProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "Category", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "CategorySchema", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "ContentType", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "DefaultValueSourceLocation", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "DataSource", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "DynamicEnumProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "EnumProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "EnumValue", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "FileExtension", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "IntProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "IProjectSchemaNode", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "ItemType", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "NameValuePair", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "ProjectSchemaDefinitions", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "RuleOverrideMode", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "Rule", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "RuleBag", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "RuleSchema", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "StringListProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "StringProperty", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "ValueEditor", - "Namespace": "Microsoft.Build.Framework.XamlTypes" - }, - { - "Name": "RSAPKCS1SHA256SignatureDescription", - "Namespace": "System.Deployment.Internal.CodeSigning" - }, - { - "Name": "TaskLoggingHelperExtension", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "AL", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "AppDomainIsolatedTaskExtension", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "AspNetCompiler", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GenerateBindingRedirects", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveAssemblyReference", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "AssignCulture", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "AssignLinkMetadata", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "AssignProjectConfiguration", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "AssignTargetPath", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveComReference", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CallTarget", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CodeTaskFactory", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CombinePath", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CommandLineBuilderExtension", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ConvertToAbsolutePath", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Copy", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CreateCSharpManifestResourceName", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CreateItem", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CreateManifestResourceName", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CreateProperty", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CreateVisualBasicManifestResourceName", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Delete", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Error", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ErrorFromResources", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Exec", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ExtractedClassName", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ReadLinesFromFile", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "WriteLinesToFile", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "FindAppConfigFile", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "FindInList", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "FindInvalidProjectReferences", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "FormatUrl", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "FormatVersion", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GenerateApplicationManifest", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GenerateBootstrapper", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GenerateDeploymentManifest", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GenerateManifestBase", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GenerateTrustInfo", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GenerateResource", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GetAssemblyIdentity", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GetFrameworkPath", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GetFrameworkSdkPath", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GetInstalledSDKLocations", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GetReferenceAssemblyPaths", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GetSDKReferenceFiles", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "LC", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "FindUnderPath", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "RemoveDuplicates", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "MakeDir", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Move", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Message", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "MSBuild", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "IFixedTypeInfo", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "RegisterAssembly", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "RemoveDir", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveCodeAnalysisRuleSet", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveKeySource", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveManifestFiles", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveNativeReference", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveProjectBase", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveNonMSBuildProjectOutput", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveSDKReference", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "RequiresFramework35SP1Assembly", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "SGen", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "SignFile", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "TaskExtension", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ToolTaskExtension", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Touch", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "UnregisterAssembly", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "UpdateManifest", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "WinMDExp", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "WriteCodeFragment", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "XamlTaskFactory", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "XmlPeek", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "XmlPoke", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "XslTransformation", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Warning", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CommandLineGenerator", - "Namespace": "Microsoft.Build.Tasks.Xaml" - }, - { - "Name": "CommandLineToolSwitchType", - "Namespace": "Microsoft.Build.Tasks.Xaml" - }, - { - "Name": "CommandLineToolSwitch", - "Namespace": "Microsoft.Build.Tasks.Xaml" - }, - { - "Name": "PropertyRelation", - "Namespace": "Microsoft.Build.Tasks.Xaml" - }, - { - "Name": "CommandLineArgumentRelation", - "Namespace": "Microsoft.Build.Tasks.Xaml" - }, - { - "Name": "XamlDataDrivenToolTask", - "Namespace": "Microsoft.Build.Tasks.Xaml" - }, - { - "Name": "ICscHostObject", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "ICscHostObject2", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "ICscHostObject3", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "ICscHostObject4", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "IVbcHostObject", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "IVbcHostObject2", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "IVbcHostObject3", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "IVbcHostObject4", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "IVbcHostObject5", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "IVbcHostObjectFreeThreaded", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "IAnalyzerHostObject", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "ApplicationIdentity", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "ApplicationManifest", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "AssemblyIdentity", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "AssemblyManifest", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "AssemblyReferenceType", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "AssemblyReference", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "AssemblyReferenceCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "BaseReference", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "CompatibleFramework", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "CompatibleFrameworkCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "UpdateMode", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "UpdateUnit", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "DeployManifest", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "FileAssociation", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "FileAssociationCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "FileReference", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "ComClass", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "TypeLib", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "WindowClass", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "ProxyStub", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "FileReferenceCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "Manifest", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "ManifestReader", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "ManifestWriter", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "OutputMessageType", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "OutputMessage", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "OutputMessageCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "SecurityUtilities", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "TrustInfo", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "BootstrapperBuilder", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "BuildMessage", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "BuildResults", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "BuildSettings", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IBootstrapperBuilder", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IBuildSettings", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IProduct", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IProductCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IProductBuilder", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IProductBuilderCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IBuildResults", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IBuildMessage", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "BuildMessageSeverity", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "ComponentsLocation", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "Product", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "ProductBuilder", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "ProductBuilderCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "ProductCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "TaskLoggingHelperExtension", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "AL", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "AppDomainIsolatedTaskExtension", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "AspNetCompiler", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveAssemblyReference", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "AssignCulture", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "AssignProjectConfiguration", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "AssignTargetPath", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveComReference", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CallTarget", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CodeTaskFactory", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CombinePath", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CommandLineBuilderExtension", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ConvertToAbsolutePath", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Copy", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CreateCSharpManifestResourceName", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CreateItem", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CreateManifestResourceName", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CreateProperty", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CreateVisualBasicManifestResourceName", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Csc", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Delete", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Error", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Exec", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ExtractedClassName", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ReadLinesFromFile", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "WriteLinesToFile", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "FindAppConfigFile", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "FindInList", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "FormatUrl", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "FormatVersion", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GenerateApplicationManifest", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GenerateBootstrapper", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GenerateDeploymentManifest", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GenerateManifestBase", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GenerateTrustInfo", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GenerateResource", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GetAssemblyIdentity", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GetFrameworkPath", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GetFrameworkSdkPath", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GetInstalledSDKLocations", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GetReferenceAssemblyPaths", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "GetSDKReferenceFiles", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "LC", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "FindUnderPath", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "RemoveDuplicates", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "MakeDir", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ManagedCompiler", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Move", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Message", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "MSBuild", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "IFixedTypeInfo", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "RegisterAssembly", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "RemoveDir", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveKeySource", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveManifestFiles", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveNativeReference", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveProjectBase", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveNonMSBuildProjectOutput", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ResolveSDKReference", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "RequiresFramework35SP1Assembly", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "SGen", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "SignFile", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "TaskExtension", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "ToolTaskExtension", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Touch", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "UnregisterAssembly", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "UpdateManifest", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Vbc", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "WinMDExp", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "WriteCodeFragment", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "XamlTaskFactory", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "XmlPeek", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "XmlPoke", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "XslTransformation", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "Warning", - "Namespace": "Microsoft.Build.Tasks" - }, - { - "Name": "CommandLineGenerator", - "Namespace": "Microsoft.Build.Tasks.Xaml" - }, - { - "Name": "CommandLineToolSwitchType", - "Namespace": "Microsoft.Build.Tasks.Xaml" - }, - { - "Name": "CommandLineToolSwitch", - "Namespace": "Microsoft.Build.Tasks.Xaml" - }, - { - "Name": "PropertyRelation", - "Namespace": "Microsoft.Build.Tasks.Xaml" - }, - { - "Name": "CommandLineArgumentRelation", - "Namespace": "Microsoft.Build.Tasks.Xaml" - }, - { - "Name": "XamlDataDrivenToolTask", - "Namespace": "Microsoft.Build.Tasks.Xaml" - }, - { - "Name": "ICscHostObject", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "ICscHostObject2", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "ICscHostObject3", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "ICscHostObject4", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "IVbcHostObject", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "IVbcHostObject2", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "IVbcHostObject3", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "IVbcHostObject4", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "IVbcHostObject5", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "IVbcHostObjectFreeThreaded", - "Namespace": "Microsoft.Build.Tasks.Hosting" - }, - { - "Name": "ApplicationIdentity", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "ApplicationManifest", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "AssemblyIdentity", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "AssemblyManifest", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "AssemblyReferenceType", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "AssemblyReference", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "AssemblyReferenceCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "BaseReference", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "CompatibleFramework", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "CompatibleFrameworkCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "UpdateMode", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "UpdateUnit", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "DeployManifest", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "FileAssociation", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "FileAssociationCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "FileReference", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "ComClass", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "TypeLib", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "WindowClass", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "ProxyStub", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "FileReferenceCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "Manifest", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "ManifestReader", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "ManifestWriter", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "OutputMessageType", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "OutputMessage", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "OutputMessageCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "SecurityUtilities", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "TrustInfo", - "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" - }, - { - "Name": "BootstrapperBuilder", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "BuildMessage", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "BuildResults", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "BuildSettings", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IBootstrapperBuilder", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IBuildSettings", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IProduct", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IProductCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IProductBuilder", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IProductBuilderCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IBuildResults", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "IBuildMessage", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "BuildMessageSeverity", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "ComponentsLocation", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "Product", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "ProductBuilder", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "ProductBuilderCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "ProductCollection", - "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" - }, - { - "Name": "RSAPKCS1SHA256SignatureDescription", - "Namespace": "System.Deployment.Internal.CodeSigning" - }, - { - "Name": "TaskLoggingHelper", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "AppDomainIsolatedTask", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "AssemblyFoldersExInfo", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "CommandLineBuilder", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "Logger", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "MuxLogger", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "ProcessorArchitecture", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "SDKType", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "TargetPlatformSDK", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "MultipleVersionSupport", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "SDKManifest", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "Task", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "TaskItem", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "TargetDotNetFrameworkVersion", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "VisualStudioVersion", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "DotNetFrameworkArchitecture", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "ToolLocationHelper", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "HostObjectInitializationStatus", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "ToolTask", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "CanonicalTrackedInputFiles", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "FlatTrackingData", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "UpToDateCheckType", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "ExecutableType", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "FileTracker", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "DependencyFilter", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "CanonicalTrackedOutputFiles", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "TrackedDependencies", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "TaskLoggingHelper", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "AppDomainIsolatedTask", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "AssemblyFoldersExInfo", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "CommandLineBuilder", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "Logger", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "MuxLogger", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "ProcessorArchitecture", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "TargetPlatformSDK", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "Task", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "TaskItem", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "TargetDotNetFrameworkVersion", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "VisualStudioVersion", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "DotNetFrameworkArchitecture", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "ToolLocationHelper", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "HostObjectInitializationStatus", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "ToolTask", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "CanonicalTrackedInputFiles", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "FlatTrackingData", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "UpToDateCheckType", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "ExecutableType", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "FileTracker", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "DependencyFilter", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "CanonicalTrackedOutputFiles", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "TrackedDependencies", - "Namespace": "Microsoft.Build.Utilities" - }, - { - "Name": "MyProviderInstaller", - "Namespace": "Microsoft.ConfigurationManager.WinRTProvider" - }, - { - "Name": "Windows8Application", - "Namespace": "Microsoft.ConfigurationManager.WinRTProvider" - }, - { - "Name": "Windows8ApplicationUserInfo", - "Namespace": "Microsoft.ConfigurationManager.WinRTProvider" - }, - { - "Name": "Log", - "Namespace": "Microsoft.ConfigurationManager.ManagedProvider" - }, - { - "Name": "LogTraceListener", - "Namespace": "Microsoft.ConfigurationManager.ManagedProvider" - }, - { - "Name": "CcmLogType", - "Namespace": "Microsoft.ConfigurationManagement.AdminConsole.SmsTraceListener" - }, - { - "Name": "CCMFormatTextWriterTraceListener", - "Namespace": "Microsoft.ConfigurationManagement.AdminConsole.SmsTraceListener" - }, - { - "Name": "SmsLogWriterTraceListener", - "Namespace": "Microsoft.ConfigurationManagement.AdminConsole.SmsTraceListener" - }, - { - "Name": "SmsTextWriterTraceListener", - "Namespace": "Microsoft.ConfigurationManagement.AdminConsole.SmsTraceListener" - }, - { - "Name": "Binder", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "CSharpArgumentInfo", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "CSharpArgumentInfoFlags", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "CSharpBinderFlags", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "RuntimeBinderException", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "RuntimeBinderInternalCompilerException", - "Namespace": "Microsoft.CSharp.RuntimeBinder" - }, - { - "Name": "EventSource", - "Namespace": "Microsoft.Data.Tools.Schema.Common" - }, - { - "Name": "QueryDeleteDatabaseEventArgs", - "Namespace": "Microsoft.Data.Tools.Schema.Common" - }, - { - "Name": "AfterDeleteDatabaseEventArgs", - "Namespace": "Microsoft.Data.Tools.Schema.Common" - }, - { - "Name": "ContextItem", - "Namespace": "Microsoft.Data.Tools.Design.Core.Context" - }, - { - "Name": "ContextItem`1", - "Namespace": "Microsoft.Data.Tools.Design.Core.Context" - }, - { - "Name": "ContextItemCollection", - "Namespace": "Microsoft.Data.Tools.Design.Core.Context" - }, - { - "Name": "ContextLayer", - "Namespace": "Microsoft.Data.Tools.Design.Core.Context" - }, - { - "Name": "EditingContext", - "Namespace": "Microsoft.Data.Tools.Design.Core.Context" - }, - { - "Name": "PublishServiceCallback", - "Namespace": "Microsoft.Data.Tools.Design.Core.Context" - }, - { - "Name": "PublishServiceCallback`1", - "Namespace": "Microsoft.Data.Tools.Design.Core.Context" - }, - { - "Name": "Selection`2", - "Namespace": "Microsoft.Data.Tools.Design.Core.Context" - }, - { - "Name": "ServiceCollection", - "Namespace": "Microsoft.Data.Tools.Design.Core.Context" - }, - { - "Name": "SubscribeContextCallback", - "Namespace": "Microsoft.Data.Tools.Design.Core.Context" - }, - { - "Name": "SubscribeContextCallback`1", - "Namespace": "Microsoft.Data.Tools.Design.Core.Context" - }, - { - "Name": "SubscribeServiceCallback", - "Namespace": "Microsoft.Data.Tools.Design.Core.Context" - }, - { - "Name": "SubscribeServiceCallback`1", - "Namespace": "Microsoft.Data.Tools.Design.Core.Context" - }, - { - "Name": "PerformEditResult", - "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" - }, - { - "Name": "EndEditFromLostFocusEvnetArgs", - "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" - }, - { - "Name": "EditableContentControl", - "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" - }, - { - "Name": "EditableContentControlWithSingleClickEdit", - "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" - }, - { - "Name": "LoadingUI", - "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" - }, - { - "Name": "StyledHyperlink", - "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" - }, - { - "Name": "BooleanToVisibilityHiddenConverter", - "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" - }, - { - "Name": "BooleanToVisibilityCollapsedConverter", - "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" - }, - { - "Name": "InverseBooleanConverter", - "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" - }, - { - "Name": "NullToVisibilityConverter", - "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" - }, - { - "Name": "NullToReverseVisibilityConverter", - "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" - }, - { - "Name": "SwitchConverter", - "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" - }, - { - "Name": "SwitchCase", - "Namespace": "Microsoft.Data.Tools.Design.Core.Controls" - }, - { - "Name": "DatabaseTestClass", - "Namespace": "Microsoft.Data.Schema.UnitTesting" - }, - { - "Name": "DatabaseTestActions", - "Namespace": "Microsoft.Data.Schema.UnitTesting" - }, - { - "Name": "DatabaseTestAction", - "Namespace": "Microsoft.Data.Schema.UnitTesting" - }, - { - "Name": "ExecutionResult", - "Namespace": "Microsoft.Data.Schema.UnitTesting" - }, - { - "Name": "DatabaseTestServiceAdapter", - "Namespace": "Microsoft.Data.Schema.UnitTesting" - }, - { - "Name": "ExpectedSqlExceptionAttribute", - "Namespace": "Microsoft.Data.Schema.UnitTesting" - }, - { - "Name": "ChecksumCondition", - "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" - }, - { - "Name": "DataSetTestCondition", - "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" - }, - { - "Name": "EmptyResultSetCondition", - "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" - }, - { - "Name": "ExecutionTimeCondition", - "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" - }, - { - "Name": "ExpectedSchemaCondition", - "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" - }, - { - "Name": "InconclusiveCondition", - "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" - }, - { - "Name": "NotEmptyResultSetCondition", - "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" - }, - { - "Name": "RowCountCondition", - "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" - }, - { - "Name": "ScalarValueCondition", - "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" - }, - { - "Name": "TestCondition", - "Namespace": "Microsoft.Data.Schema.UnitTesting.Conditions" - }, - { - "Name": "DtcTransactionPropagation", - "Namespace": "Microsoft.Dtc.PowerShell" - }, - { - "Name": "DtcCmdletBase", - "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics" - }, - { - "Name": "DtcDiagnosticException", - "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics" - }, - { - "Name": "DtcDiagnosticTransaction", - "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics" - }, - { - "Name": "DtcDiagnosticResourceManagerJob", - "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics" - }, - { - "Name": "SendDtcDiagnosticTransactionCommand", - "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" - }, - { - "Name": "ReceiveDtcDiagnosticTransactionCommand", - "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" - }, - { - "Name": "StartDtcDiagnosticResourceManagerCommand", - "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" - }, - { - "Name": "StopDtcDiagnosticResourceManagerCommand", - "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" - }, - { - "Name": "NewDtcDiagnosticTransactionCommand", - "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" - }, - { - "Name": "JoinDtcDiagnosticResourceManagerCommand", - "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" - }, - { - "Name": "UndoDtcDiagnosticTransactionCommand", - "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" - }, - { - "Name": "CompleteDtcDiagnosticTransactionCommand", - "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" - }, - { - "Name": "ServerContext", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "ReportingDataException", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "ReportingType", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "ReportingContext", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "GPOContext", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "RsopContext", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "Trustee", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "PolicySetting", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "ExtensionNames", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "ExtensionIDs", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "IReport", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "IReportFactory", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "ReportFactory", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "Backup", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "ExtensionResults", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "GPOExtension", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "GPOLink", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "GPOUserOrComputerConfig", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "GPO", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "LoggingStatusType", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "RsopExtensionStatus", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "RsopGPOInfo", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "RsopGPLink", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "SOMType", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "SOMReason", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "RsopSOM", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "RsopTargetResults", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "RsopWMICompatibility", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "RsopDataType", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "Rsop", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "GPOIdentifier", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "ErrorDetails", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "GPOExtensionData", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "LoopbackMode", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "GPOScope", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "GPMStarterGPOType", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "Template", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "TemplateContext", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "TemplateIdentifier", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "TemplateUserOrComputerConfig", - "Namespace": "Microsoft.GroupPolicy.Reporting" - }, - { - "Name": "PolicySettingState", - "Namespace": "Microsoft.GroupPolicy.Reporting.Html" - }, - { - "Name": "ISectionFormat", - "Namespace": "Microsoft.GroupPolicy.Reporting.Html" - }, - { - "Name": "XmlDataIslandTemplate", - "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" - }, - { - "Name": "CrimsonEventRecordSection", - "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" - }, - { - "Name": "ExtensionProcessingTimeSection", - "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" - }, - { - "Name": "Label", - "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" - }, - { - "Name": "PolicySectionTemplate", - "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" - }, - { - "Name": "SinglePassEventsDetailsSection", - "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" - }, - { - "Name": "XmlDataIslandsMainSectionTemplate", - "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" - }, - { - "Name": "ObjectType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "TrusteeAccessEntry", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "GroupedAccess", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "IndividualAccess", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "AccessControlItemType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "Applicability", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "SecurityDescriptor", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "AuditValue", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "AuditType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "TrusteeAuditingEntry", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "SecurityDescriptorAuditing", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "AllowType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "PermissionType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "TrusteePermissionsEntry", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "SecurityDescriptorPermissions", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "Mapping", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "AccessMapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "AccessSpecifierCreator", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "FileAccessSpecifierCreator", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "FileGroupedAccess", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "FileIndividualAccess", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "GpoSecurityFlags", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "GpoTrusteeEntryCreator", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "GPOGroupedAccess", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "RegistryAccessSpecifierCreator", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "RegistryGroupedAccess", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "RegistryIndividualAccess", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "ServiceAccessSpecifierCreator", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "ServicesGroupedAccess", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "ServicesIndividualAccess", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "SIAccessSpecifierCreator", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "SoftwareInstallationGroupedAccess", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" - }, - { - "Name": "CrimsonEventRecord", - "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" - }, - { - "Name": "ExtensionProcessingTime", - "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" - }, - { - "Name": "PolicyApplicationTrigger", - "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" - }, - { - "Name": "PolicyApplicationMode", - "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" - }, - { - "Name": "PolicyEventsDetails", - "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" - }, - { - "Name": "SinglePassEventsDetails", - "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" - }, - { - "Name": "IPolicyMakerSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "IPolicyMakerGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "IPolicyMakerRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilter", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterRunOnce", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterBattery", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterComputer", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterCpu", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterDisk", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterDomain", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterVariable", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterFile", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterCollection", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterIpRange", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterLanguage", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterLdap", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterMacRange", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterMsi", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterOs", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterOrgUnit", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterPcmcia", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterPortable", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterRam", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterDate", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterRegistry", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterGroup", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterSite", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterTerminal", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterTime", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterUser", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterWmi", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterProcMode", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerFilterDun", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerProperties", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerElement", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerGPOSetting`1", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerAttributeNames", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerAttributeValues", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PolicyMakerRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "INSTANCERsopXmlElement", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "PROPERTYRsopXmlElement", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" - }, - { - "Name": "InternetRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" - }, - { - "Name": "IInternetProperty", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" - }, - { - "Name": "SubProperty", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" - }, - { - "Name": "InternetSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" - }, - { - "Name": "InternetProperties", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" - }, - { - "Name": "InternetGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" - }, - { - "Name": "InternetGPOSettingIE7", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" - }, - { - "Name": "InternetGPOSettingIE8", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" - }, - { - "Name": "InternetGPOSettingIE10", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" - }, - { - "Name": "InternetSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" - }, - { - "Name": "InternetGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" - }, - { - "Name": "RegistryRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" - }, - { - "Name": "RegistryProperties", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" - }, - { - "Name": "RegistryGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" - }, - { - "Name": "RegistryCollectionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" - }, - { - "Name": "RegistrySettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" - }, - { - "Name": "RegistryGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" - }, - { - "Name": "StartMenuRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" - }, - { - "Name": "StartMenuGPOSettingBase", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" - }, - { - "Name": "StartMenuGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" - }, - { - "Name": "StartMenuGPOSettingVista", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" - }, - { - "Name": "StartMenuSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" - }, - { - "Name": "StartMenuGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" - }, - { - "Name": "RegionalOptionsRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.RegionalOptions" - }, - { - "Name": "RegionalOptionsGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.RegionalOptions" - }, - { - "Name": "RegionalOptionsSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.RegionalOptions" - }, - { - "Name": "RegionalOptionsGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.RegionalOptions" - }, - { - "Name": "LugsRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" - }, - { - "Name": "LocalGroupMember", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" - }, - { - "Name": "LocalGroupProperties", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" - }, - { - "Name": "LugsGPOSettingBase", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" - }, - { - "Name": "LocalUserGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" - }, - { - "Name": "LocalGroupGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" - }, - { - "Name": "LugsSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" - }, - { - "Name": "LugsGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" - }, - { - "Name": "NetworkOptionsRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" - }, - { - "Name": "NetworkOptionsGPOSettingBase", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" - }, - { - "Name": "NetworkOptionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" - }, - { - "Name": "DialupOptionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" - }, - { - "Name": "NetworkOptionsSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" - }, - { - "Name": "NetworkOptionsGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" - }, - { - "Name": "PrintersRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" - }, - { - "Name": "PrintersGPOSettingBase", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" - }, - { - "Name": "LocalPrinterGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" - }, - { - "Name": "PortPrinterGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" - }, - { - "Name": "SharedPrinterGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" - }, - { - "Name": "PrintersSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" - }, - { - "Name": "PrintersGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" - }, - { - "Name": "ScheduledTasksRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "TaskCollectionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTaskCommonRepetition", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTaskCommonTriggers", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "TriggerCollectionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "BootCollectionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "IdleCollectionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "TimeCollectionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "EventCollectionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "LogonCollectionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "SessionCollectionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "CalendarCollectionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "RegistrationCollectionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "CalendarDailyGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "CalendarWeeklyGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "CalendarMonth", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "January", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "February", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "March", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "April", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "May", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "June", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "July", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "August", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "September", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "October", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "November", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "December", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "WeekDay", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "Monday", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "Tuesday", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "Wednesday", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "Thursday", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "Friday", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "Saturday", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "Sunday", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "CalendarMonthlyGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "CalendarMonthlyByDayOfWeekGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ExecActionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "SendMailActionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ShowMessageActionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTaskV2Principal", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTaskV2RestartOnFailure", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTaskV2NetworkSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTaskV2IdleSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTaskV2Settings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTaskV2RegistrationInfo", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTaskProperties", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTasksGPOSettingBase", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTasksV2GPOSettingBase", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTasksGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ImmediateTaskGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTasksV2GPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ImmediateTaskV2GPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTasksSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "ScheduledTasksGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" - }, - { - "Name": "NetworkShareRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkShares" - }, - { - "Name": "NetworkShareGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkShares" - }, - { - "Name": "NetworkSharesSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkShares" - }, - { - "Name": "NetworkSharesGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkShares" - }, - { - "Name": "ServiceRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Services" - }, - { - "Name": "ServiceGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Services" - }, - { - "Name": "ServiceSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Services" - }, - { - "Name": "ServiceGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Services" - }, - { - "Name": "DevicesRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Devices" - }, - { - "Name": "DevicesGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Devices" - }, - { - "Name": "DevicesSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Devices" - }, - { - "Name": "DevicesGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Devices" - }, - { - "Name": "IniFilesSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.IniFiles" - }, - { - "Name": "IniFilesGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.IniFiles" - }, - { - "Name": "IniFileRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.IniFiles" - }, - { - "Name": "IniFileGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.IniFiles" - }, - { - "Name": "DataSourcesRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" - }, - { - "Name": "DataSourcesAttribute", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" - }, - { - "Name": "DataSourcesProperties", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" - }, - { - "Name": "DataSourcesGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" - }, - { - "Name": "DataSourcesSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" - }, - { - "Name": "DataSourcesGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" - }, - { - "Name": "ShortcutRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Shortcuts" - }, - { - "Name": "ShortcutGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Shortcuts" - }, - { - "Name": "ShortcutSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Shortcuts" - }, - { - "Name": "ShortcutGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Shortcuts" - }, - { - "Name": "FilesRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Files" - }, - { - "Name": "FilesGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Files" - }, - { - "Name": "FilesSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Files" - }, - { - "Name": "FilesGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Files" - }, - { - "Name": "DriveMapRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DriveMaps" - }, - { - "Name": "DriveMapGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DriveMaps" - }, - { - "Name": "DriveMapSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DriveMaps" - }, - { - "Name": "DriveMapGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DriveMaps" - }, - { - "Name": "FoldersRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Folders" - }, - { - "Name": "FolderGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Folders" - }, - { - "Name": "FoldersSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Folders" - }, - { - "Name": "FoldersGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Folders" - }, - { - "Name": "FolderOptionsRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" - }, - { - "Name": "FileTypeAction", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" - }, - { - "Name": "FolderOptionProperties", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" - }, - { - "Name": "FolderOptionsGPOSettingBase", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" - }, - { - "Name": "FileTypeOptionsGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" - }, - { - "Name": "OpenWithOptionsGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" - }, - { - "Name": "FolderOptionFilter", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" - }, - { - "Name": "GlobalFolderOptionsGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" - }, - { - "Name": "GlobalFolderOptionsVistaGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" - }, - { - "Name": "FolderOptionsSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" - }, - { - "Name": "FolderOptionsGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" - }, - { - "Name": "EnvironmentVariablesRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Environment" - }, - { - "Name": "EnvironmentVariablesGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Environment" - }, - { - "Name": "EnvironmentVariablesSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Environment" - }, - { - "Name": "EnvironmentVariablesGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Environment" - }, - { - "Name": "PowerOptionsRsopSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" - }, - { - "Name": "PowerOptionsGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" - }, - { - "Name": "PowerOptionGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" - }, - { - "Name": "PowerSchemeGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" - }, - { - "Name": "PowerPlanGPOSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" - }, - { - "Name": "PowerOptionsSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" - }, - { - "Name": "PowerOptionsGPOSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" - }, - { - "Name": "PowerOptionsAttributeNames", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" - }, - { - "Name": "PowerOptionsAttributeValues", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" - }, - { - "Name": "NrptSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Nrpt" - }, - { - "Name": "NrptGlobalSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Nrpt" - }, - { - "Name": "NrptRuleSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Nrpt" - }, - { - "Name": "EnforcementMode", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "FileHash", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "FileHashCondition", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "FileHashRule", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "FileInformation", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "FilePath", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "FilePathCondition", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "FilePathRule", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "FilePathRuleExceptions", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "FilePublisher", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "FilePublisherCondition", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "FilePublisherRule", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "FilePublisherRuleExceptions", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "FileVersionRange", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "Policy", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "PolicyConverter", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "RuleAction", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "Mode", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "Hash", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "RsopConverter", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "RuleCollection", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" - }, - { - "Name": "EQoSSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.EQoS" - }, - { - "Name": "QoSPolicy", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.EQoS" - }, - { - "Name": "QoSTCPAutoTuningSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.EQoS" - }, - { - "Name": "QoSAppDscpMarkingSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.EQoS" - }, - { - "Name": "NapClientManagementSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" - }, - { - "Name": "TracingSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" - }, - { - "Name": "EnforcementClientType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" - }, - { - "Name": "EnforcementClientSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" - }, - { - "Name": "UISettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" - }, - { - "Name": "HraRequestPolicyType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" - }, - { - "Name": "HraRequestPolicySettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" - }, - { - "Name": "TrustedServerType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" - }, - { - "Name": "TrustedServerGroupType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" - }, - { - "Name": "TrustedServerGroupSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" - }, - { - "Name": "PrinterConnectionSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PrinterConnections" - }, - { - "Name": "PrinterConnectionSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PrinterConnections" - }, - { - "Name": "PublicKeySettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "RegUInt32Setting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "AutoEnrollmentSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "AutoEnrollOptions", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "KeyRoamingSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "CertificateTrustList", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "RootCertificate", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "SystemCertificate", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "RootCertificateSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "CertificateSettingsStores", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "CertificateSettingsRevocation", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "CertificateSettingsNetworkRetrieval", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "CertificateSettingsTrustedPublishers", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "AutomaticCertificate", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "EFSRecoveryAgent", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "EFSSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" - }, - { - "Name": "SoftwareRestrictionSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "SoftwareRestrictionGeneralProperties", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "ApplicableBinaries", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "ApplicableUsers", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "CertificateRulesEnabled", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "TrustedPublishers", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "TrustedPublishersPublishSelector", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "TrustedPublishersRevokeCheck", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "Rule_at", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "SecurityLevel", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "PathRule", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "InternetZoneRule", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "Zone", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "HashRule", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "CertificateRule", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" - }, - { - "Name": "SetupStateType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.RemoteInstallation" - }, - { - "Name": "RemoteInstallationSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.RemoteInstallation" - }, - { - "Name": "RemoteInstallationSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.RemoteInstallation" - }, - { - "Name": "BitmapPathsSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "BooleanSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "BrowserAutoConfigSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "BrowserTitleSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "DialupType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "ConnectionSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "IEAKRsopPrecedenceComparer", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "IEAKRsopReader", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "EscState", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "InternetExplorerSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "ProxyAddress", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "ProxySettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "StringSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "ToolbarButtonSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "URLSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "ProgramSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "Zone", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "SecurityLevel", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "SecurityZoneSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "LocalZoneSites", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "SecurityZoneAndPrivacySettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "CustomZoneSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "CustomZoneSettingNames", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "CustomZoneSettingValues", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "PrivacyLevel", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "CookieAction", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "PrivacySettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "AuthenticodeTrustedPublishers", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "SecurityValue", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "SecurityInfParser", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" - }, - { - "Name": "Dot3SvcSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" - }, - { - "Name": "Dot3SvcSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" - }, - { - "Name": "LanPolicy", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" - }, - { - "Name": "LanPolicyType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" - }, - { - "Name": "LanPolicyGlobalFlags", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" - }, - { - "Name": "LanPolicyProfileList", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" - }, - { - "Name": "LanProfile", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" - }, - { - "Name": "LanProfileMsm", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" - }, - { - "Name": "LanProfileMsmSecurity", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" - }, - { - "Name": "WLanSvcSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanSvcSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanPolicy", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanPolicyType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanPolicyGlobalFlags", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanPolicyNetworkFilter", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanPolicyNetworkFilterBlockList", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanPolicyNetworkFilterAllowList", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "networkItemType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "networkTypeType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanPolicyProfileList", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileConnectionType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileConnectionMode", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileAdhocType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfile", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileIhv", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileIhvOuiHeader", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileIhvConnectivity", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileIhvSecurity", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileMsmConnectivityPhyType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileMsm", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileMsmConnectivity", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileMsmSecurityPMKCacheMode", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileMsmSecurityPreAuthMode", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileMsmSecuritySharedKeyKeyType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileMsmSecurityAuthEncryptionAuthentication", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileMsmSecurityAuthEncryptionEncryption", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileMsmSecurity", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileMsmSecuritySharedKey", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileMsmSecurityAuthEncryption", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "OneX", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "OneXSupplicantMode", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "OneXAuthMode", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "OneXEapConfig", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "OneXSSO", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "SingleSignOnType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileSsidConfig", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WLanProfileSsidConfigSsid", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "StoreInterface", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" - }, - { - "Name": "WindowsFirewallSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "WindowsFirewallSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "BooleanSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "StringSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "UnsignedIntSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "FirewallEnum", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "KeyExchangeAlgorithm", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "EncryptionAlgorithm", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "HashAlgorithm", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "Protocol", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "AHHashAlgorithm", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "ESPHashAlgorithm", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "PerfectForwardSecrecy", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "ConnectionSecurityAuthenticationSuiteMethod", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "ConnectionSecurityRuleAction", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "FirewallRuleAction", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "TrafficDirection", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "InterfaceType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "FirewallProfile", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "SecurityLevel", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "GlobalSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "PerProfileSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "FirewallRule", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "ConnectionSecurityRule", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "ConnectionSecurityAuthenticationSet", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "ConnectionSecurityAuthenticationSuite", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "ConnectionSecurityPhase1CryptographicSet", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "ConnectionSecurityPhase1CryptographicSuite", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "ConnectionSecurityPhase2CryptographicSet", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "ConnectionSecurityPhase2CryptographicSuite", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" - }, - { - "Name": "IPSecuritySettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.IPSec" - }, - { - "Name": "IPSecuritySetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.IPSec" - }, - { - "Name": "IPSecRsopReader", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.IPSec" - }, - { - "Name": "ReportingAdmException", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "ReportingAdmxException", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "IAdmNamedElement", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "IConfigurablePolicyElement", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "AdmNamedElement", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PolicyState", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "RegistryEntryMapElementValue", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "AdmSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "AdmTokenType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "AdmToken", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "AdmTokenizer", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "StringSection", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "ActionList", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "RegistrySetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "RegistrySettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "RegType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "RegistryValue", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "RegistryValues", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "UnknownType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "RegUtility", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "RegistryConstants", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PolicyTree", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PolicyClass", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PolicyCategory", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PolicyData", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PolicyElement", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PartCheckBox", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PartComboBox", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PartDropDownList", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "ItemList", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "Item", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PartEditText", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PartListBox", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "ListBoxElement", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "ListBoxValues", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PartNumeric", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PartLongNumeric", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PartMultiText", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "PartText", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "AdditionalPolicyElement", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "CommentStore", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" - }, - { - "Name": "ScriptType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Scripts" - }, - { - "Name": "PSRunOrder", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Scripts" - }, - { - "Name": "ScriptSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Scripts" - }, - { - "Name": "ScriptSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Scripts" - }, - { - "Name": "AccountPolicyName", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "AccountPolicyType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "AccountPolicy", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "LocalPoliciesAuditValue", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "LocalPoliciesAudit", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "LocalPoliciesSystemAccessName", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "Strings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "LocalPoliciesRegType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "LocalPoliciesSecurityOptions", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "DisplayField", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "DisplayFields", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "LocalPoliciesSecurityOptionsDisplay", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "LocalPoliciesUserRightsAssignmentType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "LocalPoliciesUserRightsAssignment", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "SecurityType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "PathSecurity", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "RestrictedGroups", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "EventLogName", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "EventLogCategory", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "SecurityEventLog", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "SecurityFile", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "SecurityRegistry", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "SecurityRsopReader", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "SettingType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "LogRetentionMethod", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "SecuritySettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "ServiceStartupMode", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "SystemServices", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" - }, - { - "Name": "EligibilityValue", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "LanguageMatch", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "ApplyCauseValue", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "AppliedResult", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "ARPResult", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "DeploymentTypeValue", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "InstallationUILevel", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "LossOfScopeAction", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "MsiPackage", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "MsiPackageUpgrades", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "MsiPackagesUpgradedBy", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "ItemChoiceType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "OnDemandEntity", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "PackageBase", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "PackageInfo", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "RemovalCause", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "RemovalTypeValue", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "RemovedResult", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "SICategories", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "SITypes", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "SIRsopReader", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "SoftwareInstallationSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "ZapPackage", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" - }, - { - "Name": "FolderRedirectionSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" - }, - { - "Name": "RemovalBehavior", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" - }, - { - "Name": "ConfigurationControlType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" - }, - { - "Name": "PrimaryComputerEvaluationType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" - }, - { - "Name": "FolderSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" - }, - { - "Name": "FolderSettingLocation", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" - }, - { - "Name": "CapSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Cap" - }, - { - "Name": "AuditSettings", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Auditing" - }, - { - "Name": "AuditSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Auditing" - }, - { - "Name": "GlobalSaclType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Auditing" - }, - { - "Name": "GlobalSaclSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Auditing" - }, - { - "Name": "BlobReader", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "PrecedenceType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "RsopReader", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "IniSection", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "IniParser", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "ByteConverter", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "FileUtil", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "NonUniqueKeysSortedList", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "EnumeratorPosition", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "NonUniqueKeysSortedListEnumerator", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "Dbg", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "IMapEntry", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "Mapping", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "EntryTypeValue", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "ItemChoiceType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "IMigrationTable", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "MigrationTable", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "CtlExt", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "ResourceDllUtil", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" - }, - { - "Name": "ConvertVhdCommand", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "DismountVhdCommand", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "GetVhdCommand", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "MergeVhdCommand", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "MountVhdCommand", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "NewVhdCommand", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "OptimizeVhdCommand", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "ResizeVhdCommand", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "SetVhdCommand", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "TestVhdCommand", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "VirtualHardDisk", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "VhdCompactMode", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "VhdType", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "VhdFormat", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "ErrorCode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualizationNullArgumentException", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualizationManagementException", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualizationOperationFailedException", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ValidateVirtualHardDiskException", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualizationOperation", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualizationInvalidArgumentException", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualizationWarningException", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ICacheable", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ControllerType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMBios", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMFirmware", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMFloppyDiskDrive", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "DriveBase", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "Drive", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "DvdDrive", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "HardDiskDrive", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMDriveController", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMIdeController", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMFloppyDriveController", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMScsiController", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationAuthorizationEntry", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMIntegrationComponent", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ShutdownComponent", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "DataExchangeComponent", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "CopyFileSourceType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "GuestServiceInterfaceComponent", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMemory", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ModuleInitializer", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMigrationNetwork", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterAclDirection", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterAclAction", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterAclType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterAclSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterExtendedAclDirection", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterExtendedAclAction", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterExtendedAclSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterIsolationMode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterIsolationSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterRoutingDomainSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterPortMirroringMode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterVlanMode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterPrivateVlanMode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterOperationalStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterVlanSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterBandwidthSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterBase", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMInternalOrExternalNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMInternalNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMExternalNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterConnectionTestResult", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMProcessor", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMEthernetResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMProcessorResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMFcResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMemoryResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMStorageResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMIsoResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMVfdResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMVhdResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationServer", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMRemoteFx3DVideoAdapter", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMComPort", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "SnapshotType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSnapshot", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "SyntheticDisplayController", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "S3DisplayController", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "DeviceSettingType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "IntegrationService", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "StartAction", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "StopAction", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "TaskStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "TaskType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMHealthState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMOperationalStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMOtherEnabledState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMIntegrationComponentOperationalStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMHeartbeatStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "BootDevice", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMemoryStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ReplicationAuthenticationType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "RecoveryAuthenticationType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationHealthState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationServerOperationalStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ReplicationWmiState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "DvdMediaType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationMode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationRelationshipType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "OnOffState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "InUseState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "MigrationAuthenticationType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMigrationPerformance", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ICStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "IPProtocolPreference", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMTraceLevels", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMTraceTagFormatLevels", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMTrace", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMPortAclMeteringReport", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterPortAclMeteringReport", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMResourcePoolPortAclMeteringReport", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMResourceReport", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualHardDiskMetrics", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMeteringReportForVirtualMachine", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMeteringReportForResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualizationObject", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMComponentObject", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "KeyValuePairItemPool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualMachineBase", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualMachine", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMBootSourceType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMBootSource", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMConnectAceAccessType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMConnectAce", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "OperationType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMCompatibilityReport", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMCompatibilityError", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMHost", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMHostNumaNode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMJob", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchBandwidthMode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitch", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNumaNodeStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMFibreChannelHba", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationBase", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplication", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationHealth", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMCurrentTask", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMRemoteFXPhysicalVideoAdapter", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "SanExternalPortsModification", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSan", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMigrationPerformer", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMStorageMigrationPerformer", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionData", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionSwitchData", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionPortData", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionSyntheticOrEmulatedPortData", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionSyntheticPortData", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionEmulatedPortData", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionExternalPortData", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionInternalPortData", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionFeature", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionPortFeature", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSystemSwitchExtensionPortFeature", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionSyntheticOrEmulatedPortFeature", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionSyntheticPortFeature", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionEmulatedPortFeature", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionExternalPortFeature", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionInternalPortFeature", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionSwitchFeature", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtension", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSynthetic3DVideoPool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSystemSwitchExtension", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMResource", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMPoolResource", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "AutoCollection`2", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ClusterVerifyPathResult", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ClusterManagementService", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "MetricCollectionEnabled", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ResourcePoolConfigurationService", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualEthernetSwitchManagementService", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualManagementServiceBase", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualManagementService", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualSystemSnapshotService", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "WmiNetworkAdapterAclApplicability", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "IovInterruptModerationValue", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "WmiProtocolIFType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMResourcePoolType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "WmiSynthetic3DService", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ObjectKey", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "CmdletId", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "WinSoftwareQualityMetricApi", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "AddVMDvdDriveCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMFibreChannelHbaCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMHardDiskDriveCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMMigrationNetworkCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMNetworkAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMNetworkAdapterAclCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMNetworkAdapterExtendedAclCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVmNetworkAdapterRoutingDomainMappingCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMRemoteFX3dVideoAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMScsiControllerCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMStoragePathCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMSwitchCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMSwitchExtensionPortFeatureCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMSwitchExtensionSwitchFeatureCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "CheckpointVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "CommonVMParameterCmdlet", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "MinVMResourceParameterCmdlet", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "VMNetworkAdapterCmdlet", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "VMNetworkAdapterGetCmdlet", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "VMSwitchExtensionPortFeatureOrDataCmdlet", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "VMSwitchExtensionSwitchFeatureCmdlet", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "CompareVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "CompleteVMFailoverCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ConnectVMNetworkAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ConnectVMSanCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "CopyVMFileCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DebugVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMEventingCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMIntegrationServiceCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMMigrationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMRemoteFXPhysicalVideoAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMResourceMeteringCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMSwitchExtensionCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisconnectVMNetworkAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisconnectVMSanCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMDriveCmdlet", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMEventingCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMIntegrationServiceCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMMigrationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMRemoteFXPhysicalVideoAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMReplicationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMResourceMeteringCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMSwitchExtensionCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ExportVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ExportVMSnapshotCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMBiosCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMFirmwareCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMComportCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMConnectAccessCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMDvdDriveCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMFibreChannelHbaCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMFloppyDiskDriveCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMHardDiskDriveCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMHostCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMHostNUMANodeCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMHostNumaNodeStatusCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMIdeControllerCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMIntegrationServiceCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMMemoryCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMMigrationNetworkCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterAclCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterExtendedAclCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterIsolationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterRoutingDomainMappingCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterFailoverConfigurationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterVlanCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMProcessorCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMRemoteFx3dVideoAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMRemoteFXPhysicalVideoAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMReplicationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetFRAuthorizationEntryCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetReplicationServerCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMResourcePoolCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSanCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMScsiControllerCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSnapshotCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMStoragePathCmdletCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSwitchCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSwitchExtensionCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSwitchExtensionPortDataCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSwitchExtensionPortFeatureCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSwitchExtensionSwitchDataCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSwitchExtensionSwitchFeatureCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSystemSwitchExtensionCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSystemSwitchExtensionFeatureCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSystemSwitchExtensionPortFeatureCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSystemSwitchExtensionSwitchFeatureCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GrantVMConnectAccessCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ImportVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ImportVMReplicationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "MeasureVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "MeasureVMReplicationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "MeasureVMResourcePoolCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "MoveVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "MoveVMStorageCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "NewVfdCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "NewVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "NewFRAuthorizationEntryCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "NewVMResourcePoolCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "NewVMSanCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "NewVMSwitchCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMDvdDriveCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMFibreChannelHbaCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMHardDiskDriveCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMMigrationNetworkCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMNetworkAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMNetworkAdapterAclCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMNetworkAdapterExtendedAclCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMNetworkAdapterRoutingDomainMappingCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMRemoteFx3dVideoAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMReplicationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveFRAuthorizationEntryCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMResourcePoolCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMSanCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMSavedStateCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMScsiControllerCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMSnapshotCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMStoragePathCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMSwitchCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMSwitchExtensionPortFeatureCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMSwitchExtensionSwitchFeatureCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RenameVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RenameVMNetworkAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RenameVMResourcePoolCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RenameVMSanCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RenameVMSnapshotCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RenameVMSwitchCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RepairVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "VMReplicationCmdlet", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "VMReplicationCmdletEx", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ResetVMReplicationStatisticsCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ResetVMResourceMeteringCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RestartVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RestoreVMSnapshotCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ResumeVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ResumeVMReplicationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RevokeVMConnectAccessCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SaveVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMBiosCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMFirmwareCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMComportCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMDvdDriveCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMFibreChannelHbaCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMFloppyDiskDriveCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMHardDiskDriveCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMHostCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMMemoryCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMMigrationNetworkCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMNetworkAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMNetworkAdapterFailoverConfigurationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMNetworkAdapterVlanCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVmNetworkAdapterIsolationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVmNetworkAdapterRoutingDomainMappingCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMProcessorCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMRemoteFx3dVideoAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMReplicationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetFRAuthorizationEntryCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetReplicationServerCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMResourcePoolCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMSanCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMSwitchCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMSwitchExtensionPortFeatureCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMSwitchExtensionSwitchFeatureCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StartVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StartVMFailoverCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StartVMInitialReplicationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StopVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StopVMFailoverCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StopVMInitialReplicationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StopVMReplicationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SuspendVMCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SuspendVMReplicationCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "TestVMReplicationConnectionCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "VMCmdlet", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "TestVMNetworkAdapterCommand", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DriveControllerLocator", - "Namespace": "Microsoft.HyperV.PowerShell.Commands.Utilities" - }, - { - "Name": "ConvertVhd", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "DismountVHD", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "GetVHD", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "GetVHDSet", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "GetVHDSnapshot", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "MergeVhd", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "MountVhd", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "NewVhd", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "OptimizeVhd", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "OptimizeVHDSet", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "RemoveVHDSnapshot", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "ResizeVhd", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "SetVhd", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "TestVhd", - "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" - }, - { - "Name": "AddVmAssignableDevice", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMDvdDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMFibreChannelHba", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMGpuPartitionAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMGroupMember", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMHardDiskDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVmHostAssignableDevice", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMKeyStorageDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMMigrationNetwork", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMNetworkAdapterAcl", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMNetworkAdapterExtendedAcl", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVmNetworkAdapterRoutingDomainMapping", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMPmemController", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMRemoteFX3dVideoAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMScsiController", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMStoragePath", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMSwitch", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMSwitchExtensionPortFeature", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMSwitchExtensionSwitchFeature", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "AddVMSwitchTeamMember", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "CheckpointVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "CompareVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "CompleteVMFailover", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ConnectVMNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ConnectVMSan", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "CopyVMFile", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DebugVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMConsoleSupport", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMEventing", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMIntegrationService", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMMigration", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMRemoteFXPhysicalVideoAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMResourceMetering", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMSwitchExtension", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisableVMTPM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisconnectVMNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DisconnectVMSan", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "DismountVMHostAssignableDevice", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMConsoleSupport", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMEventing", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMIntegrationService", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMMigration", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMRemoteFXPhysicalVideoAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMReplication", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMResourceMetering", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMSwitchExtension", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "EnableVMTPM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ExportVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ExportVMSnapshot", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMAssignableDevice", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMBios", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMConnectAccess", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMComPort", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMDvdDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMFibreChannelHba", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMFirmware", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMFloppyDiskDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMGpuPartitionAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMGroup", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMHardDiskDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMHost", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMHostAssignableDevice", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMHostCluster", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMHostNumaNode", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMHostNumaNodeStatus", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMHostSupportedVersion", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMIdeController", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMIntegrationService", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMKeyProtector", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMKeyStorageDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMMemory", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMMigrationNetwork", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterAcl", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterExtendedAcl", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterFailoverConfiguration", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterIsolation", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterRdma", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterRoutingDomainMapping", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterTeamMapping", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMNetworkAdapterVlan", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMPartitionableGpu", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMPmemController", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMProcessor", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMRemoteFx3dVideoAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMRemoteFXPhysicalVideoAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMReplication", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMReplicationAuthorizationEntry", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMReplicationServer", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSan", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMScsiController", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSecurity", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSnapshot", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMStoragePath", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMStorageSettings", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSwitch", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSwitchTeam", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSwitchExtension", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSwitchExtensionPortData", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSwitchExtensionPortFeature", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSwitchExtensionSwitchData", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSwitchExtensionSwitchFeature", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSystemSwitchExtension", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSystemSwitchExtensionPortFeature", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMSystemSwitchExtensionSwitchFeature", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GetVMVideo", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "GrantVMConnectAccess", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ImportVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ImportVMReplication", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "MeasureVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "MeasureVMReplication", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "MeasureVMResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "MountVMHostAssignableDevice", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "MoveVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "MoveVMStorage", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "NewVfd", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "NewVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "NewVMGroup", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "NewVMReplicationAuthorizationEntry", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "NewVMResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "NewVMSan", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "NewVMSwitch", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMAssignableDevice", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMDvdDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMFibreChannelHba", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMGpuPartitionAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMGroup", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMGroupMember", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMHardDiskDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVmHostAssignableDevice", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMKeyStorageDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMMigrationNetwork", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMNetworkAdapterAcl", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMNetworkAdapterExtendedAcl", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMNetworkAdapterRoutingDomainMapping", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMNetworkAdapterTeamMapping", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMPmemController", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMRemoteFx3dVideoAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMReplication", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMReplicationAuthorizationEntry", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMSan", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMSavedState", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMScsiController", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMSnapshot", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMStoragePath", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMSwitch", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMSwitchExtensionPortFeature", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMSwitchExtensionSwitchFeature", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RemoveVMSwitchTeamMember", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RenameVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RenameVMGroup", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RenameVMNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RenameVMResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RenameVMSan", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RenameVMSnapshot", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RenameVMSwitch", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RepairVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ResetVMReplicationStatistics", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ResetVMResourceMetering", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RestartVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RestoreVMSnapshot", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ResumeVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ResumeVMReplication", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "RevokeVMConnectAccess", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SaveVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMBios", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMComPort", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMDvdDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMFibreChannelHba", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMFirmware", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMFloppyDiskDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMGpuPartitionAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMHardDiskDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMHost", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMHostCluster", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMKeyProtector", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMKeyStorageDrive", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMMemory", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMMigrationNetwork", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMNetworkAdapterFailoverConfiguration", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVmNetworkAdapterIsolation", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMNetworkAdapterRdma", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVmNetworkAdapterRoutingDomainMapping", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMNetworkAdapterTeamMapping", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMNetworkAdapterVlan", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMPartitionableGpu", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMProcessor", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMRemoteFx3dVideoAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMReplication", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMReplicationAuthorizationEntry", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMReplicationServer", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMSan", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMSecurity", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMSecurityPolicy", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMStorageSettings", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMSwitch", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMSwitchExtensionPortFeature", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMSwitchExtensionSwitchFeature", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMSwitchTeam", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SetVMVideo", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StartVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StartVMFailover", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StartVMInitialReplication", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StartVMTrace", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StopVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StopVMFailover", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StopVMInitialReplication", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StopVMReplication", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "StopVMTrace", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SuspendVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "SuspendVMReplication", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "TestVMNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "TestVMReplicationConnection", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "UpdateVMVersion", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "VirtualizationCmdlet`1", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "VirtualizationCmdletBase", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "VirtualizationCreationCmdlet`1", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "WaitVM", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "VirtualMachineParameterType", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "CredentialArrayAttribute", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "ModuleInitializer", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "VmJob", - "Namespace": "Microsoft.HyperV.PowerShell.Commands" - }, - { - "Name": "VHDSetInfo", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "VHDSnapshotInfo", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "VhdCompactMode", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "VhdType", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "VhdFormat", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "VirtualHardDisk", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "MountedDiskImage", - "Namespace": "Microsoft.Vhd.PowerShell" - }, - { - "Name": "VMNetworkAdapterType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterPortMirroringMode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterOperationalStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "IovInterruptModerationValue", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "TaskUpdateEventArgs", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "StartAction", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "StopAction", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "CriticalErrorAction", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "TaskStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMOperationalStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMIntegrationComponentOperationalStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMHeartbeatStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "BootDevice", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMemoryStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ReplicationAuthenticationType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "RecoveryAuthenticationType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationHealthState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationServerOperationalStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ReplicationWmiState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "DvdMediaType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ControllerType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "CacheAttributes", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationMode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationRelationshipType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "OnOffState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "MigrationAuthenticationType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMigrationPerformance", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ICStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "IPProtocolPreference", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "CheckpointType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "CaptureLiveState", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "GroupType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ConsoleModeType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMProcessorOperationalStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "WmiProtocolIFType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ThreadCount", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualizationException", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "CollectionDataUpdater`1", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "CustomDataUpdater`1", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "DataUpdater`1", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "DataUpdaterBase`1", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "DependentObjectDataUpdater`1", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "UpdatePolicy", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "IDataUpdater`1", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "SummaryInformationDataUpdater", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "TemplateObjectDataUpdater`1", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMHost", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMHostCluster", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMHostNumaNode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMHostSupportedVersion", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNumaNodeStatus", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMPartitionableGpu", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMRemoteFXPhysicalVideoAdapter", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VHDMetrics", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMPortAclMeteringReport", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterPortAclMeteringReport", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMResourcePoolPortAclMeteringReport", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMResourceReport", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMeteringReportForVirtualMachine", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMeteringReportForResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "IVMNetworkAdapterOwner", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMExternalNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMInternalNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMInternalOrExternalNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterAclDirection", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterAclAction", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterAclType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterAclSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterBandwidthSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterBase", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterConnectionTestResult", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterExtendedAclDirection", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterExtendedAclAction", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterExtendedAclSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterFeatureBase", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterIsolationMode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterIsolationSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VrssQueueSchedulingModeType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VrssVmbusChannelAffinityPolicyType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterOffloadSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterRdmaSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterRoutingDomainSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterSecuritySetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterTeamMappingSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterVlanMode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterPrivateVlanMode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapterVlanSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkingFeatureBase", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchBandwidthMode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitch", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchBandwidthSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchFeatureBase", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtension", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionCustomFeature", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionPortData", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionPortFeature", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionRuntimeData", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionSwitchData", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchExtensionSwitchFeature", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchTeamingMode", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchLoadBalancingAlgorithm", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchTeam", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchNicTeamingSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSwitchOffloadSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSystemSwitchExtension", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "OperationType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMCompatibilityReport", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMCompatibilityError", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMigrationNetwork", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMCurrentTask", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplication", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationBase", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationHealth", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationAuthorizationEntry", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMReplicationServer", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMResourcePoolType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "IVMResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMEthernetResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMPciExpressResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMProcessorResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMFcResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMemoryResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "SanExternalPortsModification", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSan", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMStorageResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMIsoResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMVfdResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMVhdResourcePool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "DataExchangeComponent", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "Drive", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "AttachedDiskType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "DriveBase", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "DriveConfigurationData", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "DvdDrive", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "CopyFileSourceType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "GuestServiceInterfaceComponent", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "HardDiskDrive", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "KeyStorageDrive", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "S3DisplayController", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ShutdownComponent", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMAssignedDevice", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMBattery", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMBios", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMBootSourceType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMBootSource", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMComponentObject", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMComPort", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMDevice", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMDriveController", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMFibreChannelHba", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMFirmware", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMFloppyDiskDrive", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMGpuPartitionAdapter", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMHostAssignableDevice", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMIdeController", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMIntegrationComponent", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMKeyboard", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMouse", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMMemory", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMNetworkAdapter", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMProcessor", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMPmemController", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMRemoteFx3DVideoAdapter", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMScsiController", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ResolutionType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMVideo", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "KeyValuePairItemPool", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualMachineType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualMachineSubType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "WaitVMTypes", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualMachine", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualMachineBase", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMGroup", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSecurity", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "SnapshotType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMSnapshot", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMStorageSetting", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "ComputeResource", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VirtualizationObject", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMConnectAceAccessType", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "VMConnectAce", - "Namespace": "Microsoft.HyperV.PowerShell" - }, - { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" - }, - { - "Name": "IntelliTraceColors", - "Namespace": "Microsoft.VisualStudio.TraceLogPackage" - }, - { - "Name": "IHistoricalSearchMargin", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "SearchCancelledEventHandler", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "SearchContextChangedEventHandler", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "SearchMarginClosedEventHandler", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "SearchContextChangedEvent", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "SearchContextChangedEventArgs", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "IProteusSourceIntegration", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "MarginDeregisteredEventHandler", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "ProteusMarginInstance", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "ProteusMarginEqualityComparer", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "ProteusMarginItemEqualityComparer", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "ProteusMarginItemType", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "ProteusMarginItem", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "TfsSymbolPathResolverException", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "SymbolPathResolverResult", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "ITfsSymbolPathResolver", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "ITraceStepper", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "ITracePackage", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "IDefaultTracePackage", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "DebugModeChangedEventArgs", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "DebuggerOptionChangedEventArgs", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "IProcessProperties", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "IUICommandTarget", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "DebugMarginEventArgs", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "MarginEvents", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "MessageBoxHelper", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "NavigatorProxy", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "PackageLoadedEventArgs", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "PackageEvents", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "SingletonPackageProxy", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "ProteusDocumentChecksum", - "Namespace": "Microsoft.IntelliTrace.Internal" - }, - { - "Name": "SummaryPageSearchControl", - "Namespace": "Microsoft.IntelliTrace.Internal.SummaryPage" - }, - { - "Name": "TraceLogViewModelBase", - "Namespace": "Microsoft.IntelliTrace.Internal.MVVM" - }, - { - "Name": "AutomationNameConverter`1", - "Namespace": "Microsoft.IntelliTrace.Internal.Converters" - }, - { - "Name": "MarginButtonContentConverter", - "Namespace": "Microsoft.IntelliTrace.Internal.Converters" - }, - { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" - }, - { - "Name": "IVsSqm2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" - }, - { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" - }, - { - "Name": "UserNotificationContextType", - "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" - }, - { - "Name": "UserNotificationState", - "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" - }, - { - "Name": "IVsUserNotification", - "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" - }, - { - "Name": "IVsUserNotificationContext", - "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" - }, - { - "Name": "IVsUserNotificationManager", - "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" - }, - { - "Name": "IVsUserNotificationProvider", - "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" - }, - { - "Name": "IVsUserNotificationService", - "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" - }, - { - "Name": "SVsUserNotificationService", - "Namespace": "Microsoft.Internal.VisualStudio.UserNotifications" - }, - { - "Name": "WinUserLanguage", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "SetWinUILanguageOverrideCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "SetWinUserLanguageListCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "WinGeoId", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "GetWinHomeLocationCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "WinLanguageBarOptions", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "GetWinLanguageBarOptionCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "GetWinSystemLocaleCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "GetWinUILanguageOverrideCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "GetWinUserLanguageListCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "NewWinUserLanguageListCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "SetCultureCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "SetWinHomeLocationCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "SetWinLanguageBarOptionCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "SetWinSystemLocaleCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "SetWinDefaultInputMethodOverrideCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "WinKeyboardInfo", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "GetWinDefaultInputMethodOverrideCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "SetWinCultureFromLanguageListOptOutCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "GetWinCultureFromLanguageListOptOutCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "SetWinAcceptLanguageFromLanguageListOptOutCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "GetWinAcceptLanguageFromLanguageListOptOutCommand", - "Namespace": "Microsoft.InternationalSettings.Commands" - }, - { - "Name": "EsentException", - "Namespace": "Microsoft.Isam.Esent" - }, - { - "Name": "Api", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "SystemParameters", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "BoolColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "ByteColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "BytesColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "ColumnInfo", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "ColumnStream", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "ColumnValueOfStruct`1", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "Conversions", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "DateTimeColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "DoubleColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EnumeratedColumn", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOperationException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDataException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentApiException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFatalException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIOException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentResourceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMemoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentQuotaException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDiskException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCorruptionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInconsistentException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFragmentationException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentUsageException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentStateException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentObsoleteException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRfsFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRfsNotArmedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFileCloseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOutOfThreadsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyIOException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTaskDroppedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInternalErrorException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDisabledFunctionalityException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentUnloadableOSFunctionalityException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDeviceMissingException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDeviceMisconfiguredException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDeviceTimeoutException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDeviceFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseBufferDependenciesCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentPreviousVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentPageBoundaryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentKeyBoundaryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadPageLinkException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadBookmarkException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentNTSystemCallFailedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadParentPageLinkException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSPAvailExtCacheOutOfSyncException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSPAvailExtCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSPAvailExtCacheOutOfMemoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSPOwnExtCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDbTimeCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentKeyTruncatedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseLeakInSpaceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadEmptyPageException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadLineCountException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentKeyTooBigException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCannotSeparateIntrinsicLVException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSeparatedLongValueException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMustBeSeparateLongValueException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidPrereadException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidColumnReferenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentStaleColumnReferenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCompressionIntegrityCheckFailedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidLoggedOperationException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogFileCorruptException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentNoBackupDirectoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBackupDirectoryNotEmptyException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBackupInProgressException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRestoreInProgressException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMissingPreviousLogFileException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogWriteFailException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogDisabledDueToRecoveryFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCannotLogDuringRecoveryRedoException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogGenerationMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadLogVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidLogSequenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLoggingDisabledException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogBufferTooSmallException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogSequenceEndException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentNoBackupException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidBackupSequenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBackupNotAllowedYetException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDeleteBackupFileFailException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMakeBackupDirectoryFailException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidBackupException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRecoveredWithErrorsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMissingLogFileException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogDiskFullException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadLogSignatureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadDbSignatureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadCheckpointSignatureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCheckpointCorruptException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMissingPatchPageException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadPatchPageException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRedoAbruptEndedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentPatchFileMissingException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseLogSetMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseStreamingFileMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogFileSizeMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCheckpointFileNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRequiredLogFilesMissingException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSoftRecoveryOnBackupDatabaseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogFileSizeMismatchDatabasesConsistentException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogSectorSizeMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogSectorSizeMismatchDatabasesConsistentException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogSequenceEndDatabasesConsistentException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentStreamingDataNotLoggedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseDirtyShutdownException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentConsistentTimeMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabasePatchFileMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentEndingRestoreLogTooLowException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentStartingRestoreLogTooHighException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentGivenLogFileHasBadSignatureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentGivenLogFileIsNotContiguousException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMissingRestoreLogFilesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMissingFullBackupException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadBackupDatabaseSizeException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseAlreadyUpgradedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseIncompleteUpgradeException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMissingCurrentLogFilesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDbTimeTooOldException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDbTimeTooNewException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMissingFileToBackupException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogTornWriteDuringHardRestoreException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogTornWriteDuringHardRecoveryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogCorruptDuringHardRestoreException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogCorruptDuringHardRecoveryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMustDisableLoggingForDbUpgradeException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadRestoreTargetInstanceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRecoveredWithoutUndoException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabasesNotFromSameSnapshotException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSoftRecoveryOnSnapshotException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCommittedLogFilesMissingException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSectorSizeNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRecoveredWithoutUndoDatabasesConsistentException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCommittedLogFileCorruptException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogSequenceChecksumMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentPageInitializedMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentUnicodeTranslationBufferTooSmallException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentUnicodeTranslationFailException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentUnicodeNormalizationNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentUnicodeLanguageValidationFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentExistingLogFileHasBadSignatureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentExistingLogFileIsNotContiguousException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogReadVerifyFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCheckpointDepthTooDeepException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRestoreOfNonBackupDatabaseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogFileNotCopiedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSurrogateBackupInProgressException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTransactionTooLongException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentEngineFormatVersionNoLongerSupportedTooLowException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentEngineFormatVersionNotYetImplementedTooHighException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentEngineFormatVersionParamTooLowForRequestedFeatureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentEngineFormatVersionSpecifiedTooLowForLogVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentEngineFormatVersionSpecifiedTooLowForDatabaseVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBackupAbortByServerException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidGrbitException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTermInProgressException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFeatureNotAvailableException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidNameException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidParameterException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseFileReadOnlyException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidDatabaseIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOutOfMemoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOutOfDatabaseSpaceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOutOfCursorsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOutOfBuffersException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyIndexesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyKeysException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRecordDeletedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentReadVerifyFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentPageNotInitializedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOutOfFileHandlesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDiskReadVerificationFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDiskIOException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidPathException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidSystemPathException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidLogDirectoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRecordTooBigException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyOpenDatabasesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidDatabaseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentNotInitializedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentAlreadyInitializedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInitInProgressException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFileAccessDeniedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentQueryNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSQLLinkNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBufferTooSmallException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyColumnsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentContainerNotEmptyException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidFilenameException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidBookmarkException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidBufferSizeException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnNotUpdatableException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLinkNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentNullKeyDisallowedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentNotInTransactionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMustRollbackException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyActiveUsersException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidCountryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidLanguageIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidCodePageException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidLCMapStringFlagsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentVersionStoreEntryTooBigException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentVersionStoreOutOfMemoryAndCleanupTimedOutException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentVersionStoreOutOfMemoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCurrencyStackOutOfMemoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCannotIndexException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRecordNotDeletedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyMempoolEntriesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOutOfObjectIDsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOutOfLongValueIDsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOutOfAutoincrementValuesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOutOfDbtimeValuesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOutOfSequentialIndexValuesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRunningInOneInstanceModeException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRunningInMultiInstanceModeException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSystemParamsAlreadySetException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSystemPathInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogFilePathInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTempPathInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInstanceNameInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSystemParameterConflictException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInstanceUnavailableException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseUnavailableException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInstanceUnavailableDueToFatalLogDiskFullException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidSesparamIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyRecordsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOutOfSessionsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentWriteConflictException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTransTooDeepException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidSesidException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentWriteConflictPrimaryIndexException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInTransactionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRollbackRequiredException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTransReadOnlyException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSessionWriteConflictException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRecordTooBigForBackwardCompatibilityException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCannotMaterializeForwardOnlySortException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSesidTableIdMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidInstanceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDirtyShutdownException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentReadPgnoVerifyFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentReadLostFlushVerifyFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFileSystemCorruptionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRecoveryVerifyFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFilteredMoveNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMustCommitDistributedTransactionToLevel0Exception", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDistributedTransactionAlreadyPreparedToCommitException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentNotInDistributedTransactionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDistributedTransactionNotYetPreparedToCommitException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCannotNestDistributedTransactionsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDTCMissingCallbackException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDTCMissingCallbackOnRecoveryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDTCCallbackUnexpectedErrorException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseInvalidNameException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseInvalidPagesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseLockedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCannotDisableVersioningException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidDatabaseVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabase200FormatException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabase400FormatException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabase500FormatException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentPageSizeMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyInstancesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseSharingViolationException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentAttachedDatabaseMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseInvalidPathException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseIdInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentForceDetachNotAllowedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCatalogCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentPartiallyAttachedDBException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseSignInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseCorruptedNoRepairException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidCreateDbVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseIncompleteIncrementalReseedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseInvalidIncrementalReseedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseFailedIncrementalReseedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentNoAttachmentsFailedIncrementalReseedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseNotReadyException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseAttachedForRecoveryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTransactionsNotReadyDuringRecoveryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTableLockedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTableDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTableInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentObjectNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDensityInvalidException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTableNotEmptyException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidTableIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyOpenTablesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIllegalOperationException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyOpenTablesAndCleanupTimedOutException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentObjectDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidObjectException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCannotDeleteTempTableException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCannotDeleteSystemTableException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCannotDeleteTemplateTableException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentExclusiveTableLockRequiredException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFixedDDLException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFixedInheritedDDLException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCannotNestDDLException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDDLNotInheritableException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidSettingsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentClientRequestToStopJetServiceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCannotAddFixedVarColumnToDerivedTableException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexCantBuildException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexHasPrimaryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexMustStayException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexInvalidDefException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidCreateIndexException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyOpenIndexesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMultiValuedIndexViolationException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexBuildCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentPrimaryIndexCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSecondaryIndexCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidIndexIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexTuplesSecondaryIndexOnlyException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexTuplesTooManyColumnsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexTuplesNonUniqueOnlyException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexTuplesTextBinaryColumnsOnlyException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexTuplesVarSegMacNotAllowedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexTuplesInvalidLimitsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexTuplesCannotRetrieveFromIndexException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentIndexTuplesKeyTooSmallException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidLVChunkSizeException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnCannotBeEncryptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCannotIndexOnEncryptedColumnException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnLongException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnNoChunkException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnDoesNotFitException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentNullInvalidException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnIndexedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnTooBigException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMultiValuedColumnMustBeTaggedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnRedundantException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidColumnTypeException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTaggedNotNULLException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentNoCurrentIndexException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentKeyIsMadeException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadColumnIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentBadItagSequenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnInRelationshipException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCannotBeTaggedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDefaultValueTooBigException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMultiValuedDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLVCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentMultiValuedDuplicateAfterTruncationException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDerivedColumnCorruptionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidPlaceholderColumnException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnCannotBeCompressedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentColumnNoEncryptionKeyException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRecordNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRecordNoCopyException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentNoCurrentRecordException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRecordPrimaryChangedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentKeyDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentAlreadyPreparedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentKeyNotMadeException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentUpdateNotPreparedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDataHasChangedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLanguageNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDecompressionFailedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentUpdateMustVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDecryptionFailedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentEncryptionBadItagException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManySortsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidOnSortException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTempFileOpenErrorException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyAttachedDatabasesException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDiskFullException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentPermissionDeniedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFileNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFileInvalidTypeException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFileAlreadyExistsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentAfterInitializationException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLogCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidOperationException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentAccessDeniedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManySplitsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSessionSharingViolationException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentEntryPointNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSessionContextAlreadySetException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSessionContextNotSetByThisThreadException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSessionInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRecordFormatConversionFailedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOneDatabasePerSessionException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentRollbackErrorException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFlushMapVersionUnsupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFlushMapDatabaseMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFlushMapUnrecoverableException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentDatabaseAlreadyRunningMaintenanceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCallbackFailedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentCallbackNotResolvedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentSpaceHintsInvalidException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOSSnapshotInvalidSequenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOSSnapshotTimeOutException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOSSnapshotNotAllowedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentOSSnapshotInvalidSnapIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTooManyTestInjectionsException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentTestInjectionNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidLogDataSequenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLSCallbackNotSpecifiedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLSAlreadySetException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentLSNotSetException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFileIOSparseException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFileIOBeyondEOFException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFileIOAbortException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFileIORetryException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFileIOFailException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentFileCompressedException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentErrorException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentInvalidColumnException", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentResource", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentStopwatch", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EsentVersion", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "FloatColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "CreateInstanceGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "InitGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "TermGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "CreateDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "DetachDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "AttachDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "OpenDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "CloseDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "CompactGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "SnapshotFreezeGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "SnapshotPrepareGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "SnapshotThawGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "BackupGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "BeginExternalBackupGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EndExternalBackupGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "BeginTransactionGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "CommitTransactionGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "RollbackTransactionGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EndSessionGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "OpenTableGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "DupCursorGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "LsGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "SetColumnGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "RetrieveColumnGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EnumerateColumnsGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "GetRecordSizeGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "GetSecondaryIndexBookmarkGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "GotoSecondaryIndexBookmarkGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "MoveGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "MakeKeyGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "RetrieveKeyGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "SeekGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "SetIndexRangeGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "IndexRangeGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "IntersectIndexesGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "SetCurrentIndexGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "SetTableSequentialGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "ResetTableSequentialGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "GetLockGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EscrowUpdateGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "ColumndefGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "CreateTableColumnIndexGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "CreateIndexGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "IndexKeyGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "ConditionalColumnGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "TempTableGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "DeleteColumnGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "RenameColumnGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "SetColumnDefaultValueGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "IdleGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "DefragGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "ColInfoGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "SpaceHintsGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "GuidColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "IContentEquatable`1", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "IDeepCloneable`1", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "IJET_LOGTIME", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "IndexInfo", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "IndexSegment", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "Instance", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "InstanceParameters", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "Int16ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "Int32ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "Int64ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "INullableJetStruct", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_BKINFO", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_BKLOGTIME", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_CALLBACK", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_cbtyp", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_coltyp", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_COLUMNBASE", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_COLUMNCREATE", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_COLUMNDEF", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_COLUMNLIST", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_CONDITIONALCOLUMN", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_CONVERT", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_CP", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_DbInfo", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_DBINFOMISC", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_dbstate", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_ENUMCOLUMN", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_ENUMCOLUMNID", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_ENUMCOLUMNVALUE", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_err", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "EventLoggingLevels", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_ExceptionAction", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_filetype", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_IdxInfo", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_INDEXCREATE", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_INDEXLIST", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_INDEXRANGE", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_INSTANCE_INFO", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_LGPOS", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_LOGTIME", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_Move", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_OBJECTINFO", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_OBJECTLIST", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_objtyp", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_param", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_PFNREALLOC", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_PFNSTATUS", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_prep", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_RECORDLIST", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_RECPOS", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_RETINFO", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_RETRIEVECOLUMN", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_RSTINFO", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_RSTMAP", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_SETCOLUMN", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_SETINFO", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_SIGNATURE", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_SNP", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_SNPROG", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_SNT", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_SPACEHINTS", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_TABLECREATE", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_TblInfo", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_UNICODEINDEX", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_wrn", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "ObjectInfoFlags", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "ObjectInfoGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "Session", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "StringColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "Table", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "Transaction", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_INSTANCE", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_SESID", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_TABLEID", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_DBID", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_COLUMNID", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_OSSNAPID", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_HANDLE", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_LS", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "JET_INDEXID", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "UInt16ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "UInt32ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "UInt64ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "Update", - "Namespace": "Microsoft.Isam.Esent.Interop" - }, - { - "Name": "Windows81DbInfo", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" - }, - { - "Name": "ShrinkDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" - }, - { - "Name": "Windows81Grbits", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" - }, - { - "Name": "Windows81Param", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" - }, - { - "Name": "Windows7Api", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" - }, - { - "Name": "Windows7ExceptionAction", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" - }, - { - "Name": "CrashDumpGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" - }, - { - "Name": "PrereadKeysGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" - }, - { - "Name": "Windows7Grbits", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" - }, + "Name": "Clear-Item" + }, + { + "Name": "Clear-ItemProperty" + }, + { + "Name": "Clear-RecycleBin" + }, + { + "Name": "Complete-Transaction" + }, + { + "Name": "Convert-Path" + }, + { + "Name": "Copy-Item" + }, + { + "Name": "Copy-ItemProperty" + }, + { + "Name": "Debug-Process" + }, + { + "Name": "Disable-ComputerRestore" + }, + { + "Name": "Enable-ComputerRestore" + }, + { + "Name": "Get-ChildItem" + }, + { + "Name": "Get-Clipboard" + }, + { + "Name": "Get-ComputerInfo" + }, + { + "Name": "Get-ComputerRestorePoint" + }, + { + "Name": "Get-Content" + }, + { + "Name": "Get-ControlPanelItem" + }, + { + "Name": "Get-EventLog" + }, + { + "Name": "Get-HotFix" + }, + { + "Name": "Get-Item" + }, + { + "Name": "Get-ItemProperty" + }, + { + "Name": "Get-ItemPropertyValue" + }, + { + "Name": "Get-Location" + }, + { + "Name": "Get-Process" + }, + { + "Name": "Get-PSDrive" + }, + { + "Name": "Get-PSProvider" + }, + { + "Name": "Get-Service" + }, + { + "Name": "Get-TimeZone" + }, + { + "Name": "Get-Transaction" + }, + { + "Name": "Get-WmiObject" + }, + { + "Name": "Invoke-Item" + }, + { + "Name": "Invoke-WmiMethod" + }, + { + "Name": "Join-Path" + }, + { + "Name": "Limit-EventLog" + }, + { + "Name": "Move-Item" + }, + { + "Name": "Move-ItemProperty" + }, + { + "Name": "New-EventLog" + }, + { + "Name": "New-Item" + }, + { + "Name": "New-ItemProperty" + }, + { + "Name": "New-PSDrive" + }, + { + "Name": "New-Service" + }, + { + "Name": "New-WebServiceProxy" + }, + { + "Name": "Pop-Location" + }, + { + "Name": "Push-Location" + }, + { + "Name": "Register-WmiEvent" + }, + { + "Name": "Remove-Computer" + }, + { + "Name": "Remove-EventLog" + }, + { + "Name": "Remove-Item" + }, + { + "Name": "Remove-ItemProperty" + }, + { + "Name": "Remove-PSDrive" + }, + { + "Name": "Remove-WmiObject" + }, + { + "Name": "Rename-Computer" + }, + { + "Name": "Rename-Item" + }, + { + "Name": "Rename-ItemProperty" + }, + { + "Name": "Reset-ComputerMachinePassword" + }, + { + "Name": "Resolve-Path" + }, + { + "Name": "Restart-Computer" + }, + { + "Name": "Restart-Service" + }, + { + "Name": "Restore-Computer" + }, + { + "Name": "Resume-Service" + }, + { + "Name": "Set-Clipboard" + }, + { + "Name": "Set-Content" + }, + { + "Name": "Set-Item" + }, + { + "Name": "Set-ItemProperty" + }, + { + "Name": "Set-Location" + }, + { + "Name": "Set-Service" + }, + { + "Name": "Set-TimeZone" + }, + { + "Name": "Set-WmiInstance" + }, + { + "Name": "Show-ControlPanelItem" + }, + { + "Name": "Show-EventLog" + }, + { + "Name": "Split-Path" + }, + { + "Name": "Start-Process" + }, + { + "Name": "Start-Service" + }, + { + "Name": "Start-Transaction" + }, + { + "Name": "Stop-Computer" + }, + { + "Name": "Stop-Process" + }, + { + "Name": "Stop-Service" + }, + { + "Name": "Suspend-Service" + }, + { + "Name": "Test-ComputerSecureChannel" + }, + { + "Name": "Test-Connection" + }, + { + "Name": "Test-Path" + }, + { + "Name": "Undo-Transaction" + }, + { + "Name": "Use-Transaction" + }, + { + "Name": "Wait-Process" + }, + { + "Name": "Write-EventLog" + } + ], + "ExportedAliases": [ + "gcb", + "scb", + "gin", + "gtz", + "stz" + ] + }, + { + "Name": "Microsoft.PowerShell.ODataUtils", + "Version": "1.0", + "ExportedCommands": [ + { + "Name": "Export-ODataEndpointProxy" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Microsoft.PowerShell.Security", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SecureString" + }, + { + "Name": "ConvertTo-SecureString" + }, + { + "Name": "Get-Acl" + }, + { + "Name": "Get-AuthenticodeSignature" + }, + { + "Name": "Get-CmsMessage" + }, + { + "Name": "Get-Credential" + }, + { + "Name": "Get-ExecutionPolicy" + }, + { + "Name": "Get-PfxCertificate" + }, + { + "Name": "New-FileCatalog" + }, + { + "Name": "Protect-CmsMessage" + }, + { + "Name": "Set-Acl" + }, + { + "Name": "Set-AuthenticodeSignature" + }, + { + "Name": "Set-ExecutionPolicy" + }, + { + "Name": "Test-FileCatalog" + }, + { + "Name": "Unprotect-CmsMessage" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Microsoft.PowerShell.Utility", + "Version": "3.1.0.0", + "ExportedCommands": [ + { + "Name": "ConvertFrom-SddlString" + }, + { + "Name": "Format-Hex" + }, + { + "Name": "Get-FileHash" + }, + { + "Name": "Import-PowerShellDataFile" + }, + { + "Name": "New-Guid" + }, + { + "Name": "New-TemporaryFile" + }, + { + "Name": "Add-Member" + }, + { + "Name": "Add-Type" + }, + { + "Name": "Clear-Variable" + }, + { + "Name": "Compare-Object" + }, + { + "Name": "ConvertFrom-Csv" + }, + { + "Name": "ConvertFrom-Json" + }, + { + "Name": "ConvertFrom-String" + }, + { + "Name": "ConvertFrom-StringData" + }, + { + "Name": "Convert-String" + }, + { + "Name": "ConvertTo-Csv" + }, + { + "Name": "ConvertTo-Html" + }, + { + "Name": "ConvertTo-Json" + }, + { + "Name": "ConvertTo-Xml" + }, + { + "Name": "Debug-Runspace" + }, + { + "Name": "Disable-PSBreakpoint" + }, + { + "Name": "Disable-RunspaceDebug" + }, + { + "Name": "Enable-PSBreakpoint" + }, + { + "Name": "Enable-RunspaceDebug" + }, + { + "Name": "Export-Alias" + }, + { + "Name": "Export-Clixml" + }, + { + "Name": "Export-Csv" + }, + { + "Name": "Export-FormatData" + }, + { + "Name": "Export-PSSession" + }, + { + "Name": "Format-Custom" + }, + { + "Name": "Format-List" + }, + { + "Name": "Format-Table" + }, + { + "Name": "Format-Wide" + }, + { + "Name": "Get-Alias" + }, + { + "Name": "Get-Culture" + }, + { + "Name": "Get-Date" + }, + { + "Name": "Get-Event" + }, + { + "Name": "Get-EventSubscriber" + }, + { + "Name": "Get-FormatData" + }, + { + "Name": "Get-Host" + }, + { + "Name": "Get-Member" + }, + { + "Name": "Get-PSBreakpoint" + }, + { + "Name": "Get-PSCallStack" + }, + { + "Name": "Get-Random" + }, + { + "Name": "Get-Runspace" + }, + { + "Name": "Get-RunspaceDebug" + }, + { + "Name": "Get-TraceSource" + }, + { + "Name": "Get-TypeData" + }, + { + "Name": "Get-UICulture" + }, + { + "Name": "Get-Unique" + }, + { + "Name": "Get-Variable" + }, + { + "Name": "Group-Object" + }, + { + "Name": "Import-Alias" + }, + { + "Name": "Import-Clixml" + }, + { + "Name": "Import-Csv" + }, + { + "Name": "Import-LocalizedData" + }, + { + "Name": "Import-PSSession" + }, + { + "Name": "Invoke-Expression" + }, + { + "Name": "Invoke-RestMethod" + }, + { + "Name": "Invoke-WebRequest" + }, + { + "Name": "Measure-Command" + }, + { + "Name": "Measure-Object" + }, + { + "Name": "New-Alias" + }, + { + "Name": "New-Event" + }, + { + "Name": "New-Object" + }, + { + "Name": "New-TimeSpan" + }, + { + "Name": "New-Variable" + }, + { + "Name": "Out-File" + }, + { + "Name": "Out-GridView" + }, + { + "Name": "Out-Printer" + }, + { + "Name": "Out-String" + }, + { + "Name": "Read-Host" + }, + { + "Name": "Register-EngineEvent" + }, + { + "Name": "Register-ObjectEvent" + }, + { + "Name": "Remove-Event" + }, + { + "Name": "Remove-PSBreakpoint" + }, + { + "Name": "Remove-TypeData" + }, + { + "Name": "Remove-Variable" + }, + { + "Name": "Select-Object" + }, + { + "Name": "Select-String" + }, + { + "Name": "Select-Xml" + }, + { + "Name": "Send-MailMessage" + }, + { + "Name": "Set-Alias" + }, + { + "Name": "Set-Date" + }, + { + "Name": "Set-PSBreakpoint" + }, + { + "Name": "Set-TraceSource" + }, + { + "Name": "Set-Variable" + }, + { + "Name": "Show-Command" + }, + { + "Name": "Sort-Object" + }, + { + "Name": "Start-Sleep" + }, + { + "Name": "Tee-Object" + }, + { + "Name": "Trace-Command" + }, + { + "Name": "Unblock-File" + }, + { + "Name": "Unregister-Event" + }, + { + "Name": "Update-FormatData" + }, + { + "Name": "Update-List" + }, + { + "Name": "Update-TypeData" + }, + { + "Name": "Wait-Debugger" + }, + { + "Name": "Wait-Event" + }, + { + "Name": "Write-Debug" + }, + { + "Name": "Write-Error" + }, + { + "Name": "Write-Host" + }, + { + "Name": "Write-Information" + }, + { + "Name": "Write-Output" + }, + { + "Name": "Write-Progress" + }, + { + "Name": "Write-Verbose" + }, + { + "Name": "Write-Warning" + } + ], + "ExportedAliases": [ + "CFS", + "fhx" + ] + }, + { + "Name": "Microsoft.WSMan.Management", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "Connect-WSMan" + }, + { + "Name": "Disable-WSManCredSSP" + }, + { + "Name": "Disconnect-WSMan" + }, + { + "Name": "Enable-WSManCredSSP" + }, + { + "Name": "Get-WSManCredSSP" + }, + { + "Name": "Get-WSManInstance" + }, + { + "Name": "Invoke-WSManAction" + }, + { + "Name": "New-WSManInstance" + }, + { + "Name": "New-WSManSessionOption" + }, + { + "Name": "Remove-WSManInstance" + }, + { + "Name": "Set-WSManInstance" + }, + { + "Name": "Set-WSManQuickConfig" + }, + { + "Name": "Test-WSMan" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "MMAgent", + "Version": "1.0", + "ExportedCommands": [ + { + "Name": "Debug-MMAppPrelaunch" + }, + { + "Name": "Disable-MMAgent" + }, + { + "Name": "Enable-MMAgent" + }, + { + "Name": "Get-MMAgent" + }, + { + "Name": "Set-MMAgent" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "MPIO", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Clear-MSDSMSupportedHW" + }, + { + "Name": "Disable-MSDSMAutomaticClaim" + }, + { + "Name": "Enable-MSDSMAutomaticClaim" + }, + { + "Name": "Get-MPIOAvailableHW" + }, + { + "Name": "Get-MPIOSetting" + }, + { + "Name": "Get-MSDSMAutomaticClaimSettings" + }, + { + "Name": "Get-MSDSMGlobalDefaultLoadBalancePolicy" + }, + { + "Name": "Get-MSDSMSupportedHW" + }, + { + "Name": "New-MSDSMSupportedHW" + }, + { + "Name": "Remove-MSDSMSupportedHW" + }, + { + "Name": "Set-MPIOSetting" + }, + { + "Name": "Set-MSDSMGlobalDefaultLoadBalancePolicy" + }, + { + "Name": "Update-MPIOClaimedHW" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "MsDtc", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-DtcClusterTMMapping" + }, + { + "Name": "Get-Dtc" + }, + { + "Name": "Get-DtcAdvancedHostSetting" + }, + { + "Name": "Get-DtcAdvancedSetting" + }, + { + "Name": "Get-DtcClusterDefault" + }, + { + "Name": "Get-DtcClusterTMMapping" + }, + { + "Name": "Get-DtcDefault" + }, + { + "Name": "Get-DtcLog" + }, + { + "Name": "Get-DtcNetworkSetting" + }, + { + "Name": "Get-DtcTransaction" + }, + { + "Name": "Get-DtcTransactionsStatistics" + }, + { + "Name": "Get-DtcTransactionsTraceSession" + }, + { + "Name": "Get-DtcTransactionsTraceSetting" + }, + { + "Name": "Install-Dtc" + }, + { + "Name": "Remove-DtcClusterTMMapping" + }, + { + "Name": "Reset-DtcLog" + }, + { + "Name": "Set-DtcAdvancedHostSetting" + }, + { + "Name": "Set-DtcAdvancedSetting" + }, + { + "Name": "Set-DtcClusterDefault" + }, + { + "Name": "Set-DtcClusterTMMapping" + }, + { + "Name": "Set-DtcDefault" + }, + { + "Name": "Set-DtcLog" + }, + { + "Name": "Set-DtcNetworkSetting" + }, + { + "Name": "Set-DtcTransaction" + }, + { + "Name": "Set-DtcTransactionsTraceSession" + }, + { + "Name": "Set-DtcTransactionsTraceSetting" + }, + { + "Name": "Start-Dtc" + }, + { + "Name": "Start-DtcTransactionsTraceSession" + }, + { + "Name": "Stop-Dtc" + }, + { + "Name": "Stop-DtcTransactionsTraceSession" + }, + { + "Name": "Test-Dtc" + }, + { + "Name": "Uninstall-Dtc" + }, + { + "Name": "Write-DtcTransactionsTraceSession" + }, + { + "Name": "Complete-DtcDiagnosticTransaction" + }, + { + "Name": "Join-DtcDiagnosticResourceManager" + }, + { + "Name": "New-DtcDiagnosticTransaction" + }, + { + "Name": "Receive-DtcDiagnosticTransaction" + }, + { + "Name": "Send-DtcDiagnosticTransaction" + }, + { + "Name": "Start-DtcDiagnosticResourceManager" + }, + { + "Name": "Stop-DtcDiagnosticResourceManager" + }, + { + "Name": "Undo-DtcDiagnosticTransaction" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "MSMQ", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Clear-MsmqOutgoingQueue" + }, + { + "Name": "Clear-MsmqQueue" + }, + { + "Name": "Enable-MsmqCertificate" + }, + { + "Name": "Get-MsmqCertificate" + }, + { + "Name": "Get-MsmqOutgoingQueue" + }, + { + "Name": "Get-MsmqQueue" + }, + { + "Name": "Get-MsmqQueueACL" + }, + { + "Name": "Get-MsmqQueueManager" + }, + { + "Name": "Get-MsmqQueueManagerACL" + }, + { + "Name": "Move-MsmqMessage" + }, + { + "Name": "New-MsmqMessage" + }, + { + "Name": "New-MsmqQueue" + }, + { + "Name": "Receive-MsmqQueue" + }, + { + "Name": "Remove-MsmqCertificate" + }, + { + "Name": "Remove-MsmqQueue" + }, + { + "Name": "Resume-MsmqOutgoingQueue" + }, + { + "Name": "Send-MsmqQueue" + }, + { + "Name": "Set-MsmqQueue" + }, + { + "Name": "Set-MsmqQueueACL" + }, + { + "Name": "Set-MsmqQueueManager" + }, + { + "Name": "Set-MsmqQueueManagerACL" + }, + { + "Name": "Suspend-MsmqOutgoingQueue" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "MultiPoint", + "Version": "1.0", + "ExportedCommands": [ + { + "Name": "Add-WmsSystem" + }, + { + "Name": "Clear-WmsStation" + }, + { + "Name": "Close-WmsApp" + }, + { + "Name": "Close-WmsSession" + }, + { + "Name": "Disable-WmsDiskProtection" + }, + { + "Name": "Disable-WmsScheduledUpdate" + }, + { + "Name": "Disable-WmsWebLimiting" + }, + { + "Name": "Disconnect-WmsSession" + }, + { + "Name": "Enable-WmsDiskProtection" + }, + { + "Name": "Enable-WmsScheduledUpdate" + }, + { + "Name": "Enable-WmsWebLimiting" + }, + { + "Name": "Get-WmsAlert" + }, + { + "Name": "Get-WmsApp" + }, + { + "Name": "Get-WmsDiskProtection" + }, + { + "Name": "Get-WmsScheduledUpdate" + }, + { + "Name": "Get-WmsSession" + }, + { + "Name": "Get-WmsStation" + }, + { + "Name": "Get-WmsSystem" + }, + { + "Name": "Get-WmsUser" + }, + { + "Name": "Get-WmsVersion" + }, + { + "Name": "Get-WmsWebLimiting" + }, + { + "Name": "Hide-WmsIdentifier" + }, + { + "Name": "Join-WmsStation" + }, + { + "Name": "Lock-WmsSession" + }, + { + "Name": "Lock-WmsUsbStorage" + }, + { + "Name": "New-WmsUser" + }, + { + "Name": "Open-WmsApp" + }, + { + "Name": "Publish-WmsDesktop" + }, + { + "Name": "Remove-WmsSystem" + }, + { + "Name": "Remove-WmsUser" + }, + { + "Name": "Restart-WmsSystem" + }, + { + "Name": "Resume-WmsDiskProtection" + }, + { + "Name": "Search-WmsSystem" + }, + { + "Name": "Set-WmsScheduledUpdate" + }, + { + "Name": "Set-WmsStation" + }, + { + "Name": "Set-WmsSystem" + }, + { + "Name": "Set-WmsUser" + }, + { + "Name": "Set-WmsWebLimiting" + }, + { + "Name": "Show-WmsDesktop" + }, + { + "Name": "Show-WmsIdentifier" + }, + { + "Name": "Split-WmsStation" + }, + { + "Name": "Stop-WmsSystem" + }, + { + "Name": "Suspend-WmsDiskProtection" + }, + { + "Name": "Unlock-WmsSession" + }, + { + "Name": "Unlock-WmsUsbStorage" + }, + { + "Name": "Unpublish-WmsDesktop" + }, + { + "Name": "Update-WmsStation" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "MultiPointVdi", + "Version": "1.0", + "ExportedCommands": [ + { + "Name": "Disable-WmsVirtualDesktopRole" + }, + { + "Name": "Enable-WmsVirtualDesktopRole" + }, + { + "Name": "Get-WmsVirtualDesktop" + }, + { + "Name": "Import-WmsVirtualDesktop" + }, + { + "Name": "New-WmsVirtualDesktop" + }, + { + "Name": "New-WmsVirtualDesktopTemplate" + }, + { + "Name": "Open-WmsVirtualDesktop" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetAdapter", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-NetAdapter" + }, + { + "Name": "Disable-NetAdapterBinding" + }, + { + "Name": "Disable-NetAdapterChecksumOffload" + }, + { + "Name": "Disable-NetAdapterEncapsulatedPacketTaskOffload" + }, + { + "Name": "Disable-NetAdapterIPsecOffload" + }, + { + "Name": "Disable-NetAdapterLso" + }, + { + "Name": "Disable-NetAdapterPacketDirect" + }, + { + "Name": "Disable-NetAdapterPowerManagement" + }, + { + "Name": "Disable-NetAdapterQos" + }, + { + "Name": "Disable-NetAdapterRdma" + }, + { + "Name": "Disable-NetAdapterRsc" + }, + { + "Name": "Disable-NetAdapterRss" + }, + { + "Name": "Disable-NetAdapterSriov" + }, + { + "Name": "Disable-NetAdapterVmq" + }, + { + "Name": "Enable-NetAdapter" + }, + { + "Name": "Enable-NetAdapterBinding" + }, + { + "Name": "Enable-NetAdapterChecksumOffload" + }, + { + "Name": "Enable-NetAdapterEncapsulatedPacketTaskOffload" + }, + { + "Name": "Enable-NetAdapterIPsecOffload" + }, + { + "Name": "Enable-NetAdapterLso" + }, + { + "Name": "Enable-NetAdapterPacketDirect" + }, + { + "Name": "Enable-NetAdapterPowerManagement" + }, + { + "Name": "Enable-NetAdapterQos" + }, + { + "Name": "Enable-NetAdapterRdma" + }, + { + "Name": "Enable-NetAdapterRsc" + }, + { + "Name": "Enable-NetAdapterRss" + }, + { + "Name": "Enable-NetAdapterSriov" + }, + { + "Name": "Enable-NetAdapterVmq" + }, + { + "Name": "Get-NetAdapter" + }, + { + "Name": "Get-NetAdapterAdvancedProperty" + }, + { + "Name": "Get-NetAdapterBinding" + }, + { + "Name": "Get-NetAdapterChecksumOffload" + }, + { + "Name": "Get-NetAdapterEncapsulatedPacketTaskOffload" + }, + { + "Name": "Get-NetAdapterHardwareInfo" + }, + { + "Name": "Get-NetAdapterIPsecOffload" + }, + { + "Name": "Get-NetAdapterLso" + }, + { + "Name": "Get-NetAdapterPacketDirect" + }, + { + "Name": "Get-NetAdapterPowerManagement" + }, + { + "Name": "Get-NetAdapterQos" + }, + { + "Name": "Get-NetAdapterRdma" + }, + { + "Name": "Get-NetAdapterRsc" + }, + { + "Name": "Get-NetAdapterRss" + }, + { + "Name": "Get-NetAdapterSriov" + }, + { + "Name": "Get-NetAdapterSriovVf" + }, + { + "Name": "Get-NetAdapterStatistics" + }, + { + "Name": "Get-NetAdapterVmq" + }, + { + "Name": "Get-NetAdapterVmqQueue" + }, + { + "Name": "Get-NetAdapterVPort" + }, + { + "Name": "New-NetAdapterAdvancedProperty" + }, + { + "Name": "Remove-NetAdapterAdvancedProperty" + }, + { + "Name": "Rename-NetAdapter" + }, + { + "Name": "Reset-NetAdapterAdvancedProperty" + }, + { + "Name": "Restart-NetAdapter" + }, + { + "Name": "Set-NetAdapter" + }, + { + "Name": "Set-NetAdapterAdvancedProperty" + }, + { + "Name": "Set-NetAdapterBinding" + }, + { + "Name": "Set-NetAdapterChecksumOffload" + }, + { + "Name": "Set-NetAdapterEncapsulatedPacketTaskOffload" + }, + { + "Name": "Set-NetAdapterIPsecOffload" + }, + { + "Name": "Set-NetAdapterLso" + }, + { + "Name": "Set-NetAdapterPacketDirect" + }, + { + "Name": "Set-NetAdapterPowerManagement" + }, + { + "Name": "Set-NetAdapterQos" + }, + { + "Name": "Set-NetAdapterRdma" + }, + { + "Name": "Set-NetAdapterRsc" + }, + { + "Name": "Set-NetAdapterRss" + }, + { + "Name": "Set-NetAdapterSriov" + }, + { + "Name": "Set-NetAdapterVmq" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetConnection", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-NetConnectionProfile" + }, + { + "Name": "Set-NetConnectionProfile" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetEventPacketCapture", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-NetEventNetworkAdapter" + }, + { + "Name": "Add-NetEventPacketCaptureProvider" + }, + { + "Name": "Add-NetEventProvider" + }, + { + "Name": "Add-NetEventVFPProvider" + }, + { + "Name": "Add-NetEventVmNetworkAdapter" + }, + { + "Name": "Add-NetEventVmSwitch" + }, + { + "Name": "Add-NetEventVmSwitchProvider" + }, + { + "Name": "Add-NetEventWFPCaptureProvider" + }, + { + "Name": "Get-NetEventNetworkAdapter" + }, + { + "Name": "Get-NetEventPacketCaptureProvider" + }, + { + "Name": "Get-NetEventProvider" + }, + { + "Name": "Get-NetEventSession" + }, + { + "Name": "Get-NetEventVFPProvider" + }, + { + "Name": "Get-NetEventVmNetworkAdapter" + }, + { + "Name": "Get-NetEventVmSwitch" + }, + { + "Name": "Get-NetEventVmSwitchProvider" + }, + { + "Name": "Get-NetEventWFPCaptureProvider" + }, + { + "Name": "New-NetEventSession" + }, + { + "Name": "Remove-NetEventNetworkAdapter" + }, + { + "Name": "Remove-NetEventPacketCaptureProvider" + }, + { + "Name": "Remove-NetEventProvider" + }, + { + "Name": "Remove-NetEventSession" + }, + { + "Name": "Remove-NetEventVFPProvider" + }, + { + "Name": "Remove-NetEventVmNetworkAdapter" + }, + { + "Name": "Remove-NetEventVmSwitch" + }, + { + "Name": "Remove-NetEventVmSwitchProvider" + }, + { + "Name": "Remove-NetEventWFPCaptureProvider" + }, + { + "Name": "Set-NetEventPacketCaptureProvider" + }, + { + "Name": "Set-NetEventProvider" + }, + { + "Name": "Set-NetEventSession" + }, + { + "Name": "Set-NetEventVFPProvider" + }, + { + "Name": "Set-NetEventVmSwitchProvider" + }, + { + "Name": "Set-NetEventWFPCaptureProvider" + }, + { + "Name": "Start-NetEventSession" + }, + { + "Name": "Stop-NetEventSession" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetLbfo", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-NetLbfoTeamMember" + }, + { + "Name": "Add-NetLbfoTeamNic" + }, + { + "Name": "Get-NetLbfoTeam" + }, + { + "Name": "Get-NetLbfoTeamMember" + }, + { + "Name": "Get-NetLbfoTeamNic" + }, + { + "Name": "New-NetLbfoTeam" + }, + { + "Name": "Remove-NetLbfoTeam" + }, + { + "Name": "Remove-NetLbfoTeamMember" + }, + { + "Name": "Remove-NetLbfoTeamNic" + }, + { + "Name": "Rename-NetLbfoTeam" + }, + { + "Name": "Set-NetLbfoTeam" + }, + { + "Name": "Set-NetLbfoTeamMember" + }, + { + "Name": "Set-NetLbfoTeamNic" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetLldpAgent", + "Version": "1.0", + "ExportedCommands": [ + { + "Name": "Disable-NetLldpAgent" + }, + { + "Name": "Enable-NetLldpAgent" + }, + { + "Name": "Get-NetLldpAgent" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetNat", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-NetNatExternalAddress" + }, + { + "Name": "Add-NetNatStaticMapping" + }, + { + "Name": "Get-NetNat" + }, + { + "Name": "Get-NetNatExternalAddress" + }, + { + "Name": "Get-NetNatGlobal" + }, + { + "Name": "Get-NetNatSession" + }, + { + "Name": "Get-NetNatStaticMapping" + }, + { + "Name": "New-NetNat" + }, + { + "Name": "Remove-NetNat" + }, + { + "Name": "Remove-NetNatExternalAddress" + }, + { + "Name": "Remove-NetNatStaticMapping" + }, + { + "Name": "Set-NetNat" + }, + { + "Name": "Set-NetNatGlobal" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetQos", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-NetQosPolicy" + }, + { + "Name": "New-NetQosPolicy" + }, + { + "Name": "Remove-NetQosPolicy" + }, + { + "Name": "Set-NetQosPolicy" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetSecurity", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Copy-NetFirewallRule" + }, + { + "Name": "Copy-NetIPsecMainModeCryptoSet" + }, + { + "Name": "Copy-NetIPsecMainModeRule" + }, + { + "Name": "Copy-NetIPsecPhase1AuthSet" + }, + { + "Name": "Copy-NetIPsecPhase2AuthSet" + }, + { + "Name": "Copy-NetIPsecQuickModeCryptoSet" + }, + { + "Name": "Copy-NetIPsecRule" + }, + { + "Name": "Disable-NetFirewallRule" + }, + { + "Name": "Disable-NetIPsecMainModeRule" + }, + { + "Name": "Disable-NetIPsecRule" + }, + { + "Name": "Enable-NetFirewallRule" + }, + { + "Name": "Enable-NetIPsecMainModeRule" + }, + { + "Name": "Enable-NetIPsecRule" + }, + { + "Name": "Find-NetIPsecRule" + }, + { + "Name": "Get-NetFirewallAddressFilter" + }, + { + "Name": "Get-NetFirewallApplicationFilter" + }, + { + "Name": "Get-NetFirewallInterfaceFilter" + }, + { + "Name": "Get-NetFirewallInterfaceTypeFilter" + }, + { + "Name": "Get-NetFirewallPortFilter" + }, + { + "Name": "Get-NetFirewallProfile" + }, + { + "Name": "Get-NetFirewallRule" + }, + { + "Name": "Get-NetFirewallSecurityFilter" + }, + { + "Name": "Get-NetFirewallServiceFilter" + }, + { + "Name": "Get-NetFirewallSetting" + }, + { + "Name": "Get-NetIPsecDospSetting" + }, + { + "Name": "Get-NetIPsecMainModeCryptoSet" + }, + { + "Name": "Get-NetIPsecMainModeRule" + }, + { + "Name": "Get-NetIPsecMainModeSA" + }, + { + "Name": "Get-NetIPsecPhase1AuthSet" + }, + { + "Name": "Get-NetIPsecPhase2AuthSet" + }, + { + "Name": "Get-NetIPsecQuickModeCryptoSet" + }, + { + "Name": "Get-NetIPsecQuickModeSA" + }, + { + "Name": "Get-NetIPsecRule" + }, + { + "Name": "New-NetFirewallRule" + }, + { + "Name": "New-NetIPsecDospSetting" + }, + { + "Name": "New-NetIPsecMainModeCryptoSet" + }, + { + "Name": "New-NetIPsecMainModeRule" + }, + { + "Name": "New-NetIPsecPhase1AuthSet" + }, + { + "Name": "New-NetIPsecPhase2AuthSet" + }, + { + "Name": "New-NetIPsecQuickModeCryptoSet" + }, + { + "Name": "New-NetIPsecRule" + }, + { + "Name": "Open-NetGPO" + }, + { + "Name": "Remove-NetFirewallRule" + }, + { + "Name": "Remove-NetIPsecDospSetting" + }, + { + "Name": "Remove-NetIPsecMainModeCryptoSet" + }, + { + "Name": "Remove-NetIPsecMainModeRule" + }, + { + "Name": "Remove-NetIPsecMainModeSA" + }, + { + "Name": "Remove-NetIPsecPhase1AuthSet" + }, + { + "Name": "Remove-NetIPsecPhase2AuthSet" + }, + { + "Name": "Remove-NetIPsecQuickModeCryptoSet" + }, + { + "Name": "Remove-NetIPsecQuickModeSA" + }, + { + "Name": "Remove-NetIPsecRule" + }, + { + "Name": "Rename-NetFirewallRule" + }, + { + "Name": "Rename-NetIPsecMainModeCryptoSet" + }, + { + "Name": "Rename-NetIPsecMainModeRule" + }, + { + "Name": "Rename-NetIPsecPhase1AuthSet" + }, + { + "Name": "Rename-NetIPsecPhase2AuthSet" + }, + { + "Name": "Rename-NetIPsecQuickModeCryptoSet" + }, + { + "Name": "Rename-NetIPsecRule" + }, + { + "Name": "Save-NetGPO" + }, + { + "Name": "Set-NetFirewallAddressFilter" + }, + { + "Name": "Set-NetFirewallApplicationFilter" + }, + { + "Name": "Set-NetFirewallInterfaceFilter" + }, + { + "Name": "Set-NetFirewallInterfaceTypeFilter" + }, + { + "Name": "Set-NetFirewallPortFilter" + }, + { + "Name": "Set-NetFirewallProfile" + }, + { + "Name": "Set-NetFirewallRule" + }, + { + "Name": "Set-NetFirewallSecurityFilter" + }, + { + "Name": "Set-NetFirewallServiceFilter" + }, + { + "Name": "Set-NetFirewallSetting" + }, + { + "Name": "Set-NetIPsecDospSetting" + }, + { + "Name": "Set-NetIPsecMainModeCryptoSet" + }, + { + "Name": "Set-NetIPsecMainModeRule" + }, + { + "Name": "Set-NetIPsecPhase1AuthSet" + }, + { + "Name": "Set-NetIPsecPhase2AuthSet" + }, + { + "Name": "Set-NetIPsecQuickModeCryptoSet" + }, + { + "Name": "Set-NetIPsecRule" + }, + { + "Name": "Show-NetFirewallRule" + }, + { + "Name": "Show-NetIPsecRule" + }, + { + "Name": "Sync-NetIPsecRule" + }, + { + "Name": "Update-NetIPsecRule" + }, + { + "Name": "Get-DAPolicyChange" + }, + { + "Name": "New-NetIPsecAuthProposal" + }, + { + "Name": "New-NetIPsecMainModeCryptoProposal" + }, + { + "Name": "New-NetIPsecQuickModeCryptoProposal" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetSwitchTeam", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-NetSwitchTeamMember" + }, + { + "Name": "Get-NetSwitchTeam" + }, + { + "Name": "Get-NetSwitchTeamMember" + }, + { + "Name": "New-NetSwitchTeam" + }, + { + "Name": "Remove-NetSwitchTeam" + }, + { + "Name": "Remove-NetSwitchTeamMember" + }, + { + "Name": "Rename-NetSwitchTeam" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetTCPIP", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Find-NetRoute" + }, + { + "Name": "Get-NetCompartment" + }, + { + "Name": "Get-NetIPAddress" + }, + { + "Name": "Get-NetIPConfiguration" + }, + { + "Name": "Get-NetIPInterface" + }, + { + "Name": "Get-NetIPv4Protocol" + }, + { + "Name": "Get-NetIPv6Protocol" + }, + { + "Name": "Get-NetNeighbor" + }, + { + "Name": "Get-NetOffloadGlobalSetting" + }, + { + "Name": "Get-NetPrefixPolicy" + }, + { + "Name": "Get-NetRoute" + }, + { + "Name": "Get-NetTCPConnection" + }, + { + "Name": "Get-NetTCPSetting" + }, + { + "Name": "Get-NetTransportFilter" + }, + { + "Name": "Get-NetUDPEndpoint" + }, + { + "Name": "Get-NetUDPSetting" + }, + { + "Name": "New-NetIPAddress" + }, + { + "Name": "New-NetNeighbor" + }, + { + "Name": "New-NetRoute" + }, + { + "Name": "New-NetTransportFilter" + }, + { + "Name": "Remove-NetIPAddress" + }, + { + "Name": "Remove-NetNeighbor" + }, + { + "Name": "Remove-NetRoute" + }, + { + "Name": "Remove-NetTransportFilter" + }, + { + "Name": "Set-NetIPAddress" + }, + { + "Name": "Set-NetIPInterface" + }, + { + "Name": "Set-NetIPv4Protocol" + }, + { + "Name": "Set-NetIPv6Protocol" + }, + { + "Name": "Set-NetNeighbor" + }, + { + "Name": "Set-NetOffloadGlobalSetting" + }, + { + "Name": "Set-NetRoute" + }, + { + "Name": "Set-NetTCPSetting" + }, + { + "Name": "Set-NetUDPSetting" + }, + { + "Name": "Test-NetConnection" + } + ], + "ExportedAliases": [ + "gip", + "TNC" + ] + }, + { + "Name": "NetWNV", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-NetVirtualizationCustomerRoute" + }, + { + "Name": "Get-NetVirtualizationGlobal" + }, + { + "Name": "Get-NetVirtualizationLookupRecord" + }, + { + "Name": "Get-NetVirtualizationProviderAddress" + }, + { + "Name": "Get-NetVirtualizationProviderRoute" + }, + { + "Name": "New-NetVirtualizationCustomerRoute" + }, + { + "Name": "New-NetVirtualizationLookupRecord" + }, + { + "Name": "New-NetVirtualizationProviderAddress" + }, + { + "Name": "New-NetVirtualizationProviderRoute" + }, + { + "Name": "Remove-NetVirtualizationCustomerRoute" + }, + { + "Name": "Remove-NetVirtualizationLookupRecord" + }, + { + "Name": "Remove-NetVirtualizationProviderAddress" + }, + { + "Name": "Remove-NetVirtualizationProviderRoute" + }, + { + "Name": "Select-NetVirtualizationNextHop" + }, + { + "Name": "Set-NetVirtualizationCustomerRoute" + }, + { + "Name": "Set-NetVirtualizationGlobal" + }, + { + "Name": "Set-NetVirtualizationLookupRecord" + }, + { + "Name": "Set-NetVirtualizationProviderAddress" + }, + { + "Name": "Set-NetVirtualizationProviderRoute" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetworkConnectivityStatus", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-DAConnectionStatus" + }, + { + "Name": "Get-NCSIPolicyConfiguration" + }, + { + "Name": "Reset-NCSIPolicyConfiguration" + }, + { + "Name": "Set-NCSIPolicyConfiguration" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetworkController", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-NetworkControllerAccessControlList" + }, + { + "Name": "Get-NetworkControllerAccessControlListRule" + }, + { + "Name": "Get-NetworkControllerBackup" + }, + { + "Name": "Get-NetworkControllerConnectivityCheck" + }, + { + "Name": "Get-NetworkControllerConnectivityCheckResult" + }, + { + "Name": "Get-NetworkControllerCredential" + }, + { + "Name": "Get-NetworkControllerFabricRoute" + }, + { + "Name": "Get-NetworkControllerGateway" + }, + { + "Name": "Get-NetworkControllerGatewayPool" + }, + { + "Name": "Get-NetworkControllerInternalResourceInstances" + }, + { + "Name": "Get-NetworkControllerIpPool" + }, + { + "Name": "Get-NetworkControllerLoadBalancer" + }, + { + "Name": "Get-NetworkControllerLoadBalancerBackendAddressPool" + }, + { + "Name": "Get-NetworkControllerLoadBalancerConfiguration" + }, + { + "Name": "Get-NetworkControllerLoadBalancerFrontendIpConfiguration" + }, + { + "Name": "Get-NetworkControllerLoadBalancerInboundNatRule" + }, + { + "Name": "Get-NetworkControllerLoadBalancerMux" + }, + { + "Name": "Get-NetworkControllerLoadBalancerOutboundNatRule" + }, + { + "Name": "Get-NetworkControllerLoadBalancerProbe" + }, + { + "Name": "Get-NetworkControllerLoadBalancingRule" + }, + { + "Name": "Get-NetworkControllerLogicalNetwork" + }, + { + "Name": "Get-NetworkControllerLogicalSubnet" + }, + { + "Name": "Get-NetworkControllerMacPool" + }, + { + "Name": "Get-NetworkControllerNetworkInterface" + }, + { + "Name": "Get-NetworkControllerNetworkInterfaceIpConfiguration" + }, + { + "Name": "Get-NetworkControllerPublicIpAddress" + }, + { + "Name": "Get-NetworkControllerRestore" + }, + { + "Name": "Get-NetworkControllerRoute" + }, + { + "Name": "Get-NetworkControllerRouteTable" + }, + { + "Name": "Get-NetworkControllerServer" + }, + { + "Name": "Get-NetworkControllerServerInterface" + }, + { + "Name": "Get-NetworkControllerServiceInsertion" + }, + { + "Name": "Get-NetworkControllerState" + }, + { + "Name": "Get-NetworkControllerStatistics" + }, + { + "Name": "Get-NetworkControllerVirtualGateway" + }, + { + "Name": "Get-NetworkControllerVirtualGatewayBgpPeer" + }, + { + "Name": "Get-NetworkControllerVirtualGatewayBgpRouter" + }, + { + "Name": "Get-NetworkControllerVirtualGatewayNetworkConnection" + }, + { + "Name": "Get-NetworkControllerVirtualGatewayPolicyMap" + }, + { + "Name": "Get-NetworkControllerVirtualNetwork" + }, + { + "Name": "Get-NetworkControllerVirtualNetworkConfiguration" + }, + { + "Name": "Get-NetworkControllerVirtualServer" + }, + { + "Name": "Get-NetworkControllerVirtualSubnet" + }, + { + "Name": "Get-NetworkControllerVirtualSwitchConfiguration" + }, + { + "Name": "Invoke-NetworkControllerConnectivityCheck" + }, + { + "Name": "Invoke-NetworkControllerState" + }, + { + "Name": "New-NetworkControllerAccessControlList" + }, + { + "Name": "New-NetworkControllerAccessControlListRule" + }, + { + "Name": "New-NetworkControllerBackup" + }, + { + "Name": "New-NetworkControllerCredential" + }, + { + "Name": "New-NetworkControllerFabricRoute" + }, + { + "Name": "New-NetworkControllerGateway" + }, + { + "Name": "New-NetworkControllerGatewayPool" + }, + { + "Name": "New-NetworkControllerIpPool" + }, + { + "Name": "New-NetworkControllerLoadBalancer" + }, + { + "Name": "New-NetworkControllerLoadBalancerBackendAddressPool" + }, + { + "Name": "New-NetworkControllerLoadBalancerConfiguration" + }, + { + "Name": "New-NetworkControllerLoadBalancerFrontendIpConfiguration" + }, + { + "Name": "New-NetworkControllerLoadBalancerInboundNatRule" + }, + { + "Name": "New-NetworkControllerLoadBalancerMux" + }, + { + "Name": "New-NetworkControllerLoadBalancerOutboundNatRule" + }, + { + "Name": "New-NetworkControllerLoadBalancerProbe" + }, + { + "Name": "New-NetworkControllerLoadBalancingRule" + }, + { + "Name": "New-NetworkControllerLogicalNetwork" + }, + { + "Name": "New-NetworkControllerLogicalSubnet" + }, + { + "Name": "New-NetworkControllerMacPool" + }, + { + "Name": "New-NetworkControllerNetworkInterface" + }, + { + "Name": "New-NetworkControllerNetworkInterfaceIpConfiguration" + }, + { + "Name": "New-NetworkControllerPublicIpAddress" + }, + { + "Name": "New-NetworkControllerRestore" + }, + { + "Name": "New-NetworkControllerRoute" + }, + { + "Name": "New-NetworkControllerRouteTable" + }, + { + "Name": "New-NetworkControllerServer" + }, + { + "Name": "New-NetworkControllerServerInterface" + }, + { + "Name": "New-NetworkControllerServiceInsertion" + }, + { + "Name": "New-NetworkControllerVirtualGateway" + }, + { + "Name": "New-NetworkControllerVirtualGatewayBgpPeer" + }, + { + "Name": "New-NetworkControllerVirtualGatewayBgpRouter" + }, + { + "Name": "New-NetworkControllerVirtualGatewayNetworkConnection" + }, + { + "Name": "New-NetworkControllerVirtualGatewayPolicyMap" + }, + { + "Name": "New-NetworkControllerVirtualNetwork" + }, + { + "Name": "New-NetworkControllerVirtualServer" + }, + { + "Name": "New-NetworkControllerVirtualSubnet" + }, + { + "Name": "Remove-NetworkControllerAccessControlList" + }, + { + "Name": "Remove-NetworkControllerAccessControlListRule" + }, + { + "Name": "Remove-NetworkControllerBackup" + }, + { + "Name": "Remove-NetworkControllerCredential" + }, + { + "Name": "Remove-NetworkControllerFabricRoute" + }, + { + "Name": "Remove-NetworkControllerGateway" + }, + { + "Name": "Remove-NetworkControllerGatewayPool" + }, + { + "Name": "Remove-NetworkControllerIpPool" + }, + { + "Name": "Remove-NetworkControllerLoadBalancer" + }, + { + "Name": "Remove-NetworkControllerLoadBalancerBackendAddressPool" + }, + { + "Name": "Remove-NetworkControllerLoadBalancerConfiguration" + }, + { + "Name": "Remove-NetworkControllerLoadBalancerFrontendIpConfiguration" + }, + { + "Name": "Remove-NetworkControllerLoadBalancerInboundNatRule" + }, + { + "Name": "Remove-NetworkControllerLoadBalancerMux" + }, + { + "Name": "Remove-NetworkControllerLoadBalancerOutboundNatRule" + }, + { + "Name": "Remove-NetworkControllerLoadBalancerProbe" + }, + { + "Name": "Remove-NetworkControllerLoadBalancingRule" + }, + { + "Name": "Remove-NetworkControllerLogicalNetwork" + }, + { + "Name": "Remove-NetworkControllerLogicalSubnet" + }, + { + "Name": "Remove-NetworkControllerMacPool" + }, + { + "Name": "Remove-NetworkControllerNetworkInterface" + }, + { + "Name": "Remove-NetworkControllerNetworkInterfaceIpConfiguration" + }, + { + "Name": "Remove-NetworkControllerPublicIpAddress" + }, + { + "Name": "Remove-NetworkControllerRestore" + }, + { + "Name": "Remove-NetworkControllerRoute" + }, + { + "Name": "Remove-NetworkControllerRouteTable" + }, + { + "Name": "Remove-NetworkControllerServer" + }, + { + "Name": "Remove-NetworkControllerServerInterface" + }, + { + "Name": "Remove-NetworkControllerServiceInsertion" + }, + { + "Name": "Remove-NetworkControllerVirtualGateway" + }, + { + "Name": "Remove-NetworkControllerVirtualGatewayBgpPeer" + }, + { + "Name": "Remove-NetworkControllerVirtualGatewayBgpRouter" + }, + { + "Name": "Remove-NetworkControllerVirtualGatewayNetworkConnection" + }, + { + "Name": "Remove-NetworkControllerVirtualGatewayPolicyMap" + }, + { + "Name": "Remove-NetworkControllerVirtualNetwork" + }, + { + "Name": "Remove-NetworkControllerVirtualServer" + }, + { + "Name": "Remove-NetworkControllerVirtualSubnet" + }, + { + "Name": "Set-NetworkControllerVirtualNetworkConfiguration" + }, + { + "Name": "Set-NetworkControllerVirtualSwitchConfiguration" + }, + { + "Name": "Add-NetworkControllerNode" + }, + { + "Name": "Clear-NetworkControllerNodeContent" + }, + { + "Name": "Disable-NetworkControllerNode" + }, + { + "Name": "Enable-NetworkControllerNode" + }, + { + "Name": "Get-NetworkController" + }, + { + "Name": "Get-NetworkControllerCluster" + }, + { + "Name": "Get-NetworkControllerDiagnostic" + }, + { + "Name": "Get-NetworkControllerNode" + }, + { + "Name": "Install-NetworkController" + }, + { + "Name": "Install-NetworkControllerCluster" + }, + { + "Name": "New-NetworkControllerNodeObject" + }, + { + "Name": "Remove-NetworkControllerNode" + }, + { + "Name": "Repair-NetworkControllerCluster" + }, + { + "Name": "Set-NetworkController" + }, + { + "Name": "Set-NetworkControllerCluster" + }, + { + "Name": "Set-NetworkControllerDiagnostic" + }, + { + "Name": "Set-NetworkControllerNode" + }, + { + "Name": "Uninstall-NetworkController" + }, + { + "Name": "Uninstall-NetworkControllerCluster" + }, + { + "Name": "Update-NetworkController" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetworkControllerDiagnostics", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Debug-NetworkController" + }, + { + "Name": "Debug-NetworkControllerConfigurationState" + }, + { + "Name": "Debug-ServiceFabricNodeStatus" + }, + { + "Name": "Get-NetworkControllerDeploymentInfo" + }, + { + "Name": "Get-NetworkControllerManagedDevices" + }, + { + "Name": "Get-NetworkControllerReplica" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetworkLoadBalancingClusters", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-NlbClusterNode" + }, + { + "Name": "Add-NlbClusterNodeDip" + }, + { + "Name": "Add-NlbClusterPortRule" + }, + { + "Name": "Add-NlbClusterVip" + }, + { + "Name": "Disable-NlbClusterPortRule" + }, + { + "Name": "Enable-NlbClusterPortRule" + }, + { + "Name": "Get-NlbCluster" + }, + { + "Name": "Get-NlbClusterDriverInfo" + }, + { + "Name": "Get-NlbClusterNode" + }, + { + "Name": "Get-NlbClusterNodeDip" + }, + { + "Name": "Get-NlbClusterNodeNetworkInterface" + }, + { + "Name": "Get-NlbClusterPortRule" + }, + { + "Name": "Get-NlbClusterVip" + }, + { + "Name": "New-NlbCluster" + }, + { + "Name": "New-NlbClusterIpv6Address" + }, + { + "Name": "Remove-NlbCluster" + }, + { + "Name": "Remove-NlbClusterNode" + }, + { + "Name": "Remove-NlbClusterNodeDip" + }, + { + "Name": "Remove-NlbClusterPortRule" + }, + { + "Name": "Remove-NlbClusterVip" + }, + { + "Name": "Resume-NlbCluster" + }, + { + "Name": "Resume-NlbClusterNode" + }, + { + "Name": "Set-NlbCluster" + }, + { + "Name": "Set-NlbClusterNode" + }, + { + "Name": "Set-NlbClusterNodeDip" + }, + { + "Name": "Set-NlbClusterPortRule" + }, + { + "Name": "Set-NlbClusterPortRuleNodeHandlingPriority" + }, + { + "Name": "Set-NlbClusterPortRuleNodeWeight" + }, + { + "Name": "Set-NlbClusterVip" + }, + { + "Name": "Start-NlbCluster" + }, + { + "Name": "Start-NlbClusterNode" + }, + { + "Name": "Stop-NlbCluster" + }, + { + "Name": "Stop-NlbClusterNode" + }, + { + "Name": "Suspend-NlbCluster" + }, + { + "Name": "Suspend-NlbClusterNode" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetworkSwitchManager", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-NetworkSwitchEthernetPort" + }, + { + "Name": "Disable-NetworkSwitchFeature" + }, + { + "Name": "Disable-NetworkSwitchVlan" + }, + { + "Name": "Enable-NetworkSwitchEthernetPort" + }, + { + "Name": "Enable-NetworkSwitchFeature" + }, + { + "Name": "Enable-NetworkSwitchVlan" + }, + { + "Name": "Get-NetworkSwitchEthernetPort" + }, + { + "Name": "Get-NetworkSwitchFeature" + }, + { + "Name": "Get-NetworkSwitchGlobalData" + }, + { + "Name": "Get-NetworkSwitchVlan" + }, + { + "Name": "New-NetworkSwitchVlan" + }, + { + "Name": "Remove-NetworkSwitchEthernetPortIPAddress" + }, + { + "Name": "Remove-NetworkSwitchVlan" + }, + { + "Name": "Restore-NetworkSwitchConfiguration" + }, + { + "Name": "Save-NetworkSwitchConfiguration" + }, + { + "Name": "Set-NetworkSwitchEthernetPortIPAddress" + }, + { + "Name": "Set-NetworkSwitchPortMode" + }, + { + "Name": "Set-NetworkSwitchPortProperty" + }, + { + "Name": "Set-NetworkSwitchVlanProperty" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NetworkTransition", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-NetIPHttpsCertBinding" + }, + { + "Name": "Disable-NetDnsTransitionConfiguration" + }, + { + "Name": "Disable-NetIPHttpsProfile" + }, + { + "Name": "Disable-NetNatTransitionConfiguration" + }, + { + "Name": "Enable-NetDnsTransitionConfiguration" + }, + { + "Name": "Enable-NetIPHttpsProfile" + }, + { + "Name": "Enable-NetNatTransitionConfiguration" + }, + { + "Name": "Get-Net6to4Configuration" + }, + { + "Name": "Get-NetDnsTransitionConfiguration" + }, + { + "Name": "Get-NetDnsTransitionMonitoring" + }, + { + "Name": "Get-NetIPHttpsConfiguration" + }, + { + "Name": "Get-NetIPHttpsState" + }, + { + "Name": "Get-NetIsatapConfiguration" + }, + { + "Name": "Get-NetNatTransitionConfiguration" + }, + { + "Name": "Get-NetNatTransitionMonitoring" + }, + { + "Name": "Get-NetTeredoConfiguration" + }, + { + "Name": "Get-NetTeredoState" + }, + { + "Name": "New-NetIPHttpsConfiguration" + }, + { + "Name": "New-NetNatTransitionConfiguration" + }, + { + "Name": "Remove-NetIPHttpsCertBinding" + }, + { + "Name": "Remove-NetIPHttpsConfiguration" + }, + { + "Name": "Remove-NetNatTransitionConfiguration" + }, + { + "Name": "Rename-NetIPHttpsConfiguration" + }, + { + "Name": "Reset-Net6to4Configuration" + }, + { + "Name": "Reset-NetDnsTransitionConfiguration" + }, + { + "Name": "Reset-NetIPHttpsConfiguration" + }, + { + "Name": "Reset-NetIsatapConfiguration" + }, + { + "Name": "Reset-NetTeredoConfiguration" + }, + { + "Name": "Set-Net6to4Configuration" + }, + { + "Name": "Set-NetDnsTransitionConfiguration" + }, + { + "Name": "Set-NetIPHttpsConfiguration" + }, + { + "Name": "Set-NetIsatapConfiguration" + }, + { + "Name": "Set-NetNatTransitionConfiguration" + }, + { + "Name": "Set-NetTeredoConfiguration" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "NFS", + "Version": "1.0", + "ExportedCommands": [ + { + "Name": "Disconnect-NfsSession" + }, + { + "Name": "Get-NfsClientConfiguration" + }, + { + "Name": "Get-NfsClientgroup" + }, + { + "Name": "Get-NfsClientLock" + }, + { + "Name": "Get-NfsMappingStore" + }, + { + "Name": "Get-NfsMountedClient" + }, + { + "Name": "Get-NfsNetgroupStore" + }, + { + "Name": "Get-NfsOpenFile" + }, + { + "Name": "Get-NfsServerConfiguration" + }, + { + "Name": "Get-NfsSession" + }, + { + "Name": "Get-NfsShare" + }, + { + "Name": "Get-NfsSharePermission" + }, + { + "Name": "Get-NfsStatistics" + }, + { + "Name": "Grant-NfsSharePermission" + }, + { + "Name": "New-NfsClientgroup" + }, + { + "Name": "New-NfsShare" + }, + { + "Name": "Remove-NfsClientgroup" + }, + { + "Name": "Remove-NfsShare" + }, + { + "Name": "Rename-NfsClientgroup" + }, + { + "Name": "Reset-NfsStatistics" + }, + { + "Name": "Resolve-NfsMappedIdentity" + }, + { + "Name": "Revoke-NfsClientLock" + }, + { + "Name": "Revoke-NfsMountedClient" + }, + { + "Name": "Revoke-NfsOpenFile" + }, + { + "Name": "Revoke-NfsSharePermission" + }, + { + "Name": "Set-NfsClientConfiguration" + }, + { + "Name": "Set-NfsClientgroup" + }, + { + "Name": "Set-NfsMappingStore" + }, + { + "Name": "Set-NfsNetgroupStore" + }, + { + "Name": "Set-NfsServerConfiguration" + }, + { + "Name": "Set-NfsShare" + }, + { + "Name": "Test-NfsMappingStore" + }, + { + "Name": "Get-NfsMappedIdentity" + }, + { + "Name": "Get-NfsNetgroup" + }, + { + "Name": "Install-NfsMappingStore" + }, + { + "Name": "New-NfsMappedIdentity" + }, + { + "Name": "New-NfsNetgroup" + }, + { + "Name": "Remove-NfsMappedIdentity" + }, + { + "Name": "Remove-NfsNetgroup" + }, + { + "Name": "Set-NfsMappedIdentity" + }, + { + "Name": "Set-NfsNetgroup" + }, + { + "Name": "Test-NfsMappedIdentity" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Nps", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Export-NpsConfiguration" + }, + { + "Name": "Get-NpsRadiusClient" + }, + { + "Name": "Get-NpsSharedSecretTemplate" + }, + { + "Name": "Import-NpsConfiguration" + }, + { + "Name": "New-NpsRadiusClient" + }, + { + "Name": "Remove-NpsRadiusClient" + }, + { + "Name": "Set-NpsRadiusClient" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PcsvDevice", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Clear-PcsvDeviceLog" + }, + { + "Name": "Get-PcsvDevice" + }, + { + "Name": "Get-PcsvDeviceLog" + }, + { + "Name": "Restart-PcsvDevice" + }, + { + "Name": "Set-PcsvDeviceBootConfiguration" + }, + { + "Name": "Set-PcsvDeviceNetworkConfiguration" + }, + { + "Name": "Set-PcsvDeviceUserPassword" + }, + { + "Name": "Start-PcsvDevice" + }, + { + "Name": "Stop-PcsvDevice" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PKI", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-CertificateEnrollmentPolicyServer" + }, + { + "Name": "Export-Certificate" + }, + { + "Name": "Export-PfxCertificate" + }, + { + "Name": "Get-Certificate" + }, + { + "Name": "Get-CertificateAutoEnrollmentPolicy" + }, + { + "Name": "Get-CertificateEnrollmentPolicyServer" + }, + { + "Name": "Get-CertificateNotificationTask" + }, + { + "Name": "Get-PfxData" + }, + { + "Name": "Import-Certificate" + }, + { + "Name": "Import-PfxCertificate" + }, + { + "Name": "New-CertificateNotificationTask" + }, + { + "Name": "New-SelfSignedCertificate" + }, + { + "Name": "Remove-CertificateEnrollmentPolicyServer" + }, + { + "Name": "Remove-CertificateNotificationTask" + }, + { + "Name": "Set-CertificateAutoEnrollmentPolicy" + }, + { + "Name": "Switch-Certificate" + }, + { + "Name": "Test-Certificate" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PlatformIdentifier", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-PlatformIdentifier" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PnpDevice", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-PnpDevice" + }, + { + "Name": "Enable-PnpDevice" + }, + { + "Name": "Get-PnpDevice" + }, + { + "Name": "Get-PnpDeviceProperty" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PrintManagement", + "Version": "1.1", + "ExportedCommands": [ + { + "Name": "Add-Printer" + }, + { + "Name": "Add-PrinterDriver" + }, + { + "Name": "Add-PrinterPort" + }, + { + "Name": "Get-PrintConfiguration" + }, + { + "Name": "Get-Printer" + }, + { + "Name": "Get-PrinterDriver" + }, + { + "Name": "Get-PrinterPort" + }, + { + "Name": "Get-PrinterProperty" + }, + { + "Name": "Get-PrintJob" + }, + { + "Name": "Read-PrinterNfcTag" + }, + { + "Name": "Remove-Printer" + }, + { + "Name": "Remove-PrinterDriver" + }, + { + "Name": "Remove-PrinterPort" + }, + { + "Name": "Remove-PrintJob" + }, + { + "Name": "Rename-Printer" + }, + { + "Name": "Restart-PrintJob" + }, + { + "Name": "Resume-PrintJob" + }, + { + "Name": "Set-PrintConfiguration" + }, + { + "Name": "Set-Printer" + }, + { + "Name": "Set-PrinterProperty" + }, + { + "Name": "Suspend-PrintJob" + }, + { + "Name": "Write-PrinterNfcTag" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PSDesiredStateConfiguration", + "Version": "1.1", + "ExportedCommands": [ + { + "Name": "Configuration" + }, + { + "Name": "Disable-DscDebug" + }, + { + "Name": "Enable-DscDebug" + }, + { + "Name": "Get-DscConfiguration" + }, + { + "Name": "Get-DscConfigurationStatus" + }, + { + "Name": "Get-DscLocalConfigurationManager" + }, + { + "Name": "Get-DscResource" + }, + { + "Name": "New-DscChecksum" + }, + { + "Name": "Remove-DscConfigurationDocument" + }, + { + "Name": "Restore-DscConfiguration" + }, + { + "Name": "Stop-DscConfiguration" + }, + { + "Name": "Invoke-DscResource" + }, + { + "Name": "Publish-DscConfiguration" + }, + { + "Name": "Set-DscLocalConfigurationManager" + }, + { + "Name": "Start-DscConfiguration" + }, + { + "Name": "Test-DscConfiguration" + }, + { + "Name": "Update-DscConfiguration" + } + ], + "ExportedAliases": [ + "sacfg", + "tcfg", + "gcfg", + "rtcfg", + "upcfg", + "glcm", + "slcm", + "pbcfg", + "cmpcfg", + "gcfgs" + ] + }, + { + "Name": "PSDiagnostics", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-PSTrace" + }, + { + "Name": "Disable-PSWSManCombinedTrace" + }, + { + "Name": "Disable-WSManTrace" + }, + { + "Name": "Enable-PSTrace" + }, + { + "Name": "Enable-PSWSManCombinedTrace" + }, + { + "Name": "Enable-WSManTrace" + }, + { + "Name": "Get-LogProperties" + }, + { + "Name": "Set-LogProperties" + }, + { + "Name": "Start-Trace" + }, + { + "Name": "Stop-Trace" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PSScheduledJob", + "Version": "1.1.0.0", + "ExportedCommands": [ + { + "Name": "Add-JobTrigger" + }, + { + "Name": "Disable-JobTrigger" + }, + { + "Name": "Disable-ScheduledJob" + }, + { + "Name": "Enable-JobTrigger" + }, + { + "Name": "Enable-ScheduledJob" + }, + { + "Name": "Get-JobTrigger" + }, + { + "Name": "Get-ScheduledJob" + }, + { + "Name": "Get-ScheduledJobOption" + }, + { + "Name": "New-JobTrigger" + }, + { + "Name": "New-ScheduledJobOption" + }, + { + "Name": "Register-ScheduledJob" + }, + { + "Name": "Remove-JobTrigger" + }, + { + "Name": "Set-JobTrigger" + }, + { + "Name": "Set-ScheduledJob" + }, + { + "Name": "Set-ScheduledJobOption" + }, + { + "Name": "Unregister-ScheduledJob" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "PSWorkflow", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "New-PSWorkflowSession" + }, + { + "Name": "New-PSWorkflowExecutionOption" + } + ], + "ExportedAliases": [ + "nwsn" + ] + }, + { + "Name": "PSWorkflowUtility", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Invoke-AsWorkflow" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "RemoteAccess", + "Version": "3.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-VpnServerIPsecConfiguration" + }, + { + "Name": "Set-VpnServerIPsecConfiguration" + }, + { + "Name": "Add-BgpCustomRoute" + }, + { + "Name": "Add-BgpPeer" + }, + { + "Name": "Add-BgpRouteAggregate" + }, + { + "Name": "Add-BgpRouter" + }, + { + "Name": "Add-BgpRoutingPolicy" + }, + { + "Name": "Add-BgpRoutingPolicyForPeer" + }, + { + "Name": "Add-DAAppServer" + }, + { + "Name": "Add-DAClient" + }, + { + "Name": "Add-DAClientDnsConfiguration" + }, + { + "Name": "Add-DAEntryPoint" + }, + { + "Name": "Add-DAMgmtServer" + }, + { + "Name": "Add-RemoteAccessIpFilter" + }, + { + "Name": "Add-RemoteAccessLoadBalancerNode" + }, + { + "Name": "Add-RemoteAccessRadius" + }, + { + "Name": "Add-VpnIPAddressRange" + }, + { + "Name": "Add-VpnS2SInterface" + }, + { + "Name": "Add-VpnSstpProxyRule" + }, + { + "Name": "Clear-BgpRouteFlapDampening" + }, + { + "Name": "Clear-RemoteAccessInboxAccountingStore" + }, + { + "Name": "Clear-VpnS2SInterfaceStatistics" + }, + { + "Name": "Connect-VpnS2SInterface" + }, + { + "Name": "Disable-BgpRouteFlapDampening" + }, + { + "Name": "Disable-DAMultiSite" + }, + { + "Name": "Disable-DAOtpAuthentication" + }, + { + "Name": "Disable-RemoteAccessRoutingDomain" + }, + { + "Name": "Disconnect-VpnS2SInterface" + }, + { + "Name": "Disconnect-VpnUser" + }, + { + "Name": "Enable-BgpRouteFlapDampening" + }, + { + "Name": "Enable-DAMultiSite" + }, + { + "Name": "Enable-DAOtpAuthentication" + }, + { + "Name": "Enable-RemoteAccessRoutingDomain" + }, + { + "Name": "Get-BgpCustomRoute" + }, + { + "Name": "Get-BgpPeer" + }, + { + "Name": "Get-BgpRouteAggregate" + }, + { + "Name": "Get-BgpRouteFlapDampening" + }, + { + "Name": "Get-BgpRouteInformation" + }, + { + "Name": "Get-BgpRouter" + }, + { + "Name": "Get-BgpRoutingPolicy" + }, + { + "Name": "Get-BgpStatistics" + }, + { + "Name": "Get-DAAppServer" + }, + { + "Name": "Get-DAClient" + }, + { + "Name": "Get-DAClientDnsConfiguration" + }, + { + "Name": "Get-DAEntryPoint" + }, + { + "Name": "Get-DAEntryPointDC" + }, + { + "Name": "Get-DAMgmtServer" + }, + { + "Name": "Get-DAMultiSite" + }, + { + "Name": "Get-DANetworkLocationServer" + }, + { + "Name": "Get-DAOtpAuthentication" + }, + { + "Name": "Get-DAServer" + }, + { + "Name": "Get-RemoteAccess" + }, + { + "Name": "Get-RemoteAccessAccounting" + }, + { + "Name": "Get-RemoteAccessConfiguration" + }, + { + "Name": "Get-RemoteAccessConnectionStatistics" + }, + { + "Name": "Get-RemoteAccessConnectionStatisticsSummary" + }, + { + "Name": "Get-RemoteAccessHealth" + }, + { + "Name": "Get-RemoteAccessIpFilter" + }, + { + "Name": "Get-RemoteAccessLoadBalancer" + }, + { + "Name": "Get-RemoteAccessRadius" + }, + { + "Name": "Get-RemoteAccessRoutingDomain" + }, + { + "Name": "Get-RemoteAccessUserActivity" + }, + { + "Name": "Get-RoutingProtocolPreference" + }, + { + "Name": "Get-VpnAuthProtocol" + }, + { + "Name": "Get-VpnS2SInterface" + }, + { + "Name": "Get-VpnS2SInterfaceStatistics" + }, + { + "Name": "Get-VpnServerConfiguration" + }, + { + "Name": "Get-VpnSstpProxyRule" + }, + { + "Name": "Install-RemoteAccess" + }, + { + "Name": "New-VpnSstpProxyRule" + }, + { + "Name": "New-VpnTrafficSelector" + }, + { + "Name": "Remove-BgpCustomRoute" + }, + { + "Name": "Remove-BgpPeer" + }, + { + "Name": "Remove-BgpRouteAggregate" + }, + { + "Name": "Remove-BgpRouter" + }, + { + "Name": "Remove-BgpRoutingPolicy" + }, + { + "Name": "Remove-BgpRoutingPolicyForPeer" + }, + { + "Name": "Remove-DAAppServer" + }, + { + "Name": "Remove-DAClient" + }, + { + "Name": "Remove-DAClientDnsConfiguration" + }, + { + "Name": "Remove-DAEntryPoint" + }, + { + "Name": "Remove-DAMgmtServer" + }, + { + "Name": "Remove-RemoteAccessIpFilter" + }, + { + "Name": "Remove-RemoteAccessLoadBalancerNode" + }, + { + "Name": "Remove-RemoteAccessRadius" + }, + { + "Name": "Remove-VpnIPAddressRange" + }, + { + "Name": "Remove-VpnS2SInterface" + }, + { + "Name": "Remove-VpnSstpProxyRule" + }, + { + "Name": "Set-BgpPeer" + }, + { + "Name": "Set-BgpRouteAggregate" + }, + { + "Name": "Set-BgpRouteFlapDampening" + }, + { + "Name": "Set-BgpRouter" + }, + { + "Name": "Set-BgpRoutingPolicy" + }, + { + "Name": "Set-BgpRoutingPolicyForPeer" + }, + { + "Name": "Set-DAAppServerConnection" + }, + { + "Name": "Set-DAClient" + }, + { + "Name": "Set-DAClientDnsConfiguration" + }, + { + "Name": "Set-DAEntryPoint" + }, + { + "Name": "Set-DAEntryPointDC" + }, + { + "Name": "Set-DAMultiSite" + }, + { + "Name": "Set-DANetworkLocationServer" + }, + { + "Name": "Set-DAOtpAuthentication" + }, + { + "Name": "Set-DAServer" + }, + { + "Name": "Set-RemoteAccess" + }, + { + "Name": "Set-RemoteAccessAccounting" + }, + { + "Name": "Set-RemoteAccessConfiguration" + }, + { + "Name": "Set-RemoteAccessInboxAccountingStore" + }, + { + "Name": "Set-RemoteAccessIpFilter" + }, + { + "Name": "Set-RemoteAccessLoadBalancer" + }, + { + "Name": "Set-RemoteAccessRadius" + }, + { + "Name": "Set-RemoteAccessRoutingDomain" + }, + { + "Name": "Set-RoutingProtocolPreference" + }, + { + "Name": "Set-VpnAuthProtocol" + }, + { + "Name": "Set-VpnAuthType" + }, + { + "Name": "Set-VpnIPAddressAssignment" + }, + { + "Name": "Set-VpnS2SInterface" + }, + { + "Name": "Set-VpnServerConfiguration" + }, + { + "Name": "Set-VpnSstpProxyRule" + }, + { + "Name": "Start-BgpPeer" + }, + { + "Name": "Stop-BgpPeer" + }, + { + "Name": "Uninstall-RemoteAccess" + }, + { + "Name": "Update-DAMgmtServer" + } + ], + "ExportedAliases": [ + "Get-VpnServerIPsecConfiguration", + "Set-VpnServerIPsecConfiguration" + ] + }, + { + "Name": "RemoteDesktop", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-RDServer" + }, + { + "Name": "Add-RDSessionHost" + }, + { + "Name": "Add-RDVirtualDesktopToCollection" + }, + { + "Name": "Disable-RDVirtualDesktopADMachineAccountReuse" + }, + { + "Name": "Disconnect-RDUser" + }, + { + "Name": "Enable-RDVirtualDesktopADMachineAccountReuse" + }, + { + "Name": "Export-RDPersonalSessionDesktopAssignment" + }, + { + "Name": "Export-RDPersonalVirtualDesktopAssignment" + }, + { + "Name": "Get-RDAvailableApp" + }, + { + "Name": "Get-RDCertificate" + }, + { + "Name": "Get-RDConnectionBrokerHighAvailability" + }, + { + "Name": "Get-RDDeploymentGatewayConfiguration" + }, + { + "Name": "Get-RDFileTypeAssociation" + }, + { + "Name": "Get-RDLicenseConfiguration" + }, + { + "Name": "Get-RDPersonalSessionDesktopAssignment" + }, + { + "Name": "Get-RDPersonalVirtualDesktopAssignment" + }, + { + "Name": "Get-RDPersonalVirtualDesktopPatchSchedule" + }, + { + "Name": "Get-RDRemoteApp" + }, + { + "Name": "Get-RDRemoteDesktop" + }, + { + "Name": "Get-RDServer" + }, + { + "Name": "Get-RDSessionCollection" + }, + { + "Name": "Get-RDSessionCollectionConfiguration" + }, + { + "Name": "Get-RDSessionHost" + }, + { + "Name": "Get-RDUserSession" + }, + { + "Name": "Get-RDVirtualDesktop" + }, + { + "Name": "Get-RDVirtualDesktopCollection" + }, + { + "Name": "Get-RDVirtualDesktopCollectionConfiguration" + }, + { + "Name": "Get-RDVirtualDesktopCollectionJobStatus" + }, + { + "Name": "Get-RDVirtualDesktopConcurrency" + }, + { + "Name": "Get-RDVirtualDesktopIdleCount" + }, + { + "Name": "Get-RDVirtualDesktopTemplateExportPath" + }, + { + "Name": "Get-RDWorkspace" + }, + { + "Name": "Grant-RDOUAccess" + }, + { + "Name": "Import-RDPersonalSessionDesktopAssignment" + }, + { + "Name": "Import-RDPersonalVirtualDesktopAssignment" + }, + { + "Name": "Invoke-RDUserLogoff" + }, + { + "Name": "Move-RDVirtualDesktop" + }, + { + "Name": "New-RDCertificate" + }, + { + "Name": "New-RDPersonalVirtualDesktopPatchSchedule" + }, + { + "Name": "New-RDRemoteApp" + }, + { + "Name": "New-RDSessionCollection" + }, + { + "Name": "New-RDSessionDeployment" + }, + { + "Name": "New-RDVirtualDesktopCollection" + }, + { + "Name": "New-RDVirtualDesktopDeployment" + }, + { + "Name": "Remove-RDDatabaseConnectionString" + }, + { + "Name": "Remove-RDPersonalSessionDesktopAssignment" + }, + { + "Name": "Remove-RDPersonalVirtualDesktopAssignment" + }, + { + "Name": "Remove-RDPersonalVirtualDesktopPatchSchedule" + }, + { + "Name": "Remove-RDRemoteApp" + }, + { + "Name": "Remove-RDServer" + }, + { + "Name": "Remove-RDSessionCollection" + }, + { + "Name": "Remove-RDSessionHost" + }, + { + "Name": "Remove-RDVirtualDesktopCollection" + }, + { + "Name": "Remove-RDVirtualDesktopFromCollection" + }, + { + "Name": "Send-RDUserMessage" + }, + { + "Name": "Set-RDActiveManagementServer" + }, + { + "Name": "Set-RDCertificate" + }, + { + "Name": "Set-RDClientAccessName" + }, + { + "Name": "Set-RDConnectionBrokerHighAvailability" + }, + { + "Name": "Set-RDDatabaseConnectionString" + }, + { + "Name": "Set-RDDeploymentGatewayConfiguration" + }, + { + "Name": "Set-RDFileTypeAssociation" + }, + { + "Name": "Set-RDLicenseConfiguration" + }, + { + "Name": "Set-RDPersonalSessionDesktopAssignment" + }, + { + "Name": "Set-RDPersonalVirtualDesktopAssignment" + }, + { + "Name": "Set-RDPersonalVirtualDesktopPatchSchedule" + }, + { + "Name": "Set-RDRemoteApp" + }, + { + "Name": "Set-RDRemoteDesktop" + }, + { + "Name": "Set-RDSessionCollectionConfiguration" + }, + { + "Name": "Set-RDSessionHost" + }, + { + "Name": "Set-RDVirtualDesktopCollectionConfiguration" + }, + { + "Name": "Set-RDVirtualDesktopConcurrency" + }, + { + "Name": "Set-RDVirtualDesktopIdleCount" + }, + { + "Name": "Set-RDVirtualDesktopTemplateExportPath" + }, + { + "Name": "Set-RDWorkspace" + }, + { + "Name": "Stop-RDVirtualDesktopCollectionJob" + }, + { + "Name": "Test-RDOUAccess" + }, + { + "Name": "Test-RDVirtualDesktopADMachineAccountReuse" + }, + { + "Name": "Update-RDVirtualDesktopCollection" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "RemoteDesktopServices", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Convert-License" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "ScheduledTasks", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-ScheduledTask" + }, + { + "Name": "Enable-ScheduledTask" + }, + { + "Name": "Export-ScheduledTask" + }, + { + "Name": "Get-ClusteredScheduledTask" + }, + { + "Name": "Get-ScheduledTask" + }, + { + "Name": "Get-ScheduledTaskInfo" + }, + { + "Name": "New-ScheduledTask" + }, + { + "Name": "New-ScheduledTaskAction" + }, + { + "Name": "New-ScheduledTaskPrincipal" + }, + { + "Name": "New-ScheduledTaskSettingsSet" + }, + { + "Name": "New-ScheduledTaskTrigger" + }, + { + "Name": "Register-ClusteredScheduledTask" + }, + { + "Name": "Register-ScheduledTask" + }, + { + "Name": "Set-ClusteredScheduledTask" + }, + { + "Name": "Set-ScheduledTask" + }, + { + "Name": "Start-ScheduledTask" + }, + { + "Name": "Stop-ScheduledTask" + }, + { + "Name": "Unregister-ClusteredScheduledTask" + }, + { + "Name": "Unregister-ScheduledTask" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "SecureBoot", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Confirm-SecureBootUEFI" + }, + { + "Name": "Format-SecureBootUEFI" + }, + { + "Name": "Get-SecureBootPolicy" + }, + { + "Name": "Get-SecureBootUEFI" + }, + { + "Name": "Set-SecureBootUEFI" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "SecurityCmdlets", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Backup-AuditPolicy" + }, + { + "Name": "Backup-SecurityPolicy" + }, + { + "Name": "Restore-AuditPolicy" + }, + { + "Name": "Restore-SecurityPolicy" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "ServerCore", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-DisplayResolution" + }, + { + "Name": "Set-DisplayResolution" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "ServerManager", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-WindowsFeature" + }, + { + "Name": "Remove-WindowsFeature" + }, + { + "Name": "Disable-ServerManagerStandardUserRemoting" + }, + { + "Name": "Enable-ServerManagerStandardUserRemoting" + }, + { + "Name": "Get-WindowsFeature" + }, + { + "Name": "Install-WindowsFeature" + }, + { + "Name": "Uninstall-WindowsFeature" + } + ], + "ExportedAliases": [ + "Add-WindowsFeature", + "Remove-WindowsFeature" + ] + }, + { + "Name": "ServerManagerTasks", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-SMCounterSample" + }, + { + "Name": "Get-SMPerformanceCollector" + }, + { + "Name": "Get-SMServerBpaResult" + }, + { + "Name": "Get-SMServerClusterName" + }, + { + "Name": "Get-SMServerEvent" + }, + { + "Name": "Get-SMServerFeature" + }, + { + "Name": "Get-SMServerInventory" + }, + { + "Name": "Get-SMServerService" + }, + { + "Name": "Remove-SMServerPerformanceLog" + }, + { + "Name": "Start-SMPerformanceCollector" + }, + { + "Name": "Stop-SMPerformanceCollector" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "ShieldedVMProvisioning", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-KeyProtectorFromShieldingDataFile" + }, + { + "Name": "Get-ShieldedVMProvisioningStatus" + }, + { + "Name": "Initialize-ShieldedVM" + }, + { + "Name": "New-ShieldedVMSpecializationDataFile" + }, + { + "Name": "Test-ShieldingDataApplicability" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "SmbShare", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Block-SmbShareAccess" + }, + { + "Name": "Close-SmbOpenFile" + }, + { + "Name": "Close-SmbSession" + }, + { + "Name": "Disable-SmbDelegation" + }, + { + "Name": "Enable-SmbDelegation" + }, + { + "Name": "Get-SmbBandwidthLimit" + }, + { + "Name": "Get-SmbClientConfiguration" + }, + { + "Name": "Get-SmbClientNetworkInterface" + }, + { + "Name": "Get-SmbConnection" + }, + { + "Name": "Get-SmbDelegation" + }, + { + "Name": "Get-SmbMapping" + }, + { + "Name": "Get-SmbMultichannelConnection" + }, + { + "Name": "Get-SmbMultichannelConstraint" + }, + { + "Name": "Get-SmbOpenFile" + }, + { + "Name": "Get-SmbServerConfiguration" + }, + { + "Name": "Get-SmbServerNetworkInterface" + }, + { + "Name": "Get-SmbSession" + }, + { + "Name": "Get-SmbShare" + }, + { + "Name": "Get-SmbShareAccess" + }, + { + "Name": "Grant-SmbShareAccess" + }, + { + "Name": "New-SmbMapping" + }, + { + "Name": "New-SmbMultichannelConstraint" + }, + { + "Name": "New-SmbShare" + }, + { + "Name": "Remove-SmbBandwidthLimit" + }, + { + "Name": "Remove-SmbMapping" + }, + { + "Name": "Remove-SmbMultichannelConstraint" + }, + { + "Name": "Remove-SmbShare" + }, + { + "Name": "Revoke-SmbShareAccess" + }, + { + "Name": "Set-SmbBandwidthLimit" + }, + { + "Name": "Set-SmbClientConfiguration" + }, + { + "Name": "Set-SmbPathAcl" + }, + { + "Name": "Set-SmbServerConfiguration" + }, + { + "Name": "Set-SmbShare" + }, + { + "Name": "Unblock-SmbShareAccess" + }, + { + "Name": "Update-SmbMultichannelConnection" + } + ], + "ExportedAliases": [ + "gsmbs", + "nsmbs", + "rsmbs", + "ssmbs", + "gsmba", + "grsmba", + "rksmba", + "blsmba", + "ulsmba", + "gsmbse", + "cssmbse", + "gsmbo", + "cssmbo", + "gsmbsc", + "ssmbsc", + "gsmbcc", + "ssmbcc", + "gsmbc", + "gsmbm", + "nsmbm", + "rsmbm", + "gsmbcn", + "gsmbsn", + "gsmbmc", + "udsmbmc", + "gsmbt", + "nsmbt", + "rsmbt", + "ssmbp", + "gsmbb", + "ssmbb", + "rsmbb", + "gsmbd", + "esmbd", + "dsmbd" + ] + }, + { + "Name": "SmbWitness", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Move-SmbClient" + }, + { + "Name": "Get-SmbWitnessClient" + }, + { + "Name": "Move-SmbWitnessClient" + } + ], + "ExportedAliases": [ + "gsmbw", + "msmbw", + "Move-SmbClient" + ] + }, + { + "Name": "SMISConfig", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Search-SmisProvider" + }, + { + "Name": "Unregister-SmisProvider" + }, + { + "Name": "Register-SmisProvider" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "SoftwareInventoryLogging", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-SilComputer" + }, + { + "Name": "Get-SilComputerIdentity" + }, + { + "Name": "Get-SilData" + }, + { + "Name": "Get-SilLogging" + }, + { + "Name": "Get-SilSoftware" + }, + { + "Name": "Get-SilUalAccess" + }, + { + "Name": "Get-SilWindowsUpdate" + }, + { + "Name": "Publish-SilData" + }, + { + "Name": "Set-SilLogging" + }, + { + "Name": "Start-SilLogging" + }, + { + "Name": "Stop-SilLogging" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "StartLayout", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-StartApps" + }, + { + "Name": "Export-StartLayout" + }, + { + "Name": "Import-StartLayout" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Storage", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-PhysicalDiskIndication" + }, + { + "Name": "Disable-StorageDiagnosticLog" + }, + { + "Name": "Enable-PhysicalDiskIndication" + }, + { + "Name": "Enable-StorageDiagnosticLog" + }, + { + "Name": "Flush-Volume" + }, + { + "Name": "Get-DiskSNV" + }, + { + "Name": "Get-PhysicalDiskSNV" + }, + { + "Name": "Get-StorageEnclosureSNV" + }, + { + "Name": "Initialize-Volume" + }, + { + "Name": "Write-FileSystemCache" + }, + { + "Name": "Add-InitiatorIdToMaskingSet" + }, + { + "Name": "Add-PartitionAccessPath" + }, + { + "Name": "Add-PhysicalDisk" + }, + { + "Name": "Add-TargetPortToMaskingSet" + }, + { + "Name": "Add-VirtualDiskToMaskingSet" + }, + { + "Name": "Block-FileShareAccess" + }, + { + "Name": "Clear-Disk" + }, + { + "Name": "Clear-FileStorageTier" + }, + { + "Name": "Clear-StorageDiagnosticInfo" + }, + { + "Name": "Connect-VirtualDisk" + }, + { + "Name": "Debug-FileShare" + }, + { + "Name": "Debug-StorageSubSystem" + }, + { + "Name": "Debug-Volume" + }, + { + "Name": "Disable-PhysicalDiskIdentification" + }, + { + "Name": "Disable-StorageEnclosureIdentification" + }, + { + "Name": "Disable-StorageHighAvailability" + }, + { + "Name": "Disable-StorageMaintenanceMode" + }, + { + "Name": "Disconnect-VirtualDisk" + }, + { + "Name": "Dismount-DiskImage" + }, + { + "Name": "Enable-PhysicalDiskIdentification" + }, + { + "Name": "Enable-StorageEnclosureIdentification" + }, + { + "Name": "Enable-StorageHighAvailability" + }, + { + "Name": "Enable-StorageMaintenanceMode" + }, + { + "Name": "Format-Volume" + }, + { + "Name": "Get-DedupProperties" + }, + { + "Name": "Get-Disk" + }, + { + "Name": "Get-DiskImage" + }, + { + "Name": "Get-DiskStorageNodeView" + }, + { + "Name": "Get-FileIntegrity" + }, + { + "Name": "Get-FileShare" + }, + { + "Name": "Get-FileShareAccessControlEntry" + }, + { + "Name": "Get-FileStorageTier" + }, + { + "Name": "Get-InitiatorId" + }, + { + "Name": "Get-InitiatorPort" + }, + { + "Name": "Get-MaskingSet" + }, + { + "Name": "Get-OffloadDataTransferSetting" + }, + { + "Name": "Get-Partition" + }, + { + "Name": "Get-PartitionSupportedSize" + }, + { + "Name": "Get-PhysicalDisk" + }, + { + "Name": "Get-PhysicalDiskStorageNodeView" + }, + { + "Name": "Get-PhysicalExtent" + }, + { + "Name": "Get-PhysicalExtentAssociation" + }, + { + "Name": "Get-ResiliencySetting" + }, + { + "Name": "Get-StorageAdvancedProperty" + }, + { + "Name": "Get-StorageDiagnosticInfo" + }, + { + "Name": "Get-StorageEnclosure" + }, + { + "Name": "Get-StorageEnclosureStorageNodeView" + }, + { + "Name": "Get-StorageEnclosureVendorData" + }, + { + "Name": "Get-StorageFaultDomain" + }, + { + "Name": "Get-StorageFileServer" + }, + { + "Name": "Get-StorageFirmwareInformation" + }, + { + "Name": "Get-StorageHealthAction" + }, + { + "Name": "Get-StorageHealthReport" + }, + { + "Name": "Get-StorageHealthSetting" + }, + { + "Name": "Get-StorageJob" + }, + { + "Name": "Get-StorageNode" + }, + { + "Name": "Get-StoragePool" + }, + { + "Name": "Get-StorageProvider" + }, + { + "Name": "Get-StorageReliabilityCounter" + }, + { + "Name": "Get-StorageSetting" + }, + { + "Name": "Get-StorageSubSystem" + }, + { + "Name": "Get-StorageTier" + }, + { + "Name": "Get-StorageTierSupportedSize" + }, + { + "Name": "Get-SupportedClusterSizes" + }, + { + "Name": "Get-SupportedFileSystems" + }, + { + "Name": "Get-TargetPort" + }, + { + "Name": "Get-TargetPortal" + }, + { + "Name": "Get-VirtualDisk" + }, + { + "Name": "Get-VirtualDiskSupportedSize" + }, + { + "Name": "Get-Volume" + }, + { + "Name": "Get-VolumeCorruptionCount" + }, + { + "Name": "Get-VolumeScrubPolicy" + }, + { + "Name": "Grant-FileShareAccess" + }, + { + "Name": "Hide-VirtualDisk" + }, + { + "Name": "Initialize-Disk" + }, + { + "Name": "Mount-DiskImage" + }, + { + "Name": "New-FileShare" + }, + { + "Name": "New-MaskingSet" + }, + { + "Name": "New-Partition" + }, + { + "Name": "New-StorageFileServer" + }, + { + "Name": "New-StoragePool" + }, + { + "Name": "New-StorageSubsystemVirtualDisk" + }, + { + "Name": "New-StorageTier" + }, + { + "Name": "New-VirtualDisk" + }, + { + "Name": "New-VirtualDiskClone" + }, + { + "Name": "New-VirtualDiskSnapshot" + }, + { + "Name": "New-Volume" + }, + { + "Name": "Optimize-StoragePool" + }, + { + "Name": "Optimize-Volume" + }, + { + "Name": "Register-StorageSubsystem" + }, + { + "Name": "Remove-FileShare" + }, + { + "Name": "Remove-InitiatorId" + }, + { + "Name": "Remove-InitiatorIdFromMaskingSet" + }, + { + "Name": "Remove-MaskingSet" + }, + { + "Name": "Remove-Partition" + }, + { + "Name": "Remove-PartitionAccessPath" + }, + { + "Name": "Remove-PhysicalDisk" + }, + { + "Name": "Remove-StorageFileServer" + }, + { + "Name": "Remove-StorageHealthSetting" + }, + { + "Name": "Remove-StoragePool" + }, + { + "Name": "Remove-StorageTier" + }, + { + "Name": "Remove-TargetPortFromMaskingSet" + }, + { + "Name": "Remove-VirtualDisk" + }, + { + "Name": "Remove-VirtualDiskFromMaskingSet" + }, + { + "Name": "Rename-MaskingSet" + }, + { + "Name": "Repair-FileIntegrity" + }, + { + "Name": "Repair-VirtualDisk" + }, + { + "Name": "Repair-Volume" + }, + { + "Name": "Reset-PhysicalDisk" + }, + { + "Name": "Reset-StorageReliabilityCounter" + }, + { + "Name": "Resize-Partition" + }, + { + "Name": "Resize-StorageTier" + }, + { + "Name": "Resize-VirtualDisk" + }, + { + "Name": "Revoke-FileShareAccess" + }, + { + "Name": "Set-Disk" + }, + { + "Name": "Set-FileIntegrity" + }, + { + "Name": "Set-FileShare" + }, + { + "Name": "Set-FileStorageTier" + }, + { + "Name": "Set-InitiatorPort" + }, + { + "Name": "Set-Partition" + }, + { + "Name": "Set-PhysicalDisk" + }, + { + "Name": "Set-ResiliencySetting" + }, + { + "Name": "Set-StorageFileServer" + }, + { + "Name": "Set-StorageHealthSetting" + }, + { + "Name": "Set-StoragePool" + }, + { + "Name": "Set-StorageProvider" + }, + { + "Name": "Set-StorageSetting" + }, + { + "Name": "Set-StorageSubSystem" + }, + { + "Name": "Set-StorageTier" + }, + { + "Name": "Set-VirtualDisk" + }, + { + "Name": "Set-Volume" + }, + { + "Name": "Set-VolumeScrubPolicy" + }, + { + "Name": "Show-VirtualDisk" + }, + { + "Name": "Start-StorageDiagnosticLog" + }, + { + "Name": "Stop-StorageDiagnosticLog" + }, + { + "Name": "Stop-StorageJob" + }, + { + "Name": "Unblock-FileShareAccess" + }, + { + "Name": "Unregister-StorageSubsystem" + }, + { + "Name": "Update-Disk" + }, + { + "Name": "Update-HostStorageCache" + }, + { + "Name": "Update-StorageFirmware" + }, + { + "Name": "Update-StoragePool" + }, + { + "Name": "Update-StorageProviderCache" + }, + { + "Name": "Write-VolumeCache" + } + ], + "ExportedAliases": [ + "Disable-PhysicalDiskIndication", + "Disable-StorageDiagnosticLog", + "Enable-PhysicalDiskIndication", + "Enable-StorageDiagnosticLog", + "Flush-Volume", + "Initialize-Volume", + "Write-FileSystemCache", + "Get-PhysicalDiskSNV", + "Get-DiskSNV", + "Get-StorageEnclosureSNV" + ] + }, + { + "Name": "StorageQoS", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-StorageQoSFlow" + }, + { + "Name": "Get-StorageQosPolicy" + }, + { + "Name": "Get-StorageQosPolicyStore" + }, + { + "Name": "Get-StorageQosVolume" + }, + { + "Name": "New-StorageQosPolicy" + }, + { + "Name": "Remove-StorageQosPolicy" + }, + { + "Name": "Set-StorageQosPolicy" + }, + { + "Name": "Set-StorageQosPolicyStore" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "StorageReplica", + "Version": "1.0", + "ExportedCommands": [ + { + "Name": "Clear-SRMetadata" + }, + { + "Name": "Export-SRConfiguration" + }, + { + "Name": "Get-SRAccess" + }, + { + "Name": "Get-SRDelegation" + }, + { + "Name": "Get-SRGroup" + }, + { + "Name": "Get-SRNetworkConstraint" + }, + { + "Name": "Get-SRPartnership" + }, + { + "Name": "Grant-SRAccess" + }, + { + "Name": "Grant-SRDelegation" + }, + { + "Name": "New-SRGroup" + }, + { + "Name": "New-SRPartnership" + }, + { + "Name": "Remove-SRGroup" + }, + { + "Name": "Remove-SRNetworkConstraint" + }, + { + "Name": "Remove-SRPartnership" + }, + { + "Name": "Revoke-SRAccess" + }, + { + "Name": "Revoke-SRDelegation" + }, + { + "Name": "Set-SRGroup" + }, + { + "Name": "Set-SRNetworkConstraint" + }, + { + "Name": "Set-SRPartnership" + }, + { + "Name": "Suspend-SRGroup" + }, + { + "Name": "Sync-SRGroup" + }, + { + "Name": "Test-SRTopology" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "TLS", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-TlsCipherSuite" + }, + { + "Name": "Disable-TlsEccCurve" + }, + { + "Name": "Disable-TlsSessionTicketKey" + }, + { + "Name": "Enable-TlsCipherSuite" + }, + { + "Name": "Enable-TlsEccCurve" + }, + { + "Name": "Enable-TlsSessionTicketKey" + }, + { + "Name": "Export-TlsSessionTicketKey" + }, + { + "Name": "Get-TlsCipherSuite" + }, + { + "Name": "Get-TlsEccCurve" + }, + { + "Name": "New-TlsSessionTicketKey" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "TroubleshootingPack", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-TroubleshootingPack" + }, + { + "Name": "Invoke-TroubleshootingPack" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "TrustedPlatformModule", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Clear-Tpm" + }, + { + "Name": "ConvertTo-TpmOwnerAuth" + }, + { + "Name": "Disable-TpmAutoProvisioning" + }, + { + "Name": "Enable-TpmAutoProvisioning" + }, + { + "Name": "Get-Tpm" + }, + { + "Name": "Get-TpmEndorsementKeyInfo" + }, + { + "Name": "Get-TpmSupportedFeature" + }, + { + "Name": "Import-TpmOwnerAuth" + }, + { + "Name": "Initialize-Tpm" + }, + { + "Name": "Set-TpmOwnerAuth" + }, + { + "Name": "Unblock-Tpm" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "UEV", + "Version": "2.1.639.0", + "ExportedCommands": [ + { + "Name": "Clear-UevAppxPackage" + }, + { + "Name": "Clear-UevConfiguration" + }, + { + "Name": "Disable-Uev" + }, + { + "Name": "Disable-UevAppxPackage" + }, + { + "Name": "Disable-UevTemplate" + }, + { + "Name": "Enable-Uev" + }, + { + "Name": "Enable-UevAppxPackage" + }, + { + "Name": "Enable-UevTemplate" + }, + { + "Name": "Export-UevConfiguration" + }, + { + "Name": "Export-UevPackage" + }, + { + "Name": "Get-UevAppxPackage" + }, + { + "Name": "Get-UevConfiguration" + }, + { + "Name": "Get-UevStatus" + }, + { + "Name": "Get-UevTemplate" + }, + { + "Name": "Get-UevTemplateProgram" + }, + { + "Name": "Import-UevConfiguration" + }, + { + "Name": "Register-UevTemplate" + }, + { + "Name": "Repair-UevTemplateIndex" + }, + { + "Name": "Restore-UevBackup" + }, + { + "Name": "Restore-UevUserSetting" + }, + { + "Name": "Set-UevConfiguration" + }, + { + "Name": "Set-UevTemplateProfile" + }, + { + "Name": "Test-UevTemplate" + }, + { + "Name": "Unregister-UevTemplate" + }, + { + "Name": "Update-UevTemplate" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "UpdateServices", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-WsusComputer" + }, + { + "Name": "Add-WsusDynamicCategory" + }, + { + "Name": "Approve-WsusUpdate" + }, + { + "Name": "Deny-WsusUpdate" + }, + { + "Name": "Get-WsusClassification" + }, + { + "Name": "Get-WsusComputer" + }, + { + "Name": "Get-WsusDynamicCategory" + }, + { + "Name": "Get-WsusProduct" + }, + { + "Name": "Get-WsusServer" + }, + { + "Name": "Get-WsusUpdate" + }, + { + "Name": "Invoke-WsusServerCleanup" + }, + { + "Name": "Remove-WsusDynamicCategory" + }, + { + "Name": "Set-WsusClassification" + }, + { + "Name": "Set-WsusDynamicCategory" + }, + { + "Name": "Set-WsusProduct" + }, + { + "Name": "Set-WsusServerSynchronization" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "UserAccessLogging", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Disable-Ual" + }, + { + "Name": "Enable-Ual" + }, + { + "Name": "Get-Ual" + }, + { + "Name": "Get-UalDailyAccess" + }, + { + "Name": "Get-UalDailyDeviceAccess" + }, + { + "Name": "Get-UalDailyUserAccess" + }, + { + "Name": "Get-UalDeviceAccess" + }, + { + "Name": "Get-UalDns" + }, + { + "Name": "Get-UalHyperV" + }, + { + "Name": "Get-UalOverview" + }, + { + "Name": "Get-UalServerDevice" + }, + { + "Name": "Get-UalServerUser" + }, + { + "Name": "Get-UalSystemId" + }, + { + "Name": "Get-UalUserAccess" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "VpnClient", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-VpnConnection" + }, + { + "Name": "Add-VpnConnectionRoute" + }, + { + "Name": "Add-VpnConnectionTriggerApplication" + }, + { + "Name": "Add-VpnConnectionTriggerDnsConfiguration" + }, + { + "Name": "Add-VpnConnectionTriggerTrustedNetwork" + }, + { + "Name": "Get-VpnConnection" + }, + { + "Name": "Get-VpnConnectionTrigger" + }, + { + "Name": "New-EapConfiguration" + }, + { + "Name": "New-VpnServerAddress" + }, + { + "Name": "Remove-VpnConnection" + }, + { + "Name": "Remove-VpnConnectionRoute" + }, + { + "Name": "Remove-VpnConnectionTriggerApplication" + }, + { + "Name": "Remove-VpnConnectionTriggerDnsConfiguration" + }, + { + "Name": "Remove-VpnConnectionTriggerTrustedNetwork" + }, + { + "Name": "Set-VpnConnection" + }, + { + "Name": "Set-VpnConnectionIPsecConfiguration" + }, + { + "Name": "Set-VpnConnectionProxy" + }, + { + "Name": "Set-VpnConnectionTriggerDnsConfiguration" + }, + { + "Name": "Set-VpnConnectionTriggerTrustedNetwork" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "Wdac", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-OdbcDsn" + }, + { + "Name": "Disable-OdbcPerfCounter" + }, + { + "Name": "Disable-WdacBidTrace" + }, + { + "Name": "Enable-OdbcPerfCounter" + }, + { + "Name": "Enable-WdacBidTrace" + }, + { + "Name": "Get-OdbcDriver" + }, + { + "Name": "Get-OdbcDsn" + }, + { + "Name": "Get-OdbcPerfCounter" + }, + { + "Name": "Get-WdacBidTrace" + }, + { + "Name": "Remove-OdbcDsn" + }, + { + "Name": "Set-OdbcDriver" + }, + { + "Name": "Set-OdbcDsn" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "WDS", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Add-WdsDriverPackage" + }, + { + "Name": "Approve-WdsClient" + }, + { + "Name": "Copy-WdsInstallImage" + }, + { + "Name": "Deny-WdsClient" + }, + { + "Name": "Disable-WdsBootImage" + }, + { + "Name": "Disable-WdsDriverPackage" + }, + { + "Name": "Disable-WdsInstallImage" + }, + { + "Name": "Disconnect-WdsMulticastClient" + }, + { + "Name": "Enable-WdsBootImage" + }, + { + "Name": "Enable-WdsDriverPackage" + }, + { + "Name": "Enable-WdsInstallImage" + }, + { + "Name": "Export-WdsBootImage" + }, + { + "Name": "Export-WdsInstallImage" + }, + { + "Name": "Get-WdsBootImage" + }, + { + "Name": "Get-WdsClient" + }, + { + "Name": "Get-WdsDriverPackage" + }, + { + "Name": "Get-WdsInstallImage" + }, + { + "Name": "Get-WdsInstallImageGroup" + }, + { + "Name": "Get-WdsMulticastClient" + }, + { + "Name": "Import-WdsBootImage" + }, + { + "Name": "Import-WdsDriverPackage" + }, + { + "Name": "Import-WdsInstallImage" + }, + { + "Name": "New-WdsClient" + }, + { + "Name": "New-WdsInstallImageGroup" + }, + { + "Name": "Remove-WdsBootImage" + }, + { + "Name": "Remove-WdsClient" + }, + { + "Name": "Remove-WdsDriverPackage" + }, + { + "Name": "Remove-WdsInstallImage" + }, + { + "Name": "Remove-WdsInstallImageGroup" + }, + { + "Name": "Set-WdsBootImage" + }, + { + "Name": "Set-WdsClient" + }, + { + "Name": "Set-WdsInstallImage" + }, + { + "Name": "Set-WdsInstallImageGroup" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "WebAdministration", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "IIS:" + }, + { + "Name": "Add-WebConfiguration" + }, + { + "Name": "Add-WebConfigurationLock" + }, + { + "Name": "Add-WebConfigurationProperty" + }, + { + "Name": "Backup-WebConfiguration" + }, + { + "Name": "Clear-WebCentralCertProvider" + }, + { + "Name": "Clear-WebConfiguration" + }, + { + "Name": "Clear-WebRequestTracingSetting" + }, + { + "Name": "Clear-WebRequestTracingSettings" + }, + { + "Name": "ConvertTo-WebApplication" + }, + { + "Name": "Disable-WebCentralCertProvider" + }, + { + "Name": "Disable-WebGlobalModule" + }, + { + "Name": "Disable-WebRequestTracing" + }, + { + "Name": "Enable-WebCentralCertProvider" + }, + { + "Name": "Enable-WebGlobalModule" + }, + { + "Name": "Enable-WebRequestTracing" + }, + { + "Name": "Get-WebAppDomain" + }, + { + "Name": "Get-WebApplication" + }, + { + "Name": "Get-WebAppPoolState" + }, + { + "Name": "Get-WebBinding" + }, + { + "Name": "Get-WebCentralCertProvider" + }, + { + "Name": "Get-WebConfigFile" + }, + { + "Name": "Get-WebConfiguration" + }, + { + "Name": "Get-WebConfigurationBackup" + }, + { + "Name": "Get-WebConfigurationLocation" + }, + { + "Name": "Get-WebConfigurationLock" + }, + { + "Name": "Get-WebConfigurationProperty" + }, + { + "Name": "Get-WebFilePath" + }, + { + "Name": "Get-WebGlobalModule" + }, + { + "Name": "Get-WebHandler" + }, + { + "Name": "Get-WebItemState" + }, + { + "Name": "Get-WebManagedModule" + }, + { + "Name": "Get-WebRequest" + }, + { + "Name": "Get-Website" + }, + { + "Name": "Get-WebsiteState" + }, + { + "Name": "Get-WebURL" + }, + { + "Name": "Get-WebVirtualDirectory" + }, + { + "Name": "New-WebApplication" + }, + { + "Name": "New-WebAppPool" + }, + { + "Name": "New-WebBinding" + }, + { + "Name": "New-WebFtpSite" + }, + { + "Name": "New-WebGlobalModule" + }, + { + "Name": "New-WebHandler" + }, + { + "Name": "New-WebManagedModule" + }, + { + "Name": "New-Website" + }, + { + "Name": "New-WebVirtualDirectory" + }, + { + "Name": "Remove-WebApplication" + }, + { + "Name": "Remove-WebAppPool" + }, + { + "Name": "Remove-WebBinding" + }, + { + "Name": "Remove-WebConfigurationBackup" + }, + { + "Name": "Remove-WebConfigurationLocation" + }, + { + "Name": "Remove-WebConfigurationLock" + }, + { + "Name": "Remove-WebConfigurationProperty" + }, + { + "Name": "Remove-WebGlobalModule" + }, + { + "Name": "Remove-WebHandler" + }, + { + "Name": "Remove-WebManagedModule" + }, + { + "Name": "Remove-Website" + }, + { + "Name": "Remove-WebVirtualDirectory" + }, + { + "Name": "Rename-WebConfigurationLocation" + }, + { + "Name": "Restart-WebAppPool" + }, + { + "Name": "Restart-WebItem" + }, + { + "Name": "Restore-WebConfiguration" + }, + { + "Name": "Select-WebConfiguration" + }, + { + "Name": "Set-WebBinding" + }, + { + "Name": "Set-WebCentralCertProvider" + }, + { + "Name": "Set-WebCentralCertProviderCredential" + }, + { + "Name": "Set-WebConfiguration" + }, + { + "Name": "Set-WebConfigurationProperty" + }, + { + "Name": "Set-WebGlobalModule" + }, + { + "Name": "Set-WebHandler" + }, + { + "Name": "Set-WebManagedModule" + }, + { + "Name": "Start-WebAppPool" + }, + { + "Name": "Start-WebCommitDelay" + }, + { + "Name": "Start-WebItem" + }, + { + "Name": "Start-Website" + }, + { + "Name": "Stop-WebAppPool" + }, + { + "Name": "Stop-WebCommitDelay" + }, + { + "Name": "Stop-WebItem" + }, + { + "Name": "Stop-Website" + } + ], + "ExportedAliases": [ + "Begin-WebCommitDelay", + "End-WebCommitDelay" + ] + }, + { + "Name": "Whea", + "Version": "2.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-WheaMemoryPolicy" + }, + { + "Name": "Set-WheaMemoryPolicy" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "WindowsDeveloperLicense", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-WindowsDeveloperLicense" + }, + { + "Name": "Show-WindowsDeveloperLicenseRegistration" + }, + { + "Name": "Unregister-WindowsDeveloperLicense" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "WindowsErrorReporting", + "Version": "1.0", + "ExportedCommands": [ + { + "Name": "Disable-WindowsErrorReporting" + }, + { + "Name": "Enable-WindowsErrorReporting" + }, + { + "Name": "Get-WindowsErrorReporting" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "WindowsSearch", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-WindowsSearchSetting" + }, + { + "Name": "Set-WindowsSearchSetting" + } + ], + "ExportedAliases": [ + + ] + }, + { + "Name": "WindowsServerBackup", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-WBVssBackupOptions" + }, + { + "Name": "Set-WBVssBackupOptions" + }, + { + "Name": "Add-WBBackupTarget" + }, + { + "Name": "Add-WBBareMetalRecovery" + }, + { + "Name": "Add-WBFileSpec" + }, + { + "Name": "Add-WBSystemState" + }, + { + "Name": "Add-WBVirtualMachine" + }, + { + "Name": "Add-WBVolume" + }, + { + "Name": "Get-WBBackupSet" + }, + { + "Name": "Get-WBBackupTarget" + }, + { + "Name": "Get-WBBackupVolumeBrowsePath" + }, + { + "Name": "Get-WBBareMetalRecovery" + }, + { + "Name": "Get-WBDisk" + }, + { + "Name": "Get-WBFileSpec" + }, + { + "Name": "Get-WBJob" + }, + { + "Name": "Get-WBPerformanceConfiguration" + }, + { + "Name": "Get-WBPolicy" + }, + { + "Name": "Get-WBSchedule" + }, + { + "Name": "Get-WBSummary" + }, + { + "Name": "Get-WBSystemState" + }, + { + "Name": "Get-WBVirtualMachine" + }, + { + "Name": "Get-WBVolume" + }, + { + "Name": "Get-WBVssBackupOption" + }, + { + "Name": "New-WBBackupTarget" + }, + { + "Name": "New-WBFileSpec" + }, + { + "Name": "New-WBPolicy" + }, + { + "Name": "Remove-WBBackupSet" + }, + { + "Name": "Remove-WBBackupTarget" + }, + { + "Name": "Remove-WBBareMetalRecovery" + }, + { + "Name": "Remove-WBCatalog" + }, + { + "Name": "Remove-WBFileSpec" + }, + { + "Name": "Remove-WBPolicy" + }, + { + "Name": "Remove-WBSystemState" + }, + { + "Name": "Remove-WBVirtualMachine" + }, + { + "Name": "Remove-WBVolume" + }, + { + "Name": "Restore-WBCatalog" + }, + { + "Name": "Resume-WBBackup" + }, + { + "Name": "Resume-WBVolumeRecovery" + }, + { + "Name": "Set-WBPerformanceConfiguration" + }, + { + "Name": "Set-WBPolicy" + }, + { + "Name": "Set-WBSchedule" + }, + { + "Name": "Set-WBVssBackupOption" + }, + { + "Name": "Start-WBApplicationRecovery" + }, + { + "Name": "Start-WBBackup" + }, + { + "Name": "Start-WBFileRecovery" + }, + { + "Name": "Start-WBHyperVRecovery" + }, + { + "Name": "Start-WBSystemStateRecovery" + }, + { + "Name": "Start-WBVolumeRecovery" + }, + { + "Name": "Stop-WBJob" + } + ], + "ExportedAliases": [ + "Get-WBVssBackupOptions", + "Set-WBVssBackupOptions" + ] + }, + { + "Name": "WindowsUpdate", + "Version": "1.0.0.0", + "ExportedCommands": [ + { + "Name": "Get-WindowsUpdateLog" + } + ], + "ExportedAliases": [ + + ] + } + ], + "Types": [ { - "Name": "Windows7IdxInfo", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + "Name": "IAccPropServices", + "Namespace": "Accessibility" }, { - "Name": "Windows7Param", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + "Name": "IAccPropServer", + "Namespace": "Accessibility" }, { - "Name": "Server2003Api", - "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + "Name": "AnnoScope", + "Namespace": "Accessibility" }, { - "Name": "SnapshotAbortGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + "Name": "_RemotableHandle", + "Namespace": "Accessibility" }, { - "Name": "UpdateGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + "Name": "CAccPropServices", + "Namespace": "Accessibility" }, { - "Name": "Server2003Grbits", - "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + "Name": "CAccPropServicesClass", + "Namespace": "Accessibility" }, { - "Name": "Server2003Param", - "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + "Name": "__MIDL_IWinTypes_0009", + "Namespace": "Accessibility" }, - { - "Name": "JET_OPERATIONCONTEXT", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + { + "Name": "IAccessible", + "Namespace": "Accessibility" }, { - "Name": "Windows10Api", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "IAccessibleHandler", + "Namespace": "Accessibility" }, { - "Name": "Windows10Coltyp", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "IAccIdentity", + "Namespace": "Accessibility" }, { - "Name": "Windows10Grbits", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "WindowsBackupSnapIn", + "Namespace": "Microsoft.SnapIns.Backup.UI" }, { - "Name": "Windows10Param", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "WindowsBackupNode", + "Namespace": "Microsoft.SnapIns.Backup.UI" }, { - "Name": "Windows10Sesparam", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "BackupNode", + "Namespace": "Microsoft.SnapIns.Backup.UI.SnapIn" }, { - "Name": "Windows10Session", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "DashboardPanel", + "Namespace": "Microsoft.SnapIns.Backup.UI.SnapIn" }, { - "Name": "JET_THREADSTATS2", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "DashboardControl", + "Namespace": "Microsoft.SnapIns.Backup.UI.SnapIn" }, { - "Name": "JET_IOPriority", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "BackgroundWorkerJobType", + "Namespace": "Microsoft.SnapIns.Backup.UI.SnapIn" }, { - "Name": "JET_OPENTEMPORARYTABLE", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "OptimizePerformance", + "Namespace": "Microsoft.SnapIns.Backup.UI.SnapIn" }, { - "Name": "JET_RECSIZE", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "CatalogRecoveryWizard", + "Namespace": "Microsoft.SnapIns.Backup.UI.Wizards.CatalogRecovery" }, { - "Name": "LegacyFileNames", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "RecoveryWizard", + "Namespace": "Microsoft.SnapIns.Backup.UI.Wizards.Recovery" }, { - "Name": "VistaApi", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "RecoveryItemsDialog", + "Namespace": "Microsoft.SnapIns.Backup.UI.Wizards.Recovery" }, { - "Name": "VistaColInfo", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "SelectVMsPage", + "Namespace": "Microsoft.SnapIns.Backup.UI.Wizards.Recovery" }, { - "Name": "VistaColtyp", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "SelectRecoveryOptions", + "Namespace": "Microsoft.SnapIns.Backup.UI.Wizards.Recovery" }, { - "Name": "SnapshotEndGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "HyperVRecoveryTargetPage", + "Namespace": "Microsoft.SnapIns.Backup.UI.Wizards.Recovery" }, { - "Name": "SnapshotPrepareInstanceGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "ApplicationDetails", + "Namespace": "Microsoft.SnapIns.Backup.UI.Wizards.Recovery" }, { - "Name": "SnapshotTruncateLogGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "ScheduledBackupWizard", + "Namespace": "Microsoft.SnapIns.Backup.UI.Wizards.ScheduledBackup" }, { - "Name": "SnapshotGetFreezeInfoGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "ShowAllDisksDialog", + "Namespace": "Microsoft.SnapIns.Backup.UI.Wizards.ScheduledBackup" }, { - "Name": "JET_InstanceMiscInfo", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "AddVolumesDialog", + "Namespace": "Microsoft.SnapIns.Backup.UI.Wizards.ScheduledBackup" }, { - "Name": "VistaGrbits", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "BackupNowWizard", + "Namespace": "Microsoft.SnapIns.Backup.UI.Wizards.BackupNow" }, { - "Name": "VistaParam", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "CommonControlsSR", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "JET_THREADSTATS", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "ComponentErrorItemTag", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "DurableCommitCallback", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "ListViewItemSortInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "JET_COMMIT_ID", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "ListViewItemComparer", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "JET_ERRCAT", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "CommonFunctionsWin32", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "JET_ERRINFOBASIC", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "LHBackupWizardPage", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "JET_ErrorInfo", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "LHBackupProgressPage", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "JetRelop", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "VolumeMountData", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "JET_INDEX_COLUMN", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "ComponentData", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "JET_INDEX_RANGE", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "BackupItems", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "JET_PFNDURABLECOMMITCALLBACK", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "ElementSearchStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "JET_sesparam", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "BrowseTreeViewSelectionDelegate", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "Windows8Api", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "AdvancedSettingsPageResultDelegate", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "ErrorInfoGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "ExclusionTreeViewSelectionDelegate", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonControls" }, { - "Name": "ResizeDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "BranchPage", + "Namespace": "Microsoft.SnapIns.Backup.UI.WizardFramework" }, { - "Name": "DurableCommitCallbackGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "ConfirmationPage", + "Namespace": "Microsoft.SnapIns.Backup.UI.WizardFramework" }, { - "Name": "PrereadIndexRangesGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "TitleType", + "Namespace": "Microsoft.SnapIns.Backup.UI.WizardFramework" }, { - "Name": "StopServiceGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "ButtonType", + "Namespace": "Microsoft.SnapIns.Backup.UI.WizardFramework" }, { - "Name": "CursorFilterGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "OrientationPanelStepMode", + "Namespace": "Microsoft.SnapIns.Backup.UI.WizardFramework" }, { - "Name": "JetIndexColumnGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "FiniteProgressPage", + "Namespace": "Microsoft.SnapIns.Backup.UI.WizardFramework" }, { - "Name": "Windows8Grbits", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "InfiniteProgressPage", + "Namespace": "Microsoft.SnapIns.Backup.UI.WizardFramework" }, { - "Name": "Windows8IdxInfo", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "ProgressPage", + "Namespace": "Microsoft.SnapIns.Backup.UI.WizardFramework" }, { - "Name": "Windows8Param", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "SummaryPage", + "Namespace": "Microsoft.SnapIns.Backup.UI.WizardFramework" }, { - "Name": "EsentException", - "Namespace": "Microsoft.Isam.Esent" + "Name": "WizardForm", + "Namespace": "Microsoft.SnapIns.Backup.UI.WizardFramework" }, { - "Name": "SecurityAction", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WizardPage", + "Namespace": "Microsoft.SnapIns.Backup.UI.WizardFramework" }, { - "Name": "ExtensionsToCoreClr", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WizardFrameworkException", + "Namespace": "Microsoft.SnapIns.Backup.UI.WizardFramework" }, { - "Name": "SerializationInfo", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SqmSession", + "Namespace": "Microsoft.FileSystems.Common" }, { - "Name": "SafeHandleZeroOrMinusOneIsInvalid", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SqmDataPoint", + "Namespace": "Microsoft.FileSystems.Common" }, { - "Name": "Api", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "AlgorithmFlags", + "Namespace": "CERTENROLLLib" }, { - "Name": "SystemParameters", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CERTENROLL_OBJECTID", + "Namespace": "CERTENROLLLib" }, { - "Name": "BoolColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CObjectId", + "Namespace": "CERTENROLLLib" }, { - "Name": "ByteColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CObjectIdClass", + "Namespace": "CERTENROLLLib" }, { - "Name": "BytesColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CObjectIds", + "Namespace": "CERTENROLLLib" }, { - "Name": "ColumnInfo", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CObjectIdsClass", + "Namespace": "CERTENROLLLib" }, { - "Name": "ColumnStream", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CX509EnrollmentPolicyActiveDirectory", + "Namespace": "CERTENROLLLib" }, { - "Name": "ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CX509EnrollmentPolicyActiveDirectoryClass", + "Namespace": "CERTENROLLLib" }, { - "Name": "ColumnValueOfStruct`1", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CX509EnrollmentPolicyWebService", + "Namespace": "CERTENROLLLib" }, { - "Name": "Conversions", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CX509EnrollmentPolicyWebServiceClass", + "Namespace": "CERTENROLLLib" }, { - "Name": "DateTimeColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CX509PolicyServerListManager", + "Namespace": "CERTENROLLLib" }, { - "Name": "DoubleColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CX509PolicyServerListManagerClass", + "Namespace": "CERTENROLLLib" }, { - "Name": "EnumeratedColumn", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CX509PolicyServerUrl", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentOperationException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CX509PolicyServerUrlClass", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentDataException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EnrollmentCAProperty", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentApiException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EnrollmentPolicyServerPropertyFlags", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentFatalException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EnrollmentTemplateProperty", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentIOException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ICertificationAuthorities", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentResourceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ICertificationAuthority", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentMemoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IObjectId", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentQuotaException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IObjectIds", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentDiskException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IX509CertificateTemplate", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentCorruptionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IX509CertificateTemplates", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentInconsistentException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IX509EnrollmentPolicyServer", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentFragmentationException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IX509PolicyServerListManager", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentUsageException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IX509PolicyServerUrl", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentStateException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ObjectIdGroupId", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentObsoleteException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ObjectIdPublicKeyFlags", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentRfsFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "PolicyServerUrlFlags", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentRfsNotArmedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "PolicyServerUrlPropertyID", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentFileCloseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "X509CertificateEnrollmentContext", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentOutOfThreadsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "X509EnrollmentAuthFlags", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentTooManyIOException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "X509EnrollmentPolicyExportFlags", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentTaskDroppedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "X509EnrollmentPolicyLoadOption", + "Namespace": "CERTENROLLLib" }, { - "Name": "EsentInternalErrorException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "Microsoft_Windows_RemoteAccess_MgmtClient", + "Namespace": "Microsoft.DirectAccess.RAMgmtClientEvents" }, { - "Name": "EsentDisabledFunctionalityException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ITaskHandler", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentUnloadableOSFunctionalityException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ITaskHandlerStatus", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentDeviceMissingException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskRunFlags", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentDeviceMisconfiguredException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskEnumFlags", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentDeviceTimeoutException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskLogonType", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentDeviceFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskRunlevelType", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentDatabaseBufferDependenciesCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskState", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentPreviousVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskCreation", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentPageBoundaryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskTriggerType", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentKeyBoundaryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskSessionStateChangeType", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentBadPageLinkException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskActionType", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentBadBookmarkException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskInstancesPolicy", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentNTSystemCallFailedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskCompatibility", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentBadParentPageLinkException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SystemTime", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentSPAvailExtCacheOutOfSyncException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskSchedulerServiceGuids", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentSPAvailExtCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IRunningTask", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentSPAvailExtCacheOutOfMemoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IRunningTaskCollection", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentSPOwnExtCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IRegisteredTask", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentDbTimeCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IRegisteredTaskCollection", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentKeyTruncatedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ITaskFolder", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentDatabaseLeakInSpaceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ITaskFolderCollection", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentBadEmptyPageException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ITaskService", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentBadLineCountException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ITaskVariables", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentKeyTooBigException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIdleSettings", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentCannotSeparateIntrinsicLVException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "INetworkSettings", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentSeparatedLongValueException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IRepetitionPattern", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentMustBeSeparateLongValueException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ITaskNamedValuePair", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentInvalidPrereadException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ITaskNamedValueCollection", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentInvalidColumnReferenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPrincipal", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentStaleColumnReferenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ITrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentCompressionIntegrityCheckFailedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IEventTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentInvalidLoggedOperationException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ITimeTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentLogFileCorruptException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IDailyTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentNoBackupDirectoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IWeeklyTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentBackupDirectoryNotEmptyException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IMonthlyTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentBackupInProgressException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IMonthlyDOWTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentRestoreInProgressException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIdleTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentMissingPreviousLogFileException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ILogonTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentLogWriteFailException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ISessionStateChangeTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentLogDisabledDueToRecoveryFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IBootTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentCannotLogDuringRecoveryRedoException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IRegistrationTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentLogGenerationMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ITriggerCollection", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentBadLogVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IAction", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentInvalidLogSequenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IExecAction", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentLoggingDisabledException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IShowMessageAction", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentLogBufferTooSmallException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IComHandlerAction", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentLogSequenceEndException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IEmailAction", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentNoBackupException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IActionCollection", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentInvalidBackupSequenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IRegistrationInfo", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentBackupNotAllowedYetException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ITaskSettings", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentDeleteBackupFileFailException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ITaskDefinition", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentMakeBackupDirectoryFailException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskScheduler", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentInvalidBackupException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TaskSchedulerClass", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "EsentRecoveredWithErrorsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SnapInGlobalData", + "Namespace": "Microsoft.ManagementConsole.WorkBridge" }, { - "Name": "EsentMissingLogFileException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CmdletDetails", + "Namespace": "Microsoft.ManagementConsole.WorkBridge" }, { - "Name": "EsentLogDiskFullException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CmdletConstants", + "Namespace": "Microsoft.ManagementConsole.WorkBridge" }, { - "Name": "EsentBadLogSignatureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CmdletGlossary", + "Namespace": "Microsoft.ManagementConsole.WorkBridge" }, { - "Name": "EsentBadDbSignatureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "MigrationWizard", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.MigrationWizard" }, { - "Name": "EsentBadCheckpointSignatureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "BaseMigrationPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.MigrationWizard" }, { - "Name": "EsentCheckpointCorruptException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IntroPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.MigrationWizard" }, { - "Name": "EsentMissingPatchPageException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ApplyPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.MigrationWizard" }, { - "Name": "EsentBadPatchPageException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "PreReqPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.MigrationWizard" }, { - "Name": "EsentRedoAbruptEndedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ExpressWizard", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ExpressWizard" }, { - "Name": "EsentPatchFileMissingException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "BaseExpressPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ExpressWizard" }, { - "Name": "EsentDatabaseLogSetMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IntroPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ExpressWizard" }, { - "Name": "EsentDatabaseStreamingFileMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ApplyPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ExpressWizard" }, { - "Name": "EsentLogFileSizeMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "GpoPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ExpressWizard" }, { - "Name": "EsentCheckpointFileNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "Resources", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Properties" }, { - "Name": "EsentRequiredLogFilesMissingException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TitleType", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.WizardFramework" }, { - "Name": "EsentSoftRecoveryOnBackupDatabaseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ButtonType", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.WizardFramework" }, { - "Name": "EsentLogFileSizeMismatchDatabasesConsistentException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "OrientationPanelStepMode", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.WizardFramework" }, { - "Name": "EsentLogSectorSizeMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WizardActionStatus", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.WizardFramework" }, { - "Name": "EsentLogSectorSizeMismatchDatabasesConsistentException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WizardAction", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.WizardFramework" }, { - "Name": "EsentLogSequenceEndDatabasesConsistentException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WizardForm", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.WizardFramework" }, { - "Name": "EsentStreamingDataNotLoggedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WindowWrapper", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.WizardFramework" }, { - "Name": "EsentDatabaseDirtyShutdownException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WizardFrameworkException", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.WizardFramework" }, { - "Name": "EsentConsistentTimeMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WizardPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.WizardFramework" }, { - "Name": "EsentDatabasePatchFileMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "BaseControl", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.SnapInUI" }, { - "Name": "EsentEndingRestoreLogTooLowException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "LoadingControl", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.SnapInUI" }, { - "Name": "EsentStartingRestoreLogTooHighException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WBRCBaseForm", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.RemoteClientsWizard" }, { - "Name": "EsentGivenLogFileHasBadSignatureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WBRCBasePage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.RemoteClientsWizard" }, { - "Name": "EsentGivenLogFileIsNotContiguousException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WBRCDeploymentMode", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.RemoteClientsWizard" }, { - "Name": "EsentMissingRestoreLogFilesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WBRCSelectGroups", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.RemoteClientsWizard" }, { - "Name": "EsentMissingFullBackupException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WBRCNca", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.RemoteClientsWizard" }, { - "Name": "EsentBadBackupDatabaseSizeException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WBInfraBaseForm", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.InfraWizard" }, { - "Name": "EsentDatabaseAlreadyUpgradedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WBInfraBasePage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.InfraWizard" }, { - "Name": "EsentDatabaseIncompleteUpgradeException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WBInfraDnsSuffix", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.InfraWizard" }, { - "Name": "EsentMissingCurrentLogFilesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WBInfraLocation", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.InfraWizard" }, { - "Name": "EsentDbTimeTooOldException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "BaseWizardPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ServerWizard" }, { - "Name": "EsentDbTimeTooNewException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "NetworkTopologyPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ServerWizard" }, { - "Name": "EsentMissingFileToBackupException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "InterfaceSelectionPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ServerWizard" }, { - "Name": "EsentLogTornWriteDuringHardRestoreException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "AuthenticationPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ServerWizard" }, { - "Name": "EsentLogTornWriteDuringHardRecoveryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "OtpRadiusPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ServerWizard" }, { - "Name": "EsentLogCorruptDuringHardRestoreException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "OtpGroupBypassPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ServerWizard" }, { - "Name": "EsentLogCorruptDuringHardRecoveryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "OtpCAPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ServerWizard" }, { - "Name": "EsentMustDisableLoggingForDbUpgradeException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "OtpCertTemplatesPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ServerWizard" }, { - "Name": "EsentBadRestoreTargetInstanceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DAServerWizard", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ServerWizard" }, { - "Name": "EsentRecoveredWithoutUndoException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "PrefixConfigPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ServerWizard" }, { - "Name": "EsentDatabasesNotFromSameSnapshotException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "VPNConfigPage", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.ServerWizard" }, { - "Name": "EsentSoftRecoveryOnSnapshotException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ThreadInput", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DataStructures" }, { - "Name": "EsentCommittedLogFilesMissingException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "GlobalData", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DataStructures" }, { - "Name": "EsentSectorSizeNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SGNameInfo", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DataStructures" }, { - "Name": "EsentRecoveredWithoutUndoDatabasesConsistentException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "NRPTEntry", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DataStructures" }, { - "Name": "EsentCommittedLogFileCorruptException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "OTPServer", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DataStructures" }, { - "Name": "EsentLogSequenceChecksumMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRange", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DataStructures" }, { - "Name": "EsentPageInitializedMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ButtonFinishStatus", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentUnicodeTranslationBufferTooSmallException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "BottomPanel", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentUnicodeTranslationFailException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DirectoryObjects", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentUnicodeNormalizationNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SGInfo", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentUnicodeLanguageValidationFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DirectoryObjectPicker", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentExistingLogFileHasBadSignatureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ErrorIcon", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentExistingLogFileIsNotContiguousException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ErrorControlForm", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentLogReadVerifyFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "PreRequisiteErrorType", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentCheckpointDepthTooDeepException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "PreRequisiteErrorControl", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentRestoreOfNonBackupDatabaseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "HeaderBanner", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentLogFileNotCopiedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IconPictureBox", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentSurrogateBackupInProgressException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "RootPageControl", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentTransactionTooLongException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SelectionEntityStatus", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentEngineFormatVersionNoLongerSupportedTooLowException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SelectionEntity", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentEngineFormatVersionNotYetImplementedTooHighException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "RoundedRectangle", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentEngineFormatVersionParamTooLowForRequestedFeatureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SGListModifiedEventHandler", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentEngineFormatVersionSpecifiedTooLowForLogVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SGPicker", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentEngineFormatVersionSpecifiedTooLowForDatabaseVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SGListModifiedEventArgs", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentBackupAbortByServerException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SGSelector", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentInvalidGrbitException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CommandLink", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentTermInProgressException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "RAChoiceControl", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentFeatureNotAvailableException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "PreReqControl", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Controls" }, { - "Name": "EsentInvalidNameException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ADS_ATTR", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Wrappers" }, { - "Name": "EsentInvalidParameterException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ADSTYPE", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Wrappers" }, { - "Name": "EsentDatabaseFileReadOnlyException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ADSVALUE_STRING", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Wrappers" }, { - "Name": "EsentInvalidDatabaseIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ADSVALUE_INTEGER", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Wrappers" }, { - "Name": "EsentOutOfMemoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ADS_ATTR_INFO", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Wrappers" }, { - "Name": "EsentOutOfDatabaseSpaceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IDirectoryObject", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Wrappers" }, { - "Name": "EsentOutOfCursorsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DirectoryObject", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Wrappers" }, { - "Name": "EsentOutOfBuffersException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "NetworkAdapter", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Wrappers" }, { - "Name": "EsentTooManyIndexesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "NetworkAdapterConfiguration", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Wrappers" }, { - "Name": "EsentTooManyKeysException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CertificateUtilities", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentRecordDeletedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CAServersHelper", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentReadVerifyFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CAServerInfo", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentPageNotInitializedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EnterpriseTemplatesHelper", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentOutOfFileHandlesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EnterpriseTemplateInfo", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentDiskReadVerificationFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CALoaderOnCompletedEvent", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentDiskIOException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CALoader", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentInvalidPathException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "TopologyType", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentInvalidSystemPathException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "GPOType", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentInvalidLogDirectoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "AutoPopulateIPHttpsCertResult", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentRecordTooBigException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "PowerShellExtensions", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentTooManyOpenDatabasesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "RollbackException", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentInvalidDatabaseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "RollbackGpoInfo", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentNotInitializedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "RollbackXml", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.Util" }, { - "Name": "EsentAlreadyInitializedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "AddEditRadiusServer", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DialogBoxes" }, { - "Name": "EsentInitInProgressException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "AddEditRadiusServerLite", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DialogBoxes" }, { - "Name": "EsentFileAccessDeniedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "AddEditStaticPool", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DialogBoxes" }, { - "Name": "EsentQueryNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "AppServer", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DialogBoxes" }, { - "Name": "EsentSQLLinkNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ReviewDialog", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DialogBoxes" }, { - "Name": "EsentBufferTooSmallException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SharedSecret", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DialogBoxes" }, { - "Name": "EsentTooManyColumnsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "WBIPv4AdressRPrefix", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DialogBoxes" }, { - "Name": "EsentContainerNotEmptyException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "Details", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DialogBoxes" }, { - "Name": "EsentInvalidFilenameException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "GPOSummary", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DialogBoxes" }, { - "Name": "EsentInvalidBookmarkException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "OtpCertTemplate", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DialogBoxes" }, { - "Name": "EsentColumnInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "OTPSignTemplate", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DialogBoxes" }, { - "Name": "EsentInvalidBufferSizeException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "RaChoiceForm", + "Namespace": "Microsoft.ManagementConsole.WorkBridge.DialogBoxes" }, { - "Name": "EsentColumnNotUpdatableException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "Installer", + "Namespace": "Microsoft.RemoteFileSystems.Management" }, { - "Name": "EsentIndexInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EventViewerInstaller", + "Namespace": "Microsoft.EventViewer.SnapIn" }, { - "Name": "EsentLinkNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EventViewerSnapIn", + "Namespace": "Microsoft.EventViewer.SnapIn" }, { - "Name": "EsentNullKeyDisallowedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EventViewerExtension", + "Namespace": "Microsoft.EventViewer.SnapIn" }, { - "Name": "EsentNotInTransactionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EventViewerHomepage", + "Namespace": "Microsoft.EventViewer.SnapIn" }, { - "Name": "EsentMustRollbackException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamErrorResources", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTooManyActiveUsersException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamEventProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidCountryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CustomField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidLanguageIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CustomFieldAssociation", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidCodePageException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamOperationWithCallback", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidLCMapStringFlagsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SubTaskStatusChangedEventArgs", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentVersionStoreEntryTooBigException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SubTaskStatusChangedEventHandler", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentVersionStoreOutOfMemoryAndCleanupTimedOutException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ProgressTracker", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentVersionStoreOutOfMemoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IProgressStatusTracker", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCurrencyStackOutOfMemoryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPUtilizationPurge", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCannotIndexException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SubTaskInstance", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentRecordNotDeletedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIpamOperationWithProgressCallback", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTooManyMempoolEntriesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamOperationWithProgressParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentOutOfObjectIDsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIpamOperationWithProgress", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentOutOfLongValueIDsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CreateDhcpScopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentOutOfAutoincrementValuesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "AddScopesToSuperscopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentOutOfDbtimeValuesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SetSuperscopeActivationStatusParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentOutOfSequentialIndexValuesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "RemoveScopesFromSuperscopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentRunningInOneInstanceModeException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "RenameSuperscopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentRunningInMultiInstanceModeException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DeleteSuperscopesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentSystemParamsAlreadySetException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CreateDhcpServerPolicyParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentSystemPathInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CreateDhcpScopePolicyParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentLogFilePathInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "UpdatePolicyParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTempPathInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DeletePolicyParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInstanceNameInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "MovePolicyProcessingOrderParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentSystemParameterConflictException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "UpdatePolicyPropertiesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInstanceUnavailableException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DeleteDhcpScopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseUnavailableException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "UpdateDhcpScopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInstanceUnavailableDueToFatalLogDiskFullException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "UpdateDhcpServerParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidSesparamIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ApplyDhcpServerConfigurationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTooManyRecordsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ApplyDhcpScopeConfigurationparameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentOutOfSessionsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DeleteDhcpReservationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentWriteConflictException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DeleteDhcpReservationCollectionParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTransTooDeepException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SetDhcpReservationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidSesidException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SetDhcpReservationCollectionParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentWriteConflictPrimaryIndexException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CreateDhcpReservationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInTransactionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFailoverParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentRollbackRequiredException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFailoverWithScopesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTransReadOnlyException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFailoverRemoveScopesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentSessionWriteConflictException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFailoverDeleteParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentRecordTooBigForBackwardCompatibilityException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ResetConfigSyncStatusParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCannotMaterializeForwardOnlySortException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ReplicateRelationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentSesidTableIdMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ReplicateScopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidInstanceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ReplicateServerParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDirtyShutdownException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CreateDhcpFiltersParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentReadPgnoVerifyFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "UpdateDhcpFilterParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentReadLostFlushVerifyFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "UpdateDhcpFiltersParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFileSystemCorruptionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DeleteDhcpFiltersParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentRecoveryVerifyFailureException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CreateIpamIPAddressParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFilteredMoveNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "UpdateIpamIPAddressParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentMustCommitDistributedTransactionToLevel0Exception", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CreateDnsResourceRecordsParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDistributedTransactionAlreadyPreparedToCommitException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DeleteDnsResourceRecordsParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentNotInDistributedTransactionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "MultiUpdateDnsResourceRecordParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDistributedTransactionNotYetPreparedToCommitException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "UpdateDnsResourceRecordParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCannotNestDistributedTransactionsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CreateDnsZoneParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDTCMissingCallbackException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "UpdateDnsZonesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDTCMissingCallbackOnRecoveryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DeleteDnsZonesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDTCCallbackUnexpectedErrorException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsZonesTransferParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ReloadDnsZonesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsConditionalForwardersParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamAdminOperationId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseInvalidNameException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SubTaskStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseInvalidPagesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "OverallProgressStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EntityOperationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseLockedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EntityStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCannotDisableVersioningException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EntityStatusForDnsResourceRecord", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidDatabaseVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EntityStatusCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabase200FormatException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "MutableSecretManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabase400FormatException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "MutableSecretContext", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabase500FormatException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "UniqueSubTaskIdentifiers", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentPageSizeMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ExclusionRangeDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTooManyInstancesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "OptionDefinitionDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseSharingViolationException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ScopeDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentAttachedDatabaseMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ScopePolicyIpRangeDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseInvalidPathException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ScopePolicyDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseIdInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SuperscopeV4DataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentForceDetachNotAllowedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ServerPolicyDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCatalogCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "FailoverDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentPartiallyAttachedDBException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "FilterDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseSignInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ScopePolicyOptionDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseCorruptedNoRepairException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ServerPolicyOptionDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidCreateDbVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ScopeOptionDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseIncompleteIncrementalReseedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ServerDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseInvalidIncrementalReseedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ServerOptionDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseFailedIncrementalReseedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "UserClassDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentNoAttachmentsFailedIncrementalReseedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "VendorClassDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseNotReadyException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ReservationDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseAttachedForRecoveryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ReservationOptionDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTransactionsNotReadyDuringRecoveryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ReplicateScopesDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTableLockedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ReplicateServerDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTableDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ReplicateRelationDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTableInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ResetConfigSyncStatusDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentObjectNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDensityInvalidException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpReservationDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTableNotEmptyException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsZoneFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidTableIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsConditionalForwarderFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTooManyOpenTablesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsResourceRecordFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIllegalOperationException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsResourceRecordAsmFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTooManyOpenTablesAndCleanupTimedOutException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPBlockDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentObjectDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRangeDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidObjectException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CommonUtilities", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCannotDeleteTempTableException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCannotDeleteSystemTableException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "LogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCannotDeleteTemplateTableException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv4RangeLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentExclusiveTableLockRequiredException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv6RangeLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFixedDDLException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPv4AddressLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFixedInheritedDDLException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPv6AddressLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCannotNestDDLException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ActiveServerV4LogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDDLNotInheritableException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ActiveServerV6LogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidSettingsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv4SubnetLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentClientRequestToStopJetServiceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv6SubnetLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCannotAddFixedVarColumnToDerivedTableException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "LogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexCantBuildException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv4RangeLogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexHasPrimaryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv6RangeLogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPv4AddressLogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPv6AddressLogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexMustStayException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ActiveServerV4LogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexInvalidDefException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ActiveServerV6LogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidCreateIndexException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv4SubnetLogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTooManyOpenIndexesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv6SubnetLogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentMultiValuedIndexViolationException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CommonPropertiesHandler", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexBuildCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPBlockField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentPrimaryIndexCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPSubnetField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentSecondaryIndexCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRangeField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidIndexIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexTuplesSecondaryIndexOnlyException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamImportHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexTuplesTooManyColumnsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPBlockImportHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexTuplesNonUniqueOnlyException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPSubnetImportHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexTuplesTextBinaryColumnsOnlyException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPRangeImportHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexTuplesVarSegMacNotAllowedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressImportHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexTuplesInvalidLimitsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ExportUtilities", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexTuplesCannotRetrieveFromIndexException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamSecurity", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentIndexTuplesKeyTooSmallException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EnumerationParametersBase", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidLVChunkSizeException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "EnumerationObjectType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentColumnCannotBeEncryptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIpamEnumerator", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCannotIndexOnEncryptedColumnException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIpamIPAuditEnumerator", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentColumnLongException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIpamRemotingContext", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentColumnNoChunkException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIpamRemotingModule", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentColumnDoesNotFitException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIpamAsyncProvision", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentNullInvalidException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIpamAsyncSchemaConversion", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentColumnIndexedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIpamEnumeratorCallback", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentColumnTooBigException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIpamEnumerationSessionEventHandler", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentColumnNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIpamAsyncProvisionCallback", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentColumnDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IIpamAsyncSchemaCallback", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentMultiValuedColumnMustBeTaggedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamProvisioningEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentColumnRedundantException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpServerAllEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidColumnTypeException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpServerByServerInfoIdsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTaggedNotNULLException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ServerInfoEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentNoCurrentIndexException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "AddressSpaceEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentKeyIsMadeException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "AddressSpaceByFilterEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentBadColumnIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPSubnetsByVirtualizationTypeEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentBadItagSequenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPSubnetsByAddressSpaceAndVirtualizationTypeEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentColumnInRelationshipException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPSubnetsByAddressCategoryEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCannotBeTaggedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPSubnetsByUnmappedEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDefaultValueTooBigException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPSubnetsByBlockIdEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentMultiValuedDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPSubnetsDirectChildrenByBlockIdEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentLVCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPSubnetByFilterEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentMultiValuedDuplicateAfterTruncationException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressRootAddressesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDerivedColumnCorruptionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressByRangeIdEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidPlaceholderColumnException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressBySubnetIdEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentColumnCannotBeCompressedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressUnmappedAddressEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentColumnNoEncryptionKeyException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressForUnmappedRangesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentRecordNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressByBlockIdEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentRecordNoCopyException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressAllForLogicalGroupEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentNoCurrentRecordException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "UnmappedIpamIPAddressForLogicalGroupEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentRecordPrimaryChangedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressAllForLogicalGroupNodeEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentKeyDuplicateException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressByManagedByAndManagedByEntityEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentAlreadyPreparedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressByFilterEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentKeyNotMadeException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressByVirtualizationTypeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentUpdateNotPreparedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddressByAddressSpaceAndVirtualizationTypeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDataHasChangedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPBlockRootEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentLanguageNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPBlockChildBlockEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDecompressionFailedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPBlockGetAllBlocksEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentUpdateMustVersionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRangeForBlockEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDecryptionFailedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRangeAllForBlockEnumerationParameter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentEncryptionBadItagException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRangeForSubnetEnumerationParameter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTooManySortsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRangeRootEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidOnSortException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRangeByManagedByAndManagedByEntityEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTempFileOpenErrorException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRangeAllForDhcpServerEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTooManyAttachedDatabasesException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRangeUnmappedEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDiskFullException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRangeByVirtualizationTypeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentPermissionDeniedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRangeByAddressSpaceAndVirtualizationTypeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFileNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRangeAllForLogicalGroupNodeEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFileInvalidTypeException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRangeByFilterEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFileAlreadyExistsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "LogicalGroupDataForRootAlternateItemsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentAfterInitializationException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "LogicalGroupDataUnmappedItemsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentLogCorruptedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "LogicalGroupDataForLogicalGroupNodeEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidOperationException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CustomFieldEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentAccessDeniedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CustomFieldAssociationEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTooManySplitsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "LogicalGroupsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentSessionSharingViolationException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "LogicalGroupNodeRootEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentEntryPointNotFoundException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "SubnetLogicalGroupNodeRootEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentSessionContextAlreadySetException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "LogicalGroupNodeChildrenEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentSessionContextNotSetByThisThreadException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DiscoverySubnetEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentSessionInUseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopeForIpBlockEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentRecordFormatConversionFailedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopeUnmappedEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentOneDatabasePerSessionException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopeObjectSpecificEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentRollbackErrorException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopeAllEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFlushMapVersionUnsupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopesByDhcpServerIdListEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFlushMapDatabaseMismatchException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopeAssociatedWithVendorClassesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFlushMapUnrecoverableException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopeByPrefixAndServerNameEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentDatabaseAlreadyRunningMaintenanceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpSuperscopeEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCallbackFailedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpSuperscopeByDhcpServerIdListEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentCallbackNotResolvedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpSuperscopeBySuperscopeAndServerNameEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentSpaceHintsInvalidException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpPoliciesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentOSSnapshotInvalidSequenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopePoliciesWithoutRangesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentOSSnapshotTimeOutException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpPoliciesByDhcpServerIdListEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentOSSnapshotNotAllowedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpReservationAllEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentOSSnapshotInvalidSnapIdException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpReservationScopeBasedEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTooManyTestInjectionsException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpReservationForIpBlockEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentTestInjectionNotSupportedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFailoverEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidLogDataSequenceException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFailoverAllEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentLSCallbackNotSpecifiedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFailoverByServerIdsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentLSAlreadySetException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFailoverScopesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentLSNotSetException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFilterAllEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFileIOSparseException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFilterByServerIdsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFileIOBeyondEOFException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpEffectiveServerPoliciesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFileIOAbortException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpEffectiveScopePoliciesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFileIORetryException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsServerReverseZoneEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFileIOFailException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsReverseLookupZoneEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentFileCompressedException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsServerZoneEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentErrorException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsZoneEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentInvalidColumnException", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsServerEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentResource", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsServerByServerInfoIdsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentStopwatch", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsZoneEventEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EsentVersion", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsResourceRecordEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "FloatColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsResourceRecordFilterEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CreateInstanceGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsConditionalForwarderEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "InitGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsConditionalForwarderByFiltersEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "TermGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ConfigurationAuditEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CreateDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPAuditEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DetachDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamActivityContext", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "AttachDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamTraceSource", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "OpenDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamTracing", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CloseDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamDBObjectCache", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "BeginTransactionGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPBlock", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CommitTransactionGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv4Block", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RollbackTransactionGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv6Block", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EndSessionGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPRange", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "OpenTableGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv4Range", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SetColumnGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv6Range", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RetrieveColumnGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPAddress", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EnumerateColumnsGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPv4Address", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "GetSecondaryIndexBookmarkGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamIPv6Address", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "GotoSecondaryIndexBookmarkGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "AddressSpace", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MoveGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ProviderAddressSpace", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MakeKeyGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CustomerAddressSpace", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RetrieveKeyGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPSubnet", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SeekGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv4Subnet", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SetIndexRangeGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPv6Subnet", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IndexRangeGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "Utilities", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IntersectIndexesGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "FreeIP", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SetCurrentIndexGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ServerInfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SetTableSequentialGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamDiscovery", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ResetTableSequentialGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DiscoveryConfig", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "GetLockGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DiscoveredSubnets", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EscrowUpdateGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IpamForest", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ColumndefGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "Audit", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CreateTableColumnIndexGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "IPAuditRecord", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CreateIndexGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "AuditPurge", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IndexKeyGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ServerRoleDhcp", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ConditionalColumnGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CommandStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "TempTableGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CommandStatusCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DeleteColumnGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpMsmOverallCompletionStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RenameColumnGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpAuditLoggingStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DefragGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpDnsNameProtectionStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ColInfoGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpDiscardDnsRecordOnLeaseDeletionStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SpaceHintsGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpDnsNotRequestingClientsUpdateType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "GuidColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DnsDisableDynamicPtrUpdateType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IContentEquatable`1", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpDnsUpdateType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IDeepCloneable`1", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopeStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IJET_LOGTIME", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOptionApplyType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IndexInfo", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpUserClassApplyType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IndexSegment", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpVendorClassApplyType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Instance", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOptionDefinitionApplyType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "InstanceParameters", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOptionOwnerType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Int16ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpServingClientsType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Int32ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpLeaseDurationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Int64ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOptionCollectionType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "INullableJetStruct", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOptionType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_BKINFO", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "CommandResult", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_BKLOGTIME", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpV4OptionId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_CALLBACK", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpV6OptionId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_cbtyp", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpV4MicrosoftOptionId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_coltyp", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpStatelessClientInventoryStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_COLUMNBASE", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFailoverState", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_COLUMNCREATE", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFailoverMode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_COLUMNDEF", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFailoverHotStandbyServerRole", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_COLUMNLIST", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFailoverOperationOwner", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_CONDITIONALCOLUMN", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFailoverConfigSyncStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_CP", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "PolicyProcessingOrderDirection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_DbInfo", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpPolicyActivationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_DBINFOMISC", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "PolicyLevel", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_dbstate", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "PolicyState", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_ENUMCOLUMN", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "PolicyOperator", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_ENUMCOLUMNID", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpPolicyPropertyUpdate", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_ENUMCOLUMNVALUE", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpReservationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_err", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "AddressType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EventLoggingLevels", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "ReservationOperations", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_ExceptionAction", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFilterMultiEditFields", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_filetype", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOperationState", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_IdxInfo", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpReservationDeletionFlag", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_INDEXCREATE", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpUserClassV4StandardValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_INDEXLIST", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpVendorClassV4StandardValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_INDEXRANGE", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpVendorClassV6StandardValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_LGPOS", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpUserClassV6StandardValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_LOGTIME", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpExclusionRange", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_Move", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpExclusionRangeCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_OBJECTINFO", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpExclusionRangeV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_OBJECTLIST", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpExclusionRangeV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_objtyp", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFindAndReplaceOption", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_param", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFindAndReplaceOptionV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_PFNREALLOC", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpFindAndReplaceOptionV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_PFNSTATUS", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOption", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_prep", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOptionCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_RECORDLIST", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOptionDefinitionV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_RECPOS", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOptionDefinition", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_RETINFO", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOptionDefinitionV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_RETRIEVECOLUMN", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOptionDefinitionCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_RSTINFO", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOptionV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_RSTMAP", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpOptionV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_SETCOLUMN", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScope", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_SETINFO", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopeCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_SIGNATURE", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopeTemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_SNP", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopeV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_SNPROG", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopeV4TemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_SNT", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopeV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_SPACEHINTS", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpScopeV6TemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_TABLECREATE", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpServer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_TblInfo", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpServerCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_UNICODEINDEX", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpServerTemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_wrn", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpServerV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ObjectInfoFlags", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpServerV4TemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ObjectInfoGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpServerV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Session", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpServerV6TemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "StringColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpUserClass", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Table", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpVendorClassCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Transaction", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpUserClassCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_INSTANCE", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpUserClassV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_SESID", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpUserClassV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_TABLEID", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpVendorClass", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_DBID", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpVendorClassV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_COLUMNID", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpVendorClassV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_HANDLE", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpReservation", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_INDEXID", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpMsmOperationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "UInt16ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpReservationAtUILayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "UInt32ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpReservationCollectionAtUILayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "UInt64ColumnValue", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpReservationAtClientLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Update", - "Namespace": "Microsoft.Isam.Esent.Interop" + "Name": "DhcpReservationV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows81DbInfo", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" + "Name": "DhcpReservationV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ShrinkDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" + "Name": "DhcpReservationCollectionAtClientLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows81Grbits", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" + "Name": "DhcpReservationCollectionAtTransportLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows81Param", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" + "Name": "DhcpReservationTemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows7Api", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + "Name": "DhcpReservationV4TemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows7ExceptionAction", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + "Name": "DhcpReservationV6TemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PrereadKeysGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + "Name": "IPAMDhcpConfigurationManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows7Grbits", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + "Name": "PSModuleEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows7IdxInfo", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + "Name": "IpamMsmPowershellSessionManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows7Param", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" + "Name": "IIPAMDnsConfigurationManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Server2003Api", - "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + "Name": "IIPAMDnsResourceRecordConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "UpdateGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + "Name": "IIPAMDnsZoneConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Server2003Grbits", - "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + "Name": "DnsConditionalForwarder", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Server2003Param", - "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" + "Name": "IIPAMDnsConditionalForwarderConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_OPERATIONCONTEXT", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "DnsResourceRecord", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_THREADSTATS2", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "DnsResourceRecordAtUILayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows10Api", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "DnsResourceRecordCollectionAtUILayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows10Coltyp", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "DnsZonesAtUILayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows10Grbits", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "DnsConditionalForwarderAtUILayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows10Param", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "DnsMsmOperationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows10Sesparam", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "DnsResourceRecordData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows10Session", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" + "Name": "DnsResourceRecordDataFactory", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_IOPriority", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "DnsResourceRecordDataA", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_OPENTEMPORARYTABLE", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "DnsResourceRecordDataAaaa", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_THREADSTATS", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "DnsResourceRecordDataPtr", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LegacyFileNames", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "DnsResourceRecordDataSoa", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VistaApi", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "DnsResourceRecordDataNs", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VistaColInfo", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "DnsResourceRecordDataCname", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VistaColtyp", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "DnsResourceRecordDataDname", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VistaGrbits", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "DnsResourceRecordDataMx", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VistaParam", - "Namespace": "Microsoft.Isam.Esent.Interop.Vista" + "Name": "DnsResourceRecordDataSrv", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DurableCommitCallback", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsResourceRecordDataTxt", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_COMMIT_ID", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsResourceRecordDataAfsdb", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_ERRCAT", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsResourceRecordDataAtma", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_ERRINFOBASIC", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsResourceRecordDataDhcid", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_ErrorInfo", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsResourceRecordDataHinfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JetRelop", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsResourceRecordDataIsdn", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_INDEX_COLUMN", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsResourceRecordDataRp", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_INDEX_RANGE", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsResourceRecordDataRt", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_PFNDURABLECOMMITCALLBACK", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsResourceRecordDataWins", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JET_sesparam", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsResourceRecordDataWinsr", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows8Api", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsResourceRecordDataWks", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ErrorInfoGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsResourceRecordDataX25", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ResizeDatabaseGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "HealthStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DurableCommitCallbackGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "ZoneHostingDnsServerType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PrereadIndexRangesGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsDynamicUpdateSetting", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "StopServiceGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsNotifySecondariesSetting", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CursorFilterGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsSecureSecondariesSetting", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JetIndexColumnGrbit", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsZoneStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows8Grbits", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "DnsConditionalForwarderType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows8IdxInfo", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "ZoneConfigurationEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows8Param", - "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" + "Name": "ZoneLookupType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Trace", - "Namespace": "Microsoft.Isam.Esent.Interop.Implementation" + "Name": "ZoneConfigurationAndTypeEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "FileChangeEventArgs", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "EventLevel", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ProjectPropertyKey", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "GetReverseLookupZonesFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IBuildNotificationService", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "GetDnsZonesFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "HostTypes", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "GetServerZonesFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IDebugSessionProvider", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "GetConditionalForwardersFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IDeployPathProvider", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "GetIpamForestsFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IFileChangeNotificationService", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "GetAllMonitoredEventsFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IFileChangeNotificationService2", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "DnsEventMonitoringGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IIntellisenseFileEntry", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "EventZoneNameMappingMethod", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IIntellisenseGroup", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "DnsResourceRecordType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IIntellisenseRegistryData", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "DnsResourceRecordMultiEditFields", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IProjectContextService", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "BaseDnsZone", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IProjectContextProvider", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "DnsReverseLookupZone", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IProjectContext", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "DnsServer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IReferenceGroupProvider", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "BaseDnsServerZone", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SharedAssetChangedEventArgs", - "Namespace": "Microsoft.JavaScript.Services" + "Name": "DnsServerReverseZone", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ActivationObject", - "Namespace": "Microsoft.JScript" + "Name": "DnsServerZone", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ActiveXObjectConstructor", - "Namespace": "Microsoft.JScript" + "Name": "DnsZone", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ArgumentsObject", - "Namespace": "Microsoft.JScript" + "Name": "DnsZoneEvent", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ArrayConstructor", - "Namespace": "Microsoft.JScript" + "Name": "DhcpFailover", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ArrayLiteral", - "Namespace": "Microsoft.JScript" + "Name": "DhcpFailoverAtClientLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ArrayObject", - "Namespace": "Microsoft.JScript" + "Name": "DhcpFailoverAtUILayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ArrayPrototype", - "Namespace": "Microsoft.JScript" + "Name": "DhcpPolicyV4AtClientLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ArrayWrapper", - "Namespace": "Microsoft.JScript" + "Name": "DhcpPolicyV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "AssemblyCustomAttributeList", - "Namespace": "Microsoft.JScript" + "Name": "DhcpPolicyV4AtUILayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "AST", - "Namespace": "Microsoft.JScript" + "Name": "DhcpPolicyConditionV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ASTList", - "Namespace": "Microsoft.JScript" + "Name": "DhcpPolicyRangeV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IAuthorServices", - "Namespace": "Microsoft.JScript" + "Name": "DhcpFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IColorizeText", - "Namespace": "Microsoft.JScript" + "Name": "DhcpFilterAtUILayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SourceState", - "Namespace": "Microsoft.JScript" + "Name": "DhcpFilterCollectionAtUILayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "TokenColor", - "Namespace": "Microsoft.JScript" + "Name": "DhcpSuperscopeV4AtUILayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ITokenEnumerator", - "Namespace": "Microsoft.JScript" + "Name": "DhcpSuperscopeV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ITokenColorInfo", - "Namespace": "Microsoft.JScript" + "Name": "DhcpSuperscopeCollectionV4AtUILayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IParseText", - "Namespace": "Microsoft.JScript" + "Name": "DhcpSuperscopeV4AtClientLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IErrorHandler", - "Namespace": "Microsoft.JScript" + "Name": "DhcpSuperscopeCollectionV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IObjectCompletionInfo", - "Namespace": "Microsoft.JScript" + "Name": "Task", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMethodsCompletionInfo", - "Namespace": "Microsoft.JScript" + "Name": "TaskDiscovery", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "BinaryOp", - "Namespace": "Microsoft.JScript" + "Name": "TaskAudit", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Binding", - "Namespace": "Microsoft.JScript" + "Name": "TaskAddressUtilization", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "BitwiseBinary", - "Namespace": "Microsoft.JScript" + "Name": "TaskServerAvailability", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Block", - "Namespace": "Microsoft.JScript" + "Name": "TaskDnsConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "BlockScope", - "Namespace": "Microsoft.JScript" + "Name": "TaskConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "BooleanConstructor", - "Namespace": "Microsoft.JScript" + "Name": "TaskMonitoring", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "BooleanObject", - "Namespace": "Microsoft.JScript" + "Name": "TaskExpiry", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "BooleanPrototype", - "Namespace": "Microsoft.JScript" + "Name": "IpamSchedulerTasks", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "BreakOutOfFinally", - "Namespace": "Microsoft.JScript" + "Name": "IpamGpoOperation", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSBuiltin", - "Namespace": "Microsoft.JScript" + "Name": "IpamGpoErrorType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Closure", - "Namespace": "Microsoft.JScript" + "Name": "IpamGpoErrorInfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CmdLineError", - "Namespace": "Microsoft.JScript" + "Name": "IpamGpoError", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CmdLineException", - "Namespace": "Microsoft.JScript" + "Name": "IpamGpoHandler", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CmdLineOptionParser", - "Namespace": "Microsoft.JScript" + "Name": "IpamProvisioning", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MemberInfoInitializer", - "Namespace": "Microsoft.JScript" + "Name": "IpamProvisioningSetting", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "COMMemberInfo", - "Namespace": "Microsoft.JScript" + "Name": "IpamUpgrade", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "COMFieldInfo", - "Namespace": "Microsoft.JScript" + "Name": "IpamUpgradeValidationRuleNameId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "COMPropertyInfo", - "Namespace": "Microsoft.JScript" + "Name": "IpamUpgradeValidationRuleDescriptionId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "COMMethodInfo", - "Namespace": "Microsoft.JScript" + "Name": "IpamUpgradeValidationRuleInfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Context", - "Namespace": "Microsoft.JScript" + "Name": "IpamUpgradeValidationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ContinueOutOfFinally", - "Namespace": "Microsoft.JScript" + "Name": "IpamUpgradeValidationRuleStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Convert", - "Namespace": "Microsoft.JScript" + "Name": "IpamSchemaVersion", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DateConstructor", - "Namespace": "Microsoft.JScript" + "Name": "IpamUpgradeWarningNameId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DateObject", - "Namespace": "Microsoft.JScript" + "Name": "IpamUpgradeWarningDescriptionId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DatePrototype", - "Namespace": "Microsoft.JScript" + "Name": "IpamUpgradeWarningInfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DebugBreak", - "Namespace": "Microsoft.JScript" + "Name": "IpamUpgradeWarningData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IDebugConvert", - "Namespace": "Microsoft.JScript" + "Name": "DHCP_6_1", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IDebugConvert2", - "Namespace": "Microsoft.JScript" + "Name": "DHCP_6_2", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DebugConvert", - "Namespace": "Microsoft.JScript" + "Name": "DHCP_6_3", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IDebugType", - "Namespace": "Microsoft.JScript" + "Name": "DNS_6_2", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IDebuggerObject", - "Namespace": "Microsoft.JScript" + "Name": "ApiCultureResources", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DynamicFieldInfo", - "Namespace": "Microsoft.JScript" + "Name": "SessionManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocumentContext", - "Namespace": "Microsoft.JScript" + "Name": "IIpamServer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Empty", - "Namespace": "Microsoft.JScript" + "Name": "GetIPRangeFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EnumeratorConstructor", - "Namespace": "Microsoft.JScript" + "Name": "IPRangeOverlap", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EnumeratorObject", - "Namespace": "Microsoft.JScript" + "Name": "GatewayAddress", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EnumeratorPrototype", - "Namespace": "Microsoft.JScript" + "Name": "IPAddressExpiryEventsLoggingPeriodicity", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Equality", - "Namespace": "Microsoft.JScript" + "Name": "IPAddressExpiryStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ErrorType", - "Namespace": "Microsoft.JScript" + "Name": "DhcpReservationSyncStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ErrorConstructor", - "Namespace": "Microsoft.JScript" + "Name": "DnsSyncStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ErrorObject", - "Namespace": "Microsoft.JScript" + "Name": "IPAddressReservationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ErrorPrototype", - "Namespace": "Microsoft.JScript" + "Name": "GetIpamIPAddressFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Eval", - "Namespace": "Microsoft.JScript" + "Name": "GetAddressSpaceFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EvalErrorObject", - "Namespace": "Microsoft.JScript" + "Name": "IPAddressSpaceType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Expando", - "Namespace": "Microsoft.JScript" + "Name": "IPVirtualizationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "FieldAccessor", - "Namespace": "Microsoft.JScript" + "Name": "GetIPSubnetFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ForIn", - "Namespace": "Microsoft.JScript" + "Name": "AddressCategory", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "FunctionConstructor", - "Namespace": "Microsoft.JScript" + "Name": "AddressAssignment", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "FunctionDeclaration", - "Namespace": "Microsoft.JScript" + "Name": "IPUtilizationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "FunctionExpression", - "Namespace": "Microsoft.JScript" + "Name": "IPUtilizationDataRollupType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "FunctionObject", - "Namespace": "Microsoft.JScript" + "Name": "IPUtilizationCalculationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "FunctionPrototype", - "Namespace": "Microsoft.JScript" + "Name": "UtilizationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "FunctionWrapper", - "Namespace": "Microsoft.JScript" + "Name": "DnsResolutionState", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "GlobalObject", - "Namespace": "Microsoft.JScript" + "Name": "PingState", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Globals", - "Namespace": "Microsoft.JScript" + "Name": "IpamObjectType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "GlobalScope", - "Namespace": "Microsoft.JScript" + "Name": "IPCumulativeUtilization", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IActivationObject", - "Namespace": "Microsoft.JScript" + "Name": "IPUtilization", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Import", - "Namespace": "Microsoft.JScript" + "Name": "IPv4Utilization", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "In", - "Namespace": "Microsoft.JScript" + "Name": "IPv6Utilization", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "INeedEngine", - "Namespace": "Microsoft.JScript" + "Name": "BaseIpamObject", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Instanceof", - "Namespace": "Microsoft.JScript" + "Name": "IpamObject", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IWrappedMember", - "Namespace": "Microsoft.JScript" + "Name": "IpamAddressObject", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSAuthor", - "Namespace": "Microsoft.JScript" + "Name": "IpamNumberOfRowsObject", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JScriptCodeProvider", - "Namespace": "Microsoft.JScript" + "Name": "BuiltInCustomField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSConstructor", - "Namespace": "Microsoft.JScript" + "Name": "BuiltInRIRValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JScriptException", - "Namespace": "Microsoft.JScript" + "Name": "BuiltInRegionLegacyValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NoContextException", - "Namespace": "Microsoft.JScript" + "Name": "BuiltInDeviceTypeValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSError", - "Namespace": "Microsoft.JScript" + "Name": "BuiltInManagedByValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSField", - "Namespace": "Microsoft.JScript" + "Name": "BuiltInManagedByEntityValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSFieldInfo", - "Namespace": "Microsoft.JScript" + "Name": "BuiltInIPAddressStateValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSFunctionAttribute", - "Namespace": "Microsoft.JScript" + "Name": "BuiltInIsolationValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSFunctionAttributeEnum", - "Namespace": "Microsoft.JScript" + "Name": "CustomFieldType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSLocalField", - "Namespace": "Microsoft.JScript" + "Name": "CustomFieldOrigin", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSMethod", - "Namespace": "Microsoft.JScript" + "Name": "CustomFieldUsedON", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSMethodInfo", - "Namespace": "Microsoft.JScript" + "Name": "CustomFieldValue", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSObject", - "Namespace": "Microsoft.JScript" + "Name": "LogicalGroupUsers", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSParser", - "Namespace": "Microsoft.JScript" + "Name": "BuiltInLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ParserException", - "Namespace": "Microsoft.JScript" + "Name": "LogicalGroupFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EndOfFile", - "Namespace": "Microsoft.JScript" + "Name": "LogicalGroupOrigin", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSPrototypeObject", - "Namespace": "Microsoft.JScript" + "Name": "LogicalGroupType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSScanner", - "Namespace": "Microsoft.JScript" + "Name": "LogicalGroupField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSToken", - "Namespace": "Microsoft.JScript" + "Name": "CommonProperties", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "JSVariableField", - "Namespace": "Microsoft.JScript" + "Name": "DomainDiscoveryEnableStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LateBinding", - "Namespace": "Microsoft.JScript" + "Name": "ADDomainConfigurationStatusEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientArrayPrototype", - "Namespace": "Microsoft.JScript" + "Name": "GetDiscoveryConfigFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientBooleanPrototype", - "Namespace": "Microsoft.JScript" + "Name": "ServerInfoNewFlagEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientDateConstructor", - "Namespace": "Microsoft.JScript" + "Name": "ServerInfoConfigRetrievalStatusEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientDatePrototype", - "Namespace": "Microsoft.JScript" + "Name": "ServerInfoGetServerFilterEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientEnumeratorPrototype", - "Namespace": "Microsoft.JScript" + "Name": "ServerInfoFetchServerDetailsOptions", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientErrorPrototype", - "Namespace": "Microsoft.JScript" + "Name": "ServerInfoServerAccessStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientFunctionPrototype", - "Namespace": "Microsoft.JScript" + "Name": "ServerMultipleRoleEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientGlobalObject", - "Namespace": "Microsoft.JScript" + "Name": "ManagementStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientMathObject", - "Namespace": "Microsoft.JScript" + "Name": "ServerTypeFlag", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientNumberPrototype", - "Namespace": "Microsoft.JScript" + "Name": "ServerRoleEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientObjectPrototype", - "Namespace": "Microsoft.JScript" + "Name": "ServerRoleRpcAccessEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientRegExpPrototype", - "Namespace": "Microsoft.JScript" + "Name": "ServerRoleEventViewerAccessEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientStringConstructor", - "Namespace": "Microsoft.JScript" + "Name": "ServerRoleAuditFileAccessEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientStringPrototype", - "Namespace": "Microsoft.JScript" + "Name": "ServiceRunningStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "LenientVBArrayPrototype", - "Namespace": "Microsoft.JScript" + "Name": "ServerRole", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MathObject", - "Namespace": "Microsoft.JScript" + "Name": "ServerRoleDc", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MemberInfoList", - "Namespace": "Microsoft.JScript" + "Name": "ServerRoleDns", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MethodInvoker", - "Namespace": "Microsoft.JScript" + "Name": "ServerRoleNps", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Missing", - "Namespace": "Microsoft.JScript" + "Name": "DnsRecordType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Namespace", - "Namespace": "Microsoft.JScript" + "Name": "NtStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NotRecommended", - "Namespace": "Microsoft.JScript" + "Name": "IpamTaskParameter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NumberConstructor", - "Namespace": "Microsoft.JScript" + "Name": "IpamTaskType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NumberObject", - "Namespace": "Microsoft.JScript" + "Name": "IpamTaskState", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NumberPrototype", - "Namespace": "Microsoft.JScript" + "Name": "TaskInput", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NumericBinary", - "Namespace": "Microsoft.JScript" + "Name": "TaskInfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NumericUnary", - "Namespace": "Microsoft.JScript" + "Name": "IpamExceptionId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ObjectConstructor", - "Namespace": "Microsoft.JScript" + "Name": "DnsResourceRecordIsAlreadyMappedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ObjectPrototype", - "Namespace": "Microsoft.JScript" + "Name": "FailureToFindServerInDefaultGlobalCatalogExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Package", - "Namespace": "Microsoft.JScript" + "Name": "UnableToReachGlobalCatalogForForestExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Plus", - "Namespace": "Microsoft.JScript" + "Name": "FailureToFindServerInGlobalCatalogForForestExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PostOrPrefixOperator", - "Namespace": "Microsoft.JScript" + "Name": "DnsSetPreferredServerInvalidZoneTypeExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RangeErrorObject", - "Namespace": "Microsoft.JScript" + "Name": "PropertiesCouldNotBeValidatedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IRedirectOutput", - "Namespace": "Microsoft.JScript" + "Name": "ConflictingIPBlockFailureIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMessageReceiver", - "Namespace": "Microsoft.JScript" + "Name": "ConflictingIPAddressFailureIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "COMCharStream", - "Namespace": "Microsoft.JScript" + "Name": "ConflictingIPRangeFailureIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ReferenceErrorObject", - "Namespace": "Microsoft.JScript" + "Name": "IpamGenericExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ReferenceAttribute", - "Namespace": "Microsoft.JScript" + "Name": "InvalidDBConfigDatabaseTypeNotValidIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RegExpConstructor", - "Namespace": "Microsoft.JScript" + "Name": "InvalidWIDDBConfigNameMustBeIPAMIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RegExpMatch", - "Namespace": "Microsoft.JScript" + "Name": "InvalidWIDDBConfigServerNotAllowedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RegExpObject", - "Namespace": "Microsoft.JScript" + "Name": "InvalidWIDDBConfigAuthNotSupportedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RegExpPrototype", - "Namespace": "Microsoft.JScript" + "Name": "InvalidWIDDBConfigInvalidCredentialIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Relational", - "Namespace": "Microsoft.JScript" + "Name": "InvalidWIDDBConfigPortNotAllowedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ReturnOutOfFinally", - "Namespace": "Microsoft.JScript" + "Name": "InvalidSQLDBConfigInvalidPortIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Runtime", - "Namespace": "Microsoft.JScript" + "Name": "InvalidSQLDBConfigAuthNotSupportedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ScriptBlock", - "Namespace": "Microsoft.JScript" + "Name": "UsingExistingSchemaNotSupportedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ScriptFunction", - "Namespace": "Microsoft.JScript" + "Name": "InvalidWIDDBConfigDirectoryDoesNotExistIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ScriptObject", - "Namespace": "Microsoft.JScript" + "Name": "DatabaseServerVersionNotSupportedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ScriptStream", - "Namespace": "Microsoft.JScript" + "Name": "DatabaseServerEditionNotSupportedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SimpleHashtable", - "Namespace": "Microsoft.JScript" + "Name": "DatabaseLocaleMismatchIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "StackFrame", - "Namespace": "Microsoft.JScript" + "Name": "DatabaseSchemaVersionMismatchIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "StrictEquality", - "Namespace": "Microsoft.JScript" + "Name": "ChangeDatabaseSettingsNotAllowedForDBTypesIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "StringConstructor", - "Namespace": "Microsoft.JScript" + "Name": "IpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "StringObject", - "Namespace": "Microsoft.JScript" + "Name": "IpamException", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "StringPrototype", - "Namespace": "Microsoft.JScript" + "Name": "IpamOperation", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SuperTypeMembersSorter", - "Namespace": "Microsoft.JScript" + "Name": "IpamDetailedException", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SyntaxErrorObject", - "Namespace": "Microsoft.JScript" + "Name": "ProvisioningMethod", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Throw", - "Namespace": "Microsoft.JScript" + "Name": "ImportableObjectType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Try", - "Namespace": "Microsoft.JScript" + "Name": "BookmarkType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "TypedArray", - "Namespace": "Microsoft.JScript" + "Name": "ServerAuditType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "TypeErrorObject", - "Namespace": "Microsoft.JScript" + "Name": "IPAuditEventType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Typeof", - "Namespace": "Microsoft.JScript" + "Name": "ObservableCollectionWithAddRange`1", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "TypeReflector", - "Namespace": "Microsoft.JScript" + "Name": "MACAddress", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "UnaryOp", - "Namespace": "Microsoft.JScript" + "Name": "IpamEnumToStringMap", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "URIErrorObject", - "Namespace": "Microsoft.JScript" + "Name": "CommonUIStrings", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VBArrayConstructor", - "Namespace": "Microsoft.JScript" + "Name": "IPAddressComparer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VBArrayObject", - "Namespace": "Microsoft.JScript" + "Name": "IIpamConfigurationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VBArrayPrototype", - "Namespace": "Microsoft.JScript" + "Name": "ConfigurationAuditRecord", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Override", - "Namespace": "Microsoft.JScript" + "Name": "AccessScopeToUserRoleMapping", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Hide", - "Namespace": "Microsoft.JScript" + "Name": "UserAccessPolicy", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IEngine2", - "Namespace": "Microsoft.JScript" + "Name": "AccessScope", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ISite2", - "Namespace": "Microsoft.JScript" + "Name": "UserRole", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IDebugScriptScope", - "Namespace": "Microsoft.JScript" + "Name": "IpamAdminOperation", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IDebugVsaScriptCodeItem", - "Namespace": "Microsoft.JScript" + "Name": "OperationId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VSAITEMTYPE2", - "Namespace": "Microsoft.JScript" + "Name": "OperationGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IVsaScriptScope", - "Namespace": "Microsoft.JScript" + "Name": "IpamDatabaseType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IVsaScriptCodeItem", - "Namespace": "Microsoft.JScript" + "Name": "IpamDatabaseAuthenticationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IDefineEvent", - "Namespace": "Microsoft.JScript" + "Name": "IpamDatabaseConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IVsaFullErrorInfo", - "Namespace": "Microsoft.JScript" + "Name": "IpamCredential", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VsaItem", - "Namespace": "Microsoft.JScript" + "Name": "IpamMessageEncoderFactory", + "Namespace": "Microsoft.Windows.Ipam.Common" }, { - "Name": "VsaItems", - "Namespace": "Microsoft.JScript" + "Name": "IpamMessageEncoder", + "Namespace": "Microsoft.Windows.Ipam.Common" }, { - "Name": "With", - "Namespace": "Microsoft.JScript" + "Name": "CommunicationObjectWrapper`1", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "BaseVsaEngine", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "InOrderThreadPoolQueue", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "BaseVsaSite", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "KeepaliveChannelBindingElement", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "BaseVsaStartup", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "ChannelFactoryWrapper`1", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "ResInfo", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "KeepaliveSessionDuplexChannelFactory", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "JSVsaItemType", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "ChannelType", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "JSVsaItemFlag", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "ChannelListenerWrapper`2", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "IJSVsaEngine", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "KeepaliveSessionDuplexChannelListener", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "IJSVsaSite", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "ITimer", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "IJSVsaPersistSite", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "TaskComHandler", + "Namespace": "Microsoft.Windows.Ipam.Tasks.AddressUtilizationCollection" }, { - "Name": "IJSVsaError", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "TaskComHandler", + "Namespace": "Microsoft.Windows.Ipam.Tasks.Audit" }, { - "Name": "IJSVsaItem", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "TaskComHandler", + "Namespace": "Microsoft.Windows.Ipam.Tasks.Configuration" }, { - "Name": "IJSVsaItems", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "ConfigurationTaskHelper", + "Namespace": "Microsoft.Windows.Ipam.Tasks.Configuration" }, { - "Name": "IJSVsaReferenceItem", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "TaskComHandler", + "Namespace": "Microsoft.Windows.Ipam.Tasks.Discovery" }, { - "Name": "IJSVsaCodeItem", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "TaskComHandler", + "Namespace": "Microsoft.Windows.Ipam.Tasks.DnsConfiguration" }, { - "Name": "IJSVsaGlobalItem", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "ConfigurationTaskHelper", + "Namespace": "Microsoft.Windows.Ipam.Tasks.DnsConfiguration" }, { - "Name": "JSVsaError", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "TaskComHandler", + "Namespace": "Microsoft.Windows.Ipam.Tasks.Expiry" }, { - "Name": "JSVsaException", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "ExpiryTaskHelper", + "Namespace": "Microsoft.Windows.Ipam.Tasks.Expiry" }, { - "Name": "VsaEngine", - "Namespace": "Microsoft.JScript.Vsa" + "Name": "TaskComHandler", + "Namespace": "Microsoft.Windows.Ipam.Tasks.Monitoring" }, { - "Name": "CimClass", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "TaskComHandler", + "Namespace": "Microsoft.Windows.Ipam.Tasks.ServerAvailability" }, { - "Name": "CimConverter", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "IpamErrorResources", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimException", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "IpamEventProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimFlags", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "IpamEvent", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimSubscriptionDeliveryType", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "CommonUtilities", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimInstance", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "IPUtilizationPurge", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimPropertyDeclaration", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "CustomField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimMethodDeclaration", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "CustomFieldValue", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimMethodParameterDeclaration", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "CustomFieldAssociation", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimMethodParameter", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "IpamOperationWithProgress", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimMethodParametersCollection", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "WrapperIpamOperationWithCallback", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimMethodResultBase", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "EntityOperationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimMethodResult", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "EntityStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimMethodStreamedResult", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "EntityStatusForDnsResourceRecord", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimProperty", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "EntityStatusCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimQualifier", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "MutableSecretManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimSystemProperties", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "MutableSecretContext", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimSession", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "SubTaskInstance", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimSubscriptionResult", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "IIpamOperationWithProgressCallback", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimType", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "IpamOperationWithProgressParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NativeErrorCode", - "Namespace": "Microsoft.Management.Infrastructure" + "Name": "IIpamOperationWithProgress", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimDeserializer", - "Namespace": "Microsoft.Management.Infrastructure.Serialization" + "Name": "CreateDhcpScopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "InstanceSerializationOptions", - "Namespace": "Microsoft.Management.Infrastructure.Serialization" + "Name": "AddScopesToSuperscopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ClassSerializationOptions", - "Namespace": "Microsoft.Management.Infrastructure.Serialization" + "Name": "SetSuperscopeActivationStatusParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimSerializer", - "Namespace": "Microsoft.Management.Infrastructure.Serialization" + "Name": "RemoveScopesFromSuperscopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimCredential", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "RenameSuperscopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimOperationFlags", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "DeleteSuperscopesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PasswordAuthenticationMechanism", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "CreateDhcpServerPolicyParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CertificateAuthenticationMechanism", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "CreateDhcpScopePolicyParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ImpersonatedAuthenticationMechanism", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "UpdatePolicyParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimOperationOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "DeletePolicyParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimPromptType", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "MovePolicyProcessingOrderParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimCallbackMode", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "UpdatePolicyPropertiesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimResponseType", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "DeleteDhcpScopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimWriteMessageChannel", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "UpdateDhcpScopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WriteMessageCallback", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "UpdateDhcpServerParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WriteProgressCallback", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "ApplyDhcpServerConfigurationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WriteErrorCallback", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "ApplyDhcpScopeConfigurationparameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PromptUserCallback", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "DeleteDhcpReservationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimSessionOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "DeleteDhcpReservationCollectionParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimSubscriptionDeliveryOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "SetDhcpReservationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DComSessionOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "SetDhcpReservationCollectionParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ImpersonationType", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "CreateDhcpReservationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PacketEncoding", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "DhcpFailoverParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ProxyType", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "DhcpFailoverWithScopesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WSManSessionOptions", - "Namespace": "Microsoft.Management.Infrastructure.Options" + "Name": "DhcpFailoverRemoveScopesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimAsyncMultipleResults`1", - "Namespace": "Microsoft.Management.Infrastructure.Generic" + "Name": "DhcpFailoverDeleteParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimAsyncResult`1", - "Namespace": "Microsoft.Management.Infrastructure.Generic" + "Name": "ResetConfigSyncStatusParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimAsyncStatus", - "Namespace": "Microsoft.Management.Infrastructure.Generic" + "Name": "ReplicateRelationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimKeyedCollection`1", - "Namespace": "Microsoft.Management.Infrastructure.Generic" + "Name": "ReplicateScopeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimReadOnlyKeyedCollection`1", - "Namespace": "Microsoft.Management.Infrastructure.Generic" + "Name": "ReplicateServerParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimBaseCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "CreateDhcpFiltersParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "AsyncResultType", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "UpdateDhcpFilterParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimIndicationEventArgs", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "UpdateDhcpFiltersParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimIndicationEventExceptionEventArgs", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "DeleteDhcpFiltersParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimIndicationEventInstanceEventArgs", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "CreateIpamIPAddressParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimIndicationWatcher", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "UpdateIpamIPAddressParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "GetCimInstanceCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "CreateDnsResourceRecordsParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "GetCimSessionCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "DeleteDnsResourceRecordsParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NewCimSessionCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "MultiUpdateDnsResourceRecordParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ProtocolType", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "UpdateDnsResourceRecordParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NewCimSessionOptionCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "CreateDnsZoneParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RemoveCimSessionCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "UpdateDnsZonesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "GetCimAssociatedInstanceCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "DeleteDnsZonesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "GetCimClassCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "DnsZonesTransferParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "InvokeCimMethodCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "ReloadDnsZonesParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NewCimInstanceCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "DnsConditionalForwardersParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RemoveCimInstanceCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "IpamAdminOperationId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SetCimInstanceCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "SubTaskStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CimCmdletsAssemblyInitializer", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "OverallProgressStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "BinaryMiLogBase", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "IProgressStatusTracker", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ExportBinaryMiLogCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "ProgressTracker", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ImportBinaryMiLogCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "UniqueSubTaskIdentifiers", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RegisterCimIndicationCommand", - "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" + "Name": "ExclusionRangeDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "EntryPoint", - "Namespace": "Microsoft.Office.Tools" + "Name": "OptionDefinitionDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IExtension", - "Namespace": "Microsoft.Office.Tools" + "Name": "ScopeDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ICachedDataProvider", - "Namespace": "Microsoft.Office.Tools" + "Name": "ScopePolicyIpRangeDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IHostItemProvider", - "Namespace": "Microsoft.Office.Tools" + "Name": "ScopePolicyDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ICachedDataPersistanceCallback", - "Namespace": "Microsoft.Office.Tools" + "Name": "SuperscopeV4DataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ActionsPane", - "Namespace": "Microsoft.Office.Tools" + "Name": "ServerPolicyDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CustomTaskPane", - "Namespace": "Microsoft.Office.Tools" + "Name": "FailoverDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "AddIn", - "Namespace": "Microsoft.Office.Tools" + "Name": "FilterDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IAddInExtension", - "Namespace": "Microsoft.Office.Tools" + "Name": "ScopePolicyOptionDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Factory", - "Namespace": "Microsoft.Office.Tools" + "Name": "ServerPolicyOptionDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonFactory", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "ScopeOptionDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SmartTagBase", - "Namespace": "Microsoft.Office.Tools" + "Name": "ServerDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ActionBase", - "Namespace": "Microsoft.Office.Tools" + "Name": "ServerOptionDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "StackStyle", - "Namespace": "Microsoft.Office.Tools" + "Name": "UserClassDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CustomTaskPaneCollection", - "Namespace": "Microsoft.Office.Tools" + "Name": "VendorClassDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RegexCollection", - "Namespace": "Microsoft.Office.Tools" + "Name": "ReservationDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SmartTagCollection", - "Namespace": "Microsoft.Office.Tools" + "Name": "ReservationOptionDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonComponent", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "ReplicateScopesDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonControl", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "ReplicateServerDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "OfficeRibbon", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "ReplicateRelationDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IRibbonExtension", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "ResetConfigSyncStatusDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonBox", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamIPAddressDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonButton", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "DhcpReservationDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonButtonGroup", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "DnsZoneFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonCheckBox", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "DnsConditionalForwarderFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonComboBox", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "DnsResourceRecordFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonControlId", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "DnsResourceRecordAsmFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonDialogLauncher", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IPBlockDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonDropDown", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IPRangeDataFormatter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonDropDownItem", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonEditBox", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamDatabaseConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonGallery", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IIpamDatabaseProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonGroup", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "WIDDatabaseProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonLabel", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "MSSQLDatabaseProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonManager", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "DatabaseTableInfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonMenu", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "TableColumnInfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonOfficeMenu", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "DatabaseHelperUtilities", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonPosition", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "MSSQLExceptionNumbers", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonPositionStatics", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "MSSQLLoginErrorStateValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonSeparator", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "MSSQLServerEngineEditions", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonSplitButton", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "MSSQLDatabaseHelperUtilities", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonTab", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamCredential", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonToggleButton", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamDatabaseType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonBoxStyle", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamDatabaseAuthenticationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonButtonType", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamCredentialManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonControlIdType", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamCredentialStoreType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonPositionType", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamCredentialStoreManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonControlEventArgs", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IIpamCredentialStore", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonControlEventHandler", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamCredentialStoreOnRegistry", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonUIEventArgs", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamDatabaseConfigurationStoreManagerType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonUIEventHandler", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamDatabaseConfigurationStoreManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonLoadImageEventArgs", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IIpamDatabaseConfigurationStore", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonLoadImageEventHandler", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamDatabaseConfigurationStoreOnRegistry", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonReadOnlyCollection", - "Namespace": "Microsoft.Office.Tools.Ribbon" + "Name": "IpamDatabase", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IRibbonExtensibility", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamDatabaseProviderFactory", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MsoCTPDockPosition", - "Namespace": "Microsoft.Office.Core" + "Name": "MoveDatabaseProgressStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MsoCTPDockPositionRestrict", - "Namespace": "Microsoft.Office.Core" + "Name": "MoveDatabaseObserver", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IRibbonUI", - "Namespace": "Microsoft.Office.Core" + "Name": "MoveDatabaseManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonControlSize", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamSecurity", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IRibbonControl", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamServiceHostBase", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IAccessible", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamHostedServiceHostHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_IMsoDispObj", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamEndpointBehavior", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_IMsoOleAccDispObj", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamErrorHandler", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBars", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamOperationInvoker", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CommandBarControl", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamAuthorizationManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarButton", - "Namespace": "Microsoft.Office.Core" + "Name": "DBConnectionScopeOption", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarComboBox", - "Namespace": "Microsoft.Office.Core" + "Name": "DBConnectionScope", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarsEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "LogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarsEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv4RangeLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarComboBoxEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv6RangeLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarComboBoxEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamIPv4AddressLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarButtonEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamIPv6AddressLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarButtonEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "ActiveServerV4LogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMsoEnvelopeVB", - "Namespace": "Microsoft.Office.Core" + "Name": "ActiveServerV6LogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMsoEnvelopeVBEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv4SubnetLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMsoEnvelopeVBEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv6SubnetLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLSchemaCollection", - "Namespace": "Microsoft.Office.Core" + "Name": "LogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPart", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv4RangeLogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPartEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv6RangeLogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPartEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamIPv4AddressLogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLParts", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamIPv6AddressLogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPartsEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "ActiveServerV4LogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPartsEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "ActiveServerV6LogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomTaskPane", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv4SubnetLogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomTaskPaneEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv6SubnetLogicalGroupNode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomTaskPaneEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "CommonPropertiesHandler", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMsoChartTitle", - "Namespace": "Microsoft.Office.Core" + "Name": "DefaultEnumeratorCallbackProcessor", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IOleServiceProvider", - "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + "Name": "EnumerationProcessor", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IRibbonExtensibility", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamEnumeratorBase", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomTaskPane", - "Namespace": "Microsoft.Office.Core" + "Name": "ProvisionCallbackProcessor", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MsoCTPDockPosition", - "Namespace": "Microsoft.Office.Core" + "Name": "SchemaConversionCallbackProcessor", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MsoCTPDockPositionRestrict", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamEnumerators", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ISmartTagProperties", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "ProxyServerEnumerationCallback", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ISmartTagRecognizerSite", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "IpamEnumerationContractTypes", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ISmartTagTokenList", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "ProxyServerEnumerator", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IRibbonUI", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamIPRangePSImportHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IRibbonControl", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamIPAddressPSImportHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RibbonControlSize", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamIPSubnetPSImportHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomTaskPaneEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "IPBlockField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomTaskPaneEvents_VisibleStateChangeEventHandler", - "Namespace": "Microsoft.Office.Core" + "Name": "IPSubnetField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomTaskPaneEvents_DockPositionStateChangeEventHandler", - "Namespace": "Microsoft.Office.Core" + "Name": "IPRangeField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ISmartTagToken", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "IpamIPAddressField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CustomTaskPane", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamImportHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IAccessible", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamIPBlockImportHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_IMsoDispObj", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamIPSubnetImportHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_IMsoOleAccDispObj", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamIPRangeImportHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBars", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamIPAddressImportHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CommandBarControl", - "Namespace": "Microsoft.Office.Core" + "Name": "ExportUtilities", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarButton", - "Namespace": "Microsoft.Office.Core" + "Name": "EnumerationParametersBase", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarComboBox", - "Namespace": "Microsoft.Office.Core" + "Name": "EnumerationObjectType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarsEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IIpamEnumerator", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarsEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "IIpamIPAuditEnumerator", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarComboBoxEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IIpamRemotingContext", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarComboBoxEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "IIpamRemotingModule", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarButtonEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IIpamAsyncProvision", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarButtonEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "IIpamAsyncSchemaConversion", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMsoEnvelopeVB", - "Namespace": "Microsoft.Office.Core" + "Name": "IIpamEnumeratorCallback", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMsoEnvelopeVBEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IIpamEnumerationSessionEventHandler", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMsoEnvelopeVBEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "IIpamAsyncProvisionCallback", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLSchemaCollection", - "Namespace": "Microsoft.Office.Core" + "Name": "IIpamAsyncSchemaCallback", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPart", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamProvisioningEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPartEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpServerAllEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPartEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpServerByServerInfoIdsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLParts", - "Namespace": "Microsoft.Office.Core" + "Name": "ServerInfoEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPartsEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "AddressSpaceEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPartsEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "AddressSpaceByFilterEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomTaskPaneEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamIPSubnetsByVirtualizationTypeEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMsoChartTitle", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamIPSubnetsByAddressSpaceAndVirtualizationTypeEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ApplicationFactory", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPSubnetsByAddressCategoryEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Factory", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPSubnetsByUnmappedEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IWorkbookExtension", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPSubnetsByBlockIdEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IWorksheetExtension", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPSubnetsDirectChildrenByBlockIdEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ControlSite", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPSubnetByFilterEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ControlCollection", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPAddressRootAddressesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Chart", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPAddressByRangeIdEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartSheet", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPAddressBySubnetIdEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ListObject", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPAddressUnmappedAddressEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NamedRange", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPAddressForUnmappedRangesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Workbook", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPAddressByBlockIdEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Worksheet", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPAddressAllForLogicalGroupEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlMappedRange", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "UnmappedIpamIPAddressForLogicalGroupEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Chart_HasAxisType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPAddressAllForLogicalGroupNodeEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartSheet_HasAxisType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPAddressByManagedByAndManagedByEntityEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NamedRange_AddressLocalType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPAddressByFilterEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NamedRange_AddressType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPAddressByVirtualizationTypeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NamedRange_CharactersType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IpamIPAddressByAddressSpaceAndVirtualizationTypeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NamedRange_EndType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPBlockRootEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NamedRange_ItemType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPBlockChildBlockEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NamedRange_OffsetType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPBlockGetAllBlocksEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "NamedRange_ResizeType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPRangeForBlockEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Workbook_ColorsType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPRangeAllForBlockEnumerationParameter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Worksheet_RangeType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPRangeForSubnetEnumerationParameter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlMappedRange_AddressLocalType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPRangeRootEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlMappedRange_AddressType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPRangeByManagedByAndManagedByEntityEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlMappedRange_CharactersType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPRangeAllForDhcpServerEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlMappedRange_EndType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPRangeUnmappedEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlMappedRange_ItemType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPRangeByVirtualizationTypeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlMappedRange_OffsetType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPRangeByAddressSpaceAndVirtualizationTypeParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlMappedRange_ResizeType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPRangeAllForLogicalGroupNodeEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Action", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "IPRangeByFilterEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IChartSheetExtension", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "LogicalGroupDataForRootAlternateItemsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SmartTag", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "LogicalGroupDataUnmappedItemsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SmartTagRecognizeContext", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "LogicalGroupDataForLogicalGroupNodeEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ISmartTagExtension", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "CustomFieldEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ErrorAddDataBoundRowEventArgs", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "CustomFieldAssociationEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "BeforeAddDataBoundRowEventArgs", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "LogicalGroupsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ActionEventArgs", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "LogicalGroupNodeRootEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "OriginalDataRestoredEventArgs", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "SubnetLogicalGroupNodeRootEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ActionClickEventHandler", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "LogicalGroupNodeChildrenEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "BeforeAddDataBoundRowEventHandler", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "DiscoverySubnetEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "BeforeCaptionShowEventHandler", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "DhcpScopeForIpBlockEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ErrorAddDataBoundRowEventHandler", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "DhcpScopeUnmappedEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ListObjectChangeHandler", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "DhcpScopeObjectSpecificEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "OriginalDataRestoredEventHandler", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "DhcpScopeAllEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_NewEventHandler", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "DhcpScopesByDhcpServerIdListEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ListRanges", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "DhcpScopeAssociatedWithVendorClassesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "FormatSettings", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "DhcpScopeByPrefixAndServerNameEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChangeType", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "DhcpSuperscopeEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChangeReason", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "DhcpSuperscopeByDhcpServerIdListEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_Workbook", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpSuperscopeBySuperscopeAndServerNameEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_Worksheet", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpPoliciesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ListObject", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpScopePoliciesWithoutRangesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IRibbonExtensibility", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpPoliciesByDhcpServerIdListEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Application", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservationAllEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlCreator", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservationScopeBasedEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Range", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservationForIpBlockEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlPictureAppearance", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFailoverEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlCopyPictureFormat", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFailoverAllEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ShapeRange", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFailoverByServerIdsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Border", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFailoverScopesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Interior", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFilterAllEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlOLEVerb", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFilterByServerIdsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Chart", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpEffectiveServerPoliciesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PageSetup", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpEffectiveScopePoliciesEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Shapes", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsServerReverseZoneEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlDataLabelsType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsReverseLookupZoneEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartGroup", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsServerZoneEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlAxisGroup", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsZoneEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartArea", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsServerEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartTitle", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsServerByServerInfoIdsEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Corners", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsZoneEventEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DataTable", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlDisplayBlanksAs", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordFilterEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Floor", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsConditionalForwarderEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Hyperlinks", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsConditionalForwarderByFiltersEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Legend", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ConfigurationAuditEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlChartLocation", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPAuditEnumerationParameters", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PlotArea", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamActivityContext", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlChartType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamTraceSource", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Walls", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamTracing", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlBarShape", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamDBObjectCache", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlRowCol", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamServer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PivotLayout", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamSchemaVersion", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Scripts", - "Namespace": "Microsoft.Office.Core" + "Name": "IPBlock", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Tab", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv4Block", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MsoEnvelope", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv6Block", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MsoChartElementType", - "Namespace": "Microsoft.Office.Core" + "Name": "IPRange", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlFixedFormatType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv4Range", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_ActivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv6Range", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_DeactivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamIPAddress", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_ResizeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamIPv4Address", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_MouseDownEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamIPv6Address", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_MouseUpEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "AddressSpace", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_MouseMoveEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ProviderAddressSpace", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_BeforeRightClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "CustomerAddressSpace", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_DragPlotEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPSubnet", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_DragOverEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv4Subnet", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_BeforeDoubleClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv6Subnet", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_SelectEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "MACAddressPool", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_SeriesChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "BuiltInHostGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_CalculateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "HostGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSheetVisibility", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "AsmAccessScopeAssociationTypes", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlRangeAutoFormat", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "MsmAccessScopeAssociationTypes", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_BeforeDoubleClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "RBACTableName", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_BeforeRightClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "PartitionTableName", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_SelectionChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "Utilities", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlListConflict", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ServerInfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ListColumns", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ServerRole", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ListRows", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ServerRoleDc", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "QueryTable", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ServerRoleDns", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlListObjectSourceType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ServerRoleDhcp", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlMap", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ServerRoleNps", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "AutoFilter", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DiscoveryConfig", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Sort", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamDiscovery", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_ChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DiscoveredSubnets", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlReferenceStyle", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamGpoOperation", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlFilterAction", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamGpoErrorType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlApplyNamesOrder", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamGpoErrorInfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Areas", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamGpoError", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlAutoFillType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamGpoHandler", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlAutoFilterOperator", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamForest", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlBorderWeight", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "Audit", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlColorIndex", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ConfigurationAuditRecord", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Borders", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPAuditRecord", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Characters", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "AuditPartitionManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlDataSeriesType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "AuditPurge", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlDataSeriesDate", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "RemoteServerTimeZone", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlEditionType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DHCPAuditLogEventID", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlEditionOptionsOption", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "PSCommandValidationInfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlDirection", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "CommandStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSearchDirection", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "CommandStatusCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Font", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpMsmOverallCompletionStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlFormulaLabel", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpAuditLoggingStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlLocationInTable", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpDnsNameProtectionStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlPasteType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpDiscardDnsRecordOnLeaseDeletionStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlPasteSpecialOperation", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpDnsNotRequestingClientsUpdateType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PivotField", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsDisableDynamicPtrUpdateType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PivotItem", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpDnsUpdateType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PivotTable", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpScopeStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSortOrder", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpOptionApplyType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlYesNoGuess", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpUserClassApplyType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSortOrientation", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpVendorClassApplyType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSortMethod", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpOptionDefinitionApplyType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSortDataOption", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpOptionOwnerType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SoundNote", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServingClientsType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlCellType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpLeaseDurationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSubscribeToFormat", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpOptionCollectionType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlConsolidationFunction", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpOptionType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSummaryRow", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "CommandResult", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlTextParsingType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpV4OptionId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlTextQualifier", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpV6OptionId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Validation", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpV4MicrosoftOptionId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Worksheet", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpStatelessClientInventoryStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Comment", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFailoverState", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Phonetic", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFailoverMode", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "FormatConditions", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFailoverHotStandbyServerRole", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Phonetics", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFailoverOperationOwner", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PivotCell", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFailoverConfigSyncStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Errors", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "PolicyProcessingOrderDirection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SmartTags", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpPolicyActivationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XPath", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "PolicyLevel", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Actions", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "PolicyState", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SparklineGroups", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "PolicyOperator", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DisplayFormat", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpPolicyPropertyUpdate", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_OpenEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Workbook", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "AddressType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlFileAccess", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ReservationOperations", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlLinkType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFilterMultiEditFields", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Sheets", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpOperationState", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CommandBars", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpReservationDeletionFlag", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSaveConflictResolution", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpUserClassV4StandardValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlDisplayDrawingObjects", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpVendorClassV4StandardValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlFileFormat", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpVendorClassV6StandardValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlLinkInfo", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpUserClassV6StandardValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Mailer", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpExclusionRange", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Names", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpExclusionRangeCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Window", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpExclusionRangeV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PivotCaches", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpExclusionRangeV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RoutingSlip", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFailoverAtServerLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlRunAutoMacro", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFailoverAtRSLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSaveAsAccessMode", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFailoverAtDBLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlPriority", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFindAndReplaceOption", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Styles", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFindAndReplaceOptionV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CustomViews", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFindAndReplaceOptionV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ConfigSyncOperation", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VBProject", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "DhcpOption", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PublishObjects", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpOptionCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WebOptions", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpOptionDefinitionV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MsoEncoding", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpOptionDefinition", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "HTMLProject", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpOptionDefinitionV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlUpdateLinks", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpOptionDefinitionCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SmartTagOptions", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpOptionV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Permission", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpOptionV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SharedWorkspace", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpScope", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Sync", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpScopeCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlNamespaces", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpScopeV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlMaps", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpScopeV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlXmlImportResult", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SmartDocument", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpServerCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocumentLibraryVersions", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpServerV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MetaProperties", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpServerV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Connections", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpUserClass", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlRemoveDocInfoType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpUserClassCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SignatureSet", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpUserClassV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ServerPolicy", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpUserClassV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocumentInspectors", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpVendorClass", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkflowTasks", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpVendorClassCollection", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkflowTemplates", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpVendorClassV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ServerViewableItems", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpVendorClassV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "TableStyles", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpScopeTemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CustomXMLParts", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpScopeV4TemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Research", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpScopeV6TemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "OfficeTheme", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpServerTemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IconSets", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerV4TemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_ActivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerV6TemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_DeactivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "PSModuleEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_BeforeCloseEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamMsmPowershellSessionManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_BeforeSaveEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "HealthStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_BeforePrintEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ZoneHostingDnsServerType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_NewSheetEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsDynamicUpdateSetting", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_AddinInstallEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsNotifySecondariesSetting", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_AddinUninstallEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsSecureSecondariesSetting", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_WindowResizeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsZoneStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_WindowActivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsConditionalForwarderType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_WindowDeactivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ZoneConfigurationEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetSelectionChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ZoneLookupType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetBeforeDoubleClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ZoneConfigurationAndTypeEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetBeforeRightClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "EventLevel", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetActivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "GetReverseLookupZonesFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetDeactivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "GetDnsZonesFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetCalculateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "GetServerZonesFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "GetConditionalForwardersFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetFollowHyperlinkEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "GetIpamForestsFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetPivotTableUpdateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "GetAllMonitoredEventsFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_PivotTableCloseConnectionEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsEventMonitoringGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_PivotTableOpenConnectionEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "EventZoneNameMappingMethod", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SyncEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_BeforeXmlImportEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordMultiEditFields", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_AfterXmlImportEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsMonitoredEvent", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_BeforeXmlExportEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "BaseDnsZone", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_AfterXmlExportEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsReverseLookupZone", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_RowsetCompleteEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsServer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SlicerCaches", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsConditionalForwarder", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Slicer", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "BaseDnsServerZone", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetPivotTableAfterValueChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsServerReverseZone", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetPivotTableBeforeAllocateChangesEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsServerZone", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetPivotTableBeforeCommitChangesEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsZoneMutexManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetPivotTableBeforeDiscardChangesEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsZone", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetPivotTableChangeSyncEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsZoneEvent", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_AfterSaveEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsZoneEventGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_NewChartEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsZoneHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlEnableSelection", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsReverseLookupZoneHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Outline", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsConditionalForwarderHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSheetType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamProvisioning", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "HPageBreaks", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamProvisioningSetting", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VPageBreaks", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamPortReconfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "QueryTables", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamUpgrade", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Comments", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IIpamUpgradeProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CustomProperties", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IIpamUpgradeValidationRule", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Protection", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamUpgradeValidationRuleFailureData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ListObjects", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "UpgradeRegistry", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_ActivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamUpgradeWarningNameId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_DeactivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamUpgradeWarningDescriptionId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_CalculateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamUpgradeWarningInfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_FollowHyperlinkEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamUpgradeWarningData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_PivotTableUpdateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamUpgradeValidationRuleNameId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_PivotTableAfterValueChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamUpgradeValidationRuleDescriptionId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_PivotTableBeforeAllocateChangesEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamUpgradeValidationRuleInfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_PivotTableBeforeCommitChangesEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamUpgradeValidationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_PivotTableBeforeDiscardChangesEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamUpgradeValidationRuleStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_PivotTableChangeSyncEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamUpgradeHelper", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ISmartTagProperties", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "UserRole", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ISmartTagRecognizerSite", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "Task", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ISmartTagTokenList", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "TaskDiscovery", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_Application", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "TaskAddressUtilization", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "AppEvents_Event", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "TaskAudit", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_Chart", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "TaskConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_Event", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "TaskDnsConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_IMsoDispObj", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskServerAvailability", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMsoEnvelopeVB", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskMonitoring", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMsoEnvelopeVBEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskExpiry", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_QueryTable", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamSchedulerTasks", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RefreshEvents_Event", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DHCP_6_1", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_Event", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DHCP_6_2", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_Event", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DHCP_6_3", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBars", - "Namespace": "Microsoft.Office.Core" + "Name": "ApiCultureResources", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarsEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "IIpamServer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_VBProject", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IIpamConfigurationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_VBProject_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "GetIPRangeFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_ProjectTemplate", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IPRangeOverlap", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLParts", - "Namespace": "Microsoft.Office.Core" + "Name": "GatewayAddress", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPartsEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "IPAddressExpiryEventsLoggingPeriodicity", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Hyperlink", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPAddressExpiryStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MsoSyncEventType", - "Namespace": "Microsoft.Office.Core" + "Name": "DhcpReservationSyncStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlXmlExportResult", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsSyncStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_Global", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPAddressReservationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "AppEvents", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "GetIpamIPAddressFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "GetAddressSpaceFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPAddressSpaceType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPVirtualizationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "OLEObjectEvents", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "GetIPSubnetFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_OLEObject", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "HostGroupValue", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RefreshEvents", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "AddressCategory", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "OLEObjectEvents_Event", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "AddressAssignment", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IAccessible", - "Namespace": "Microsoft.Office.Core" + "Name": "IPUtilizationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_IMsoOleAccDispObj", - "Namespace": "Microsoft.Office.Core" + "Name": "IPUtilizationDataRollupType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CommandBarControl", - "Namespace": "Microsoft.Office.Core" + "Name": "IPUtilizationCalculationType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarButton", - "Namespace": "Microsoft.Office.Core" + "Name": "UtilizationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarComboBox", - "Namespace": "Microsoft.Office.Core" + "Name": "DnsResolutionState", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarsEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "PingState", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarComboBoxEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamObjectType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarComboBoxEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "IPCumulativeUtilization", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarButtonEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IPUtilization", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarButtonEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv4Utilization", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMsoEnvelopeVBEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv6Utilization", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLSchemaCollection", - "Namespace": "Microsoft.Office.Core" + "Name": "BuiltInCustomField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPart", - "Namespace": "Microsoft.Office.Core" + "Name": "BuiltInRIRValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPartEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "BuiltInRegionLegacyValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPartEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "BuiltInDeviceTypeValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomXMLPartsEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "BuiltInManagedByValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomTaskPane", - "Namespace": "Microsoft.Office.Core" + "Name": "BuiltInManagedByEntityValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomTaskPaneEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "BuiltInIPAddressStateValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CustomTaskPaneEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "BuiltInIsolationValues", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IMsoChartTitle", - "Namespace": "Microsoft.Office.Core" + "Name": "CustomFieldType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Application", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "CustomFieldOrigin", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_Windows_old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "CustomFieldUsedON", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_Windows", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "BaseIpamObject", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_LinkedWindows", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IpamObject", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_ReferencesEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IpamAddressObject", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_dispReferencesEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IpamNumberOfRowsObject", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_dispReferencesEvents_Event", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "FreeIP", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CommandBarControlEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "LogicalGroupUsers", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_dispCommandBarControlEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "BuiltInLogicalGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_dispCommandBarControlEvents_Event", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "LogicalGroupFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_VBProjects_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "LogicalGroupOrigin", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_VBProjects", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "LogicalGroupType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_Components", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "LogicalGroupField", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_VBComponents_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "CommonProperties", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_VBComponents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "DomainDiscoveryEnableStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_Component", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ADDomainConfigurationStatusEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_VBComponent_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "GetDiscoveryConfigFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_VBComponent", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ServerInfoNewFlagEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_Properties", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ServerInfoConfigRetrievalStatusEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_AddIns", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ServerInfoGetServerFilterEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CodeModule", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ServerInfoFetchServerDetailsOptions", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CodePanes", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ServerInfoServerAccessStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_CodePane", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ServerMultipleRoleEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_References", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ManagementStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_dispReferences_Events", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ServerTypeFlag", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_dispReferences_Events_Event", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ServerRoleEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IOleServiceProvider", - "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + "Name": "ServerRoleRpcAccessEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CustomXMLParts", - "Namespace": "Microsoft.Office.Core" + "Name": "ServerRoleEventViewerAccessEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocumentProperties", - "Namespace": "Microsoft.Office.Core" + "Name": "ServerRoleAuditFileAccessEN", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_Workbook", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ServiceRunningStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "_Worksheet", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsRecordType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ListObject", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "NtStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Application", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamTaskParameter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlCreator", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamTaskType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PageSetup", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamTaskState", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Shapes", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "TaskInput", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlDataLabelsType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "TaskInfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartGroup", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamExceptionId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlAxisGroup", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordIsAlreadyMappedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartArea", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FailureToFindServerInDefaultGlobalCatalogExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartTitle", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "UnableToReachGlobalCatalogForForestExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlPictureAppearance", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FailureToFindServerInGlobalCatalogForForestExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlCopyPictureFormat", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsSetPreferredServerInvalidZoneTypeExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Corners", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "PropertiesCouldNotBeValidatedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DataTable", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ConflictingIPBlockFailureIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlDisplayBlanksAs", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ConflictingIPAddressFailureIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Floor", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ConflictingIPRangeFailureIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Hyperlinks", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamGenericExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Legend", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "InvalidDBConfigDatabaseTypeNotValidIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Chart", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "InvalidWIDDBConfigNameMustBeIPAMIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlChartLocation", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "InvalidWIDDBConfigServerNotAllowedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PlotArea", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "InvalidWIDDBConfigAuthNotSupportedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlChartType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "InvalidWIDDBConfigInvalidCredentialIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Walls", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "InvalidWIDDBConfigPortNotAllowedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlBarShape", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "InvalidSQLDBConfigInvalidPortIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlRowCol", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "InvalidSQLDBConfigAuthNotSupportedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Range", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "UsingExistingSchemaNotSupportedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PivotLayout", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "InvalidWIDDBConfigDirectoryDoesNotExistIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Scripts", - "Namespace": "Microsoft.Office.Core" + "Name": "DatabaseServerVersionNotSupportedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Tab", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DatabaseServerEditionNotSupportedIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MsoEnvelope", - "Namespace": "Microsoft.Office.Core" + "Name": "DatabaseLocaleMismatchIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MsoChartElementType", - "Namespace": "Microsoft.Office.Core" + "Name": "DatabaseSchemaVersionMismatchIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlFixedFormatType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ChangeDatabaseSettingsNotAllowedForDBTypesIpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_ActivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamExceptionData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_DeactivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamException", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_ResizeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamOperation", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_MouseDownEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamDetailedException", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_MouseUpEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ProvisioningMethod", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_MouseMoveEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ImportableObjectType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_BeforeRightClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "BookmarkType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_DragPlotEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ServerAuditType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_DragOverEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPAuditEventType", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_BeforeDoubleClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ObservableCollectionWithAddRange`1", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_SelectEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "MACAddress", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_SeriesChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamEnumToStringMap", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ChartEvents_CalculateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "CommonUIStrings", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSheetVisibility", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPAddressComparer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ListColumns", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFailover", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ListRows", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpPolicyV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlListConflict", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpPolicyConditionV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "QueryTable", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpPolicyRangeV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlListObjectSourceType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpSuperscopeV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlMap", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpSuperscopeCollectionV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "AutoFilter", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FilterColumnIndex", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Sort", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DBAbstractionLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CustomProperty", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpSuperscopeV4AtRSLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Workbook", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservationAtDBLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Worksheet", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservationV4AtDBLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlRangeAutoFormat", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservationCollectionAtDBLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_BeforeDoubleClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpSuperscopeV4AtDBLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_BeforeRightClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservationAtServerLayer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_SelectionChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordVirtualContainerHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ListRow", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsZoneVirtualContainerHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ListColumn", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsReverseZoneVirtualContainerHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlReferenceStyle", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordAsmManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlFilterAction", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IIPAMDnsResourceRecordConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlApplyNamesOrder", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IIPAMDnsZoneConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Areas", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IIPAMDnsConditionalForwarderConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlAutoFillType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IIPAMDnsConfigurationManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlAutoFilterOperator", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecord", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlBorderWeight", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordData", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlColorIndex", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataFactory", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Borders", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataA", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Characters", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataAaaa", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlDataSeriesType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataPtr", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlDataSeriesDate", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataSoa", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlEditionType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataNs", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlEditionOptionsOption", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataCname", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlDirection", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataDname", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSearchDirection", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataMx", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Font", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataSrv", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlFormulaLabel", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataTxt", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Interior", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataAfsdb", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlLocationInTable", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataAtma", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlPasteType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataDhcid", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlPasteSpecialOperation", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataHinfo", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PivotField", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataIsdn", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PivotItem", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataRp", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PivotTable", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataRt", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSortOrder", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataWins", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlYesNoGuess", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataWinsr", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSortOrientation", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataWks", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSortMethod", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordDataX25", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSortDataOption", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsMsmOperationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SoundNote", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPAMDhcpConfigurationManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlCellType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservation", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSubscribeToFormat", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpMsmOperationStatus", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlConsolidationFunction", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservationV4", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSummaryRow", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservationV6", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlTextParsingType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservationTemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlTextQualifier", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservationV4TemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Validation", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpReservationV6TemplateConfiguration", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Comment", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpFilter", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Phonetic", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ConfigurationSearch", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "FormatConditions", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "AccessScopeToUserRoleMapping", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Phonetics", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "UserAccessPolicy", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PivotCell", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamAdminOperation", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Errors", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "OperationId", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SmartTags", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "OperationGroup", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XPath", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamOperationRegistrar", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Actions", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "AccessScope", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SparklineGroups", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IIpamAuthorizationManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DisplayFormat", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "AuthzDecision", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocEvents_ChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamAuthzManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Name", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "UserPermissionSet", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlFileAccess", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IUserSessionContext", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlLinkType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IWindowsUserSessionContext", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Sheets", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "UserSessionContextManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CommandBars", - "Namespace": "Microsoft.Office.Core" + "Name": "UserSessionContext", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSaveConflictResolution", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IIpamServerAdminOperations", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlDisplayDrawingObjects", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ReferencedObject`1", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlFileFormat", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamServerAuthorizedOperations", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlLinkInfo", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "AccessScopeParentUpdated", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Mailer", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ParentWithAccessScopeMoved", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Names", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ParentWithAccessScopeAdded", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Window", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ParentsWithAccessScopeUpdated", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PivotCaches", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "AccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "RoutingSlip", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv4BlockAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlRunAutoMacro", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv6BlockAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSaveAsAccessMode", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv4RangeAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlPriority", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv6RangeAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Styles", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv4AddressSpaceAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "CustomViews", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv6AddressSpaceAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Windows", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv4BlockToSubnetAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VBProject", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IPv6BlockToSubnetAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "PublishObjects", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv4AddressSpaceToSubnetAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WebOptions", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv6AddressSpaceToSubnetAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MsoEncoding", - "Namespace": "Microsoft.Office.Core" + "Name": "ObjectAddedEventArgs", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "HTMLProject", - "Namespace": "Microsoft.Office.Core" + "Name": "ObjectDeletedEventArgs", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlUpdateLinks", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ObjectHierarchyModifiedEventArgs", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SmartTagOptions", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ObjectHierarchyModifiedEventHandler", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Permission", - "Namespace": "Microsoft.Office.Core" + "Name": "ObjectAddedEventHandler", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SharedWorkspace", - "Namespace": "Microsoft.Office.Core" + "Name": "ObjectDeletedEventHandler", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Sync", - "Namespace": "Microsoft.Office.Core" + "Name": "IObjectHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlNamespaces", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPBlockHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XmlMaps", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv4BlockHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlXmlImportResult", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv6BlockHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SmartDocument", - "Namespace": "Microsoft.Office.Core" + "Name": "IPRangeHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocumentLibraryVersions", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv4RangeHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "MetaProperties", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv6RangeHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Connections", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPBlockToSubnetHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlRemoveDocInfoType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv4BlockToSubnetHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SignatureSet", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv6BlockToSubnetHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ServerPolicy", - "Namespace": "Microsoft.Office.Core" + "Name": "IPAddressSpaceToSubnetHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "DocumentInspectors", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv4AddressSpaceToSubnetHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkflowTasks", - "Namespace": "Microsoft.Office.Core" + "Name": "IPv6AddressSpaceToSubnetHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkflowTemplates", - "Namespace": "Microsoft.Office.Core" + "Name": "AddressSpaceHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "ServerViewableItems", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv4AddressSpaceHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "TableStyles", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv6AddressSpaceHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Research", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "AccessScopeManagerRegistrar", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "OfficeTheme", - "Namespace": "Microsoft.Office.Core" + "Name": "AccessScopeManagerFactory", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IconSets", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPAddressAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "SlicerCaches", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv4AddressAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Slicer", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPv6AddressAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_ActivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_DeactivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_BeforeCloseEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsServerAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_BeforeSaveEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsServerHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_BeforePrintEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsZoneVirtualContainerAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_NewSheetEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsReverseZoneVirtualContainerAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_AddinInstallEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsZoneToVirtualContainerCascadeDeleteAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_AddinUninstallEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsForwardZoneToVirtualContainerCascadeDeleteAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_WindowResizeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsReverseZoneToVirtualContainerCascadeDeleteAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_WindowActivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsServerToConditionalForwarderCascadeDeleteAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_WindowDeactivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerScopev4HierarchyAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetSelectionChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerScopev6HierarchyAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetBeforeDoubleClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsConditionalForwarderAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetBeforeRightClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerSuperscopev4HierarchyAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetActivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpSuperscopeScopev4HierarchyAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetDeactivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerScopeHierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetCalculateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerScopev4HierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerScopev6HierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetFollowHyperlinkEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerSuperscopev4HierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetPivotTableUpdateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpSuperscopeScopev4HierarchyProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_PivotTableCloseConnectionEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ObjectCascadeDeleteAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_PivotTableOpenConnectionEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerToScopeCascadeDeleteAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SyncEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerToScopev4CascadeDeleteAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_BeforeXmlImportEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerToScopev6CascadeDeleteAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_AfterXmlImportEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpScopeToIPRangeCascadeDeleteAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_BeforeXmlExportEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpScopeToIPRangev4CascadeDeleteAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_AfterXmlExportEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpScopeToIPRangev6CascadeDeleteAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_RowsetCompleteEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DiscoveryConfigToServerCascadeDeleteAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetPivotTableAfterValueChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DhcpServerToSuperscopeCascadeDeleteAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetPivotTableBeforeAllocateChangesEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsZoneAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetPivotTableBeforeCommitChangesEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsReverseLookupZoneAccessScopeManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetPivotTableBeforeDiscardChangesEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamHashManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_SheetPivotTableChangeSyncEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamSecretKeyProviderFactory", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_AfterSaveEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamHashErrorManager", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_NewChartEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IIpamHashComputationProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "IRibbonExtensibility", - "Namespace": "Microsoft.Office.Core" + "Name": "IpamSHA256HMACComputationProvider", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "WorkbookEvents_OpenEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamHashComputationProviderFactory", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlEnableSelection", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamServerMsmAdminOperations", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "Outline", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IIpamServerMsmAdminOperations", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "XlSheetType", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsResourceRecordVirtualContainer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "HPageBreaks", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsZoneVirtualContainer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "VPageBreaks", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "DnsReverseLookupZoneVirtualContainer", + "Namespace": "Microsoft.Windows.Ipam" }, { - "Name": "QueryTables", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamServerExport", + "Namespace": "Microsoft.Windows.Ipam.Commands" }, { - "Name": "Comments", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamIPAddressPSObject", + "Namespace": "Microsoft.Windows.Ipam.Commands" }, { - "Name": "CustomProperties", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamIPRangePSObject", + "Namespace": "Microsoft.Windows.Ipam.Commands" }, { - "Name": "Protection", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamIPSubnetPSObject", + "Namespace": "Microsoft.Windows.Ipam.Commands" }, { - "Name": "ListObjects", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "UpgradeProvider", + "Namespace": "Microsoft.Windows.Ipam.m6n3s0p1Tom10n0s0p1" }, { - "Name": "DocEvents_ActivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamDomainForestMappingWarningData", + "Namespace": "Microsoft.Windows.Ipam.m6n3s0p1Tom10n0s0p1" }, { - "Name": "DocEvents_DeactivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "UpgradeProvider", + "Namespace": "Microsoft.Windows.Ipam.m6n2s0p1Tom6n3s0p1" }, { - "Name": "DocEvents_CalculateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IPBlockData", + "Namespace": "Microsoft.Windows.Ipam.m6n2s0p1Tom6n3s0p1" }, { - "Name": "DocEvents_FollowHyperlinkEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamMessageEncoderFactory", + "Namespace": "Microsoft.Windows.Ipam.Common" }, { - "Name": "DocEvents_PivotTableUpdateEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamMessageEncoder", + "Namespace": "Microsoft.Windows.Ipam.Common" }, { - "Name": "DocEvents_PivotTableAfterValueChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ProgressTracker", + "Namespace": "Microsoft.Windows.Ipam.Common" }, { - "Name": "DocEvents_PivotTableBeforeAllocateChangesEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IpamSQM", + "Namespace": "Microsoft.Windows.Ipam.Common" }, { - "Name": "DocEvents_PivotTableBeforeCommitChangesEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "CommunicationObjectWrapper`1", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "DocEvents_PivotTableBeforeDiscardChangesEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "InOrderThreadPoolQueue", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "DocEvents_PivotTableChangeSyncEventHandler", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "KeepaliveChannelBindingElement", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "_Application", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ChannelFactoryWrapper`1", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "_OLEObject", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "KeepaliveSessionDuplexChannelFactory", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "XlOLEVerb", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ChannelType", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "ShapeRange", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ChannelListenerWrapper`2", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "Border", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "KeepaliveSessionDuplexChannelListener", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "ISmartTagRecognizerSite", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "ITimer", + "Namespace": "Microsoft.Windows.Ipam.Common.Keepalive" }, { - "Name": "ISmartTagTokenList", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "Microsoft_Windows_RemoteAccess_RemoteAccessServer", + "Namespace": "Microsoft.DirectAccess.ServerEvents" }, { - "Name": "ISmartTagProperties", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "NativeConstants", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_CustomXMLParts", - "Namespace": "Microsoft.Office.Core" + "Name": "FWP_V4_ADDR_AND_MASK_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "CustomXMLPart", - "Namespace": "Microsoft.Office.Core" + "Name": "FWP_V6_ADDR_AND_MASK_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_CustomXMLPart", - "Namespace": "Microsoft.Office.Core" + "Name": "FWP_RANGE0_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "DocumentProperty", - "Namespace": "Microsoft.Office.Core" + "Name": "FWP_MATCH_TYPE_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_Chart", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "Anonymous_1348c66b_a44b_4477_bd53_5f1f9f0d5dc5", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "ChartEvents_Event", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FWPM_PROVIDER0_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "LanguageSettings", - "Namespace": "Microsoft.Office.Core" + "Name": "FWPM_PROVIDER_FLAGS", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "MsoAppLanguageID", - "Namespace": "Microsoft.Office.Core" + "Name": "FWPM_SUBLAYER0_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "XlDeleteShiftDirection", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FWPM_SUBLAYER_FLAGS", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "DocEvents_Event", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FWP_CONDITION_VALUE0_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "WorkbookEvents_Event", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FWPM_FILTER_CONDITION0_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "IDynamicEntryPointContainer", - "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime" + "Name": "Anonymous_87c43f24_f744_48f6_a49c_de733dc5525d", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "IInteropDynamicHostItemSite", - "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + "Name": "FWPM_ACTION0_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "XlInsertShiftDirection", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FWP_BYTE_ARRAY6_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "Shape", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FWP_BYTE_ARRAY16_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "XlPlacement", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FWP_TOKEN_INFORMATION_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "OLEFormat", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FWP_DATA_TYPE_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "ChartObjects", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "Anonymous_33205e9c_6623_4dac_9e58_3c17c52202c4", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "ChartObject", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FWP_VALUE0_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_IMsoDispObj", - "Namespace": "Microsoft.Office.Core" + "Name": "FWPM_DISPLAY_DATA0_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_CustomXMLPartsEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "FWP_BYTE_BLOB_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "AppEvents_Event", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "Anonymous_b4473728_8830_4b9b_9d7c_59f04b3ba929", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "IMsoEnvelopeVB", - "Namespace": "Microsoft.Office.Core" + "Name": "FWPM_FILTER0_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "IMsoEnvelopeVBEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "FWPM_FILTER_FLAGS", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_QueryTable", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FWPM_SESSION0_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "RefreshEvents_Event", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "SID", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_CommandBars", - "Namespace": "Microsoft.Office.Core" + "Name": "SEC_WINNT_AUTH_IDENTITY_W", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_CommandBarsEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "SID_AND_ATTRIBUTES", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_VBProject", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "SID_IDENTIFIER_AUTHORITY", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_VBProject_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "FWPM_LAYER_GUIDS", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_ProjectTemplate", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "FWPM_SUBLAYER_GUIDS", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "Hyperlink", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "FWPM_CONDITION_GUIDS", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "MsoSyncEventType", - "Namespace": "Microsoft.Office.Core" + "Name": "FWPM_ACTION_TYPE", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "XlXmlExportResult", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ErrorCodes", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_CustomXMLPartEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "FWPM_PROVIDER_CONTEXT_ENUM_TEMPLATE0_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "IAccessible", - "Namespace": "Microsoft.Office.Core" + "Name": "FWPM_PROVIDER_CONTEXT_TYPE_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_IMsoOleAccDispObj", - "Namespace": "Microsoft.Office.Core" + "Name": "FWP_FILTER_ENUM_TYPE_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "CommandBarControl", - "Namespace": "Microsoft.Office.Core" + "Name": "FWPM_FILTER_ENUM_TEMPLATE0_", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_CommandBarButton", - "Namespace": "Microsoft.Office.Core" + "Name": "NativeMethods", + "Namespace": "Microsoft.Windows.DirectAccess.Fwpm" }, { - "Name": "_CommandBarComboBox", - "Namespace": "Microsoft.Office.Core" + "Name": "ITaskHandler", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CommandBarsEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "ITaskHandlerStatus", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CommandBarComboBoxEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskRunFlags", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CommandBarComboBoxEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskEnumFlags", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CommandBarButtonEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskLogonType", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CommandBarButtonEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskRunlevelType", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "IMsoEnvelopeVBEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskState", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CustomXMLSchemaCollection", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskCreation", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CustomXMLPartEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskTriggerType", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CustomXMLPartsEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskSessionStateChangeType", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CustomTaskPane", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskActionType", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CustomTaskPaneEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskInstancesPolicy", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CustomTaskPaneEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "TaskCompatibility", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "IMsoChartTitle", - "Namespace": "Microsoft.Office.Core" + "Name": "SystemTime", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_Global", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "TaskSchedulerServiceGuids", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "AppEvents", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IRunningTask", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "ChartEvents", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IRunningTaskCollection", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "DocEvents", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IRegisteredTask", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "WorkbookEvents", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IRegisteredTaskCollection", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "OLEObjectEvents", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ITaskFolder", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "RefreshEvents", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ITaskFolderCollection", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "OLEObjectEvents_Event", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ITaskService", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "Global", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "ITaskVariables", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "OLEObject", - "Namespace": "Microsoft.Office.Interop.Excel" + "Name": "IIdleSettings", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "Application", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "INetworkSettings", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_Windows_old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IRepetitionPattern", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_Windows", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ITaskNamedValuePair", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_LinkedWindows", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ITaskNamedValueCollection", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_ReferencesEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IPrincipal", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_dispReferencesEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ITrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_dispReferencesEvents_Event", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IEventTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CommandBarControlEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ITimeTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_dispCommandBarControlEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IDailyTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_dispCommandBarControlEvents_Event", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IWeeklyTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_VBProjects_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IMonthlyTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_VBProjects", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IMonthlyDOWTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_Components", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IIdleTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_VBComponents_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ILogonTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_VBComponents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ISessionStateChangeTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_Component", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IBootTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_VBComponent_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IRegistrationTrigger", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_VBComponent", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ITriggerCollection", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_Properties", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IAction", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_AddIns", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IExecAction", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CodeModule", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IShowMessageAction", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CodePanes", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IComHandlerAction", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_CodePane", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IEmailAction", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_References", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IActionCollection", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_dispReferences_Events", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IRegistrationInfo", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "_dispReferences_Events_Event", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ITaskSettings", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "Factory", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "ITaskDefinition", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "OutlookAddIn", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "TaskScheduler", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "FormRegionControl", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "TaskSchedulerClass", + "Namespace": "Microsoft.Windows.DirectAccess.TaskScheduler" }, { - "Name": "FormRegionCustomAction", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "ClusterStatusCode", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegionCustomActionAddressLike", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "RaConfig", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegionCustomActionMethod", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "ConfigTask", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegionCustomActionBody", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "DaServerCfgState", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegionCustomActionCollection", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "SharedSecretCompareType", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegionFactoryResolveEventArgs", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "RadiusAcctServer", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegionFactoryResolveEventHandler", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "DAOtpSettings", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegionInitializingEventArgs", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "DAOtpRadiusServerSettings", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegionInitializingEventHandler", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "DaCfgSnapshot", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegionManifest", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "CompareIPAddress", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegionManifestIcons", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "DataXml", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "IFormRegion", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "ServerData", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "ImportedFormRegion", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "StaticPoolAll", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "IImportedFormRegionExtension", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "TransitionTechnology", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegionKindConstants", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "ISATAPData", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "IFormRegionFactory", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "TeredoData", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegionType", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "SixToFourData", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegion", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IPHttpsData", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "OlFormRegionMode", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Nls", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "OlFormRegionSize", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Nlb", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "Explorer", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Range", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "Inspector", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AdapterInterface", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "IPictureDisp", - "Namespace": "stdole" + "Name": "TunnelEndpoint", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "OlFormRegionIcon", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AccountingSettings", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "_FormRegion", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AcctServer", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "FormRegionEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "MonitoringInfo", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "_Explorer", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DAOtpSettingsXml", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "ExplorerEvents_10_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AuthenticationProviders", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "_Inspector", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AccountingProviders", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask" }, { - "Name": "InspectorEvents_10_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IX509PrivateKey", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask.CertComInterop" }, { - "Name": "_DRecipientControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ICX509PrivateKey", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask.CertComInterop" }, { - "Name": "_DRecipientControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "X509PrivateKeyClass", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask.CertComInterop" }, { - "Name": "_DRecipientControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "X509CertificateRequestPkcs10Class", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask.CertComInterop" }, { - "Name": "_DDocSiteControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IX509CertificateRequestPkcs10V2", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask.CertComInterop" }, { - "Name": "_DDocSiteControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IX509CertificateRequestPkcs10", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask.CertComInterop" }, { - "Name": "_DDocSiteControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IX509CertificateRequest", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask.CertComInterop" }, { - "Name": "_OlkTextBox", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ICX509CertificateRequestPkcs10", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask.CertComInterop" }, { - "Name": "OlkTextBoxEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ICX509Enrollment", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask.CertComInterop" }, { - "Name": "OlkTextBoxEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "X509CertificateEnrollmentContext", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask.CertComInterop" }, { - "Name": "_OlkLabel", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IX509Enrollment2", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask.CertComInterop" }, { - "Name": "OlkLabelEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IX509Enrollment", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask.CertComInterop" }, { - "Name": "OlkLabelEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "X509EnrollmentClass", + "Namespace": "Microsoft.Windows.DirectAccess.RAConfigTask.CertComInterop" }, { - "Name": "_OlkCommandButton", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RulesParser", + "Namespace": "Microsoft.ActiveDirectory.TRLParser" }, { - "Name": "OlkCommandButtonEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XmlParseException", + "Namespace": "Microsoft.ActiveDirectory.TRLParser" }, { - "Name": "OlkCommandButtonEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "PolicyValidationException", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "_OlkCheckBox", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RuleOutput", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "OlkCheckBoxEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ComparisonOperator", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "OlkCheckBoxEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ClaimConditionStruct", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "_OlkOptionButton", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SelectionConditionStruct", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "OlkOptionButtonEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SelectionConditionListStruct", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "OlkOptionButtonEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ClaimPropertyAccessExpressStruct", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "_OlkComboBox", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "StringLiteralExpressionStruct", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "OlkComboBoxEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ExpressionType", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "OlkComboBoxEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ExpressionStruct", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "_OlkListBox", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ClaimPropertyAssignmentStruct", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "OlkListBoxEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ActionType", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "OlkListBoxEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ActionStruct", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "_OlkInfoBar", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RuleStruct", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "OlkInfoBarEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "PolicyRuleSetStruct", + "Namespace": "Microsoft.ActiveDirectory.TRLParser.LanguageParser" }, { - "Name": "OlkInfoBarEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RulesLanguageParserInterop", + "Namespace": "Microsoft.ActiveDirectory.TRLParserInterop" }, { - "Name": "_OlkContactPhoto", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "WorkflowBuildMessageTask", + "Namespace": "Microsoft.Activities.Build" }, { - "Name": "OlkContactPhotoEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DebugBuildExtension", + "Namespace": "Microsoft.Activities.Build.Debugger" }, { - "Name": "OlkContactPhotoEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ExpressionsBuildExtension", + "Namespace": "Microsoft.Activities.Build.Expressions" }, { - "Name": "_OlkBusinessCardControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ReportDeferredValidationErrorsTask", + "Namespace": "Microsoft.Activities.Build.Validation" }, { - "Name": "OlkBusinessCardControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DeferredValidationTask", + "Namespace": "Microsoft.Activities.Build.Validation" }, { - "Name": "OlkBusinessCardControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ExceptionUtility", + "Namespace": "Microsoft.ADRoles.Aspects" }, { - "Name": "_OlkPageControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DisplayStringAttribute", + "Namespace": "Microsoft.ADRoles.Aspects.Localization" }, { - "Name": "OlkPageControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IResourceString", + "Namespace": "Microsoft.ADRoles.Aspects.Localization" }, { - "Name": "OlkPageControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ResourceStringAttribute", + "Namespace": "Microsoft.ADRoles.Aspects.Localization" }, { - "Name": "_OlkDateControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Activity", + "Namespace": "Microsoft.ADRoles.Deployment.Common" }, { - "Name": "OlkDateControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DeploymentContextBase", + "Namespace": "Microsoft.ADRoles.Deployment.Common" }, { - "Name": "OlkDateControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IImpersonatorProvider", + "Namespace": "Microsoft.ADRoles.Deployment.Common" }, { - "Name": "_OlkTimeControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IMessageSink", + "Namespace": "Microsoft.ADRoles.Deployment.Common" }, { - "Name": "OlkTimeControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IProgressReporter", + "Namespace": "Microsoft.ADRoles.Deployment.Common" }, { - "Name": "OlkTimeControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ITracer", + "Namespace": "Microsoft.ADRoles.Instrumentation" }, { - "Name": "_OlkCategory", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ITraceFormatter", + "Namespace": "Microsoft.ADRoles.Instrumentation" }, { - "Name": "OlkCategoryEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "TracerBase", + "Namespace": "Microsoft.ADRoles.Instrumentation" }, { - "Name": "OlkCategoryEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "TraceFormatter", + "Namespace": "Microsoft.ADRoles.Instrumentation" }, { - "Name": "_OlkFrameHeader", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "OlkFrameHeaderEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Resources", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Resources" }, { - "Name": "OlkFrameHeaderEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "GenericPage", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Plugin" }, { - "Name": "_OlkSenderPhoto", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InstallPluginBase", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Plugin" }, { - "Name": "OlkSenderPhotoEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RoleIntroPage", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Plugin" }, { - "Name": "OlkSenderPhotoEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "UninstallPluginBase", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Plugin" }, { - "Name": "_TimeZone", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "LinkInfo", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Plugin" }, { - "Name": "_Application", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DSObjectTypes", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Interop" }, { - "Name": "_NameSpace", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "PasswordPromptDialog", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Dialogs" }, { - "Name": "_ContactItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BindableListBox", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Controls" }, { - "Name": "OlActionCopyLike", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ConfigStrings", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Controls" }, { - "Name": "OlActionReplyStyle", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "LabeledContentControl", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Controls" }, { - "Name": "OlActionResponseStyle", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "MultilineNotificationView", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Controls.View" }, { - "Name": "_PropertyAccessor", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ObjectPickerSingleSelectionView", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Controls.View" }, { - "Name": "_AttachmentSelection", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ObjectPickerView", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Controls.View" }, { - "Name": "MAPIFolder", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "WizardBannerView", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Controls.View" }, { - "Name": "_Folders", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ObjectPickerModel", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Controls.Model" }, { - "Name": "_Items", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ObjectPickerSingleSelectionModel", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Controls.Model" }, { - "Name": "_NavigationPane", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DeepTaskProgressChangedEventHandler", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Configuration.Provider" }, { - "Name": "_NavigationModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DeepTaskProgressEventArgs", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Configuration.Provider" }, { - "Name": "_NavigationModules", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IWizardWindowProvider", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Configuration.Provider" }, { - "Name": "_AccountSelector", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ObjectNullToVisibilityConverter", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Configuration.Converters" }, { - "Name": "_Account", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "TaskMessageTypeToImageConverter", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Configuration.Converters" }, { - "Name": "_Store", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "CertificateProperty", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Configuration.Converters" }, { - "Name": "_Rules", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "X509Certificate2PropertyConverter", + "Namespace": "Microsoft.ADRoles.ServerManager.Common.Configuration.Converters" }, { - "Name": "_Rule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BooleanToSelectionModeConverter", + "Namespace": "Microsoft.ADRoles.UI.Common" }, { - "Name": "_RuleActions", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BoolToValueConverter`1", + "Namespace": "Microsoft.ADRoles.UI.Common" }, { - "Name": "_RuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BoolToVisibilityConverter", + "Namespace": "Microsoft.ADRoles.UI.Common" }, { - "Name": "_MoveOrCopyRuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "EnumDisplayConverter", + "Namespace": "Microsoft.ADRoles.UI.Common" }, { - "Name": "_SendRuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "EnumToBoolConverter", + "Namespace": "Microsoft.ADRoles.UI.Common" }, { - "Name": "_AssignToCategoryRuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "EnumToVisibilityConverter", + "Namespace": "Microsoft.ADRoles.UI.Common" }, { - "Name": "_PlaySoundRuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "HelpLink", + "Namespace": "Microsoft.ADRoles.UI.Common" }, { - "Name": "_MarkAsTaskRuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IHelpLink", + "Namespace": "Microsoft.ADRoles.UI.Common" }, { - "Name": "_NewItemAlertRuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InvertedBoolConverter", + "Namespace": "Microsoft.ADRoles.UI.Common" }, { - "Name": "_RuleConditions", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "PasswordBoxAssistant", + "Namespace": "Microsoft.ADRoles.UI.Common" }, { - "Name": "_RuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Predicate", + "Namespace": "Microsoft.ADRoles.UI.Common" }, { - "Name": "_ImportanceRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ReferenceNullToValueConverter`1", + "Namespace": "Microsoft.ADRoles.UI.Common" }, { - "Name": "_AccountRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ReferenceNullToVisibilityConverter", + "Namespace": "Microsoft.ADRoles.UI.Common" }, { - "Name": "_TextRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "PageNotification", + "Namespace": "Microsoft.ADRoles.UI.Common.Wizard" }, { - "Name": "_CategoryRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "PageNotificationSummary", + "Namespace": "Microsoft.ADRoles.UI.Common.Wizard" }, { - "Name": "_FormNameRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "WizardPageBase", + "Namespace": "Microsoft.ADRoles.UI.Common.Wizard" }, { - "Name": "_ToOrFromRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IValidationElement", + "Namespace": "Microsoft.ADRoles.UI.Common.Validation" }, { - "Name": "_AddressRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ValidationException", + "Namespace": "Microsoft.ADRoles.UI.Common.Validation" }, { - "Name": "_SenderInAddressListRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ICompositeProperty", + "Namespace": "Microsoft.ADRoles.UI.Common.Mvvm" }, { - "Name": "_FromRssFeedRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IContextModel`1", + "Namespace": "Microsoft.ADRoles.UI.Common.Mvvm" }, { - "Name": "_Categories", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IDescendentPropertyChanged", + "Namespace": "Microsoft.ADRoles.UI.Common.Mvvm" }, { - "Name": "_Category", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IDescendentPropertyChanging", + "Namespace": "Microsoft.ADRoles.UI.Common.Mvvm" }, { - "Name": "_Views", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "OnCommitCompletedEventHandler", + "Namespace": "Microsoft.ADRoles.UI.Common.Mvvm" }, { - "Name": "_StorageItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IPageViewModel", + "Namespace": "Microsoft.ADRoles.UI.Common.Mvvm" }, { - "Name": "_Table", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IPageViewModel`1", + "Namespace": "Microsoft.ADRoles.UI.Common.Mvvm" }, { - "Name": "_Row", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IViewModel", + "Namespace": "Microsoft.ADRoles.UI.Common.Mvvm" }, { - "Name": "_Columns", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IViewModel`1", + "Namespace": "Microsoft.ADRoles.UI.Common.Mvvm" }, { - "Name": "_Column", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BranchPage", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "_CalendarSharing", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ConfirmationPage", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "ItemEvents_10_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "TitleType", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "_MailItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ButtonType", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "ItemEvents_10", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "OrientationPanelStepMode", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "_Conversation", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "FiniteProgressPage", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "_SimpleItems", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InfiniteProgressPage", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "_UserDefinedProperties", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProgressPage", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "_UserDefinedProperty", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SummaryPage", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "_ExchangeUser", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "WizardActionStatus", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "_ExchangeDistributionList", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "WizardAction", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "SyncObjectEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "HelpInvokedEventHandler", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "_SyncObject", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "HelpInvokedEventArgs", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "SyncObjectEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "WizardForm", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "AccountsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "WizardFrameworkException", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "_Accounts", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "WizardPage", + "Namespace": "Microsoft.ApplicationId.Framework" }, { - "Name": "AccountsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "HelpLinkTextAndTopic", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "StoresEvents_12_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RuleWizard", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_Stores", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BeforeYouStartPage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "StoresEvents_12", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "PermissionsPage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_SelectNamesDialog", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "PermissionsControl", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_SharingItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RestrictionsPage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_Explorers", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RestrictionsControl", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "ExplorerEvents_10", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RuleNamePage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_Inspectors", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RuleNameControl", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "InspectorEvents_10", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ConditionTypeEnum", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_Results", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ConditionTypePage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_Reminders", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "FQPNPage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_Reminder", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "FQPNControl", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_TimeZones", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "FQBNPage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_OlkTimeZoneControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "FQBNControl", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "OlkTimeZoneControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "HashPage", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "OlkTimeZoneControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "HashControl", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_AppointmentItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InvalidPathConditionException", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_MeetingItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InvalidPublisherConditionException", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "ExplorersEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BrowseDSObjectsDialog", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "FoldersEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RuleControlChangedEventArgs", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "InspectorsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RuleControlChangedEventHandler", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "ItemsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "FQBNConditionForm", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "NameSpaceEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "FQPNConditionForm", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_OutlookBarShortcuts", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "HashConditionForm", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_OutlookBarGroups", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProgressForm", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "OutlookBarGroupsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AppxListView", + "Namespace": "Microsoft.ApplicationId.RuleWizard" }, { - "Name": "_OutlookBarPane", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "MyInstall", + "Namespace": "AppvPublishingServerWMI" }, { - "Name": "OutlookBarPaneEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvPublishingServerWMI" }, { - "Name": "OutlookBarShortcutsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AppvClientApplication", + "Namespace": "Microsoft.AppV.AppvClientWmi" }, { - "Name": "ApplicationEvents_11", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AppvClientAsset", + "Namespace": "Microsoft.AppV.AppvClientWmi" }, { - "Name": "MAPIFolderEvents_12_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AppvClientPackage", + "Namespace": "Microsoft.AppV.AppvClientWmi" }, { - "Name": "MAPIFolderEvents_12", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientWmi" }, { - "Name": "ResultsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AddBitsFileCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_ViewsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BitsPSSnapIn", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "ReminderCollectionEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BitsJobType", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_DocumentItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BitsJobState", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_NoteItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BitsJobPriority", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "FormRegionEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AuthenticationTargetValue", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_ViewField", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "CostStates", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_ColumnFormat", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BitsJobProxyUsage", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_ViewFields", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BitsErrorContext", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_IconView", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BitsErrorCondition", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_OrderFields", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BitsFile", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_OrderField", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BitsJob", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_CardView", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ClearBitsTransferCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_ViewFont", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "CompleteBitsTransferCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_AutoFormatRules", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "GetBitsTransfer", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_AutoFormatRule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "NewBitsTransferCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_TimelineView", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ResumeBitsTransferCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_MailModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SetBitsTransferCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_NavigationGroups", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SuspendBitsTransferCommand", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management" }, { - "Name": "_NavigationGroup", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BestPracticesInstrumentation", + "Namespace": "Microsoft.Windows.BestPractices.InstrumentationInternal" }, { - "Name": "_NavigationFolders", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SqmResultInfo", + "Namespace": "Microsoft.BestPractices.SoftwareQualityMetrics" }, { - "Name": "_NavigationFolder", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SqmResult", + "Namespace": "Microsoft.BestPractices.SoftwareQualityMetrics" }, { - "Name": "_CalendarModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SqmCmdlet", + "Namespace": "Microsoft.BestPractices.SoftwareQualityMetrics" }, { - "Name": "_ContactsModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "CommandSource", + "Namespace": "Microsoft.BestPractices.SoftwareQualityMetrics" }, { - "Name": "_TasksModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "PowerShellCommand", + "Namespace": "Microsoft.BestPractices.SoftwareQualityMetrics" }, { - "Name": "_JournalModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SourceApplication", + "Namespace": "Microsoft.BestPractices.SoftwareQualityMetrics" }, { - "Name": "_NotesModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "EngineManager", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "NavigationPaneEvents_12", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ModelHandler", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "NavigationGroupsEvents_12", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ReportHandler", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_BusinessCardView", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "FilterOptions", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_FormRegionStartup", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ResultCategory", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_SolutionsModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Result", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_CalendarView", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Report", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_TableView", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DiscoveryResult", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_MobileItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Model", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_JournalItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SubModel", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_PostItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ResultSubModel", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_TaskItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InvokeBpaModelOutput", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "AccountSelectorEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ScanMode", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_DistListItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InvokeBpaModelOutputDetail", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_ReportItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ModelTypes", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_RemoteItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ManifestInfo", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_TaskRequestItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ScanArtifact", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_TaskRequestAcceptItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ScanMessageArtifact", + "Namespace": "Microsoft.BestPractices.CoreInterface" }, { - "Name": "_TaskRequestDeclineItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XmlAnnotationHandler", + "Namespace": "Microsoft.BestPractices.XmlDatabases" }, { - "Name": "_TaskRequestUpdateItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XmlAnnotationDatabase", + "Namespace": "Microsoft.BestPractices.XmlDatabases" }, { - "Name": "_ConversationHeader", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XmlAnnotation", + "Namespace": "Microsoft.BestPractices.XmlDatabases" }, { - "Name": "ApplicationEvents_11_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XmlResultHandler", + "Namespace": "Microsoft.BestPractices.XmlDatabases" }, { - "Name": "ExplorersEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XmlDiscoveryHandler", + "Namespace": "Microsoft.BestPractices.XmlDatabases" }, { - "Name": "InspectorsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XmlResultDatabase", + "Namespace": "Microsoft.BestPractices.XmlDatabases" }, { - "Name": "FoldersEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XmlResult", + "Namespace": "Microsoft.BestPractices.XmlDatabases" }, { - "Name": "ItemsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "CommandLetStrings", + "Namespace": "Microsoft.BestPractices.ResourceHandling" }, { - "Name": "NameSpaceEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "CommandLetErrorHandling", + "Namespace": "Microsoft.BestPractices.ErrorHandling" }, { - "Name": "OutlookBarGroupsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "CommandLetMessageCode", + "Namespace": "Microsoft.BestPractices.ErrorHandling" }, { - "Name": "OutlookBarPaneEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "CommandLetException", + "Namespace": "Microsoft.BestPractices.ErrorHandling" }, { - "Name": "OutlookBarShortcutsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "LogDebug", + "Namespace": "Microsoft.BestPractices.DebugTracing" }, { - "Name": "ResultsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Application", + "Namespace": "Microsoft.BestPractices.Tools.SmlDiscover" }, { - "Name": "_ViewsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "OperationMessageCode", + "Namespace": "Microsoft.BestPractices.Tools.SmlDiscover" }, { - "Name": "ReminderCollectionEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ModelOperationException", + "Namespace": "Microsoft.BestPractices.Tools.SmlDiscover" }, { - "Name": "NavigationPaneEvents_12_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ModelOperationSummary", + "Namespace": "Microsoft.BestPractices.Tools.SmlDiscover" }, { - "Name": "NavigationGroupsEvents_12_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "MessageSeverity", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "AccountSelectorEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "MessageCode", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "Font", - "Namespace": "stdole" + "Name": "MessageFacilities", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "FontEvents_Event", - "Namespace": "stdole" + "Name": "MessageCodes", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "Picture", - "Namespace": "stdole" + "Name": "AbortException", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "FontEvents", - "Namespace": "stdole" + "Name": "BuiltInSchemas", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_FormRegionStartup", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DocumentCollectionOptions", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "FormRegion", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DocumentUpdateRestrictions", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "OlFormRegionMode", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DocumentCollection", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "OlFormRegionSize", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DocumentException", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "Explorer", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DocumentMessage", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "Inspector", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DocumentMessageCollection", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "OlFormRegionIcon", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DocumentMessageContext", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "UserForm", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "DocumentPathOptions", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "FormRegionEvents_CloseEventHandler", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SystemDocumentPath", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "FormEvents_LayoutEventHandler", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "DocumentPath", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "IPictureDisp", - "Namespace": "stdole" + "Name": "DocumentResolver", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "Inspectors", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DocumentWriter", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "Explorers", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IdentityConstraintCategories", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_FormRegion", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IdentityConstraint", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_UserForm", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "IdentityConstraintHeadElementInfo", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "FormRegionEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DocumentCollectionCapabilities", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "FormEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "IDocumentCollection", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "Controls", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "InterchangeDocument", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "Application", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InterchangeFormat", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_Application", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InterchangeReader", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "InspectorsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InterchangeReaderResult", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "InspectorsEvents_NewInspectorEventHandler", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SyncCacheOptions", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "ExplorersEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ISession", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "ExplorersEvents_NewExplorerEventHandler", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ISessionCache", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "InspectorEvents_10_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "PrologParser", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "InspectorEvents_10_CloseEventHandler", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "PrologParseResult", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "ExplorerEvents_10_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ReferenceScopeConstraint", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "ExplorerEvents_10_CloseEventHandler", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SchemaDisplayNameExtension", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "FormRegionStartup", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SchemaElementExtension", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_Explorer", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SchemaExtensions", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_Inspector", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AppInfoOptions", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "IOptionFrame", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "SchemaHelper", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_Inspectors", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ReferenceIntegrity", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_Explorers", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SchemaRefElementExtension", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "ApplicationEvents_11_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SchemaRefTypeExtension", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_DRecipientControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SyncCacheAction", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_DRecipientControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SyncCacheDocumentInfo", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_DRecipientControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SyncCacheReport", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_DDocSiteControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "TranslateCallback", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_DDocSiteControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "TranslationHelper", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_DDocSiteControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XmlReaderWrapper", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "_OlkTextBox", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XslExtractingResolver", + "Namespace": "Microsoft.ServiceModelingLanguage" }, { - "Name": "OlkTextBoxEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DiscoveryTransform", + "Namespace": "Microsoft.ServiceModelingLanguage.Transformation" }, { - "Name": "OlkTextBoxEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DiscoveryExceptionCause", + "Namespace": "Microsoft.ServiceModelingLanguage.Transformation" }, { - "Name": "_OlkLabel", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DiscoveryException", + "Namespace": "Microsoft.ServiceModelingLanguage.Transformation" }, { - "Name": "OlkLabelEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AugmentedSmlFunctions", + "Namespace": "Microsoft.ServiceModelingLanguage.Transformation" }, { - "Name": "OlkLabelEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DiscoveryContext", + "Namespace": "Microsoft.ServiceModelingLanguage.Transformation" }, { - "Name": "_OlkCommandButton", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DiscoveryFunctions", + "Namespace": "Microsoft.ServiceModelingLanguage.Transformation" }, { - "Name": "OlkCommandButtonEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IXPathExtension", + "Namespace": "Microsoft.ServiceModelingLanguage.XPath" }, { - "Name": "OlkCommandButtonEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "MicrosoftSmlFunctions", + "Namespace": "Microsoft.ServiceModelingLanguage.XPath" }, { - "Name": "_OlkCheckBox", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SdmFunctions", + "Namespace": "Microsoft.ServiceModelingLanguage.XPath" }, { - "Name": "OlkCheckBoxEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SmlFunctions", + "Namespace": "Microsoft.ServiceModelingLanguage.XPath" }, { - "Name": "OlkCheckBoxEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XPathExtension", + "Namespace": "Microsoft.ServiceModelingLanguage.XPath" }, { - "Name": "_OlkOptionButton", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XPathXNodeIterator", + "Namespace": "Microsoft.ServiceModelingLanguage.XPath" }, { - "Name": "OlkOptionButtonEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XAttribute", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkOptionButtonEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XContainer", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "_OlkComboBox", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XDocument", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkComboBoxEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XElement", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkComboBoxEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XNode", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "_OlkListBox", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XObject", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkListBoxEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XText", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkListBoxEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XName", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "_OlkInfoBar", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XNamespace", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkInfoBarEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XObjectChange", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkInfoBarEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XObjectChangeEventArgs", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "_OlkContactPhoto", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XObjectChangeEventHandler", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkContactPhotoEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XNodeDocumentOrderComparer", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkContactPhotoEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XNodeEqualityComparer", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "_OlkBusinessCardControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XCData", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkBusinessCardControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "LoadOptions", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkBusinessCardControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SaveOptions", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "_OlkPageControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XComment", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkPageControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XProcessingInstruction", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkPageControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XDeclaration", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "_OlkDateControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "XDocumentType", + "Namespace": "Microsoft.ServiceModelingLanguage.XLinq" }, { - "Name": "OlkDateControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AddDocumentOperation", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "OlkDateControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "AddPathOperation", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "_OlkTimeControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ChangeOperation", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "OlkTimeControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "GetChangesOptions", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "OlkTimeControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "IChangeOperations", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "_OlkCategory", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DocumentOperation", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "OlkCategoryEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "PathOperation", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "OlkCategoryEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Reference", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "_OlkFrameHeader", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RemovePathOperation", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "OlkFrameHeaderEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SchemaUse", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "OlkFrameHeaderEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "UpdateDocumentOperation", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "_OlkSenderPhoto", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "UpdatePathOperation", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "OlkSenderPhotoEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DetachedDocument`2", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "OlkSenderPhotoEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ExtendedValidator", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "_TimeZone", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DocumentCollectionBase`3", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "_NameSpace", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "HashSet`1", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "_ContactItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "NoDuplicateQueue`1", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "_PropertyAccessor", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SessionCache`3", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "_AttachmentSelection", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "StoredDocument`1", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "MAPIFolder", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "StoredPath`1", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "_Folders", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "StoredUnit`1", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "_Items", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ExtractFieldValue`2", + "Namespace": "Microsoft.ServiceModelingLanguage.Storage" }, { - "Name": "_NavigationPane", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Dbg", + "Namespace": "Microsoft.ServiceModelingLanguage.Diagnostics" }, { - "Name": "_NavigationModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "EventDescriptor", + "Namespace": "Microsoft.ServiceModelingLanguage.Diagnostics" }, { - "Name": "_NavigationModules", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "EventIdentity", + "Namespace": "Microsoft.ServiceModelingLanguage.Diagnostics" }, { - "Name": "_AccountSelector", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "EventReporter", + "Namespace": "Microsoft.ServiceModelingLanguage.Diagnostics" }, { - "Name": "_Account", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "EventTraceLevel", + "Namespace": "Microsoft.ServiceModelingLanguage.Diagnostics" }, { - "Name": "_Store", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "EventTraceProvider", + "Namespace": "Microsoft.ServiceModelingLanguage.Diagnostics" }, { - "Name": "_Rules", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DebuggerManager", + "Namespace": "Microsoft.Build.Debugging" }, { - "Name": "_Rule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildAbortedException", + "Namespace": "Microsoft.Build.Exceptions" }, { - "Name": "_RuleActions", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InternalLoggerException", + "Namespace": "Microsoft.Build.Exceptions" }, { - "Name": "_RuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InvalidProjectFileException", + "Namespace": "Microsoft.Build.Exceptions" }, { - "Name": "_MoveOrCopyRuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InvalidToolsetDefinitionException", + "Namespace": "Microsoft.Build.Exceptions" }, { - "Name": "_SendRuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ForwardingLoggerRecord", + "Namespace": "Microsoft.Build.Logging" }, { - "Name": "_AssignToCategoryRuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "WriteHandler", + "Namespace": "Microsoft.Build.Logging" }, { - "Name": "_PlaySoundRuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ColorSetter", + "Namespace": "Microsoft.Build.Logging" }, { - "Name": "_MarkAsTaskRuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ColorResetter", + "Namespace": "Microsoft.Build.Logging" }, { - "Name": "_NewItemAlertRuleAction", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ConsoleLogger", + "Namespace": "Microsoft.Build.Logging" }, { - "Name": "_RuleConditions", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DistributedFileLogger", + "Namespace": "Microsoft.Build.Logging" }, { - "Name": "_RuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ConfigurableForwardingLogger", + "Namespace": "Microsoft.Build.Logging" }, { - "Name": "_ImportanceRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "LoggerDescription", + "Namespace": "Microsoft.Build.Logging" }, { - "Name": "_AccountRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "FileLogger", + "Namespace": "Microsoft.Build.Logging" }, { - "Name": "_TextRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_CategoryRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectElementContainer", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_FormNameRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectImportElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_ToOrFromRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectImportGroupElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_AddressRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectItemDefinitionGroupElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_SenderInAddressListRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectItemDefinitionElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_FromRssFeedRuleCondition", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectItemGroupElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_Categories", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectItemElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_Category", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectMetadataElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_Views", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectOnErrorElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_StorageItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectOtherwiseElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_Table", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectOutputElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_Row", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectExtensionsElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_Columns", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectPropertyGroupElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_Column", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectPropertyElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_CalendarSharing", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectTargetElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "ItemEvents_10_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectTaskElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_MailItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectUsingTaskElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "ItemEvents_10", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectRootElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_Conversation", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectChooseElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_SimpleItems", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectWhenElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_UserDefinedProperties", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "UsingTaskParameterGroupElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_UserDefinedProperty", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectUsingTaskParameterElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_ExchangeUser", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectUsingTaskBodyElement", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "_ExchangeDistributionList", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ElementLocation", + "Namespace": "Microsoft.Build.Construction" }, { - "Name": "SyncObjectEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectCollectionChangedState", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "_SyncObject", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectCollectionChangedEventArgs", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "SyncObjectEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectChangedEventArgs", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "AccountsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectXmlChangedEventArgs", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "_Accounts", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ToolsetDefinitionLocations", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "AccountsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectCollection", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "StoresEvents_12_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectLoadSettings", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "_Stores", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Project", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "StoresEvents_12", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectItem", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "_SelectNamesDialog", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectItemDefinition", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "_SharingItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectMetadata", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "ExplorerEvents_10", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectProperty", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "InspectorEvents_10", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ResolvedImport", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "_Results", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SubToolset", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "_Reminders", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Toolset", + "Namespace": "Microsoft.Build.Evaluation" }, { - "Name": "_Reminder", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "NodeEngineShutdownReason", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_TimeZones", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildManager", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_OlkTimeZoneControl", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildParameters", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "OlkTimeZoneControlEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildSubmissionCompleteCallback", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "OlkTimeZoneControlEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildSubmission", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_AppointmentItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildRequestDataFlags", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_MeetingItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildRequestData", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "ExplorersEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "OutOfProcNode", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "FoldersEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildResultCode", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "InspectorsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildResult", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "ItemsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "TargetResultCode", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "NameSpaceEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ITargetResult", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_OutlookBarShortcuts", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "TargetResult", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_OutlookBarGroups", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "NodeAffinity", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "OutlookBarGroupsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "HostServices", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_OutlookBarPane", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectTargetInstanceChild", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "OutlookBarPaneEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectTaskInstanceChild", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "OutlookBarShortcutsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectInstanceSettings", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "ApplicationEvents_11", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "MAPIFolderEvents_12_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectItemDefinitionInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "MAPIFolderEvents_12", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectItemGroupTaskInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "ResultsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectItemGroupTaskItemInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_ViewsEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectItemGroupTaskMetadataInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "ReminderCollectionEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectItemInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_DocumentItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectMetadataInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_NoteItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectOnErrorInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "FormRegionEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectPropertyGroupTaskInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_ViewField", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectPropertyGroupTaskPropertyInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_ColumnFormat", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectPropertyInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_ViewFields", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectTargetInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_IconView", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectTaskInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_OrderFields", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectTaskOutputItemInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_OrderField", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectTaskOutputPropertyInstance", + "Namespace": "Microsoft.Build.Execution" }, { - "Name": "_CardView", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectFileConverter", + "Namespace": "Microsoft.Build.Conversion" }, { - "Name": "_ViewFont", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildTask", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_AutoFormatRules", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildSettings", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_AutoFormatRule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ProjectLoadSettings", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_TimelineView", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ToolsetDefinitionLocations", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_MailModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Engine", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_NavigationGroups", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Import", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_NavigationGroup", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ImportCollection", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_NavigationFolders", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "PropertyPosition", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_NavigationFolder", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Project", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_CalendarModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Target", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_ContactsModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "TargetCollection", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_TasksModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Toolset", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_JournalModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ToolsetCollection", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_NotesModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "UsingTask", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "NavigationPaneEvents_12", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "UsingTaskCollection", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "NavigationGroupsEvents_12", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "Utilities", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_BusinessCardView", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InternalLoggerException", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_SolutionsModule", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InvalidProjectFileException", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_CalendarView", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "InvalidToolsetDefinitionException", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_TableView", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "RemoteErrorException", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_MobileItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildItem", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_JournalItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildItemGroup", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_PostItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildItemGroupCollection", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_TaskItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "LocalNode", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "AccountSelectorEvents", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "WriteHandler", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_DistListItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ColorSetter", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_ReportItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ColorResetter", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_RemoteItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ConsoleLogger", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_TaskRequestItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "DistributedFileLogger", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_TaskRequestAcceptItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "ConfigurableForwardingLogger", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_TaskRequestDeclineItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "LoggerDescription", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_TaskRequestUpdateItem", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "FileLogger", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "_ConversationHeader", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildProperty", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "FoldersEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildPropertyGroup", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "ItemsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildPropertyGroupCollection", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "NameSpaceEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "SolutionWrapperProject", + "Namespace": "Microsoft.Build.BuildEngine" }, { - "Name": "OutlookBarGroupsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildEngineResult", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "OutlookBarPaneEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildErrorEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "OutlookBarShortcutsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "ResultsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "_ViewsEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "MessageImportance", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "ReminderCollectionEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildMessageEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "NavigationPaneEvents_12_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "NavigationGroupsEvents_12_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildStatusEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "AccountSelectorEvents_Event", - "Namespace": "Microsoft.Office.Interop.Outlook" + "Name": "BuildWarningEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "Font", - "Namespace": "stdole" + "Name": "CriticalBuildMessageEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "FontEvents_Event", - "Namespace": "stdole" + "Name": "CustomBuildEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "Picture", - "Namespace": "stdole" + "Name": "ExternalProjectFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "FontEvents", - "Namespace": "stdole" + "Name": "ExternalProjectStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "Font", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "IBuildEngine3", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IDataAutoWrapper", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "RegisteredTaskObjectLifetime", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IReturnInteger", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "IBuildEngine4", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IReturnBoolean", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "IGeneratedTask", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IReturnString", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "LazyFormattedBuildEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IReturnSingle", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "IBuildEngine", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IReturnEffect", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "IBuildEngine2", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IControl", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "IEventRedirector", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "ControlEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "BuildMessageEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "ControlEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "BuildErrorEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "FormEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "BuildWarningEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "OptionFrameEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "CustomBuildEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "OptionFrameEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "BuildStartedEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "ILabelControl", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "BuildFinishedEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "ICommandButton", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ProjectStartedEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IMdcText", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ProjectFinishedEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IMdcList", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "TargetStartedEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IMdcCombo", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "TargetFinishedEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IMdcCheckBox", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "TaskStartedEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IMdcOptionButton", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "TaskFinishedEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IMdcToggleButton", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "BuildStatusEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IScrollbar", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "AnyEventHandler", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "ITabStrip", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "IEventSource", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "ISpinbutton", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "IForwardingLogger", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IImage", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "LoggerVerbosity", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IWHTMLSubmitButton", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ILogger", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IWHTMLImage", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "INodeLogger", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IWHTMLReset", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ITask", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IWHTMLCheckbox", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ICancelableTask", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IWHTMLOption", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ITaskFactory", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IWHTMLText", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ITaskFactory2", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IWHTMLHidden", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ITaskHost", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IWHTMLPassword", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ITaskItem", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IWHTMLSelect", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ITaskItem2", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "IWHTMLTextArea", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "LoadInSeparateAppDomainAttribute", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "LabelControlEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "LoggerException", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "LabelControlEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "BuildEventContext", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "CommandButtonEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "OutputAttribute", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "CommandButtonEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ProjectFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "MdcTextEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ProjectStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "MdcTextEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "RequiredAttribute", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "MdcListEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "RequiredRuntimeAttribute", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "MdcListEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "RunInMTAAttribute", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "MdcComboEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "RunInSTAAttribute", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "MdcComboEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "TargetFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "MdcCheckBoxEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "TargetStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "MdcOptionButtonEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "TaskCommandLineEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "MdcToggleButtonEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "TaskFinishedEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "MdcCheckBoxEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "TaskPropertyInfo", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "MdcOptionButtonEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "TaskStartedEventArgs", + "Namespace": "Microsoft.Build.Framework" }, { - "Name": "MdcToggleButtonEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "Argument", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "ScrollbarEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "BaseProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "ScrollbarEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "BoolProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "TabStripEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "Category", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "TabStripEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "CategorySchema", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "SpinbuttonEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ContentType", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "SpinbuttonEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "DefaultValueSourceLocation", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "ImageEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "DataSource", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "ImageEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "DynamicEnumProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "EnumProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents1", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "EnumValue", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents2", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "FileExtension", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents3", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "IntProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents4", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "IProjectSchemaNode", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents5", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ItemType", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents6", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "NameValuePair", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents7", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ProjectSchemaDefinitions", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents9", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "RuleOverrideMode", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents10", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "Rule", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "RuleBag", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents1_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "RuleSchema", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents2_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "StringListProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents3_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "StringProperty", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents4_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ValueEditor", + "Namespace": "Microsoft.Build.Framework.XamlTypes" }, { - "Name": "WHTMLControlEvents5_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "TaskLoggingHelperExtension", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "WHTMLControlEvents6_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "AL", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "WHTMLControlEvents7_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "AppDomainIsolatedTaskExtension", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "WHTMLControlEvents9_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "AspNetCompiler", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "WHTMLControlEvents10_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ResolveAssemblyReference", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "IPage", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "AssignCulture", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "IMultiPage", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "AssignProjectConfiguration", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "MultiPageEvents", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "AssignTargetPath", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "MultiPageEvents_Event", - "Namespace": "Microsoft.Vbe.Interop.Forms" + "Name": "ResolveComReference", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "IOleServiceProvider", - "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + "Name": "CallTarget", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "FormRegionMessageClassAttribute", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "CodeTaskFactory", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "FormRegionNameAttribute", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "CombinePath", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "CannotRemoveControlException", - "Namespace": "Microsoft.Office.Tools" + "Name": "CommandLineBuilderExtension", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "CannotRemoveCustomizationException", - "Namespace": "Microsoft.Office.Tools" + "Name": "ConvertToAbsolutePath", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ControlNameAlreadyExistsException", - "Namespace": "Microsoft.Office.Tools" + "Name": "Copy", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "InvalidRangeException", - "Namespace": "Microsoft.Office.Tools" + "Name": "CreateCSharpManifestResourceName", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ListObjectNotDataBoundException", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "CreateItem", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "RangeNotOnWorksheetException", - "Namespace": "Microsoft.Office.Tools" + "Name": "CreateManifestResourceName", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "FailureReason", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "CreateProperty", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "SetDataBindingFailedException", - "Namespace": "Microsoft.Office.Tools.Excel" + "Name": "CreateVisualBasicManifestResourceName", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ControlNotFoundException", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "Csc", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "FormRegionStorageNullException", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "Delete", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "InvalidMessageClassException", - "Namespace": "Microsoft.Office.Tools.Outlook" + "Name": "Error", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ApplicationFactory", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "Exec", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "IDocumentExtension", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "ExtractedClassName", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "Factory", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "ReadLinesFromFile", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "Bookmark", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "WriteLinesToFile", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControlBase", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "FindAppConfigFile", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "BuildingBlockGalleryContentControl", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "FindInList", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ComboBoxContentControl", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "FormatUrl", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControl", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "FormatVersion", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "DatePickerContentControl", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "GenerateApplicationManifest", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "Document", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "GenerateBootstrapper", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "DropDownListContentControl", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "GenerateDeploymentManifest", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "GroupContentControl", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "GenerateManifestBase", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "PictureContentControl", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "GenerateTrustInfo", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "PlainTextContentControl", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "GenerateResource", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "RichTextContentControl", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "GetAssemblyIdentity", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "XMLNode", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "GetFrameworkPath", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "XMLNodes", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "GetFrameworkSdkPath", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "Bookmark_InformationType", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "GetInstalledSDKLocations", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "Bookmark_XMLType", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "GetReferenceAssemblyPaths", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "Document_CompatibilityType", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "GetSDKReferenceFiles", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "Document_ActiveWritingStyleType", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "LC", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "XMLNode_ValidationErrorTextType", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "FindUnderPath", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "XMLNode_XMLType", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "RemoveDuplicates", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ActionClickEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "MakeDir", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "BeforeCaptionShowEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "ManagedCompiler", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ClickEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "Move", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContextChangeEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "Message", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "MailMergeAfterMergeEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "MSBuild", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "MailMergeWizardStateChangeEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "IFixedTypeInfo", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "NodeInsertAndDeleteEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "RegisterAssembly", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "SaveEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "RemoveDir", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "SelectionEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "ResolveKeySource", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "WindowEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "ResolveManifestFiles", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "Action", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "ResolveNativeReference", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ActionEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "ResolveProjectBase", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ClickEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "ResolveNonMSBuildProjectOutput", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControlAddedEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "ResolveSDKReference", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControlAddedEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "RequiresFramework35SP1Assembly", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControlContentUpdatingEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "SGen", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControlContentUpdatingEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "SignFile", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControlDeletingEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "TaskExtension", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControlDeletingEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "ToolTaskExtension", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControlEnteringEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "Touch", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControlEnteringEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "UnregisterAssembly", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControlExitingEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "UpdateManifest", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControlExitingEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "Vbc", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControlStoreUpdatingEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "WinMDExp", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContentControlStoreUpdatingEventHandler", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "WriteCodeFragment", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "ContextChangeEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "XamlTaskFactory", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "MailMergeAfterMergeEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "XmlPeek", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "MailMergeWizardStateChangeEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "XmlPoke", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "NodeInsertAndDeleteEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "XslTransformation", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "SaveEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "Warning", + "Namespace": "Microsoft.Build.Tasks" }, { - "Name": "SelectionEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "CommandLineGenerator", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "SmartTag", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "CommandLineToolSwitchType", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "WindowEventArgs", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "CommandLineToolSwitch", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "ControlCollection", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "PropertyRelation", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "ControlSite", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "CommandLineArgumentRelation", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "ISmartTagExtension", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "XamlDataDrivenToolTask", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "SmartTagRecognizeContext", - "Namespace": "Microsoft.Office.Tools.Word" + "Name": "ICscHostObject", + "Namespace": "Microsoft.Build.Tasks.Hosting" }, { - "Name": "_Document", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ICscHostObject2", + "Namespace": "Microsoft.Build.Tasks.Hosting" }, { - "Name": "IRibbonExtensibility", - "Namespace": "Microsoft.Office.Core" + "Name": "ICscHostObject3", + "Namespace": "Microsoft.Build.Tasks.Hosting" }, { - "Name": "Range", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ICscHostObject4", + "Namespace": "Microsoft.Build.Tasks.Hosting" }, { - "Name": "Bookmark", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IVbcHostObject", + "Namespace": "Microsoft.Build.Tasks.Hosting" }, { - "Name": "WdStoryType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IVbcHostObject2", + "Namespace": "Microsoft.Build.Tasks.Hosting" }, { - "Name": "Application", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IVbcHostObject3", + "Namespace": "Microsoft.Build.Tasks.Hosting" }, { - "Name": "Font", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IVbcHostObject4", + "Namespace": "Microsoft.Build.Tasks.Hosting" }, { - "Name": "Tables", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IVbcHostObject5", + "Namespace": "Microsoft.Build.Tasks.Hosting" }, { - "Name": "Words", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IVbcHostObjectFreeThreaded", + "Namespace": "Microsoft.Build.Tasks.Hosting" }, { - "Name": "Sentences", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ApplicationIdentity", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Characters", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ApplicationManifest", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Footnotes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AssemblyIdentity", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Endnotes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AssemblyManifest", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Comments", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AssemblyReferenceType", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Cells", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AssemblyReference", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Sections", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AssemblyReferenceCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Paragraphs", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BaseReference", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Borders", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CompatibleFramework", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Shading", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CompatibleFrameworkCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "TextRetrievalMode", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "UpdateMode", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Fields", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "UpdateUnit", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "FormFields", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeployManifest", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Frames", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "FileAssociation", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "ParagraphFormat", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "FileAssociationCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "ListFormat", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "FileReference", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Bookmarks", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ComClass", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "WdUnderline", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TypeLib", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "WdEmphasisMark", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "WindowClass", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Revisions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ProxyStub", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "WdLanguageID", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "FileReferenceCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "SynonymInfo", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "Manifest", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Hyperlinks", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ManifestReader", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "ListParagraphs", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ManifestWriter", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "WdColorIndex", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "OutputMessageType", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Columns", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "OutputMessage", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Rows", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "OutputMessageCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "Find", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "SecurityUtilities", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "PageSetup", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TrustInfo", + "Namespace": "Microsoft.Build.Tasks.Deployment.ManifestUtilities" }, { - "Name": "ShapeRange", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BootstrapperBuilder", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "WdCharacterCase", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BuildMessage", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "WdInformation", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BuildResults", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "ReadabilityStatistics", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BuildSettings", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "ProofreadingErrors", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IBootstrapperBuilder", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "WdTextOrientation", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IBuildSettings", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "InlineShapes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IProduct", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "Table", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IProductCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "WdReferenceKind", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IProductBuilder", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "WdGoToItem", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IProductBuilderCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "WdStatistic", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IBuildResults", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "SpellingSuggestions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IBuildMessage", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "WdPhoneticGuideAlignmentType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BuildMessageSeverity", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "WdTCSCConverterDirection", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ComponentsLocation", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "WdHorizontalInVerticalType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "Product", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "WdTwoLinesInOneType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ProductBuilder", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "Scripts", - "Namespace": "Microsoft.Office.Core" + "Name": "ProductBuilderCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "WdCharacterWidth", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ProductCollection", + "Namespace": "Microsoft.Build.Tasks.Deployment.Bootstrapper" }, { - "Name": "WdKana", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RSAPKCS1SHA256SignatureDescription", + "Namespace": "System.Deployment.Internal.CodeSigning" }, { - "Name": "HTMLDivisions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TaskLoggingHelper", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "SmartTags", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AppDomainIsolatedTask", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "Document", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AssemblyFoldersExInfo", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "FootnoteOptions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CommandLineBuilder", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "EndnoteOptions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "Logger", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "WdRecoveryType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "MuxLogger", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "XMLNodes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ProcessorArchitecture", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "XMLNode", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TargetPlatformSDK", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "Editors", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "Task", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "OMaths", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TaskItem", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "ContentControls", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TargetDotNetFrameworkVersion", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "WdSaveFormat", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "VisualStudioVersion", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "ContentControl", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DotNetFrameworkArchitecture", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "WdExportFormat", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ToolLocationHelper", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "WdExportOptimizeFor", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "HostObjectInitializationStatus", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "WdExportItem", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ToolTask", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "WdExportCreateBookmarks", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CanonicalTrackedInputFiles", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "CoAuthLocks", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "FlatTrackingData", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "CoAuthUpdates", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "UpToDateCheckType", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "Conflicts", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ExecutableType", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "BuildingBlock", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "FileTracker", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "WdBuildingBlockTypes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DependencyFilter", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "XMLMapping", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CanonicalTrackedOutputFiles", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "ContentControlListEntries", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TrackedDependencies", + "Namespace": "Microsoft.Build.Utilities" }, { - "Name": "WdContentControlType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AddAiaCommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "WdContentControlDateStorageFormat", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AddCATemplateCommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "WdCalendarType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AddCdpCommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "DocumentEvents2_OpenEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BackupCACommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "DocumentEvents2_NewEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BaseCACommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "WdDocumentType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BaseConfirmAttestationCommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "Styles", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ConfirmAIKCommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "TablesOfFigures", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ConfirmEKCommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "Variables", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "GetCATemplateCommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "MailMerge", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "GetAuthorityInformationAccessCommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "Envelope", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "GetCrlDistributionPointCommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "TablesOfContents", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PublicationScenario", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "TablesOfAuthorities", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PublicationEntry", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "Windows", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AuthorityInformationAccess", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "RoutingSlip", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PublicationFlags", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "TablesOfAuthoritiesCategories", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PublicationProtocol", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "Indexes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RemoveAiaCommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "Window", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RemoveCdpCommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "WdDocumentKind", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RemoveCATemplateCommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "Subdocuments", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RestoreCACommand", + "Namespace": "Microsoft.CertificateServices.Administration.Commands.CA" }, { - "Name": "WdCompatibility", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "InstallAdcsWebEnrollment", + "Namespace": "Microsoft.CertificateServices.Deployment.Commands.WebEnrollment" }, { - "Name": "StoryRanges", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "UninstallAdcsWebEnrollment", + "Namespace": "Microsoft.CertificateServices.Deployment.Commands.WebEnrollment" }, { - "Name": "CommandBars", - "Namespace": "Microsoft.Office.Core" + "Name": "InstallAdcsOnlineResponder", + "Namespace": "Microsoft.CertificateServices.Deployment.Commands.OCSP" }, { - "Name": "WdProtectionType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "UninstallAdcsOnlineResponder", + "Namespace": "Microsoft.CertificateServices.Deployment.Commands.OCSP" }, { - "Name": "Shapes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "InstallAdcsNetworkDeviceEnrollmentService", + "Namespace": "Microsoft.CertificateServices.Deployment.Commands.NDES" }, { - "Name": "ListTemplates", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "UninstallAdcsNetworkDeviceEnrollmentService", + "Namespace": "Microsoft.CertificateServices.Deployment.Commands.NDES" }, { - "Name": "Lists", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "InstallAdcsEnrollmentWebService", + "Namespace": "Microsoft.CertificateServices.Deployment.Commands.CES" }, { - "Name": "Shape", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "UninstallAdcsEnrollmentWebService", + "Namespace": "Microsoft.CertificateServices.Deployment.Commands.CES" }, { - "Name": "Versions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "InstallAdcsEnrollmentPolicyWebService", + "Namespace": "Microsoft.CertificateServices.Deployment.Commands.CEP" }, { - "Name": "WdSummaryMode", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "UninstallAdcsEnrollmentPolicyWebService", + "Namespace": "Microsoft.CertificateServices.Deployment.Commands.CEP" }, { - "Name": "Mailer", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "InstallADCSCertificationAuthority", + "Namespace": "Microsoft.CertificateServices.Deployment.Commands.CA" }, { - "Name": "VBProject", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "UninstallADCSCertificationAuthority", + "Namespace": "Microsoft.CertificateServices.Deployment.Commands.CA" }, { - "Name": "WdJustificationMode", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CertificateServicesBaseSetupException", + "Namespace": "Microsoft.CertificateServices.Deployment.Common" }, { - "Name": "WdFarEastLineBreakLevel", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CertificateServicesBaseSetupResult", + "Namespace": "Microsoft.CertificateServices.Deployment.Common" }, { - "Name": "WdAutoMacros", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AuthenticationType", + "Namespace": "Microsoft.CertificateServices.Deployment.Common" }, { - "Name": "WdEditionType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "WebEnrollmentResult", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.WEP" }, { - "Name": "WdEditionOption", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "WebEnrollmentSetupException", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.WEP" }, { - "Name": "LetterContent", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "StringResources", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.Resources" }, { - "Name": "WdLetterStyle", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "OnlineResponderResult", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.OCSP" }, { - "Name": "WdLetterheadLocation", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "OnlineResponderSetupException", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.OCSP" }, { - "Name": "WdSalutationType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "NetworkDeviceEnrollmentServiceResult", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.NDES" }, { - "Name": "MsoEncoding", - "Namespace": "Microsoft.Office.Core" + "Name": "NetworkDeviceEnrollmentServiceSetupException", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.NDES" }, { - "Name": "Email", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "EnrollmentServiceResult", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.CES" }, { - "Name": "WdFarEastLineBreakLanguageID", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "EnrollmentServiceSetupException", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.CES" }, { - "Name": "Frameset", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "EnrollmentPolicyServiceResult", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.CEP" }, { - "Name": "HTMLProject", - "Namespace": "Microsoft.Office.Core" + "Name": "EnrollmentPolicyServiceSetupException", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.CEP" }, { - "Name": "WebOptions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CertificationAuthoritySetupException", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.CA" }, { - "Name": "MsoEnvelope", - "Namespace": "Microsoft.Office.Core" + "Name": "CertificationAuthoritySetupResult", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.CA" }, { - "Name": "SignatureSet", - "Namespace": "Microsoft.Office.Core" + "Name": "CAType", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.CA" }, { - "Name": "WdDisableFeaturesIntroducedAfter", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ValidityPeriod", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.CA" }, { - "Name": "WdLineEndingType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PrivateKeyOption", + "Namespace": "Microsoft.CertificateServices.Deployment.Common.CA" }, { - "Name": "StyleSheets", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "GetAdcsNetworkDeviceEnrollmentConfigurationDefaultsCommand", + "Namespace": "Microsoft.CertificateServices.Deployment.InternalCommands.NDES" }, { - "Name": "WdShowFilter", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "GetDefaultsCommand", + "Namespace": "Microsoft.CertificateServices.Deployment.InternalCommands.CES" }, { - "Name": "Permission", - "Namespace": "Microsoft.Office.Core" + "Name": "GetDefaultsCommand", + "Namespace": "Microsoft.CertificateServices.Deployment.InternalCommands.CEP" }, { - "Name": "XMLSchemaReferences", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "GetDefaultsCommand", + "Namespace": "Microsoft.CertificateServices.Deployment.InternalCommands.CA" }, { - "Name": "SmartDocument", - "Namespace": "Microsoft.Office.Core" + "Name": "ImportPfxCommand", + "Namespace": "Microsoft.CertificateServices.Deployment.InternalCommands.CA" }, { - "Name": "SharedWorkspace", - "Namespace": "Microsoft.Office.Core" + "Name": "GetAdcsConfigurationStateCommand", + "Namespace": "Microsoft.CertificateServices.Deployment.InternalCommands.ADCS" }, { - "Name": "Sync", - "Namespace": "Microsoft.Office.Core" + "Name": "GetCredentialInformationCommand", + "Namespace": "Microsoft.CertificateServices.Deployment.InternalCommands.ADCS" }, { - "Name": "DocumentLibraryVersions", - "Namespace": "Microsoft.Office.Core" + "Name": "GetSslCertificatesCommand", + "Namespace": "Microsoft.CertificateServices.Deployment.InternalCommands.ADCS" }, { - "Name": "XMLChildNodeSuggestions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "WdStyleSort", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TraceExceptionType", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn" }, { - "Name": "MetaProperties", - "Namespace": "Microsoft.Office.Core" + "Name": "TraceOperationType", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn" }, { - "Name": "WdRemoveDocInfoType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ITracer", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn" }, { - "Name": "ServerPolicy", - "Namespace": "Microsoft.Office.Core" + "Name": "ITraceFormatter", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn" }, { - "Name": "DocumentInspectors", - "Namespace": "Microsoft.Office.Core" + "Name": "InstallationPlugIn", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn" }, { - "Name": "WorkflowTasks", - "Namespace": "Microsoft.Office.Core" + "Name": "UNInstallationPlugIn", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn" }, { - "Name": "WorkflowTemplates", - "Namespace": "Microsoft.Office.Core" + "Name": "StringResources", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.DeploymentWizard.WEP.Resources" }, { - "Name": "Bibliography", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "StringResources", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.DeploymentWizard.NDES.Resources" }, { - "Name": "CustomXMLParts", - "Namespace": "Microsoft.Office.Core" + "Name": "StringResources", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.DeploymentWizard.CES.Resources" }, { - "Name": "Research", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "StringResources", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.DeploymentWizard.CEP.Resources" }, { - "Name": "WdOMathBreakBin", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "LogicAndConverter", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.DeploymentWizard.Common" }, { - "Name": "WdOMathBreakSub", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "NotNullObjectToBoolConverter", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.DeploymentWizard.Common" }, { - "Name": "WdOMathJc", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "StringResources", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.DeploymentWizard.Common.Resources" }, { - "Name": "OfficeTheme", - "Namespace": "Microsoft.Office.Core" + "Name": "UIValidityPeriod", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.DeploymentWizard.CA.ViewModels" }, { - "Name": "CustomXMLNode", - "Namespace": "Microsoft.Office.Core" + "Name": "StringResources", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.DeploymentWizard.CA.Resources" }, { - "Name": "CustomXMLPart", - "Namespace": "Microsoft.Office.Core" + "Name": "AccountPrivileges", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.DeploymentWizard.ADCS" }, { - "Name": "WdExportRange", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "StringResources", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.DeploymentWizard.ADCS.Resources" }, { - "Name": "DocumentEvents2_CloseEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CredentialUI", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.DeploymentWizard.ADCS.Dialogs" }, { - "Name": "DocumentEvents2_SyncEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ShellPlugin", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.PlugIn" }, { - "Name": "DocumentEvents2_XMLAfterInsertEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ADCSEvents", + "Namespace": "Microsoft.CertificateServices.ServerManager.DeploymentPlugIn.Instrumentation.Events" }, { - "Name": "DocumentEvents2_XMLBeforeDeleteEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "GetContainerNetwork", + "Namespace": "Microsoft.Containers.PowerShell.Cmdlets" }, { - "Name": "DocumentEvents2_ContentControlAfterAddEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RemoveContainerNetwork", + "Namespace": "Microsoft.Containers.PowerShell.Cmdlets" }, { - "Name": "DocumentEvents2_ContentControlBeforeDeleteEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "NewContainerNetwork", + "Namespace": "Microsoft.Containers.PowerShell.Cmdlets" }, { - "Name": "DocumentEvents2_ContentControlOnExitEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "NativeMethods", + "Namespace": "Microsoft.Containers.PowerShell.Cmdlets" }, { - "Name": "DocumentEvents2_ContentControlOnEnterEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ContainerNetwork", + "Namespace": "Microsoft.Containers.PowerShell.Objects" }, { - "Name": "DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "Binder", + "Namespace": "Microsoft.CSharp.RuntimeBinder" }, { - "Name": "DocumentEvents2_ContentControlBeforeContentUpdateEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CSharpArgumentInfo", + "Namespace": "Microsoft.CSharp.RuntimeBinder" }, { - "Name": "DocumentEvents2_BuildingBlockInsertEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CSharpArgumentInfoFlags", + "Namespace": "Microsoft.CSharp.RuntimeBinder" }, { - "Name": "CoAuthoring", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CSharpBinderFlags", + "Namespace": "Microsoft.CSharp.RuntimeBinder" }, { - "Name": "WdXMLNodeType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RuntimeBinderException", + "Namespace": "Microsoft.CSharp.RuntimeBinder" }, { - "Name": "WdXMLNodeLevel", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RuntimeBinderInternalCompilerException", + "Namespace": "Microsoft.CSharp.RuntimeBinder" }, { - "Name": "WdXMLValidationStatus", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AdrsTenantInfo", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "SmartTag", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AdrsTenantConfigStore", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "ISmartTagProperties", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "AdrsTenantInfoAd", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "Selection", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AdrsTenantInfoRegistry", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "InlineShape", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AdrsTenantInfoUtil", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "ISmartTagRecognizerSite", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "ADStoreDrCreationAttributeContext", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "ISmartTagTokenList", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "CrossReference", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "_Application", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "GCServerInfo", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "ApplicationEvents4_Event", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DsGetDC", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "_Font", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ADStore", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "_ParagraphFormat", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DkmDataProtector", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "_IMsoDispObj", - "Namespace": "Microsoft.Office.Core" + "Name": "DRKeyReceiptCertStore", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "DocumentEvents2_Event", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DRServerContext", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "_CommandBars", - "Namespace": "Microsoft.Office.Core" + "Name": "NativeMethods", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "_CommandBarsEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "DRProvisioningContext", + "Namespace": "Microsoft.DeviceRegistration.ADAdapter" }, { - "Name": "_VBProject", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "AdapterConstants", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_VBProject_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "DirectoryAuthenticationException", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_ProjectTemplate", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "DirectoryStoreException", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_LetterContent", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DRDevice", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "IMsoEnvelopeVB", - "Namespace": "Microsoft.Office.Core" + "Name": "KeyUsage", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "IMsoEnvelopeVBEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "CustomKeyInformation", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CustomXMLParts", - "Namespace": "Microsoft.Office.Core" + "Name": "DRKey", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CustomXMLPartsEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "DrNgcKey", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CustomXMLPart", - "Namespace": "Microsoft.Office.Core" + "Name": "DrStkKey", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CustomXMLPartEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "DrBitLockerKey", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "MsoSyncEventType", - "Namespace": "Microsoft.Office.Core" + "Name": "DRServiceHelper", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_Global", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DRServiceObject", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_OLEControl", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ServiceCertificates", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "OCXEvents", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DRServicePolicies", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "OCXEvents_Event", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DrAadUser", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "ApplicationEvents4", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DrAdComputer", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "DocumentEvents2", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DrAdUser", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "IAccessible", - "Namespace": "Microsoft.Office.Core" + "Name": "DRLocalStoreUser", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_IMsoOleAccDispObj", - "Namespace": "Microsoft.Office.Core" + "Name": "RetrieveUserArgs", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "CommandBarControl", - "Namespace": "Microsoft.Office.Core" + "Name": "RetrieveUser", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CommandBarButton", - "Namespace": "Microsoft.Office.Core" + "Name": "DRUser", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CommandBarComboBox", - "Namespace": "Microsoft.Office.Core" + "Name": "IDataProtector", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CommandBarsEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IDRServerContext", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CommandBarComboBoxEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "CancelPurgeCallback", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CommandBarComboBoxEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "DrServiceCreationAttributesContext", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CommandBarButtonEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "DrAdminConfiguration", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CommandBarButtonEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "DRServiceAttributesFlags", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "IMsoEnvelopeVBEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "DRDeviceAttributesFlags", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CustomXMLSchemaCollection", - "Namespace": "Microsoft.Office.Core" + "Name": "ContainerType", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CustomXMLPartEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IDRStore", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CustomXMLPartsEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "AdapterContractNativeMethods", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CustomTaskPane", - "Namespace": "Microsoft.Office.Core" + "Name": "NotifyServiceEndpointsRunning", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CustomTaskPaneEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "RetrieveUserDetails", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "_CustomTaskPaneEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "ServiceStartupSettings", + "Namespace": "Microsoft.DeviceRegistration.AdapterContract" }, { - "Name": "IMsoChartTitle", - "Namespace": "Microsoft.Office.Core" + "Name": "AdInterfaceFactory", + "Namespace": "Microsoft.DeviceRegistration.AdInfra" }, { - "Name": "Application", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ServiceConfiguration", + "Namespace": "Microsoft.DeviceRegistration.AdInfra" }, { - "Name": "_Windows_old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "UserIdentifier", + "Namespace": "Microsoft.DeviceRegistration.AdInfra" }, { - "Name": "_Windows", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "CertificateAuthorityService", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_LinkedWindows", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "CertificateAuthorityConstants", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_ReferencesEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "CertificateAuthority", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_dispReferencesEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "CryptHelper", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_dispReferencesEvents_Event", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "AuthorityDiagnostics", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_CommandBarControlEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "Guard", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_dispCommandBarControlEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "TraceSourceArea", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_dispCommandBarControlEvents_Event", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "Logging", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_VBProjects_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "SubscriptionState", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_VBProjects", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "SubscriptionMaintenanceState", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_Components", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "SubscriptionProvisionType", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_VBComponents_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "SubscriptionMoveOutcome", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_VBComponents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "TenantAdminState", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_Component", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "TenantAdminType", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_VBComponent_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "RoleName", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_VBComponent", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "UserDoSState", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_Properties", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "DeviceDoSState", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_AddIns", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "SubscriptionAddonState", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_CodeModule", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ProcessType", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_CodePanes", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "PlatformScaleUnitType", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_CodePane", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "SyncObjectState", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_References", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "BusinessTenantType", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_dispReferences_Events", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "MDMAuthority", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_dispReferences_Events_Event", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "PlatformConstants", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "IOleServiceProvider", - "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + "Name": "ScepMessageType", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "_Document", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ScepPkiStatus", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "CustomXMLParts", - "Namespace": "Microsoft.Office.Core" + "Name": "ScepFailInfo", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "DocumentProperties", - "Namespace": "Microsoft.Office.Core" + "Name": "ScepHelper", + "Namespace": "Microsoft.DeviceRegistration.CertificateIssuer" }, { - "Name": "WdStoryType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BaseAdminConfiguration", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Application", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IAdminConfiguration", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Bookmark", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "Feature", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Font", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BaseFeatureController", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Range", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IFeatureController", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Tables", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TimeDelegate", + "Namespace": "Microsoft.DeviceRegistration.Common" }, { - "Name": "Words", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ActionExecutor", + "Namespace": "Microsoft.DeviceRegistration.Common" }, { - "Name": "Sentences", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "EnumExtensions", + "Namespace": "Microsoft.DeviceRegistration.Common" }, { - "Name": "Characters", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "HttpNoRetryPolicy", + "Namespace": "Microsoft.DeviceRegistration.Common" }, { - "Name": "Footnotes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "HttpRetryPolicy", + "Namespace": "Microsoft.DeviceRegistration.Common" }, { - "Name": "Endnotes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IRetryPolicy", + "Namespace": "Microsoft.DeviceRegistration.Common" }, { - "Name": "Comments", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IThrottlePolicy", + "Namespace": "Microsoft.DeviceRegistration.Common" }, { - "Name": "Cells", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IUserIdentifier", + "Namespace": "Microsoft.DeviceRegistration.Common" }, { - "Name": "Sections", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RequestInfo", + "Namespace": "Microsoft.DeviceRegistration.Common" }, { - "Name": "Paragraphs", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RetryUtil", + "Namespace": "Microsoft.DeviceRegistration.Common" }, { - "Name": "Borders", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TimeUtil", + "Namespace": "Microsoft.DeviceRegistration.Common" }, { - "Name": "Shading", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DCProvisioningType", + "Namespace": "Microsoft.DeviceRegistration.Configuration.Tasks" }, { - "Name": "TextRetrievalMode", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DCProvisioningInfo", + "Namespace": "Microsoft.DeviceRegistration.Configuration.Tasks" }, { - "Name": "Fields", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeleteRequest", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "FormFields", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeleteResponse", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "Frames", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DomainJoinEnrollmentRequest", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "ParagraphFormat", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "EnrollmentRequest", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "ListFormat", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "EnrollmentResponse", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "Bookmarks", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IDeleteRequest", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "WdUnderline", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IDeleteResponse", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "WdEmphasisMark", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IDeviceEnroller", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "Revisions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IDomainJoinEnrollmentRequest", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "WdLanguageID", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IEnrollmentRequest", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "SynonymInfo", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IEnrollmentResponse", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "Hyperlinks", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IPatchRequest", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "ListParagraphs", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IPatchResponse", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "WdColorIndex", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IRenewalRequest", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "Columns", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IRenewalResponse", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "Rows", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PatchRequest", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "Find", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PatchResponse", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "PageSetup", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RenewalRequest", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "ShapeRange", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RenewalResponse", + "Namespace": "Microsoft.DeviceRegistration.DeviceEnrollment" }, { - "Name": "WdCharacterCase", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IWindowsDeviceJoinService", + "Namespace": "Microsoft.DeviceRegistration.DeviceJoinService" }, { - "Name": "WdInformation", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "WindowsDeviceJoinService", + "Namespace": "Microsoft.DeviceRegistration.DeviceJoinService" }, { - "Name": "ReadabilityStatistics", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AuditLog", + "Namespace": "Microsoft.DeviceRegistration.Diagnostics" }, { - "Name": "ProofreadingErrors", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ActivityTracerScope", + "Namespace": "Microsoft.DeviceRegistration.Diagnostics" }, { - "Name": "WdTextOrientation", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DebugLog", + "Namespace": "Microsoft.DeviceRegistration.Diagnostics" }, { - "Name": "InlineShapes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TraceConstants", + "Namespace": "Microsoft.DeviceRegistration.Diagnostics" }, { - "Name": "Table", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TraceLog", + "Namespace": "Microsoft.DeviceRegistration.Diagnostics" }, { - "Name": "WdReferenceKind", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DRSEventId", + "Namespace": "Microsoft.DeviceRegistration.Diagnostics" }, { - "Name": "WdGoToItem", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IDRSEventProvider", + "Namespace": "Microsoft.DeviceRegistration.Diagnostics" }, { - "Name": "WdStatistic", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "HttpDiscoveryService", + "Namespace": "Microsoft.DeviceRegistration.HttpDiscovery" }, { - "Name": "SpellingSuggestions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IHttpDiscoveryService", + "Namespace": "Microsoft.DeviceRegistration.HttpDiscovery" }, { - "Name": "WdPhoneticGuideAlignmentType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AccountType", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdTCSCConverterDirection", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "Acl", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdHorizontalInVerticalType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AikCertificateValidationLevel", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdTwoLinesInOneType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "Asn1Helper", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Scripts", - "Namespace": "Microsoft.Office.Core" + "Name": "CertificateEnrollmentType", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdCharacterWidth", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CertificateStorageScheme", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdKana", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CertificateValidation", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "HTMLDivisions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeviceAuthentication", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "SmartTags", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "Constants", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Document", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "Converter", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "FootnoteOptions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DataContractException", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "EndnoteOptions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DataMemberMissingException", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdRecoveryType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "JoinType", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "XMLNodes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PostJoinRequest", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "XMLNode", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PostJoinResponse", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Editors", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PutJoinRequest", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "OMaths", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ServerAdJoinData", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "ContentControls", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ClientIdentity", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdSaveFormat", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PutJoinResponse", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "ContentControl", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "JoinFaultContract", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdExportFormat", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PatchJoinRequest", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdExportOptimizeFor", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PatchJoinResponse", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdExportItem", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeleteJoinResponse", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdExportCreateBookmarks", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CertificateSigningRequest", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "CoAuthLocks", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CertificateObject", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "CoAuthUpdates", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "MembershipChange", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Conflicts", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "KeyAttestationLevel", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Selection", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CustomKeyFlags", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "BuildingBlock", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AttestationInfo", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdBuildingBlockTypes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AttestationResult", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "XMLMapping", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "JoinUser", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "ContentControlListEntries", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeviceAttribute", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdContentControlType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeviceManagementFaultContract", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdContentControlDateStorageFormat", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeviceAttributeValues", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdCalendarType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeviceUpdateRequest", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdDocumentType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeviceUpdateResponse", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Styles", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ResponseStatus", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "TablesOfFigures", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "GetTenantConfigurationResponse", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Variables", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PutTenantConfigurationRequest", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "MailMerge", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "VolType", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Envelope", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BitlockerProvisionKeyRequest", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "TablesOfContents", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BitlockerProvisionKeyResponse", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "TablesOfAuthorities", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeviceTrustType", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Windows", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IContractDataBase", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "RoutingSlip", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ZoneEndPoints", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "TablesOfAuthoritiesCategories", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "WebBrowserZonesData", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Indexes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeviceRegistrationServiceData", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Window", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "OAuth2ServiceData", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdDocumentKind", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AuthenticationServiceData", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Subdocuments", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IdentityProviderServiceData", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdCompatibility", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "JoinServiceData", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "StoryRanges", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "KeyServiceData", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "CommandBars", - "Namespace": "Microsoft.Office.Core" + "Name": "EnrollmentServer", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdProtectionType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "PublicCertificates", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Shapes", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DiscoveryVersion", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "ListTemplates", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ContractVersionAttribute", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Lists", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DiscoveryVersionAttribute", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Shape", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "EnrollmentRequestType", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Versions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "HealthStatus", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdSummaryMode", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "HealthReport", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Mailer", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "UserRegistrationProperties", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "VBProject", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IEnrollmentIdentity", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdJustificationMode", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IInterfaceFactory", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdFarEastLineBreakLevel", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "BaseMetricsLogger", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdAutoMacros", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ILogMetrics", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdEditionType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "InvalidConfigurationException", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdEditionOption", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IServiceConfiguration", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "LetterContent", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "Json", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdLetterStyle", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "KeyProvisioningErrorCode", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdLetterheadLocation", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ClientResponse", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdSalutationType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ProvisionKeyRequest", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "MsoEncoding", - "Namespace": "Microsoft.Office.Core" + "Name": "ProvisionKeyResponse", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Email", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ProvisionKeyInnerError", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdFarEastLineBreakLanguageID", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ProvisionKeyError", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Frameset", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ProvisionKeyFaultContract", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "HTMLProject", - "Namespace": "Microsoft.Office.Core" + "Name": "ScepChallengeResponse", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WebOptions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ScepChallengeResponseFaultContract", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "MsoEnvelope", - "Namespace": "Microsoft.Office.Core" + "Name": "Cfg", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "SignatureSet", - "Namespace": "Microsoft.Office.Core" + "Name": "ServiceConfig", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdDisableFeaturesIntroducedAfter", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ServiceMetadata", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdLineEndingType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "UserType", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "StyleSheets", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "UserIdType", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdShowFilter", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "UserIdentifierVersion", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Permission", - "Namespace": "Microsoft.Office.Core" + "Name": "DrsBehaviorLevel", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "XMLSchemaReferences", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeviceVersion", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "SmartDocument", - "Namespace": "Microsoft.Office.Core" + "Name": "DrsEndpointMode", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "SharedWorkspace", - "Namespace": "Microsoft.Office.Core" + "Name": "DrsEndpoint", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Sync", - "Namespace": "Microsoft.Office.Core" + "Name": "StsConfiguration", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "DocumentLibraryVersions", - "Namespace": "Microsoft.Office.Core" + "Name": "ServiceConfigDeviceOpState", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "XMLChildNodeSuggestions", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "UserId", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdStyleSort", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "SymmetricEncryption", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "MetaProperties", - "Namespace": "Microsoft.Office.Core" + "Name": "RbacAuthZPolicy", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WdRemoveDocInfoType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RegistrationAuthZPolicy", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "ServerPolicy", - "Namespace": "Microsoft.Office.Core" + "Name": "AdrsConfigurationInternalLatest", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "DocumentInspectors", - "Namespace": "Microsoft.Office.Core" + "Name": "TenantConfigurationVersionTwo", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WorkflowTasks", - "Namespace": "Microsoft.Office.Core" + "Name": "UnexpectedMemberValueType", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "WorkflowTemplates", - "Namespace": "Microsoft.Office.Core" + "Name": "UserAccountDetails", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Bibliography", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "Util", + "Namespace": "Microsoft.DeviceRegistration.Entities" }, { - "Name": "Research", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CircularTraceListener", + "Namespace": "Microsoft.DeviceRegistration.Instrumentation" }, { - "Name": "WdOMathBreakBin", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "CircularStream", + "Namespace": "Microsoft.DeviceRegistration.Instrumentation" }, { - "Name": "WdOMathBreakSub", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DynamicVerbosityWrapper", + "Namespace": "Microsoft.DeviceRegistration.Instrumentation" }, { - "Name": "WdOMathJc", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IEventLogWriter", + "Namespace": "Microsoft.DeviceRegistration.Instrumentation" }, { - "Name": "OfficeTheme", - "Namespace": "Microsoft.Office.Core" + "Name": "EventLogWriter", + "Namespace": "Microsoft.DeviceRegistration.Instrumentation" }, { - "Name": "CustomXMLNode", - "Namespace": "Microsoft.Office.Core" + "Name": "EventIdConstants", + "Namespace": "Microsoft.DeviceRegistration.Instrumentation" }, { - "Name": "CustomXMLPart", - "Namespace": "Microsoft.Office.Core" + "Name": "TracingConfiguration", + "Namespace": "Microsoft.DeviceRegistration.Instrumentation" }, { - "Name": "WdExportRange", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TraceSourceConfiguration", + "Namespace": "Microsoft.DeviceRegistration.Instrumentation" }, { - "Name": "CoAuthoring", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ListenerConfiguration", + "Namespace": "Microsoft.DeviceRegistration.Instrumentation" }, { - "Name": "DocumentEvents2_CloseEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "ListenerType", + "Namespace": "Microsoft.DeviceRegistration.Instrumentation" }, { - "Name": "DocumentEvents2_SyncEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TraceSourceBasicConfiguration", + "Namespace": "Microsoft.DeviceRegistration.Instrumentation" }, { - "Name": "DocumentEvents2_XMLAfterInsertEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "TraceSourceExtension", + "Namespace": "Microsoft.DeviceRegistration.Instrumentation" }, { - "Name": "DocumentEvents2_XMLBeforeDeleteEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "EnrollmentException", + "Namespace": "Microsoft.DeviceRegistration.iOSEnrollmentService" }, { - "Name": "DocumentEvents2_ContentControlAfterAddEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "EnrollmentService", + "Namespace": "Microsoft.DeviceRegistration.iOSEnrollmentService" }, { - "Name": "DocumentEvents2_ContentControlBeforeDeleteEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IAuthenticationService", + "Namespace": "Microsoft.DeviceRegistration.iOSEnrollmentService" }, { - "Name": "DocumentEvents2_ContentControlOnExitEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IEnrollmentService", + "Namespace": "Microsoft.DeviceRegistration.iOSEnrollmentService" }, { - "Name": "DocumentEvents2_ContentControlOnEnterEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IProfileService", + "Namespace": "Microsoft.DeviceRegistration.iOSEnrollmentService" }, { - "Name": "DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IScepService", + "Namespace": "Microsoft.DeviceRegistration.iOSEnrollmentService" }, { - "Name": "DocumentEvents2_ContentControlBeforeContentUpdateEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RegistrationChallenge", + "Namespace": "Microsoft.DeviceRegistration.iOSEnrollmentService" }, { - "Name": "DocumentEvents2_BuildingBlockInsertEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "WebOperationContextWrapper", + "Namespace": "Microsoft.DeviceRegistration.iOSEnrollmentService" }, { - "Name": "IRibbonExtensibility", - "Namespace": "Microsoft.Office.Core" + "Name": "AddNgcKeyContext", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "DocumentEvents2_NewEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AddNgcKeyRequest", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "DocumentEvents2_OpenEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeleteKeyContext", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "InlineShape", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IAddNgcKeyContext", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "WdXMLNodeType", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IAddNgcKeyRequest", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "WdXMLNodeLevel", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IDeleteKeyContext", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "WdXMLValidationStatus", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IKeyDeleteRequest", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "SmartTag", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IKeyProvisioningManager", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "_OLEControl", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IKeyProvisionRequest", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "ISmartTagRecognizerSite", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "IProvisionKeyContext", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "ISmartTagTokenList", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "KeyDeleteRequest", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "ISmartTagProperties", - "Namespace": "Microsoft.Office.Interop.SmartTag" + "Name": "KeyProvisioningManager", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "OLEFormat", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "KeyProvisionRequest", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "_CustomXMLParts", - "Namespace": "Microsoft.Office.Core" + "Name": "ProvisionKeyConstants", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "_CustomXMLPart", - "Namespace": "Microsoft.Office.Core" + "Name": "ProvisionKeyContext", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "DocumentProperty", - "Namespace": "Microsoft.Office.Core" + "Name": "ProvisionKeyValidator", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning" }, { - "Name": "ApplicationEvents4_Event", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "InvalidKeyProvisionServerDataException", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning.Exceptions" }, { - "Name": "ApplicationEvents4_WindowBeforeDoubleClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "InvalidKeyProvisionRequestException", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning.Exceptions" }, { - "Name": "ApplicationEvents4_WindowBeforeRightClickEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "KeyProvisioningStorageFailureException", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioning.Exceptions" }, { - "Name": "ApplicationEvents4_WindowSelectionChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IWindowsKeyProvisioningService", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioningService" }, { - "Name": "_Application", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "WindowsKeyProvisioningService", + "Namespace": "Microsoft.DeviceRegistration.KeyProvisioningService" }, { - "Name": "AutoCorrect", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DRSOnPremisesEventProvider", + "Namespace": "Microsoft.DeviceRegistration.OnPremisesEvents" }, { - "Name": "Options", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DRSTraceEventProvider", + "Namespace": "Microsoft.DeviceRegistration.OnPremisesEvents" }, { - "Name": "Style", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IDRSEventProvider", + "Namespace": "Microsoft.DeviceRegistration.OnPremisesEvents" }, { - "Name": "DocumentEvents2_Event", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IRestServer", + "Namespace": "Microsoft.DeviceRegistration.RestServer" }, { - "Name": "ApplicationEvents4_WindowActivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RestServer", + "Namespace": "Microsoft.DeviceRegistration.RestServer" }, { - "Name": "ApplicationEvents4_DocumentBeforeCloseEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RestApiDispatcher", + "Namespace": "Microsoft.DeviceRegistration.RestServer" }, { - "Name": "ApplicationEvents4_DocumentBeforePrintEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "FaultContract", + "Namespace": "Microsoft.DeviceRegistration.RestServer" }, { - "Name": "ApplicationEvents4_DocumentBeforeSaveEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RestHttpListener", + "Namespace": "Microsoft.DeviceRegistration.RestServer" }, { - "Name": "ApplicationEvents4_WindowDeactivateEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RestHttpResponse", + "Namespace": "Microsoft.DeviceRegistration.RestServer" }, { - "Name": "ApplicationEvents4_MailMergeAfterMergeEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "RestServerException", + "Namespace": "Microsoft.DeviceRegistration.RestServer" }, { - "Name": "ApplicationEvents4_MailMergeBeforeMergeEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "WebInvokeAttribute", + "Namespace": "Microsoft.DeviceRegistration.RestServer" }, { - "Name": "ApplicationEvents4_MailMergeAfterRecordMergeEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DRService", + "Namespace": "Microsoft.DeviceRegistration.Service.DeviceRegistrationService" }, { - "Name": "ApplicationEvents4_MailMergeBeforeRecordMergeEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "EnrollmentConfiguration", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "ApplicationEvents4_MailMergeDataSourceLoadEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AdapterFactory", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "ApplicationEvents4_MailMergeWizardSendToCustomEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AdrsDiscoveryInfo", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "ApplicationEvents4_MailMergeWizardStateChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DiscoveryService", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "ApplicationEvents4_WindowSizeEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "IdentityProviderService", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "IDynamicEntryPointContainer", - "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime" + "Name": "KeyProvisioningService", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "ApplicationEvents4_XMLValidationErrorEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AdrsDiscoveryResponse", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "ApplicationEvents4_XMLSelectionChangeEventHandler", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AdrsDiscoveryRequest", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_IMsoDispObj", - "Namespace": "Microsoft.Office.Core" + "Name": "PublicCertificate", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CustomXMLPartsEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "PublicCertificatesData", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_Font", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AllPublicCertificates", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_ParagraphFormat", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AdrsPublicCertsRequest", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CommandBars", - "Namespace": "Microsoft.Office.Core" + "Name": "AdrsPublicCertsResponse", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CommandBarsEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "AdrsPublicCertInfo", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_VBProject", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IAdrsRequest", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_VBProject_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IAdrsResponse", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_ProjectTemplate", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "AdrsRequest", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_LetterContent", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "AdrsRequestException", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "IMsoEnvelopeVB", - "Namespace": "Microsoft.Office.Core" + "Name": "IApplicationSwitches", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "IMsoEnvelopeVBEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "ParameterType", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CustomXMLPartEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "CompositeApplicationSwitchesException", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "MsoSyncEventType", - "Namespace": "Microsoft.Office.Core" + "Name": "ApplicationSwitches", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "IAccessible", - "Namespace": "Microsoft.Office.Core" + "Name": "ApplicationSwitchesTypes", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_IMsoOleAccDispObj", - "Namespace": "Microsoft.Office.Core" + "Name": "IApplicationSwitchesProvider", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "CommandBarControl", - "Namespace": "Microsoft.Office.Core" + "Name": "ApplicationSwitchesProviderFactory", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CommandBarButton", - "Namespace": "Microsoft.Office.Core" + "Name": "AsymmetricKeyPairGenerator", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CommandBarComboBox", - "Namespace": "Microsoft.Office.Core" + "Name": "AsymmetricKeyPair", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CommandBarsEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IAsymmetricKeyPairGenerator", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CommandBarComboBoxEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "Authorize", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CommandBarComboBoxEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "CertificateStoreUtilities", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CommandBarButtonEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "CertificateValidator", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CommandBarButtonEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "GetThreshold`1", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "IMsoEnvelopeVBEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "ConcurrentUsageCounters`1", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CustomXMLSchemaCollection", - "Namespace": "Microsoft.Office.Core" + "Name": "ConcurrentUsageData", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CustomXMLPartEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "ConcurrentUsageTicket`1", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CustomXMLPartsEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "ConfigHelperKeys", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CustomTaskPane", - "Namespace": "Microsoft.Office.Core" + "Name": "ConfigHelper", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CustomTaskPaneEvents", - "Namespace": "Microsoft.Office.Core" + "Name": "IConfigurationHelper", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CustomTaskPaneEvents_Event", - "Namespace": "Microsoft.Office.Core" + "Name": "ConfigurationHelper", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "IMsoChartTitle", - "Namespace": "Microsoft.Office.Core" + "Name": "CultureUtil", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_Global", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DataContractVersionMembers", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "OCXEvents", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DataContractUtil", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "OCXEvents_Event", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeviceAuthenticationException", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "ApplicationEvents4", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeviceAuthenticator", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "DocumentEvents2", - "Namespace": "Microsoft.Office.Interop.Word" + "Name": "DeviceCertificateHandler", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "Application", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "DeviceCertificateValidationException", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_Windows_old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "DeviceCertificateValidator", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_Windows", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ValidatedNotNullAttribute", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_LinkedWindows", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ExtendedDiagnostics", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_ReferencesEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "DRServiceManager", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_dispReferencesEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "DRServiceNotification", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_dispReferencesEvents_Event", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ObjectChangedEventArgs", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CommandBarControlEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "DeviceRegistrationServicesStorage", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_dispCommandBarControlEvents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "EnrollmentIdentity", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_dispCommandBarControlEvents_Event", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "EnvironmentVariablesSwitches", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_VBProjects_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "EqualityHelper", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_VBProjects", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "StringHelper", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_Components", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ExceptionExtensionMethods", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_VBComponents_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ExceptionUtility", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_VBComponents", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "IMonitoredException", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_Component", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "DoNotSerializeAttribute", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_VBComponent_Old", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "SerializableException", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_VBComponent", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ApplicationSwitchesException", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_Properties", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ExistingSwitchException", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_AddIns", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "UnregisteredSwitchException", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CodeModule", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "SyntaxErrorException", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CodePanes", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "MissingRequiredArgumentsException", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_CodePane", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ExpressionExtensions", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_References", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "ExtendedConsole", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_dispReferences_Events", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "Pair`2", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "_dispReferences_Events_Event", - "Namespace": "Microsoft.Vbe.Interop" + "Name": "GenericLinqExtensions", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "SetCimInstance", - "Namespace": "cimcmdlets.Activities" + "Name": "GlobalFactory", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "ConfirmImpact", - "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + "Name": "ExtendedGuid", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "ItemsChoiceType", - "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + "Name": "HttpUtils", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "WorkflowReturnException", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "IConcurrentUsageCounter`1", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "AstToWorkflowConverter", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "IEnumerableExtensions", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "AstToXamlConverter", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "MailSenderSettings", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "GetWmiObject", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "IMailSender", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "InvokeWmiMethod", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "MailSender", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "GetCimAssociatedInstance", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "ExtendedMath", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "GetCimClass", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "MobileException", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "GetCimInstance", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "ModernDevice", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "InvokeCimMethod", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "DeviceType", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "NewCimInstance", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "ClientRegistrationStatus", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "NewCimSession", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "ModernDeviceConstants", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "NewCimSessionOption", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "ModernDeviceSetting", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "RemoveCimInstance", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "NativeMethods", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "InlineScript", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "Randomizer", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "InlineScriptContext", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "ExtendedReflection", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "Suspend", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "RSToken", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "ThrottledParallelForEach`1", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "RSTokenProperty", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "PSPersist", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "RSTokenFormat", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "PSWorkflowRuntimeVariable", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "RSTokenVersion", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "GetPSWorkflowData`1", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "RSTokenStatusCodes", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "SetPSWorkflowData", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "RSTokenContract", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "InlineScriptDesigner", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "RSTokenException", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "ActivityGenerator", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "RSTokenConfig", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "PowerShellValue`1", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "RSTokenManager", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "Pipeline", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "Serialization", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "PipelineDesigner", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "SingleInstanceAttribute", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "IsArgumentSet", - "Namespace": "Microsoft.PowerShell.Activities.Internal" + "Name": "StrictTransportSecurityBehavior", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "ODataCmdletAdapter", - "Namespace": "Microsoft.PowerShell.Cmdletization.OData" + "Name": "STSAuthentication", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "ODataV4CmdletAdapter", - "Namespace": "Microsoft.PowerShell.Cmdletization.OData" + "Name": "ExtendedText", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "NetworkControllerCmdletAdapter", - "Namespace": "Microsoft.PowerShell.Cmdletization.OData" + "Name": "TimeConstants", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "ODataQueryBuilder", - "Namespace": "Microsoft.PowerShell.Cmdletization.OData" + "Name": "ExtendedDateTime", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "GetWinEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DateTimeExtensionMethods", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "NewWinEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "X509CertificateCacheTokenResolver", + "Namespace": "Microsoft.DeviceRegistration.Utilities" }, { - "Name": "GetCounterCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NCrypt", + "Namespace": "Microsoft.DeviceRegistration.Utilities.Crypto" }, { - "Name": "ImportCounterCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NCryptNative", + "Namespace": "Microsoft.DeviceRegistration.Utilities.Crypto" }, { - "Name": "ExportCounterCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "CommonValidation", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "GetEventPSSnapIn", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EligibilityOptions", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "PerformanceCounterSample", - "Namespace": "Microsoft.PowerShell.Commands.GetCounter" + "Name": "EnrollmentManager", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "PerformanceCounterSampleSet", - "Namespace": "Microsoft.PowerShell.Commands.GetCounter" + "Name": "IEnrollmentManager", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "CounterSet", - "Namespace": "Microsoft.PowerShell.Commands.GetCounter" + "Name": "EnrollmentEligibility", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "CounterFileInfo", - "Namespace": "Microsoft.PowerShell.Commands.GetCounter" + "Name": "CertificateEnrollmentWSDetailType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "PSManagementPSSnapIn", - "Namespace": "Microsoft.PowerShell" + "Name": "RequestSecurityTokenType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "SessionBasedCmdletAdapter`2", - "Namespace": "Microsoft.PowerShell.Cmdletization" + "Name": "RequestKETType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "CimCmdletAdapter", - "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" + "Name": "ReferenceType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "CimJobException", - "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" + "Name": "SecurityTokenReferenceType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "AddContentCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "KeyExchangeTokenType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "ClearContentCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "BinarySecurityTokenType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "ClearItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EncodedString", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "JoinPathCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AttributedString", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "ContentCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PasswordString", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "ConvertPathCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "KeyIdentifierType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "CopyItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RequestedSecurityTokenType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "GetChildItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DispositionMessageType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "GetContentCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RequestSecurityTokenResponseType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "GetItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RequestSecurityTokenResponseCollectionType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "GetItemPropertyValueCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ContextItemType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "MoveItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AdditionalContextType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "CoreCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RequestSecurityTokenRequest", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "CoreCommandWithCredentialsBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RequestSecurityTokenResponse", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "GetLocationCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EnrollmentServerException", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "SetLocationCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EnrollmentUtils", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "PushLocationCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EnrollmentException", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "PopLocationCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "InternalStrings", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "NewPSDriveCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IWindowsDeviceEnroller", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "DriveMatchingCoreCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IWindowsDeviceEnrollmentService", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "RemovePSDriveCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IWSTrust", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "GetPSDriveCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Logger", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "GetItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WindowsMobileDeviceProvisioningBuilder", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "NewItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IProvisioningBuilder", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "SetItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WindowsDeviceEnroller", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "RemoveItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RequestSecurityToken", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "MoveItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RequestSecurityTokenBase", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "RenameItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ErrorCodeType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "CopyItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Utility", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "ClearItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WindowsDeviceEnrollmentService", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "InvokeItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WinDeviceEnrollmentServiceErrorType", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "GetPSProviderCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WindowsDeviceEnrollmentServiceError", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "NewItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IWindowsEnrollmentServiceException", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "SplitPathCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ClientVersionException", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "PassThroughContentCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageFormatException", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "PassThroughItemPropertyCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WindowsEnrollmentAuthenticationException", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "TestPathType", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "CertificateRequestException", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "TestPathCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GetPolicyException", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "ItemPropertyCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DeviceEnrollmentAccessDeniedException", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "RemoveItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WinServiceInitializeException", + "Namespace": "Microsoft.DeviceRegistration" }, { - "Name": "RenameItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NamespaceUri", + "Namespace": "Microsoft.DeviceRegistration.Soap" }, { - "Name": "ResolvePathCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Elements", + "Namespace": "Microsoft.DeviceRegistration.Soap" }, { - "Name": "SetContentCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NamespaceUri", + "Namespace": "Microsoft.DeviceRegistration.Authorization" }, { - "Name": "SetItemPropertyCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Attributes", + "Namespace": "Microsoft.DeviceRegistration.Authorization" }, { - "Name": "WriteContentCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Elements", + "Namespace": "Microsoft.DeviceRegistration.Authorization" }, { - "Name": "ProcessBaseCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NamespaceUri", + "Namespace": "Microsoft.DeviceRegistration.Xml" }, { - "Name": "GetProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Attributes", + "Namespace": "Microsoft.DeviceRegistration.Xml" }, { - "Name": "WaitProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NamespaceUri", + "Namespace": "Microsoft.DeviceRegistration.WStep" }, { - "Name": "StopProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Elements", + "Namespace": "Microsoft.DeviceRegistration.WStep" }, { - "Name": "DebugProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Actions", + "Namespace": "Microsoft.DeviceRegistration.WStep" }, { - "Name": "StartProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NamespaceUri", + "Namespace": "Microsoft.DeviceRegistration.SecurityExtension" }, { - "Name": "ProcessCommandException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Attributes", + "Namespace": "Microsoft.DeviceRegistration.SecurityExtension" }, { - "Name": "ServiceBaseCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Elements", + "Namespace": "Microsoft.DeviceRegistration.SecurityExtension" }, { - "Name": "MultipleServiceCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NamespaceUri", + "Namespace": "Microsoft.DeviceRegistration.WSTrust" }, { - "Name": "GetServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Attributes", + "Namespace": "Microsoft.DeviceRegistration.WSTrust" }, { - "Name": "ServiceOperationBaseCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Elements", + "Namespace": "Microsoft.DeviceRegistration.WSTrust" }, { - "Name": "StopServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RequestType", + "Namespace": "Microsoft.DeviceRegistration.WSTrust" }, { - "Name": "StartServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ADPrepCredential", + "Namespace": "Microsoft.DirectoryServices.Deployment" }, { - "Name": "SuspendServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ADPrepExecutionException", + "Namespace": "Microsoft.DirectoryServices.Deployment" }, { - "Name": "ResumeServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ADPrepLdapException", + "Namespace": "Microsoft.DirectoryServices.Deployment" }, { - "Name": "RestartServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ADPrepPassword", + "Namespace": "Microsoft.DirectoryServices.Deployment" }, { - "Name": "SetServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DCPromoExecutionException", + "Namespace": "Microsoft.DirectoryServices.Deployment" }, { - "Name": "NewServiceCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IADPrepCredential", + "Namespace": "Microsoft.DirectoryServices.Deployment" }, { - "Name": "ServiceCommandException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IProgressManager", + "Namespace": "Microsoft.DirectoryServices.Deployment" }, { - "Name": "TestConnectionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IProgressManagerFactory", + "Namespace": "Microsoft.DirectoryServices.Deployment" }, { - "Name": "EnableComputerRestoreCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AdpOperationType", + "Namespace": "Microsoft.DirectoryServices.Deployment" }, { - "Name": "DisableComputerRestoreCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ProgressManagerFactory", + "Namespace": "Microsoft.DirectoryServices.Deployment" }, { - "Name": "CheckpointComputerCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ProgressManager", + "Namespace": "Microsoft.DirectoryServices.Deployment" }, { - "Name": "GetComputerRestorePointCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TriStateBool", + "Namespace": "Microsoft.DirectoryServices.Deployment" + }, + { + "Name": "ADPrepValidationException", + "Namespace": "Microsoft.DirectoryServices.Deployment.Tests" }, { - "Name": "RestartComputerTimeoutException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DnsStatus", + "Namespace": "Microsoft.DirectoryServices.Deployment.Tests" }, { - "Name": "WaitForServiceTypes", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IPreCheckValidator", + "Namespace": "Microsoft.DirectoryServices.Deployment.Tests" }, { - "Name": "RestartComputerCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IPrerequisiteValidator", + "Namespace": "Microsoft.DirectoryServices.Deployment.Tests" }, { - "Name": "StopComputerCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PreChecks", + "Namespace": "Microsoft.DirectoryServices.Deployment.Tests" }, { - "Name": "RestoreComputerCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Prerequisites", + "Namespace": "Microsoft.DirectoryServices.Deployment.Tests" }, { - "Name": "JoinOptions", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SourcePathErrorStatus", + "Namespace": "Microsoft.DirectoryServices.Deployment.Tests" }, { - "Name": "AddComputerCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SysVolPathErrorStatus", + "Namespace": "Microsoft.DirectoryServices.Deployment.Tests" }, { - "Name": "RemoveComputerCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ADDSForestInstallationConfiguration", + "Namespace": "Microsoft.DirectoryServices.Deployment.Resources" }, { - "Name": "RenameComputerCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ADDSReadOnlyDomainControllerAccountCreationConfiguration", + "Namespace": "Microsoft.DirectoryServices.Deployment.Resources" }, { - "Name": "TestComputerSecureChannelCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ActiveDirectoryDeploymentSnapIn", + "Namespace": "Microsoft.DirectoryServices.Deployment.PowerShell.Commands" }, { - "Name": "ResetComputerMachinePasswordCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AddADDSReadOnlyDomainControllerAccountCommand", + "Namespace": "Microsoft.DirectoryServices.Deployment.PowerShell.Commands" }, { - "Name": "ComputerChangeInfo", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "InstallADDSDomainCommand", + "Namespace": "Microsoft.DirectoryServices.Deployment.PowerShell.Commands" }, { - "Name": "RenameComputerChangeInfo", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "InstallADDSDomainControllerCommand", + "Namespace": "Microsoft.DirectoryServices.Deployment.PowerShell.Commands" }, { - "Name": "GetComputerInfoCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "InstallADDSForestCommand", + "Namespace": "Microsoft.DirectoryServices.Deployment.PowerShell.Commands" }, { - "Name": "DeviceGuard", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TestADDSDomainControllerInstallationCommand", + "Namespace": "Microsoft.DirectoryServices.Deployment.PowerShell.Commands" }, { - "Name": "HotFix", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TestADDSDomainControllerUninstallCommand", + "Namespace": "Microsoft.DirectoryServices.Deployment.PowerShell.Commands" }, { - "Name": "NetworkAdapter", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TestADDSDomainInstallationCommand", + "Namespace": "Microsoft.DirectoryServices.Deployment.PowerShell.Commands" }, { - "Name": "Processor", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TestADDSForestInstallationCommand", + "Namespace": "Microsoft.DirectoryServices.Deployment.PowerShell.Commands" }, { - "Name": "ComputerInfo", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TestADDSReadOnlyDomainControllerAccountCreationCommand", + "Namespace": "Microsoft.DirectoryServices.Deployment.PowerShell.Commands" }, { - "Name": "AdminPasswordStatus", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TestADInstallationConfigurationCommand", + "Namespace": "Microsoft.DirectoryServices.Deployment.PowerShell.Commands" }, { - "Name": "BootOptionAction", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "UninstallADDSDomainCommand", + "Namespace": "Microsoft.DirectoryServices.Deployment.PowerShell.Commands" }, { - "Name": "SystemElementState", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DeepTasks", + "Namespace": "Microsoft.DirectoryServices.Deployment.DeepTasks" }, { - "Name": "CpuArchitecture", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IDeepTaskProvider", + "Namespace": "Microsoft.DirectoryServices.Deployment.DeepTasks" }, { - "Name": "CpuAvailability", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ConfigurationMode", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "CpuStatus", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ConfigurationType", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "DataExecutionPreventionSupportPolicy", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DatabaseFacts", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "DeviceGuardSmartStatus", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DnsInstallChoice", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "DeviceGuardConfigCodeIntegrityStatus", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DnsDelegationChoice", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "DeviceGuardHardwareSecure", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DomainDeploymentMode", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "DeviceGuardSoftwareSecure", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DomainDeploymentModeConverter", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "DomainRole", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DomainMode", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "FirmwareType", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DomainType", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "ForegroundApplicationBoost", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ExistingAccountSettings", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "FrontPanelResetStatus", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ForestMode", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "HardwareSecurity", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageId", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "NetConnectionStatus", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Result", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "OSEncryptionLevel", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ResultStatus", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "OSProductSuite", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SysKeyLocation", + "Namespace": "Microsoft.DirectoryServices.Deployment.Types" }, { - "Name": "OperatingSystemSKU", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DirectoryServicesEvents", + "Namespace": "Microsoft.DirectoryServices.EventsProvider.Events" }, { - "Name": "OSType", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "PCSystemType", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DSRoleInstallPlugin", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Plugin" }, { - "Name": "PCSystemTypeEx", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DSRoleShellPlugin", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Plugin" }, { - "Name": "PowerManagementCapabilities", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DSRoleUninstallationPlugin", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Plugin" }, { - "Name": "PowerState", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ConfigStrings", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration" }, { - "Name": "ProcessorType", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AdvancedReplicationView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "ResetCapability", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DCPrimaryOptionsView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "WakeUpType", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DeploymentModeView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "PowerPlatformRole", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DomainInfoNewChildView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "ProductType", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DomainInfoNewForestView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "ServerLevel", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DomainInfoReplicaView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "SoftwareElementState", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DomainModeView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "GetTimeZoneCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DomainReinstallView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "SetTimeZoneCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ForestModeView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "ClearRecycleBinCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "HostedRolesView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "SetClipboardCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "InstallFromMediaView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "ClipboardFormat", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PasswordView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "GetClipboardCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PathSettingsView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "ControlPanelItem", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SingleListDialogView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "ControlPanelItemBaseCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SiteNameView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "GetControlPanelItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "UserCredentialView", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.View" }, { - "Name": "ShowControlPanelItemCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GeneralDeploymentMode", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.Model" }, { - "Name": "GetEventLogCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NewDomainMode", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Controls.Model" }, { - "Name": "ClearEventLogCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TaskMessageTypeToImageConverter", + "Namespace": "Microsoft.DirectoryServices.ServerManager.Configuration.Converters" }, { - "Name": "WriteEventLogCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DtcTransactionPropagation", + "Namespace": "Microsoft.Dtc.PowerShell" }, { - "Name": "LimitEventLogCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DtcCmdletBase", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics" }, { - "Name": "ShowEventLogCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DtcDiagnosticException", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics" }, { - "Name": "NewEventLogCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DtcDiagnosticTransaction", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics" }, { - "Name": "RemoveEventLogCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DtcDiagnosticResourceManagerJob", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics" }, { - "Name": "GetWmiObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SendDtcDiagnosticTransactionCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" }, { - "Name": "InvokeWmiMethod", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ReceiveDtcDiagnosticTransactionCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" }, { - "Name": "RemoveWmiObject", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "StartDtcDiagnosticResourceManagerCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" }, { - "Name": "RegisterWmiEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "StopDtcDiagnosticResourceManagerCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" }, { - "Name": "SetWmiInstance", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NewDtcDiagnosticTransactionCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" }, { - "Name": "GetTransactionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "JoinDtcDiagnosticResourceManagerCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" }, { - "Name": "StartTransactionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "UndoDtcDiagnosticTransactionCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" }, { - "Name": "CompleteTransactionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "CompleteDtcDiagnosticTransactionCommand", + "Namespace": "Microsoft.Dtc.PowerShell.Diagnostics.Commands" }, { - "Name": "UndoTransactionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "FederationServicesEvents", + "Namespace": "Microsoft.FederationServices.EventsProvider.Events" }, { - "Name": "UseTransactionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "WmiState", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EtwFSDeploymentUITracer", + "Namespace": "Microsoft.FederationServices.ServerManager" }, { - "Name": "WmiBaseCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "FSRoleInstallPlugin", + "Namespace": "Microsoft.FederationServices.ServerManager.Plugin" }, { - "Name": "NewWebServiceProxy", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "FSRoleShellPlugin", + "Namespace": "Microsoft.FederationServices.ServerManager.Plugin" }, { - "Name": "GetHotFixCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "FSRoleUninstallationPlugin", + "Namespace": "Microsoft.FederationServices.ServerManager.Plugin" }, { - "Name": "Folder", - "Namespace": "Shell32" + "Name": "ConfigStrings", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration" }, { - "Name": "Folder2", - "Namespace": "Shell32" + "Name": "CertificateView", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.View" }, { - "Name": "FolderItem", - "Namespace": "Shell32" + "Name": "ConnectToFarmSourceView", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.View" }, { - "Name": "FolderItem2", - "Namespace": "Shell32" + "Name": "DatabaseSourceView", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.View" }, { - "Name": "FolderItemVerb", - "Namespace": "Shell32" + "Name": "DeploymentModeView", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.View" }, { - "Name": "FolderItemVerbs", - "Namespace": "Shell32" + "Name": "ExistingServiceAccountView", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.View" }, { - "Name": "FolderItems", - "Namespace": "Shell32" + "Name": "NewServiceAccountView", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.View" }, { - "Name": "FolderItems2", - "Namespace": "Shell32" + "Name": "OverwriteDatabaseView", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.View" }, { - "Name": "FolderItems3", - "Namespace": "Shell32" + "Name": "ServiceAccountSourceView", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.View" }, { - "Name": "IShellDispatch", - "Namespace": "Shell32" + "Name": "ServiceIdentityView", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.View" }, { - "Name": "IShellDispatch2", - "Namespace": "Shell32" + "Name": "SQLDatabaseView", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.View" }, { - "Name": "IShellDispatch3", - "Namespace": "Shell32" + "Name": "UserCredentialView", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.View" }, { - "Name": "IShellDispatch4", - "Namespace": "Shell32" + "Name": "WIDDatabaseView", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.View" }, { - "Name": "IShellDispatch5", - "Namespace": "Shell32" + "Name": "DatabaseSource", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.Model" }, { - "Name": "IShellDispatch6", - "Namespace": "Shell32" + "Name": "GeneralDeploymentMode", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.Model" }, { - "Name": "Shell", - "Namespace": "Shell32" + "Name": "ServiceAccountMode", + "Namespace": "Microsoft.FederationServices.ServerManager.Configuration.Controls.Model" }, { - "Name": "ShellFolderItem", - "Namespace": "Shell32" + "Name": "GPModuleAssemblyInitializer", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "PSUtilityPSSnapIn", - "Namespace": "Microsoft.PowerShell" + "Name": "BackupGpoCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "NewObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "CopyGpoCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "MeasureInfo", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "FormattingDisplayStrings", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "GenericMeasureInfo", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GetGPInheritanceCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "GenericObjectMeasureInfo", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GetGpoCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "TextMeasureInfo", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GetGpoReportCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "MeasureObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PermissionTrusteeType", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "SelectObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GetGPPermissionsCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "SortObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GpoConfiguration", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "ObjectCmdletBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GetGPPrefRegistryValueCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "ObjectBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GetGPRegistryValueCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "OrderObjectBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GetGPResultantSetOfPolicyCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "WriteDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GetGPStarterCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "WriteVerboseCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ImportGpoCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "WriteWarningCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "InvokeGPUpdateCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "WriteInformationCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NewGPLinkCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "WriteOrThrowErrorCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NewGpoCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "WriteErrorCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NewStarterGpoCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "WriteErrorException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveGPLinkCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "VariableCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveGpoCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "GetVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveGPPrefRegistryValueCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "NewVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveGPRegistryValueCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "SetVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RenameGpoCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "RemoveVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RestoreGpoCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "ClearVariableCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "BlockInheritance", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "MemberDefinition", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SetGPInheritanceCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "GetMemberCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SetGPLinkCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "GroupInfoNoElement", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SetGPPermissionsCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "GroupInfo", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SetGPPrefRegistryValueCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "GroupObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SetGPRegistryValueCommand", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "WriteHostCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ValidateGpoNameAttribute", + "Namespace": "Microsoft.GroupPolicy.Commands" }, { - "Name": "ConsoleColorCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "BackupType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "AddMemberCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "BackupDirectory", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "Language", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DCUsage", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "OutputAssemblyType", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPDomain", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "AddTypeCompilerError", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPMapEntry", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "AddTypeCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPMapEntryCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "AddTypeCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DestinationOption", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "WriteOutputCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPEntryType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "StartSleepCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPMigrationTable", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "GetCultureCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ReportType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "GetUICultureCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GpoStatus", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "GetPSCallStackCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Gpo", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "GetUniqueCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GpoBackup", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "GetDateCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GpoBackupCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "DisplayHintType", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GpoCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SetDateCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EnableLink", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "MatchInfoContext", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EnforceLink", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "MatchInfo", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GpoLink", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SelectStringCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GpoLinksCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "CompareObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPPermissionCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "GetHostCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPPermissionType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "GetRandomCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPPermission", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "InvokeExpressionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PolicySettings", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "NewTimeSpanCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PreferenceSettings", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "TeeObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RsopMode", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "MeasureCommandCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "LoggingMode", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "UnblockFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPRsop", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "TextEncodingType", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SearchProperty", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "UtilityResources", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SearchOperator", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ByteCollection", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPSearchCriteria", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SetAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPSitesContainer", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "GetAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SomType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "NewAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Som", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "WriteAliasCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPStatusMessage", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ExportAliasFormat", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPStatusMessageCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ExportAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SecurityIdentifierType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ImportAliasCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPTrustee", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ImportLocalizedData", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GroupPolicyExtension", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ConvertFromStringDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SavingEventArgs", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ReadHostCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ComputerConfiguration", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "BaseCsvWritingCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MultipleGroupPolicyObjectsFoundException", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ExportCsvCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PreferenceAction", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ImportCsvCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PreferenceExtension", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ConvertToCsvCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PreferenceRegistrySetting", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ConvertFromCsvCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RegistryPolicy", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SetPSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RegistryPreference", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "BreakpointType", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SomCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "GetPSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "StarterGpoType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "RemovePSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "StarterGpo", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "PSBreakpointCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "StarterGpoBackup", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "EnablePSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "StarterGpoBackupCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "DisablePSBreakpointCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "StarterGpoCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "DebugRunspaceCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "UserConfiguration", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "GetRunspaceCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WmiFilter", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "PSRunspaceDebug", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WmiFilterCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "CommonRunspaceCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ServerContext", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "EnableRunspaceDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ReportingDataException", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "DisableRunspaceDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ReportingType", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "GetRunspaceDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ReportingContext", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "WaitDebuggerCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPOContext", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "WriteProgressCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RsopContext", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "UpdateData", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Trustee", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "UpdateTypeDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PolicySetting", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "UpdateFormatDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ExtensionNames", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "RemoveTypeDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ExtensionIDs", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "GetTypeDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IReport", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "ExportClixmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IReportFactory", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "ImportClixmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ReportFactory", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "ConvertToXmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Backup", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "SelectXmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ExtensionResults", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "SelectXmlInfo", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPOExtension", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "ConvertToHtmlCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPOLink", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "ExportPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPOUserOrComputerConfig", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "ImportPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPO", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "ImplicitRemotingCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "LoggingStatusType", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "UpdateListCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RsopExtensionStatus", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "SendMailMessage", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RsopGPOInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "GetFormatDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RsopGPLink", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "ExportFormatDataCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SOMType", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "FormatListCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SOMReason", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "FormatCustomCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RsopSOM", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "FormatTableCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RsopTargetResults", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "FormatWideCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RsopWMICompatibility", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "OutFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RsopDataType", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "OutStringCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Rsop", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "OutPrinterCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPOIdentifier", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "OutputModeOption", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ErrorDetails", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "OutGridViewCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPOExtensionData", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "ConvertFromJsonCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "LoopbackMode", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "ConvertToJsonCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPOScope", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "FormObject", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GPMStarterGPOType", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "FormObjectCollection", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Template", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "JsonObject", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TemplateContext", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "PSUserAgent", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TemplateIdentifier", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "WebCmdletElementCollection", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TemplateUserOrComputerConfig", + "Namespace": "Microsoft.GroupPolicy.Reporting" }, { - "Name": "WebRequestMethod", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PolicySettingState", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html" }, { - "Name": "WebRequestSession", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ISectionFormat", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html" }, { - "Name": "BasicHtmlWebResponseObject", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "XmlDataIslandTemplate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" }, { - "Name": "HtmlWebResponseObject", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "CrimsonEventRecordSection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" }, { - "Name": "InvokeRestMethodCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ExtensionProcessingTimeSection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" }, { - "Name": "WebRequestPSCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Label", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" }, { - "Name": "WebResponseObject", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PolicySectionTemplate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" }, { - "Name": "InvokeWebRequestCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SinglePassEventsDetailsSection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" }, { - "Name": "RegisterObjectEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "XmlDataIslandsMainSectionTemplate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Html.Rsop.XmlDataIslands" }, { - "Name": "RegisterEngineEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ObjectType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "WaitEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TrusteeAccessEntry", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "GetEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GroupedAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "RemoveEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IndividualAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "GetEventSubscriberCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AccessControlItemType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "UnregisterEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Applicability", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "NewEventCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SecurityDescriptor", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "GetTraceSourceCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AuditValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "SetTraceSourceCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AuditType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "TraceCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TrusteeAuditingEntry", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "TraceCommandCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SecurityDescriptorAuditing", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "TraceListenerCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AllowType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "ShowCommandCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PermissionType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "ConvertFromStringCommand", - "Namespace": "Microsoft.PowerShell.Commands.StringManipulation" + "Name": "TrusteePermissionsEntry", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "ConvertStringCommand", - "Namespace": "Microsoft.PowerShell.Commands.StringManipulation" + "Name": "SecurityDescriptorPermissions", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "TemplateParsingException", - "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.TemplateParsing" + "Name": "Mapping", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "ProgramNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.FlashExtract" + "Name": "AccessMapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "ResultNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.FlashExtract" + "Name": "AccessSpecifierCreator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "RegularExpression", - "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" + "Name": "FileAccessSpecifierCreator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "Token", - "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" + "Name": "FileGroupedAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "PositionMatch", - "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" + "Name": "FileIndividualAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "TokenMatch", - "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" + "Name": "GpoSecurityFlags", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "CachedList", - "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" + "Name": "GpoTrusteeEntryCreator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "SynthesisContext", - "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" + "Name": "GPOGroupedAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "ShowCommandCommandInfo", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" + "Name": "RegistryAccessSpecifierCreator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "ShowCommandModuleInfo", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" + "Name": "RegistryGroupedAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "ShowCommandParameterInfo", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" + "Name": "RegistryIndividualAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "ShowCommandParameterSetInfo", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" + "Name": "ServiceAccessSpecifierCreator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "ShowCommandParameterType", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" + "Name": "ServicesGroupedAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "DispHTMLDocument", - "Namespace": "mshtml" + "Name": "ServicesIndividualAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "HTMLDocument", - "Namespace": "mshtml" + "Name": "SIAccessSpecifierCreator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "HTMLDocumentEvents", - "Namespace": "mshtml" + "Name": "SoftwareInstallationGroupedAccess", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "HTMLDocumentEvents2", - "Namespace": "mshtml" + "Name": "CrimsonEventRecord", + "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" }, { - "Name": "HTMLDocumentEvents2_Event", - "Namespace": "mshtml" + "Name": "ExtensionProcessingTime", + "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" }, { - "Name": "HTMLDocumentEvents2_onreadystatechangeEventHandler", - "Namespace": "mshtml" + "Name": "PolicyApplicationTrigger", + "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" }, { - "Name": "HTMLDocumentEvents_Event", - "Namespace": "mshtml" + "Name": "PolicyApplicationMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" }, { - "Name": "IHTMLDocument", - "Namespace": "mshtml" + "Name": "PolicyEventsDetails", + "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" }, { - "Name": "IHTMLDocument2", - "Namespace": "mshtml" + "Name": "SinglePassEventsDetails", + "Namespace": "Microsoft.GroupPolicy.Reporting.RsopEnhancements" }, { - "Name": "IHTMLElement", - "Namespace": "mshtml" + "Name": "IPolicyMakerSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "IHTMLElementCollection", - "Namespace": "mshtml" + "Name": "IPolicyMakerGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "IHTMLEventObj", - "Namespace": "mshtml" + "Name": "IPolicyMakerRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "IHTMLFormElement", - "Namespace": "mshtml" + "Name": "PolicyMakerSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "IHTMLInputElement", - "Namespace": "mshtml" + "Name": "PolicyMakerFilter", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "ConsoleShell", - "Namespace": "Microsoft.PowerShell" + "Name": "PolicyMakerFilterRunOnce", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "UnmanagedPSEntry", - "Namespace": "Microsoft.PowerShell" + "Name": "PolicyMakerFilterBattery", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "PSHostPSSnapIn", - "Namespace": "Microsoft.PowerShell" + "Name": "PolicyMakerFilterComputer", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "EngineInstaller", - "Namespace": "Microsoft.PowerShell" + "Name": "PolicyMakerFilterCpu", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "StartTranscriptCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PolicyMakerFilterDisk", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "StopTranscriptCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PolicyMakerFilterDomain", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "DisablePSSessionConfiguration", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterVariable", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "EnablePSRemoting", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterFile", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "DisablePSRemoting", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterCollection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "EnablePSSessionConfiguration", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterIpRange", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "ForEachObject", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterLanguage", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "GetCommand", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterLdap", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "GetHelp", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterMacRange", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "GetJob", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterMsi", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "GetModule", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterOs", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "GetPSSession", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterOrgUnit", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "GetPSSessionConfiguration", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterPcmcia", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "NewModuleManifest", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterPortable", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "TestPSSessionConfigurationFile", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterRam", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "ReceiveJob", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterDate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "RegisterPSSessionConfiguration", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterRegistry", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "NewPSTransportOption", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterGroup", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "RemoveJob", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterSite", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "RemovePSSession", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterTerminal", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "SetPSSessionConfiguration", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterTime", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "StartJob", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterUser", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "StopJob", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterWmi", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "TestModuleManifest", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterProcMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "UnregisterPSSessionConfiguration", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerFilterDun", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "UpdateHelp", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "WaitJob", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "WhereObject", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerGPOSetting`1", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "SaveHelp", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerAttributeNames", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "SuspendJob", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerAttributeValues", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "ResumeJob", - "Namespace": "Microsoft.PowerShell.Core.Activities" + "Name": "PolicyMakerRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "ExportCounter", - "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" + "Name": "INSTANCERsopXmlElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "GetCounter", - "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" + "Name": "PROPERTYRsopXmlElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker" }, { - "Name": "GetWinEvent", - "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" + "Name": "InternetRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" }, { - "Name": "NewWinEvent", - "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" + "Name": "IInternetProperty", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" }, { - "Name": "ImportCounter", - "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" + "Name": "SubProperty", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "InternetSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" }, { - "Name": "EncodingChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "InternetProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" }, { - "Name": "IEncodingDetector", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "InternetGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" }, { - "Name": "ITextDocument", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "InternetGPOSettingIE7", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" }, { - "Name": "ITextDocumentFactoryService", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "InternetGPOSettingIE8", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" }, { - "Name": "ReloadResult", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "InternetGPOSettingIE10", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" }, { - "Name": "TextDocumentEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "InternetSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" }, { - "Name": "FileActionTypes", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "InternetGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Internet" }, { - "Name": "TextDocumentFileActionEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RegistryRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" }, { - "Name": "ContentTypeChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RegistryProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" }, { - "Name": "CustomTrackToVersion", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RegistryGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" }, { - "Name": "EdgeInsertionMode", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RegistryCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" }, { - "Name": "EditOptions", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RegistrySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" }, { - "Name": "IExtensionErrorHandler", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RegistryGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Registry" }, { - "Name": "IMappingPoint", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "StartMenuRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" }, { - "Name": "IMappingSpan", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "StartMenuGPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" }, { - "Name": "INormalizedTextChangeCollection", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "StartMenuGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" }, { - "Name": "IReadOnlyRegion", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "StartMenuGPOSettingVista", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" }, { - "Name": "IReadOnlyRegionEdit", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "StartMenuSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" }, { - "Name": "ITextBuffer", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "StartMenuGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.StartMenu" }, { - "Name": "ITextBufferEdit", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RegionalOptionsRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.RegionalOptions" }, { - "Name": "ITextBufferFactoryService", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RegionalOptionsGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.RegionalOptions" }, { - "Name": "ITextChange", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RegionalOptionsSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.RegionalOptions" }, { - "Name": "ITextEdit", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RegionalOptionsGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.RegionalOptions" }, { - "Name": "ITextSnapshot", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "LugsRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" }, { - "Name": "ITextSnapshotLine", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "LocalGroupMember", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" }, { - "Name": "ITextVersion", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "LocalGroupProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" }, { - "Name": "ITrackingPoint", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "LugsGPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" }, { - "Name": "ITrackingSpan", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "LocalUserGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" }, { - "Name": "NormalizedSnapshotSpanCollection", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "LocalGroupGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" }, { - "Name": "NormalizedSpanCollection", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "LugsSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" }, { - "Name": "PointTrackingMode", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "LugsGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Lugs" }, { - "Name": "PositionAffinity", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "NetworkOptionsRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" }, { - "Name": "PreContentChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "NetworkOptionsGPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" }, { - "Name": "DynamicReadOnlyRegionQuery", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "NetworkOptionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" }, { - "Name": "SnapshotPoint", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "DialupOptionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" }, { - "Name": "SnapshotSpan", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "NetworkOptionsSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" }, { - "Name": "SnapshotSpanEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "NetworkOptionsGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkOptions" }, { - "Name": "Span", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "PrintersRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" }, { - "Name": "SpanTrackingMode", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "PrintersGPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" }, { - "Name": "TextBufferCreatedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "LocalPrinterGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" }, { - "Name": "TextContentChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "PortPrinterGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" }, { - "Name": "TextContentChangingEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "SharedPrinterGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" }, { - "Name": "TextSnapshotChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "PrintersSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" }, { - "Name": "TextSnapshotToTextReader", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "PrintersGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Printers" }, { - "Name": "TrackingFidelityMode", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "ScheduledTasksRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ITextDataModel", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "TaskCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "TextDataModelContentTypeChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "ScheduledTaskCommonRepetition", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "VirtualSnapshotPoint", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "ScheduledTaskCommonTriggers", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "VirtualSnapshotSpan", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "TriggerCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IErrorTypeMetadata", - "Namespace": "Microsoft.VisualStudio.Text.AdornmentLibrary.Squiggles.Implementation" + "Name": "BootCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ICollapsible", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "IdleCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ICollapsed", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "TimeCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IOutliningManager", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "EventCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IOutliningManagerService", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "LogonCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "OutliningEnabledEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "SessionCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "RegionsCollapsedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "CalendarCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "RegionsExpandedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "RegistrationCollectionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "RegionsChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "CalendarDailyGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IIncrementalSearch", - "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + "Name": "CalendarWeeklyGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IIncrementalSearchFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + "Name": "CalendarMonth", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IncrementalSearchResult", - "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + "Name": "January", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IncrementalSearchDirection", - "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + "Name": "February", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IAdornmentElement", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "March", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ISequenceElement", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "April", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ITextAndAdornmentCollection", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "May", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ITextAndAdornmentSequencer", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "June", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ITextAndAdornmentSequencerFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "July", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ITextViewLine", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "August", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "LineTransform", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "September", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "TextBounds", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "October", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "TextAndAdornmentSequenceChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "November", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "TextViewLineChange", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "December", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "VisibilityState", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "WeekDay", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IFormattedLine", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "Monday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IFormattedLineSource", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "Tuesday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IFormattedTextSourceFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "Wednesday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ILineTransformSource", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "Thursday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ILineTransformSourceProvider", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "Friday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ITextParagraphPropertiesFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "Saturday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IWpfTextViewLine", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "Sunday", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "TextFormattingParagraphProperties", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "CalendarMonthlyGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "TextFormattingRunProperties", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "CalendarMonthlyByDayOfWeekGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IRtfBuilderService", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "ExecActionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ErrorTypeDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "SendMailActionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IErrorProviderFactory", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "ShowMessageActionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ITextMarkerProviderFactory", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "ScheduledTaskV2Principal", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IToolTipProvider", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "ScheduledTaskV2RestartOnFailure", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IToolTipProviderFactory", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "ScheduledTaskV2NetworkSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "PopupStyles", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "ScheduledTaskV2IdleSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "PredefinedErrorTypeNames", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "ScheduledTaskV2Settings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ChangeTag", - "Namespace": "Microsoft.VisualStudio.Text.Document" + "Name": "ScheduledTaskV2RegistrationInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ChangeTypes", - "Namespace": "Microsoft.VisualStudio.Text.Document" + "Name": "ScheduledTaskProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ITextSearchService", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ScheduledTasksGPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ITextStructureNavigatorProvider", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ScheduledTasksV2GPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ITextStructureNavigatorSelectorService", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ScheduledTasksGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "FindData", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ImmediateTaskGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "FindOptions", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ScheduledTasksV2GPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ITextStructureNavigator", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ImmediateTaskV2GPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "TextExtent", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ScheduledTasksSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "IMergeTextUndoTransactionPolicy", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ScheduledTasksGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.ScheduledTasks" }, { - "Name": "ITextBufferUndoManager", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "NetworkShareRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkShares" }, { - "Name": "ITextBufferUndoManagerProvider", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "NetworkShareGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkShares" }, { - "Name": "ITextUndoHistory", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "NetworkSharesSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkShares" }, { - "Name": "ITextUndoHistoryRegistry", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "NetworkSharesGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.NetworkShares" }, { - "Name": "ITextUndoPrimitive", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ServiceRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Services" }, { - "Name": "ITextUndoTransaction", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ServiceGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Services" }, { - "Name": "TextUndoHistoryState", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ServiceSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Services" }, { - "Name": "TextUndoRedoEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ServiceGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Services" }, { - "Name": "TextUndoTransactionCompletedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "DevicesRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Devices" }, { - "Name": "TextUndoTransactionCompletionResult", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "DevicesGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Devices" }, { - "Name": "UndoTransactionState", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "DevicesSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Devices" }, { - "Name": "IEditorOperations", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "DevicesGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Devices" }, { - "Name": "IEditorOperationsFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "IniFilesSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.IniFiles" }, { - "Name": "NullMergeUndoTransactionPolicy", - "Namespace": "Microsoft.VisualStudio.Text.Operations.Standalone" + "Name": "IniFilesGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.IniFiles" }, { - "Name": "ElisionBufferOptions", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "IniFileRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.IniFiles" }, { - "Name": "ElisionSourceSpansChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "IniFileGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.IniFiles" }, { - "Name": "GraphBufferContentTypeChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "DataSourcesRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" }, { - "Name": "GraphBuffersChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "DataSourcesAttribute", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" }, { - "Name": "IBufferGraph", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "DataSourcesProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" }, { - "Name": "IBufferGraphFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "DataSourcesGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" }, { - "Name": "IElisionBuffer", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "DataSourcesSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" }, { - "Name": "IElisionSnapshot", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "DataSourcesGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DataSources" }, { - "Name": "IProjectionBuffer", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "ShortcutRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Shortcuts" }, { - "Name": "IProjectionBufferBase", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "ShortcutGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Shortcuts" }, { - "Name": "IProjectionBufferFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "ShortcutSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Shortcuts" }, { - "Name": "IProjectionEditResolver", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "ShortcutGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Shortcuts" }, { - "Name": "IProjectionSnapshot", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "FilesRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Files" }, { - "Name": "ProjectionBufferOptions", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "FilesGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Files" }, { - "Name": "ProjectionSourceBuffersChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "FilesSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Files" }, { - "Name": "ProjectionSourceSpansChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "FilesGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Files" }, { - "Name": "ContinueProcessingPredicate`1", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "DriveMapRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DriveMaps" }, { - "Name": "DetermineLocalityCallback", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "DriveMapGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DriveMaps" }, { - "Name": "Difference", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "DriveMapSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DriveMaps" }, { - "Name": "DifferenceType", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "DriveMapGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.DriveMaps" }, { - "Name": "IDifferenceService", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "FoldersRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Folders" }, { - "Name": "IHierarchicalDifferenceCollection", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "FolderGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Folders" }, { - "Name": "IDifferenceCollection`1", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "FoldersSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Folders" }, { - "Name": "IHierarchicalStringDifferenceService", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "FoldersGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Folders" }, { - "Name": "ITokenizedStringList", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "FolderOptionsRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" }, { - "Name": "Match", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "FileTypeAction", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" }, { - "Name": "StringDifferenceTypes", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "FolderOptionProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" }, { - "Name": "StringDifferenceOptions", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "FolderOptionsGPOSettingBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" }, { - "Name": "WordSplitBehavior", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "FileTypeOptionsGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" }, { - "Name": "IClassificationFormatMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "OpenWithOptionsGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" }, { - "Name": "IEditorFormatMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "FolderOptionFilter", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" }, { - "Name": "ClassificationChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "GlobalFolderOptionsGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" }, { - "Name": "ClassificationSpan", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "GlobalFolderOptionsVistaGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" }, { - "Name": "ClassificationTypeAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "FolderOptionsSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" }, { - "Name": "IClassificationType", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "FolderOptionsGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.FolderOptions" }, { - "Name": "ClassificationTypeDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "EnvironmentVariablesRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Environment" }, { - "Name": "IClassificationTypeRegistryService", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "EnvironmentVariablesGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Environment" }, { - "Name": "IClassifier", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "EnvironmentVariablesSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Environment" }, { - "Name": "IClassifierAggregatorService", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "EnvironmentVariablesGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.Environment" }, { - "Name": "IClassifierProvider", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "PowerOptionsRsopSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" }, { - "Name": "IViewClassifierAggregatorService", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "PowerOptionsGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" }, { - "Name": "ClassificationFormatDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "PowerOptionGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" }, { - "Name": "IEditorFormatMapService", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "PowerSchemeGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" }, { - "Name": "IEditorFormatMap", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "PowerPlanGPOSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" }, { - "Name": "IClassificationFormatMap", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "PowerOptionsSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" }, { - "Name": "EditorFormatDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "PowerOptionsGPOSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" }, { - "Name": "IClassificationFormatMapService", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "PowerOptionsAttributeNames", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" }, { - "Name": "FormatItemsEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "PowerOptionsAttributeValues", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PolicyMaker.PowerOptions" }, { - "Name": "MarkerFormatDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "NrptSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Nrpt" }, { - "Name": "UserVisibleAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "NrptGlobalSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Nrpt" }, { - "Name": "Priority", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "NrptRuleSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Nrpt" }, { - "Name": "IClassificationTypeDefinitionMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Classification.Implementation" + "Name": "EnforcementMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "IDataStorage", - "Namespace": "Microsoft.VisualStudio.Text.Storage" + "Name": "FileHash", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "IDataStorageService", - "Namespace": "Microsoft.VisualStudio.Text.Storage" + "Name": "FileHashCondition", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "Caret", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FileHashRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "DisplayTextPoint", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FileInformation", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "DisplayTextRange", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FilePath", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "HowToShow", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FilePathCondition", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "IBufferPrimitives", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FilePathRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "IBufferPrimitivesFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FilePathRuleExceptions", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "IEditorPrimitivesFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FilePublisher", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "IViewPrimitives", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FilePublisherCondition", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "EditorPrimitiveIds", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FilePublisherRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "IViewPrimitivesFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FilePublisherRuleExceptions", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "Selection", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FileVersionRange", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "TextBuffer", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Policy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "TextPoint", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PolicyConverter", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "TextRange", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RuleAction", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "TextView", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Mode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "EditorOptionKey`1", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Hash", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "DefaultOptions", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RsopConverter", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "ConvertTabsToSpaces", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RuleCollection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Srp" }, { - "Name": "TabSize", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "EQoSSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.EQoS" }, { - "Name": "IndentSize", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "QoSPolicy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.EQoS" }, { - "Name": "ReplicateNewLineCharacter", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "QoSTCPAutoTuningSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.EQoS" }, { - "Name": "NewLineCharacter", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "QoSAppDscpMarkingSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.EQoS" }, { - "Name": "EditorOptionChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "NapClientManagementSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" }, { - "Name": "EditorOptionDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TracingSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" }, { - "Name": "EditorOptionDefinition`1", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "EnforcementClientType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" }, { - "Name": "IEditorOptions", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "EnforcementClientSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" }, { - "Name": "IEditorOptionsFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "UISettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" }, { - "Name": "DefaultTextViewOptions", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "HraRequestPolicyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" }, { - "Name": "DefaultTextViewHostOptions", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "HraRequestPolicySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" }, { - "Name": "DragDropEditing", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TrustedServerType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" }, { - "Name": "OverwriteMode", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TrustedServerGroupType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" }, { - "Name": "UseVirtualSpace", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TrustedServerGroupSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.NetworkAccessProtection" }, { - "Name": "IsViewportLeftClipped", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PrinterConnectionSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PrinterConnections" }, { - "Name": "ViewProhibitUserInput", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PrinterConnectionSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PrinterConnections" }, { - "Name": "CutOrCopyBlankLineIfNoSelection", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PublicKeySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "WordWrapStyle", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RegUInt32Setting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "UseVisibleWhitespace", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "AutoEnrollmentSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "ProduceScreenReaderFriendlyText", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "AutoEnrollOptions", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "VerticalScrollBarEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "KeyRoamingSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "HorizontalScrollBarEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CertificateTrustList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "GlyphMarginEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RootCertificate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "SelectionMarginEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SystemCertificate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "LineNumberMarginEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RootCertificateSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "AutoScrollEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CertificateSettingsStores", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "ChangeTrackingMarginEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CertificateSettingsRevocation", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "OutliningMarginEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CertificateSettingsNetworkRetrieval", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "OutliningUndoEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CertificateSettingsTrustedPublishers", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "ZoomControlEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "AutomaticCertificate", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "DisplayUrlsAsHyperlinks", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "EFSRecoveryAgent", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "CaretPosition", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "EFSSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.PublicKeyPolicies" }, { - "Name": "CaretPositionChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SoftwareRestrictionSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "IScrollMap", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SoftwareRestrictionGeneralProperties", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "IScrollMapFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ApplicableBinaries", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "ISmartIndent", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ApplicableUsers", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "ISmartIndentProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CertificateRulesEnabled", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "ISmartIndentationService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TrustedPublishers", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "ITextCaret", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TrustedPublishersPublishSelector", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "ITextSelection", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TrustedPublishersRevokeCheck", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "ITextView", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Rule_at", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "ITextViewLineCollection", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SecurityLevel", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "ITextViewMargin", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PathRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "ITextViewModel", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "InternetZoneRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "ITextViewModelProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Zone", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "ITextViewRoleSet", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "HashRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "IVerticalFractionMap", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CertificateRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareRestriction" }, { - "Name": "IVerticalScrollBar", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SetupStateType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.RemoteInstallation" }, { - "Name": "IViewScroller", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RemoteInstallationSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.RemoteInstallation" }, { - "Name": "EnsureSpanVisibleOptions", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RemoteInstallationSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.RemoteInstallation" }, { - "Name": "MarginContainerAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "BitmapPathsSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "MouseHoverAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "BooleanSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "MouseHoverEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "BrowserAutoConfigSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "PredefinedMarginNames", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "BrowserTitleSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "PredefinedTextViewRoles", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "DialupType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "ScrollDirection", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ConnectionSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "TextSelectionMode", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "IEAKRsopPrecedenceComparer", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "TextViewCreatedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "IEAKRsopReader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "TextViewLayoutChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "EscState", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "TextViewRoleAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "InternetExplorerSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "ViewRelativePosition", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ProxyAddress", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "ViewState", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ProxySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "WordWrapStyles", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "StringSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "ViewOptionDefinition`1", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ToolbarButtonSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "ZoomConstants", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "URLSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "AdornmentLayerDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ProgramSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "AdornmentPositioningBehavior", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Zone", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "AdornmentRemovedCallback", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SecurityLevel", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "IAdornmentLayer", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SecurityZoneSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "IAdornmentLayerElement", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "LocalZoneSites", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "PredefinedAdornmentLayers", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SecurityZoneAndPrivacySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "BackgroundBrushChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CustomZoneSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "GridCellLengthAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CustomZoneSettingNames", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "GridUnitTypeAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CustomZoneSettingValues", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "OutliningCollapsedAdornmentControl", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PrivacyLevel", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "OutliningMarginHeaderControl", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CookieAction", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "OutliningMarginBracketControl", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PrivacySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "CollapseHintAdornmentControl", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "AuthenticodeTrustedPublishers", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "OutliningMarginControl", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SecurityValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "ConnectionReason", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SecurityInfParser", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.InternetExplorer" }, { - "Name": "ImeTextComposition", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Dot3SvcSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" }, { - "Name": "IntraTextAdornment", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Dot3SvcSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" }, { - "Name": "IntraTextAdornmentTag", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "LanPolicy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" }, { - "Name": "ISpaceReservationAgent", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "LanPolicyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" }, { - "Name": "ISpaceReservationManager", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "LanPolicyGlobalFlags", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" }, { - "Name": "ITextEditorFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "LanPolicyProfileList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" }, { - "Name": "IWpfTextViewMarginProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "LanProfile", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" }, { - "Name": "IWpfTextView", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "LanProfileMsm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" }, { - "Name": "IWpfTextViewConnectionListener", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "LanProfileMsmSecurity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Dot3Svc" }, { - "Name": "IWpfTextViewCreationListener", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanSvcSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IWpfTextViewHost", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanSvcSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IWpfTextViewLineCollection", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanPolicy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IWpfTextViewMargin", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanPolicyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "SpaceReservationAgentChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanPolicyGlobalFlags", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "SpaceReservationManagerDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanPolicyNetworkFilter", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "WpfTextViewKeyboardFilterName", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanPolicyNetworkFilterBlockList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "WpfViewOptionDefinition`1", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanPolicyNetworkFilterAllowList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "DefaultWpfViewOptions", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "networkItemType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "HighlightCurrentLineOption", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "networkTypeType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "SimpleGraphicsOption", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanPolicyProfileList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "MouseWheelZoomEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfileConnectionType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "AppearanceCategoryOption", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfileConnectionMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "ZoomLevelChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfileAdhocType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IGlyphTag", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfile", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IGlyphFactory", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfileIhv", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IGlyphMouseProcessorProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfileIhvOuiHeader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IGlyphFactoryProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfileIhvConnectivity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IKeyProcessorProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfileIhvSecurity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IMouseProcessor", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfileMsmConnectivityPhyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IMouseProcessorProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfileMsm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "KeyProcessor", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfileMsmConnectivity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "MouseProcessorBase", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfileMsmSecurityPMKCacheMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "ZoomControl", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfileMsmSecurityPreAuthMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "ZoomLevelConverter", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WLanProfileMsmSecuritySharedKeyKeyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IGlyphMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + "Name": "WLanProfileMsmSecurityAuthEncryptionAuthentication", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "HighlightCurrentLineBrush", - "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + "Name": "WLanProfileMsmSecurityAuthEncryptionEncryption", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IThumbnailSupport", - "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + "Name": "WLanProfileMsmSecurity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "ISelectionPainter", - "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + "Name": "WLanProfileMsmSecuritySharedKey", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "SelectionAdornment", - "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + "Name": "WLanProfileMsmSecurityAuthEncryption", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "TextViewLineCollection", - "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + "Name": "OneX", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "ImeCompositionWindowFont", - "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + "Name": "OneXSupplicantMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "ImeCompositionWindowTopOffset", - "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + "Name": "OneXAuthMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "ImeCompositionWindowBottomOffset", - "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + "Name": "OneXEapConfig", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "ImeCompositionWindowHeightOffset", - "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" + "Name": "OneXSSO", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "DragDropInfo", - "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + "Name": "SingleSignOnType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "DragDropPointerEffects", - "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + "Name": "WLanProfileSsidConfig", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "DropFormatAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + "Name": "WLanProfileSsidConfigSsid", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IDropHandler", - "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + "Name": "StoreInterface", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WLanSvc" }, { - "Name": "IDropHandlerProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + "Name": "WindowsFirewallSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "DropHandlerBase", - "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + "Name": "WindowsFirewallSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "IDropHandlerMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop.Implementation" + "Name": "BooleanSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "DefaultOptionExtensions", - "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + "Name": "StringSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "TextViewOptionExtensions", - "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + "Name": "UnsignedIntSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "TextViewHostOptionExtensions", - "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + "Name": "FirewallEnum", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "WpfViewOptionExtensions", - "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + "Name": "KeyExchangeAlgorithm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "IElisionTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "EncryptionAlgorithm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "TagAggregatorOptions", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "HashAlgorithm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "BatchedTagsChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "Protocol", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "TrackingTagSpan`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "AHHashAlgorithm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "ITagAggregator`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ESPHashAlgorithm", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "IBufferTagAggregatorFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "PerfectForwardSecrecy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "ITagger`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ConnectionSecurityAuthenticationSuiteMethod", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "IMappingTagSpan`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ConnectionSecurityRuleAction", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "MappingTagSpan`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "FirewallRuleAction", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "SimpleTagger`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "TrafficDirection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "TagsChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "InterfaceType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "ITaggerProvider", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "FirewallProfile", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "ITagSpan`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "SecurityLevel", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "TagSpan`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "GlobalSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "TagTypeAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "PerProfileSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "ClassificationTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "FirewallRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "IClassificationTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ConnectionSecurityRule", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "IUrlTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ConnectionSecurityAuthenticationSet", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "UrlTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ConnectionSecurityAuthenticationSuite", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "ITag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ConnectionSecurityPhase1CryptographicSet", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "IViewTagAggregatorFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ConnectionSecurityPhase1CryptographicSuite", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "IViewTaggerProvider", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ConnectionSecurityPhase2CryptographicSet", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "IOutliningRegionTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ConnectionSecurityPhase2CryptographicSuite", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.WindowsFirewall" }, { - "Name": "OutliningRegionTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "IPSecuritySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.IPSec" }, { - "Name": "ErrorTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "IPSecuritySetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.IPSec" }, { - "Name": "IErrorTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "IPSecRsopReader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.IPSec" }, { - "Name": "TextMarkerTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ReportingAdmException", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "ITextMarkerTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ReportingAdmxException", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "SpaceNegotiatingAdornmentTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "IAdmNamedElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "ITaggerMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "IConfigurablePolicyElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "WrapperCreator`2", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "AdmNamedElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "LazyObservableCollection`2", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "PolicyState", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "TrackingSpanTree`1", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "RegistryEntryMapElementValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "TrackingSpanNode`1", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "AdmSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "IContentTypeMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "AdmTokenType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "IEncodingDetectorMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "AdmToken", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "IOrderableContentTypeMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "AdmTokenizer", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "ProjectionSpanDifference", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "StringSection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "WeakReferenceForDictionaryKey", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "ActionList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "GeometryAdornment", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "RegistrySetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "IContentTypeAndTextViewRoleMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "RegistrySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "IOrderableContentTypeAndTextViewRoleMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "RegType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "ITextViewRoleMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "RegistryValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "IWpfTextViewMarginMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "RegistryValues", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "Strings", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "UnknownType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "WpfHelper", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "RegUtility", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "AutomationProperties", - "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + "Name": "RegistryConstants", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "CustomAutomationAdapter`1", - "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + "Name": "PolicyTree", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "IAutomatedElement", - "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + "Name": "PolicyClass", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "IAutomationAdapter", - "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + "Name": "PolicyCategory", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "IAutomationAdapter`1", - "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + "Name": "PolicyData", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "CustomReadOnlyValueProvider", - "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + "Name": "PolicyElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "ReadOnlyValuePatternProvider", - "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + "Name": "PartCheckBox", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "SelectionValuePatternProvider", - "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + "Name": "PartComboBox", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "WpfAutomationAdapter`1", - "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + "Name": "PartDropDownList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "PatternProvider", - "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + "Name": "ItemList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "TextPatternProvider", - "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + "Name": "Item", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "TextRangePatternProvider", - "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + "Name": "PartEditText", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "ViewValuePatternProvider", - "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" + "Name": "PartListBox", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "IStandardClassificationService", - "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" + "Name": "ListBoxElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "LanguagePriority", - "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" + "Name": "ListBoxValues", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "PredefinedClassificationTypeNames", - "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" + "Name": "PartNumeric", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "BulkObservableCollection`1", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "PartLongNumeric", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "Completion", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "PartMultiText", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "CompletionMatchType", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "PartText", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "CompletionSelectionStatus", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "AdditionalPolicyElement", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "CompletionSet", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "CommentStore", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Registry" }, { - "Name": "CurrentParameterChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ScriptType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Scripts" }, { - "Name": "CompletionPresenterStyle", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "PSRunOrder", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Scripts" }, { - "Name": "FilteredObservableCollection`1", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ScriptSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Scripts" }, { - "Name": "ICompletionBroker", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ScriptSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Scripts" }, { - "Name": "ICompletionSession", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "AccountPolicyName", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "ICompletionSource", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "AccountPolicyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "ICompletionSourceProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "AccountPolicy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IconDescription", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LocalPoliciesAuditValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "ICustomCommit", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LocalPoliciesAudit", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "ICustomIntellisensePresenter", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LocalPoliciesSystemAccessName", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "ICustomKeyboardHandler", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "Strings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IGlyphService", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LocalPoliciesRegType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IIntellisenseCommandTarget", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LocalPoliciesSecurityOptions", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IIntellisenseController", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "DisplayField", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IIntellisenseControllerProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "DisplayFields", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IIntellisensePresenter", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LocalPoliciesSecurityOptionsDisplay", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IIntellisensePresenterProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LocalPoliciesUserRightsAssignmentType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IIntellisenseSession", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LocalPoliciesUserRightsAssignment", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IIntellisenseSessionStack", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SecurityType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IIntellisenseSessionStackMapService", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "PathSecurity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IntellisenseKeyboardCommand", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "RestrictedGroups", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IntellisenseSpaceReservationManagerNames", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "EventLogName", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IParameter", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "EventLogCategory", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IPopupIntellisensePresenter", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SecurityEventLog", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IQuickInfoBroker", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SecurityFile", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IQuickInfoSession", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SecurityRegistry", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IQuickInfoSource", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SecurityRsopReader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "IQuickInfoSourceProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SettingType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "ISignature", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LogRetentionMethod", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "ISignatureHelpBroker", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SecuritySettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "ISignatureHelpSession", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ServiceStartupMode", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "ISignatureHelpSource", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SystemServices", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Security" }, { - "Name": "ISignatureHelpSourceProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "EligibilityValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "ISmartTagAction", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LanguageMatch", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "ITextFormattable", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ApplyCauseValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "QuickInfoPresenterStyle", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "AppliedResult", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "SignatureHelpPresenterStyle", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ARPResult", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "SmartTag", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "DeploymentTypeValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "SmartTagActionSet", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "InstallationUILevel", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "ISmartTagBroker", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LossOfScopeAction", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "ISmartTagSession", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "MsiPackage", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "ISmartTagSource", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "MsiPackageUpgrades", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "ISmartTagSourceProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "MsiPackagesUpgradedBy", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "IUIElementProvider`2", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ItemChoiceType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "IWpfKeyboardTrackingService", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "OnDemandEntity", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "SelectedSignatureChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "PackageBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "SmartTagState", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "PackageInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "SmartTagType", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "RemovalCause", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "StandardGlyphGroup", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "RemovalTypeValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "StandardGlyphItem", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "RemovedResult", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "UIElementType", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SICategories", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "ValueChangedEventArgs`1", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SITypes", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "SmartTagSurface", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense.Implementation" + "Name": "SIRsopReader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "SingletonBaseMetadataAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "SoftwareInstallationSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "MultipleBaseMetadataAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "ZapPackage", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.SoftwareInstallation" }, { - "Name": "BaseDefinitionAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "FolderRedirectionSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" }, { - "Name": "DisplayNameAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RemovalBehavior", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" }, { - "Name": "IOrderable", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "ConfigurationControlType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" }, { - "Name": "IPropertyOwner", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "PrimaryComputerEvaluationType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" }, { - "Name": "NameAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "FolderSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" }, { - "Name": "OrderAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "FolderSettingLocation", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.FolderRedirection" }, { - "Name": "Orderer", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "CapSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Cap" }, { - "Name": "PropertyCollection", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "AuditSettings", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Auditing" }, { - "Name": "FileExtensionToContentTypeDefinition", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "AuditSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Auditing" }, { - "Name": "FileExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "GlobalSaclType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Auditing" }, { - "Name": "IContentTypeDefinition", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "GlobalSaclSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Extensions.Auditing" }, { - "Name": "IContentTypeDefinitionSource", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "BlobReader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "IContentTypeRegistryService", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "PrecedenceType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "IFileExtensionRegistryService", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RsopReader", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "ContentTypeAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "IniSection", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "ContentTypeDefinition", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "IniParser", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "IContentType", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "ByteConverter", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "IObjectTracker", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "FileUtil", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "IContentTypeDefinitionMetadata", - "Namespace": "Microsoft.VisualStudio.Utilities.Implementation" + "Name": "NonUniqueKeysSortedList", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "IFileExtensionToContentTypeMetadata", - "Namespace": "Microsoft.VisualStudio.Utilities.Implementation" + "Name": "EnumeratorPosition", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "NonUniqueKeysSortedListEnumerator", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "ISESnippet", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "Dbg", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "ISESnippetCollection", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "IMapEntry", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "ConsoleEditor", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "Mapping", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "ISEEditor", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "EntryTypeValue", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "ISEFile", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "ItemChoiceType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "ISEFileCollection", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "IMigrationTable", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "PowerShellTab", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "MigrationTable", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "PowerShellTabCollection", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "CtlExt", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "UICollection`1", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "ResourceDllUtil", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "IAddOnToolHostObject", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "WordWrapDataGridColumn", + "Namespace": "Microsoft.GroupPolicy.GPOAdminGrid" }, { - "Name": "ISEAddOnTool", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "MultiLineDataGridColumn", + "Namespace": "Microsoft.GroupPolicy.GPOAdminGrid" }, { - "Name": "ISEAddOnToolAddedOrRemovedEventArgs", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "ISingleSelectDataGrid", + "Namespace": "Microsoft.GroupPolicy.GPOAdminGrid" }, { - "Name": "ISEAddOnToolCollection", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "SingleSelectDataGrid", + "Namespace": "Microsoft.GroupPolicy.GPOAdminGrid" }, { - "Name": "ISEAddOnToolEventArgs", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "GPMTargetingEditor", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "ISEAddOnToolPaneOpenOrClosedEventArgs", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "IGPMTargetingEditor", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "ISEMenuItem", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "ConvertVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "ISEMenuItemCollection", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "DismountVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "ISEOptions", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "GetVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "ObjectModelRoot", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "MergeVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "ReadOnlyISEAddOnToolCollection", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "MountVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "SelectedScriptPaneState", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "NewVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "SnippetStrings", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "OptimizeVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "PSXmlTokenType", - "Namespace": "Microsoft.PowerShell.Host.ISE" + "Name": "ResizeVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "App", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "SetVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "AddOnToolTabControl", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "TestVhdCommand", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "FindAndReplaceDialog", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VirtualHardDisk", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "NewRemotePowerShellTabDialog", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VhdCompactMode", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "SkippableMessageBox", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VhdType", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "EditorTabControl", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VhdFormat", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "InternalPropertyBindingConverter", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "ErrorCode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "MainWindow", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VirtualizationNullArgumentException", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "OutputControl", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VirtualizationManagementException", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "RunspaceControl", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VirtualizationOperationFailedException", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "RunspaceTabControl", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "ValidateVirtualHardDiskException", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ScriptExpander", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VirtualizationOperation", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ShowCommandAddOnControl", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VirtualizationInvalidArgumentException", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "StatusAndSizingBar", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VirtualizationWarningException", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ContextMenuOnlyCustomCommands", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "ICacheable", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "CustomCommands", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "ControllerType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "HostGuiAutomationNames", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VMBios", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "HostGuiNLStrings", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VMFirmware", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "HostGuiStrings", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VMFloppyDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "HostTextWriter", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "DriveBase", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "PromptForChoiceDialog", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "Drive", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ReadLineDialog", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "DvdDrive", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ProgressBarInformation", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "HardDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ProgressControl", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VMDriveController", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ColorPicker", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VMIdeController", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "StorableColorTheme", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VMFloppyDriveController", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ManageThemesWindow", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VMScsiController", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "OptionsGuiStrings", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VMReplicationAuthorizationEntry", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "OptionsWindow", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VMIntegrationComponent", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "Program", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "ShutdownComponent", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AutomationNames", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "DataExchangeComponent", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ColorNames", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "CopyFileSourceType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ControlTexts", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "GuestServiceInterfaceComponent", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ToolTipStrings", - "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" + "Name": "VMMemory", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AllModulesControl", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "ModuleInitializer", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "CmdletControl", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMMigrationNetwork", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ImageButton", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ImageButtonBase", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterAclDirection", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ImageButtonToolTipConverter", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterAclAction", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ImageToggleButton", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterAclType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "NotImportedCmdletControl", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterAclSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "MultipleSelectionControl", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterExtendedAclDirection", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ParameterSetControl", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterExtendedAclAction", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ShowModuleControl", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterExtendedAclSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AllModulesViewModel", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterIsolationMode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "CommandEventArgs", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterIsolationSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "CommandViewModel", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterRoutingDomainSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "HelpNeededEventArgs", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterPortMirroringMode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ImportModuleEventArgs", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterVlanMode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ModuleViewModel", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterPrivateVlanMode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ParameterSetViewModel", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ParameterViewModel", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterVlanSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ShowAllModulesWindow", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterBandwidthSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ShowCommandWindow", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMNetworkAdapterBase", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "MultipleSelectionDialog", - "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" + "Name": "VMInternalOrExternalNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "HelpWindow", - "Namespace": "Microsoft.Management.UI" + "Name": "VMInternalNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "SettingsDialog", - "Namespace": "Microsoft.Management.UI" + "Name": "VMExternalNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "XamlLocalizableResources", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "HelpWindowResources", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMNetworkAdapterConnectionTestResult", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ShowCommandResources", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMProcessor", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AutomationTextBlock", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "CustomTypeComparer", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMEthernetResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "DataRoutedEventArgs`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMProcessorResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "DateTimeApproximationComparer", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMFcResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "DismissiblePopup", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMMemoryResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ExtendedFrameworkElementAutomationPeer", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMStorageResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IAsyncProgress", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMIsoResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IntegralConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMVfdResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "InverseBooleanConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMVhdResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IsEqualConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMReplicationServer", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IsNotNullConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMRemoteFx3DVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IStateDescriptorFactory`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMComPort", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ListOrganizer", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "SnapshotType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ListOrganizerItem", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "MessageTextBox", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "SyntheticDisplayController", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "PickerBase", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "S3DisplayController", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "PopupControlButton", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "DeviceSettingType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "PropertyChangedEventArgs`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "IntegrationService", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ReadOnlyObservableAsyncCollection`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "StartAction", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ScalableImage", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "StopAction", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ScalableImageSource", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "TaskStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "StateDescriptor`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "TaskType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "StringFormatConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMHealthState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "TextBlockService", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "TextTrimConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "UserActionState", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMOtherEnabledState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ControlState", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMIntegrationComponentOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "Utilities", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMHeartbeatStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "VisualToAncestorDataConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "BootDevice", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AutomationGroup", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMMemoryStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ExpanderButton", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "ReplicationAuthenticationType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ExpanderButtonAutomationPeer", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "RecoveryAuthenticationType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ResizeGripLocation", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMReplicationState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "Resizer", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMReplicationHealthState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ResizerGripThicknessConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMReplicationServerOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterExpressionAndOperatorNode", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "ReplicationWmiState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterExpressionNode", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "DvdMediaType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterExpressionOperandNode", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMReplicationMode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterExpressionOrOperatorNode", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMReplicationType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ComparableValueFilterRule`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMReplicationRelationshipType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "DoesNotEqualFilterRule`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "OnOffState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EqualsFilterRule`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "InUseState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "MigrationAuthenticationType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterRuleExtensions", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMMigrationPerformance", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IsBetweenFilterRule`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "ICStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IsEmptyFilterRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "IPProtocolPreference", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IsGreaterThanFilterRule`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMTraceLevels", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IsLessThanFilterRule`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMTraceTagFormatLevels", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IsNotEmptyFilterRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMTrace", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IsNotEmptyValidationRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMPortAclMeteringReport", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "PropertiesTextContainsFilterRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMNetworkAdapterPortAclMeteringReport", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "PropertyValueSelectorFilterRule`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMResourcePoolPortAclMeteringReport", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "SelectorFilterRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMResourceReport", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "SingleValueComparableValueFilterRule`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VirtualHardDiskMetrics", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "TextContainsFilterRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMMeteringReportForVirtualMachine", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "TextDoesNotContainFilterRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMMeteringReportForResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "TextDoesNotEqualFilterRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VirtualizationObject", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "TextEndsWithFilterRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMComponentObject", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "TextEqualsFilterRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "KeyValuePairItemPool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "TextFilterRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VirtualMachineBase", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "TextStartsWithFilterRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VirtualMachine", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "DataErrorInfoValidationResult", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMBootSourceType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "DataErrorInfoValidationRule", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMBootSource", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "DefaultFilterRuleCustomizationFactory", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMConnectAceAccessType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterEvaluator", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMConnectAce", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterExceptionEventArgs", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "OperationType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterRuleCustomizationFactory", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMCompatibilityReport", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterStatus", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMCompatibilityError", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IEvaluate", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMHost", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IFilterExpressionProvider", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMHostNumaNode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ItemsControlFilterEvaluator", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMJob", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ValidatingSelectorValue`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ValidatingValue`1", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchBandwidthMode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ValidatingValueBase", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AddFilterRulePicker", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMNumaNodeStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AddFilterRulePickerItem", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMFibreChannelHba", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "InputFieldBackgroundTextConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMReplicationBase", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IsValidatingValueValidConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMReplication", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterRulePanel", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMReplicationHealth", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterRulePanelContentPresenter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMCurrentTask", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterRulePanelController", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMRemoteFXPhysicalVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterRulePanelItem", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "SanExternalPortsModification", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterRulePanelItemType", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSan", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterRuleTemplateSelector", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMMigrationPerformer", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterRuleToDisplayNameConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMStorageMigrationPerformer", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "SearchBox", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionData", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "SearchTextParser", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionSwitchData", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "SearchTextParseResult", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionPortData", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ValidatingSelectorValueToDisplayNameConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionSyntheticOrEmulatedPortData", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ValidatingValueToGenericParameterTypeConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionSyntheticPortData", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ColumnPicker", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionEmulatedPortData", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "DefaultStringConverter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionExternalPortData", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "InnerList", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionInternalPortData", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "InnerListColumn", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionFeature", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "InnerListGridView", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "IPropertyValueGetter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSystemSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ManagementList", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionSyntheticOrEmulatedPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ManagementListStateDescriptor", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionSyntheticPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ManagementListStateDescriptorFactory", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionEmulatedPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ManagementListTitle", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionExternalPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "PropertyValueGetter", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionInternalPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "UIPropertyGroupDescription", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "WaitRing", - "Namespace": "Microsoft.Management.UI.Internal" + "Name": "VMSwitchExtensionType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AddComputer", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VMSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AddContent", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VMSynthetic3DVideoPool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "CheckpointComputer", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VMSystemSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ClearContent", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VMResource", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ClearEventLog", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VMPoolResource", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ClearItem", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AutoCollection`2", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ClearItemProperty", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "ClusterVerifyPathResult", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ClearRecycleBin", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "ClusterManagementService", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ConvertPath", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "MetricCollectionEnabled", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "CopyItem", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "ResourcePoolConfigurationService", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "CopyItemProperty", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VirtualEthernetSwitchManagementService", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "DisableComputerRestore", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VirtualManagementServiceBase", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EnableComputerRestore", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VirtualManagementService", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GetChildItem", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VirtualSystemSnapshotService", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GetComputerRestorePoint", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "WmiNetworkAdapterAclApplicability", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GetContent", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "IovInterruptModerationValue", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GetEventLog", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "WmiProtocolIFType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GetHotFix", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VMResourcePoolType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GetItem", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "WmiSynthetic3DService", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GetItemProperty", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "ObjectKey", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GetLocation", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "CmdletId", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GetProcess", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "WinSoftwareQualityMetricApi", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GetPSDrive", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVMDvdDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetPSProvider", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVMFibreChannelHbaCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetService", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVMHardDiskDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "InvokeItem", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVMMigrationNetworkCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "JoinPath", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "LimitEventLog", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVMNetworkAdapterAclCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "MoveItem", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVMNetworkAdapterExtendedAclCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "MoveItemProperty", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVmNetworkAdapterRoutingDomainMappingCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NewEventLog", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVMRemoteFX3dVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NewItem", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVMScsiControllerCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NewItemProperty", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVMStoragePathCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NewService", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVMSwitchCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NewWebServiceProxy", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVMSwitchExtensionPortFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RegisterWmiEvent", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "AddVMSwitchExtensionSwitchFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RemoveComputer", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "CheckpointVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RemoveEventLog", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "CommonVMParameterCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RemoveItem", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "MinVMResourceParameterCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RemoveItemProperty", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VMNetworkAdapterCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RemoveWmiObject", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VMNetworkAdapterGetCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RenameComputer", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VMSwitchExtensionPortFeatureOrDataCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RenameItem", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "VMSwitchExtensionSwitchFeatureCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RenameItemProperty", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "CompareVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ResetComputerMachinePassword", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "CompleteVMFailoverCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ResolvePath", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "ConnectVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RestartService", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "ConnectVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RestoreComputer", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "CopyVMFileCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ResumeService", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "DebugVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetContent", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "DisableVMEventingCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetItem", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "DisableVMIntegrationServiceCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetItemProperty", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "DisableVMMigrationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetService", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "DisableVMRemoteFXPhysicalVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetWmiInstance", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "DisableVMResourceMeteringCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SplitPath", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "DisableVMSwitchExtensionCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "StartProcess", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "DisconnectVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "StartService", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "DisconnectVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "StopComputer", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "SetVMDriveCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "StopProcess", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "EnableVMEventingCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "StopService", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "EnableVMIntegrationServiceCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SuspendService", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "EnableVMMigrationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "TestComputerSecureChannel", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "EnableVMRemoteFXPhysicalVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "TestConnection", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "EnableVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "TestPath", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "EnableVMResourceMeteringCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WaitProcess", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "EnableVMSwitchExtensionCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WriteEventLog", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "ExportVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetItemPropertyValue", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "ExportVMSnapshotCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RestartActivityContext", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "GetVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RestartComputer", - "Namespace": "Microsoft.PowerShell.Management.Activities" + "Name": "GetVMBiosCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ScheduledJob", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMFirmwareCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ScheduledJobDefinition", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMComportCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ScheduledJobException", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMConnectAccessCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ScheduledJobInvocationInfo", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMDvdDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ScheduledJobOptions", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMFibreChannelHbaCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "TaskMultipleInstancePolicy", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMFloppyDiskDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ScheduledJobSourceAdapter", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMHardDiskDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ScheduledJobTrigger", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMHostCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "TriggerFrequency", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMHostNUMANodeCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "JobTriggerToCimInstanceConverter", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMHostNumaNodeStatusCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NewJobTriggerCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMIdeControllerCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AddJobTriggerCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMIntegrationServiceCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ScheduleJobCmdletBase", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMMemoryCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RemoveJobTriggerCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMMigrationNetworkCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetJobTriggerCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetJobTriggerCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMNetworkAdapterAclCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "DisableJobTriggerCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMNetworkAdapterExtendedAclCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "EnableJobTriggerCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMNetworkAdapterIsolationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "EnableDisableScheduledJobCmdletBase", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMNetworkAdapterRoutingDomainMappingCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ScheduledJobOptionCmdletBase", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMNetworkAdapterFailoverConfigurationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NewScheduledJobOptionCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMNetworkAdapterVlanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetScheduledJobOptionCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMProcessorCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetScheduledJobOptionCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMRemoteFx3dVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RegisterScheduledJobCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMRemoteFXPhysicalVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetScheduledJobCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetScheduledJobCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetFRAuthorizationEntryCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "UnregisterScheduledJobCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetReplicationServerCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "DisableScheduledJobDefinitionBase", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMResourcePoolCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "DisableScheduledJobCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "EnableScheduledJobCommand", - "Namespace": "Microsoft.PowerShell.ScheduledJob" + "Name": "GetVMScsiControllerCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IAction", - "Namespace": "TaskScheduler" + "Name": "GetVMSnapshotCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IActionCollection", - "Namespace": "TaskScheduler" + "Name": "GetVMStoragePathCmdletCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IBootTrigger", - "Namespace": "TaskScheduler" + "Name": "GetVMSwitchCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IDailyTrigger", - "Namespace": "TaskScheduler" + "Name": "GetVMSwitchExtensionCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IExecAction", - "Namespace": "TaskScheduler" + "Name": "GetVMSwitchExtensionPortDataCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IIdleSettings", - "Namespace": "TaskScheduler" + "Name": "GetVMSwitchExtensionPortFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ILogonTrigger", - "Namespace": "TaskScheduler" + "Name": "GetVMSwitchExtensionSwitchDataCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IPrincipal", - "Namespace": "TaskScheduler" + "Name": "GetVMSwitchExtensionSwitchFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IRegisteredTask", - "Namespace": "TaskScheduler" + "Name": "GetVMSystemSwitchExtensionCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IRepetitionPattern", - "Namespace": "TaskScheduler" + "Name": "GetVMSystemSwitchExtensionFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IRunningTask", - "Namespace": "TaskScheduler" + "Name": "GetVMSystemSwitchExtensionPortFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IRunningTaskCollection", - "Namespace": "TaskScheduler" + "Name": "GetVMSystemSwitchExtensionSwitchFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ITaskDefinition", - "Namespace": "TaskScheduler" + "Name": "GrantVMConnectAccessCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ITaskFolder", - "Namespace": "TaskScheduler" + "Name": "ImportVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ITaskService", - "Namespace": "TaskScheduler" + "Name": "ImportVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ITaskSettings", - "Namespace": "TaskScheduler" + "Name": "MeasureVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ITimeTrigger", - "Namespace": "TaskScheduler" + "Name": "MeasureVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ITrigger", - "Namespace": "TaskScheduler" + "Name": "MeasureVMResourcePoolCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ITriggerCollection", - "Namespace": "TaskScheduler" + "Name": "MoveVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IWeeklyTrigger", - "Namespace": "TaskScheduler" + "Name": "MoveVMStorageCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "TaskScheduler", - "Namespace": "TaskScheduler" + "Name": "NewVfdCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "_TASK_ACTION_TYPE", - "Namespace": "TaskScheduler" + "Name": "NewVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "_TASK_INSTANCES_POLICY", - "Namespace": "TaskScheduler" + "Name": "NewFRAuthorizationEntryCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "_TASK_LOGON_TYPE", - "Namespace": "TaskScheduler" + "Name": "NewVMResourcePoolCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "_TASK_RUNLEVEL", - "Namespace": "TaskScheduler" + "Name": "NewVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "_TASK_TRIGGER_TYPE2", - "Namespace": "TaskScheduler" + "Name": "NewVMSwitchCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSSecurityPSSnapIn", - "Namespace": "Microsoft.PowerShell" + "Name": "RemoveVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SecurityDescriptorCommandsBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMDvdDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetAclCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMFibreChannelHbaCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetAclCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMHardDiskDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "DnsNameRepresentation", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMMigrationNetworkCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "CertificateProvider", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "X509StoreLocation", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMNetworkAdapterAclCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "EnhancedKeyUsageRepresentation", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMNetworkAdapterExtendedAclCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SendAsTrustedIssuerProperty", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMNetworkAdapterRoutingDomainMappingCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "EnhancedKeyUsageProperty", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMRemoteFx3dVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "DnsNameProperty", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "CertificateProviderItemNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveFRAuthorizationEntryCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "CertificateNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMResourcePoolCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "CertificateStoreNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "CertificateStoreLocationNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMSavedStateCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetCredentialCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMScsiControllerCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetExecutionPolicyCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMSnapshotCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetExecutionPolicyCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMStoragePathCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SecureStringCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMSwitchCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConvertFromToSecureStringCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMSwitchExtensionPortFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConvertFromSecureStringCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveVMSwitchExtensionSwitchFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConvertToSecureStringCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RenameVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SignatureCommandsBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RenameVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetAuthenticodeSignatureCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RenameVMResourcePoolCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetAuthenticodeSignatureCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RenameVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "CatalogCommandsBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RenameVMSnapshotCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NewFileCatalogCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RenameVMSwitchCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "TestFileCatalogCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RepairVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetPfxCertificateCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "VMReplicationCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ProtectCmsMessageCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "VMReplicationCmdletEx", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetCmsMessageCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ResetVMReplicationStatisticsCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "UnprotectCmsMessageCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ResetVMResourceMeteringCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConvertFromSecureString", - "Namespace": "Microsoft.PowerShell.Security.Activities" + "Name": "RestartVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConvertToSecureString", - "Namespace": "Microsoft.PowerShell.Security.Activities" + "Name": "RestoreVMSnapshotCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetAcl", - "Namespace": "Microsoft.PowerShell.Security.Activities" + "Name": "ResumeVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetAuthenticodeSignature", - "Namespace": "Microsoft.PowerShell.Security.Activities" + "Name": "ResumeVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetExecutionPolicy", - "Namespace": "Microsoft.PowerShell.Security.Activities" + "Name": "RevokeVMConnectAccessCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetPfxCertificate", - "Namespace": "Microsoft.PowerShell.Security.Activities" + "Name": "SaveVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetAcl", - "Namespace": "Microsoft.PowerShell.Security.Activities" + "Name": "SetVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetAuthenticodeSignature", - "Namespace": "Microsoft.PowerShell.Security.Activities" + "Name": "SetVMBiosCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetExecutionPolicy", - "Namespace": "Microsoft.PowerShell.Security.Activities" + "Name": "SetVMFirmwareCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "UnprotectCmsMessage", - "Namespace": "Microsoft.PowerShell.Security.Activities" + "Name": "SetVMComportCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetCmsMessage", - "Namespace": "Microsoft.PowerShell.Security.Activities" + "Name": "SetVMDvdDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ProtectCmsMessage", - "Namespace": "Microsoft.PowerShell.Security.Activities" + "Name": "SetVMFibreChannelHbaCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AddMember", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMFloppyDiskDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AddType", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMHardDiskDriveCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "CompareObject", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMHostCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConvertFromCsv", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMMemoryCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConvertFromStringData", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMMigrationNetworkCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConvertFromString", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConvertToCsv", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMNetworkAdapterFailoverConfigurationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConvertToHtml", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMNetworkAdapterVlanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConvertToXml", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVmNetworkAdapterIsolationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ExportClixml", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVmNetworkAdapterRoutingDomainMappingCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ExportCsv", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMProcessorCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ExportFormatData", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMRemoteFx3dVideoAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetCulture", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetDate", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetFRAuthorizationEntryCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetEvent", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetReplicationServerCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetEventSubscriber", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMResourcePoolCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetHost", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMSanCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetMember", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMSwitchCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetRandom", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMSwitchExtensionPortFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetTraceSource", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVMSwitchExtensionSwitchFeatureCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetUICulture", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "StartVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetUnique", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "StartVMFailoverCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GroupObject", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "StartVMInitialReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ImportClixml", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "StopVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ImportCsv", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "StopVMFailoverCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "InvokeExpression", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "StopVMInitialReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "MeasureCommand", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "StopVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "MeasureObject", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SuspendVMCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NewEvent", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SuspendVMReplicationCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NewTimeSpan", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "TestVMReplicationConnectionCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "OutFile", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "VMCmdlet", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "OutPrinter", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "TestVMNetworkAdapterCommand", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "OutString", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "DriveControllerLocator", + "Namespace": "Microsoft.HyperV.PowerShell.Commands.Utilities" }, { - "Name": "RegisterEngineEvent", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "ConvertVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "RegisterObjectEvent", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "DismountVHD", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "RemoveEvent", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "GetVHD", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "SelectObject", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "GetVHDSet", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "SelectString", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "GetVHDSnapshot", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "SelectXml", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "MergeVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "SendMailMessage", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "MountVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "SetDate", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "NewVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "SetTraceSource", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "OptimizeVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "SortObject", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "OptimizeVHDSet", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "StartSleep", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "RemoveVHDSnapshot", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "TeeObject", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "ResizeVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "UnregisterEvent", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "SetVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "UpdateList", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "TestVhd", + "Namespace": "Microsoft.Vhd.PowerShell.Cmdlets" }, { - "Name": "WaitEvent", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVmAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WriteDebug", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVMDvdDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WriteError", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVMFibreChannelHba", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WriteInformation", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVMGpuPartitionAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WriteOutput", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVMGroupMember", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WriteProgress", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVMHardDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WriteVerbose", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVmHostAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WriteWarning", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVMKeyStorageDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConvertToJson", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVMMigrationNetwork", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConvertFromJson", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetTypeData", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVMNetworkAdapterAcl", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "InvokeRestMethod", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVMNetworkAdapterExtendedAcl", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "InvokeWebRequest", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVmNetworkAdapterRoutingDomainMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "UnblockFile", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVMRemoteFX3dVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ImportLocalizedData", - "Namespace": "Microsoft.PowerShell.Utility.Activities" + "Name": "AddVMScsiController", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ParameterSpecificCategoryAttribute", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "AddVMStoragePath", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "InputAndOutputCategoryAttribute", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "AddVMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "BehaviorCategoryAttribute", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "AddVMSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ConnectivityCategoryAttribute", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "AddVMSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IImplementsConnectionRetry", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "AddVMSwitchTeamMember", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WorkflowPreferenceVariables", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "CheckpointVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "HostParameterDefaults", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "CompareVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "HostSettingCommandMetadata", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "CompleteVMFailover", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSActivityContext", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "ConnectVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ActivityOnResumeAction", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "ConnectVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PipelineEnabledActivity", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "CopyVMFile", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSActivity", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "DebugVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ActivityImplementationContext", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "DisableVMConsoleSupport", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowInstanceExtension", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "DisableVMEventing", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSActivityArgumentInfo", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "DisableVMIntegrationService", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WmiActivity", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "DisableVMMigration", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSRemotingActivity", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "DisableVMRemoteFXPhysicalVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSGeneratedCIMActivity", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "DisableVMResourceMetering", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GenericCimCmdletActivity", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "DisableVMSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "CimActivityImplementationContext", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "DisableVMTPM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSActivityEnvironment", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "DisconnectVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSActivityHostController", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "DisconnectVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSResumableActivityHostController", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "DismountVMHostAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowHost", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "EnableVMConsoleSupport", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RunspaceProvider", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "EnableVMEventing", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSCleanupActivity", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "EnableVMIntegrationService", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "DisablePSWorkflowConnection", - "Namespace": "Microsoft.PowerShell.Activities" + "Name": "EnableVMMigration", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ImportWorkflowCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EnableVMRemoteFXPhysicalVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowExecutionOption", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EnableVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NewPSWorkflowExecutionOptionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EnableVMResourceMetering", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSPersistableIdleAction", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "EnableVMSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowId", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "EnableVMTPM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WorkflowUnhandledErrorAction", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "ExportVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowRemoteActivityState", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "ExportVMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowJob", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WorkflowJobSourceAdapter", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowJobManager", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMBios", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "Validation", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMConnectAccess", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowValidator", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMComPort", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, - { - "Name": "PSWorkflowExtensions", - "Namespace": "Microsoft.PowerShell.Workflow" + { + "Name": "GetVMDvdDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowContext", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMFibreChannelHba", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowDefinition", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMFirmware", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowTimer", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMFloppyDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowFileInstanceStore", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMGpuPartitionAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowConfigurationProvider", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMGroup", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowRuntime", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMHardDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowSessionConfiguration", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMHost", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WorkflowStoreComponents", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMHostAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ActivityRunMode", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMHostCluster", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowInstanceStore", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMHostNumaNode", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PSWorkflowInstance", - "Namespace": "Microsoft.PowerShell.Workflow" + "Name": "GetVMHostNumaNodeStatus", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetAppLockerPolicyCmdlet", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMHostSupportedVersion", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetAppLockerPolicyCmdlet", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMIdeController", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "TestAppLockerPolicyCmdlet", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMIntegrationService", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetAppLockerFileInformationCmdlet", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMKeyProtector", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NewAppLockerPolicyCmdlet", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMKeyStorageDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AppLockerEventType", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMMemory", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AppLockerEventInformation", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMMigrationNetwork", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "CmdletException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ResolvingPathException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMNetworkAdapterAcl", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ResolvingFileException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMNetworkAdapterExtendedAcl", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ResolvingDirectoryException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMNetworkAdapterFailoverConfiguration", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ResolvingUserException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMNetworkAdapterIsolation", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FileDoesNotExistException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMNetworkAdapterRoutingDomainMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "DirectoryDoesNotExistException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMNetworkAdapterTeamMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ParsingFilePublisherInformationException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMNetworkAdapterVlan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "OpeningEventLogException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMPartitionableGpu", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ParsingEventLogException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" + "Name": "GetVMProcessor", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AppXPackageCollection", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMRemoteFx3dVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AppXPackageInfo", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMRemoteFXPhysicalVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FileManager", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PolicyManager", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMReplicationAuthorizationEntry", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleManager", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMReplicationServer", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleGenerator", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleType", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetPublisherDisplayName", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMScsiController", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleGenerationSettings", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMSecurity", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleGenerationResult", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PolicyDecision", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMStoragePath", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AppLockerPolicyDecision", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PolicyManagementException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMSwitchTeam", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleDoesNotExistException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FileDoesNotExistException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMSwitchExtensionPortData", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NoRuleTypeWasSpecifiedException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "MissingFileInformationException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMSwitchExtensionSwitchData", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetLocalPolicyException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SetDomainPolicyException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMSystemSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetLocalPolicyException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMSystemSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetDomainPolicyException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMSystemSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetEffectivePolicyException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GetVMVideo", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "TestFileAllowedException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "GrantVMConnectAccess", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "CreateFilePublisherException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "ImportVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FrameworkPackageException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "ImportVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "CreateFileHashException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "MeasureVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NormalizeFilePathException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "MeasureVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetFileTypeException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "MeasureVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetFileExtensionsException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "MountVMHostAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "GetFileRuleCollectionException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "MoveVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "UnsupportedFileTypeException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "MoveVMStorage", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "CompileRuleException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "NewVfd", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "EncodeFilePublisherInformationException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "NewVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "DecodeFilePublisherInformationException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" + "Name": "NewVMGroup", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ExecutionCategory", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "NewVMReplicationAuthorizationEntry", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "Id", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "NewVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PolicyElement", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "NewVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "XmlSerializer", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "NewVMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AppLockerPolicy", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "EnforcementMode", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ServiceEnforcementMode", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMDvdDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SystemAppAllowMode", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMFibreChannelHba", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleCollection", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMGpuPartitionAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AppLockerRuleActionType", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMGroup", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AppLockerRule", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMGroupMember", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FilePublisherRule", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMHardDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FilePathRule", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVmHostAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FileHashRule", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMKeyStorageDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleCondition", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMMigrationNetwork", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FilePublisherCondition", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FilePathCondition", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMNetworkAdapterAcl", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FileHashCondition", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMNetworkAdapterExtendedAcl", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FilePublisher", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMNetworkAdapterRoutingDomainMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FileVersionRange", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMNetworkAdapterTeamMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FileVersion", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMRemoteFx3dVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FilePath", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FileHashType", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMReplicationAuthorizationEntry", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FileHash", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AppLockerFileType", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FileInformation", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMSavedState", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PolicyModelException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMScsiController", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "InvalidPolicyElementException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "InvalidXmlPolicyException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMStoragePath", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleCollectionAlreadyExistsException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleCollectionDoesNotExistException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleAlreadyExistsException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleDoesNotExistException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RemoveVMSwitchTeamMember", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleConditionIsNotSupportedException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RenameVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleExceptionIsNotSupportedException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RenameVMGroup", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PolicyMergingException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RenameVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "Plugin", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" + "Name": "RenameVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "Document", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + "Name": "RenameVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "Node", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + "Name": "RenameVMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NodeCollection", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + "Name": "RenameVMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SchemaValidationResult", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + "Name": "RepairVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "XmlHelperException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + "Name": "ResetVMReplicationStatistics", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "XmlNodeDoesNotExistException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + "Name": "ResetVMResourceMetering", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "XmlAttributeDoesNotExistException", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" + "Name": "RestartVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AdministratorPreferences", - "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + "Name": "RestoreVMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "BinaryView", - "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + "Name": "ResumeVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "BrowseDSObjectsDialog", - "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + "Name": "ResumeVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "DirectoryChooser", - "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + "Name": "RevokeVMConnectAccess", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "DynamicSearchableListViewControl", - "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + "Name": "SaveVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ListViewColumnSorter", - "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + "Name": "SetVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ReviewRules", - "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + "Name": "SetVMBios", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleGenerationWizard", - "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + "Name": "SetVMComPort", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RuleView", - "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + "Name": "SetVMDvdDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "UserSelectionTracker", - "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + "Name": "SetVMFibreChannelHba", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ProgressReporter", - "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + "Name": "SetVMFirmware", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ErroneousDirectories", - "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" + "Name": "SetVMFloppyDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AppInstance", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMGpuPartitionAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "BasePermissions", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMHardDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ChangeQuery", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMHost", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ContentTypeId", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMHostCluster", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ContentType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMKeyProtector", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FieldLink", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMKeyStorageDrive", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FieldLookupValue", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMMemory", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FieldUserValue", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMMigrationNetwork", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "File", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "Principal", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMNetworkAdapterFailoverConfiguration", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "Group", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVmNetworkAdapterIsolation", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SecurableObject", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMNetworkAdapterRdma", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ListItem", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVmNetworkAdapterRoutingDomainMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ListItemCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMNetworkAdapterTeamMapping", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "List", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMNetworkAdapterVlan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "NavigationNode", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMPartitionableGpu", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "CamlQuery", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMProcessor", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RecycleBinItemCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMRemoteFx3dVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RoleDefinition", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RoleDefinitionBindingCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMReplicationAuthorizationEntry", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "User", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMReplicationServer", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ViewFieldCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "View", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMSan", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "Web", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMSecurity", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "WorkflowAssociation", - "Namespace": "Microsoft.SharePoint.Client.Workflow" + "Name": "SetVMSecurityPolicy", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FormDigestInfo", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ClientContext", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FileInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SetVMSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SPRemoteEventType", - "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + "Name": "SetVMSwitchTeam", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SPRemoteEventServiceStatus", - "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + "Name": "SetVMVideo", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SPRemoteItemEventProperties", - "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + "Name": "StartVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SPRemoteListEventProperties", - "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + "Name": "StartVMFailover", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SPRemoteWebEventProperties", - "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + "Name": "StartVMInitialReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SPRemoteSecurityEventProperties", - "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + "Name": "StartVMTrace", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SPRemoteAppEventProperties", - "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + "Name": "StopVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SPRemoteEntityInstanceEventProperties", - "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + "Name": "StopVMFailover", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SPRemoteEventResult", - "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + "Name": "StopVMInitialReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "SPRemoteEventProperties", - "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + "Name": "StopVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "IRemoteEventService", - "Namespace": "Microsoft.SharePoint.Client.EventReceivers" + "Name": "StopVMTrace", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ListCreationInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SuspendVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "PermissionKind", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SuspendVMReplication", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "RequestForwarder", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestVMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ExternalApplicationRequestToken", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestVMReplicationConnection", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "HttpUtility", - "Namespace": "Microsoft.SharePoint.Client.Utilities" + "Name": "UpdateVMVersion", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "EntityInstanceIdEncoder", - "Namespace": "Microsoft.BusinessData.Infrastructure" + "Name": "VirtualizationCmdlet`1", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "ExternalSubscriptionStore", - "Namespace": "Microsoft.BusinessData.Infrastructure" + "Name": "VirtualizationCmdletBase", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "AppBdcCatalog", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "VirtualizationCreationCmdlet`1", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "EntityFieldCollection", - "Namespace": "Microsoft.BusinessData.MetadataModel.Collections" + "Name": "WaitVM", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "EntityIdentifierCollection", - "Namespace": "Microsoft.BusinessData.MetadataModel.Collections" + "Name": "VirtualMachineParameterType", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "EntityInstanceCollection", - "Namespace": "Microsoft.BusinessData.MetadataModel.Collections" + "Name": "CredentialArrayAttribute", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "FilterCollection", - "Namespace": "Microsoft.BusinessData.MetadataModel.Collections" + "Name": "ModuleInitializer", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "LobSystemInstanceCollection", - "Namespace": "Microsoft.BusinessData.MetadataModel.Collections" + "Name": "VmJob", + "Namespace": "Microsoft.HyperV.PowerShell.Commands" }, { - "Name": "TypeDescriptorCollection", - "Namespace": "Microsoft.BusinessData.MetadataModel.Collections" + "Name": "VHDSetInfo", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "Entity", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "VHDSnapshotInfo", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "EntityPropertyNames", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "VhdCompactMode", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "EntityField", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "VhdType", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "EntityFieldPropertyNames", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "VhdFormat", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "EntityIdentifier", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "VirtualHardDisk", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "EntityIdentifierPropertyNames", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "MountedDiskImage", + "Namespace": "Microsoft.Vhd.PowerShell" }, { - "Name": "EntityView", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "VMNetworkAdapterType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EntityViewPropertyNames", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "VMNetworkAdapterPortMirroringMode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EntityViewObjectPropertyNames", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "VMNetworkAdapterOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "Filter", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "IovInterruptModerationValue", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilterPropertyNames", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "TaskUpdateEventArgs", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "LobSystem", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "StartAction", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "LobSystemPropertyNames", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "StopAction", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "LobSystemInstance", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "CriticalErrorAction", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "LobSystemInstancePropertyNames", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "TaskStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "MethodExecutionResult", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "VMOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "MethodExecutionResultObjectPropertyNames", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "VMState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ReturnParameterCollection", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "VMIntegrationComponentOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "TypeDescriptor", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "VMHeartbeatStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "TypeDescriptorPropertyNames", - "Namespace": "Microsoft.BusinessData.MetadataModel" + "Name": "BootDevice", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EntityEventType", - "Namespace": "Microsoft.BusinessData.Runtime" + "Name": "VMMemoryStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EntityFieldValueDictionary", - "Namespace": "Microsoft.BusinessData.Runtime" + "Name": "ReplicationAuthenticationType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EntityIdentity", - "Namespace": "Microsoft.BusinessData.Runtime" + "Name": "RecoveryAuthenticationType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EntityIdentityPropertyNames", - "Namespace": "Microsoft.BusinessData.Runtime" + "Name": "VMReplicationState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EntityInstance", - "Namespace": "Microsoft.BusinessData.Runtime" + "Name": "VMReplicationHealthState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "NotificationCallback", - "Namespace": "Microsoft.BusinessData.Runtime" + "Name": "VMReplicationServerOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "NotificationCallbackPropertyNames", - "Namespace": "Microsoft.BusinessData.Runtime" + "Name": "ReplicationWmiState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "Subscription", - "Namespace": "Microsoft.BusinessData.Runtime" + "Name": "DvdMediaType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "SubscriptionPropertyNames", - "Namespace": "Microsoft.BusinessData.Runtime" + "Name": "ControllerType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ClientPeoplePickerQueryParameters", - "Namespace": "Microsoft.SharePoint.ApplicationPages.ClientPickerQuery" + "Name": "CacheAttributes", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ClientPeoplePickerWebServiceInterface", - "Namespace": "Microsoft.SharePoint.ApplicationPages.ClientPickerQuery" + "Name": "VMReplicationMode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AccessRequests", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMReplicationType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AddFieldOptions", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMReplicationRelationshipType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AlternateUrl", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "OnOffState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AlternateUrlPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "MigrationAuthenticationType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AnalyticsUsageEntry", - "Namespace": "Microsoft.SharePoint.Client.Analytics" + "Name": "VMMigrationPerformance", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EventTypeId", - "Namespace": "Microsoft.SharePoint.Client.Analytics" + "Name": "ICStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "App", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "IPProtocolPreference", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "CheckpointType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppCatalog", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "CaptureLiveState", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppInstancePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "GroupType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppInstanceErrorDetails", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ConsoleModeType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppInstanceErrorDetailsPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMProcessorOperationalStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppInstanceErrorSource", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "WmiProtocolIFType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppInstanceErrorType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VirtualizationException", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppInstanceStatus", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DataUpdater`1", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppLicense", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DataUpdaterBase`1", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppLicenseCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DependentObjectDataUpdater`1", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppLicenseType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "UpdatePolicy", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppPrincipal", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "IDataUpdater`1", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppPrincipalPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SummaryInformationDataUpdater", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppPrincipalConfiguration", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TemplateObjectDataUpdater`1", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppPrincipalCredential", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMHost", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppPrincipalCredentialReference", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMHostCluster", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppPrincipalIdentityProvider", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMHostNumaNode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppPrincipalManager", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMHostSupportedVersion", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AppPrincipalName", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNumaNodeStatus", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "Attachment", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMPartitionableGpu", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AttachmentPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMRemoteFXPhysicalVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AttachmentCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VHDMetrics", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "AttachmentCreationInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMPortAclMeteringReport", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "BaseType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterPortAclMeteringReport", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "BrowserFileHandling", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMResourcePoolPortAclMeteringReport", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "CalendarType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMResourceReport", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "Change", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMMeteringReportForVirtualMachine", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMMeteringReportForResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeAlert", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "IVMNetworkAdapterOwner", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeAlertPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMExternalNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMInternalNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeContentType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMInternalOrExternalNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeContentTypePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterAclDirection", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeField", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterAclAction", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeFieldPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterAclType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeFile", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterAclSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeFilePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterBandwidthSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeFolder", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterBase", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeFolderPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterConnectionTestResult", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeGroup", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterExtendedAclDirection", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeGroupPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterExtendedAclAction", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeItem", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterExtendedAclSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeItemPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterFeatureBase", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeList", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterIsolationMode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeListPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterIsolationSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeLogItemQuery", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterOffloadSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeSite", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterRdmaSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeToken", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterRoutingDomainSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterSecuritySetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeUser", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterTeamMappingSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeUserPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterVlanMode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeView", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterPrivateVlanMode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeViewPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapterVlanSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeWeb", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkingFeatureBase", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChangeWebPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "CheckinType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchBandwidthMode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "CheckOutType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitch", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ChoiceFormatType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchBandwidthSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "CompatibilityRange", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchFeatureBase", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ContentTypePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchExtensionType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ContentTypeObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ContentTypeCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchExtensionCustomFeature", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ContentTypeCreationInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchExtensionPortData", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "CustomizedPageStatus", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchExtensionPortFeature", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "DateTimeFieldFormatType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchExtensionRuntimeData", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "DateTimeFieldFriendlyFormatType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchExtensionSwitchData", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "DraftVisibilityType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchExtensionSwitchFeature", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EventReceiverDefinition", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchTeamingMode", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EventReceiverDefinitionPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchLoadBalancingAlgorithm", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EventReceiverDefinitionCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchTeam", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EventReceiverDefinitionCreationInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchNicTeamingSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EventReceiverSynchronization", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSwitchOffloadSetting", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "EventReceiverType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSystemSwitchExtension", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ExternalAppPrincipalCreationParameters", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "OperationType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "Feature", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMCompatibilityReport", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FeaturePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMCompatibilityError", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FeatureCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMMigrationNetwork", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FeatureDefinitionScope", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMCurrentTask", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "Field", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMReplication", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMReplicationBase", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldCalculated", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMReplicationHealth", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldCalculatedPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMReplicationAuthorizationEntry", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldCalculatedErrorValue", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMReplicationServer", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldMultiChoice", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMResourcePoolType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldChoice", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "IVMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldChoicePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMEthernetResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMPciExpressResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldCollectionPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldComputed", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMProcessorResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldComputedPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMFcResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldNumber", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMMemoryResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldCurrency", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SanExternalPortsModification", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldCurrencyPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSan", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldDateTime", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMStorageResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldDateTimePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMIsoResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldGeolocation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMVfdResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldGeolocationValue", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMVhdResourcePool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldGuid", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DataExchangeComponent", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldLinkPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "Drive", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldLinkCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AttachedDiskType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldLinkCreationInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DriveBase", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldLookup", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DriveConfigurationData", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldLookupPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DvdDrive", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldMultiChoicePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "CopyFileSourceType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldMultiLineText", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "GuestServiceInterfaceComponent", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldMultiLineTextPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "HardDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldNumberPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "KeyStorageDrive", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldRatingScale", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "S3DisplayController", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldRatingScalePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ShutdownComponent", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldRatingScaleQuestionAnswer", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMAssignedDevice", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldStringValues", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMBios", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldText", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMBootSourceType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldTextPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMBootSource", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMComponentObject", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldUrl", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMComPort", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldUrlPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMDevice", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldUrlValue", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMDriveController", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldUser", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMFibreChannelHba", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldUserPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMFirmware", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FieldUserSelectionMode", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMFloppyDiskDrive", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FilePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMGpuPartitionAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FileObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMHostAssignableDevice", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FileCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMIdeController", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FileCreationInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMIntegrationComponent", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FileLevel", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMKeyboard", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FileSaveBinaryInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMMouse", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FileSystemObjectType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMMemory", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FileVersion", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMNetworkAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FileVersionPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMProcessor", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FileVersionObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMRemoteFx3DVideoAdapter", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FileVersionCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMScsiController", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "Folder", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ResolutionType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FolderPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMVideo", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FolderObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "KeyValuePairItemPool", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FolderCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VirtualMachineType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "Form", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VirtualMachineSubType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FormPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "WaitVMTypes", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "FormCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VirtualMachine", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GroupPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VirtualMachineBase", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GroupObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMGroup", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GroupCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSecurity", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "GroupCreationInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SnapshotType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "InformationRightsManagementSettings", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMSnapshot", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "InformationRightsManagementSettingsPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ComputeResource", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "Language", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VirtualizationObject", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ListPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMConnectAceAccessType", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ListObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "VMConnectAce", + "Namespace": "Microsoft.HyperV.PowerShell" }, { - "Name": "ListCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AuthenticationFailedException", + "Namespace": "Microsoft.IdentityServer" }, { - "Name": "ListDataSource", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ExpiredCertificateException", + "Namespace": "Microsoft.IdentityServer" }, { - "Name": "ListDataValidationExceptionValue", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "RevokedCertificateException", + "Namespace": "Microsoft.IdentityServer" }, { - "Name": "ListDataValidationFailure", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "NoValidCertificateException", + "Namespace": "Microsoft.IdentityServer" }, { - "Name": "ListDataValidationFailureReason", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AuthenticationLockoutException", + "Namespace": "Microsoft.IdentityServer" }, { - "Name": "ListDataValidationType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "FarmBehavior", + "Namespace": "Microsoft.IdentityServer" }, { - "Name": "ListItemPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "InvalidAuthenticationMethodException", + "Namespace": "Microsoft.IdentityServer" }, { - "Name": "ListItemObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "LDAPFilterEncoder", + "Namespace": "Microsoft.IdentityServer" }, { - "Name": "ListItemCollectionPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "LogonType", + "Namespace": "Microsoft.IdentityServer" }, { - "Name": "ListItemCollectionPosition", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "RequestFailedException", + "Namespace": "Microsoft.IdentityServer" }, { - "Name": "ListItemCreationInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SignOnRequestParameters", + "Namespace": "Microsoft.IdentityServer.Web" }, { - "Name": "ListItemEntityCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "MSISWSTrustRequestProcessingErrorEventArgs", + "Namespace": "Microsoft.IdentityServer.Protocols.WSTrust" }, { - "Name": "ListItemFormUpdateValue", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AuthenticationContextComparisonType", + "Namespace": "Microsoft.IdentityServer.Protocols.Saml" }, { - "Name": "ListTemplate", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "RequestedAuthenticationContext", + "Namespace": "Microsoft.IdentityServer.Protocols.Saml" }, { - "Name": "ListTemplatePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ConsentIdentifiers", + "Namespace": "Microsoft.IdentityServer.Protocols.Saml.Constants" }, { - "Name": "ListTemplateCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AllowedClientTypes", + "Namespace": "Microsoft.IdentityServer.Protocols.PolicyStore" }, { - "Name": "ListTemplateType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ClientType", + "Namespace": "Microsoft.IdentityServer.Protocols.PolicyStore" }, { - "Name": "MoveOperations", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "OAuthConsentType", + "Namespace": "Microsoft.IdentityServer.Protocols.PolicyStore" }, { - "Name": "Navigation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "RefreshTokenIssuanceDeviceTypes", + "Namespace": "Microsoft.IdentityServer.Protocols.PolicyStore" }, { - "Name": "NavigationPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "PolicyModelConstants", + "Namespace": "Microsoft.IdentityServer.PolicyModel" }, { - "Name": "NavigationObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ContractObject", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "NavigationNodePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "CertificateAuthorityMode", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "NavigationNodeObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ClientAuthenticationMethod", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "NavigationNodeCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "EndpointMode", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "NavigationNodeCreationInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "NetworkLocation", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "ObjectSharingInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DeviceAuthenticationMethod", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "ObjectSharingInformationPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ProtectionPolicySetting", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "ObjectSharingInformationUser", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ProtectionPolicySettingExtensions", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "ObjectSharingInformationUserPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "RelyingPartyType", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "ObjectSharingInformationUserObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "RelyingPartyUtility", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "OpenWebOptions", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "RevocationSetting", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "PageType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ServiceSettingsContactType", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "PrincipalPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "Topology", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "PropertyValues", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "WebCustomizationResourceType", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "PushNotificationSubscriber", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SafeEnum`1", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "PushNotificationSubscriberPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ExtranetLockoutModes", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "PushNotificationSubscriberObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AccountPolicyConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "PushNotificationSubscriberCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ArtifactServiceConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "QuickLaunchOptions", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ArtifactStorageConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RecycleBinItem", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AttributeStoreConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RecycleBinItemPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AuthenticationMethodDescriptor", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RecycleBinItemObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "CertificateAuthorityConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RecycleBinItemState", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "CertificateReference", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RecycleBinItemType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ClaimsUtility", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RegionalSettings", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DefaultAuthenticationPolicy", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RegionalSettingsPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DeviceRegistrationStatus", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RegionalSettingsObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DkmConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RelatedField", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DrsServiceSettings", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RelatedFieldPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "EndpointConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RelatedFieldObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "EndpointInfo", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RelatedFieldCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "RoleConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RelatedItem", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "UserStateRoleConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RelatedItemManager", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "FarmRolesConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RelationshipDeleteBehaviorType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "PromptLoginFederation", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RequestContextObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "FederationBehaviors", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RequestVariable", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "GlobalAuthenticationPolicy", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RequestVariablePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "HostConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RoleAssignment", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "IdTokenIssuerConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RoleAssignmentPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "IssuanceConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RoleAssignmentObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "IssuerConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RoleAssignmentCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "LdapServer", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RoleAssignmentCollectionObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "LdapIdentityClaim", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RoleDefinitionPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "LdapClaim", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RoleDefinitionCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "LdapAccountStoreConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RoleDefinitionCreationInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "LdapAttributeStoreConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "RoleType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "LocalizedString", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "SecurableObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "LoopDetectionConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "SecurableObjectObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "NameValuePair", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "ServerSettings", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "PolicyStoreConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "DocumentSharingManager", - "Namespace": "Microsoft.SharePoint.Client.Sharing" + "Name": "PreventTokenReplaySetting", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "Role", - "Namespace": "Microsoft.SharePoint.Client.Sharing" + "Name": "PromotionCertificate", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "UserRoleAssignment", - "Namespace": "Microsoft.SharePoint.Client.Sharing" + "Name": "ProxyTrustConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "UserSharingResult", - "Namespace": "Microsoft.SharePoint.Client.Sharing" + "Name": "RevocationVerificationSetting", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "Site", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "RolloverConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "SitePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SamlProtocolConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "SiteObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SecurityIdentifier", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "SiteHealthResult", - "Namespace": "Microsoft.SharePoint.Client.SiteHealth" + "Name": "ServiceSettingsContactPerson", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "SiteHealthStatusType", - "Namespace": "Microsoft.SharePoint.Client.SiteHealth" + "Name": "ServiceSettingsData", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "SiteHealthSummary", - "Namespace": "Microsoft.SharePoint.Client.SiteHealth" + "Name": "ServiceSettingsOrganization", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "SiteHealthSummaryPropertyNames", - "Namespace": "Microsoft.SharePoint.Client.SiteHealth" + "Name": "SsoConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "SiteUrl", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "StsConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "SubwebQuery", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TrustManagementConfiguration", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "TemplateFileType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TrustMonitoringSettings", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "ThemeInfo", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AlternateLoginIDSettings", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration" }, { - "Name": "ThemeInfoPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "RelyingPartyWebTheme", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.Web" }, { - "Name": "TimeZone", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "WebConfig", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.Web" }, { - "Name": "TimeZonePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "WebCustomizationResource", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.Web" }, { - "Name": "TimeZoneCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "WebTheme", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.Web" }, { - "Name": "TimeZoneInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AlwaysCondition", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UpgradeInfo", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "Condition", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UpgradeStatus", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ConditionList", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UpgradeType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DeviceRegistrationException", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UrlFieldFormatType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DeviceRegistrationCondition", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UrlZone", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "GroupMembershipException", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UsageInfo", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "GroupMembershipCondition", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UserPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "LocationException", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UserObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "LocationCondition", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UserCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "MultiFactorAuthenticationCondition", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UserCreationInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "Operator", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UserCustomAction", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "PolicyMetadata", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UserCustomActionPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "Rule", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UserCustomActionCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SpecificClaimException", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UserCustomActionRegistrationType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SpecificClaimCondition", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UserCustomActionScope", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ValueList", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate" }, { - "Name": "UserIdInfo", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ClientJWTSigningCertificate", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Client" }, { - "Name": "DateTimeFormat", - "Namespace": "Microsoft.SharePoint.Client.Utilities" + "Name": "ClientJWTSigningKey", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Client" }, { - "Name": "EmailProperties", - "Namespace": "Microsoft.SharePoint.Client.Utilities" + "Name": "ClientJWTSigningPublicKey", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Client" }, { - "Name": "IconSize", - "Namespace": "Microsoft.SharePoint.Client.Utilities" + "Name": "ClientSecretSettings", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Client" }, { - "Name": "LogAppErrorResult", - "Namespace": "Microsoft.SharePoint.Client.Utilities" + "Name": "ClientSecretType", + "Namespace": "Microsoft.IdentityServer.PolicyModel.Client" }, { - "Name": "PrincipalInfo", - "Namespace": "Microsoft.SharePoint.Client.Utilities" + "Name": "ADLookupException", + "Namespace": "Microsoft.IdentityServer.Common" }, { - "Name": "PrincipalSource", - "Namespace": "Microsoft.SharePoint.Client.Utilities" + "Name": "ServiceAccountPropertiesException", + "Namespace": "Microsoft.IdentityServer.Common" }, { - "Name": "PrincipalType", - "Namespace": "Microsoft.SharePoint.Client.Utilities" + "Name": "IDataProtector", + "Namespace": "Microsoft.IdentityServer.CertificateManagement" }, { - "Name": "SPWOPIFrameAction", - "Namespace": "Microsoft.SharePoint.Client.Utilities" + "Name": "RiskScoreConstants", + "Namespace": "Microsoft.IdentityServer.Authentication" }, { - "Name": "Utility", - "Namespace": "Microsoft.SharePoint.Client.Utilities" + "Name": "AccountState", + "Namespace": "Microsoft.IdentityServer.Authentication" }, { - "Name": "WikiPageCreationInformation", - "Namespace": "Microsoft.SharePoint.Client.Utilities" + "Name": "ClaimIdentifier", + "Namespace": "Microsoft.IdentityServer.Authentication" }, { - "Name": "ViewPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AccountClaimRequest", + "Namespace": "Microsoft.IdentityServer.Authentication" }, { - "Name": "ViewObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AccountClaimRequestInfo", + "Namespace": "Microsoft.IdentityServer.Authentication" }, { - "Name": "ViewCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AccountStoreType", + "Namespace": "Microsoft.IdentityServer.Authentication" }, { - "Name": "ViewCreationInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AuthenticationDomain", + "Namespace": "Microsoft.IdentityServer.Authentication" }, { - "Name": "ViewFieldCollectionPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ProviderAuthInfo", + "Namespace": "Microsoft.IdentityServer.Authentication" }, { - "Name": "ViewScope", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "Result", + "Namespace": "Microsoft.IdentityServer.Aad.Sas" }, { - "Name": "ViewType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AuthenticationMethod", + "Namespace": "Microsoft.IdentityServer.Aad.Sas" }, { - "Name": "WebPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "GetAvailableAuthenticationMethodsRequest", + "Namespace": "Microsoft.IdentityServer.Aad.Sas" }, { - "Name": "WebObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "GetAvailableAuthenticationMethodsResponse", + "Namespace": "Microsoft.IdentityServer.Aad.Sas" }, { - "Name": "WebCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "BeginTwoWayAuthenticationRequest", + "Namespace": "Microsoft.IdentityServer.Aad.Sas" }, { - "Name": "WebCreationInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "BeginTwoWayAuthenticationResponse", + "Namespace": "Microsoft.IdentityServer.Aad.Sas" }, { - "Name": "WebInformation", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "EndTwoWayAuthenticationRequest", + "Namespace": "Microsoft.IdentityServer.Aad.Sas" }, { - "Name": "WebInformationPropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "EndTwoWayAuthenticationResponse", + "Namespace": "Microsoft.IdentityServer.Aad.Sas" }, { - "Name": "LimitedWebPartManager", - "Namespace": "Microsoft.SharePoint.Client.WebParts" + "Name": "GetActivationCodeRequest", + "Namespace": "Microsoft.IdentityServer.Aad.Sas" }, { - "Name": "LimitedWebPartManagerPropertyNames", - "Namespace": "Microsoft.SharePoint.Client.WebParts" + "Name": "GetActivationCodeResponse", + "Namespace": "Microsoft.IdentityServer.Aad.Sas" }, { - "Name": "LimitedWebPartManagerObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client.WebParts" + "Name": "GetActivationStatusRequest", + "Namespace": "Microsoft.IdentityServer.Aad.Sas" }, { - "Name": "PersonalizationScope", - "Namespace": "Microsoft.SharePoint.Client.WebParts" + "Name": "GetActivationStatusResponse", + "Namespace": "Microsoft.IdentityServer.Aad.Sas" }, { - "Name": "TileData", - "Namespace": "Microsoft.SharePoint.Client.WebParts" + "Name": "AdalTrace", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WebPart", - "Namespace": "Microsoft.SharePoint.Client.WebParts" + "Name": "AuthenticationContext", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WebPartPropertyNames", - "Namespace": "Microsoft.SharePoint.Client.WebParts" + "Name": "AuthenticationParameters", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WebPartObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client.WebParts" + "Name": "AuthenticationResult", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WebPartDefinition", - "Namespace": "Microsoft.SharePoint.Client.WebParts" + "Name": "ClientAssertion", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WebPartDefinitionPropertyNames", - "Namespace": "Microsoft.SharePoint.Client.WebParts" + "Name": "ClientAssertionCertificate", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WebPartDefinitionObjectPropertyNames", - "Namespace": "Microsoft.SharePoint.Client.WebParts" + "Name": "ClientCredential", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WebPartDefinitionCollection", - "Namespace": "Microsoft.SharePoint.Client.WebParts" + "Name": "UserCredential", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WebProxy", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AdalException", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WebRequestInfo", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AdalServiceException", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WebResponseInfo", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AdalSilentTokenAcquisitionException", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WebTemplate", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AdalUserMismatchException", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WebTemplatePropertyNames", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AdalError", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WebTemplateCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "PromptBehavior", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WorkflowAssociationPropertyNames", - "Namespace": "Microsoft.SharePoint.Client.Workflow" + "Name": "TokenCacheNotification", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WorkflowAssociationCollection", - "Namespace": "Microsoft.SharePoint.Client.Workflow" + "Name": "TokenCache", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WorkflowAssociationCreationInformation", - "Namespace": "Microsoft.SharePoint.Client.Workflow" + "Name": "TokenCacheItem", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WorkflowTemplate", - "Namespace": "Microsoft.SharePoint.Client.Workflow" + "Name": "TokenCacheNotificationArgs", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WorkflowTemplatePropertyNames", - "Namespace": "Microsoft.SharePoint.Client.Workflow" + "Name": "UserAssertion", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "WorkflowTemplateCollection", - "Namespace": "Microsoft.SharePoint.Client.Workflow" + "Name": "UserIdentifierType", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "ScriptTypeFactory", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "UserIdentifier", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "Authentication", - "Namespace": "Microsoft.SharePoint.Client.Application" + "Name": "UserInfo", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net" }, { - "Name": "LoginResult", - "Namespace": "Microsoft.SharePoint.Client.Application" + "Name": "IWebUI", + "Namespace": "Microsoft.IdentityServer.Aad.Sas.Adal.Net.Internal" }, { - "Name": "LoginErrorCode", - "Namespace": "Microsoft.SharePoint.Client.Application" + "Name": "AdapterPresentationForm", + "Namespace": "Microsoft.IdentityServer.Adapter.AzureMfa" }, { - "Name": "AuthenticationMode", - "Namespace": "Microsoft.SharePoint.Client.Application" + "Name": "AuthenticationAdapter", + "Namespace": "Microsoft.IdentityServer.Adapter.AzureMfa" }, { - "Name": "LoginCompletedEventHandler", - "Namespace": "Microsoft.SharePoint.Client.Application" + "Name": "AuthenticationAdapterMetadata", + "Namespace": "Microsoft.IdentityServer.Adapter.AzureMfa" }, { - "Name": "LoginCompletedEventArgs", - "Namespace": "Microsoft.SharePoint.Client.Application" + "Name": "PrimaryAuthenticationAdapter", + "Namespace": "Microsoft.IdentityServer.Adapter.AzureMfa" }, { - "Name": "ModeCompletedEventHandler", - "Namespace": "Microsoft.SharePoint.Client.Application" + "Name": "PrimaryAuthenticationAdapterMetadata", + "Namespace": "Microsoft.IdentityServer.Adapter.AzureMfa" }, { - "Name": "ModeCompletedEventArgs", - "Namespace": "Microsoft.SharePoint.Client.Application" + "Name": "ConfigurationData", + "Namespace": "Microsoft.IdentityServer.Adapter.AzureMfa" }, { - "Name": "ClientAction", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AttributeStoreException", + "Namespace": "Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore" }, { - "Name": "ClientActionSetProperty", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AttributeStoreInvalidConfigurationException", + "Namespace": "Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore" }, { - "Name": "ClientActionSetStaticProperty", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AttributeStoreQueryExecutionException", + "Namespace": "Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore" }, { - "Name": "ClientActionInvokeMethod", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AttributeStoreQueryFormatException", + "Namespace": "Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore" }, { - "Name": "ClientActionInvokeStaticMethod", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "IAttributeStore", + "Namespace": "Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore" }, { - "Name": "ClientAuthenticationMode", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DirectoryType", + "Namespace": "Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore.Ldap" }, { - "Name": "IFromJson", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SslMode", + "Namespace": "Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore.Ldap" }, { - "Name": "ClientObject", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "LdapConnectionSettings", + "Namespace": "Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore.Ldap" }, { - "Name": "ClientObjectData", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "Constants", + "Namespace": "Microsoft.IdentityServer.Common.Ldap" }, { - "Name": "ClientObjectCollection", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ClaimDescription", + "Namespace": "Microsoft.IdentityServer.Configuration.Resources" }, { - "Name": "ClientObjectCollection`1", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ServiceCertificate", + "Namespace": "Microsoft.IdentityServer.Configuration.Resources" }, { - "Name": "ClientObjectPrototype", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DisableDeviceRegistrationServiceCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "ClientObjectCollectionPrototype`1", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "EnableDeviceRegistrationServiceCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "ClientObjectList`1", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ExportSQLScriptCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "ClientObjectPrototype`1", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "InitializeDeviceRegistrationCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "ClientObjectQueryableExtension", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "InstallFarmCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "ClientRequestStatus", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "InvokeUpgradeFarmBehaviorCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "WebRequestExecutor", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "JoinFarmCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "WebRequestExecutorFactory", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ParameterSetNames", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "WebRequestEventArgs", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "PublishSslCertificateCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "ClientRequest", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "RemoveAdfsFarmNodeCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "ClientRequestException", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "RestoreFarmBehaviorCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "ClientResult`1", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestInstallFarmCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "ClientArrayResult`1", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestJoinFarmCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "ClientListResultHandler`1", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestRestoreFarmBehaviorCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "ClientDictionaryResultHandler`1", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestSSLCertificateCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "ClientRuntimeContext", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestUpgradeFarmBehaviorCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands" }, { - "Name": "ClientTypeAssemblyAttribute", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ConfirmDatabaseExistsCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands.Internal" }, { - "Name": "SimpleDataTable", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "GetComputerCertificates", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands.Internal" }, { - "Name": "ClientUtility", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "GetDomainJoinInformationCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands.Internal" }, { - "Name": "ClientValueObject", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "NewUpgradedDatabaseCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands.Internal" }, { - "Name": "ClientValueObjectCollection`1", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestCredentialCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands.Internal" }, { - "Name": "ConditionalScopeBase", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestDomainAdminCredentialCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands.Internal" }, { - "Name": "ConditionalScope", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestGmsaAvailabilityCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands.Internal" }, { - "Name": "DataConvert", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestGmsaIdentifierCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands.Internal" }, { - "Name": "ExceptionHandlingScope", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestNewUpgradedDatabaseCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands.Internal" }, { - "Name": "PropertyOrFieldNotInitializedException", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestSchemaRequirementCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands.Internal" }, { - "Name": "CollectionNotInitializedException", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "TestUseDatabaseVersionCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands.Internal" }, { - "Name": "InvalidQueryExpressionException", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "UseDatabaseVersionCommand", + "Namespace": "Microsoft.IdentityServer.Deployment.Commands.Internal" }, { - "Name": "ServerObjectNullReferenceException", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "IProgressReporter", + "Namespace": "Microsoft.IdentityServer.Deployment.Core" }, { - "Name": "FormsAuthenticationLoginInfo", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ResultStatus", + "Namespace": "Microsoft.IdentityServer.Deployment.Core" }, { - "Name": "JsonTokenType", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "DeploymentCommandBase", + "Namespace": "Microsoft.IdentityServer.Deployment.Core.Commands" }, { - "Name": "JsonReader", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AuditType", + "Namespace": "Microsoft.IdentityServer.Diagnostics" }, { - "Name": "ObjectIdentityQuery", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AuditResult", + "Namespace": "Microsoft.IdentityServer.Diagnostics" }, { - "Name": "ObjectPath", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AuditFailureType", + "Namespace": "Microsoft.IdentityServer.Diagnostics" }, { - "Name": "ObjectPathProperty", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ADFSEventProvider", + "Namespace": "Microsoft.IdentityServer.Diagnostics" }, { - "Name": "ObjectPathStaticProperty", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ADFSTraceEventProvider", + "Namespace": "Microsoft.IdentityServer.Diagnostics" }, { - "Name": "ObjectPathMethod", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AuthNAuditComponent", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing" }, { - "Name": "ObjectPathStaticMethod", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AuditBase", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing" }, { - "Name": "ObjectPathConstructor", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ProtocolAuditComponent", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing" }, { - "Name": "RemoteAttribute", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "RequestAuditComponent", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing" }, { - "Name": "PseudoRemoteAttribute", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ResourceAuditComponent", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing" }, { - "Name": "Resources", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "LockoutConfigAuditComponent", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing" }, { - "Name": "ResourceStrings", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SignOutAuditComponent", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing" }, { - "Name": "ScriptTypeAttribute", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AuditComponent", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing" }, { - "Name": "IScriptTypeFactory", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AuditSerializer", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing" }, { - "Name": "SerializationContext", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "AppTokenAudit", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing.AuditImplementation" }, { - "Name": "ServerInfo", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "FreshCredentialAudit", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing.AuditImplementation" }, { - "Name": "ServerException", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "PasswordChangeAudit", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing.AuditImplementation" }, { - "Name": "ServerUnauthorizedAccessException", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "SignOutAudit", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing.AuditImplementation" }, { - "Name": "ClientTraceCategory", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ExtranetLockoutAudit", + "Namespace": "Microsoft.IdentityServer.Diagnostics.Auditing.AuditImplementation" }, { - "Name": "ClientTraceLevel", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "ILogger", + "Namespace": "Microsoft.IdentityServer.GenericLdap.ManagedLogger" }, { - "Name": "ClientConstants", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "Logger", + "Namespace": "Microsoft.IdentityServer.GenericLdap.ManagedLogger" }, { - "Name": "ClientSchemaVersions", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "Log", + "Namespace": "Microsoft.IdentityServer.GenericLdap.Commons.Logger" }, { - "Name": "ClientErrorCodes", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "Constants", + "Namespace": "Microsoft.IdentityServer.GenericLdap.Common" }, { - "Name": "SharePointOnlineCredentials", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "IConnectionFactory", + "Namespace": "Microsoft.IdentityServer.GenericLdap.Channel" }, { - "Name": "IdcrlException", - "Namespace": "Microsoft.SharePoint.Client" + "Name": "IConnectionFactoryConfiguration", + "Namespace": "Microsoft.IdentityServer.GenericLdap.Channel" }, { - "Name": "DatastoreException", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "Base64UrlEncoder", + "Namespace": "Microsoft.IdentityModel.Tokens" }, { - "Name": "DatastoreManager", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "TokenBindingContext", + "Namespace": "Microsoft.IdentityModel.Tokens" }, { - "Name": "Device", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "TokenBindingType", + "Namespace": "Microsoft.IdentityModel.Tokens" }, { - "Name": "DeviceNotConnectedException", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "TokenBindingWrapper", + "Namespace": "Microsoft.IdentityModel.Tokens" }, { - "Name": "DeviceNotFoundException", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "JsonWebSecurityTokenRequirement", + "Namespace": "Microsoft.IdentityModel.Tokens.JSON" }, { - "Name": "FileDeployer", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "AsymmetricPaddingMode", + "Namespace": "Microsoft.IdentityModel.Crypto" }, { - "Name": "ObjectId", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "CngAlgorithm2", + "Namespace": "Microsoft.IdentityModel.Crypto" }, { - "Name": "Platform", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "ICngAlgorithm", + "Namespace": "Microsoft.IdentityModel.Crypto" }, { - "Name": "PlatformNotFoundException", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "ICngAsymmetricAlgorithm", + "Namespace": "Microsoft.IdentityModel.Crypto" }, { - "Name": "RemoteProcess", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "NCryptAlgorithmOperations", + "Namespace": "Microsoft.IdentityModel.Crypto" }, { - "Name": "RemoteApplication", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "RSACng", + "Namespace": "Microsoft.IdentityModel.Crypto" }, { - "Name": "RemoteIsolatedStorageFile", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "MsisRSAPKCS1SignatureFormatter", + "Namespace": "Microsoft.IdentityModel.Crypto" }, { - "Name": "RemoteIsolatedStorageException", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "MsisRSAPKCS1SignatureDeformatter", + "Namespace": "Microsoft.IdentityModel.Crypto" }, { - "Name": "AppNotInstalledException", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "ParameterValue`1", + "Namespace": "Microsoft.IdentityServer.Management" }, { - "Name": "SecureStoreException", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "AdfsAccountActivity", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "RemoteAgent", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "AdfsCertificateAuthority", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "RemoteFileInfo", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "AdfsClient", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "DataType", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "AdfsDefaultAuthenticationPolicy", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "Packet", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "AdfsFarm", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "DevicePacketStream", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "AdfsFarmNode", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "SmartDeviceException", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "AdfsFarmRole", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "SystemInfo", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "AdfsGlobalAuthenticationPolicy", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "PlatformInfo", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "AdfsAccessControlPolicy", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "ProcessorArchitectureType", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "AdfsTrustedFederationPartner", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "InstructionSetType", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "ApplicationGroup", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "UapVersionInfo", - "Namespace": "Microsoft.SmartDevice.Connectivity" + "Name": "WebApplicationProxyRelyingPartyTrust", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "IDevice", - "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + "Name": "AttributeStore", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "ISystemInfo", - "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + "Name": "AuthenticationProviderProperties", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "IFileDeployer", - "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + "Name": "AdfsAuthProviderWebContent", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "IRemoteApplication", - "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + "Name": "BasicWebContent", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "IRemoteFileInfo", - "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + "Name": "ClaimDescription", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "IRemoteIsolatedStorageFile", - "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + "Name": "ClaimRuleSet", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "IRemoteAgent", - "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + "Name": "ClaimsProviderTrust", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "IDevicePacketStream", - "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + "Name": "ClaimsProviderTrustBase", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "IPacket", - "Namespace": "Microsoft.SmartDevice.Connectivity.Interface" + "Name": "ClientApplication", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "ConnectivityWrapper11", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "ContactPerson", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "DeviceObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "DeviceRegistrationServiceObject", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "SystemInfoObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "Endpoint", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "FileDeployerObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "FileContentDictionary`1", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "RemoteApplicationObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "AdfsGlobalWebContent", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "RemoteAgentObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "IApplication", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "DevicePacketStreamObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "LdapAccountStoreCommandDynamicParameters", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "PacketObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "AddLdapAccountStoreCommandDynamicParameters", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "RemoteFileInfoObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "SetLdapAccountStoreCommandDynamicParameters", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "RemoteIsolatedStorageFileObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "LdapAttributeToClaimMapping", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "ConnectivityWrapper12", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "LdapClaimsProviderTrust", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "DeviceObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "LdapSslMode", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "SystemInfoObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "LdapAuthenticationMethod", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "FileDeployerObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "LdapServerConnection", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "RemoteApplicationObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "LocalClaimsProviderTrust", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "RemoteAgentObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "NativeClientApplication", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "DevicePacketStreamObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "NonClaimsAwareRelyingPartyTrust", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "PacketObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "AdfsClientPublicKey", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "RemoteFileInfoObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "OAuthClient", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "RemoteIsolatedStorageFileObject", - "Namespace": "Microsoft.SmartDevice.Connectivity.Wrapper" + "Name": "OAuthPermission", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "OS", - "Namespace": "Microsoft.SmartDevice.MultiTargeting.Connectivity" + "Name": "OAuthScopeDescription", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "ConnectableDevice", - "Namespace": "Microsoft.SmartDevice.MultiTargeting.Connectivity" + "Name": "ObservableDictionary`2", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "MultiTargetingConnectivity", - "Namespace": "Microsoft.SmartDevice.MultiTargeting.Connectivity" + "Name": "ObservableDictionaryEventArgs`2", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "ExecuteBatch", - "Namespace": "Microsoft.SqlServer.Management.Common" + "Name": "Organization", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "ISurfaceAreaConfigurationForAnalysisServer", - "Namespace": "Microsoft.SqlServer.Management.Adapters" + "Name": "PersistencePropertyAttribute", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "ASAdapter", - "Namespace": "Microsoft.SqlServer.Management.Adapters" + "Name": "ProxyEndpointMappingsParameter", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "ExtendedProtectionType", - "Namespace": "Microsoft.SqlServer.Management.Adapters" + "Name": "ProxyProperties", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "IServerProtocolSettingsFacet", - "Namespace": "Microsoft.SqlServer.Management.Adapters" + "Name": "RelyingPartyTrust", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "ServerProtocolSettingsAdapter", - "Namespace": "Microsoft.SqlServer.Management.Adapters" + "Name": "RelyingPartyTrustPropertiesBase", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "ISurfaceAreaConfigurationForReportingServices", - "Namespace": "Microsoft.SqlServer.Management.Adapters" + "Name": "AdfsRelyingPartyWebContent", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "RSContainer", - "Namespace": "Microsoft.SqlServer.Management.Adapters" + "Name": "AdfsRelyingPartyWebTheme", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "AbortAfterWaitType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SamlEndpoint", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "AffinityKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ServerApplication", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "AllowConnectionsOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ServiceCertificate", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "AlterAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ServiceProperties", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "AlterAvailabilityGroupActionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SyncProperties", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "AlterAvailabilityGroupStatementType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SyncPropertiesBase", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "AlterCertificateStatementKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WebApiApplication", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "AlterEventSessionStatementType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AdfsWebConfig", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "AlterFederationKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AdfsWebContent", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "AlterFullTextCatalogAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AdfsWebTheme", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "AlterIndexType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WebThemeBase", + "Namespace": "Microsoft.IdentityServer.Management.Resources" }, { - "Name": "AlterMasterKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddAdfsClientCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AlterResourceGovernorCommandType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddAdfsDeviceRegistrationUpnSuffix", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AlterServerConfigurationBufferPoolExtensionOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddAdfsNativeClientApplicationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AlterServerConfigurationDiagnosticsLogOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddAdfsScopeDescriptionCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AlterServerConfigurationFailoverClusterPropertyOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddAdfsServerApplicationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AlterServerConfigurationHadrClusterOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddAdfsTrustedFederationPartnerCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AlterServiceMasterKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddAdfsWebApiApplicationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AlterTableAlterColumnOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddArtifactDatabasePermission", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ApplicationRoleOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddApplicationProxyRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AssemblyOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddAttributeStoreCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AssignmentKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddCertificateCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AtomicBlockOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddClaimDescriptionCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AttachMode", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AuditActionGroup", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddClaimsProviderTrustsGroupCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AuditFailureActionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddExternalAuthProviderCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AuditOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddIntegratedWindowsRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AuditTargetKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddLocalClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AuditTargetOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AuthenticationProtocol", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddRelyingPartyTrustsGroupCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AuthenticationTypes", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UserActivityBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AvailabilityGroupOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddAdfsClientBase`1", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AvailabilityModeOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AdfsApplicationGroupBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "AvailabilityReplicaOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsClientApplicationBase`1", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "BackupOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyAdfsApplicationGroupBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "BackupRestoreItemKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyAdfsClientBase`1", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "BinaryExpressionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyAdfsScopeDescriptionCommandBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "BinaryQueryExpressionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyAdfsTrustedFederationPartnerCommandBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "BooleanBinaryExpressionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyAuthProviderWebContentBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "BooleanComparisonType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyGlobalWebContentBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "BooleanTernaryExpressionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyPolicyTemplateBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "BoundingBoxParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyRelyingPartyWebContentBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "BrokerPriorityParameterSpecialType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyRelyingPartyWebThemeBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "BrokerPriorityParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyWebThemeBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "BulkInsertOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TaskExecutionTarget", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "CertificateOptionKinds", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MultiNodePSCmdletBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ChangeTrackingOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PSCmdletBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "TSqlFragment", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PropertyParameterAttribute", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "MultiPartIdentifier", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdfsClientBase`1", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SchemaObjectName", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ValidateFarmBehaviorLevelAttribute", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ChildObjectName", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableAdfsApplicationGroupCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ColumnType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableAdfsCertificateAuthorityCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "CommandOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableAdfsClientCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ComputeFunctionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableApplicationProxyRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ConstraintEnforcement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ContainmentOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableEndpointCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "CryptoMechanismType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableIntegratedWindowsRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "CursorOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableLocalClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DatabaseAuditActionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DatabaseEncryptionKeyAlgorithm", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnableAdfsApplicationGroupCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DatabaseMirroringEndpointRole", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnableAdfsClientCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DatabaseOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnableApplicationProxyRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DataCompressionLevel", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnableClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DbccCommand", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnableEndpointCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DbccOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnableIntegratedWindowsRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DelayedDurabilityOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnableLocalClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DeleteUpdateAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnableRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DeviceType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ExportAuthProviderConfigDataCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DialogOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ExportWebContentCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DiskStatementOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ExportWebThemeCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DiskStatementType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdditionalAuthenticationRuleCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DropClusteredConstraintOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsAccountActivity", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DropSchemaBehavior", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsApplicationGroup", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DurabilityTableOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsApplicationPermissionCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "EnableDisableOptionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsAzureMfaConfiguredCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "EncryptionAlgorithm", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsCertificateAuthorityCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "EncryptionAlgorithmPreference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsClientCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "EndpointEncryptionSupport", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsDeviceRegistration", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "EndpointProtocol", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsDeviceRegistrationUpnSuffix", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "EndpointProtocolOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsNativeClientApplicationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "EndpointState", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsScopeDescriptionCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "EndpointType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsServerApplicationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "EventNotificationEventGroup", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsTrustedFederationPartnerCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "EventNotificationEventType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAdfsWebApiApplicationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "EventNotificationTarget", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetApplicationProxyRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "EventSessionEventRetentionModeType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAttributeStoreCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "EventSessionMemoryPartitionModeType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAuthProviderPropertiesCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ExecuteAsOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAuthProviderWebContentCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ExecuteOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetCertificateCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "FailoverActionOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetClaimDescriptionCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "FailoverModeOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "FetchOrientation", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetClaimsProviderTrustsGroupCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "FileDeclarationOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetDeviceRegistrationHosts", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "FipsComplianceLevel", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetEndpointCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "FullTextCatalogOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetFarmInformationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "FullTextFunctionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetGlobalAuthenticationPolicyCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "FullTextIndexOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetGlobalWebContentCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "FunctionOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIntegratedWindowsRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "GeneralSetCommandType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetLocalClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "GridParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetPolicyTemplateCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "GroupByOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "HadrDatabaseOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetRelyingPartyTrustsGroupCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "Identifier", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetRelyingPartyWebContentCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ScalarExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetRelyingPartyWebThemeCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "PrimaryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetServicePropertiesCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ValueExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetSslCertificateCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "Literal", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetSyncPropertiesCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "IdentifierLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWebConfigCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "IdentifierOrValueExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWebThemeCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ImportanceParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddAdfsApplicationPermissionCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "IndexOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ImportAuthProviderConfigDataCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "IndexTypeKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ImportWebContentCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "InsertOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewAdfsApplicationGroupCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "IsolationLevel", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewAdfsAzureMfaTenantCertificateCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "JoinHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewClaimRuleSetCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "KeyOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewContactPersonCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "IntegerLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewLdapClaimCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "NumericLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewLdapServerCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "RealLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewOrganizationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "MoneyLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewPolicyTemplateCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "BinaryLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewSamlEndpointCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "StringLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewWebThemeCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "NullLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveAdfsApplicationGroupCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "DefaultLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveAdfsClientCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "MaxLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveAdfsDeviceRegistrationUpnSuffix", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "OdbcLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveAdfsNativeClientApplicationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "LiteralType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveAdfsScopeDescriptionCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "LockEscalationMethod", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveAdfsServerApplicationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "LowPriorityLockWaitOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveAdfsTrustedFederationPartnerCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "MemoryUnit", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveAdfsWebApiApplicationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "MergeCondition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveApplicationProxyRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "MessageSender", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveAttributeStoreCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "MessageValidationMethod", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveAuthProviderWebContentCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ModifyFileGroupOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveCertificateCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "NonTransactedFileStreamAccess", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveClaimDescriptionCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "NullNotNull", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "OdbcLiteralType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveClaimsProviderTrustsGroupCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "OptimizerHintKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveExternalAuthProviderCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "OptionState", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveGlobalWebContentCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "PageVerifyDatabaseOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveIntegratedWindowsRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ParameterlessCallType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveLocalClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ParameterModifier", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemovePolicyTemplateCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ParameterStyle", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ParseError", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveRelyingPartyTrustsGroupCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "PartitionFunctionRange", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveRelyingPartyWebContentCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "PartnerDatabaseOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveRelyingPartyWebThemeCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "PayloadOptionKinds", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveWebThemeCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "PermissionSetOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LockoutLocation", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "PortTypes", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ResetAdfsExtranetLockout", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "PrincipalOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RevokeApplicationPermissionCommandBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "PrincipalType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RevokeProxyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "PrivilegeType80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdditionalAuthenticationRuleCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ProcedureOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdfsAccountActivity", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ProcessAffinityType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdfsApplicationGroupCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "QualifiedJoinType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetApplicationPermissionCommandBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "QueueOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdfsAzureMfaTenantCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "QuoteType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdfsCertificateAuthorityCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "RaiseErrorOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdfsClientCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "RecoveryDatabaseOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DrsPolicyType", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "RemoteServiceBindingOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DrsPolicyInformation", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ResourcePoolAffinityType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdfsDeviceRegistration", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ResourcePoolParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdfsDeviceRegistrationUpnSuffix", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "RestoreOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdfsNativeClientApplicationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "RestoreStatementKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdfsScopeDescriptionCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ResultSetsOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdfsServerApplicationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ResultSetType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdfsTrustedFederationPartnerCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "RouteOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAdfsWebApiApplicationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SecondaryXmlIndexType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAlternateTlsClientBinding", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SecurityObjectKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetApplicationProxyRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SemanticFunctionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAttributeStoreCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SeparatorType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAuthProviderWebContentCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SequenceOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetCertificateCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "ServiceBrokerOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetClaimDescriptionCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SessionOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SetOffsets", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetDeviceRegistrationHosts", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SetOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetDkmContainerCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SetStatisticsOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetEndpointCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SignableElementKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetFarmInformationCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SimpleAlterFullTextIndexActionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetGlobalAuthenticationPolicyCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SoapMethodAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetGlobalWebContentCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SoapMethodFormat", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetIntegratedWindowsRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SoapMethodSchemas", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetLocalClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SortOrder", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetPolicyTemplateCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SparseColumnOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SpatialIndexingSchemeType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetRelyingPartyWebContentCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SqlDataTypeOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetRelyingPartyWebThemeCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "StatisticsOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetServicePropertiesCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "SubqueryComparisonPredicateType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetSslCertificateCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "TableElementType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetSyncPropertiesCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "TableHintKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWebConfigCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "TableOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWebThemeCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "TableSampleClauseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UpdateCertificateCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "TableSwitchOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UpdateClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "TimeUnit", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UpdateRelyingPartyTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands" }, { - "Name": "TriggerActionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IFarmNodeTaskAction", + "Namespace": "Microsoft.IdentityServer.Management.Commands.MultinodeTaskManagement" }, { - "Name": "TriggerEnforcement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TaskType", + "Namespace": "Microsoft.IdentityServer.Management.Commands.MultinodeTaskManagement" }, { - "Name": "TriggerOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TaskList", + "Namespace": "Microsoft.IdentityServer.Management.Commands.MultinodeTaskManagement" }, { - "Name": "TriggerScope", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FarmNodeValidationTask", + "Namespace": "Microsoft.IdentityServer.Management.Commands.MultinodeTaskManagement" }, { - "Name": "TriggerType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetAlternateTlsClientBindingCertificate", + "Namespace": "Microsoft.IdentityServer.Management.Commands.Internal" }, { - "Name": "TSqlParser", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetSslBindingCertificate", + "Namespace": "Microsoft.IdentityServer.Management.Commands.Internal" }, { - "Name": "TSqlFragmentVisitor", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TestAlternateTlsClientBindingCertificate", + "Namespace": "Microsoft.IdentityServer.Management.Commands.Internal" }, { - "Name": "TSql100Parser", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TestSslBindingCertificate", + "Namespace": "Microsoft.IdentityServer.Management.Commands.Internal" }, { - "Name": "TSql110Parser", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UpdateAlternateTlsClientPortServiceSetting", + "Namespace": "Microsoft.IdentityServer.Management.Commands.Internal" }, { - "Name": "TSql120Parser", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UpdateSslPortServiceSetting", + "Namespace": "Microsoft.IdentityServer.Management.Commands.Internal" }, { - "Name": "TSql80Parser", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UpdateDatabasePermission", + "Namespace": "Microsoft.IdentityServer.Management.Commands.Internal" }, { - "Name": "TSql90Parser", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TestAdfsAdfsSmartLockoutPatch", + "Namespace": "Microsoft.IdentityServer.Management.Commands.Internal" }, { - "Name": "TSqlAuditEventGroupHelper", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AdfsDeviceRegistrationUpnSuffixBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands.CommandBases" }, { - "Name": "TSqlAuditEventTypeHelper", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ClaimsProviderTrustCommandBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands.CommandBases" }, { - "Name": "TSqlParserToken", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DeviceRegistrationRPCommandBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands.CommandBases" }, { - "Name": "TSqlTriggerEventGroupHelper", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyApplicationProxyRelyingPartyTrustBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands.CommandBases" }, { - "Name": "TSqlTriggerEventTypeHelper", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyIntegratedWindowsRelyingPartyTrustBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands.CommandBases" }, { - "Name": "UnaryExpressionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyRelyingPartyTrustBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands.CommandBases" }, { - "Name": "UniqueRowFilter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ModifyWebApiApplicationBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands.CommandBases" }, { - "Name": "UnqualifiedJoinType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OperateOnClaimsProviderTrustBaseCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands.CommandBases" }, { - "Name": "UserLoginOptionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OperateOnClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands.CommandBases" }, { - "Name": "UserType80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OperateOnLocalClaimsProviderTrustCommand", + "Namespace": "Microsoft.IdentityServer.Management.Commands.CommandBases" }, { - "Name": "ViewOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PolicyTemplateUsageBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands.CommandBases" }, { - "Name": "WaitForOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RelyingPartyTrustCommandBase", + "Namespace": "Microsoft.IdentityServer.Management.Commands.CommandBases" }, { - "Name": "WindowDelimiterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AdministrationSnapIn", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration" }, { - "Name": "WindowFrameType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JwtSigningType", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration" }, { - "Name": "WorkloadGroupParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JwtSigningTypes", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration" }, { - "Name": "XmlDataTypeOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JwtSigningTypeDictionary", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration" }, { - "Name": "XmlForClauseOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SecretHelper", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration" }, { - "Name": "KeywordCasing", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MmcConsole", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.Resources" }, { - "Name": "TSqlConcreteFragmentVisitor", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ApplicationTypes", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.Wizards.AddApplicationGroup" }, { - "Name": "SqlScriptGenerator", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DRSViewControl", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.Views" }, { - "Name": "Sql100ScriptGenerator", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WAPViewControl", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.Views" }, { - "Name": "Sql110ScriptGenerator", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IPowerShell", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.PowerShell" }, { - "Name": "Sql120ScriptGenerator", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RecordAddedEventArgs", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.PowerShell" }, { - "Name": "Sql80ScriptGenerator", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IPowerShellStreamCollection", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.PowerShell" }, { - "Name": "Sql90ScriptGenerator", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IPowerShellStream`1", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.PowerShell" }, { - "Name": "SqlVersion", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PowerShellInvocationException", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.PowerShell" }, { - "Name": "TSqlTokenType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AdditionalApplicationInformationDialog", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.Dialogs" }, { - "Name": "SqlScriptGeneratorOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ClientSecretDialog", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.Dialogs" }, { - "Name": "StatementList", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AdfsDefaultAuthenticationPolicy", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.DataModel" }, { - "Name": "TSqlStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TileControl", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.Controls" }, { - "Name": "ExecuteStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TileControlDesigner", + "Namespace": "Microsoft.IdentityServer.Mmc.Administration.Controls" }, { - "Name": "ExecuteOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TokenBindingState", + "Namespace": "Microsoft.IdentityServer.Service" }, { - "Name": "ResultSetsExecuteOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TokenBindingVerificationUtility", + "Namespace": "Microsoft.IdentityServer.Service" }, { - "Name": "ResultSetDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IdentityServer", + "Namespace": "Microsoft.IdentityServer.Service.WmiProvider2" }, { - "Name": "InlineResultSetDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SecurityTokenService", + "Namespace": "Microsoft.IdentityServer.Service.WmiProvider2" }, { - "Name": "ResultColumnDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ServiceInitializationStates", + "Namespace": "Microsoft.IdentityServer.Service.UserActivityService" }, { - "Name": "SchemaObjectResultSetDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UserAccountPasswordExpiredFault", + "Namespace": "Microsoft.IdentityServer.Service.Tokens" }, { - "Name": "ExecuteSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ADAccountValidationException", + "Namespace": "Microsoft.IdentityServer.Service.SecurityTokenService" }, { - "Name": "ExecuteContext", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PasswordChangeError", + "Namespace": "Microsoft.IdentityServer.Service.PasswordManagement" }, { - "Name": "ExecuteParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PasswordExpirationStatusCode", + "Namespace": "Microsoft.IdentityServer.Service.PasswordManagement" }, { - "Name": "ExecutableEntity", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AccountStoreConfigurationException", + "Namespace": "Microsoft.IdentityServer.Service.LocalAccountStores" }, { - "Name": "ProcedureReferenceName", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AccountStoreException", + "Namespace": "Microsoft.IdentityServer.Service.LocalAccountStores" }, { - "Name": "ExecutableProcedureReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MSISRsaEncryptionManager", + "Namespace": "Microsoft.IdentityServer.Service.Cryptography" }, { - "Name": "ExecutableStringList", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ADAccountLookupError", + "Namespace": "Microsoft.IdentityServer.Service.AccountPolicy" }, { - "Name": "AdHocDataSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AuthenticationResult", + "Namespace": "Microsoft.IdentityServer.Service.AccountPolicy" }, { - "Name": "ViewOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CredentialUtilities", + "Namespace": "Microsoft.IdentityServer.Utilities" }, { - "Name": "ViewStatementBody", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FarmBehaviorLevelUtilities", + "Namespace": "Microsoft.IdentityServer.Utilities" }, { - "Name": "AlterViewStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FarmBehaviorLevel", + "Namespace": "Microsoft.IdentityServer.Utilities" }, { - "Name": "CreateViewStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ManagedStringMarshalUtility", + "Namespace": "Microsoft.IdentityServer.Utilities" }, { - "Name": "TriggerObject", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SecureStringExtension", + "Namespace": "Microsoft.IdentityServer.Utilities" }, { - "Name": "TriggerOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EncryptionResult", + "Namespace": "Microsoft.IdentityServer.Utilities" }, { - "Name": "ExecuteAsTriggerOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NoValidStrongAuthenticationMethodException", + "Namespace": "Microsoft.IdentityServer.Web" }, { - "Name": "TriggerAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AuthorizationFailedException", + "Namespace": "Microsoft.IdentityServer.Web" }, { - "Name": "TriggerStatementBody", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ByteCookieManager", + "Namespace": "Microsoft.IdentityServer.Web" }, { - "Name": "AlterTriggerStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NamedByteCookieManager", + "Namespace": "Microsoft.IdentityServer.Web" }, { - "Name": "CreateTriggerStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StringCookieManager", + "Namespace": "Microsoft.IdentityServer.Web" }, { - "Name": "ProcedureStatementBodyBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "HomeRealmExtensions", + "Namespace": "Microsoft.IdentityServer.Web" }, { - "Name": "ProcedureStatementBody", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "HomeRealm", + "Namespace": "Microsoft.IdentityServer.Web" }, { - "Name": "AlterProcedureStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WebContentConstants", + "Namespace": "Microsoft.IdentityServer.Web" }, { - "Name": "CreateProcedureStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProtocolName", + "Namespace": "Microsoft.IdentityServer.Web.WSTrust" }, { - "Name": "ProcedureReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WebUIConstants", + "Namespace": "Microsoft.IdentityServer.Web.UI" }, { - "Name": "MethodSpecifier", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PersistentTokenValidationErrors", + "Namespace": "Microsoft.IdentityServer.Web.SessionTokenManager" }, { - "Name": "FunctionStatementBody", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IProtocolContextFactory", + "Namespace": "Microsoft.IdentityServer.Web.Protocols" }, { - "Name": "ProcedureOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProtocolContext", + "Namespace": "Microsoft.IdentityServer.Web.Protocols" }, { - "Name": "ExecuteAsProcedureOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SSOManager", + "Namespace": "Microsoft.IdentityServer.Web.Protocols" }, { - "Name": "FunctionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthErrorCode", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth" }, { - "Name": "ExecuteAsFunctionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ArtifactSecurityTokenType", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Serializers" }, { - "Name": "XmlNamespaces", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthAccessTokenRequestMessage", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "XmlNamespacesElement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthAuthCodeVpnCertRequestMessage", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "XmlNamespacesDefaultElement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthClientCredentialsMessage", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "XmlNamespacesAliasElement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthJWTBearerRequestMessage", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "CommonTableExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthMessage", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "WithCtesAndXmlNamespaces", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthMessageException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "FunctionReturnType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthOnBehalfOfRequestMessage", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "TableValuedFunctionReturnType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthOnBehalfOfRequestMessageBase", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "DataTypeReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthLogonCertRequestMessage", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "ParameterizedDataTypeReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthRefreshTokenRequestMessage", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "SqlDataTypeReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthRefreshTokenVpnCertRequestMessage", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "UserDataTypeReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthTokenRequestMessage", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "XmlDataTypeReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthPasswordMessage", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "ScalarFunctionReturnType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthNonceRequestMessage", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Messages" }, { - "Name": "SelectFunctionReturnType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthAccessTokenErrorResponseException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "TableDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthAccessTokenInvalidAuthorizationCodeException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "DeclareTableVariableBody", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthAccessTokenMissingAuthorizationCodeException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "DeclareTableVariableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthAccessTokenResponseProcessingException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "TableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthAccessTokenUnsupportedGrantTypeException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "TableReferenceWithAlias", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthAuthorizationErrorResponseException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "NamedTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthAuthorizationMissingResourceException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "TableReferenceWithAliasAndColumns", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthAuthorizationResponseProcessingException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "SchemaObjectFunctionTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthInvalidClientCredentialMethodException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "TableHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthInvalidClientRedirectUriException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "IndexTableHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthInvalidResourceException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "LiteralTableHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthInvalidResourceParamsException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "QueryDerivedTable", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthInvalidScopeException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "InlineDerivedTable", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthMissingClientRedirectUriException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "BooleanExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthMissingRefreshTokenException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "SubqueryComparisonPredicate", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthNoPassiveException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "ExistsPredicate", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthRefreshTokenCreationException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "LikePredicate", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthRefreshTokenExpiredException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "InPredicate", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthRefreshTokenIssuedBeforeCutoffTimeException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "FullTextPredicate", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OAuthRefreshTokenUnsupportedGrantTypeException", + "Namespace": "Microsoft.IdentityServer.Web.Protocols.OAuth.Exceptions" }, { - "Name": "UserDefinedTypePropertyAccess", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PipelineBehaviors", + "Namespace": "Microsoft.IdentityServer.Web.Pipeline" }, { - "Name": "StatementWithCtesAndXmlNamespaces", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PipelineState", + "Namespace": "Microsoft.IdentityServer.Web.Pipeline" }, { - "Name": "SelectStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BaseHandler", + "Namespace": "Microsoft.IdentityServer.Web.Handlers" }, { - "Name": "ForClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BasicErrorHandler", + "Namespace": "Microsoft.IdentityServer.Web.Handlers" }, { - "Name": "BrowseForClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisplayErrorPageHandler", + "Namespace": "Microsoft.IdentityServer.Web.Handlers" }, { - "Name": "ReadOnlyForClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IAuthenticationHandler", + "Namespace": "Microsoft.IdentityServer.Web.Handlers" }, { - "Name": "XmlForClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IdpInitiatedSignOnRequestType", + "Namespace": "Microsoft.IdentityServer.Web.Handlers" }, { - "Name": "XmlForClauseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProcessHandler", + "Namespace": "Microsoft.IdentityServer.Web.Handlers" }, { - "Name": "UpdateForClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SupportingProcessHandler", + "Namespace": "Microsoft.IdentityServer.Web.Handlers" }, { - "Name": "OptimizerHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ChunkedCookieHandler", + "Namespace": "Microsoft.IdentityServer.Web.CookieManagers" }, { - "Name": "LiteralOptimizerHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CookieHandler", + "Namespace": "Microsoft.IdentityServer.Web.CookieManagers" }, { - "Name": "TableHintsOptimizerHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NamedStringCookieManager", + "Namespace": "Microsoft.IdentityServer.Web.CookieManagers" }, { - "Name": "ForceSeekTableHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AuthenticationMethodLoadException", + "Namespace": "Microsoft.IdentityServer.Web.Authentication" }, { - "Name": "OptimizeForOptimizerHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AuthenticationMethodUnavailableException", + "Namespace": "Microsoft.IdentityServer.Web.Authentication" }, { - "Name": "VariableValuePair", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IAuthenticationHandlerMetadata", + "Namespace": "Microsoft.IdentityServer.Web.Authentication" }, { - "Name": "WhenClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AdapterPresentationWrapper", + "Namespace": "Microsoft.IdentityServer.Web.Authentication.External" }, { - "Name": "SimpleWhenClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AuthenticationContext", + "Namespace": "Microsoft.IdentityServer.Web.Authentication.External" }, { - "Name": "SearchedWhenClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Constants", + "Namespace": "Microsoft.IdentityServer.Web.Authentication.External" }, { - "Name": "CaseExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ExternalAuthenticationException", + "Namespace": "Microsoft.IdentityServer.Web.Authentication.External" }, { - "Name": "SimpleCaseExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IAdapterPresentation", + "Namespace": "Microsoft.IdentityServer.Web.Authentication.External" }, { - "Name": "SearchedCaseExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IAdapterPresentationForm", + "Namespace": "Microsoft.IdentityServer.Web.Authentication.External" }, { - "Name": "NullIfExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IAuthenticationAdapter", + "Namespace": "Microsoft.IdentityServer.Web.Authentication.External" }, { - "Name": "CoalesceExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IAuthenticationAdapterBase", + "Namespace": "Microsoft.IdentityServer.Web.Authentication.External" }, { - "Name": "IIfCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IAuthenticationAdapterMetadata", + "Namespace": "Microsoft.IdentityServer.Web.Authentication.External" }, { - "Name": "FullTextTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IAuthenticationContext", + "Namespace": "Microsoft.IdentityServer.Web.Authentication.External" }, { - "Name": "SemanticTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IAuthenticationMethodConfigData", + "Namespace": "Microsoft.IdentityServer.Web.Authentication.External" }, { - "Name": "OpenXmlTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IProofData", + "Namespace": "Microsoft.IdentityServer.Web.Authentication.External" }, { - "Name": "OpenRowsetTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProofData", + "Namespace": "Microsoft.IdentityServer.Web.Authentication.External" }, { - "Name": "InternalOpenRowset", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IHttpListenerAdapter", + "Namespace": "Microsoft.IdentityServer.WebHost" }, { - "Name": "BulkOpenRowset", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WrappedHttpListenerContext", + "Namespace": "Microsoft.IdentityServer.WebHost" }, { - "Name": "OpenQueryTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WrappedHttpListenerRequest", + "Namespace": "Microsoft.IdentityServer.WebHost" }, { - "Name": "AdHocTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WrappedHttpListenerResponse", + "Namespace": "Microsoft.IdentityServer.WebHost" }, { - "Name": "SchemaDeclarationItem", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TokenBindingCollectionMode", + "Namespace": "Microsoft.IdentityServer.WebHost" }, { - "Name": "ConvertCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TokenBindingUtility", + "Namespace": "Microsoft.IdentityServer.WebHost" }, { - "Name": "TryConvertCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TokenBindingTestHook", + "Namespace": "Microsoft.IdentityServer.WebHost" }, { - "Name": "ParseCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Base64UrlEncoder", + "Namespace": "Microsoft.IdentityServer.WebHost.Serialization" }, { - "Name": "TryParseCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JsonSerializer", + "Namespace": "Microsoft.IdentityServer.WebHost.Serialization" }, { - "Name": "CastCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MissingQueryParameterException", + "Namespace": "Microsoft.IdentityServer.WebHost.Rest" }, { - "Name": "TryCastCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RestExceptionDataContract", + "Namespace": "Microsoft.IdentityServer.WebHost.Rest" }, { - "Name": "FunctionCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RestBadRequestException", + "Namespace": "Microsoft.IdentityServer.WebHost.Rest" }, { - "Name": "CallTarget", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RestNotFoundException", + "Namespace": "Microsoft.IdentityServer.WebHost.Rest" }, { - "Name": "ExpressionCallTarget", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RestRequestAuthorizationFailedException", + "Namespace": "Microsoft.IdentityServer.WebHost.Rest" }, { - "Name": "MultiPartIdentifierCallTarget", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProxyConfigurationData", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "UserDefinedTypeCallTarget", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ClientCertificateQueryMode", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "LeftFunctionCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CertificateValidation", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "RightFunctionCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PortType", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "PartitionFunctionCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProxyEndpoint", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "OverClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProxyEndpointConfiguration", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "ParameterlessCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProxyHostConfiguration", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "ScalarSubquery", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProxyHostConfigurationV2", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "OdbcFunctionCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProxyTrustData", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "ExtractFromExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProxyTrustException", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "OdbcConvertSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProxyTrustRenewalRequest", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "AlterFunctionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProxyTrustRequest", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "BeginEndBlockStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RelyingPartyTokenResponse", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "BeginEndAtomicBlockStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RelyingPartyTokenRequest", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "AtomicBlockOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RelyingPartyTrustData", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "LiteralAtomicBlockOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RelyingPartyTrustMetadata", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "IdentifierAtomicBlockOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RelyingPartyTrustPublishedSettingsData", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "OnOffAtomicBlockOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WebApplicationProxyData", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "TransactionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WebApplicationProxyMetadata", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "BeginTransactionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WebApplicationProxyTrustdata", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "BreakStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "HttpQueryStringData", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "ColumnWithSortOrder", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "HttpCookieData", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "CommitTransactionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "HttpHeaderData", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "RollbackTransactionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "HttpRequestData", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "SaveTransactionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "HttpResponseData", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "ContinueStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CertificateType", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "CreateDefaultStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ErrorType", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "CreateFunctionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IssueTokenRequest", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "CreateRuleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UTF8BasicAuthenticationModule", + "Namespace": "Microsoft.IdentityServer.WebHost.Proxy" }, { - "Name": "DeclareVariableElement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BindingValidationLevel", + "Namespace": "Microsoft.IdentityServer.WebHost.Context" }, { - "Name": "DeclareVariableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CertAltNameType", + "Namespace": "Microsoft.IdentityServer.WebHost.Configuration" }, { - "Name": "GoToStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ICertEncodeCRLDistInfo2", + "Namespace": "Microsoft.IdentityServer.WebHost.Configuration" }, { - "Name": "IfStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CCertEncodeCRLDistInfoClass", + "Namespace": "Microsoft.IdentityServer.WebHost.Configuration" }, { - "Name": "LabelStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SslCertificateSniInfo", + "Namespace": "Microsoft.IdentityServer.WebHost.Configuration.Providers" }, { - "Name": "ProcedureParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIISAppPoolCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "WhileStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StartIISCommitDelayCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "DataModificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StopIISCommitDelayCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "DeleteStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIISSiteCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "DataModificationSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveIISSiteCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "UpdateDeleteSpecificationBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewIISSiteCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "DeleteSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StopIISSiteCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "InsertStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StartIISSiteCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "InsertSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIISConfigSectionCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "UpdateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIISConfigCollectionCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "UpdateSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIISConfigCollectionElementCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "CreateSchemaStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewIISConfigCollectionElementCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "WaitForStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveIISConfigCollectionElementCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "ReadTextStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveIISConfigElementCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "TextModificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ClearIISConfigCollectionCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "UpdateTextStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIISConfigElementCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "WriteTextStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIISConfigAttributeValueCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "LineNoStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveIISConfigAttributeCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "SecurityStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetIISConfigAttributeValueCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "GrantStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIISServerManagerCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "DenyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ResetIISServerManagerCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "RevokeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetCentralCertProviderCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "AlterAuthorizationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetCentralCertProviderCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "Permission", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetCentralCertProviderCredentialCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "SecurityTargetObject", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ClearCentralCertProviderCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "SecurityTargetObjectName", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableCentralCertProviderCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "SecurityPrincipal", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnableCentralCertProviderCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "SecurityStatementBody80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnableIISSharedConfigCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "GrantStatement80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableIISSharedConfigCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "DenyStatement80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ExportIISConfiguration", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "RevokeStatement80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIISSharedConfigCommand", + "Namespace": "Microsoft.IIS.Powershell.Commands" }, { - "Name": "SecurityElement80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ApplicationFactory", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "CommandSecurityElement80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewApplicationDynamicParameters", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "PrivilegeSecurityElement80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Application", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "Privilege80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CodeProperty", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "SecurityUserClause80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MappingExtension", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "SqlCommandIdentifier", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Configuration", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "SetClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationAttribute", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AssignmentSetClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationAttributeCollection", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "FunctionCallSetClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationAttributeSchema", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "InsertSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationAttributeSchemaCollection", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "ValuesInsertSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationChildElementCollection", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "SelectInsertSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationCollectionSchema", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "ExecuteInsertSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationElement", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "RowValue", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationElementCollection", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "PrintStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationElementCollectionBase`1", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "UpdateCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationElementSchema", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "TSEqualCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationElementSchemaCollection", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "LiteralRange", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationEnumValue", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "VariableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationEnumValueCollection", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "OptionValue", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationException", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "OnOffOptionValue", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationInfo", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "LiteralOptionValue", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationLocation", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "GlobalVariableExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationMethod", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "SchemaObjectNameOrValueExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationMethodCollection", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "ParenthesisExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationMethodInstance", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "ColumnReferenceExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationMethodSchema", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "NextValueForExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationPropertyException", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "SequenceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PipelineStreamWriter", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "SequenceOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ListStreamWriter", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "DataTypeSequenceOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "QueryFlags", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "ScalarExpressionSequenceOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationSection", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "CreateSequenceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StringLiterals", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterSequenceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Constants", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "DropObjectsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IIsFileSystemWatcher", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "DropSequenceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FileSystemContainer", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AssemblyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LSAUtility", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "CreateAssemblyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OverrideMode", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterAssemblyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "INamespaceNode", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AssemblyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "INamespaceNodeFactory", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "OnOffAssemblyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IIsDynamicParameters", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "PermissionSetAssemblyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NamespaceNodeFactory", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AddFileSpec", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NamespaceNode", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "CreateXmlSchemaCollectionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NodeCollection", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterXmlSchemaCollectionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NodeCollectionFactory", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "DropXmlSchemaCollectionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NodeIndexedCollection", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AssemblyName", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PropertyManager", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterTableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProviderException", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterTableRebuildStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SectionDefinition", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterTableChangeTrackingModificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SectionDefinitionCollection", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterTableFileTableNamespaceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SectionGroup", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterTableSetStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SectionGroupCollection", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "TableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ServerNode", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "LockEscalationTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ServerManager", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "FileStreamOnTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ServerManagerException", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "FileTableDirectoryTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SiteFactory", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "FileTableCollateFileNameTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewSiteDynamicParameters", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "FileTableConstraintNameTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Site", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "MemoryOptimizedTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ObjectInfo", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "DurabilityTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ItemParameterInfo", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterTableAddTableElementStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TypeInfo", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterTableConstraintModificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PropertyDataCollection", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterTableSwitchStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TypeManager", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "TableSwitchOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Utility", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "LowPriorityLockWaitTableSwitchOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UnsafeNativeMethods", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "DropClusteredConstraintOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VirtualDirectoryFactory", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "DropClusteredConstraintStateOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewVirtualDirectoryDynamicParameters", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "DropClusteredConstraintValueOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VirtualDirectory", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "DropClusteredConstraintMoveOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WebConfigurationMap", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterTableDropTableElement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationLocationNodeType", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterTableDropTableElementStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationPathNodeType", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "AlterTableTriggerModificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "XPathExpressionType", + "Namespace": "Microsoft.IIs.PowerShell.Framework" }, { - "Name": "EnableDisableTriggerStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IIsCommandBase", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "TryCatchStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IIsCommandBaseLocation", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateTypeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BeginDelayChanges", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateTypeUdtStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EndDelayChanges", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateTypeUddtStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationCommandBase", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateSynonymStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationCommandBaseLocation", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "ExecuteAsClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ForcedConfigurationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "QueueOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IndexedForcedConfigurationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "QueueStateOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetConfigurationLockCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "QueueProcedureOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveConfigurationLockCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "QueueValueOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddConfigurationLockCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "QueueExecuteAsOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetConfigurationLocationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "RouteOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveConfigurationLocationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "RouteStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RenameConfigurationLocationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "AlterRouteStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetConfigurationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateRouteStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "QueryConfigurationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "QueueStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetConfigurationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "AlterQueueStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ClearConfigurationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateQueueStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetConfigurationPropertyCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "IndexDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddConfigurationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "IndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddConfigurationPropertyCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "IndexType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetConfigurationPropertyCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "PartitionSpecifier", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveConfigurationPropertyCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "AlterIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWebConfigCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateXmlIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWebFilePathCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateSelectiveXmlIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "HelperCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "FileGroupOrPartitionScheme", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewWebsiteCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewWebApplicationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "IndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewVirtualDirectoryCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "IndexStateOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewAppPoolCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "IndexExpressionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveAppPoolCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "OnlineIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewFtpSiteCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "OnlineIndexLowPriorityLockWaitOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewWebBindingCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "LowPriorityLockWaitOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWebBindingCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "LowPriorityLockWaitMaxDurationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveWebBindingCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "LowPriorityLockWaitAbortAfterWaitOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWebsiteCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "FullTextIndexColumn", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveWebsiteCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateFullTextIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveWebApplicationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "FullTextIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWebApplicationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "ChangeTrackingFullTextIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWebVDirCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "StopListFullTextIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveVirtualDirectoryCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "SearchPropertyListFullTextIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWebRequestCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "FullTextCatalogAndFileGroup", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAppDomainCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "EventTypeGroupContainer", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWebsiteStateCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "EventTypeContainer", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetAppPoolStateCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "EventGroupContainer", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StartWebsiteCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateEventNotificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StartAppPoolCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "EventNotificationObjectScope", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RestartAppPoolCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "MasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StopWebsiteCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StopAppPoolCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "AlterMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewWebGlobalModuleCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "ApplicationRoleOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewWebManagedModuleCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "ApplicationRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnableWebGlobalModuleCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateApplicationRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewWebHandlerCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "AlterApplicationRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWebGlobalModuleCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "RoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWebManagedModuleCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWebHandlerCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "AlterRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableWebGlobalModuleCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "AlterRoleAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveWebGlobalModuleCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "RenameAlterRoleAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveWebManagedModuleCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "AddMemberAlterRoleAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveWebHandlerCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "DropMemberAlterRoleAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWebGlobalModuleCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateServerRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWebManagedModuleCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "AlterServerRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWebHandlerCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "DropUnownedObjectStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWebBindingCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "DropServerRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetConfigurationBackupCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "UserLoginOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveConfigurationBackupCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "UserStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BackupConfigurationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateUserStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RestoreConfigurationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "AlterUserStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConvertToApplicationCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "StatisticsOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnableFrebCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "ResampleStatisticsOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableFrebCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "StatisticsPartitionRange", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ClearFrebDataCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "OnOffStatisticsOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ClearFrebDataCommand2", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "LiteralStatisticsOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetUrlCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CreateStatisticsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConfigurationProvider", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "UpdateStatisticsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProviderSnapIn", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "ReturnStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RuntimeCommandBase", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "DeclareCursorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RuntimeCommandBasePassthru", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CursorDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StartItemCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CursorOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StopItemCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "SetVariableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RecycleItemCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CursorId", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetItemStateCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CursorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetCentralCertProviderCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "OpenCursorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetCentralCertProviderCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CloseCursorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetCentralCertProviderCredentialCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CryptoMechanism", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ClearCentralCertProviderCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "OpenSymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DisableCentralCertProviderCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "CloseSymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnableCentralCertProviderCommand", + "Namespace": "Microsoft.IIs.PowerShell.Provider" }, { - "Name": "OpenMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WinUserLanguage", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "CloseMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWinUILanguageOverrideCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DeallocateCursorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWinUserLanguageListCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "FetchType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WinGeoId", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "FetchCursorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWinHomeLocationCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "WhereClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WinLanguageBarOptions", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropDatabaseStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWinLanguageBarOptionCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropChildObjectsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWinSystemLocaleCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWinUILanguageOverrideCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropIndexClauseBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWinUserLanguageListCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "BackwardsCompatibleDropIndexClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewWinUserLanguageListCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropIndexClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetCultureCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "MoveToDropIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWinHomeLocationCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "FileStreamOnDropIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWinLanguageBarOptionCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropStatisticsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWinSystemLocaleCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropTableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWinDefaultInputMethodOverrideCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropProcedureStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WinKeyboardInfo", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropFunctionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWinDefaultInputMethodOverrideCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropViewStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWinCultureFromLanguageListOptOutCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropDefaultStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWinCultureFromLanguageListOptOutCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropRuleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetWinAcceptLanguageFromLanguageListOptOutCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropTriggerStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetWinAcceptLanguageFromLanguageListOptOutCommand", + "Namespace": "Microsoft.InternationalSettings.Commands" }, { - "Name": "DropSchemaStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentException", + "Namespace": "Microsoft.Isam.Esent" }, { - "Name": "RaiseErrorLegacyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Api", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RaiseErrorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SystemParameters", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ThrowStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BoolColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UseStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ByteColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "KillStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BytesColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "KillQueryNotificationSubscriptionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumnInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "KillStatsJobStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumnStream", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CheckpointStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ReconfigureStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumnValueOfStruct`1", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ShutdownStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Conversions", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetUserStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DateTimeColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TruncateTableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DoubleColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetOnOffStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnumeratedColumn", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PredicateSetStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetStatisticsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDataException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetRowCountStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentApiException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetOffsetsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFatalException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetCommand", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIOException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "GeneralSetCommand", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentResourceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetFipsFlaggerCommand", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetCommandStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentQuotaException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetTransactionIsolationLevelStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDiskException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetTextSizeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCorruptionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetIdentityInsertStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInconsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetErrorLevelStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFragmentationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateDatabaseStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUsageException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileDeclaration", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentStateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileDeclarationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentObsoleteException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "NameFileDeclarationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRfsFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileNameFileDeclarationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRfsNotArmedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SizeFileDeclarationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileCloseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MaxSizeFileDeclarationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfThreadsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileGrowthFileDeclarationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyIOException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileGroupDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTaskDroppedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInternalErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseCollateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDisabledFunctionalityException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseRebuildLogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUnloadableOSFunctionalityException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseAddFileStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseBufferDependenciesCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseAddFileGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPreviousVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseRemoveFileGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPageBoundaryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseRemoveFileStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentKeyBoundaryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseModifyNameStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadPageLinkException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseModifyFileStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadBookmarkException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseModifyFileGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNTSystemCallFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseTermination", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadParentPageLinkException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseSetStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSPAvailExtCacheOutOfSyncException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSPAvailExtCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnOffDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSPAvailExtCacheOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AutoCreateStatisticsDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSPOwnExtCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ContainmentDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDbTimeCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "HadrDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentKeyTruncatedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "HadrAvailabilityGroupDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseLeakInSpaceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DelayedDurabilityDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadEmptyPageException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CursorDefaultDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadLineCountException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RecoveryDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentKeyTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TargetRecoveryTimeDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotSeparateIntrinsicLVException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PageVerifyDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSeparatedLongValueException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PartnerDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMustBeSeparateLongValueException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WitnessDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidPrereadException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ParameterizationDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidColumnReferenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentStaleColumnReferenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IdentifierDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLoggedOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ChangeTrackingDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogFileCorruptException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ChangeTrackingOptionDetail", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNoBackupDirectoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AutoCleanupChangeTrackingOptionDetail", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBackupDirectoryNotEmptyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ChangeRetentionChangeTrackingOptionDetail", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBackupInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileStreamDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRestoreInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MaxSizeDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingPreviousLogFileException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTableAlterColumnStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogWriteFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnDefinitionBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogDisabledDueToRecoveryFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotLogDuringRecoveryRedoException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IdentityOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogGenerationMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnStorageOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadLogVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ConstraintDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLogSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateTableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLoggingDisabledException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FederationScheme", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogBufferTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableDataCompressionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogSequenceEndException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DataCompressionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNoBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CompressionPartitionRange", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidBackupSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CheckConstraintDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBackupNotAllowedYetException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DefaultConstraintDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDeleteBackupFileFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ForeignKeyConstraintDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMakeBackupDirectoryFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "NullableConstraintDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UniqueConstraintDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecoveredWithErrorsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BackupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingLogFileException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BackupDatabaseStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogDiskFullException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BackupTransactionLogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadLogSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RestoreStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadDbSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RestoreOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadCheckpointSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ScalarExpressionRestoreOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCheckpointCorruptException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MoveRestoreOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingPatchPageException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "StopRestoreOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadPatchPageException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileStreamRestoreOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRedoAbruptEndedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BackupOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPatchFileMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BackupEncryptionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseLogSetMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DeviceInfo", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseStreamingFileMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MirrorToClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogFileSizeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BackupRestoreFileInfo", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCheckpointFileNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BulkInsertBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRequiredLogFilesMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BulkInsertStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSoftRecoveryOnBackupDatabaseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "InsertBulkStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogFileSizeMismatchDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BulkInsertOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogSectorSizeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralBulkInsertOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogSectorSizeMismatchDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OrderBulkInsertOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogSequenceEndDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "InsertBulkColumnDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentStreamingDataNotLoggedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DbccStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseDirtyShutdownException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DbccOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentConsistentTimeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DbccNamedLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabasePatchFileMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateAsymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEndingRestoreLogTooLowException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreatePartitionFunctionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentStartingRestoreLogTooHighException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PartitionParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentGivenLogFileHasBadSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreatePartitionSchemeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentGivenLogFileIsNotContiguousException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RemoteServiceBindingStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingRestoreLogFilesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RemoteServiceBindingOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingFullBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnOffRemoteServiceBindingOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadBackupDatabaseSizeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UserRemoteServiceBindingOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseAlreadyUpgradedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateRemoteServiceBindingStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseIncompleteUpgradeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterRemoteServiceBindingStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingCurrentLogFilesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EncryptionSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDbTimeTooOldException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AssemblyEncryptionSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDbTimeTooNewException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileEncryptionSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingFileToBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ProviderEncryptionSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogTornWriteDuringHardRestoreException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CertificateStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogTornWriteDuringHardRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterCertificateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogCorruptDuringHardRestoreException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateCertificateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogCorruptDuringHardRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CertificateOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMustDisableLoggingForDbUpgradeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateContractStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadRestoreTargetInstanceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ContractMessage", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecoveredWithoutUndoException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CredentialStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabasesNotFromSameSnapshotException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateCredentialStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSoftRecoveryOnSnapshotException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterCredentialStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCommittedLogFilesMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MessageTypeStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSectorSizeNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateMessageTypeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecoveredWithoutUndoDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterMessageTypeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCommittedLogFileCorruptException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateAggregateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogSequenceChecksumMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterCreateEndpointStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPageInitializedMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateEndpointStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUnicodeTranslationBufferTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterEndpointStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUnicodeTranslationFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EndpointAffinity", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUnicodeNormalizationNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EndpointProtocolOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUnicodeLanguageValidationFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralEndpointProtocolOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentExistingLogFileHasBadSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuthenticationEndpointProtocolOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentExistingLogFileIsNotContiguousException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PortsEndpointProtocolOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogReadVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CompressionEndpointProtocolOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCheckpointDepthTooDeepException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ListenerIPEndpointProtocolOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRestoreOfNonBackupDatabaseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IPv4", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogFileNotCopiedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSurrogateBackupInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SoapMethod", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTransactionTooLongException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EnabledDisabledPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEngineFormatVersionNoLongerSupportedTooLowException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WsdlPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEngineFormatVersionNotYetImplementedTooHighException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LoginTypePayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEngineFormatVersionParamTooLowForRequestedFeatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEngineFormatVersionSpecifiedTooLowForLogVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SessionTimeoutPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEngineFormatVersionSpecifiedTooLowForDatabaseVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SchemaPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBackupAbortByServerException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CharacterSetPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidGrbitException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RolePayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTermInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuthenticationPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFeatureNotAvailableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EncryptionPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidNameException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidParameterException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateSymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseFileReadOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "KeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidDatabaseIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "KeySourceKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlgorithmKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfDatabaseSpaceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IdentityValueKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfCursorsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ProviderKeyNameKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfBuffersException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreationDispositionKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyIndexesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterSymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyKeysException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FullTextCatalogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordDeletedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FullTextCatalogOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentReadVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnOffFullTextCatalogOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPageNotInitializedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateFullTextCatalogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfFileHandlesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterFullTextCatalogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDiskReadVerificationFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterCreateServiceStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDiskIOException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateServiceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidPathException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServiceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidSystemPathException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ServiceContract", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLogDirectoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BinaryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BuiltInFunctionTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyOpenDatabasesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ComputeClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidDatabaseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ComputeFunction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNotInitializedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PivotedTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentAlreadyInitializedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UnpivotedTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInitInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "JoinTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileAccessDeniedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UnqualifiedJoin", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentQueryNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableSampleClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSQLLinkNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BooleanNotExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBufferTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BooleanParenthesisExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyColumnsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BooleanComparisonExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentContainerNotEmptyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BooleanBinaryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidFilenameException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BooleanIsNullExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidBookmarkException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExpressionWithSortOrder", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "GroupByClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidBufferSizeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "GroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnNotUpdatableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExpressionGroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CompositeGroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLinkNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CubeGroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNullKeyDisallowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RollupGroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNotInTransactionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "GrandTotalGroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMustRollbackException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "GroupingSetsGroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyActiveUsersException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OutputClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidCountryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OutputIntoClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLanguageIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "HavingClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidCodePageException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IdentityFunctionCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLCMapStringFlagsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "JoinParenthesisTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentVersionStoreEntryTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OrderByClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentVersionStoreOutOfMemoryAndCleanupTimedOutException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QualifiedJoin", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentVersionStoreOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OdbcQualifiedJoinTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCurrencyStackOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueryParenthesisExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordNotDeletedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QuerySpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyMempoolEntriesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FromClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfObjectIDsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SelectElement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfLongValueIDsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SelectScalarExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfAutoincrementValuesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SelectStarExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfDbtimeValuesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SelectSetVariable", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfSequentialIndexValuesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DataModificationTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRunningInOneInstanceModeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ChangeTableChangesTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRunningInMultiInstanceModeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ChangeTableVersionTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSystemParamsAlreadySetException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BooleanTernaryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSystemPathInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TopRowFilter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogFilePathInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OffsetClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTempPathInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UnaryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInstanceNameInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BinaryQueryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSystemParameterConflictException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "VariableTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInstanceUnavailableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "VariableMethodCallTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseUnavailableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropPartitionFunctionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInstanceUnavailableDueToFatalLogDiskFullException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropPartitionSchemeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidSesparamIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropSynonymStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfSessionsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropAggregateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentWriteConflictException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropAssemblyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTransTooDeepException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropApplicationRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidSesidException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropFullTextCatalogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentWriteConflictPrimaryIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropFullTextIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInTransactionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropLoginStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRollbackRequiredException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTransReadOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropTypeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSessionWriteConflictException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropUserStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordTooBigForBackwardCompatibilityException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotMaterializeForwardOnlySortException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropSymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSesidTableIdMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropAsymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidInstanceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropCertificateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDirtyShutdownException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropCredentialStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentReadPgnoVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterPartitionFunctionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentReadLostFlushVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterPartitionSchemeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileSystemCorruptionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterFullTextIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecoveryVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFilteredMoveNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SimpleAlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMustCommitDistributedTransactionToLevel0Exception", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetStopListAlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDistributedTransactionAlreadyPreparedToCommitException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetSearchPropertyListAlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNotInDistributedTransactionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropAlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDistributedTransactionNotYetPreparedToCommitException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AddAlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotNestDistributedTransactionsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterColumnAlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDTCMissingCallbackException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateSearchPropertyListStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDTCMissingCallbackOnRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterSearchPropertyListStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDTCCallbackUnexpectedErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SearchPropertyListAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AddSearchPropertyListAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropSearchPropertyListAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropSearchPropertyListStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseInvalidNameException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateLoginStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseInvalidPagesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateLoginSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PasswordCreateLoginSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseLockedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PrincipalOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotDisableVersioningException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnOffPrincipalOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidDatabaseVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralPrincipalOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabase200FormatException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IdentifierPrincipalOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabase400FormatException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WindowsCreateLoginSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabase500FormatException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CertificateCreateLoginSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPageSizeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AsymmetricKeyCreateLoginSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyInstancesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PasswordAlterPrincipalOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseSharingViolationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterLoginStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentAttachedDatabaseMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterLoginOptionsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseInvalidPathException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterLoginEnableDisableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseIdInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterLoginAddDropCredentialStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentForceDetachNotAllowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RevertStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCatalogCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropContractStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPartiallyAttachedDBException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropEndpointStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseSignInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropMessageTypeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseCorruptedNoRepairException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropQueueStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidCreateDbVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropRemoteServiceBindingStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseIncompleteIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropRouteStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseInvalidIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropServiceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseFailedIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SignatureStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNoAttachmentsFailedIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AddSignatureStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseNotReadyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropSignatureStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseAttachedForRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropEventNotificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTransactionsNotReadyDuringRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecuteAsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTableLockedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EndConversationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTableDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MoveConversationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTableInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WaitForSupportedStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentObjectNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "GetConversationGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDensityInvalidException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ReceiveStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTableNotEmptyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SendStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidTableIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterSchemaStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyOpenTablesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterAsymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIllegalOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServiceMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyOpenTablesAndCleanupTimedOutException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BeginConversationTimerStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentObjectDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BeginDialogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidObjectException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DialogOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotDeleteTempTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ScalarExpressionDialogOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotDeleteSystemTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnOffDialogOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotDeleteTemplateTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BackupCertificateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentExclusiveTableLockRequiredException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BackupRestoreMasterKeyStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFixedDDLException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BackupServiceMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFixedInheritedDDLException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RestoreServiceMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotNestDDLException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BackupMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDDLNotInheritableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RestoreMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidSettingsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ScalarExpressionSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentClientRequestToStopJetServiceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BooleanExpressionSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotAddFixedVarColumnToDerivedTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "StatementListSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexCantBuildException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SelectStatementSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexHasPrimaryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SchemaObjectNameSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlFragmentSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlStatementSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexMustStayException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IdentifierSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexInvalidDefException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlScript", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidCreateIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlBatch", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyOpenIndexesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MergeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMultiValuedIndexViolationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MergeSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexBuildCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MergeActionClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPrimaryIndexCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MergeAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSecondaryIndexCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UpdateMergeAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidIndexIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DeleteMergeAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesSecondaryIndexOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "InsertMergeAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesTooManyColumnsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateTypeTableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesNonUniqueOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesTextBinaryColumnsOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditSpecificationPart", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesVarSegMacNotAllowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditSpecificationDetail", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesInvalidLimitsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditActionSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesCannotRetrieveFromIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DatabaseAuditAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesKeyTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditActionGroupReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLVChunkSizeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateDatabaseAuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnCannotBeEncryptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseAuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotIndexOnEncryptedColumnException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropDatabaseAuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnLongException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateServerAuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnNoChunkException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerAuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnDoesNotFitException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropServerAuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNullInvalidException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ServerAuditStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnIndexedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateServerAuditStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerAuditStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropServerAuditStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditTarget", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMultiValuedColumnMustBeTaggedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnRedundantException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueueDelayAuditOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidColumnTypeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditGuidAuditOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTaggedNotNULLException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnFailureAuditOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNoCurrentIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "StateAuditOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentKeyIsMadeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditTargetOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadColumnIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MaxSizeAuditTargetOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadItagSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MaxRolloverFilesAuditTargetOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnInRelationshipException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralAuditTargetOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotBeTaggedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnOffAuditTargetOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDefaultValueTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DatabaseEncryptionKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMultiValuedDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateDatabaseEncryptionKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLVCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterDatabaseEncryptionKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMultiValuedDuplicateAfterTruncationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropDatabaseEncryptionKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDerivedColumnCorruptionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ResourcePoolStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidPlaceholderColumnException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ResourcePoolParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnCannotBeCompressedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ResourcePoolAffinitySpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnNoEncryptionKeyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateResourcePoolStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterResourcePoolStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordNoCopyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropResourcePoolStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNoCurrentRecordException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WorkloadGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordPrimaryChangedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WorkloadGroupParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentKeyDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WorkloadGroupResourceParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentAlreadyPreparedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WorkloadGroupImportanceParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentKeyNotMadeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateWorkloadGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUpdateNotPreparedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterWorkloadGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDataHasChangedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropWorkloadGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLanguageNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BrokerPriorityStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDecompressionFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BrokerPriorityParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUpdateMustVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateBrokerPriorityStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDecryptionFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterBrokerPriorityStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEncryptionBadItagException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropBrokerPriorityStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManySortsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateFullTextStopListStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidOnSortException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterFullTextStopListStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTempFileOpenErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FullTextStopListAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyAttachedDatabasesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropFullTextStopListStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDiskFullException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateCryptographicProviderStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPermissionDeniedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterCryptographicProviderStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropCryptographicProviderStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileInvalidTypeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventSessionObjectName", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileAlreadyExistsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventSessionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentAfterInitializationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateEventSessionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventDeclaration", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventDeclarationSetParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentAccessDeniedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SourceDeclaration", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManySplitsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventDeclarationCompareFunctionParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSessionSharingViolationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TargetDeclaration", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEntryPointNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SessionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSessionContextAlreadySetException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventRetentionSessionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSessionContextNotSetByThisThreadException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MemoryPartitionSessionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSessionInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralSessionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordFormatConversionFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MaxDispatchLatencySessionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOneDatabasePerSessionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnOffSessionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRollbackErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterEventSessionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFlushMapVersionUnsupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropEventSessionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFlushMapDatabaseMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterResourceGovernorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFlushMapUnrecoverableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateSpatialIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseAlreadyRunningMaintenanceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SpatialIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCallbackFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SpatialIndexRegularOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCallbackNotResolvedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BoundingBoxSpatialIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSpaceHintsInvalidException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BoundingBoxParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOSSnapshotInvalidSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "GridsSpatialIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOSSnapshotTimeOutException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "GridParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOSSnapshotNotAllowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CellsPerObjectSpatialIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOSSnapshotInvalidSnapIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyTestInjectionsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ProcessAffinityRange", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTestInjectionNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationSetBufferPoolExtensionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLogDataSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationBufferPoolExtensionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLSCallbackNotSpecifiedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationBufferPoolExtensionContainerOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLSAlreadySetException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationBufferPoolExtensionSizeOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLSNotSetException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationSetDiagnosticsLogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileIOSparseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationDiagnosticsLogOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileIOBeyondEOFException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationDiagnosticsLogMaxSizeOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileIOAbortException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationSetFailoverClusterPropertyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileIORetryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationFailoverClusterPropertyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileIOFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationSetHadrClusterStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileCompressedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationHadrClusterOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AvailabilityGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidColumnException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateAvailabilityGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentResource", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterAvailabilityGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentStopwatch", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AvailabilityReplica", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentVersion", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AvailabilityReplicaOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FloatColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralReplicaOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CreateInstanceGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AvailabilityModeReplicaOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "InitGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FailoverModeReplicaOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TermGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PrimaryRoleReplicaOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CreateDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecondaryRoleReplicaOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DetachDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AvailabilityGroupOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AttachDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralAvailabilityGroupOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OpenDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterAvailabilityGroupAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CloseDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterAvailabilityGroupFailoverAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CompactGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterAvailabilityGroupFailoverOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SnapshotFreezeGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropAvailabilityGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SnapshotPrepareGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateFederationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SnapshotThawGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterFederationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BackupGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropFederationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BeginExternalBackupGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UseFederationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EndExternalBackupGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DiskStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BeginTransactionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DiskStatementOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CommitTransactionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateColumnStoreIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RollbackTransactionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WindowFrameClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EndSessionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WindowDelimiter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OpenTableGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WithinGroupClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DupCursorGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SelectiveXmlIndexPromotedPath", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LsGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AbortAfterWaitType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AffinityKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RetrieveColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AllowConnectionsOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnumerateColumnsGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetRecordSizeGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterAvailabilityGroupActionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetSecondaryIndexBookmarkGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterAvailabilityGroupStatementType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GotoSecondaryIndexBookmarkGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterCertificateStatementKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MoveGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterEventSessionStatementType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MakeKeyGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterFederationKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RetrieveKeyGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterFullTextCatalogAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SeekGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterIndexType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetIndexRangeGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterMasterKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IndexRangeGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterResourceGovernorCommandType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IntersectIndexesGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationBufferPoolExtensionOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetCurrentIndexGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationDiagnosticsLogOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetTableSequentialGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationFailoverClusterPropertyOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ResetTableSequentialGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationHadrClusterOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetLockGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerConfigurationSoftNumaOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EscrowUpdateGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServiceMasterKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumndefGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTableAlterColumnOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CreateTableColumnIndexGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ApplicationRoleOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CreateIndexGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AssemblyOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IndexKeyGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AssignmentKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConditionalColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AtomicBlockOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TempTableGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AttachMode", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DeleteColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditActionGroup", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RenameColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditFailureActionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetColumnDefaultValueGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IdleGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditTargetKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DefragGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuditTargetOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuthenticationProtocol", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SpaceHintsGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AuthenticationTypes", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GuidColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AvailabilityGroupOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IContentEquatable`1", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AvailabilityModeOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IDeepCloneable`1", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AvailabilityReplicaOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IJET_LOGTIME", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BackupOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IndexInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BackupRestoreItemKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IndexSegment", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BinaryExpressionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Instance", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BinaryQueryExpressionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "InstanceParameters", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BooleanBinaryExpressionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Int16ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BooleanComparisonType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Int32ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BooleanTernaryExpressionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Int64ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BoundingBoxParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "INullableJetStruct", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BrokerPriorityParameterSpecialType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_BKINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BrokerPriorityParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_BKLOGTIME", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BulkInsertOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_CALLBACK", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CertificateOptionKinds", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_cbtyp", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ChangeTrackingOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_coltyp", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlFragment", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_COLUMNBASE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MultiPartIdentifier", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_COLUMNCREATE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SchemaObjectName", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_COLUMNDEF", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ChildObjectName", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_COLUMNLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnEncryptionDefinitionParameterKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_CONDITIONALCOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnEncryptionKeyAlterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_CONVERT", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnEncryptionKeyValueParameterKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_CP", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnEncryptionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_DbInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnMasterKeyParameterKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_DBINFOMISC", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_dbstate", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CommandOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ENUMCOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CompressionDelayTimeUnit", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ENUMCOLUMNID", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ComputeFunctionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ENUMCOLUMNVALUE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ConstraintEnforcement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_err", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ContainmentOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EventLoggingLevels", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CryptoMechanismType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ExceptionAction", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CursorOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_filetype", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DatabaseAuditActionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_IdxInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DatabaseEncryptionKeyAlgorithm", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INDEXCREATE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DatabaseMirroringEndpointRole", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INDEXLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DatabaseConfigurationOptionState", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INDEXRANGE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DatabaseConfigClearOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INSTANCE_INFO", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DatabaseConfigSetOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_LGPOS", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DatabaseOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_LOGTIME", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DataCompressionLevel", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_Move", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DbccCommand", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_OBJECTINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DbccOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_OBJECTLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DelayedDurabilityOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_objtyp", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DeleteUpdateAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_param", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DeviceType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_PFNREALLOC", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DialogOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_PFNSTATUS", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DiskStatementOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_prep", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DiskStatementType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_RECORDLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropClusteredConstraintOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_RECPOS", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropSchemaBehavior", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_RETINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DurabilityTableOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_RETRIEVECOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EnableDisableOptionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_RSTINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EncryptionAlgorithm", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_RSTMAP", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EncryptionAlgorithmPreference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SETCOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EndpointEncryptionSupport", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SETINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EndpointProtocol", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SIGNATURE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EndpointProtocolOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SNP", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EndpointState", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SNPROG", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EndpointType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SNT", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventNotificationEventGroup", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SPACEHINTS", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventNotificationEventType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_TABLECREATE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventNotificationTarget", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_TblInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventSessionEventRetentionModeType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_UNICODEINDEX", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventSessionMemoryPartitionModeType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_wrn", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventSessionScope", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ObjectInfoFlags", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecuteAsOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ObjectInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecuteOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Session", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalDataSourceOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StringColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalDataSourceType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Table", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalFileFormatOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Transaction", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalFileFormatType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INSTANCE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalFileFormatUseDefaultType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SESID", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalResourcePoolAffinityType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_TABLEID", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalResourcePoolParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_DBID", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalTableOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_COLUMNID", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalTableRejectType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_OSSNAPID", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FailoverActionOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_HANDLE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FailoverModeOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_LS", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FetchOrientation", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INDEXID", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileDeclarationOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UInt16ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FipsComplianceLevel", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UInt32ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FullTextCatalogOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UInt64ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FullTextFunctionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Update", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FullTextIndexOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows81DbInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" }, { - "Name": "FunctionOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ShrinkDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" }, { - "Name": "GeneralSetCommandType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows81Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" }, { - "Name": "GeneratedAlwaysType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows81Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" }, { - "Name": "GridParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows7Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" }, { - "Name": "GroupByOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows7ExceptionAction", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" }, { - "Name": "HadrDatabaseOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CrashDumpGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" }, { - "Name": "Identifier", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PrereadKeysGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" }, { - "Name": "ScalarExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows7Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" }, { - "Name": "PrimaryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows7IdxInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" }, { - "Name": "ValueExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows7Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" }, { - "Name": "Literal", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Server2003Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" }, { - "Name": "IdentifierLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SnapshotAbortGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" }, { - "Name": "IdentifierOrValueExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UpdateGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" }, { - "Name": "ImportanceParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Server2003Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" }, { - "Name": "IndexOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Server2003Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" }, { - "Name": "IndexTypeKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_OPERATIONCONTEXT", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "InsertOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows10Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "IsolationLevel", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows10Coltyp", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "JoinHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows10Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "JsonForClauseOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows10Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "KeyOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows10Sesparam", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "IntegerLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows10Session", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "NumericLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_THREADSTATS2", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "RealLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_IOPriority", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "MoneyLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_OPENTEMPORARYTABLE", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "BinaryLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_RECSIZE", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "StringLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LegacyFileNames", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "NullLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VistaApi", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "DefaultLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VistaColInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "MaxLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VistaColtyp", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "OdbcLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SnapshotEndGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "LiteralType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SnapshotPrepareInstanceGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "LockEscalationMethod", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SnapshotTruncateLogGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "LowPriorityLockWaitOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SnapshotGetFreezeInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "MemoryUnit", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_InstanceMiscInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "MergeCondition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VistaGrbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "MessageSender", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VistaParam", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "MessageValidationMethod", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_THREADSTATS", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "ModifyFileGroupOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DurableCommitCallback", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "NonTransactedFileStreamAccess", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_COMMIT_ID", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "NullNotNull", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ERRCAT", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "OdbcLiteralType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ERRINFOBASIC", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "OptimizerHintKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ErrorInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "OptionState", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JetRelop", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "PageVerifyDatabaseOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INDEX_COLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "ParameterlessCallType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INDEX_RANGE", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "ParameterModifier", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_PFNDURABLECOMMITCALLBACK", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "ParameterStyle", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_sesparam", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "ParseError", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows8Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "PartitionFunctionRange", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ErrorInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "PartnerDatabaseOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ResizeDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "PayloadOptionKinds", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DurableCommitCallbackGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "PermissionSetOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PrereadIndexRangesGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "PortTypes", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StopServiceGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "PrincipalOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CursorFilterGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "PrincipalType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JetIndexColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "PrivilegeType80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows8Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "ProcedureOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows8IdxInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "ProcessAffinityType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows8Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "QualifiedJoinType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentException", + "Namespace": "Microsoft.Isam.Esent" }, { - "Name": "QueryStoreCapturePolicyOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SecurityAction", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueryStoreDesiredStateOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ExtensionsToCoreClr", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueryStoreSizeCleanupPolicyOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SerializationInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueryStoreOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SafeHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueueOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Api", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QuoteType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SystemParameters", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RaiseErrorOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BoolColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RdaTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ByteColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RecoveryDatabaseOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BytesColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RemoteServiceBindingOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumnInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RemoteDataArchiveDatabaseSettingKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumnStream", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ResourcePoolAffinityType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ResourcePoolParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumnValueOfStruct`1", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RestoreOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Conversions", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RestoreStatementKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DateTimeColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ResultSetsOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DoubleColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ResultSetType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnumeratedColumn", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RouteOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecondaryXmlIndexType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDataException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityObjectKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentApiException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityPolicyActionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFatalException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityPolicyOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIOException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityPredicateActionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentResourceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityPredicateOperation", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityPredicateType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentQuotaException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SemanticFunctionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDiskException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SeparatorType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCorruptionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SequenceOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInconsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ServiceBrokerOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFragmentationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SessionOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUsageException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetOffsets", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentStateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentObsoleteException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetStatisticsOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRfsFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SignableElementKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRfsNotArmedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SimpleAlterFullTextIndexActionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileCloseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SoapMethodAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfThreadsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SoapMethodFormat", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyIOException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SoapMethodSchemas", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTaskDroppedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SortOrder", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInternalErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SparseColumnOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDisabledFunctionalityException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SpatialIndexingSchemeType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUnloadableOSFunctionalityException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SqlDataTypeOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseBufferDependenciesCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "StatisticsOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPreviousVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MigrationState", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPageBoundaryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SubqueryComparisonPredicateType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentKeyBoundaryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableElementType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadPageLinkException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableHintKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadBookmarkException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNTSystemCallFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableSampleClauseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadParentPageLinkException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableSwitchOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSPAvailExtCacheOutOfSyncException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TemporalClauseType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSPAvailExtCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TimeUnit", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSPAvailExtCacheOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TriggerActionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSPOwnExtCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TriggerEnforcement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDbTimeCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TriggerOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentKeyTruncatedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TriggerScope", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseLeakInSpaceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TriggerType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadEmptyPageException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlParser", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadLineCountException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlFragmentVisitor", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentKeyTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSql100Parser", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotSeparateIntrinsicLVException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSql110Parser", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSeparatedLongValueException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSql120Parser", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMustBeSeparateLongValueException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSql130Parser", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidPrereadException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSql80Parser", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidColumnReferenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSql90Parser", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentStaleColumnReferenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlAuditEventGroupHelper", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLoggedOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlAuditEventTypeHelper", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogFileCorruptException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlParserToken", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNoBackupDirectoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlTriggerEventGroupHelper", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBackupDirectoryNotEmptyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlTriggerEventTypeHelper", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBackupInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UnaryExpressionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRestoreInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UniqueRowFilter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingPreviousLogFileException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UnqualifiedJoinType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogWriteFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UserLoginOptionType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogDisabledDueToRecoveryFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UserType80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotLogDuringRecoveryRedoException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ViewOptionKind", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogGenerationMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WaitForOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadLogVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WindowDelimiterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLogSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WindowFrameType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLoggingDisabledException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WorkloadGroupParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogBufferTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "XmlDataTypeOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogSequenceEndException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "XmlForClauseOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNoBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "KeywordCasing", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidBackupSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlConcreteFragmentVisitor", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBackupNotAllowedYetException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SqlScriptGenerator", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDeleteBackupFileFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "Sql100ScriptGenerator", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMakeBackupDirectoryFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "Sql110ScriptGenerator", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "Sql120ScriptGenerator", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecoveredWithErrorsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "Sql130ScriptGenerator", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingLogFileException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "Sql80ScriptGenerator", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogDiskFullException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "Sql90ScriptGenerator", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadLogSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SqlVersion", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadDbSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlTokenType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadCheckpointSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SqlScriptGeneratorOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCheckpointCorruptException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "StatementList", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingPatchPageException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSqlStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadPatchPageException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecuteStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRedoAbruptEndedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecuteOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPatchFileMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ResultSetsExecuteOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseLogSetMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ResultSetDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseStreamingFileMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "InlineResultSetDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogFileSizeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ResultColumnDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCheckpointFileNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SchemaObjectResultSetDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRequiredLogFilesMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecuteSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSoftRecoveryOnBackupDatabaseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecuteContext", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogFileSizeMismatchDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecuteParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogSectorSizeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecutableEntity", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogSectorSizeMismatchDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ProcedureReferenceName", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogSequenceEndDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecutableProcedureReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentStreamingDataNotLoggedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecutableStringList", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseDirtyShutdownException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AdHocDataSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentConsistentTimeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ViewOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabasePatchFileMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ViewStatementBody", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEndingRestoreLogTooLowException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterViewStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentStartingRestoreLogTooHighException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateViewStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentGivenLogFileHasBadSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TriggerObject", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentGivenLogFileIsNotContiguousException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TriggerOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingRestoreLogFilesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecuteAsTriggerOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingFullBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TriggerAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadBackupDatabaseSizeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TriggerStatementBody", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseAlreadyUpgradedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTriggerStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseIncompleteUpgradeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateTriggerStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingCurrentLogFilesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ProcedureStatementBodyBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDbTimeTooOldException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ProcedureStatementBody", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDbTimeTooNewException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterProcedureStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMissingFileToBackupException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateProcedureStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogTornWriteDuringHardRestoreException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ProcedureReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogTornWriteDuringHardRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MethodSpecifier", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogCorruptDuringHardRestoreException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FunctionStatementBody", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogCorruptDuringHardRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ProcedureOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMustDisableLoggingForDbUpgradeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecuteAsProcedureOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadRestoreTargetInstanceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FunctionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecoveredWithoutUndoException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecuteAsFunctionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabasesNotFromSameSnapshotException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "XmlNamespaces", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSoftRecoveryOnSnapshotException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "XmlNamespacesElement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCommittedLogFilesMissingException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "XmlNamespacesDefaultElement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSectorSizeNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "XmlNamespacesAliasElement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecoveredWithoutUndoDatabasesConsistentException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CommonTableExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCommittedLogFileCorruptException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WithCtesAndXmlNamespaces", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogSequenceChecksumMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FunctionReturnType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPageInitializedMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableValuedFunctionReturnType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUnicodeTranslationBufferTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DataTypeReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUnicodeTranslationFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ParameterizedDataTypeReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUnicodeNormalizationNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SqlDataTypeReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUnicodeLanguageValidationFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UserDataTypeReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentExistingLogFileHasBadSignatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "XmlDataTypeReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentExistingLogFileIsNotContiguousException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ScalarFunctionReturnType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogReadVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SelectFunctionReturnType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCheckpointDepthTooDeepException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRestoreOfNonBackupDatabaseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DeclareTableVariableBody", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogFileNotCopiedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DeclareTableVariableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSurrogateBackupInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTransactionTooLongException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableReferenceWithAlias", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEngineFormatVersionNoLongerSupportedTooLowException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "NamedTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEngineFormatVersionNotYetImplementedTooHighException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableReferenceWithAliasAndColumns", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEngineFormatVersionParamTooLowForRequestedFeatureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SchemaObjectFunctionTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEngineFormatVersionSpecifiedTooLowForLogVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEngineFormatVersionSpecifiedTooLowForDatabaseVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IndexTableHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBackupAbortByServerException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralTableHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidGrbitException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueryDerivedTable", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTermInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "InlineDerivedTable", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFeatureNotAvailableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BooleanExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidNameException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SubqueryComparisonPredicate", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidParameterException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExistsPredicate", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseFileReadOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LikePredicate", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidDatabaseIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "InPredicate", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FullTextPredicate", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfDatabaseSpaceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UserDefinedTypePropertyAccess", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfCursorsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "StatementWithCtesAndXmlNamespaces", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfBuffersException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SelectStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyIndexesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ForClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyKeysException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BrowseForClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordDeletedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ReadOnlyForClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentReadVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "XmlForClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPageNotInitializedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "XmlForClauseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfFileHandlesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "JsonForClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDiskReadVerificationFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "JsonForClauseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDiskIOException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UpdateForClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidPathException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OptimizerHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidSystemPathException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralOptimizerHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLogDirectoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableHintsOptimizerHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ForceSeekTableHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyOpenDatabasesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OptimizeForOptimizerHint", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidDatabaseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "VariableValuePair", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNotInitializedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WhenClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentAlreadyInitializedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SimpleWhenClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInitInProgressException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SearchedWhenClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileAccessDeniedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CaseExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentQueryNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SimpleCaseExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSQLLinkNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SearchedCaseExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBufferTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "NullIfExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyColumnsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CoalesceExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentContainerNotEmptyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IIfCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidFilenameException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FullTextTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidBookmarkException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SemanticTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OpenXmlTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidBufferSizeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OpenJsonTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnNotUpdatableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OpenRowsetTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "InternalOpenRowset", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLinkNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BulkOpenRowset", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNullKeyDisallowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OpenQueryTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNotInTransactionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AdHocTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMustRollbackException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SchemaDeclarationItem", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyActiveUsersException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SchemaDeclarationItemOpenjson", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidCountryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ConvertCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLanguageIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TryConvertCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidCodePageException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ParseCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLCMapStringFlagsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TryParseCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentVersionStoreEntryTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CastCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentVersionStoreOutOfMemoryAndCleanupTimedOutException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TryCastCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentVersionStoreOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AtTimeZoneCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCurrencyStackOutOfMemoryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FunctionCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CallTarget", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordNotDeletedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExpressionCallTarget", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyMempoolEntriesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MultiPartIdentifierCallTarget", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfObjectIDsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UserDefinedTypeCallTarget", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfLongValueIDsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LeftFunctionCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfAutoincrementValuesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RightFunctionCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfDbtimeValuesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PartitionFunctionCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfSequentialIndexValuesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OverClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRunningInOneInstanceModeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ParameterlessCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRunningInMultiInstanceModeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ScalarSubquery", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSystemParamsAlreadySetException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OdbcFunctionCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSystemPathInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExtractFromExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogFilePathInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OdbcConvertSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTempPathInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterFunctionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInstanceNameInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BeginEndBlockStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSystemParameterConflictException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BeginEndAtomicBlockStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInstanceUnavailableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AtomicBlockOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseUnavailableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralAtomicBlockOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInstanceUnavailableDueToFatalLogDiskFullException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IdentifierAtomicBlockOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidSesparamIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnOffAtomicBlockOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOutOfSessionsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TransactionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentWriteConflictException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BeginTransactionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTransTooDeepException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BreakStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidSesidException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnWithSortOrder", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentWriteConflictPrimaryIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CommitTransactionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInTransactionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RollbackTransactionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRollbackRequiredException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SaveTransactionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTransReadOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ContinueStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSessionWriteConflictException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateDefaultStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordTooBigForBackwardCompatibilityException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateFunctionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotMaterializeForwardOnlySortException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateRuleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSesidTableIdMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DeclareVariableElement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidInstanceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DeclareVariableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDirtyShutdownException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "GoToStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentReadPgnoVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IfStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentReadLostFlushVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LabelStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileSystemCorruptionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ProcedureParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecoveryVerifyFailureException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WhileStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFilteredMoveNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DataModificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMustCommitDistributedTransactionToLevel0Exception", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DeleteStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDistributedTransactionAlreadyPreparedToCommitException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DataModificationSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNotInDistributedTransactionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UpdateDeleteSpecificationBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDistributedTransactionNotYetPreparedToCommitException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DeleteSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotNestDistributedTransactionsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "InsertStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDTCMissingCallbackException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "InsertSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDTCMissingCallbackOnRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UpdateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDTCCallbackUnexpectedErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UpdateSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateSchemaStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WaitForStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ReadTextStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseInvalidNameException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TextModificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseInvalidPagesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UpdateTextStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WriteTextStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseLockedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LineNoStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotDisableVersioningException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidDatabaseVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "GrantStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabase200FormatException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DenyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabase400FormatException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RevokeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabase500FormatException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterAuthorizationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPageSizeMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "Permission", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyInstancesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityTargetObject", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseSharingViolationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityTargetObjectName", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentAttachedDatabaseMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityPrincipal", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseInvalidPathException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityStatementBody80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseIdInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "GrantStatement80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentForceDetachNotAllowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DenyStatement80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCatalogCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RevokeStatement80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPartiallyAttachedDBException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityElement80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseSignInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CommandSecurityElement80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseCorruptedNoRepairException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PrivilegeSecurityElement80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidCreateDbVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "Privilege80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseIncompleteIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityUserClause80", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseInvalidIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SqlCommandIdentifier", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseFailedIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNoAttachmentsFailedIncrementalReseedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AssignmentSetClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseNotReadyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FunctionCallSetClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseAttachedForRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "InsertSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTransactionsNotReadyDuringRecoveryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ValuesInsertSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTableLockedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SelectInsertSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTableDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecuteInsertSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTableInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RowValue", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentObjectNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PrintStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDensityInvalidException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UpdateCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTableNotEmptyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TSEqualCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidTableIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralRange", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyOpenTablesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "VariableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIllegalOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OptionValue", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyOpenTablesAndCleanupTimedOutException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnOffOptionValue", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentObjectDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralOptionValue", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidObjectException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "GlobalVariableExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotDeleteTempTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SchemaObjectNameOrValueExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotDeleteSystemTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ParenthesisExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotDeleteTemplateTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnReferenceExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentExclusiveTableLockRequiredException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "NextValueForExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFixedDDLException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SequenceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFixedInheritedDDLException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SequenceOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotNestDDLException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DataTypeSequenceOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDDLNotInheritableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ScalarExpressionSequenceOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidSettingsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateSequenceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentClientRequestToStopJetServiceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterSequenceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotAddFixedVarColumnToDerivedTableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropObjectsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexCantBuildException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropSequenceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexHasPrimaryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityPolicyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityPredicateAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SecurityPolicyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexMustStayException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateSecurityPolicyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexInvalidDefException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterSecurityPolicyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidCreateIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropSecurityPolicyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyOpenIndexesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateColumnMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMultiValuedIndexViolationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnMasterKeyParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexBuildCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnMasterKeyStoreProviderNameParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPrimaryIndexCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnMasterKeyPathParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSecondaryIndexCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropUnownedObjectStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidIndexIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropColumnMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesSecondaryIndexOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnEncryptionKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesTooManyColumnsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateColumnEncryptionKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesNonUniqueOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterColumnEncryptionKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesTextBinaryColumnsOnlyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropColumnEncryptionKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesVarSegMacNotAllowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnEncryptionKeyValue", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesInvalidLimitsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnEncryptionKeyValueParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesCannotRetrieveFromIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnMasterKeyNameParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentIndexTuplesKeyTooSmallException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ColumnEncryptionAlgorithmNameParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLVChunkSizeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EncryptedValueParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnCannotBeEncryptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalTableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotIndexOnEncryptedColumnException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnLongException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalTableLiteralOrIdentifierOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnNoChunkException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalTableDistributionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnDoesNotFitException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalTableRejectTypeOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNullInvalidException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalTableDistributionPolicy", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnIndexedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalTableReplicatedDistributionPolicy", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalTableRoundRobinDistributionPolicy", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalTableShardedDistributionPolicy", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateExternalTableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMultiValuedColumnMustBeTaggedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropExternalTableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnRedundantException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalDataSourceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidColumnTypeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalDataSourceOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTaggedNotNULLException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalDataSourceLiteralOrIdentifierOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNoCurrentIndexException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateExternalDataSourceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentKeyIsMadeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterExternalDataSourceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadColumnIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropExternalDataSourceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentBadItagSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalFileFormatStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnInRelationshipException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalFileFormatOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCannotBeTaggedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalFileFormatLiteralOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDefaultValueTooBigException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalFileFormatUseDefaultTypeOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMultiValuedDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExternalFileFormatContainerOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLVCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateExternalFileFormatStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentMultiValuedDuplicateAfterTruncationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropExternalFileFormatStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDerivedColumnCorruptionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AssemblyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidPlaceholderColumnException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateAssemblyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnCannotBeCompressedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterAssemblyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentColumnNoEncryptionKeyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AssemblyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnOffAssemblyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordNoCopyException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PermissionSetAssemblyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentNoCurrentRecordException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AddFileSpec", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordPrimaryChangedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateXmlSchemaCollectionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentKeyDuplicateException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterXmlSchemaCollectionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentAlreadyPreparedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropXmlSchemaCollectionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentKeyNotMadeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AssemblyName", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUpdateNotPreparedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDataHasChangedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTableRebuildStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLanguageNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTableChangeTrackingModificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDecompressionFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTableFileTableNamespaceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentUpdateMustVersionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTableSetStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDecryptionFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEncryptionBadItagException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LockEscalationTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManySortsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileStreamOnTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidOnSortException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileTableDirectoryTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTempFileOpenErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileTableCollateFileNameTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyAttachedDatabasesException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileTableConstraintNameTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDiskFullException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MemoryOptimizedTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentPermissionDeniedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DurabilityTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RemoteDataArchiveTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileInvalidTypeException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RemoteDataArchiveAlterTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileAlreadyExistsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentAfterInitializationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RemoteDataArchiveDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLogCorruptedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RemoteDataArchiveDatabaseSetting", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidOperationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RemoteDataArchiveDbServerSetting", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentAccessDeniedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RemoteDataArchiveDbCredentialSetting", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManySplitsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RemoteDataArchiveDbFederatedServiceAccountSetting", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSessionSharingViolationException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SystemVersioningTableOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentEntryPointNotFoundException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTableAddTableElementStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSessionContextAlreadySetException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTableConstraintModificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSessionContextNotSetByThisThreadException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTableSwitchStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSessionInUseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TableSwitchOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRecordFormatConversionFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LowPriorityLockWaitTableSwitchOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOneDatabasePerSessionException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropClusteredConstraintOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentRollbackErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropClusteredConstraintStateOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFlushMapVersionUnsupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropClusteredConstraintValueOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFlushMapDatabaseMismatchException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropClusteredConstraintMoveOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFlushMapUnrecoverableException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTableDropTableElement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentDatabaseAlreadyRunningMaintenanceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTableDropTableElementStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCallbackFailedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterTableTriggerModificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentCallbackNotResolvedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EnableDisableTriggerStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentSpaceHintsInvalidException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TryCatchStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOSSnapshotInvalidSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateTypeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOSSnapshotTimeOutException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateTypeUdtStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOSSnapshotNotAllowedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateTypeUddtStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentOSSnapshotInvalidSnapIdException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateSynonymStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTooManyTestInjectionsException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ExecuteAsClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentTestInjectionNotSupportedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueueOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidLogDataSequenceException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueueStateOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLSCallbackNotSpecifiedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueueProcedureOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLSAlreadySetException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueueValueOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentLSNotSetException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueueExecuteAsOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileIOSparseException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RouteOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileIOBeyondEOFException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RouteStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileIOAbortException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterRouteStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileIORetryException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateRouteStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileIOFailException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "QueueStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentFileCompressedException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterQueueStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentErrorException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateQueueStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentInvalidColumnException", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IndexDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentResource", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SystemTimePeriodDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentStopwatch", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EsentVersion", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IndexType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FloatColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PartitionSpecifier", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CreateInstanceGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "InitGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateXmlIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TermGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateSelectiveXmlIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CreateDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileGroupOrPartitionScheme", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DetachDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AttachDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OpenDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IndexStateOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CloseDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "IndexExpressionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BeginTransactionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnlineIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CommitTransactionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OrderIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RollbackTransactionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnlineIndexLowPriorityLockWaitOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EndSessionGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LowPriorityLockWaitOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OpenTableGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LowPriorityLockWaitMaxDurationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LowPriorityLockWaitAbortAfterWaitOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RetrieveColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FullTextIndexColumn", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnumerateColumnsGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateFullTextIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetSecondaryIndexBookmarkGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FullTextIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GotoSecondaryIndexBookmarkGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ChangeTrackingFullTextIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MoveGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "StopListFullTextIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MakeKeyGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SearchPropertyListFullTextIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RetrieveKeyGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FullTextCatalogAndFileGroup", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SeekGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventTypeGroupContainer", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetIndexRangeGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventTypeContainer", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IndexRangeGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventGroupContainer", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IntersectIndexesGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateEventNotificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetCurrentIndexGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "EventNotificationObjectScope", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetTableSequentialGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ResetTableSequentialGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetLockGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EscrowUpdateGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ApplicationRoleOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumndefGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ApplicationRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CreateTableColumnIndexGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateApplicationRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CreateIndexGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterApplicationRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IndexKeyGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConditionalColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TempTableGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DeleteColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterRoleAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RenameColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RenameAlterRoleAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DefragGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AddMemberAlterRoleAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropMemberAlterRoleAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SpaceHintsGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateServerRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GuidColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterServerRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IContentEquatable`1", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropServerRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IDeepCloneable`1", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UserLoginOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IJET_LOGTIME", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UserStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IndexInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateUserStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IndexSegment", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "AlterUserStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Instance", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "StatisticsOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "InstanceParameters", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ResampleStatisticsOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Int16ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "StatisticsPartitionRange", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Int32ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OnOffStatisticsOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Int64ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "LiteralStatisticsOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "INullableJetStruct", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateStatisticsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_BKINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UpdateStatisticsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_BKLOGTIME", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ReturnStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_CALLBACK", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DeclareCursorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_cbtyp", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CursorDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_coltyp", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CursorOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_COLUMNBASE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetVariableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_COLUMNCREATE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CursorId", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_COLUMNDEF", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CursorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_COLUMNLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OpenCursorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_CONDITIONALCOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CloseCursorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_CP", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CryptoMechanism", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_DbInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OpenSymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_DBINFOMISC", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CloseSymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_dbstate", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "OpenMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ENUMCOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CloseMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ENUMCOLUMNID", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DeallocateCursorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ENUMCOLUMNVALUE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FetchType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_err", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FetchCursorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EventLoggingLevels", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "WhereClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ExceptionAction", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropDatabaseStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_filetype", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropChildObjectsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_IdxInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INDEXCREATE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropIndexClauseBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INDEXLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "BackwardsCompatibleDropIndexClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INDEXRANGE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropIndexClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_LGPOS", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MoveToDropIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_LOGTIME", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileStreamOnDropIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_Move", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropStatisticsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_OBJECTINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropTableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_OBJECTLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropProcedureStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_objtyp", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropFunctionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_param", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropViewStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_PFNREALLOC", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropDefaultStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_PFNSTATUS", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropRuleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_prep", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropTriggerStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_RECORDLIST", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "DropSchemaStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_RECPOS", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RaiseErrorLegacyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_RETINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "RaiseErrorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_RETRIEVECOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ThrowStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_RSTINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "UseStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_RSTMAP", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "KillStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SETCOLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "KillQueryNotificationSubscriptionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SETINFO", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "KillStatsJobStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SIGNATURE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CheckpointStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SNP", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ReconfigureStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SNPROG", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "ShutdownStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SNT", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetUserStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SPACEHINTS", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "TruncateTableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_TABLECREATE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetOnOffStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_TblInfo", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "PredicateSetStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_UNICODEINDEX", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetStatisticsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_wrn", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetRowCountStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ObjectInfoFlags", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetOffsetsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ObjectInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetCommand", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Session", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "GeneralSetCommand", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StringColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetFipsFlaggerCommand", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Table", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetCommandStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Transaction", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetTransactionIsolationLevelStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INSTANCE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetTextSizeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_SESID", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetIdentityInsertStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_TABLEID", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SetErrorLevelStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_DBID", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "CreateDatabaseStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_COLUMNID", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileDeclaration", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_HANDLE", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileDeclarationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INDEXID", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "NameFileDeclarationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UInt16ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileNameFileDeclarationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UInt32ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "SizeFileDeclarationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UInt64ColumnValue", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "MaxSizeFileDeclarationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Update", + "Namespace": "Microsoft.Isam.Esent.Interop" }, { - "Name": "FileGrowthFileDeclarationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows81DbInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" }, { - "Name": "FileGroupDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ShrinkDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" }, { - "Name": "AlterDatabaseStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows81Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" }, { - "Name": "AlterDatabaseScopedConfigurationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows81Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows81" }, { - "Name": "AlterDatabaseScopedConfigurationSetStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows7Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" }, { - "Name": "AlterDatabaseScopedConfigurationClearStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows7ExceptionAction", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" }, { - "Name": "DatabaseConfigurationClearOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PrereadKeysGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" }, { - "Name": "DatabaseConfigurationSetOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows7Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" }, { - "Name": "OnOffPrimaryConfigurationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows7IdxInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" }, { - "Name": "MaxDopConfigurationOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows7Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows7" }, { - "Name": "AlterDatabaseCollateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Server2003Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" }, { - "Name": "AlterDatabaseRebuildLogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UpdateGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" }, { - "Name": "AlterDatabaseAddFileStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Server2003Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" }, { - "Name": "AlterDatabaseAddFileGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Server2003Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Server2003" }, { - "Name": "AlterDatabaseRemoveFileGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_OPERATIONCONTEXT", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "AlterDatabaseRemoveFileStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_THREADSTATS2", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "AlterDatabaseModifyNameStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows10Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "AlterDatabaseModifyFileStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows10Coltyp", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "AlterDatabaseModifyFileGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows10Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "AlterDatabaseTermination", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows10Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "AlterDatabaseSetStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows10Sesparam", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "OnOffDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows10Session", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows10" }, { - "Name": "AutoCreateStatisticsDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_IOPriority", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "ContainmentDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_OPENTEMPORARYTABLE", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "HadrDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_THREADSTATS", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "HadrAvailabilityGroupDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LegacyFileNames", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "DelayedDurabilityDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VistaApi", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "CursorDefaultDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VistaColInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "RecoveryDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VistaColtyp", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "TargetRecoveryTimeDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VistaGrbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "PageVerifyDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VistaParam", + "Namespace": "Microsoft.Isam.Esent.Interop.Vista" }, { - "Name": "PartnerDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DurableCommitCallback", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "WitnessDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_COMMIT_ID", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "ParameterizationDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ERRCAT", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "LiteralDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ERRINFOBASIC", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "IdentifierDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_ErrorInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "ChangeTrackingDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JetRelop", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "ChangeTrackingOptionDetail", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INDEX_COLUMN", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "AutoCleanupChangeTrackingOptionDetail", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_INDEX_RANGE", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "ChangeRetentionChangeTrackingOptionDetail", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_PFNDURABLECOMMITCALLBACK", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "QueryStoreDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JET_sesparam", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "QueryStoreOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows8Api", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "QueryStoreDesiredStateOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ErrorInfoGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "QueryStoreCapturePolicyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ResizeDatabaseGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "QueryStoreSizeCleanupPolicyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DurableCommitCallbackGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "QueryStoreDataFlushIntervalOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PrereadIndexRangesGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "QueryStoreIntervalLengthOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StopServiceGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "QueryStoreMaxStorageSizeOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CursorFilterGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "QueryStoreMaxPlansPerQueryOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JetIndexColumnGrbit", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "QueryStoreTimeCleanupPolicyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows8Grbits", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "FileStreamDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows8IdxInfo", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "MaxSizeDatabaseOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Windows8Param", + "Namespace": "Microsoft.Isam.Esent.Interop.Windows8" }, { - "Name": "AlterTableAlterIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Trace", + "Namespace": "Microsoft.Isam.Esent.Interop.Implementation" }, { - "Name": "AlterTableAlterColumnStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddIscsiVirtualDiskTargetMappingCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "ColumnDefinitionBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CheckpointIscsiVirtualDiskCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "ColumnDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DismountIscsiVirtualDiskCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "ColumnEncryptionDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ExportIscsiVirtualDiskCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "ColumnEncryptionDefinitionParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIscsiServerTargetCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "ColumnEncryptionKeyNameParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIscsiTargetServerSettingCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "ColumnEncryptionTypeParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIscsiVirtualDiskCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "ColumnEncryptionAlgorithmParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetIscsiVirtualDiskSnapshotCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "IdentityOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ImportIscsiVirtualDiskCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "ColumnStorageOptions", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MethodType", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "ConstraintDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "InitiatorId", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "CreateTableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Iqn", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "FederationScheme", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IscsiCmdException", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "TableDataCompressionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IscsiTargetStatus", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "DataCompressionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IscsiServerTarget", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "CompressionPartitionRange", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IscsiSessionType", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "CheckConstraintDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IscsiServerSession", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "DefaultConstraintDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IscsiTargetPortal", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "ForeignKeyConstraintDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IscsiTargetServerSetting", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "NullableConstraintDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IscsiVirtualDiskStatus", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "UniqueConstraintDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IscsiVirtualDiskType", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "BackupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IscsiVirtualDisk", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "BackupDatabaseStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IscsiVirtualDiskSnapshotStatus", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "BackupTransactionLogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IscsiVirtualDiskSnapshot", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "RestoreStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LunMapping", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "RestoreOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MountIscsiVirtualDiskCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "ScalarExpressionRestoreOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewIscsiServerTargetCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "MoveRestoreOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewIscsiVirtualDiskCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "StopRestoreOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveIscsiServerTargetCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "FileStreamRestoreOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveIscsiVirtualDiskCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "BackupOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveIscsiVirtualDiskSnapshotCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "BackupEncryptionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveIscsiVirtualDiskTargetMappingCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "DeviceInfo", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ResizeIscsiVirtualDiskCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "MirrorToClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RestoreIscsiVirtualDiskCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "BackupRestoreFileInfo", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetIscsiServerTargetCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "BulkInsertBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetIscsiTargetServerSettingCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "BulkInsertStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetIscsiVirtualDiskCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "InsertBulkStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetIscsiVirtualDiskSnapshotCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "BulkInsertOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IdentityNameType", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "LiteralBulkInsertOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Check", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "OrderBulkInsertOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ClusterServerInfo", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "ExternalTableColumnDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ComputerNameFormat", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "InsertBulkColumnDefinition", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ComputerName", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "DbccStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IscsiTargetServerVersion", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "DbccOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConnectionScopeType", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "DbccNamedLiteral", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConnectionScope", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "CreateAsymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConnectionException", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "CreatePartitionFunctionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ServerInfo", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "PartitionParameterType", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StandaloneServerInfo", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "CreatePartitionSchemeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TraceUtility", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "RemoteServiceBindingStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VhdFile", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "RemoteServiceBindingOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ConvertIscsiVirtualDiskCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "OnOffRemoteServiceBindingOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BaseCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "UserRemoteServiceBindingOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StopIscsiVirtualDiskOperationCommand", + "Namespace": "Microsoft.Iscsi.Target.Commands" }, { - "Name": "CreateRemoteServiceBindingStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ActivationObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterRemoteServiceBindingStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ActiveXObjectConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "EncryptionSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ArgumentsObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "AssemblyEncryptionSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ArrayConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "FileEncryptionSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ArrayLiteral", + "Namespace": "Microsoft.JScript" }, { - "Name": "ProviderEncryptionSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ArrayObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "CertificateStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ArrayPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterCertificateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ArrayWrapper", + "Namespace": "Microsoft.JScript" }, { - "Name": "CreateCertificateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AssemblyCustomAttributeList", + "Namespace": "Microsoft.JScript" }, { - "Name": "CertificateOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AST", + "Namespace": "Microsoft.JScript" }, { - "Name": "CreateContractStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ASTList", + "Namespace": "Microsoft.JScript" }, { - "Name": "ContractMessage", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IAuthorServices", + "Namespace": "Microsoft.JScript" }, { - "Name": "CredentialStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IColorizeText", + "Namespace": "Microsoft.JScript" }, { - "Name": "CreateCredentialStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SourceState", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterCredentialStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TokenColor", + "Namespace": "Microsoft.JScript" }, { - "Name": "MessageTypeStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ITokenEnumerator", + "Namespace": "Microsoft.JScript" }, { - "Name": "CreateMessageTypeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ITokenColorInfo", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterMessageTypeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IParseText", + "Namespace": "Microsoft.JScript" }, { - "Name": "CreateAggregateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IErrorHandler", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterCreateEndpointStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IObjectCompletionInfo", + "Namespace": "Microsoft.JScript" }, { - "Name": "CreateEndpointStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IMethodsCompletionInfo", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterEndpointStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BinaryOp", + "Namespace": "Microsoft.JScript" }, { - "Name": "EndpointAffinity", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Binding", + "Namespace": "Microsoft.JScript" }, { - "Name": "EndpointProtocolOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BitwiseBinary", + "Namespace": "Microsoft.JScript" }, { - "Name": "LiteralEndpointProtocolOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Block", + "Namespace": "Microsoft.JScript" }, { - "Name": "AuthenticationEndpointProtocolOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BlockScope", + "Namespace": "Microsoft.JScript" }, { - "Name": "PortsEndpointProtocolOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BooleanConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "CompressionEndpointProtocolOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BooleanObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "ListenerIPEndpointProtocolOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BooleanPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "IPv4", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BreakOutOfFinally", + "Namespace": "Microsoft.JScript" }, { - "Name": "PayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSBuiltin", + "Namespace": "Microsoft.JScript" }, { - "Name": "SoapMethod", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Closure", + "Namespace": "Microsoft.JScript" }, { - "Name": "EnabledDisabledPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CmdLineError", + "Namespace": "Microsoft.JScript" }, { - "Name": "WsdlPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CmdLineException", + "Namespace": "Microsoft.JScript" }, { - "Name": "LoginTypePayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CmdLineOptionParser", + "Namespace": "Microsoft.JScript" }, { - "Name": "LiteralPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MemberInfoInitializer", + "Namespace": "Microsoft.JScript" }, { - "Name": "SessionTimeoutPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "COMMemberInfo", + "Namespace": "Microsoft.JScript" }, { - "Name": "SchemaPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "COMFieldInfo", + "Namespace": "Microsoft.JScript" }, { - "Name": "CharacterSetPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "COMPropertyInfo", + "Namespace": "Microsoft.JScript" }, { - "Name": "RolePayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "COMMethodInfo", + "Namespace": "Microsoft.JScript" }, { - "Name": "AuthenticationPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Context", + "Namespace": "Microsoft.JScript" }, { - "Name": "EncryptionPayloadOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ContinueOutOfFinally", + "Namespace": "Microsoft.JScript" }, { - "Name": "SymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Convert", + "Namespace": "Microsoft.JScript" }, { - "Name": "CreateSymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DateConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "KeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DateObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "KeySourceKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DatePrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlgorithmKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DebugBreak", + "Namespace": "Microsoft.JScript" }, { - "Name": "IdentityValueKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IDebugConvert", + "Namespace": "Microsoft.JScript" }, { - "Name": "ProviderKeyNameKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IDebugConvert2", + "Namespace": "Microsoft.JScript" }, { - "Name": "CreationDispositionKeyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DebugConvert", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterSymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IDebugType", + "Namespace": "Microsoft.JScript" }, { - "Name": "FullTextCatalogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IDebuggerObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "FullTextCatalogOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DynamicFieldInfo", + "Namespace": "Microsoft.JScript" }, { - "Name": "OnOffFullTextCatalogOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DocumentContext", + "Namespace": "Microsoft.JScript" }, { - "Name": "CreateFullTextCatalogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Empty", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterFullTextCatalogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnumeratorConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterCreateServiceStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnumeratorObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "CreateServiceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EnumeratorPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterServiceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Equality", + "Namespace": "Microsoft.JScript" }, { - "Name": "ServiceContract", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ErrorType", + "Namespace": "Microsoft.JScript" }, { - "Name": "BinaryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ErrorConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "BuiltInFunctionTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ErrorObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "ComputeClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ErrorPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "ComputeFunction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Eval", + "Namespace": "Microsoft.JScript" }, { - "Name": "PivotedTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EvalErrorObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "UnpivotedTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Expando", + "Namespace": "Microsoft.JScript" }, { - "Name": "JoinTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FieldAccessor", + "Namespace": "Microsoft.JScript" }, { - "Name": "UnqualifiedJoin", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ForIn", + "Namespace": "Microsoft.JScript" }, { - "Name": "TableSampleClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FunctionConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "BooleanNotExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FunctionDeclaration", + "Namespace": "Microsoft.JScript" }, { - "Name": "BooleanParenthesisExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FunctionExpression", + "Namespace": "Microsoft.JScript" }, { - "Name": "BooleanComparisonExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FunctionObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "BooleanBinaryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FunctionPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "BooleanIsNullExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FunctionWrapper", + "Namespace": "Microsoft.JScript" }, { - "Name": "ExpressionWithSortOrder", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GlobalObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "GroupByClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Globals", + "Namespace": "Microsoft.JScript" }, { - "Name": "GroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GlobalScope", + "Namespace": "Microsoft.JScript" }, { - "Name": "ExpressionGroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IActivationObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "CompositeGroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Import", + "Namespace": "Microsoft.JScript" }, { - "Name": "CubeGroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "In", + "Namespace": "Microsoft.JScript" }, { - "Name": "RollupGroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "INeedEngine", + "Namespace": "Microsoft.JScript" }, { - "Name": "GrandTotalGroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Instanceof", + "Namespace": "Microsoft.JScript" }, { - "Name": "GroupingSetsGroupingSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IWrappedMember", + "Namespace": "Microsoft.JScript" }, { - "Name": "OutputClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSAuthor", + "Namespace": "Microsoft.JScript" }, { - "Name": "OutputIntoClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JScriptCodeProvider", + "Namespace": "Microsoft.JScript" }, { - "Name": "HavingClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "IdentityFunctionCall", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JScriptException", + "Namespace": "Microsoft.JScript" }, { - "Name": "JoinParenthesisTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NoContextException", + "Namespace": "Microsoft.JScript" }, { - "Name": "OrderByClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSError", + "Namespace": "Microsoft.JScript" }, { - "Name": "QualifiedJoin", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSField", + "Namespace": "Microsoft.JScript" }, { - "Name": "OdbcQualifiedJoinTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSFieldInfo", + "Namespace": "Microsoft.JScript" }, { - "Name": "QueryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSFunctionAttribute", + "Namespace": "Microsoft.JScript" }, { - "Name": "QueryParenthesisExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSFunctionAttributeEnum", + "Namespace": "Microsoft.JScript" }, { - "Name": "QuerySpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSLocalField", + "Namespace": "Microsoft.JScript" }, { - "Name": "FromClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSMethod", + "Namespace": "Microsoft.JScript" }, { - "Name": "SelectElement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSMethodInfo", + "Namespace": "Microsoft.JScript" }, { - "Name": "SelectScalarExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "SelectStarExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSParser", + "Namespace": "Microsoft.JScript" }, { - "Name": "SelectSetVariable", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ParserException", + "Namespace": "Microsoft.JScript" }, { - "Name": "DataModificationTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "EndOfFile", + "Namespace": "Microsoft.JScript" }, { - "Name": "ChangeTableChangesTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSPrototypeObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "ChangeTableVersionTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSScanner", + "Namespace": "Microsoft.JScript" }, { - "Name": "BooleanTernaryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSToken", + "Namespace": "Microsoft.JScript" }, { - "Name": "TopRowFilter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSVariableField", + "Namespace": "Microsoft.JScript" }, { - "Name": "OffsetClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LateBinding", + "Namespace": "Microsoft.JScript" }, { - "Name": "UnaryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientArrayPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "BinaryQueryExpression", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientBooleanPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "VariableTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientDateConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "VariableMethodCallTableReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientDatePrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropPartitionFunctionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientEnumeratorPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropPartitionSchemeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientErrorPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropSynonymStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientFunctionPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropAggregateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientGlobalObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropAssemblyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientMathObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropApplicationRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientNumberPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropFullTextCatalogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientObjectPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropFullTextIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientRegExpPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropLoginStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientStringConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropRoleStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientStringPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropTypeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LenientVBArrayPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropUserStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MathObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MemberInfoList", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropSymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MethodInvoker", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropAsymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Missing", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropCertificateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Namespace", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropCredentialStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NotRecommended", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterPartitionFunctionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NumberConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterPartitionSchemeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NumberObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterFullTextIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NumberPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NumericBinary", + "Namespace": "Microsoft.JScript" }, { - "Name": "SimpleAlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NumericUnary", + "Namespace": "Microsoft.JScript" }, { - "Name": "SetStopListAlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ObjectConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "SetSearchPropertyListAlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ObjectPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropAlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Package", + "Namespace": "Microsoft.JScript" }, { - "Name": "AddAlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Plus", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterColumnAlterFullTextIndexAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PostOrPrefixOperator", + "Namespace": "Microsoft.JScript" }, { - "Name": "CreateSearchPropertyListStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RangeErrorObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterSearchPropertyListStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IRedirectOutput", + "Namespace": "Microsoft.JScript" }, { - "Name": "SearchPropertyListAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IMessageReceiver", + "Namespace": "Microsoft.JScript" }, { - "Name": "AddSearchPropertyListAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "COMCharStream", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropSearchPropertyListAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ReferenceErrorObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropSearchPropertyListStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ReferenceAttribute", + "Namespace": "Microsoft.JScript" }, { - "Name": "CreateLoginStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RegExpConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "CreateLoginSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RegExpMatch", + "Namespace": "Microsoft.JScript" }, { - "Name": "PasswordCreateLoginSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RegExpObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "PrincipalOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RegExpPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "OnOffPrincipalOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Relational", + "Namespace": "Microsoft.JScript" }, { - "Name": "LiteralPrincipalOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ReturnOutOfFinally", + "Namespace": "Microsoft.JScript" }, { - "Name": "IdentifierPrincipalOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Runtime", + "Namespace": "Microsoft.JScript" }, { - "Name": "WindowsCreateLoginSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ScriptBlock", + "Namespace": "Microsoft.JScript" }, { - "Name": "CertificateCreateLoginSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ScriptFunction", + "Namespace": "Microsoft.JScript" }, { - "Name": "AsymmetricKeyCreateLoginSource", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ScriptObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "PasswordAlterPrincipalOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ScriptStream", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterLoginStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SimpleHashtable", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterLoginOptionsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StackFrame", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterLoginEnableDisableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StrictEquality", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterLoginAddDropCredentialStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StringConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "RevertStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StringObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropContractStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "StringPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropEndpointStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SuperTypeMembersSorter", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropMessageTypeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SyntaxErrorObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropQueueStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Throw", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropRemoteServiceBindingStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Try", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropRouteStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TypedArray", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropServiceStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TypeErrorObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "SignatureStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Typeof", + "Namespace": "Microsoft.JScript" }, { - "Name": "AddSignatureStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TypeReflector", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropSignatureStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UnaryOp", + "Namespace": "Microsoft.JScript" }, { - "Name": "DropEventNotificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "URIErrorObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "ExecuteAsStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VBArrayConstructor", + "Namespace": "Microsoft.JScript" }, { - "Name": "EndConversationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VBArrayObject", + "Namespace": "Microsoft.JScript" }, { - "Name": "MoveConversationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VBArrayPrototype", + "Namespace": "Microsoft.JScript" }, { - "Name": "WaitForSupportedStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Override", + "Namespace": "Microsoft.JScript" }, { - "Name": "GetConversationGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Hide", + "Namespace": "Microsoft.JScript" }, { - "Name": "ReceiveStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IEngine2", + "Namespace": "Microsoft.JScript" }, { - "Name": "SendStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ISite2", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterSchemaStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IDebugScriptScope", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterAsymmetricKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IDebugVsaScriptCodeItem", + "Namespace": "Microsoft.JScript" }, { - "Name": "AlterServiceMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VSAITEMTYPE2", + "Namespace": "Microsoft.JScript" }, { - "Name": "BeginConversationTimerStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IVsaScriptScope", + "Namespace": "Microsoft.JScript" }, { - "Name": "BeginDialogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IVsaScriptCodeItem", + "Namespace": "Microsoft.JScript" }, { - "Name": "DialogOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IDefineEvent", + "Namespace": "Microsoft.JScript" }, { - "Name": "ScalarExpressionDialogOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IVsaFullErrorInfo", + "Namespace": "Microsoft.JScript" }, { - "Name": "OnOffDialogOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VsaItem", + "Namespace": "Microsoft.JScript" }, { - "Name": "BackupCertificateStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VsaItems", + "Namespace": "Microsoft.JScript" }, { - "Name": "BackupRestoreMasterKeyStatementBase", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "With", + "Namespace": "Microsoft.JScript" }, { - "Name": "BackupServiceMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BaseVsaEngine", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "RestoreServiceMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BaseVsaSite", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "BackupMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BaseVsaStartup", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "RestoreMasterKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ResInfo", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "ScalarExpressionSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSVsaItemType", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "BooleanExpressionSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSVsaItemFlag", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "StatementListSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IJSVsaEngine", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "SelectStatementSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IJSVsaSite", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "SchemaObjectNameSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IJSVsaPersistSite", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "TSqlFragmentSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IJSVsaError", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "TSqlStatementSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IJSVsaItem", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "IdentifierSnippet", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IJSVsaItems", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "TSqlScript", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IJSVsaReferenceItem", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "TSqlBatch", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IJSVsaCodeItem", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "MergeStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IJSVsaGlobalItem", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "MergeSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSVsaError", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "MergeActionClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "JSVsaException", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "MergeAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "VsaEngine", + "Namespace": "Microsoft.JScript.Vsa" }, { - "Name": "UpdateMergeAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LdsRoleInstallPlugin", + "Namespace": "Microsoft.LightweightDirectoryServices.ServerManager.Plugin" }, { - "Name": "DeleteMergeAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LdsRoleShellPlugin", + "Namespace": "Microsoft.LightweightDirectoryServices.ServerManager.Plugin" }, { - "Name": "InsertMergeAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "LdsRoleUninstallationPlugin", + "Namespace": "Microsoft.LightweightDirectoryServices.ServerManager.Plugin" }, { - "Name": "CreateTypeTableStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimClass", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "AuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimConverter", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "AuditSpecificationPart", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimException", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "AuditSpecificationDetail", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimFlags", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "AuditActionSpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimSubscriptionDeliveryType", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "DatabaseAuditAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimInstance", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "AuditActionGroupReference", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimPropertyDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "CreateDatabaseAuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimMethodDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "AlterDatabaseAuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimMethodParameterDeclaration", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "DropDatabaseAuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimMethodParameter", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "CreateServerAuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimMethodParametersCollection", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "AlterServerAuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimMethodResultBase", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "DropServerAuditSpecificationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimMethodResult", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "ServerAuditStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimMethodStreamedResult", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "CreateServerAuditStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimProperty", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "AlterServerAuditStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimQualifier", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "DropServerAuditStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimSystemProperties", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "AuditTarget", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimSession", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "AuditOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimSubscriptionResult", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "QueueDelayAuditOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimType", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "AuditGuidAuditOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NativeErrorCode", + "Namespace": "Microsoft.Management.Infrastructure" }, { - "Name": "OnFailureAuditOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimDeserializer", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" }, { - "Name": "StateAuditOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "InstanceSerializationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" }, { - "Name": "AuditTargetOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ClassSerializationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" }, { - "Name": "MaxSizeAuditTargetOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimSerializer", + "Namespace": "Microsoft.Management.Infrastructure.Serialization" }, { - "Name": "MaxRolloverFilesAuditTargetOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimCredential", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "LiteralAuditTargetOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimOperationFlags", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "OnOffAuditTargetOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PasswordAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "DatabaseEncryptionKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CertificateAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "CreateDatabaseEncryptionKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ImpersonatedAuthenticationMechanism", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "AlterDatabaseEncryptionKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimOperationOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "DropDatabaseEncryptionKeyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimPromptType", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "ResourcePoolStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimCallbackMode", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "ResourcePoolParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimResponseType", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "ResourcePoolAffinitySpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimWriteMessageChannel", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "CreateResourcePoolStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WriteMessageCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "AlterResourcePoolStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WriteProgressCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "DropResourcePoolStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WriteErrorCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "ExternalResourcePoolStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PromptUserCallback", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "ExternalResourcePoolParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "ExternalResourcePoolAffinitySpecification", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimSubscriptionDeliveryOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "CreateExternalResourcePoolStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DComSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "AlterExternalResourcePoolStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ImpersonationType", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "DropExternalResourcePoolStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PacketEncoding", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "WorkloadGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProxyType", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "WorkloadGroupParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WSManSessionOptions", + "Namespace": "Microsoft.Management.Infrastructure.Options" }, { - "Name": "WorkloadGroupResourceParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimAsyncMultipleResults`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" }, { - "Name": "WorkloadGroupImportanceParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimAsyncResult`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" }, { - "Name": "CreateWorkloadGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimAsyncStatus", + "Namespace": "Microsoft.Management.Infrastructure.Generic" }, { - "Name": "AlterWorkloadGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimKeyedCollection`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" }, { - "Name": "DropWorkloadGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimReadOnlyKeyedCollection`1", + "Namespace": "Microsoft.Management.Infrastructure.Generic" }, { - "Name": "BrokerPriorityStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimBaseCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "BrokerPriorityParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AsyncResultType", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "CreateBrokerPriorityStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimIndicationEventArgs", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "AlterBrokerPriorityStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimIndicationEventExceptionEventArgs", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "DropBrokerPriorityStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimIndicationEventInstanceEventArgs", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "CreateFullTextStopListStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimIndicationWatcher", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "AlterFullTextStopListStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "FullTextStopListAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetCimSessionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "DropFullTextStopListStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewCimSessionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "CreateCryptographicProviderStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ProtocolType", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "AlterCryptographicProviderStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewCimSessionOptionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "DropCryptographicProviderStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveCimSessionCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "EventSessionObjectName", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetCimAssociatedInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "EventSessionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GetCimClassCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "CreateEventSessionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "InvokeCimMethodCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "EventDeclaration", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "NewCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "EventDeclarationSetParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RemoveCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "SourceDeclaration", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SetCimInstanceCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "EventDeclarationCompareFunctionParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CimCmdletsAssemblyInitializer", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "TargetDeclaration", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BinaryMiLogBase", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "SessionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ExportBinaryMiLogCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "EventRetentionSessionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ImportBinaryMiLogCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "MemoryPartitionSessionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "RegisterCimIndicationCommand", + "Namespace": "Microsoft.Management.Infrastructure.CimCmdlets" }, { - "Name": "LiteralSessionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PowerShellWebServiceException", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "MaxDispatchLatencySessionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "InvalidConfigurationException", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "OnOffSessionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TypeLoadException", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "AlterEventSessionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UnauthorizedAccessException", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "DropEventSessionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CommandInvocationFailedException", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "AlterResourceGovernorStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PSObjectSerializationFailedException", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "CreateSpatialIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "InvalidSchemaException", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "SpatialIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "InvalidResourceTypeException", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "SpatialIndexRegularOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ResourcePropertyNotFoundException", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "BoundingBoxSpatialIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CustomModuleInvocationFailedException", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "BoundingBoxParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PswsDataServiceException", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "GridsSpatialIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ManagementSystemType", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "GridParameter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "SenderInfo", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "CellsPerObjectSpatialIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Principal", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "AlterServerConfigurationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Identity", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "ProcessAffinityRange", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "UserQuota", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "AlterServerConfigurationSetBufferPoolExtensionStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CustomAuthorization", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "AlterServerConfigurationBufferPoolExtensionOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ODataQueryOption", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "AlterServerConfigurationBufferPoolExtensionContainerOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IOperationManager", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "AlterServerConfigurationBufferPoolExtensionSizeOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "PswsPropertyInfo", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "AlterServerConfigurationSetDiagnosticsLogStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "WarningEventArgs", + "Namespace": "Microsoft.Management.Odata" }, { - "Name": "AlterServerConfigurationDiagnosticsLogOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ParseFailureException", + "Namespace": "Microsoft.Management.Odata.MofParser" }, { - "Name": "AlterServerConfigurationDiagnosticsLogMaxSizeOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "AlterServerConfigurationSetFailoverClusterPropertyStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "XamlLocalizableResources", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AlterServerConfigurationFailoverClusterPropertyOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ActionContextMenu", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AlterServerConfigurationSetHadrClusterStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ActionBase", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AlterServerConfigurationHadrClusterOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "DelegateAction", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AlterServerConfigurationSetSoftNumaStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ICheckableAction", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AlterServerConfigurationSoftNumaOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "FunctionalCategory", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AvailabilityGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IAction", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "CreateAvailabilityGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IActionSource", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AlterAvailabilityGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IFunctionalCategory", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AvailabilityReplica", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "OverflowDisplayMode", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AvailabilityReplicaOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AddressBox", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "LiteralReplicaOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BreadcrumbBarMode", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AvailabilityModeReplicaOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ActionButtonDisplayMode", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "FailoverModeReplicaOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BreadcrumbBarModeChangeRequest", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "PrimaryRoleReplicaOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BreadcrumbBar", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "SecondaryRoleReplicaOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BreadcrumbBarAutomationPeer", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AvailabilityGroupOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BreadcrumbItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "LiteralAvailabilityGroupOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BreadcrumbItemsPanel", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AlterAvailabilityGroupAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BreadcrumbItemsPanelContainer", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AlterAvailabilityGroupFailoverAction", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BreadcrumbItemSubmenuContent", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AlterAvailabilityGroupFailoverOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Canvas", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DropAvailabilityGroupStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CanvasJobRouter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "CreateFederationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "CanvasPersistenceObject", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AlterFederationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "MasterContentLocation", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DropFederationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "Tile", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "UseFederationStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "TileJobRouter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DiskStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumnsExplorer", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DiskStatementOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumnsExplorerAutomationPeer", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "CreateColumnStoreIndexStatement", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumnsExplorerColumn", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "WindowFrameClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumnsExplorerColumnItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "WindowDelimiter", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "ColumnsExplorerItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "WithinGroupClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "AutomationTextBlock", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "SelectiveXmlIndexPromotedPath", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BackForwardHistory", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TemporalClause", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "IBackgroundDispatcher", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "CompressionDelayIndexOption", - "Namespace": "Microsoft.SqlServer.TransactSql.ScriptDom" + "Name": "BackgroundDispatcher", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "BlockNewCommandForm", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "BackgroundOperationWorker`2", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "CommandManagementScopeNode", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "BackgroundOperationCompleted`2", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EnhancedPanel", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "BackgroundOperation`2", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EnhancedTableLayoutPanel", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "BackgroundOperationResult`2", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "RefreshableMessageView", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "BackgroundOperationStatus`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "HeaderPanel", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "CollectionToVisibleIfNotEmptyConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "MirroredTableLayoutPanel", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "CommandBase", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "MirroredForm", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "CommandBase`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "MirroredPanel", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "CommonResources", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "NativeMethods", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "ContextMenuManagement", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "Utils", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "CustomTypeComparer", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "WnfStateName", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "DataEventArgs`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "OverviewView", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "DataRoutedEventArgs`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TrustedPlatformModuleManagement", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "DateTimeApproximationComparer", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TrustedPlatformModuleManagementInstaller", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "DelegateCommandWrapper", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TrustedPlatformModuleManagementScopeNode", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "DismissiblePopup", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TrustedPlatformModuleWmi", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "DismissPopupOptions", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "WmiException", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "DoubleAddConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TrustedPlatformModuleNotPresentException", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "DoubleMultiplyConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ComputerNotAvailableException", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "IEtwActivity", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TpmWmiObject", - "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" + "Name": "EtwActivityCommandWrapper", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TransactionBridge", - "Namespace": "System.ServiceModel.Internal" + "Name": "EtwActivityCommandWrapperConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "MyInstall", - "Namespace": "Microsoft.Uev.ManagedAgentWmi" + "Name": "IEtwEventCorrelator", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EffectiveWindows8App", - "Namespace": "Microsoft.Uev.ManagedAgentWmi" + "Name": "EtwEventCorrelator", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IWindows8AppList", - "Namespace": "Microsoft.Uev.ManagedAgentWmi" + "Name": "ExtendedFrameworkElementAutomationPeer", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "PropertySource", - "Namespace": "Microsoft.Uev.ManagedAgentWmi" + "Name": "GCCollectBehavior", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "Windows8App", - "Namespace": "Microsoft.Uev.ManagedAgentWmi" + "Name": "IntegralConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "MachineConfiguredWindows8App", - "Namespace": "Microsoft.Uev.ManagedAgentWmi" + "Name": "InverseBooleanConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "UserConfiguredWindows8App", - "Namespace": "Microsoft.Uev.ManagedAgentWmi" + "Name": "InverseOrBooleanConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DpiChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "IsEqualConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DpiChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "IsNotNullConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IDpiForm", - "Namespace": "System.Windows.Forms" + "Name": "IStateDescriptorFactory`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ControlExtensionMethods", - "Namespace": "System.Windows.Forms" + "Name": "ListContainsConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "FormExtensionMethods", - "Namespace": "System.Windows.Forms" + "Name": "ListOrganizer", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ADComputerBrowse", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ListOrganizerItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AnimationMode", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "MessageTextBox", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AnimatedFormResizer", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "PickerBase", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "BackgroundTaskTracker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "PopupControlButton", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ThreadMethodInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "PropertyChangedEventArgs`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ClientCreatedTask", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ScalableImage", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMConnectKeyboardOption", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ScalableImageSource", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMConnectKeyboardOptionConverter", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "SimpleActionSource", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMConnectReleaseKey", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "SlidingAnimationManager", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMConnectReleaseKeyHelper", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "SlidingAnimationState", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMConnectReleaseKeyConverter", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "StateDescriptor`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ClientVirtualizationSettings", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "SynchronizeSelectedItemsBehavior", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "RdpOptions", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "TextBlockService", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "LaunchHelpUrlState", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IUIThreadDispatcher", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "CommonUtilities", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "UIThreadDispatcher", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ConnectionHelper", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "UserActionState", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DelayedUIInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ControlState", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DpiUtilities", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "VisibilityToBooleanConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DpiRank", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "VisualToAncestorDataConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ExportInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "AutomationGroup", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "HelpConstants", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "CollapsingTabControl", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ImageResources", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "CollapsingTabItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DisplayErrorLocalHandler", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "CollapsingTabItemsToItemsConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "InformationDisplayer", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "CustomTextTrimmingTextBlock", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ProgressDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ExpanderButton", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ProgressDialogLauncher", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ExpanderButtonAutomationPeer", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ResourceManagerExtensionMethods", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "OneWayToggleButton", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ResourcePoolEntry", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "OneWayToggleButtonAutomationPeer", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "RemoteFileBrowser", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ResizeGripLocation", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "UnhandledExceptionHandler", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "Resizer", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMStateChangeAction", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ResizerGripThicknessConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMStateChangeInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "AutoGeneratingColumnEventArgs", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ShutdownTrackerTask", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "DataGridColumnGenerator", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "SnapshotRenameDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "DataGridColumnMenuGenerator", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IndeterminateProgressDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "DataGridColumnStateDescriptor", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskProgressDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "DataGridCustomizationFactory", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VirtualizationOperationCompleteEventArgs", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "DataGridStateDescriptor", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VirtualizationOperationInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ToggleGroupingCommandArgs", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TakeSnapshotInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "DefaultFilterRuleCustomizationFactory", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "NameWithTrailingNumberSorter", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterEvaluator", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogCallback", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterExceptionEventArgs", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogNotificationArgs", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterEvaluationOptions", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogReturnId", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterExpressionChangedEventArgs", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogCommonButtons", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterRuleCustomizationFactory", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogIcon", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterStatus", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogNotification", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IEvaluate", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ProgressBarState", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IFilterExpressionProvider", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ItemsControlFilterEvaluator", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogCommonDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ValidatingSelectorValue`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TraceConfigurationOptions", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ValidatingValue`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "CommonResources", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ValidatingValueBase", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "CollapsiblePane", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "FilterExpressionAndOperatorNode", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DisplayContextMenuEventArgs", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "FilterExpressionNode", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EnhancedColumnHeader", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "FilterExpressionOperandNode", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EnhancedListView", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "FilterExpressionOrOperatorNode", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EnhancedNumericUpDown", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "ComparableValueFilterRule`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EnhancedTrackBar", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "DoesNotEqualFilterRule`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "FixedPane", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "DoesNotEqualSelectionFilterRule`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "InnerPanel", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "EqualsFilterRule`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ListViewItemSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "EqualsSelectionFilterRule`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ListViewSubItemSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "FilterRule", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ListViewSubItemPercentageSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "FilterRuleExtensions", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ListViewSubItemTextSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "FilterRuleValuesProvider`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ListViewSubItemTimeSpanSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "IsBetweenFilterRule`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ListViewSubItemTagSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "IsEmptyFilterRule", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "NumericValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "IsGreaterThanFilterRule`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "MemoryValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "IsLessThanFilterRule`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "PathValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "IsNotEmptyFilterRule", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DnsValidationType", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "PropertiesTextContainsFilterRule", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DnsValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "PropertyValueSelectorFilterRule`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskResult", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "SelectorFilterRule", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskResultConverter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "SingleValueComparableValueFilterRule`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ActionGroup", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "TextContainsFilterRule", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskListViewItem", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "TextDoesNotContainFilterRule", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskListView", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "TextDoesNotEqualFilterRule", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TitleBarPane", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "TextEndsWithFilterRule", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TransparentForm", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "TextEqualsFilterRule", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ValidatingNumericUpDown", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "TextFilterRule", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "TextStartsWithFilterRule", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "WaitCursorScope", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "DataErrorInfoValidationResult", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "CertificateControl", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "DataErrorInfoValidationRule", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DateTimePickerForRangeControl", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "AddFilterRulePicker", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "InnerPanelDesigner", - "Namespace": "Microsoft.Virtualization.Client.Controls.Design" + "Name": "AddFilterRulePickerItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TitleBarPaneDesigner", - "Namespace": "Microsoft.Virtualization.Client.Controls.Design" + "Name": "FilterRulePanel", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ADComputerBrowse", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterRulePanelContentPresenter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AnimationMode", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterRulePanelController", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "AnimatedFormResizer", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterRulePanelItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "BackgroundTaskTracker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterRulePanelItemType", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ThreadMethodInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterRulePanelItemStateDescriptor", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ClientCreatedTask", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterRuleTemplateSelector", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMConnectKeyboardOption", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterRuleToDisplayNameConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMConnectKeyboardOptionConverter", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "InputFieldBackgroundTextConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMConnectReleaseKey", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IsValidatingValueValidConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMConnectReleaseKeyHelper", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "SearchBox", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMConnectReleaseKeyConverter", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "SearchTextParser", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ClientVirtualizationSettings", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "SearchTextParseResult", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "LaunchHelpUrlState", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ValidatingSelectorValueToDisplayNameConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "CommonUtilities", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ValidatingValueToGenericParameterTypeConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ConnectionHelper", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "GroupNavigation", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DelayedUIInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "GroupNavigationPane", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "FileUtilities", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "GroupNavigationViewModelItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "HelpConstants", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "DetailJob", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ImageResources", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IDetailJob", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DisplayErrorLocalHandler", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IJob", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "InformationDisplayer", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IJobMonitor", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ProgressDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IJobTracker", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ProgressDialogLauncher", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ISummaryJob", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ResourcePoolEntry", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "Job", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "RemoteFileBrowser", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "JobMonitor", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "UnhandledExceptionHandler", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "JobNotificationLevel", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMStateChangeAction", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "JobNotification", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMStateChangeInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "JobRouter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ShutdownTrackerTask", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "JobRunState", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "SnapshotRenameDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "JobSource", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IndeterminateProgressDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "JobStatusControl", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskProgressDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "JobStatusHistoryWindow", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VirtualizationOperationCompleteEventArgs", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "JobStatusList", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VirtualizationOperationInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "SummaryJob", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TakeSnapshotInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "LeftHandNavigationPane", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "NameWithTrailingNumberSorter", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "Machine", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogCallback", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "MachinePicker", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogNotificationArgs", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "MachinePickerBase", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogReturnId", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ActiveDirectorySearchControl", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogCommonButtons", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ActiveDirectorySearchState", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogIcon", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IAddMachineService", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogNotification", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ImportFileSearchControl", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ProgressBarState", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ImportFileSearchControlState", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "NetworkSearchControl", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskDialogCommonDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "NetworkSearchControlState", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TraceConfigurationOptions", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "DefaultStringConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "CommonResources", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FilterStatusDescriptionConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "CollapsiblePane", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "IPropertyValueGetter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DisplayContextMenuEventArgs", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "ManagementList", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EnhancedColumnHeader", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "ManagementListPersistenceObject", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EnhancedListView", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "ManagementListStateDescriptor", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EnhancedNumericUpDown", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "ManagementListStateDescriptorFactory", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EnhancedTrackBar", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "PropertyValueComparer", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "FixedPane", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "PropertyValueGetter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "InnerPanel", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "PropertyValueGetterSelector", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ListViewItemSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "UIPropertyGroupDescription", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ListViewSubItemSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "WaitRing", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ListViewSubItemPercentageSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "HierarchicalNavigationBookmarkConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ListViewSubItemTextSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "HierarchicalNavigationItemBookmark", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ListViewSubItemTimeSpanSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "HierarchicalPathConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ListViewSubItemTagSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "INavigationBookmarkConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "NumericValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "INavigationItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "MemoryValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NavigationItemStatus", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "PathValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "INavigationItemBookmark", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DnsValidationType", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "INavigationPathConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DnsValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NavigationEvents", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskResult", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NavigationHistoryItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskResultConverter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NavigationHistoryItemPosition", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ActionGroup", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NavigationHistoryManager", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskListViewItem", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NavigationItemBase", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TaskListView", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NavigationItemNotFoundException", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TitleBarPane", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NavigationMruItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TransparentForm", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NavigationMruManager", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ValidatingNumericUpDown", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NavigationOptions", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NavigationService", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "WaitCursorScope", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "DeepNavigationManager", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "CertificateControl", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NavigationList", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DateTimePickerForRangeControl", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NavigationListViewModelItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "InnerPanelDesigner", - "Namespace": "Microsoft.Virtualization.Client.Controls.Design" + "Name": "NavigationListViewModelItemsConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "TitleBarPaneDesigner", - "Namespace": "Microsoft.Virtualization.Client.Controls.Design" + "Name": "NavigationPane", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMTraceLevels", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "NavigationTree", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMTraceTagFormatLevels", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "NavigationTreeViewModelItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMTrace", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "NotificationSummary", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ResourceContext", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IPersistenceObject", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EnumResourceConverter`1", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "Persistence", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IDataFile", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PersistenceInfo", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IWin32Directory", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PlugInLoader", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IDeleteable", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImportCardinalityMismatchException", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IDeleteableAsync", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PropertyPage", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EthernetPortType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PropertyPageButton", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PropertyPageDescriptorBase", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IVirtualEthernetSwitchPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PropertyPageNotificationAreaVisibilityConverter", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEmulatedEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PropertyPageViewModel", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ISyntheticEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PropertyPageNotificationAreaMode", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IInternalEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PropertyPageWindow", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IExternalNetworkPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IPropertyPageSection", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IExternalEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PropertyPageSectionDescriptorBase", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IWiFiPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PropertyPageSectionViewModel", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEthernetPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RetractingPane", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEmulatedEthernetPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RetractingPaneViewModelItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ISyntheticEthernetPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SplitterPanel", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEthernetPortAllocationSettingData", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SplitterPanelPersistenceObject", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEthernetConnectionAllocationRequest", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ViewFactoryCallback`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IVirtualEthernetSwitchPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "FactoryViewDescriptor`1", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IGuestNetworkAdapterConfiguration", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "InstanceViewDescriptor", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "EthernetFeatureType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IView", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VlanOperationMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IViewDescriptor", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "PrivateVlanMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ViewManager", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "SwitchPortMonitorMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IWizardItem", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEthernetSwitchFeatureService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WizardPageDirection", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEthernetSwitchFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WizardBusyStatus", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEthernetSwitchBandwidthFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WizardCancelType", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEthernetSwitchAclFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IWizardPage", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEthernetSwitchSecurityFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CommitAllowedAction", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEthernetSwitchOffloadFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "Wizard", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEthernetSwitchVlanFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WizardPageBase", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IEthernetSwitchPortOffloadStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WizardPageGroup", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMComputersSystemCreatedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WizardViewModel", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "VMVirtualizationTaskCreatedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WizardWindow", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "IHostComputerSystem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CommonBehaviors", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IWin32ComputerSystem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DismissPopupCommandWrapperConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IImageManagementService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MnemonicEscapeValueConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "VMLanEndpointOperationalStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RemapNumberConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "ILanEndpoint", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SelectorBehaviors", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IWiFiEndpoint", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ScrollableItemsControl", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IVlanEndpoint", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GroupNavigationViewModelItemChildrenConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IPutable", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "JobNotificationLevelToDisplayTextConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IPutableAsync", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "JobProgressDisplayTextConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "VMNetworkAdapterProtocolType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "JobRunStateToDisplayTextConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IFailoverNetworkAdapterSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "JobStatusControlAutomationItemStatusConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IVirtualSwitch", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "JobStatusListAutomationItemStatusConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IVirtualFcSwitch", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ServersToDisplayTextConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IExternalFcPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MachinePickerDomainNameConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IFcPortAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MachinePickerTabPanel", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IResourcePoolConfigurationService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ActiveDirectoryMachine", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IFcEndpoint", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ActiveDirectoryNavigationItem", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IVirtualSwitchPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ActiveDirectoryPathConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IVirtualFcSwitchPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ActiveDirectoryPathConverterCannotAccessDomainException", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ActiveDirectoryPathConverterCannotFindDomainException", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IProcessorResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OperatingSystemSearchOption", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "ISynth3dVideoResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OperatingSystemSearchOptions", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IFibreChannelResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IActiveDirectoryWrapperFactory", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IResourcePoolSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IDirectoryEntryWrapper", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IResourcePoolAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IDirectorySearcherWrapper", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IGsmPoolAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IDomainWrapper", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IFcPoolAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IPropertyCollectionWrapper", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IVirtualDiskPoolAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISearchResultWrapperCollection", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IVirtualDiskResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISearchResultWrapper", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImportMachine", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "ServiceState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IPAddressListConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "ServiceStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NetworkMachine", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "ITerminalConnection", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NotificationBar", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "ITerminalService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NotificationBarDismissButton", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "ITerminalServiceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RetractingPaneViewModelItemChildrenConverter", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IVirtualDisk", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WizardTableOfContentsDataTemplateSelector", + "Namespace": "Microsoft.Management.UI.Primitives" }, { - "Name": "IVirtualDiskSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ComInterfaceType", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVirtualizationManagementObject", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITaskHandler", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVirtualEthernetSwitch", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITaskHandlerStatus", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVirtualEthernetSwitchSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TaskRunFlags", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "EthernetSwitchExtensionType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TaskEnumFlags", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IEthernetSwitchExtension", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TaskLogonType", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVirtualSwitchManagementService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TaskRunlevelType", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMSynthetic3DService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TaskState", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVM3dVideoPhysical3dGPU", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TaskCreation", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVM3dVideo", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TaskTriggerType", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVM3dVideoSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TaskSessionStateChangeType", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMBios", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TaskActionType", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "SnapshotCreatedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TaskInstancesPolicy", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "KvpItemPool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TaskCompatibility", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMComputerSystem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SystemTime", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMComputerSystemBase", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TaskSchedulerServiceGuids", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "VMComputerSystemPathParser", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IRunningTask", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "ServiceStartOperation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IRunningTaskCollection", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "ServiceStopOperation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IRegisteredTask", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "BootDevice", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IRegisteredTaskCollection", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "VirtualSystemType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITaskFolder", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMComputerSystemSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITaskFolderCollection", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "FailoverReplicationAuthenticationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITaskService", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMReplicationSettingData", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITaskVariables", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMDevice", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IIdleSettings", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMDeviceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "INetworkSettings", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMDriveController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IRepetitionPattern", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMDisketteController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITaskNamedValuePair", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMIdeController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITaskNamedValueCollection", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMScsiProtocolController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IPrincipal", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMDriveControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITrigger", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMScsiControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IEventTrigger", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITimeTrigger", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMDisketteDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IDailyTrigger", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMHardDiskDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IWeeklyTrigger", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMDvdDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IMonthlyTrigger", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMCDRomDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IMonthlyDOWTrigger", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IPhysicalCDRomDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IIdleTrigger", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMDriveSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ILogonTrigger", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMIntegrationComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISessionStateChangeTrigger", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMIntegrationComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IBootTrigger", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMTimeSyncComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IRegistrationTrigger", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMTimeSyncComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITriggerCollection", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMHeartbeatComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IAction", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMHeartbeatComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IExecAction", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMDataExchangeComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IShowMessageAction", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMDataExchangeComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IComHandlerAction", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMShutdownComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IEmailAction", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMShutdownComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IActionCollection", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMVssIntegrationComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IRegistrationInfo", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMVssIntegrationComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITaskSettings", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMKeyboard", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITaskDefinition", + "Namespace": "Microsoft.Windows.SDNDiagnostics.TaskScheduler" }, { - "Name": "IVMMemory", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EtwTracer", + "Namespace": "Microsoft.Windows.NetworkController.SDNDiagnosticsTracer" }, { - "Name": "IVMMemorySetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SDNDiagnosticsTask", + "Namespace": "Microsoft.Windows.NetworkController.SDNDiagnosticsTask" }, { - "Name": "IVMMigrationService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SetCimInstance", + "Namespace": "cimcmdlets.Activities" }, { - "Name": "IVMMigrationNetworkSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConfirmImpact", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" }, { - "Name": "IVMMigrationServiceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ItemsChoiceType", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" }, { - "Name": "IVMMigrationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WorkflowReturnException", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "IVMMigrationCapabilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "AstToWorkflowConverter", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "VMMigrationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "AstToXamlConverter", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "IVMPlannedComputerSystem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetWmiObject", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMProcessor", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "InvokeWmiMethod", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMProcessorSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetCimAssociatedInstance", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IPhysicalProcessor", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetCimClass", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMSerialPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetCimInstance", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMSerialPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "InvokeCimMethod", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewCimInstance", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMServiceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewCimSession", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMExportSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewCimSessionOption", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "SnapshotExportMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RemoveCimInstance", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMSnapshotService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "InlineScript", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IReplicationService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "InlineScriptContext", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "RecoveryAuthenticationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "Suspend", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "InitialReplicationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ThrottledParallelForEach`1", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IFailoverReplicationServiceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PSPersist", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IFailoverReplicationAuthorizationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PSWorkflowRuntimeVariable", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMSerialController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetPSWorkflowData`1", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMSerialControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SetPSWorkflowData", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "VMTaskStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "InlineScriptDesigner", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "JobTypeId", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ActivityGenerator", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMTask", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PowerShellValue`1", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMMigrationTask", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "Pipeline", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMTaskAssociationObject", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PipelineDesigner", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVMVideo", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IsArgumentSet", + "Namespace": "Microsoft.PowerShell.Activities.Internal" }, { - "Name": "IVMVideoSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ODataCmdletAdapter", + "Namespace": "Microsoft.PowerShell.Cmdletization.OData" }, { - "Name": "ManagementPathEqualityComparer", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ODataV4CmdletAdapter", + "Namespace": "Microsoft.PowerShell.Cmdletization.OData" }, { - "Name": "MsvmError", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NetworkControllerCmdletAdapter", + "Namespace": "Microsoft.PowerShell.Cmdletization.OData" }, { - "Name": "MsvmErrorComparison", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ODataQueryBuilder", + "Namespace": "Microsoft.PowerShell.Cmdletization.OData" }, { - "Name": "MsvmErrorParser", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetWinEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ValidationErrorId", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewWinEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ReplicationStatistics", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetEventPSSnapIn", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ReplicationHealthInformation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetCounterCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VmmsMessageId", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImportCounterCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FailoverReplicationHealthConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ExportCounterCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ReplicationStatisticsParser", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PerformanceCounterSample", + "Namespace": "Microsoft.PowerShell.Commands.GetCounter" }, { - "Name": "SummaryInformationRequest", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PerformanceCounterSampleSet", + "Namespace": "Microsoft.PowerShell.Commands.GetCounter" }, { - "Name": "SummaryInformation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CounterSet", + "Namespace": "Microsoft.PowerShell.Commands.GetCounter" }, { - "Name": "VirtualHardDiskConstants", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CounterFileInfo", + "Namespace": "Microsoft.PowerShell.Commands.GetCounter" }, { - "Name": "VirtualHardDiskType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PSManagementPSSnapIn", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "VirtualHardDiskFormat", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SessionBasedCmdletAdapter`2", + "Namespace": "Microsoft.PowerShell.Cmdletization" }, { - "Name": "VirtualHardDiskSettingData", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CimCmdletAdapter", + "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" }, { - "Name": "VirtualHardDiskSettingDataParser", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CimJobException", + "Namespace": "Microsoft.PowerShell.Cmdletization.Cim" }, { - "Name": "VirtualHardDiskState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "AddContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VirtualHardDiskStateParser", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ClearContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMComputerSystemState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ClearItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMComputerSystemHealthState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "JoinPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMComputerSystemOperationalStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FailoverReplicationHealth", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConvertPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FailoverReplicationState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CopyItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ReplicationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetChildItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FailoverReplicationMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMComputerSystemStateUtilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMComputerSystemStateConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetItemPropertyValueCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FailoverReplicationModeConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MoveItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FailoverReplicationStateConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CoreCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMIntegrationComponentOperationalStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CoreCommandWithCredentialsBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMHeartbeatStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMIntegrationComponentStatusUtilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SetLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMIntegrationComponentOperationalStatusConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PushLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMHeartbeatStatusConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PopLocationCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMDeviceSettingType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewPSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "WmiBaseProperties", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DriveMatchingCoreCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "WmiClassNames", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RemovePSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "NoWmiMappingException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetPSDriveCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "KeyAttribute", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "WmiNameAttribute", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "NoWmiMappingAttribute", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SetItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FrequentlyChangingAttribute", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RemoveItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CompletedTask", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MoveItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Capabilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RenameItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SettingsDefineCapabilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CopyItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMImportSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ClearItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ObjectLocator", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "InvokeItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InstanceModificationEventStrategy", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetPSProviderCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ConnectionManager", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Server", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SplitPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InstanceEventManager", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PassThroughContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CancelTaskFailedException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PassThroughItemPropertyCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ClassDefinitionMismatchException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TestPathType", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ServerSideErrorCode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TestPathCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ClientSideErrorCode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ItemPropertyCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InvalidWmiValueException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RemoveItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ObjectNotFoundException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RenameItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ServerCallFailedException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ResolvePathCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ServerCallFailedReason", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SetContentCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ServerConnectionException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SetItemPropertyCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ServerConnectionIssue", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WriteContentCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ServerObjectDeletedException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ProcessBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ServiceMethodException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ServiceMethodError", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WaitProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VirtualizationManagementException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "StopProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VirtualizationOperationFailedException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DebugProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ValidateVirtualHardDiskException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "StartProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VirtualizationOperation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ProcessCommandException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IMSClusterResourceBase", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "ServiceBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IMSClusterResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "MultipleServiceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IMSClusterVMResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "GetServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IMSClusterReplicaBrokerResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "ServiceOperationBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IMSClusterCapResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "StopServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IMSClusterCluster", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "StartServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IMSClusterNode", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "SuspendServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "MSClusterResourceState", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "ResumeServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "MSClusterNodeState", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "RestartServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SettingApplyException", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "SetServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "OrganizedSwitchPorts", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "NewServiceCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "NetworkingDataHelper", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "ServiceCommandException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FcPortStatus", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "TestConnectionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SettingsDialogBase", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "EnableComputerRestoreCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VirtualizationSettingsDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "DisableComputerRestoreCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VirtualizationSingleSettingDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "CheckpointComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "RecoveryConfigurationDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "GetComputerRestorePointCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMSettingsDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "RestartComputerTimeoutException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "NetworkManagerDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "WaitForServiceTypes", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "StorageManagerDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "RestartComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SettingId", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "StopComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ImageLabel", - "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + "Name": "RestoreComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "EnhancedCheckBoxState", - "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + "Name": "JoinOptions", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DataGridViewEnhancedCheckboxColumn", - "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + "Name": "AddComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DataGridViewEnhancedCheckBoxCell", - "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + "Name": "RemoveComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InitializeReplicationForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "RenameComputerCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ResynchronizeReplicationForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "TestComputerSecureChannelCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FailoverForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ResetComputerMachinePasswordCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PlannedFailoverForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ComputerChangeInfo", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ImportReplicationForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "RenameComputerChangeInfo", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ReplicationMonitoringForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "GetComputerInfoCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "BaseFormViewControl", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "DeviceGuard", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "BaseListView", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "HotFix", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "OperationResult", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "NetworkAdapter", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FailoverReplicationNonUIActionPerformer", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "Processor", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ServerNodeViewControl", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ComputerInfo", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DelegateInvoker", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "AdminPasswordStatus", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "WizardUtilities", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "BootOptionAction", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "WizardsConfiguration", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "SystemElementState", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMWizardForm", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "CpuArchitecture", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SummaryDescriptionControl", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "CpuAvailability", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SummaryInfo", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "CpuStatus", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ReplicationWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Replication" + "Name": "DataExecutionPreventionSupportPolicy", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "NewVirtualMachineWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVM" + "Name": "DeviceGuardSmartStatus", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "NewVirtualHardDiskWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVhd" + "Name": "DeviceGuardConfigCodeIntegrityStatus", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "MoveWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + "Name": "DeviceGuardHardwareSecure", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IconType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + "Name": "DeviceGuardSoftwareSecure", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "StorageMoveType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + "Name": "DomainRole", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMMoveType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + "Name": "FirmwareType", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ImportFileUtilities", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" + "Name": "ForegroundApplicationBoost", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ImportWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" + "Name": "FrontPanelResetStatus", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "EditVirtualHardDiskWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.EditVhd" + "Name": "HardwareSecurity", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "BranchPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "NetConnectionStatus", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ConfirmationPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "OSEncryptionLevel", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "TitleType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "OSProductSuite", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ButtonType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "OperatingSystemSKU", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "OrientationPanelStepMode", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "OSType", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FiniteProgressPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "PCSystemType", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InfiniteProgressPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "PCSystemTypeEx", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ProgressPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "PowerManagementCapabilities", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SummaryPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "PowerState", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "WizardActionStatus", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "ProcessorType", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "WizardAction", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "ResetCapability", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "WizardForm", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "WakeUpType", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "WizardFrameworkException", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "PowerPlatformRole", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "WizardPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "ProductType", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FixupWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" + "Name": "ServerLevel", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FixupErrorsGroupbox", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" + "Name": "SoftwareElementState", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ADComputerBrowse", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "GetTimeZoneCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AnimationMode", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "SetTimeZoneCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AnimatedFormResizer", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ClearRecycleBinCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "BackgroundTaskTracker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "SetClipboardCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ThreadMethodInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ClipboardFormat", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ClientCreatedTask", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "GetClipboardCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMConnectKeyboardOption", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ControlPanelItem", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMConnectKeyboardOptionConverter", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ControlPanelItemBaseCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMConnectReleaseKey", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "GetControlPanelItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMConnectReleaseKeyHelper", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ShowControlPanelItemCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMConnectReleaseKeyConverter", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "GetEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ClientVirtualizationSettings", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ClearEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "RdpOptions", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "WriteEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "LaunchHelpUrlState", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "LimitEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CommonUtilities", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ShowEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ConnectionHelper", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "NewEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DelayedUIInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "RemoveEventLogCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FileUtilities", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "GetWmiObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "HelpConstants", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "InvokeWmiMethod", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ImageResources", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "RemoveWmiObject", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DisplayErrorLocalHandler", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "RegisterWmiEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InformationDisplayer", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "SetWmiInstance", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ProgressDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "GetTransactionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ProgressDialogLauncher", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "StartTransactionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ResourcePoolEntry", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "CompleteTransactionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "RemoteFileBrowser", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "UndoTransactionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "UnhandledExceptionHandler", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "UseTransactionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMStateChangeAction", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "WmiState", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMStateChangeInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "WmiBaseCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ShutdownTrackerTask", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "NewWebServiceProxy", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SnapshotRenameDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "GetHotFixCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IndeterminateProgressDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "Folder", + "Namespace": "Shell32" }, { - "Name": "TaskProgressDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "Folder2", + "Namespace": "Shell32" }, { - "Name": "VirtualizationOperationCompleteEventArgs", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FolderItem", + "Namespace": "Shell32" }, { - "Name": "VirtualizationOperationInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FolderItem2", + "Namespace": "Shell32" }, { - "Name": "TakeSnapshotInvoker", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FolderItemVerb", + "Namespace": "Shell32" }, { - "Name": "NameWithTrailingNumberSorter", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FolderItemVerbs", + "Namespace": "Shell32" }, { - "Name": "TaskDialogCallback", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FolderItems", + "Namespace": "Shell32" }, { - "Name": "TaskDialogNotificationArgs", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FolderItems2", + "Namespace": "Shell32" }, { - "Name": "TaskDialogReturnId", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "FolderItems3", + "Namespace": "Shell32" }, { - "Name": "TaskDialogCommonButtons", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IShellDispatch", + "Namespace": "Shell32" }, { - "Name": "TaskDialogIcon", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IShellDispatch2", + "Namespace": "Shell32" }, { - "Name": "TaskDialogNotification", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IShellDispatch3", + "Namespace": "Shell32" }, { - "Name": "ProgressBarState", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IShellDispatch4", + "Namespace": "Shell32" }, { - "Name": "TaskDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IShellDispatch5", + "Namespace": "Shell32" }, { - "Name": "TaskDialogCommonDialog", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IShellDispatch6", + "Namespace": "Shell32" }, { - "Name": "TraceConfigurationOptions", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "Shell", + "Namespace": "Shell32" }, { - "Name": "CommonResources", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ShellFolderItem", + "Namespace": "Shell32" }, { - "Name": "CollapsiblePane", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "PSUtilityPSSnapIn", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "DisplayContextMenuEventArgs", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NewObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "EnhancedColumnHeader", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "MeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "EnhancedListView", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "GenericMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "EnhancedNumericUpDown", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "GenericObjectMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "EnhancedTrackBar", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "TextMeasureInfo", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FixedPane", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "MeasureObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InnerPanel", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "SelectObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ListViewItemSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "SortObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ListViewSubItemSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "ObjectCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ListViewSubItemPercentageSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "ObjectBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ListViewSubItemTextSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "OrderObjectBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ListViewSubItemTimeSpanSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "WriteDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ListViewSubItemTagSorter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "WriteVerboseCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "NumericValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "WriteWarningCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "MemoryValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "WriteInformationCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PathValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "WriteOrThrowErrorCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DnsValidationType", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "WriteErrorCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DnsValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "WriteErrorException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "TaskResult", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "VariableCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "TaskResultConverter", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "GetVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ActionGroup", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "NewVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "TaskListViewItem", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "SetVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "TaskListView", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "RemoveVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "TitleBarPane", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "ClearVariableCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "TransparentForm", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "MemberDefinition", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ValidatingNumericUpDown", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "GetMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ValidatingTextBox", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "GroupInfoNoElement", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "WaitCursorScope", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "GroupInfo", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CertificateControl", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "GroupObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DateTimePickerForRangeControl", - "Namespace": "Microsoft.Virtualization.Client.Controls" + "Name": "WriteHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InnerPanelDesigner", - "Namespace": "Microsoft.Virtualization.Client.Controls.Design" + "Name": "ConsoleColorCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "TitleBarPaneDesigner", - "Namespace": "Microsoft.Virtualization.Client.Controls.Design" + "Name": "AddMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMTraceLevels", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "Language", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMTraceTagFormatLevels", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "OutputAssemblyType", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMTrace", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "AddTypeCompilerError", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ResourceContext", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "AddTypeCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "EnumResourceConverter`1", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "AddTypeCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IDataFile", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WriteOutputCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IWin32Directory", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "StartSleepCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IDeleteable", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetCultureCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IDeleteableAsync", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetUICultureCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "EthernetPortType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetPSCallStackCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetUniqueCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualEthernetSwitchPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetDateCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEmulatedEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DisplayHintType", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ISyntheticEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SetDateCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IInternalEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MatchInfoContext", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IExternalNetworkPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MatchInfo", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IExternalEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SelectStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IWiFiPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CompareObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEthernetPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEmulatedEthernetPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetRandomCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ISyntheticEthernetPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "InvokeExpressionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEthernetPortAllocationSettingData", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewTimeSpanCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEthernetConnectionAllocationRequest", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TeeObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualEthernetSwitchPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MeasureCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IGuestNetworkAdapterConfiguration", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UnblockFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "EthernetFeatureType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextEncodingType", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VlanOperationMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UtilityResources", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PrivateVlanMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ByteCollection", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SwitchPortMonitorMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SetAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEthernetSwitchFeatureService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEthernetSwitchFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEthernetSwitchBandwidthFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WriteAliasCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEthernetSwitchAclFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ExportAliasFormat", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEthernetSwitchSecurityFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ExportAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEthernetSwitchOffloadFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImportAliasCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEthernetSwitchVlanFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImportLocalizedData", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEthernetSwitchPortOffloadStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConvertFromStringDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMComputersSystemCreatedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ReadHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMVirtualizationTaskCreatedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "BaseCsvWritingCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IHostComputerSystem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ExportCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IWin32ComputerSystem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImportCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IImageManagementService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConvertToCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMLanEndpointOperationalStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConvertFromCsvCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ILanEndpoint", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SetPSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IWiFiEndpoint", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "BreakpointType", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVlanEndpoint", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetPSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IPutable", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RemovePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IPutableAsync", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PSBreakpointCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMNetworkAdapterProtocolType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EnablePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IFailoverNetworkAdapterSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DisablePSBreakpointCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualSwitch", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DebugRunspaceCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualFcSwitch", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetRunspaceCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IExternalFcPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PSRunspaceDebug", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IFcPortAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CommonRunspaceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IResourcePoolConfigurationService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EnableRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IFcEndpoint", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DisableRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualSwitchPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetRunspaceDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualFcSwitchPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WaitDebuggerCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WriteProgressCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IProcessorResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UpdateData", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ISynth3dVideoResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UpdateTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IFibreChannelResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UpdateFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IResourcePoolSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RemoveTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IResourcePoolAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetTypeDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IGsmPoolAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ExportClixmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IFcPoolAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImportClixmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualDiskPoolAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConvertToXmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualDiskResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SelectXmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SelectXmlInfo", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ServiceState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConvertToHtmlCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ServiceStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ExportPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ITerminalConnection", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImportPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ITerminalService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImplicitRemotingCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ITerminalServiceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UpdateListCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualDisk", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SendMailMessage", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualDiskSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualizationManagementObject", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ExportFormatDataCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualEthernetSwitch", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "FormatListCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualEthernetSwitchSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "FormatCustomCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "EthernetSwitchExtensionType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "FormatTableCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IEthernetSwitchExtension", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "FormatWideCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVirtualSwitchManagementService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OutFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMSynthetic3DService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OutStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVM3dVideoPhysical3dGPU", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OutPrinterCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVM3dVideo", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OutputModeOption", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVM3dVideoSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OutGridViewCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMBios", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConvertFromJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "BootEntryType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConvertToJsonCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMBootEntry", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "FormObject", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SnapshotCreatedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "FormObjectCollection", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "KvpItemPool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "JsonObject", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMComputerSystem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PSUserAgent", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMComputerSystemBase", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WebCmdletElementCollection", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VMComputerSystemPathParser", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WebRequestMethod", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ServiceStartOperation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WebRequestSession", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ServiceStopOperation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "BasicHtmlWebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "BootDevice", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HtmlWebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VirtualSystemType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "InvokeRestMethodCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VirtualSystemSubType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WebRequestPSCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VirtualSystemSubTypeConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WebResponseObject", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMComputerSystemSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "InvokeWebRequestCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "FailoverReplicationAuthenticationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RegisterObjectEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMReplicationSettingData", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RegisterEngineEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMReplicationRelationship", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WaitEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMDevice", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMDeviceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RemoveEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMDriveController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetEventSubscriberCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMDisketteController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UnregisterEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMIdeController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewEventCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMScsiProtocolController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetTraceSourceCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMDriveControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SetTraceSourceCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMScsiControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TraceCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TraceCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMDisketteDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TraceListenerCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMHardDiskDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ShowCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMDvdDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConvertFromStringCommand", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation" }, { - "Name": "IVMCDRomDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConvertStringCommand", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation" }, { - "Name": "IPhysicalCDRomDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TemplateParsingException", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.TemplateParsing" }, { - "Name": "IVMDriveSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ProgramNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.FlashExtract" }, { - "Name": "IVMIntegrationComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ResultNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.FlashExtract" }, { - "Name": "IVMIntegrationComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RegularExpression", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" }, { - "Name": "IVMTimeSyncComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "Token", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" }, { - "Name": "IVMTimeSyncComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PositionMatch", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" }, { - "Name": "IVMHeartbeatComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TokenMatch", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" }, { - "Name": "IVMHeartbeatComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CachedList", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" }, { - "Name": "IVMDataExchangeComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SynthesisContext", + "Namespace": "Microsoft.PowerShell.Commands.StringManipulation.FlashExtractText.Semantics.Internal" }, { - "Name": "IVMDataExchangeComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ShowCommandCommandInfo", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" }, { - "Name": "IVMShutdownComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ShowCommandModuleInfo", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" }, { - "Name": "IVMShutdownComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ShowCommandParameterInfo", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" }, { - "Name": "IVMVssIntegrationComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ShowCommandParameterSetInfo", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" }, { - "Name": "IVMVssIntegrationComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ShowCommandParameterType", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandExtension" }, { - "Name": "IVMGuestServiceInterfaceComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DispHTMLDocument", + "Namespace": "mshtml" }, { - "Name": "IVMGuestServiceInterfaceComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HTMLDocument", + "Namespace": "mshtml" }, { - "Name": "IVMKeyboard", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HTMLDocumentEvents", + "Namespace": "mshtml" }, { - "Name": "IVMMemory", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HTMLDocumentEvents2", + "Namespace": "mshtml" }, { - "Name": "IVMMemorySetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HTMLDocumentEvents2_Event", + "Namespace": "mshtml" }, { - "Name": "IVMMigrationService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HTMLDocumentEvents2_onreadystatechangeEventHandler", + "Namespace": "mshtml" }, { - "Name": "IVMMigrationNetworkSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HTMLDocumentEvents_Event", + "Namespace": "mshtml" }, { - "Name": "IVMMigrationServiceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IHTMLDocument", + "Namespace": "mshtml" }, { - "Name": "IVMMigrationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IHTMLDocument2", + "Namespace": "mshtml" }, { - "Name": "IVMMigrationCapabilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IHTMLElement", + "Namespace": "mshtml" }, { - "Name": "VMMigrationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IHTMLElementCollection", + "Namespace": "mshtml" }, { - "Name": "VMMigrationTransportType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IHTMLEventObj", + "Namespace": "mshtml" }, { - "Name": "IVMPlannedComputerSystem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IHTMLFormElement", + "Namespace": "mshtml" }, { - "Name": "IVMProcessor", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IHTMLInputElement", + "Namespace": "mshtml" }, { - "Name": "IVMProcessorSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConsoleShell", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "IPhysicalProcessor", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UnmanagedPSEntry", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "IVMSerialPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PSHostPSSnapIn", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "IVMSerialPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EngineInstaller", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "IVMService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "StartTranscriptCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMServiceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "StopTranscriptCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IVMExportSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DisablePSSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "SnapshotExportMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EnablePSRemoting", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "IVMSnapshotService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DisablePSRemoting", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "IReplicationService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EnablePSSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "RecoveryAuthenticationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ForEachObject", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "InitialReplicationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetCommand", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "IFailoverReplicationServiceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetHelp", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "IFailoverReplicationAuthorizationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "IVMSerialController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetModule", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "IVMSerialControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetPSSession", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "VMTaskStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetPSSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "JobTypeId", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewModuleManifest", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "IVMTask", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TestPSSessionConfigurationFile", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "IVMMigrationTask", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ReceiveJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "IVMTaskAssociationObject", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RegisterPSSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "IVMVideo", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewPSTransportOption", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "IVMVideoSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RemoveJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "ManagementPathEqualityComparer", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RemovePSSession", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "MsvmError", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SetPSSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "MsvmErrorParser", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "StartJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "ValidationErrorId", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "StopJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "ReplicationStatistics", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TestModuleManifest", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "ReplicationHealthInformation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UnregisterPSSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "VmmsMessageId", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UpdateHelp", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "FailoverReplicationHealthConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WaitJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "ReplicationStatisticsParser", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WhereObject", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "SummaryInformationRequest", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SaveHelp", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "SummaryInformation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SuspendJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "VirtualHardDiskConstants", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ResumeJob", + "Namespace": "Microsoft.PowerShell.Core.Activities" }, { - "Name": "VirtualHardDiskType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ExportCounter", + "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" }, { - "Name": "VirtualHardDiskFormat", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetCounter", + "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" }, { - "Name": "VirtualHardDiskSettingData", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GetWinEvent", + "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" }, { - "Name": "VirtualHardDiskSettingDataParser", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewWinEvent", + "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" }, { - "Name": "VirtualHardDiskState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImportCounter", + "Namespace": "Microsoft.PowerShell.Diagnostics.Activities" }, { - "Name": "VirtualHardDiskStateParser", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "VMComputerSystemState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EncodingChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "VMComputerSystemHealthState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IEncodingDetector", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "VMComputerSystemOperationalStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextDocument", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "FailoverReplicationHealth", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextDocumentFactoryService", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "FailoverReplicationInterval", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ReloadResult", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "FailoverReplicationState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextDocumentEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ReplicationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "FileActionTypes", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "FailoverReplicationMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextDocumentFileActionEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "EnhancedSessionModeStateType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ContentTypeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "VMComputerSystemStateUtilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CustomTrackToVersion", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "VMComputerSystemStateConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EdgeInsertionMode", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "FailoverReplicationModeConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EditOptions", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "FailoverReplicationStateConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IExtensionErrorHandler", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "EnhancedSessionModeStateTypeConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IMappingPoint", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "VMIntegrationComponentOperationalStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IMappingSpan", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "VMHeartbeatStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "INormalizedTextChangeCollection", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "VMIntegrationComponentStatusUtilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IReadOnlyRegion", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "VMIntegrationComponentOperationalStatusConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IReadOnlyRegionEdit", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "VMHeartbeatStatusConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextBuffer", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "VMDeviceSettingType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextBufferEdit", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "WmiBaseProperties", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextBufferFactoryService", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "WmiClassNames", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextChange", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "NoWmiMappingException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextEdit", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "KeyAttribute", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextSnapshot", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "WmiNameAttribute", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextSnapshotLine", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "NoWmiMappingAttribute", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextVersion", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "FrequentlyChangingAttribute", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITrackingPoint", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "CompletedTask", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITrackingSpan", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "Capabilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NormalizedSnapshotSpanCollection", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "SettingsDefineCapabilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NormalizedSpanCollection", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ObjectLocator", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PointTrackingMode", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "InstanceModificationEventStrategy", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PositionAffinity", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ConnectionManager", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PreContentChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "Server", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DynamicReadOnlyRegionQuery", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "InstanceEventManager", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SnapshotPoint", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "CancelTaskFailedException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SnapshotSpan", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ClassDefinitionMismatchException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SnapshotSpanEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ServerSideErrorCode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "Span", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ClientSideErrorCode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SpanTrackingMode", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "InvalidWmiValueException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextBufferCreatedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ObjectNotFoundException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextContentChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ServerCallFailedException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextContentChangingEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ServerCallFailedReason", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextSnapshotChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ServerConnectionException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextSnapshotToTextReader", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ServerConnectionIssue", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TrackingFidelityMode", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ServerObjectDeletedException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextDataModel", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ServiceMethodException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextDataModelContentTypeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "ServiceMethodError", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "VirtualSnapshotPoint", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "VirtualizationManagementException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "VirtualSnapshotSpan", + "Namespace": "Microsoft.VisualStudio.Text" }, { - "Name": "VirtualizationOperationFailedException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IErrorTypeMetadata", + "Namespace": "Microsoft.VisualStudio.Text.AdornmentLibrary.Squiggles.Implementation" }, { - "Name": "ValidateVirtualHardDiskException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ICollapsible", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" }, { - "Name": "VirtualizationOperation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ICollapsed", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" }, { - "Name": "IMSClusterResourceBase", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "IOutliningManager", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" }, { - "Name": "IMSClusterResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "IOutliningManagerService", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" }, { - "Name": "IMSClusterVMResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "OutliningEnabledEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" }, { - "Name": "IMSClusterReplicaBrokerResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "RegionsCollapsedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" }, { - "Name": "IMSClusterCapResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "RegionsExpandedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" }, { - "Name": "IMSClusterCluster", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "RegionsChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Outlining" }, { - "Name": "IMSClusterNode", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "IIncrementalSearch", + "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" }, { - "Name": "MSClusterResourceState", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "IIncrementalSearchFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" }, { - "Name": "MSClusterNodeState", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "IncrementalSearchResult", + "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" }, { - "Name": "SettingApplyException", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "IncrementalSearchDirection", + "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" }, { - "Name": "OrganizedSwitchPorts", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "IAdornmentElement", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "NetworkingDataHelper", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "ISequenceElement", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "FcPortStatus", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "ITextAndAdornmentCollection", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "SettingsDialogBase", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "ITextAndAdornmentSequencer", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "VirtualizationSettingsDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "ITextAndAdornmentSequencerFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "VirtualizationSingleSettingDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "ITextViewLine", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "RecoveryConfigurationDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "LineTransform", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "VMSettingsDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "TextBounds", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "NetworkManagerDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "TextAndAdornmentSequenceChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "StorageManagerDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "TextViewLineChange", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "SettingId", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "VisibilityState", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "ImageLabel", - "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + "Name": "IFormattedLine", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "EnhancedCheckBoxState", - "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + "Name": "IFormattedLineSource", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "DataGridViewEnhancedCheckboxColumn", - "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + "Name": "IFormattedTextSourceFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "DataGridViewEnhancedCheckBoxCell", - "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + "Name": "ILineTransformSource", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "ConnectForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ILineTransformSourceProvider", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "ResumeExtendedReplicationForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ITextParagraphPropertiesFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "InitializeReplicationForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "IWpfTextViewLine", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "RemoveReplicationForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "TextFormattingParagraphProperties", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "ResynchronizeReplicationForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "TextFormattingRunProperties", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "FailoverForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "IRtfBuilderService", + "Namespace": "Microsoft.VisualStudio.Text.Formatting" }, { - "Name": "PlannedFailoverForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ErrorTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" }, { - "Name": "ImportReplicationForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "IErrorProviderFactory", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" }, { - "Name": "ReplicationMonitoringForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ITextMarkerProviderFactory", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" }, { - "Name": "BaseFormViewControl", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "IToolTipProvider", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" }, { - "Name": "BaseListView", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "IToolTipProviderFactory", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" }, { - "Name": "OperationResult", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "PopupStyles", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" }, { - "Name": "FailoverReplicationNonUIActionPerformer", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "PredefinedErrorTypeNames", + "Namespace": "Microsoft.VisualStudio.Text.Adornments" }, { - "Name": "ServerNodeViewControl", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ChangeTag", + "Namespace": "Microsoft.VisualStudio.Text.Document" }, { - "Name": "SnapInNodeViewControl", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ChangeTypes", + "Namespace": "Microsoft.VisualStudio.Text.Document" }, { - "Name": "StartPageHeader", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ITextSearchService", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "BrowserSnapInInstaller", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ITextStructureNavigatorProvider", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "DelegateInvoker", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ITextStructureNavigatorSelectorService", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "WizardUtilities", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "FindData", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "WizardsConfiguration", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "FindOptions", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "VMWizardForm", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "ITextStructureNavigator", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "SummaryDescriptionControl", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "TextExtent", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "SummaryInfo", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "IMergeTextUndoTransactionPolicy", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "ReplicationWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Replication" + "Name": "ITextBufferUndoManager", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "NewVirtualMachineWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVM" + "Name": "ITextBufferUndoManagerProvider", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "NewVirtualHardDiskWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVhd" + "Name": "ITextUndoHistory", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "MoveWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + "Name": "ITextUndoHistoryRegistry", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "IconType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + "Name": "ITextUndoPrimitive", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "StorageMoveType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + "Name": "ITextUndoTransaction", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "VMMoveType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + "Name": "TextUndoHistoryState", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "ImportFileUtilities", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" + "Name": "TextUndoRedoEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "ImportWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" + "Name": "TextUndoTransactionCompletedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "EditVirtualHardDiskWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.EditVhd" + "Name": "TextUndoTransactionCompletionResult", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "BranchPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "UndoTransactionState", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "ConfirmationPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "IEditorOperations", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "TitleType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "IEditorOperationsFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Operations" }, { - "Name": "ButtonType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "NullMergeUndoTransactionPolicy", + "Namespace": "Microsoft.VisualStudio.Text.Operations.Standalone" }, { - "Name": "OrientationPanelStepMode", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "ElisionBufferOptions", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "FiniteProgressPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "ElisionSourceSpansChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "InfiniteProgressPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "GraphBufferContentTypeChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "ProgressPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "GraphBuffersChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "SummaryPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "IBufferGraph", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "WizardActionStatus", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "IBufferGraphFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "WizardAction", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "IElisionBuffer", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "WizardForm", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "IElisionSnapshot", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "WizardFrameworkException", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "IProjectionBuffer", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "WizardPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "IProjectionBufferBase", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "FixupWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" + "Name": "IProjectionBufferFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "FixupErrorsGroupbox", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" + "Name": "IProjectionEditResolver", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "SettingWithNoDefaultNotFoundException", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IProjectionSnapshot", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "LocalStorageProvider", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ProjectionBufferOptions", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "Confirmations", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ProjectionSourceBuffersChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "ConfirmationData", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ProjectionSourceSpansChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Projection" }, { - "Name": "CommonConfiguration", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ContinueProcessingPredicate`1", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" }, { - "Name": "VmState", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "DetermineLocalityCallback", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" }, { - "Name": "VmReplicationState", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "Difference", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" }, { - "Name": "HyperVAssemblyVersion", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "DifferenceType", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" }, { - "Name": "HyperVObjectFactory", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "IDifferenceService", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" }, { - "Name": "IOperationResult", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "IHierarchicalDifferenceCollection", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" }, { - "Name": "IFailoverReplicationNonUIActionPerformer", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "IDifferenceCollection`1", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" }, { - "Name": "IVMConnectCommunicator", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "IHierarchicalStringDifferenceService", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" }, { - "Name": "IForm", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "ITokenizedStringList", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" }, { - "Name": "IControl", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "Match", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" }, { - "Name": "ISettingsDialog", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "StringDifferenceTypes", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" }, { - "Name": "INewVirtualMachineWizard", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "StringDifferenceOptions", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" }, { - "Name": "IWizard", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "WordSplitBehavior", + "Namespace": "Microsoft.VisualStudio.Text.Differencing" }, { - "Name": "VirtualizationException", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "IClassificationFormatMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "WindowsCredential", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "IEditorFormatMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "HyperVOSVersion", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "ClassificationChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "HyperVComponent", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "ClassificationSpan", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "IServer", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "ClassificationTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "IUserPassCredential", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "IClassificationType", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "IWindowsCredential", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "ClassificationTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "UserPassCredential", - "Namespace": "Microsoft.Virtualization.Client.Common" + "Name": "IClassificationTypeRegistryService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "FileUtilities", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IClassifier", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "ImportFileUtilities", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IClassifierAggregatorService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "VMTraceLevels", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IClassifierProvider", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "VMTraceTagFormatLevels", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "IViewClassifierAggregatorService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "VMTrace", - "Namespace": "Microsoft.Virtualization.Client" + "Name": "ClassificationFormatDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "CancelTaskFailedException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IEditorFormatMapService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "ClassDefinitionMismatchException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IEditorFormatMap", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "ServerSideErrorCode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IClassificationFormatMap", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "ClientSideErrorCode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EditorFormatDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "InvalidWmiValueException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IClassificationFormatMapService", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "ObjectNotFoundException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "FormatItemsEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "ServerCallFailedException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MarkerFormatDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "ServerCallFailedReason", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UserVisibleAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "ServerConnectionException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "Priority", + "Namespace": "Microsoft.VisualStudio.Text.Classification" }, { - "Name": "ServerConnectionIssue", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IClassificationTypeDefinitionMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Classification.Implementation" }, { - "Name": "ServerObjectDeletedException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IDataStorage", + "Namespace": "Microsoft.VisualStudio.Text.Storage" }, { - "Name": "ServiceMethodException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IDataStorageService", + "Namespace": "Microsoft.VisualStudio.Text.Storage" }, { - "Name": "ServiceMethodError", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "Caret", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "VirtualizationManagementException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DisplayTextPoint", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "VirtualizationOperationFailedException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DisplayTextRange", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "ValidateVirtualHardDiskException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HowToShow", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "VirtualizationOperation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IBufferPrimitives", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "FrequentlyChangingAttribute", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IBufferPrimitivesFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "KeyAttribute", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IEditorPrimitivesFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "WmiNameAttribute", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IViewPrimitives", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "DataExchangeItem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EditorPrimitiveIds", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "EmbeddedInstance", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IViewPrimitivesFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "ResourceContext", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "Selection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "EnumResourceConverter`1", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextBuffer", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IAssignableDeviceService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextPoint", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "ICollectionManagementService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextRange", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IDataFile", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextView", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IWin32Directory", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EditorOptionKey`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IDeleteable", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DefaultOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IDeleteableAsync", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConvertTabsToSpaces", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TabSize", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IVirtualEthernetSwitchPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IndentSize", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEmulatedEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ReplicateNewLineCharacter", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "ISyntheticEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewLineCharacter", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IInternalEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EditorOptionChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IExternalNetworkPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EditorOptionDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IExternalEthernetPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EditorOptionDefinition`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IWiFiPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IEditorOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IExternalEthernetPortCapabilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IEditorOptionsFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DefaultTextViewOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEmulatedEthernetPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DefaultTextViewHostOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "ISyntheticEthernetPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DragDropEditing", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetPortAllocationSettingData", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OverwriteMode", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetConnectionAllocationRequest", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UseVirtualSpace", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IVirtualEthernetSwitchPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IsViewportLeftClipped", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IGuestNetworkAdapterConfiguration", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ViewProhibitUserInput", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "EthernetSwitchExtensionType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CutOrCopyBlankLineIfNoSelection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchExtensionBase", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WordWrapStyle", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchExtension", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UseVisibleWhitespace", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IInstalledEthernetSwitchExtension", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ProduceScreenReaderFriendlyText", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "EthernetFeatureType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "VerticalScrollBarEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "VlanOperationMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HorizontalScrollBarEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "PrivateVlanMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GlyphMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "SwitchPortMonitorMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SelectionMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "AclDirection", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "LineNumberMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "AclAction", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "AutoScrollEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "AclAddressType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ChangeTrackingMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "AclApplicability", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OutliningMarginEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IsolationMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OutliningUndoEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IovInterruptModerationMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ZoomControlEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchFeatureService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DisplayUrlsAsHyperlinks", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CaretPosition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CaretPositionChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchBandwidthFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IScrollMap", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchNicTeamingFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IScrollMapFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchOffloadFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISmartIndent", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchPortFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISmartIndentProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchPortBandwidthFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISmartIndentationService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchPortAclFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextCaret", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchPortExtendedAclFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextSelection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchPortIsolationFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextView", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchPortSecurityFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextViewLineCollection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchPortOffloadFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextViewMargin", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchPortRoutingDomainFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextViewModel", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchPortRdmaFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextViewModelProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchPortTeamMappingFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextViewRoleSet", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchPortVlanFeature", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IVerticalFractionMap", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetFeatureCapabilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IVerticalScrollBar", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IViewScroller", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetPortStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EnsureSpanVisibleOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchPortOffloadStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MarginContainerAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchPortBandwidthStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MouseHoverAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MouseHoverEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchOffloadStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PredefinedMarginNames", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchBandwidthStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PredefinedTextViewRoles", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetSwitchOperationalStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ScrollDirection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "VMNetworkAdapterProtocolType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextSelectionMode", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IFailoverNetworkAdapterSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextViewCreatedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IReplicationService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextViewLayoutChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "RecoveryAuthenticationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextViewRoleAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "InitialReplicationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ViewRelativePosition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IFailoverReplicationServiceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ViewState", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IFailoverReplicationAuthorizationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WordWrapStyles", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IVirtualSwitch", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ViewOptionDefinition`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IVirtualFcSwitch", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ZoomConstants", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IExternalFcPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "AdornmentLayerDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IFibreChannelPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "AdornmentPositioningBehavior", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IHostClusterComputerSystem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "AdornmentRemovedCallback", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IHostComputerSystem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IAdornmentLayer", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "VMComputersSystemCreatedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IAdornmentLayerElement", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "VMVirtualizationTaskCreatedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PredefinedAdornmentLayers", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IHostComputerSystemBase", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "BackgroundBrushChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IHostNumaNode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GridCellLengthAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "CollectionType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GridUnitTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IHyperVCollection", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OutliningCollapsedAdornmentControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IImageManagementService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OutliningMarginHeaderControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IInteractiveSessionAccess", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OutliningMarginBracketControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "VMLanEndpointOperationalStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CollapseHintAdornmentControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "ILanEndpoint", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OutliningMarginControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IWiFiEndpoint", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConnectionReason", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IVlanEndpoint", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImeTextComposition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IManagementCollection", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IntraTextAdornment", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "MetricType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IntraTextAdornmentTag", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IMetricDefinition", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISpaceReservationAgent", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IBaseMetricDefinition", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISpaceReservationManager", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IAggregationMetricDefinition", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextEditorFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IMeasuredElementToMetricDefinitionAssociation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IWpfTextViewMarginProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IMetricMeasurableElement", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IWpfTextView", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "MetricEnabledState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IWpfTextViewConnectionListener", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IMetricService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IWpfTextViewCreationListener", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IMetricServiceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IWpfTextViewHost", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IMetricValue", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IWpfTextViewLineCollection", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IBaseMetricValue", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IWpfTextViewMargin", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IAggregationMetricValue", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SpaceReservationAgentChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IMountedStorageImage", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SpaceReservationManagerDefinition", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IPutable", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WpfTextViewKeyboardFilterName", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IPutableAsync", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WpfViewOptionDefinition`1", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DefaultWpfViewOptions", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IProcessorResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HighlightCurrentLineOption", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "ISynth3dVideoResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SimpleGraphicsOption", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IGpuPartitionResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MouseWheelZoomEnabled", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IFibreChannelResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "AppearanceCategoryOption", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IEthernetConnectionResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ZoomLevelChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IPciExpressResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IGlyphTag", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IResourcePoolSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IGlyphFactory", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IResourcePoolAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IGlyphMouseProcessorProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IGsmPoolAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IGlyphFactoryProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IPciExpressPoolAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IKeyProcessorProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IFcPoolAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IMouseProcessor", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IVirtualDiskPoolAllocationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IMouseProcessorProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IVirtualDiskResourcePool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "KeyProcessor", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IResourcePoolConfigurationService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MouseProcessorBase", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "IService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ZoomControl", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "ServiceState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ZoomLevelConverter", + "Namespace": "Microsoft.VisualStudio.Text.Editor" }, { - "Name": "ServiceStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IGlyphMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" }, { - "Name": "SummaryInformationRequest", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HighlightCurrentLineBrush", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" }, { - "Name": "ISummaryInformationPropertiesBase", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IThumbnailSupport", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" }, { - "Name": "ISummaryInformationProperties", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISelectionPainter", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" }, { - "Name": "ISummaryInformationBase", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SelectionAdornment", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" }, { - "Name": "ISummaryInformation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextViewLineCollection", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" }, { - "Name": "ISummaryInformationSnapshot", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImeCompositionWindowFont", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" }, { - "Name": "ITerminalConnection", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImeCompositionWindowTopOffset", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" }, { - "Name": "ITerminalService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImeCompositionWindowBottomOffset", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" }, { - "Name": "ITerminalServiceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ImeCompositionWindowHeightOffset", + "Namespace": "Microsoft.VisualStudio.Text.Editor.Implementation" }, { - "Name": "IVirtualDisk", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DragDropInfo", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" }, { - "Name": "IVirtualDiskSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DragDropPointerEffects", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" }, { - "Name": "BandwidthReservationMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DropFormatAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" }, { - "Name": "IVirtualEthernetSwitch", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IDropHandler", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" }, { - "Name": "IVirtualEthernetSwitchSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IDropHandlerProvider", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" }, { - "Name": "IFcEndpoint", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DropHandlerBase", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" }, { - "Name": "IVirtualSwitchPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IDropHandlerMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop.Implementation" }, { - "Name": "IVirtualFcSwitchPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DefaultOptionExtensions", + "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" }, { - "Name": "IVirtualizationManagementObject", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextViewOptionExtensions", + "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" }, { - "Name": "IVirtualSwitchManagementService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextViewHostOptionExtensions", + "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" }, { - "Name": "IVirtualEthernetSwitchManagementCapabilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WpfViewOptionExtensions", + "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" }, { - "Name": "IVMAssignableDevice", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IElisionTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMAssignableDeviceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TagAggregatorOptions", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMBattery", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "BatchedTagsChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMBatterySetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TrackingTagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMBios", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITagAggregator`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "BootEntryType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IBufferTagAggregatorFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMBootEntry", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITagger`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMCollection", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IMappingTagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "SnapshotCreatedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MappingTagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "KvpItemPool", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SimpleTagger`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMComputerSystem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TagsChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMComputerSystemBase", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITaggerProvider", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "ServiceStartOperation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "ServiceStopOperation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TagSpan`1", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "CriticalErrorAction", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TagTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "BootDevice", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ClassificationTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "VirtualSystemType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IClassificationTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "VirtualSystemSubType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IUrlTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "ConsoleModeType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UrlTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "VMMemoryBoundValues", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "VMVpCountBoundValues", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IViewTagAggregatorFactoryService", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "VMConfigurationVersion", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IViewTaggerProvider", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "VirtualSystemSubTypeConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IOutliningRegionTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMComputerSystemSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OutliningRegionTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "FailoverReplicationAuthenticationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ErrorTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMReplicationSettingData", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IErrorTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMReplicationRelationship", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextMarkerTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMDevice", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextMarkerTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMDeviceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SpaceNegotiatingAdornmentTag", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITaggerMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Tagging" }, { - "Name": "IVMDisketteDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WrapperCreator`2", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMHardDiskDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "LazyObservableCollection`2", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMDvdDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TrackingSpanTree`1", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMCDRomDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TrackingSpanNode`1", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IPhysicalCDRomDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IContentTypeMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMKeyStorageDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IEncodingDetectorMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMDriveSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IOrderableContentTypeMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMDriveController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ProjectionSpanDifference", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMDisketteController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WeakReferenceForDictionaryKey", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMIdeController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GeometryAdornment", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMScsiProtocolController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IContentTypeAndTextViewRoleMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMPmemController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IOrderableContentTypeAndTextViewRoleMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMDriveControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextViewRoleMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMScsiControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IWpfTextViewMarginMetadata", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMPmemControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "Strings", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMGpuPartitionAdapter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WpfHelper", + "Namespace": "Microsoft.VisualStudio.Text.Utilities" }, { - "Name": "IVMGpuPartitionAdapterSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "AutomationProperties", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" }, { - "Name": "IPartitionableGpu", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CustomAutomationAdapter`1", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" }, { - "Name": "IVMIntegrationComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IAutomatedElement", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" }, { - "Name": "IVMIntegrationComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IAutomationAdapter", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" }, { - "Name": "IVMTimeSyncComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IAutomationAdapter`1", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" }, { - "Name": "IVMTimeSyncComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CustomReadOnlyValueProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" }, { - "Name": "IVMHeartbeatComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ReadOnlyValuePatternProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" }, { - "Name": "IVMHeartbeatComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SelectionValuePatternProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" }, { - "Name": "IVMDataExchangeComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "WpfAutomationAdapter`1", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" }, { - "Name": "IVMDataExchangeComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PatternProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" }, { - "Name": "IVMShutdownComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextPatternProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" }, { - "Name": "IVMShutdownComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "TextRangePatternProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" }, { - "Name": "IVMVssComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ViewValuePatternProvider", + "Namespace": "Microsoft.VisualStudio.Text.Utilities.Automation" }, { - "Name": "IVMVssIntegrationComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IStandardClassificationService", + "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" }, { - "Name": "IVMGuestServiceInterfaceComponent", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "LanguagePriority", + "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" }, { - "Name": "IVMGuestServiceInterfaceComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PredefinedClassificationTypeNames", + "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" }, { - "Name": "IVMGuestFileService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "BulkObservableCollection`1", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMKeyboard", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "Completion", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMMemory", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CompletionMatchType", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMMemorySetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CompletionSelectionStatus", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMMigrationService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CompletionSet", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMMigrationNetworkSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CurrentParameterChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMMigrationServiceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CompletionPresenterStyle", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMMigrationSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "FilteredObservableCollection`1", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMMigrationCapabilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ICompletionBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "VMMigrationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ICompletionSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "VMMigrationTransportType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ICompletionSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMPlannedComputerSystem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ICompletionSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMProcessor", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IconDescription", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMProcessorSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ICustomCommit", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IPhysicalProcessor", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ICustomIntellisensePresenter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMRdvComponentSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ICustomKeyboardHandler", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMS3DisplayController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IGlyphService", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMS3DisplayControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IIntellisenseCommandTarget", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSecurityInformation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IIntellisenseController", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSecurityService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IIntellisenseControllerProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSecuritySetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IIntellisensePresenter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSerialController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IIntellisensePresenterProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSerialControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IIntellisenseSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSerialPort", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IIntellisenseSessionStack", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSerialPortSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IIntellisenseSessionStackMapService", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IntellisenseKeyboardCommand", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMServiceSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IntellisenseSpaceReservationManagerNames", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMServiceCapabilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IParameter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMExportSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IPopupIntellisensePresenter", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "SnapshotExportMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IQuickInfoBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "CaptureLiveStateMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IQuickInfoSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "SecureBootTemplate", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IQuickInfoSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSnapshotService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IQuickInfoSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMStorageSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISignature", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSynthetic3DService", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISignatureHelpBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVM3dVideoPhysical3dGPU", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISignatureHelpSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSynthetic3DDisplayController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISignatureHelpSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSynthetic3DDisplayControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISignatureHelpSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSyntheticDisplayController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISmartTagAction", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSyntheticDisplayControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ITextFormattable", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSyntheticKeyboardController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "QuickInfoPresenterStyle", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSyntheticKeyboardControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SignatureHelpPresenterStyle", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSyntheticMouseController", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SmartTag", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMSyntheticMouseControllerSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SmartTagActionSet", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "VMTaskStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISmartTagBroker", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "JobTypeId", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISmartTagSession", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMTask", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISmartTagSource", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMMigrationTask", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISmartTagSourceProvider", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IVMTaskAssociationObject", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IUIElementProvider`2", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IWin32ComputerSystem", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IWpfKeyboardTrackingService", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IWin32DiskDrive", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SelectedSignatureChangedEventArgs", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IWin32DiskPartition", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SmartTagState", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "IWin32LogicalDisk", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SmartTagType", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "MoveUnmanagedVhd", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "StandardGlyphGroup", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "MsvmError", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "StandardGlyphItem", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "ValidationErrorId", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UIElementType", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "ReplicationAuthorizationEntry", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ValueChangedEventArgs`1", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense" }, { - "Name": "ReplicationStatistics", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SmartTagSurface", + "Namespace": "Microsoft.VisualStudio.Language.Intellisense.Implementation" }, { - "Name": "ReplicationHealthInformation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SingletonBaseMetadataAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VmmsMessageId", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MultipleBaseMetadataAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "FailoverReplicationHealthConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "BaseDefinitionAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VHDSetAdditionalInformationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "DisplayNameAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VHDSetInformation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IOrderable", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VHDSnapshotAdditionalInformationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IPropertyOwner", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VHDSnapshotInformation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NameAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VirtualHardDiskConstants", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OrderAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VirtualHardDiskType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "Orderer", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VirtualHardDiskFormat", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PropertyCollection", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VirtualHardDiskPmemAddressAbstractionType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "FileExtensionToContentTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VirtualHardDiskSettingData", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "FileExtensionAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VirtualHardDiskState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IContentTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VirtualizationManagementObjectEqualityComparer`1", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IContentTypeDefinitionSource", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VMComputerSystemState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IContentTypeRegistryService", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VMComputerSystemHealthState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IFileExtensionRegistryService", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "VMComputerSystemOperationalStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ContentTypeAttribute", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "FailoverReplicationHealth", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ContentTypeDefinition", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "FailoverReplicationInterval", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IContentType", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "FailoverReplicationState", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IObjectTracker", + "Namespace": "Microsoft.VisualStudio.Utilities" }, { - "Name": "ReplicationType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IContentTypeDefinitionMetadata", + "Namespace": "Microsoft.VisualStudio.Utilities.Implementation" }, { - "Name": "FailoverReplicationMode", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IFileExtensionToContentTypeMetadata", + "Namespace": "Microsoft.VisualStudio.Utilities.Implementation" }, { - "Name": "EnhancedSessionModeStateType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "VMComputerSystemStateUtilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISESnippet", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "VMComputerSystemStateConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISESnippetCollection", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "FailoverReplicationModeConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ConsoleEditor", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "FailoverReplicationStateConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISEEditor", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "EnhancedSessionModeStateTypeConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISEFile", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "VMDeviceSettingType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISEFileCollection", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "VMIntegrationComponentOperationalStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PowerShellTab", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "VMHeartbeatStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PowerShellTabCollection", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "VMIntegrationComponentStatusUtilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "UICollection`1", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "VMIntegrationComponentOperationalStatusConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "IAddOnToolHostObject", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "VMHeartbeatStatusConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISEAddOnTool", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "VMProcessorOperationalStatus", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISEAddOnToolAddedOrRemovedEventArgs", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "VMProcessorStatusUtilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISEAddOnToolCollection", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "VMProcessorOperationalStatusConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISEAddOnToolEventArgs", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "NetworkConnectionDiagnosticSettingData", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISEAddOnToolPaneOpenOrClosedEventArgs", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "NetworkConnectionDiagnosticInformation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISEMenuItem", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "WmiBaseProperties", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISEMenuItemCollection", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "WmiClassNames", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ISEOptions", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "NoWmiMappingException", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ObjectModelRoot", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "ObjectLocator", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ReadOnlyISEAddOnToolCollection", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "CompletedTask", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SelectedScriptPaneState", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "ManagementDateTimeConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SnippetStrings", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "NumberConverter", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PSXmlTokenType", + "Namespace": "Microsoft.PowerShell.Host.ISE" }, { - "Name": "Capabilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "App", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "SettingsDefineCapabilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "AddOnToolTabControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "SummaryInformation", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "FindAndReplaceDialog", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "VMDismountSetting", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "NewRemotePowerShellTabDialog", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "ReplicationRelationshipType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "SkippableMessageBox", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "UserSnapshotType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "EditorTabControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "ResolutionType", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "InternalPropertyBindingConverter", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "ICimClass", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "MainWindow", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "ICimInstance", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OutputControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "ICimSession", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RunspaceControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "InstanceModificationEventStrategy", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "RunspaceTabControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "InstanceEventManager", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ScriptExpander", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "InstanceEventArrivedArgs", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ShowCommandAddOnControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "InstanceEventArrivedHandler", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "StatusAndSizingBar", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "WmiNamespaceVersion", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ContextMenuOnlyCustomCommands", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "Server", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "CustomCommands", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "ServerNames", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HostGuiAutomationNames", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "KeyValueDictionary", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HostGuiNLStrings", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "WmiObjectPath", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HostGuiStrings", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "ClusterUtilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "HostTextWriter", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "VmMemoryBounds", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "PromptForChoiceDialog", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "VmMemoryUtilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ReadLineDialog", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "VpCountBoundValues", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ProgressBarInformation", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "VmProcessorUtilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ProgressControl", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "KdsUtilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ColorPicker", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "NetworkingUtilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "StorableColorTheme", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "RemoteFXUtilities", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "ManageThemesWindow", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "Synth3DResolution", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OptionsGuiStrings", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "Synth3DVramSize", - "Namespace": "Microsoft.Virtualization.Client.Management" + "Name": "OptionsWindow", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "ClusterVerifyPathResult", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "Program", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "IMSClusterCluster", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "AutomationNames", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "IMSClusterNode", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "ColorNames", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "IMSClusterResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "ControlTexts", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "IMSClusterVMOrConfigurationResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "ToolTipStrings", + "Namespace": "Microsoft.Windows.PowerShell.Gui.Internal" }, { - "Name": "IMSClusterVMResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "AllModulesControl", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "IMSClusterVMConfigurationResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "CmdletControl", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "IMSClusterWmiProviderResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "ImageButton", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "IMSClusterReplicaBrokerResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "ImageButtonBase", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "IMSClusterCapResource", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "ImageButtonToolTipConverter", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "IMSClusterResourceBase", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "ImageToggleButton", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "IMSClusterResourceGroup", - "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" + "Name": "NotImportedCmdletControl", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "SettingApplyException", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "MultipleSelectionControl", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "OrganizedSwitchPorts", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "ParameterSetControl", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "NetworkingDataHelper", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "ShowModuleControl", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "FcPortStatus", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "AllModulesViewModel", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "SettingsDialogBase", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "CommandEventArgs", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "VirtualizationSettingsDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "CommandViewModel", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "VirtualizationSingleSettingDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "HelpNeededEventArgs", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "RecoveryConfigurationDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "ImportModuleEventArgs", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "VMSettingsDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "ModuleViewModel", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "NetworkManagerDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "ParameterSetViewModel", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "StorageManagerDialog", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "ParameterViewModel", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "SettingId", - "Namespace": "Microsoft.Virtualization.Client.Settings" + "Name": "ShowAllModulesWindow", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "ImageLabel", - "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + "Name": "ShowCommandWindow", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "EnhancedCheckBoxState", - "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + "Name": "MultipleSelectionDialog", + "Namespace": "Microsoft.PowerShell.Commands.ShowCommandInternal" }, { - "Name": "DataGridViewEnhancedCheckboxColumn", - "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + "Name": "HelpWindow", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "DataGridViewEnhancedCheckBoxCell", - "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" + "Name": "SettingsDialog", + "Namespace": "Microsoft.Management.UI" }, { - "Name": "ConnectForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "XamlLocalizableResources", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ResumeExtendedReplicationForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "HelpWindowResources", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "InitializeReplicationForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ShowCommandResources", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "RemoveReplicationForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "AutomationTextBlock", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ResynchronizeReplicationForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "CustomTypeComparer", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "FailoverForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "DataRoutedEventArgs`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "PlannedFailoverForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "DateTimeApproximationComparer", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ImportReplicationForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "DismissiblePopup", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ReplicationMonitoringForm", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ExtendedFrameworkElementAutomationPeer", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "BaseFormViewControl", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "IAsyncProgress", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "BaseListView", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "IntegralConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "OperationResult", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "InverseBooleanConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "FailoverReplicationNonUIActionPerformer", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "IsEqualConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ServerNodeViewControl", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "IsNotNullConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "SnapInNodeViewControl", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "IStateDescriptorFactory`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "StartPageHeader", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ListOrganizer", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "BrowserSnapInInstaller", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "ListOrganizerItem", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "DelegateInvoker", - "Namespace": "Microsoft.Virtualization.Client.VMBrowser" + "Name": "MessageTextBox", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "WizardUtilities", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "PickerBase", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "WizardsConfiguration", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "PopupControlButton", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "VMWizardForm", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "PropertyChangedEventArgs`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "SummaryDescriptionControl", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "ReadOnlyObservableAsyncCollection`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "SummaryInfo", - "Namespace": "Microsoft.Virtualization.Client.Wizards" + "Name": "ScalableImage", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ShareWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMShareWizard" + "Name": "ScalableImageSource", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ReplicationWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Replication" + "Name": "StateDescriptor`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "NewVirtualMachineWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVM" + "Name": "StringFormatConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "WizardStrings", - "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVM" + "Name": "TextBlockService", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "NewVirtualHardDiskWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVhd" + "Name": "TextTrimConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "MoveWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + "Name": "UserActionState", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "IconType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + "Name": "ControlState", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "StorageMoveType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + "Name": "Utilities", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "VMMoveType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" + "Name": "VisualToAncestorDataConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ImportWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" + "Name": "AutomationGroup", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "EditVirtualHardDiskWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.EditVhd" + "Name": "ExpanderButton", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "BranchPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "ExpanderButtonAutomationPeer", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ConfirmationPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "ResizeGripLocation", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "TitleType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "Resizer", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ButtonType", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "ResizerGripThicknessConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "OrientationPanelStepMode", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "FilterExpressionAndOperatorNode", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "FiniteProgressPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "FilterExpressionNode", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "InfiniteProgressPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "FilterExpressionOperandNode", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ProgressPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "FilterExpressionOrOperatorNode", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "SummaryPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "ComparableValueFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "WizardActionStatus", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "DoesNotEqualFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "WizardAction", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "EqualsFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "WizardForm", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "FilterRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "WizardFrameworkException", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "FilterRuleExtensions", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "WizardPage", - "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" + "Name": "IsBetweenFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "FixupWizard", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" + "Name": "IsEmptyFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "FixupErrorsGroupbox", - "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" + "Name": "IsGreaterThanFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "Collection", - "Namespace": "Microsoft.VisualBasic" + "Name": "IsLessThanFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ControlChars", - "Namespace": "Microsoft.VisualBasic" + "Name": "IsNotEmptyFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "Conversion", - "Namespace": "Microsoft.VisualBasic" + "Name": "IsNotEmptyValidationRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "DateAndTime", - "Namespace": "Microsoft.VisualBasic" + "Name": "PropertiesTextContainsFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ErrObject", - "Namespace": "Microsoft.VisualBasic" + "Name": "PropertyValueSelectorFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "FileSystem", - "Namespace": "Microsoft.VisualBasic" + "Name": "SelectorFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "Financial", - "Namespace": "Microsoft.VisualBasic" + "Name": "SingleValueComparableValueFilterRule`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "VariantType", - "Namespace": "Microsoft.VisualBasic" + "Name": "TextContainsFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "AppWinStyle", - "Namespace": "Microsoft.VisualBasic" + "Name": "TextDoesNotContainFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "CallType", - "Namespace": "Microsoft.VisualBasic" + "Name": "TextDoesNotEqualFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "CompareMethod", - "Namespace": "Microsoft.VisualBasic" + "Name": "TextEndsWithFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "DateFormat", - "Namespace": "Microsoft.VisualBasic" + "Name": "TextEqualsFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "FirstDayOfWeek", - "Namespace": "Microsoft.VisualBasic" + "Name": "TextFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "FileAttribute", - "Namespace": "Microsoft.VisualBasic" + "Name": "TextStartsWithFilterRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "FirstWeekOfYear", - "Namespace": "Microsoft.VisualBasic" + "Name": "DataErrorInfoValidationResult", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "VbStrConv", - "Namespace": "Microsoft.VisualBasic" + "Name": "DataErrorInfoValidationRule", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "TriState", - "Namespace": "Microsoft.VisualBasic" + "Name": "DefaultFilterRuleCustomizationFactory", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "DateInterval", - "Namespace": "Microsoft.VisualBasic" + "Name": "FilterEvaluator", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "DueDate", - "Namespace": "Microsoft.VisualBasic" + "Name": "FilterExceptionEventArgs", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "OpenMode", - "Namespace": "Microsoft.VisualBasic" + "Name": "FilterRuleCustomizationFactory", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "OpenAccess", - "Namespace": "Microsoft.VisualBasic" + "Name": "FilterStatus", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "OpenShare", - "Namespace": "Microsoft.VisualBasic" + "Name": "IEvaluate", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "TabInfo", - "Namespace": "Microsoft.VisualBasic" + "Name": "IFilterExpressionProvider", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "SpcInfo", - "Namespace": "Microsoft.VisualBasic" + "Name": "ItemsControlFilterEvaluator", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "MsgBoxResult", - "Namespace": "Microsoft.VisualBasic" + "Name": "ValidatingSelectorValue`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "MsgBoxStyle", - "Namespace": "Microsoft.VisualBasic" + "Name": "ValidatingValue`1", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "VBFixedStringAttribute", - "Namespace": "Microsoft.VisualBasic" + "Name": "ValidatingValueBase", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "VBFixedArrayAttribute", - "Namespace": "Microsoft.VisualBasic" + "Name": "AddFilterRulePicker", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ComClassAttribute", - "Namespace": "Microsoft.VisualBasic" + "Name": "AddFilterRulePickerItem", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "MyGroupCollectionAttribute", - "Namespace": "Microsoft.VisualBasic" + "Name": "InputFieldBackgroundTextConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "HideModuleNameAttribute", - "Namespace": "Microsoft.VisualBasic" + "Name": "IsValidatingValueValidConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "Globals", - "Namespace": "Microsoft.VisualBasic" + "Name": "FilterRulePanel", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "Information", - "Namespace": "Microsoft.VisualBasic" + "Name": "FilterRulePanelContentPresenter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "Interaction", - "Namespace": "Microsoft.VisualBasic" + "Name": "FilterRulePanelController", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "Strings", - "Namespace": "Microsoft.VisualBasic" + "Name": "FilterRulePanelItem", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "Constants", - "Namespace": "Microsoft.VisualBasic" + "Name": "FilterRulePanelItemType", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "VBMath", - "Namespace": "Microsoft.VisualBasic" + "Name": "FilterRuleTemplateSelector", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ApplicationBase", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "FilterRuleToDisplayNameConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "AssemblyInfo", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "SearchBox", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ConsoleApplicationBase", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "SearchTextParser", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "User", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "SearchTextParseResult", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "BuiltInRole", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "ValidatingSelectorValueToDisplayNameConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "BuiltInRoleConverter", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "ValidatingValueToGenericParameterTypeConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "WebUser", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "ColumnPicker", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "AuthenticationMode", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "DefaultStringConverter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ShutdownMode", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "InnerList", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "UnhandledExceptionEventArgs", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "InnerListColumn", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "StartupEventArgs", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "InnerListGridView", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "StartupNextInstanceEventArgs", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "IPropertyValueGetter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "StartupEventHandler", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "ManagementList", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "StartupNextInstanceEventHandler", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "ManagementListStateDescriptor", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "ShutdownEventHandler", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "ManagementListStateDescriptorFactory", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "UnhandledExceptionEventHandler", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "ManagementListTitle", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "NoStartupFormException", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "PropertyValueGetter", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "CantStartSingleInstanceException", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "UIPropertyGroupDescription", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "WindowsFormsApplicationBase", - "Namespace": "Microsoft.VisualBasic.ApplicationServices" + "Name": "WaitRing", + "Namespace": "Microsoft.Management.UI.Internal" }, { - "Name": "AudioPlayMode", - "Namespace": "Microsoft.VisualBasic" + "Name": "AddComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "Audio", - "Namespace": "Microsoft.VisualBasic.Devices" + "Name": "AddContent", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "Clock", - "Namespace": "Microsoft.VisualBasic.Devices" + "Name": "CheckpointComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "Computer", - "Namespace": "Microsoft.VisualBasic.Devices" + "Name": "ClearContent", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "ComputerInfo", - "Namespace": "Microsoft.VisualBasic.Devices" + "Name": "ClearEventLog", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "Keyboard", - "Namespace": "Microsoft.VisualBasic.Devices" + "Name": "ClearItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "Mouse", - "Namespace": "Microsoft.VisualBasic.Devices" + "Name": "ClearItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "NetworkAvailableEventArgs", - "Namespace": "Microsoft.VisualBasic.Devices" + "Name": "ClearRecycleBin", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "NetworkAvailableEventHandler", - "Namespace": "Microsoft.VisualBasic.Devices" + "Name": "ConvertPath", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "Network", - "Namespace": "Microsoft.VisualBasic.Devices" + "Name": "CopyItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "Ports", - "Namespace": "Microsoft.VisualBasic.Devices" + "Name": "CopyItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "ServerComputer", - "Namespace": "Microsoft.VisualBasic.Devices" + "Name": "DisableComputerRestore", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "FileSystem", - "Namespace": "Microsoft.VisualBasic.FileIO" + "Name": "EnableComputerRestore", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "DeleteDirectoryOption", - "Namespace": "Microsoft.VisualBasic.FileIO" + "Name": "GetChildItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "RecycleOption", - "Namespace": "Microsoft.VisualBasic.FileIO" + "Name": "GetComputerRestorePoint", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "SearchOption", - "Namespace": "Microsoft.VisualBasic.FileIO" + "Name": "GetContent", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "UICancelOption", - "Namespace": "Microsoft.VisualBasic.FileIO" + "Name": "GetEventLog", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "UIOption", - "Namespace": "Microsoft.VisualBasic.FileIO" + "Name": "GetHotFix", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "MalformedLineException", - "Namespace": "Microsoft.VisualBasic.FileIO" + "Name": "GetItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "SpecialDirectories", - "Namespace": "Microsoft.VisualBasic.FileIO" + "Name": "GetItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "TextFieldParser", - "Namespace": "Microsoft.VisualBasic.FileIO" + "Name": "GetLocation", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "FieldType", - "Namespace": "Microsoft.VisualBasic.FileIO" + "Name": "GetProcess", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "BooleanType", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "GetPSDrive", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "ByteType", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "GetPSProvider", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "CharType", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "GetService", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "CharArrayType", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "InvokeItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "Conversions", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "JoinPath", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "ShortType", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "LimitEventLog", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "IntegerType", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "MoveItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "InternalXmlHelper", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "MoveItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "LongType", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "NewEventLog", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "SingleType", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "NewItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "DoubleType", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "NewItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "DateType", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "NewService", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "DecimalType", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "NewWebServiceProxy", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "FlowControl", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "RegisterWmiEvent", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "ObjectFlowControl", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "RemoveComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "StringType", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "RemoveEventLog", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "ObjectType", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "RemoveItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "Operators", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "RemoveItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "LikeOperator", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "RemoveWmiObject", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "ExceptionUtils", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "RenameComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "InternalErrorException", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "RenameItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "Utils", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "RenameItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "LateBinding", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "ResetComputerMachinePassword", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "ProjectData", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "ResolvePath", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "NewLateBinding", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "RestartService", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "StaticLocalInitFlag", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "RestoreComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "IncompleteInitialization", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "ResumeService", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "IVbHost", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "SetContent", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "HostServices", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "SetItem", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "StandardModuleAttribute", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "SetItemProperty", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "OptionTextAttribute", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "SetService", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "OptionCompareAttribute", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "SetWmiInstance", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "DesignerGeneratedAttribute", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "SplitPath", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "Versioned", - "Namespace": "Microsoft.VisualBasic.CompilerServices" + "Name": "StartProcess", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "Log", - "Namespace": "Microsoft.VisualBasic.Logging" + "Name": "StartService", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "AspLog", - "Namespace": "Microsoft.VisualBasic.Logging" + "Name": "StopComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "LogFileLocation", - "Namespace": "Microsoft.VisualBasic.Logging" + "Name": "StopProcess", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "LogFileCreationScheduleOption", - "Namespace": "Microsoft.VisualBasic.Logging" + "Name": "StopService", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "DiskSpaceExhaustedOption", - "Namespace": "Microsoft.VisualBasic.Logging" + "Name": "SuspendService", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "FileLogTraceListener", - "Namespace": "Microsoft.VisualBasic.Logging" + "Name": "TestComputerSecureChannel", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "ClipboardProxy", - "Namespace": "Microsoft.VisualBasic.MyServices" + "Name": "TestConnection", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "FileSystemProxy", - "Namespace": "Microsoft.VisualBasic.MyServices" + "Name": "TestPath", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "RegistryProxy", - "Namespace": "Microsoft.VisualBasic.MyServices" + "Name": "WaitProcess", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "SpecialDirectoriesProxy", - "Namespace": "Microsoft.VisualBasic.MyServices" + "Name": "WriteEventLog", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "ContextValue`1", - "Namespace": "Microsoft.VisualBasic.MyServices.Internal" + "Name": "GetItemPropertyValue", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "DriveListBox", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "RestartActivityContext", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "DirListBox", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "RestartComputer", + "Namespace": "Microsoft.PowerShell.Management.Activities" }, { - "Name": "FileListBox", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ScheduledJob", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "ListBoxItem", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ScheduledJobDefinition", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "FixedLengthString", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ScheduledJobException", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "Support", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ScheduledJobInvocationInfo", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebItemNameNotOptional", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ScheduledJobOptions", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebItemAssociatedWebClassNotOptional", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "TaskMultipleInstancePolicy", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebItemCouldNotLoadEmbeddedResource", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ScheduledJobSourceAdapter", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebItemCouldNotLoadTemplateFile", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ScheduledJobTrigger", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebItemUnexpectedErrorReadingTemplateFile", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "TriggerFrequency", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebItemTooManyNestedTags", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "JobTriggerToCimInstanceConverter", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebItemClosingTagNotFound", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "NewJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebItemNoTemplateSpecified", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "AddJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebItem", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ScheduleJobCmdletBase", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebClassNextItemCannotBeCurrentWebItem", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "RemoveJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebClassUserWebClassNameNotOptional", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebClassWebClassFileNameNotOptional", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "SetJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebClassContainingClassNotOptional", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "DisableJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebClassNextItemRespondNotFound", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "EnableJobTriggerCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebClassCouldNotFindEvent", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "EnableDisableScheduledJobCmdletBase", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebClassWebItemNotValid", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ScheduledJobOptionCmdletBase", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "WebClass", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "NewScheduledJobOptionCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "ZOrderConstants", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "SetScheduledJobOptionCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "ShiftConstants", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetScheduledJobOptionCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "MouseButtonConstants", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "RegisterScheduledJobCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "FormShowConstants", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "SetScheduledJobCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "LoadResConstants", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetScheduledJobCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "ScaleMode", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "UnregisterScheduledJobCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "BaseControlArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "DisableScheduledJobDefinitionBase", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "DriveListBoxArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "DisableScheduledJobCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "DirListBoxArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "EnableScheduledJobCommand", + "Namespace": "Microsoft.PowerShell.ScheduledJob" }, { - "Name": "FileListBoxArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "IAction", + "Namespace": "TaskScheduler" }, { - "Name": "BaseOcxArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "IActionCollection", + "Namespace": "TaskScheduler" }, { - "Name": "ButtonArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "IBootTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "CheckBoxArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "IDailyTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "CheckedListBoxArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "IExecAction", + "Namespace": "TaskScheduler" }, { - "Name": "ColorDialogArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "IIdleSettings", + "Namespace": "TaskScheduler" }, { - "Name": "ComboBoxArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ILogonTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "FontDialogArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "IPrincipal", + "Namespace": "TaskScheduler" }, { - "Name": "GroupBoxArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "IRegisteredTask", + "Namespace": "TaskScheduler" }, { - "Name": "HScrollBarArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "IRepetitionPattern", + "Namespace": "TaskScheduler" }, { - "Name": "ImageListArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "IRunningTask", + "Namespace": "TaskScheduler" }, { - "Name": "LabelArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "IRunningTaskCollection", + "Namespace": "TaskScheduler" }, { - "Name": "ListBoxArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ITaskDefinition", + "Namespace": "TaskScheduler" }, { - "Name": "ListViewArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ITaskFolder", + "Namespace": "TaskScheduler" }, { - "Name": "MaskedTextBoxArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ITaskService", + "Namespace": "TaskScheduler" }, { - "Name": "MenuItemArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ITaskSettings", + "Namespace": "TaskScheduler" }, - { - "Name": "ToolStripMenuItemArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + { + "Name": "ITimeTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "OpenFileDialogArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ITrigger", + "Namespace": "TaskScheduler" }, { - "Name": "PanelArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ITriggerCollection", + "Namespace": "TaskScheduler" }, { - "Name": "PictureBoxArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "IWeeklyTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "ProgressBarArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "TaskScheduler", + "Namespace": "TaskScheduler" }, { - "Name": "PrintDialogArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "_TASK_ACTION_TYPE", + "Namespace": "TaskScheduler" }, { - "Name": "RadioButtonArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "_TASK_INSTANCES_POLICY", + "Namespace": "TaskScheduler" }, { - "Name": "RichTextBoxArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "_TASK_LOGON_TYPE", + "Namespace": "TaskScheduler" }, { - "Name": "SaveFileDialogArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "_TASK_RUNLEVEL", + "Namespace": "TaskScheduler" }, { - "Name": "StatusBarArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "_TASK_TRIGGER_TYPE2", + "Namespace": "TaskScheduler" }, { - "Name": "StatusStripArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "PSSecurityPSSnapIn", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "TabControlArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "SecurityDescriptorCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "TextBoxArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetAclCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "TimerArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "SetAclCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ToolBarArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "DnsNameRepresentation", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ToolStripArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "CertificateProvider", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "TreeViewArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "X509StoreLocation", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VScrollBarArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "EnhancedKeyUsageRepresentation", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "WebBrowserArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "SendAsTrustedIssuerProperty", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SRDescriptionAttribute", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "EnhancedKeyUsageProperty", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "MBindingCollection", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "DnsNameProperty", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "BindingCollectionEnumerator", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "CertificateProviderItemNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IDataFormatDisp", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "CertificateNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DBinding", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "CertificateStoreNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "UpdateMode", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "CertificateStoreLocationNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DBindingCollection", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetCredentialCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "UGUID", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetExecutionPolicyCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "UNAME", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "SetExecutionPolicyCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DBKINDENUM", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "SecureStringCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DBID", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ConvertFromToSecureStringCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DBCOLUMNINFO", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ConvertFromSecureStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DBBINDING", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ConvertToSecureStringCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IRowPosition", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "SignatureCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IRowset", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetAuthenticodeSignatureCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IRowsetChange", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "SetAuthenticodeSignatureCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IRowPositionChange", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "CatalogCommandsBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IRowsetNotify", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "NewFileCatalogCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DBPROPIDSET", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "TestFileCatalogCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IColumnsInfo", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetPfxCertificateCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IRowsetInfo", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ProtectCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IRowsetIdentity", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IAccessor", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "UnprotectCmsMessageCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IChapteredRowset", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ConvertFromSecureString", + "Namespace": "Microsoft.PowerShell.Security.Activities" }, { - "Name": "IDataFormat", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "ConvertToSecureString", + "Namespace": "Microsoft.PowerShell.Security.Activities" }, { - "Name": "IConnectionPoint", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetAcl", + "Namespace": "Microsoft.PowerShell.Security.Activities" }, { - "Name": "IConnectionPointContainer", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetAuthenticodeSignature", + "Namespace": "Microsoft.PowerShell.Security.Activities" }, { - "Name": "CONNECTDATA", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetExecutionPolicy", + "Namespace": "Microsoft.PowerShell.Security.Activities" }, { - "Name": "IEnumConnections", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetPfxCertificate", + "Namespace": "Microsoft.PowerShell.Security.Activities" }, { - "Name": "IEnumConnectionPoints", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "SetAcl", + "Namespace": "Microsoft.PowerShell.Security.Activities" }, { - "Name": "MBinding", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "SetAuthenticodeSignature", + "Namespace": "Microsoft.PowerShell.Security.Activities" }, { - "Name": "ADODC", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "SetExecutionPolicy", + "Namespace": "Microsoft.PowerShell.Security.Activities" }, { - "Name": "ADODCArray", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "UnprotectCmsMessage", + "Namespace": "Microsoft.PowerShell.Security.Activities" }, { - "Name": "BaseDataEnvironment", - "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" + "Name": "GetCmsMessage", + "Namespace": "Microsoft.PowerShell.Security.Activities" }, { - "Name": "IsCXXReferenceModifier", - "Namespace": "Microsoft.VisualC" + "Name": "ProtectCmsMessage", + "Namespace": "Microsoft.PowerShell.Security.Activities" }, { - "Name": "IsConstModifier", - "Namespace": "Microsoft.VisualC" + "Name": "AddMember", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IsLongModifier", - "Namespace": "Microsoft.VisualC" + "Name": "AddType", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IsVolatileModifier", - "Namespace": "Microsoft.VisualC" + "Name": "CompareObject", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IsSignedModifier", - "Namespace": "Microsoft.VisualC" + "Name": "ConvertFromCsv", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "NoSignSpecifiedModifier", - "Namespace": "Microsoft.VisualC" + "Name": "ConvertFromStringData", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "NeedsCopyConstructorModifier", - "Namespace": "Microsoft.VisualC" + "Name": "ConvertFromString", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "DecoratedNameAttribute", - "Namespace": "Microsoft.VisualC" + "Name": "ConvertToCsv", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "MiscellaneousBitsAttribute", - "Namespace": "Microsoft.VisualC" + "Name": "ConvertToHtml", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "DebugInfoInPDBAttribute", - "Namespace": "Microsoft.VisualC" + "Name": "ConvertToXml", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IBidirectionalContainer`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "ExportClixml", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IRandomAccessContainer`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "ExportCsv", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "INode`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "ExportFormatData", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IBaseIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "GetCulture", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IInputIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "GetDate", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IOutputIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "GetEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IForwardIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "GetEventSubscriber", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IBidirectionalIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "GetHost", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IRandomAccessIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "GetMember", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ReverseBidirectionalIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "GetRandom", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ConstReverseBidirectionalIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "GetTraceSource", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ReverseRandomAccessIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "GetUICulture", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ConstReverseRandomAccessIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "GetUnique", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ContainerBidirectionalIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "GroupObject", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ConstContainerBidirectionalIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "ImportClixml", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ContainerRandomAccessIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "ImportCsv", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ConstContainerRandomAccessIterator`1", - "Namespace": "Microsoft.VisualC.StlClr.Generic" + "Name": "InvokeExpression", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IDeque`1", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "MeasureCommand", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "DequeEnumeratorBase`1", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "MeasureObject", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "DequeEnumerator`1", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "NewEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "UnaryDelegate`2", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "NewTimeSpan", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "BinaryDelegate`3", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "OutFile", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IList`1", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "OutPrinter", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ListEnumeratorBase`1", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "OutString", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ListEnumerator`1", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "RegisterEngineEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IQueue`2", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "RegisterObjectEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IPriorityQueue`2", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "RemoveEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IStack`2", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "SelectObject", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "GenericPair`2", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "SelectString", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IVector`1", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "SelectXml", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "VectorEnumeratorBase`1", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "SendMailMessage", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "VectorEnumerator`1", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "SetDate", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IHash`2", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "SetTraceSource", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "HashEnumeratorBase`2", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "SortObject", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "HashEnumerator`2", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "StartSleep", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ITree`2", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "TeeObject", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "TreeEnumeratorBase`2", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "UnregisterEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "TreeEnumerator`2", - "Namespace": "Microsoft.VisualC.StlClr" + "Name": "UpdateList", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "VSCodeProvider", - "Namespace": "Microsoft.VisualC" + "Name": "WaitEvent", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "VSCodeProvider14", - "Namespace": "Microsoft.VisualC" + "Name": "WriteDebug", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "VSColorTable", - "Namespace": "Microsoft.VisualStudio" + "Name": "WriteError", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IVsToolboxService", - "Namespace": "Microsoft.VisualStudio.Toolbox" + "Name": "WriteInformation", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IVsToolboxService2", - "Namespace": "Microsoft.VisualStudio.Toolbox" + "Name": "WriteOutput", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ToolboxItemCreator", - "Namespace": "Microsoft.VisualStudio.Toolbox" + "Name": "WriteProgress", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ToolboxItemDiscovery", - "Namespace": "Microsoft.VisualStudio.Toolbox" + "Name": "WriteVerbose", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "ToolboxItemDiscoveryHelper", - "Namespace": "Microsoft.VisualStudio.Toolbox" + "Name": "WriteWarning", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IVsAddToolboxItems", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ConvertToJson", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IVsConfigureToolboxItem", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ConvertFromJson", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IVsDataObjectStringMapManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "GetTypeData", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IVsFrameworkMultiTargeting", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "InvokeRestMethod", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IVsStringMap", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "InvokeWebRequest", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "IVsUIShell5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UnblockFile", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "SVsDataObjectStringMapManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ImportLocalizedData", + "Namespace": "Microsoft.PowerShell.Utility.Activities" }, { - "Name": "SVsFrameworkMultiTargeting", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ParameterSpecificCategoryAttribute", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "__THEMEDCOLORTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "InputAndOutputCategoryAttribute", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "ApplicationDesignerEditorFactory", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "BehaviorCategoryAttribute", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "ApplicationDesignerLoader", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "ConnectivityCategoryAttribute", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "ApplicationDesignerPanel", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "IImplementsConnectionRetry", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "ApplicationDesignerRootComponent", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "WorkflowPreferenceVariables", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "ApplicationDesignerRootDesigner", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "HostParameterDefaults", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "ApplicationDesignerView", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "HostSettingCommandMetadata", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "ApplicationDesignerWindowPane", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "PSActivityContext", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "ApplicationDesignerWindowPaneControl", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "ActivityOnResumeAction", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "CmdTargetHelper", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "PipelineEnabledActivity", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "CustomViewProvider", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "PSActivity", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "CustomDocumentMonikerProvider", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "ActivityImplementationContext", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "DeferrableWindowPaneProviderService", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "PSWorkflowInstanceExtension", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "ProjectDesignerTabButton", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "PSActivityArgumentInfo", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "ProjectDesignerTabControl", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "WmiActivity", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "ProjectDesignerTabRenderer", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "PSRemotingActivity", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "ErrorControlCustomViewProvider", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "PSGeneratedCIMActivity", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IVsEditWindowNotify", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "GenericCimCmdletActivity", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "PropertyPageInfo", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "CimActivityImplementationContext", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "IPropertyPageSiteOwner", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "PSActivityEnvironment", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "PropertyPageSite", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "PSActivityHostController", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "SpecialFileCustomView", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "PSResumableActivityHostController", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "SpecialFileCustomViewProvider", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "PSWorkflowHost", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "SpecialFileCustomDocumentMonikerProvider", - "Namespace": "Microsoft.VisualStudio.Editors.ApplicationDesigner" + "Name": "RunspaceProvider", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "Constants", - "Namespace": "Microsoft.VisualStudio.Editors" + "Name": "PSCleanupActivity", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "BaseDialog", - "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + "Name": "DisablePSWorkflowConnection", + "Namespace": "Microsoft.PowerShell.Activities" }, { - "Name": "BaseRootDesigner", - "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + "Name": "ImportWorkflowCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DesignerMenuCommand", - "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + "Name": "PSWorkflowExecutionOption", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CheckCommandStatusHandler", - "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + "Name": "NewPSWorkflowExecutionOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DesignerMessageBox", - "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + "Name": "PSPersistableIdleAction", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "DeferrableWindowPaneProviderServiceBase", - "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + "Name": "PSWorkflowId", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "ErrorControl", - "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + "Name": "WorkflowUnhandledErrorAction", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "SourceCodeControlManager", - "Namespace": "Microsoft.VisualStudio.Editors.AppDesDesignerFramework" + "Name": "PSWorkflowRemoteActivityState", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "InternalException", - "Namespace": "Microsoft.VisualStudio.Editors.Package" + "Name": "PSWorkflowJob", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "ILangInactiveCfgPropertyNotifySink", - "Namespace": "Microsoft.VisualStudio.Editors.AppDesInterop" + "Name": "WorkflowJobSourceAdapter", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "CAUUIDMarshaler", - "Namespace": "Microsoft.VisualStudio.Editors.AppDesInterop" + "Name": "PSWorkflowJobManager", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "ILangPropertyProvideBatchUpdate", - "Namespace": "Microsoft.VisualStudio.Editors.AppDesInterop" + "Name": "Validation", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "CorMetaDataDispenser", - "Namespace": "Microsoft.VisualStudio.Editors.AppDesInterop" + "Name": "PSWorkflowValidator", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "win", - "Namespace": "Microsoft.VisualStudio.Editors.AppDesInterop" + "Name": "PSWorkflowExtensions", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "IVBPackage", - "Namespace": "Microsoft.VisualStudio.Editors" + "Name": "PSWorkflowContext", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "VBPackageUtils", - "Namespace": "Microsoft.VisualStudio.Editors" + "Name": "PSWorkflowDefinition", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "MyApplicationPropertiesBase", - "Namespace": "Microsoft.VisualStudio.Editors.MyApplication" + "Name": "PSWorkflowTimer", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "ConfigurationState", - "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + "Name": "PSWorkflowFileInstanceStore", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "DeferrableWindowPaneProviderService", - "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + "Name": "PSWorkflowConfigurationProvider", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "MultipleValuesStore", - "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + "Name": "PSWorkflowRuntime", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "PropertyPagePropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + "Name": "PSWorkflowSessionConfiguration", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "PropertyPageSerializationService", - "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + "Name": "WorkflowStoreComponents", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "PropPageDesignerDocData", - "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + "Name": "ActivityRunMode", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "PropPageDesignerEditorFactory", - "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + "Name": "PSWorkflowInstanceStore", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "PropPageDesignerLoader", - "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + "Name": "PSWorkflowInstance", + "Namespace": "Microsoft.PowerShell.Workflow" }, { - "Name": "PropPageDesignerRootComponent", - "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + "Name": "AdminPowerShellSnapIn", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "PropPageDesignerRootDesigner", - "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + "Name": "AdminPowerShellProvider", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "PropPageDesignerView", - "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + "Name": "NewDriveDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "PropPageDesignerWindowPane", - "Namespace": "Microsoft.VisualStudio.Editors.PropPageDesigner" + "Name": "OptionalDecommissionDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "ChildPageSite", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "ProxySettingsBaseDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "ControlDataFlags", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "MandatoryProxySettingsDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "HiddenIfMissingPropertyControlData", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "OptionalProxySettingsDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "ProjectReloadedException", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "MandatoryProxyAuthenticationDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "PropertyControlData", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "OptionalProxyAuthenticationDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "PropertyListener", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "ProxyAuthenticationSchemeDynamicParameter", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "PropertyPageException", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "NewSetRightsTemplateDynamicParameters", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "IPropertyPageInternal", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "IdentificationInfoDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "IPropertyPageSiteInternal", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "UserRightsItemDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "PROPPAGESTATUS", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "RevocationBaseDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "PropPageBase", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "RevocationWithMandatoryDaysDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "VBPropPageBase", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "RevocationWithOptionalDaysDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "PropPageHostDialog", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "RevocationWithMandatoryLocationDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "PropPageUserControlBase", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "RevocationWithOptionalLocationDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "SKUMatrix", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "UserExclusionDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "ValidationResult", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" - }, - { - "Name": "VSProductSKU", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" - }, - { - "Name": "VSThemedLinkLabel", - "Namespace": null - }, - { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" - }, - { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" - }, - { - "Name": "AttributeHelper", - "Namespace": "Microsoft.Cci" - }, - { - "Name": "MetadataHostEnvironment", - "Namespace": "Microsoft.Cci" - }, - { - "Name": "GlobalLock", - "Namespace": "Microsoft.Cci" - }, - { - "Name": "IMetadataReaderHost", - "Namespace": "Microsoft.Cci" - }, - { - "Name": "MetadataReaderHost", - "Namespace": "Microsoft.Cci" - }, - { - "Name": "InternFactory", - "Namespace": "Microsoft.Cci" - }, - { - "Name": "NameTable", - "Namespace": "Microsoft.Cci" - }, - { - "Name": "GlobalAssemblyCache", - "Namespace": "Microsoft.Cci" - }, - { - "Name": "AssemblyName", - "Namespace": "Microsoft.Cci" - }, - { - "Name": "MemberHelper", - "Namespace": "Microsoft.Cci" - }, - { - "Name": "MethodReference", - "Namespace": "Microsoft.Cci" + "Name": "AppExclusionDynamicParameterSet", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "SimpleParameterTypeInformation", - "Namespace": "Microsoft.Cci" + "Name": "ITraceReport", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "GenericMethodParameterInformationComparer", - "Namespace": "Microsoft.Cci" + "Name": "IErrorReport", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "ParameterInformationComparer", - "Namespace": "Microsoft.Cci" + "Name": "IPipelineConsole", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "SignatureFormatter", - "Namespace": "Microsoft.Cci" + "Name": "INativePipeConsole", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "ClrOperandStackType", - "Namespace": "Microsoft.Cci" + "Name": "PowerShellProviderBase", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "ClrHelper", - "Namespace": "Microsoft.Cci" + "Name": "OfficialRights", + "Namespace": "Microsoft.RightsManagementServices.PowerShell" }, { - "Name": "NameFormattingOptions", - "Namespace": "Microsoft.Cci" + "Name": "ICustomPipeConsole", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "TypeHelper", - "Namespace": "Microsoft.Cci" + "Name": "CustomCmdletBase", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "TypeNameFormatter", - "Namespace": "Microsoft.Cci" + "Name": "UpdateClusterCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "UnitHelper", - "Namespace": "Microsoft.Cci" + "Name": "GetServiceAccountCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "MemoryMappedFile", - "Namespace": "Microsoft.Cci" + "Name": "SetServiceAccountCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "UnmanagedBinaryMemoryBlock", - "Namespace": "Microsoft.Cci" + "Name": "ImportTrustedUserDomainCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "BinaryDocument", - "Namespace": "Microsoft.Cci" + "Name": "ExportTrustedUserDomainCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "BinaryLocation", - "Namespace": "Microsoft.Cci" + "Name": "ImportTrustedPublishingDomainCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "ILLocation", - "Namespace": "Microsoft.Cci" + "Name": "ExportTrustedPublishingDomainCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "BaseMetadataTraverser", - "Namespace": "Microsoft.Cci" + "Name": "GetSystemHealthReportCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "BaseMetadataVisitor", - "Namespace": "Microsoft.Cci" + "Name": "GetUserRequestCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "MetadataVisitor", - "Namespace": "Microsoft.Cci" + "Name": "GetRequestInfoCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "MetadataTraverser", - "Namespace": "Microsoft.Cci" + "Name": "GetCertificateChainCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "ErrorEventArgs", - "Namespace": "Microsoft.Cci" + "Name": "GetCertificateInfoCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "IBinaryDocument", - "Namespace": "Microsoft.Cci" + "Name": "GetChildCertificateCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "IBinaryDocumentMemoryBlock", - "Namespace": "Microsoft.Cci" + "Name": "GetEncryptedILCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "IBinaryLocation", - "Namespace": "Microsoft.Cci" + "Name": "GetLoggingReportDefLangCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "IMetadataHost", - "Namespace": "Microsoft.Cci" + "Name": "EnrollmentCmdletBase", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "IContainer`1", - "Namespace": "Microsoft.Cci" + "Name": "InstallRmsMfgEnrollmentCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "IContainerMember`1", - "Namespace": "Microsoft.Cci" + "Name": "UpdateRmsMfgEnrollmentCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "IDefinition", - "Namespace": "Microsoft.Cci" + "Name": "UninstallRmsMfgEnrollmentCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "IReference", - "Namespace": "Microsoft.Cci" + "Name": "InstallRmsMfgSupportCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "IDocument", - "Namespace": "Microsoft.Cci" + "Name": "UninstallRmsMfgSupportCommand", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "IErrorMessage", - "Namespace": "Microsoft.Cci" + "Name": "InitializeRmsCryptoMode2Command", + "Namespace": "Microsoft.RightsManagementServices.PowerShell.Commands" }, { - "Name": "IMetadataObjectWithToken", - "Namespace": "Microsoft.Cci" + "Name": "AdminServiceRoleManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ITokenDecoder", - "Namespace": "Microsoft.Cci" + "Name": "VersionData", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IScope`1", - "Namespace": "Microsoft.Cci" + "Name": "QueryRoleCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IScopeMember`1", - "Namespace": "Microsoft.Cci" + "Name": "QueryRoleCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IObjectWithLocations", - "Namespace": "Microsoft.Cci" + "Name": "AdminServiceClusterInformationManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IILLocation", - "Namespace": "Microsoft.Cci" + "Name": "SoapEnterpriseUrls", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMetadataLocation", - "Namespace": "Microsoft.Cci" + "Name": "SoapUrls", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ILocation", - "Namespace": "Microsoft.Cci" + "Name": "SoapClusterInformation", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IInternFactory", - "Namespace": "Microsoft.Cci" + "Name": "GetClusterInformationCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMetadataVisitor", - "Namespace": "Microsoft.Cci" + "Name": "GetClusterInformationCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Dummy", - "Namespace": "Microsoft.Cci" + "Name": "AdminServiceAuditReportManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMetadataConstant", - "Namespace": "Microsoft.Cci" + "Name": "SoapLoggingSystemInformation", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMetadataConstantContainer", - "Namespace": "Microsoft.Cci" + "Name": "ReportType", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMetadataCreateArray", - "Namespace": "Microsoft.Cci" + "Name": "GetLoggingSystemInformationCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMetadataExpression", - "Namespace": "Microsoft.Cci" + "Name": "GetLoggingSystemInformationCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMetadataNamedArgument", - "Namespace": "Microsoft.Cci" + "Name": "GetLoggingEnabledCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMetadataTypeOf", - "Namespace": "Microsoft.Cci" + "Name": "GetLoggingEnabledCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CallingConvention", - "Namespace": "Microsoft.Cci" + "Name": "SetLoggingEnabledCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IEventDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetLoggingLevelCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IFieldDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetLoggingLevelCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IFieldReference", - "Namespace": "Microsoft.Cci" + "Name": "SetLoggingLevelCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "HandlerKind", - "Namespace": "Microsoft.Cci" + "Name": "GetCertifiedUsersCountCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IOperationExceptionInformation", - "Namespace": "Microsoft.Cci" + "Name": "GetCertifiedUsersCountCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ILocalDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetHealthReportRequestTypeSummaryCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMethodBody", - "Namespace": "Microsoft.Cci" + "Name": "GetHealthReportRequestTypeSummaryCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMethodDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetHealthReportRequestTypeDomainSummaryCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IParameterDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetHealthReportRequestTypeDomainSummaryCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IPropertyDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetHealthReportRequestTypeDomainUserSummaryCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISignature", - "Namespace": "Microsoft.Cci" + "Name": "GetHealthReportRequestTypeDomainUserSummaryCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ITypeDefinitionMember", - "Namespace": "Microsoft.Cci" + "Name": "GetHealthReportRequestTypeAverageDurationCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ITypeMemberReference", - "Namespace": "Microsoft.Cci" + "Name": "GetHealthReportRequestTypeAverageDurationCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IAliasMember", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportUserRequestSummaryCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISpecializedEventDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportUserRequestSummaryCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISpecializedFieldDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportUserRequestTypeListCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISpecializedFieldReference", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportUserRequestTypeListCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISpecializedMethodDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportUserRequestDetailInformationCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISpecializedMethodReference", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportUserRequestDetailInformationCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISpecializedPropertyDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportUserRequestCertificateSummaryCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMethodReference", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportUserRequestCertificateSummaryCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IGenericMethodInstance", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportUserRequestCertificateInformationCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IGenericMethodInstanceReference", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportUserRequestCertificateInformationCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IGlobalFieldDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportAllIssuanceLicensesFromClientLicensorCertCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IGlobalMethodDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportAllIssuanceLicensesFromClientLicensorCertCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Enumerable`1", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportAllEndUserLicensesFromIssuanceLicenseCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Function`2", - "Namespace": "Microsoft.Cci" + "Name": "GetTroubleshootingReportAllEndUserLicensesFromIssuanceLicenseCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Function`3", - "Namespace": "Microsoft.Cci" + "Name": "GetHealthReportDataCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Action`2", - "Namespace": "Microsoft.Cci" + "Name": "GetHealthReportDataCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IteratorHelper", - "Namespace": "Microsoft.Cci" + "Name": "GetHealthReportGraphCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ObjectModelHelper", - "Namespace": "Microsoft.Cci" + "Name": "GetHealthReportGraphCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IOperation", - "Namespace": "Microsoft.Cci" + "Name": "AdminServiceRightsTemplateManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ICustomAttribute", - "Namespace": "Microsoft.Cci" + "Name": "SoapTemplateLocaleName", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IFileReference", - "Namespace": "Microsoft.Cci" + "Name": "SoapRevocationCondition", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IResource", - "Namespace": "Microsoft.Cci" + "Name": "SoapApplicationSpecificDataItem", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IResourceReference", - "Namespace": "Microsoft.Cci" + "Name": "SoapExtendedCondition", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SecurityAction", - "Namespace": "Microsoft.Cci" + "Name": "SoapExpirationData", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISecurityAttribute", - "Namespace": "Microsoft.Cci" + "Name": "SoapExpirationCondition", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMarshallingInformation", - "Namespace": "Microsoft.Cci" + "Name": "SoapUserRightsItem", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IName", - "Namespace": "Microsoft.Cci" + "Name": "SoapTemplateSummary", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INamedEntity", - "Namespace": "Microsoft.Cci" + "Name": "SoapRightsTemplate", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INameTable", - "Namespace": "Microsoft.Cci" + "Name": "GetAllCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "OperationCode", - "Namespace": "Microsoft.Cci" + "Name": "GetAllCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IParameterListEntry", - "Namespace": "Microsoft.Cci" + "Name": "ClearCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "PInvokeCallingConvention", - "Namespace": "Microsoft.Cci" + "Name": "ClearCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IPlatformInvokeInformation", - "Namespace": "Microsoft.Cci" + "Name": "GetCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IWin32Resource", - "Namespace": "Microsoft.Cci" + "Name": "GetCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "OperationCheckFlags", - "Namespace": "Microsoft.Cci" + "Name": "AddCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IPESection", - "Namespace": "Microsoft.Cci" + "Name": "AddCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "PESectionCharacteristics", - "Namespace": "Microsoft.Cci" + "Name": "CopyCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "PESectionKind", - "Namespace": "Microsoft.Cci" + "Name": "CopyCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISectionBlock", - "Namespace": "Microsoft.Cci" + "Name": "UpdateCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INamespaceMember", - "Namespace": "Microsoft.Cci" + "Name": "UpdateCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INamespaceRootOwner", - "Namespace": "Microsoft.Cci" + "Name": "PublishCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INestedUnitNamespace", - "Namespace": "Microsoft.Cci" + "Name": "PublishCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INestedUnitNamespaceReference", - "Namespace": "Microsoft.Cci" + "Name": "RemoveCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INestedUnitSetNamespace", - "Namespace": "Microsoft.Cci" + "Name": "GetPublishingFilePathCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INamespaceDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetPublishingFilePathCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IRootUnitNamespace", - "Namespace": "Microsoft.Cci" + "Name": "SetPublishingFilePathCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IRootUnitNamespaceReference", - "Namespace": "Microsoft.Cci" + "Name": "AdminServiceEnterpriseManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IUnitNamespace", - "Namespace": "Microsoft.Cci" + "Name": "SoapTrustedPublishingDomain", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IUnitNamespaceReference", - "Namespace": "Microsoft.Cci" + "Name": "SoapTrustedUserDomain", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IUnitSetNamespace", - "Namespace": "Microsoft.Cci" + "Name": "SoapBigPolicy", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IRootUnitSetNamespace", - "Namespace": "Microsoft.Cci" + "Name": "SoapWindowsLiveUserDomain", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IAliasForType", - "Namespace": "Microsoft.Cci" + "Name": "SoapExcludedUserAccount", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IArrayType", - "Namespace": "Microsoft.Cci" + "Name": "SoapExcludedApplication", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IArrayTypeReference", - "Namespace": "Microsoft.Cci" + "Name": "SoapServicePrivateKeyProtectionInformation", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ICustomModifier", - "Namespace": "Microsoft.Cci" + "Name": "SoapUserDomainAccount", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IParameterTypeInformation", - "Namespace": "Microsoft.Cci" + "Name": "SoapProxyAuthentication", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IFunctionPointer", - "Namespace": "Microsoft.Cci" + "Name": "SoapProxySettings", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IFunctionPointerTypeReference", - "Namespace": "Microsoft.Cci" + "Name": "SoapDatabaseInformation", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IGenericParameter", - "Namespace": "Microsoft.Cci" + "Name": "SoapEnterpriseDatabase", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IGenericParameterReference", - "Namespace": "Microsoft.Cci" + "Name": "PreGenerateCryptoMode2SlcCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IGenericMethodParameter", - "Namespace": "Microsoft.Cci" + "Name": "PreGenerateCryptoMode2SlcCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IGenericMethodParameterReference", - "Namespace": "Microsoft.Cci" + "Name": "DRMSBigClusterPolicies", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IGenericTypeInstance", - "Namespace": "Microsoft.Cci" + "Name": "ExportServerLicensorCertificateCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IGenericTypeInstanceReference", - "Namespace": "Microsoft.Cci" + "Name": "ExportServerLicensorCertificateCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IGenericTypeParameter", - "Namespace": "Microsoft.Cci" + "Name": "GetServerLicensorKeyHierarchyCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IGenericTypeParameterReference", - "Namespace": "Microsoft.Cci" + "Name": "GetServerLicensorKeyHierarchyCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INamedTypeReference", - "Namespace": "Microsoft.Cci" + "Name": "GetServerLicensorCertificateFriendlyNameCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INamedTypeDefinition", - "Namespace": "Microsoft.Cci" + "Name": "GetServerLicensorCertificateFriendlyNameCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INamespaceTypeDefinition", - "Namespace": "Microsoft.Cci" + "Name": "SetServerLicensorCertificateFriendlyNameCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INamespaceTypeReference", - "Namespace": "Microsoft.Cci" + "Name": "GetStandardCertificateValidityPeriodInDaysCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INamespaceAliasForType", - "Namespace": "Microsoft.Cci" + "Name": "GetStandardCertificateValidityPeriodInDaysCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INestedTypeDefinition", - "Namespace": "Microsoft.Cci" + "Name": "SetStandardCertificateValidityPeriodInDaysCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INestedTypeReference", - "Namespace": "Microsoft.Cci" + "Name": "GetTemporaryCertificateValidityPeriodInMinutesCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INestedAliasForType", - "Namespace": "Microsoft.Cci" + "Name": "GetTemporaryCertificateValidityPeriodInMinutesCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISpecializedNestedTypeDefinition", - "Namespace": "Microsoft.Cci" + "Name": "SetTemporaryCertificateValidityPeriodInMinutesCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISpecializedNestedTypeReference", - "Namespace": "Microsoft.Cci" + "Name": "GetEnterpriseDatabaseCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMethodImplementation", - "Namespace": "Microsoft.Cci" + "Name": "GetEnterpriseDatabaseCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IModifiedTypeReference", - "Namespace": "Microsoft.Cci" + "Name": "GetProxySettingsCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IPlatformType", - "Namespace": "Microsoft.Cci" + "Name": "GetProxySettingsCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IPointerType", - "Namespace": "Microsoft.Cci" + "Name": "SetProxySettingsCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IPointerTypeReference", - "Namespace": "Microsoft.Cci" + "Name": "SetIntranetLicensingClusterCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IManagedPointerType", - "Namespace": "Microsoft.Cci" + "Name": "SetExtranetLicensingClusterCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IManagedPointerTypeReference", - "Namespace": "Microsoft.Cci" + "Name": "SetExtranetCertificationClusterCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ITypeDefinition", - "Namespace": "Microsoft.Cci" + "Name": "SetAdminContactEmailCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ITypeReference", - "Namespace": "Microsoft.Cci" + "Name": "GetIssuanceLicenseDecryptedRightsLabelCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "PrimitiveTypeCode", - "Namespace": "Microsoft.Cci" + "Name": "GetIssuanceLicenseDecryptedRightsLabelCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TypeMemberVisibility", - "Namespace": "Microsoft.Cci" + "Name": "IsSuperUserGroupEnabledCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TypeParameterVariance", - "Namespace": "Microsoft.Cci" + "Name": "IsSuperUserGroupEnabledCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "LayoutKind", - "Namespace": "Microsoft.Cci" + "Name": "EnableSuperUserGroupCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "StringFormatKind", - "Namespace": "Microsoft.Cci" + "Name": "GetSuperUserGroupCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ModuleKind", - "Namespace": "Microsoft.Cci" + "Name": "GetSuperUserGroupCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IAssembly", - "Namespace": "Microsoft.Cci" + "Name": "SetSuperUserGroupCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IAssemblyReference", - "Namespace": "Microsoft.Cci" + "Name": "SetSuperUserGroupCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Machine", - "Namespace": "Microsoft.Cci" + "Name": "GetDelegationEnabledCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IModule", - "Namespace": "Microsoft.Cci" + "Name": "GetDelegationEnabledCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IModuleReference", - "Namespace": "Microsoft.Cci" + "Name": "SetDelegationEnabledCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IUnit", - "Namespace": "Microsoft.Cci" + "Name": "SetDelegationEnabledCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IUnitReference", - "Namespace": "Microsoft.Cci" + "Name": "HasDelegationSchemaCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IUnitSet", - "Namespace": "Microsoft.Cci" + "Name": "HasDelegationSchemaCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "UnitIdentity", - "Namespace": "Microsoft.Cci" + "Name": "GetServicePrivateKeyProtectionInformationCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AssemblyIdentity", - "Namespace": "Microsoft.Cci" + "Name": "GetServicePrivateKeyProtectionInformationCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ModuleIdentity", - "Namespace": "Microsoft.Cci" + "Name": "DecommissionNowCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "UnitSetIdentity", - "Namespace": "Microsoft.Cci" + "Name": "IsExcludedApplicationsEnabledCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMetadataReaderErrorsReporter", - "Namespace": "Microsoft.Cci" + "Name": "IsExcludedApplicationsEnabledCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "PeReader", - "Namespace": "Microsoft.Cci" + "Name": "EnableExcludedApplicationsCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "MethodBodyDocument", - "Namespace": "Microsoft.Cci.MetadataReader" + "Name": "GetAllExcludedApplicationsCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DefaultWindowsRuntimeHost", - "Namespace": "Microsoft.Cci.MetadataReader" + "Name": "GetAllExcludedApplicationsCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "WindowsRuntimeMetadataReaderHost", - "Namespace": "Microsoft.Cci.MetadataReader" + "Name": "AddExcludedApplicationCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IDirectoryLocation", - "Namespace": "Microsoft.Cci.MetadataReader.Errors" + "Name": "AddExcludedApplicationCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMetadataStreamLocation", - "Namespace": "Microsoft.Cci.MetadataReader.Errors" + "Name": "ClearExcludedApplicationsCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMetadataLocation", - "Namespace": "Microsoft.Cci.MetadataReader.Errors" + "Name": "RemoveExcludedApplicationCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "HashHelper", - "Namespace": "Microsoft.Cci.UtilityDataStructures" + "Name": "IsExcludedUserAccountsEnabledCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "MultiHashtable`1", - "Namespace": "Microsoft.Cci.UtilityDataStructures" + "Name": "IsExcludedUserAccountsEnabledCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "MultiHashtable`2", - "Namespace": "Microsoft.Cci.UtilityDataStructures" + "Name": "EnableExcludedUserAccountsCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Hashtable`2", - "Namespace": "Microsoft.Cci.UtilityDataStructures" + "Name": "GetAllExcludedUserAccountsCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "HashtableForUintValues`1", - "Namespace": "Microsoft.Cci.UtilityDataStructures" + "Name": "GetAllExcludedUserAccountsCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Hashtable`1", - "Namespace": "Microsoft.Cci.UtilityDataStructures" + "Name": "AddExcludedUserAccountByKeyCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "HashtableUlong`1", - "Namespace": "Microsoft.Cci.UtilityDataStructures" + "Name": "AddExcludedUserAccountByKeyCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Hashtable", - "Namespace": "Microsoft.Cci.UtilityDataStructures" + "Name": "AddExcludedUserAccountByUserIdCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DoubleHashtable", - "Namespace": "Microsoft.Cci.UtilityDataStructures" + "Name": "AddExcludedUserAccountByUserIdCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DoubleHashtable`1", - "Namespace": "Microsoft.Cci.UtilityDataStructures" + "Name": "ClearExcludedUserAccountsCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SetOfObjects", - "Namespace": "Microsoft.Cci.UtilityDataStructures" + "Name": "RemoveExcludedUserAccountCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SetOfUints", - "Namespace": "Microsoft.Cci.UtilityDataStructures" + "Name": "IsExcludedLockboxEnabledCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Sublist`1", - "Namespace": "Microsoft.Cci.UtilityDataStructures" + "Name": "IsExcludedLockboxEnabledCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DummyArrayMethodReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "EnableExcludedLockboxCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "GenericMethodInstance", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetLockboxMinimumVersionCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "GenericMethodInstanceReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetLockboxMinimumVersionCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "GenericMethodParameterReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "SetLockboxMinimumVersionCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedEventDefinition", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "IsDisableLegacyWindowsVersionsEnabledCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedFieldDefinition", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "IsDisableLegacyWindowsVersionsEnabledCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedFieldReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "EnableDisableLegacyWindowsVersionsCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedGenericMethodParameter", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetTrustedPassportDomainCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedMethodDefinition", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetTrustedPassportDomainCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedMethodImplementation", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "EnableTrustPassportCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedMethodReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "EnableTrustPassportCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedParameterDefinition", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "DisableTrustPassportCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedPropertyDefinition", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "UpdatePassportExcludedUsersCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedTypeDefinitionMember`1", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "UpdateWindowsLiveFilteringPoliciesCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AssemblyReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetBigClusterPolicyCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "BaseTypeReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetBigClusterPolicyCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ModuleReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetAllTrustedUserDomainsCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "NamespaceTypeReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetAllTrustedUserDomainsCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "NestedUnitNamespaceReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "ImportTrustedUserDomainCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "PlatformType", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "ImportTrustedUserDomainCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "RootUnitNamespaceReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "UpdateTrustedUserDomainNamesCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ArrayType", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "UpdateTrustedUserDomainSecurityIdentifiersSettingCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CustomModifier", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "UpdateTrustedUserDomainADFederationSvcTrustCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "FunctionPointerType", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "RemoveTrustedUserDomainCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "GenericTypeInstance", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "ClearTrustedUserDomainCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "GenericTypeInstanceReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetAllTrustedPublishingDomainsCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ManagedPointerType", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetAllTrustedPublishingDomainsCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Matrix", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "ExportTrustedPublishingDomainCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "PointerType", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "ExportTrustedPublishingDomainCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ModifiedPointerType", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "ImportTrustedPublishingDomainCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ModifiedTypeReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "ImportTrustedPublishingDomainCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Scope`1", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "RemoveTrustedPublishingDomainCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedGenericParameter`1", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "ClearTrustedPublishingDomainCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedGenericTypeParameter", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "IsADFederationSvcEnabledCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedNestedTypeDefinition", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "IsADFederationSvcEnabledCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SpecializedNestedTypeReference", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "EnableADFederationSvcCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SystemDefinedStructuralType", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "EnableADFederationSvcCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Vector", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetADFederationSvcValidityPeriodInDaysCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "UnitSet", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetADFederationSvcValidityPeriodInDaysCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AggregatedNamespace`2", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "SetADFederationSvcValidityPeriodInDaysCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AggregatedScope`3", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetIsADFederationSvcProxyEmailAddressesAllowedCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "RootUnitSetNamespace", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetIsADFederationSvcProxyEmailAddressesAllowedCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "UnitSetNamespace", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "SetIsADFederationSvcProxyEmailAddressesAllowedCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "NestedUnitSetNamespace", - "Namespace": "Microsoft.Cci.Immutable" + "Name": "GetADFederationSvcRightsAccountCertificateRequestUrlCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CallingConventions", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "GetADFederationSvcRightsAccountCertificateRequestUrlCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IArrayTypeNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "SetADFederationSvcRightsAccountCertificateRequestUrlCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IDelegateNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "IsStsFederationInstalledCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IEventNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "IsStsFederationInstalledCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IFieldNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "IsStsFederationEnabledCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IFunctionPointerNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "IsStsFederationEnabledCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ILocalNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "EnableStsFederationCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMemberNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "EnableStsFederationCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMethodNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "IsStsEnrolledCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IModuleNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "IsStsEnrolledCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "GetStsFederationValidityPeriodInDaysCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "INodeCollection`1", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "GetStsFederationValidityPeriodInDaysCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IParameterNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "SetStsFederationValidityPeriodInDaysCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IPointerNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "GetStsFederationMetadataUrlCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IPropertyNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "GetStsFederationMetadataUrlCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IReferenceNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "SetStsFederationMetadataUrlCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IResource", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "GetStsFederationTokenDecryptionCertificateStoreCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ITypeModifierNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "GetStsFederationTokenDecryptionCertificateStoreCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ITypeNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "GetStsFederationTokenDecryptionCertificateLocationCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ITypeParameterNode", - "Namespace": "Microsoft.FxCop.Sdk.INodes" + "Name": "GetStsFederationTokenDecryptionCertificateLocationCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CodeAnalysisException", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis" - }, - { - "Name": "CodeAnalysisBooleanSwitch", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis" - }, - { - "Name": "CodeAnalysisSwitch", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis" - }, - { - "Name": "CodeAnalysisTraceSwitch", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis" - }, - { - "Name": "PlatformInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis" - }, - { - "Name": "PlatformDisplayNameOptions", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis" - }, - { - "Name": "SourceLanguage", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis" - }, - { - "Name": "InvalidRuleSetException", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" - }, - { - "Name": "IncludeAll", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" - }, - { - "Name": "RuleObject", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" - }, - { - "Name": "RuleObjectCollection", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" - }, - { - "Name": "RuleAction", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" - }, - { - "Name": "RuleReference", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" - }, - { - "Name": "RuleReferenceCollection", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" - }, - { - "Name": "RuleSet", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" - }, - { - "Name": "FailedToLoadRuleSetHandler", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" - }, - { - "Name": "RuleSetInclude", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" - }, - { - "Name": "RuleSetIncludeCollection", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.RuleSets" - }, - { - "Name": "BaseCategoryAttribute", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "BaseRuleAttribute", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "CategoryAttribute", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "CategoryInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "LocalizedCategoryAttribute", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "LocalizedResourceNameAttribute", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "ComponentInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "Discovery", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "ExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "ExtensionInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "FixCategories", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "ICategoryInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "ILocalizableAttribute", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "IRuleInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "IRuleInfo2", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "Loader", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "LocalizedRuleAttribute", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "MetadataComponentAttribute", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "MetadataComponentInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "MessageLevel", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "RuleAttribute", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + "Name": "GetStsFederationTokenDecryptionCertificateExpirationCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "RuleId", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + "Name": "GetStsFederationTokenDecryptionCertificateExpirationCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "RuleInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + "Name": "VariantObjectCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "RuleInfoCollection", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "RuleInfoProvider", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "ServiceAttribute", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "ServiceInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "DesignCategory", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "GlobalizationCategory", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "InteroperabilityCategory", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "MaintainabilityCategory", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "MobilityCategory", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "NamingCategory", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "PerformanceCategory", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "PortabilityCategory", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "ReliabilityCategory", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" - }, - { - "Name": "SecurityCategory", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + "Name": "StringCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "UsageCategory", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + "Name": "Constants", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "UncategorizedCategory", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.Extensibility" + "Name": "ClusterCryptoMode", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AnalysisMessage", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "EnterpriseUrls", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AnalysisResult", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "Urls", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AnalysisResultException", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "ClusterInformation", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AnalysisResultReaderState", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "LoggingSystemInformation", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AnalysisResultReader", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "DatabaseInformation", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AnalysisResultReaderOptions", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "EnterpriseDatabase", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AnalysisUnit", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "UserDomainAccount", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CPlusPlusLanguageInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "ProxyAuthentication", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CSharpLanguageInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "ServicePrivateKeyProtectionInformation", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CustomDataNode", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "TemplateLocaleName", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "FunctionCall", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "TemplateLocaleNameCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Keyword", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "TemplateSummary", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "InvalidAnalysisResultException", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "TemplateSummaryCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "KeyEvent", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "UserRightsItem", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "LanguageFormatProvider", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "UserRightsItemCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "MessageTarget", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "ExpirationCondition", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SourceLocation", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "ExpirationData", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SourceLanguageInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "ExtendedCondition", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "UnknownSourceLanguageInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "ApplicationSpecificDataItem", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "VBLanguageInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis.AnalysisResults" + "Name": "ApplicationSpecificDataItemCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CodeAnalysisCategoryInfo", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + "Name": "RevocationCondition", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ICodeAnalysisEventArgs", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + "Name": "RightsTemplate", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TargetType", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + "Name": "OnCancelAsync", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ManagedTargetType", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + "Name": "ConnectionManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "NativeTargetType", - "Namespace": "Microsoft.VisualStudio.CodeAnalysis" + "Name": "ConfigurationManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CodeSenseTraceSources", - "Namespace": "Microsoft.VisualStudio.CodeSense" + "Name": "RightsTemplatePolicy", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DataPoint`1", - "Namespace": "Microsoft.VisualStudio.CodeSense" + "Name": "RightsTemplateCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DataPointViewModelProvider`1", - "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + "Name": "AuditReport", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IReusableDescriptorComparisonCache", - "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + "Name": "Enterprise", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ProgressReportingOption", - "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + "Name": "IssuancePolicy", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DataPointViewModel", - "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + "Name": "ProxySettings", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DataPointViewModelProviderAttribute", - "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + "Name": "ServerLicensorCertificate", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DetailsTemplateProvider", - "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + "Name": "ServiceIdentity", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DetailsTemplateProviderAttribute", - "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + "Name": "Version", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "GlyphDataPointViewModel", - "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + "Name": "ExcludedApplication", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "GlyphDataPointViewModelProvider`1", - "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + "Name": "ExcludedUserAccount", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IntDataPointViewModel", - "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + "Name": "ExclusionPolicy", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IReusableDescriptor", - "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + "Name": "ExcludedApplicationCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Tagger`1", - "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + "Name": "ExcludedUserAccountCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TaggerProvider`1", - "Namespace": "Microsoft.VisualStudio.CodeSense.Editor" + "Name": "ExcludedLockbox", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "TrustedDomainNameCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "EditorUtilities", - "Namespace": "Microsoft.VisualStudio.CodeSense.Common" + "Name": "TrustedUserDomain", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClearTypeGridViewRowPresenter", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "TrustedPublishingDomain", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TreeNodeExpander", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "TrustPolicy", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IExpandableItem", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "OnlineTrustedServiceFilteringPolicies", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ExpandableListViewItem", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "OnlineTrustedServiceExcludedUserCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ExpandableListView", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "OnlineTrustedServiceUserDomain", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CodeSenseColors", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "TrustedUserDomainCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ConverterHelper", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "TrustedPublishingDomainCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TrueToVisibleConverter", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "ADFederationService", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IsParentConverter", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "StsFederation", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IsNullConverter", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "SecurityPolicy", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DateTimeToStringConverter", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "ServiceConnectionPoint", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "GridViewColumnStarWidthConverter", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "RMSvcSnapInInstaller", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SumToLeftInsetConverter", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "RMSvcSnapIn", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IndentLevelToLeftMarginConverter", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "RMSvcExtensionSnapIn", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DropDownLink", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "OpenedModelessDialogData", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DropDownLinkCommand", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "OpenedModelessDialogCollection", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CodeSenseResources", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "ReportViewerLocalizedTextProvider", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TextLink", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "RightsManagementCounters", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "TextBlockLink", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "CertificateOption", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "SharedResources", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "FetchStatus", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "WpfUtilities", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "ErrorResources", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "SelectorExtensions", - "Namespace": "Microsoft.VisualStudio.CodeSense.Controls" + "Name": "AbortableBackgroundWorker", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "__VSNEWDOCUMENTSTATE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AbortableBackgroundWorker`1", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "IComponentModel2", - "Namespace": "Microsoft.VisualStudio.ComponentModelHost" + "Name": "RmsConfigServerInformation", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DefGuidList", - "Namespace": "Microsoft.VisualStudio.ComponentModelHost" + "Name": "RmsConfigDatabaseInformation", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "IComponentModel", - "Namespace": "Microsoft.VisualStudio.ComponentModelHost" + "Name": "RmsLoggingDatabaseInformation", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "SComponentModel", - "Namespace": "Microsoft.VisualStudio.ComponentModelHost" + "Name": "RmsServiceAccountInformation", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "ITelemetryIdProvider`1", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RmsClusterUrlInformation", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "SingletonBaseMetadataAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RmsPrivateKeyProtectionInformation", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "MultipleBaseMetadataAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RmsProxySettingsInformation", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "BaseDefinitionAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RmsSlcRevocationInformation", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DisplayNameAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "ConfigHelper", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "IOrderable", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "ConfigHelperConstants", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "IPropertyOwner", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DomainAccountValidation", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "NameAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RmsConfigServerType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "OrderAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RmsClusterType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "Orderer", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RmsConfigTrustHierarchyType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "PropertyCollection", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RmsConfigDatabaseServerType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "FileExtensionToContentTypeDefinition", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RmsClusterUrlType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "FileExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RmsPrivateKeyProtectionType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "IContentTypeDefinition", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RmsPrivateKeyContainerType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "IContentTypeDefinitionSource", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RmsProxyAuthenticationType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "IContentTypeRegistryService", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "RmsProvisionScenarioType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "IFileExtensionRegistryService", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "ExitCode", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "ContentTypeAttribute", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "Website", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "ContentTypeDefinition", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DataProtect", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "IContentType", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "ErrorInfo", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "ClipboardObject", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "ExceptionInfoClass", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataAsyncCommand", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "EnvironmentInfoClass", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataClientObject`1", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "HelperMethods", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataCommand", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "IConfigHelper", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataConnectionClientService`1", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "UpgradeDatabaseDisposition", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataConnectionEquivalencyComparer", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "ConfigOperationType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataConnectionPromptDialog", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "JoinClusterType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataConnectionProperties", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "ConfigDBType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataConnectionSupport", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "DBServerType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataConnectionUIConnector", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "LocalDBServer", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataConnectionUIControl", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "SSLCertificateInformationType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataDefaultObject", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "SSLCertificateType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataMappedObject", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "RMFederationType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataMappedObjectConverter", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "WebURLType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataMenuCommand", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "FederatedRMSType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataObjectIdentifierConverter", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "SLCRevocationType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataObjectIdentifierResolver", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "ProxyServerType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataObjectMemberComparer", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "WebProxy", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataObjectSelector", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "WebURLPrefixList", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataObjectSupport", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "WebProxyAuthn", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataParameter", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "WindowsCreds", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataProviderObjectFactory", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "PrivateKeyProtectionType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataReader", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "CSPKeyPair", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataSiteableObject`1", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "ItemChoiceType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataSiteableServiceProvider`1", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "ServiceAccountType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataSourceInformation", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "LoggingDBType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataSourceSpecializer", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "DatabaseCredsType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataSourceVersionComparer", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "RemoteDBServer", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataSpecifier", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "NewClusterType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataSupport", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "ItemChoiceType1", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataTransaction", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "ServiceInstallerExtended", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataViewBrowseObject", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "RecoverAction", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataViewBrowseObjectProvider", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "FailureAction", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataViewCommandProvider", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "WYukonHelper", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataViewDocumentProvider", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "DeploymentPSProvider", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "DataViewMenuCommand", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "DeploymentPSCustomCmdletBase", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "DataViewPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "UpdateADRMS", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "DataViewSelectionMenuCommand", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "UninstallADRMS", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "DataViewSupport", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "InstallADRMS", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "DSRefBuilder", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "GetServiceConnectionPointCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "DSRefClipboardObject", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "GetWebsiteListCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "NameAttribute", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "GetCertificateListCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "ServiceProvider", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "GetFunctionalVersionCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "SynonymsAttribute", - "Namespace": "Microsoft.VisualStudio.Data.Framework" + "Name": "GetDatabaseInstanceListCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "AdoDotNetConnectionProperties", - "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + "Name": "GetDatabaseListCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "AdoDotNetConnectionSupport", - "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + "Name": "GetCryptographicServiceProviderListCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "AdoDotNetMappedObjectConverter", - "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + "Name": "GetKeyContainerListCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "AdoDotNetObjectIdentifierConverter", - "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + "Name": "GetClusterInformationCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "AdoDotNetObjectMemberComparer", - "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + "Name": "TestKeyInformationCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "AdoDotNetObjectSelector", - "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + "Name": "TestDatabaseServerCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "AdoDotNetParameter", - "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + "Name": "TestServerPrivateKeyPasswordCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "AdoDotNetReader", - "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + "Name": "GetRegistryValueCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "AdoDotNetRootObjectSelector", - "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + "Name": "GetWebBindingInformationCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "AdoDotNetSchemaReader", - "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + "Name": "GetClusterCryptographicModeCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "AdoDotNetSourceInformation", - "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + "Name": "InstallCoreRoleServiceCommand", + "Namespace": "Microsoft.RightsManagementServices.Configuration.Commands" }, { - "Name": "AdoDotNetTableReader", - "Namespace": "Microsoft.VisualStudio.Data.Framework.AdoDotNet" + "Name": "AcquireContentKeyParams", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "DeltaConstants", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "AcquireContentKeyResponse", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "IgnoreWhiteSpaceBehavior", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "AcquireIssuanceLicenseParams", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "IgnoreDelimiterBehavior", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "AcquireIssuanceLicenseResponse", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "SnapshotDifferenceChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "GetClientLicensorCertParams", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "IgnoreDifferencePredicate", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "GetClientLicensorCertResponse", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "SnapshotLineFilter", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "EditIssuanceLicenseParams", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "IDifferenceBuffer", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "EditIssuanceLicenseResponse", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "LineType", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "LicensorCertChain", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "DifferenceSearchResult", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "AcquireLicenseParams", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "IDifferenceBufferFactoryService", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "AcquireLicenseResponse", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "DifferenceViewMode", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "AcquirePreLicenseParams", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "DifferenceHighlightMode", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "AcquirePreLicenseResponse", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "IDifferenceViewer", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "ServiceType", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "IDifferenceViewerFactoryService", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "ServiceLocationResponse", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "DifferenceViewerCreatedEventArgs", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "ServiceLocationRequest", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "CreateTextViewHostCallback", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "CertifyParams", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "ISnapshotDifference", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "CertifyResponse", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "DifferenceTrackingSpans", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta" + "Name": "PrecertifyParams", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "DiffViewerCodeWindow", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta.VSDelta" + "Name": "PrecertifyResponse", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "IDiffViewerCodeWindowFactory", - "Namespace": "Microsoft.VisualStudio.Data.Tools.Delta.VSDelta" + "Name": "ServerInfoType", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "ServiceProviderUtil", - "Namespace": "Microsoft.VisualStudio.DataDesign.Common.Utility" + "Name": "ServerInfoRequest", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "AssemblyResolver", - "Namespace": "Microsoft.VSDesigner" + "Name": "GuidHash", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "MultiTargetService", - "Namespace": "Microsoft.VSDesigner" + "Name": "TemplateInformation", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "NameValidationException", - "Namespace": "Microsoft.VSDesigner.Common" + "Name": "GuidTemplate", + "Namespace": "Microsoft.DigitalRightsManagement.SOAP" }, { - "Name": "LocaleCultureInfoConverter", - "Namespace": "Microsoft.VSDesigner.Common" + "Name": "BaseWebService", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "WeakAssemblyRefreshedEventHandler`1", - "Namespace": "Microsoft.VSDesigner.Common" + "Name": "Global", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "_TYPELIBATTR", - "Namespace": "Microsoft.VSDesigner.Interop" + "Name": "VersionData", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "DataProviderProjectControl", - "Namespace": "Microsoft.VSDesigner.Data" + "Name": "Server", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "InvalidAdoNetProviderException", - "Namespace": "Microsoft.VSDesigner.Data" + "Name": "ServiceLocator", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "LoginCancelledException", - "Namespace": "Microsoft.VSDesigner.Data.VS" + "Name": "Republish", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "License", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "DesignerDiagramConnector", - "Namespace": "Microsoft.VSDesigner.DesignerFramework" + "Name": "Publish", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "DesignerDiagramShape", - "Namespace": "Microsoft.VSDesigner.DesignerFramework" + "Name": "DecommissionService", + "Namespace": "Microsoft.DigitalRightsManagement.Decommission" }, { - "Name": "DiagramLayout", - "Namespace": "Microsoft.VSDesigner.DesignerFramework" + "Name": "BaseCertificationWebService", + "Namespace": "Microsoft.DigitalRightsManagement.Certification" }, { - "Name": "DiagramObjectLayout", - "Namespace": "Microsoft.VSDesigner.DesignerFramework" + "Name": "CertificationWebService", + "Namespace": "Microsoft.DigitalRightsManagement.Certification" }, { - "Name": "DiagramShapeLayout", - "Namespace": "Microsoft.VSDesigner.DesignerFramework" + "Name": "WindowsCertificationWebService", + "Namespace": "Microsoft.DigitalRightsManagement.Certification" }, { - "Name": "DesignTableLayout", - "Namespace": "Microsoft.VSDesigner.DesignerFramework" + "Name": "MacCertificationWebService", + "Namespace": "Microsoft.DigitalRightsManagement.Certification" }, { - "Name": "DiagramConnectorLayout", - "Namespace": "Microsoft.VSDesigner.DesignerFramework" + "Name": "MobileDeviceCertificationWebService", + "Namespace": "Microsoft.DigitalRightsManagement.Certification" }, { - "Name": "ConnectorStyle", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "PrecertificationWebService", + "Namespace": "Microsoft.DigitalRightsManagement.Certification" }, { - "Name": "Diagram", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "ServerCertificationWebService", + "Namespace": "Microsoft.DigitalRightsManagement.Certification" }, { - "Name": "DiagramConnector", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "WSServiceMessage", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DiagramControl", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "CertifyRequestMessage", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DiagramObject", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "CertifyResponseMessage", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DiagramObjectCollection", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "AcquireServerLicenseRequestMessage", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DiagramObjectEventHandler", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "LicenseeIdentity", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DiagramObjectMovedEventHandler", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "AcquireServerLicenseResponseMessage", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DiagramObjectZOrderChangedEventHandler", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "BatchLicenseResponses", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DiagramObjectEventType", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "LicenseResponse", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DiagramObjectEventArgs", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "AcquireTemplateInformationRequestMessage", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DiagramObjectMovedEventArgs", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "AcquireTemplateInformationResponseMessage", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DiagramObjectZOrderChangedEventArgs", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "GuidHash", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DiagramRootObject", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "AcquireTemplatesRequestMessage", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DiagramShape", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "AcquireTemplatesResponseMessage", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DirectionEnum", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "GuidTemplate", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DirectionUtil", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "GetClientLicensorCertRequestMessage", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DragCreateConnectorStartedEventHandler", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "GetClientLicensorCertResponseMessage", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DragCreateConnectorFinishedEventHandler", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "AcquirePreLicenseRequestMessage", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DragCreateConnectorCancelledEventHandler", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "AcquirePreLicenseResponseMessage", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DragCreateConnectorEventArgs", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "ActiveFederationFault", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DragCreateConnectorInfo", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "RmsErrors", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "HitTestInfo", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "VersionData", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "IDiagramObject", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "XrmlCertificateChain", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "ITableAccessibleControl", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "WSGlobal", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "ITableAccessibleObjectOwner", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "WSServiceHost", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "Line", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "WSCertificationServiceHost", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "LineRoute", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "WSCertificationServiceHostFactory", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "TableAccessibleObjectBase", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "WSServerLicensingServiceHost", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "TableAccessibleObject", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "WSServerLicensingServiceHostFactory", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "TableRowAccessibleObject", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "WSTemplateDistributionServiceHost", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "TableCellAccessibleObject", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "WSTemplateDistributionServiceHostFactory", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "VSAccessibleObject", - "Namespace": "Microsoft.VSDesigner.DrawingSurface" + "Name": "WSPreLicensingServiceHost", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "IVsServerExplorer", - "Namespace": "Microsoft.VSDesigner.ServerExplorer" + "Name": "WSPreLicensingServiceHostFactory", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "IObjectWithParent", - "Namespace": "Microsoft.VSDesigner.DataSource" + "Name": "WSPublishingServiceHost", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "IWCFServiceDataSourcesService", - "Namespace": "Microsoft.VSDesigner.DataSource.WCFServices" + "Name": "WSPublishingServiceHostFactory", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "IDbProviderFilteringService", - "Namespace": "Microsoft.VSDesigner.VSDesignerPackage" + "Name": "WSAuthorizationManager", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "IDataServiceSupport", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "CertificationAuthorizationManager", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DataDesignAttribute", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "ServerLicensingAuthorizationManager", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "DataToolBaseException", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "TemplateDistributionAuthorizationManager", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "IDataDesignMetadata", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "PreLicensingAuthorizationManager", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "INamedObject", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "PublishingAuthorizationManager", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "SqlDatabaseFileUpgradeHandler", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "WSExceptionMap", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "IVsSqlDatabaseFileUpgradeService", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "WSLicensingExceptionMap", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "IBindableCtrlInfo", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "WSPublishingExceptionMap", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "IBindableCtrlInfo2", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "WSCertificationExceptionMap", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "IControlEnumerator", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "ActiveFederationFaultInfo", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "IDataSource", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "TemplateDistributionWebService", + "Namespace": "Microsoft.RightsManagementServices.TemplateDistribution" }, { - "Name": "IDataSourceProvider", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "GroupExpansionWebService", + "Namespace": "Microsoft.RightsManagementServices.GroupExpansion" }, { - "Name": "DataSourceChangedEventHandler", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "AdminServiceClusterInformationManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IViewGenerator", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "AdminServiceAuditReportManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "RelationRole", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "AdminServiceRightsTemplateManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISchemaMember", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "AdminServiceTrustPolicyManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISchemaProperty", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "AdminServiceExclusionPolicyManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISchemaProperty2", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "AdminServiceSecurityPolicyManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IPropertyWithSchemaType", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "AdminServiceEnterpriseManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISchemaRelationProperty", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "ReportType", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ISchemaType", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "Global", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IDataSourceWizardPreferences", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "AdminServiceRoleManager", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IBindingInfo", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "SoapEnterpriseUrls", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IDataObjectGenerator", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "SoapUrls", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IDragHandler", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "SoapClusterInformation", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ICodeGenerator", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "SoapTemplateLocaleName", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IUIGenerator", - "Namespace": "Microsoft.VisualStudio.DataDesign.Interfaces" + "Name": "SoapTemplateSummary", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IGlyphMouseProcessorFactory", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapUserRightsItem", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DocumentChecksum", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapExpirationCondition", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMouseProcessorFactory", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapExpirationData", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "OpenedViewTracker", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapExtendedCondition", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "BreakpointSettingsExtensionService", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapApplicationSpecificDataItem", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "BreakpointSettingsPeekRelationship", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapRevocationCondition", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IPinGlyphFactory", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapRightsTemplate", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IUnopenedTipData", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapDatabaseInformation", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IPinGlyph", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapLoggingSystemInformation", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "PinMarkerTag", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapIssuancePolicy", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "PinnableTipExtensionService", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapEnterpriseDatabase", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "UnopenedTipTracker", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapUserDomainAccount", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IPinnedTip", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapServiceAccount", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "Tagger", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapProxyAuthentication", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMarkerGenerator", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapProxySettings", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IMarkerThread", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapWindowsLiveUserDomain", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IThreadMarker", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapBigPolicy", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "MarkersChangeType", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapTrustedUserDomain", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "MarkersChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapTrustedPublishingDomain", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "MarkerTag", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "StsRelationshipManagement", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "MarkerTagger", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapExcludedApplication", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ThreadMarkerExtensionService", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Extension" + "Name": "SoapExcludedUserAccount", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IVsTelemetryEvent", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "SoapServicePrivateKeyProtectionInformation", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "WebServiceBase", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IVsTelemetrySession", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "VersionData", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { "Name": "GeneratedInternalTypeHelper", "Namespace": "XamlGeneratedNamespace" }, { - "Name": "ComputeBase", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" - }, - { - "Name": "ComputeDebugSession", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" - }, - { - "Name": "ComputeKernel", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + "Name": "CryptoModeType", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "ComputeProperty", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + "Name": "SignatureValidationStatusType", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "ComputePropertyCollection", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + "Name": "PublicKeyAlgorithmType", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "ComputeVector", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" - }, - { - "Name": "CoordinateSet", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" - }, - { - "Name": "ThreadSummaryChangedEventHandler", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" - }, - { - "Name": "ThreadSummaryChangedProperty", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" - }, - { - "Name": "ThreadSummaryChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" - }, - { - "Name": "ThreadLocation", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" - }, - { - "Name": "ThreadSummary", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" - }, - { - "Name": "ThreadSwitcherState", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + "Name": "HashAlgorithmType", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "CoordinateBoxEdit", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + "Name": "EnablingBitsVersion", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "PackageResources", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + "Name": "KeyType", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "GpuThreadsWindowCtrl", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + "Name": "DiagnosticLevel", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "ThreadSwitcherBar", - "Namespace": "Microsoft.VisualStudio.Debugger.Parallel.Gpu" + "Name": "WebRequestType", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DiagnosticCenter", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "IVsSqm2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PerformanceCollector", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ErrorReportingCollector", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "CachingTypeResolutionServiceAttribute", - "Namespace": "Microsoft.VisualStudio.Design" + "Name": "TracingCollector", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "VsTargetFrameworkProviderService", - "Namespace": "Microsoft.VisualStudio.Design" + "Name": "DiagnosticListener", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "AutoToolboxTypeEnumeratorService", - "Namespace": "Microsoft.VisualStudio.Design.Toolbox" + "Name": "DefaultDiagnosticListener", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "IVsAddToolboxItems", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "EventEntryDefinition", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "IVsBuildManagerAccessor", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "EventPeriod", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "IVsDesignTimeAssemblyResolution", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PerformanceEventBase", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "IVsFrameworkMultiTargeting", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CountedPerformanceEvent", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "IVsSolutionLoadEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "TimedPerformanceEvent", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "GlobalCounterBindingController", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "IVsTask", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "GroupExpansionCounters", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "IVsTaskBody", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "LoggingCounters", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "IVsTaskSchedulerService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CertificationCounters", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "IVsTrackProjectRetargeting", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DirectoryServicesCounters", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "IVsTrackProjectRetargetingEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "LicensingCounters", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "SVsBuildManagerAccessor", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ServiceDiscoveryCounters", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "SVsDesignTimeAssemblyResolution", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AbortableBackgroundWorker", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "SVsFrameworkMultiTargeting", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AbortableBackgroundWorker`1", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ConfigHelperConstants", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "SVsTaskSchedulerService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DomainAccountValidation", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "SVsTrackProjectRetargeting", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "RmsConfigServerType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "VsResolvedAssemblyPath", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "RmsClusterType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "SearchControl", - "Namespace": "Microsoft.VisualStudio.DeveloperTools" + "Name": "RmsConfigTrustHierarchyType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "ICcServer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "RmsConfigDatabaseServerType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "CcDatastore", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "RmsClusterUrlType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "ConManServer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "RmsPrivateKeyProtectionType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "ICcDevice", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "RmsPrivateKeyContainerType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "ICcServiceCB", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "RmsProxyAuthenticationType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "ConMan", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "RmsProvisionScenarioType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "ICcServer2", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ExitCode", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "IConMan", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "Website", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "IConManServer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "HelperMethods", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "ConManClass", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "UICultureResources", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "ICcConnection", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ErrorResources", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "tagPlatformInfo", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "InvariantResources", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "tagFileCustomAction", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "InstallationWizardPlugin", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "tagFileInfo", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "UninstallationWizardPlugin", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "ICcTransportStream", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "UninstallDeploymentConfiguration", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "ICcConnection2", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "PostDeploymentTask", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "tagSystemInfoEx", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "RoleIntroductionPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "ICcTransport", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "CertificateOption", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "ICcConnection3", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "FetchStatus", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "ICcConnection4", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "CommandExecuteCallback`1", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "ICcConnection5", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "CommandCanExecuteCallback`1", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "tagUapVersionInfo", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "IconType", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "IConManServerCallback", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "UIHelper", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "tagTransactionInfo", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "Validation", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "IConManServer2", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "IconMessage", + "Namespace": "Microsoft.RightsManagementServices.Deployment" }, { - "Name": "IConManServerCore", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "DescriptionWithImage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Controls" }, { - "Name": "ConManServerClass", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "LogicNotConverter", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "ICcService", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "TextTrimOneWayConverter", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "CcXDEBootstrap", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "BoolToVisibility", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "ICcBootstrap", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "BoolToHiddenOrCollapseVisibility", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "DeviceInfo", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "NotNullToVisibility", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "tagFileInfox", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "StringToUriConverter", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "CcXDEBootstrapClass", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ClusterTypeToStringConverter", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "CcBootStrapper", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ProtectionTypeToBoolConverter", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "CcBootStrapperClass", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "LogicAndConverter", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "ICcTargetDevice", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "LogicOrConverter", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "ICcPropertyHelper", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "LogicAndToVisibilityConverter", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "IDeviceEventNotifier", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "NotNullObjectToBoolConverter", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "CcXDETargetDevice", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "UseHttpsToLabelConverter", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "CcXDETargetDeviceClass", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "EnumToBoolConverter", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "CcPhoneTargetDevice", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "EnumToVisibilityConverter", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "CcPhoneTargetDeviceClass", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "CredentialUI", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "CcTcpTransportConnect", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "DSSelection", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Common" }, { - "Name": "CcTcpTransportConnectClass", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "CommonBaseWizardPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.ViewModel" }, { - "Name": "CcXDEDMATransportConnect", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "HelpLinkViewModel", + "Namespace": "Microsoft.RightsManagementServices.Deployment.ViewModel" }, { - "Name": "CcXDEDMATransportConnectClass", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "AdditionalDBInfoPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "IDevicePackage", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "AdfsUrlPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "IDevicePackageCallback", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "CertPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "IEnumReferences", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ClusterAddressPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "DevicePackage", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ConfigDatabasePage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "DevicePackageClass", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ConfigDBExistingPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcCollection", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ConfirmationPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "CcDatastorePrivate", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "CredentialUIView", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "CcCollection", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "CryptographicModeTypePage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "CcCollectionClass", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "CspPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcObject", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "EncryptionPasswordPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcPropertyContainer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "FriendlyNamePage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcObjectContainer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "HelpLinkView", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcProperty", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "OverviewPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcPlatform", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "KeyManagementPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcProjectContainer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "PrivatePasswordSection", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcDeviceContainer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ProgressPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcFormFactorContainer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "RegisterPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcTypeToArchitectureMap", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ServiceAccountPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcPlatformContainer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "SetupTypePage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "CcDatastorePrivateClass", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ResultsPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcDatastore", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "UpgradeIntroPage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcOSImageContainer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "WebsitePage", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcPackageContainer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "WizardBannerView", + "Namespace": "Microsoft.RightsManagementServices.Deployment.View" }, { - "Name": "ICcServiceCategoryContainer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ADRMSShellPlugin", + "Namespace": "Microsoft.RightsManagementServices.Deployment.Plugin" }, { - "Name": "_ICcDatastoreEvents", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ResourceMgr", + "Namespace": "Microsoft.TrustManagementServices" }, { - "Name": "_ICcDatastoreEvents_Event", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "IExceptionFilter", + "Namespace": "Microsoft.TrustManagementServices" }, { - "Name": "CcDatastoreClass", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ExceptionFilter", + "Namespace": "Microsoft.TrustManagementServices" }, { - "Name": "ICcServiceInfo", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ExceptionHelper", + "Namespace": "Microsoft.TrustManagementServices" }, { - "Name": "ICcOSImage", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "TmsExceptionDetailAttribute", + "Namespace": "Microsoft.TrustManagementServices" }, { - "Name": "_FILETIME", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "TmsException", + "Namespace": "Microsoft.TrustManagementServices" }, { - "Name": "ICcFile", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "TmsSoapException", + "Namespace": "Microsoft.TrustManagementServices" }, { - "Name": "ICcFileContainer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "TmsLoggingField", + "Namespace": "Microsoft.TrustManagementServices" }, { - "Name": "ICcPackage", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "DataAuthenticationErrorCode", + "Namespace": "Microsoft.TrustManagementServices" }, { - "Name": "ICcPackageTypeContainer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "LoggingTransportMode", + "Namespace": "Microsoft.TrustManagementServices" }, { - "Name": "ICcPackageType", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "OnlinePublishingDisabledException", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "ICcServiceCategory", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "UnsignedIssuanceLicenseNoMatchingIssuedPrincipalException", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "ICcServiceInfoContainer", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "InvalidSignedIssuanceLicenseException", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "_SYSTEMTIME", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "ServerRepublishIllegalException", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "CcDatastoreErrorCodes", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "DRMSClusterPolicies", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "_ICcDatastoreEvents_SinkHelper", - "Namespace": "Microsoft.VisualStudio.DeviceConnectivity.Interop" + "Name": "DRMSBigClusterPolicies", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "VSDebug", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Assert" + "Name": "IAdminSvc", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "VSDebugDisableUIAttribute", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Assert" + "Name": "AcquireIssuanceLicenseParams", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "AcquireIssuanceLicenseResponse", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "DiagnosticsColors", - "Namespace": "Microsoft.VisualStudio.Diagnostics" + "Name": "GetClientLicensorCertParams", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "Resources", - "Namespace": "Microsoft.VisualStudio.Diagnostics" + "Name": "GetClientLicensorCertResponse", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "Assumes", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + "Name": "EditIssuanceLicenseParams", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "CodeModelHelper", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + "Name": "EditIssuanceLicenseResponse", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "DiagnosticEvents", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + "Name": "AcquireLicenseParams", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "DiagnosticsShellHelper", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + "Name": "AcquireLicenseResponse", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "SimplifyDelegates", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + "Name": "AcquirePreLicenseParams", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "VisualStudio11Sku", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + "Name": "AcquirePreLicenseResponse", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "VisualStudio11SkuEdition", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities" + "Name": "AuthenticationMode", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "ClipboardHelper", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities.Text" + "Name": "Identification", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "FormattingDataObject", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities.Text" + "Name": "CertifyParams", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "RetryClipboard", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Utilities.Text" + "Name": "QuotaResponse", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "ItemsControlExtensions", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI" + "Name": "CertifyResponse", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "FrameworkElementExtensions", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI" + "Name": "PrecertifyParams", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "IDiagnosticsHelpManager", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI" + "Name": "PrecertifyResponse", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "ToolWindowVisibilityStateHelper", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI" + "Name": "ICertification", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "StringTrimmingConverter", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Converters" + "Name": "ActivateParams", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "LevelToIndentConverter", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Converters" + "Name": "ActivateResponse", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "BooleanToVisibilityConverterExtended", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Converters" + "Name": "ActivateProxyParams", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "DiagReportHeader", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "KeyInformation", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "DiagReportSecondaryHeader", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "IPrivateKey", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "DiagReportSidebarExpander", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "IPrivateKeyEnvironment", + "Namespace": "Microsoft.DigitalRightsManagement" }, { - "Name": "DiagReportContentExpander", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "PrivateKeyStore", + "Namespace": "Microsoft.DigitalRightsManagement.KeyManagement" }, { - "Name": "SearchBox", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "IDeepCopyable`1", + "Namespace": "Microsoft.DigitalRightsManagement.Xrml" }, { - "Name": "SpinControl", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "CertificateValidationStatus", + "Namespace": "Microsoft.DigitalRightsManagement.Xrml" }, { - "Name": "CheckBoxDialog", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "DataVersionConstants", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces" }, { - "Name": "DefaultListViewSearcher", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "VersionDataHelper", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.ServiceLocator" }, { - "Name": "IListViewSearcher", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "ServiceLocator", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.ServiceLocator" }, { - "Name": "ISearchableList", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "VersionData", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.ServiceLocator" }, { - "Name": "ITextSearchListViewProvider", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "ServiceLocationResponse", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.ServiceLocator" }, { - "Name": "DefaultTextSearchManager", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "ServiceType", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.ServiceLocator" }, { - "Name": "ITextSearchManager", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "ServiceLocationRequest", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.ServiceLocator" }, { - "Name": "SearchTextChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "FindServiceLocationsForUserCompletedEventHandler", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.ServiceLocator" }, { - "Name": "MultiSelectComboBox", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "FindServiceLocationsForUserCompletedEventArgs", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.ServiceLocator" }, { - "Name": "PersistableExpander", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "VersionDataHelper", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "IPersistExpandedSetting", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "Server", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "ReversibleCheckBox", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "VersionData", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "SearchGridView", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "ServerInfoRequest", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "SearchGridViewFilterHandler", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "ServerInfoType", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "ListViewItemContainerCreatedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "ServiceLocationResponse", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "GridViewColumnVisibilityChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "ServiceType", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "SearchGridViewRefreshModes", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "ServiceLocationRequest", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "SearchResultAdorner", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "LicensorCertChain", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "ICacheableContainerUniqueKeyProvider", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "GetLicensorCertificateCompletedEventHandler", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "CacheableContainerAttribute", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "GetLicensorCertificateCompletedEventArgs", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "TipTextBlock", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "FindServiceLocationsCompletedEventHandler", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "TreeGridView", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "FindServiceLocationsCompletedEventArgs", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "TreeGridViewItem", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "GetServerInfoCompletedEventHandler", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "TreeListView", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "GetServerInfoCompletedEventArgs", + "Namespace": "Microsoft.DigitalRightsManagement.Public.SoapInterfaces.Server" }, { - "Name": "TreeListViewItem", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "MismatchedIdentificationEmailAddressException", + "Namespace": "Microsoft.DigitalRightsManagement.Certification" }, { - "Name": "LevelToIndentConverter", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "TemporaryAccountCertificateException", + "Namespace": "Microsoft.DigitalRightsManagement.Certification" }, { - "Name": "VisualTreeTextSearcher", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "VersionDataHelper", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "GlyphRunTextInfo", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "PrecertificationWebService", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "ITextSearchHelper", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "PrecertifyResponse", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "ClearButton", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "Identification", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "IntellisenseTextBlock", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "AuthenticationMode", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "IntellisenseDocumentContext", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "PrecertifyParams", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "IIntellisenseCompletionHandlerProvider", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "PrecertifyCompletedEventHandler", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "IntellisenseTextBlockAdorner", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "PrecertifyCompletedEventArgs", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "TextEditedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "CertificationWebService", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "ThemedImage", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls" + "Name": "VersionData", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "SimpleSearchProvider", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls.Search" + "Name": "QuotaResponse", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "TextSearchStartedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls.Search" + "Name": "CertifyResponse", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "SearchTextClearedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls.Search" + "Name": "CertifyParams", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "SimpleSearchTextManager", - "Namespace": "Microsoft.VisualStudio.Diagnostics.UI.Controls.Search" + "Name": "CertifyCompletedEventHandler", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "IHistoricalDebuggingNavigator", - "Namespace": "Microsoft.VisualStudio.Diagnostics.HistoricalDebugging" + "Name": "CertifyCompletedEventArgs", + "Namespace": "Microsoft.DigitalRightsManagement.Certification.SOAP" }, { - "Name": "TimeContextChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagnostics.HistoricalDebugging" + "Name": "VerifyEmailAddressFailedException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "IHistoricalDebuggingFrame", - "Namespace": "Microsoft.VisualStudio.Diagnostics.HistoricalDebugging" + "Name": "VerifyMachineCertificateChainFailedException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "TraceEventSpan", - "Namespace": "Microsoft.VisualStudio.Diagnostics.HistoricalDebugging" + "Name": "DRMSArgumentException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "TraceEventUtils", - "Namespace": "Microsoft.VisualStudio.Diagnostics.HistoricalDebugging" + "Name": "MalformedDataVersionException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "DynamicCacheableCollection`1", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Collections" + "Name": "UnsupportedDataVersionException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "WeakReferenceDictionary`2", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Collections" + "Name": "MemoryExhaustedException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "ThemeColors", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Common" + "Name": "NetworkErrorException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "SIntelliTraceEditorFactoryChooserService", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Common.Package" + "Name": "DnsErrorException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "IIntelliTraceEditorFactoryChooserService", - "Namespace": "Microsoft.VisualStudio.Diagnostics.Common.Package" + "Name": "ServerConnectionFailedException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "IVsTelemetryEvent", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "UnexpectedNetworkErrorException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "IVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "NoWebResponseException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "IVsTelemetrySession", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "BadWebResponseException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "EventInfo", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider" + "Name": "ServerFaultWebException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "PerformanceBlock", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider" + "Name": "WebResourceForbiddenException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "ComponentId", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider" + "Name": "WebAuthenticationException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "CategoryId", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider" + "Name": "OversizedWebInputException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "MeasurementId", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider" + "Name": "WebResourceNotFoundException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "EventTraceSession", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + "Name": "UnexpectedWebErrorException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "EventTraceWatcher", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + "Name": "ServerFaultSoapException", + "Namespace": "Microsoft.DigitalRightsManagement.Core" }, { - "Name": "EventArrivedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + "Name": "AcquireLicenseInvalidAppDataMaxSizeException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "MeasurementBlockEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + "Name": "AcquireLicenseInvalidLicenseeCertificatesNumberException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "MeasurementBlockEventTraceWatcher", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + "Name": "AcquireLicenseInvalidLicenseeCertSizeException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "PerformanceEventArrivedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + "Name": "AcquireLicenseInvalidRightsSpecSizeException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "PerformanceEventTraceWatcher", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + "Name": "AcquirePreLicenseInvalidLicenseeException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "MIL_PRESENTATION_RESULTS", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + "Name": "BlackBoxIsInvalidException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "WpfEventArrivedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + "Name": "CredentialCreationTimeException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "WpfEventTraceWatcher", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + "Name": "DeniedWindowsLiveEmailAddressException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "WpfEvent", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + "Name": "DrmacIsExcludedException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "PropertyBag", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.Listener" + "Name": "InvalidPersonaCertSignatureException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "DebugCategory", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + "Name": "InvalidPersonaCertTimeException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "DebugTracer", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + "Name": "InvalidRightsLabelSignatureException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "DebugTracerExtensionMethods", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + "Name": "IssuanceLicenseIsNotWithinValidTimeRangeException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "ExtensionMethods", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + "Name": "InvalidOfficialRightsTemplateException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "InstanceTraceInfo`1", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + "Name": "InvalidTemplateSignatureException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "ITraceableIdentifiableObject", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + "Name": "MalformedAcquireLicenseException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "IDebugTracer", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + "Name": "NoLicenseeCertificatesProvidedException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "ITraceableInstance", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + "Name": "NoRightsForRequestedPrincipalException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "DebugWriteLineTracer", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.Tracers" + "Name": "NoRightsSpecProvidedException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "Behavior", - "Namespace": "Microsoft.VisualStudio.Diagnostics.ServiceModelSink" + "Name": "NoTrustedDomainsForCertificationServerException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "ConditionAttribute", - "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + "Name": "RightsLabelNoMatchingIssuedPrincipalException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "ActionAttribute", - "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + "Name": "UnauthorizedEmailAddressException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "DiagramControlGestureRecognizer", - "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + "Name": "UnexpectedPersonaCertException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "Pan", - "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + "Name": "UnexpectedRightsLabelException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "ScrollWithKeys", - "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + "Name": "UnknownTemplateException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "ScrollWithMouse", - "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + "Name": "UntrustedPersonaCertException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "LassoSelectionWithMouse", - "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + "Name": "UntrustedRightsLabelException", + "Namespace": "Microsoft.DigitalRightsManagement.Licensing" }, { - "Name": "SingleNodeSelectionWithMouse", - "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + "Name": "AesCapiKey", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "UIContexts", - "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + "Name": "AesCryptoServiceProviderTransformMode", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "ZoomOrigin", - "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + "Name": "CryptoAlgorithmSet", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "ZoomWithKeys", - "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + "Name": "CryptoBase", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "ZoomWithMouse", - "Namespace": "Microsoft.VisualStudio.Diagrams.CoreGestures" + "Name": "CryptoModeType", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "ActiveInUIContextAttribute", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "SignatureValidationStatusType", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "BaseGestureRecognizer", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "PublicKeyAlgorithmType", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "EditingContext", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "HashAlgorithmType", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "ExtensionMethods", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "EnablingBitsVersion", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "GestureManager", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "KeyType", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "LogicalUIFeedbackConstants", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "IUDCryptoProvider", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "OperationConflictDescription", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "RsaCapiKey", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "StandardConflictDetector", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "RsaKeyBlob", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "StandardConflictResolver", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "RsaEncryptedBlob", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "UIContextManager", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "CryptoUnsupportedSymKeyException", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "UIFeedbackConflictDescription", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "UnsupportedCryptographicSetException", + "Namespace": "Microsoft.DigitalRightsManagement.Cryptography" }, { - "Name": "IGestureConflictDetector", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "UnspecifiedErrorException", + "Namespace": "Microsoft.DigitalRightsManagement.Utilities" }, { - "Name": "IGestureConflictResolver", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "IExceptionPolicy", + "Namespace": "Microsoft.DigitalRightsManagement.Utilities" }, { - "Name": "IOperationConflictDescription", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "ADEntrySearchFailedException", + "Namespace": "Microsoft.DigitalRightsManagement.Utilities" }, { - "Name": "IUIFeedbackConflictDescription", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "ByteArrayUtilities", + "Namespace": "Microsoft.DigitalRightsManagement.Utilities" }, { - "Name": "GestureCompleteEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "CacheEntryRemovalReason", + "Namespace": "Microsoft.DigitalRightsManagement.Utilities" }, { - "Name": "GestureRecognizerResult", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "RightsManagementConstants", + "Namespace": "Microsoft.DigitalRightsManagement.Utilities" }, { - "Name": "GestureRecognizerState", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "EnhancedXmlNode", + "Namespace": "Microsoft.DigitalRightsManagement.Utilities" }, { - "Name": "IEditingContext", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "IdentityType", + "Namespace": "Microsoft.DigitalRightsManagement.Configuration" }, { - "Name": "IGestureManager", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "PrivateKeyProtectionType", + "Namespace": "Microsoft.DigitalRightsManagement.Configuration" }, { - "Name": "IGestureRecognizer", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "PrivateKeyProtectionInformation", + "Namespace": "Microsoft.DigitalRightsManagement.Configuration" }, { - "Name": "IGestureRecognizerHost", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "TrustedDocDomain", + "Namespace": "Microsoft.DigitalRightsManagement.Configuration" }, { - "Name": "StateChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "EncryptedTrustedDocDomain", + "Namespace": "Microsoft.DigitalRightsManagement.Configuration" }, { - "Name": "ContextChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "IAdminTrustedDocDomains", + "Namespace": "Microsoft.DigitalRightsManagement.Configuration" }, { - "Name": "IUIContextManager", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "IAdminTrustedEmailDomain", + "Namespace": "Microsoft.DigitalRightsManagement.Configuration" }, { - "Name": "UIContextChangeKind", - "Namespace": "Microsoft.VisualStudio.Diagrams.Gestures" + "Name": "OutdatedCertificateListEntry", + "Namespace": "Microsoft.DigitalRightsManagement.Configuration" }, { - "Name": "StayWeightType", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "TrustedCAManager", + "Namespace": "Microsoft.DigitalRightsManagement.Configuration" }, { - "Name": "BoundsLock", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "ActiveDirectoryServiceConnectionPointRegistrar", + "Namespace": "Microsoft.DigitalRightsManagement.Configuration" }, { - "Name": "PackingMethod", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "ProvisioningGlobalConstants", + "Namespace": "Microsoft.DigitalRightsManagement.Configuration" }, { - "Name": "LayoutOrientation", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "ServiceFinder", + "Namespace": "Microsoft.DigitalRightsManagement.Configuration" }, { - "Name": "ILayeredLayoutSettings", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "EncryptedRsaCapiKey", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IForceDirectedLayoutSettings", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "SerializedEncryptedKeys", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ILayoutSettings", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "ConnectionState", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ILayoutWorkerSettings", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "RetryBehavior", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LayoutErrorEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "SharedEventCategories", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "EdgeLabelPlacementSide", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "SharedEvents", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "EdgeRoutingStyle", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "NonClsCompliantException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IConnectionRegion", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "LoggingRepositoryUnavailableException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IEdgeLabel", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "InvalidEnrolleeServerInformationException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ILayoutEdge", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "InvalidRevocationAuthorityInformationException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ILayoutGraph", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "InvalidEnrolleeRevocationInformationException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ILayoutGroup", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "InvalidUserCredentialException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ILayoutItem", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "InvalidEnrollmentRequestException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ILayoutNode", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "InvalidConfigSourceConnectionStringException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ILayoutWorker", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "InvalidCertificateDisplayNameException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ILayoutWorkerFactory", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "InvalidCryptographicServiceProviderParameterException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ILockableItem", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "InvalidCryptoModeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "INodeConstraint", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "NotInitializedEnrollmentException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IObservableEnumerable`1", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "DecideCertificateHierarchyFailException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IPrimitiveConstraintFactory", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "GenerateEnrolleeCertificatePublicKeyFailException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LayoutCompletedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "CreateLicensorCertificateChainFailException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LayoutOperation", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "WriteLicensorCertificateToDatabaseFailException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ObservableCollection`2", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "CreateTrustedUserDomainsFailException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "Padding", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "LoadIssuerCertificateChainFailException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ProgressChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "LoadIssuerPrivateKeyBlobFailException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "UpdateEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagrams.Layout" + "Name": "InvalidCertificateHierarchyException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "GetIssueRightTimeFailException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "SelectionManager", - "Namespace": "Microsoft.VisualStudio.Diagrams.Selection" + "Name": "GetCertificateHierarchyFromRegistryFailException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "CollectionListViewVisualizer", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "InvalidPrivateKeyAssemblyException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ContainerControlBase", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "GetHierarchySpecificInformationFailException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DrawingContextHelpers", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "InvalidCertificateChainException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "MinimapControl", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "CertificateNotFoundException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "SemanticZoomLevelChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "CertificateConfigurationException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "NodeResizingAdorner", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "SelfEnrollRenewException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DiagramControl", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "AdminEntryExistsException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DiagramHitTestResult", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "AdminUnspecifiedErrorException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DiagramControlHitTestExtension", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "InvalidRightsTemplateSpecificationException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "GroupShape", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "InvalidSuperUserGroupEmailException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "GroupShapeContentPlaceholder", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "AdminUnspecifiedSqlErrorException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LinkedVirtualCanvas", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "AdminNotSqlDatabaseCreatorException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "CausalAction", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "AdminSslNotEnabledException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DefaultNonnegativeDoubleConverter", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "AdminItemAlreadyExistsSqlErrorException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "UnsetValueConverter", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "AdminItemDoesNotExistSqlErrorException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "GraphLabel", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "FailedToDeleteServiceConnectionPointFromActiveDirectoryException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "VisualGraphProperties", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "FailedToRegisterServiceConnectionPointToActiveDirectoryException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "FetchingDelayedDataState", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "ConfigurationPolicyErrorException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "GroupLayoutStyle", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "ExternalUrlNotSslEnabledException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "VisualGraphSchema", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "GetUserException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LinkEndArrowhead", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "AddNewUserException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LassoControl", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "UpdateUserException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LinkShape", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "AssociateUserAndMachineException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LinkDecorator", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "ConfigSourcePolicyNameNotUniqueException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LinkDecoratorPosition", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "ConfigSourceMissingLicensorCertificateException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LinkEndDecorator", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "ConfigSourceConnectionStringNotFoundException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LinkEndShape", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "ConfigureSourceTrustedAuthorityDataIntegrityException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DisposableAction", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "ConfigSourceUnknownLicensorException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DiagramControlUndoUnit", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "UnsupportedAuthenticationTypeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DefaultVisualFactory", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "SharedServicesUninitializedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "Extensions", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "InvalidDatabaseConfigurationStringException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DefaultTemplateVisualFactory", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "RequestPipelineInitializationFailedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "TemplatedVisualFactory", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "LicenseNotTrustedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "VirtualCanvas", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "LicenseValidityRangeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ZoomControl", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "LicenseSignatureInvalidException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "CrossGroupLinkStyle", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "MachineCertTrustedIssuerLookupException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "PriorityQuadTree`1", - "Namespace": "Microsoft.VisualStudio.Diagrams.View.QuadTree" + "Name": "BadProxyConfigException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "UIDispatcher", - "Namespace": "Microsoft.VisualStudio.Diagrams.View.Helpers" + "Name": "IncompatibleDatabaseVersionException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ISelectionSet`1", - "Namespace": "Microsoft.VisualStudio.Diagrams.Selection" + "Name": "LowSeveritySqlException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "SelectionChangedEventArgs`1", - "Namespace": "Microsoft.VisualStudio.Diagrams.Selection" + "Name": "MediumSeveritySqlException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IDraggable", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "HighSeveritySqlException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "HiddenFlags", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "DataProtectionWrapperEncryptionFailedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ILinkedSpatialItemFactory", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "DataProtectionWrapperDecryptionFailedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IOutlineGeometryFactory", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "ManagedCryptoInvalidKeyBlobException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IResourceAggregator", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "ManagedCryptoInvalidKeySizeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ISemanticZoomable", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "ManagedCryptoUnreadableXrmlKeyException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ISpatialIndex", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "CryptoMode2PreparationDifferentCSP", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ISpatialItem", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "CryptoModeUpdateCspNotAValidParameterForCentrallyManagedKeyException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVisualFactory", - "Namespace": "Microsoft.VisualStudio.Diagrams.View" + "Name": "BadRacKeyDataException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "CommandRouting", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "ClusterDecommissionedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "FontsAndColorsCategory", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "ClusterNotDecommissionedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsFontsAndColorsInformation", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "DirectoryServicesInitializationException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsFontsAndColorsInformationService", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "DirectoryServicesPrincipalAliasesLookupException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DefGuidList", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "DirectoryServiceGetPrincipalIdentifierException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IExpansionManager", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "RemoteDirectoryServiceGetPrincipalIdentifierException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsEditorAdaptersFactoryService", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "DirectoryServicesPrincipalMembershipLookupException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsExpansionEnumeration2", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "RemoteDirectoryServicesPrincipalAliasesLookupException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsTextViewCreationListener", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "RemoteDirectoryServicesPrincipalMembershipLookupException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsVisibleTextMarkerTag", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "DirectoryServicesCrossForestResolutionFailedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsDifferenceCodeWindowFactoryService", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "InvalidRegistryValueException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsDifferenceLegendElementProvider", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "AlreadyInitializedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DifferencePackageElements", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "UnableToIncarnateException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DifferencePackageOptions", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "NotYetInitializedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsDifferenceCodeWindow", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "LightweightDirectoryAccessProtocolException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "VsPredefinedAdornmentLayers", - "Namespace": "Microsoft.VisualStudio.Editor" + "Name": "AllConnectionsRetriedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "__VSDIFFSERVICEOPTIONS", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UnableToInitializeLightweightDirectoryAccessProtocolConnectionPoolException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "SourceCodeControlManager", - "Namespace": "Microsoft.VisualStudio.Editors.DesignerFramework" + "Name": "AllConnectionsDeadException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "MyExtensibilityPropPageComClass", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "ObjectDoesNotBelongToPoolException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ApplicationPropPageBase", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "UnableToInitializeTopologyException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ApplicationPropPageComClass", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "UnableToGetSiteNameException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ApplicationWithMyPropPageComClass", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "DirectoryServicesQueryException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "WPFApplicationWithMyPropPageComClass", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "WebRequestEmptyResponseException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "CSharpApplicationPropPageComClass", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "UnableToContactMFGException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "CompilePropPageComClass", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "LiveStsBadDomainProofException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ServicesPropPageComClass", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "LiveStsBadMetadataValueException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DebugPropPageComClass", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "LiveStsBadNamespaceValueException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ReferencePropPageComClass", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "LiveStsBadDomainNameException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "BuildPropPageComClass", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "LiveStsCannotCreateNamespaceException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "BuildEventsPropPageComClass", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "LiveStsInvalidMessageInformationHeaderException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ReferencePathsPropPageComClass", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "LiveStsAlreadyExistsException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "UserPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Editors.PropertyPages" + "Name": "LiveStsApplicationNotFoundException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ResxItemWizard", - "Namespace": "Microsoft.VisualStudio.Editors.ResourceEditor" + "Name": "FederationMetadataDownloadFailureException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "PublicSettingsSingleFileGenerator", - "Namespace": "Microsoft.VisualStudio.Editors.SettingsDesigner" + "Name": "IisConfigurationAccessException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "SettingsSingleFileGenerator", - "Namespace": "Microsoft.VisualStudio.Editors.SettingsDesigner" + "Name": "FederationMetadataMissingOrIncompleteException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "SettingsSingleFileGeneratorBase", - "Namespace": "Microsoft.VisualStudio.Editors.SettingsDesigner" + "Name": "ProvisionedSiteWithHttpsNotFoundException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "MyApplicationCodeGenerator", - "Namespace": "Microsoft.VisualStudio.Editors.MyApplication" + "Name": "UnableToUploadTokenDecryptionCertificateException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ApplicationTypes", - "Namespace": "Microsoft.VisualStudio.Editors.MyApplication" + "Name": "CertificateNotFoundInStoreException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsMyApplicationProperties", - "Namespace": "Microsoft.VisualStudio.Editors.MyApplication" + "Name": "CertificateNotValidForEnrollmentException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "MyApplicationManager", - "Namespace": "Microsoft.VisualStudio.Editors.MyApplication" + "Name": "UnableToSetPermissionsOnTokenDecryptionCertificateException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "MyApplicationProperties", - "Namespace": "Microsoft.VisualStudio.Editors.MyApplication" + "Name": "MicrosoftFederationGatewaySupportFeatureNotSupportedOnLicensingClustersException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "EditorToolsOptionsPanel", - "Namespace": "Microsoft.VisualStudio.Editors.Package" + "Name": "LiveStsSoapFaultException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ScalingDialogPage", - "Namespace": "Microsoft.VisualStudio.Editors.Package" + "Name": "XrmlTrustedIssuerTypeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "Wizard", - "Namespace": "Microsoft.VisualStudio.Editors.XmlToSchema" + "Name": "EnablingBitsVersionMismatchException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "EnablingBitsHashDoesNotMatchException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "EnablingBitsNotCrackedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "prjOutputTypeEx", - "Namespace": "VSLangProj110" + "Name": "EnablingBitsHashNotVerifiedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ConfigurationSnapshot", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration" + "Name": "EnablingBitsReadOnlyException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ConfigurationSnapshotData", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration" + "Name": "EnablingBitsUnsupportedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ServiceRenameRefactorNotify", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration" + "Name": "XrmlInvalidXmlEncounteredException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ServiceRenameHelper", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration" + "Name": "XrmlIssuerNotValidException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "SavedWcfConfigurationInformation", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.SvcInfoConfigurationImpl" + "Name": "XrmlParentHasNoIssuerRightException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "AppConfigurationConfigurationStore", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.SystemConfigurationImpl" + "Name": "XrmlParentIssueRightNoRangeTimeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IWcfBindingConfiguration", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.WcfConfiguration" + "Name": "XrmlParentIssueRightMalformedRangeTimeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IWcfConfigurationProperty", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.WcfConfiguration" + "Name": "XrmlParentIssueRightRangeTimeoutOfBoundsException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IWcfConfigurationSnapshot", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.WcfConfiguration" + "Name": "XrmlParentIssueRightIncorrectPrincipalException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IWcfConfigurationStore", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.WcfConfiguration" + "Name": "XrmlParentWorkNotSelfReferencingException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IWcfEndpointConfiguration", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Configuration.WcfConfiguration" + "Name": "XrmlParentIssuerLicenseTypeWrongException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ServiceMapFile", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Model" + "Name": "XrmlParentIssuedPrincipalMismatchException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "MetadataStorageProvider", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Model" + "Name": "XrmlParentIssuedTimeoutOfBoundsException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "MetadataStorage", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Model" + "Name": "XrmlParentClientLicensorCertificateOnlyIssuesIssuanceLicenseException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "EnumMetadataStorages", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Model" + "Name": "AcquirePreLicenseCertificationFailedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "MetadataStorageSvcMapFileLoader", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.Model" + "Name": "AcquirePreLicenseLicensingFailedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "CheckableServiceInfoNode", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + "Name": "AcquirePreLicenseFailedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ContractNode", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + "Name": "PrivateKeyInitFailedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "EntitySetNode", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + "Name": "PrivateKeyUnsupportedKeyTypeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "GroupOfServicesNode", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + "Name": "PrivateKeySensitiveBufferReattachException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IProvideServiceInfoNodeChildren", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + "Name": "PrivateKeySensitiveBufferMismatchException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ServiceInfoBaseNode", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + "Name": "PrivateKeySensitiveBufferFormatException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ServiceLinkNode", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + "Name": "PublicPrivateKeyMismatchException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ServiceNode", - "Namespace": "Microsoft.VisualStudio.Editors.WCF.UI" + "Name": "PrivateKeyConfigurationException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "WCFProxyGenerator", - "Namespace": "Microsoft.VisualStudio.Editors.WCF" + "Name": "PrivateKeyExpectedEnvironmentException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsTelemetryContext", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PrivateKeyDecryptNeedsEncryptedDataException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsTelemetryEvent", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PrivateKeySignNeedsDigestValueException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PrivateKeyGenerateNeedsIdTypeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsTelemetrySession", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PrivateKeyGenerateNeedsIdValueException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "SVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PrivateKeyRemoveNeedsIdTypeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PrivateKeyRemoveNeedsIdValueException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PrivateKeyExportNeedsPasswordException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "OperationDesignerBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyImportNeedsInformationException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "CheckBoxState", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyNoDefaultKeyIdException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ColumnDescriptor", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyNoInternalCacheException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "OperationDesignerValueSupportedStates", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyDatabaseNotAccessibleException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IOperationDesignerBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyDatabaseCryptoServiceProviderPrivateKeyMaterialMismatchException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IOperationDesignerColumnHost", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyInvalidLicensorCertificateException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "IOperationDesignerInitializeBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyInvalidPubDomainLicensorCertificateException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "OperationDesignerBaseAttribute", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyNoPublicKeyInfoAvailableException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "OperationDesignerRootBranchAttribute", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyExportNeedsIdTypeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "OperationDesignerColumnAttribute", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyImportNeedsPasswordException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "AggregateBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyExportNeedsIdValueException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "HeaderBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "BadPrivateKeyDataException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ChildBranchInfo", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "InvalidPrivateKeyPasswordException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "VariableColumnTree", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyReadException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "OperationDesignerGlyphs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyUpdateException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ColumnTypeDescriptor", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyWriteException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "WrappedPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PrivateKeyRemoveException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ReadOnlyPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PropertyBagNamespaceNotFoundException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "OperationDesignerTreeControl", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PropertyBagPropertyExistsException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "OperationDesignerInPlaceEdit", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "NonDomainAccountException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "OperationDesignerInPlaceEditCombo", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "InstallPerformanceCountersException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "OperationDesignerInPlaceEditDropDown", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "DeleteVRootException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "KeyAction", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "CreateAppPoolException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "NavigationDirection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "CreateVRootException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ProcessKeyResult", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "ModifyWebConfigException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "NestedTypeAddRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "ClusterNotProvisionedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "NestedTypeRemoveRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "AlreadyProvisionedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "TypeHeightChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "NotProvisionedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LollipopHeightChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "RevocationPublicKeyFileException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LollipopAddedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "FederationPackageNotFoundException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LollipopRemovedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "WindowsInternalDatabaseCheckException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "TypeAddedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "WebFilesNotFoundException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ClassDesignerCallbacks", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "VirtualRootsNotFoundException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ClassDesignerCommandSet", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "WebConfigNotFoundException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ClassDesignerCommandIds", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "ServerNotEnrolledException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ClassDesignerDocView", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "SqlServerVersionBlockedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ClassDesignerEditorFactory", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "DatabaseVersionBlockedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ClassDesignerPackage", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "DatabaseVersionHigherException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ClassDiagramSelectionContext", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "PrivateKeyNotAccessibleException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ClrTypeSelection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "UnableToFindDatabaseException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "CompartmentSelection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "VirtualPathNotFoundException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "MemberSelection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "UnableToRunExecutableException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "InheritanceLineSelection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "UnableToInstallException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "AliasOfLineSelection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "ServiceStartTypeNotAutomaticException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "AssociationLineSelection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "ServiceDoesNotExistException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LollipopLabelSelection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "ConnectToSqlServerException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LollipopSelection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "CreateDatabaseException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "CommentSelection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "ProvisionDatabaseException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "Serializer", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "ProvisionStoredProcException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ViewInDiagramService", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "LoggingDatabaseExistsOnUpgradeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ClassDetailsWindow", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner" + "Name": "ServiceAccountCredentialsInvalidException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DiagramProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "SameProvisioningAndServiceAccountException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "PositionProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "ActiveServerPagesNotInstalledException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "EdgePointProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "InternetInformationServicesNotInstalledException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LineProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "MajorDBUpgradeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LineLabelProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "JoinDifferentAccountException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "InheritanceLineProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "JoinDifferentVersionException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "AliasOfLineProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "CryptoServiceProviderMismatchException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "AssociationLineProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "NoProvisionInSafeModeException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "LollipopPositionProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "AdminPrivilegesRequiredException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "CompartmentProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "GroupIdentityCertificateUrlNotFoundInADException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "FieldPropertyListProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "CantFindPathRegistryValueException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "MemberProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "CryptoModeUpdateException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "EventProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "CryptoServiceProviderNotFoundException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "MethodProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "SetCryptoServiceProviderAccessException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "PropertyProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "GetClientLicensorCertificationNoPersonaCertificatesProvidedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "FieldProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "MicrosoftFederationGatewaySupportDisabledException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "ShapeProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "UnsignedIssuanceLicenseNoEnablingBitsException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "CDCommentShapeProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "ClientNotAuthenticatedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "TypeShapeProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "NativeMethodException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "EnumShapeProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "DistributionPointInitFailedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "DelegateShapeProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "SecurityDescriptorMethodFailedException", + "Namespace": "Microsoft.RightsManagementServices" }, { - "Name": "InterfaceShapeProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "DefaultDiagnosticListener", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "TypedefShapeProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "DiagnosticLevel", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "InterfaceImplementingTypeShapeProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "WebRequestType", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "StructShapeProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "DiagnosticCenter", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "ClassShapeProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "PerformanceCollector", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "VBModuleShapeProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "ErrorReportingCollector", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "TypeIdentifierProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "TracingCollector", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "FontProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "DiagnosticListener", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "XmlSerializationWriterDiagramProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "EventEntryDefinition", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "XmlSerializationReaderDiagramProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "EventPeriod", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "XmlSerializer1", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "PerformanceEventBase", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "DiagramProxySerializer", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "CountedPerformanceEvent", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "XmlSerializationWriterTypeShapeProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "TimedPerformanceEvent", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "XmlSerializationReaderTypeShapeProxy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "GlobalCounterBindingController", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "XmlSerializer2", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "GroupExpansionCounters", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "TypeShapeProxySerializer", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.Serialization" + "Name": "LoggingCounters", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "AliasOfShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "CertificationCounters", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "AmbiguousLabelShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "DirectoryServicesCounters", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "AssociationConnectAction", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "LicensingCounters", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "AssociationConnectionType", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "ServiceDiscoveryCounters", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "AssociationLineLabelShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "PerformanceEventsInstallData", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "AssociationShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "GroupExpansionCountersInstaller", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "CDCommentShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "LoggingCountersInstaller", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "CDLinkShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "CertificationCountersInstaller", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "CustomFonts", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "DirectoryServicesCountersInstaller", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "CustomBrushes", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "LicensingCountersInstaller", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "CDNodeShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "ServiceDiscoveryCountersInstaller", + "Namespace": "Microsoft.RightsManagementServices.Instrumentation" }, { - "Name": "CDRoundedRectangleShapeGeometry", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "GroupExpansionWebService", + "Namespace": "Microsoft.RightsManagementServices.GroupExpansion.SOAP" }, { - "Name": "ClassDesignerPresentationSurface", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "VersionData", + "Namespace": "Microsoft.RightsManagementServices.GroupExpansion.SOAP" }, { - "Name": "ClassDesignerPresentationSurfaceCopyFilterBase", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "IsPrincipalMemberOfCompletedEventHandler", + "Namespace": "Microsoft.RightsManagementServices.GroupExpansion.SOAP" }, { - "Name": "ClassDesignerPresentationSurfaceRemoveFilterBase", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "IsPrincipalMemberOfCompletedEventArgs", + "Namespace": "Microsoft.RightsManagementServices.GroupExpansion.SOAP" }, { - "Name": "AssociationShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "WebConfigurationFileErrorException", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "CollectionAssociationShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "TokenDecryptionCertificateErrorException", + "Namespace": "Microsoft.RightsManagementServices.WS" }, { - "Name": "CollectionAssociationShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "ActiveDirectoryServices", + "Namespace": "Microsoft.RightsManagementServices.DirectoryServices" }, { - "Name": "InheritanceShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "CacheLookups", + "Namespace": "Microsoft.RightsManagementServices.DirectoryServices" }, { - "Name": "InheritanceShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "Principal", + "Namespace": "Microsoft.RightsManagementServices.DirectoryServices" }, { - "Name": "AliasOfShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "ExplicitParseFields", + "Namespace": "Microsoft.RightsManagementServices.DirectoryServices" }, { - "Name": "NestedTypesCompartment", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "HelperMethodsCommon", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "NestedTypesCompartmentElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "ConfigDatabaseValidationCodes", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "CDCompartment", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "SSLCertificateInformation", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "CDCompartmentElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "SSLCertificateOption", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "LollipopShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "CryptographicServiceProviderUtilities", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "LollipopShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "CryptographicServiceProvider", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "LollipopLabelShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "KeyContainer", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "LollipopLabelShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "CryptographicProviderType", + "Namespace": "Microsoft.RightsManagementServices.Configuration" }, { - "Name": "AmbiguousLabelShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "Roles", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AssociationLineLabelShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "WellKnownRights", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "InheritanceLineLabelShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "ExpirationType", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "InheritanceLineLabelShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "KeyHierarchy", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypeShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "ClusterType", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "InterfaceImplementingClrTypeShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "ProxyScheme", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrClassShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "TemplateType", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrClassShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "ServiceAccountType", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrVBModuleShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "ExcludedUserType", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrVBModuleShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "PipelineFilteringMode", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrStructShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "FilteringPipelineType", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrStructShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "UserAndDomainFilteringPolicy", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrEnumerationShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrEnumerationShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminInvalidArgumentException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypedefShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminArgumentException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypedefShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminObjectNotFoundException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrInterfaceShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminInvalidOperationException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrInterfaceShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "FailedToDeleteSvcConPointFromADErrorException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrDelegateShape", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "FailedToRegisterSvcConPointToADErrorException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrDelegateShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidTrustedDocDomainImportFileException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CDCommentShapeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminImportedRightsTemplateIdExistException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClassDiagram", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminImportedRightsTemplateNameExistException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClassDiagramElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "UserImpersonationException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClassDesignerElementOperations", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "RequestCanceledException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "GroupBy", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "ClientInvalidVersionException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "MemberTextFormat", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "CertificationUniformResourceLocatorNotFoundInADException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypeShapePropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "FailedToDelSvcConnectionPointException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "MemberController", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "FailedToRegSvcConnectionPointException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TypeShapeController", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "SvcConnectionPointExistException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AssociationLinesController", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "ServiceDecommissionException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ShowHideController", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminUnauthorizedAccessException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ArrangeByControllerBase", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminEntryNotExistsException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ArrangeByKindController", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminDeserializationException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ArrangeByAccessController", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidPasswordException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ArrangeByAlphabeticalController", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidAccountCredentialException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "InheritanceConnectAction", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidUserGroupException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "InheritanceConnectionType", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "CannotUseDatabaseOwnerAccountException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "LollipopPosition", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "FailedToControlWindowsSvcException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "LollipopShapeGeometry", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminFailedToVerifySvcAccountChangeException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "NestedTypesCompartmentController", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidRightsTemplateException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypeFullNameContextData", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidLanguageIdException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClassDesignerPresentationElementCopyFilter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidTemplateSummaryNameException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClassDesignerPresentationElementRemoveFilter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidTemplateSummaryDescriptionException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClosureFindOrCreateRefTypeAndRelateElementOperation", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidUserIdException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AutoLayoutCustomRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidWellKnownRightsException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AutoLayoutCustomEvent", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidRenewalDaysException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypeShapeAddRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidExpirationTypeException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrBaseTypeChangedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "MismatchExpirationTypeAndDataException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrInterfaceChangedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidApplicationDataItemNameException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "BaseTypeInterfaceChangedCustomModelRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidRevocationUrlException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TypeSystemClrTypeAddRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidRefreshPerDaysException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ParentShapeHasRelativeChildShapesAddRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidRevocationPublicKeyException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrClassChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidTemplateIdException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypeShapeRemovedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "NoTemplateSummaryException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "NamespaceTypeAddedNameRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "DuplicateLanguageIdException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AssociationLineHasMemberAddRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "DuplicateApplicationDataNameException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypeHasBaseClrTypeAddRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "DuplicateUserIdException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypeShapeHasClrTypeAddRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "NoUserRightsItemException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypeContainsMembersAddRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "SetRenewalDayForOwnerException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypeContainsMembersRemoveRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "NullRightsTemplateException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypeContainsMembersChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "DuplicateTemplateNameException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypeContainsMembersPositionChange", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidEnterpriseRequestException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "MemberChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidStandardCertificatePeriodException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrParameterChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidTemporaryCertificatePeriodException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrParameterAddRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidExclusionPolicyException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrFieldChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidExcludedPublicKeyException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TypeShapeRenamedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidExcludedUserAccountException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TypeRefAmbiguousChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidTrustPolicyException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TypeRenamedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidOnlineTrustedServiceExcludedUserException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClassDiagramChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidTrustedDnsDomainException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrParameterRemoveRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "WriteToFileException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "AssociationShapeRemoveRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "ReadFileException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "InheritanceShapeRemoveRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "FileSizeException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TypeRefAddedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "InvalidUserIdPublicKeyException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TypeRefChangedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminServiceUrlFormatException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TypeRefRemoveRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "SetServiceAccountInDatabaseFailException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CachePopulatingRemoveRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "IncorrectDatabaseOwnerInformationException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypeHasBaseClrTypeUpdateBaseTypesAddRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminUnsupportedServiceAccountTypeException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClrTypeHasBaseClrTypeUpdateBaseTypesRemoveRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminBootModeException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TypeRefRenamedUpdateBaseRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminInvalidFilePathException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "CompartmentRemovedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminInvalidUniversalNamingConventionPathException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IDirtiesDiagram", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminInvalidCustomRightNameException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DiagramChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminCustomRightNameInUserException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "NodeShapeAddRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminInvalidFederationValidityTimeException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "NodeShapeRemoveRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminInvalidADFederationSvcRequestUrlException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "TypeChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminNonSslADFederationSvcRequestUrlException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "InheritanceTypeRefRenamedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminInvalidStsFederationMetadataUrlException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ClassSizeChangedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminNonSslStsFederationMetadataUrlException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "LollipopLabelInterfaceTypeInstanceChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminInvalidClusterRootUrlException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ChangeInterfaceTypeArgumentsRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminPolicySettingDisabledException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "InterfaceImplementationTypeRefAddRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminInvalidEmailAddressException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "InterfaceImplementationTypeRefRemoveRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminInvalidServerLicensorCertificateFriendlyNameException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "InterfaceImplementationTypeRefChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminInvalidExcludedApplicationNameException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "LollipopShapeChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminADAccessDeniedException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "KeepLollipopInDiagramRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminRMServiceNotFoundException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SetLineManualRouteRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminDisplayNameIsUsedInTrustedPubDomainException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SnapLollipopToParentBoundsRules", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel" + "Name": "AdminDisplayNameIsUsedInTrustedUserDomainException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AdminADFederationSvcNotInstalledException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AdminExcludeTemporaryRightsAccountCertificateException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DynamicMenuCommand", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "AdminUnknownUserRoleException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DynamicMenuCommandList", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "AdminReportViewerNotInstalledException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DynamicCascadingMenu", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "AdminStsFederationNotInstalledException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "DynamicCascadingMenuCommand", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "AdminInvalidCryptoModeOperationException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ModelElementLocator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "AdminReadOnlyRightsTemplateException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ModelElementReference", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "AdminStsFederationNotEnrolledException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ModelElementReferenceCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "AdminLocalMachineOnlyOperationException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "ModelValidationMessage", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "AdminLocalAdministratorOnlyOperationException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "PossibleSolution", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "AdminUnableToOpenCertificateStoreException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "PossibleSolutionCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "StsProvisioningConditionsMissingException", + "Namespace": "Microsoft.RightsManagementServices.Admin" }, { - "Name": "PropertySetting", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "SetAppLockerPolicyCmdlet", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "PropertySettingCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "GetAppLockerPolicyCmdlet", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "FileReference", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "TestAppLockerPolicyCmdlet", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "FileReferenceCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "GetAppLockerFileInformationCmdlet", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "ReportToDebugWindow", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "NewAppLockerPolicyCmdlet", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "ReportToStatusBar", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "AppLockerEventType", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "ReportToTaskList", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "AppLockerEventInformation", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "ValidationTaskProvider", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "CmdletException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "TaskValidationMessage", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "ResolvingPathException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "ValidationMessageCommandIds", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "ResolvingFileException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "ValidationTask", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation.UI" + "Name": "ResolvingDirectoryException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "EditCtrlStatementCompletion", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "ResolvingUserException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "OperationDesignerToolWindow", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "FileDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "OperationDesignerSite", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "DirectoryDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "ClassViewNavigationInfoTypes", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "ParsingFilePublisherInformationException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "ClassViewNavigationInfoNode", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "OpeningEventLogException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "ClassViewNavigationInfo", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "ParsingEventLogException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Cmdlets" }, { - "Name": "DialogBase", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "AppXPackageCollection", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "ISubordinateDocData", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "AppXPackageInfo", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "ISharedSubordinateDocData", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FileManager", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "DocData", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "PolicyManager", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "DocViewCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleManager", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "QueryEditResult", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleGenerator", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "DocDataLock", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleType", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "EditorFactory", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "GetPublisherDisplayName", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "FileCancelException", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleGenerationSettings", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "IDocDataLockResolver", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleGenerationResult", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "DynamicStatusMenuCommand", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "PolicyDecision", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "CONST_PROGDLGFLAGS", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "AppLockerPolicyDecision", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "CONST_PDTIMER", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "PolicyManagementException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "ProgressDialog", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "SubordinateDocDataManager", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FileDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "UndoManager", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "NoRuleTypeWasSpecifiedException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "ContainerBase", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "MissingFileInformationException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "ExplorerElementVisitor", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "SetLocalPolicyException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "ModelElementTreeNode", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "SetDomainPolicyException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "ModelExplorerToolWindow", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "GetLocalPolicyException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "ModelExplorerTreeContainer", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "GetDomainPolicyException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "ClassViewImages", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "GetEffectivePolicyException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "TabStrip", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "TestFileAllowedException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "NameChangingEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "CreateFilePublisherException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "NameChangingEventHandler", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FrameworkPackageException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "TabAction", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "CreateFileHashException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "TabEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "NormalizeFilePathException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "TabEventHandler", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "GetFileTypeException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "TabButton", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "GetFileExtensionsException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "CustomModelingDocData", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "GetFileRuleCollectionException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "CustomPrototypeDialog", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "UnsupportedFileTypeException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "DefaultDesignerCallbacks", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "CompileRuleException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "DiagramDocView", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "EncodeFilePublisherInformationException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "SingleDiagramDocView", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "DecodeFilePublisherInformationException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement" }, { - "Name": "TabbedDiagramDocView", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "ExecutionCategory", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "TabbedDiagramCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "Id", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ExportErrorEventHandler", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "PolicyElement", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ExportQueryUserActionEventHandler", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "XmlSerializer", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "DiagramExporter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "AppLockerPolicy", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ExportUserAction", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "EnforcementMode", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "UserActionEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "ServiceEnforcementMode", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ExportErrorEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleCollection", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "DirtyDocData", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "AppLockerRuleActionType", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "DocumentDirtyEvent", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "AppLockerRule", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "DocumentDirtyRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FilePublisherRule", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "DocumentDirtyEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FilePathRule", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "DocView", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FileHashRule", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ExportPrototypeDialog", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleCondition", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "IncludeResults", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FilePublisherCondition", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "IncludeInResultsCallback", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FilePathCondition", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ShellUtility", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FileHashCondition", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "HtmlErrorDialog", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FilePublisher", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "IMenuCommandExtender", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FileVersionRange", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ImportPrototypeDialog", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FileVersion", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ISubStoreProvider", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FilePath", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ICleanupStoresListener", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FileHashType", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "IToolboxItemProvider", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FileHash", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "KeyRedirector", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "AppLockerFileType", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "LinkedTransaction", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "FileInformation", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "CommandContextBoundMenuCommand", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "PolicyModelException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "StoreKeyPair", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "InvalidPolicyElementException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ModelingDocData", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "InvalidXmlPolicyException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ModelingDocStore", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleCollectionAlreadyExistsException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ModelingEditorFactory", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleCollectionDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ModelingPackage", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleAlreadyExistsException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "PackageUtility", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "ModelingWindowPane", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleConditionIsNotSupportedException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "MonitorSelectionEventHandler", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleExceptionIsNotSupportedException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "MonitorSelectionEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "PolicyMergingException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "CommandContextChangedEventHandler", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "Plugin", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyModel" }, { - "Name": "CommandContextChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "Document", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" }, { - "Name": "IMonitorSelectionService", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "Node", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" }, { - "Name": "ShellStrings", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "NodeCollection", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" }, { - "Name": "SourceCodeControlRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "SchemaValidationResult", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" }, { - "Name": "CustomSourceCodeControlRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "XmlHelperException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" }, { - "Name": "SynchronizationWarningDialog", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "XmlNodeDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" }, { - "Name": "ToolWindow", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "XmlAttributeDoesNotExistException", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.Xml" }, { - "Name": "TransactionCommitHandler", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "AdministratorPreferences", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" }, { - "Name": "DescriptionHandler", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "BinaryView", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" }, { - "Name": "UndoUnit", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "BrowseDSObjectsDialog", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" }, { - "Name": "VSDiagramView", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "DirectoryChooser", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" }, { - "Name": "VSDiagramViewSite", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "DynamicSearchableListViewControl", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" }, { - "Name": "VSTextField", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "ListViewColumnSorter", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" }, { - "Name": "TypeNameInfo", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "ReviewRules", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" }, { - "Name": "IViewInClassDiagram", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Shell" + "Name": "RuleGenerationWizard", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" }, { - "Name": "ClrBranchCommandSet", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "RuleView", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" }, { - "Name": "NameColumn", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "UserSelectionTracker", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" }, { - "Name": "TypeColumn", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "ProgressReporter", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" }, { - "Name": "ModifierColumn", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "ErroneousDirectories", + "Namespace": "Microsoft.Security.ApplicationId.Wizards.AutomaticRuleGenerationWizard" }, { - "Name": "FieldValueColumn", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "Async", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "SummaryColumn", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "Collection`1", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "MemberOrder", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "ControllerStatus", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "MemberBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "Controller", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "MethodBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PortStatus", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "FieldBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "ControllerPort", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "PropertyBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "DiskStatus", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "EventBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "DiskFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ParameterBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "LunReserveMode", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "MemberParameterBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "DiskExtentType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "DelegateParameterBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "PartitionStyle", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "DelegateBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "DiskExtent", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "BranchCompartmentType", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "Disk", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ClassHeaderBranch", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "DriveStatus", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "SummaryEditor", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "DriveFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "SummaryForm", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.OperationDesigner" + "Name": "DriveExtent", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ModelMappings", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel" + "Name": "Drive", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "AsmxElementProvider", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "ServiceRecoverAction", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "AsmxMetaModel", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "ServiceEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "AsmxMetaModelCopyClosure", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "SubSystemEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "AsmxMetaModelRemoveClosure", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "DriveEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebService", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "ControllerEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServiceMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "LunEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServiceElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "PortEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServiceLanguage", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "PortalEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServiceLanguageElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "TargetEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServiceCodeBehind", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "PortalGroupEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServiceCodeBehindElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "PackEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServiceContainsWebServiceCodeBehind", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "DiskEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServiceContainsWebServiceCodeBehindElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "VolumeEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServiceContainsWebServiceLanguage", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "PartitionEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServiceContainsWebServiceLanguageElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "DriveLetterEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsWebServices", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "FileSystemEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsWebServicesElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "MountPointEventArgs", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServicePropertyChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "Globals", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServicePropertyAddRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "HbaPortType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServicePropertyRemoveRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "HbaPortStatus", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ParseStatusChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Asmx" + "Name": "HbaPortSpeedFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsClassModelRoot", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "WorldWideName", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsClassModelRootElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "HbaPort", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ReferencedAssemblyContainsClassModelRoot", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "IscsiLoginType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ReferencedAssemblyContainsClassModelRootElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "IscsiAuthorizationType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "SourceFileDefinesAsmxWebService", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "IscsiLoginFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "SourceFileDefinesAsmxWebServiceElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "InitiatorAdapter", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ApplicationStringSettings", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "InitiatorPortal", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "Artifact", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "PathPolicy", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectMetaModel", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "LoadBalancePolicy", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectMetaModelCopyClosure", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "LunType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectMetaModelRemoveClosure", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "LunStatus", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectModelRoot", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "LunFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectModelRootElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "UnmaskingListType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "SolutionItem", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "Lun", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "SolutionItemMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "LunHints", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectItem", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "UnmaskingList", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProject", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "FibreChannelUnmaskingList", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "UnknownUnmaskingList", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "IscsiUnmaskingList", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebSite", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "LunPlexType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebSiteElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "LunPlexStatus", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ArtifactElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "LunPlexFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "Reference", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "LunPlex", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ReferenceElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "PackStatus", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "SourceFile", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "PackFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "SourceFileMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "Pack", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "SourceFileElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "PathStatus", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "Folder", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "LoadBalancePolicyType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "FolderMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "LoadBalanceSupportFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "FolderElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "FullPathId", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ReferencedAssembly", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "Path", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ReferencedAssemblyMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "FibreChannelPath", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ReferencedAssemblyElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "IscsiPath", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "DotNetAssembly", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "PortalStatus", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "DotNetAssemblyElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "Portal", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebReference", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "PortalGroup", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebReferenceMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "ProviderFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebReferenceElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "ProviderType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServiceUrls", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "HardwareProviderType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "WebServiceUrlsElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "VersionSupportFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ApplicationStringSettingsElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "Provider", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectModelRootContainsSolutionItems", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "HardwareProvider", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectModelRootContainsSolutionItemsElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "SoftwareProvider", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectModelRootContainsAssemblies", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "ServiceFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectModelRootContainsAssembliesElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "ServiceLoader", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsSourceFiles", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "Service", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsSourceFilesElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "SubSystemStatus", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsWebServiceUrls", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "SubSystemFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsWebServiceUrlsElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "SubSystemInterconnectFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsApplicationStringSettings", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "SubSystemSupportedRaidTypes", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsApplicationStringSettingsElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "SubSystem", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsFolders", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "Target", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsFoldersElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "VdsException", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsWebReferences", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "StorageIdentifierCodeSet", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectContainsWebReferencesElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "StorageIdentifierType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectReferencesReferencedAssemblies", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "StorageBusType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectReferencesReferencedAssembliesElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "InterconnectAddressType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectGeneratesReferencedAssembly", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "Interconnect", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectGeneratesReferencedAssemblyElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "StorageIdentifier", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectReferencesVSProjects", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "StorageDeviceIdDescriptor", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectReferencesVSProjectsElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "LunInformation", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectElementProvider", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "Status", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectModelUtility", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "Health", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "VSProjectChanged", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Project" + "Name": "TransitionState", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "AliasTypeRef", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "FileSystemType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "AssociationTypeRef", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "InputDisk", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "BaseTypeChangedCustomModelEvent", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "IpsecFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "BaseTypeChangedCustomModelEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "IPAddressType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ImplementedInterfaceChangedCustomModelEvent", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "IPAddress", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ImplementedInterfaceChangedCustomModelEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "MaintenanceOperation", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ClrBaseDefinitionChangedCustomModelEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "VolumeStatus", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "DelayClrTypeCreation", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "VolumeType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "CreateClrTypeContextBag", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "VolumeFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ClassModelRoot", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "FileSystemFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ProjectClassModelRoot", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "DriveLetterFlags", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "AssemblyClassModelRoot", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "DriveLetterProperties", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ClrAttributeInstance", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ReparsePointProperties", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ClrAttributeInstanceMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "Volume", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "AttributeArguments", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "VolumePlexStatus", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "AttributeArgument", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "VolumePlexType", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "TreatAttributeArgumentValueAs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "VolumePlex", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "ClrClass", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "Wrapper", + "Namespace": "Microsoft.Storage.Vds" }, { - "Name": "IClrElement", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "VdsServiceLoaderClass", + "Namespace": "Microsoft.Storage.Vds.Interop" }, { - "Name": "TreatGeneratedMemberStyles", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "AdvancedDisk", + "Namespace": "Microsoft.Storage.Vds.Advanced" }, { - "Name": "PropertyAccessor", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "PartitionFlags", + "Namespace": "Microsoft.Storage.Vds.Advanced" }, { - "Name": "ReferenceKind", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "Partition", + "Namespace": "Microsoft.Storage.Vds.Advanced" }, { - "Name": "ReferenceKindConverter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "MbrPartition", + "Namespace": "Microsoft.Storage.Vds.Advanced" }, { - "Name": "MethodKind", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GptPartition", + "Namespace": "Microsoft.Storage.Vds.Advanced" }, { - "Name": "MethodKindConverter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "BlockNewCommandForm", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "ParameterKind", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "CommandManagementScopeNode", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "ParameterKindConverter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "EnhancedPanel", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "WellKnownTargetFrameworkVersions", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "EnhancedTableLayoutPanel", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "SupportedLanguageSet", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "RefreshableMessageView", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "SupportedLanguageSetConverter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "HeaderPanel", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "TypeRefMode", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "MirroredTableLayoutPanel", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "AccessModifier", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "MirroredForm", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "AccessModifierConverter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "MirroredPanel", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "MemberModifier", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "OverviewView", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "TypeInheritanceModifier", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "TrustedPlatformModuleManagement", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "ConstKind", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "TrustedPlatformModuleManagementInstaller", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "TypeKind", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "TrustedPlatformModuleManagementScopeNode", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "TemplateKind", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "TrustedPlatformModuleWmi", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "TemplateKindConverter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "WmiException", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "ParamInfo", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "TrustedPlatformModuleNotPresentException", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "LanguageDelimiterSet", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ComputerNotAvailableException", + "Namespace": "Microsoft.SnapIns.TrustedPlatformModule" }, { - "Name": "LanguageDelimiterManager", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "TransactionBridge", + "Namespace": "System.ServiceModel.Internal" }, { - "Name": "ClrBaseDefinition", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "MyInstall", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" }, { - "Name": "CodeElementPosition", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "EffectiveWindows8App", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" }, { - "Name": "TooltipTextKind", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "IWindows8AppList", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" }, { - "Name": "TooltipOptions", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "PropertySource", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" }, { - "Name": "CollectedTypeDefinition", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "Windows8App", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" }, { - "Name": "InlineModifier", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "MachineConfiguredWindows8App", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" }, { - "Name": "TypeModifier", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "UserConfiguredWindows8App", + "Namespace": "Microsoft.Uev.ManagedAgentWmi" }, { - "Name": "FindFirstNamespaceInFileQuery", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ApiRemoting", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GetDescendentTypesQuery", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xGenericReadableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GetTemplateArgumentTypeQuery", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "MonitoredServicesResponse", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GetTypeCandidatesQuery", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xCompleteUpdates", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrDelegate", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xProgramKey", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrElement", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xAuthorizationPlugInTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrElementEnumTypeConverter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xGroupAuthorizationTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrElementPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xConfigurationTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrEnumeration", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xAllConfigurationTableRows", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrEvent", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xExportUpdateData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrEventMemberTypePropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xServerSyncLanguageData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrField", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExportFileData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrInterface", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExportUpdateListItem", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrMethod", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xExportData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrNamespace", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xUpdateRevisionId", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrParameter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xServerSyncUrlData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrProperty", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xTimeSpan", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrStruct", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xEmailNotificationConfigurationRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrType", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xEmailStatusNotificationFrequency", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xAutomaticUpdateApprovalDeadline", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "FileNameItem", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xAutomaticUpdateApprovalRuleTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CollectionTypeInstances", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xCompleteAutomaticUpdateApprovalRule", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypedef", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xSubscriptionTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeSystemExternalChangeCause", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xEventHistoryTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RootNamespaceExternalChangeEventHandler", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xUpdateRevisionIdentifier", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RootNamespaceExternalChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xEventSourceFilter", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeExternalChangeEventHandler", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xEventIdFilter", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeExternalChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xEventHistoryFilter", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeSystemExternalChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "xEmailNotificationType", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CodeElementTextData", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetDownstreamServersInTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CollectionAssociationTypeRef", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetDownstreamServersInTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrModelException", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPPreregisterComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InheritanceTypeRef", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPPreregisterComputerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeModelUtility", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetComputerByIdCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ConditionalSpaceFormatter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetComputerByIdCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "XmlFormatter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetDownstreamServerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InterfaceImplementationTypeRef", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetDownstreamServerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ITypeModelExtender", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetAllComputersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "StubImplementationStatus", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetAllComputersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "StubImplementationStatusRecord", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPSearchComputersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Language", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPSearchComputersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LanguageCppBase", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetComputerCountCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LanguageCpp", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetComputerCountCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LanguageMCpp", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetAllDownstreamServersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LanguageCSharp", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetAllDownstreamServersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LanguageIL", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPDeleteComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LanguageVB", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPDeleteDownstreamServerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LogicalElement", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetComputerTargetByNameCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LogicalElementCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetComputerTargetByNameCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Member", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPSimpleSearchComputersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MemberAssociatesClrType", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPSimpleSearchComputersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MemberMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSetSelfSigningCertificateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "OrphanTypeRefComparisonCallback", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSetSigningCertificateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "OrphanTypeRef", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteGetSigningCertificateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Delimiter", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteGetSigningCertificateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ParseType", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetInventoryItemsForComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeSystemReport", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetInventoryItemsForComputerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RootNamespace", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetInventorySummaryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeInstance", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetInventorySummaryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeInstanceCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetComputersHavingInventoryItemCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "PointerDecorator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetComputersHavingInventoryItemCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeDecorator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPSearchEventHistoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeInstanceDomain", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPSearchEventHistoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeModelErrorMessageEventHandler", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetComponentsWithErrorsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeModel", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetComponentsWithErrorsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeModelRemoveClosure", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetUpdateServerStatusCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeModelCopyClosureBase", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetUpdateServerStatusCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeModelRemoveClosureBase", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetDownstreamServerRollupSummaryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProjectClassModelRootElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetDownstreamServerRollupSummaryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AssemblyClassModelRootElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetFailedToDownloadUpdatesCountCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetFailedToDownloadUpdatesCountCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrEnumerationElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetSubscriptionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrStructElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetSubscriptionCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypedefElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetSubscriptionCategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrDelegateElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetSubscriptionCategoriesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrInterfaceElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetSubscriptionNextSynchronizationTimeCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrClassElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetSubscriptionNextSynchronizationTimeCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrNamespaceMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SetSubscriptionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrNamespaceElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SetSubscriptionFrequencyCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RootNamespaceElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SetSubscriptionLastSynchronizationTimeCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrMethodMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetAutomaticUpdateApprovalRulesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrMethodElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetAutomaticUpdateApprovalRulesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrPropertyElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SetAutomaticUpdateApprovalRuleCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrEventElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SetAutomaticUpdateApprovalRule1CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrFieldElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "CreateInstallApprovalRuleCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrParameterMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "CreateInstallApprovalRuleCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrParameterElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "DeleteInstallApprovalRuleCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeRef", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetPreviousRevisionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeRefMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetPreviousRevisionCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InheritanceTypeRefMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetXmlForUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InheritanceTypeRefElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetXmlForUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AliasTypeRefElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetLatestRevisionNumberForUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InterfaceImplementationTypeRefMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetLatestRevisionNumberForUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InterfaceImplementationTypeRefElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetSdpXmlForUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AssociationTypeRefElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetSdpXmlForUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CollectionAssociationTypeRefMoveableCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPSetEmailNotificationConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CollectionAssociationTypeRefElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPSetEmailNotificationRecipientsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "OrphanTypeRefElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPScheduleEmailNotificationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrAttributeInstanceElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SetSmtpUserPasswordCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrElementHasClrAttributeInstances", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "HasSmtpUserPasswordCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrElementHasClrAttributeInstancesElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "HasSmtpUserPasswordCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProjectClassRootContainsNamespace", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SignCabForPublishingCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProjectClassRootContainsNamespaceElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SignCabForPublishingCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AssemblyClassModelRootContainsRootNamespace", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SignCabForPublishingWithTimeStampOptionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AssemblyClassModelRootContainsRootNamespaceElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SignCabForPublishingWithTimeStampOptionCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RootNamespaceContainsClrNamespaces", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SignCabExForPublishingWithTimeStampOptionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RootNamespaceContainsClrNamespacesElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SignCabExForPublishingWithTimeStampOptionCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrNamespaceContainsClrTypes", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ImportUpdateForPublishingCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrNamespaceContainsClrTypesElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ApplyAutomaticUpdateApprovalRuleCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeContainsClrTypes", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ApplyAutomaticUpdateApprovalRuleCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeContainsClrTypesElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "AddDynamicCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeContainsMembers", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "AddDynamicCategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeContainsMembersElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetDynamicCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeReferredByTypeRefs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetDynamicCategoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeReferredByTypeRefsElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetDynamicCategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CollectionAssociationTypeRefRelatesToCollectionClrType", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetDynamicCategoriesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CollectionAssociationTypeRefRelatesToCollectionClrTypeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SetDynamicCategorySyncStatusCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeRefLink", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "DeleteDynamicCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeImplementsClrTypes", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetExportDataCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeImplementsClrTypesElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetExportDataCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeHasBaseClrType", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetExportUpdateDataCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeHasBaseClrTypeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetExportUpdateDataCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeAliasOfClrType", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetSubscriptionStateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeAliasOfClrTypeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetSubscriptionStateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MemberContainsClrParameters", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetServerSyncProgressCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MemberContainsClrParametersElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetServerSyncProgressCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrDelegateContainsClrParameters", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "StartSubscriptionManuallyCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrDelegateContainsClrParametersElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "StartSubscriptionManuallyForCategoryOnlyCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrPropertyHasGetClrMethod", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "StopSubscriptionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrPropertyHasGetClrMethodElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ImportUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrPropertyHasSetClrMethod", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ImportUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrPropertyHasSetClrMethodElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPWakeUpResetAgentCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrPropertyIsBackedByClrField", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPWakeUpRollupAgentCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrPropertyIsBackedByClrFieldElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "AddNewLanguageCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrMethodOverridesClrMethod", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "AddNewLanguageCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrMethodOverridesClrMethodElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetInstallableItemsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrEventHasAddClrMethod", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetInstallableItemsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrEventHasAddClrMethodElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetApprovedUpdateMetadataCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrEventHasRemoveClrMethod", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetApprovedUpdateMetadataCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrEventHasRemoveClrMethodElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPHasApprovalsChangedCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrAttributeInstanceEditor", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPHasApprovalsChangedCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrAttributesDialog", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPDeclineSupersededUpdatesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "NewMemberLocationEditor", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPDeclineSupersededUpdatesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrDelegateTopLevelCommitChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPDeclineExpiredUpdatesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrDelegateChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPDeclineExpiredUpdatesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrEnumerationTopLevelCommitChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPCountObsoleteUpdatesToCleanupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrFieldRules", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPCountObsoleteUpdatesToCleanupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrFieldRolePlayerPosChangedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetObsoleteUpdatesToCleanupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrFieldRemovedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetObsoleteUpdatesToCleanupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrParameterAddedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPCountUpdatesToCompressCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrParameterRemovedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPCountUpdatesToCompressCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrParameterRolePlayerPosChangedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetUpdatesToCompressCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrParameterRules", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetUpdatesToCompressCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DotNetAssemblyLinkAddedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPCompressUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DotNetAssemblyLinkRemovedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPDeleteUpdateByUpdateIDCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrElementRenamedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPDeleteUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RootNamespaceContainsClrNamespacesAddedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPCleanupObsoleteComputersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "NamespaceTypeAddedNameRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPCleanupObsoleteComputersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "NamespaceTypeRoleChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPCleanupUnneededContentFilesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeNestedTypeAddedNameRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPCleanupUnneededContentFilesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeNestedTypeRoleChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPCleanupUnneededContentFiles2CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MembersAddedToTypeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPCleanupUnneededContentFiles2CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InheritanceTypeRefRules", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "StopWSUSServiceCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MemberRules", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "StartWSUSServiceCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MemberParameterOrderChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetServerVersionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrMethodChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetServerVersionCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrPropertyChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetServerProtocolVersionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeModelTransactionBeginningRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetServerProtocolVersionCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeModelRollbackRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetDatabaseConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeRefLinkAddedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetDatabaseConfigurationCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeRefRenamedRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetEmailNotificationConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeAddedToNamespaceRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetEmailNotificationConfigurationCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeRemovedFromNamespaceRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetEmailNotificationRecipientsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypedefChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "ExecuteSPGetEmailNotificationRecipientsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrTypeChangeRule", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "SendTestEmailCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeRefHelper", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "CatalogSiteGetMetadataAndImportCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClrElementProvider", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "PingCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ISynchronizationCompleteFixup", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "PingCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypeSystemDemandLoader", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.ArtifactModel.Clr" + "Name": "GetCurrentUserRoleCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsSample", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "GetCurrentUserRoleCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsSampleTree", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "ExecuteSPGetConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsMRUSource", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "ExecuteSPGetConfigurationCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsOnlineTemplateProvider", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "GetResetStateMachineNeededFlagCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsStickySource", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "GetResetStateMachineNeededFlagCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsTemplate", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "ExecuteSPSetRollupConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsTemplatePathServices", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "ExecuteSPGetTempContentCacheCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsTemplateProvider", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "ExecuteSPGetTempContentCacheCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsTemplateProviderValidator", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "SetProxyPasswordCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsTemplateTree", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "HasProxyPasswordCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsSearchResultTemplate", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "HasProxyPasswordCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ISpecifyDefaultTreeNode", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "ExecuteSPSetConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VsTemplateFileType", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "ExecuteSPGetAllLanguagesWithEnabledStateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VsTemplateTypes", - "Namespace": "Microsoft.VisualStudio.TemplateProviders" + "Name": "ExecuteSPGetAllLanguagesWithEnabledStateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IExtensionRequirement", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetProgramKeysCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "EnabledState", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetProgramKeysCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "INotifiableExtensionManager", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetFrontEndServersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VersionRange", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetFrontEndServersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ExecuteCompletedEventArgs", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPRemoveFrontEndServerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DownloadCompletedEventArgs", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetClientsWithRecentNameChangeCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DownloadProgressChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetClientsWithRecentNameChangeCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ExtensionManagerException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPLoadReportingEventAttributesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AlreadyInstalledException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPLoadReportingEventAttributesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "NotInstalledException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPDeclineUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "NotPendingDeletionException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateByIdCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IdentifierConflictException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateByIdCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MissingTargetFrameworkException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdatesByCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MissingReferencesException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdatesByCategoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "BreaksExistingExtensionsException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPSearchUpdatesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InstallByMsiException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPSearchUpdatesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MissingPackagePartException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateCountCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InvalidExtensionManifestException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateCountCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InvalidExtensionPackageException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetSummariesPerComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "NestedExtensionInstallException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetSummariesPerComputerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RequiresAdminRightsException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetSummariesPerUpdate_SingleUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProxyCredentialsRequiredException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetSummariesPerUpdate_SingleUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InvalidPerMachineOperationException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetSummariesPerUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ReferenceConstraintException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetSummariesPerUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DependencyException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetTotalUpdateSummaryForTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InconsistentNestedReferenceIdException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetTotalUpdateSummaryForTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "UnsupportedProductException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateSummariesForTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DirectoryExistsException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateSummariesForTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "FilesInUseException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetComputerSummariesForTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CannotUninstallOrphanedComponentsException", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetComputerSummariesForTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IExtension", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetTargetGroupSummariesForUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IExtensionContent", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetTargetGroupSummariesForUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IExtensionHeader", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateSummaryForSingleTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IExtensionReference", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateSummaryForSingleTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Guids", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetTotalSummaryForCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IInstallableExtension", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetTotalSummaryForCategoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ExtensionDigitalSignatureState", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateSummariesForCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IInstalledExtension", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateSummariesForCategoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InstallState", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetComputerSummariesForCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InstallCompletedEventArgs", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetComputerSummariesForCategoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InstallProgressChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateInstallationInfoForTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IRepositoryCategory", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateInstallationInfoForTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IRepositoryEntry", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetTotalSummaryForComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IRepositoryMetadataSerializer", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetTotalSummaryForComputerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsExtensionManager", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateInstallationInfoForUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SVsExtensionManager", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateInstallationInfoForUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsExtensionManagerDialogProvider", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateInstallationInfoForComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsExtensionRepository", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetUpdateInstallationInfoForComputerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SVsExtensionRepository", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetComputersNotContactedSinceCountCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SVsSamplesRepository", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetComputersNotContactedSinceCountCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsExtensionRepositoryQuery`1", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPSimpleSearchUpdatesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SVsExtensionManangerUpdateNotificationProvider", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPSimpleSearchUpdatesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VSEdition", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetRevisionsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RestartReason", - "Namespace": "Microsoft.VisualStudio.ExtensionManager" + "Name": "ExecuteSPGetRevisionsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsExtensionsProviderSelectionCallback", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetUpdatesBundledByUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsExtensionsTreeNodePresenter", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetUpdatesBundledByUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsGetMorePane", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetUpdatesThatBundleUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsGetMorePaneConsumer", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetUpdatesThatBundleUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsMessagePaneConsumer", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetUpdatesSupersededByUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsMessagePane", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetUpdatesSupersededByUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsExtension", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetUpdatesThatSupersedeUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsExtensionsProvider", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetUpdatesThatSupersedeUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SearchCompleteCallback", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetUpdatesRequiredByUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsExtensionsProvider2", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetUpdatesRequiredByUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsExtensionsTreeNode", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetUpdatesThatRequireUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsSearchScope", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetUpdatesThatRequireUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsSortDataSource", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetLanguagesForUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsSortDescriptor", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetLanguagesForUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IPropertySink", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetContentDownloadProgressCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsPageDataSource", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetContentDownloadProgressCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CancelProgressCallback", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPResumeDownloadCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsProgressPane", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPResumeAllDownloadsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsProgressPaneConsumer", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPCancelDownloadCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SearchStatus", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPCancelAllDownloadsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ViewStyle", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPPurgeReportingEventInstancesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsNoItemsMessageTreeNode", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer" + "Name": "ExecuteSPGetEulaFileCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "ExecuteSPGetEulaFileCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ControlResources", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetEulaAcceptancesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AutomationTextBlock", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetEulaAcceptancesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AutomationComboBox", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPAcceptEulaCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ColorResources", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPAcceptEulaForReplicaDSSCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GetMorePaneGrid", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetCategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "FontSizeConverter", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetCategoriesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "NotConverter", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetCategoryByIdCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ThemedToggleButton", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetCategoryByIdCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "UriToBitmapImageConverter", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetTopLevelCategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VsSortDataSource", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetTopLevelCategoriesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VsSortDescriptorCollection", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetSubcategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ItemDoubleClickedEventArgs", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetSubcategoriesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VsExtensionsCollection", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetParentCategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VsExtensionsProvider", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetParentCategoriesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CompareTemplates", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetParentUpdateClassificationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VsSortProperty", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetParentUpdateClassificationCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VsSortDescriptor", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPDeployUpdate1CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SortCombo", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPDeployUpdate1CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProviderExpander", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPDeployUpdate2CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VSExtensionsExplorerCtl", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPDeployUpdate2CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MessagePaneGrid", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetDeploymentByIdCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "PageNavigatorGrid", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetDeploymentByIdCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProgressPaneGrid", - "Namespace": "Microsoft.VisualStudio.ExtensionsExplorer.UI" + "Name": "ExecuteSPGetDeploymentsByUpdate1CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsEnumWindowSearchFilters", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteSPGetDeploymentsByUpdate1CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsEnumWindowSearchOptions", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteSPGetDeploymentsByUpdate2CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsSearchCallback", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteSPGetDeploymentsByUpdate2CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsSearchQuery", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteSPGetDeploymentsByUpdate3CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsSearchTask", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteSPGetDeploymentsByUpdate3CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteSPGetDeploymentsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsSqm2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteSPGetDeploymentsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsWindowSearch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteSPDeleteDeploymentCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsWindowSearchHost", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteReplicaSPDeleteDeploymentCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsWindowSearchHostFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteSPRefreshDeploymentsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteSPGetTargetGroupByIdCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SVsWindowSearchHostFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteSPGetTargetGroupByIdCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VSSEARCHPROGRESSTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteSPGetTargetGroupsForComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VSSEARCHSTARTTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecuteSPGetTargetGroupsForComputerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "ExecuteSPGetChildTargetGroupsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "FileChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ExecuteSPGetChildTargetGroupsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DirtyChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ExecuteSPGetParentTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SavedEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ExecuteSPGetParentTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LoadedEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ExecuteSPGetAllTargetGroupsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LineEnding", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ExecuteSPGetAllTargetGroupsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SaveOptionsDialog", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ExecuteSPCreateTargetGroup1CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "EditorFactory", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ExecuteSPCreateTargetGroup1CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GraphControlStatusProvider", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ExecuteSPCreateTargetGroup2CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GraphControlAutomationObject", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ExecuteSPCreateTargetGroup2CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VsGraphColors", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ExecuteSPDeleteTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProgressionPackage", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ExecuteSPAddComputerToTargetGroupAllowMultipleGroupsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "FilterControl", - "Namespace": "Microsoft.VisualStudio.Progression.Filters" + "Name": "ExecuteSPRemoveComputerFromTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VirtualToggleButton", - "Namespace": "Microsoft.VisualStudio.Progression.Filters" + "Name": "ExecuteSPGetComputersInTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsTelemetryEvent", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ExecuteSPGetComputersInTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ExecuteSPRemoveDownstreamServerFromTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IVsTelemetrySession", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "AdminDataAccessProxy", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "SVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "UpdateLanguage", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "DebugTracerGraphModelHelper", - "Namespace": "Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace" + "Name": "AdminProxy", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ActiveTransactionsChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "AutomaticUpdateApprovalRuleCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "AggregatorKind", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "ComputerTargetCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphCommand", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "ComputerTargetGroupCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphCommandDefinition", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "DownstreamServerCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphContextDirection", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "DynamicCategoryType", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphProviderAttribute", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "AutomaticUpdateApprovalAction", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IGraphContext", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "AutomaticUpdateApprovalDeadline", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IGraphFormattedLabel", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IAutomaticUpdateApprovalRule", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IGraphNavigateToItem", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IComputerTarget", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphNavigateToItemRanks", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "BiosInfo", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IGraphProvider", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "OSVersion", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IGraphProviderMetadata", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "OSInfo", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IGraphProviderRankableExtension", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "ComputerRole", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphCategoryChangeType", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "ComputerTargetGroupId", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphCategoryChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IComputerTargetGroup", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphEnumerable", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IDatabaseConfiguration", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "DynamicGraphMetaObject", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IDownstreamServer", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "Graph", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IDynamicCategory", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphCategoryCollection", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "EmailStatusNotificationFrequency", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphCategory", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "EmailNotificationType", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphDataObject", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IEmailNotificationConfiguration", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphException", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IFrontEndServer", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphGroup", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IInventoryItem", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IReadOnlyCollection`1", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "ILicenseAgreement", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphMetadataOptions", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "InventoryItemProperty", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphMetadata", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "InventoryScope", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphMetadataContainer", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "PublishingProcessProgressStep", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphObject", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "PublishingEventArgs", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphCommonSchema", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IPublisher", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphGroupStyle", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "PackagePublisherTooManyCategoriesException", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "DelayedDataState", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "PackagePublisherOperationCanceledException", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphObjectChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "SynchronizationStatus", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphPropertyCollection", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "SynchronizationPhase", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphProperty", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "SynchronizationProgress", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphSchema", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "ISubscription", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphSearchDirection", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "SubscriptionEventCategory", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphSearchOption", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "ISubscriptionEvent", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphCategoryMatchOption", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "SynchronizationResult", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphSerializationSettings", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "SynchronizationError", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphDeserializationProgressEventArgs", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "ISynchronizationInfo", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphSerializationErrorEventArgs", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "ApprovedStates", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphPathSerializationDictionary", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "UpdateApprovalActions", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphPathSerializer", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "UpdateInstallationStates", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphTransactionScopeOptions", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "UpdateSources", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphTransactionScope", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "UpdateSource", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphTransactionCanceledException", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "MsrcSeverity", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphUndoManager", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "UpdateType", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphUndoUnit", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "UpdateTypes", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IGraphUndoData", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "UpdateState", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphUpdatedEventArgs", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "PublicationState", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphLink", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "UpdateRelationship", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphLinkCollection", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "RevisionChanges", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IGraphTransactionEnlistment", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "FileType", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IHasGraphOwner", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IUpdate", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IMergeableUndo", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "InstallationBehavior", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphNode", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "UpdateApprovalAction", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphNodeCollection", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "UpdateApprovalState", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphNodeIdName", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IUpdateApproval", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphNodeIdCollection", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "UpdateCategoryType", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphNodeId", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IUpdateCategory", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphNodeIdConverter", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IUpdateClassification", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphNodeIdPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "InstallationStatus", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "UndoOption", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "IUpdateEvent", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "UndoableGraphTransactionScope", - "Namespace": "Microsoft.VisualStudio.GraphModel" + "Name": "UpdateInstallationState", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ParamKind", - "Namespace": "Microsoft.VisualStudio.GraphModel.CodeSchema" + "Name": "IUpdateInstallationInfo", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "Position", - "Namespace": "Microsoft.VisualStudio.GraphModel.CodeSchema" + "Name": "UpdateApprovalScope", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "SourceLocation", - "Namespace": "Microsoft.VisualStudio.GraphModel.CodeSchema" + "Name": "UpdateScope", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "SourceLocationTypeConverter", - "Namespace": "Microsoft.VisualStudio.GraphModel.CodeSchema" + "Name": "ComputerTargetScope", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "CodeGraphNodeIdName", - "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + "Name": "UpdateServerUserRole", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "CodeLinkCategories", - "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + "Name": "IUpdateServer", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "CodeNodeCategories", - "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + "Name": "ContentDownloadProgress", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "CodeNodeProperties", - "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + "Name": "TargetingMode", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "CodeSchema", - "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + "Name": "LogLevel", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "DgmlCommonSchema", - "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + "Name": "LogDestinations", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "DgmlNodeProperties", - "Namespace": "Microsoft.VisualStudio.GraphModel.Schemas" + "Name": "UpdateServerConfigurationState", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphConditionalStyleCollection", - "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + "Name": "ClientReportingLevel", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphConditionalStyle", - "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + "Name": "ProgramKey", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphCondition", - "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + "Name": "IUpdateServerConfiguration", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphSetter", - "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + "Name": "IUpdateSummary", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphConditionCollection", - "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + "Name": "IInstallableItem", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphSetterCollection", - "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + "Name": "CleanupProcessProgressStep", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphErrorEventArgs", - "Namespace": "Microsoft.VisualStudio.GraphModel.Styles" + "Name": "CleanupEventArgs", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "CodingLanguages", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "CleanupProgressEventHandler", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IGraphBuilderFromCodeEditor", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "CleanupScope", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "SelectionReader", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "CleanupResults", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphBuilderFromCodeEditor", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ICleanupManager", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ProjectLanguageHelper", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ScriptUtilities", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ProviderPackage", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "InstallationImpact", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "SolutionExplorerSelectionReader", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "RebootBehavior", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "VsixProviderLoader", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "InstallationResult", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "OleMessageBoxResult", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "SecurityRating", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "VsShell", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "PackageUpdateClassification", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "VsHost", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "PackageType", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphControlTaskProvider", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "PackageUpdateType", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ErrorTaskProvider", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "WindowsInstallerPackageType", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GraphControlTask", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "PackagePublicationState", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ProgressionErrorTask", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "SoftwareDistributionPackage", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "VsStatusProvider", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "InstallableItem", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "INodeProvider", - "Namespace": "Microsoft.VisualStudio.Progression.NodeProviders" + "Name": "InstallBehavior", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageMoniker", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "CommandLineItem", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IVsImageService2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WindowsInstallerItem", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WindowsInstallerPatchItem", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "IVsSqm2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WindowsDriverItem", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WindowsDriverMetadata", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "KnownImageIds", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "WindowsInstallerRepairPath", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "KnownMonikers", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "ReturnCode", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageMoniker", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "FileForInstallableItem", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "PrerequisiteGroup", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageHelper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SubscriptionEventCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "BitmapLocker", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "SynchronizationInfoCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ActualDpiConverter", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "SynchronizationUpdateError", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ActualGrayscaleBiasColorConverter", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "SynchronizationUpdateErrorInfo", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ActualHighContrastConverter", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "SynchronizationUpdateErrorInfoCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ActualImageLibraryConverter", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "UpdateApprovalCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageMonikerConverter", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "UpdateCategoryCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "CrispImage", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "UpdateClassificationCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ExtensionMethods", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "UpdateCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "HslColor", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "UpdateEventCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageConverter", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "UpdateInstallationInfoCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageEventArgs", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "UpdateRevisionId", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageKind", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "UpdateServerStatus", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageLibrary", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "UpdateSummaryCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageFormat", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "UpdateFile", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImagingUtilities", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "WsusInvalidServerException", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ManifestDescriptor", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "WsusCollection", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ManifestParseException", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "WsusEventSource", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "TelemetryEventArgs", - "Namespace": "Microsoft.VisualStudio.Imaging" + "Name": "WsusEventId", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageManifest", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "WsusInvalidDataException", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageManifestGuid", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "WsusObjectAlreadyExistsException", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageManifestID", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "WsusObjectNotFoundException", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageManifestImport", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "UpdateServicesPackage", + "Namespace": "Microsoft.UpdateServices.Administration.Internal" }, { - "Name": "ImageManifestString", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "UpdateServicesPackageWithServerInformation", + "Namespace": "Microsoft.UpdateServices.Administration.Internal" }, { - "Name": "ImageManifestImage", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "InstallableItemWithServerInformation", + "Namespace": "Microsoft.UpdateServices.Administration.Internal" }, { - "Name": "ImageManifestImageSource", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "WindowsInstallerRepairPathInfo", + "Namespace": "Microsoft.UpdateServices.Administration.Internal" }, { - "Name": "ImageManifestImageSourceDimensionRange", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "CleanupManager", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageManifestImageSourceDimensions", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "DynamicCategoryOriginType", + "Namespace": "Microsoft.UpdateServices.Administration" }, { - "Name": "ImageManifestImageSourceSize", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "ProductVersion", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ImageManifestImageSourceSizeRange", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "AutomaticUpdateApprovalRuleTableRowColumn", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ImageManifestImageSourceNativeResource", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "AutomaticUpdateApprovalRuleTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ST_SourceBackgroundType", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "CompleteAutomaticUpdateApprovalRule", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ImageManifestImageList", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "ClassFactory", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ImageManifestImageListContainedImage", - "Namespace": "Microsoft.VisualStudio.Imaging.Serialization" + "Name": "ConfigurationColumns", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ImageMonikerToCrispImageConverter", - "Namespace": "Microsoft.VisualStudio.Imaging.Converters" + "Name": "ConfigurationTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DpiPrescaleImageSourceConverter", - "Namespace": "Microsoft.VisualStudio.Imaging.Dpi" + "Name": "DBError", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DpiPrescaleThemedImageConverter", - "Namespace": "Microsoft.VisualStudio.Imaging.Dpi" + "Name": "Constants", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DpiPrescaleThemedImageSourceConverter", - "Namespace": "Microsoft.VisualStudio.Imaging.Dpi" + "Name": "AuthenticationMode", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DpiPrescaledImageExtension", - "Namespace": "Microsoft.VisualStudio.Imaging.Dpi" + "Name": "DatabaseConfiguration", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GrayscaleImageConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EmailNotificationConfigurationColumns", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GrayscaleBitmapSourceConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EmailNotificationConfigurationRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ThemedImageConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EmailReport", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ThemedImageSourceConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "XmlUpdateFragmentType", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ImageThemingUtilities", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "UpdateFragments", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IImageHandle", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "XmlFragment", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ImageAttributes", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "IExecuteSPHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ImageCompositionLayer", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "SingleValueSPHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ImageMoniker", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "NoResultSPHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "_ImageAttributesFlags", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "SingleResultSetSPHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "_UIDataFormat", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "MultipleResultSetsSPHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "_UIImageType", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "GenericDataAccess", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "ReportingDatabaseAccess", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "JavaScriptLanguageService", - "Namespace": "Microsoft.VisualStudio.JSLS" + "Name": "ScopeUtilities", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "UserSettings", - "Namespace": "Microsoft.VisualStudio.JSLS" + "Name": "SqlUtilities", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Strings", - "Namespace": "Microsoft.VisualStudio.JSLS" + "Name": "StringValidation", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RJLanguageService", - "Namespace": "Microsoft.VisualStudio.JSLS.ResJSON" + "Name": "SubscriptionInternalState", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "NullToFontStyleItalicConverter", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "SubscriptionColumns", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LengthToVisibilityConverter", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "SubscriptionTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ToolsOptionsPageBase", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "IUpdateInsertCallback", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IntellisenseFileEntry", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "UpdateInserter", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GeneralFormattingControl", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "XmlUpdateParser", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GeneralFormattingPage", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "ComputerStatusRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "GeneralIntellisenseControl", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "ComputerRollupInfo", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "GeneralIntellisensePage", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "ComputerRollupDetails", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IntellisenseGroup", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "ComputerChangeType", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IntellisenseRegistryData", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "ChangedComputer", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IntellisenseRegistryDataConverter", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "ComputerLastRollupNumber", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "NewLinesFormattingControl", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "ComputerStatusRollupInfo", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "NewLinesFormattingPage", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "ComputerStatusRollupUpdateStatus", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "ReferencesIntellisenseControl", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "RollupConfiguration", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "ReferencesIntellisensePage", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "DownstreamServerRollupServerSummary", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "SpacingFormattingControl", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "DownstreamServerRollupClientActivitySummary", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "SpacingFormattingPage", - "Namespace": "Microsoft.VisualStudio.JSLS.ToolsOptions" + "Name": "DownstreamServerRollupClientSummary", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "CodeMarkerScope", - "Namespace": "Microsoft.VisualStudio.JSLS.Shared" + "Name": "DownstreamServerRollupInfo", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "DropdownBarSelection", - "Namespace": "Microsoft.VisualStudio.JSLS.NavigationBar" + "Name": "RollupType", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "SingleThreadSchedulerEvent", - "Namespace": "Microsoft.VisualStudio.JSLS.Engine" + "Name": "DynamicCategoryRollupConfiguration", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IAuthorDeprecatedInfo", - "Namespace": "Microsoft.VisualStudio.JSLS.Engine" + "Name": "ExtendedWsusEventSource", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IAuthorCompatibleWithInfo", - "Namespace": "Microsoft.VisualStudio.JSLS.Engine" + "Name": "EventSeverity", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IAuthorCompatibleWithSet", - "Namespace": "Microsoft.VisualStudio.JSLS.Engine" + "Name": "EventLoggingLevel", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IAuthorServiceHost", - "Namespace": "Microsoft.VisualStudio.JSLS.Engine" + "Name": "ServerEventState", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "ScriptReferenceDropHandlerProvider", - "Namespace": "Microsoft.VisualStudio.JSLS.DropHandler" + "Name": "WsusEventSourceComponent", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IVsTelemetryActivity", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ExtendedWsusEventId", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IVsTelemetryEvent", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "EventLogEventId", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "EventLogEventReporter", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IVsTelemetrySession", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "EventReporter", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "SVsSettingsPersistenceManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IEventReporter", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "ImageMoniker", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "IReportingInformation", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IVsEnumHierarchies", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "LocalServerEventReporter", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IVsSharedAssetsProject", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ProcessorArchitecture", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "IVsSharedAssetsProjectEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ComputerTargetIdentifier", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "ICallHierarchyUIFactory", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + "Name": "UpdateRevisionIdentifier", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "ICallHierarchySearchCallback", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + "Name": "DetailedVersion", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "ICallHierarchyItemDetails", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + "Name": "BasicData", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "ICallHierarchyMemberItem", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + "Name": "ExtendedData", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "ICallHierarchyNameItem", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + "Name": "PrivateData", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "ICallHierarchyToolWindowUI", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + "Name": "MinimalReportingEvent", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "CallHierarchyUIOperation", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + "Name": "ReportingEvent", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "CallHierarchySearchCategory", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + "Name": "ReportingInventory", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting" }, { - "Name": "CallHierarchySearchScope", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + "Name": "AddRollupInfo", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting.Rollup.DynamicCategory" }, { - "Name": "CallHierarchyPredefinedSearchCategoryNames", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy" + "Name": "DeleteRollupInfo", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting.Rollup.DynamicCategory" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "RollupInfo", + "Namespace": "Microsoft.UpdateServices.Internal.Reporting.Rollup.DynamicCategory" }, { - "Name": "MemberGroupTreeViewItem", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy.ViewModel.ToolWindow" + "Name": "AutomaticUpdateApprovalRule", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "BaseMemberTreeViewItem", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy.ViewModel.Shared" + "Name": "BaseEvent", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "BaseTreeViewItem", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy.ViewModel.Shared" + "Name": "PackageMetadataSetResultSetIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "BaseTreeViewItemWithDelayLoadedChildren", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy.ViewModel.Shared" + "Name": "PackageMetadataCoreRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ToolWindowUI", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy.UI" + "Name": "PackageMetadataLocalizedPropertiesRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "SharedTreeView", - "Namespace": "Microsoft.VisualStudio.Language.CallHierarchy.UI" + "Name": "PackageMetadataRelatedPackagesRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "GenerateTypeData", - "Namespace": "Microsoft.VisualStudio.Language.GenerateType" + "Name": "PackageMetadataSupportedLanguagesRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IGenerateTypeUI", - "Namespace": "Microsoft.VisualStudio.Language.GenerateType" + "Name": "PackageMetadataSetDeletedRevisionsRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ProjectInfo", - "Namespace": "Microsoft.VisualStudio.Language.GenerateType" + "Name": "ComputerRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "FileNameInfo", - "Namespace": "Microsoft.VisualStudio.Language.GenerateType" + "Name": "RequestedTargetGroupNamesRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "GenerateTypeDialog", - "Namespace": "Microsoft.VisualStudio.Language.GenerateType" + "Name": "ComputerTargetGroupIdsRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "GenerateTypeUI", - "Namespace": "Microsoft.VisualStudio.Language.GenerateType" + "Name": "ComputerTarget", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "BulkObservableCollection`1", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ComputerTargetGroup", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "Completion", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "DatabaseConfigurationTester", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "Completion2", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "DeletedDynamicCategory", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "Completion3", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "DownstreamServerRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "CompletionIcon", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "DownstreamServer", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "CompletionIcon2", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "DynamicCategory", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "CompletionMatchType", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "EmailDelivery", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "CompletionSelectionStatus", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "EmailNotificationConfiguration", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "CompletionSet", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "FileSystemHelper", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "CurrentParameterChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "FrontEndServer", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "CompletionPresenterStyle", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "IisConfiguration", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "FilteredObservableCollection`1", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "IncompatibleProtocolVersionException", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ICompletionBroker", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ImportExportHandler", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ICompletionSession", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "InstallableItemPropertyRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ICompletionSource", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LanguagePropertyRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ICompletionSourceProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "FilePropertyRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IconDescription", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "InstallableItem", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ICustomCommit", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "InventoryItem", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ICustomIntellisensePresenter", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "EulaAcceptanceRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ICustomKeyboardHandler", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "EulaFileRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IGlyphService", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LicenseAgreement", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IIntellisenseCommandTarget", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "Publisher", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IIntellisenseController", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "PublishingFileInfo", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IIntellisenseControllerProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ReportingEventAttributesTableColumn", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IIntellisensePresenter", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ReportingEventAttributes", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IIntellisensePresenterProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SoapExceptionProcessor", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IIntellisenseSession", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SubscriptionProgressRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IIntellisenseSessionStack", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "Subscription", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IIntellisenseSessionStackMapService", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SubscriptionEvent", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IInteractiveQuickInfoContent", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SynchronizationInfo", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IQuickInfoSession2", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "TargetGroupType", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "LightBulbPresenterStyle", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "TargetGroupRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IntellisenseKeyboardCommand", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "TargetGroup", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IntellisenseSpaceReservationManagerNames", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "TargetGroupCollection", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IParameter", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ExtendedPublicationState", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IPopupIntellisensePresenter", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ExtendedUpdateType", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IQuickInfoBroker", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IQuickInfoSession", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "CategoryTitleRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IQuickInfoSource", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "KBArticleRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IQuickInfoSourceProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SecurityBulletinRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ISignature", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "AdditionalInformationUrlRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ISignatureHelpBroker", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "Update", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ISignatureHelpSession", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateApprovalRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ISignatureHelpSource", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateApproval", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ISignatureHelpSourceProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateCategory", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ISmartTagAction", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateCategoryRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ITextFormattable", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateContainer", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "QuerySuggestedActionCompletionStatus", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateClassification", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "QuickInfoPresenterStyle", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateEvent", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "SignatureHelpPresenterStyle", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateInstallationInfoRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "SmartTag", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateInstallationInfo", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "SmartTagActionSet", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateMetadataPropertyRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ISmartTagBroker", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateMetadata", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ISmartTagSession", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdatesAndApprovals", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ISmartTagSource", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LanguageRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "ISmartTagSourceProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ProgramKeyRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IUIElementProvider`2", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateServerConfiguration", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "IWpfKeyboardTrackingService", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateServerStatisticsRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "SelectedSignatureChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateServerStatusPropertiesToGet", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "SmartTagState", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateServer", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "SmartTagType", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateStatusRowIndex", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "StandardGlyphGroup", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateSummary", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "StandardGlyphItem", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "LanguageStates", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "ISuggestedAction2", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "IServerSyncLib", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "ISuggestedActionWithFlavors", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "AdminDataAccess", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "ISuggestedActionCategory", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "AdminDataAccessRole", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "ISuggestedActionCategoryRegistryService", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateXmlData", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "ISuggestedActionCategorySet", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateIdentity", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "SuggestedActionSetPriority", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ExportUpdateListItem", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "PredefinedSuggestedActionCategoryNames", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ExportFileData", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "SuggestedActionCategoryDefinition", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ExportData", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "UIElementType", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ServerSyncUrlData", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "ValueChangedEventArgs`1", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ServerSyncUpdateFileDecryption", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "ILightBulbBroker", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ServerSyncFileDecryption", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "ILightBulbSession", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ServerSyncLanguageData", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "SuggestedActionSet", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ServerSyncUpdateData", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "ISuggestedAction", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "AuthorizationPlugInTableRow", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "ISuggestedActionsSourceProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "GroupAuthorizationTableRow", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "ISuggestedActionsSource", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "AllConfigurationTableRows", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "IFocusableIntellisensePresenter", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ExportUpdateData", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "ExceptionEventArgs", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "CommonDataAccess", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "IDesiredHeightProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "DBParameterCollection", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "IDocumentPeekResult", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "EventIdFilter", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "IPeekResultFactory", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "EventSourceFilter", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "IExternallyBrowsablePeekResult", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "EventHistoryFilter", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "IFindPeekResultsCallback", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "EventHistoryTableColumn", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "IPeekableItem", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "EventHistoryTableRow", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "IPeekableItemSource", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "GenericReadableRow", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "IPeekableItemSourceProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "IReadableRow", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "IPeekBroker", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "TableRowUtilities", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "IDocumentPeekResultScrollState", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "CompleteUpdates", + "Namespace": "Microsoft.UpdateServices.Internal.DatabaseAccess" }, { - "Name": "IPeekResultCollection", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WebService", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IPeekRelationship", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "Cookie", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IPeekResult", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "MonitoredServicesResponse", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IPeekResultDisplayInfo", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "xComputerStatusRollupUpdateStatus", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IPeekResultPresentation", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "xComputerStatusRollupInfo", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IPeekResultPresenter", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "xComputerLastRollupNumber", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IPeekResultQuery", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "xChangedComputer", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IPeekResultScrollState", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ComputerChangeType", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IPeekResultSource", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "xComputerRollupDetails", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IPeekSession", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "xComputerRollupInfo", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "NestedPeekTriggeredEventArgs", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "DownstreamServerRollupClientActivitySummary", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "PeekResultDisplayInfo", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "xDownstreamServerRollupClientSummary", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "PredefinedPeekRelationships", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "xDownstreamServerRollupServerSummary", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "RecreateContentEventArgs", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "xDownstreamServerRollupInfo", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "SupportsStandaloneFilesAttribute", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "xRollupConfiguration", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IPeekResultDisplayInfo2", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ReportingInventory", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "PeekResultDisplayInfo2", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "PrivateData", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "PeekSessionCreationOptions", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "DetailedVersion", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IPeekResizeListener", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ExtendedData", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "PeekResizeEventArgs", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ProcessorArchitecture", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "SupportsPeekRelationshipAttribute", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "UpdateRevisionIdentifier", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ImageMoniker", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "ComputerTargetIdentifier", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "INavigateToItemDisplay2", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "BasicData", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IncompleteReason", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "ReportingEvent", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "MatchKind", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "ReportEventBatchCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "PackageAttribute", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "ReportEventBatchCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "NavigateToItem", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "ReportEventBatch2CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "INavigateToCallback", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "ReportEventBatch2CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "INavigateToCallback2", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "GetRequiredInventoryTypeCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "INavigateToItemDisplay", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "GetRequiredInventoryTypeCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "INavigateToItemDisplayFactory", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "ReportInventoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "INavigateToItemProvider", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "ReportInventoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "INavigateToItemProviderFactory", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "GetRollupConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "INavigateToOptions", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "GetRollupConfigurationCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "NavigateToItemKind", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "RollupDownstreamServersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "DescriptionItem", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "RollupComputersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "DescriptionRun", - "Namespace": "Microsoft.VisualStudio.Language.NavigateTo.Interfaces" + "Name": "RollupComputersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IStandardClassificationService", - "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" + "Name": "GetOutOfSyncComputersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "LanguagePriority", - "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" + "Name": "GetOutOfSyncComputersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "PredefinedClassificationTypeNames", - "Namespace": "Microsoft.VisualStudio.Language.StandardClassification" + "Name": "RollupComputerStatusCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "AttributeAssignment", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RollupComputerStatusCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "CategoryAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "StartDynamicCategoryRollupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ClosureContextHelper", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "StartDynamicCategoryRollupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ClosureElementOperation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RollupDynamicCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ClosureFindElementOperation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "EndDynamicCategoryRollupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ClosureFindOrCreateElementOperation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PingCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ClosureFindAndRelateElementOperation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PingCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ClosureFindAndRelateOrRemoveCopiedElementOperation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ClientInfo", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "ClosureFindOrCreateAndRelateElementOperation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PackageInstallationState", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "CommandFactory", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PackageState", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "UndoRedoCommandFactory", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ClientServicingProxy", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "ModelCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "InvalidCookieException", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "TransactionCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PackageApprovalAction", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "TransactionBeginningCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PackageApprovalState", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "TransactionCommittedCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PackageApproval", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "TransactionRolledBackCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PackageType", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "ElementCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PackageMetadata", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "AddElementCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "CategoryMetadata", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "RemoveElementCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ClassificationMetadata", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "RemovingElementCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DetectoidMetadata", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "ChangeElementCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SoftwareMetadata", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "MoveElementCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "MetadataStateCookie", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "ElementLinkCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PackageMetadataSet", + "Namespace": "Microsoft.UpdateServices.ClientServicing" }, { - "Name": "AddElementLinkCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "MonitoredServicesResponse", + "Namespace": "Microsoft.MSCOM.Monitoring" }, { - "Name": "RemoveElementLinkCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "IMonitorable", + "Namespace": "Microsoft.MSCOM.Monitoring" }, { - "Name": "RemovingElementLinkCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerSyncProxy", + "Namespace": "Microsoft.UpdateServices.ServerSyncWebServices.ServerSync" }, { - "Name": "RolePlayerInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerAuthConfig", + "Namespace": "Microsoft.UpdateServices.ServerSyncWebServices.ServerSync" }, { - "Name": "RolePlayerChangedCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "MonitoredServicesResponse", + "Namespace": "Microsoft.UpdateServices.ServerSyncWebServices.ServerSync" }, { - "Name": "RolePlayerPositionChangedCommand", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerSyncDeployment", + "Namespace": "Microsoft.UpdateServices.ServerSyncWebServices.ServerSync" }, { - "Name": "Context", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerSyncTargetGroup", + "Namespace": "Microsoft.UpdateServices.ServerSyncWebServices.ServerSync" }, { - "Name": "CopyOriginContext", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerUpdateData", + "Namespace": "Microsoft.UpdateServices.ServerSyncWebServices.ServerSync" }, { - "Name": "Core", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerDecryptionData", + "Namespace": "Microsoft.UpdateServices.ServerSyncWebServices.ServerSync" }, { - "Name": "CoreMetaModelCopyFilterBase", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RedirectCabException", + "Namespace": "Microsoft.UpdateServices.ServerSync" }, { - "Name": "CoreMetaModelRemoveFilterBase", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RedirectCab", + "Namespace": "Microsoft.UpdateServices.ServerSync" }, { - "Name": "PresentationElement", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RedirectorException", + "Namespace": "Microsoft.UpdateServices.ServerSync" }, { - "Name": "PresentationElementMoveableCollection", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerProtocolUrls", + "Namespace": "Microsoft.UpdateServices.ServerSync" }, { - "Name": "NamedElement", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RedirContents", + "Namespace": "Microsoft.UpdateServices.ServerSync" }, { - "Name": "NamedElementElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerSyncCompressionProxy", + "Namespace": "Microsoft.UpdateServices.ServerSync" }, { - "Name": "Relationship", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AuthenticationResult", + "Namespace": "Microsoft.UpdateServices.ServerSync" }, { - "Name": "Dependency", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerSyncLib", + "Namespace": "Microsoft.UpdateServices.ServerSync" }, { - "Name": "DependencyMoveableCollection", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "CategoryBitMask", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DependencyElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "CertificatePolicy`1", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Model", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "CertificatePolicyTestKeys", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ContentManager", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactType", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerSyncConfigData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactTypeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerSyncDeployment", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomProperty", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerSyncTargetGroup", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyMoveableCollection", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerSyncDeploymentResult", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerSyncProgress", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyInstance", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UpdateData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyInstanceMoveableCollection", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RevisionIdList", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyInstanceElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "CategoryIdCacheEntry", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Literal", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RevisionIdCacheEntry", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DoubleLiteral", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "LanguageCacheEntry", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DoubleLiteralElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DeploymentData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IntLiteral", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "FileTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IntLiteralElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "FileNeededByContentAgent", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LongLiteral", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UpdateInformationForFile", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LongLiteralElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncUpdatesResult", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "StringLiteral", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DeploymentForReplica", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "StringLiteralElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DeploymentStatus", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "BoolLiteral", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GlobalIdToLocalId", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "BoolLiteralElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "InstalledDriver", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GuidLiteral", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "Device", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GuidLiteralElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ComputerHardwareSpecification", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DateTimeLiteral", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ChangeTrackingList", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DateTimeLiteralElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "FrontEndServerInformation", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "List", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncLanguage", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ListMoveableCollection", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncFile", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ListElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "OlsDownloadPriority", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Artifact", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "OlsDeploymentAction", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactMoveableCollection", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncDeployment", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncDeploymentDC", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Comment", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncEulaFileLanguage", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CommentMoveableCollection", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CommentElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncUpdateCategory", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LocalizableText", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncUpdatePrerequisite", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LocalizableTextMoveableCollection", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncUpdateData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ResourcedText", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UpdateFileSecurityData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ResourcedTextElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "FileSecurityData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "NonResourcedText", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "FileDecryption", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "NonResourcedTextElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "FileSecurityDatum", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaClassId", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DeletedDeployment", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaClassIdMoveableCollection", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RevisionData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaClassIdElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncUpdatesData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ReferencingElementLink", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PrerequisiteInfo", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SubjectHasPresentation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "BundleDependency", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SubjectHasPresentationElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "FileLocation", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DependencyHasSource", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "CoreUpdateXml", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DependencyHasSourceElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "LocalizedUpdateXml", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DependencyHasTarget", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RevisionAndLocale", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DependencyHasTargetElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "IdAndDelta", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactHasType", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "LanguageAndDelta", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactHasTypeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerSyncFilter", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementHasComments", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DataAccess", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementHasCommentsElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DeploymentAction", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ListField", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "IComparableDeployment", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ListFieldElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DeploymentComparer", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LocalizedTextField", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DriverSetAndRevisionIdList", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LocalizedTextFieldElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "HardwareIdAndDelta", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomDeclaration", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "NotifyEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomDeclarationElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "NotificationEventAgentBase", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyHasTypeName", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SUSEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyHasTypeNameElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RemotelyDelegatableObject", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyHasPrompt", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SystemEvent", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyHasPromptElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "EventQueueListItem", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyDefaultValue", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SusEventDispatcher", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyDefaultValueElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "NotificationEventStaticLinkItem", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyInstanceHasType", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ResetStateMachineAgent", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyInstanceHasTypeElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "EmailNotificationAgent", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyInstanceValue", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "LogConfigurationChangeHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomPropertyInstanceValueElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "MonitorableHelper", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementHasCustomPropertyInstances", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerCertificateValidator", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementHasCustomPropertyInstancesElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerDriverSetData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomModelEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerSyncDriverFilter", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomModelEventAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerSyncDriverSetData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomModelEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SusPerformanceCounter", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomModelEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "WebServiceCommunicationHelper", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomModelEvent", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "WindowsUpdateCertificatePolicy", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CustomModelRuleOnAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "OfflineSyncFilter", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "CustomModelRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "OfflineSyncPackage", + "Namespace": "Microsoft.UpdateServices.Internal.BaseApi" }, { - "Name": "RuleManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "Cookie", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "CustomPrototypeProxy", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UnencryptedCookieData", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "CustomPrototypeSavedFileInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AuthorizationCookie", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "CustomPrototype", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UnencryptedAuthorizationCookieData", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "ToolboxItemFilterAttributeProxy", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ServerPlugIn", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "DataAssignment", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AuthorizationError", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "DelegateHashKey", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AuthPlugInInfo", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "MetaObjectHashKey", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "IClientPlugIn", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "ElementHashKey", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "IServerPlugIn", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "CustomModelEventHashKey", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "IClientPlugInCollection", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "MultiGuidHashKey", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "IServerPlugInCollection", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "MetaObjectElementHashKey", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AnonymousAuthorizationPlugIn", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "MetaClassMetaAttributeHashKey", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GenericAuthorizationPlugIn", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "DemandLoaderForAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ProductIdValidationPlugIn", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "DemandLoader", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DownstreamServerAuthorizationPlugIn", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "DemandLoaderStatus", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DownstreamServerAuthorizationProxy", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "DescriptionAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AuthorizationManager", + "Namespace": "Microsoft.UpdateServices.Internal.Authorization" }, { - "Name": "ElementPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DatabaseConstants", + "Namespace": "Microsoft.UpdateServices.DatabaseAccess" }, { - "Name": "ElementCustomPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DBConnection", + "Namespace": "Microsoft.UpdateServices.DatabaseAccess" }, { - "Name": "ModelingEnumerationConverter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "WebService", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "Domain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "Cookie", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "GuidDomain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "MonitoredServicesResponse", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "EnumerationDomain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xComputerStatusRollupUpdateStatus", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "BooleanDomain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xComputerStatusRollupInfo", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "OrderedDomain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xComputerLastRollupNumber", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "FiniteOrderedDomain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xChangedComputer", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IntegerDomain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ComputerChangeType", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "LongDomain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xComputerRollupDetails", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "DoubleDomain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xComputerRollupInfo", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "StringDomain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DownstreamServerRollupClientActivitySummary", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "DateTimeDomain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xDownstreamServerRollupClientSummary", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "CustomDomain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xDownstreamServerRollupServerSummary", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "CustomOrderedDomain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xDownstreamServerRollupInfo", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "CustomFiniteOrderedDomain", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xRollupConfiguration", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "IntegerDomainAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ReportingInventory", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "LongDomainAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PrivateData", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "StringDomainAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DetailedVersion", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "GuidDomainAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExtendedData", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "DoubleDomainAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ProcessorArchitecture", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "DateTimeDomainAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UpdateRevisionIdentifier", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "BooleanDomainAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ComputerTargetIdentifier", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "EnumerationDomainAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "BasicData", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "CustomDomainAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ReportingEvent", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "RemoveState", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ReportEventBatchCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "MonikerizeFor", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ReportEventBatchCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ModelElement", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ReportEventBatch2CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ModelElementMoveableCollection", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ReportEventBatch2CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "XPathQueryResult", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetRequiredInventoryTypeCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ElementAccessibleObject", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetRequiredInventoryTypeCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ElementClassFactory", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ReportInventoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ClosureType", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ReportInventoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ElementClosureWalker", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetRollupConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ElementDirectory", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetRollupConfigurationCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ChangeSource", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RollupDownstreamServersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ModelingEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RollupComputersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ElementEventsBegunEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RollupComputersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ElementEventsEndedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetOutOfSyncComputersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "GenericEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetOutOfSyncComputersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "RolePlayerChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RollupComputerStatusCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "RolePlayerOrderChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RollupComputerStatusCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ElementEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "StartDynamicCategoryRollupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ElementAddedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "StartDynamicCategoryRollupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ElementRemovedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RollupDynamicCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ElementRemovingEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "EndDynamicCategoryRollupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ElementAttributeChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PingCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ElementMovedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PingCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Reporting" }, { - "Name": "ElementEventsBegunEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ApiRemoting", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementEventsEndedEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xGenericReadableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementAddedEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "MonitoredServicesResponse", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementRemovedEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xCompleteUpdates", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementMovedEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xProgramKey", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementAttributeChangedEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xAuthorizationPlugInTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RolePlayerChangedEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xGroupAuthorizationTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RolePlayerOrderChangedEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xConfigurationTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementEventsBegunEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xAllConfigurationTableRows", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementEventsEndedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xExportUpdateData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xServerSyncLanguageData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ExistingElementEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExportFileData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementAddedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExportUpdateListItem", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RolePlayerChangedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xExportData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RolePlayerOrderChangedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xUpdateRevisionId", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementAttributeChangedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xServerSyncUrlData", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementRemovedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xTimeSpan", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementMovedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xEmailNotificationConfigurationRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementFactory", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xEmailStatusNotificationFrequency", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementGroupContext", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xAutomaticUpdateApprovalDeadline", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementGroup", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xAutomaticUpdateApprovalRuleTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementGroupPrototype", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xCompleteAutomaticUpdateApprovalRule", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementLink", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xSubscriptionTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DemandLoadCurrentState", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xEventHistoryTableRow", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementNode", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xUpdateRevisionIdentifier", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementOperations", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xEventSourceFilter", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MergeElementGroupEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xEventIdFilter", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IElementVisitor", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xEventHistoryFilter", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VisitorFilterResult", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "xEmailNotificationType", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IElementVisitorFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetDownstreamServersInTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementWalker", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetDownstreamServersInTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "BreadthFirstElementWalker", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPPreregisterComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DepthFirstElementWalker", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPPreregisterComputerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VisitorFilters", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetComputerByIdCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DefaultVisitorFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetComputerByIdCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "PropagateRemoveVisitorFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetDownstreamServerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AncestorVisitorFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetDownstreamServerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AggregateVisitorFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetAllComputersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "EventManagerDirectory", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetAllComputersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelElementFieldHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPSearchComputersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ReferenceFieldHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPSearchComputersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypedInlineReferenceFieldHandler`2", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetComputerCountCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypedModelElementFieldHandler`2", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetComputerCountCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypedModelElementInlineFieldHandler`2", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetAllDownstreamServersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypedModelElementPassThroughFieldHandler`2", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetAllDownstreamServersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TypedModelElementCustomStoredFieldHandler`2", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPDeleteComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GlobalEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPDeleteDownstreamServerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LoadedElementDirectory", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetComputerTargetByNameCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MergeContext", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetComputerTargetByNameCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaAttributeAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPSimpleSearchComputersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaFieldInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPSimpleSearchComputersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaAttributeInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSetSelfSigningCertificateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaClassAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSetSigningCertificateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementFactoryCreator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteGetSigningCertificateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementFactoryCreatorForAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteGetSigningCertificateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaClassInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetInventoryItemsForComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaClassNode", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetInventoryItemsForComputerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaDataDirectory", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetInventorySummaryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaDataInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetInventorySummaryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InheritBaseModelAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetComputersHavingInventoryItemCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaModelAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetComputersHavingInventoryItemCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaModelInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPSearchEventHistoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaObjectAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPSearchEventHistoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaRelationshipAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetComponentsWithErrorsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaRelationshipInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetComponentsWithErrorsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Cardinality", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetUpdateServerStatusCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaRoleAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetUpdateServerStatusCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaRolePlayerInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetDownstreamServerRollupSummaryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaRoleInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetDownstreamServerRollupSummaryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaRoleNode", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetFailedToDownloadUpdatesCountCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelDataBag", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetFailedToDownloadUpdatesCountCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelingToolboxItem", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetSubscriptionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelingToolboxItemComparer", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetSubscriptionCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DumpMetaFileSuppressions", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetSubscriptionCategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelValidationError", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetSubscriptionCategoriesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementErrorInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetSubscriptionNextSynchronizationTimeCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MonikerKey", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetSubscriptionNextSynchronizationTimeCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Moniker", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SetSubscriptionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IMonikerResolver", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SetSubscriptionFrequencyCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MonikerResolverForAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SetSubscriptionLastSynchronizationTimeCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IMoveableCollection", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetAutomaticUpdateApprovalRulesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MoveableCollection", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetAutomaticUpdateApprovalRulesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "NavigationNode", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SetAutomaticUpdateApprovalRuleCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "NotificationDispatcher", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SetAutomaticUpdateApprovalRule1CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "OrderedRolePlayer", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "CreateInstallApprovalRuleCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Partition", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "CreateInstallApprovalRuleCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "PartitionDictionary", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DeleteInstallApprovalRuleCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelingPerformanceCounters", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetPreviousRevisionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProtoAttributeValue", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetPreviousRevisionCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProtoElementBase", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetXmlForUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProtoElement", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetXmlForUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProtoGroup", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetLatestRevisionNumberForUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProtoLink", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetLatestRevisionNumberForUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProtoRolePlayer", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetSdpXmlForUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ReadOnlyAttributeValue", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetSdpXmlForUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ReadOnlyAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPSetEmailNotificationConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ReferenceDetails", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPSetEmailNotificationRecipientsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RoleAssignment", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPScheduleEmailNotificationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RoleDataProxy", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SetSmtpUserPasswordCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RoleNode", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "HasSmtpUserPasswordCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RulePriorityRanges", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "HasSmtpUserPasswordCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TimeToFire", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SignCabForPublishingCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RuleOnAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SignCabForPublishingCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Rule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SignCabForPublishingWithTimeStampOptionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AddRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SignCabForPublishingWithTimeStampOptionCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ChangeRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SignCabExForPublishingWithTimeStampOptionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MoveRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SignCabExForPublishingWithTimeStampOptionCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RemoveRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ImportUpdateForPublishingCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RemovingRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ApplyAutomaticUpdateApprovalRuleCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RolePlayerChangeRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ApplyAutomaticUpdateApprovalRuleCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RolePlayerPositionChangeRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AddDynamicCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionBeginningRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AddDynamicCategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionCommittingRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetDynamicCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionRollingBackRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetDynamicCategoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ScopeManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetDynamicCategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ShapeForAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetDynamicCategoriesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "StorageManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SetDynamicCategorySyncStatusCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "StoreDisposingEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DeleteDynamicCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "StoreDisposingEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetExportDataCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Store", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetExportDataCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "StoreColumn", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetExportUpdateDataCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "StoreNavigator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetExportUpdateDataCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "StoreSchema", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetSubscriptionStateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "StoreTable", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetSubscriptionStateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SubStore", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetServerSyncProgressCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionBeginningFiresSynchronizationEvent", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetServerSyncProgressCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SynchronizationCustomEvent", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "StartSubscriptionManuallyCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SynchronizationModelEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "StartSubscriptionManuallyForCategoryOnlyCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaToolboxItemAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "StopSubscriptionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionBeginningEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ImportUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionCommittedEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ImportUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionRolledBackEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPWakeUpResetAgentCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPWakeUpRollupAgentCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionBeginningEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AddNewLanguageCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionCommitEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AddNewLanguageCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionRollBackEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetInstallableItemsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetInstallableItemsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionBeginningEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetApprovedUpdateMetadataCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionCommittedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetApprovedUpdateMetadataCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionRolledBackEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPHasApprovalsChangedCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionLog", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPHasApprovalsChangedCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DeserializationBeginningEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPDeclineSupersededUpdatesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DeserializationEndingEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPDeclineSupersededUpdatesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CompletionStatus", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPDeclineExpiredUpdatesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DeserializationEndingEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPDeclineExpiredUpdatesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionContext", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCountObsoleteUpdatesToCleanupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactedOperation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCountObsoleteUpdatesToCleanupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactedOperationWithParameters", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetObsoleteUpdatesToCleanupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Transaction", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetObsoleteUpdatesToCleanupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCountUpdatesToCompressCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CanUndoRedoCallback", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCountUpdatesToCompressCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "UndoState", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetUpdatesToCompressCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "UndoStackFlushedEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetUpdatesToCompressCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "UndoItemAddedEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCompressUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "UndoItemDiscardedEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPDeleteUpdateByUpdateIDCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "UndoManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPDeleteUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "UndoItemEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCleanupObsoleteComputersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionItem", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCleanupObsoleteComputersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "UserContextTypeConverter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCleanupUnneededContentFilesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "UserContextType", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCleanupUnneededContentFilesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "UserContextElement", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCleanupUnneededContentFiles2CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "UserContext", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCleanupUnneededContentFiles2CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "HashCodeUtility", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "StopWSUSServiceCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CoreMetaModelCopyFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "StartWSUSServiceCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CoreMetaModelRemoveFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetServerVersionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "WorkingStoreProxy", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetServerVersionCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "XPathQuery", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetServerProtocolVersionCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Debug", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + "Name": "GetServerProtocolVersionCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementTreeNode", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + "Name": "GetDatabaseConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ListViewSplitter", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + "Name": "GetDatabaseConfigurationCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ObjectPropertyListView", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + "Name": "ExecuteSPGetEmailNotificationConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ObjectRelationshipListView", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + "Name": "ExecuteSPGetEmailNotificationConfigurationCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Search", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + "Name": "ExecuteSPGetEmailNotificationRecipientsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TreeViewSplitter", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + "Name": "ExecuteSPGetEmailNotificationRecipientsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ValidateModelErrorForm", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + "Name": "SendTestEmailCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ViewerDialog", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + "Name": "CatalogSiteGetMetadataAndImportCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "XmlSerialization", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + "Name": "PingCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementLinkEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "PingCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelElementEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "GetCurrentUserRoleCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementLinkEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "GetCurrentUserRoleCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelElementEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelWalker", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetConfigurationCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelDataGenerator", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "GetResetStateMachineNeededFlagCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaModelEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "GetResetStateMachineNeededFlagCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaClassEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPSetRollupConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaRelationshipEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetTempContentCacheCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaAttributeEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetTempContentCacheCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaRoleEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "SetProxyPasswordCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaModelEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "HasProxyPasswordCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaClassEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "HasProxyPasswordCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaRelationshipEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPSetConfigurationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaRoleEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetAllLanguagesWithEnabledStateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaAttributeEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetAllLanguagesWithEnabledStateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ImsWalker", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetProgramKeysCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ImsDataGenerator", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetProgramKeysCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslBaseAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetFrontEndServersCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslTypeAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetFrontEndServersCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslNodeAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPRemoveFrontEndServerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslIgnoreTypeAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetClientsWithRecentNameChangeCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslMemberAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetClientsWithRecentNameChangeCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslElementAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPLoadReportingEventAttributesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslAttributeAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPLoadReportingEventAttributesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslIgnoreMemberAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPDeclineUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslCollectionAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetUpdateByIdCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslDictionaryAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetUpdateByIdCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslSummaryElementAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetUpdatesByCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslSummaryAttributeAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetUpdatesByCategoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "FormatterStyle", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPSearchUpdatesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslFormatter", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPSearchUpdatesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslAttributeDictionary", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetUpdateCountCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "OverrideDictionary", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetUpdateCountCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslTypeOverride", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetSummariesPerComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MslOverrideSet", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetSummariesPerComputerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Walker", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetSummariesPerUpdate_SingleUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DataGenerator", - "Namespace": "Microsoft.VisualStudio.Modeling.Report" + "Name": "ExecuteSPGetSummariesPerUpdate_SingleUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MergeAbortedException", - "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + "Name": "ExecuteSPGetSummariesPerUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Severity", - "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + "Name": "ExecuteSPGetSummariesPerUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ErrorReportingInformation", - "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + "Name": "ExecuteSPGetTotalUpdateSummaryForTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ErrorId", - "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + "Name": "ExecuteSPGetTotalUpdateSummaryForTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelingException", - "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + "Name": "ExecuteSPGetUpdateSummariesForTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelingInternalErrorException", - "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + "Name": "ExecuteSPGetUpdateSummariesForTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "InvalidMetaModelException", - "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + "Name": "ExecuteSPGetComputerSummariesForTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MetaDataNotFoundException", - "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + "Name": "ExecuteSPGetComputerSummariesForTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelingToolboxItemException", - "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + "Name": "ExecuteSPGetTargetGroupSummariesForUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CancelledException", - "Namespace": "Microsoft.VisualStudio.Modeling.Exceptions" + "Name": "ExecuteSPGetTargetGroupSummariesForUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ReactiveValidationEngine", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + "Name": "ExecuteSPGetUpdateSummaryForSingleTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ValidationEmissary", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + "Name": "ExecuteSPGetUpdateSummaryForSingleTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ValidationEngine", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + "Name": "ExecuteSPGetTotalSummaryForCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ValidationGlyphs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + "Name": "ExecuteSPGetTotalSummaryForCategoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ValidationManager", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + "Name": "ExecuteSPGetUpdateSummariesForCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ValidationRequestEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + "Name": "ExecuteSPGetUpdateSummariesForCategoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ValidationMessagesChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + "Name": "ExecuteSPGetComputerSummariesForCategoryCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ValidationMessage", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + "Name": "ExecuteSPGetComputerSummariesForCategoryCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ValidationContext", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + "Name": "ExecuteSPGetUpdateInstallationInfoForTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ValidationMessageCollection", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + "Name": "ExecuteSPGetUpdateInstallationInfoForTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ValidationMessageObserver", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + "Name": "ExecuteSPGetTotalSummaryForComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ValidationStrings", - "Namespace": "Microsoft.VisualStudio.EnterpriseTools.Validation" + "Name": "ExecuteSPGetTotalSummaryForComputerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactChange", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdateInstallationInfoForUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactAddChange", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdateInstallationInfoForUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactDeleteChange", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdateInstallationInfoForComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactPropertyChange", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdateInstallationInfoForComputerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Query", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetComputersNotContactedSinceCountCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactDescriptor", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetComputersNotContactedSinceCountCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactPropertiesDictionary", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPSimpleSearchUpdatesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPSimpleSearchUpdatesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CreatedArtifact", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetRevisionsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DeleteResult", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetRevisionsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactHandlerFactory", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdatesBundledByUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TemporaryHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdatesBundledByUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactMappingEngine", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdatesThatBundleUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactMappingEngineHost", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdatesThatBundleUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactMappingManager", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdatesSupersededByUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IgnoredValue", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdatesSupersededByUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementProvider", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdatesThatSupersedeUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementProviderDemandLoader", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdatesThatSupersedeUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementSynchronizationStatus", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdatesRequiredByUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ExceptionBuilder", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdatesRequiredByUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactHandlerException", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdatesThatRequireUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "FileNotFoundException", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetUpdatesThatRequireUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactSdkException", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetLanguagesForUpdateCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "FatalSynchronizationException", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetLanguagesForUpdateCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "FatalReverseEngineeringException", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetContentDownloadProgressCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ExceptionHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetContentDownloadProgressCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "HandlerFactoryManager", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPResumeDownloadCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactIdentifier", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPResumeAllDownloadsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IModelSynchronizer", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPCancelDownloadCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IArtifactMapper", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPCancelAllDownloadsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IModelMapper", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPPurgeReportingEventInstancesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IDemandLoadHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetEulaFileCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ArtifactMoniker", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetEulaFileCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IMonikerHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetEulaAcceptancesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IProjectFinder", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetEulaAcceptancesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IDesignerCallbacks", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPAcceptEulaCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ICustomMonikerElementProvider", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPAcceptEulaForReplicaDSSCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IArtifactScope", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetCategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ISynchronizationEventListener", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetCategoriesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "PropertyChangedCustomModelEvent", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetCategoryByIdCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "PropertyChangedCustomModelEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetCategoryByIdCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "QueryContext", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetTopLevelCategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Variable", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetTopLevelCategoriesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SynchronizationEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetSubcategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SynchronizationException", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetSubcategoriesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SynchronizationStatusEntry", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetParentCategoriesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "XPathElements", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetParentCategoriesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "NodeTest", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper" + "Name": "ExecuteSPGetParentUpdateClassificationCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AsmxHandlerFactory", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPGetParentUpdateClassificationCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "FileHandlerFactory", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPDeployUpdate1CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProjectKinds", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPDeployUpdate1CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "HandlerConstants", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPDeployUpdate2CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProjectHandlerFactory", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPDeployUpdate2CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ReferenceHandlerFactory", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPGetDeploymentByIdCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TextWindowHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPGetDeploymentByIdCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TextWindowHandlerEditorInfo", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPGetDeploymentsByUpdate1CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VSArtifactScope", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPGetDeploymentsByUpdate1CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VSArtifactHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPGetDeploymentsByUpdate2CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VSArtifactHandlerFactory", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPGetDeploymentsByUpdate2CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProjectBasedHandlerFactory", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPGetDeploymentsByUpdate3CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProjectBasedArtifactHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPGetDeploymentsByUpdate3CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "VSHost", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPGetDeploymentsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "XmlHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPGetDeploymentsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AssemblyHandlerFactory", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPDeleteDeploymentCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AssemblyHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteReplicaSPDeleteDeploymentCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CodeHandlerFactory", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPRefreshDeploymentsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ConfigApiHandlerFactory", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPGetTargetGroupByIdCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MachineConfigHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.ArtifactMapper.VSHost" + "Name": "ExecuteSPGetTargetGroupByIdCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "BreadthFirstRolePlayerFirstElementWalker", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetTargetGroupsForComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DepthFirstElementAndLinkWalker", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetTargetGroupsForComputerCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DepthFirstElementWalker", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetChildTargetGroupsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementClosureWalker", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetChildTargetGroupsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementWalker", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetParentTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ChangeSource", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetParentTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelingEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetAllTargetGroupsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementEventsBegunEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetAllTargetGroupsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementEventsEndedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCreateTargetGroup1CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "GenericEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCreateTargetGroup1CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RolePlayerChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCreateTargetGroup2CompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RolePlayerOrderChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPCreateTargetGroup2CompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPDeleteTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementAddedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPAddComputerToTargetGroupAllowMultipleGroupsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementDeletedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPRemoveComputerFromTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementDeletingEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetComputersInTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementPropertyChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPGetComputersInTargetGroupCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementMovedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExecuteSPRemoveDownstreamServerFromTargetGroupCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementEventsBegunEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DssAuthWebService", + "Namespace": "Microsoft.UpdateServices.Internal.DssAuthWebService" }, { - "Name": "ElementEventsEndedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AuthorizationCookie", + "Namespace": "Microsoft.UpdateServices.Internal.DssAuthWebService" }, { - "Name": "ElementEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "MonitoredServicesResponse", + "Namespace": "Microsoft.UpdateServices.Internal.DssAuthWebService" }, { - "Name": "ExistingElementEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetAuthorizationCookieCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.DssAuthWebService" }, { - "Name": "ElementAddedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetAuthorizationCookieCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal.DssAuthWebService" }, { - "Name": "RolePlayerChangedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PingCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.DssAuthWebService" }, { - "Name": "RolePlayerOrderChangedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PingCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal.DssAuthWebService" }, { - "Name": "ElementPropertyChangedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SimpleAuth", + "Namespace": "Microsoft.UpdateServices.Internal.SimpleAuthWebService" }, { - "Name": "ElementDeletedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AuthorizationCookie", + "Namespace": "Microsoft.UpdateServices.Internal.SimpleAuthWebService" }, { - "Name": "ElementMovedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "MonitoredServicesResponse", + "Namespace": "Microsoft.UpdateServices.Internal.SimpleAuthWebService" }, { - "Name": "EventManagerDirectory", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetAuthorizationCookieCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.SimpleAuthWebService" }, { - "Name": "DeserializationEndingEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetAuthorizationCookieCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal.SimpleAuthWebService" }, { - "Name": "GlobalEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PingCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.SimpleAuthWebService" }, { - "Name": "TransactionEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PingCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal.SimpleAuthWebService" }, { - "Name": "TransactionBeginningEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "Client", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "TransactionCommitEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "Config", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "TransactionRollbackEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AuthPlugInInfo", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "TransactionEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "MonitoredServicesResponse", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "TransactionBeginningEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetFileLocationsResults", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "TransactionCommittedEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "FileLocation", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "TransactionRolledBackEventManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "Cookie", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "CoreDomainModel", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UpdateData", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "CoreDeleteClosure", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExtendedUpdateInfo", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "CoreDeleteClosureBase", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RefreshCacheResult", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "CoreCopyClosure", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UpdateIdentity", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "CoreCopyClosureBase", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "Deployment", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "ExtensionExtendsElement", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DeploymentAction", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DependsOnDomainModelAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UpdateInfo", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainClassInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncInfo", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainDataDirectory", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "CategoryIdentifier", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainDataNotFoundException", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "InstalledDriver", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainModel", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "Device", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainModelInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncUpdateParameters", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainModelOwnerAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "CategoryRelationship", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainObjectIdAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ComputerInfo", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainObjectInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AuthorizationCookie", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainPropertyAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ConfigurationProperty", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainPropertyInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "XmlUpdateFragmentType", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainPropertyKind", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetConfigCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainRelationshipAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetConfigCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainRelationshipInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetCookieCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "PropagatesCopyOption", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetCookieCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainRoleAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RegisterComputerCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainRoleInfo", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "StartCategoryScanCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DomainRoleOrder", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "StartCategoryScanCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "ExtendsDomainModelAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncUpdatesCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "InvalidDomainModelException", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncUpdatesCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "Multiplicity", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncPrinterCatalogCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "RuleManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SyncPrinterCatalogCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "RuleOnAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RefreshCacheCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "Rule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RefreshCacheCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "AddRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetExtendedUpdateInfoCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "ChangeRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetExtendedUpdateInfoCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "MoveRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetFileLocationsCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DeleteRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GetFileLocationsCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "DeletingRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PingCompletedEventHandler", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "RolePlayerChangeRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PingCompletedEventArgs", + "Namespace": "Microsoft.UpdateServices.Internal.ClientWebService" }, { - "Name": "RolePlayerPositionChangeRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "Configuration", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "TransactionBeginningRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "HealthEventLogger", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "TransactionCommittingRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "HealthMonitoringTasks", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "TransactionRollingBackRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "HealthMonitoringThreadManager", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "TimeToFire", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "HmtCertificateLifecycle", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "ExtensionElementSerializer", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "HmtClients", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "ExtensionExtendsElementSerializer", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "HmtCore", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "IExtensionLocator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "HmtDatabase", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "DomainModelExtensionProvider", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "HmtWebServices", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "StandardSerializerLocator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "EventLoggingType", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "DomainModelSerializerAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "HealthState", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "StandardExtensionLocator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "HealthMonitoringSubtask", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "MefMetadataConstants", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PeriodicTask", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "ProvidesExtensionToDomainModelAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PeriodicTaskExecuter", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "DomainXmlTypeSerializerDirectoryEntry", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RemotingChannel", + "Namespace": "Microsoft.UpdateServices.Internal.HealthMonitoring" }, { - "Name": "DomainPropertyXmlSerializer", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "InstallPlugin", + "Namespace": "Microsoft.UpdateServices.SMPlugin" }, { - "Name": "ISerializerLocator", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "LinkInfo", + "Namespace": "Microsoft.UpdateServices.SMPlugin" }, { - "Name": "ISerializerLocatorExtensions", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "NonTemplateBasedPage", + "Namespace": "Microsoft.UpdateServices.SMPlugin" }, { - "Name": "IDomainModelSerializer", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PostDeploymentConfiguration", + "Namespace": "Microsoft.UpdateServices.SMPlugin" }, { - "Name": "VisitorFilterResult", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SqlInstanceConfiguration", + "Namespace": "Microsoft.UpdateServices.SMPlugin" }, { - "Name": "IElementVisitorFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SqlInstancePage", + "Namespace": "Microsoft.UpdateServices.SMPlugin" }, { - "Name": "VisitorFilters", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "TemplateBasedPage", + "Namespace": "Microsoft.UpdateServices.SMPlugin" }, { - "Name": "DefaultVisitorFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UpdateSourceConfiguration", + "Namespace": "Microsoft.UpdateServices.SMPlugin" }, { - "Name": "PropagateDeleteVisitorFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UpdateSourcePage", + "Namespace": "Microsoft.UpdateServices.SMPlugin" }, { - "Name": "AncestorVisitorFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "WelcomePage", + "Namespace": "Microsoft.UpdateServices.SMPlugin" }, { - "Name": "EmbeddingVisitorFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "WsusShellPlugin", + "Namespace": "Microsoft.UpdateServices.SMPlugin" }, { - "Name": "ChainingElementVisitorFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "LocalizedStrings", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CopyClosureFilter", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ResourceReader", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DomainClassXmlSerializer", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ContentDownloadRegulation", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DomainRelationshipXmlSerializer", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "Notification", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DomainXmlSerializerNamespaceEntry", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UpdateRegulation", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DomainXmlSerializationBehavior", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ConfigurationProperty", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DomainXmlSerializerDirectoryEntry", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UpdateRegulationDataAccess", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DomainXmlSerializerDirectory", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "MSComConfiguration", + "Namespace": "Microsoft.MSCOM.SoftwareUpdateServices.LocalUtility" }, { - "Name": "ISchemaResolver", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ICacheableConfigSettings", + "Namespace": "Microsoft.MSCOM.SoftwareUpdateServices.UniversalUtility" }, { - "Name": "RootElementSettings", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "TimerCallbackState", + "Namespace": "Microsoft.MSCOM.SoftwareUpdateServices.UniversalUtility" }, { - "Name": "SerializationContext", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ConfigCacheManager", + "Namespace": "Microsoft.MSCOM.SoftwareUpdateServices.UniversalUtility" }, { - "Name": "SerializationContextTransactionExtensions", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ExceptionReadingConfigSettings", + "Namespace": "Microsoft.MSCOM.SoftwareUpdateServices.UniversalUtility" }, { - "Name": "SerializationException", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ConfigFileReader", + "Namespace": "Microsoft.MSCOM.SoftwareUpdateServices.UniversalUtility" }, { - "Name": "SerializationMessage", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "MSComConfigurationChanged", + "Namespace": "Microsoft.MSCOM.SoftwareUpdateServices.UniversalUtility" }, { - "Name": "SerializationResult", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "LogHandler", + "Namespace": "Microsoft.MSCOM.SoftwareUpdateServices.UniversalUtility" }, { - "Name": "SerializationMessageKind", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "LogLevel", + "Namespace": "Microsoft.UpdateServices" }, { - "Name": "SerializationUtilities", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "LogDestinations", + "Namespace": "Microsoft.UpdateServices" }, { - "Name": "CalculatedPropertyValueHandler`2", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "LogFileLocation", + "Namespace": "Microsoft.UpdateServices" }, { - "Name": "CoreDomainModelSerializationBehavior", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "Log", + "Namespace": "Microsoft.UpdateServices" }, { - "Name": "DomainPropertyValueHandler", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "CabUtilities", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DomainPropertyValueHandler`2", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "WsusCertificateNotFoundException", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "DeleteState", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "WsusCertificateStore", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ModelElement", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "CertificateManager", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IElementDirectory", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UtilClassFactory", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementFactory", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UtilConstants", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementLink", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "EncryptionLevel", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementNameAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DataProtectionApi", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementNameProvider", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "DateTimeUtilities", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ExtensionElement", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "EncryptionUtilities", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IMergeElements", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "FileSystemUtilities", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "LinkedElementCollection`1", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ArgumentChecker", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Moniker", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SetupInfo", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MonikerKey", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ConfigurationSource", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IMonikerResolver", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "MachineSettingRedirector", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "AmbiguousMonikerException", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ReadOnlyDictionary`2", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "PropertyAssignment", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RegistryLocationProvider", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ReadOnlyLinkedElementCollection`1", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SecurableObjectType", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "RoleAssignment", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SecurityUtils", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SimpleMonikerResolver", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "WsusServiceException", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementDeserializedRule", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "WsusServiceUtility", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClosureType", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ErrorCode", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IElementVisitor", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "FaultDetails", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClosureContextHelper", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SoapUtilities", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClosureElementOperation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "EventLogEventCategory", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClosureFindElementOperation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SusEventLog", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClosureFindOrCreateElementOperation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "WsusTestKeys", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClosureFindAndRelateElementOperation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "TraceLogger", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClosureFindAndRelateOrDeleteCopiedElementOperation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UnmanagedProcessExecutionOptions", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ClosureFindOrCreateAndRelateElementOperation", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "WaitHandleUtilities", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CopyOriginContext", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SECURITY_ATTRIBUTES", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementGroup", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "TokenInformationClass", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementGroupContext", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SECURITY_INFORMATION", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementGroupPrototype", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "GENERIC_MAPPING", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ElementOperations", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "PRIVILEGE_SET", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MergeElementGroupEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "OSVERSIONINFOEX", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "SElementPartitionMapper", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SECURITY_IMPERSONATION_LEVEL", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "IElementPartitionMapper", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "NETSETUP_JOIN_STATUS", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MergeAbortedException", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "OS_PRODUCT_TYPE", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "MergeContext", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "REGSAM", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProtoElementBase", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "RegistryValueType", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProtoElement", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "CabCallback", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProtoGroup", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SubCAIdentities", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProtoLink", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SignatureStrengthPolicies", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProtoPropertyValue", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "NativeMethods", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ProtoRolePlayer", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "TOKEN_USER", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Partition", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SID_AND_ATTRIBUTES", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Store", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "UnmanagedHeapAlloc", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "PartitionDictionary", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "Sid", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Context", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "SafeRegHandle", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "ITransientTransactionContextObject", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "XmlValidationError", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CompletionStatus", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "XmlSchemaValidation", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionContext", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ItemCollection`1", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "Transaction", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "XpressDecompressionStream", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionItem", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "StringMonitor", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "TransactionLog", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "InstalledRoleServices", + "Namespace": "Microsoft.UpdateServices.Internal" }, { - "Name": "CanCommitResult", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ADComputerBrowse", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CanCommitCallback", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AnimationMode", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "TransactionManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "AnimatedFormResizer", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CanUndoRedoCallback", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "BackgroundTaskTracker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "UndoState", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ThreadMethodInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "UndoManager", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "ClientCreatedTask", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "UndoItemEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "VMConnectKeyboardOption", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "RedoStackFlushedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "VMConnectKeyboardOptionConverter", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "UndoRedoCanceledException", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "VMConnectReleaseKey", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "InternalModelingErrorException", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "VMConnectReleaseKeyHelper", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelingException", - "Namespace": "Microsoft.VisualStudio.Modeling" + "Name": "VMConnectReleaseKeyConverter", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ValidationContext", - "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + "Name": "ClientVirtualizationSettings", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ValidationController", - "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + "Name": "RdpOptions", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ViolationType", - "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + "Name": "LaunchHelpUrlState", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ValidationMessage", - "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + "Name": "CommonUtilities", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ValidationMessageObserver", - "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + "Name": "ConnectionHelper", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ValidationCategories", - "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + "Name": "DelayedUIInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ValidationMethodAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + "Name": "DpiUtilities", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ValidationState", - "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + "Name": "DpiRank", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ValidationStateAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Validation" + "Name": "HelpConstants", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "SLockingPolicy", - "Namespace": "Microsoft.VisualStudio.Modeling.Immutability" + "Name": "ImageResources", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ILockingPolicy", - "Namespace": "Microsoft.VisualStudio.Modeling.Immutability" + "Name": "DisplayErrorLocalHandler", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "Locks", - "Namespace": "Microsoft.VisualStudio.Modeling.Immutability" + "Name": "InformationDisplayer", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ImmutabilityExtensionMethods", - "Namespace": "Microsoft.VisualStudio.Modeling.Immutability" + "Name": "ProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelingPerformanceCounters", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + "Name": "ProgressDialogLauncher", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "StoreViewer", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagnostics" + "Name": "ResourcePoolEntry", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelElementExtensionMethods", - "Namespace": "Microsoft.VisualStudio.Modeling.Extensibility" + "Name": "RemoteFileBrowser", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ILinkedUndoContext", - "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + "Name": "UnhandledExceptionHandler", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ILinkedUndoTransaction", - "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + "Name": "VMStateChangeAction", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CommandExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + "Name": "VMStateChangeInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ExtensionRegistrarBase`2", - "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + "Name": "ShutdownTrackerTask", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ExtensionEnablementConstants", - "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + "Name": "SnapshotRenameDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ICommandExtension", - "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + "Name": "IndeterminateProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IExtensibilityLogger", - "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + "Name": "TaskProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IMenuCommand", - "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + "Name": "VirtualizationOperationCompleteEventArgs", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ExtensionRegistrar`2", - "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + "Name": "VirtualizationOperationInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ValidationExtensionRegistrar", - "Namespace": "Microsoft.VisualStudio.Modeling.ExtensionEnablement" + "Name": "TakeSnapshotInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelingToolboxItemBase", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "NameWithTrailingNumberSorter", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CategoryResourceAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "TaskDialogCallback", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "DescriptionResourceAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "TaskDialogNotificationArgs", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "DisplayNameResourceAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "TaskDialogReturnId", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ElementPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "TaskDialogCommonButtons", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ElementTypeDescriptionProvider", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "TaskDialogIcon", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ElementTypeDescriptor", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "TaskDialogNotification", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "FlagEnumerationEditor", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "ProgressBarState", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "TypeDescriptionProviderForwarder", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "TaskDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ForwardingTypeDescriptionProvider", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "TaskDialogCommonDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelingBindingSource", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "TraceConfigurationOptions", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelingEnumerationConverter", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "CommonResources", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelingToolboxItem", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "CollapsiblePane", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "PropertyDescriptorNotFoundException", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "DisplayContextMenuEventArgs", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "RolePlayerMenuCommand", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "EnhancedColumnHeader", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "RolePlayerPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "EnhancedListView", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "TrackingPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "EnhancedNumericUpDown", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "UserContext", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "EnhancedTrackBar", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "UserContextType", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "FixedPane", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "UserContextElement", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "InnerPanel", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "UserContextTypeConverter", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "ListViewItemSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "WinFormsDataBindingHelper", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "ListViewSubItemSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "RolePlayerComboCell", - "Namespace": "Microsoft.VisualStudio.Modeling.Design" + "Name": "ListViewSubItemPercentageSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "HslColor", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagrams" + "Name": "ListViewSubItemTextSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "HslColorConverter", - "Namespace": "Microsoft.VisualStudio.Modeling.Diagrams" + "Name": "ListViewSubItemTimeSpanSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "IModelingAdapterWithRootedModel", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "ListViewSubItemTagSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "IModelingAdapterWithStore", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "NumericValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ModelBusReferencePropertySerializer", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "MemoryValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ModelBusReferenceTypeConverter", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "PathValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "StandardModelingAdapter", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "DnsValidationType", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AdapterNotSupportedException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "DnsValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "IConfiguration", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "TaskResult", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "InvalidAdapterManagerException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "TaskResultConverter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ModelBusReferenceFormatException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "ActionGroup", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ModelingAdapterReferenceFormatException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "TaskListViewItem", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AdapterReferenceTypeNotSupportedException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "TaskListView", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ViewOperationException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "TitleBarPane", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "DynamicAdapterManagerAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "TransparentForm", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "HostSpecificAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "ValidatingNumericUpDown", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "HandlesAdapterAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "ValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "CompositionAttributes", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "WaitCursorScope", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "CompositionConfigurationManager", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "CertificateControl", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ErrorCategory", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "DateTimePickerForRangeControl", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ModelingAdapter", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "InnerPanelDesigner", + "Namespace": "Microsoft.Virtualization.Client.Controls.Design" }, { - "Name": "ModelingDocumentHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "TitleBarPaneDesigner", + "Namespace": "Microsoft.Virtualization.Client.Controls.Design" }, { - "Name": "ModelBusAdapterReference", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "ADComputerBrowse", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IModelBus", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "AnimationMode", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelingAdapterReference", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "AnimatedFormResizer", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelBus", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "BackgroundTaskTracker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelBusReference", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "ThreadMethodInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelBusResetException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "ClientCreatedTask", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "PresentationCreationException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "VMConnectKeyboardOption", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "AdapterCreationException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "VMConnectKeyboardOptionConverter", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ReferenceContext", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "VMConnectReleaseKey", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ReferenceStatus", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "VMConnectReleaseKeyHelper", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "PresentationAlreadyCreatedException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "VMConnectReleaseKeyConverter", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ReferenceFormatException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "ClientVirtualizationSettings", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "AdapterAlreadyRegisteredException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "LaunchHelpUrlState", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "AdapterManagerAlreadyRegisteredException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "CommonUtilities", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "AdapterManagerNotRegisteredException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "ConnectionHelper", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "AdapterNotRegisteredException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "DelayedUIInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelBusAdapter", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "FileUtilities", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelBusException", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "HelpConstants", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelBusAdapterManager", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "ImageResources", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "SModelBus", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "DisplayErrorLocalHandler", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "SupportedType", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "InformationDisplayer", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ValidateReferenceOption", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "ProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelBusView", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration" + "Name": "ProgressDialogLauncher", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ApplyElementTypeLimitationsAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + "Name": "ResourcePoolEntry", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ApplyAdapterLimitationsAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + "Name": "RemoteFileBrowser", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "PickerMetadataBaseAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + "Name": "UnhandledExceptionHandler", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "SupplyFileBasedBrowserConfigurationAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + "Name": "VMStateChangeAction", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "BrokenReferenceDetector", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + "Name": "VMStateChangeInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IModelBrowser", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + "Name": "ShutdownTrackerTask", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IModelBrowserHost", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + "Name": "SnapshotRenameDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelBusReferenceExtensionMethods", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + "Name": "IndeterminateProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ReferenceChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + "Name": "TaskProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ReferenceEditorBase", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + "Name": "VirtualizationOperationCompleteEventArgs", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelReferenceEditor", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + "Name": "VirtualizationOperationInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelElementReferenceEditor", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker" + "Name": "TakeSnapshotInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "SReferencePicker", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting" + "Name": "NameWithTrailingNumberSorter", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IReferencePicker", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting" + "Name": "TaskDialogCallback", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "TaskDialogNotificationArgs", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "StandardVsModelingDiagramView", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell" + "Name": "TaskDialogReturnId", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "DialogBase", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell" + "Name": "TaskDialogCommonButtons", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "VsModelingAdapterManager", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell" + "Name": "TaskDialogIcon", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "VsModelingView", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell" + "Name": "TaskDialogNotification", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "VSReferencePicker", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + "Name": "ProgressBarState", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelBrowserBase", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + "Name": "TaskDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelElementBrowser`1", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + "Name": "TaskDialogCommonDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelElementBrowser", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + "Name": "TraceConfigurationOptions", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelBrowser", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + "Name": "CommonResources", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "PickerDialog", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + "Name": "CollapsiblePane", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "BrowserType", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + "Name": "DisplayContextMenuEventArgs", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "LabelType", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + "Name": "EnhancedColumnHeader", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "Status", - "Namespace": "Microsoft.VisualStudio.Modeling.Integration.Shell.Picker" + "Name": "EnhancedListView", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ModelingCompositionContainer", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "EnhancedNumericUpDown", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ModelingBindingSourceToolboxItem", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "EnhancedTrackBar", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AmbientFontService", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "FixedPane", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "CommonModelingCommands", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "InnerPanel", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "MonitorSelectionEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "ListViewItemSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "CommandContextChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "ListViewSubItemSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "IMonitorSelectionService", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "ListViewSubItemPercentageSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "SRelatedDocList", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "ListViewSubItemTextSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "IRelatedDocList", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "ListViewSubItemTimeSpanSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ClassViewNavigationInfoTypes", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "ListViewSubItemTagSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ClassViewNavigationInfoNode", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "NumericValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ClassViewNavigationInfo", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "MemoryValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "CurrentSelectionPusher", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "PathValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "DialogBase", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "DnsValidationType", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "DocumentSavedEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "DnsValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "DocData", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "TaskResult", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "QueryEditResult", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "TaskResultConverter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "QuerySaveResult", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "ActionGroup", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "FileCancelException", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "TaskListViewItem", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "DynamicStatusMenuCommand", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "TaskListView", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "SubordinateDocData", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "TitleBarPane", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "SubordinateDocumentLockHolder", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "TransparentForm", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "SubordinateFileHelper", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "ValidatingNumericUpDown", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "UndoManager", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "ValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ContainerBase", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "WaitCursorScope", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ExplorerElementVisitor", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "CertificateControl", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "GetModelElementDisplayNameEventHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "DateTimePickerForRangeControl", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ExplorerTreeNode", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "InnerPanelDesigner", + "Namespace": "Microsoft.Virtualization.Client.Controls.Design" }, { - "Name": "ElementTreeNode", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "TitleBarPaneDesigner", + "Namespace": "Microsoft.Virtualization.Client.Controls.Design" }, { - "Name": "ModelElementTreeNode", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "VMTraceLevels", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "RoleGroupTreeNode", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "VMTraceTagFormatLevels", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "RoleTreeNode", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "VMTrace", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ModelExplorerToolWindow", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "ResourceContext", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModelExplorerTreeContainer", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "EnumResourceConverter`1", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DslModelExplorerFilter", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IDataFile", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ClassViewImages", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IWin32Directory", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModelingPackage", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IDeleteable", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DiagramDocView", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IDeleteableAsync", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SingleDiagramDocView", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "EthernetPortType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DiagramExporter", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ExportUserAction", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IVirtualEthernetSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "UserActionEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEmulatedEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ExportErrorEventArgs", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "ISyntheticEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModelingDocView", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IInternalEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IncludeResults", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IExternalNetworkPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IncludeInResultsCallback", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IExternalEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ShellUtility", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IWiFiPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LinkedTransaction", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CommandContextBoundMenuCommand", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEmulatedEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModelingDocData", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "ISyntheticEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModelingDocStore", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEthernetPortAllocationSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModelingEditorFactory", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEthernetConnectionAllocationRequest", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModelingErrorListProvider", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IVirtualEthernetSwitchPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModelingErrorListItem", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IGuestNetworkAdapterConfiguration", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PackageUtility", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "EthernetFeatureType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModelingPartitionMapper", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "VlanOperationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModelingSchemaResolver", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "PrivateVlanMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModelingWindowPane", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "SwitchPortMonitorMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SerializationErrorListItem", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEthernetSwitchFeatureService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SimpleErrorListItem", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEthernetSwitchFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ToolWindow", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEthernetSwitchBandwidthFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TransactionCommitHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEthernetSwitchAclFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DescriptionHandler", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEthernetSwitchSecurityFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "UndoUnit", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEthernetSwitchOffloadFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "VSDiagramView", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEthernetSwitchVlanFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "VSDiagramViewSite", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IEthernetSwitchPortOffloadStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProvideBindingPathAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "VMComputersSystemCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "VMVirtualizationTaskCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProvideXmlEditorChooserDesignerViewAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IHostComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TaskMenuCommand", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IWin32ComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ErrorListObserver", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IImageManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ValidationTaskProvider", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "VMLanEndpointOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModelElementLocator", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "ILanEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NavigateToModelExplorerTreeNodeCommand", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IWiFiEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NavigateToShapesOnDiagramCommand", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IVlanEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TaskValidationMessage", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IPutable", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ValidationMessageCommandIds", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IPutableAsync", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ValidationTask", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "VMNetworkAdapterProtocolType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "VsValidationContext", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IFailoverNetworkAdapterSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "VsValidationController", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IVirtualSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProvideCommandLineSwitchAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IVirtualFcSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "RelatedFileType", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IExternalFcPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProvideRelatedFileAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IFcPortAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ClipboardCommandSet", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IResourcePoolConfigurationService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CommandSet", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IFcEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CommandSetLibrary", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IVirtualSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "RegisterAdditionalEditorExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IVirtualFcSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "RegisterAsDslToolsEditorAttribute", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WaitCursor", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell" + "Name": "IProcessorResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CommandExtensionRegistrar", - "Namespace": "Microsoft.VisualStudio.Modeling.Shell.ExtensionEnablement" + "Name": "ISynth3dVideoResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsTelemetryEvent", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IFibreChannelResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IResourcePoolSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsTelemetrySession", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IResourcePoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CodeWindowManager", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IGsmPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TypeAndMemberDropdownBars", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IFcPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DropDownMember", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVirtualDiskPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Colorizer", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVirtualDiskResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorableItem", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DocumentProperties", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "ServiceState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DocumentTask", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "ServiceStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EditSpan", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "ITerminalConnection", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EditArray", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "ITerminalService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EditorFactory", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "ITerminalServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SimpleEditorView", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVirtualDisk", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EditorControl", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVirtualDiskSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DefaultFieldValue", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVirtualizationManagementObject", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ExpansionProvider", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVirtualEthernetSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ExpansionFunction", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVirtualEthernetSwitchSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ParseReason", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "EthernetSwitchExtensionType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LanguageService", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IEthernetSwitchExtension", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ParseResultHandler", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVirtualSwitchManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ParseRequest", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMSynthetic3DService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AuthoringScope", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVM3dVideoPhysical3dGPU", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Declarations", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVM3dVideo", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Methods", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVM3dVideoSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AuthoringSink", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMBios", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IndentingStyle", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "SnapshotCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LanguagePreferences", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "KvpItemPool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IScanner", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TokenColor", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMComputerSystemBase", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TokenInfo", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "VMComputerSystemPathParser", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TokenTriggers", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "ServiceStartOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TokenType", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "ServiceStopOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Severity", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "BootDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CommentInfo", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "VirtualSystemType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Source", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMComputerSystemSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Completor", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "FailoverReplicationAuthenticationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CompoundActionBase", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMReplicationSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CompoundAction", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CompoundViewAction", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMDeviceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CompletionSet", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMDriveController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodData", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMDisketteController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CompoundActionFactory", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMIdeController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TextSpanHelper", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMScsiProtocolController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Variant", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMDriveControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FilePathUtilities", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMScsiControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ViewFilter", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TextTipData", - "Namespace": "Microsoft.VisualStudio.Package" + "Name": "IVMDisketteDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProfilerMarker5FormatDefinition", - "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + "Name": "IVMHardDiskDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProfilerMarker4FormatDefinition", - "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + "Name": "IVMDvdDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProfilerMarker3FormatDefinition", - "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + "Name": "IVMCDRomDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProfilerMarker2FormatDefinition", - "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + "Name": "IPhysicalCDRomDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProfilerMarker1FormatDefinition", - "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + "Name": "IVMDriveSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProfilerMarker0FormatDefinition", - "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + "Name": "IVMIntegrationComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WpfProfilerCustomMargin", - "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + "Name": "IVMIntegrationComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WpfProfilerCustomMarginFactory", - "Namespace": "Microsoft.VisualStudio.PerformanceTools.ProfilerCustomMargin" + "Name": "IVMTimeSyncComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "VsManagedObjectAggregator", - "Namespace": "Microsoft.VisualStudio.Platform" + "Name": "IVMTimeSyncComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsCacheCleanupPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IVMHeartbeatComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsManagedObjectAggregatorPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IVMHeartbeatComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsRCWCleanupPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IVMDataExchangeComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsCommandSearchPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IVMDataExchangeComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsSearchProviderPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IVMShutdownComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SVsCachingResourceManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IVMShutdownComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SVsCommandSearchPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IVMVssIntegrationComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ScopeLocation", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IVMVssIntegrationComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "__VSCOMMANDFLAGS", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IVMKeyboard", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "__VSCOMMANDTYPES", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IVMMemory", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsDataSourceFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMMemorySetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsGlobalSearch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMMigrationService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsMRESearchProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMMigrationNetworkSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsMRUItemsStore", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMMigrationServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsSearchCallback", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMMigrationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsSearchItemDynamicResult", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMMigrationCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsSearchItemResult", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "VMMigrationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsSearchProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMPlannedComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsSearchProviderCallback", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMProcessor", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsSearchQuery", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMProcessorSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsSearchTask", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPhysicalProcessor", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsSearchToken", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMSerialPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsUICollection", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMSerialPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsUIDataSource", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsUIDispatch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsUIObject", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMExportSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsUIShell4", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SnapshotExportMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsUISimpleDataSource", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVMSnapshotService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SVsDataSourceFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IReplicationService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SVsGlobalSearch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "RecoveryAuthenticationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SVsMRUItemsStore", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "InitialReplicationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "__VSFPROPID4", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IFailoverReplicationServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "__VSFPROPID5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IFailoverReplicationAuthorizationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "IVMSerialController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WMDocumentGroup_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "IVMSerialControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WMFloatSite_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VMTaskStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DocumentView_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "JobTypeId", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ToolWindowView_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "IVMTask", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowFrameTitle_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "IVMMigrationTask", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DebugColorTheme", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "IVMTaskAssociationObject", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorEntry", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "IVMVideo", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorNameCollection", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "IVMVideoSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorTheme", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "ManagementPathEqualityComparer", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorThemeCollection", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "MsvmError", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorThemeService", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "MsvmErrorComparison", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ManageActions", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "MsvmErrorParser", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ITelemetryActivityFactory", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "ValidationErrorId", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BindableSolutionName", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "ReplicationStatistics", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DataTemplates", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "ReplicationHealthInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "StubWindowFrameContent", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VmmsMessageId", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowProfileXmlReader", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "FailoverReplicationHealthConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowProfileXmlWriter", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "ReplicationStatisticsParser", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WMDocumentGroup", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "SummaryInformationRequest", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WMFloatSite", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "SummaryInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyBrowserSwitcher", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VirtualHardDiskConstants", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ContextSwitchFrame", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VirtualHardDiskType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DocumentView", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VirtualHardDiskFormat", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FrameMonikerCompareOptions", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VirtualHardDiskSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FrameMoniker", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VirtualHardDiskSettingDataParser", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DOCHOSTUITYPE", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VirtualHardDiskState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DOCHOSTUIDBLCLK", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VirtualHardDiskStateParser", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DOCHOSTUIFLAG", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VMComputerSystemState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DOCHOSTUIINFO", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VMComputerSystemHealthState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "tagPOINT", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VMComputerSystemOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "tagRECT", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "FailoverReplicationHealth", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "tagMSG", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "FailoverReplicationState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IDocHostUIHandler", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "ReplicationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IDocHostShowUI", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "FailoverReplicationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsAmbientPropertyDelegate", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VMComputerSystemStateUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ToolWindowView", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VMComputerSystemStateConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowFrame", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "FailoverReplicationModeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowFrameEventArgs", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "FailoverReplicationStateConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowFrameTitle", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VMIntegrationComponentOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowManagerCommands", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VMHeartbeatStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowManagementPackage", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VMIntegrationComponentStatusUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "InvalidDocumentStatesDataException", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VMIntegrationComponentOperationalStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DocumentTabItemStyle", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VMHeartbeatStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TabGroupTabItemStyle", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "VMDeviceSettingType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowManagerResources", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement" + "Name": "WmiBaseProperties", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DocumentWindows", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + "Name": "WmiClassNames", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LinkedWindows", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + "Name": "NoWmiMappingException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowBase", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + "Name": "KeyAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowConfiguration", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + "Name": "WmiNameAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowConfigurations", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + "Name": "NoWmiMappingAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowEvents", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + "Name": "FrequentlyChangingAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowVisibilityEvents", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + "Name": "CompletedTask", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Windows", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.DTE" + "Name": "Capabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ToolWindowViewCustomSerializer", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.Serialization" + "Name": "SettingsDefineCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TabsAndWindowsOptionsControl", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.Options" + "Name": "VMImportSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TabsAndWindowsOptionsPage", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.Options" + "Name": "ObjectLocator", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FloatingWindowTitleConverter", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.Controls" + "Name": "InstanceModificationEventStrategy", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BackForwardNavigationService", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.Navigation" + "Name": "ConnectionManager", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NavigationItem", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.Navigation" + "Name": "Server", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowLayoutInfo", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.LayoutManagement" + "Name": "InstanceEventManager", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "InfoBarControl", - "Namespace": "Microsoft.VisualStudio.Platform.WindowManagement.InfoBar" + "Name": "CancelTaskFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AutoHideChannel_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ClassDefinitionMismatchException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AutoHideGroup_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ServerSideErrorCode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AutoHideRoot_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ClientSideErrorCode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowProfile_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "InvalidWmiValueException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DockGroup_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ObjectNotFoundException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DocumentGroupContainer_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ServerCallFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DocumentGroup_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ServerCallFailedReason", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "View_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ServerConnectionException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ViewBookmark_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ServerConnectionIssue", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MainSite_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ServerObjectDeletedException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FloatSite_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ServiceMethodException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DockRoot_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ServiceMethodError", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TabGroup_XamlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "VirtualizationManagementException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorName", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "VirtualizationOperationFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IEnumSurfacesPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ValidateVirtualHardDiskException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsBackForwardNavigationPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "VirtualizationOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsBackForwardNavigationPrivate2", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IMSClusterResourceBase", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "IVsBuildAccelTable", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IMSClusterResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "IVsColorEntry", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IMSClusterVMResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "IVsColorNames", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IMSClusterReplicaBrokerResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "IVsColorTheme", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IMSClusterCapResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "IVsColorThemeService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IMSClusterCluster", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "IVsColorThemeService2", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IMSClusterNode", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "IVsColorThemes", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "MSClusterResourceState", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "IVsCommandBarsCustomizerPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "MSClusterNodeState", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "IVsCommandInfoDisplayServicePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "SettingApplyException", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "IVsCoreTelemetry", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "OrganizedSwitchPorts", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "IVsDteBackChannel", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "NetworkingDataHelper", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "IVsFeatureFlags", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "FcPortStatus", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "IVsGlobalSearchUIPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "SettingsDialogBase", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "IVsInternalOleInPlaceFrame", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "VirtualizationSettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "IVsLightWeightTelemetryServicePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "VirtualizationSingleSettingDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "IVsMonitorSelectionExPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "RecoveryConfigurationDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "IVsPreventAddNavigationItemsScopePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "VMSettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "IVsRemoteSettings", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "NetworkManagerDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "IVsRunningDocumentTablePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "StorageManagerDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "IVsStubWindowPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "SettingId", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "IVsSurfacePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ImageLabel", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" }, { - "Name": "IVsTelemetryActivity", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "EnhancedCheckBoxState", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" }, { - "Name": "IVsTelemetryEvent", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DataGridViewEnhancedCheckboxColumn", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" }, { - "Name": "IVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DataGridViewEnhancedCheckBoxCell", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" }, { - "Name": "IVsTelemetrySession", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "InitializeReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "IVsThemeChangeEvents", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ResynchronizeReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "IVsToolWindowFactory2Private", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "FailoverForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "IVsToolbarSetPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PlannedFailoverForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "IVsToolbarSetPrivate2", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ImportReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "IVsToolbarSetProviderPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ReplicationMonitoringForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "IVsTrackSelectionExPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "BaseFormViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "IVsWindowManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "BaseListView", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "IVsWindowManager2", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "OperationResult", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "IVsWindowManager3", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "FailoverReplicationNonUIActionPerformer", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "IVsWindowManager4", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ServerNodeViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "IVsWindowManagerDTESupport", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DelegateInvoker", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "IVsWindowSearchHostPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "WizardUtilities", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "SVsBackForwardNavigation", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "WizardsConfiguration", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "SVsBuildAccelTable", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "VMWizardForm", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "SVsColorThemeService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "SummaryDescriptionControl", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "SVsCommandBarsCustomizerPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "SummaryInfo", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "SVsCommandInfoDisplayServicePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ReplicationWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Replication" }, { - "Name": "SVsDteBackChannel", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "NewVirtualMachineWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVM" }, { - "Name": "SVsFeatureFlags", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "NewVirtualHardDiskWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVhd" }, { - "Name": "SVsLightWeightTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "MoveWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" }, { - "Name": "SVsOleInPlaceFrame", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IconType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" }, { - "Name": "SVsRemoteSettings", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "StorageMoveType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" }, { - "Name": "SVsSettingsPersistenceManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "VMMoveType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" }, { - "Name": "SVsSurfaceMonitorSelectionPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ImportFileUtilities", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" }, { - "Name": "SVsSurfacePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ImportWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" }, { - "Name": "SVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "EditVirtualHardDiskWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.EditVhd" }, { - "Name": "SVsToolbarSetProviderPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "BranchPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "SVsWindowManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ConfirmationPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "_VSEnsureLoadedResult", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "TitleType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "__DOCUMENTDOCKPREF", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ButtonType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "__SELCTXTYPE", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "OrientationPanelStepMode", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "__TOOLBARDOCKLOCATIONS", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "FiniteProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "__VSSAVELAYOUTOPTS", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "InfiniteProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "IImageHandle", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "ProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "ImageAttributes", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "SummaryPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "ImageMoniker", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "WizardActionStatus", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "IVxThumbnailSupport", - "Namespace": "Microsoft.VisualStudio.Platform.VSEditor.Interop" + "Name": "WizardAction", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "IVsImageService2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardForm", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "IVsInfoBar", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardFrameworkException", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "IVsInfoBarActionItem", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "IVsInfoBarActionItemCollection", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "FixupWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" }, { - "Name": "IVsInfoBarTextSpan", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "FixupErrorsGroupbox", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" }, { - "Name": "IVsInfoBarTextSpanCollection", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ADComputerBrowse", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IVsInfoBarUIElement", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AnimationMode", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IVsInfoBarUIEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AnimatedFormResizer", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IVsInfoBarUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "BackgroundTaskTracker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IVsRunningDocumentTable4", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ThreadMethodInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ClientCreatedTask", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IVsSqm2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "VMConnectKeyboardOption", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IVsWindowFrame4", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "VMConnectKeyboardOptionConverter", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IVsWindowFrame5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "VMConnectReleaseKey", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IVsWindowFrameEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "VMConnectReleaseKeyHelper", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "SVsInfoBarUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "VMConnectReleaseKeyConverter", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ClientVirtualizationSettings", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "__TABIMAGEFLAGS", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "RdpOptions", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "DteProjectGraphBuilder", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "LaunchHelpUrlState", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IDteProjectGraphBuilder", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "CommonUtilities", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "Subroutine", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ConnectionHelper", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "BuildErrorHandler", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "DelayedUIInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "DTEWrapper", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "FileUtilities", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "BusyAnimation", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "HelpConstants", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeModelCompatibility", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchemaProviderHelper" + "Name": "ImageResources", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeSchemaProvider", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchemaProviderHelper" + "Name": "DisplayErrorLocalHandler", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "KindOfCodeSyntax", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "InformationDisplayer", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ITokenizedConstruct", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "ProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeGraphCommands", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "ProgressDialogLauncher", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "AssemblyNodeIdHelper", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "ResourcePoolEntry", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ExternalsGroupHelper", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "RemoteFileBrowser", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeGraphSchema", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "UnhandledExceptionHandler", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeQualifiedIdentifierUriConvert", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "VMStateChangeAction", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeQualifiedIdentifierBuilder", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "VMStateChangeInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeQualifiedIdentifierGenericBuilder", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "ShutdownTrackerTask", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeQualifiedIdentifierTypeBuilder", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "SnapshotRenameDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeQualifiedIdentifierMemberBuilder", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "IndeterminateProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeQualifiedIdentifierStackMethodBuilder", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "TaskProgressDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeQualifiedIdentifierStackMethodParameterBuilder", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "VirtualizationOperationCompleteEventArgs", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeQualifiedIdentifierDteProjectBuilder", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "VirtualizationOperationInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeQualifiedIdentifierStackFrameBuilder", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "TakeSnapshotInvoker", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeQualifiedName", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "NameWithTrailingNumberSorter", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeSchemaGraphHelpers", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "TaskDialogCallback", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "Constants", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "TaskDialogNotificationArgs", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "StandardGraphSettings", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "TaskDialogReturnId", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "Properties", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "TaskDialogCommonButtons", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "NodeCategories", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "TaskDialogIcon", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "LinkCategories", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "TaskDialogNotification", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "UnifyGraphNodeIdHelper", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "ProgressBarState", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "AssemblyDependencyGraph", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "TaskDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IGraphGenerator", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "TaskDialogCommonDialog", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ReflectionAppDomain", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "TraceConfigurationOptions", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IGraphReverseEngineeringSettingsProvider", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "CommonResources", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "GraphReverseEngineeringSettings", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema" + "Name": "CollapsiblePane", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "CallStackMethodNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "DisplayContextMenuEventArgs", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "CallStackFrameNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "EnhancedColumnHeader", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "TypedLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "EnhancedListView", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "CodeSchemaHelper", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "EnhancedNumericUpDown", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "TypedNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "EnhancedTrackBar", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ArgumentExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "FixedPane", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ArgumentExpressionContainsExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "InnerPanel", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ArgumentExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ListViewItemSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ArgumentExpressionReferencesParameterLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ListViewSubItemSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ArrayCreationExpressionArrayIndexExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ListViewSubItemPercentageSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ArrayCreationExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ListViewSubItemTextSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ArrayExpressionArrayIndexExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ListViewSubItemTimeSpanSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ArrayExpressionLeftHandSideExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ListViewSubItemTagSorter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ArrayExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "NumericValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ArrayInitializationExpressionArrayInitialItemExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "MemoryValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "ArrayInitializationExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "PathValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssemblyAttributeUseAttributeInstanceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "DnsValidationType", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssemblyAttributeUseTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "DnsValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssemblyContainsClassLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "TaskResult", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssemblyContainsDelegateLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "TaskResultConverter", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssemblyContainsEnumLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ActionGroup", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssemblyContainsInterfaceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "TaskListViewItem", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssemblyContainsModuleLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "TaskListView", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssemblyContainsStructLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "TitleBarPane", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssemblyContainsTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "TransparentForm", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssemblyNamespaceReferenceNamespaceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ValidatingNumericUpDown", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssemblyNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ValidatingTextBox", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssemblyReferencesAssemblyLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "WaitCursorScope", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssignmentExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "CertificateControl", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssignmentExpressionLeftHandSideExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "DateTimePickerForRangeControl", + "Namespace": "Microsoft.Virtualization.Client.Controls" }, { - "Name": "AssignmentExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "InnerPanelDesigner", + "Namespace": "Microsoft.Virtualization.Client.Controls.Design" }, { - "Name": "AssignmentExpressionRightHandSideExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "TitleBarPaneDesigner", + "Namespace": "Microsoft.Virtualization.Client.Controls.Design" }, { - "Name": "AttributeArgumentBasedOnStatementLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMTraceLevels", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "AttributeArgumentNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMTraceTagFormatLevels", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "AttributeBasedOnClassLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMTrace", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "AttributeInstanceBasedOnStatementLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ResourceContext", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AttributeInstanceContainsAttributeArgumentLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "EnumResourceConverter`1", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AttributeInstanceNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IDataFile", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AttributeInstanceReferencesTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IWin32Directory", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AttributeNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IDeleteable", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BaseExpressionBasedOnLocalExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IDeleteableAsync", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BaseExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "EthernetPortType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BinaryOperatorExpressionLeftHandSideExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BinaryOperatorExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualEthernetSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BinaryOperatorExpressionRightHandSideExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEmulatedEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BlockBasedOnStatementLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ISyntheticEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BlockContainsStatementLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IInternalEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BlockExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IExternalNetworkPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BlockExpressionContainsExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IExternalEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BlockExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IWiFiPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BlockNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BodyExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEmulatedEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BodyExpressionContainsStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ISyntheticEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BodyExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEthernetPortAllocationSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BreakExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEthernetConnectionAllocationRequest", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BreakExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualEthernetSwitchPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CallExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IGuestNetworkAdapterConfiguration", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CallExpressionContainsArgumentExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "EthernetFeatureType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CallExpressionLeftHandSideExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VlanOperationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CallExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "PrivateVlanMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CallExpressionReferencesMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "SwitchPortMonitorMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CallStackFrameCallsCallStackFrameLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEthernetSwitchFeatureService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CallStackFrameReferencesCallStackMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEthernetSwitchFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CallStackMethodReferencesCallStackUnresolvedMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEthernetSwitchBandwidthFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CallStackMethodReferencesMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEthernetSwitchAclFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CallStackUnresolvedMethodNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEthernetSwitchSecurityFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CaseExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEthernetSwitchOffloadFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CaseExpressionContainsBodyExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEthernetSwitchVlanFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CaseExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEthernetSwitchPortOffloadStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CastExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMComputersSystemCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CastExpressionContainsExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMVirtualizationTaskCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CastExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IHostComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CatchExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IWin32ComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CatchExpressionContainsBodyExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IImageManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CatchExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMLanEndpointOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ClassBasedOnTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ILanEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ClassContainsMemberLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IWiFiEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ClassContainsTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVlanEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ClassImplementsInterfaceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IPutable", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ClassInheritsFromClassLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IPutableAsync", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ClassNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMNetworkAdapterProtocolType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CollectionInitializerExpressionCollectionCreationCallExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IFailoverNetworkAdapterSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CollectionInitializerExpressionCollectionItemExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CollectionInitializerExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualFcSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ConstantExpressionBasedOnLocalExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IExternalFcPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ConstantExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IFcPortAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ContinueExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IResourcePoolConfigurationService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ContinueExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IFcEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DeclarationExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DeclarationExpressionContainsAssignmentExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualFcSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DeclarationExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DeclarationExpressionReferencesTypeExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IProcessorResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DelegateBasedOnClassLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ISynth3dVideoResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DelegateNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IFibreChannelResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DynamicCallExpressionBasedOnCallExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IResourcePoolSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DynamicCallExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IResourcePoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DynamicPropertyExpressionBasedOnPropertyExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IGsmPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DynamicPropertyExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IFcPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EnumBasedOnTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualDiskPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EnumNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualDiskResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EventAddHandlerMethodMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EventBasedOnMemberLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ServiceState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EventNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ServiceStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EventParameterLinkParameterLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ITerminalConnection", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EventRaiseEventMethodMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ITerminalService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EventRemoveHandlerMethodMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ITerminalServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ExitExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualDisk", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ExitExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualDiskSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ExitExpressionReferencesStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualizationManagementObject", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ExpressionBasedOnStatementLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualEthernetSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualEthernetSwitchSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ExpressionReferencesTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "EthernetSwitchExtensionType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldAttributeUseAttributeInstanceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IEthernetSwitchExtension", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldAttributeUseTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVirtualSwitchManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldBasedOnMemberLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMSynthetic3DService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVM3dVideoPhysical3dGPU", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldExpressionLeftHandSideExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVM3dVideo", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVM3dVideoSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldExpressionReferencesFieldLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMBios", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "BootEntryType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldReferencesTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMBootEntry", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FinallyExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "SnapshotCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FinallyExpressionContainsBodyExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "KvpItemPool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FinallyExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FrameBasedOnBlockLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMComputerSystemBase", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FrameContainsFrameLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMComputerSystemPathParser", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FrameMapsStatementLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ServiceStartOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FrameNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ServiceStopOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FrameReferencesMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "BootDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FrameReferencesObjectInstanceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualSystemType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FrameReferencesTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualSystemSubType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FunctionPointerExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualSystemSubTypeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FunctionPointerExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMComputerSystemSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FunctionPointerExpressionReferencesMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "FailoverReplicationAuthenticationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GenericArgumentGenericParameterLinkGenericParameterLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMReplicationSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GenericArgumentNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMReplicationRelationship", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GenericArgumentReferencesTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GenericParameterBasedOnTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMDeviceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GenericParameterNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMDriveController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GoToExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMDisketteController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GoToExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMIdeController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GoToExpressionReferencesLabelExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMScsiProtocolController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GuardExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMDriveControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GuardExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMScsiControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IfExpressionBasedOnCaseExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IfExpressionContainsIfExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMDisketteDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IfExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMHardDiskDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IfExpressionTestConditionExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMDvdDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "InitializationExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMCDRomDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "InitializationExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IPhysicalCDRomDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "InterfaceBasedOnTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMDriveSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "InterfaceContainsEventLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMIntegrationComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "InterfaceContainsMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMIntegrationComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "InterfaceContainsPropertyLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMTimeSyncComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "InterfaceInheritsFromInterfaceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMTimeSyncComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "InterfaceNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMHeartbeatComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LabelExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMHeartbeatComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LabelExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMDataExchangeComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LambdaExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMDataExchangeComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LambdaExpressionContainsBodyExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMShutdownComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LambdaExpressionContainsExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMShutdownComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LambdaExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMVssIntegrationComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LambdaExpressionReferencesDelegateLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMVssIntegrationComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LocalExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMGuestServiceInterfaceComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LocalExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMGuestServiceInterfaceComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LocalExpressionReferencesDeclarationExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMKeyboard", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LocalExpressionReferencesParameterLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMMemory", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LockExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMMemorySetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LockExpressionContainsBlockExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMMigrationService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LockExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMMigrationNetworkSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LockExpressionReferencesExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMMigrationServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LoopExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMMigrationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LoopExpressionContainsBodyExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMMigrationCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LoopExpressionLoopCollectionExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMMigrationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LoopExpressionLoopGuardExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMMigrationTransportType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LoopExpressionLoopInitializationExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMPlannedComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LoopExpressionLoopIteratorExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMProcessor", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LoopExpressionLoopStepExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMProcessorSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LoopExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IPhysicalProcessor", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MemberBasedOnBlockLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMSerialPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MemberCallsMemberLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMSerialPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MemberGenericArgumentLinkGenericArgumentLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MemberGenericMemberUseMemberLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MemberGenericParameterLinkGenericParameterLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMExportSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MemberNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "SnapshotExportMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodAttributeUseAttributeInstanceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMSnapshotService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodAttributeUseTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IReplicationService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodBasedOnMemberLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "RecoveryAuthenticationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodContainsBlockExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "InitialReplicationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodFieldReadFieldLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IFailoverReplicationServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodFieldReferenceFieldLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IFailoverReplicationAuthorizationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodFieldWriteFieldLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMSerialController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodFunctionPointerMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMSerialControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodGenericParameterLinkGenericParameterLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMTaskStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "JobTypeId", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodParameterLinkParameterLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMTask", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodReferencesFrameLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMMigrationTask", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MethodReturnTypeLinkTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMTaskAssociationObject", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MinusEqualsExpressionBasedOnBinaryOperatorExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMVideo", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MinusEqualsExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IVMVideoSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModuleBasedOnTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ManagementPathEqualityComparer", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ModuleNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "MsvmError", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NamespaceBasedOnBlockLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "MsvmErrorParser", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NamespaceContainsClassLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ValidationErrorId", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NamespaceContainsDelegateLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ReplicationStatistics", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NamespaceContainsEnumLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ReplicationHealthInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NamespaceContainsInterfaceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VmmsMessageId", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NamespaceContainsMemberLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "FailoverReplicationHealthConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NamespaceContainsModuleLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ReplicationStatisticsParser", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NamespaceContainsNamespaceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "SummaryInformationRequest", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NamespaceContainsStructLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "SummaryInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NamespaceContainsTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualHardDiskConstants", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NamespaceNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualHardDiskType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ObjectInstanceBasedOnStatementLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualHardDiskFormat", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ObjectInstanceNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualHardDiskSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ObjectInstanceReferencesTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualHardDiskSettingDataParser", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "OnErrorExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualHardDiskState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "OnErrorExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualHardDiskStateParser", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "OnErrorExpressionReferencesLabelExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMComputerSystemState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ParameterAttributeUseAttributeInstanceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMComputerSystemHealthState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ParameterAttributeUseTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMComputerSystemOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ParameterBasedOnMemberLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "FailoverReplicationHealth", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ParameterNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "FailoverReplicationInterval", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ParameterReferencesTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "FailoverReplicationState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PlusEqualsExpressionBasedOnBinaryOperatorExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ReplicationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PlusEqualsExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "FailoverReplicationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectContainsProjectFolderLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "EnhancedSessionModeStateType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectContainsProjectItemLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMComputerSystemStateUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectFolderNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMComputerSystemStateConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectItemContainsClassLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "FailoverReplicationModeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectItemContainsDelegateLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "FailoverReplicationStateConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectItemContainsEnumLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "EnhancedSessionModeStateTypeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectItemContainsInterfaceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMIntegrationComponentOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectItemContainsModuleLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMHeartbeatStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectItemContainsProjectItemLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMIntegrationComponentStatusUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectItemContainsStructLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMIntegrationComponentOperationalStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectItemContainsTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMHeartbeatStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectItemNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMDeviceSettingType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "WmiBaseProperties", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectReferencesAssemblyLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "WmiClassNames", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProjectTargetAssemblyLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "NoWmiMappingException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyAttributeUseAttributeInstanceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "KeyAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyAttributeUseTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "WmiNameAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyBasedOnMemberLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "NoWmiMappingAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "FrequentlyChangingAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyExpressionContainsArgumentExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "CompletedTask", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyExpressionLeftHandSideExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "Capabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "SettingsDefineCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyExpressionReferencesPropertyLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ObjectLocator", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyGetMethodMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "InstanceModificationEventStrategy", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyMethodNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ConnectionManager", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "Server", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyParameterLinkParameterLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "InstanceEventManager", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyReferencesTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "CancelTaskFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertySetMethodMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ClassDefinitionMismatchException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ResizeArrayExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ServerSideErrorCode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ResizeArrayExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ClientSideErrorCode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ResizeArrayExpressionReferencesExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "InvalidWmiValueException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ReturnExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ObjectNotFoundException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ReturnExpressionContainsExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ServerCallFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ReturnExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ServerCallFailedReason", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SelectExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ServerConnectionException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SelectExpressionContainsCaseExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ServerConnectionIssue", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SelectExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ServerObjectDeletedException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SelectExpressionTestConditionExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ServiceMethodException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SolutionContainsProjectLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ServiceMethodError", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SolutionNamespaceReferenceNamespaceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualizationManagementException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SolutionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualizationOperationFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "StatementExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ValidateVirtualHardDiskException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "StatementExpressionContainsExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualizationOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "StatementExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IMSClusterResourceBase", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "StatementExpressionReferencesStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IMSClusterResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "StatementNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IMSClusterVMResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "StepExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IMSClusterReplicaBrokerResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "StepExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IMSClusterCapResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "StructBasedOnTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IMSClusterCluster", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "StructContainsFieldLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "IMSClusterNode", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "StructContainsMemberLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "MSClusterResourceState", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "StructContainsTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "MSClusterNodeState", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "StructImplementsInterfaceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "SettingApplyException", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "StructNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "OrganizedSwitchPorts", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "ThisExpressionBasedOnLocalExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "NetworkingDataHelper", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "ThisExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "FcPortStatus", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "ThrowExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "SettingsDialogBase", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "ThrowExpressionContainsExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualizationSettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "ThrowExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VirtualizationSingleSettingDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "TryExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "RecoveryConfigurationDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "TryExpressionContainsBodyExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMSettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "TryExpressionHandlerCatchExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "NetworkManagerDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "TryExpressionHandlerFinallyExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "StorageManagerDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "TryExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "SettingId", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "TypeAttributeUseAttributeInstanceLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ImageLabel", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" }, { - "Name": "TypeAttributeUseTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "EnhancedCheckBoxState", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" }, { - "Name": "TypeBasedOnBlockLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "DataGridViewEnhancedCheckboxColumn", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" }, { - "Name": "TypeContainsFieldLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "DataGridViewEnhancedCheckBoxCell", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" }, { - "Name": "TypeContainsMethodLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ConnectForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "TypeContainsPropertyLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ResumeExtendedReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "TypeContainsTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "InitializeReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "TypeElementTypeTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "RemoveReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "TypeExpressionBasedOnExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ResynchronizeReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "TypeExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "FailoverForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "TypeGenericArgumentLinkGenericArgumentLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "PlannedFailoverForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "TypeGenericParameterLinkGenericParameterLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ImportReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "TypeGenericTypeUseTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ReplicationMonitoringForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "TypeInheritsFromTypeLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "BaseFormViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "TypeNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "BaseListView", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "TypeOfExpressionContainsTypeExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "OperationResult", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "TypeOfExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "FailoverReplicationNonUIActionPerformer", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "UsingExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "ServerNodeViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "UsingExpressionContainsBodyExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "SnapInNodeViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "UsingExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "StartPageHeader", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "UsingExpressionUsingInitializationExpressionExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "BrowserSnapInInstaller", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ValueExpressionBasedOnLocalExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "DelegateInvoker", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ValueExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "WizardUtilities", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "WithExpressionBasedOnStatementExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "WizardsConfiguration", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "WithExpressionContainsBodyExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "VMWizardForm", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "WithExpressionNode", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "SummaryDescriptionControl", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "WithExpressionReferencesExpressionLink", - "Namespace": "Microsoft.VisualStudio.Progression.CodeSchema.Api" + "Name": "SummaryInfo", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "IVsSolution4", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ReplicationWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Replication" }, { - "Name": "__VSNEWDOCUMENTSTATE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "NewVirtualMachineWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVM" }, { - "Name": "ProgressiveRevealSchema", - "Namespace": "Microsoft.VisualStudio.ArchitectureTools.ProgressiveReveal" + "Name": "NewVirtualHardDiskWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVhd" }, { - "Name": "ActionManagerHelper", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "MoveWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" }, { - "Name": "CodeMapGraphExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IconType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" }, { - "Name": "ComDisposer", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "StorageMoveType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" }, { - "Name": "COMHelper", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VMMoveType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" }, { - "Name": "CommandHandler", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ImportFileUtilities", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" }, { - "Name": "CommandService", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ImportWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" }, { - "Name": "CommonConstants", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "EditVirtualHardDiskWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.EditVhd" }, { - "Name": "GraphCreationHelper", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "BranchPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "ICOMHelper", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ConfirmationPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "IProgressionCommandLogger", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "TitleType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "MultiThreadedDebugHelper", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ButtonType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "ProgressionCommandLogger", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "OrientationPanelStepMode", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "GenerationUserPreferencesHelper", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "FiniteProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "IGraphGenerationUserPreferenceProvider", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "InfiniteProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "IGraphGenerationUserPreferences", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "SearchStringNormalizer", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "SummaryPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "DelayedUITask", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "WizardActionStatus", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "EquatableUri", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "WizardAction", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "ExpirableReference`1", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "WizardForm", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "FactoryCreateObject", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "WizardFrameworkException", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "FactoryCreateObjectArray", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "WizardPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "FactoryCreateObjectArrayVariable", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "FixupWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" }, { - "Name": "Factory`1", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "FixupErrorsGroupbox", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" }, { - "Name": "Factory`2", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "SettingWithNoDefaultNotFoundException", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "GraphGenerationController", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "LocalStorageProvider", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "GraphWindowCommandManager", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "Confirmations", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ObservedGraphContextSourceChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ConfirmationData", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "GraphContextObservabilityManager`1", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "CommonConfiguration", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "IconService", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VmState", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "BrokenImageGetter", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VmReplicationState", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "IconDownload", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "HyperVAssemblyVersion", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "IndicatorService", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "HyperVObjectFactory", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "JobQueue", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IOperationResult", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "ExecuteJob", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IFailoverReplicationNonUIActionPerformer", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "ExecuteCancellableJob", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMConnectCommunicator", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "DirectoryProviderLoader", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IForm", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "PriorityQueue`1", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IControl", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "CacheUtilities", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ISettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "ExceptionHandler", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "INewVirtualMachineWizard", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "ProviderCreator", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IWizard", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "NodeSetBase", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VirtualizationException", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "NodeSetType", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "WindowsCredential", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "NodeSetOp", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "HyperVOSVersion", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "FilterFunction", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "HyperVComponent", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "FilterOp", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IServer", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "ProviderOp", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IUserPassCredential", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "ActionSetOp", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IWindowsCredential", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "ActionOp", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "UserPassCredential", + "Namespace": "Microsoft.Virtualization.Client.Common" }, { - "Name": "QueryOperation", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "FileUtilities", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "Query", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ImportFileUtilities", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "ServiceProviderHelper", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VMTraceLevels", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeMapExtendedSchema", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VMTraceTagFormatLevels", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeMapExtendedLinkCategories", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VMTrace", + "Namespace": "Microsoft.Virtualization.Client" }, { - "Name": "CodeMapExtendedNodeCategories", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "CancelTaskFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ShellAPIsHelper", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ClassDefinitionMismatchException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DgmlRegistrySettings", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ServerSideErrorCode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "RegistrySettingKeys", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ClientSideErrorCode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ThreadSafeVisualPropertyUpdater", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "InvalidWmiValueException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "UIHost", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ObjectNotFoundException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IUIHost", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ServerCallFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TaskForUIThread", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ServerCallFailedReason", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ICancellableAsyncResult", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ServerConnectionException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "UIThread", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ServerConnectionIssue", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "UriExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ServerObjectDeletedException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "VisualStudioSkuHelper", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ServiceMethodException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "VisualStudioSkuEdition", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ServiceMethodError", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WeakCollection`1", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VirtualizationManagementException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ZipArchive", - "Namespace": "Microsoft.VisualStudio.Progression.Xap" + "Name": "VirtualizationOperationFailedException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ZipArchiveFile", - "Namespace": "Microsoft.VisualStudio.Progression.Xap" + "Name": "ValidateVirtualHardDiskException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WeakEventDelegate`1", - "Namespace": "Microsoft.VisualStudio.Progression.Common" + "Name": "VirtualizationOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WeakEventDelegateCollection`1", - "Namespace": "Microsoft.VisualStudio.Progression.Common" + "Name": "FrequentlyChangingAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Resources", - "Namespace": "Microsoft.VisualStudio.Progression.Global" + "Name": "KeyAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ActionManager", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "WmiNameAttribute", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NewQueryManager", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "DataExchangeItem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphProviderManager", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "EmbeddedInstance", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DataManager", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ResourceContext", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "EnumResourceConverter`1", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TransactionalBatchRunner", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IAssignableDeviceService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "InfoBarWithLinks", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ICollectionManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ICommandMenu", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IDataFile", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ICommandMenuItem", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IWin32Directory", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CommandMenu", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IDeleteable", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CommandMenuItem", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IDeleteableAsync", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "StandardInfoBar", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TextBlockWithBoundInlines", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVirtualEthernetSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EmbeddedGraphControlProgress", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEmulatedEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FilterState", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ISyntheticEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphColors", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IInternalEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphColorsExtension", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IExternalNetworkPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphControlProgressBase", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IExternalEthernetPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphRenderCapabilities", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IWiFiPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphControl", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IExternalEthernetPortCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ErrorInformation", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphNavigator", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEmulatedEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FindTarget", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ISyntheticEthernetPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphControlProgress", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetPortAllocationSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphDragDropGesture", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetConnectionAllocationRequest", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphControlDragSourceGesture", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVirtualEthernetSwitchPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PrintHandler", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IGuestNetworkAdapterConfiguration", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "EthernetSwitchExtensionType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphUserActionEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchExtensionBase", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LinkNavigateDirection", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchExtension", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphLinkNavigateEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IInstalledEthernetSwitchExtension", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GestureMode", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "EthernetFeatureType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ContextMenuItemStyleSelector", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VlanOperationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphLayoutExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "PrivateVlanMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphObjectLayoutExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "SwitchPortMonitorMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NodeLayoutExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "AclDirection", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LinkLayoutExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "AclAction", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "RectExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "AclAddressType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MathUtility", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "AclApplicability", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphResources", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IsolationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GotoReference", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IovInterruptModerationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MergeHelper", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchFeatureService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PathwayAnalyzer", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SolutionExplorerNodeData", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SolutionExplorerDataObjectReader", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchBandwidthFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "VisualGraphSchema", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchNicTeamingFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphPropertyExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchOffloadFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphObjectExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchPortFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NodePropertyExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchPortBandwidthFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GroupPropertyExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchPortAclFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LinkPropertyExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchPortExtendedAclFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ActionPropertyExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchPortIsolationFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LinkDecoratorStyle", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchPortSecurityFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WpfHelper", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetSwitchPortOffloadFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Helpers", - "Namespace": "Microsoft.VisualStudio.Progression.Effects" + "Name": "IEthernetSwitchPortRoutingDomainFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BindableRun", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IEthernetSwitchPortRdmaFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CommandMenuControl", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IEthernetSwitchPortTeamMappingFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ContentAdorner", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IEthernetSwitchPortVlanFeature", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IUserPreferenceEvents", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IEthernetFeatureCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ContrastingGraphLabel", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IEthernetStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CancelInformationPage", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IEthernetPortStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ErrorInformationPage", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IEthernetSwitchPortOffloadStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FindUI", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IEthernetSwitchPortBandwidthStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "OperationEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IEthernetSwitchStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MultiOperationButton", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IEthernetSwitchOffloadStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GroupRefetchOperation", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IEthernetSwitchBandwidthStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MultiOperationButtonOperation", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IEthernetSwitchOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MutliOperationButtonSemantics", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "VMNetworkAdapterProtocolType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SummaryInformation", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IFailoverNetworkAdapterSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SummaryInformationPage", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IReplicationService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GroupTitleBarSpatialItem", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "RecoveryAuthenticationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "HoverToolbar", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "InitialReplicationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IconLabel", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IFailoverReplicationServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CommittedTextEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IFailoverReplicationAuthorizationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LinkLabel", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IVirtualSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MeasurementHelper", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IVirtualFcSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Paper", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IExternalFcPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorSelectorPopup", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IFibreChannelPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorSetPicker", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IHostClusterComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ExpandoButton", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IHostComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DropDownButton", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "VMComputersSystemCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BubbleGroup", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "VMVirtualizationTaskCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BubbleShape", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IHostComputerSystemBase", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SelectionStyleProperties", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IHostNumaNode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SpinAnimationControl", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "CollectionType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AnalyzerEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IHyperVCollection", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphLegend", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IImageManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IconSelectorPopup", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IInteractiveSessionAccess", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IconSetPicker", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "VMLanEndpointOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Legend", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "ILanEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LegendStylePicker", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IWiFiEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorStylePicker", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IVlanEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IconStylePicker", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IManagementCollection", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LegendData", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "MetricType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LegendValue", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IMetricDefinition", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ListViewPopup", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IBaseMetricDefinition", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NavigationButton", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IAggregationMetricDefinition", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PlainView", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IMeasuredElementToMetricDefinitionAssociation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SetPickerPanel", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IMetricMeasurableElement", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GroupTitleBar", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "MetricEnabledState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CreationGenstureBase", - "Namespace": "Microsoft.VisualStudio.Progression.Gestures" + "Name": "IMetricService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LinkCreationGesture", - "Namespace": "Microsoft.VisualStudio.Progression.Gestures" + "Name": "IMetricServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CreationGestures", - "Namespace": "Microsoft.VisualStudio.Progression.Gestures" + "Name": "IMetricValue", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ActionFlags", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IBaseMetricValue", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DataDrivenActionType", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IAggregationMetricValue", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ActionHandler", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IMountedStorageImage", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Action", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IPutable", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ActionHandlerCollection", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IPutableAsync", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ActionContextProgressEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphObjectActionProgress", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IProcessorResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphObjectActionProgressScope", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ISynth3dVideoResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ActionContext", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IGpuPartitionResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Actions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IFibreChannelResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ActiveFieldUsageCollection", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IEthernetConnectionResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Field", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IPciExpressResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldValue", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IResourcePoolSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AnnotationInstancesDictionary", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IResourcePoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "StringCounterDictionary", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IGsmPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AnnotationInstances", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IPciExpressPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DispatcherExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IFcPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IFilterable", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVirtualDiskPoolAllocationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IFilterWindowAutomation", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVirtualDiskResourcePool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphControl", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IResourcePoolConfigurationService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IDragEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IIconService2", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ServiceState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IIndicatorFactory", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ServiceStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IndicatorLocation", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "SummaryInformationRequest", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IIndicatorService", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ISummaryInformationPropertiesBase", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IProgressionCanvas", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ISummaryInformationProperties", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsProgression", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ISummaryInformationBase", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "OpenLinkEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ISummaryInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ICacheManagementTask", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ISummaryInformationSnapshot", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CacheManagerStates", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ITerminalConnection", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ICacheManager", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ITerminalService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CategoryInitialization", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ITerminalServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DgmlCommonSchema", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVirtualDisk", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DgmlProperties", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVirtualDiskSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NodeCategories", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "BandwidthReservationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LinkCategories", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVirtualEthernetSwitch", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphVisualProperties", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVirtualEthernetSwitchSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DynamicProperties", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IFcEndpoint", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ExternalReferences", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVirtualSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphContext", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVirtualFcSwitchPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphContextErrorEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVirtualizationManagementObject", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphContextProgressEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVirtualSwitchManagementService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphContextUpdatedEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVirtualEthernetSwitchManagementCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GroupStateChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMAssignableDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GroupExpansionChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMAssignableDeviceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IActionManager", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMBios", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ICommandService", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "BootEntryType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IDataManager", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMBootEntry", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DTEReturnValue", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMCollection", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IDTEWrapperCached", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "SnapshotCreatedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IDynamicMenuCommand", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "KvpItemPool", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EnabledInCodeEditorState", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "MenuLevel", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMComputerSystemBase", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphControlProgress", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ServiceStartOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphDocument", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ServiceStopOperation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphDocumentManager", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "CriticalErrorAction", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphDocumentNotify", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "BootDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "WindowGraphType", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VirtualSystemType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphDocumentWindowPane", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VirtualSystemSubType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphDocumentWindowPaneWithFixedScale", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "ConsoleModeType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphDropHandler", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VMMemoryBoundValues", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ErrorLevel", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VMVpCountBoundValues", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphStatus", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VMConfigurationVersion", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphWindowQuery", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VirtualSystemSubTypeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IIconDownload", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMComputerSystemSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IIconService", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "FailoverReplicationAuthenticationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "INewQueryManager", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMReplicationSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IProgressionCacheSettings", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMReplicationRelationship", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IProgressUIController", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMDevice", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProgressControlFormFactor", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMDeviceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "StepResult", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IProgressTask", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMDisketteDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IProvider", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMHardDiskDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IProviderLoader", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMDvdDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IProviderData", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMCDRomDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IProgressionSqmLogger", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IPhysicalCDRomDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "HandlingProviderFlags", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMKeyStorageDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphDocumentUserAction", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMDriveSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GraphSource", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMDriveController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IUndoManager", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMDisketteController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVSGraphControl", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMIdeController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LayoutStyle", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMScsiProtocolController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "JobPriority", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMDriveControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProgressTask", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMScsiControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProgressionProjectKindFlags", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMGpuPartitionAdapter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProgressionProjectKinds", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMGpuPartitionAdapterSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LegacyProviderAttribute", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IPartitionableGpu", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProviderLoaderAttribute", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMIntegrationComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphProviderManager", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMIntegrationComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphProviderManagerFactory", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMTimeSyncComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "QueryContext", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMTimeSyncComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ActionListEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMHeartbeatComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NodeListEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMHeartbeatComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "SurrogateFlags", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMDataExchangeComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "UniqueValueGenerator", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMDataExchangeComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FiltersChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression.Filters" + "Name": "IVMShutdownComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IFilterExecutor", - "Namespace": "Microsoft.VisualStudio.Progression.Filters" + "Name": "IVMShutdownComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IFilterManager", - "Namespace": "Microsoft.VisualStudio.Progression.Filters" + "Name": "IVMVssComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IGraphFilter", - "Namespace": "Microsoft.VisualStudio.Progression.Filters" + "Name": "IVMVssIntegrationComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "CustomContentProviderMetaDataType", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IVMGuestServiceInterfaceComponent", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ICustomContentProvider", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IVMGuestServiceInterfaceComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IMeasurementHelper", - "Namespace": "Microsoft.VisualStudio.Progression.Controls" + "Name": "IVMGuestFileService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GrayscaleImageConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IVMKeyboard", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DialogWindow", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMMemory", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DragDropCursor", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMMemorySetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "HitTestHandler", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMMigrationService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "HitTestVisual", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMMigrationNetworkSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GetVisual", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMMigrationServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DataExchangeHandler", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMMigrationSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DragSourceGesture", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMMigrationCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EdgeBehavior", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VMMigrationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ExponentialDoubleAnimation", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "VMMigrationTransportType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "HlsColor", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMPlannedComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BrushExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMProcessor", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorExtensions", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMProcessorSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "HoverGesture", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IPhysicalProcessor", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AdvancedSelectionPopup", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMRdvComponentSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DispatchedProgressUIController", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMS3DisplayController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EmbeddedProgressControl", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMS3DisplayControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "EmbeddedProgressUIController", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMSecurityInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TextToolTipService", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMSecurityService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ThemeHelpers", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMSecuritySetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "StubImageSourceConverter", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMSerialController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "StubBrushColorConverter", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMSerialControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TypeToFindEventArgs", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMSerialPort", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TypeToFind", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMSerialPortSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "AdvancedSelection", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "InfoBar", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMServiceSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TreeViewChooser", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMServiceCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProgressUIController", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "IVMExportSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProgressControl", - "Namespace": "Microsoft.VisualStudio.Progression" + "Name": "SnapshotExportMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorPickerControl", - "Namespace": "Microsoft.VisualStudio.VsColorPicker" + "Name": "CaptureLiveStateMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorPickerItem", - "Namespace": "Microsoft.VisualStudio.VsColorPicker" + "Name": "SecureBootTemplate", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ColorRgbaEditBox", - "Namespace": "Microsoft.VisualStudio.VsColorPicker" + "Name": "IVMSnapshotService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildException", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IVMSynthetic3DService", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildInputSourceType", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IVM3dVideoPhysical3dGPU", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildInputFile", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IVMSynthetic3DDisplayController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildInputFileCollection", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IVMSynthetic3DDisplayControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildManager", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IVMSyntheticDisplayController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildOutputFile", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IVMSyntheticDisplayControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildOutputFileCollectionBase", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IVMSyntheticKeyboardController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildOutputFileCollection", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IVMSyntheticKeyboardControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildOutputFolder", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IVMSyntheticMouseController", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildOutputFolderCollection", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IVMSyntheticMouseControllerSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildOutputList", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VMTaskStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildThreadProxy", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "JobTypeId", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Constants", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IVMTask", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldChangeManager", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IVMMigrationTask", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldChangingEventArgs", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IVMTaskAssociationObject", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IWin32ComputerSystem", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FieldChangeMediator", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IWin32DiskDrive", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FileDialog", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IWin32DiskPartition", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FileItem", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "IWin32LogicalDisk", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FileType", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "MoveUnmanagedVhd", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FileProperties", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "MsvmError", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IPublishServiceProvider", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "ValidationErrorId", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "NewGroupDialog", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "ReplicationAuthorizationEntry", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PathUtil", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "ReplicationStatistics", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyManager", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "ReplicationHealthInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FileItemState", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VmmsMessageId", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FileState", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "FailoverReplicationHealthConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishProvider", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VHDSetAdditionalInformationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IPublishPropertyPage", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VHDSetInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishState", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VHDSnapshotAdditionalInformationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishFlags", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VHDSnapshotInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ServiceProvider", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VirtualHardDiskConstants", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildError", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VirtualHardDiskType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildMessage", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VirtualHardDiskFormat", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildWarning", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VirtualHardDiskSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ControlDisplayName", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VirtualHardDiskState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Dialog", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VirtualizationManagementObjectEqualityComparer`1", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ErrorPrompt", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VMComputerSystemState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BootstrapperWarning", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VMComputerSystemHealthState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "GlobalString", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VMComputerSystemOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Status", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "FailoverReplicationHealth", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ValidationMessage", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "FailoverReplicationInterval", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "UndoMessage", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "FailoverReplicationState", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ShellEvents", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "ReplicationType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TaskList", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "FailoverReplicationMode", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Util", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "EnhancedSessionModeStateType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ValidationException", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VMComputerSystemStateUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Validation", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "VMComputerSystemStateConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IVsWebConnectionDlgSvc", - "Namespace": "Microsoft.VisualStudio.Publish.BaseProvider" + "Name": "FailoverReplicationModeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ComBootstrapperDialog", - "Namespace": "Microsoft.VisualStudio.Publish.Library.Bootstrapper" + "Name": "FailoverReplicationStateConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DTEBootstrapperPackage", - "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + "Name": "EnhancedSessionModeStateTypeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DTEBootstrapperPackageCollection", - "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + "Name": "VMDeviceSettingType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DTEFileAssociation", - "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + "Name": "VMIntegrationComponentOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DTEFileAssociationCollection", - "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + "Name": "VMHeartbeatStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DTEPublishFile", - "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + "Name": "VMIntegrationComponentStatusUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DTEPublishFileCollection", - "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + "Name": "VMIntegrationComponentOperationalStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DTEPublishProperties", - "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + "Name": "VMHeartbeatStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DTEProxy", - "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + "Name": "VMProcessorOperationalStatus", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "FileAssociationItem", - "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + "Name": "VMProcessorStatusUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PageData", - "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + "Name": "VMProcessorOperationalStatusConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildError", - "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + "Name": "NetworkConnectionDiagnosticSettingData", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "BuildWarning", - "Namespace": "Microsoft.VisualStudio.Publish.ClickOnceProvider" + "Name": "NetworkConnectionDiagnosticInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "OptionsTabControl", - "Namespace": "Microsoft.VisualStudio.Publish.CommonUI" + "Name": "WmiBaseProperties", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "_PublishManager", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "WmiClassNames", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "_PublishManager2", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "NoWmiMappingException", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "__PublishManager", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "ObjectLocator", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Item", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "CompletedTask", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ItemGroup", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "ManagementDateTimeConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ItemGroupCollection", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "NumberConverter", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PersistenceData", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "Capabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyCollection", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "SettingsDefineCapabilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyItem", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "SummaryInformation", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IPublishManager", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "VMDismountSetting", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IPublishProvider", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "ReplicationRelationshipType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IPublishProviderWizardEntryPoint", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "UserSnapshotType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IPublishProviderPropertyPage", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "ResolutionType", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishPropertyChangingEventHandler", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "ICimClass", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishPropertyPageDirtyEventHandler", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "ICimInstance", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishPropertyChangingEventArgs", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "ICimSession", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishPropertyChangedEventHandler", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "InstanceModificationEventStrategy", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishPropertyChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "InstanceEventManager", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishProgressUpdateEventHandler", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "InstanceEventArrivedArgs", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishProgressUpdateEventArgs", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "InstanceEventArrivedHandler", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyBatchBeginEventHandler", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "WmiNamespaceVersion", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyBatchEndEventHandler", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "Server", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishPropPageComClass", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "ServerNames", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ProviderBasedPublishPropPageComClass", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "KeyValueDictionary", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishManager", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "WmiObjectPath", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishMethod", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "ClusterUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishProject", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "VmMemoryBounds", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PublishWizardDialog", - "Namespace": "Microsoft.VisualStudio.Publish.Framework" + "Name": "VmMemoryUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "TestProjectWizard", - "Namespace": "Microsoft.VisualStudio.TestTools.TestProjectWizards" + "Name": "VpCountBoundValues", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "VSConstants", - "Namespace": "Microsoft.VisualStudio" + "Name": "VmProcessorUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "Win32Methods", - "Namespace": "Microsoft.VisualStudio" + "Name": "KdsUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "IEventHandler", - "Namespace": "Microsoft.VisualStudio" + "Name": "NetworkingUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "ErrorHandler", - "Namespace": "Microsoft.VisualStudio" + "Name": "RemoteFXUtilities", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "PropertyPageTypeConverterAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "Synth3DResolution", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "LocDisplayNameAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "Synth3DVramSize", + "Namespace": "Microsoft.Virtualization.Client.Management" }, { - "Name": "DefaultRegistryRootAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ClusterVerifyPathResult", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "DesignPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IMSClusterCluster", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "DialogContainerWithToolbar", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IMSClusterNode", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "DialogPage", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IMSClusterResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "EventSinkCollection", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IMSClusterVMOrConfigurationResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "IConfigureToolboxItem", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IMSClusterVMResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "InstalledProductRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IMSClusterVMConfigurationResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "IProfileManager", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IMSClusterWmiProviderResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "IResXResourceService", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IMSClusterReplicaBrokerResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "LocalizableProperties", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IMSClusterCapResource", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "LogicalView", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IMSClusterResourceBase", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "MsiComponentIdAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IMSClusterResourceGroup", + "Namespace": "Microsoft.Virtualization.Client.Management.Clustering" }, { - "Name": "MsiTokenAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SettingApplyException", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "OleDataObject", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "OrganizedSwitchPorts", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "OleMenuCmdEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NetworkingDataHelper", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "OleMenuCommand", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FcPortStatus", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "OleMenuCommandService", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SettingsDialogBase", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "Package", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualizationSettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "ProvideAutoLoadAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualizationSingleSettingDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "ProvideAssemblyFilterAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RecoveryConfigurationDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "ProvideAutomationObjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VMSettingsDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "ProvideEditorExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NetworkManagerDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "ProvideEditorFactoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageManagerDialog", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "ProvideEditorLogicalViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SettingId", + "Namespace": "Microsoft.Virtualization.Client.Settings" }, { - "Name": "ProvideExtenderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ImageLabel", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" }, { - "Name": "ProvideKeyBindingTableAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "EnhancedCheckBoxState", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" }, { - "Name": "ProvideLanguageCodeExpansionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DataGridViewEnhancedCheckboxColumn", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" }, { - "Name": "ProvideLanguageEditorToolsOptionCategoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DataGridViewEnhancedCheckBoxCell", + "Namespace": "Microsoft.Virtualization.Client.Settings.LayoutEngine" }, { - "Name": "ProvideLanguageEditorOptionPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ConnectForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideLanguageExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ResumeExtendedReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideLanguageServiceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "InitializeReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideLoadKeyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RemoveReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideMenuResourceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ResynchronizeReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideObjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FailoverForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideOptionDialogPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PlannedFailoverForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideOptionPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ImportReplicationForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideProfileAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ReplicationMonitoringForm", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideProjectFactoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "BaseFormViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideProjectItemAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "BaseListView", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideServiceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "OperationResult", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideToolboxFormatAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FailoverReplicationNonUIActionPerformer", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideToolboxItemConfigurationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ServerNodeViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideToolboxItemsAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SnapInNodeViewControl", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideToolboxPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StartPageHeader", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "VsDockStyle", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "BrowserSnapInInstaller", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ToolWindowOrientation", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DelegateInvoker", + "Namespace": "Microsoft.Virtualization.Client.VMBrowser" }, { - "Name": "ProvideToolWindowAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WizardUtilities", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "ProvideToolWindowVisibilityAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WizardsConfiguration", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "ProvideViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VMWizardForm", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "RegisterAutoLoadAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SummaryDescriptionControl", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "RegisterEditorExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SummaryInfo", + "Namespace": "Microsoft.Virtualization.Client.Wizards" }, { - "Name": "RegisterEditorLogicalViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ReplicationWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Replication" }, { - "Name": "RegisterExtenderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NewVirtualMachineWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVM" }, { - "Name": "RegisterLanguageExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NewVirtualHardDiskWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.NewVhd" }, { - "Name": "RegisterLoadKeyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "MoveWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" }, { - "Name": "RegisterProjectItemAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IconType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" }, { - "Name": "RegistrationMethod", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageMoveType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" }, { - "Name": "RegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VMMoveType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMMove" }, { - "Name": "RunningDocumentTable", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ImportWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMImport" }, { - "Name": "RunningDocumentInfo", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "EditVirtualHardDiskWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.EditVhd" }, { - "Name": "SelectionContainer", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "BranchPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "ServiceProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ConfirmationPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "ServiceProviderHierarchy", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TitleType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "ServiceProviderHierarchyOrder", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ButtonType", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "Task", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "OrientationPanelStepMode", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "ErrorTask", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FiniteProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "TaskCategory", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "InfiniteProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "TaskErrorCategory", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ProgressPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "TaskPriority", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SummaryPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "TaskProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WizardActionStatus", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "ErrorListProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WizardAction", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "ToolWindowPane", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WizardForm", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "Url", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WizardFrameworkException", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "PackageUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WizardPage", + "Namespace": "Microsoft.Virtualization.Client.Wizards.Framework" }, { - "Name": "VsMenus", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FixupWizard", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" }, { - "Name": "VsShellUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FixupErrorsGroupbox", + "Namespace": "Microsoft.Virtualization.Client.Wizards.VMFixup" }, { - "Name": "WindowPane", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "Collection", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "PackageRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ControlChars", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "FlavoredProject", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "Conversion", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "FlavoredProjectFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "DateAndTime", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "ProjectDocumentsChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "ErrObject", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "DeferredResourceDictionaryBase", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FileSystem", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "DirectionalDropArea", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Financial", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IBrowsablePattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "VariantType", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IContextMenuController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AppWinStyle", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IDragDropSourceController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CallType", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IDragDropTargetPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CompareMethod", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IInteractionPatternProvider", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DateFormat", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IInvocationController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FirstDayOfWeek", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IItemsProvider", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FileAttribute", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IItemsSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FirstWeekOfYear", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IItemsSourceCache", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "VbStrConv", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "InputSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "TriState", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IPivotItemProviderPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DateInterval", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IPrioritizedComparable", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DueDate", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IRefreshPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "OpenMode", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IResurrectableObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "OpenAccess", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IResurrectionScope", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "OpenShare", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IRelationshipDisplayItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "TabInfo", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IRelationshipService", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SpcInfo", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IRenameItemTransaction", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MsgBoxResult", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IRenameItemValidationResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MsgBoxStyle", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "ISearchProvider", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "VBFixedStringAttribute", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IContextMenuPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "VBFixedArrayAttribute", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IDragDropSourcePattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ComClassAttribute", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "ISearchResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MyGroupCollectionAttribute", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "ISupportExpansionEvents", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "HideModuleNameAttribute", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "ISupportExpansionState", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Globals", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IInvocationPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Information", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IInvocationPatternEx", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Interaction", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "IRenamePattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Strings", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "ITreeDisplayItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Constants", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "KnownRelationships", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "VBMath", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "RenameItemCompletionResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ApplicationBase", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "RenameItemCompletionState", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AssemblyInfo", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "RenameItemCompletionFocusBehavior", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ConsoleApplicationBase", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "IBatchInitializationScopeProvider", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "User", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "IRelationshipSearchParameters", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BuiltInRole", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "AsyncInitializedCollection`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BuiltInRoleConverter", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "ItemsProvider`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebUser", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "ItemsSourceCache", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AuthenticationMode", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "HierarchyIdentity", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ShutdownMode", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "HierarchyItemPair", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UnhandledExceptionEventArgs", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "HierarchyUtilities", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "StartupEventArgs", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "HierarchyItemsProviderNames", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "StartupNextInstanceEventArgs", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "HierarchySearchMatchEvaluator", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "StartupEventHandler", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "Suspender", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "StartupNextInstanceEventHandler", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "WpfUIElement", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ShutdownEventHandler", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "WpfUIFactory", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UnhandledExceptionEventHandler", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "WpfUIFactoryElement", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NoStartupFormException", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "UIFactoryHelper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CantStartSingleInstanceException", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "WindowHelper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WindowsFormsApplicationBase", + "Namespace": "Microsoft.VisualBasic.ApplicationServices" }, { - "Name": "GelDependencyObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AudioPlayMode", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "GelPropertyGetterCallback", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Audio", + "Namespace": "Microsoft.VisualBasic.Devices" }, { - "Name": "GelRegisteredObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Clock", + "Namespace": "Microsoft.VisualBasic.Devices" }, { - "Name": "GelProperty", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Computer", + "Namespace": "Microsoft.VisualBasic.Devices" }, { - "Name": "GelPropertyChangedEventArgs", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ComputerInfo", + "Namespace": "Microsoft.VisualBasic.Devices" }, { - "Name": "GelPropertyChangedCallback", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Keyboard", + "Namespace": "Microsoft.VisualBasic.Devices" }, { - "Name": "GelPropertyValidatorCallback", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Mouse", + "Namespace": "Microsoft.VisualBasic.Devices" }, { - "Name": "VerbActionCallback", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NetworkAvailableEventArgs", + "Namespace": "Microsoft.VisualBasic.Devices" }, { - "Name": "GelVerb", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NetworkAvailableEventHandler", + "Namespace": "Microsoft.VisualBasic.Devices" }, { - "Name": "Win32ToWpfBitmapConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Network", + "Namespace": "Microsoft.VisualBasic.Devices" }, { - "Name": "WpfColorUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Ports", + "Namespace": "Microsoft.VisualBasic.Devices" }, { - "Name": "Win32ColorUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServerComputer", + "Namespace": "Microsoft.VisualBasic.Devices" }, { - "Name": "Win32ToWpfColorConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FileSystem", + "Namespace": "Microsoft.VisualBasic.FileIO" }, { - "Name": "WpfToWin32ColorConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DeleteDirectoryOption", + "Namespace": "Microsoft.VisualBasic.FileIO" }, { - "Name": "EnumerablePropertiesCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RecycleOption", + "Namespace": "Microsoft.VisualBasic.FileIO" }, { - "Name": "EnumerableVerbsCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SearchOption", + "Namespace": "Microsoft.VisualBasic.FileIO" }, { - "Name": "DataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UICancelOption", + "Namespace": "Microsoft.VisualBasic.FileIO" }, { - "Name": "DataSourceCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIOption", + "Namespace": "Microsoft.VisualBasic.FileIO" }, { - "Name": "IconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MalformedLineException", + "Namespace": "Microsoft.VisualBasic.FileIO" }, { - "Name": "Win32ToWpfImageListConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SpecialDirectories", + "Namespace": "Microsoft.VisualBasic.FileIO" }, { - "Name": "Win32ToWinFormsImageListConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "TextFieldParser", + "Namespace": "Microsoft.VisualBasic.FileIO" }, { - "Name": "WinFormsToWin32ImageListConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FieldType", + "Namespace": "Microsoft.VisualBasic.FileIO" }, { - "Name": "IDataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BooleanType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "IDataSourceCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ByteType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "ShapeIdentifier", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CharType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "ConverterBase", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CharArrayType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "Win32ToWinFormsIconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Conversions", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "Win32ToWpfIconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ShortType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "WinFormsToWin32IconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IntegerType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "WpfIconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "InternalXmlHelper", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "WpfToWin32IconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "LongType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "WpfToWinFormsIconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SingleType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "TypeMap", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DoubleType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "IPropertyDescription", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DateType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "IUIDispatch", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DecimalType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "CommandHandler", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FlowControl", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "IVerbDescription", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ObjectFlowControl", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "IUIDataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "StringType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "PropertyDescription", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ObjectType", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "UIDispatch", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Operators", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "UISimpleDataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "LikeOperator", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "UIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ExceptionUtils", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "VerbDescription", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "InternalErrorException", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "BuiltInPropertyValue", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Utils", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "GetterThunk`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "LateBinding", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "ParameterizedGetterThunk`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ProjectData", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "IndirectPropertyValue`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NewLateBinding", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "ProvideUIProviderAttribute", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "StaticLocalInitFlag", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "ProvideUIDataSourceProviderAttribute", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IncompleteInitialization", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "ProvideUIDataConverterAttribute", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IVbHost", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "UIDataSourceCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "HostServices", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "UIDataSourceDynamicCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "StandardModuleAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "UIDataSourceProperty", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "OptionTextAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "UIDataSourcePropertyEnumerator", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "OptionCompareAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "UIDataSourceVerb", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DesignerGeneratedAttribute", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "UIDataSourceVerbEnumerator", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Versioned", + "Namespace": "Microsoft.VisualBasic.CompilerServices" }, { - "Name": "UIDataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Log", + "Namespace": "Microsoft.VisualBasic.Logging" }, { - "Name": "UIElement", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AspLog", + "Namespace": "Microsoft.VisualBasic.Logging" }, { - "Name": "UIFactory", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "LogFileLocation", + "Namespace": "Microsoft.VisualBasic.Logging" }, { - "Name": "UIFactoryException", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "LogFileCreationScheduleOption", + "Namespace": "Microsoft.VisualBasic.Logging" }, { - "Name": "DataSourceFactory", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DiskSpaceExhaustedOption", + "Namespace": "Microsoft.VisualBasic.Logging" }, { - "Name": "VsUIType", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FileLogTraceListener", + "Namespace": "Microsoft.VisualBasic.Logging" }, { - "Name": "Win32ImageListUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ClipboardProxy", + "Namespace": "Microsoft.VisualBasic.MyServices" }, { - "Name": "WinFormsImageListUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FileSystemProxy", + "Namespace": "Microsoft.VisualBasic.MyServices" }, { - "Name": "Win32IconHandle", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RegistryProxy", + "Namespace": "Microsoft.VisualBasic.MyServices" }, { - "Name": "Win32IconUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SpecialDirectoriesProxy", + "Namespace": "Microsoft.VisualBasic.MyServices" }, { - "Name": "WinFormsIconUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ContextValue`1", + "Namespace": "Microsoft.VisualBasic.MyServices.Internal" }, { - "Name": "Win32BitmapHandle", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DriveListBox", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "Win32BitmapUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DirListBox", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "Win32HandleUIObject`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FileListBox", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "CookieTableCallback`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ListBoxItem", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "CookieTraits`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FixedLengthString", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "IntCookieTraits", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Support", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "UIntCookieTraits", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebItemNameNotOptional", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "CookieTable`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebItemAssociatedWebClassNotOptional", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "HybridDictionary`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebItemCouldNotLoadEmbeddedResource", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "Utilities", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebItemCouldNotLoadTemplateFile", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "DialogResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebItemUnexpectedErrorReadingTemplateFile", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "VsUIConstants", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebItemTooManyNestedTags", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "VsUICookieTraits", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebItemClosingTagNotFound", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "VsUICookieTable`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebItemNoTemplateSpecified", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "PropertyValueBase", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebItem", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "WpfPropertyValue", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebClassNextItemCannotBeCurrentWebItem", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "WeakValueDictionary`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebClassUserWebClassNameNotOptional", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "IconHandleImageCache", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebClassWebClassFileNameNotOptional", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "NativeImageList", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebClassContainingClassNotOptional", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "SystemImageList", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebClassNextItemRespondNotFound", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "WeakImageCache`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebClassCouldNotFindEvent", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "ImageHelper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebClassWebItemNotValid", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "IFilteredItemsSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebClass", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "DefaultIconImageList", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ZOrderConstants", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "SingleItemTrackingCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ShiftConstants", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "SpinAnimationControl", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MouseButtonConstants", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "TreeDisplayItemConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FormShowConstants", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "TreeItemPresenter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "LoadResConstants", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "DirectionalDragDropAdorner", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ScaleMode", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "SuspendableObservableCollection`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BaseControlArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "BitmapStripImageList", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DriveListBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "PivotNavigator", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DirListBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "PivotNavigationEntry", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FileListBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "PivotNavigatorServices", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BaseOcxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "PivotRelationshipNavigationEntry", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ButtonArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "PivotTreeView", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CheckBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "PivotTreeViewAutomationPeer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CheckedListBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "PivotTreeViewItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ColorDialogArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "CollectionAdapter`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ComboBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "DraggableListBoxItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FontDialogArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "EditableItemTextBox", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "GroupBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "HighlightTextBlock", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "HScrollBarArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "ImageListBase", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ImageListArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "ToolTipVisibilityManager", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "LabelArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "IndentToMarginConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ListBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "InteractionPatternProvider", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ListViewArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "InvocationController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MaskedTextBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "IsPathImageConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MenuItemArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "IVirtualizingTreeNode", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ToolStripMenuItemArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "RenameItemTransaction", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "OpenFileDialogArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "ScreenDragCompletedEventArgs", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PanelArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "ScreenDragEventArgs", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PictureBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "CrossThreadNotificationQueue`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ProgressBarArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "UsageMetrics", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PrintDialogArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "VirtualizingTreeView", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RadioButtonArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "VirtualizingTreeViewAutomationPeer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RichTextBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "VirtualizingTreeViewItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SaveFileDialogArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "VirtualizingTreeViewItemAutomationPeer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "StatusBarArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "VirtualizingTreeSelectionAction", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "StatusStripArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "VirtualizingTreeViewItemWrapperAutomationPeer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "TabControlArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "DragDropScrollManager", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "TextBoxArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "DragDropStateManager", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "TimerArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "IToolTipVisibilityController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ToolBarArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "ContextMenuController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ToolStripArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "ControllerBase`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "TreeViewArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "DragDropSourceController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "VScrollBarArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "EnumerableSnapshot", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WebBrowserArray", + "Namespace": "Microsoft.VisualBasic.Compatibility.VB6" }, { - "Name": "BackgroundDispatcher", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IsCXXReferenceModifier", + "Namespace": "Microsoft.VisualC" }, { - "Name": "VisualTargetPresentationSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IsConstModifier", + "Namespace": "Microsoft.VisualC" }, { - "Name": "VisualWrapper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IsLongModifier", + "Namespace": "Microsoft.VisualC" }, { - "Name": "WorkerThreadElementContainer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IsVolatileModifier", + "Namespace": "Microsoft.VisualC" }, { - "Name": "DisposableList", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "IsSignedModifier", + "Namespace": "Microsoft.VisualC" }, { - "Name": "DisposableList`1", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "NoSignSpecifiedModifier", + "Namespace": "Microsoft.VisualC" }, { - "Name": "KeyBindingHelper", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "NeedsCopyConstructorModifier", + "Namespace": "Microsoft.VisualC" }, { - "Name": "YieldAwaiter", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "DecoratedNameAttribute", + "Namespace": "Microsoft.VisualC" }, { - "Name": "DataStreamFromComStream", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "MiscellaneousBitsAttribute", + "Namespace": "Microsoft.VisualC" }, { - "Name": "PathUtil", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "DebugInfoInPDBAttribute", + "Namespace": "Microsoft.VisualC" }, { - "Name": "Validate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "IBidirectionalContainer`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "VsTaskAwaiter", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "IRandomAccessContainer`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "IOleComponent2Private", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "INode`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "COWAIT_FLAGS", - "Namespace": "Microsoft.VisualStudio" + "Name": "IBaseIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "VSConstants", - "Namespace": "Microsoft.VisualStudio" + "Name": "IInputIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "Win32Methods", - "Namespace": "Microsoft.VisualStudio" + "Name": "IOutputIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "IEventHandler", - "Namespace": "Microsoft.VisualStudio" + "Name": "IForwardIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "ErrorHandler", - "Namespace": "Microsoft.VisualStudio" + "Name": "IBidirectionalIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "SettingsScope", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "IRandomAccessIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "EnclosingScopes", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ReverseBidirectionalIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "ApplicationDataFolder", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ConstReverseBidirectionalIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "SettingsManager", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ReverseRandomAccessIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "SettingsType", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ConstReverseRandomAccessIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "SettingsStore", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ContainerBidirectionalIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "WritableSettingsStore", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ConstContainerBidirectionalIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "Boxes", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ContainerRandomAccessIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "Unbox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ConstContainerRandomAccessIterator`1", + "Namespace": "Microsoft.VisualC.StlClr.Generic" }, { - "Name": "BrushToColorConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IDeque`1", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "HeaderColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DequeEnumeratorBase`1", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "ImageSourceExtension", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DequeEnumerator`1", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "ImageThemingUtilities", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "UnaryDelegate`2", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "StringUppercaseConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "BinaryDelegate`3", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "ThemedImageSourceConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IList`1", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "ThemedImageConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ListEnumeratorBase`1", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "AccessKeyConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ListEnumerator`1", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "AccessKeyRemovingConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IQueue`2", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "AccessKeyUnderliningConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPriorityQueue`2", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "AndBooleanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IStack`2", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "AreEqualConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GenericPair`2", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "BindableValidationRule", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IVector`1", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "BooleanToFlowDirectionConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "VectorEnumeratorBase`1", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "BooleanToHiddenVisibilityConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "VectorEnumerator`1", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "ColorBrushValueConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IHash`2", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "DataSourceToEnumerableDataSourceConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "HashEnumeratorBase`2", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "DeviceToLogicalPixelConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "HashEnumerator`2", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "DisposableObject", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ITree`2", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "DpiHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "TreeEnumeratorBase`2", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "DragDropHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "TreeEnumerator`2", + "Namespace": "Microsoft.VisualC.StlClr" }, { - "Name": "EnvironmentRenderCapabilities", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IAppHostProvider", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "ExtensionMethods", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "LoadOptions", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "FailIfEmptyAccessKeyRemovingConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IAppHostSite", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "FocusHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IEnumSite", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "FontScaling", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ISiteLimits", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "ImageConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ISiteLogFile", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "GrayscaleImageConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ICustomFields", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "HelperMethods", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IEnumCustomFields", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "HwndWrapper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ICustomField", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "IfElseConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ISiteTraceRequestsLogging", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "ImageListValueConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ISiteBinding", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "ImageSourceValueConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IEnumBindings", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "IsEqualConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IApplication", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "IsNullOrEmptyConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IEnumApplications", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "ValueExtension`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IVirtualDirectory", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "Int32Extension", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IEnumVirtualDirectory", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "MruListDataSourceSchema", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IApplicationPool", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "MultiplicationConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IEnumApplicationPool", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "MultiValueConverter`3", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IProcessModel", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "MultiValueConverter`4", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IRecycling", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "MultiValueConverter`5", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPeriodicRestart", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "MultiValueConverter`6", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IEnumSchedule", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "NotNullConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ISchedule", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "NullToEmptyStringConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IEnumEnvironmentVariables", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "NegateBooleanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IEnvironmentVariable", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "OrBooleanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IFailure", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "PendingFocusHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ICpu", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "RangeValidationRule", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IAppHostProviderChangeHandler", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "RssDataSourceSchema", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IEnumListenerAdapter", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "RssPubDateToLocalTimeConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IListenerAdapter", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "SafeIUnknown", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ILogSettings", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "SingleElementToEnumerableConverter`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IWebLimits", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "StartPageDataSourceSchema", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IEnumLocation", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "StartPageGuidList", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ILocation", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "StartPageHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ApplicationPool", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "StringConcatenatingConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppPoolEnvironmentVariable", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "StringToStringWithoutHypertextTagsConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppPoolCpu", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "StringToXmlDataProviderConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EnumApplicationPool", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "StyleKey`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EnumEnvironmentVariables", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "TextToolTipService", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EnumSchedule", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "HoursToTimeSpanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppPoolFailure", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "MinutesToTimeSpanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppPoolPeriodicRestart", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "SecondsToTimeSpanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppPoolRestartSchedule", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "MillisecondsToTimeSpanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppPoolProcessModel", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "ToBooleanValueConverter`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppPoolRecycling", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "ValueConverter`2", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RSCA_OBJECT_STATE_ENUM", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "VisibleIfNotNullConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IRSCA_WAS", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "VisibleIfNotNullOrEmptyConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RSCA_WASClass", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "VisibleIfNotEmptyCollectionConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IRSCA_AppPool", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "ThemeChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppHostSite", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "ThemeChangedEventHandler", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppHostApplication", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "VSColorTheme", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EnumApplication", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "WeakCollection`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EnumSite", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "WindowStateConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EnumVirtualDirectory", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "WindowStyleHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "Binding", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "LayoutDoubleUtil", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EnumBindings", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "ProgressBarColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SiteLimits", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "SearchControlColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SiteLogFile", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "EnvironmentColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SiteLogCustomFields", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "TreeViewColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SiteLogCustomFieldsEnumerator", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "AutomatableTextBlock", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SiteLogCustomField", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "DialogButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SiteTraceRequestLogging", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "DialogWindowBase", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "VirtualDirectory", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "DialogWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IRSCA_W3SVC", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "VsUIDialogWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IRSCA_VirtualSite", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "ImageButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RSCA_W3SVCClass", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "ImageCheckBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppHostLogSettings", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "SplitterItem", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ListenerAdapter", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "SplitterItemsControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EnumListenerAdapter", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "SplitterLength", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WebLimits", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "SplitterLengthConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppHostFileProvider", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "SplitterPanel", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ConfigParseException", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "SplitterGrip", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "Location", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "SplitterUnitType", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EnumLocation", + "Namespace": "Microsoft.ApplicationHost" }, { - "Name": "SplitterResizePreviewWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InvokeCommandInDesktopPackage", + "Namespace": "Microsoft.Windows.Appx.PackageCommands" }, { - "Name": "SplitterMeasureData", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AddAppxPackageCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "IResizable", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AddAppxVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "WindowResizeGrip", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppxCmdlet", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "WindowResizeGripDirection", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppxException", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "WindowResizeGripDirectionExtensions", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppxPackage", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "WindowResizeGripMode", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppxPackageManager", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "LayoutSynchronizer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppxUserSecurityId", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "LayoutSynchronizedContentControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppxPackageUserInformation", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "LayoutSynchronizedItemsControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AppxVolume", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "LayoutSynchronizedTabControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DismountAppxVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "LayoutSynchronizedWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetAppxDefaultVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "BindableHyperlink", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetAppxPackageManifestCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "BindableRun", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetAppxPackageCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "MruListBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetAppxVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "StartPageRelativeExtension", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "Helpers", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "ContentLoadError", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "MountAppxVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "SmoothProgressBar", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "MoveAppxPackageCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "SearchStatus", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RemoveAppxPackageCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "SearchOptionType", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RemoveAppxVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "SearchControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SetAppxDefaultVolumeCommand", + "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" }, { - "Name": "SearchControlAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "BitsModuleService", + "Namespace": "Microsoft.Windows.Bits.IisExtension" }, { - "Name": "SearchControlDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WDSSMPLUGIN_ETW_PROVIDER", + "Namespace": "Microsoft.Windows.DeploymentServices.ServerManager.Plugin" }, { - "Name": "SearchSettingsDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WdsInstallationPlugIn", + "Namespace": "Microsoft.Windows.DeploymentServices.ServerManager.Plugin" }, { - "Name": "SearchFilterDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WdsUninstallationPlugIn", + "Namespace": "Microsoft.Windows.DeploymentServices.ServerManager.Plugin" }, { - "Name": "SearchOptionDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "TemplatesLoader", + "Namespace": "Microsoft.Windows.DeploymentServices.ServerManager.Plugin" }, { - "Name": "SearchMRUItemDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "LinkInfo", + "Namespace": "Microsoft.Windows.DeploymentServices.ServerManager.Plugin" }, { - "Name": "SearchControlPopup", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DelegateCommand", + "Namespace": "Microsoft.Windows.DeploymentServices.ServerManager.Plugin" }, { - "Name": "SearchFilterButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WdsShellPlugin", + "Namespace": "Microsoft.Windows.DeploymentServices.ServerManager.Plugin" }, { - "Name": "SearchOptionButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WdsPluginEtwLogger", + "Namespace": "Microsoft.Windows.DeploymentServices.ServerManager.Plugin" }, { - "Name": "SearchBooleanOptionButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetWindowsDeveloperLicenseCommand", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" }, { - "Name": "SearchCommandOptionButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DeveloperLicensingMethods", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" }, { - "Name": "SearchMRUListBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IDeveloperLicensingMethods", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" }, { - "Name": "SearchMRUListBoxItem", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "NativeConstants", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" }, { - "Name": "CurrentLocationSetMode", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SharedMethods", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" }, { - "Name": "SearchPopupNavigationService", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ShowWindowsDeveloperLicenseRegistrationCommand", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" }, { - "Name": "SearchStatusConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "UnregisterWindowsDeveloperLicenseCommand", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" }, { - "Name": "SearchProgressTypeConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WindowsDeveloperLicense", + "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" }, { - "Name": "SearchTextBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InstallPlugin", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.Plugin" }, { - "Name": "SearchOptionItemTemplates", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IntroPage", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.Plugin" }, { - "Name": "SearchOptionsItemTemplateSelector", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ShellPlugin", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.Plugin" }, { - "Name": "WindowSearchFilter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "LinkInfo", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.Plugin" }, { - "Name": "WindowSearchSimpleFilter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DelegateCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.Plugin" }, { - "Name": "WindowSearchCustomFilter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "CertificateChainPolicy", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell" }, { - "Name": "WindowSearchFilterEnumerator", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "CertificateInfo", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell" }, { - "Name": "WindowSearchOption", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "CertificateType", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell" }, { - "Name": "WindowSearchBooleanOption", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "BackupDHASConfigurationCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "WindowSearchCommandOption", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetDHASCertificateChainPolicyCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "WindowSearchOptionEnumerator", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetDHASEncryptionCertificateCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "SearchUtilities", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetDHASInactiveEncryptionCertificateCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "SearchProviderSettingsDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetDHASInactiveSigningCertificateCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "SystemDropShadowChrome", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetDHASSigningCertificateCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "ActivationChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "InstallDeviceHealthAttestationCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "AppActivateEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "RemoveDHASInactiveEncryptionCertificateCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "ComponentRegistrationFailedException", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "RemoveDHASInactiveSigningCertificateCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "ComponentRegistrationFlags", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "RestoreDHASConfigurationCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "ComponentRevocationFailedException", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "SetDHASActiveEncryptionCertificateCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "ComponentState", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "SetDHASActiveSigningCertificateCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "ContinueMessageLoopEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "SetDHASCertificateChainPolicyCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "DesiredStateNotifications", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "SetDHASSupportedAuthenticationSchemaCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "DoIdleEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "UninstallDeviceHealthAttestationCommand", + "Namespace": "Microsoft.Windows.DeviceHealthAttestation.PowerShell.Commands" }, { - "Name": "GetWindowEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "INetFwPolicy2", + "Namespace": "NetFwTypeLib" }, { - "Name": "IdleTypes", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "INetFwRule", + "Namespace": "NetFwTypeLib" }, { - "Name": "OleComponent", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "INetFwRules", + "Namespace": "NetFwTypeLib" }, { - "Name": "OleComponentManager", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "NET_FW_ACTION_", + "Namespace": "NetFwTypeLib" }, { - "Name": "PreTranslateMessageEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "NetFwPolicy2", + "Namespace": "NetFwTypeLib" }, { - "Name": "QueryTerminateEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "NetFwRule", + "Namespace": "NetFwTypeLib" }, { - "Name": "StateChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "GetDiagInput", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" }, { - "Name": "StateTransitionType", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "GetDiagInputSnapIn", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" }, { - "Name": "WindowType", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "UpdateDiagReport", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" }, { - "Name": "HierarchyManipulationStateScope", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UpdateDiagReportSnapIn", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" }, { - "Name": "DialogKeyEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UpdateDiagRootCause", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" }, { - "Name": "VsResourceKeys", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UpdateDiagRootCauseSnapIn", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" }, { - "Name": "VsTaskBodyCallback", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WriteDiagProgress", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" }, { - "Name": "VsInvokableAsyncFunction`1", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WriteDiagProgressSnapIn", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" }, { - "Name": "VsTaskRunContext", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IScriptedDiagnosticHost", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "VsTaskCreationOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IScriptedDiagnosticInteraction", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "VsTaskContinuationOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ManagedHost", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "VsTaskWaitOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiagPackCancelledException", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "VsTaskLibraryHelper", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiagPack", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "EnumerableHierarchiesCollection", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiagRootCause", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "ProvidePhysicalViewAttributesAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiagResolution", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "ReadOnlyObservableSet`1", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiagInteraction", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "HierarchyTreeFilterProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiagChoice", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "KnownColorThemes", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiagPrompt", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "KnownUIContexts", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiagCallback", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "ProvideBindingRedirectionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "GetTroubleshootingPack", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" }, { - "Name": "ProvideCodeBaseAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "InvokeTroubleshootingPack", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" }, { - "Name": "ProvideDependentAssemblyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiagPackSnapIn", + "Namespace": "Microsoft.Windows.Diagnosis.Commands" }, { - "Name": "OnIdleHandler", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "InstallPlugin", + "Namespace": "Microsoft.Windows.Dns" }, { - "Name": "SingleTaskIdleManager", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DelegateCommand", + "Namespace": "Microsoft.Windows.Dns" }, { - "Name": "NewDocumentStateScope", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsShellPlugin", + "Namespace": "Microsoft.Windows.Dns" }, { - "Name": "UIElementDialogPage", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ImplementedAsType", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" }, { - "Name": "ActivityLog", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DscResourceInfo", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" }, { - "Name": "PropertyPageTypeConverterAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DscResourcePropertyInfo", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" }, { - "Name": "LocDisplayNameAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DscContext", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" }, { - "Name": "CodeGeneratorRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "GetActionResponse", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "IComEnumeratorRelay`2", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ConfigurationStatus", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "EnumerableComCollection`2", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NodeResponse", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "ComUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DscCmdletCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "CommonMessagePumpExitCode", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DscConfigurationCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "CommonMessagePump", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StartDscConfigurationCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "ComponentPickerPropertyPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SetDscLocalConfigurationManagerCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "DefaultRegistryRootAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PublishDscConfigurationCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "DesignPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UpdateDscConfigurationCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "DialogContainerWithToolbar", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ConnectDscConfigurationCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "DialogPage", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TestDscConfigurationCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "EditorFactoryNotifyForProjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DownloadManagerCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "VsQueryRemoveFileFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "GetDscDocumentCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "VsQueryRemoveDirectoryFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "GetDscModuleCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "VsRemoveFileFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "GetDscActionCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "VsRemoveDirectoryFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SendDscStatusCommandBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "VsFrameMode", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "GetDscDocumentCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "VsRdtFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "GetDscModuleCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "VsRdtSaveOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "GetDscActionCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "VsQuerySaveFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SendDscStatusCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "VsQueryEditFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PSConfigurationJob", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "VsHierarchyPropID", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RegisterDscAgentCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "VsSolutionPropID", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "InvokeDscResourceMethodCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" }, { - "Name": "VsFramePropID", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "S_DscCoreR", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" }, { - "Name": "ExtensionPointPackage", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ResourceProviderAdapter", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" }, { - "Name": "ExtensionPointRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DownloadManagerBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" }, { - "Name": "EventSinkCollection", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IStreamsHandler", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" }, { - "Name": "IConfigureToolboxItem", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ResourceProviderMetaData", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" }, { - "Name": "InstalledProductRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FssmInstrumentation", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "IProfileManager", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NotifyingObject", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "IProfileMigrator", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "AlternativeTraceSource", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "IResXResourceService", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "Check", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "LocalizableProperties", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IEventTraceSource", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "LogicalView", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DefaultEventTraceSource", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "MsiComponentIdAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "EmailAddress", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "MsiTokenAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "EventTraceSourceFactory", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "OleDataObject", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FrameworkUtility", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "OleMenuCmdEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TraceUtility", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "OleMenuCommand", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ITraceUtilitySource", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "OleMenuCommandService", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TraceUtilitySource", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "Package", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "Lifecycle", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideAppCommandLineAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IContainer", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideAutoLoadAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IoCContainer", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideAssemblyFilterAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IMediator", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideAutomationObjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IMediatorHandle", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideBindingPathAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "Mediator", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideComponentDiagnosticsAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WeakAction", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideEditorExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "MediatorMessageAttribute", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideEditorFactoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "CollectionObserver`1", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideEditorLogicalViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PropertyObserver`1", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideExtenderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UIDispatcher", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideKeyBindingTableAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IBackgroundTask", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideLanguageCodeExpansionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "BaseBackgroundTask", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideLanguageEditorToolsOptionCategoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelayCommand", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideLanguageEditorOptionPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelayCommand`1", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideLanguageExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ViewModelBase", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideLanguageServiceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ValidationViewModel", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideLoadKeyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ModelBase", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideMenuResourceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IIdentifiable", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideMSBuildTargetsAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IVersionable", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideObjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ReadOnlyObservableCollectionWithId`1", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideOptionDialogPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "INotificationsSubscriber`1", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideOptionPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ReadOnlySubscriberCollection`1", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProfileMigrationType", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ICloneableCollection`1", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideProfileAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IRangeCollection", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideProjectFactoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RangeObservableCollection`1", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideProjectItemAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ThreadSafeObservableCollection`1", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideServiceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ModelCollection`1", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideServiceOverrideAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ComputerNameFormat", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideServiceAttributeBase", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ComputerName", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideStaticToolboxGroupAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WindowsPathFormats", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideStaticToolboxItemAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WindowsPath", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideToolboxFormatAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ByteUnit", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideToolboxItemConfigurationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageSize", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideToolboxItemDiscoveryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NullableInteger", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideToolboxItemsAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NullableDateTime", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideToolboxPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NullableTimeSpan", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "VsDockStyle", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TaskStatus", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ToolWindowOrientation", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TaskStatusChangedEventHandler", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideToolWindowAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TaskDataArrivedEventHandler", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideToolWindowVisibilityAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TaskProgressChangedEventArgs", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TaskDataArrivedEventArgs", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TaskStatusChangedEventArgs", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "ProvideXmlEditorChooserDesignerViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ITask", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "RegisterAutoLoadAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ITaskWithProgress", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "RegisterEditorExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ITaskInvoker", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "RegisterEditorLogicalViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TaskInvoker", + "Namespace": "Microsoft.FileServer.Management.Framework" }, { - "Name": "RegisterExtenderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ISourceTimeInfo", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "RegisterLanguageExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ISettableTimeInfo", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "RegisterLoadKeyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IPSObjectConverter`1", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "RegisterProjectItemAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PSObjectConverterBase`1", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "RunningDocumentTable", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiTargetPortal", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "RunningDocumentInfo", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "AgnosticObjectConverterBase`1", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UnlockResult", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IServiceTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "CloseResult", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WmiServiceTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "QueryCloseResult", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "OperationServiceBase`1", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "SelectionContainer", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ServiceMessages", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ServiceProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DisableIscsiTargetOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ServiceProviderHierarchy", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IDisableIscsiTargetService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ServiceProviderHierarchyOrder", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DisableIscsiTargetService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "SettableOleDataObject", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "EnableIscsiTargetOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "SingleFileGeneratorSupportRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IEnableIscsiTargetService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "SolutionPersistenceRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "EnableIscsiTargetService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Task", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IIscsiTargetActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ErrorTask", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiTargetActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "TaskCategory", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DisableIscsiVhdOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "TaskErrorCategory", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IDisableIscsiVhdService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "TaskPriority", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DisableIscsiVhdService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "TaskProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "EnableIscsiVhdOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ErrorListProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IEnableIscsiVhdService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ThreadHelper", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "EnableIscsiVhdService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ToolWindowPane", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ExtendIscsiVhdOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIContext", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IExtendIscsiVhdService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIContextChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ExtendIscsiVhdService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Url", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IIscsiVhdActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "PackageUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiVhdActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ValueTokenizer", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FormatVolumeOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VsBrushes", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IFormatVolumeService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VsColors", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FormatVolumeService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VsEnumerable`3", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ManageAccessPathOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VsEnumerable`2", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IManageAccessPathService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VsEnumerableEx`2", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ManageAccessPathService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VsMenus", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "AttachStorageDiskOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VSRegistry", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IAttachStorageDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ServiceCollection`1", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "AttachStorageDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VsServiceProviderWrapper", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SetPoolReadWriteNodeOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VsShellUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ISetPoolReadWriteNodeService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WAProvideLanguagePropertyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SetPoolReadWriteNodeService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WAProvideProjectFactoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IStorageAssociationService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WAProvideProjectFactoryTemplateMappingAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageAssociationService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WebSiteProjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageObjects", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WebSiteProjectRelatedFilesAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ScanVolumeOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WindowPane", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IScanVolumeService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "PackageRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ScanVolumeService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VsSearchTask", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RepairVolumeOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "InstalledToolboxItemInfo", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IRepairVolumeService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ProvideSearchProviderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RepairVolumeService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ShellSettingsManager", - "Namespace": "Microsoft.VisualStudio.Shell.Settings" + "Name": "ExtendVolumeOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsAggregatableProjectCorrected", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "IExtendVolumeService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ILocalRegistryCorrected", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "ExtendVolumeService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsAggregatableProjectFactoryCorrected", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "RebuildStorageDiskOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsProjectAggregator2", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "IRebuildStorageDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "FlavoredProjectBase", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "RebuildStorageDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "FlavoredProjectFactoryBase", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "RemoveStorageDriveOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "FlavoredProject", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "IRemoveStorageDriveService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "FlavoredProjectFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "RemoveStorageDriveService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ProjectDocumentsChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "UpdateDedupVolumeEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ColorName", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IUpdateDedupVolumeService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsColorEntry", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "UpdateDedupVolumeService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsColorNames", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "AddStorageDriveOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsColorTheme", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IAddStorageDriveService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsColorThemeService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "AddStorageDriveService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsColorThemes", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IPostProcessAddDriveService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsInvokablePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PostProcessAddDriveService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsInvokerPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ExtendStorageDiskOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsSearchControlPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IExtendStorageDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIBoundBooleanProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ExtendStorageDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIBoundDWordProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IDiskActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIBoundDoubleProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DiskActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIBoundGuidProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "OnlineDiskServiceOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIBoundInt32Property", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IOnlineDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIBoundPropertyBase", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "OnlineDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIBoundQWordProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "InitializeDiskServiceOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIBoundStringProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IInitializeDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIDataSourceShape", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "InitializeDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIDataSourceShapeProvider", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "RefreshDiskOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsWindowManager2", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IRefreshDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "SVsColorThemeService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "RefreshDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "SVsUIThreadInvokerPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ResetStorageDriveOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "SVsWindowManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IResetStorageDriveService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsBooleanSymbolExpressionEvaluator", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ResetStorageDriveService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsCommonMessagePump", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ToggleDriveLightOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsCommonMessagePumpClientEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IToggleDriveLightService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsDataSourceFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ToggleDriveLightService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsDiagnosticsProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ResetDiskServiceOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsEnumGuids", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IResetDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsEnumSearchProviders", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ResetDiskService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsEnumWindowSearchFilters", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "EvictStorageDriveOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsEnumWindowSearchOptions", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IEvictStorageDriveService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsHierarchyManipulation", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "EvictStorageDriveService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsHierarchyManipulationStateContext", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SetWriteBackCacheOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsImageService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ISetWriteBackCacheService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsNewDocumentStateContext", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SetWriteBackCacheService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsPackageExtensionProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "FormatVolumeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsRunningDocumentTable3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ManageAccessPathTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsSearchCallback", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SetPoolReadWriteModeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsSearchFilterToken", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AttachStorageDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsSearchProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ScanVolumeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsSearchQuery", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExtendVolumeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsSearchQueryParser", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "RebuildStorageDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsSearchTask", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExtendStorageDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsSearchToken", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "RemoveStorageDriveTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsSettingsManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AddDriveTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsSettingsStore", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PostProcessAddDriveTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsShell5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UpdateDedupVolumeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsTask", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IStoragePoolActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsTaskBody", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "StoragePoolActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsTaskCompletionSource", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVolumeActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsTaskSchedulerService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "VolumeActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsThreadedWaitDialog2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IStorageDiskActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsThreadedWaitDialogFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "StorageDiskActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsToolWindowToolbarHost2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IStorageDriveActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsToolWindowToolbarHost3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "StorageDriveActionTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsToolboxItemProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "OnlineDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIAccelerator", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ToggleDriveLightTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUICollection", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ResetStorageDriveTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUICollectionChangeEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "EvictStorageDriveTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIDataConverter", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SetWriteBackCacheTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIDataConverterManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UpgradeStoragePoolOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIDataSource", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IUpgradeStoragePoolService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIDataSourcePropertyChangeEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UpgradeStoragePoolService", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIDispatch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PluginUtility", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIDynamicCollection", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IscsiStringUtility", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIElement", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SyncShareServiceUtility", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIElementPane", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SystemRefreshEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIEnumDataSourceProperties", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SystemMessages", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIEnumDataSourceVerbs", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "FSACException", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIEventSink", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IOperationMediatorContract", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IOperationProgressMediatorContract", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIObject", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "OperationStatus", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIShell5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "OperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIShellOpenDocument3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "OperationWithProgressEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUISimpleDataSource", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CimConstant", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIWin32Bitmap", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "TaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIWin32Element", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PowerShellTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIWin32Icon", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WmiTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVsUIWin32ImageList", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ManagementObjectType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Telemetry" }, { - "Name": "IVsUIWpfElement", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Telemetry" }, { - "Name": "IVsUIWpfLoader", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardExitState", + "Namespace": "Microsoft.FileServer.Management.Plugin.Telemetry" }, { - "Name": "IVsWindowSearch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "FSACTelemetry", + "Namespace": "Microsoft.FileServer.Management.Plugin.Telemetry" }, { - "Name": "IVsWindowSearchBooleanOption", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardTaskStepState", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWindowSearchCommandOption", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "TaskStepChangedEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWindowSearchCustomFilter", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IWizardTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWindowSearchFilter", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWindowSearchHost", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "Warning", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWindowSearchOption", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WmiWizardTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWindowSearchSimpleFilter", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IWizardTasksTracker", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWritableSettingsStore", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardTrackerException", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsDataSourceFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardTrackerEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsHierarchyManipulation", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardTasksTrackerBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsImageService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardTrackerMessages", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsSettingsManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AssignVhdWizardTasksTracker", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsTaskSchedulerService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CreateShareWizardTasksTracker", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsThreadedWaitDialogFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CreateVhdWizardTrackerEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsUIDataConverters", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CreateVhdWizardTasksTracker", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CreateVolumeWizardTasksTracker", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VSSEARCHPROGRESSTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WmiVolumeWizardTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VSSEARCHSTARTTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "MaintenanceStateContext", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsProjectCapabilityExpressionMatcher", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CreateVolumeWizardData", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsUIElementDescriptor", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ClusterOperation", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsUIPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WellKnownTierId", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "__THEMEDCOLORTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVirtualDiskTierConfiguration", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "__VSNEWDOCUMENTSTATE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "VirtualDiskTierConfiguration", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "__VSPHYSICALVIEWATTRIBUTES", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVirtualDiskTiersConfiguration", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "__VSPROVISIONALVIEWINGSTATUS", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "VirtualDiskTiersConfiguration", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "__VSSEARCHFILTERTOKENTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CreateVirtualDiskWizardTasksTracker", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "__VSUIDATAFORMAT", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IWmiCreateVirtualDiskTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "WmiCreateVirtualDiskTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "COWAIT_FLAGS", - "Namespace": "Microsoft.VisualStudio" + "Name": "WmiCreateVirtualDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VSConstants", - "Namespace": "Microsoft.VisualStudio" + "Name": "CreateVirtualDiskWizardData", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "Win32Methods", - "Namespace": "Microsoft.VisualStudio" + "Name": "VirtualDiskSizeSelectionType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IEventHandler", - "Namespace": "Microsoft.VisualStudio" + "Name": "WmiCreateVirtualDiskS2DTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ErrorHandler", - "Namespace": "Microsoft.VisualStudio" + "Name": "WmiCreateVirtualDiskS2DTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SettingsScope", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "CreateVirtualDiskS2DWizardData", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "EnclosingScopes", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "PoolWizardData", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ApplicationDataFolder", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "PoolWizardTasksTracker", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SettingsManager", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ImportVhdWizardTasksTracker", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SettingsType", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "SyncRelationWizardTasksTracker", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SettingsStore", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "QuotaTemplateWizardTasksTracker", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "WritableSettingsStore", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "WmiQuotaTemplateWizardTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "Boxes", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ICimInstance", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "Unbox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ICimSession", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "BrushToColorConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ICimService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "HeaderColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "CimService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "ImageSourceExtension", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPowerShellService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "ImageThemingUtilities", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPowerShellServiceWithCredential", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "LanguageHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PowerShellService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "StartPageColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PowerShellServiceWithCredential", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "StringUppercaseConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RegistryView", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "ThemedImageSourceConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RegistryHive", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "ThemedImageConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IRegistryAccessService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "SearchBooleanOptionButtonAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RemoteRegistryAccessService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "SearchCommandOptionButtonAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ClusterMemberTypes", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "SearchFilterButtonAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IClusterEnumerator", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "SearchMRUListBoxItemAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ClusterMember", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "AccessKeyConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ClusterEnumerator", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "AccessKeyRemovingConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IClusterAssociationService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "AccessKeyUnderliningConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ClusterAssociationService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "AndBooleanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IClusterComputerAccessValidator", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "AreEqualConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ClusterComputerAccessValidator", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "BindableValidationRule", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "OperationServiceWithProgressBase`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "BooleanToFlowDirectionConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IIscsiTargetServiceFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "BooleanToHiddenVisibilityConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IscsiTargetServiceFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "ColorBrushValueConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IIscsiVhdServiceFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "DataSourceToEnumerableDataSourceConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IscsiVhdServiceFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "DeviceToLogicalPixelConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SafeBufferBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "DisposableObject", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "NetApiSafeBuffer", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "ImageScalingMode", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "HGlobalSafeBuffer", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "DpiHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ILunMaskingService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "DragDropHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "LunMaskingService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "EnvironmentRenderCapabilities", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ResetDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "ExtensionMethods", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "UpgradePoolTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "FailIfEmptyAccessKeyRemovingConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IStorageServiceFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "FocusHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StorageServiceFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "FontScaling", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PowerShellDeletionTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ImageConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PowerShellUpdateTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "GrayscaleImageConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiEnumerationTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "HelperMethods", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiDeletionTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "HwndWrapper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiUpdateTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "IfElseConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ISmbShareTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ImageListValueConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IQuotaTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ImageSourceValueConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IQuotaTemplateTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "IsEqualConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiQuotaEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "IsNullOrEmptyConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiQuotaDeleteTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ValueExtension`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiQuotaUpdateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "Int32Extension", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiQuotaTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "UInt32Extension", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiQuotaTemplateEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "MruListDataSourceSchema", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiQuotaTemplateTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "MultiplicationConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiQuotaTemplateUpdateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "MultiValueConverter`3", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToQuotaConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "MultiValueConverter`4", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToQuotaConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "MultiValueConverter`5", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToQuotaTemplateConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "MultiValueConverter`6", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToQuotaTemplateConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "NotNullConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToQuotaThresholdConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "NullToEmptyStringConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToThresholdConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "NegateBooleanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IQuotasProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "OrBooleanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "QuotasProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ObservableObject", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IQuotaTemplatesProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "PendingFocusHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "QuotaTemplatesProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "RangeValidationRule", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToSmbShareConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "RssDataSourceSchema", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToSmbShareConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VideoRssDataSourceSchema", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ISmbSharesProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "RssPubDateToLocalTimeConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SmbSharesProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SafeIUnknown", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SharesProviderCommon`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SingleElementToEnumerableConverter`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiSmbShareEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "StartPageDataSourceSchema", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiSmbShareDeleteTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "StartPageGuidList", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiSmbShareUpdateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "StartPageHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiSmbShareTasksFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "StartPageCommands", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToNfsShareConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VideoRssCommands", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToNfsShareConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "StringConcatenatingConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "INfsSharesProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "StringToStringWithoutHypertextTagsConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "NfsSharesProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "StringToXmlDataProviderConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiNfsShareEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "StyleKey`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiNfsShareUpdateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "TextToolTipService", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiNfsShareDeleteTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "HoursToTimeSpanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "INfsShareTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "MinutesToTimeSpanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiNfsSharesTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SecondsToTimeSpanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IClusterVolumesProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "MillisecondsToTimeSpanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ClusterVolumesProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ToBooleanValueConverter`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IClusterVolumeTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ValueConverter`2", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ClusterVolumeTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VisibleIfNotNullConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ClusterVolumesEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VisibleIfNotNullOrEmptyConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IIscsiTargetsProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VisibleIfNotEmptyCollectionConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IscsiTargetsProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VisibleIfEqualValueConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToIscsiTargetConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VisibleIfNotEqualValueConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToIscsiTargetConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ThemeChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IIscsiTargetTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ThemeChangedEventHandler", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IscsiTargetTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VSColorTheme", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PowerShellIscsiTargetDeleteTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WeakCollection`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PowerShellIscsiTargetUpdateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowStateConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiIscsiTargetEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowStyleHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiInitiatorId", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "LayoutDoubleUtil", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiIscsiServerTarget", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ProgressBarColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IscsiSessionType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchControlColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiIscsiServerSession", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "EnvironmentColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiLunMapping", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "TreeViewColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IIscsiServerSettingsProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "AutomatableTextBlock", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IscsiServerSettingsProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "DialogButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IscsiServerSettingsProviderEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "DialogWindowBase", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IIscsiVhdsProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "DialogWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IscsiVhdsProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsUIDialogWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToIscsiServerSettingsConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ImageButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToIscsiServerSettingsConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ImageCheckBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToIscsiVhdConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SplitterItem", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToIscsiVhdConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SplitterItemsControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IIscsiServerSettingsTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SplitterLength", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IscsiServerSettingsTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SplitterLengthConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IIscsiVhdTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SplitterPanel", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IscsiVhdTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SplitterGrip", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PowerShellIscsiVhdDeleteTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SplitterUnitType", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PowerShellIscsiVhdUpdateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SplitterResizePreviewWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiIscsiServerSettingsEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SplitterMeasureData", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiIscsiVhdEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "IResizable", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiIscsiVirtualDisk", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowResizeGrip", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IStorageProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowResizeGripDirection", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StorageProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowResizeGripDirectionExtensions", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IInitiatorIdConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowResizeGripMode", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InitiatorIdConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "LayoutSynchronizer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IMaskingSetConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "LayoutSynchronizedContentControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "MaskingSetConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "LayoutSynchronizedItemsControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ITargetPortConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "LayoutSynchronizedTabControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "TargetPortConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "LayoutSynchronizedWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToDedupVolumeConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "BindableHyperlink", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToDedupVolumeConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "BindableRun", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToDedupScheduleConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "MruListBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToDedupScheduleConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "StartPageRelativeExtension", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToStorageDiskConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ContentLoadError", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToStorageDiskConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SmoothProgressBar", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToStoragePoolCapabilityConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchStatus", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToStoragePoolCapabilityConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchOptionType", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToStorageSystemConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToStorageSystemConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchControlAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToStorageSubSystemConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchControlDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToStorageSubSystemConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchSettingsDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToStorageAssociationConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchFilterDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToStorageAssociationConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchOptionDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToStorageTierConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchMRUItemDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToStorageTierConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchControlPopup", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToStorageNodeConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchFilterButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToStorageNodeConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchOptionButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToStorageEnclosureConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchBooleanOptionButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToStorageEnclosureConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchCommandOptionButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToVolumeConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchMRUListBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToVolumeConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchMRUListBoxItem", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToPartitionConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "CurrentLocationSetMode", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToPartitionConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchPopupNavigationService", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToDiskConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchStatusConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToDiskConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchProgressTypeConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToDriveConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchTextBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToDriveConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchControlThicknessConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPSObjectToStoragePoolConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchOptionItemTemplates", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PSObjectToStoragePoolConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchOptionsItemTemplateSelector", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IStorageTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowSearchFilter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiStorageTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowSearchSimpleFilter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiStorageEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowSearchCustomFilter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IDedupVolumeTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowSearchFilterEnumerator", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiDedupVolumeTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowSearchOption", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WmiDedupVolumeEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowSearchBooleanOption", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IVolumeTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowSearchCommandOption", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "VolumeDeleteTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowSearchOptionEnumerator", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "VolumeTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchUtilities", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "VolumeUpdateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SearchProviderSettingsDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DriveTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SystemDropShadowChrome", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StorageDriveUpdateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ActivationChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "IDriveTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "AppActivateEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "IPoolTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ComponentRegistrationFailedException", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "PoolDeleteTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ComponentRegistrationFlags", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "PoolTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ComponentRevocationFailedException", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "StoragePoolUpdateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ComponentState", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "IStorageRescanTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ContinueMessageLoopEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "StorageRescanTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "DesiredStateNotifications", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "StorageRescanTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "DoIdleEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "WmiStorageDeletionTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "GetWindowEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "IStorageDiskTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "IdleTypes", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "StorageDiskTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "OleComponent", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "StorageDiskDeleteTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "OleComponentManager", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "StorageDiskUpdateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "PreTranslateMessageEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "IStorageSubSystemProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "QueryTerminateEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "StorageSubSystemProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "StateChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "IDiskProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "StateTransitionType", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "DiskProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "WindowType", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "IStorageDiskProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "HierarchyManipulationStateScope", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageDiskProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "DialogKeyEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IDedupVolumeProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "KnownSettingsContainers", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DedupVolumeProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ServiceUnavailableException", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IStorageRescanProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsFonts", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageRescanProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsResourceKeys", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IVolumeProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsTaskBodyCallback", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VolumeProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsInvokableAsyncFunction`1", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IDriveProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsTaskRunContext", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DriveProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsTaskCreationOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IStoragePoolProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsTaskContinuationOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StoragePoolProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsTaskWaitOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IPSObjectToSyncRelationshipConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsTaskLibraryHelper", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PSObjectToSyncRelationshipConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "EnumerableHierarchiesCollection", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IPSObjectToSyncSettingsConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ProvidePhysicalViewAttributesAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PSObjectToSyncSettingsConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ReadOnlyObservableSet`1", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ISyncProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "HierarchyTreeFilterProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "KnownColorThemes", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ISyncSettingsProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "KnownUIContexts", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncSettingsProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ProvideBindingRedirectionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ISyncRelationTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ProvideCodeBaseAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WmiSyncRelationTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ProvideDependentAssemblyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WmiSyncRelationEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "OnIdleHandler", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WmiSyncRelationUpdateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "SingleTaskIdleManager", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WmiSyncRelationDeleteTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "NewDocumentStateScope", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WmiSyncSettingsEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "UIElementDialogPage", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WmiSyncSettingsUpdateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ActivityLog", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ManagedServerProviderEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "PropertyPageTypeConverterAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IManagedServerProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "LocDisplayNameAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ManagedServerProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "CodeGeneratorRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ManagedServerEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "IComEnumeratorRelay`2", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IManagedServerTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "EnumerableComCollection`2", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ManagedServerTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ComUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ISharesProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "CommonMessagePumpExitCode", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SharesProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "CommonMessagePump", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IFsrmSettingsProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ComponentPickerPropertyPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FsrmSettingsProvider", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "DefaultRegistryRootAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IPSObjectToFsrmSettingsConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "DesignPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PSObjectToFsrmSettingsConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "DialogContainerWithToolbar", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IFsrmSettingsTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "DialogPage", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WmiFsrmSettingsTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "EditorFactoryNotifyForProjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WmiFsrmSettingsEnumerateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsQueryRemoveFileFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "WmiFsrmSettingsUpdateTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsQueryRemoveDirectoryFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IPSObjectToFolderPropertyDescriptionConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsRemoveFileFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PSObjectToFolderPropertyDescriptionConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsRemoveDirectoryFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ProviderOperationEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsFrameMode", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IProviderMediatorContract", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsRdtFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IObjectsProvider`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsRdtSaveOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IProviderTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsQuerySaveFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IProviderTaskWithServer", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsQueryEditFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ProviderOperation", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsHierarchyPropID", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RefreshType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsSolutionPropID", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ProviderEnumerationStartedEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "VsFramePropID", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ProviderEnumerationCompletedEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ExtensionPointPackage", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ObjectsProviderBase`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "ExtensionPointRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IDataDependentDependencyProvider`2", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "EventSinkCollection", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DataDependentDependencyProvider`2", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "IConfigureToolboxItem", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IDataDependencyObjectsProvider`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "InstalledProductRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DataDependencyObjectsProvider`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "IProfileManager", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IDataDependentObjectsProvider`2", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "IProfileMigrator", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DataDependentObjectsProvider`2", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "IResXResourceService", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ProviderMessages", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "LocalizableProperties", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ExceptionTaskCategories", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "LogicalView", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PowerShellActionTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "MsiComponentIdAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PowerShellEnableDisableIscsiTargetTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "MsiTokenAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PowerShellEnableDisableIscsiVhdTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "OleDataObject", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PowerShellExtendIscsiVhdTask", + "Namespace": "Microsoft.FileServer.Management.Plugin.Providers" }, { - "Name": "OleMenuCmdEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FsrmSettings", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "OleMenuCommand", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FsrmSettingsCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "OleMenuCommandService", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "Share", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "Package", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "CachingMode", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideAppCommandLineAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FolderEnumerationMode", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideAutoLoadAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SmbShare", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideAssemblyFilterAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SmbShareCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideAutomationObjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NfsAuthentication", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideBindingPathAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NfsShare", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideComponentDiagnosticsAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NfsShareCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideEditorExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideEditorFactoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "Quota", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideEditorLogicalViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideExtenderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "Threshold", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideKeyBindingTableAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaActionType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideLanguageCodeExpansionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaAction", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideLanguageEditorToolsOptionCategoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaActionEmailBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideLanguageEditorOptionPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaActionEmail", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideLanguageExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaActionEventLog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideLanguageServiceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaActionSecurityLevel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideLoadKeyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaActionCommand", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideMenuResourceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaActionReportType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideMSBuildTargetsAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaActionReport", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideObjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplate", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideOptionDialogPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideOptionPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ClusterVolume", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProfileMigrationType", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ClusterVolumeCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideProfileAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "InitiatorId", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideProjectFactoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "InitiatorIdMethodType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideProjectItemAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiServerSession", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideServiceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiTarget", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideServiceOverrideAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiTargetStatus", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideServiceAttributeBase", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiTargetCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideStaticToolboxGroupAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TargetLunMapping", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideStaticToolboxItemAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiServerRunningMode", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideToolboxFormatAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiServerSettings", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideToolboxItemConfigurationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiServerSettingsCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideToolboxItemDiscoveryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiVhdStatus", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideToolboxItemsAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiVhdType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideToolboxPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiVhdOperation", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "VsDockStyle", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiVhd", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ToolWindowOrientation", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiVhdCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideToolWindowAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VolumeHealth", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideToolWindowVisibilityAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VolumeHealthStatus", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VolumeOperationalStatus", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DriveType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideXmlEditorChooserDesignerViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FileSystem", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "RegisterAutoLoadAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VolumeOperation", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "RegisterEditorExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "Volume", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "RegisterEditorLogicalViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VolumeBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "RegisterExtenderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StoragePoolOperation", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "RegisterLanguageExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StoragePool", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "RegisterLoadKeyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolOperationalStatus", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "RegisterProjectItemAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolHealth", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "RunningDocumentTable", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolUsage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "RunningDocumentInfo", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolVersion", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "UnlockResult", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageDrive", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "CloseResult", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiskDriveHealth", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "QueryCloseResult", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiskDriveOperationalStatus", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "SelectionContainer", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiskDriveUniqueIdFormat", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ServiceProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiskDriveUsage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ServiceProviderHierarchy", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ParityLayout", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ServiceProviderHierarchyOrder", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "Access", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "SettableOleDataObject", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ProvisionType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "SingleFileGeneratorSupportRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "BusType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "SolutionPersistenceRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DriveUsage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "Task", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageDriveOperation", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ErrorTask", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DriveMediaType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "TaskCategory", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "CannotPoolReason", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "TaskErrorCategory", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiskOperation", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "TaskPriority", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "Disk", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "TaskProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PartitionType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ErrorListProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiskOperationalStatus", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ThreadHelper", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "OnlineStatus", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ToolWindowPane", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "Partition", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "UIContext", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UsageType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "UIContextChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DedupVolume", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "Url", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DedupSchedule", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "PackageUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageDiskOperation", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ValueTokenizer", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageDisk", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "VsBrushes", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SpaceDetachedReason", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "VsColors", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageEnclosureHealthStatus", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "VsEnumerable`3", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageEnclosure", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "VsEnumerable`2", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StoragePoolCapability", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "VsEnumerableEx`2", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageSubSystem", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "VsMenus", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "MaskingPortsPerView", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "VSRegistry", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "iSCSITargetCreationScheme", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ServiceCollection`1", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageSystem", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "VsServiceProviderWrapper", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageTier", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "VsShellUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageTierDefinition", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "WAProvideLanguagePropertyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageNode", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "WAProvideProjectFactoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageAssociation", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "WAProvideProjectFactoryTemplateMappingAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "HostInitiatorId", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "WebSiteProjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "HostPort", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "WebSiteProjectRelatedFilesAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "HostPortType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "WindowPane", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "InitiatorIdType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "PackageRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TargetPort", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "VsSearchTask", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TargetConnectionType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "InstalledToolboxItemInfo", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "MaskingSet", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProvideSearchProviderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "LunMaskingPath", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ShellSettingsManager", - "Namespace": "Microsoft.VisualStudio.Shell.Settings" + "Name": "IStorageObject", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "IVsAggregatableProjectCorrected", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "VolumeCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ILocalRegistryCorrected", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "StoragePoolCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "IVsAggregatableProjectFactoryCorrected", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "StorageDriveCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "IVsProjectAggregator2", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "DiskCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "FlavoredProjectBase", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "StorageDiskCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "FlavoredProjectFactoryBase", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "PartitionCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "FlavoredProject", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "StoragePoolCapabilityCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "FlavoredProjectFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "StorageSubSystemCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ProjectDocumentsChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "StorageTierCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "BeforeOpenProjectEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "StorageNodeCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "BeforeOpenSolutionEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "StorageEnclosureCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "HierarchyEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "StorageCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "LoadProjectBatchEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "StorageSystemCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "LoadProjectEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "DedupVolumeCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "OpenProjectEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "DedupScheduleCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "CloseProjectEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "EncryptionOptionEnum", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "EventSource", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "SyncState", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "OpenSolutionEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "SyncRelationship", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "QueryChangeProjectParentEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "SyncRelationshipCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "QueryCloseProjectEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "SyncSettings", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "CancelHierarchyEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "SyncSettingsCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "QueryLoadProjectBatchEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "SyncUser", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "SingletonEventSource`1", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "FolderPropertyDescription", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "SolutionEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "IManagedServerRelation", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "DisposableList", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "IServerOSVersion", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "DisposableList`1", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "IServerRelation", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "KeyBindingHelper", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "IClusterAccessRelation", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "YieldAwaiter", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "CoreService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "DataStreamFromComStream", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "ClusterRole", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "PathUtil", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "ClusterGroupType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "Validate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "OnlineState", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "VsTaskAwaiter", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "ServerOSVersion", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "HashHelpers", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "ManagedServer", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "TestContractBulletin", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TestContracts" + "Name": "ServerCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "TestContractErrorBulletin", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TestContracts" + "Name": "ClusterType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "IOleComponent2Private", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ClusterAccessibleModelBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "ISolutionAttachedCollectionService", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ITrackable", + "Namespace": "Microsoft.FileServer.Management.Plugin.Model" }, { - "Name": "DataSourceFactoryHelper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SmbSharesRelationshipsObserver", + "Namespace": "Microsoft.FileServer.Management.Plugin.DataAccess" }, { - "Name": "IContentLifetimeControl", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsSharesRelationshipsObserver", + "Namespace": "Microsoft.FileServer.Management.Plugin.DataAccess" }, { - "Name": "FactoryElementID", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "QuotasRelationshipsObserver", + "Namespace": "Microsoft.FileServer.Management.Plugin.DataAccess" }, { - "Name": "FactoryElementIDBundle", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DataAccessService", + "Namespace": "Microsoft.FileServer.Management.Plugin.DataAccess" }, { - "Name": "InternalComUtilities", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IDataAccessService", + "Namespace": "Microsoft.FileServer.Management.Plugin.DataAccess" }, { - "Name": "DeferredResourceDictionaryBase", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IModelDataFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.DataAccess" }, { - "Name": "CanPreviewItemResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IscsiObjectsRelationshipsObserver`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.DataAccess" }, { - "Name": "ISelectionPreviewController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ModelDataFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.DataAccess" }, { - "Name": "PreviewNotSupportedReason", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RelationshipsObserverBase`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.DataAccess" }, { - "Name": "SelectionPreview", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "VolumesRelationshipsObserver", + "Namespace": "Microsoft.FileServer.Management.Plugin.DataAccess" }, { - "Name": "TreeNodeEventArgs", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "StoragePoolsRelationshipsObserver", + "Namespace": "Microsoft.FileServer.Management.Plugin.DataAccess" }, { - "Name": "DirectionalDropArea", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "EventDescriptionAttribute", + "Namespace": "Microsoft.Diagnostics.Telemetry" }, { - "Name": "IBrowsablePattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "EventProviderAttribute", + "Namespace": "Microsoft.Diagnostics.Telemetry" }, { - "Name": "IContextMenuController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "TelemetryEventSource", + "Namespace": "Microsoft.Diagnostics.Telemetry" }, { - "Name": "IDragDropSourceController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "IDragDropTargetPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ManagedServerWithContext", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IInteractionPatternProvider", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DownlevelManagedServer", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IInvocationController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DownLevelManagedServerCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "InputSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IManagedServerFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IPivotItemProviderPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ManagedServerFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IPrioritizedComparable", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsMappedUser", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IRefreshPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsMappedGroup", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IResurrectableObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UICommand", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IResurrectionScope", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIUtility", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IRenameItemTransaction", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RangeExtensions", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IRenameItemValidationResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "StorageSpacesDirectExtensions", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ISearchProvider", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MonitorMessages", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IContextMenuPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IQuotaViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IDragDropSourcePattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "QuotaViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ISearchResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IQuotaTemplateViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ISupportExpansionEvents", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "QuotaTemplateViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ISupportExpansionState", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IDisksViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IInvocationPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DisksViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IInvocationPatternEx", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DiskViewModelFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IRenamePattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ISyncViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ITreeDisplayItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SyncViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "KnownRelationships", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SyncViewModelFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "RenameItemCompletionResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IUITask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "RenameItemCompletionState", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ICancelableUITask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "RenameItemCompletionFocusBehavior", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UITaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IBatchInitializationScopeProvider", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIProviderTask`1", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IRelationshipSearchParameters", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIProviderDeleteTask`1", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "AsyncInitializedCollection`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIProviderEnumerateTask`1", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "AttachedCollectionSourceProvider`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IUITaskWithProgress", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "HierarchyIdentity", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UITaskWithProgress", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "HierarchyItemPair", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IUIBulkTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "HierarchyUtilities", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIBulkTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "HierarchyItemsProviderNames", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIParallelBulkTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "HierarchySearchMatchEvaluator", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UISequentialBulkTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Suspender", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "InstallationPlugIn", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WpfUIElement", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RoleId", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WpfUIFactory", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UninstallationPlugin", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WpfUIFactoryElement", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WelcomePage", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIFactoryHelper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ComponentPrerequisiteCheckBase", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WindowHelper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DFSNUninstallCheck", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "GelDependencyObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DFSRUninstallCheck", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "GelPropertyGetterCallback", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "EcsInstallCheck", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "GelRegisteredObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "EcsUninstallCheck", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "GelProperty", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsUninstallCheck", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "GelPropertyChangedEventArgs", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FileServerUninstallCheck", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "GelPropertyChangedCallback", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ISCSIUninstallCheck", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "GelPropertyValidatorCallback", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DedupUninstallCheck", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VerbActionCallback", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "StorageServiceUninstallCheck", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "GelVerb", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIOperationTaskBase`1", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Win32ToWpfBitmapConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIOperationTaskWithProgressBase`1", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WpfColorUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "INotifyingUITask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Win32ColorUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIBackgroundTaskBase", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Win32ToWpfColorConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetFolderPropertyValuesTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WpfToWin32ColorConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UISetFolderPropertyValuesTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "EnumerablePropertiesCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetPropertyDefinitionsTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "EnumerableVerbsCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDeleteQuotaTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "DataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDeleteIscsiTargetTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "DataSourceCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDeleteIscsiVhdTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDisableIscsiTargetTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Win32ToWpfImageListConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDisableIscsiVhdTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Win32ToWinFormsImageListConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIEnableIscsiTargetTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WinFormsToWin32ImageListConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIEnableIscsiVhdTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IDataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIExtendIscsiVhdTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IDataSourceCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetFullyQualifiedComputerNameTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ShapeIdentifier", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetInitiatorCacheTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ConverterBase", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetInitiatorIqnTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Win32ToWinFormsIconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetIscsiTargetPortalsTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Win32ToWpfIconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIQueryVolumesTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WinFormsToWin32IconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UISetIscsiTargetPortalsTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WpfIconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIClearVhdTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WpfToWin32IconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDeleteNfsShareTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WpfToWinFormsIconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDeleteSmbShareTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "TypeMap", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetFolderPermissionsTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IPropertyDescription", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetNfsPermissionsTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IUIDispatch", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UISetNfsPermissionsTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "CommandHandler", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetSmbServerConfigurationTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVerbDescription", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetSmbShareTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IUIDataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetNfsShareTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "PropertyDescription", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDeleteSyncRelationTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIDispatch", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NetGroupSourceType", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UISimpleDataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IdentityMappingType", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ProtocolType", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VerbDescription", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsServerSettings", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "BuiltInPropertyValue", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetClientGroupsTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "GetterThunk`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetNfsServerConfigTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ParameterizedGetterThunk`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UISetNfsServerConfigTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IndirectPropertyValue`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IPSObjectToNfsMappedUserConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ProvideUIProviderAttribute", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PSObjectToNfsIdentityMappingConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ProvideUIDataSourceProviderAttribute", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IPSObjectToNfsMappedGroupConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ProvideUIDataConverterAttribute", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PSObjectToNfsMappedGroupConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIDataSourceCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "GetDedupSchedules", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIDataSourceDynamicCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SetDedupSchedule", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIDataSourceProperty", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDeleteStorageDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIDataSourcePropertyEnumerator", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDeleteStorageDiskClusterTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIDataSourceVerb", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIRemoveDiskResourceTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIDataSourceVerbEnumerator", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDeleteStoragePoolTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIDataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDeleteStoragePoolClusterTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIElement", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIRemoveStoragePoolResource", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIFactory", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDeleteVolumeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIFactoryException", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIAddDriveTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "DataSourceFactory", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIPostProcessAddDriveTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VsUIType", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIScanVolumeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Win32ImageListUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIRepairVolumeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WinFormsImageListUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIExtendVolumeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Win32IconHandle", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIExtendStorageDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Win32IconUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIRebuildStorageDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WinFormsIconUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIRemoveStorageDriveTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Win32BitmapHandle", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIEvictStorageDriveTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Win32BitmapUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UpdateDedupVolume", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Win32HandleUIObject`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "GetClusterDisks", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "CookieTableCallback`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ClusterDisk", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "CookieTraits`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetHostInitiatorAttributes", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IntCookieTraits", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetMaskingSetObjects", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "UIntCookieTraits", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UISetMaskingSetObjects", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "CookieTable`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetRelatedStorageDriveTask`2", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "HybridDictionary`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetStoragePoolTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "Utilities", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IUIGetVirtualDiskMaxSizeTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "DialogResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetVirtualDiskMaxSizeTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VsUIConstants", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetVirtualDiskMaxSizeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VsUICookieTraits", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetVirtualDiskMaxSizeTaskResult", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VsUICookieTable`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IUIGetVirtualDiskS2DMaxSizeTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "PropertyValueBase", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetVirtualDiskS2DMaxSizeTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WpfPropertyValue", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetVirtualDiskS2DMaxSizeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WeakValueDictionary`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "StorageSizeBoundary", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IconHandleImageCache", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetVirtualDiskS2DMaxSizeTaskResult", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "NativeImageList", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetVirtualDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "SystemImageList", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetVolumeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "WeakImageCache`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIRescanDisks", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ImageHelper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDeleteVolumeClusterTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IFilteredItemsSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UISetMaintenanceModeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "DefaultIconImageList", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIAttachStorageDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "SingleItemTrackingCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UISetPoolReadWriteNodeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "SpinAnimationControl", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIChangeDiskOnlineStatusTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "TreeDisplayItemConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIInitializeDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "TreeItemPresenter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIRefreshDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "DirectionalDragDropAdorner", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIToggleDriveLightTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "SuspendableObservableCollection`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIManageAccessPathsTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "BitmapStripImageList", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIFormatVolumeTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "PivotNavigator", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIFormatVolumeSpecificTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "PivotNavigationEntry", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetAvailableDriveLettersTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "PivotNavigatorServices", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIResetStorageDriveTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "PivotRelationshipNavigationEntry", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIResetDiskTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "PivotTreeView", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UISetWriteBackCacheTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "PivotTreeViewAutomationPeer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AvailableServersTaskContext", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "PivotTreeViewItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIDiscoverAvailableServersTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "CollectionAdapter`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIUpdateAvailableServersTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "DraggableListBoxItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIUpgradeStoragePoolTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "EditableItemTextBox", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIGetNfsNetGroupsTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "HighlightTextBlock", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UISetNfsNetGroupsTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ImageListBase", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIRemoveNfsNetGroupsTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ToolTipVisibilityManager", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UINewNfsNetGroupsTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IndentToMarginConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsNetGroupHost", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "InteractionPatternProvider", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsNetGroup", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "InvocationController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UISetNfsClientGroupTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IsPathImageConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIRemoveNfsClientGroupTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "IVirtualizingTreeNode", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UINewNfsClientGroupTask", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "RenameItemTransaction", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsClientGroupMember", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ScreenDragCompletedEventArgs", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsClientGroup", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "ScreenDragEventArgs", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IPSObjectToNfsNetGroupConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "CrossThreadNotificationQueue`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PSObjectToNfsNetGroupConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VirtualizingTreeView", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BootStrapper", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VirtualizingTreeViewAutomationPeer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FSAPlugin", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VirtualizingTreeViewItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ViewMessages", + "Namespace": "Microsoft.FileServer.Management.Plugin" }, { - "Name": "VirtualizingTreeViewItemAutomationPeer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIToggleSyncShareEnabled", + "Namespace": "Microsoft.FileServer.Management.Plugin.UITasks" }, { - "Name": "VirtualizingTreeSelectionAction", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIToggleSyncUserEnabled", + "Namespace": "Microsoft.FileServer.Management.Plugin.UITasks" }, { - "Name": "VirtualizingTreeViewItemWrapperAutomationPeer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AdornerControl", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "DragDropScrollManager", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FrameworkElementAdorner", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "DragDropStateManager", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "EcsPolicyControl", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IToolTipVisibilityController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "LoadingControl", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "ContextMenuController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CommonAceData", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "ControllerBase`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SharePermissionsControl", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "DragDropSourceController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsPermissionsControl", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "EnumerableSnapshot", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsPermissionEntry", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "BackgroundDispatcher", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PermissionsChangedEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "VisualTargetPresentationSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsPermissionsControlViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "VisualWrapper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsShareConfig", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "WorkerThreadElementContainer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NfsShareConfigNfsShare", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "ColorName", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "NfsShareConfigNfsShareSharePermission", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsColorEntry", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PermissionType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsColorNames", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PermissionTypePermissionEntry", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsColorTheme", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PermissionTypePermissionEntryName", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsColorThemeService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ClientType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsColorThemes", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PermissionValueType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsInvokablePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "EncodingType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsInvokerPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "AuthType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsSearchControlPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "NfsShareConfigPermissionTemplate", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsUIBoundBooleanProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ScrollingItemsControl", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsUIBoundDWordProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PrincipalControl", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsUIBoundDoubleProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PrincipalViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsUIBoundGuidProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "QuotaTemplateDetailsControl", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsUIBoundInt32Property", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "QuotaLimit", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsUIBoundPropertyBase", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "QuotaNotificationControl", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsUIBoundQWordProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "QuotaThresholdControl", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsUIBoundStringProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "QuotaThresholdViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsUIDataSourceShape", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "AutoCheckRadioButton", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsUIDataSourceShapeProvider", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "TextBoxWithWrappableError", + "Namespace": "Microsoft.FileServer.Management.Plugin.Controls" }, { - "Name": "IVsWindowManager2", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IRefreshFailuresAggregator", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "SVsColorThemeService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "FailureType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "SVsUIThreadInvokerPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "FailureDescription", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "SVsWindowManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "RefreshFailuresAggregator", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsBooleanSymbolExpressionEvaluator", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IRefreshSynchronizer", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsCommonMessagePump", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "RefreshSynchronizer", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsCommonMessagePumpClientEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IDialogService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsDataSourceFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DialogService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsDiagnosticsProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IEmailValidationService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsEnumGuids", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "EmailValidationService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsEnumSearchProviders", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPathValidationService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsEnumWindowSearchFilters", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PathValidationService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsEnumWindowSearchOptions", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ShareInfoLevel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsHierarchyManipulation", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ShareTypes", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsHierarchyManipulationStateContext", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "LogonType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsImageService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPropertyPageService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsNewDocumentStateContext", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IProxyPropertyPageService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsPackageExtensionProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PropertyPageService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsRunningDocumentTable3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IModelessDialogLauncher", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsRunningDocumentTable4", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ModelessDialogLauncher", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsSearchCallback", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IWizardLauncher", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsSearchFilterToken", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IProxyWizardLauncher", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsSearchProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardLauncher", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsSearchQuery", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IRowViewModelCommandMapper`2", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsSearchQueryParser", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IRowViewModelFactory`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsSearchTask", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IIscsiTargetViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsSearchToken", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IscsiTargetViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsSettingsManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IIscsiVhdViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsSettingsStore", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IscsiVhdViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsShell5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IStorageDiskViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsSolutionEvents5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "StorageDiskViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsSolutionLoadEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IStorageDriveViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsTask", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "StorageDriveViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsTaskBody", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IVolumeViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsTaskCompletionSource", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "VolumeViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsTaskSchedulerService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IStoragePoolViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsTaskSchedulerService2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "StoragePoolViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsThreadedWaitDialog2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "VolumeViewModelFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsThreadedWaitDialogFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IUILunMaskingService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsToolWindowToolbarHost2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UILunMaskingService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsToolWindowToolbarHost3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "LunMaskingPathCollection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsToolboxItemProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "LunMaskingPathViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIAccelerator", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IMaskingFilter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUICollection", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "FibreChannelMaskingFilter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUICollectionChangeEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SASMaskingFilter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIDataConverter", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "iSCSiMaskingFilter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIDataConverterManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "MaskFilterTypes", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIDataSource", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IMaskingFilterFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIDataSourcePropertyChangeEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "MaskingFilterFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIDispatch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PoolViewModelFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIDynamicCollection", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IAddDriveTaskCreationService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIElement", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AddDriveTaskCreationService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIElementPane", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IShareViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIEnumDataSourceProperties", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ShareViewModelCommandMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIEnumDataSourceVerbs", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ShareViewModelFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIEventSink", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IServerToActionMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ServerToActionMapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIObject", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IHomepagePropertyPageService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIShell5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "HomepagePropertyPageService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIShellOpenDocument3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IUIFolderTypesTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIShellOpenDocument4", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UIFolderTypesTaskFactory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUISimpleDataSource", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IUITaskNotificator", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIWin32Bitmap", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IUITaskWithProgressNotificator", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIWin32Element", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UITaskWithProgressNotificator", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIWin32Icon", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UITaskNotificator", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIWin32ImageList", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IUITaskTracker", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIWpfElement", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UITaskTracker", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsUIWpfLoader", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IImpersonationService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsWindowSearch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ImpersonationService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Services" }, { - "Name": "IVsWindowSearchBooleanOption", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IWizardDataContext", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWindowSearchCommandOption", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IWizardPageCommon", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWindowSearchCustomFilter", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardPage`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWindowSearchFilter", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardDataContextBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWindowSearchHost", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardStepViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWindowSearchOption", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IWizardCompletionPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWindowSearchSimpleFilter", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardCompletionPageBase`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsWritableSettingsStore", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ChainedWizardArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsDataSourceFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardControllerBase`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsHierarchyManipulation", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SummarySection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsImageService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SectionLine", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsSettingsManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IWizardSummaryPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsTaskSchedulerService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WizardSummaryPage`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsThreadedWaitDialogFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AssignVhdCompletionWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsUIDataConverters", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AssignVhdSummaryWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SVsUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AssignVhdWizardController", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VSSEARCHPROGRESSTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ApplyQuotaPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VSSEARCHSTARTTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CreateShareWizardController", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsProjectCapabilityExpressionMatcher", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CreateShareProfile", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsUIElementDescriptor", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CreateShareWizardDataContext", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsUIPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CreateShareWizardPageBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "__THEMEDCOLORTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ShareNamePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "__VSNEWDOCUMENTSTATE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ShareLocationPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "__VSNEWDOCUMENTSTATE2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SelectProfilePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "__VSPHYSICALVIEWATTRIBUTES", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ShareSummaryPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "__VSPROVISIONALVIEWINGSTATUS", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ShareCompletionPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "__VSSEARCHFILTERTOKENTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "OtherSettingsPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "__VSUIDATAFORMAT", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SetPermissionsPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsEnumUserNotifications", - "Namespace": "Microsoft.VisualStudio.UserNotifications.Interop" + "Name": "ManagementPropertiesPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IVsUserNotification", - "Namespace": "Microsoft.VisualStudio.UserNotifications.Interop" + "Name": "NfsSharePermissionPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "NfsAuthenticationPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "COWAIT_FLAGS", - "Namespace": "Microsoft.VisualStudio" + "Name": "CreateVhdAccessServerWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VSConstants", - "Namespace": "Microsoft.VisualStudio" + "Name": "CreateVhdCompletionWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "Win32Methods", - "Namespace": "Microsoft.VisualStudio" + "Name": "CreateVhdLocationWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IEventHandler", - "Namespace": "Microsoft.VisualStudio" + "Name": "CreateVhdNameWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ErrorHandler", - "Namespace": "Microsoft.VisualStudio" + "Name": "CreateVhdSizeWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SettingsScope", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "CreateVhdSummaryWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "EnclosingScopes", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "CreateVhdTargetNameWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ApplicationDataFolder", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "CreateVhdTargetSecurityWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SettingsManager", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "CreateVhdTargetSelectionWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SettingsType", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "CreateVhdWizardController", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SettingsStore", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "CreateVhdWizardDataContext", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "WritableSettingsStore", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "AssignDriveLetterPathPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "HierarchyManipulationStateScope", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "CompletionPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "DialogKeyEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ConfirmationPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "InfoBarActionItem", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "CreateVolumeWizardController", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "InfoBarActionItemEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "CreateVolumeWizardDataContext", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "InfoBarButton", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "AssignDriveLetterOption", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "InfoBarEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DedupConfigurationPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "InfoBarHyperlink", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FormatPartitionPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "InfoBarModel", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ServerVolumesRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "InfoBarTextSpan", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SelectPoolOrDrivePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "KnownSettingsContainers", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VolumeGettingStartedPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ProvideExtensibleUIContextRuleAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VolumePropertiesPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ProvideSourceControlProviderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "CreateVirtualDiskCompletionPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ProvideUIContextRuleAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "CreateVirtualDiskConfirmationPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ServiceUnavailableException", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "CreateVirtualDiskWizardController", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ThreadedWaitDialogHelper", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskDrivesPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsFonts", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskInterleavePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsResourceKeys", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskIntroPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsTaskBodyCallback", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskNamePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsInvokableAsyncFunction`1", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskEnclosureAwarePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsTaskRunContext", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskProvisioningPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsTaskCreationOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskRedundancyPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsTaskContinuationOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskSettingsPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsTaskWaitOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskRedundancyThresholdPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsTaskLibraryHelper", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskSettingsThresholdPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "EnumerableHierarchiesCollection", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskSelectPoolPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ProvidePhysicalViewAttributesAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskSizePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ReadOnlyObservableSet`1", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskSizeBluePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "HierarchyTreeFilterProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskSelectHostPortPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "KnownColorThemes", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskWizardDataContext", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "KnownUIContexts", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TargetPortSelectionType", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ProvideBindingRedirectionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageTierDataContext", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ProvideCodeBaseAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "CreateVirtualDiskS2DWizardController", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ProvideDependentAssemblyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskS2DCompletionPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "OnIdleHandler", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskS2DConfirmationPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "SingleTaskIdleManager", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskS2DIntroPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "NewDocumentStateScope", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskS2DNamePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "UIElementDialogPage", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskS2DSelectPoolPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ActivityLog", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskS2DSizePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "PropertyPageTypeConverterAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VirtualDiskS2DWizardDataContext", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "LocDisplayNameAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "GettingStartedPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "CodeGeneratorRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolDrivesPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IComEnumeratorRelay`2", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolNamePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "EnumerableComCollection`2", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolRedundancyPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ComUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolWizardCompletionPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "CommonMessagePumpExitCode", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolWizardConfirmationPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "CommonMessagePump", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolWizardController", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ComponentPickerPropertyPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolWizardDataContext", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "DefaultRegistryRootAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ImportVhdCompletionWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "DesignPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ImportVhdLocationWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "DialogContainerWithToolbar", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ImportVhdSummaryWizardPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "DialogPage", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ImportVhdWizardController", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "EditorFactoryNotifyForProjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateWizardController", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsQueryRemoveFileFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateWizardDataContext", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsQueryRemoveDirectoryFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateWizardItroPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsRemoveFileFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateWizardLocationPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsRemoveDirectoryFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateWizardNamePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsFrameMode", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateWizardLimitPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsRdtFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateWizardNotificationPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsRdtSaveOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateWizardThresholdPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsQuerySaveFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateWizardConfirmationPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsQueryEditFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateWizardCompletionPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsHierarchyPropID", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncRelationWizardController", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsSolutionPropID", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncRelationWizardDataContext", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "VsFramePropID", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncRelationWizardItroPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ExtensionPointPackage", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncRelationWizardLocationPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ExtensionPointRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncRelationWizardScopePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "EventSinkCollection", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncRelationWizardNamePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IConfigureToolboxItem", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncRelationWizardUsersPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "InstalledProductRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncRelationWizardPolicyPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IProfileManager", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncRelationWizardConfirmationPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IProfileMigrator", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncRelationWizardCompletionPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "IResXResourceService", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DisplayItem`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "LocalizableProperties", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DiskRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "LogicalView", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DriveRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "MsiComponentIdAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "MsiTokenAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RowViewModelBase`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "OleDataObject", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ServerRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "OleMenuCmdEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolSubsystemRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "OleMenuCommand", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ProfileRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "OleMenuCommandService", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RedundancyRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "Package", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TargetRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "ProvideAppCommandLineAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VolumeRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Wizards" }, { - "Name": "PackageAutoLoadFlags", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedVolumeViewModel`3", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideAutoLoadAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SharesPageViewModelLocator", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideAssemblyFilterAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiVhdsPageViewModelLocator", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideAutomationObjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageManagementViewModelLocator", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideBindingPathAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncPageViewModelLocator", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideComponentDiagnosticsAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateViewModelLocator", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideEditorExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IIscsiMappingDataMonitor", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideEditorFactoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiMappingDataMonitor", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideEditorLogicalViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "MappingDataMonitorBase`2", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideExtenderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DataAffectedEventArgs", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideKeyBindingTableAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ThresholdViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideLanguageCodeExpansionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaSingleViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideLanguageEditorToolsOptionCategoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideLanguageEditorOptionPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IQuotaHolder", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideLanguageExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedQuotaViewModelBase`2", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideLanguageServiceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedQuotaViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideLoadKeyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncRelatedQuotaViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideMenuResourceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideMSBuildTargetsAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "QuotaTemplateListViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideObjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FolderType", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideOptionDialogPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VolumeSingleViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideOptionPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedVolumeFromShareViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProfileMigrationType", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedVolumesFromDiskViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideProfileAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IUsage", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideProjectFactoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ShareListViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideProjectItemAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ShareViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideServiceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SharesEnumConverters", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideServiceOverrideAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SmbShareViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideServiceAttributeBase", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NfsShareViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideSettingAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedUserListViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideStaticToolboxGroupAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedUserRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideStaticToolboxItemAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideToolboxFormatAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedVolumeFromSyncViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideToolboxItemConfigurationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UITaskStatus", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideToolboxItemDiscoveryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TaskViewModelBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideToolboxItemsAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ViewModelState", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideToolboxPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TileViewModelBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "VsDockStyle", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RowViewModelBase`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ToolWindowOrientation", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DataDependentRowViewModelBase`2", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideToolWindowAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PrimaryListViewModelBase`2", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideToolWindowVisibilityAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ErrorStatusViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IUpdatable", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ICollectionSynchronizer", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ProvideXmlEditorChooserDesignerViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "CollectionSynchronizer", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "RegisterAutoLoadAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IRowViewModelWithTaskTracking", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "RegisterEditorExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ActionStatus", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "RegisterEditorLogicalViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RowViewModelWithTaskTracking`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "RegisterExtenderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "MessagingViewModelBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "RegisterLanguageExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedObjectViewModelBase`2", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "RegisterLoadKeyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedObjectViewModelWithContextCommands`3", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "RegisterProjectItemAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiTargetListViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "RunningDocumentTable", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiTargetViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "RunningDocumentInfo", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiVhdListViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "UnlockResult", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiVhdViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "CloseResult", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedIscsiTargetListViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "QueryCloseResult", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatediScsiListViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "SelectionContainer", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedShareListViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ServiceProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VolumeListViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ServiceProviderHierarchy", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VolumeViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ServiceProviderHierarchyOrder", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageEnumConverters", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "SettableOleDataObject", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageDataConverters", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "SettingScope", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "HealthIconType", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "SettingStorage", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IIconColumn", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "SharedProjectUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "SharedSettingsAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PoolListViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "SingleFileGeneratorSupportRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedPoolViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "SolutionPersistenceRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedDiskViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "Task", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedStorageDiskListViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ErrorTask", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RelatedStorageDriveListViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "TaskCategory", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageDiskViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "TaskErrorCategory", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "StorageDriveViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "TaskPriority", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ViewAllDisksViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "TaskProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DisksRowViewModelBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ErrorListProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SyncRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ViewModels" }, { - "Name": "ThreadHelper", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "LaunchCommand", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "UIThreadReentrancyScope", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IOverviewNavigationLink", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "ToolWindowPane", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "OverviewNavigationLink", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "UIContext", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IUsageGraphic", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "UIContextChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UsagePercentBucket", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "Url", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UsageGraphic", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "PackageUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UsageGraphicComponent", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "ValueTokenizer", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UsageGraphicFree", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "VsBrushes", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UsageGraphicUnallocated", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "VsColors", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "BlankUsageGraphicFree", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "VsEnumerable`3", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UsageGraphicUsed", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "VsEnumerable`2", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UsageGraphicCapacity", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "VsEnumerableEx`2", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "EnumMatchToBooleanConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "VsMenus", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "EnumValueConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "VSRegistry", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NegationValueConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "ServiceCollection`1", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VisibilityValueConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "VsServiceProviderWrapper", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ContextMenuSourceBehavior", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "VsShellUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "GridViewSortBehavior", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "WAProvideLanguagePropertyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ControlFocusBehavior", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "WAProvideProjectFactoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PageFocusBehavior", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "WAProvideProjectFactoryTemplateMappingAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PasswordBoxBehavior", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "WebSiteProjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RichTextBoxBehavior", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "WebSiteProjectRelatedFilesAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ToggleButtonBehavior", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "WindowPane", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "InlineEditTextBoxBehavior", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "WrapperPolicy", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SynchronizeSelectedItemsBehavior", + "Namespace": "Microsoft.FileServer.Management.Plugin.Utility" }, { - "Name": "PackageRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiPropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "VsSearchTask", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "TargetPortalRowViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "InstalledToolboxItemInfo", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "AsyncPackage", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiVhdGeneralPropertySectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "AsyncServiceProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiVhdPropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "ProvideSearchProviderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IscsiTargetGeneralPropertySectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "ShellSettingsManager", - "Namespace": "Microsoft.VisualStudio.Shell.Settings" + "Name": "IscsiTargetInitiatorsPropertySectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "IVsAggregatableProjectCorrected", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "IscsiTargetPropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "ILocalRegistryCorrected", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "IscsiTargetSecurityPropertySectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "IVsAggregatableProjectFactoryCorrected", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "IscsiTargetSessionsPropertySectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "IVsProjectAggregator2", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "DisplayedSession", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "FlavoredProjectBase", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "NfsServerIdentityMappingPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "FlavoredProjectFactoryBase", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "NfsServerNetGroupPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "FlavoredProject", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "NfsServerPropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "FlavoredProjectFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "NfsServerProtocolPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "ProjectDocumentsChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "UIProtocolType", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "Boxes", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "NfsServerTransportProtocolPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "TableEntryBase", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "NfsServerAdvancedSettingsPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "TableEntryExtensions", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "ApplyQuotaDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "TableEntriesSnapshotBase", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "ApplyQuotaSection", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "TableEntriesSnapshotFactoryBase", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "DialogViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "ColumnHashSetFilter", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "DialogWindow", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "MaskFilter", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "QuotaTemplatePropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "StringEntryBucket", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "QuotaTemplateGeneralSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "TableColumnDefinitionBase", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "QuotaTemplateLimitSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "TableControlEventProcessorBase", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "QuotaTemplateNotificationSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "TableEntryHandleExtensions", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "QuotaTemplateThresholdSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "WpfTableEntriesSnapshotBase", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "NfsAuthenticationPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "WpfTableEntryBase", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "NfsGeneralPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "BeforeOpenProjectEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "NfsPermissionsPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "BeforeOpenSolutionEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "NfsSharePropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "HierarchyEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "SmbGeneralPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "LoadProjectBatchEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "SettingsPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "LoadProjectEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "SmbSharePropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "OpenProjectEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "ManagementPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "CloseProjectEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "PermissionsPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "EventSource", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "SharePropertyPageDescriptor`2", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "OpenSolutionEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "DedupPropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "QueryChangeProjectParentEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "DedupServerPropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "QueryCloseProjectEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "PoolDetailsSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "CancelHierarchyEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "PoolHealthSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "QueryLoadProjectBatchEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "PoolGeneralSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "SingletonEventSource`1", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "PoolPropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "SolutionEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Events" + "Name": "StorageDiskDetailsSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "EmbeddedObjectHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StorageDiskGeneralSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "Unbox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StorageDiskHealthSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "DelegateSearchTask", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StorageDiskPropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "AbstractPoint", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StorageDriveDetailsSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "AbstractSize", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StorageDriveGeneralSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "BooleanToCustomVisibilityConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StorageDriveHealthSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "ThemedDialogStyleLoader", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StorageDrivePropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "HeaderColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "VolumeDedupSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "ImageSourceExtension", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "VolumeGeneralSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "InfoBarColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "VolumePropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "LanguageHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EcsTargetPropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "ScrollBarThemingUtilities", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EcsTargetAuthenticationSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "StartPageColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EcsTargetEmailSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "CommonControlsColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "EcsTargetBlockedSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "StringToImageMonikerConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FsrmSettingsPropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "StringUppercaseConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FsrmSettingsEmailSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "ThemedDialogColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SyncRelationPropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "GreedyWrapPanel", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SyncRelationGeneralSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "CrispImageCheckBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SyncRelationUsersSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "InfoBarHostControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SyncRelationPolicySectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "MessageDialog", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SyncDevice", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "MessageDialogCommand", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SyncUserPropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "MessageDialogCommandSet", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SyncUserGeneralSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "ScrollBarVisibilityExposingListBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PropertyPageDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "SearchBooleanOptionButtonAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PropertyPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "SearchCommandOptionButtonAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DialogDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "SearchFilterButtonAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SingleObjectPropertyPageDescriptor`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.PropertyPages" }, { - "Name": "SearchMRUListBoxItemAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InvariantResources", + "Namespace": "Microsoft.FileServer.Management.Plugin.Properties" }, { - "Name": "SpacingWrapPanel", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StringResources", + "Namespace": "Microsoft.FileServer.Management.Plugin.Properties" }, { - "Name": "TextInputDialog", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "XamlStringResources", + "Namespace": "Microsoft.FileServer.Management.Plugin.Properties" }, { - "Name": "AccessKeyConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PageBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Pages" }, { - "Name": "AccessKeyRemovingConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SharesPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Pages" }, { - "Name": "AccessKeyUnderliningConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IscsiVhdsPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Pages" }, { - "Name": "AndBooleanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "VolumePage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Pages" }, { - "Name": "AreEqualConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PoolsPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Pages" }, { - "Name": "BindableValidationRule", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DiskPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Pages" }, { - "Name": "BooleanToFlowDirectionConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SyncPage", + "Namespace": "Microsoft.FileServer.Management.Plugin.Pages" }, { - "Name": "BooleanToHiddenVisibilityConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FileServicesNavigationItem", + "Namespace": "Microsoft.FileServer.Management.Plugin.Navigation" }, { - "Name": "ColorBrushValueConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "INavigationService", + "Namespace": "Microsoft.FileServer.Management.Plugin.Navigation" }, { - "Name": "DataSourceToEnumerableDataSourceConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IscsiVhdsPageNavigationItem", + "Namespace": "Microsoft.FileServer.Management.Plugin.Navigation" }, { - "Name": "DeviceToLogicalPixelConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PageNavigationItemBase", + "Namespace": "Microsoft.FileServer.Management.Plugin.Navigation" }, { - "Name": "DpiHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PageFactoryViewDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.Navigation" }, { - "Name": "DpiPrescaleImageSourceConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ServersPageNavigationItem", + "Namespace": "Microsoft.FileServer.Management.Plugin.Navigation" }, { - "Name": "DpiPrescaleThemedImageSourceConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SharesPageNavigationItem", + "Namespace": "Microsoft.FileServer.Management.Plugin.Navigation" }, { - "Name": "DpiPrescaleThemedImageConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "VolumesPageNavigationItem", + "Namespace": "Microsoft.FileServer.Management.Plugin.Navigation" }, { - "Name": "DragDropHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PoolsPageNavigationItem", + "Namespace": "Microsoft.FileServer.Management.Plugin.Navigation" }, { - "Name": "EnvironmentRenderCapabilities", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DisksPageNavigationItem", + "Namespace": "Microsoft.FileServer.Management.Plugin.Navigation" }, { - "Name": "VsExtensionMethods", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SyncPageNavigationItem", + "Namespace": "Microsoft.FileServer.Management.Plugin.Navigation" }, { - "Name": "FailIfEmptyAccessKeyRemovingConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DefaultCustomValueGetter", + "Namespace": "Microsoft.FileServer.Management.Plugin.ListLoadHandlers" }, { - "Name": "FocusHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AdvancedManagementList", + "Namespace": "Microsoft.FileServer.Management.Plugin.ListLoadHandlers" }, { - "Name": "FontScaling", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IManagementListViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.ListLoadHandlers" }, { - "Name": "ImageConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ManagementListPropertyDescription", + "Namespace": "Microsoft.FileServer.Management.Plugin.ListLoadHandlers" }, { - "Name": "HelperMethods", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ExtendedDoesNotEqualFilterRule`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.ListLoadHandlers" }, { - "Name": "HwndWrapper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ExtendedEqualsFilterRule`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.ListLoadHandlers" }, { - "Name": "IfElseConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ExtendedFilterRuleParser", + "Namespace": "Microsoft.FileServer.Management.Plugin.ListLoadHandlers" }, { - "Name": "ImageListValueConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ExtendedIsBetweenFilterRule`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.ListLoadHandlers" }, { - "Name": "ImageSourceValueConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ExtendedIsGreaterThanFilterRule`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.ListLoadHandlers" }, { - "Name": "IsEqualConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ExtendedIsLessThanFilterRule`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.ListLoadHandlers" }, { - "Name": "IsNullOrEmptyConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ExtendedValidatingValue`1", + "Namespace": "Microsoft.FileServer.Management.Plugin.ListLoadHandlers" }, { - "Name": "ValueExtension`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ErrorDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "Int32Extension", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AddInitiatorIdDialogDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "UInt32Extension", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AddInitiatorIdSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "DpiPrescaledImageExtension", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AssignInitiatorIdOption", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "MruListDataSourceSchema", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RemoveVhdMessageBox", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "MultiplicationConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ViewAllTargetsDialogue", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "NotNullConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AclEditor", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "NullToEmptyStringConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "BrowseDSObjectsDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "NegateBooleanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WindowWrapper", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "OrBooleanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ProgressDialogEntry", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "PendingFocusHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ProgressDialogViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "RangeValidationRule", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ProgressDialogWindow", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "RssDataSourceSchema", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "QuotaTemplateManagerDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "VideoRssDataSourceSchema", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RemoveShareMessageBox", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "RssPubDateToLocalTimeConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AddStorageDriveDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "SafeIUnknown", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InformationMessageBox", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "SingleElementToEnumerableConverter`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ExtendSizeDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "StartPageDataSourceSchema", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ExtendSizeDialog2012R2", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "StartPageGuidList", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SetWriteBackCacheDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "StartPageHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ServerSelectDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "StartPageCommands", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DedupVolumeDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "VideoRssCommands", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ConfigureDedupVolumeSection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "StringConcatenatingConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "MaskingSetDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "StringToStringWithoutHypertextTagsConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "MaskingSetDialogSection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "StringToXmlDataProviderConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "TargetConnectionTypeConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "StyleKey`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "HostPortTypeConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "TextToolTipService", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InitiatorIdTypeConverter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "HoursToTimeSpanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AccessPathManagementDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "MinutesToTimeSpanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AccessPathManagementDialogSection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "SecondsToTimeSpanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FormatVolumeDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "MillisecondsToTimeSpanConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FormatVolumeDialogSection", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "ToBooleanValueConverter`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SelectPoolDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "VisibleIfNotNullConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SelectPoolDialogDataContext", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "VisibleIfNotNullOrEmptyConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "NfsNetGroupMembersSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "VisibleIfNotEmptyCollectionConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "NfsNetGroupsMembersDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "VisibleIfEqualValueConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "NfsNetGroupsPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "VisibleIfNotEqualValueConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "NfsNetGroupsDialogDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "ThemeChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "NfsClientGroupMembersSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "ThemeChangedEventHandler", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "NfsClientGroupMembersDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "VSColorTheme", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "NfsClientGroupsPageSectionDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "WindowStateConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "NfsClientGroupsDialogDescriptor", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "WindowStyleHelper", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "NfsMappedIdentityPrompt", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "ProgressBarColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AddNfsMappedIdentityPromptViewModel", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues" }, { - "Name": "SearchControlColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DirectoryOnlyFilter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues.FileBrowser" }, { - "Name": "EnvironmentColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FileBrowserComputer", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues.FileBrowser" }, { - "Name": "TreeViewColors", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FileBrowserDialog", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues.FileBrowser" }, { - "Name": "AutomatableTextBlock", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FileBrowserDirectory", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues.FileBrowser" }, { - "Name": "DialogButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FileBrowserDrive", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues.FileBrowser" }, { - "Name": "DialogWindowBase", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FileBrowserFile", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues.FileBrowser" }, { - "Name": "DialogWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FileBrowserFolder", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues.FileBrowser" }, { - "Name": "VsUIDialogWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FileBrowserItem", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues.FileBrowser" }, { - "Name": "ImageButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FileBrowserLoader", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues.FileBrowser" }, { - "Name": "ImageCheckBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "FileListFilter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues.FileBrowser" }, { - "Name": "SplitterItem", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "Filter", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues.FileBrowser" }, { - "Name": "SplitterItemsControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IChildrenHolder", + "Namespace": "Microsoft.FileServer.Management.Plugin.Dialogues.FileBrowser" }, { - "Name": "SplitterLength", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ManagedServerRelationshipsObserver", + "Namespace": "Microsoft.FileServer.Management.Plugin.DataAccess" }, { - "Name": "SplitterLengthConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ApplicationWithDefaultCulture", + "Namespace": "Microsoft.FileServer.Management.ServerManagerProxy" }, { - "Name": "SplitterPanel", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StorageWizardType", + "Namespace": "Microsoft.FileServer.Management.ServerManagerProxy" }, { - "Name": "SplitterGrip", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "PropertyPageType", + "Namespace": "Microsoft.FileServer.Management.ServerManagerProxy" }, { - "Name": "SplitterUnitType", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ProxyLauncher", + "Namespace": "Microsoft.FileServer.Management.ServerManagerProxy" }, { - "Name": "SplitterResizePreviewWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StorageEnumerationTypes", + "Namespace": "Microsoft.FileServer.Management.ServerManagerProxy" }, { - "Name": "SplitterMeasureData", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "StorageEnumerator", + "Namespace": "Microsoft.FileServer.Management.ServerManagerProxy" }, { - "Name": "IResizable", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "UIGetClusterTypeTask", + "Namespace": "Microsoft.FileServer.Management.ServerManagerProxy" }, { - "Name": "WindowResizeGrip", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "UIGetInstalledServicesTask", + "Namespace": "Microsoft.FileServer.Management.ServerManagerProxy" }, { - "Name": "WindowResizeGripDirection", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ClusterableDisk", + "Namespace": "Microsoft.FileServer.Management.ServerManagerProxy" }, { - "Name": "WindowResizeGripDirectionExtensions", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ConnectionScopeType", + "Namespace": "Microsoft.FileServer.Management.ServerManagerProxy" }, { - "Name": "WindowResizeGripMode", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ConnectionScope", + "Namespace": "Microsoft.FileServer.Management.ServerManagerProxy" }, { - "Name": "LayoutSynchronizer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ConnectionException", + "Namespace": "Microsoft.FileServer.Management.ServerManagerProxy" }, { - "Name": "LayoutSynchronizedContentControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InstalledServices", + "Namespace": "Microsoft.FileServer.Management.ServerManagerProxy" }, { - "Name": "LayoutSynchronizedItemsControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InstallPlugin", + "Namespace": "Microsoft.Windows.HostGuardianService.Plugin" }, { - "Name": "LayoutSynchronizedTabControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IntroPage", + "Namespace": "Microsoft.Windows.HostGuardianService.Plugin" }, { - "Name": "LayoutSynchronizedWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ShellPlugin", + "Namespace": "Microsoft.Windows.HostGuardianService.Plugin" }, { - "Name": "BindableHyperlink", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "Resources", + "Namespace": "Microsoft.Windows.HostGuardianService.Plugin.Properties" }, { - "Name": "BindableRun", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InvariantResources", + "Namespace": "Microsoft.Windows.HostGuardianService.Plugin.Properties" }, { - "Name": "MruListBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "WrappedCmdlet", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "StartPageRelativeExtension", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ProtocolType", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "ContentLoadError", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RegisterHgsKeyProtectionCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SmoothProgressBar", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "UpdateHgsKeyProtectionCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchStatus", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "UnregisterHgsKeyProtectionCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchOptionType", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AddHgsKeyProtectionCertificateCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AddHgsKeyProtectionTrustedAttestationCertificateCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchControlAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetHgsKeyProtectionCertificateCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchControlDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetHgsKeyProtectionConfigurationCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchSettingsDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetHgsKeyProtectionTrustedAttestationCertificateCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchFilterDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RemoveHgsKeyProtectionCertificateCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchOptionDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RemoveHgsKeyProtectionAttestationCertificateCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchMRUItemDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SetHgsKeyProtectionAttestationCertificatePolicyCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchControlPopup", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SetHgsKeyProtectionConfigurationCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchFilterButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "SetHgsKeyProtectionCertificateCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchOptionButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ExportHgsKeyProtectionStateCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchBooleanOptionButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ImportHgsKeyProtectionStateCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration" }, { - "Name": "SearchCommandOptionButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "AddHgsKeyProtectionReplicatedCertificateCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration.CertificateReplication" }, { - "Name": "SearchMRUListBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GetHgsKeyProtectionReplicatedCertificateCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration.CertificateReplication" }, { - "Name": "SearchMRUListBoxItem", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "RemoveHgsKeyProtectionReplicatedCertificateCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration.CertificateReplication" }, { - "Name": "CurrentLocationSetMode", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "UpdateHgsKeyProtectionReplicatedCertificateCommand", + "Namespace": "Microsoft.Windows.KpsServer.Administration.CertificateReplication" }, { - "Name": "SearchPopupNavigationService", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IAction", + "Namespace": "TaskScheduler" }, { - "Name": "SearchStatusConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IActionCollection", + "Namespace": "TaskScheduler" }, { - "Name": "SearchProgressTypeConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IExecAction", + "Namespace": "TaskScheduler" }, { - "Name": "SearchTextBox", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IPrincipal", + "Namespace": "TaskScheduler" }, { - "Name": "SearchControlThicknessConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IRegisteredTask", + "Namespace": "TaskScheduler" }, { - "Name": "SearchOptionItemTemplates", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IRegistrationTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "SearchOptionsItemTemplateSelector", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IRepetitionPattern", + "Namespace": "TaskScheduler" }, { - "Name": "WindowSearchFilter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ITaskDefinition", + "Namespace": "TaskScheduler" }, { - "Name": "WindowSearchSimpleFilter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ITaskFolder", + "Namespace": "TaskScheduler" }, { - "Name": "WindowSearchCustomFilter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ITaskService", + "Namespace": "TaskScheduler" }, { - "Name": "WindowSearchFilterEnumerator", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ITaskSettings", + "Namespace": "TaskScheduler" }, { - "Name": "WindowSearchOption", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ITrigger", + "Namespace": "TaskScheduler" }, { - "Name": "WindowSearchBooleanOption", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ITriggerCollection", + "Namespace": "TaskScheduler" }, { - "Name": "WindowSearchCommandOption", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "TaskScheduler", + "Namespace": "TaskScheduler" }, { - "Name": "WindowSearchOptionEnumerator", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "_TASK_ACTION_TYPE", + "Namespace": "TaskScheduler" }, { - "Name": "SearchUtilities", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "_TASK_LOGON_TYPE", + "Namespace": "TaskScheduler" }, { - "Name": "SearchProviderSettingsDataSource", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "_TASK_TRIGGER_TYPE2", + "Namespace": "TaskScheduler" }, { - "Name": "SystemDropShadowChrome", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "IIdentifiable", + "Namespace": null }, { - "Name": "ActivationChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "ClusterServerInfo", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "AppActivateEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "ComputerNameFormat", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "ComponentRegistrationFailedException", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "ComputerName", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "ComponentRegistrationFlags", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "ConnectionScopeType", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "ComponentRevocationFailedException", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "ConnectionScope", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "ComponentState", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "ConnectionException", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "ContinueMessageLoopEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "IVersionable", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "DesiredStateNotifications", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "ServerInfo", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "DoIdleEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "ServerResource", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "GetWindowEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "StandaloneServerInfo", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "IdleTypes", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "ByteUnit", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "OleComponent", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "StorageSize", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "OleComponentManager", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "WindowsPathFormats", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "PreTranslateMessageEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "WindowsPath", + "Namespace": "Microsoft.Windows.Server" }, { - "Name": "QueryTerminateEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "Check", + "Namespace": "Microsoft.Windows.Server.Internal" }, { - "Name": "StateChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "TraceUtility", + "Namespace": "Microsoft.Windows.Server.Internal" }, { - "Name": "StateTransitionType", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "GetServerComponentsAsync", + "Namespace": "Microsoft.Windows.ServerManager.Activities" }, { - "Name": "WindowType", - "Namespace": "Microsoft.VisualStudio.PlatformUI.OleComponentSupport" + "Name": "GetServerComponentsVhdAsync", + "Namespace": "Microsoft.Windows.ServerManager.Activities" }, { - "Name": "ISolutionAttachedCollectionService", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "GetEnumerationRequestState", + "Namespace": "Microsoft.Windows.ServerManager.Activities" }, { - "Name": "ITreeDisplayItemWithImages", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AddServerComponentAsync", + "Namespace": "Microsoft.Windows.ServerManager.Activities" }, { - "Name": "EmbeddedObjectHelper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AddServerComponentVhdAsync", + "Namespace": "Microsoft.Windows.ServerManager.Activities" }, { - "Name": "DataSourceFactoryHelper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RemoveServerComponentAsync", + "Namespace": "Microsoft.Windows.ServerManager.Activities" }, { - "Name": "IContentLifetimeControl", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RemoveServerComponentVhdAsync", + "Namespace": "Microsoft.Windows.ServerManager.Activities" }, { - "Name": "GelObservableCollection`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "GetAlterationRequestState", + "Namespace": "Microsoft.Windows.ServerManager.Activities" }, { - "Name": "WinFormsBitmapUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BitLockerFeaturePluginResources", + "Namespace": "Microsoft.Windows.BitLocker.FeaturePlugin" }, { - "Name": "FactoryElementID", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BitLockerFeaturePlugin", + "Namespace": "Microsoft.Windows.BitLocker.FeaturePlugin" }, { - "Name": "FactoryElementIDBundle", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BitLockerWmiUtilities", + "Namespace": "Microsoft.Windows.BitLocker.FeaturePlugin" }, { - "Name": "DeferredResourceDictionaryBase", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "CanPreviewItemResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IMessageService", + "Namespace": "Microsoft.Windows.ServerManager.Common" }, { - "Name": "RoutedCommandHyperlink", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Tool", + "Namespace": "Microsoft.Windows.ServerManager.Common" }, { - "Name": "RoutedCommandRepeatButton", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BootstrapInitializationException", + "Namespace": "Microsoft.Windows.ServerManager.Common" }, { - "Name": "RoutedCommandButton", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServerManagerNavigationItem", + "Namespace": "Microsoft.Windows.ServerManager.Common" }, { - "Name": "RoutedCommandMenuItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WorkflowSessionConfiguration", + "Namespace": "Microsoft.Windows.ServerManager.Common.Workflow" }, { - "Name": "ISelectionPreviewController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DeploymentMode", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "PreviewNotSupportedReason", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WizardLaunchMode", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "SelectionPreview", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IShellPostDeploymentController", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "TreeNodeEventArgs", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ShellPostInstallationTaskState", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "DirectionalDropArea", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IShellPostDeploymentTask", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IBrowsablePattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "TrackableTaskState", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IContextMenuController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ITrackableDeploymentTask", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IDragDropSourceController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ITrackableDeploymentTaskContext", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IDragDropTargetPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IRoleWizardController", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IInteractionPatternProvider", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IWizardPluginManagerFactory", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IInvocationController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IPostDeploymentController", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "InputSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PostDeploymentControllerContext", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IPivotItemProviderPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PostDeploymentPlugInManagerFactory", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IPrioritizedComparable", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PostDeploymentTaskContext", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IRefreshPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RefreshManager", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IResurrectableObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ToolContext", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IResurrectionScope", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ToolView", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IRenameItemTransaction", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WizardContext", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IRenameItemValidationResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WizardPluginManagerFactory", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "ISearchProvider", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WizardView", + "Namespace": "Microsoft.Windows.ServerManager.Common.Wizard" }, { - "Name": "IContextMenuPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IViewModelWithJobSource", + "Namespace": "Microsoft.Windows.ServerManager.Common.ViewModels" }, { - "Name": "IDragDropSourcePattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "InventoryCompletedEventArgs", + "Namespace": "Microsoft.Windows.ServerManager.Common.Refresh" }, { - "Name": "ISearchResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RefreshTimespan", + "Namespace": "Microsoft.Windows.ServerManager.Common.Refresh" }, { - "Name": "ISupportExpansionEvents", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RefreshIntervalSettings", + "Namespace": "Microsoft.Windows.ServerManager.Common.Refresh" }, { - "Name": "ISupportExpansionState", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PowerShellPluginManagerFactory", + "Namespace": "Microsoft.Windows.ServerManager.Common.PowerShell" }, { - "Name": "IInvocationPattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BasicContext", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "IInvocationPatternEx", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BusyInfo", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "IRenamePattern", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ContextBase", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "ITreeDisplayItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DefaultRolePlugin", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "KnownRelationships", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "InvalidContextException", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "RenameItemCompletionResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IPluginManager`1", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "RenameItemCompletionState", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IRolePlugin", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "RenameItemCompletionFocusBehavior", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IRolePluginContextFactory", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "IBatchInitializationScopeProvider", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ShellPluginIconState", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "IRelationshipSearchParameters", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IShellPlugin", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "AsyncInitializedCollection`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "LoadPluginCompletedEventArgs`1", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "AttachedCollectionSourceProvider`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PluginEventArgs`1", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "HierarchyIdentity", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PluginLoadException", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "HierarchyItemPair", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RolePluginContext", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "HierarchyUtilities", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RolePluginRegistrationInfo", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "HierarchyItemsProviderNames", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UnloadPluginCompletedEventArgs`1", + "Namespace": "Microsoft.Windows.ServerManager.Common.Plugin" }, { - "Name": "HierarchySearchMatchEvaluator", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NodeAccess", + "Namespace": "Microsoft.Windows.ServerManager.Common.NodeAccess" }, { - "Name": "Suspender", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NodeAccessProtocol", + "Namespace": "Microsoft.Windows.ServerManager.Common.NodeAccess" }, { - "Name": "WpfUIElement", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "NodeSession", + "Namespace": "Microsoft.Windows.ServerManager.Common.NodeAccess" }, { - "Name": "WpfUIFactory", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ApplicationServiceException", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "WpfUIFactoryElement", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ApplicationServiceProvider", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "UIFactoryHelper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AutomationJobCreatedEventArgs", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "WindowHelper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AutomationServiceException", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "GelDependencyObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AutomationServiceFactory", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "GelPropertyGetterCallback", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AutomationServiceSettings", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "GelRegisteredObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AutomationServiceTimeoutHelper", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "GelProperty", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ChildJobFinishedEventArgs", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "GelPropertyChangedEventArgs", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FirewallState", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "GelPropertyChangedCallback", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ProfileState", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "GelPropertyValidatorCallback", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ProfileType", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "VerbActionCallback", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IApplicationServiceProvider", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "GelVerb", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IAutomationJob", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "Win32ToWpfBitmapConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IAutomationService", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "WpfColorUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IAutomationServiceManager", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "Win32ColorUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ICredentialService", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "Win32ToWpfColorConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IExtendedAutomationService", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "WpfToWin32ColorConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IFirewallProvider", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "EnumerablePropertiesCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IToolbox", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "EnumerableVerbsCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "JobErrorEventArgs", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "DataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "JobFinishedEventArgs", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "DataSourceCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "JobOutputEventArgs", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "IconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "JobParameters", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "Win32ToWpfImageListConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "JobProgressEventArgs", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "Win32ToWinFormsImageListConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "JobStateChangedEventArgs", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "WinFormsToWin32ImageListConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "JobWarningEventArgs", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "IDataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AutomaticUpdatesNotificationLevel", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "IDataSourceCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MachineProperties", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "ShapeIdentifier", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MultiServerJobParameters", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "ConverterBase", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServerList", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "Win32ToWinFormsIconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServerListServerInfo", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "Win32ToWpfIconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServerListServerGroupInfo", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "WinFormsToWin32IconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServerListServerGroupMembership", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "WpfIconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SingleServerJobParameters", + "Namespace": "Microsoft.Windows.ServerManager.Common.Model" }, { - "Name": "WpfToWin32IconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BpaCategory", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "WpfToWinFormsIconConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BpaResultCategoryDisplayNameConverter", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "TypeMap", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BpaResultSeverity", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "IPropertyDescription", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BpaResultDisplayNameConverter", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "IUIDispatch", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "EventInfo", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "CommandHandler", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "EventLevel", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "IVerbDescription", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PerformanceCounterSetting", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "IUIDataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MBytesValue", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "PropertyDescription", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "KBytesValue", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "UIDispatch", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PercentValue", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "UISimpleDataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FeatureCategory", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "UIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "FeatureConfigurationStatus", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "VerbDescription", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RoleFeature", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "BuiltInPropertyValue", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RoleFeatureCultureInfo", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "GetterThunk`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RoleFeatureDescription", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "ParameterizedGetterThunk`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RoleFeatureExtendedInfo", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "IndirectPropertyValue`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ActivationStatus", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "ProvideUIProviderAttribute", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CeipStatus", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "ProvideUIDataSourceProviderAttribute", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ClonedExtendedInfo", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "ProvideUIDataConverterAttribute", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ClusterInfo", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "UIDataSourceCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ClusterRole", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "UIDataSourceDynamicCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ClusterGroupType", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "UIDataSourceProperty", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ManagementErrorsUpdateMode", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "UIDataSourcePropertyEnumerator", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServerStatus", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "UIDataSourceVerb", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ManagementErrors", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "UIDataSourceVerbEnumerator", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ManagementStatus", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "UIDataSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServerInfo", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "UIElement", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServerExtendedInfo", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "UIFactory", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServiceStartType", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "UIFactoryException", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServiceStatus", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "DataSourceFactory", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServiceSupportedControlCode", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data" }, { - "Name": "VsUIType", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PerformanceMonitor", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "Win32ImageListUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MonitorSet", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "WinFormsImageListUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Monitor", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "Win32IconHandle", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Collector", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "Win32IconUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Counter", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "WinFormsIconUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CounterCategory", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "Win32BitmapHandle", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CounterType", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "Win32BitmapUIObject", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CounterValueType", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "Win32HandleUIObject`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CounterGraph", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "CookieTableCallback`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CounterUnitName", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "CookieTraits`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Threshold", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "IntCookieTraits", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ThresholdType", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "UIntCookieTraits", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ThresholdSet", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "CookieTable`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ThresholdSetType", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "HybridDictionary`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MonitorSetType", + "Namespace": "Microsoft.Windows.ServerManager.Common.Data.PerformanceCounter" }, { - "Name": "Utilities", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "HelpManager", + "Namespace": "Microsoft.Windows.ServerManager.Common.Actions" }, { - "Name": "DialogResult", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIValidator", + "Namespace": "Microsoft.Windows.ServerManager.Common.Diagnostics" }, { - "Name": "VsUIConstants", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IThreadInvoker", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "VsUICookieTraits", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ThreadInvoker", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "VsUICookieTable`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AboutWindow", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "PropertyValueBase", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Helplink", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "WpfPropertyValue", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ErrorPopup", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "IconHandleImageCache", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MachinePoolMachine", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "NativeImageList", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MachinePoolMachineCollection", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "WeakImageCache`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MachinePoolViewControl", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "IFilteredItemsSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Thumbnail", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "SingleItemTrackingCollection", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ThumbnailJobRouter", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "SpinAnimationControl", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DefaultRoleHomepage", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "TreeDisplayItemConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "Page", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "TreeItemPresenter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CommonTilePage", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "DirectionalDragDropAdorner", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SettingsPropertyPageSectionBase", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "SuspendableObservableCollection`1", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SettingsEnumConverter", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "BitmapStripImageList", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SettingsValidationRule", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "PivotNavigator", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AutomationJobTask", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "PivotNavigationEntry", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "AutomationJobTaskAdapter", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "PivotNavigatorServices", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IAutomationJobTask", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "PivotRelationshipNavigationEntry", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IAutomationJobTaskDescriptor", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "PivotTreeView", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IExtendedAutomationJobTask", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "PivotTreeViewAutomationPeer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ITaskTrackingService", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "PivotTreeViewItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ThumbnailItemCountConverter", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "CollectionAdapter`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BpaPoolItem", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "DraggableListBoxItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BpaTileFilters", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "EditableItemTextBox", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "BpaTileViewModel", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "HighlightTextBlock", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CeipParticipateState", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "ImageListBase", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DashboardStatusWindow", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "ToolTipVisibilityManager", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "EventsTileViewModel", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "IndentToMarginConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PropertiesTile", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "InteractionPatternProvider", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RoleFeatureSummaryTile", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "InvocationController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "RoleFeatureSummaryTileFactory", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "IsPathImageConverter", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IDoubleClickActionSource", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "IVirtualizingTreeNode", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "DoubleClickableManagementTile", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "RenameItemTransaction", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IManagementTileViewModel", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "ScreenDragCompletedEventArgs", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IManagementTileSelection", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "ScreenDragEventArgs", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IDisposeViewModel", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "CrossThreadNotificationQueue`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "IManagementTileContext", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "VirtualizingTreeView", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ManagementTile", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "VirtualizingTreeViewAutomationPeer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CopyAction", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "VirtualizingTreeViewItem", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "UIColumnDescriptionAttribute", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "VirtualizingTreeViewItemAutomationPeer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ChartLegendItem", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "VirtualizingTreeSelectionAction", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ChartMark", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "VirtualizingTreeViewItemWrapperAutomationPeer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ChartMarkViewModel", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "DragDropScrollManager", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "PerformanceTileViewModel", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "DragDropStateManager", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SparkLine", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "IToolTipVisibilityController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "SparkLineViewModel", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "ContextMenuController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "WelcomeTile", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "ControllerBase`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "InputValidationException", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "DragDropSourceController", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "MachineType", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "EnumerableSnapshot", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "OperatingSystemArchitecture", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "BackgroundDispatcher", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "OperatingSystemSku", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "VisualTargetPresentationSource", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServerMasterTile", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "VisualWrapper", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServerMasterTileViewModel", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "WorkerThreadElementContainer", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "ServerMasterTilePool", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "ComStreamFromDataStream", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "ServerMasterTileFactory", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "DisposableList", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "ServersChangedEventArgs", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "DisposableList`1", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "ServicesTile", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "KeyBindingHelper", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "TileViewModelBase", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "LazyImport", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "WerActivationState", + "Namespace": "Microsoft.Windows.ServerManager.Common.Controls" }, { - "Name": "YieldAwaiter", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "UICultureResources", + "Namespace": "Microsoft.Windows.ServerManager.Common.Properties" }, { - "Name": "TelemetryHelper", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "XamlLocalizableResources", + "Namespace": "Microsoft.Windows.ServerManager.Common.Properties" }, { - "Name": "TelemetryActivity", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "ServerManagerInstrumentation", + "Namespace": "Microsoft.Windows.ServerManager.InstrumentationInternal" }, { - "Name": "DataStreamFromComStream", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "DeploymentJobType", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "VsTaskAwaiter", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "DeploymentWizardPluginContextFactory", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "TestContractBulletin", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TestContracts" + "Name": "DeploymentWizardScenarioBasedPluginContextFactory", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "TestContractErrorBulletin", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TestContracts" + "Name": "DeploymentWizardPlugInContext", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IOleComponent2Private", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DeploymentWizardPlugInScenarioBasedContext", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "BuildOrderId", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + "Name": "IDeploymentWizardPluginContext", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "EntriesChangedEventArgs2", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + "Name": "IDeploymentWizardPluginScenarioBasedContext", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "EntryFilterDefinition", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + "Name": "IDeploymentConfigurationPluginData", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "ITableColumnDefinition2", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + "Name": "IDeploymentPlugin", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "ITableControlCommands", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + "Name": "IDeploymentConfiguration", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "ITableControlTelemetryAliasTag", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + "Name": "IIntroductionPageProvider", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "ITableControlTelemetryLogger2", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + "Name": "PostInstallationTaskData", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "ITableControlTelemetryLogger", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + "Name": "PostInstallationTaskState", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "ITableControlTestContract", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + "Name": "IPostDeploymentTask", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "ITableControlTestContractProvider", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + "Name": "IPostInstallationTask", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IWpfTableControl2", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + "Name": "IPostDeploymentConfigurable", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IWpfTableControlProvider", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + "Name": "PostConfigurationTaskRetrievalData", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "SortStates", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.TableControl" + "Name": "IPostDeploymentConfiguration", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "FilterHandlerBase", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.ErrorList" + "Name": "PrerequisiteCheckInformation", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IErrorListFilterHandler", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.ErrorList" + "Name": "PrerequisiteCheckResult", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IErrorListScopeFilterManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.ErrorList" + "Name": "PrerequisiteCheckState", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "ColorName", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IPrerequisiteCheck", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsColorEntry", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PreUninstallCheckInformation", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsColorNames", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PreUninstallCheckResult", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsColorTheme", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "CheckResult", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsColorThemeService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "CheckState", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsColorThemes", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IPreUninstallActionable", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsFaultEvent", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ServerInfo", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsFaultEventCallBack", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "WizardExtensionConstants", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsInfoBarHostPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DeploymentPluginException", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsInvokablePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IFeatureInstallationWizardPlugin", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsInvokerPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IFeatureUninstallationWizardPlugin", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsPostFaultEvent", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IInstallationWizardPlugin", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsSearchControlPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IUninstallationWizardPlugin", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsTelemetryActivity", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IScenarioBasedPlugin", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsTelemetryContext", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IScenarioBasedWizardManager", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsTelemetryEvent", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ScenarioBasedDeploymentMode", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsTelemetryPropertyBag", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ServerInfoExtended", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "JobProgressTrackingData", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Extension" }, { - "Name": "IVsTelemetrySession", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "InstallPlugin", + "Namespace": "Microsoft.DhcpServer.DeploymentWizardPlugin" }, { - "Name": "IVsUIBoundBooleanProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpPostInstallTask", + "Namespace": "Microsoft.DhcpServer.DeploymentWizardPlugin" }, { - "Name": "IVsUIBoundDWordProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpShellPlugin", + "Namespace": "Microsoft.DhcpServer.DeploymentWizardPlugin" }, { - "Name": "IVsUIBoundDoubleProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DelegateCommand", + "Namespace": "Microsoft.DhcpServer.DeploymentWizardPlugin" }, { - "Name": "IVsUIBoundGuidProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "AuthorizationOption", + "Namespace": "Microsoft.DhcpServer.DeploymentWizardPlugin" }, { - "Name": "IVsUIBoundInt32Property", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "AccountPrivileges", + "Namespace": "Microsoft.DhcpServer.DeploymentWizardPlugin" }, { - "Name": "IVsUIBoundPropertyBase", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "CredentialUI", + "Namespace": "Microsoft.DhcpServer.DeploymentWizardPlugin" }, { - "Name": "IVsUIBoundQWordProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "WizardResources", + "Namespace": "Microsoft.DhcpServer.DeploymentWizardPlugin.Properties" }, { - "Name": "IVsUIBoundStringProperty", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "XamlLocalizableResources", + "Namespace": "Microsoft.DhcpServer.DeploymentWizardPlugin.Properties" }, { - "Name": "IVsUIDataSourceShape", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "InstallationPlugin", + "Namespace": "Microsoft.Windows.ServerManager.FaxServer.Plugin" }, { - "Name": "IVsUIDataSourceShapeProvider", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "FaxServerPostInstallTask", + "Namespace": "Microsoft.Windows.ServerManager.FaxServer.Plugin" }, { - "Name": "IVsWindowManager2", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "FaxServerShellPlugin", + "Namespace": "Microsoft.Windows.ServerManager.FaxServer.Plugin" }, { - "Name": "SVsColorThemeService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DelegateCommand", + "Namespace": "Microsoft.Windows.ServerManager.FaxServer.Plugin" }, { - "Name": "SVsSettingsPersistenceManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "SVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "InstallationPlugin", + "Namespace": "Microsoft.Windows.ServerManager.HyperV.Plugin" }, { - "Name": "SVsUIThreadInvokerPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ShellPlugin", + "Namespace": "Microsoft.Windows.ServerManager.HyperV.Plugin" }, { - "Name": "SVsWindowManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IpamFeaturePluginResources", + "Namespace": "Microsoft.Windows.Ipam.Featureplugin" }, { - "Name": "IImageHandle", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "IpamFeaturePlugin", + "Namespace": "Microsoft.Windows.Ipam.Featureplugin" }, { - "Name": "ImageAttributes", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "IpamUninstallFeaturePlugin", + "Namespace": "Microsoft.Windows.Ipam.Featureplugin" }, { - "Name": "ImageMoniker", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "InstallationPlugin", + "Namespace": "Microsoft.Windows.ServerManager.MultiPoint.Plugin" }, { - "Name": "BooleanSymbolExpressionEvaluator", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UninstallationPlugin", + "Namespace": "Microsoft.Windows.ServerManager.MultiPoint.Plugin" }, { - "Name": "IAsyncLoadablePackageInitialize", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DelegateCommand", + "Namespace": "Microsoft.Windows.ServerManager.MultiPoint.Plugin" }, { - "Name": "IAsyncProgressCallback", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "InstallPlugin", + "Namespace": "Microsoft.Windows.Networking.NetworkController.ServerManagerPlugin" }, { - "Name": "IAsyncServiceProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UninstallPlugin", + "Namespace": "Microsoft.Windows.Networking.NetworkController.ServerManagerPlugin" }, { - "Name": "IComWrapper", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IntroPage", + "Namespace": "Microsoft.Windows.Networking.NetworkController.ServerManagerPlugin" }, { - "Name": "IComWrapperFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "NCShellPlugin", + "Namespace": "Microsoft.Windows.Networking.NetworkController.ServerManagerPlugin" }, { - "Name": "IProfferAsyncService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "Resources", + "Namespace": "Microsoft.Windows.ServerManager.NPASRole.Plugin" }, { - "Name": "IVsBooleanSymbolExpressionEvaluator", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "GenericPage", + "Namespace": "Microsoft.Windows.ServerManager.NPASRole.Plugin" }, { - "Name": "IVsBooleanSymbolExpressionEvaluator2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "GenericCommand", + "Namespace": "Microsoft.Windows.ServerManager.NPASRole.Plugin" }, { - "Name": "IVsBooleanSymbolPresenceChecker", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "NAPRoleInstallationPlugIn", + "Namespace": "Microsoft.Windows.ServerManager.NPASRole.Plugin" }, { - "Name": "IVsCommonMessagePump", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "NPASRoleDeploymentConfiguration", + "Namespace": "Microsoft.Windows.ServerManager.NPASRole.Plugin" }, { - "Name": "IVsCommonMessagePumpClientEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "NPASRoleUninstallationPlugin", + "Namespace": "Microsoft.Windows.ServerManager.NPASRole.Plugin" }, { - "Name": "IVsDataSourceFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WelcomePage", + "Namespace": "Microsoft.Windows.ServerManager.NPASRole.Plugin" }, { - "Name": "IVsDiagnosticsItem", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "NapShellPlugin", + "Namespace": "Microsoft.Windows.ServerManager.NPASRole.Plugin" }, { - "Name": "IVsDiagnosticsProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "IVsEnumGuids", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CultureResources", + "Namespace": "Microsoft.Windows.Ipam.UI" }, { - "Name": "IVsEnumHierarchies", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "XamlLocalizableResources", + "Namespace": "Microsoft.Windows.Ipam.UI" }, { - "Name": "IVsEnumSearchProviders", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "RolePluginContext", + "Namespace": "Microsoft.Windows.Ipam.UI" }, { - "Name": "IVsEnumWindowSearchFilters", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamRootChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI" }, { - "Name": "IVsEnumWindowSearchOptions", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamShellPlugin", + "Namespace": "Microsoft.Windows.Ipam.UI" }, { - "Name": "IVsHierarchyManipulation", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UtilizationThresholds", + "Namespace": "Microsoft.Windows.Ipam.UI" }, { - "Name": "IVsHierarchyManipulationStateContext", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UtilizationThresholdsVM", + "Namespace": "Microsoft.Windows.Ipam.UI" }, { - "Name": "IVsImageService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamPropertyPageDescriptionBase", + "Namespace": "Microsoft.Windows.Ipam.UI" }, { - "Name": "IVsImageService2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamPropertyPageWindow", + "Namespace": "Microsoft.Windows.Ipam.UI" }, { - "Name": "IVsInfoBar", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SummaryUserControlOption", + "Namespace": "Microsoft.Windows.Ipam.UI" }, { - "Name": "IVsInfoBarActionItem", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SummaryUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI" }, { - "Name": "IVsInfoBarActionItemCollection", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SetAccessScope", + "Namespace": "Microsoft.Windows.Ipam.UI" }, { - "Name": "IVsInfoBarHost", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SetAccessScopeVM", + "Namespace": "Microsoft.Windows.Ipam.UI" }, { - "Name": "IVsInfoBarTextSpan", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UpdateWizardManager", + "Namespace": "Microsoft.Windows.Ipam.UI.Update" }, { - "Name": "IVsInfoBarTextSpanCollection", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UpdateWizardSystemCheckPage", + "Namespace": "Microsoft.Windows.Ipam.UI.Update" }, { - "Name": "IVsInfoBarUIElement", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessControlRootNode", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsInfoBarUIEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessControlRootNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsInfoBarUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UserRoleNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsNewDocumentStateContext", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UserRoleAuditEvents", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsPackageExtensionProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UserRoleAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsRunningDocumentTable3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UserRoleConfigPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsRunningDocumentTable4", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UserRoleAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsSearchCallback", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UserRoleConfigPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsSearchFilterToken", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UserRolePropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsSearchProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UserRoleDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsSearchQuery", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UserRoleChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsSearchQueryParser", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessScopeNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsSearchTask", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessScopeAuditEvents", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsSearchToken", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessScopeAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsSettingsManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessScopeConfigPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsSettingsStore", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessScopeAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsSharedAssetsProject", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessScopeConfigPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsShell5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessScopePropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsSolutionEvents5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessScopeDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsSolutionLoadEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessScopeChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsTask", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessPolicyNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsTaskBody", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessPolicyAuditEvents", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsTaskCompletionSource", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessPolicyAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsTaskSchedulerService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessPolicyConfigPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsTaskSchedulerService2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessPolicyTuplesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsThreadedWaitDialog2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessPolicyAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsThreadedWaitDialog3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessPolicyConfigPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsThreadedWaitDialog4", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessPolicyTuplesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsThreadedWaitDialogCallback", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessPolicyPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsThreadedWaitDialogFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessPolicyDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsToolWindowToolbarHost2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessPolicyChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsToolWindowToolbarHost3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AddOrEditUserRole", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsToolboxItemProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AddAccessScope", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsToolsOptionsHelp", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "EditAccessScope", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsUIAccelerator", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessControlDialogCommands", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsUICollection", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AddOrEditUserRoleVM", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsUICollectionChangeEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "OperationsTreeView", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsUIDataConverter", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "TreeViewData", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsUIDataConverterManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "OperationGroupTreeView", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsUIDataSource", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AddAccessScopeVM", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsUIDataSourcePropertyChangeEvents", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessScopeTreeView", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsUIDispatch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "EditAccessScopeVM", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsUIDynamicCollection", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessSettingsUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsUIElement", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UserSettingsUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsUIElementPane", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AccessSettingsUserControlVM", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsUIEnumDataSourceProperties", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UserSettingsUserControlVM", + "Namespace": "Microsoft.Windows.Ipam.UI.AccessControl" }, { - "Name": "IVsUIEnumDataSourceVerbs", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DSSelection", + "Namespace": "Microsoft.Windows.Ipam.UI.Interop" }, { - "Name": "IVsUIEventSink", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UserGroupPicker", + "Namespace": "Microsoft.Windows.Ipam.UI.Interop" }, { - "Name": "IVsUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "TaskListModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.HomePage" }, { - "Name": "IVsUIObject", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "QuickLinksVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.HomePage" }, { - "Name": "IVsUIShell5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "QuickLink", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.HomePage" }, { - "Name": "IVsUIShellOpenDocument3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "OverviewPageView", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.HomePage" }, { - "Name": "IVsUIShellOpenDocument4", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamWizardDeploymentAutomationPageVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.DeploymentWizard" }, { - "Name": "IVsUISimpleDataSource", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "GpoType", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.DeploymentWizard" }, { - "Name": "IVsUIWin32Bitmap", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamWizardManager", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.DeploymentWizard" }, { - "Name": "IVsUIWin32Element", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamWizardDeploymentAutomationPage", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.DeploymentWizard" }, { - "Name": "IVsUIWin32Icon", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamWizardConfigureDatabasePage", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.DeploymentWizard" }, { - "Name": "IVsUIWin32ImageList", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamWizardDatabaseCredentialsPage", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.DeploymentWizard" }, { - "Name": "IVsUIWpfElement", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "LocalDatabaseType", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.DeploymentWizard" }, { - "Name": "IVsUIWpfLoader", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "LocalAuthenticationType", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.DeploymentWizard" }, { - "Name": "IVsWindowFrame5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamWizardConfigureDatabasePageVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.DeploymentWizard" }, { - "Name": "IVsWindowSearch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamWizardDatabaseCredentialsPageVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.DeploymentWizard" }, { - "Name": "IVsWindowSearchBooleanOption", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PasswordBoxAssistant", + "Namespace": "Microsoft.Windows.Ipam.UI.Setup.DeploymentWizard" }, { - "Name": "IVsWindowSearchCommandOption", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPAMConfigAuditNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit" }, { - "Name": "IVsWindowSearchCustomFilter", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ConfigurationAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit" }, { - "Name": "IVsWindowSearchFilter", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit" }, { - "Name": "IVsWindowSearchHost", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ConfigurationAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit" }, { - "Name": "IVsWindowSearchOption", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit" }, { - "Name": "IVsWindowSearchSimpleFilter", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AuditPurgeDialog", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.Dialogs.View" }, { - "Name": "IVsWritableSettingsStore", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AddressAuditSearchView", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.View" }, { - "Name": "SAsyncServiceProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ConfigAuditSearchView", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.View" }, { - "Name": "SVsDataSourceFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AddressAuditPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.ViewModel" }, { - "Name": "SVsHierarchyManipulation", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AddressAuditDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.ViewModel" }, { - "Name": "SVsImageService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AddressAuditPageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.ViewModel" }, { - "Name": "SVsInfoBarUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ConfigAuditChildrenPageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.ViewModel" }, { - "Name": "SVsSettingsManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ConfigAuditPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.ViewModel" }, { - "Name": "SVsTaskSchedulerService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ConfigAuditDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.ViewModel" }, { - "Name": "SVsThreadedWaitDialogFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AddressAuditNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.NavigationItems" }, { - "Name": "SVsUIDataConverters", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AuditRootNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.NavigationItems" }, { - "Name": "SVsUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AuditRootNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.NavigationItems" }, { - "Name": "VSSEARCHPROGRESSTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AuditNodeType", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.NavigationItems" }, { - "Name": "VSSEARCHSTARTTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ExecutionCompletedEventArgs", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.NavigationItems" }, { - "Name": "VsUIElementDescriptor", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ConfigurationAuditNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.NavigationItems" }, { - "Name": "VsUIPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ConfigurationAuditNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.NavigationItems" }, { - "Name": "__THEMEDCOLORTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPAuditChildNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.NavigationItems" }, { - "Name": "__VSNEWDOCUMENTSTATE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPAuditChildNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.NavigationItems" }, { - "Name": "__VSNEWDOCUMENTSTATE2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPAuditNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.NavigationItems" }, { - "Name": "__VSPHYSICALVIEWATTRIBUTES", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPAuditNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.NavigationItems" }, { - "Name": "__VSPROVISIONALVIEWINGSTATUS", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPAuditNodeType", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.NavigationItems" }, { - "Name": "__VSSEARCHFILTERTOKENTYPE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AddressAuditAsyncFilterEvaluator", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.Filtering" }, { - "Name": "__VSUIDATAFORMAT", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ConfigAuditAsyncFilterEvaluator", + "Namespace": "Microsoft.Windows.Ipam.UI.Audit.Filtering" }, { - "Name": "VSConstants", - "Namespace": "Microsoft.VisualStudio" + "Name": "PreviewTabStyleSelector", + "Namespace": "Microsoft.Windows.Ipam.UI.StyleSelectors" }, { - "Name": "Win32Methods", - "Namespace": "Microsoft.VisualStudio" + "Name": "ChildrenController", + "Namespace": "Microsoft.Windows.Ipam.UI.Navigation" }, { - "Name": "IEventHandler", - "Namespace": "Microsoft.VisualStudio" + "Name": "ExecutionCompletedStatus", + "Namespace": "Microsoft.Windows.Ipam.UI.Navigation" }, { - "Name": "ErrorHandler", - "Namespace": "Microsoft.VisualStudio" + "Name": "IChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Navigation" }, { - "Name": "PropertyPageTypeConverterAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ChildrenTypeEnum", + "Namespace": "Microsoft.Windows.Ipam.UI.Navigation" }, { - "Name": "LocDisplayNameAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IpamUINavItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Navigation" }, { - "Name": "DefaultRegistryRootAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RetrieveUpdateUI", + "Namespace": "Microsoft.Windows.Ipam.UI.Navigation" }, { - "Name": "DesignPropertyDescriptor", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "IpamNavigationItemWithViewSelection", + "Namespace": "Microsoft.Windows.Ipam.UI.Navigation" }, { - "Name": "DialogContainerWithToolbar", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NotifyCacheUpdatedEventHandler", + "Namespace": "Microsoft.Windows.Ipam.UI.Navigation" }, { - "Name": "DialogPage", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NotifyCacheUpdatedEventArgs", + "Namespace": "Microsoft.Windows.Ipam.UI.Navigation" }, { - "Name": "EventSinkCollection", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "INavigationNodeCacheUpdateEventHandler", + "Namespace": "Microsoft.Windows.Ipam.UI.Navigation" }, { - "Name": "IConfigureToolboxItem", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DuplicatePolicy", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "InstalledProductRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "AddScopesToSuperscope", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IProfileManager", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FailoverOperation", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IProfileMigrator", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RenameSuperscope", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IResXResourceService", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FilterAdd", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "LocalizableProperties", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FilterEdit", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "LogicalView", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FailoverOperationProgress", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "MsiComponentIdAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsDeleteResourceRecords", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "MsiTokenAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsConfigurePreferredServer", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "OleDataObject", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsCreateIPAddress", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "OleMenuCmdEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DNSDeleteDNSZone", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "OleMenuCommand", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UserVendorTypes", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "OleMenuCommandService", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UserVendorCollection", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "Package", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UserVendorClass", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideAutoLoadAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UserVendorClassValidationRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideAssemblyFilterAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "OptionsUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideAutomationObjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "NewOptionsUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideEditorExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpOptionsUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideEditorFactoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsDynamicUpdateUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideEditorLogicalViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpServerFilterPropertiesUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideExtenderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "AdvancedUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideKeyBindingTableAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ScopeGeneralPropertiesUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideLanguageCodeExpansionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FailoverGeneralPropertiesUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideLanguageEditorToolsOptionCategoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FailoverAdvancedPropertiesUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideLanguageEditorOptionPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "RegistrationCredentialsUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideLanguageExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SetPredefinedOptionsUC", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideLanguageServiceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "GeneralPropertiesSectionUC", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideLoadKeyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "UserorVendorClassesUC", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideMenuResourceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "VendorDeleteConfirmation", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideObjectAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpReservationUserControlV4", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideOptionDialogPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpReservationUserControlV6", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideOptionPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PolicyBasicConfigUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProfileMigrationType", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PolicyConditionsUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideProfileAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PolicyIPAddressRangeUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideProjectFactoryAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsAddResourceRecordUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideProjectItemAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsEditResourceRecordUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideServiceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DNSZoneGeneralUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideToolboxFormatAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DNSZoneAdvancedUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideToolboxItemConfigurationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DNSZoneNameServersUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideToolboxItemsAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DNSZoneSOAUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideToolboxPageAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DNSZoneTransfersUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "VsDockStyle", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsConditionalForwarderGeneralUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ToolWindowOrientation", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "MsmDialogCommands", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideToolWindowAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PasswordBoxAssistant", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideToolWindowVisibilityAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SetPredefinedOperationMode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "GeneralPropertiesSectionUCVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RegisterAutoLoadAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpServerFilterPropertiesUserControlVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RegisterEditorExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FailoverAdvancedPropertiesUserControlVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RegisterEditorLogicalViewAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ExclusionRangeValidationRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RegisterExtenderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ClassesType", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RegisterLanguageExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ClassesOperationMode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RegisterLoadKeyAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ServerScopeDetails", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RegisterProjectItemAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsZoneCategoryEnum", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RegistrationMethod", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ZoneStorage", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "LaunchedFrom", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RunningDocumentTable", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DNSZoneAdvancedVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RunningDocumentInfo", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DNSZoneTransfersVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "SelectionContainer", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "AddRemoveServerAddressesUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ServiceProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "OptionTypeArrayUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ServiceProviderHierarchy", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "OptionTypeBinaryUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ServiceProviderHierarchyOrder", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "OptionTypeSingleUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "Task", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsResourceRecordSOAUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ErrorTask", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "AddRemoveServerAddressesUserControlVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "TaskCategory", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "OptionValueValidationRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "TaskErrorCategory", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "MsmManagementView", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "TaskPriority", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "MsmManagementServerType", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "TaskProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "MsmManagementDnsZoneView", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ErrorListProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "AdZoneReplicationScopeEnum", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ToolWindowPane", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "MsmRootNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "Url", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "MsmRootStaticNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "PackageUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseLookupZoneNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "VsMenus", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "BaseDnsZoneNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "VSRegistry", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsForwardLookupZoneNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "VsShellUtilities", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "BaseDnsServerZoneNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "WindowPane", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsForwardLookupServerZoneNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "PackageRegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ScopeNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IVsAggregatableProjectCorrected", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "IPv4ScopeNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ILocalRegistryCorrected", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "IPv6ScopeNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IVsAggregatableProjectFactoryCorrected", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "FailoverIpv4NavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IVsProjectAggregator2", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "PolicyIpv4NavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "FlavoredProjectBase", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "SuperscopeIpv4NavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "FlavoredProjectFactoryBase", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "FilterIpv4NavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "FlavoredProject", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "DhcpServerNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "FlavoredProjectFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "DhcpServerV4NavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProjectDocumentsChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Flavor" + "Name": "DhcpServerV6NavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "AssemblyObsoleteEventHandler", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "DnsServerNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "AssemblyObsoleteEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "DhcpDnsServerNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "AssemblyRefreshedEventHandler", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "DnsResourceRecordNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "AssemblyRefreshedEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "DnsReverseLookupServerZoneNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "AssemblyDeletedEventHandler", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "DnsConditionalForwarderNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "AssemblyDeletedEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "MsmScopeManagementListView", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "AttributeScope", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "ScopeChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ConstructorInfoWrapper", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "FailoverChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "DesignerWindowPane", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "PolicyChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "DesignSurfaceExtension", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "SuperscopeChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "DesignSurfaceExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "FilterChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "DynamicTypeService", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "ScopePropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "GlobalObject", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "ScopeDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "GlobalObjectCollection", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "ScopeV4DataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "GlobalObjectDescriptionAttribute", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "ScopeV6DataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "GlobalObjectProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "FailoverPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "GlobalObjectProviderFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "FailoverDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "GlobalObjectService", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "FailoverV4DataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "GlobalType", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "PolicyPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "GlobalTypeCollection", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "PolicyDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "OleUndoEngine", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "PolicyV4DataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideDesignerMetadataAttribute", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "SuperscopePropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideDesignerOptionsAttribute", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "SuperscopeDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideGlobalObjectProviderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "SuperscopeV4DataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideViewAdapterAttribute", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "FilterPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "TypeObsoleteEventHandler", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "FilterDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "TypeObsoleteEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "FilterV4DataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "VirtualTypeBuilder", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "ReservationChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "VirtualTypeImplementor", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "ReservationPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "VsTargetFrameworkProvider", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "ReservationDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "VSTypeResolutionHelperService", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "ReservationV4DataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "WindowPaneProviderService", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "ReservationV6DataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ReferenceType", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "ReservationV4PageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProjectTypeResolutionService", - "Namespace": "Microsoft.VisualStudio.Shell.Design" + "Name": "ReservationV6PageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ConfigurationHelperService", - "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + "Name": "ReservationNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "DesignerDocDataService", - "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + "Name": "IPv4ReservationNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "DocData", - "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + "Name": "IPv6ReservationNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RelatedDocDataCollection", - "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + "Name": "ScopeV4PageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "DocDataTextReader", - "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + "Name": "ScopeV6PageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "DocDataTextWriter", - "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + "Name": "FailoverV4PageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "LocalizationProviderService", - "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + "Name": "PolicyV4PageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideDesignerLoaderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + "Name": "SuperscopeV4PageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ProvideGeneratorAttribute", - "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization" + "Name": "FilterV4PageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "CodeDomDesignerData", - "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom" + "Name": "ServerChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ChangeNotificationService", - "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom" + "Name": "ServerPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "CodeDomDocDataAdapter", - "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom" + "Name": "ServerDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "CodeDomEventBindingService", - "Namespace": "Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom" + "Name": "DhcpServerV4DataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IVsDesignTimeAssemblyResolution", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DhcpServerV6DataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IVsDesignTimeAssemblyResolution2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DnsServerDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IVsDesignerInfo", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DhcpDnsServerDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IVsFrameworkMultiTargeting", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DhcpServerV4PageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IVsFrameworkMultiTargeting2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DhcpServerV6PageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "VsResolvedAssemblyPath", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DnsServerPageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RegistrationMethod", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpDnsServerPageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "RegistrationAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsForwardLookupZoneChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "SVsServiceProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsForwardLookupZonePageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IReadOnlyObservableSet", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsForwardLookupZonePropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IReadOnlyObservableSet`1", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsForwardLookupZoneDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ISelectedGraphNode", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsForwardLookupServerZonePageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ISolutionSearchOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsForwardLookupServerZonePropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ISolutionSearchParameters", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsForwardLookupServerZoneDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "FilterDescendantBehavior", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseLookupServerZonePageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ISolutionTreeFilter", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseLookupServerZonePropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ISolutionTreeFilterProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseLookupServerZoneDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "ISupportDisposalNotification", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsRRPageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "SolutionTreeFilterProviderAttribute", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsRRPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "HierarchyItemCollectionChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsRRDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "HierarchyItemEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseLookupZoneChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IVsHierarchyItem", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseLookupZonePageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IFilteredHierarchyItemSet", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseLookupZonePropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IVsHierarchyItemCollectionProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseLookupZoneDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IVsHierarchyItemIdentity", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsConditionalForwarderChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IVsHierarchyItemManager", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsConditionalForwarderPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "IVsTaskEvents", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsConditionalForwarderDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "BlockingTaskEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsConditionalForwarderPageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm" }, { - "Name": "CircularTaskDependencyException", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ScopePropertiesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "TaskSchedulingException", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PolicyPropertiesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "ThemeResourceKey", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SuperscopePropertiesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "ThemeResourceKeyType", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FilterPropertiesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IInstalledToolboxItemInfo", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FailoverPropertiesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IToolboxAppDomainControl", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ReservationPropertiesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IToolboxAssemblyInfo", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpConfigurationAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IToolboxItemDiscovery", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpScopeConfigurationAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IToolboxItemDiscoveryFactory", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpPolicyConfigurationAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IVsToolboxItemDiscoveryRegistrar", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpFailoverConfigurationAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "SVsToolboxItemDiscoveryRegistrar", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpFilterConfigurationAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IToolboxItemCreator", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpSuperscopeConfigurationAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IToolboxItemInfo", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpPolicyRangePreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IToolboxExtensionsSdkInfo", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpPolicyConditionPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IToolboxPlatformInfo", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpFailoverScopesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IToolboxPlatformType", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpSuperscopeScopesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IToolboxType", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpPolicyEffectivePoliciesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IToolboxExtensionsSdkType", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpReservationConfigurationAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "RssCommands", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpServerPropertiesPreviewTabData`1", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "VSCommands", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsServerPropertiesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IVsSearchQuery", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DnsServerZonePropertiesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IVsTask", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "OptionsPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IAsyncAttachedCollectionSource", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseLookupZoneHostingServersPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IVsTaskJoinableTask", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsForwardLookupZoneHostingServersPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IAttachedRelationship", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsForwardLookupZonePropertiesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IAttachedCollectionService", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsZonesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IAttachedCollectionSource", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsEventsPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IAttachedCollectionSourceProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsRRPropertiesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "ICacheableAttachedCollectionSource", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsServerReverseZonePropertiesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IVsManagedSettingsChangeEventSource", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseZonesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "FocusChangeForCrossThreadClientEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseLookupZonePropertiesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "BulletinHandler", - "Namespace": "Microsoft.VisualStudio.Shell.Services" + "Name": "DnsConditionalForwarderPropertiesPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.ViewModel" }, { - "Name": "IVsPublishSubscribeService", - "Namespace": "Microsoft.VisualStudio.Shell.Services" + "Name": "OptionsPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "SVsPublishSubscribeService", - "Namespace": "Microsoft.VisualStudio.Shell.Services" + "Name": "DhcpConfigurationAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "IVsCredential", - "Namespace": "Microsoft.VisualStudio.Shell.Connected.CredentialStorage" + "Name": "DhcpScopeConfigurationAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "IVsCredentialKey", - "Namespace": "Microsoft.VisualStudio.Shell.Connected.CredentialStorage" + "Name": "DhcpPolicyConfigurationAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "IVsCredentialStorageService", - "Namespace": "Microsoft.VisualStudio.Shell.Connected.CredentialStorage" + "Name": "DhcpFailoverConfigurationAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "SVsCredentialStorageService", - "Namespace": "Microsoft.VisualStudio.Shell.Connected.CredentialStorage" + "Name": "DhcpSuperscopeConfigurationAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "VsCredentialStorageException", - "Namespace": "Microsoft.VisualStudio.Shell.Connected.CredentialStorage" + "Name": "DhcpFilterConfigurationAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "AccountPickerOptions", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpPolicyRangePreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "AuthenticationState", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpPolicyConditionPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "IVsAccountManagementService", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpFailoverScopesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "IWpfAccountPicker", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpSuperscopeScopesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "HierarchyGraphNodeProperties", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpPolicyEffectivePoliciesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "CommandNavigationHelper", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpReservationConfigurationAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "IClientRightsAdditionalMetadata", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ScopePropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "IMSDNChannel", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "PolicyPropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "ThreadedWaitDialogProgressData", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FailoverPropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "ServiceProgressData", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ReservationPropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "ICommentTaskToken", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SuperscopePropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "IErrorList", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "FilterPropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "INonClientArea", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpServerPropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "ITaskList", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsServerPropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "CommentTaskPriority", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsServerZonePropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "IVsManagedImageService", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseLookupZoneHostingServersPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "ISettingsMachineLocalityEvaluator", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsForwardLookupZoneHostingServersPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "AsyncServiceCreatorCallback", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsForwardLookupZonePropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "AsyncServiceCreatorWithProgressCallback", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsRRPropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "IAsyncServiceContainer", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseLookupZonePropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "IAsyncServiceProvider", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsServerReverseZonePropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "IToolboxItemDiscoveryWithContext", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsReverseZonesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "ToolboxItemDiscoveryContext", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsZonesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "IToolboxExtensionsSdkInfo2", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DnsConditionalForwarderPropertiesPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "ErrorRank", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "DnsEventsPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.View" }, { - "Name": "ErrorSource", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "UtilizationState", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.NavigationItems" }, { - "Name": "ITableDataSink", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "IPSubBlockNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.NavigationItems" }, { - "Name": "ITableDataSource", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "IPv4SubBlockNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.NavigationItems" }, { - "Name": "ITableEntriesSnapshot", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "IPv6SubBlockNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.NavigationItems" }, { - "Name": "ITableEntriesSnapshotFactory", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "DnsForwardLookupZoneBlockNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.NavigationItems" }, { - "Name": "ITableEntry", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "DiscoveredSubnetBlockNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.NavigationItems" }, { - "Name": "ITableManager", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "DiscoveredIpv4SubnetBlockNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.NavigationItems" }, { - "Name": "ITableManagerProvider", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "DiscoveredIpv6SubnetBlockNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.NavigationItems" }, { - "Name": "StandardTableDataSources", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "GroupsNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.NavigationItems" }, { - "Name": "StandardTableKeyNames", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "DnsReverseLookupZoneBlockNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Msm.NavigationItems" }, { - "Name": "StandardTables", - "Namespace": "Microsoft.VisualStudio.Shell.TableManager" + "Name": "AsyncFilterEvaluator", + "Namespace": "Microsoft.Windows.Ipam.UI.Filtering" }, { - "Name": "ColumnState", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "IpamRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Filtering.Rules" }, { - "Name": "DataSourceAttribute", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "MacValidatingValue`1", + "Namespace": "Microsoft.Windows.Ipam.UI.Filtering.Rules" }, { - "Name": "DataSourceTypeAttribute", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "MacOuiValidatingValue`1", + "Namespace": "Microsoft.Windows.Ipam.UI.Filtering.Rules" }, { - "Name": "EntriesChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "IPAddressValidatingValue`1", + "Namespace": "Microsoft.Windows.Ipam.UI.Filtering.Rules" }, { - "Name": "FiltersChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "NetworkValidatingValue`1", + "Namespace": "Microsoft.Windows.Ipam.UI.Filtering.Rules" }, { - "Name": "IEntryBucket", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "PrefixValidatingValue`1", + "Namespace": "Microsoft.Windows.Ipam.UI.Filtering.Rules" }, { - "Name": "IEntryFilter", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "IPRangeValidatingValue`1", + "Namespace": "Microsoft.Windows.Ipam.UI.Filtering.Rules" }, { - "Name": "ITableColumnDefinitionManager", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "ActiveServersStaticNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "ITableColumnDefinition", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "ActiveServersNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "ITableControlEventProcessor", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "InactiveServersStaticNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "ITableControlEventProcessorProvider", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "InactiveServersNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "ITableEntryHandle", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "IPNetworkStaticNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "IWpfTableControl", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "IPNetworkStaticNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "IWpfTableEntriesSnapshot", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "ServerInfoManager", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "IWpfTableEntry", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "ServerInfoNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "ManagerTypeAttribute", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "ServerInfoPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "StandardTableColumnDefinitions", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "ServerInfoPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "StandardTableControlEventProcessors", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "ServerInfoPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "TableEntryEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "ServerManagementChildrenProviderScope", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "TableEntryNavigateEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "ServerManagementChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "TableSelectionChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Shell.TableControl" + "Name": "ServerManagementDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "IImageHandle", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "ServerManagementRootNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "ImageMoniker", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "ServerManagementStaticNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "AppId", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SubnetBlockNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "SVsAppId", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "SubnetBlockNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "IVsAppId", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ServerGpoHandler", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "VSAPropID", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "AddorEditServer", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "VSASKUEdition", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "ConfigureDiscoveryScope", + "Namespace": "Microsoft.Windows.Ipam.UI.Discovery" }, { - "Name": "VSASubSKUEdition", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "CustomManagementList", + "Namespace": "Microsoft.Windows.Ipam.UI.Controls" }, { - "Name": "IMemoryDiagnosticsHandler", - "Namespace": "Microsoft.VisualStudio.Shell.TreeNavigation.GraphProvider" + "Name": "MsgBoxResult", + "Namespace": "Microsoft.Windows.Ipam.UI.Controls" }, { - "Name": "IProjectItem", - "Namespace": "Microsoft.VisualStudio.Shell.TreeNavigation.GraphProvider" + "Name": "MsgBoxButtons", + "Namespace": "Microsoft.Windows.Ipam.UI.Controls" }, { - "Name": "GraphNodeItem", - "Namespace": "Microsoft.VisualStudio.Shell.TreeNavigation.GraphProvider" + "Name": "MsgBoxIcon", + "Namespace": "Microsoft.Windows.Ipam.UI.Controls" }, { - "Name": "IVsBackForwardNavigationPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IPAMMessageBox", + "Namespace": "Microsoft.Windows.Ipam.UI.Controls" }, { - "Name": "IVsBackForwardNavigationPrivate2", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "GpoMsgBoxResult", + "Namespace": "Microsoft.Windows.Ipam.UI.Controls" }, { - "Name": "IVsBuildAccelTable", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "GpoMessageBox", + "Namespace": "Microsoft.Windows.Ipam.UI.Controls" }, { - "Name": "IVsColorThemeService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Controls" }, { - "Name": "IVsCommandBarsCustomizerPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PreviewTabDataCollection", + "Namespace": "Microsoft.Windows.Ipam.UI.Controls" }, { - "Name": "IVsCommandInfoDisplayServicePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "CustomDatePicker", + "Namespace": "Microsoft.Windows.Ipam.UI.Controls" }, { - "Name": "IVsCoreTelemetry", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "FunctionalProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Controller" }, { - "Name": "IVsDteBackChannel", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ViewObjectIdentifier", + "Namespace": "Microsoft.Windows.Ipam.UI.Controller" }, { - "Name": "IVsFeatureFlags", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ViewIdentifier", + "Namespace": "Microsoft.Windows.Ipam.UI.Controller" }, { - "Name": "IVsRemoteSettings", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "TextInputToVisibilityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsToolbarSetProviderPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IconIdToImageSourceConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsWindowManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IPAddressToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsBackForwardNavigation", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "AutoPopulateValueToBoolConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsBuildAccelTable", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PingStatusToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsColorThemeService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "AddressAssignmentToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsCommandBarsCustomizerPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DNSResolutionStatusToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsCommandInfoDisplayServicePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpReservationTypeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsDteBackChannel", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ForwardLookupZoneToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsFeatureFlags", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ReverseLookupZoneToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsOleInPlaceFrame", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DnsServerToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsRemoteSettings", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DnsServerToBoolConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsToolbarSetProviderPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "AddressFamilyToVisibilityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsWindowManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "BoolToVisibilityConverterWithParameter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "ImageMoniker", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "NullableBoolToVisibilityConverterWithParameter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "ILocalRegistry5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ProgressBarFailuresCountToVisibilityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsDataSourceFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "BoolToEnabledDisabledStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsFontAndColorStorage3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PolicyLevelToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsGlobalSearch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ConditionTypeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsImageService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IndividualConditionOperatorToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsImageService2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ValidationErrorGetErrorMessageConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsInfoBarUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "FlipFlopConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsMRUItemsStore", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ReverseBoolConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsSettingsManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "OptionValuesListToCommaSeparatedConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsSettingsStore", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WidthConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsShell5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PercentageConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "Subractor", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsSqm2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPv4AddressRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsTaskSchedulerService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPv6AddressRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsThreadedWaitDialog2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "NetworkIDRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "NetworkIDv6Rule", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsUIShell4", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SubnetMaskRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsUIShellOpenDocument3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PositiveIntegerRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsWindowSearchHostFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PositiveIntegerValidateRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsDataSourceFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "TimeValidateRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsGlobalSearch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PercentageValidateRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsImageService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "NullableBoolToBoolConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsInfoBarUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "TaskPaneVisibilityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "TabControlHeightConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsMRUItemsStore", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CommandStatusToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsSettingsManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DnsDynamicUpdatesOptionsEnumToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsTaskSchedulerService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DhcpDnsNameProtectionStatusToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DhcpDnsUpdateTypeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsWindowSearchHostFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DhcpDiscardDnsRecordOnLeaseDeletionStatusToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "AppId", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpDnsNotRequestingClientsUpdateTypeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsAppId", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpDnsDisableDynamicPtrUpdatesTypeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsAppId", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpDnsSuffixTypeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "VSAPropID", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpServingClientsTypeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "VSASKUEdition", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "EnumToBoolConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "VSASubSKUEdition", - "Namespace": "Microsoft.VisualStudio.Shell" + "Name": "DhcpOptionOwnerTypeToImageSourceConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "ISolutionTreeFilterProviderMetadata", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DhcpOptionOwnerTypeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "HierarchyItemIdentity", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DhcpOptionApplyTypeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "AggregateCollection`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DhcpOptionApplyTypeToOptionTypeUCVisibilityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "VsClipboardFormats", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "DhcpOptionApplyTypeToFindAndReplaceGridVisibilityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsBackForwardNavigationPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpOptionApplyTypeToDescriptionGridVisibilityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsBackForwardNavigationPrivate2", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpOptionApplyTypeToActionTextConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsBuildAccelTable", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpOptionDefinitionToOptionTypeSingleUCVisibilityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsColorThemeService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpOptionDefinitionToOptionTypeBinaryUCVisibilityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsCommandBarsCustomizerPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpOptionDefinitionToOptionTypeArrayUCVisibilityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsCommandInfoDisplayServicePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpOptionDefinitionToOptionDescriptionTextConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsCoreTelemetry", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpOptionDefinitionIdToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsDteBackChannel", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpFailoverHSServerRoleToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsFeatureFlags", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IntToBoolConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsRemoteSettings", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ZoneHostingDnsServerTypeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsToolbarSetProviderPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ServiceStatusToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsUIHierarchyEventsPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "HealthStatusToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsWindowManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "HealthModifiedTimeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsBackForwardNavigation", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "EventLevelToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsBuildAccelTable", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IPAddressCollectionToCommaSeparatedStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsColorThemeService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "PreviewPaneCustomFieldNameConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsCommandBarsCustomizerPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IPAddressToIPAddressComparableConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsCommandInfoDisplayServicePrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ArrayUserControlVisibilityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsDteBackChannel", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "AddressSpaceTypeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsFeatureFlags", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "AddressSpaceTypeToVisibilityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsOleInPlaceFrame", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "GatewayMetricToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsRemoteSettings", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpServerV4ToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsToolbarSetProviderPrivate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpScopeV4ToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "SVsWindowManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "DhcpPolicyV4ToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IImageHandle", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "DhcpFilterBoolToTypeConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "ImageMoniker", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "DhcpSubtractorConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "ILocalRegistry5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DhcpPercentageConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsDataSourceFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DhcpFailoverConfigSyncConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsFontAndColorStorage3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DhcpScopeStatusConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsGlobalSearch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "EnumToVisibilityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsHierarchyDirectionalDropDataTarget", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "RuleStatusEnumToImageSourceConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsHierarchyEvents2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "RuleStatusEnumToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsHierarchyManipulation", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "RuleStatusEnumToVisibility", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsHierarchyManipulationStateContext", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DnsResourceRecordTypeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsImageMonikerImageList", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DnsZoneCategoryEnumToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsImageService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ZoneHostingDnsServerTypeToStringConverter2", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsImageService2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ZoneStorageToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsInfoBarUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "AdZoneReplicationScopeEnumToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsMRUItemsStore", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DnsDynamicUpdateSettingToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsSearchQuery", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DateTimeIntervalTypeToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsSettingsManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DnsSecureSecondariesSettingToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsShell5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DnsNotifySecondariesSettingToStringConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Converters" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ActionSourceViewContext", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "IVsSqm2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IconId", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "IVsTask", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ApplicationIcons", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "IVsTaskBody", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "BusyCursorManager", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "IVsTaskSchedulerService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DelegateCommand", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "IVsThreadedWaitDialog2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "NotifyPropertyChanged", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "IVsUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamPropertyDescription", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "IVsUIShell4", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DialogCloseHelper", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "IVsUIShellOpenDocument3", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPAddressComparer", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "IVsWindowSearchHostFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "FreeIPAddressSortComparer", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "SVsDataSourceFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "StringSortForDataGrid", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "SVsGlobalSearch", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "FailureEventArgs", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "SVsImageService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "FailureEventHandler", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "SVsInfoBarUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "FrameworkUtility", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "ViewInfo", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "SVsMRUItemsStore", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamJob", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "SVsSettingsManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamUITracing", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "SVsTaskSchedulerService", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamObjectChangedEventHandler", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "SVsUIFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamObjectChangedEventArgs`1", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "SVsWindowSearchHostFactory", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IpamObjectChangedEvent", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "__VSHIERARCHYMANIPULATIONSTATE", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "GlobalCommands", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "__VSPROVISIONALVIEWINGSTATUS", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "PropertPageErrorCommands", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "ActivationType", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "MultiErrorValues", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "ActiveViewChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "IpamClientRole", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "AutoHideChannel", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "FeatureStatus", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "AutoHideGroup", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "LaunchType", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "AutoHideRoot", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "FeatureStatusUtility", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "AutoZOrderManager", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ObjPickerUtility", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "WindowProfile", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "CommonDialogCommands", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "ViewElement", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "IPAddressComparable", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "ViewGroup", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ComparableIPAddressWithPrefix", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "DockGroup", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ComparableIPAddressRange", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "DocumentGroupContainer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "IpamAddressExportInfo", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "DocumentGroup", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ExportHelper", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "View", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "Operation", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "ViewBookmark", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "CustomFieldwithValue", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "MainSite", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ObservableString", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "FloatSite", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ObservableCustomFieldValue", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "DependencyObjectCustomSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "CustomFieldsUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "ExtensionMethods", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "MultiValueUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "DockOperations", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "NetworkVirtualizationUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "DockEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "OkCancelUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "DockAction", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "TimeBasedUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "DockRoot", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "CustomFieldsUserControlVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "DockSiteType", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "CustomFieldValueRow", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "DockRestrictionType", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "BooleanToOpacityConverter", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "FloatingWindowEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "BaseNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "FloatingWindowManager", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "BaseNodeCollection", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "IBookmarkResolver", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "BaseNodeObservableCollection", + "Namespace": "Microsoft.Windows.Ipam.UI.Common" }, { - "Name": "ICustomXmlSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "VirtualizedAsmFunctionalProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "IDependencyObjectCustomSerializerAccess", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "VirtualizedAsmManagementView", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "ICustomXmlSerializable", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "VirtualizedASMDataRootNode", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "IsPreviewViewChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "VirtualizedASMDataRootNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "ViewChangingEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "AddressSpaceGeneralPropertiesUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "IsViewSelectedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "AddressSpaceAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "KeyboardStateManager", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "AddressSpaceConfigPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "MultiSelectionManager", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "AddressSpaceAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "NestedGroup", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "AddressSpaceConfigPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "NonXamlSerializedAttribute", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "AddressSpaceChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "OnScreenViewCardinality", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "AddressSpacePropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "OwnershipCollection`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "AddressSpaceDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "IObservableCollection`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "CustomerAddressDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "Screen", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ProviderAddressDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "TabGroup", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "CustomerAddressSpaceListPageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "ResolveSelectionMode", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ProviderAddressSpaceListPageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "TabState", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "AddressSpaceListPageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm" }, { - "Name": "UndockMode", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "VirtualizedAddressSpaceNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm.NavigationItems" }, { - "Name": "ViewBookmarkType", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "AddressSpaceNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm.NavigationItems" }, { - "Name": "ViewManager", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "AddressSpaceAuditEvents", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm.NavigationItems" }, { - "Name": "ViewSite", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "CustomerAddressSpaceNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm.NavigationItems" }, { - "Name": "WindowProfileChangingEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ProviderAddressSpaceNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm.NavigationItems" }, { - "Name": "WindowProfileSerializationVariants", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "CustomerAddressNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm.NavigationItems" }, { - "Name": "WindowProfileSerializerMode", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ProviderAddressNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.VirtualizedAsm.NavigationItems" }, { - "Name": "WindowProfileSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "UtilizationChart", + "Namespace": "Microsoft.Windows.Ipam.UI.asm.View" }, { - "Name": "UtilityMethods", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ChartLegendItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DockDirection", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ChartMark", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ViewElementFactory", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "AxisOrientation", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "XamlSerializableAttribute", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell" + "Name": "ChartMarkViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DockPreference", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Preferences" + "Name": "CounterGraph", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ViewManagerPreferences", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Preferences" + "Name": "ThresholdType", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ViewElementCustomSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Serialization" + "Name": "TrendLineGraph", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ViewCustomSerializer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Serialization" + "Name": "TrendLineGraphViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "AutoHideChannelControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "AsmFunctionalProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "AutoHideChannelContextMenuEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "CustomFieldAssociationDlg", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "AutoHideGroupControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "CustomFieldMapperDlg", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "AutoHideRootControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "AddorEditIPBlock", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "AutoHideTabItem", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "AddorEditIPv6Block", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "AutoHideTabItemAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "TexttoProgressbarAdorner", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "AutoHideWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "MyTickBar", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "BeveledBorder", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "LogicalGroups", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "CustomChromeWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "ReclaimIPAddress", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DocumentGroupContainerMinimumLengthConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "ConfigureExpiryEventLogSetting", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DragUndockHeaderAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "ImportInputDialog", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "HasMultipleOnScreenViewsConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "ImportProgressBar", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "IsIndependentConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "GeneralActionProgressBar", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "PositionManagedHwndContentControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "DnsResourceRecordDeleteProgressBar", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "RowIndexChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "DnsAssociateReverseZoneToRange", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "SizeConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPUtilizationPurgeDialog", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "SystemMenu", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "AsmDialogCommands", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "WindowsMessageEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "CustomFieldMapperVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DockAdornerWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "CustomFieldMapperModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DockRootControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "CustomFieldVal", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DockSiteAdornerAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "CustomFieldMapperModelValidationRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DocumentGroupContainerControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "CustomFieldValueValidationRule", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DocumentTabItem", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "LogicalGroupsVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DocumentTabPanel", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "LogicalGroupRow", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DragAbsoluteEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "GeneralActionProgressBarVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DragUndockHeaderContextMenuEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "DnsResourceRecordDeleteActionDelegate", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DropDownButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "DnsResourceRecordDeleteProgressBarVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "IDockPreviewWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "DHCPReservationUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "SetupDockPreviewArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "DNSRecordUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "WindowResizeFrame", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IpAddressGeneralPropertiesUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "FloatingElement", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPRangeGeneralPropertiesUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "FloatingElementDockedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPSubnetGeneralPropertiesUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "FloatingOperationFinishedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "FindFreeIPUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "GlyphButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "DNSAndWINSServerIPUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "GroupControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "ReservationsIPUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "GroupControlTabItem", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "GatewayIPUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "GroupControlTabItemAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "DNSRecordUserControlVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "HwndPositionManager", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "FindFreeIPUserControlVM", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "HwndPositionChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "ObservableIPAddress", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "MenuItemIconConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "ObservableDhcpServerNameValue", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "MouseCommands", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "ASMDataRootNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ReorderTabPanel", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "ASMDataRootNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "SingleRowTabPanel", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPNodeType", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "SubtractionConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "GroupsNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "TabGroupBorderThicknessConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPAddressNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "TabGroupBorderType", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPAddressAuditEvents", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "TabItemTextControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPRangeNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ViewPresenterAutomationPeer", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPv4RangeNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ViewPresenter", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPv6RangeNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "WindowContentPresenter", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "RangeAuditEvents", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "WindowTitleBarButton", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPSubnetNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DockTargetType", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "SubnetAuditEvents", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DockGroupAdorner", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "LogicalGroupNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DockGroupControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "LogicalGroupType", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DockManager", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "LogicalGroupNodeNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DockPreviewWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "NetworkDevicesNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DockSiteAdorner", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "UnmappedLogicalGroupNavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DockTarget", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "UnmappedLogicalGroupNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DocumentGroupControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "BlockAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DragUndockHeader", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "BlockConfigPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "FloatingWindow", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPAddressAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "TabGroupControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPAddressConfigPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ViewCommands", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPAddressResourceRecordsPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ViewFrame", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "RangeAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ViewHeader", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "RangeConfigPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "AutoHideHwndContentControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "SubnetAuditPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "BooleanOrConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "SubnetConfigPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DockAdorner", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "UtilizationPreview", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "FocusableHwndHost", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "BlockAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "FocusTracker", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "BlockChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "HiddenHwndWrapper", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "BlockConfigPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "HwndContentControl", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "BlockPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "MouseHover", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "BlockDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "TrackFocusEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "BlockUtilizationPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "SelectedItemHiddenEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPAddressAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "DragAbsoluteCompletedEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "IPAddressResourceRecordsPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ViewEventArgs", - "Namespace": "Microsoft.VisualStudio.PlatformUI.Shell.Controls" + "Name": "DnsResourceRecordForIPAddressPreviewPane", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ITaskRunnerCommandContext", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "IPAddressChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ITaskRunnerCommandContextLogger", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "IPAddressConfigPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ITaskRunnerCommandResult", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "IPAddressPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ITaskRunnerCommandService", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "IPAddressDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ITaskRunnerMetadata", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "LogicalGroupChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ITaskRunnerNode", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "LogicalGroupPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ITaskRunner", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "LogicalGroupDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ITaskRunnerCommand", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "LogicalGroupUtilizationPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ITaskRunnerConfig", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "RangeAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "ITaskRunnerOption", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "AsmManagementView", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "TaskRunnerBindEvent", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "AsmUnmappedManagementView", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "TaskRunnerCommand", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "RangeChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "TaskRunnerCommandContextLogger", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "RangeConfigPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "TaskRunnerExportAttribute", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "RangePropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "TaskRunnerNode", - "Namespace": "Microsoft.VisualStudio.TaskRunnerExplorer" + "Name": "RangeDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "CSharpFilterTokenValues", - "Namespace": "Microsoft.VisualStudio.TemplateWizard" + "Name": "RangeUtilizationPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "Identifier", - "Namespace": "Microsoft.VisualStudio.TemplateWizard" + "Name": "SubnetAuditPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "CSharpNamespaceOrTypeName", - "Namespace": "Microsoft.VisualStudio.TemplateWizard" + "Name": "SubnetChildrenProvider", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "VisualBasicFilterTokenValues", - "Namespace": "Microsoft.VisualStudio.TemplateWizard" + "Name": "SubnetConfigPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "CppFilterTokenValues", - "Namespace": "Microsoft.VisualStudio.TemplateWizard" + "Name": "SubnetPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "FSharpFilterTokenValues", - "Namespace": "Microsoft.VisualStudio.TemplateWizard" + "Name": "SubnetDataColumnViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "FSharpIdentifier", - "Namespace": "Microsoft.VisualStudio.TemplateWizard" + "Name": "SubnetUtilizationPreviewTabData", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm" }, { - "Name": "FSharpNamespaceOrTypeName", - "Namespace": "Microsoft.VisualStudio.TemplateWizard" + "Name": "UtilizationState", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm.NavigationItems" }, { - "Name": "Wizard", - "Namespace": "Microsoft.VisualStudio.TemplateWizard" + "Name": "IPSubBlockNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm.NavigationItems" }, { - "Name": "IVsEnumHierarchies", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "BlockAuditEvents", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm.NavigationItems" }, { - "Name": "IVsSharedAssetsProject", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IPv4SubBlockNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm.NavigationItems" }, { - "Name": "AssemblyMethodComparer", - "Namespace": "Microsoft.VisualStudio.TestImpact.Analysis" + "Name": "IPv6SubBlockNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm.NavigationItems" }, { - "Name": "AssemblyIsInstrumentedException", - "Namespace": "Microsoft.VisualStudio.TestImpact.Analysis" + "Name": "PrivateNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm.NavigationItems" }, { - "Name": "CodeChangeReason", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "PublicNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm.NavigationItems" }, { - "Name": "CodeKind", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "UnicastIPv6GlobalNavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm.NavigationItems" }, { - "Name": "CodeAccess", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "UnmappedIPv4NavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm.NavigationItems" }, { - "Name": "CodeChange", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "UnmappedIPv4NavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm.NavigationItems" }, { - "Name": "Constants", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "UnmappedIPv6NavigationItem", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm.NavigationItems" }, { - "Name": "Guids", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "UnmappedIPv6NavigationNode", + "Namespace": "Microsoft.Windows.Ipam.UI.Asm.NavigationItems" }, { - "Name": "ProjectRenamedEventArgs", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "GlobalTasksDialog", + "Namespace": "Microsoft.Windows.Ipam.UI.Actions" }, { - "Name": "ProjectOpenedEventArgs", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "ConnectToIpamServer", + "Namespace": "Microsoft.Windows.Ipam.UI.View" }, { - "Name": "ProjectClosedEventArgs", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "MLDataGridPageView", + "Namespace": "Microsoft.Windows.Ipam.UI.View" }, { - "Name": "ConnectionChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "PageView", + "Namespace": "Microsoft.Windows.Ipam.UI.View" }, { - "Name": "ISolutionManager", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "UnderConstructionPageView", + "Namespace": "Microsoft.Windows.Ipam.UI.View" }, { - "Name": "SSolutionManager", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "BaseWindow", + "Namespace": "Microsoft.Windows.Ipam.UI.View" }, { - "Name": "CodeChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "BaseUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.View" }, { - "Name": "IBuildManager", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "BindableRun", + "Namespace": "Microsoft.Windows.Ipam.UI.View" }, { - "Name": "SBuildManager", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "PreviewPaneUserControl", + "Namespace": "Microsoft.Windows.Ipam.UI.View" }, { - "Name": "IWorkItem", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "BaseViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.ViewModel" }, { - "Name": "WorkItemStartedEventArgs", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "ChildrenListViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.ViewModel" }, { - "Name": "WorkItemCompletedEventArgs", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "CustomFieldBaseNode", + "Namespace": "Microsoft.Windows.Ipam.UI.ViewModel" }, { - "Name": "WorkItemCallback", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "MLDataGridPageViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.ViewModel" }, { - "Name": "IBackgroundWorkManager", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "DataGridColumnsViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.ViewModel" }, { - "Name": "SBackgroundWorkManager", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "DataGridColumnsViewModelWithCustomFields", + "Namespace": "Microsoft.Windows.Ipam.UI.ViewModel" }, { - "Name": "TestImpactChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "CustomFieldsPropertyValueGetter", + "Namespace": "Microsoft.Windows.Ipam.UI.ViewModel" }, { - "Name": "ITestImpactManager", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "PreviewPaneViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.ViewModel" }, { - "Name": "STestImpactManager", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "StatusViewModel", + "Namespace": "Microsoft.Windows.Ipam.UI.ViewModel" }, { - "Name": "IDataManager", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "ServerManagerInstrumentation", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "SDataManager", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "UICultureResources", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "ITestResult", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "InstallState", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "Test", - "Namespace": "Microsoft.VisualStudio.TestImpact.Common" + "Name": "Feature", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "EncodingChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "GetWindowsFeatureCommand", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "IEncodingDetector", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "AddWindowsFeatureCommand", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "ITextDocument", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RemoveWindowsFeatureCommand", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "ITextDocumentFactoryService", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "DeploymentCmdletAdapter", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "ReloadResult", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "DeploymentCmdletCore", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "TextDocumentEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "FeatureOperationExitCode", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "FileActionTypes", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RestartState", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "TextDocumentFileActionEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "FeatureOperationResult", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "ContentTypeChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "FeatureResult", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "CustomTrackToVersion", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "FeatureMessageType", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "EdgeInsertionMode", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "FeatureMessage", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "EditOptions", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "DeploymentProviderException", + "Namespace": "Microsoft.Windows.ServerManager.Commands" }, { - "Name": "IExtensionErrorHandler", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "InstallationPlugin", + "Namespace": "Microsoft.Windows.ServerManager.PrintingServer.Plugin" }, { - "Name": "IMappingPoint", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "PostInstallTask", + "Namespace": "Microsoft.Windows.ServerManager.PrintingServer.Plugin" }, { - "Name": "IMappingSpan", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "PrintServerShellPlugin", + "Namespace": "Microsoft.Windows.ServerManager.PrintingServer.Plugin" }, { - "Name": "INormalizedTextChangeCollection", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "DelegateCommand", + "Namespace": "Microsoft.Windows.ServerManager.PrintingServer.Plugin" }, { - "Name": "IPersistentSpan", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "InstallPlugin", + "Namespace": "Microsoft.DirectAccess.DeploymentWizardPlugin" }, { - "Name": "IPersistentSpanFactory", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RemoteAccessPostInstallTask", + "Namespace": "Microsoft.DirectAccess.DeploymentWizardPlugin" }, { - "Name": "IReadOnlyRegion", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "UninstallPlugin", + "Namespace": "Microsoft.DirectAccess.DeploymentWizardPlugin" }, { - "Name": "IReadOnlyRegionEdit", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "InstalledRoleService", + "Namespace": "Microsoft.DirectAccess.DeploymentWizardPlugin" }, { - "Name": "ITextBuffer", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RAShellPlugin", + "Namespace": "Microsoft.DirectAccess.DeploymentWizardPlugin" }, { - "Name": "ITextBufferEdit", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "OptionalFeature", + "Namespace": "Microsoft.DirectAccess.DeploymentWizardPlugin" }, { - "Name": "ITextBufferFactoryService", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "RemoteAccess", + "Namespace": "Microsoft.DirectAccess.DeploymentWizardPlugin" }, { - "Name": "ITextChange", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "ITextChange2", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "UICultureResources", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard" }, { - "Name": "ITextEdit", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "WizardStateInternal", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard" }, { - "Name": "ITextSnapshot", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "PostDeploymentConfigurationController", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard" }, { - "Name": "ITextSnapshotLine", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "IShellWizardView", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard" }, { - "Name": "ITextVersion", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "ServerComponentDeploymentWizardView", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard" }, { - "Name": "ITrackingPoint", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "ComponentSelectionControl", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard" }, { - "Name": "ITrackingSpan", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "HyperTextConverter", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard" }, { - "Name": "NormalizedSnapshotSpanCollection", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "VhdPicker", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard" }, { - "Name": "NormalizedSpanCollection", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "ExecutionStatus", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard" }, { - "Name": "PointTrackingMode", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "TemplatesLoader", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard" }, { - "Name": "PositionAffinity", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "DeploymentTaskTrackingService", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard" }, { - "Name": "PreContentChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "CheckStateConverter", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard.Controls" }, { - "Name": "DynamicReadOnlyRegionQuery", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "DisplayServerComponentNameConverter", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard.Controls" }, { - "Name": "SnapshotPoint", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "DisplayServerInstallStateConverter", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard.Controls" }, { - "Name": "SnapshotSpan", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "DisplayServerToolsDisplayNameConverter", + "Namespace": "Microsoft.Windows.ServerManager.Deployment.Wizard.Controls" }, { - "Name": "SnapshotSpanEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "InstallState", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "Span", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "OriginalInstallState", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "SpanTrackingMode", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "ComponentProcessedState", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "TextBufferCreatedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "IServerComponent", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "TextContentChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "IServerComponentRepository", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "TextContentChangingEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "ServerComponentChangelist", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "TextSnapshotChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "ServerComponentChangelistCreationFactory", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "TextSnapshotToTextReader", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "ServerComponentPreviewChangelist", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "Tracking", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "ServerComponentRepositoryCmdletLoader", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "TrackingFidelityMode", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "ServerComponentRepositoryXmlLoader", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "ElisionBufferOptions", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "ServerComponentType", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "ElisionSourceSpansChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "IMutualExclusionConflicts", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "GraphBufferContentTypeChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "UnusedServerComponentList", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "GraphBuffersChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "ConfigurationStatus", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "IBufferGraph", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "ServerComponentTransferObject", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "IBufferGraphFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "Notification", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "IElisionBuffer", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "SystemService", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "IElisionSnapshot", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "OptionalCompanion", + "Namespace": "Microsoft.Windows.ServerManager.ServerComponentManager.Internal" }, { - "Name": "IProjectionBuffer", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "IProjectionBufferBase", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "LaunchUrl", + "Namespace": "Microsoft.WindowsServerSolutions.Administration.ObjectModel.Internal" }, { - "Name": "IProjectionBufferFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "WellKnownAccount", + "Namespace": "Microsoft.Windows.ServerEssentials.Security.Principal" }, { - "Name": "IProjectionEditResolver", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "WellKnownAccountExtensions", + "Namespace": "Microsoft.Windows.ServerEssentials.Security.Principal" }, { - "Name": "IProjectionSnapshot", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "SafeInvoker", + "Namespace": "Microsoft.Windows.ServerEssentials.EventHandlerExtensions" }, { - "Name": "IProjectionSnapshot2", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "NativeLibraryLoadingFlags", + "Namespace": "Microsoft.Windows.ServerEssentials.Runtime.PInvoke" }, { - "Name": "ProjectionBufferOptions", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "NativeLibrary", + "Namespace": "Microsoft.Windows.ServerEssentials.Runtime.PInvoke" }, { - "Name": "ProjectionSourceBuffersChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "NativeResourceLoader", + "Namespace": "Microsoft.Windows.ServerEssentials.Runtime.PInvoke" }, { - "Name": "ProjectionSourceSpansChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Projection" + "Name": "Helplink", + "Namespace": "Microsoft.Windows.ServerEssentials.PresentationExtensions" }, { - "Name": "ContinueProcessingPredicate`1", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "PasswordBoxBehavior", + "Namespace": "Microsoft.Windows.ServerEssentials.PresentationExtensions" }, { - "Name": "DetermineLocalityCallback", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "UIResources", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "Difference", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "DeploymentWizardPlugin", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "DifferenceType", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "IMuxWizardPage`1", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "IDifferenceService", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "ManagementTarget", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "IHierarchicalDifferenceCollection", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "MuxWizardPage`2", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "IDifferenceCollection`1", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "MuxWizardPageContentBase`1", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "IHierarchicalStringDifferenceService", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "InstallationPlugin", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "ITextDifferencingSelectorService", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "ShellPlugin", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "ITextDifferencingService", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "RemotePSHelper", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "ITokenizedStringList", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "RoleConfigurationGateway", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "Match", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "SetupWizardLaunchMode", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "StringDifferenceTypes", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "SetupWizardPage", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "StringDifferenceOptions", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "StaticResources", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "WordSplitBehavior", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "UninstallationPlugin", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "WizardPage", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "IObjectTracker", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "PostConfigurationTask", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "ExtensionMethods", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "PostICWizardControl", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "ITextBufferFactoryService2", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "PostICWizardContext", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "IRtfBuilderService2", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "CleanupTask", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "IDataStorage", - "Namespace": "Microsoft.VisualStudio.Text.Storage" + "Name": "CleanupWizardContext", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "IDataStorageService", - "Namespace": "Microsoft.VisualStudio.Text.Storage" + "Name": "CleanupWizardControl", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin" }, { - "Name": "IAccurateOutliningManager", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "PageContentBase", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Cleanup" }, { - "Name": "OverviewFormatDefinitions", - "Namespace": "Microsoft.VisualStudio.Text.OverviewMargin" + "Name": "ConfirmPageContent", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Cleanup" }, { - "Name": "IOverviewMarkMargin_Test", - "Namespace": "Microsoft.VisualStudio.Text.OverviewMargin.Test" + "Name": "ResultPageContent", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Cleanup" }, { - "Name": "IOverviewMargin_Test", - "Namespace": "Microsoft.VisualStudio.Text.OverviewMargin.Test" + "Name": "AdminAccountPage", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "IBraceCompletionManager", - "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + "Name": "AdminAccountPageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "ITextSearchNavigator2", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "AdminCredentialPage", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "ITextSearchResultTag", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "AdminCredentialPageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "ITextSearchTagger`1", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "BeforeYouBeginPage", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "ITextSearchTaggerFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "CompanyInfoPage", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "CompletionPresenterStylePrivate", - "Namespace": "Microsoft.VisualStudio.Text.Internal.Language" + "Name": "SetFullDnsDomainNameCommand", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "GlyphMarginAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CompanyInfoPageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "IGlyphFactory`1", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "DeployAsVMCompletionPageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "IGlyphFactoryProvider`1", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "DeployOnHostCompletionPageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "ISuggestionTag", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FullDnsDomainNamePage", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "IThumbnailSupport", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FullDnsDomainNamePageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "ITextModelOptionsSetter", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "InstallTypePage", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "IPrintingService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "InstallTypePageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "Caret", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PageContentBase", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "AdornmentPositioningBehavior2", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PrecheckErrorPageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "DisplayTextPoint", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PrecheckProgressPageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "DisplayTextRange", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PrepareYourServerPage", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "HowToShow", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RoleConfigurationErrorPageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "IBufferPrimitives", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RoleConfigurationProgressPageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "IBufferPrimitivesFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RoleIntroductionPageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "IEditorPrimitivesFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SelectDeploymentModePageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "IMapEditToData", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "UpdateSettingsPageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "ITextView2", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "VerifyTimePageView", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Pages" }, { - "Name": "IViewPrimitives", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "DeploymentSettings", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Virtualization" }, { - "Name": "EditorPrimitiveIds", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "DeploymentRuntime", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Virtualization" }, { - "Name": "IViewPrimitivesFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "DeploymentStatus", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Virtualization" }, { - "Name": "TrackChangesFormatDefinitions", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WSEDeployTracer", + "Namespace": "Microsoft.Windows.ServerManager.ServerEssentials.Plugin.Instrumentation.Events" }, { - "Name": "Selection", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "GenericPage", + "Namespace": "Microsoft.Windows.ServerManager.WebServerRole.Plugin" }, { - "Name": "TextBuffer", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SamplePageWithText", + "Namespace": "Microsoft.Windows.ServerManager.WebServerRole.Plugin" }, { - "Name": "TextPoint", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SampleGenericCommand", + "Namespace": "Microsoft.Windows.ServerManager.WebServerRole.Plugin" }, { - "Name": "TextRange", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TemplatesLoader", + "Namespace": "Microsoft.Windows.ServerManager.WebServerRole.Plugin" }, { - "Name": "TextView", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WebServerUninstallationPlugin", + "Namespace": "Microsoft.Windows.ServerManager.WebServerRole.Plugin" }, { - "Name": "ViewRelativePosition2", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WebServerPlugin", + "Namespace": "Microsoft.Windows.ServerManager.WebServerRole.Plugin" }, { - "Name": "IsOverlayLayerAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SampleDeploymentConfiguration", + "Namespace": "Microsoft.Windows.ServerManager.WebServerRole.Plugin" }, { - "Name": "AggregateFocusInterceptor", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WebServerShellPlugin", + "Namespace": "Microsoft.Windows.ServerManager.WebServerRole.Plugin" }, { - "Name": "HorizontalPositioningMode", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WelcomePage", + "Namespace": "Microsoft.Windows.ServerManager.WebServerRole.Plugin" }, { - "Name": "InterLineAdornmentFactory", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "LinkInfo", + "Namespace": "Microsoft.Windows.ServerManager.WebServerRole.Plugin" }, { - "Name": "InterLineAdornmentTag", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ImportStartLayoutCommand", + "Namespace": "Microsoft.Windows.StartLayout.Commands" }, { - "Name": "ITextEditorFactoryService2", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CLSID_PersistStartLayout", + "Namespace": "Microsoft.Windows.StartLayout.Commands" }, { - "Name": "IWpfTextView2", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "IStartLayoutCmdlet", + "Namespace": "Microsoft.Windows.StartLayout.Commands" }, { - "Name": "IAccurateClassifier", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "ExportStartLayoutCommand", + "Namespace": "Microsoft.Windows.StartLayout.Commands" }, { - "Name": "IClassificationFormatMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "RegisterSmisProviderResources", + "Namespace": "Microsoft.Windows.StorageManagementService.Configuration.Cmdlets" }, { - "Name": "IEditorFormatMetadata", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "CommonStrings", + "Namespace": "Microsoft.Windows.StorageManagementService.Configuration.Cmdlets" }, { - "Name": "IAccurateTagAggregator`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "RegisterSmisProviderCommand", + "Namespace": "Microsoft.Windows.StorageManagementService.Configuration.Cmdlets" }, { - "Name": "IAccurateTagger`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "InstallPlugin", + "Namespace": "Microsoft.Windows.VolumeActivation.Plugin" }, { - "Name": "IElisionTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "VolumeActivationShellPlugin", + "Namespace": "Microsoft.Windows.VolumeActivation.Plugin" }, { - "Name": "TagAggregatorOptions2", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "PostDeploymentTask", + "Namespace": "Microsoft.Windows.VolumeActivation.Plugin" }, { - "Name": "ILoggingServiceInternal", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "Resources", + "Namespace": "Microsoft.Windows.VolumeActivation.Plugin.Properties" }, { - "Name": "WrapperCreator`2", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "InvariantResources", + "Namespace": "Microsoft.Windows.VolumeActivation.Plugin.Properties" }, { - "Name": "LazyObservableCollection`2", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "PrintSetting", + "Namespace": "Microsoft.WindowsSearch.Commands" }, { - "Name": "TrackingSpanTree`1", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "GetWindowsSearchSettingCommand", + "Namespace": "Microsoft.WindowsSearch.Commands" }, { - "Name": "TrackingSpanNode`1", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "SetWindowsSearchSettingCommand", + "Namespace": "Microsoft.WindowsSearch.Commands" }, { - "Name": "LineBuffer", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "NativeMethods", + "Namespace": "Microsoft.WindowsSearch.Commands" }, { - "Name": "UnicodeWordExtent", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "SETTINGS_ENFORCEMENT_LEVEL", + "Namespace": "Microsoft.WindowsSearch.Commands" }, { - "Name": "IPerformanceMarkerBlockProvider", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "WindowsSafeSearchSettingEnum", + "Namespace": "Microsoft.WindowsSearch.Commands" }, { - "Name": "IFormattedLineSource2", - "Namespace": "Microsoft.VisualStudio.Text.Utilities" + "Name": "WindowsSearchPrivacyLevelEnum", + "Namespace": "Microsoft.WindowsSearch.Commands" }, { - "Name": "ITelemetryDiagnosticID`1", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "Resources", + "Namespace": "Microsoft.WindowsSearch.Commands" }, { - "Name": "LegacySuggestedActionBase", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManConfigProvider", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "CodeLensAdornment", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManProviderNewItemComputerParameters", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "CodeLensCalloutBorder", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManProviderNewItemPluginParameters", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "CodeLensDetailsControl", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManProviderInitializeParameters", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ErrorMessageVisibilityConverter", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManProviderNewItemResourceParameters", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "OthersCollapsedVisibilityConverter", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManProviderNewItemSecurityParameters", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "CodeLensPinEventArgs", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManProviderClientCertificateParameters", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "CodeLensIndicatorCommands", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManProvidersListenerParameters", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "CodeLensIndicatorProviderAttribute", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManProviderSetItemDynamicParameters", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "CodeLensIndicatorTemplateProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManConfigElement", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "CodeLensIndicatorTemplateProviderAttribute", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManConfigLeafElement", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "CodeLensOptions", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManConfigContainerElement", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "CodeLensPresenterStyle", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManCredSSPCommandBase", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "CodeLensOptionBehaviorAttribute", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "DisableWSManCredSSPCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "CodeLensTextViewProperties", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "EnableWSManCredSSPCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensAccessKeySource", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "GetWSManCredSSPCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensAdornmentCache", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManEnumFlags", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensAdornmentCreationListener", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManSessionFlags", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensAdornmentViewModel", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "AuthenticationMechanism", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensDataPointViewModelBase", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "IWSMan", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensDataPointViewModelReference", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "IWSManConnectionOptions", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensIndicator", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "IWSManConnectionOptionsEx", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensAdornmentViewModelProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "IWSManConnectionOptionsEx2", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensDataPoint", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "IWSManEnumerator", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensDataPointProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "IWSManEx", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensDataPointProviderMetadata", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "IWSManResourceLocator", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensDataPointViewModel", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "IWSManSession", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensDataPointViewModelProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "IWSManResourceLocatorInternal", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensIndicatorService", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "WSManClass", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensDescriptor", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "GPClass", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensDetailsTemplateProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "GpoNativeApi", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensEventHandler", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SetWSManQuickConfigCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensEventManager", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "TestWSManCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensGlyphDataPointViewModel", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "InvokeWSManActionCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensIndicatorCollection", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "AuthenticatingWSManCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensIndicatorProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "ConnectWSManCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensIndicatorTemplateProvider", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "DisconnectWSManCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensIntegerDataPointViewModel", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "GetWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensTag", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "SetWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "LocalizedNameAttribute", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "RemoveWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "PriorityAttribute", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense" + "Name": "NewWSManInstanceCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ICodeLensAdornment_Test", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense.Test" + "Name": "NewWSManSessionOptionCommand", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "WaitIndicatorResult", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense.Utilities" + "Name": "WSManPSSnapIn", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "IWaitContext", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense.Utilities" + "Name": "ConnectWSMan", + "Namespace": "Microsoft.WSMan.Management.Activities" }, { - "Name": "IWaitIndicator", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense.Utilities" + "Name": "DisableWSManCredSSP", + "Namespace": "Microsoft.WSMan.Management.Activities" }, { - "Name": "WaitHelper", - "Namespace": "Microsoft.VisualStudio.Language.Intellisense.Utilities" + "Name": "DisconnectWSMan", + "Namespace": "Microsoft.WSMan.Management.Activities" }, { - "Name": "IImageHandle", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "EnableWSManCredSSP", + "Namespace": "Microsoft.WSMan.Management.Activities" }, { - "Name": "ImageMoniker", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "GetWSManCredSSP", + "Namespace": "Microsoft.WSMan.Management.Activities" }, { - "Name": "ITextDataModel", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "GetWSManInstance", + "Namespace": "Microsoft.WSMan.Management.Activities" }, { - "Name": "TextDataModelContentTypeChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "InvokeWSManAction", + "Namespace": "Microsoft.WSMan.Management.Activities" }, { - "Name": "VirtualSnapshotPoint", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "NewWSManInstance", + "Namespace": "Microsoft.WSMan.Management.Activities" }, { - "Name": "VirtualSnapshotSpan", - "Namespace": "Microsoft.VisualStudio.Text" + "Name": "NewWSManSessionOption", + "Namespace": "Microsoft.WSMan.Management.Activities" }, { - "Name": "ChangeTag", - "Namespace": "Microsoft.VisualStudio.Text.Document" + "Name": "RemoveWSManInstance", + "Namespace": "Microsoft.WSMan.Management.Activities" }, { - "Name": "ChangeTypes", - "Namespace": "Microsoft.VisualStudio.Text.Document" + "Name": "SetWSManInstance", + "Namespace": "Microsoft.WSMan.Management.Activities" }, { - "Name": "TagAggregatorOptions", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "SetWSManQuickConfig", + "Namespace": "Microsoft.WSMan.Management.Activities" }, { - "Name": "BatchedTagsChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "TestWSMan", + "Namespace": "Microsoft.WSMan.Management.Activities" }, { - "Name": "TrackingTagSpan`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "SessionOption", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ITagAggregator`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ProxyAccessType", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "IBufferTagAggregatorFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ProxyAuthentication", + "Namespace": "Microsoft.WSMan.Management" }, { - "Name": "ITagger`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "WecException", + "Namespace": "Microsoft.WindowsEventCollection" }, { - "Name": "IMappingTagSpan`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "NumericTextBox", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" }, { - "Name": "MappingTagSpan`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "FullDateTimePicker", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" }, { - "Name": "SimpleTagger`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "TimeSpanFormat", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" }, { - "Name": "TagsChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "IFeedbackSnapIn", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" }, { - "Name": "ITaggerProvider", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "SnapInFeedback", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" }, { - "Name": "ITagSpan`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "UIException", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" }, { - "Name": "TagSpan`1", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "UIValidationException", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" }, { - "Name": "TagTypeAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "TaskSchedulerUIException", + "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" }, { - "Name": "ClassificationTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "InitializationDialog", + "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" }, { - "Name": "IClassificationTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "ComputerPickerWrapper", + "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" }, { - "Name": "IUrlTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "Errors", + "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" }, { - "Name": "UrlTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "NativeMethods", + "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" }, { - "Name": "ITag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "InstallUtilitySupport", + "Namespace": "Microsoft.SnapIns.NetworkPolicyServer" }, { - "Name": "ITextSearchNavigator", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "NpsSnapIn", + "Namespace": "Microsoft.SnapIns.NetworkPolicyServer" }, { - "Name": "ITextSearchNavigatorFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "NpsSnapInRmtExtension", + "Namespace": "Microsoft.SnapIns.NetworkPolicyServer" }, { - "Name": "ITextSearchService", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "MergeLocalizationDirectives", + "Namespace": "Microsoft.Build.Tasks.Windows" }, { - "Name": "ITextSearchService2", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "MarkupCompilePass1", + "Namespace": "Microsoft.Build.Tasks.Windows" }, { - "Name": "ITextStructureNavigatorProvider", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "MarkupCompilePass2", + "Namespace": "Microsoft.Build.Tasks.Windows" }, { - "Name": "ITextStructureNavigatorSelectorService", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "FileClassifier", + "Namespace": "Microsoft.Build.Tasks.Windows" }, { - "Name": "FindData", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "UidManager", + "Namespace": "Microsoft.Build.Tasks.Windows" }, { - "Name": "FindOptions", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "UpdateManifestForBrowserApplication", + "Namespace": "Microsoft.Build.Tasks.Windows" }, { - "Name": "ITextStructureNavigator", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ResourcesGenerator", + "Namespace": "Microsoft.Build.Tasks.Windows" }, { - "Name": "TextExtent", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "GenerateTemporaryTargetAssembly", + "Namespace": "Microsoft.Build.Tasks.Windows" }, { - "Name": "IMergeTextUndoTransactionPolicy", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "GetWinFXPath", + "Namespace": "Microsoft.Build.Tasks.Windows" }, { - "Name": "ITextBufferUndoManager", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "CommonDialog", + "Namespace": "Microsoft.Win32" }, { - "Name": "ITextBufferUndoManagerProvider", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "FileDialog", + "Namespace": "Microsoft.Win32" }, { - "Name": "ITextUndoHistory", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "FileDialogCustomPlace", + "Namespace": "Microsoft.Win32" }, { - "Name": "ITextUndoHistoryRegistry", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "FileDialogCustomPlaces", + "Namespace": "Microsoft.Win32" }, { - "Name": "ITextUndoPrimitive", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "OpenFileDialog", + "Namespace": "Microsoft.Win32" }, { - "Name": "ITextUndoTransaction", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "SaveFileDialog", + "Namespace": "Microsoft.Win32" }, { - "Name": "TextUndoHistoryState", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "DesignerProperties", + "Namespace": "System.ComponentModel" }, { - "Name": "TextUndoRedoEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "StartupEventHandler", + "Namespace": "System.Windows" }, { - "Name": "TextUndoTransactionCompletedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "ExitEventHandler", + "Namespace": "System.Windows" }, { - "Name": "TextUndoTransactionCompletionResult", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "SessionEndingCancelEventHandler", + "Namespace": "System.Windows" }, { - "Name": "UndoTransactionState", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "Application", + "Namespace": "System.Windows" }, { - "Name": "DeferCreationAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ShutdownMode", + "Namespace": "System.Windows" }, { - "Name": "EditorOptionKey`1", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ReasonSessionEnding", + "Namespace": "System.Windows" }, { - "Name": "DefaultOptions", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "AttachedPropertyBrowsableForChildrenAttribute", + "Namespace": "System.Windows" }, { - "Name": "ConvertTabsToSpaces", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FrameworkCompatibilityPreferences", + "Namespace": "System.Windows" }, { - "Name": "TabSize", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ComponentResourceKey", + "Namespace": "System.Windows" }, { - "Name": "IndentSize", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Condition", + "Namespace": "System.Windows" }, { - "Name": "ReplicateNewLineCharacter", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ConditionCollection", + "Namespace": "System.Windows" }, { - "Name": "NewLineCharacter", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ExceptionRoutedEventArgs", + "Namespace": "System.Windows" }, { - "Name": "LongBufferLineThreshold", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "MediaScriptCommandRoutedEventArgs", + "Namespace": "System.Windows" }, { - "Name": "LongBufferLineChunk", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CornerRadius", + "Namespace": "System.Windows" }, { - "Name": "EditorOptionChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CornerRadiusConverter", + "Namespace": "System.Windows" }, { - "Name": "EditorOptionDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "DataTemplate", + "Namespace": "System.Windows" }, { - "Name": "EditorOptionDefinition`1", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "DataTemplateKey", + "Namespace": "System.Windows" }, { - "Name": "IEditorOptions", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "DataTrigger", + "Namespace": "System.Windows" }, { - "Name": "IEditorOptionsFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "DeferrableContent", + "Namespace": "System.Windows" }, { - "Name": "DefaultOptionExtensions", - "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + "Name": "DeferrableContentConverter", + "Namespace": "System.Windows" }, { - "Name": "DifferenceBufferOptions", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "BaseValueSource", + "Namespace": "System.Windows" }, { - "Name": "DifferenceBufferOption`1", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "ValueSource", + "Namespace": "System.Windows" }, { - "Name": "DifferenceMappingMode", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "DependencyPropertyHelper", + "Namespace": "System.Windows" }, { - "Name": "IDifferenceTrackingSpanCollection", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "DialogResultConverter", + "Namespace": "System.Windows" }, { - "Name": "IDifferenceBuffer", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "DynamicResourceExtension", + "Namespace": "System.Windows" }, { - "Name": "IDifferenceBufferFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "DynamicResourceExtensionConverter", + "Namespace": "System.Windows" }, { - "Name": "IgnoreWhiteSpaceBehavior", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "EventSetter", + "Namespace": "System.Windows" }, { - "Name": "ISnapshotDifference", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "EventTrigger", + "Namespace": "System.Windows" }, { - "Name": "IgnoreDifferencePredicate", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "ExitEventArgs", + "Namespace": "System.Windows" }, { - "Name": "LineType", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "FigureUnitType", + "Namespace": "System.Windows" }, { - "Name": "SnapshotDifferenceChangeEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "FigureLength", + "Namespace": "System.Windows" }, { - "Name": "SnapshotLineTransform", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "FigureLengthConverter", + "Namespace": "System.Windows" }, { - "Name": "ClassificationChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "FontSizeConverter", + "Namespace": "System.Windows" }, { - "Name": "ClassificationSpan", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "FrameworkContentElement", + "Namespace": "System.Windows" }, { - "Name": "ClassificationTypeAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "HorizontalAlignment", + "Namespace": "System.Windows" }, { - "Name": "IClassificationType", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "VerticalAlignment", + "Namespace": "System.Windows" }, { - "Name": "ClassificationTypeDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "FrameworkElement", + "Namespace": "System.Windows" }, { - "Name": "IClassificationTypeRegistryService", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "FrameworkElementFactory", + "Namespace": "System.Windows" }, { - "Name": "IClassifier", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "FrameworkPropertyMetadataOptions", + "Namespace": "System.Windows" }, { - "Name": "IClassifierAggregatorService", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "FrameworkPropertyMetadata", + "Namespace": "System.Windows" }, { - "Name": "IClassifierProvider", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "FrameworkTemplate", + "Namespace": "System.Windows" }, { - "Name": "IViewTagAggregatorFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "GridUnitType", + "Namespace": "System.Windows" }, { - "Name": "IViewTaggerProvider", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "GridLength", + "Namespace": "System.Windows" }, { - "Name": "IOutliningRegionTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "GridLengthConverter", + "Namespace": "System.Windows" }, { - "Name": "OutliningRegionTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "HierarchicalDataTemplate", + "Namespace": "System.Windows" }, { - "Name": "OverviewMarkTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "InheritanceBehavior", + "Namespace": "System.Windows" }, { - "Name": "ErrorTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "IFrameworkInputElement", + "Namespace": "System.Windows" }, { - "Name": "IErrorTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "LengthConverter", + "Namespace": "System.Windows" }, { - "Name": "IOverviewMarkTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "Localization", + "Namespace": "System.Windows" }, { - "Name": "TextMarkerTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "LogicalTreeHelper", + "Namespace": "System.Windows" }, { - "Name": "ITextMarkerTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "LostFocusEventManager", + "Namespace": "System.Windows" }, { - "Name": "SpaceNegotiatingAdornmentTag", - "Namespace": "Microsoft.VisualStudio.Text.Tagging" + "Name": "MessageBox", + "Namespace": "System.Windows" }, { - "Name": "ICollapsible", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "MessageBoxResult", + "Namespace": "System.Windows" }, { - "Name": "ICollapsed", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "MessageBoxOptions", + "Namespace": "System.Windows" }, { - "Name": "IOutliningManager", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "MessageBoxImage", + "Namespace": "System.Windows" }, { - "Name": "IOutliningManagerService", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "MessageBoxButton", + "Namespace": "System.Windows" }, { - "Name": "OutliningEnabledEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "MultiDataTrigger", + "Namespace": "System.Windows" }, { - "Name": "RegionsCollapsedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "MultiTrigger", + "Namespace": "System.Windows" }, { - "Name": "RegionsExpandedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "NullableBoolConverter", + "Namespace": "System.Windows" }, { - "Name": "RegionsChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Outlining" + "Name": "PropertyPath", + "Namespace": "System.Windows" }, { - "Name": "IEditorOperations", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "PropertyPathConverter", + "Namespace": "System.Windows" }, { - "Name": "IEditorOperations2", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "RequestBringIntoViewEventArgs", + "Namespace": "System.Windows" }, { - "Name": "IEditorOperationsFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Operations" + "Name": "RequestBringIntoViewEventHandler", + "Namespace": "System.Windows" }, { - "Name": "IIncrementalSearch", - "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + "Name": "ResourceDictionary", + "Namespace": "System.Windows" }, { - "Name": "IIncrementalSearchFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + "Name": "ResourceDictionaryLocation", + "Namespace": "System.Windows" }, { - "Name": "IncrementalSearchResult", - "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + "Name": "ColorConvertedBitmapExtension", + "Namespace": "System.Windows" }, { - "Name": "IncrementalSearchDirection", - "Namespace": "Microsoft.VisualStudio.Text.IncrementalSearch" + "Name": "StaticResourceExtension", + "Namespace": "System.Windows" }, { - "Name": "IAdornmentElement", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "ResourceKey", + "Namespace": "System.Windows" }, { - "Name": "ISequenceElement", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "ResourceReferenceKeyNotFoundException", + "Namespace": "System.Windows" }, { - "Name": "ITextAndAdornmentCollection", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "RoutedPropertyChangedEventHandler`1", + "Namespace": "System.Windows" }, { - "Name": "ITextAndAdornmentSequencer", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "RoutedPropertyChangedEventArgs`1", + "Namespace": "System.Windows" }, { - "Name": "ITextAndAdornmentSequencerFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "Setter", + "Namespace": "System.Windows" }, { - "Name": "ITextViewLine", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "SetterBase", + "Namespace": "System.Windows" }, { - "Name": "LineTransform", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "SetterBaseCollection", + "Namespace": "System.Windows" }, { - "Name": "TextBounds", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "SizeChangedEventArgs", + "Namespace": "System.Windows" }, { - "Name": "TextAndAdornmentSequenceChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "SizeChangedEventHandler", + "Namespace": "System.Windows" }, { - "Name": "TextViewLineChange", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "SessionEndingCancelEventArgs", + "Namespace": "System.Windows" }, { - "Name": "VisibilityState", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "StartupEventArgs", + "Namespace": "System.Windows" }, { - "Name": "DefaultTextViewOptions", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Style", + "Namespace": "System.Windows" }, { - "Name": "DefaultTextViewHostOptions", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "StyleTypedPropertyAttribute", + "Namespace": "System.Windows" }, { - "Name": "DragDropEditing", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SystemColors", + "Namespace": "System.Windows" }, { - "Name": "OverwriteMode", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SystemCommands", + "Namespace": "System.Windows" }, { - "Name": "UseVirtualSpace", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SystemFonts", + "Namespace": "System.Windows" }, { - "Name": "IsViewportLeftClipped", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PowerLineStatus", + "Namespace": "System.Windows" }, { - "Name": "ViewProhibitUserInput", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SystemParameters", + "Namespace": "System.Windows" }, { - "Name": "CutOrCopyBlankLineIfNoSelection", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TemplateBindingExpression", + "Namespace": "System.Windows" }, { - "Name": "WordWrapStyle", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TemplateBindingExpressionConverter", + "Namespace": "System.Windows" }, { - "Name": "UseVisibleWhitespace", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TemplateBindingExtension", + "Namespace": "System.Windows" }, { - "Name": "ProduceScreenReaderFriendlyText", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TemplateBindingExtensionConverter", + "Namespace": "System.Windows" }, { - "Name": "VerticalScrollBarEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TemplateContent", + "Namespace": "System.Windows" }, { - "Name": "HorizontalScrollBarEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TemplateContentLoader", + "Namespace": "System.Windows" }, { - "Name": "GlyphMarginEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TemplateKey", + "Namespace": "System.Windows" }, { - "Name": "SuggestionMarginEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TemplatePartAttribute", + "Namespace": "System.Windows" }, { - "Name": "SelectionMarginEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TemplateVisualStateAttribute", + "Namespace": "System.Windows" }, { - "Name": "LineNumberMarginEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "LineStackingStrategy", + "Namespace": "System.Windows" }, { - "Name": "AutoScrollEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ColumnSpaceDistribution", + "Namespace": "System.Windows" }, { - "Name": "ChangeTrackingMarginEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FigureVerticalAnchor", + "Namespace": "System.Windows" }, { - "Name": "OutliningMarginEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FigureHorizontalAnchor", + "Namespace": "System.Windows" }, { - "Name": "OutliningUndoEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WrapDirection", + "Namespace": "System.Windows" }, { - "Name": "ZoomControlEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ThemeDictionaryExtension", + "Namespace": "System.Windows" }, { - "Name": "DisplayUrlsAsHyperlinks", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ThemeInfoAttribute", + "Namespace": "System.Windows" }, { - "Name": "CaretPosition", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Thickness", + "Namespace": "System.Windows" }, { - "Name": "CaretPositionChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ThicknessConverter", + "Namespace": "System.Windows" }, { - "Name": "IScrollMap", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Trigger", + "Namespace": "System.Windows" }, { - "Name": "IScrollMapFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TriggerAction", + "Namespace": "System.Windows" }, { - "Name": "ISmartIndent", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TriggerActionCollection", + "Namespace": "System.Windows" }, { - "Name": "ISmartIndentProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TriggerBase", + "Namespace": "System.Windows" }, { - "Name": "ISmartIndentationService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TriggerCollection", + "Namespace": "System.Windows" }, { - "Name": "ITextCaret", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "VisualState", + "Namespace": "System.Windows" }, { - "Name": "ITextSelection", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "VisualStateChangedEventArgs", + "Namespace": "System.Windows" }, { - "Name": "ITextView", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "VisualStateGroup", + "Namespace": "System.Windows" }, { - "Name": "ITextViewLineCollection", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "VisualStateManager", + "Namespace": "System.Windows" }, { - "Name": "ITextViewMargin", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "VisualTransition", + "Namespace": "System.Windows" }, { - "Name": "ITextViewModel", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Window", + "Namespace": "System.Windows" }, { - "Name": "ITextViewModelProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WindowStyle", + "Namespace": "System.Windows" }, { - "Name": "ITextViewRoleSet", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WindowState", + "Namespace": "System.Windows" }, { - "Name": "IVerticalFractionMap", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WindowStartupLocation", + "Namespace": "System.Windows" }, { - "Name": "IVerticalScrollBar", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ResizeMode", + "Namespace": "System.Windows" }, { - "Name": "IViewScroller", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WindowCollection", + "Namespace": "System.Windows" }, { - "Name": "EnsureSpanVisibleOptions", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "JumpItem", + "Namespace": "System.Windows.Shell" }, { - "Name": "MarginContainerAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "JumpItemRejectionReason", + "Namespace": "System.Windows.Shell" }, { - "Name": "MouseHoverAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "JumpItemsRejectedEventArgs", + "Namespace": "System.Windows.Shell" }, { - "Name": "MouseHoverEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "JumpItemsRemovedEventArgs", + "Namespace": "System.Windows.Shell" }, { - "Name": "PredefinedMarginNames", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "JumpList", + "Namespace": "System.Windows.Shell" }, { - "Name": "PredefinedTextViewRoles", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "JumpPath", + "Namespace": "System.Windows.Shell" }, { - "Name": "ReplacesAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "JumpTask", + "Namespace": "System.Windows.Shell" }, { - "Name": "ScrollDirection", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TaskbarItemProgressState", + "Namespace": "System.Windows.Shell" }, { - "Name": "TextSelectionMode", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TaskbarItemInfo", + "Namespace": "System.Windows.Shell" }, { - "Name": "TextViewCreatedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ThumbButtonInfo", + "Namespace": "System.Windows.Shell" }, { - "Name": "TextViewLayoutChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ThumbButtonInfoCollection", + "Namespace": "System.Windows.Shell" }, { - "Name": "TextViewRoleAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ResizeGripDirection", + "Namespace": "System.Windows.Shell" }, { - "Name": "ViewRelativePosition", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "NonClientFrameEdges", + "Namespace": "System.Windows.Shell" }, { - "Name": "ViewState", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "WindowChrome", + "Namespace": "System.Windows.Shell" }, { - "Name": "WordWrapStyles", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Ellipse", + "Namespace": "System.Windows.Shapes" }, { - "Name": "ViewOptionDefinition`1", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Line", + "Namespace": "System.Windows.Shapes" }, { - "Name": "ZoomConstants", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "Path", + "Namespace": "System.Windows.Shapes" }, { - "Name": "TextViewOptionExtensions", - "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + "Name": "Polygon", + "Namespace": "System.Windows.Shapes" }, { - "Name": "TextViewHostOptionExtensions", - "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + "Name": "Polyline", + "Namespace": "System.Windows.Shapes" }, { - "Name": "DifferenceHighlightMode", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "Rectangle", + "Namespace": "System.Windows.Shapes" }, { - "Name": "DifferenceHighlightMode2", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "Shape", + "Namespace": "System.Windows.Shapes" }, { - "Name": "DifferenceViewerOptions", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "Baml2006Reader", + "Namespace": "System.Windows.Baml2006" }, { - "Name": "DifferenceViewerOption`1", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "StreamResourceInfo", + "Namespace": "System.Windows.Resources" }, { - "Name": "DifferenceViewerRoles", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "ContentTypes", + "Namespace": "System.Windows.Resources" }, { - "Name": "DifferenceViewMode", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "CommandConverter", + "Namespace": "System.Windows.Input" }, { - "Name": "DifferenceViewType", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "KeyboardNavigationMode", + "Namespace": "System.Windows.Input" }, { - "Name": "IDifferenceViewer", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "KeyboardNavigation", + "Namespace": "System.Windows.Input" }, { - "Name": "IViewClassifierAggregatorService", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "AdornerHitTestResult", + "Namespace": "System.Windows.Media" }, { - "Name": "BracePairAttribute", - "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + "Name": "TextOptions", + "Namespace": "System.Windows.Media" }, { - "Name": "IBraceCompletionDefaultProvider", - "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + "Name": "BeginStoryboard", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IBraceCompletionSession", - "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + "Name": "ControllableStoryboardAction", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IBraceCompletionSessionProvider", - "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + "Name": "PauseStoryboard", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IBraceCompletionContext", - "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + "Name": "RemoveStoryboard", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IBraceCompletionContextProvider", - "Namespace": "Microsoft.VisualStudio.Text.BraceCompletion" + "Name": "ResumeStoryboard", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ErrorTypeDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "SeekStoryboard", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IErrorProviderFactory", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "SetStoryboardSpeedRatio", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ITextMarkerProviderFactory", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "SkipStoryboardToFill", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IToolTipProvider", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "StopStoryboard", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IToolTipProviderFactory", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "Storyboard", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "PopupStyles", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "DiscreteThicknessKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "PredefinedErrorTypeNames", - "Namespace": "Microsoft.VisualStudio.Text.Adornments" + "Name": "ThicknessKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IFormattedLine", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "LinearThicknessKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IFormattedLineSource", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "SplineThicknessKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IFormattedTextSourceFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "EasingThicknessKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ILineTransformSource", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "ThicknessAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ILineTransformSourceProvider", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "ThicknessAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ITextParagraphPropertiesFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "ThicknessAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IWpfTextViewLine", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "ThicknessKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextFormattingParagraphProperties", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "ResourceDictionaryDiagnostics", + "Namespace": "System.Windows.Diagnostics" }, { - "Name": "TextFormattingRunProperties", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "ResourceDictionaryLoadedEventArgs", + "Namespace": "System.Windows.Diagnostics" }, { - "Name": "IRtfBuilderService", - "Namespace": "Microsoft.VisualStudio.Text.Formatting" + "Name": "ResourceDictionaryUnloadedEventArgs", + "Namespace": "System.Windows.Diagnostics" }, { - "Name": "IOverviewTipManager", - "Namespace": "Microsoft.VisualStudio.Text.OverviewMargin" + "Name": "ResourceDictionaryInfo", + "Namespace": "System.Windows.Diagnostics" }, { - "Name": "IOverviewTipManagerProvider", - "Namespace": "Microsoft.VisualStudio.Text.OverviewMargin" + "Name": "BindingStatus", + "Namespace": "System.Windows.Data" }, { - "Name": "CreateTextViewHostCallback", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "Binding", + "Namespace": "System.Windows.Data" }, { - "Name": "IDifferenceTextViewModel", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "BindingMode", + "Namespace": "System.Windows.Data" }, { - "Name": "IWpfDifferenceViewerFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "UpdateSourceTrigger", + "Namespace": "System.Windows.Data" }, { - "Name": "IWpfDifferenceViewer", - "Namespace": "Microsoft.VisualStudio.Text.Differencing" + "Name": "BindingBase", + "Namespace": "System.Windows.Data" }, { - "Name": "ClassificationFormatDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "UpdateSourceExceptionFilterCallback", + "Namespace": "System.Windows.Data" }, { - "Name": "IEditorFormatMapService", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "BindingExpression", + "Namespace": "System.Windows.Data" }, { - "Name": "IEditorFormatMap", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "BindingExpressionBase", + "Namespace": "System.Windows.Data" }, { - "Name": "IClassificationFormatMap", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "BindingGroup", + "Namespace": "System.Windows.Data" }, { - "Name": "EditorFormatDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "BindingListCollectionView", + "Namespace": "System.Windows.Data" }, { - "Name": "IClassificationFormatMapService", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "BindingOperations", + "Namespace": "System.Windows.Data" }, { - "Name": "FormatItemsEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "CollectionContainer", + "Namespace": "System.Windows.Data" }, { - "Name": "MarkerFormatDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "CollectionRegisteringEventArgs", + "Namespace": "System.Windows.Data" }, { - "Name": "UserVisibleAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "CollectionSynchronizationCallback", + "Namespace": "System.Windows.Data" }, { - "Name": "Priority", - "Namespace": "Microsoft.VisualStudio.Text.Classification" + "Name": "CollectionView", + "Namespace": "System.Windows.Data" }, { - "Name": "AdornmentLayerDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CollectionViewGroup", + "Namespace": "System.Windows.Data" }, { - "Name": "AdornmentPositioningBehavior", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CollectionViewRegisteringEventArgs", + "Namespace": "System.Windows.Data" }, { - "Name": "AdornmentRemovedCallback", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CollectionViewSource", + "Namespace": "System.Windows.Data" }, { - "Name": "IAdornmentLayer", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "CompositeCollection", + "Namespace": "System.Windows.Data" }, { - "Name": "IAdornmentLayerElement", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "DataChangedEventManager", + "Namespace": "System.Windows.Data" }, { - "Name": "PredefinedAdornmentLayers", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "DataTransferEventArgs", + "Namespace": "System.Windows.Data" }, { - "Name": "BackgroundBrushChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FilterEventArgs", + "Namespace": "System.Windows.Data" }, { - "Name": "GridCellLengthAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "FilterEventHandler", + "Namespace": "System.Windows.Data" }, { - "Name": "GridUnitTypeAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "IMultiValueConverter", + "Namespace": "System.Windows.Data" }, { - "Name": "OutliningCollapsedAdornmentControl", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "IValueConverter", + "Namespace": "System.Windows.Data" }, { - "Name": "OutliningMarginHeaderControl", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ListCollectionView", + "Namespace": "System.Windows.Data" }, { - "Name": "OutliningMarginBracketControl", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "GroupDescriptionSelectorCallback", + "Namespace": "System.Windows.Data" }, { - "Name": "CollapseHintAdornmentControl", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "MultiBinding", + "Namespace": "System.Windows.Data" }, { - "Name": "OutliningMarginControl", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "MultiBindingExpression", + "Namespace": "System.Windows.Data" }, { - "Name": "ConnectionReason", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ObjectDataProvider", + "Namespace": "System.Windows.Data" }, { - "Name": "EditorStyleNames", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PriorityBinding", + "Namespace": "System.Windows.Data" }, { - "Name": "ImeTextComposition", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PriorityBindingExpression", + "Namespace": "System.Windows.Data" }, { - "Name": "IntraTextAdornment", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "PropertyGroupDescription", + "Namespace": "System.Windows.Data" }, { - "Name": "IntraTextAdornmentTag", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RelativeSourceMode", + "Namespace": "System.Windows.Data" }, { - "Name": "ISpaceReservationAgent", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RelativeSource", + "Namespace": "System.Windows.Data" }, { - "Name": "ISpaceReservationManager", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ValueConversionAttribute", + "Namespace": "System.Windows.Data" }, { - "Name": "ITextEditorFactoryService", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ValueUnavailableException", + "Namespace": "System.Windows.Data" }, { - "Name": "IWpfTextViewMarginProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "XmlNamespaceMappingCollection", + "Namespace": "System.Windows.Data" }, { - "Name": "IWpfTextView", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "XmlDataProvider", + "Namespace": "System.Windows.Data" }, { - "Name": "IWpfTextViewConnectionListener", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "XmlNamespaceMapping", + "Namespace": "System.Windows.Data" }, { - "Name": "IWpfTextViewCreationListener", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ComponentResourceKeyConverter", + "Namespace": "System.Windows.Markup" }, { - "Name": "IWpfTextViewHost", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "EventSetterHandlerConverter", + "Namespace": "System.Windows.Markup" }, { - "Name": "IWpfTextViewLineCollection", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ResourceReferenceExpressionConverter", + "Namespace": "System.Windows.Markup" }, { - "Name": "IWpfTextViewMargin", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "DependencyPropertyConverter", + "Namespace": "System.Windows.Markup" }, { - "Name": "SpaceReservationAgentChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "IStyleConnector", + "Namespace": "System.Windows.Markup" }, { - "Name": "SpaceReservationManagerDefinition", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "XamlTypeMapper", + "Namespace": "System.Windows.Markup" }, { - "Name": "WpfTextViewKeyboardFilterName", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "NamespaceMapEntry", + "Namespace": "System.Windows.Markup" }, { - "Name": "WpfViewOptionDefinition`1", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ParserContext", + "Namespace": "System.Windows.Markup" }, { - "Name": "DefaultWpfViewOptions", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "RoutedEventConverter", + "Namespace": "System.Windows.Markup" }, { - "Name": "HighlightCurrentLineOption", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "SetterTriggerConditionValueConverter", + "Namespace": "System.Windows.Markup" }, { - "Name": "SimpleGraphicsOption", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "TemplateKeyConverter", + "Namespace": "System.Windows.Markup" }, { - "Name": "UseReducedOpacityForHighContrastOption", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "XamlDesignerSerializationManager", + "Namespace": "System.Windows.Markup" }, { - "Name": "MouseWheelZoomEnabled", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "XamlInstanceCreator", + "Namespace": "System.Windows.Markup" }, { - "Name": "AppearanceCategoryOption", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "XamlParseException", + "Namespace": "System.Windows.Markup" }, { - "Name": "ZoomLevel", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "XamlReader", + "Namespace": "System.Windows.Markup" }, { - "Name": "ZoomLevelChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "XamlWriter", + "Namespace": "System.Windows.Markup" }, { - "Name": "IGlyphTag", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "XamlWriterMode", + "Namespace": "System.Windows.Markup" }, { - "Name": "IGlyphFactory", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "XamlWriterState", + "Namespace": "System.Windows.Markup" }, { - "Name": "IGlyphMouseProcessorProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "XmlAttributeProperties", + "Namespace": "System.Windows.Markup" }, { - "Name": "IGlyphFactoryProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "XmlnsDictionary", + "Namespace": "System.Windows.Markup" }, { - "Name": "IKeyProcessorProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "MarkupWriter", + "Namespace": "System.Windows.Markup.Primitives" }, { - "Name": "IMouseProcessor", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "BamlLocalizabilityResolver", + "Namespace": "System.Windows.Markup.Localizer" }, { - "Name": "IMouseProcessor2", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "ElementLocalizability", + "Namespace": "System.Windows.Markup.Localizer" }, { - "Name": "IMouseProcessorProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "BamlLocalizableResource", + "Namespace": "System.Windows.Markup.Localizer" }, { - "Name": "KeyProcessor", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "BamlLocalizableResourceKey", + "Namespace": "System.Windows.Markup.Localizer" }, { - "Name": "MouseProcessorBase", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "BamlLocalizationDictionaryEnumerator", + "Namespace": "System.Windows.Markup.Localizer" }, { - "Name": "ZoomControl", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "BamlLocalizationDictionary", + "Namespace": "System.Windows.Markup.Localizer" }, { - "Name": "ZoomLevelConverter", - "Namespace": "Microsoft.VisualStudio.Text.Editor" + "Name": "BamlLocalizer", + "Namespace": "System.Windows.Markup.Localizer" }, { - "Name": "WpfViewOptionExtensions", - "Namespace": "Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods" + "Name": "BamlLocalizerErrorNotifyEventHandler", + "Namespace": "System.Windows.Markup.Localizer" }, { - "Name": "DragDropInfo", - "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + "Name": "BamlLocalizerError", + "Namespace": "System.Windows.Markup.Localizer" }, { - "Name": "DragDropPointerEffects", - "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + "Name": "BamlLocalizerErrorNotifyEventArgs", + "Namespace": "System.Windows.Markup.Localizer" }, { - "Name": "DropFormatAttribute", - "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + "Name": "ButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IDropHandler", - "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + "Name": "ButtonBaseAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IDropHandlerProvider", - "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + "Name": "CalendarAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "DropHandlerBase", - "Namespace": "Microsoft.VisualStudio.Text.Editor.DragDrop" + "Name": "CalendarButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AssemblyCacheMonitor", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "CheckBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ShadowCopyMonitor", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "ComboBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "DirectiveProcessor", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "ContentTextAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "DirectiveProcessorException", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "ContextMenuAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IRecognizeHostSpecific", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "DataGridAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "EncodingHelper", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "DataGridCellAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "Engine", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "DataGridCellItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ParameterDirectiveProcessor", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "DataGridColumnHeaderItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "RequiresProvidesDirectiveProcessor", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "DataGridColumnHeaderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "TextTransformation", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "DataGridColumnHeadersPresenterAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "TextTemplatingSession", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "DataGridDetailsPresenterAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ToStringHelper", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "DataGridItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ITextTemplatingCallback", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "DataGridRowAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ITextTemplating", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "DataGridRowHeaderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ITextTemplatingComponents", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "DatePickerAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ITextTemplatingEngine", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "DateTimeAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ITextTemplatingEngineHost", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "DocumentAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ITextTemplatingSessionHost", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "DocumentPageViewAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ITextTemplatingSession", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "DocumentViewerAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "STextTemplating", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "DocumentViewerBaseAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "DirectiveProcessorAttribute", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "ExpanderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "SupportedDirectiveAttribute", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "FixedPageAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IDirectiveProcessor", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "FlowDocumentPageViewerAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "TransformingAllTemplatesEventArgs", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "FlowDocumentReaderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "TransformedAllTemplatesEventArgs", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "FlowDocumentScrollViewerAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ITextTemplatingOrchestrator", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "FrameAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IDirectiveProcessorMetadata", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "FrameworkContentElementAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IDebugTransformationRun", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "FrameworkElementAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IDebugTextTemplating", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "GridSplitterAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "DebugTemplateEventArgs", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "GridViewAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IDebugTextTemplatingEngine", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "GridViewColumnHeaderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IDebugTransformationRunFactory", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "GridViewHeaderRowPresenterAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ServiceProviderExtensions", - "Namespace": "Microsoft.VisualStudio.TextTemplating" + "Name": "GridViewCellAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ModelingTextTransformation", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "GridViewItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ModelBusEnabledTextTransformation", - "Namespace": "Microsoft.VisualStudio.TextTemplating.Modeling" + "Name": "GroupBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "SessionStoreCache", - "Namespace": "Microsoft.VisualStudio.TextTemplating.Modeling" + "Name": "GroupItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "VsTextTemplatingModelingAdapterManager", - "Namespace": "Microsoft.VisualStudio.TextTemplating.Modeling" + "Name": "HyperlinkAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "CompositionServices", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "ImageAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "CommandIds", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "InkCanvasAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "OrchestratorOptionsPage", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "InkPresenterAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "OrchestratorOptionsAutomation", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "ItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ProvideCodeGeneratorAttribute", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "ItemsControlAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ProvideCodeGeneratorExtensionAttribute", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "IViewAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ProvideDirectiveProcessorAttribute", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "LabelAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ProvideIncludeFolderAttribute", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "ListBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "BaseCodeGenerator", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "ListBoxItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "BaseCodeGeneratorWithSite", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "ListBoxItemWrapperAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "BaseTemplatedCodeGenerator", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "ListViewAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "TemplatedPreprocessor", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "MediaElementAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "TemplatedCodeGenerator", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "MenuAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "TextTemplatingCallback", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "MenuItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "TransformationRunFactory", - "Namespace": "Microsoft.VisualStudio.TextTemplating.VSHost" + "Name": "NavigationWindowAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AsyncLocal`1", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "PasswordBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AwaitExtensions", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "ProgressBarAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "TplExtensions", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "RadioButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AsyncAutoResetEvent", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "RangeBaseAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AsyncBarrier", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "RepeatButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AsyncCountdownEvent", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "RichTextBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AsyncEventHandler", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "ScrollBarAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AsyncEventHandler`1", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "ScrollViewerAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AsyncLazy`1", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "SelectorAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AsyncManualResetEvent", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "SelectorItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AsyncQueue`1", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "SeparatorAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AsyncReaderWriterLock", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "SliderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AsyncReaderWriterResourceLock`2", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "StatusBarAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "AsyncSemaphore", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "StatusBarItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "DelegatingJoinableTaskFactory", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "TabControlAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "HangReportContribution", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "TabItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IAsyncDisposable", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "TabItemWrapperAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IHangReportContributor", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "TableAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "JoinableTask", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "TableCellAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "JoinableTaskCollection", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "TextAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "JoinableTaskContext", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "TextBlockAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "JoinableTaskContextNode", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "TextBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "JoinableTaskCreationOptions", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "ThumbAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "JoinableTaskFactory", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "TextElementAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "JoinableTask`1", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "ToggleButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "NoMessagePumpSyncContext", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "ToolBarAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ProgressWithCompletion`1", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "ToolTipAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "SpecializedSyncContext", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "TreeViewAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ThreadingTools", - "Namespace": "Microsoft.VisualStudio.Threading" + "Name": "TreeViewDataItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "TreeViewItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ChooseItemsDialog", - "Namespace": "Microsoft.VisualStudio.Toolbox" + "Name": "UserControlAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ChooseItemsPage", - "Namespace": "Microsoft.VisualStudio.Toolbox" + "Name": "Viewport3DAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ToolboxPackage", - "Namespace": "Microsoft.VisualStudio.Toolbox" + "Name": "WindowAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "Utilities", - "Namespace": "Microsoft.VisualStudio.Toolbox" + "Name": "JournalOwnership", + "Namespace": "System.Windows.Navigation" }, { - "Name": "NotEmptyStringConverter", - "Namespace": "Microsoft.VisualStudio.Toolbox" + "Name": "NavigationUIVisibility", + "Namespace": "System.Windows.Navigation" }, { - "Name": "IVsChooseToolboxItems", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "FragmentNavigationEventArgs", + "Namespace": "System.Windows.Navigation" }, { - "Name": "IVsChooseToolboxItemsPage", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "CustomContentState", + "Namespace": "System.Windows.Navigation" }, { - "Name": "IVsProvideClientControlledChooseToolboxItemsPages", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IProvideCustomContentState", + "Namespace": "System.Windows.Navigation" }, { - "Name": "SVsChooseToolboxItems", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "JournalEntry", + "Namespace": "System.Windows.Navigation" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "JournalEntryListConverter", + "Namespace": "System.Windows.Navigation" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "JournalEntryPosition", + "Namespace": "System.Windows.Navigation" }, { - "Name": "ClickOnceAddInDeploymentManager", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "JournalEntryUnifiedViewConverter", + "Namespace": "System.Windows.Navigation" }, { - "Name": "RSAPKCS1SHA256SignatureDescription", - "Namespace": "System.Deployment.Internal.CodeSigning" + "Name": "NavigatingCancelEventArgs", + "Namespace": "System.Windows.Navigation" }, { - "Name": "InvalidManifestException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "NavigationEventArgs", + "Namespace": "System.Windows.Navigation" }, { - "Name": "InstallAddInFailedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "NavigationFailedEventArgs", + "Namespace": "System.Windows.Navigation" }, { - "Name": "InstallAddInCanceledException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "NavigationMode", + "Namespace": "System.Windows.Navigation" }, { - "Name": "UninstallAddInFailedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "NavigationProgressEventArgs", + "Namespace": "System.Windows.Navigation" }, { - "Name": "UninstallAddInCanceledException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "NavigationService", + "Namespace": "System.Windows.Navigation" }, { - "Name": "OfflineAddInFailedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "NavigatingCancelEventHandler", + "Namespace": "System.Windows.Navigation" }, { - "Name": "AddInAlreadyInstalledException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "NavigationProgressEventHandler", + "Namespace": "System.Windows.Navigation" }, { - "Name": "InvalidRegistryStoreValueException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "NavigationFailedEventHandler", + "Namespace": "System.Windows.Navigation" }, { - "Name": "FrameworkVersionMismatchException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "NavigatedEventHandler", + "Namespace": "System.Windows.Navigation" }, { - "Name": "ClientConfigurationException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "LoadCompletedEventHandler", + "Namespace": "System.Windows.Navigation" }, { - "Name": "AddInException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "NavigationStoppedEventHandler", + "Namespace": "System.Windows.Navigation" }, { - "Name": "AddInInformation", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "FragmentNavigationEventHandler", + "Namespace": "System.Windows.Navigation" }, { - "Name": "CachedAttribute", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "NavigationWindow", + "Namespace": "System.Windows.Navigation" }, { - "Name": "ClickOnceAddInPromptingLevel", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "PageFunctionBase", + "Namespace": "System.Windows.Navigation" }, { - "Name": "ClickOnceAddInTrustEvidence", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "ReturnEventHandler`1", + "Namespace": "System.Windows.Navigation" }, { - "Name": "AddInInstallationStatus", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "PageFunction`1", + "Namespace": "System.Windows.Navigation" }, { - "Name": "AddInDeploymentArguments", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "RequestNavigateEventArgs", + "Namespace": "System.Windows.Navigation" }, { - "Name": "AddInDownloadedArgs", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "RequestNavigateEventHandler", + "Namespace": "System.Windows.Navigation" }, { - "Name": "AddInDownloadingArgs", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "ReturnEventArgs`1", + "Namespace": "System.Windows.Navigation" }, { - "Name": "AddInOfflineArgs", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "Adorner", + "Namespace": "System.Windows.Documents" }, { - "Name": "AddInProcessAbortArgs", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "AdornerDecorator", + "Namespace": "System.Windows.Documents" }, { - "Name": "AddInManifestsDownloadingArgs", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "AdornerLayer", + "Namespace": "System.Windows.Documents" }, { - "Name": "AddInManifestsDownloadedArgs", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "AnchoredBlock", + "Namespace": "System.Windows.Documents" }, { - "Name": "ClickOnceAddInDownloadProgressState", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "Block", + "Namespace": "System.Windows.Documents" }, { - "Name": "AddInDownloadProgressChangedArgs", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "BlockCollection", + "Namespace": "System.Windows.Documents" }, { - "Name": "AddInInstallingArgs", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "BlockUIContainer", + "Namespace": "System.Windows.Documents" }, { - "Name": "AddInInstalledArgs", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "Bold", + "Namespace": "System.Windows.Documents" }, { - "Name": "AddInUninstallingArgs", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "DocumentReference", + "Namespace": "System.Windows.Documents" }, { - "Name": "AddInUninstalledArgs", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "DocumentReferenceCollection", + "Namespace": "System.Windows.Documents" }, { - "Name": "AddInPostDeploymentActionArgs", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "FixedDocumentSequence", + "Namespace": "System.Windows.Documents" }, { - "Name": "HostTypeAttribute", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "EditingCommands", + "Namespace": "System.Windows.Documents" }, { - "Name": "HostAssemblyAttribute", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "Figure", + "Namespace": "System.Windows.Documents" }, { - "Name": "HostMemberAttribute", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "FixedDocument", + "Namespace": "System.Windows.Documents" }, { - "Name": "HostEventMethodType", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "FixedPage", + "Namespace": "System.Windows.Documents" }, { - "Name": "HostEventAttribute", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "Floater", + "Namespace": "System.Windows.Documents" }, { - "Name": "SafeArrayDefaultRankAttribute", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "FlowDocument", + "Namespace": "System.Windows.Documents" }, { - "Name": "IAddInPostDeploymentAction", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "FrameworkRichTextComposition", + "Namespace": "System.Windows.Documents" }, { - "Name": "IAppInfo", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "FrameworkTextComposition", + "Namespace": "System.Windows.Documents" }, { - "Name": "IAppInfoDocument", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "Glyphs", + "Namespace": "System.Windows.Documents" }, { - "Name": "ICachedType", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "Hyperlink", + "Namespace": "System.Windows.Documents" }, { - "Name": "IClickOnceAddInInstaller", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "Inline", + "Namespace": "System.Windows.Documents" }, { - "Name": "IClickOnceAddInCancelableInstaller", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "InlineCollection", + "Namespace": "System.Windows.Documents" }, { - "Name": "IClickOnceAddInTrustManager", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "InlineUIContainer", + "Namespace": "System.Windows.Documents" }, { - "Name": "IClickOnceAddInTrustManagerSettings", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Deployment" + "Name": "Italic", + "Namespace": "System.Windows.Documents" }, { - "Name": "IComAddInAutomationServiceProviderCallback", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "LineBreak", + "Namespace": "System.Windows.Documents" }, { - "Name": "RuntimeException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "LinkTarget", + "Namespace": "System.Windows.Documents" }, { - "Name": "ControlCouldNotBeInitializedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "LinkTargetCollection", + "Namespace": "System.Windows.Documents" }, { - "Name": "ControlNotFoundException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "List", + "Namespace": "System.Windows.Documents" }, { - "Name": "NotAvailableOfflineException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "ListItem", + "Namespace": "System.Windows.Documents" }, { - "Name": "NotAvailableOnlineException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "ListItemCollection", + "Namespace": "System.Windows.Documents" }, { - "Name": "CannotCreateCustomizationDomainException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "LogicalDirection", + "Namespace": "System.Windows.Documents" }, { - "Name": "DocumentNotCustomizedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "PageContent", + "Namespace": "System.Windows.Documents" }, { - "Name": "DocumentAlreadyCustomizedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "GetPageRootCompletedEventArgs", + "Namespace": "System.Windows.Documents" }, { - "Name": "DocumentCustomizedWithPreviousRuntimeException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "GetPageRootCompletedEventHandler", + "Namespace": "System.Windows.Documents" }, { - "Name": "CannotLoadManifestException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "PageContentCollection", + "Namespace": "System.Windows.Documents" }, { - "Name": "InvalidManifestException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "Paragraph", + "Namespace": "System.Windows.Documents" }, { - "Name": "InvalidDeployManifestException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "Run", + "Namespace": "System.Windows.Documents" }, { - "Name": "InvalidNewApplicationManifestException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "Section", + "Namespace": "System.Windows.Documents" }, { - "Name": "UpdateFailedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "Span", + "Namespace": "System.Windows.Documents" }, { - "Name": "UnknownCustomizationFileException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "Table", + "Namespace": "System.Windows.Documents" }, { - "Name": "DocumentClosedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TableCell", + "Namespace": "System.Windows.Documents" }, { - "Name": "DocumentNotLoadedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TableCellCollection", + "Namespace": "System.Windows.Documents" }, { - "Name": "DocumentAlreadyLoadedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TableColumn", + "Namespace": "System.Windows.Documents" }, { - "Name": "MissingHostItemIdException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TableColumnCollection", + "Namespace": "System.Windows.Documents" }, { - "Name": "MissingDataIdException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TableRow", + "Namespace": "System.Windows.Documents" }, { - "Name": "MissingTypeException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TableRowCollection", + "Namespace": "System.Windows.Documents" }, { - "Name": "CannotFindStartupObjectAssemblyException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TableRowGroup", + "Namespace": "System.Windows.Documents" }, { - "Name": "CachedDataTypeMismatchException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TableRowGroupCollection", + "Namespace": "System.Windows.Documents" }, { - "Name": "NonCacheableTypeException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TextEffectResolver", + "Namespace": "System.Windows.Documents" }, { - "Name": "CannotFindMemberException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TextEffectTarget", + "Namespace": "System.Windows.Documents" }, { - "Name": "CannotRetrieveAppInfoException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TextElement", + "Namespace": "System.Windows.Documents" }, { - "Name": "NoStartupObjectsException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TextElementCollection`1", + "Namespace": "System.Windows.Documents" }, { - "Name": "CannotCreateStartupObjectException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TextElementEditingBehaviorAttribute", + "Namespace": "System.Windows.Documents" }, { - "Name": "CannotFindObjectToFillException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TextPointer", + "Namespace": "System.Windows.Documents" }, { - "Name": "CannotCacheInNonStartupException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TextPointerContext", + "Namespace": "System.Windows.Documents" }, { - "Name": "CannotRetrieveCachedDataException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TextRange", + "Namespace": "System.Windows.Documents" }, { - "Name": "ManifestNotExecutedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "TextSelection", + "Namespace": "System.Windows.Documents" }, { - "Name": "ItemNotInCacheException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "Typography", + "Namespace": "System.Windows.Documents" }, { - "Name": "CacheAlreadyLoadedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "Underline", + "Namespace": "System.Windows.Documents" }, { - "Name": "ItemAlreadyInCacheException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "ZoomPercentageConverter", + "Namespace": "System.Windows.Documents" }, { - "Name": "CachedDataCouldNotBeSerializedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "SerializerProvider", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "MultipleCachedDataCouldNotBeSerializedException", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "SerializerDescriptor", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "StartupObjectAttribute", - "Namespace": "Microsoft.VisualStudio.Tools.Applications.Runtime" + "Name": "SerializerWriter", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "ServerDocument", - "Namespace": "Microsoft.VisualStudio.Tools.Applications" + "Name": "WritingProgressChangeLevel", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "CachedDataNodeBase", - "Namespace": "Microsoft.VisualStudio.Tools.Applications" + "Name": "WritingPrintTicketRequiredEventArgs", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "CachedData", - "Namespace": "Microsoft.VisualStudio.Tools.Applications" + "Name": "WritingCompletedEventArgs", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "CachedDataHostItem", - "Namespace": "Microsoft.VisualStudio.Tools.Applications" + "Name": "WritingProgressChangedEventArgs", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "CachedDataHostItemCollection", - "Namespace": "Microsoft.VisualStudio.Tools.Applications" + "Name": "WritingCancelledEventArgs", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "CachedDataHostItemEnumerator", - "Namespace": "Microsoft.VisualStudio.Tools.Applications" + "Name": "WritingPrintTicketRequiredEventHandler", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "CachedDataItem", - "Namespace": "Microsoft.VisualStudio.Tools.Applications" + "Name": "WritingProgressChangedEventHandler", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "CachedDataItemCollection", - "Namespace": "Microsoft.VisualStudio.Tools.Applications" + "Name": "WritingCompletedEventHandler", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "CachedDataItemEnumerator", - "Namespace": "Microsoft.VisualStudio.Tools.Applications" + "Name": "WritingCancelledEventHandler", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "OfficeXpsDocumentException", - "Namespace": "Microsoft.Office.Tools" + "Name": "SerializerWriterCollator", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "IControlWrapHelper", - "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls.Design" + "Name": "ISerializerFactory", + "Namespace": "System.Windows.Documents.Serialization" }, { - "Name": "DataServiceProvider", - "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls.Design" + "Name": "BlockElement", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "ClosingEventHandler", - "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + "Name": "StoryBreak", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "IInstanceMgr", - "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + "Name": "NamedElement", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "IInstanceMgrEvents", - "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + "Name": "SemanticBasicElement", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "NativeMethods", - "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls.ComTypes" + "Name": "SectionStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "DisposingEventHandler", - "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + "Name": "ParagraphStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "ControlLosingFocusEventHandler", - "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + "Name": "FigureStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "IVSTOContainerControl", - "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + "Name": "ListStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "IVSTOWrappedControlEvents", - "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + "Name": "ListItemStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "VSTOContainerControl", - "Namespace": "Microsoft.VisualStudio.OfficeTools.Controls" + "Name": "TableStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "IDynamicEntryPointContainer", - "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime" + "Name": "TableRowGroupStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "IOleServiceProvider", - "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + "Name": "TableRowStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "IInteropDynamicHostItemSite", - "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + "Name": "TableCellStructure", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "IDynamicEntryPointContainer", - "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime" + "Name": "StoryFragments", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "IOleServiceProvider", - "Namespace": "Microsoft.VisualStudio.Tools.Office.Runtime.Interop" + "Name": "StoryFragment", + "Namespace": "System.Windows.Documents.DocumentStructures" }, { - "Name": "ImageSourceValueConverter", - "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + "Name": "StickyNoteControl", + "Namespace": "System.Windows.Controls" }, { - "Name": "Sku", - "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + "Name": "ControlTemplate", + "Namespace": "System.Windows.Controls" }, { - "Name": "IStartPageVideoProvider", - "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + "Name": "AccessText", + "Namespace": "System.Windows.Controls" }, { - "Name": "IStartPageVideo", - "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + "Name": "AddingNewItemEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "IStartPageVideoMetadata", - "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + "Name": "AdornedElementPlaceholder", + "Namespace": "System.Windows.Controls" }, { - "Name": "IStartPageVideoPlayerService", - "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + "Name": "AlternationConverter", + "Namespace": "System.Windows.Controls" }, { - "Name": "IStartPageVideoMetadataProvider", - "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + "Name": "BooleanToVisibilityConverter", + "Namespace": "System.Windows.Controls" }, { - "Name": "PremiumStartPageVideoMetadata", - "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + "Name": "Border", + "Namespace": "System.Windows.Controls" }, { - "Name": "StartPageVideoMetadata", - "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + "Name": "BorderGapMaskConverter", + "Namespace": "System.Windows.Controls" }, { - "Name": "StartPageVideoLauncher", - "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + "Name": "Button", + "Namespace": "System.Windows.Controls" }, { - "Name": "StartPageVideoLauncherResources", - "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + "Name": "Calendar", + "Namespace": "System.Windows.Controls" }, { - "Name": "XamlResourceConverter", - "Namespace": "Microsoft.VisualStudio.Ultimate.StartPage" + "Name": "CalendarBlackoutDatesCollection", + "Namespace": "System.Windows.Controls" }, { - "Name": "WeakValueDictionary`2", - "Namespace": "Microsoft.Internal.VisualStudio.PlatformUI" + "Name": "CalendarDateChangedEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "HashHelpers", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "CalendarDateRange", + "Namespace": "System.Windows.Controls" }, { - "Name": "Validate", - "Namespace": "Microsoft.Internal.VisualStudio.Shell" + "Name": "CalendarMode", + "Namespace": "System.Windows.Controls" }, { - "Name": "PropertyChangedAsyncEventHandler", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "CalendarModeChangedEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "CollectionChangedAsyncEventHandler", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "CalendarSelectionMode", + "Namespace": "System.Windows.Controls" }, { - "Name": "StoreUpdatedEventHandler", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "Canvas", + "Namespace": "System.Windows.Controls" }, { - "Name": "AsyncEventHandler", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "CharacterCasing", + "Namespace": "System.Windows.Controls" }, { - "Name": "GetValueResult", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "CheckBox", + "Namespace": "System.Windows.Controls" }, { - "Name": "IAsyncStringStorage", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "CleanUpVirtualizedItemEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "IdleStateChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "CleanUpVirtualizedItemEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "IListMerger", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ClickMode", + "Namespace": "System.Windows.Controls" }, { - "Name": "ISettingNameTranslator", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ComboBox", + "Namespace": "System.Windows.Controls" }, { - "Name": "ISettingsList", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ComboBoxItem", + "Namespace": "System.Windows.Controls" }, { - "Name": "ISettingsManager", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ContentControl", + "Namespace": "System.Windows.Controls" }, { - "Name": "ISettingsManagerHost", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ContentPresenter", + "Namespace": "System.Windows.Controls" }, { - "Name": "IStringStorage", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ContextMenu", + "Namespace": "System.Windows.Controls" }, { - "Name": "ISettingsSubset", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ContextMenuService", + "Namespace": "System.Windows.Controls" }, { - "Name": "ListMerger", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ContextMenuEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "NamedVersionedString", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "ContextMenuEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "SetAsyncResult", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "Control", + "Namespace": "System.Windows.Controls" }, { - "Name": "SetAsyncResultCode", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "DataErrorValidationRule", + "Namespace": "System.Windows.Controls" }, { - "Name": "SettingNameTooLongException", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "DataGrid", + "Namespace": "System.Windows.Controls" }, { - "Name": "SettingsListChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "DataGridAutoGeneratingColumnEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "SettingsListOperation", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "DataGridBeginningEditEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "SettingsManagerFactory", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "DataGridBoundColumn", + "Namespace": "System.Windows.Controls" }, { - "Name": "SettingTooLargeException", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "DataGridCell", + "Namespace": "System.Windows.Controls" }, { - "Name": "StringWithMachineLocalFlag", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "DataGridCellClipboardEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "VersionedString", - "Namespace": "Microsoft.VisualStudio.Settings" + "Name": "DataGridCellEditEndingEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "SettingLogContext", - "Namespace": "Microsoft.VisualStudio.Settings.Telemetry" + "Name": "DataGridCellInfo", + "Namespace": "System.Windows.Controls" }, { - "Name": "SettingAction", - "Namespace": "Microsoft.VisualStudio.Settings.Telemetry" + "Name": "DataGridCellsPanel", + "Namespace": "System.Windows.Controls" }, { - "Name": "ISettingsLogger", - "Namespace": "Microsoft.VisualStudio.Settings.Telemetry" + "Name": "DataGridCheckBoxColumn", + "Namespace": "System.Windows.Controls" }, { - "Name": "SettingScenario", - "Namespace": "Microsoft.VisualStudio.Settings.Telemetry" + "Name": "DataGridClipboardCellContent", + "Namespace": "System.Windows.Controls" }, { - "Name": "SettingType", - "Namespace": "Microsoft.VisualStudio.Settings.Telemetry" + "Name": "DataGridClipboardCopyMode", + "Namespace": "System.Windows.Controls" }, { - "Name": "HttpEscaper", - "Namespace": "Microsoft.VisualStudio.Settings.Internal" + "Name": "DataGridColumn", + "Namespace": "System.Windows.Controls" }, { - "Name": "IIndexedStorage", - "Namespace": "Microsoft.VisualStudio.Settings.Internal" + "Name": "DataGridColumnEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "ISettingsManagerResetUserData", - "Namespace": "Microsoft.VisualStudio.Settings.Internal" + "Name": "DataGridColumnReorderingEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "ITraceLogger", - "Namespace": "Microsoft.VisualStudio.Settings.Internal" + "Name": "DataGridComboBoxColumn", + "Namespace": "System.Windows.Controls" }, { - "Name": "JsonEqualityComparer", - "Namespace": "Microsoft.VisualStudio.Settings.Internal" + "Name": "DataGridEditAction", + "Namespace": "System.Windows.Controls" }, { - "Name": "JsonUtilities", - "Namespace": "Microsoft.VisualStudio.Settings.Internal" + "Name": "DataGridEditingUnit", + "Namespace": "System.Windows.Controls" }, { - "Name": "SettingsManagerConstants", - "Namespace": "Microsoft.VisualStudio.Settings.Internal" + "Name": "DataGridGridLinesVisibility", + "Namespace": "System.Windows.Controls" }, { - "Name": "SingleFileIndexedStorage", - "Namespace": "Microsoft.VisualStudio.Settings.Internal" + "Name": "DataGridHeadersVisibility", + "Namespace": "System.Windows.Controls" }, { - "Name": "TraceLogEntryType", - "Namespace": "Microsoft.VisualStudio.Settings.Internal" + "Name": "DataGridHyperlinkColumn", + "Namespace": "System.Windows.Controls" }, { - "Name": "TraceLoggerFactory", - "Namespace": "Microsoft.VisualStudio.Settings.Internal" + "Name": "DataGridLength", + "Namespace": "System.Windows.Controls" }, { - "Name": "XmlIndexedStorage", - "Namespace": "Microsoft.VisualStudio.Settings.Internal" + "Name": "DataGridLengthConverter", + "Namespace": "System.Windows.Controls" }, { - "Name": "FeatureFlag", - "Namespace": "Microsoft.VisualStudio.FeatureFlags" + "Name": "DataGridLengthUnitType", + "Namespace": "System.Windows.Controls" }, { - "Name": "FeatureFlags", - "Namespace": "Microsoft.VisualStudio.FeatureFlags" + "Name": "DataGridPreparingCellForEditEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "IFeatureFlags", - "Namespace": "Microsoft.VisualStudio.FeatureFlags" + "Name": "DataGridRow", + "Namespace": "System.Windows.Controls" }, { - "Name": "IFeatureFlagsStore", - "Namespace": "Microsoft.VisualStudio.FeatureFlags" + "Name": "DataGridRowClipboardEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "IWritableFeatureFlagsStore", - "Namespace": "Microsoft.VisualStudio.FeatureFlags" + "Name": "DataGridRowDetailsEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "BitRotator", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DataGridRowDetailsVisibilityMode", + "Namespace": "System.Windows.Controls" }, { - "Name": "GZip", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DataGridRowEditEndingEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "Int16Size", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DataGridRowEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "FileStreamStorage`1", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DataGridSelectionMode", + "Namespace": "System.Windows.Controls" }, { - "Name": "IStreamStorageEvents`1", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DataGridSelectionUnit", + "Namespace": "System.Windows.Controls" }, { - "Name": "IStreamStorageKeyFactory`1", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DataGridSortingEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "IOrderedStreamStorage`1", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DataGridSortingEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "IStreamStorage`1", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DataGridTemplateColumn", + "Namespace": "System.Windows.Controls" }, { - "Name": "OneOrMany`1", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DataGridTextColumn", + "Namespace": "System.Windows.Controls" }, { - "Name": "ReaderWriterLockSlimWrapper", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DataTemplateSelector", + "Namespace": "System.Windows.Controls" }, { - "Name": "ReusableArray`1", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DatePicker", + "Namespace": "System.Windows.Controls" }, { - "Name": "ReusableMemoryStream", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DatePickerDateValidationErrorEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "ReusableResourceHolder`1", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DatePickerFormat", + "Namespace": "System.Windows.Controls" }, { - "Name": "ReusableResourceStore`1", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "Decorator", + "Namespace": "System.Windows.Controls" }, { - "Name": "ReusableResourceStore`2", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DefinitionBase", + "Namespace": "System.Windows.Controls" }, { - "Name": "ReusableResourceStoreBase`1", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "Dock", + "Namespace": "System.Windows.Controls" }, { - "Name": "ReusableStringBuilder", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DockPanel", + "Namespace": "System.Windows.Controls" }, { - "Name": "SerializationExtensions", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "DocumentViewer", + "Namespace": "System.Windows.Controls" }, { - "Name": "SimpleDynamicMemberAccessor", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "ExceptionValidationRule", + "Namespace": "System.Windows.Controls" }, { - "Name": "StreamAccess", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "ExpandDirection", + "Namespace": "System.Windows.Controls" }, { - "Name": "StreamAccessException", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "Expander", + "Namespace": "System.Windows.Controls" }, { - "Name": "StreamException", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "FlowDocumentReader", + "Namespace": "System.Windows.Controls" }, { - "Name": "StreamNotFoundException", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "FlowDocumentReaderViewingMode", + "Namespace": "System.Windows.Controls" }, { - "Name": "StreamStorageMonitor`1", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "FlowDocumentScrollViewer", + "Namespace": "System.Windows.Controls" }, { - "Name": "Accelerator", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "Frame", + "Namespace": "System.Windows.Controls" }, { - "Name": "TimestampKind", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "Grid", + "Namespace": "System.Windows.Controls" }, { - "Name": "ITracer", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "GridView", + "Namespace": "System.Windows.Controls" }, { - "Name": "Tracer", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "GridViewColumn", + "Namespace": "System.Windows.Controls" }, { - "Name": "VersionedBinaryReader", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "GridViewColumnCollection", + "Namespace": "System.Windows.Controls" }, { - "Name": "VersionedBinaryWriter", - "Namespace": "Microsoft.VisualStudio.Utilities" + "Name": "GridViewColumnHeaderRole", + "Namespace": "System.Windows.Controls" }, { - "Name": "DpiHelper", - "Namespace": "Microsoft.VisualStudio.Utilities.Dpi" + "Name": "GridViewColumnHeader", + "Namespace": "System.Windows.Controls" }, { - "Name": "Boxes", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GridViewHeaderRowPresenter", + "Namespace": "System.Windows.Controls" }, { - "Name": "BrushToColorConverter", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GridViewRowPresenter", + "Namespace": "System.Windows.Controls" }, { - "Name": "MultiValueConverterBase`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GridResizeDirection", + "Namespace": "System.Windows.Controls" }, { - "Name": "MultiValueConverter`3", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GridResizeBehavior", + "Namespace": "System.Windows.Controls" }, { - "Name": "MultiValueConverter`4", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GridSplitter", + "Namespace": "System.Windows.Controls" }, { - "Name": "MultiValueConverter`5", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GroupStyle", + "Namespace": "System.Windows.Controls" }, { - "Name": "MultiValueConverter`6", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GroupStyleSelector", + "Namespace": "System.Windows.Controls" }, { - "Name": "MultiValueConverter`7", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GroupBox", + "Namespace": "System.Windows.Controls" }, { - "Name": "MultiValueConverter`8", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "GroupItem", + "Namespace": "System.Windows.Controls" }, { - "Name": "MultiValueConverter`9", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "HeaderedContentControl", + "Namespace": "System.Windows.Controls" }, { - "Name": "MultiValueConverter`10", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "HeaderedItemsControl", + "Namespace": "System.Windows.Controls" }, { - "Name": "MultiValueConverter`11", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "Image", + "Namespace": "System.Windows.Controls" }, { - "Name": "MultiValueConverter`12", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InitializingNewItemEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "ValueConverter`2", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InitializingNewItemEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "DelegateCommand", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InkCanvas", + "Namespace": "System.Windows.Controls" }, { - "Name": "DisposableObject", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InkCanvasClipboardFormat", + "Namespace": "System.Windows.Controls" }, { - "Name": "ExtensionMethods", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InkCanvasSelectionHitResult", + "Namespace": "System.Windows.Controls" }, { - "Name": "ImageScalingMode", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "InkPresenter", + "Namespace": "System.Windows.Controls" }, { - "Name": "LayoutDoubleUtil", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ItemCollection", + "Namespace": "System.Windows.Controls" }, { - "Name": "ObservableObject", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ItemContainerGenerator", + "Namespace": "System.Windows.Controls" }, { - "Name": "PathUtil", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ItemContainerTemplate", + "Namespace": "System.Windows.Controls" }, { - "Name": "WeakCollection`1", - "Namespace": "Microsoft.VisualStudio.PlatformUI" + "Name": "ItemContainerTemplateKey", + "Namespace": "System.Windows.Controls" }, { - "Name": "Assumes", - "Namespace": "Microsoft" + "Name": "ItemContainerTemplateSelector", + "Namespace": "System.Windows.Controls" }, { - "Name": "EventHandlerExtensions", - "Namespace": "Microsoft" + "Name": "ItemsControl", + "Namespace": "System.Windows.Controls" }, { - "Name": "IDisposableObservable", - "Namespace": "Microsoft" + "Name": "ItemsPanelTemplate", + "Namespace": "System.Windows.Controls" }, { - "Name": "Report", - "Namespace": "Microsoft" + "Name": "ItemsPresenter", + "Namespace": "System.Windows.Controls" }, { - "Name": "Requires", - "Namespace": "Microsoft" + "Name": "Label", + "Namespace": "System.Windows.Controls" }, { - "Name": "ValidatedNotNullAttribute", - "Namespace": "Microsoft" + "Name": "ListBox", + "Namespace": "System.Windows.Controls" }, { - "Name": "Verify", - "Namespace": "Microsoft" + "Name": "SelectionMode", + "Namespace": "System.Windows.Controls" }, { - "Name": "TypeEditorHostEditControlStyle", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ListBoxItem", + "Namespace": "System.Windows.Controls" }, { - "Name": "TypeEditorHost", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ListView", + "Namespace": "System.Windows.Controls" }, { - "Name": "TypeEditorHostTextBox", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ListViewItem", + "Namespace": "System.Windows.Controls" }, { - "Name": "TypeEditorHostListBox", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "MediaState", + "Namespace": "System.Windows.Controls" }, { - "Name": "StandardCheckBoxImage", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "MediaElement", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeControl", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "Menu", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeColumnHeaderStyles", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "MenuItemRole", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeColumnHeader", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "MenuItem", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeColumnHeaderClickStyle", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "MenuScrollingVisibilityConverter", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeColumnHeaderClickEventHandler", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "NotifyDataErrorValidationRule", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeColumnHeaderClickEventArgs", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "Orientation", + "Namespace": "System.Windows.Controls" }, { - "Name": "ColumnSelectionTransferAction", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "Page", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeHeaderControl", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "PageRangeSelection", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeHitTargets", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "PageRange", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeHitInfo", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "Panel", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeExtendedHitInfo", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "PanningMode", + "Namespace": "System.Windows.Controls" }, { - "Name": "IndentBitmapData", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "PasswordBox", + "Namespace": "System.Windows.Controls" }, { - "Name": "IVirtualTreeInPlaceControl", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "VirtualizationCacheLengthUnit", + "Namespace": "System.Windows.Controls" }, { - "Name": "IVirtualTreeInPlaceControlDefer", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "VirtualizationCacheLength", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeInPlaceControls", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "VirtualizationCacheLengthConverter", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeInPlaceEditControl", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "HierarchicalVirtualizationConstraints", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeInPlaceControlHelper", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "HierarchicalVirtualizationHeaderDesiredSizes", + "Namespace": "System.Windows.Controls" }, { - "Name": "ModifySelectionAction", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "HierarchicalVirtualizationItemDesiredSizes", + "Namespace": "System.Windows.Controls" }, { - "Name": "DragEffectCombinationMode", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ScrollContentPresenter", + "Namespace": "System.Windows.Controls" }, { - "Name": "ContextMenuEventHandler", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "PrintDialog", + "Namespace": "System.Windows.Controls" }, { - "Name": "ContextMenuEventArgs", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "PrintDialogException", + "Namespace": "System.Windows.Controls" }, { - "Name": "DoubleClickEventHandler", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ProgressBar", + "Namespace": "System.Windows.Controls" }, { - "Name": "DoubleClickEventArgs", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "RadioButton", + "Namespace": "System.Windows.Controls" }, { - "Name": "ColumnItemEnumerator", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "RichTextBox", + "Namespace": "System.Windows.Controls" }, { - "Name": "ColumnPermutation", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ScrollChangedEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "DisplayDataChangedData", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ScrollChangedEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "BlankExpansionData", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ScrollUnit", + "Namespace": "System.Windows.Controls" }, { - "Name": "ExpandedBranchData", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ScrollBarVisibility", + "Namespace": "System.Windows.Controls" }, { - "Name": "ToggleExpansionData", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ScrollViewer", + "Namespace": "System.Windows.Controls" }, { - "Name": "IBranch", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "FlowDocumentPageViewer", + "Namespace": "System.Windows.Controls" }, { - "Name": "IIdentifyPrimaryTreeBranch", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "StickyNoteType", + "Namespace": "System.Windows.Controls" }, { - "Name": "ILevelShiftAdjuster", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "StyleSelector", + "Namespace": "System.Windows.Controls" }, { - "Name": "TestReattachBranchResult", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "SelectedCellsChangedEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "ValidateAdjustDepthResult", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "SelectedCellsChangedEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "IMultiColumnBranch", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "SelectedDatesCollection", + "Namespace": "System.Windows.Controls" }, { - "Name": "ITree", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "SelectionChangedEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "LocateObjectData", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "SelectionChangedEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "IMultiColumnTree", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "SelectiveScrollingOrientation", + "Namespace": "System.Windows.Controls" }, { - "Name": "MultiColumnTree", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "Separator", + "Namespace": "System.Windows.Controls" }, { - "Name": "PositionTracker", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "Slider", + "Namespace": "System.Windows.Controls" }, { - "Name": "PositionManagerEventArgs", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "SoundPlayerAction", + "Namespace": "System.Windows.Controls" }, { - "Name": "ItemCountChangedEventHandler", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "SpellCheck", + "Namespace": "System.Windows.Controls" }, { - "Name": "ItemCountChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "SpellingReform", + "Namespace": "System.Windows.Controls" }, { - "Name": "ItemMovedEventHandler", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "StackPanel", + "Namespace": "System.Windows.Controls" }, { - "Name": "ItemMovedEventArgs", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "TabControl", + "Namespace": "System.Windows.Controls" }, { - "Name": "ToggleStateEventHandler", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "TabItem", + "Namespace": "System.Windows.Controls" }, { - "Name": "ToggleStateEventArgs", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "TextBlock", + "Namespace": "System.Windows.Controls" }, { - "Name": "RefreshEventHandler", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "TextBox", + "Namespace": "System.Windows.Controls" }, { - "Name": "SetRedrawEventHandler", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "TextChange", + "Namespace": "System.Windows.Controls" }, { - "Name": "SetRedrawEventArgs", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "UndoAction", + "Namespace": "System.Windows.Controls" }, { - "Name": "QueryItemVisibleEventHandler", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "TextChangedEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "QueryItemVisibleEventArgs", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "TextChangedEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "ListShuffleEventHandler", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "TextSearch", + "Namespace": "System.Windows.Controls" }, { - "Name": "DisplayDataChangedEventHandler", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "OverflowMode", + "Namespace": "System.Windows.Controls" }, { - "Name": "DisplayDataChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ToolBar", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeCoordinate", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ToolBarTray", + "Namespace": "System.Windows.Controls" }, { - "Name": "BranchModificationEventArgs", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ToolTip", + "Namespace": "System.Windows.Controls" }, { - "Name": "BranchModificationEventHandler", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ToolTipService", + "Namespace": "System.Windows.Controls" }, { - "Name": "SynchronizeStateEventHandler", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ToolTipEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "SynchronizeStateEventArgs", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ToolTipEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "CommitLabelEditCallback", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "TreeView", + "Namespace": "System.Windows.Controls" }, { - "Name": "ShiftBranchLevelsData", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "TreeViewItem", + "Namespace": "System.Windows.Controls" }, { - "Name": "SubItemColumnAdjustment", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "UIElementCollection", + "Namespace": "System.Windows.Controls" }, { - "Name": "SubItemColumnAdjustmentCollection", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "UserControl", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTree", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "Validation", + "Namespace": "System.Windows.Controls" }, { - "Name": "AccessibilityReplacementField", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ValidationError", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeAccessibilityData", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ValidationErrorEventAction", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeDisplayDataMasks", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ValidationErrorEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeDisplayData", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ValidationResult", + "Namespace": "System.Windows.Controls" }, { - "Name": "BranchFeatures", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ValidationRule", + "Namespace": "System.Windows.Controls" }, { - "Name": "TreeNavigation", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ValidationStep", + "Namespace": "System.Windows.Controls" }, { - "Name": "ToolTipType", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "ViewBase", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeDisplayMasks", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "StretchDirection", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeDisplayStates", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "Viewbox", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeDisplayDataChanges", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "Viewport3D", + "Namespace": "System.Windows.Controls" }, { - "Name": "LabelEditResult", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "VirtualizationMode", + "Namespace": "System.Windows.Controls" }, { - "Name": "StateRefreshChanges", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "VirtualizingPanel", + "Namespace": "System.Windows.Controls" }, { - "Name": "BranchLocationAction", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "VirtualizingStackPanel", + "Namespace": "System.Windows.Controls" }, { - "Name": "TrackingObjectAction", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "WebBrowser", + "Namespace": "System.Windows.Controls" }, { - "Name": "BranchModificationAction", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "WrapPanel", + "Namespace": "System.Windows.Controls" }, { - "Name": "DragEventType", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "SpellingError", + "Namespace": "System.Windows.Controls" }, { - "Name": "DragReason", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "InkCanvasEditingMode", + "Namespace": "System.Windows.Controls" }, { - "Name": "ObjectStyle", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "InkCanvasStrokeCollectedEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "SubItemCellStyles", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "InkCanvasStrokeCollectedEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "ExpansionOptions", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "InkCanvasStrokesReplacedEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeLabelEditActivationStyles", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "InkCanvasStrokesReplacedEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeConstant", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "InkCanvasSelectionChangingEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeItemInfo", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "InkCanvasSelectionChangingEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeLabelEditData", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "InkCanvasSelectionEditingEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "VirtualTreeStartDragData", - "Namespace": "Microsoft.VisualStudio.VirtualTreeGrid" + "Name": "InkCanvasSelectionEditingEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "IVsImageService2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "InkCanvasStrokeErasingEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "CallHierarchy", - "Namespace": "Microsoft.VisualStudio.VisualC.CallHierarchy" + "Name": "InkCanvasStrokeErasingEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "CallHierarchyMemberItem", - "Namespace": "Microsoft.VisualStudio.VisualC.CallHierarchy" + "Name": "InkCanvasGestureEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "CallHierarchySearchCallback", - "Namespace": "Microsoft.VisualStudio.VisualC.CallHierarchy" + "Name": "InkCanvasGestureEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "CallHierarchyScopeItem", - "Namespace": "Microsoft.VisualStudio.VisualC.CallHierarchy" + "Name": "ColumnDefinitionCollection", + "Namespace": "System.Windows.Controls" }, { - "Name": "CallHierarchySymbolItem", - "Namespace": "Microsoft.VisualStudio.VisualC.CallHierarchy" + "Name": "ColumnDefinition", + "Namespace": "System.Windows.Controls" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "RowDefinitionCollection", + "Namespace": "System.Windows.Controls" }, { - "Name": "IComponentContentTypes", - "Namespace": "Microsoft.Web.Editor" + "Name": "RowDefinition", + "Namespace": "System.Windows.Controls" }, { - "Name": "IOrderedComponentContentTypes", - "Namespace": "Microsoft.Web.Editor" + "Name": "AutoToolTipPlacement", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "IFileSpecificComponent", - "Namespace": "Microsoft.Web.Editor" + "Name": "BulletDecorator", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "IFileSpecificComponentContentTypes", - "Namespace": "Microsoft.Web.Editor" + "Name": "ButtonBase", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ComponentLocator`1", - "Namespace": "Microsoft.Web.Editor" + "Name": "CalendarButton", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ComponentLocatorWithMetadata`2", - "Namespace": "Microsoft.Web.Editor" + "Name": "CalendarDayButton", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ComponentLocatorWithOrdering`2", - "Namespace": "Microsoft.Web.Editor" + "Name": "CalendarItem", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ComponentLocatorWithOrdering`1", - "Namespace": "Microsoft.Web.Editor" + "Name": "CustomPopupPlacement", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ComponentLocatorForContentType`2", - "Namespace": "Microsoft.Web.Editor" + "Name": "CustomPopupPlacementCallback", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ComponentLocatorForOrderedContentType`1", - "Namespace": "Microsoft.Web.Editor" + "Name": "DataGridCellsPresenter", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "VersionAttribute", - "Namespace": "Microsoft.VisualStudio.Web" + "Name": "DataGridColumnHeader", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "IVersionedExportMetadata", - "Namespace": "Microsoft.VisualStudio.Web" + "Name": "DataGridColumnHeadersPresenter", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "IContentTypeMetadata", - "Namespace": "Microsoft.VisualStudio.Web" + "Name": "DataGridDetailsPresenter", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ComponentModelServiceProvider", - "Namespace": "Microsoft.VisualStudio.Web" + "Name": "DataGridRowHeader", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "CacheEntryFlags", - "Namespace": "Microsoft.VisualStudio.Web" + "Name": "DataGridRowsPresenter", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "InternetCacheEntryInfo", - "Namespace": "Microsoft.VisualStudio.Web" + "Name": "DatePickerTextBox", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "WinInetCache", - "Namespace": "Microsoft.VisualStudio.Web" + "Name": "DocumentPageView", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "AspNetWebPageConfiguration", - "Namespace": "Microsoft.VisualStudio.Web" + "Name": "DocumentViewerBase", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ProjectItemSelector", - "Namespace": "Microsoft.VisualStudio.Web" + "Name": "DragCompletedEventArgs", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "HtmStrongRefEvent", - "Namespace": "Microsoft.VisualStudio.Web" + "Name": "DragCompletedEventHandler", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ServiceManager", - "Namespace": "Microsoft.VisualStudio.Web" + "Name": "DragDeltaEventArgs", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "AssemblyChangedEventArgs", - "Namespace": "Microsoft.VisualStudio.Web.VsItemTypeResolutionService" + "Name": "DragDeltaEventHandler", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ITypeResolutionServiceEvents", - "Namespace": "Microsoft.VisualStudio.Web.VsItemTypeResolutionService" + "Name": "DragStartedEventArgs", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "IExecuteCBMWorkItem", - "Namespace": "Microsoft.VisualStudio.Web.VsClientBuildManager" + "Name": "DragStartedEventHandler", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "VsClientBuildManagerSinkBase", - "Namespace": "Microsoft.VisualStudio.Web.VsClientBuildManager" + "Name": "GridViewRowPresenterBase", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "WebProcessConnectionException", - "Namespace": "Microsoft.VisualStudio.Web.VsClientBuildManager" + "Name": "IContainItemStorage", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "Constants", - "Namespace": "Microsoft.VisualStudio.Web.Util" + "Name": "IItemContainerGenerator", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "MissingSqlExpressComponent", - "Namespace": "Microsoft.VisualStudio.Web.Util" + "Name": "GeneratorPosition", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "MultiURLDataObject", - "Namespace": "Microsoft.VisualStudio.Web.Util" + "Name": "GeneratorDirection", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ConnectionStringType", - "Namespace": "Microsoft.VisualStudio.Web.Util" + "Name": "GeneratorStatus", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "MVWUtilities", - "Namespace": "Microsoft.VisualStudio.Web.Util" + "Name": "IRecyclingItemContainerGenerator", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ProjectUtilities", - "Namespace": "Microsoft.VisualStudio.Web.Util" + "Name": "IScrollInfo", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "CBMRegisteredObjectBase", - "Namespace": "Microsoft.VisualStudio.Web.Util" + "Name": "ItemsChangedEventArgs", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "CBMRegisteredObject`1", - "Namespace": "Microsoft.VisualStudio.Web.Util" + "Name": "ItemsChangedEventHandler", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "RazorUtility", - "Namespace": "Microsoft.VisualStudio.Web.Util" + "Name": "IHierarchicalVirtualizationAndScrollInfo", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "SaveConnectionStringUtility", - "Namespace": "Microsoft.VisualStudio.Web.Util" + "Name": "LayoutInformation", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ServerExplorerConnectionsUtility", - "Namespace": "Microsoft.VisualStudio.Web.Util" + "Name": "MenuBase", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "XmlUtilities", - "Namespace": "Microsoft.VisualStudio.Web.Util" + "Name": "MultiSelector", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "TestDataObject", - "Namespace": "Microsoft.VisualStudio.Web.Toolbox" + "Name": "PlacementMode", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "WebControlToolboxItem", - "Namespace": "Microsoft.VisualStudio.Web.Toolbox" + "Name": "Popup", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ExpansionClient", - "Namespace": "Microsoft.VisualStudio.Web.Snippets" + "Name": "PopupAnimation", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "PreviousControlIDFunction", - "Namespace": "Microsoft.VisualStudio.Web.Snippets" + "Name": "PopupPrimaryAxis", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "SnippetListManager", - "Namespace": "Microsoft.VisualStudio.Web.Snippets" + "Name": "RangeBase", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "SnippetCommand", - "Namespace": "Microsoft.VisualStudio.Web.Snippets" + "Name": "RepeatButton", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "SnippetKindManager", - "Namespace": "Microsoft.VisualStudio.Web.Snippets" + "Name": "ResizeGrip", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ISnippetKinds", - "Namespace": "Microsoft.VisualStudio.Web.Snippets" + "Name": "SelectiveScrollingGrid", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "BaseSnippetKinds", - "Namespace": "Microsoft.VisualStudio.Web.Snippets" + "Name": "ScrollBar", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "HTMLSnippetKinds", - "Namespace": "Microsoft.VisualStudio.Web.Snippets" + "Name": "ScrollEventType", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "JScriptSnippetKinds", - "Namespace": "Microsoft.VisualStudio.Web.Snippets" + "Name": "ScrollEventArgs", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "Utilities", - "Namespace": "Microsoft.VisualStudio.Web.Snippets" + "Name": "ScrollEventHandler", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "CBMClientScriptProvider", - "Namespace": "Microsoft.VisualStudio.Web.Scripting" + "Name": "Selector", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "CBMServiceScriptTaskType", - "Namespace": "Microsoft.VisualStudio.Web.Scripting" + "Name": "StatusBar", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "EmbeddedScriptFetcher", - "Namespace": "Microsoft.VisualStudio.Web.Scripting" + "Name": "StatusBarItem", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ScriptDesignerHost", - "Namespace": "Microsoft.VisualStudio.Web.Scripting" + "Name": "TabPanel", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "INameInfo", - "Namespace": "Microsoft.VisualStudio.Web.Scripting" + "Name": "TextBoxBase", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ScriptingUtility", - "Namespace": "Microsoft.VisualStudio.Web.Scripting" + "Name": "Thumb", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ScriptManagerCreator", - "Namespace": "Microsoft.VisualStudio.Web.Scripting" + "Name": "TickBarPlacement", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "ScriptPageSite", - "Namespace": "Microsoft.VisualStudio.Web.Scripting" + "Name": "TickBar", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "RazorRuntimeError", - "Namespace": "Microsoft.VisualStudio.Web.Razor" + "Name": "TickPlacement", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "Utilities", - "Namespace": "Microsoft.VisualStudio.Web.MultiTargeting" + "Name": "ToggleButton", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "CodeGenerationResults", - "Namespace": "Microsoft.VisualStudio.Web.WebForms" + "Name": "ToolBarOverflowPanel", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "IVsRegisterDirectiveService", - "Namespace": "Microsoft.VisualStudio.Web.WebForms" + "Name": "ToolBarPanel", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "WebPartPagesWebService", - "Namespace": "Microsoft.VisualStudio.Web.WebForms" + "Name": "Track", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "IASPCodeGenerator", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "UniformGrid", + "Namespace": "System.Windows.Controls.Primitives" }, { - "Name": "IASPCodeGeneratorCallback", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ActiveXHost", + "Namespace": "System.Windows.Interop" }, { - "Name": "IScriptManagerInfo", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "BrowserInteropHelper", + "Namespace": "System.Windows.Interop" }, { - "Name": "ICBMClientScriptProvider", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "DocObjHost", + "Namespace": "System.Windows.Interop" }, { - "Name": "IEmbeddedLanguageLinePragmaReader", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "DynamicScriptObject", + "Namespace": "System.Windows.Interop" }, { - "Name": "IEmbeddedScriptFetcher", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "HwndHost", + "Namespace": "System.Windows.Interop" }, { - "Name": "IHtmCommand", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "IErrorPage", + "Namespace": "System.Windows.Interop" }, { - "Name": "IHtmControlIDProvider", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "IProgressPage", + "Namespace": "System.Windows.Interop" }, { - "Name": "IHtmDocument", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "WindowInteropHelper", + "Namespace": "System.Windows.Interop" }, { - "Name": "SHtmLanguageService", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "TextAnchor", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IHtmLanguageService", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "IAnchorInfo", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IHtmlCodeGenerationResults", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "AnnotationAction", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IHtmMasterPageEvents", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "Annotation", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IHtmParseTreeEvents", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "AnnotationAuthorChangedEventHandler", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IHtmPrioritizedCommand", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "AnnotationAuthorChangedEventArgs", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IHtmSelection", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "AnnotationDocumentPaginator", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IHtmSimpleDocument", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "AnnotationResource", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IHtmStrongRef", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "AnnotationResourceChangedEventHandler", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IHtmStrongRefEvent", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "AnnotationResourceChangedEventArgs", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IHtmViewManager", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "AnnotationHelper", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IHtmViewManagerEvents", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "AnnotationService", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IHtmWebFormDocument", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ContentLocatorBase", + "Namespace": "System.Windows.Annotations" }, { - "Name": "PaneID", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ContentLocatorPart", + "Namespace": "System.Windows.Annotations" }, { - "Name": "ViewID", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ContentLocator", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IHtmWindowManager", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ContentLocatorGroup", + "Namespace": "System.Windows.Annotations" }, { - "Name": "IScriptControlNameProvider", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "AnnotationStore", + "Namespace": "System.Windows.Annotations.Storage" }, { - "Name": "ISnippetInfo", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "StoreContentChangedEventHandler", + "Namespace": "System.Windows.Annotations.Storage" }, { - "Name": "ISnippetListManager", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "StoreContentAction", + "Namespace": "System.Windows.Annotations.Storage" }, { - "Name": "ProjectItemSelectorFlags", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "StoreContentChangedEventArgs", + "Namespace": "System.Windows.Annotations.Storage" }, { - "Name": "IProjectItemSelector", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "XmlStreamStore", + "Namespace": "System.Windows.Annotations.Storage" }, { - "Name": "ProjectItemSelector_Class", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "DataGridHeaderBorder", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IURLPicker", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "PlatformCulture", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsClientBuildManagerEventSink", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsClientBuildManagerService", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ScrollChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsProjectIntellisenseEvents", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ScrollGlyph", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsProjectIntellisenseSupportSvc", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ButtonChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebProjectSupport", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ListBoxChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebProjectSupport2", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "BulletChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebSiteProject2", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ProgressBarHighlightConverter", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebUrlService", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "DataGridHeaderBorder", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebUrl", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "PlatformCulture", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebUrls", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebFolder", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ScrollChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebFolders", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ScrollGlyph", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebFile", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ButtonChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebFiles", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ListBoxChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebContext", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "BulletChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebProjectContext", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ProgressBarHighlightConverter", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebItemContext", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "DataGridHeaderBorder", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebContextService", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "PlatformCulture", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebAssemblyResolveService", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebDynamicMasterPageService", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ProgressBarBrushConverter", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebDynamicMasterPageServiceAsyncCallback", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ScrollChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IVsWebContexts", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ScrollGlyph", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "AssemblyCommitFlags", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "DataGridHeaderBorder", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionUninstallDisposition", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "PlatformCulture", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "AssemblyInfoFlags", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "QueryAssemblyInfoFlags", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ProgressBarBrushConverter", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "AssemblyInfo", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ClassicBorderStyle", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "AssemblyCacheFlags", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ClassicBorderDecorator", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionInstallReferenceGuid", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "DataGridHeaderBorder", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionCache", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "PlatformCulture", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionAssemblyCacheEnum", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionExceptionThrower", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ProgressBarBrushConverter", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionModuleHashCheckFailedException", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "BulletChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionRefDefMisMatchException", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ScrollChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionInvalidPrivateAssemblyLocationException", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ScrollGlyph", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionAssemblyModuleMissingException", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ThemeColor", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionUnexpectedModuleFoundException", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ButtonChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionPrivateAssemblyDisallowedException", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "DataGridHeaderBorder", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionSignatureCheckFailedException", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "PlatformCulture", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionDatabaseErrorException", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "SystemDropShadowChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionInvalidNameException", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ProgressBarBrushConverter", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionInvalidCacheTypeException", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "BulletChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "FusionInvalidGuidSchemeException", - "Namespace": "Microsoft.VisualStudio.Web.Interop" + "Name": "ScrollChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IXMLDOMDocument2", - "Namespace": "Microsoft.VisualStudio.Web.Interop.MSXML2" + "Name": "ScrollGlyph", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "IWebDataSourceGenerator", - "Namespace": "Microsoft.VisualStudio.Web.Data" + "Name": "ButtonChrome", + "Namespace": "Microsoft.Windows.Themes" }, { - "Name": "MissingSqlServerExpressDialog", - "Namespace": "Microsoft.VisualStudio.Web.Data" + "Name": "PresentationUIStyleResources", + "Namespace": "System.Windows.Documents" }, { - "Name": "LocalDBUtil", - "Namespace": "Microsoft.VisualStudio.Web.Data.LocalDB" + "Name": "PrintSystemException", + "Namespace": "System.Printing" }, { - "Name": "LocalDBConnectionStringConversionDialog", - "Namespace": "Microsoft.VisualStudio.Web.Data.LocalDB" + "Name": "PrintQueueException", + "Namespace": "System.Printing" }, { - "Name": "Command", - "Namespace": "Microsoft.VisualStudio.Web.Commands" + "Name": "PrintServerException", + "Namespace": "System.Printing" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "PrintCommitAttributesException", + "Namespace": "System.Printing" }, { - "Name": "IVsSilverlightProject", - "Namespace": "Microsoft.VisualStudio.Web.Silverlight" + "Name": "PrintJobException", + "Namespace": "System.Printing" }, { - "Name": "IVsSilverlightProjectConsumer", - "Namespace": "Microsoft.VisualStudio.Web.Silverlight" + "Name": "PrintingCanceledException", + "Namespace": "System.Printing" }, { - "Name": "IVsSilverlightProjectConsumer2", - "Namespace": "Microsoft.VisualStudio.Web.Silverlight" + "Name": "PrintingNotSupportedException", + "Namespace": "System.Printing" }, { - "Name": "IVsSilverlightService", - "Namespace": "Microsoft.VisualStudio.Web.Silverlight" + "Name": "Collation", + "Namespace": "System.Printing" }, { - "Name": "IVsSilverlightService2", - "Namespace": "Microsoft.VisualStudio.Web.Silverlight" + "Name": "DeviceFontSubstitution", + "Namespace": "System.Printing" }, { - "Name": "WebProjectCustomServerProvider", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "Duplexing", + "Namespace": "System.Printing" }, { - "Name": "WebProjectCustomServers", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PageMediaSizeName", + "Namespace": "System.Printing" }, { - "Name": "WebProjectCustomServer", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PageMediaType", + "Namespace": "System.Printing" }, { - "Name": "GetItemNameDialog", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PagesPerSheetDirection", + "Namespace": "System.Printing" }, { - "Name": "SelectDebugBrowserDialog", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "OutputColor", + "Namespace": "System.Printing" }, { - "Name": "WAProjectExtenderBase", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PageOrientation", + "Namespace": "System.Printing" }, { - "Name": "WAProjectExtender", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PageQualitativeResolution", + "Namespace": "System.Printing" }, { - "Name": "IVsCodeBehindCodeGenerator", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "Stapling", + "Namespace": "System.Printing" }, { - "Name": "IVsCodeBehindEventBinding", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "TrueTypeFontMode", + "Namespace": "System.Printing" }, { - "Name": "IVsCodeBehindEventBinding2", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PageOrder", + "Namespace": "System.Printing" }, { - "Name": "IVsCodeEventBinding", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PhotoPrintingIntent", + "Namespace": "System.Printing" }, { - "Name": "UDC_Flags", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PageBorderless", + "Namespace": "System.Printing" }, { - "Name": "IVsWebApplicationProject", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "OutputQuality", + "Namespace": "System.Printing" }, { - "Name": "IVsWebApplicationProject2", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "InputBin", + "Namespace": "System.Printing" }, { - "Name": "IVsDeveloperWebServer", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PageImageableArea", + "Namespace": "System.Printing" }, { - "Name": "IVsDeveloperWebServerSvcEvents", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PageScalingFactorRange", + "Namespace": "System.Printing" }, { - "Name": "IVsDeveloperWebServerSvc", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PrintCapabilities", + "Namespace": "System.Printing" }, { - "Name": "IVsDeveloperWebServerProviderSvc", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PageMediaSize", + "Namespace": "System.Printing" }, { - "Name": "ManagedPipelineMode", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PageResolution", + "Namespace": "System.Printing" }, { - "Name": "IISAuthentications", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PrintTicket", + "Namespace": "System.Printing" }, { - "Name": "WebPlatformProducts", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "ConflictStatus", + "Namespace": "System.Printing" }, { - "Name": "IVsWebPlatformHelperSvc", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "ValidationResult", + "Namespace": "System.Printing" }, { - "Name": "IBrowserDebugTargetSelectionService", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PrintTicketScope", + "Namespace": "System.Printing" }, { - "Name": "IBrowserDebugTargetSelectionService2", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "BaseDevModeType", + "Namespace": "System.Printing.Interop" }, { - "Name": "IBrowserInformation", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "PrintTicketConverter", + "Namespace": "System.Printing.Interop" }, { - "Name": "IBrowserDiagnosticsService", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "XpsException", + "Namespace": "System.Windows.Xps" }, { - "Name": "IWebScriptJmcProjectControlSvc", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "XpsPackagingException", + "Namespace": "System.Windows.Xps" }, { - "Name": "IWebScriptJmcProjectControl", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "XpsSerializationException", + "Namespace": "System.Windows.Xps" }, { - "Name": "IWebSSLCertificateTrustSvc", - "Namespace": "Microsoft.VisualStudio.Web.Application" + "Name": "XpsDigitalSignature", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IVsTelemetryEvent", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "XpsDigSigPartAlteringRestrictions", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IXpsFixedDocumentSequenceReader", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IVsTelemetrySession", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IXpsFixedDocumentSequenceWriter", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "SVsTelemetryService", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IDocumentStructureProvider", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IAzureProject", - "Namespace": "Microsoft.VisualStudio.Azure" + "Name": "IStoryFragmentProvider", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IAzureProject2", - "Namespace": "Microsoft.VisualStudio.Azure" + "Name": "IXpsFixedDocumentReader", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IEndpointInformation", - "Namespace": "Microsoft.VisualStudio.Azure" + "Name": "IXpsFixedDocumentWriter", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IImageHandle", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "IXpsFixedPageReader", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "ImageAttributes", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "IXpsFixedPageWriter", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "ImageMoniker", - "Namespace": "Microsoft.VisualStudio.Imaging.Interop" + "Name": "XpsImageType", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IVsImageMonikerImageList", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "SpotLocation", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IVsImageService2", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "XpsSignatureDefinition", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IVsPackageInstallerServices", - "Namespace": "NuGet.VisualStudio" + "Name": "XpsFont", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "BrowserLinkAction", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "XpsImage", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IClientInvoke", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "XpsColorContext", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IClientMessaging", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "XpsResourceDictionary", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "BrowserLinkCallbackAttribute", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "XpsThumbnail", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "BrowserLinkConnection", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "PackageInterleavingOrder", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "BrowserLinkExtension", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "PackagingAction", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IBrowserLinkExtensionFactory", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "PackagingProgressEventArgs", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "ExtensionEvent`1", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "PackagingProgressEventHandler", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "ExtensionEvents", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "XpsPartBase", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IBrowserLinkService", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "XpsDocument", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IClientBrowsers", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "XpsResource", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "ConnectionEventArgs", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "XpsResourceSharing", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IConnections", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "XpsStructure", + "Namespace": "System.Windows.Xps.Packaging" }, { - "Name": "IFactories", - "Namespace": "Microsoft.VisualStudio.Web.BrowserLink" + "Name": "XpsSerializationManager", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "CBMServiceFault", - "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + "Name": "XpsSerializationManagerAsync", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "CBMServiceLinePragma", - "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + "Name": "XpsSerializationProgressChangedEventHandler", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "CBMServiceBrowserDefinition", - "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + "Name": "XpsSerializationCompletedEventHandler", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "IRemoteCBMService", - "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + "Name": "XpsSerializationCompletedEventArgs", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "ValidationErrorType", - "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + "Name": "XpsSerializationProgressChangedEventArgs", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "AppDomainShutdownReason", - "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + "Name": "XpsSerializationPrintTicketRequiredEventArgs", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "VirtualPathItemInfo", - "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + "Name": "PrintTicketLevel", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "ChildItemType", - "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + "Name": "XpsWritingProgressChangeLevel", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "IRemoteCBMServiceCallback", - "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + "Name": "XpsResourceStream", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "RegisterDirectiveInfo", - "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + "Name": "BasePackagingPolicy", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "ResolvedAssemblyInfo", - "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + "Name": "XpsPackagingPolicy", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "ScriptManagerScriptInfo", - "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + "Name": "PackageSerializationManager", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "WorkItemDataContractResolver", - "Namespace": "Microsoft.VisualStudio.Web.Host.Shared" + "Name": "XpsSerializationPrintTicketRequiredEventHandler", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "IDesignTimeUrlResolutionService", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "SerializationState", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "DOMScriptAugmentationType", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "ColorTypeConverter", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "IDOMScriptProvider", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "FontSubsetterCommitPolicies", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "IDOMScriptProviderFactory", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "FontTypeConverter", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "IExternalScriptFactory", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "ImageSourceTypeConverter", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "IExternalScriptProvider", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "XpsSerializerFactory", + "Namespace": "System.Windows.Xps.Serialization" }, { - "Name": "IExternalScripts", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "InstallUtilSupport", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "IRemoteScriptDownloadService", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "AuditPolicySnapIn", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "IScriptDataCollector", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "Policy", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "IScriptDataCollectorFactory", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "SnapInSettings", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "FileChangeType", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "GlobalSaclElements", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "FileChangeInfo", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "AuditSettings", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "IScriptFileMonitoringServiceProvider", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "AuditPolicyFileFormat", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "IScriptFileMonitoringService", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "Icons", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "ISimpleDOMGenerator", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "GroupPolicyObject", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "IWebMarkupDataCache", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "DataModelNode", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "IExternalScriptsInternal", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "CategoryDataModelNode", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "IWebMarkupDataCacheManager", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "SubcategoryDataModelNode", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "ReferenceAttributeDictionary", - "Namespace": "Microsoft.Html.Editor.Scripting" + "Name": "SystemPolicyScopeNode", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "CommandResult", - "Namespace": "Microsoft.Web.Editor" + "Name": "AuditSettingDataModelNode", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "CommandStatus", - "Namespace": "Microsoft.Web.Editor" + "Name": "StartPageFormControl", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "ICommandTarget", - "Namespace": "Microsoft.Web.Editor" + "Name": "SrpUxChildNode", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "ICommandTargetEntryPoint", - "Namespace": "Microsoft.Web.Editor" + "Name": "SrpUxCollections", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "ContainedLanguageHostClosingEventArgs", - "Namespace": "Microsoft.Web.Editor.ContainedLanguage" + "Name": "SrpUxControlAdvanced", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "ContainedLineIndentSettings", - "Namespace": "Microsoft.Web.Editor.ContainedLanguage" + "Name": "SrpUxControlEnforcement", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IContainedLanguageHost", - "Namespace": "Microsoft.Web.Editor.ContainedLanguage" + "Name": "SrpUxControlStartPage", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IContainedLanguageHostFactory", - "Namespace": "Microsoft.Web.Editor.ContainedLanguage" + "Name": "SrpUxControlStartPageEnforcement", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IContainedLanguageHostProvider", - "Namespace": "Microsoft.Web.Editor.ContainedLanguage" + "Name": "SrpUxControlStartPageIntroduction", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IContainedLanguageSettings", - "Namespace": "Microsoft.Web.Editor.ContainedLanguage" + "Name": "SrpUxControlStartPageOverview", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IContainedLanguageHostVs", - "Namespace": "Microsoft.VisualStudio.Html.ContainedLanguage" + "Name": "SrpUxControlViewEditExceptions", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "HtmCommands", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxControlViewEditGeneral", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "HtmlTreeStates", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxControlViewEditHash", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "ParseToken", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxControlViewEditPath", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IHtmServiceFactory", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxControlViewEditPublisher", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "ServiceGuidAttribute", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxEnforcement", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "DeferredConstructionAttribute", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxGlobalData", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IHtmlServiceFactoryMetadata", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxClientContext", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IHtmServiceManager", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxProgressForm", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IHtmServiceProvider", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxPropertyPageAdvanced", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IHtmSimpleFileFormat", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxPropertyPageEnforcement", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IItemTypeRegistryService", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxPropertyPageViewEditExceptions", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "NuggetDescriptorSnapshot", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxPropertyPageViewEditGeneral", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "INuggetEvents", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxPropertyPageViewEditHash", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "INuggetCollection", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxPropertyPageViewEditPath", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "INuggetEnum", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxPropertyPageViewEditPublisher", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IProjectFeatureRegistry", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxRootNode", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IRazorCodeGeneratorFactory", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxRuleListView", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "IRazorVersionDetector", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxRuleTag", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "ISimpleParseTreeTraverseEvents", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "InstallUtilSupport", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "TLNKSPAN", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "SrpUxSnapIn", + "Namespace": "Microsoft.Security.Srp.Ux" }, { - "Name": "ISimpleTreeLink", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "CultureAndRegionInfoBuilder", + "Namespace": "System.Globalization" }, { - "Name": "ISimpleTreeLinkAttribute", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "CultureAndRegionModifiers", + "Namespace": "System.Globalization" }, { - "Name": "HTMLState", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "VBCodeProvider", + "Namespace": "Microsoft.VisualBasic" }, { - "Name": "HTMLToken", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "CSharpCodeProvider", + "Namespace": "Microsoft.CSharp" }, { - "Name": "TokenInfo", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "PowerModeChangedEventArgs", + "Namespace": "Microsoft.Win32" }, { - "Name": "ITokenizer", - "Namespace": "Microsoft.VisualStudio.Web.HTML" + "Name": "PowerModeChangedEventHandler", + "Namespace": "Microsoft.Win32" }, { - "Name": "ISettingsService", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Utilities" + "Name": "PowerModes", + "Namespace": "Microsoft.Win32" }, { - "Name": "ColoringOption", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "SessionEndedEventArgs", + "Namespace": "Microsoft.Win32" }, { - "Name": "IActiveScriptAuthor", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "SessionEndedEventHandler", + "Namespace": "Microsoft.Win32" }, { - "Name": "ICBMScriptReferencesCallback", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "SessionEndingEventArgs", + "Namespace": "Microsoft.Win32" }, { - "Name": "IDOMGenerator", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "SessionEndingEventHandler", + "Namespace": "Microsoft.Win32" }, { - "Name": "IScriptEntry", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "SessionEndReasons", + "Namespace": "Microsoft.Win32" }, { - "Name": "IScriptEntry2", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "SessionSwitchEventArgs", + "Namespace": "Microsoft.Win32" }, { - "Name": "IScriptErrorEnumerator", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "SessionSwitchEventHandler", + "Namespace": "Microsoft.Win32" }, { - "Name": "IScriptNode", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "SessionSwitchReason", + "Namespace": "Microsoft.Win32" }, { - "Name": "IScriptRegionProvider", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "SystemEvents", + "Namespace": "Microsoft.Win32" }, { - "Name": "IScriptRegionProviderManager", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "TimerElapsedEventArgs", + "Namespace": "Microsoft.Win32" }, { - "Name": "IScriptServiceProvider", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "TimerElapsedEventHandler", + "Namespace": "Microsoft.Win32" }, { - "Name": "SourceOption", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "UserPreferenceCategory", + "Namespace": "Microsoft.Win32" }, { - "Name": "_SCRIPT_ERROR", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "UserPreferenceChangedEventArgs", + "Namespace": "Microsoft.Win32" }, { - "Name": "_SCRIPT_FORMAT_OPTIONS", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Scripting" + "Name": "UserPreferenceChangedEventHandler", + "Namespace": "Microsoft.Win32" }, { - "Name": "IHtmlSchemaBinder", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Schemas" + "Name": "UserPreferenceChangingEventArgs", + "Namespace": "Microsoft.Win32" }, { - "Name": "IHtmlSchemaFileInfoProvider", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Schemas" + "Name": "UserPreferenceChangingEventHandler", + "Namespace": "Microsoft.Win32" }, { - "Name": "SchemaFileInfo", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Schemas" + "Name": "IntranetZoneCredentialPolicy", + "Namespace": "Microsoft.Win32" }, { - "Name": "IVsContainedLanguageHost2", - "Namespace": "Microsoft.VisualStudio.Web.HTML.ContainedLanguage" + "Name": "SafeProcessHandle", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "AdditionalContentInclusion", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + "Name": "SafeX509ChainHandle", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "IHtmProjectionBuffer", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + "Name": "StringNormalizationExtensions", + "Namespace": "System" }, { - "Name": "IHtmProjectionBufferEvents", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + "Name": "UriParser", + "Namespace": "System" }, { - "Name": "IHtmProjectionBufferManager", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + "Name": "Uri", + "Namespace": "System" }, { - "Name": "IProjectionBufferServerLanguage", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + "Name": "UriBuilder", + "Namespace": "System" }, { - "Name": "IStrippedBuffer", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + "Name": "UriFormatException", + "Namespace": "System" }, { - "Name": "ProjectionMapping", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + "Name": "UriHostNameType", + "Namespace": "System" }, { - "Name": "StrippedBlock", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + "Name": "UriPartial", + "Namespace": "System" }, { - "Name": "StrippedBlockType", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + "Name": "UriTypeConverter", + "Namespace": "System" }, { - "Name": "StrippedRegion", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + "Name": "UriKind", + "Namespace": "System" }, { - "Name": "StrippedRegionType", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Projection" + "Name": "UriComponents", + "Namespace": "System" }, { - "Name": "ChromeActionAttribute", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Chrome" + "Name": "UriFormat", + "Namespace": "System" }, { - "Name": "IChromeAction", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Chrome" + "Name": "UriIdnScope", + "Namespace": "System" }, { - "Name": "IChromeActionMetadata", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Chrome" + "Name": "GenericUriParserOptions", + "Namespace": "System" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "GenericUriParser", + "Namespace": "System" }, { - "Name": "CommandTargetToOleShim", - "Namespace": "Microsoft.VisualStudio.Html.Interop" + "Name": "HttpStyleUriParser", + "Namespace": "System" }, { - "Name": "CommandTargetToOleShimVariantStacks", - "Namespace": "Microsoft.VisualStudio.Html.Interop" + "Name": "FtpStyleUriParser", + "Namespace": "System" }, { - "Name": "OleCommand", - "Namespace": "Microsoft.VisualStudio.Html.Interop" + "Name": "FileStyleUriParser", + "Namespace": "System" }, { - "Name": "OleToCommandTargetShim", - "Namespace": "Microsoft.VisualStudio.Html.Interop" + "Name": "NewsStyleUriParser", + "Namespace": "System" }, { - "Name": "ConnectionPointCookie", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Implementation" + "Name": "GopherStyleUriParser", + "Namespace": "System" }, { - "Name": "FileUpdateListenerRemovedEventArgs", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Implementation.Scripting" + "Name": "LdapStyleUriParser", + "Namespace": "System" }, { - "Name": "LibraWebMarkupDataCache", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Implementation.Scripting" + "Name": "NetPipeStyleUriParser", + "Namespace": "System" }, { - "Name": "WebMarkupDataCacheManager", - "Namespace": "Microsoft.VisualStudio.Web.HTML.Implementation.Scripting" + "Name": "NetTcpStyleUriParser", + "Namespace": "System" }, { - "Name": "ClassifierContext`1", - "Namespace": "Microsoft.Web.Core" + "Name": "AspNetHostingPermissionLevel", + "Namespace": "System.Web" }, { - "Name": "ClassifierContextCache`2", - "Namespace": "Microsoft.Web.Core" + "Name": "AspNetHostingPermissionAttribute", + "Namespace": "System.Web" }, { - "Name": "IClassifierContext", - "Namespace": "Microsoft.Web.Core" + "Name": "AspNetHostingPermission", + "Namespace": "System.Web" }, { - "Name": "CharacterStream", - "Namespace": "Microsoft.Web.Core" + "Name": "ElapsedEventArgs", + "Namespace": "System.Timers" }, { - "Name": "ICompositeTextRange", - "Namespace": "Microsoft.Web.Core" + "Name": "ElapsedEventHandler", + "Namespace": "System.Timers" }, { - "Name": "ITextProvider", - "Namespace": "Microsoft.Web.Core" + "Name": "Timer", + "Namespace": "System.Timers" }, { - "Name": "ITextRange", - "Namespace": "Microsoft.Web.Core" + "Name": "TimersDescriptionAttribute", + "Namespace": "System.Timers" }, { - "Name": "ITextRangeCollection`1", - "Namespace": "Microsoft.Web.Core" + "Name": "SchemeSettingElement", + "Namespace": "System.Configuration" }, { - "Name": "HtmlTextChangeArgs", - "Namespace": "Microsoft.Web.Core" + "Name": "SchemeSettingElementCollection", + "Namespace": "System.Configuration" }, { - "Name": "TextHelper", - "Namespace": "Microsoft.Web.Core" + "Name": "UriSection", + "Namespace": "System.Configuration" }, { - "Name": "TextRange", - "Namespace": "Microsoft.Web.Core" + "Name": "IriParsingElement", + "Namespace": "System.Configuration" }, { - "Name": "TextRangeBase", - "Namespace": "Microsoft.Web.Core" + "Name": "IdnElement", + "Namespace": "System.Configuration" }, { - "Name": "TextRangeCollection`1", - "Namespace": "Microsoft.Web.Core" + "Name": "ApplicationSettingsBase", + "Namespace": "System.Configuration" }, { - "Name": "TextStream", - "Namespace": "Microsoft.Web.Core" + "Name": "SettingsLoadedEventHandler", + "Namespace": "System.Configuration" }, { - "Name": "IToken`1", - "Namespace": "Microsoft.Web.Core" + "Name": "SettingsSavingEventHandler", + "Namespace": "System.Configuration" }, { - "Name": "ITokenizer`1", - "Namespace": "Microsoft.Web.Core" + "Name": "SettingChangingEventHandler", + "Namespace": "System.Configuration" }, { - "Name": "Token`1", - "Namespace": "Microsoft.Web.Core" + "Name": "SettingChangingEventArgs", + "Namespace": "System.Configuration" }, { - "Name": "AdditionalContentInclusion", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsLoadedEventArgs", + "Namespace": "System.Configuration" }, { - "Name": "ArtefactTreatAs", - "Namespace": "Microsoft.Html.Core" + "Name": "ConfigurationException", + "Namespace": "System.Configuration" }, { - "Name": "Artefact", - "Namespace": "Microsoft.Html.Core" + "Name": "ConfigurationSettings", + "Namespace": "System.Configuration" }, { - "Name": "ArtefactCollection", - "Namespace": "Microsoft.Html.Core" + "Name": "ConfigXmlDocument", + "Namespace": "System.Configuration" }, { - "Name": "ArtefactProcessorRegistry", - "Namespace": "Microsoft.Html.Core" + "Name": "DictionarySectionHandler", + "Namespace": "System.Configuration" }, { - "Name": "AspNetArtefactCollection", - "Namespace": "Microsoft.Html.Core" + "Name": "IApplicationSettingsProvider", + "Namespace": "System.Configuration" }, { - "Name": "AspNetArtefactType", - "Namespace": "Microsoft.Html.Core" + "Name": "IConfigurationSectionHandler", + "Namespace": "System.Configuration" }, { - "Name": "AspNetArtefactProcessor", - "Namespace": "Microsoft.Html.Core" + "Name": "IConfigurationSystem", + "Namespace": "System.Configuration" }, { - "Name": "AspNetClassifierContextType", - "Namespace": "Microsoft.Html.Core" + "Name": "IgnoreSectionHandler", + "Namespace": "System.Configuration" }, { - "Name": "AspNetClassifierContext", - "Namespace": "Microsoft.Html.Core" + "Name": "IPersistComponentSettings", + "Namespace": "System.Configuration" }, { - "Name": "AspNetClassifierContextCache", - "Namespace": "Microsoft.Html.Core" + "Name": "ISettingsProviderService", + "Namespace": "System.Configuration" }, { - "Name": "AspNetClassificationTypes", - "Namespace": "Microsoft.Html.Core" + "Name": "LocalFileSettingsProvider", + "Namespace": "System.Configuration" }, { - "Name": "DocType", - "Namespace": "Microsoft.Html.Core" + "Name": "NameValueFileSectionHandler", + "Namespace": "System.Configuration" }, { - "Name": "DocTypeCollection", - "Namespace": "Microsoft.Html.Core" + "Name": "NameValueSectionHandler", + "Namespace": "System.Configuration" }, { - "Name": "ParsingMode", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsAttributeDictionary", + "Namespace": "System.Configuration" }, { - "Name": "IArtefact", - "Namespace": "Microsoft.Html.Core" + "Name": "ApplicationScopedSettingAttribute", + "Namespace": "System.Configuration" }, { - "Name": "IArtefactProcessor", - "Namespace": "Microsoft.Html.Core" + "Name": "DefaultSettingValueAttribute", + "Namespace": "System.Configuration" }, { - "Name": "PhpArtefactCollection", - "Namespace": "Microsoft.Html.Core" + "Name": "NoSettingsVersionUpgradeAttribute", + "Namespace": "System.Configuration" }, { - "Name": "ISensitiveFragmentSeparatorsInfo", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingAttribute", + "Namespace": "System.Configuration" }, { - "Name": "PhpArtefactType", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsDescriptionAttribute", + "Namespace": "System.Configuration" }, { - "Name": "PhpArtefactProcessor", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsGroupDescriptionAttribute", + "Namespace": "System.Configuration" }, { - "Name": "PhpClassifierContextType", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsGroupNameAttribute", + "Namespace": "System.Configuration" }, { - "Name": "PhpClassifierContext", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsManageabilityAttribute", + "Namespace": "System.Configuration" }, { - "Name": "PhpClassifierContextCache", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsProviderAttribute", + "Namespace": "System.Configuration" }, { - "Name": "PhpClassificationTypes", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsSerializeAsAttribute", + "Namespace": "System.Configuration" }, { - "Name": "HtmlClassificationTypes", - "Namespace": "Microsoft.Html.Core" + "Name": "SpecialSettingAttribute", + "Namespace": "System.Configuration" }, { - "Name": "HtmlClassifierContextType", - "Namespace": "Microsoft.Html.Core" + "Name": "UserScopedSettingAttribute", + "Namespace": "System.Configuration" }, { - "Name": "HtmlClassifierContext", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsManageability", + "Namespace": "System.Configuration" }, { - "Name": "HtmlClassifierContextCache", - "Namespace": "Microsoft.Html.Core" + "Name": "SpecialSetting", + "Namespace": "System.Configuration" }, { - "Name": "IHtmlClosureProvider", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsBase", + "Namespace": "System.Configuration" }, { - "Name": "IHtmlClosureProviderTextRange", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsContext", + "Namespace": "System.Configuration" }, { - "Name": "QualifiedName", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsProperty", + "Namespace": "System.Configuration" }, { - "Name": "ParserState", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsPropertyCollection", + "Namespace": "System.Configuration" }, { - "Name": "CommentToken", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsPropertyIsReadOnlyException", + "Namespace": "System.Configuration" }, { - "Name": "CommentCollection", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsPropertyNotFoundException", + "Namespace": "System.Configuration" }, { - "Name": "SensitiveFragmentCollection`1", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsPropertyValue", + "Namespace": "System.Configuration" }, { - "Name": "PrefixInfo", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsPropertyValueCollection", + "Namespace": "System.Configuration" }, { - "Name": "IHtmlPrefixResolutionService", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsPropertyWrongTypeException", + "Namespace": "System.Configuration" }, { - "Name": "DefaultHtmlClosureProvider", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsProvider", + "Namespace": "System.Configuration" }, { - "Name": "HtmlParser", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsProviderCollection", + "Namespace": "System.Configuration" }, { - "Name": "ArtefactToken", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingsSerializeAs", + "Namespace": "System.Configuration" }, { - "Name": "AttributeToken", - "Namespace": "Microsoft.Html.Core" + "Name": "SingleTagSectionHandler", + "Namespace": "System.Configuration" }, { - "Name": "AttributeValueToken", - "Namespace": "Microsoft.Html.Core" + "Name": "ApplicationSettingsGroup", + "Namespace": "System.Configuration" }, { - "Name": "CompositeToken", - "Namespace": "Microsoft.Html.Core" + "Name": "UserSettingsGroup", + "Namespace": "System.Configuration" }, { - "Name": "NameToken", - "Namespace": "Microsoft.Html.Core" + "Name": "ClientSettingsSection", + "Namespace": "System.Configuration" }, { - "Name": "HtmlParserRangeEventArgs", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingElementCollection", + "Namespace": "System.Configuration" }, { - "Name": "HtmlParserOpenTagEventArgs", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingElement", + "Namespace": "System.Configuration" }, { - "Name": "HtmlParserCloseTagEventArgs", - "Namespace": "Microsoft.Html.Core" + "Name": "SettingValueElement", + "Namespace": "System.Configuration" }, { - "Name": "HtmlParserArtefactEventArgs", - "Namespace": "Microsoft.Html.Core" + "Name": "AppSettingsReader", + "Namespace": "System.Configuration" }, { - "Name": "HtmlParserAttributeEventArgs", - "Namespace": "Microsoft.Html.Core" + "Name": "ICredentialPolicy", + "Namespace": "System.Net" }, { - "Name": "HtmlParserCommentEventArgs", - "Namespace": "Microsoft.Html.Core" + "Name": "AuthenticationManager", + "Namespace": "System.Net" }, { - "Name": "EntityTable", - "Namespace": "Microsoft.Html.Core" + "Name": "AuthenticationSchemes", + "Namespace": "System.Net" }, { - "Name": "HtmlTokenType", - "Namespace": "Microsoft.Html.Core" + "Name": "AuthenticationSchemeSelector", + "Namespace": "System.Net" }, { - "Name": "HtmlToken", - "Namespace": "Microsoft.Html.Core" + "Name": "Authorization", + "Namespace": "System.Net" }, { - "Name": "IHtmlToken", - "Namespace": "Microsoft.Html.Core" + "Name": "Cookie", + "Namespace": "System.Net" }, { - "Name": "HtmlParserStatistic", - "Namespace": "Microsoft.Html.Core" + "Name": "CookieCollection", + "Namespace": "System.Net" }, { - "Name": "RegisterDirective", - "Namespace": "Microsoft.Html.Core" + "Name": "CookieContainer", + "Namespace": "System.Net" }, { - "Name": "RegisterDirectiveCollection", - "Namespace": "Microsoft.Html.Core" + "Name": "CookieException", + "Namespace": "System.Net" }, { - "Name": "AttributeNode", - "Namespace": "Microsoft.Html.Core" + "Name": "CredentialCache", + "Namespace": "System.Net" }, { - "Name": "ElementNode", - "Namespace": "Microsoft.Html.Core" + "Name": "Dns", + "Namespace": "System.Net" }, { - "Name": "HtmlDocTypeChangeEventArgs", - "Namespace": "Microsoft.Html.Core" + "Name": "DnsEndPoint", + "Namespace": "System.Net" }, { - "Name": "HtmlNamespaceAddedEventArgs", - "Namespace": "Microsoft.Html.Core" + "Name": "DnsPermissionAttribute", + "Namespace": "System.Net" }, { - "Name": "HtmlTree", - "Namespace": "Microsoft.Html.Core" + "Name": "DnsPermission", + "Namespace": "System.Net" }, { - "Name": "HtmlPositionType", - "Namespace": "Microsoft.Html.Core" + "Name": "EndPoint", + "Namespace": "System.Net" }, { - "Name": "RootNode", - "Namespace": "Microsoft.Html.Core" + "Name": "FileWebRequest", + "Namespace": "System.Net" }, { - "Name": "TagNode", - "Namespace": "Microsoft.Html.Core" + "Name": "FileWebResponse", + "Namespace": "System.Net" }, { - "Name": "TreeNode", - "Namespace": "Microsoft.Html.Core" + "Name": "FtpStatusCode", + "Namespace": "System.Net" }, { - "Name": "HtmlCollectionEventType", - "Namespace": "Microsoft.Html.Core" + "Name": "WebRequestMethods", + "Namespace": "System.Net" }, { - "Name": "HtmlNodeCollectionEventArgs", - "Namespace": "Microsoft.Html.Core" + "Name": "FtpWebRequest", + "Namespace": "System.Net" }, { - "Name": "NodeCollection`1", - "Namespace": "Microsoft.Html.Core" + "Name": "FtpWebResponse", + "Namespace": "System.Net" }, { - "Name": "HtmlTreeBuilder", - "Namespace": "Microsoft.Html.Core" + "Name": "GlobalProxySelection", + "Namespace": "System.Net" }, { - "Name": "IHtmlTreeVisitor", - "Namespace": "Microsoft.Html.Core" + "Name": "HttpListenerBasicIdentity", + "Namespace": "System.Net" }, { - "Name": "AspNetPrefixInfo", - "Namespace": "Microsoft.Html.Core.Completion" + "Name": "HttpListener", + "Namespace": "System.Net" }, { - "Name": "XmlPrefixInfo", - "Namespace": "Microsoft.Html.Core.Completion" + "Name": "HttpListenerContext", + "Namespace": "System.Net" }, { - "Name": "XmlPrefixResolutionService", - "Namespace": "Microsoft.Html.Core.Completion" + "Name": "HttpListenerException", + "Namespace": "System.Net" }, { - "Name": "DefaultElementInformationProvider", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "HttpListenerPrefixCollection", + "Namespace": "System.Net" }, { - "Name": "IHtmlFormattingOptionsProvider", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "HttpListenerRequest", + "Namespace": "System.Net" }, { - "Name": "HtmlElementFormattingInformation", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "HttpListenerResponse", + "Namespace": "System.Net" }, { - "Name": "IHtmlElementFormattingInformation", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "HttpListenerTimeoutManager", + "Namespace": "System.Net" }, { - "Name": "IHtmlElementFormattingInformationProvider", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "HttpRequestHeader", + "Namespace": "System.Net" }, { - "Name": "LineBreaks", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "HttpResponseHeader", + "Namespace": "System.Net" }, { - "Name": "IHtmlElementFormattingOptions", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "HttpStatusCode", + "Namespace": "System.Net" }, { - "Name": "IHtmlFormatter", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "HttpVersion", + "Namespace": "System.Net" }, { - "Name": "IHtmlFormatterFactory", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "DecompressionMethods", + "Namespace": "System.Net" }, { - "Name": "Casing", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "HttpWebRequest", + "Namespace": "System.Net" }, { - "Name": "IndentType", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "HttpWebResponse", + "Namespace": "System.Net" }, { - "Name": "QuoteType", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "IAuthenticationModule", + "Namespace": "System.Net" }, { - "Name": "EntityConversion", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "ICertificatePolicy", + "Namespace": "System.Net" }, { - "Name": "CharacterConversion", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "ICredentials", + "Namespace": "System.Net" }, { - "Name": "IHtmlFormattingOptions", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "ICredentialsByHost", + "Namespace": "System.Net" }, { - "Name": "HtmlElementFormattingOptions", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "HttpContinueDelegate", + "Namespace": "System.Net" }, { - "Name": "HtmlFormatter", - "Namespace": "Microsoft.Html.Core.Formatting" + "Name": "IPAddress", + "Namespace": "System.Net" }, { - "Name": "ISetupInstance", - "Namespace": "Microsoft.VisualStudio.Setup.Interop" + "Name": "IPEndPoint", + "Namespace": "System.Net" }, { - "Name": "IEnumSetupInstances", - "Namespace": "Microsoft.VisualStudio.Setup.Interop" + "Name": "IPHostEntry", + "Namespace": "System.Net" }, { - "Name": "ISetupConfiguration", - "Namespace": "Microsoft.VisualStudio.Setup.Interop" + "Name": "IWebProxy", + "Namespace": "System.Net" }, { - "Name": "SetupConfiguration", - "Namespace": "Microsoft.VisualStudio.Setup.Interop" + "Name": "IWebRequestCreate", + "Namespace": "System.Net" }, { - "Name": "EventArgs`1", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector" + "Name": "NetworkAccess", + "Namespace": "System.Net" }, { - "Name": "AppSettings", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime" + "Name": "NetworkCredential", + "Namespace": "System.Net" }, { - "Name": "ConfigurationUtils", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Loader" + "Name": "ProtocolViolationException", + "Namespace": "System.Net" }, { - "Name": "RuntimeLoader", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Loader" + "Name": "TransportContext", + "Namespace": "System.Net" }, { - "Name": "Startup", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime" + "Name": "SecurityProtocolType", + "Namespace": "System.Net" }, { - "Name": "PageInspectorHttpModule", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + "Name": "BindIPEndPoint", + "Namespace": "System.Net" }, { - "Name": "LegacyJsonSourceFileObject", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.MappingData" + "Name": "ServicePoint", + "Namespace": "System.Net" }, { - "Name": "TraceData", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.WebForms" + "Name": "ServicePointManager", + "Namespace": "System.Net" }, { - "Name": "TraceDataType", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.WebForms" + "Name": "SocketAddress", + "Namespace": "System.Net" }, { - "Name": "TraceHelpers", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.WebForms" + "Name": "SocketPermissionAttribute", + "Namespace": "System.Net" }, { - "Name": "TraceRange", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.WebForms" + "Name": "SocketPermission", + "Namespace": "System.Net" }, { - "Name": "TraceRangeType", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.WebForms" + "Name": "EndpointPermission", + "Namespace": "System.Net" }, { - "Name": "IRenderedOutput", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + "Name": "TransportType", + "Namespace": "System.Net" }, { - "Name": "RenderedRange", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + "Name": "WebClient", + "Namespace": "System.Net" }, { - "Name": "RenderedSourceFile", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + "Name": "OpenReadCompletedEventHandler", + "Namespace": "System.Net" }, { - "Name": "StaticRenderedOutput", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + "Name": "OpenReadCompletedEventArgs", + "Namespace": "System.Net" }, { - "Name": "ContentTypesUtil", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + "Name": "OpenWriteCompletedEventHandler", + "Namespace": "System.Net" }, { - "Name": "Context", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + "Name": "OpenWriteCompletedEventArgs", + "Namespace": "System.Net" }, { - "Name": "ContextFile", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + "Name": "DownloadStringCompletedEventHandler", + "Namespace": "System.Net" }, { - "Name": "ContextList", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + "Name": "DownloadStringCompletedEventArgs", + "Namespace": "System.Net" }, { - "Name": "ContextMap", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + "Name": "DownloadDataCompletedEventHandler", + "Namespace": "System.Net" }, { - "Name": "PageInspectorExecutionListener", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + "Name": "DownloadDataCompletedEventArgs", + "Namespace": "System.Net" }, { - "Name": "BrowserLinkExecutionListener", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing" + "Name": "UploadStringCompletedEventHandler", + "Namespace": "System.Net" }, { - "Name": "Strings", - "Namespace": "Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.Resources" + "Name": "UploadStringCompletedEventArgs", + "Namespace": "System.Net" }, { - "Name": "WindowsFormsDesignerOptions", - "Namespace": "Microsoft.VisualStudio.Windows.Forms" + "Name": "UploadDataCompletedEventHandler", + "Namespace": "System.Net" }, { - "Name": "LayoutMode", - "Namespace": "Microsoft.VisualStudio.Windows.Forms" + "Name": "UploadDataCompletedEventArgs", + "Namespace": "System.Net" }, { - "Name": "IVsAddToolboxItems", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UploadFileCompletedEventHandler", + "Namespace": "System.Net" }, { - "Name": "IVsDataObjectStringMapManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UploadFileCompletedEventArgs", + "Namespace": "System.Net" }, { - "Name": "IVsDesignTimeAssemblyResolution", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UploadValuesCompletedEventHandler", + "Namespace": "System.Net" }, { - "Name": "IVsFrameworkMultiTargeting", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UploadValuesCompletedEventArgs", + "Namespace": "System.Net" }, { - "Name": "IVsProvideTargetedToolboxItems", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DownloadProgressChangedEventHandler", + "Namespace": "System.Net" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "DownloadProgressChangedEventArgs", + "Namespace": "System.Net" }, { - "Name": "IVsStringMap", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UploadProgressChangedEventHandler", + "Namespace": "System.Net" }, { - "Name": "IVsUIShell5", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "UploadProgressChangedEventArgs", + "Namespace": "System.Net" }, { - "Name": "SVsDataObjectStringMapManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WebException", + "Namespace": "System.Net" }, { - "Name": "SVsDesignTimeAssemblyResolution", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WebExceptionStatus", + "Namespace": "System.Net" }, { - "Name": "SVsFrameworkMultiTargeting", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WebHeaderCollection", + "Namespace": "System.Net" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "WebPermissionAttribute", + "Namespace": "System.Net" }, { - "Name": "WizardBase", - "Namespace": "Microsoft.VisualStudio.WinRT.TemplateWizards" + "Name": "WebPermission", + "Namespace": "System.Net" }, { - "Name": "Wizard", - "Namespace": "Microsoft.VisualStudio.WinRT.TemplateWizards.ActivationContract" + "Name": "WebProxy", + "Namespace": "System.Net" }, { - "Name": "Wizard", - "Namespace": "Microsoft.VisualStudio.WinRT.TemplateWizards.SmartItem" + "Name": "WebRequest", + "Namespace": "System.Net" }, { - "Name": "Wizard", - "Namespace": "Microsoft.VisualStudio.WinRT.TemplateWizards.QualifiedXaml" + "Name": "WebResponse", + "Namespace": "System.Net" }, { - "Name": "ClassRegistrationData", - "Namespace": "Microsoft.VisualStudio.WinRT.TemplateWizards.DependencyProperty" + "Name": "WebUtility", + "Namespace": "System.Net" }, { - "Name": "Wizard", - "Namespace": "Microsoft.VisualStudio.WinRT.TemplateWizards.DependencyProperty" + "Name": "WriteStreamClosedEventArgs", + "Namespace": "System.Net" }, { - "Name": "IVsSharedMSBuildFilesManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "WriteStreamClosedEventHandler", + "Namespace": "System.Net" }, { - "Name": "IVsSharedMSBuildFilesManagerHierarchy", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "IWebProxyScript", + "Namespace": "System.Net" }, { - "Name": "SVsSharedMSBuildFilesManager", - "Namespace": "Microsoft.Internal.VisualStudio.Shell.Interop" + "Name": "ClientWebSocket", + "Namespace": "System.Net.WebSockets" }, { - "Name": "LeavePageEventArgs", - "Namespace": "Microsoft.VSWizards" + "Name": "ClientWebSocketOptions", + "Namespace": "System.Net.WebSockets" }, { - "Name": "WizardEngine", - "Namespace": "Microsoft.VSWizards" + "Name": "HttpListenerWebSocketContext", + "Namespace": "System.Net.WebSockets" }, { - "Name": "WizardForm", - "Namespace": "Microsoft.VSWizards" + "Name": "WebSocket", + "Namespace": "System.Net.WebSockets" }, { - "Name": "WizardFrameSys", - "Namespace": "Microsoft.VSWizards" + "Name": "WebSocketCloseStatus", + "Namespace": "System.Net.WebSockets" }, { - "Name": "WizardFrameworkMessageBox", - "Namespace": "Microsoft.VSWizards" + "Name": "WebSocketContext", + "Namespace": "System.Net.WebSockets" }, { - "Name": "WizardInputs", - "Namespace": "Microsoft.VSWizards" + "Name": "WebSocketError", + "Namespace": "System.Net.WebSockets" }, { - "Name": "Generic", - "Namespace": "Microsoft.VSWizards" + "Name": "WebSocketException", + "Namespace": "System.Net.WebSockets" }, { - "Name": "WizardManager", - "Namespace": "Microsoft.VSWizards" + "Name": "WebSocketMessageType", + "Namespace": "System.Net.WebSockets" }, { - "Name": "ProjectItemContextParams", - "Namespace": "Microsoft.VSWizards" + "Name": "WebSocketReceiveResult", + "Namespace": "System.Net.WebSockets" }, { - "Name": "WizardCallback", - "Namespace": "Microsoft.VSWizards" + "Name": "WebSocketState", + "Namespace": "System.Net.WebSockets" }, { - "Name": "WizardPage", - "Namespace": "Microsoft.VSWizards" + "Name": "ContentDisposition", + "Namespace": "System.Net.Mime" }, { - "Name": "WizardTask", - "Namespace": "Microsoft.VSWizards" + "Name": "ContentType", + "Namespace": "System.Net.Mime" }, { - "Name": "XmlEditorService", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "DispositionTypeNames", + "Namespace": "System.Net.Mime" }, { - "Name": "XmlModelSaveAction", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "MediaTypeNames", + "Namespace": "System.Net.Mime" }, { - "Name": "XmlStore", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "TransferEncoding", + "Namespace": "System.Net.Mime" }, { - "Name": "XmlEditingScopeEventArgs", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "AlternateView", + "Namespace": "System.Net.Mail" }, { - "Name": "XmlModel", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "AlternateViewCollection", + "Namespace": "System.Net.Mail" }, { - "Name": "XmlEditingScope", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "AttachmentBase", + "Namespace": "System.Net.Mail" }, { - "Name": "XmlEditingScopeStatus", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "Attachment", + "Namespace": "System.Net.Mail" }, { - "Name": "XmlModelChange", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "AttachmentCollection", + "Namespace": "System.Net.Mail" }, { - "Name": "AddNodeChange", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "LinkedResource", + "Namespace": "System.Net.Mail" }, { - "Name": "RemoveNodeChange", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "LinkedResourceCollection", + "Namespace": "System.Net.Mail" }, { - "Name": "NodeNameChange", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "MailAddress", + "Namespace": "System.Net.Mail" }, { - "Name": "NodeValueChange", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "MailAddressCollection", + "Namespace": "System.Net.Mail" }, { - "Name": "IXmlSchemaDesignerService", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "DeliveryNotificationOptions", + "Namespace": "System.Net.Mail" }, { - "Name": "XmlSchemaService", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "MailMessage", + "Namespace": "System.Net.Mail" }, { - "Name": "XmlSchemaReference", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "MailPriority", + "Namespace": "System.Net.Mail" }, { - "Name": "XmlSchemaSetBuilder", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "SendCompletedEventHandler", + "Namespace": "System.Net.Mail" }, { - "Name": "XmlSchemaReferenceException", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "SmtpDeliveryMethod", + "Namespace": "System.Net.Mail" }, { - "Name": "XmlSchemaContext", - "Namespace": "Microsoft.VisualStudio.XmlEditor" + "Name": "SmtpDeliveryFormat", + "Namespace": "System.Net.Mail" }, { - "Name": "SupportedWcfGenerationOptions", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "SmtpClient", + "Namespace": "System.Net.Mail" }, { - "Name": "IWcfClientGenerationExtension", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "SmtpException", + "Namespace": "System.Net.Mail" }, { - "Name": "IWcfCodeGenerationExtension", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "SmtpFailedRecipientException", + "Namespace": "System.Net.Mail" }, { - "Name": "IWcfConfigGenerationExtension", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "SmtpFailedRecipientsException", + "Namespace": "System.Net.Mail" }, { - "Name": "ClientOptions", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "SmtpAccess", + "Namespace": "System.Net.Mail" }, { - "Name": "ContractMapping", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "SmtpPermissionAttribute", + "Namespace": "System.Net.Mail" }, { - "Name": "DataSvcMapFile", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "SmtpPermission", + "Namespace": "System.Net.Mail" }, { - "Name": "DataSvcMapFileImpl", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "SmtpStatusCode", + "Namespace": "System.Net.Mail" }, { - "Name": "DataSvcMapFileLoader", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "DuplicateAddressDetectionState", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "ExtensionFile", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "IcmpV4Statistics", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "ExternalFile", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "IcmpV6Statistics", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "GeneratedContractType", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "NetworkInterfaceType", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "IContractGeneratorReferenceTypeLoader", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "IPAddressInformation", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "IContractGeneratorReferenceTypeLoader2", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "IPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "IWcfClientDefaultOptionProvider", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "IPGlobalProperties", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "WcfReferenceGroupOptionNames", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "IPGlobalStatistics", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "MapFile", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "ScopeLevel", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "MapFileLoader", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "IPInterfaceProperties", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "MetadataFile", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "IPInterfaceStatistics", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "MetadataSource", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "IPv4InterfaceStatistics", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "NamespaceMapping", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "IPStatus", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "Parameter", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "UnicastIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "ProxyGenerationError", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "UnicastIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "ReferencedAssembly", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "MulticastIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "ReferencedCollectionType", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "MulticastIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "ReferencedType", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "IPAddressCollection", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "SvcMapFile", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "GatewayIPAddressInformation", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "SvcMapFileImpl", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "GatewayIPAddressInformationCollection", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "SvcMapFileLoader", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "IPv4InterfaceProperties", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "VSWCFServiceContractGenerator", - "Namespace": "Microsoft.VSDesigner.WCFModel" + "Name": "IPv6InterfaceProperties", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "DiscoveryDataServiceWorkItem", - "Namespace": "Microsoft.VSDesigner.WebDiscovery" + "Name": "NetworkAvailabilityEventArgs", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "VsDiscoveryDataServiceResult", - "Namespace": "Microsoft.VSDesigner.WebDiscovery" + "Name": "NetworkChange", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "MetadataExchangeClientWorkItem", - "Namespace": "Microsoft.VSDesigner.WebDiscovery" + "Name": "NetworkAddressChangedEventHandler", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "DiscoveryClientProtocolWorkItem", - "Namespace": "Microsoft.VSDesigner.WebDiscovery" + "Name": "NetworkAvailabilityChangedEventHandler", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "VsMetadataExchangeResult", - "Namespace": "Microsoft.VSDesigner.WebDiscovery" + "Name": "NetworkInformationException", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "CredentialManager", - "Namespace": "Microsoft.VSDesigner.WebDiscovery" + "Name": "NetworkInformationAccess", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "VsCredentials", - "Namespace": "Microsoft.VSDesigner.WebDiscovery" + "Name": "NetworkInformationPermissionAttribute", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "WebProxyManager", - "Namespace": "Microsoft.VSDesigner.WebDiscovery" + "Name": "NetworkInformationPermission", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "DataServiceDescription", - "Namespace": "Microsoft.VSDesigner.DataServicesClient" + "Name": "NetworkInterface", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "DataServiceDiscovery", - "Namespace": "Microsoft.VSDesigner.DataServicesClient" + "Name": "NetworkInterfaceComponent", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "BaseDataServiceClientSingleFileGenerator", - "Namespace": "Microsoft.VSDesigner.DataServicesClient" + "Name": "NetBiosNodeType", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "DataServiceClientSingleFileGenerator", - "Namespace": "Microsoft.VSDesigner.DataServicesClient" + "Name": "OperationalStatus", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "ExtBaseCodeGenerator", - "Namespace": "Microsoft.VSDesigner.DataServicesClient" + "Name": "PhysicalAddress", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "ICodeGeneratorCapabilitiesManager", - "Namespace": "Microsoft.VSDesigner.DataServicesClient" + "Name": "PingCompletedEventHandler", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "IInitializeCodeGeneratorCapabilities", - "Namespace": "Microsoft.VSDesigner.DataServicesClient" + "Name": "PingCompletedEventArgs", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "ICodeGeneratorCapabilities", - "Namespace": "Microsoft.VSDesigner.DataServicesClient" + "Name": "Ping", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "IDataServiceSupport", - "Namespace": "Microsoft.VSDesigner.DataServicesClient" + "Name": "PingException", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "SVsWCFReferenceManagerFactory2", - "Namespace": "Microsoft.VSDesigner.WCF" + "Name": "PingOptions", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "ServiceReferenceProviderManager", - "Namespace": "Microsoft.VSDesigner.WCF.Extensibility" + "Name": "PingReply", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "WcfSoapServiceReferenceProvider", - "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.WcfSoapService" + "Name": "PrefixOrigin", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "WcfDataServiceReferenceProvider", - "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.WcfDataService" + "Name": "SuffixOrigin", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "DiscoveryWorkItemProvider", - "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.ObjectModel" + "Name": "TcpConnectionInformation", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "IDiscoveryWorkItem", - "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.ObjectModel" + "Name": "TcpState", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "IDiscoveryJobContext", - "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.ObjectModel" + "Name": "TcpStatistics", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "IServiceInfoNode", - "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.ObjectModel" + "Name": "UdpStatistics", + "Namespace": "System.Net.NetworkInformation" }, { - "Name": "ServiceReferenceProvider", - "Namespace": "Microsoft.VSDesigner.WCF.Extensibility.ObjectModel" + "Name": "RequestCacheLevel", + "Namespace": "System.Net.Cache" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "RequestCachePolicy", + "Namespace": "System.Net.Cache" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "HttpRequestCacheLevel", + "Namespace": "System.Net.Cache" }, { - "Name": "IAppHostProvider", - "Namespace": "Microsoft.ApplicationHost" + "Name": "HttpCacheAgeControl", + "Namespace": "System.Net.Cache" }, { - "Name": "LoadOptions", - "Namespace": "Microsoft.ApplicationHost" + "Name": "HttpRequestCachePolicy", + "Namespace": "System.Net.Cache" }, { - "Name": "IAppHostSite", - "Namespace": "Microsoft.ApplicationHost" + "Name": "UnicodeDecodingConformance", + "Namespace": "System.Net.Configuration" }, { - "Name": "IEnumSite", - "Namespace": "Microsoft.ApplicationHost" + "Name": "UnicodeEncodingConformance", + "Namespace": "System.Net.Configuration" }, { - "Name": "ISiteLimits", - "Namespace": "Microsoft.ApplicationHost" + "Name": "AuthenticationModuleElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "ISiteLogFile", - "Namespace": "Microsoft.ApplicationHost" + "Name": "AuthenticationModuleElementCollection", + "Namespace": "System.Net.Configuration" }, { - "Name": "ICustomFields", - "Namespace": "Microsoft.ApplicationHost" + "Name": "AuthenticationModulesSection", + "Namespace": "System.Net.Configuration" }, { - "Name": "IEnumCustomFields", - "Namespace": "Microsoft.ApplicationHost" + "Name": "BypassElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "ICustomField", - "Namespace": "Microsoft.ApplicationHost" + "Name": "BypassElementCollection", + "Namespace": "System.Net.Configuration" }, { - "Name": "ISiteTraceRequestsLogging", - "Namespace": "Microsoft.ApplicationHost" + "Name": "ConnectionManagementElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "ISiteBinding", - "Namespace": "Microsoft.ApplicationHost" + "Name": "ConnectionManagementElementCollection", + "Namespace": "System.Net.Configuration" }, { - "Name": "IEnumBindings", - "Namespace": "Microsoft.ApplicationHost" + "Name": "ConnectionManagementSection", + "Namespace": "System.Net.Configuration" }, { - "Name": "IApplication", - "Namespace": "Microsoft.ApplicationHost" + "Name": "DefaultProxySection", + "Namespace": "System.Net.Configuration" }, { - "Name": "IEnumApplications", - "Namespace": "Microsoft.ApplicationHost" + "Name": "HttpWebRequestElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "IVirtualDirectory", - "Namespace": "Microsoft.ApplicationHost" + "Name": "HttpListenerElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "IEnumVirtualDirectory", - "Namespace": "Microsoft.ApplicationHost" + "Name": "HttpListenerTimeoutsElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "IApplicationPool", - "Namespace": "Microsoft.ApplicationHost" + "Name": "HttpCachePolicyElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "IEnumApplicationPool", - "Namespace": "Microsoft.ApplicationHost" + "Name": "FtpCachePolicyElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "IProcessModel", - "Namespace": "Microsoft.ApplicationHost" + "Name": "Ipv6Element", + "Namespace": "System.Net.Configuration" }, { - "Name": "IRecycling", - "Namespace": "Microsoft.ApplicationHost" + "Name": "MailSettingsSectionGroup", + "Namespace": "System.Net.Configuration" }, { - "Name": "IPeriodicRestart", - "Namespace": "Microsoft.ApplicationHost" + "Name": "ModuleElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "IEnumSchedule", - "Namespace": "Microsoft.ApplicationHost" + "Name": "NetSectionGroup", + "Namespace": "System.Net.Configuration" }, { - "Name": "ISchedule", - "Namespace": "Microsoft.ApplicationHost" + "Name": "PerformanceCountersElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "IEnumEnvironmentVariables", - "Namespace": "Microsoft.ApplicationHost" + "Name": "ProxyElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "IEnvironmentVariable", - "Namespace": "Microsoft.ApplicationHost" + "Name": "RequestCachingSection", + "Namespace": "System.Net.Configuration" }, { - "Name": "IFailure", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SettingsSection", + "Namespace": "System.Net.Configuration" }, { - "Name": "ICpu", - "Namespace": "Microsoft.ApplicationHost" + "Name": "ServicePointManagerElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "IAppHostProviderChangeHandler", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SmtpSection", + "Namespace": "System.Net.Configuration" }, { - "Name": "IEnumListenerAdapter", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SmtpNetworkElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "IListenerAdapter", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SmtpSpecifiedPickupDirectoryElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "ILogSettings", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "IWebLimits", - "Namespace": "Microsoft.ApplicationHost" + "Name": "WebProxyScriptElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "IEnumLocation", - "Namespace": "Microsoft.ApplicationHost" + "Name": "WebRequestModuleElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "ILocation", - "Namespace": "Microsoft.ApplicationHost" + "Name": "WebRequestModuleElementCollection", + "Namespace": "System.Net.Configuration" }, { - "Name": "ApplicationPool", - "Namespace": "Microsoft.ApplicationHost" + "Name": "WebRequestModulesSection", + "Namespace": "System.Net.Configuration" }, { - "Name": "AppPoolEnvironmentVariable", - "Namespace": "Microsoft.ApplicationHost" + "Name": "WebUtilityElement", + "Namespace": "System.Net.Configuration" }, { - "Name": "AppPoolCpu", - "Namespace": "Microsoft.ApplicationHost" + "Name": "AuthenticatedStream", + "Namespace": "System.Net.Security" }, { - "Name": "EnumApplicationPool", - "Namespace": "Microsoft.ApplicationHost" + "Name": "AuthenticationLevel", + "Namespace": "System.Net.Security" }, { - "Name": "EnumEnvironmentVariables", - "Namespace": "Microsoft.ApplicationHost" + "Name": "ProtectionLevel", + "Namespace": "System.Net.Security" }, { - "Name": "EnumSchedule", - "Namespace": "Microsoft.ApplicationHost" + "Name": "NegotiateStream", + "Namespace": "System.Net.Security" }, { - "Name": "AppPoolFailure", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SslPolicyErrors", + "Namespace": "System.Net.Security" }, { - "Name": "AppPoolPeriodicRestart", - "Namespace": "Microsoft.ApplicationHost" + "Name": "EncryptionPolicy", + "Namespace": "System.Net.Security" }, { - "Name": "AppPoolRestartSchedule", - "Namespace": "Microsoft.ApplicationHost" + "Name": "RemoteCertificateValidationCallback", + "Namespace": "System.Net.Security" }, { - "Name": "AppPoolProcessModel", - "Namespace": "Microsoft.ApplicationHost" + "Name": "LocalCertificateSelectionCallback", + "Namespace": "System.Net.Security" }, { - "Name": "AppPoolRecycling", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SslStream", + "Namespace": "System.Net.Security" }, { - "Name": "RSCA_OBJECT_STATE_ENUM", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketException", + "Namespace": "System.Net.Sockets" }, { - "Name": "IRSCA_WAS", - "Namespace": "Microsoft.ApplicationHost" + "Name": "AddressFamily", + "Namespace": "System.Net.Sockets" }, { - "Name": "RSCA_WASClass", - "Namespace": "Microsoft.ApplicationHost" + "Name": "IOControlCode", + "Namespace": "System.Net.Sockets" }, { - "Name": "IRSCA_AppPool", - "Namespace": "Microsoft.ApplicationHost" + "Name": "IPProtectionLevel", + "Namespace": "System.Net.Sockets" }, { - "Name": "AppHostSite", - "Namespace": "Microsoft.ApplicationHost" + "Name": "LingerOption", + "Namespace": "System.Net.Sockets" }, { - "Name": "AppHostApplication", - "Namespace": "Microsoft.ApplicationHost" + "Name": "MulticastOption", + "Namespace": "System.Net.Sockets" }, { - "Name": "EnumApplication", - "Namespace": "Microsoft.ApplicationHost" + "Name": "IPv6MulticastOption", + "Namespace": "System.Net.Sockets" }, { - "Name": "EnumSite", - "Namespace": "Microsoft.ApplicationHost" + "Name": "NetworkStream", + "Namespace": "System.Net.Sockets" }, { - "Name": "EnumVirtualDirectory", - "Namespace": "Microsoft.ApplicationHost" + "Name": "ProtocolFamily", + "Namespace": "System.Net.Sockets" }, { - "Name": "Binding", - "Namespace": "Microsoft.ApplicationHost" + "Name": "ProtocolType", + "Namespace": "System.Net.Sockets" }, { - "Name": "EnumBindings", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SelectMode", + "Namespace": "System.Net.Sockets" }, { - "Name": "SiteLimits", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketInformationOptions", + "Namespace": "System.Net.Sockets" }, { - "Name": "SiteLogFile", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketInformation", + "Namespace": "System.Net.Sockets" }, { - "Name": "SiteLogCustomFields", - "Namespace": "Microsoft.ApplicationHost" + "Name": "Socket", + "Namespace": "System.Net.Sockets" }, { - "Name": "SiteLogCustomFieldsEnumerator", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketAsyncOperation", + "Namespace": "System.Net.Sockets" }, { - "Name": "SiteLogCustomField", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SendPacketsElement", + "Namespace": "System.Net.Sockets" }, { - "Name": "SiteTraceRequestLogging", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketClientAccessPolicyProtocol", + "Namespace": "System.Net.Sockets" }, { - "Name": "VirtualDirectory", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketAsyncEventArgs", + "Namespace": "System.Net.Sockets" }, { - "Name": "IRSCA_W3SVC", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketError", + "Namespace": "System.Net.Sockets" }, { - "Name": "IRSCA_VirtualSite", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketFlags", + "Namespace": "System.Net.Sockets" }, { - "Name": "RSCA_W3SVCClass", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketOptionLevel", + "Namespace": "System.Net.Sockets" }, { - "Name": "AppHostLogSettings", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketOptionName", + "Namespace": "System.Net.Sockets" }, { - "Name": "ListenerAdapter", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketShutdown", + "Namespace": "System.Net.Sockets" }, { - "Name": "EnumListenerAdapter", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketReceiveFromResult", + "Namespace": "System.Net.Sockets" }, { - "Name": "WebLimits", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketReceiveMessageFromResult", + "Namespace": "System.Net.Sockets" }, { - "Name": "AppHostFileProvider", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketTaskExtensions", + "Namespace": "System.Net.Sockets" }, { - "Name": "ConfigParseException", - "Namespace": "Microsoft.ApplicationHost" + "Name": "SocketType", + "Namespace": "System.Net.Sockets" }, { - "Name": "Location", - "Namespace": "Microsoft.ApplicationHost" + "Name": "TcpClient", + "Namespace": "System.Net.Sockets" }, { - "Name": "EnumLocation", - "Namespace": "Microsoft.ApplicationHost" + "Name": "TcpListener", + "Namespace": "System.Net.Sockets" }, { - "Name": "AssemblyNameContainer", - "Namespace": "Microsoft.Web.Design" + "Name": "TransmitFileOptions", + "Namespace": "System.Net.Sockets" }, { - "Name": "ControlContentInfoProvider", - "Namespace": "Microsoft.Web.Design" + "Name": "UdpClient", + "Namespace": "System.Net.Sockets" }, { - "Name": "DesignTimeThemeService", - "Namespace": "Microsoft.Web.Design" + "Name": "UdpReceiveResult", + "Namespace": "System.Net.Sockets" }, { - "Name": "DocumentDesigner", - "Namespace": "Microsoft.Web.Design" + "Name": "IPPacketInformation", + "Namespace": "System.Net.Sockets" }, { - "Name": "ElementDesigner", - "Namespace": "Microsoft.Web.Design" + "Name": "ICommand", + "Namespace": "System.Windows.Input" }, { - "Name": "GuidAttributes", - "Namespace": "Microsoft.Web.Design" + "Name": "ValueSerializerAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "IElementDesignerView", - "Namespace": "Microsoft.Web.Design" + "Name": "SoundPlayer", + "Namespace": "System.Media" }, { - "Name": "IExtenderInformationService", - "Namespace": "Microsoft.Web.Design" + "Name": "SystemSounds", + "Namespace": "System.Media" }, { - "Name": "IExtenderNamingService", - "Namespace": "Microsoft.Web.Design" + "Name": "SystemSound", + "Namespace": "System.Media" }, { - "Name": "IntrinsicElementDesigner", - "Namespace": "Microsoft.Web.Design" + "Name": "BitVector32", + "Namespace": "System.Collections.Specialized" }, { - "Name": "IStyleSheetReferences", - "Namespace": "Microsoft.Web.Design" + "Name": "CollectionsUtil", + "Namespace": "System.Collections.Specialized" }, { - "Name": "DesignTimeResourceService", - "Namespace": "Microsoft.Web.Design" + "Name": "HybridDictionary", + "Namespace": "System.Collections.Specialized" }, { - "Name": "IRegisterDirectiveService", - "Namespace": "Microsoft.Web.Design" + "Name": "INotifyCollectionChanged", + "Namespace": "System.Collections.Specialized" }, { - "Name": "RegisterDirectiveManager", - "Namespace": "Microsoft.Web.Design" + "Name": "IOrderedDictionary", + "Namespace": "System.Collections.Specialized" }, { - "Name": "GetAssemblyFullNameDelegate", - "Namespace": "Microsoft.Web.Design" + "Name": "ListDictionary", + "Namespace": "System.Collections.Specialized" }, { - "Name": "RegisterDirective", - "Namespace": "Microsoft.Web.Design" + "Name": "NameObjectCollectionBase", + "Namespace": "System.Collections.Specialized" }, { - "Name": "TagPrefixRegisterDirectiveCollection", - "Namespace": "Microsoft.Web.Design" + "Name": "NameValueCollection", + "Namespace": "System.Collections.Specialized" }, { - "Name": "TopLevelRegisterDirectiveCollection", - "Namespace": "Microsoft.Web.Design" + "Name": "NotifyCollectionChangedAction", + "Namespace": "System.Collections.Specialized" }, { - "Name": "RegisterDirectiveCollection", - "Namespace": "Microsoft.Web.Design" + "Name": "NotifyCollectionChangedEventArgs", + "Namespace": "System.Collections.Specialized" }, { - "Name": "ServiceProvider", - "Namespace": "Microsoft.Web.Design" + "Name": "NotifyCollectionChangedEventHandler", + "Namespace": "System.Collections.Specialized" }, { - "Name": "TypeResolutionService", - "Namespace": "Microsoft.Web.Design" + "Name": "OrderedDictionary", + "Namespace": "System.Collections.Specialized" }, { - "Name": "WebApplication", - "Namespace": "Microsoft.Web.Design" + "Name": "StringCollection", + "Namespace": "System.Collections.Specialized" }, { - "Name": "WebFormDesigner", - "Namespace": "Microsoft.Web.Design" + "Name": "StringEnumerator", + "Namespace": "System.Collections.Specialized" }, { - "Name": "SR", - "Namespace": "Microsoft.Web.Design" + "Name": "StringDictionary", + "Namespace": "System.Collections.Specialized" }, { - "Name": "GenericProxyControl", - "Namespace": "Microsoft.Web.Design.Remote" + "Name": "ObservableCollection`1", + "Namespace": "System.Collections.ObjectModel" }, { - "Name": "IProxyObject", - "Namespace": "Microsoft.Web.Design.Remote" + "Name": "ReadOnlyObservableCollection`1", + "Namespace": "System.Collections.ObjectModel" }, { - "Name": "ProxyControlDesigner", - "Namespace": "Microsoft.Web.Design.Remote" + "Name": "LinkedList`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "ProxyControlDesignerImpl", - "Namespace": "Microsoft.Web.Design.Remote" + "Name": "LinkedListNode`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "ProxyDataSourceControlBase", - "Namespace": "Microsoft.Web.Design.Remote" + "Name": "Queue`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "ProxyHierarchicalDataSourceControlBase", - "Namespace": "Microsoft.Web.Design.Remote" + "Name": "SortedList`2", + "Namespace": "System.Collections.Generic" }, { - "Name": "ProxyDataSourceDesigner", - "Namespace": "Microsoft.Web.Design.Remote" + "Name": "Stack`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "ProxyDataSourceDesignerImpl", - "Namespace": "Microsoft.Web.Design.Remote" + "Name": "SortedDictionary`2", + "Namespace": "System.Collections.Generic" }, { - "Name": "ProxyHierarchicalDataSourceDesigner", - "Namespace": "Microsoft.Web.Design.Remote" + "Name": "SortedSet`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "ProxyHierarchicalAndFlatDataSourceDesigner", - "Namespace": "Microsoft.Web.Design.Remote" + "Name": "ISet`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "ProxyHierarchicalDataSourceDesignerImpl", - "Namespace": "Microsoft.Web.Design.Remote" + "Name": "BlockingCollection`1", + "Namespace": "System.Collections.Concurrent" }, { - "Name": "ProxyObject", - "Namespace": "Microsoft.Web.Design.Remote" + "Name": "ConcurrentBag`1", + "Namespace": "System.Collections.Concurrent" }, { - "Name": "RemoteAuthoringService", - "Namespace": "Microsoft.Web.Design.Remote" + "Name": "Semaphore", + "Namespace": "System.Threading" }, { - "Name": "ControlCategories", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "BarrierPostPhaseException", + "Namespace": "System.Threading" }, { - "Name": "ControlContentType", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "Barrier", + "Namespace": "System.Threading" }, { - "Name": "DataObjectSupport", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "ThreadExceptionEventArgs", + "Namespace": "System.Threading" }, { - "Name": "IConfigMasterPageProviderService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "ThreadExceptionEventHandler", + "Namespace": "System.Threading" }, { - "Name": "IConfigValueProviderService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "FrameworkName", + "Namespace": "System.Runtime.Versioning" }, { - "Name": "ICBMAsyncResultSink", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "HandleCollector", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "IDesignTimeResourceEnvironmentService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "DefaultParameterValueAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "IDesignTimeResourceService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "StandardOleMarshalObject", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "IDesignTimeThemeService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "ADVF", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IExtenderDiscoveryService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "DATADIR", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IFPACAssemblyEnumerationService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "DVASPECT", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IFPACDataObjectService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "FORMATETC", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IFPACItemTypeResolutionService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "IAdviseSink", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IFPACItemTypeResolutionSite", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "IDataObject", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IFPACWaitDialogHelper", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "IEnumFORMATETC", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IFPACWebApplication", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "IEnumSTATDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IFPACWebFolderProjectItem", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "STATDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IFPACWebProjectItem", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "STGMEDIUM", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IFPACWebProjectItemEnum", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "TYMED", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IGlobalResourceFileProvider", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "ICustomTypeProvider", + "Namespace": "System.Reflection" }, { - "Name": "IOleServiceProvider", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "InvalidDataException", + "Namespace": "System.IO" }, { - "Name": "IRemoteAsyncSoapCallback", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "NotifyFilters", + "Namespace": "System.IO" }, { - "Name": "IRemoteAsyncSoapProvider", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "ErrorEventArgs", + "Namespace": "System.IO" }, { - "Name": "IRemoteAuthoringService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "ErrorEventHandler", + "Namespace": "System.IO" }, { - "Name": "IRemoteProxyAssembly", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "FileSystemEventArgs", + "Namespace": "System.IO" }, { - "Name": "IRemoteProxyAssemblyBuilder", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "FileSystemEventHandler", + "Namespace": "System.IO" }, { - "Name": "IRemoteProxyAssemblySink", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "FileSystemWatcher", + "Namespace": "System.IO" }, { - "Name": "IRemoteProxyStateListener", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "InternalBufferOverflowException", + "Namespace": "System.IO" }, { - "Name": "IRemoteProxyUpdateSink", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "IODescriptionAttribute", + "Namespace": "System.IO" }, { - "Name": "IRuntimeAssemblyNameProvider", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "RenamedEventArgs", + "Namespace": "System.IO" }, { - "Name": "ISmartTasksService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "RenamedEventHandler", + "Namespace": "System.IO" }, { - "Name": "ITargetFrameworkAssemblyResolutionService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "WaitForChangedResult", + "Namespace": "System.IO" }, { - "Name": "ITargetFrameworkVersionProviderService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "WatcherChangeTypes", + "Namespace": "System.IO" }, { - "Name": "TargetFrameworkVersions", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "Handshake", + "Namespace": "System.IO.Ports" }, { - "Name": "ITypeFilteringService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "Parity", + "Namespace": "System.IO.Ports" }, { - "Name": "IWebApplicationInternal", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "SerialError", + "Namespace": "System.IO.Ports" }, { - "Name": "IWebControlContentInfoProvider", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "SerialErrorReceivedEventArgs", + "Namespace": "System.IO.Ports" }, { - "Name": "IWebDataFormCallback", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "SerialErrorReceivedEventHandler", + "Namespace": "System.IO.Ports" }, { - "Name": "IWebDataFormDesigner", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "SerialPinChange", + "Namespace": "System.IO.Ports" }, { - "Name": "IWebDataFormElementCallback", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "SerialPinChangedEventArgs", + "Namespace": "System.IO.Ports" }, { - "Name": "IWebDocument", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "SerialPinChangedEventHandler", + "Namespace": "System.IO.Ports" }, { - "Name": "IWebDocumentDesigner", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "SerialPort", + "Namespace": "System.IO.Ports" }, { - "Name": "IWebElement", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "SerialData", + "Namespace": "System.IO.Ports" }, { - "Name": "IWebElement2", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "SerialDataReceivedEventArgs", + "Namespace": "System.IO.Ports" }, { - "Name": "IWebElementDesigner", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "SerialDataReceivedEventHandler", + "Namespace": "System.IO.Ports" }, { - "Name": "IWebElementView", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "StopBits", + "Namespace": "System.IO.Ports" }, { - "Name": "IWebFormRefactoringService", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "CompressionMode", + "Namespace": "System.IO.Compression" }, { - "Name": "IWebIntrinsicElementDesigner", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "CompressionLevel", + "Namespace": "System.IO.Compression" }, { - "Name": "IWebRegisterDirectiveManager", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "DeflateStream", + "Namespace": "System.IO.Compression" }, { - "Name": "IWebRegisterDirectiveManager2", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "GZipStream", + "Namespace": "System.IO.Compression" }, { - "Name": "IWebSmartTasksProvider", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "SecureStringMarshal", + "Namespace": "System.Security" }, { - "Name": "IWebSmartTasksSite", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "DynamicRoleClaimProvider", + "Namespace": "System.Security.Claims" }, { - "Name": "MSG", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "AuthenticationException", + "Namespace": "System.Security.Authentication" }, { - "Name": "POINT", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "InvalidCredentialException", + "Namespace": "System.Security.Authentication" }, { - "Name": "RECT", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "SslProtocols", + "Namespace": "System.Security.Authentication" }, { - "Name": "WebDocumentType", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "ExchangeAlgorithmType", + "Namespace": "System.Security.Authentication" }, { - "Name": "WellKnownFeatures", - "Namespace": "Microsoft.Web.Design.Interop" + "Name": "CipherAlgorithmType", + "Namespace": "System.Security.Authentication" }, { - "Name": "XmlInterpreter", - "Namespace": "Microsoft.Web.Design.Utility" + "Name": "HashAlgorithmType", + "Namespace": "System.Security.Authentication" }, { - "Name": "DefaultSmartTasksProvider", - "Namespace": "Microsoft.Web.Design.Client" + "Name": "ChannelBinding", + "Namespace": "System.Security.Authentication.ExtendedProtection" }, { - "Name": "DesignTimeResourceService", - "Namespace": "Microsoft.Web.Design.Client" + "Name": "ChannelBindingKind", + "Namespace": "System.Security.Authentication.ExtendedProtection" }, { - "Name": "InvokeCommandInDesktopPackage", - "Namespace": "Microsoft.Windows.Appx.PackageCommands" + "Name": "ExtendedProtectionPolicy", + "Namespace": "System.Security.Authentication.ExtendedProtection" }, { - "Name": "AddAppxPackageCommand", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "ExtendedProtectionPolicyTypeConverter", + "Namespace": "System.Security.Authentication.ExtendedProtection" }, { - "Name": "AddAppxVolumeCommand", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "PolicyEnforcement", + "Namespace": "System.Security.Authentication.ExtendedProtection" }, { - "Name": "AppxCmdlet", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "ProtectionScenario", + "Namespace": "System.Security.Authentication.ExtendedProtection" }, { - "Name": "AppxException", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "ServiceNameCollection", + "Namespace": "System.Security.Authentication.ExtendedProtection" }, { - "Name": "AppxPackage", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "TokenBindingType", + "Namespace": "System.Security.Authentication.ExtendedProtection" }, { - "Name": "AppxPackageManager", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "TokenBinding", + "Namespace": "System.Security.Authentication.ExtendedProtection" }, { - "Name": "AppxUserSecurityId", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "ExtendedProtectionPolicyElement", + "Namespace": "System.Security.Authentication.ExtendedProtection.Configuration" }, { - "Name": "AppxPackageUserInformation", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "ServiceNameElementCollection", + "Namespace": "System.Security.Authentication.ExtendedProtection.Configuration" }, { - "Name": "AppxStatus", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "ServiceNameElement", + "Namespace": "System.Security.Authentication.ExtendedProtection.Configuration" }, { - "Name": "AppxVolume", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "AsnEncodedData", + "Namespace": "System.Security.Cryptography" }, { - "Name": "DismountAppxVolumeCommand", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "AsnEncodedDataCollection", + "Namespace": "System.Security.Cryptography" }, { - "Name": "GetAppxDefaultVolumeCommand", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "AsnEncodedDataEnumerator", + "Namespace": "System.Security.Cryptography" }, { - "Name": "GetAppxPackageManifestCommand", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "OidGroup", + "Namespace": "System.Security.Cryptography" }, { - "Name": "GetAppxPackageCommand", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "Oid", + "Namespace": "System.Security.Cryptography" }, { - "Name": "GetAppxVolumeCommand", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "OidCollection", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Helpers", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "OidEnumerator", + "Namespace": "System.Security.Cryptography" }, { - "Name": "MountAppxVolumeCommand", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "X500DistinguishedNameFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "MoveAppxPackageCommand", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "X500DistinguishedName", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "RemoveAppxPackageCommand", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "X509NameType", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "RemoveAppxVolumeCommand", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "X509IncludeOption", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "SetAppxDefaultVolumeCommand", - "Namespace": "Microsoft.Windows.Appx.PackageManager.Commands" + "Name": "PublicKey", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "GetWindowsDeveloperLicenseCommand", - "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + "Name": "X509Certificate2", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "DeveloperLicensingMethods", - "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + "Name": "X509FindType", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "IDeveloperLicensingMethods", - "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + "Name": "X509Certificate2Collection", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "NativeConstants", - "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + "Name": "X509Certificate2Enumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "SharedMethods", - "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + "Name": "X509ChainStatusFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "ShowWindowsDeveloperLicenseRegistrationCommand", - "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + "Name": "X509ChainStatus", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "UnregisterWindowsDeveloperLicenseCommand", - "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + "Name": "X509Chain", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "WindowsDeveloperLicense", - "Namespace": "Microsoft.Windows.DeveloperLicense.Commands" + "Name": "X509ChainElement", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "GetDiagInput", - "Namespace": "Microsoft.Windows.Diagnosis.Commands" + "Name": "X509ChainElementCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "GetDiagInputSnapIn", - "Namespace": "Microsoft.Windows.Diagnosis.Commands" + "Name": "X509ChainElementEnumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "UpdateDiagReport", - "Namespace": "Microsoft.Windows.Diagnosis.Commands" + "Name": "X509RevocationMode", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "UpdateDiagReportSnapIn", - "Namespace": "Microsoft.Windows.Diagnosis.Commands" + "Name": "X509RevocationFlag", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "UpdateDiagRootCause", - "Namespace": "Microsoft.Windows.Diagnosis.Commands" + "Name": "X509VerificationFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "UpdateDiagRootCauseSnapIn", - "Namespace": "Microsoft.Windows.Diagnosis.Commands" + "Name": "X509ChainPolicy", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "WriteDiagProgress", - "Namespace": "Microsoft.Windows.Diagnosis.Commands" + "Name": "X509Extension", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "WriteDiagProgressSnapIn", - "Namespace": "Microsoft.Windows.Diagnosis.Commands" + "Name": "X509KeyUsageFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "WriteDiagTelemetry", - "Namespace": "Microsoft.Windows.Diagnosis.Commands" + "Name": "X509KeyUsageExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "WriteDiagTelemetrySnapIn", - "Namespace": "Microsoft.Windows.Diagnosis.Commands" + "Name": "X509BasicConstraintsExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "IScriptedDiagnosticHost", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "X509EnhancedKeyUsageExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "IScriptedDiagnosticInteraction", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "X509SubjectKeyIdentifierHashAlgorithm", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "ManagedHost", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "X509SubjectKeyIdentifierExtension", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "DiagPackCancelledException", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "X509ExtensionCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "DiagPack", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "X509ExtensionEnumerator", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "DiagRootCause", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "StoreLocation", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "DiagResolution", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "OpenFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "DiagInteraction", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "StoreName", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "DiagChoice", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "X509Store", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "DiagPrompt", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "X509CertificateCollection", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "DiagCallback", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "StorePermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "GetTroubleshootingPack", - "Namespace": "Microsoft.Windows.Diagnosis.Commands" + "Name": "StorePermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "InvokeTroubleshootingPack", - "Namespace": "Microsoft.Windows.Diagnosis.Commands" + "Name": "StorePermissionFlags", + "Namespace": "System.Security.Permissions" }, { - "Name": "DiagPackSnapIn", - "Namespace": "Microsoft.Windows.Diagnosis.Commands" + "Name": "TypeDescriptorPermissionFlags", + "Namespace": "System.Security.Permissions" }, { - "Name": "ImplementedAsType", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + "Name": "TypeDescriptorPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "DscResourceInfo", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + "Name": "TypeDescriptorPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "DscResourcePropertyInfo", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + "Name": "ResourcePermissionBase", + "Namespace": "System.Security.Permissions" }, { - "Name": "DscContext", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + "Name": "ResourcePermissionBaseEntry", + "Namespace": "System.Security.Permissions" }, { - "Name": "DscCmdletCommandBase", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "SemaphoreRights", + "Namespace": "System.Security.AccessControl" }, { - "Name": "DscConfigurationCommandBase", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "SemaphoreAccessRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "ErrorRecordInstance", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "SemaphoreAuditRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "StartDscConfigurationCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "SemaphoreSecurity", + "Namespace": "System.Security.AccessControl" }, { - "Name": "SetDscLocalConfigurationManagerCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "BooleanSwitch", + "Namespace": "System.Diagnostics" }, { - "Name": "PublishDscConfigurationCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "ConsoleTraceListener", + "Namespace": "System.Diagnostics" }, { - "Name": "UpdateDscConfigurationCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "CorrelationManager", + "Namespace": "System.Diagnostics" }, { - "Name": "ConnectDscConfigurationCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "Debug", + "Namespace": "System.Diagnostics" }, { - "Name": "TestDscConfigurationCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "DefaultTraceListener", + "Namespace": "System.Diagnostics" }, { - "Name": "DownloadManagerCommandBase", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "DelimitedListTraceListener", + "Namespace": "System.Diagnostics" }, { - "Name": "GetDscDocumentCommandBase", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "EventTypeFilter", + "Namespace": "System.Diagnostics" }, { - "Name": "GetDscModuleCommandBase", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "SourceFilter", + "Namespace": "System.Diagnostics" }, { - "Name": "GetDscActionCommandBase", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "SourceLevels", + "Namespace": "System.Diagnostics" }, { - "Name": "SendDscStatusCommandBase", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "SourceSwitch", + "Namespace": "System.Diagnostics" }, { - "Name": "GetDscDocumentCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "Switch", + "Namespace": "System.Diagnostics" }, { - "Name": "GetDscModuleCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "SwitchAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "GetDscActionCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "SwitchLevelAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "SendDscStatusCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "TextWriterTraceListener", + "Namespace": "System.Diagnostics" }, { - "Name": "PSConfigurationJob", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "Trace", + "Namespace": "System.Diagnostics" }, { - "Name": "DotNetHttpClient", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "TraceEventCache", + "Namespace": "System.Diagnostics" }, { - "Name": "IRotateDscAuthenticationCertificate", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "TraceEventType", + "Namespace": "System.Diagnostics" }, { - "Name": "RotateDscAuthenticationCertificate", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "TraceFilter", + "Namespace": "System.Diagnostics" }, { - "Name": "RegisterDscAgentCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "TraceLevel", + "Namespace": "System.Diagnostics" }, { - "Name": "InvokeDscResourceMethodCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands" + "Name": "TraceListener", + "Namespace": "System.Diagnostics" }, { - "Name": "IHttpClient", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands.SystemInterface" + "Name": "TraceListenerCollection", + "Namespace": "System.Diagnostics" }, { - "Name": "DotNetX509Certificate2", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands.SystemInterface" + "Name": "TraceOptions", + "Namespace": "System.Diagnostics" }, { - "Name": "IX509Certificate2", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Commands.SystemInterface" + "Name": "TraceSource", + "Namespace": "System.Diagnostics" }, { - "Name": "S_DscCoreR", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "TraceSwitch", + "Namespace": "System.Diagnostics" }, { - "Name": "ResourceProviderAdapter", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "XmlWriterTraceListener", + "Namespace": "System.Diagnostics" }, { - "Name": "DownloadManagerBase", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "StackFrameExtensions", + "Namespace": "System.Diagnostics" }, { - "Name": "IStreamHandler", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "CounterCreationData", + "Namespace": "System.Diagnostics" }, { - "Name": "ResourceProviderMetaData", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "CounterCreationDataCollection", + "Namespace": "System.Diagnostics" }, { - "Name": "GetActionResponse", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "CounterSample", + "Namespace": "System.Diagnostics" }, { - "Name": "ConfigurationStatus", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "CounterSampleCalculator", + "Namespace": "System.Diagnostics" }, { - "Name": "NodeResponse", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "DataReceivedEventHandler", + "Namespace": "System.Diagnostics" }, { - "Name": "GetActionStatusCodeTypes", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "DataReceivedEventArgs", + "Namespace": "System.Diagnostics" }, { - "Name": "RegistrationMessageType", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "DiagnosticsConfigurationHandler", + "Namespace": "System.Diagnostics" }, { - "Name": "PlugInType", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EntryWrittenEventArgs", + "Namespace": "System.Diagnostics" }, { - "Name": "SignatureValidationTypes", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EntryWrittenEventHandler", + "Namespace": "System.Diagnostics" }, { - "Name": "SignedItemType", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EventInstance", + "Namespace": "System.Diagnostics" }, { - "Name": "SignatureValidationPolicy", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EventLog", + "Namespace": "System.Diagnostics" }, { - "Name": "DownloadManagerSettings", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EventLogEntry", + "Namespace": "System.Diagnostics" }, { - "Name": "WebDownloadManagerSettings", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EventLogEntryCollection", + "Namespace": "System.Diagnostics" }, { - "Name": "FileShareDownloadManagerSettings", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EventLogEntryType", + "Namespace": "System.Diagnostics" }, { - "Name": "CustomDownloadManagerSettings", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EventLogPermission", + "Namespace": "System.Diagnostics" }, { - "Name": "RegistrationSettings", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EventLogPermissionAccess", + "Namespace": "System.Diagnostics" }, { - "Name": "DebugMode", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EventLogPermissionAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "MetaconfigurationProperty", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EventLogPermissionEntry", + "Namespace": "System.Diagnostics" }, { - "Name": "PullClientException", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EventLogPermissionEntryCollection", + "Namespace": "System.Diagnostics" }, { - "Name": "MofClassName", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EventLogTraceListener", + "Namespace": "System.Diagnostics" }, { - "Name": "PullClient", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "EventSourceCreationData", + "Namespace": "System.Diagnostics" }, { - "Name": "AuthenticationCertificateStatus", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "FileVersionInfo", + "Namespace": "System.Diagnostics" }, { - "Name": "PullClientCache", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "ICollectData", + "Namespace": "System.Diagnostics" }, { - "Name": "RegistrationManager", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "InstanceData", + "Namespace": "System.Diagnostics" }, { - "Name": "HResultException", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "InstanceDataCollection", + "Namespace": "System.Diagnostics" }, { - "Name": "JsonSerializer", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal.DotNet" + "Name": "InstanceDataCollectionCollection", + "Namespace": "System.Diagnostics" }, { - "Name": "Environment", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal.DotNet" + "Name": "MonitoringDescriptionAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "ImportStartLayoutCommand", - "Namespace": "Microsoft.Windows.StartLayout.Commands" + "Name": "OverflowAction", + "Namespace": "System.Diagnostics" }, { - "Name": "CLSID_StartLayoutCmdlet", - "Namespace": "Microsoft.Windows.StartLayout.Commands" + "Name": "PerformanceCounter", + "Namespace": "System.Diagnostics" }, { - "Name": "IStartLayoutCmdlet", - "Namespace": "Microsoft.Windows.StartLayout.Commands" + "Name": "PerformanceCounterCategory", + "Namespace": "System.Diagnostics" }, { - "Name": "ExportStartLayoutCommand", - "Namespace": "Microsoft.Windows.StartLayout.Commands" + "Name": "PerformanceCounterCategoryType", + "Namespace": "System.Diagnostics" }, { - "Name": "ExportEdgeAssetsCommand", - "Namespace": "Microsoft.Windows.StartLayout.Commands" + "Name": "PerformanceCounterInstanceLifetime", + "Namespace": "System.Diagnostics" }, { - "Name": "WebHostBootstrapWebEventProvider", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + "Name": "PerformanceCounterManager", + "Namespace": "System.Diagnostics" }, { - "Name": "RoleEnvironment", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "PerformanceCounterPermission", + "Namespace": "System.Diagnostics" }, { - "Name": "LocalResource", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "PerformanceCounterPermissionAccess", + "Namespace": "System.Diagnostics" }, { - "Name": "RoleEnvironmentChangingEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "PerformanceCounterPermissionAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "RoleEnvironmentChangedEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "PerformanceCounterPermissionEntry", + "Namespace": "System.Diagnostics" }, { - "Name": "SimultaneousChangingEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "PerformanceCounterPermissionEntryCollection", + "Namespace": "System.Diagnostics" }, { - "Name": "SimultaneousChangedEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "PerformanceCounterType", + "Namespace": "System.Diagnostics" }, { - "Name": "RoleEnvironmentChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "Process", + "Namespace": "System.Diagnostics" }, { - "Name": "SimultaneousChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ProcessModule", + "Namespace": "System.Diagnostics" }, { - "Name": "RoleEnvironmentTopologyChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ProcessModuleCollection", + "Namespace": "System.Diagnostics" }, { - "Name": "RoleEnvironmentConfigurationSettingChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ProcessPriorityClass", + "Namespace": "System.Diagnostics" }, { - "Name": "RoleEnvironmentCertificateChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ProcessStartInfo", + "Namespace": "System.Diagnostics" }, { - "Name": "VirtualIPGroupChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ProcessThread", + "Namespace": "System.Diagnostics" }, { - "Name": "SimultaneousTopologyChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ProcessThreadCollection", + "Namespace": "System.Diagnostics" }, { - "Name": "RoleEntryPoint", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ProcessWindowStyle", + "Namespace": "System.Diagnostics" }, { - "Name": "WindowsAzureHostingPermission", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "Stopwatch", + "Namespace": "System.Diagnostics" }, { - "Name": "WindowsAzureHostingPermissionAttribute", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ThreadPriorityLevel", + "Namespace": "System.Diagnostics" }, { - "Name": "Role", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ThreadState", + "Namespace": "System.Diagnostics" }, { - "Name": "RoleInstance", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ThreadWaitReason", + "Namespace": "System.Diagnostics" }, { - "Name": "RoleInstanceEndpoint", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ExcludeFromCodeCoverageAttribute", + "Namespace": "System.Diagnostics.CodeAnalysis" }, { - "Name": "VirtualIPGroup", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "AddingNewEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "VirtualIPEndpoints", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "AddingNewEventHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleInstanceStatusCheckEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "AmbientValueAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentStoppingEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ArrayConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentException", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "AsyncCompletedEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleRuntimeBridge", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + "Name": "AsyncCompletedEventHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleType", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + "Name": "AsyncOperation", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleInstanceStatus", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "AsyncOperationManager", + "Namespace": "System.ComponentModel" }, { - "Name": "WebHostBootstrapWebEventProvider", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + "Name": "AttributeCollection", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironment", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "AttributeProviderAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "LocalResource", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "BackgroundWorker", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentChangingEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ComponentEditor", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentChangedEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "BaseNumberConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "SimultaneousChangingEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "BindableAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "SimultaneousChangedEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "BindableSupport", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "BindingDirection", + "Namespace": "System.ComponentModel" }, { - "Name": "SimultaneousChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "BindingList`1", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentTopologyChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "BooleanConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentConfigurationSettingChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "BrowsableAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentCertificateChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ByteConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "VirtualIPGroupChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "CancelEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "SimultaneousTopologyChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "CancelEventHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEntryPoint", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "CategoryAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "WindowsAzureHostingPermission", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "CharConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "WindowsAzureHostingPermissionAttribute", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "CollectionChangeAction", + "Namespace": "System.ComponentModel" }, { - "Name": "Role", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "CollectionChangeEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleInstance", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "CollectionChangeEventHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleInstanceEndpoint", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "CollectionConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "VirtualIPGroup", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ComplexBindingPropertiesAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "VirtualIPEndpoints", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "Component", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleInstanceStatusCheckEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ComponentCollection", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentStoppingEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ComponentConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentException", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "ComponentResourceManager", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleRuntimeBridge", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + "Name": "Container", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleType", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + "Name": "ContainerFilterService", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleInstanceStatus", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "CultureInfoConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "WebHostBootstrapWebEventProvider", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + "Name": "CustomTypeDescriptor", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironment", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DataErrorsChangedEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "LocalResource", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DataObjectAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentChangingEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DataObjectFieldAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentChangedEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DataObjectMethodAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "SimultaneousChangingEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DataObjectMethodType", + "Namespace": "System.ComponentModel" }, { - "Name": "SimultaneousChangedEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DateTimeConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DateTimeOffsetConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "SimultaneousChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DecimalConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentTopologyChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DefaultBindingPropertyAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentConfigurationSettingChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DefaultEventAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentCertificateChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DefaultPropertyAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "VirtualIPGroupChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DefaultValueAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "SimultaneousTopologyChange", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DescriptionAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEntryPoint", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DesignerAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "WindowsAzureHostingPermission", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DesignerCategoryAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "WindowsAzureHostingPermissionAttribute", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DesignerSerializationVisibility", + "Namespace": "System.ComponentModel" }, { - "Name": "Role", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DesignerSerializationVisibilityAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleInstance", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DesignOnlyAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleInstanceEndpoint", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DesignTimeVisibleAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "VirtualIPGroup", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DisplayNameAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "VirtualIPEndpoints", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DoubleConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleInstanceStatusCheckEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DoWorkEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentStoppingEventArgs", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "DoWorkEventHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleEnvironmentException", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "EditorAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleRuntimeBridge", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + "Name": "EditorBrowsableAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleType", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader" + "Name": "EditorBrowsableState", + "Namespace": "System.ComponentModel" }, { - "Name": "RoleInstanceStatus", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime" + "Name": "EnumConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "PrintSetting", - "Namespace": "Microsoft.WindowsSearch.Commands" + "Name": "EventDescriptor", + "Namespace": "System.ComponentModel" }, { - "Name": "GetWindowsSearchSettingCommand", - "Namespace": "Microsoft.WindowsSearch.Commands" + "Name": "EventDescriptorCollection", + "Namespace": "System.ComponentModel" }, { - "Name": "SetWindowsSearchSettingCommand", - "Namespace": "Microsoft.WindowsSearch.Commands" + "Name": "EventHandlerList", + "Namespace": "System.ComponentModel" }, { - "Name": "NativeMethods", - "Namespace": "Microsoft.WindowsSearch.Commands" + "Name": "ExpandableObjectConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "SETTINGS_ENFORCEMENT_LEVEL", - "Namespace": "Microsoft.WindowsSearch.Commands" + "Name": "ExtenderProvidedPropertyAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "WindowsSafeSearchSettingEnum", - "Namespace": "Microsoft.WindowsSearch.Commands" + "Name": "GuidConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "WindowsSearchPrivacyLevelEnum", - "Namespace": "Microsoft.WindowsSearch.Commands" + "Name": "HandledEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "Resources", - "Namespace": "Microsoft.WindowsSearch.Commands" + "Name": "HandledEventHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManConfigProvider", - "Namespace": "Microsoft.WSMan.Management" + "Name": "IBindingList", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManProviderNewItemComputerParameters", - "Namespace": "Microsoft.WSMan.Management" + "Name": "IBindingListView", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManProviderNewItemPluginParameters", - "Namespace": "Microsoft.WSMan.Management" + "Name": "ICancelAddNew", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManProviderInitializeParameters", - "Namespace": "Microsoft.WSMan.Management" + "Name": "IChangeTracking", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManProviderNewItemResourceParameters", - "Namespace": "Microsoft.WSMan.Management" + "Name": "IComNativeDescriptorHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManProviderNewItemSecurityParameters", - "Namespace": "Microsoft.WSMan.Management" + "Name": "IComponent", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManProviderClientCertificateParameters", - "Namespace": "Microsoft.WSMan.Management" + "Name": "IContainer", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManProvidersListenerParameters", - "Namespace": "Microsoft.WSMan.Management" + "Name": "ICustomTypeDescriptor", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManProviderSetItemDynamicParameters", - "Namespace": "Microsoft.WSMan.Management" + "Name": "IDataErrorInfo", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManConfigElement", - "Namespace": "Microsoft.WSMan.Management" + "Name": "IEditableObject", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManConfigLeafElement", - "Namespace": "Microsoft.WSMan.Management" + "Name": "IExtenderProvider", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManConfigContainerElement", - "Namespace": "Microsoft.WSMan.Management" + "Name": "IIntellisenseBuilder", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManCredSSPCommandBase", - "Namespace": "Microsoft.WSMan.Management" + "Name": "IListSource", + "Namespace": "System.ComponentModel" }, { - "Name": "DisableWSManCredSSPCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "ImmutableObjectAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "EnableWSManCredSSPCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "INestedContainer", + "Namespace": "System.ComponentModel" }, { - "Name": "GetWSManCredSSPCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "INestedSite", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManEnumFlags", - "Namespace": "Microsoft.WSMan.Management" + "Name": "InitializationEventAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManSessionFlags", - "Namespace": "Microsoft.WSMan.Management" + "Name": "INotifyDataErrorInfo", + "Namespace": "System.ComponentModel" }, { - "Name": "AuthenticationMechanism", - "Namespace": "Microsoft.WSMan.Management" + "Name": "INotifyPropertyChanged", + "Namespace": "System.ComponentModel" }, { - "Name": "IWSMan", - "Namespace": "Microsoft.WSMan.Management" + "Name": "INotifyPropertyChanging", + "Namespace": "System.ComponentModel" }, { - "Name": "IWSManConnectionOptions", - "Namespace": "Microsoft.WSMan.Management" + "Name": "InstallerTypeAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "IWSManConnectionOptionsEx", - "Namespace": "Microsoft.WSMan.Management" + "Name": "InstanceCreationEditor", + "Namespace": "System.ComponentModel" }, { - "Name": "IWSManConnectionOptionsEx2", - "Namespace": "Microsoft.WSMan.Management" + "Name": "Int16Converter", + "Namespace": "System.ComponentModel" }, { - "Name": "IWSManEnumerator", - "Namespace": "Microsoft.WSMan.Management" + "Name": "Int32Converter", + "Namespace": "System.ComponentModel" }, { - "Name": "IWSManEx", - "Namespace": "Microsoft.WSMan.Management" + "Name": "Int64Converter", + "Namespace": "System.ComponentModel" }, { - "Name": "IWSManResourceLocator", - "Namespace": "Microsoft.WSMan.Management" + "Name": "InvalidAsynchronousStateException", + "Namespace": "System.ComponentModel" }, { - "Name": "IWSManSession", - "Namespace": "Microsoft.WSMan.Management" + "Name": "InvalidEnumArgumentException", + "Namespace": "System.ComponentModel" }, { - "Name": "IWSManResourceLocatorInternal", - "Namespace": "Microsoft.WSMan.Management" + "Name": "IRaiseItemChangedEvents", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManClass", - "Namespace": "Microsoft.WSMan.Management" + "Name": "IRevertibleChangeTracking", + "Namespace": "System.ComponentModel" }, { - "Name": "GPClass", - "Namespace": "Microsoft.WSMan.Management" + "Name": "ISite", + "Namespace": "System.ComponentModel" }, { - "Name": "GpoNativeApi", - "Namespace": "Microsoft.WSMan.Management" + "Name": "ISupportInitialize", + "Namespace": "System.ComponentModel" }, { - "Name": "SetWSManQuickConfigCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "ISupportInitializeNotification", + "Namespace": "System.ComponentModel" }, { - "Name": "TestWSManCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "ISynchronizeInvoke", + "Namespace": "System.ComponentModel" }, { - "Name": "InvokeWSManActionCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "ITypeDescriptorContext", + "Namespace": "System.ComponentModel" }, { - "Name": "AuthenticatingWSManCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "ITypedList", + "Namespace": "System.ComponentModel" }, { - "Name": "ConnectWSManCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "License", + "Namespace": "System.ComponentModel" }, { - "Name": "DisconnectWSManCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "LicenseContext", + "Namespace": "System.ComponentModel" }, { - "Name": "GetWSManInstanceCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "LicenseException", + "Namespace": "System.ComponentModel" }, { - "Name": "SetWSManInstanceCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "LicenseManager", + "Namespace": "System.ComponentModel" }, { - "Name": "RemoveWSManInstanceCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "LicenseProvider", + "Namespace": "System.ComponentModel" }, { - "Name": "NewWSManInstanceCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "LicenseProviderAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "NewWSManSessionOptionCommand", - "Namespace": "Microsoft.WSMan.Management" + "Name": "LicenseUsageMode", + "Namespace": "System.ComponentModel" }, { - "Name": "WSManPSSnapIn", - "Namespace": "Microsoft.WSMan.Management" + "Name": "LicFileLicenseProvider", + "Namespace": "System.ComponentModel" }, { - "Name": "ConnectWSMan", - "Namespace": "Microsoft.WSMan.Management.Activities" + "Name": "ListBindableAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "DisableWSManCredSSP", - "Namespace": "Microsoft.WSMan.Management.Activities" + "Name": "ListChangedEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "DisconnectWSMan", - "Namespace": "Microsoft.WSMan.Management.Activities" + "Name": "ListChangedEventHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "EnableWSManCredSSP", - "Namespace": "Microsoft.WSMan.Management.Activities" + "Name": "ListChangedType", + "Namespace": "System.ComponentModel" }, { - "Name": "GetWSManCredSSP", - "Namespace": "Microsoft.WSMan.Management.Activities" + "Name": "ListSortDescription", + "Namespace": "System.ComponentModel" }, { - "Name": "GetWSManInstance", - "Namespace": "Microsoft.WSMan.Management.Activities" + "Name": "ListSortDescriptionCollection", + "Namespace": "System.ComponentModel" }, { - "Name": "InvokeWSManAction", - "Namespace": "Microsoft.WSMan.Management.Activities" + "Name": "ListSortDirection", + "Namespace": "System.ComponentModel" }, { - "Name": "NewWSManInstance", - "Namespace": "Microsoft.WSMan.Management.Activities" + "Name": "LocalizableAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "NewWSManSessionOption", - "Namespace": "Microsoft.WSMan.Management.Activities" + "Name": "LookupBindingPropertiesAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "RemoveWSManInstance", - "Namespace": "Microsoft.WSMan.Management.Activities" + "Name": "MarshalByValueComponent", + "Namespace": "System.ComponentModel" }, { - "Name": "SetWSManInstance", - "Namespace": "Microsoft.WSMan.Management.Activities" + "Name": "MaskedTextProvider", + "Namespace": "System.ComponentModel" }, { - "Name": "SetWSManQuickConfig", - "Namespace": "Microsoft.WSMan.Management.Activities" + "Name": "MaskedTextResultHint", + "Namespace": "System.ComponentModel" }, { - "Name": "TestWSMan", - "Namespace": "Microsoft.WSMan.Management.Activities" + "Name": "MemberDescriptor", + "Namespace": "System.ComponentModel" }, { - "Name": "SessionOption", - "Namespace": "Microsoft.WSMan.Management" + "Name": "MergablePropertyAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "ProxyAccessType", - "Namespace": "Microsoft.WSMan.Management" + "Name": "MultilineStringConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "ProxyAuthentication", - "Namespace": "Microsoft.WSMan.Management" + "Name": "NestedContainer", + "Namespace": "System.ComponentModel" }, { - "Name": "AddResult", - "Namespace": "Microsoft.Design.SourceUpdate" + "Name": "NullableConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "ISourceChanger", - "Namespace": "Microsoft.Design.SourceUpdate" + "Name": "PasswordPropertyTextAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "ISourceReader", - "Namespace": "Microsoft.Design.SourceUpdate" + "Name": "ProgressChangedEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "SourceFragment", - "Namespace": "Microsoft.Design.SourceUpdate" + "Name": "ProgressChangedEventHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "SourceModifier", - "Namespace": "Microsoft.Design.SourceUpdate" + "Name": "PropertyChangedEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "TextCursor", - "Namespace": "Microsoft.Design.SourceUpdate" + "Name": "PropertyChangedEventHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "XmlSnippetGenerator", - "Namespace": "Microsoft.XmlTools" + "Name": "PropertyChangingEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "CodeSnippet", - "Namespace": "Microsoft.XmlTools" + "Name": "PropertyChangingEventHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "Header", - "Namespace": "Microsoft.XmlTools" + "Name": "PropertyDescriptor", + "Namespace": "System.ComponentModel" }, { - "Name": "SnippetType", - "Namespace": "Microsoft.XmlTools" + "Name": "PropertyDescriptorCollection", + "Namespace": "System.ComponentModel" }, { - "Name": "Snippet", - "Namespace": "Microsoft.XmlTools" + "Name": "ProvidePropertyAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "SnippetLiteral", - "Namespace": "Microsoft.XmlTools" + "Name": "ReadOnlyAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "Code", - "Namespace": "Microsoft.XmlTools" + "Name": "RecommendedAsConfigurableAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "Compiler", - "Namespace": "Microsoft.XmlEditor" + "Name": "ReferenceConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "ConnectionPointCookie", - "Namespace": "Microsoft.XmlEditor" + "Name": "RefreshEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "DesignerInfo", - "Namespace": "Microsoft.XmlEditor" + "Name": "RefreshEventHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "XmlDocumentPropertiesBase", - "Namespace": "Microsoft.XmlEditor" + "Name": "RunInstallerAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "XmlDocumentProperties", - "Namespace": "Microsoft.XmlEditor" + "Name": "RunWorkerCompletedEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "EncodingConverter", - "Namespace": "Microsoft.XmlEditor" + "Name": "RunWorkerCompletedEventHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "XmlEncoding", - "Namespace": "Microsoft.XmlEditor" + "Name": "SByteConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "FactoryBase", - "Namespace": "Microsoft.XmlEditor" + "Name": "SettingsBindableAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "FactoryWithEncoding", - "Namespace": "Microsoft.XmlEditor" + "Name": "SingleConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "Factory", - "Namespace": "Microsoft.XmlEditor" + "Name": "StringConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "ErrorNode", - "Namespace": "Microsoft.XmlEditor" + "Name": "SyntaxCheck", + "Namespace": "System.ComponentModel" }, { - "Name": "ErrorHandler", - "Namespace": "Microsoft.XmlEditor" + "Name": "TimeSpanConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "RTLAwareMessageBox", - "Namespace": "Microsoft.XmlEditor" + "Name": "ToolboxItemFilterAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "FileChangeEventArgs", - "Namespace": "Microsoft.XmlEditor" + "Name": "ToolboxItemFilterType", + "Namespace": "System.ComponentModel" }, { - "Name": "FileChangeEventHandler", - "Namespace": "Microsoft.XmlEditor" + "Name": "TypeConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "XmlFileInfo", - "Namespace": "Microsoft.XmlEditor" + "Name": "TypeConverterAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "FormattingPage", - "Namespace": "Microsoft.XmlEditor" + "Name": "TypeDescriptionProvider", + "Namespace": "System.ComponentModel" }, { - "Name": "HierarchyHandler", - "Namespace": "Microsoft.XmlEditor" + "Name": "TypeDescriptionProviderAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "XmlLanguageService", - "Namespace": "Microsoft.XmlEditor" + "Name": "TypeDescriptor", + "Namespace": "System.ComponentModel" }, { - "Name": "XmlParseRequest", - "Namespace": "Microsoft.XmlEditor" + "Name": "TypeListConverter", + "Namespace": "System.ComponentModel" }, { - "Name": "AuthoringScope", - "Namespace": "Microsoft.XmlEditor" + "Name": "UInt16Converter", + "Namespace": "System.ComponentModel" }, { - "Name": "PleaseWait", - "Namespace": "Microsoft.XmlEditor" + "Name": "UInt32Converter", + "Namespace": "System.ComponentModel" }, { - "Name": "ErrorNodeList", - "Namespace": "Microsoft.XmlEditor" + "Name": "UInt64Converter", + "Namespace": "System.ComponentModel" }, { - "Name": "DocumentText", - "Namespace": "Microsoft.XmlEditor" + "Name": "WarningException", + "Namespace": "System.ComponentModel" }, { - "Name": "Document", - "Namespace": "Microsoft.XmlEditor" + "Name": "Win32Exception", + "Namespace": "System.ComponentModel" }, { - "Name": "SourceContext", - "Namespace": "Microsoft.XmlEditor" + "Name": "InheritanceAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "Node", - "Namespace": "Microsoft.XmlEditor" + "Name": "InheritanceLevel", + "Namespace": "System.ComponentModel" }, { - "Name": "NodeList", - "Namespace": "Microsoft.XmlEditor" + "Name": "NotifyParentPropertyAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "Member", - "Namespace": "Microsoft.XmlEditor" + "Name": "ParenthesizePropertyNameAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "MemberList", - "Namespace": "Microsoft.XmlEditor" + "Name": "PropertyTabAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "Identifier", - "Namespace": "Microsoft.XmlEditor" + "Name": "PropertyTabScope", + "Namespace": "System.ComponentModel" }, { - "Name": "Literal", - "Namespace": "Microsoft.XmlEditor" + "Name": "RefreshProperties", + "Namespace": "System.ComponentModel" }, { - "Name": "WhitespaceLiteral", - "Namespace": "Microsoft.XmlEditor" + "Name": "RefreshPropertiesAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "Namespace", - "Namespace": "Microsoft.XmlEditor" + "Name": "ToolboxItemAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "MiscellaneousOptions", - "Namespace": "Microsoft.XmlEditor" + "Name": "TypeDescriptionProviderService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "MiscellaneousPage", - "Namespace": "Microsoft.XmlEditor" + "Name": "ActiveDesignerEventArgs", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "NodeType", - "Namespace": "Microsoft.XmlEditor" + "Name": "ActiveDesignerEventHandler", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "StandardXmlIdentifiers", - "Namespace": "Microsoft.XmlEditor" + "Name": "CheckoutException", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlNamespaceScope", - "Namespace": "Microsoft.XmlEditor" + "Name": "CommandID", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlNodeList", - "Namespace": "Microsoft.XmlEditor" + "Name": "ComponentChangedEventArgs", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "StringNormalizer", - "Namespace": "Microsoft.XmlEditor" + "Name": "ComponentChangedEventHandler", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "IXObjectOwner", - "Namespace": "Microsoft.XmlEditor" + "Name": "ComponentChangingEventArgs", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlNode", - "Namespace": "Microsoft.XmlEditor" + "Name": "ComponentChangingEventHandler", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlDocument", - "Namespace": "Microsoft.XmlEditor" + "Name": "ComponentEventArgs", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlDocType", - "Namespace": "Microsoft.XmlEditor" + "Name": "ComponentEventHandler", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlElement", - "Namespace": "Microsoft.XmlEditor" + "Name": "ComponentRenameEventArgs", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlAttribute", - "Namespace": "Microsoft.XmlEditor" + "Name": "ComponentRenameEventHandler", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlEntityReference", - "Namespace": "Microsoft.XmlEditor" + "Name": "DesignerOptionService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlStartTag", - "Namespace": "Microsoft.XmlEditor" + "Name": "DesignerTransaction", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlAttributeName", - "Namespace": "Microsoft.XmlEditor" + "Name": "DesignerTransactionCloseEventArgs", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlEndTag", - "Namespace": "Microsoft.XmlEditor" + "Name": "DesignerTransactionCloseEventHandler", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlComment", - "Namespace": "Microsoft.XmlEditor" + "Name": "DesignerVerb", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlProcessingInstruction", - "Namespace": "Microsoft.XmlEditor" + "Name": "DesignerVerbCollection", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlDeclaration", - "Namespace": "Microsoft.XmlEditor" + "Name": "DesigntimeLicenseContext", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlCDATA", - "Namespace": "Microsoft.XmlEditor" + "Name": "DesigntimeLicenseContextSerializer", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlText", - "Namespace": "Microsoft.XmlEditor" + "Name": "DesignerCollection", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "Dtd", - "Namespace": "Microsoft.XmlEditor" + "Name": "DesignerEventArgs", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "Notation", - "Namespace": "Microsoft.XmlEditor" + "Name": "DesignerEventHandler", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "DeclaredContent", - "Namespace": "Microsoft.XmlEditor" + "Name": "HelpContextType", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "MarkupDeclaration", - "Namespace": "Microsoft.XmlEditor" + "Name": "HelpKeywordAttribute", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "ConditionalSection", - "Namespace": "Microsoft.XmlEditor" + "Name": "HelpKeywordType", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "UnknownMarkupDeclaration", - "Namespace": "Microsoft.XmlEditor" + "Name": "IComponentChangeService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "ElementDecl", - "Namespace": "Microsoft.XmlEditor" + "Name": "IComponentDiscoveryService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "GroupType", - "Namespace": "Microsoft.XmlEditor" + "Name": "IComponentInitializer", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "Occurrence", - "Namespace": "Microsoft.XmlEditor" + "Name": "IDesigner", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "Group", - "Namespace": "Microsoft.XmlEditor" + "Name": "IDesignerEventService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "AttributeType", - "Namespace": "Microsoft.XmlEditor" + "Name": "IDesignerFilter", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "AttributePresence", - "Namespace": "Microsoft.XmlEditor" + "Name": "IDesignerHost", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "AttList", - "Namespace": "Microsoft.XmlEditor" + "Name": "IDesignerHostTransactionState", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "AttDef", - "Namespace": "Microsoft.XmlEditor" + "Name": "IDesignerOptionService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "Entity", - "Namespace": "Microsoft.XmlEditor" + "Name": "IDictionaryService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlError", - "Namespace": "Microsoft.XmlEditor" + "Name": "IEventBindingService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "NodeFinder", - "Namespace": "Microsoft.XmlEditor" + "Name": "IExtenderListService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "Package", - "Namespace": "Microsoft.XmlEditor" + "Name": "IExtenderProviderService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "IdleTask", - "Namespace": "Microsoft.XmlEditor" + "Name": "IHelpService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "IdleTaskManager", - "Namespace": "Microsoft.XmlEditor" + "Name": "IInheritanceService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "FileType", - "Namespace": "Microsoft.XmlEditor" + "Name": "IMenuCommandService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "ParserSettings", - "Namespace": "Microsoft.XmlEditor" + "Name": "IReferenceService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "AttributeFormatting", - "Namespace": "Microsoft.XmlEditor" + "Name": "IResourceService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlLanguagePreferences", - "Namespace": "Microsoft.XmlEditor" + "Name": "IRootDesigner", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlProjectOptions", - "Namespace": "Microsoft.XmlEditor" + "Name": "ISelectionService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlPropertySheet", - "Namespace": "Microsoft.XmlEditor" + "Name": "IServiceContainer", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlDialogPage", - "Namespace": "Microsoft.XmlEditor" + "Name": "ITreeDesigner", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "Scanner", - "Namespace": "Microsoft.XmlEditor" + "Name": "ITypeDescriptorFilterService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "Token", - "Namespace": "Microsoft.XmlEditor" + "Name": "ITypeDiscoveryService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "ErrorCode", - "Namespace": "Microsoft.XmlEditor" + "Name": "ITypeResolutionService", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "NamespaceFilter", - "Namespace": "Microsoft.XmlEditor" + "Name": "MenuCommand", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "SchemaDialog", - "Namespace": "Microsoft.XmlEditor" + "Name": "SelectionTypes", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlSchemaServiceInternal", - "Namespace": "Microsoft.XmlEditor" + "Name": "ServiceCreatorCallback", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "StringSnapshot", - "Namespace": "Microsoft.XmlEditor" + "Name": "ServiceContainer", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XmlViewFilter", - "Namespace": "Microsoft.XmlEditor" + "Name": "StandardCommands", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XdrConverter", - "Namespace": "Microsoft.XmlEditor" + "Name": "StandardToolWindows", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "XLinqGenerator", - "Namespace": "Microsoft.XmlEditor" + "Name": "ViewTechnology", + "Namespace": "System.ComponentModel.Design" }, { - "Name": "IDesigner", - "Namespace": "Microsoft.XmlEditor" + "Name": "ComponentSerializationService", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "XmlEditorControl", - "Namespace": "Microsoft.XmlEditor" + "Name": "ContextStack", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "XmlStream", - "Namespace": "Microsoft.XmlEditor" + "Name": "DefaultSerializationProviderAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "TreeVerifier", - "Namespace": "Microsoft.XmlEditor" + "Name": "DesignerLoader", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "CommandFactory", - "Namespace": "Microsoft.XmlEditor" + "Name": "DesignerSerializerAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "ModelCommand", - "Namespace": "Microsoft.XmlEditor" + "Name": "IDesignerLoaderHost", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "XmlModelCommand", - "Namespace": "Microsoft.XmlEditor" + "Name": "IDesignerLoaderHost2", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "AddNodeCommand", - "Namespace": "Microsoft.XmlEditor" + "Name": "IDesignerLoaderService", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "RemoveNodeCommand", - "Namespace": "Microsoft.XmlEditor" + "Name": "IDesignerSerializationManager", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "SetNameCommand", - "Namespace": "Microsoft.XmlEditor" + "Name": "IDesignerSerializationProvider", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "SetValueCommand", - "Namespace": "Microsoft.XmlEditor" + "Name": "IDesignerSerializationService", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "AddNodeChangeInternal", - "Namespace": "Microsoft.XmlEditor" + "Name": "INameCreationService", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "SourceContextModifier", - "Namespace": "Microsoft.XmlEditor" + "Name": "InstanceDescriptor", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "TransactionException", - "Namespace": "Microsoft.XmlEditor" + "Name": "MemberRelationshipService", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "TransactionInDoubtException", - "Namespace": "Microsoft.XmlEditor" + "Name": "MemberRelationship", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "TransactionAbortException", - "Namespace": "Microsoft.XmlEditor" + "Name": "ResolveNameEventArgs", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "Transaction", - "Namespace": "Microsoft.XmlEditor" + "Name": "ResolveNameEventHandler", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "UndoRedoTransaction", - "Namespace": "Microsoft.XmlEditor" + "Name": "RootDesignerSerializerAttribute", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "TransactionUndoUnit", - "Namespace": "Microsoft.XmlEditor" + "Name": "SerializationStore", + "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "ParentUndoUnit", - "Namespace": "Microsoft.XmlEditor" + "Name": "CodeArgumentReferenceExpression", + "Namespace": "System.CodeDom" }, { - "Name": "XmlModelImpl", - "Namespace": "Microsoft.XmlEditor" + "Name": "CodeArrayCreateExpression", + "Namespace": "System.CodeDom" }, { - "Name": "XmlModelDocData", - "Namespace": "Microsoft.XmlEditor" + "Name": "CodeArrayIndexerExpression", + "Namespace": "System.CodeDom" }, { - "Name": "XmlEditorServiceImpl", - "Namespace": "Microsoft.XmlEditor" + "Name": "CodeAssignStatement", + "Namespace": "System.CodeDom" }, { - "Name": "XmlStoreImpl", - "Namespace": "Microsoft.XmlEditor" + "Name": "CodeAttachEventStatement", + "Namespace": "System.CodeDom" }, { - "Name": "TextLineChanges", - "Namespace": "Microsoft.XmlEditor" + "Name": "CodeAttributeArgument", + "Namespace": "System.CodeDom" }, { - "Name": "XmlVisitorBase", - "Namespace": "Microsoft.XmlEditor" + "Name": "CodeAttributeArgumentCollection", + "Namespace": "System.CodeDom" }, { - "Name": "XmlVisitor", - "Namespace": "Microsoft.XmlEditor" + "Name": "CodeAttributeDeclaration", + "Namespace": "System.CodeDom" }, { - "Name": "XsltIntellisense", - "Namespace": "Microsoft.XmlEditor.Xslt" + "Name": "CodeAttributeDeclarationCollection", + "Namespace": "System.CodeDom" }, { - "Name": "OrgLocUriPair", - "Namespace": "Microsoft.XmlEditor.Xslt" + "Name": "CodeBaseReferenceExpression", + "Namespace": "System.CodeDom" }, { - "Name": "SchemaItemsColumnSorter", - "Namespace": "Microsoft.XmlEditor.Schema" + "Name": "CodeBinaryOperatorExpression", + "Namespace": "System.CodeDom" }, { - "Name": "IDebugLaunchCustomTelemetryProvider", - "Namespace": "Microsoft.VisualStudio.Debugger.Interop" + "Name": "CodeBinaryOperatorType", + "Namespace": "System.CodeDom" }, { - "Name": "IVsSqm", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CodeCastExpression", + "Namespace": "System.CodeDom" }, { - "Name": "SVsLog", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "CodeCatchClause", + "Namespace": "System.CodeDom" }, { - "Name": "WecException", - "Namespace": "Microsoft.WindowsEventCollection" + "Name": "CodeCatchClauseCollection", + "Namespace": "System.CodeDom" }, { - "Name": "NumericTextBox", - "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + "Name": "CodeChecksumPragma", + "Namespace": "System.CodeDom" }, { - "Name": "FullDateTimePicker", - "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + "Name": "CodeComment", + "Namespace": "System.CodeDom" }, { - "Name": "TimeSpanFormat", - "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + "Name": "CodeCommentStatement", + "Namespace": "System.CodeDom" }, { - "Name": "IFeedbackSnapIn", - "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + "Name": "CodeCommentStatementCollection", + "Namespace": "System.CodeDom" }, { - "Name": "SnapInFeedback", - "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + "Name": "CodeCompileUnit", + "Namespace": "System.CodeDom" }, { - "Name": "UIException", - "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + "Name": "CodeConditionStatement", + "Namespace": "System.CodeDom" }, { - "Name": "UIValidationException", - "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + "Name": "CodeConstructor", + "Namespace": "System.CodeDom" }, { - "Name": "TaskSchedulerUIException", - "Namespace": "Microsoft.Windows.ManagementUI.CombinedControls" + "Name": "CodeDefaultValueExpression", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsLayoutManager", - "Namespace": "MSDDSLM" + "Name": "CodeDelegateCreateExpression", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsLayoutObjects", - "Namespace": "MSDDSLM" + "Name": "CodeDelegateInvokeExpression", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsLayoutObject", - "Namespace": "MSDDSLM" + "Name": "CodeDirectionExpression", + "Namespace": "System.CodeDom" }, { - "Name": "DdsHitTestContext", - "Namespace": "MSDDSLM" + "Name": "CodeDirective", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsPoints", - "Namespace": "MSDDSLM" + "Name": "CodeDirectiveCollection", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsLayoutShape", - "Namespace": "MSDDSLM" + "Name": "CodeEntryPointMethod", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsLayoutConnector", - "Namespace": "MSDDSLM" + "Name": "CodeEventReferenceExpression", + "Namespace": "System.CodeDom" }, { - "Name": "DdsNavigateKey", - "Namespace": "MSDDSLM" + "Name": "CodeExpression", + "Namespace": "System.CodeDom" }, { - "Name": "LMRectilinear", - "Namespace": "MSDDSLM" + "Name": "CodeExpressionCollection", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsLineRoute", - "Namespace": "MSDDSLM" + "Name": "CodeExpressionStatement", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsLayoutManagerEvents", - "Namespace": "MSDDSLM" + "Name": "CodeFieldReferenceExpression", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsLayoutManagerEvents_Event", - "Namespace": "MSDDSLM" + "Name": "CodeGotoStatement", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsLayoutManagerEvents_UpdateSurfaceEventHandler", - "Namespace": "MSDDSLM" + "Name": "CodeIndexerExpression", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsLayoutManagerEvents_UpdateAttachPointsEventHandler", - "Namespace": "MSDDSLM" + "Name": "CodeIterationStatement", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsLayoutManagerEvents_QueryValidAttachPointsEventHandler", - "Namespace": "MSDDSLM" + "Name": "CodeLabeledStatement", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsLayoutManagerEvents_HitTestEventHandler", - "Namespace": "MSDDSLM" + "Name": "CodeLinePragma", + "Namespace": "System.CodeDom" }, { - "Name": "DdsLayoutManager", - "Namespace": "MSDDSLM" + "Name": "CodeMemberEvent", + "Namespace": "System.CodeDom" }, { - "Name": "DdsLayoutManagerClass", - "Namespace": "MSDDSLM" + "Name": "CodeMemberField", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsLayout", - "Namespace": "MSDDSLM" + "Name": "CodeMemberMethod", + "Namespace": "System.CodeDom" }, { - "Name": "DdsMovingObjectType", - "Namespace": "MSDDSLM" + "Name": "CodeMemberProperty", + "Namespace": "System.CodeDom" }, { - "Name": "DdsConnectorHitResult", - "Namespace": "MSDDSLM" + "Name": "CodeMethodInvokeExpression", + "Namespace": "System.CodeDom" }, { - "Name": "LMRectilinearClass", - "Namespace": "MSDDSLM" + "Name": "CodeMethodReferenceExpression", + "Namespace": "System.CodeDom" }, { - "Name": "LMObliqueLineRoute", - "Namespace": "MSDDSLM" + "Name": "CodeMethodReturnStatement", + "Namespace": "System.CodeDom" }, { - "Name": "LMObliqueLineRouteClass", - "Namespace": "MSDDSLM" + "Name": "CodeNamespace", + "Namespace": "System.CodeDom" }, { - "Name": "DdsLayoutObjectType", - "Namespace": "MSDDSLM" + "Name": "CodeNamespaceCollection", + "Namespace": "System.CodeDom" }, { - "Name": "DdsLayoutObjectDirection", - "Namespace": "MSDDSLM" + "Name": "CodeNamespaceImport", + "Namespace": "System.CodeDom" }, { - "Name": "DdsLayoutDirection", - "Namespace": "MSDDSLM" + "Name": "CodeNamespaceImportCollection", + "Namespace": "System.CodeDom" }, { - "Name": "DdsSegmentEditMode", - "Namespace": "MSDDSLM" + "Name": "CodeObject", + "Namespace": "System.CodeDom" }, { - "Name": "DdsBendpointEditMode", - "Namespace": "MSDDSLM" + "Name": "CodeObjectCreateExpression", + "Namespace": "System.CodeDom" }, { - "Name": "LM_Constants", - "Namespace": "MSDDSLM" + "Name": "CodeParameterDeclarationExpression", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsExtendedProperty", - "Namespace": "MSDDSLM" + "Name": "CodeParameterDeclarationExpressionCollection", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsExtendedProperties", - "Namespace": "MSDDSLM" + "Name": "CodePrimitiveExpression", + "Namespace": "System.CodeDom" }, { - "Name": "IStream", - "Namespace": "MSDDSLM" + "Name": "CodePropertyReferenceExpression", + "Namespace": "System.CodeDom" }, { - "Name": "ISequentialStream", - "Namespace": "MSDDSLM" + "Name": "CodePropertySetValueReferenceExpression", + "Namespace": "System.CodeDom" }, { - "Name": "_LARGE_INTEGER", - "Namespace": "MSDDSLM" + "Name": "CodeRegionDirective", + "Namespace": "System.CodeDom" }, { - "Name": "_ULARGE_INTEGER", - "Namespace": "MSDDSLM" + "Name": "CodeRegionMode", + "Namespace": "System.CodeDom" }, { - "Name": "tagSTATSTG", - "Namespace": "MSDDSLM" + "Name": "CodeRemoveEventStatement", + "Namespace": "System.CodeDom" }, { - "Name": "_FILETIME", - "Namespace": "MSDDSLM" + "Name": "CodeSnippetCompileUnit", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsLayoutManagerEvents_SinkHelper", - "Namespace": "MSDDSLM" + "Name": "CodeSnippetExpression", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsText", - "Namespace": "MSDDS" + "Name": "CodeSnippetStatement", + "Namespace": "System.CodeDom" }, { - "Name": "DdsTextJustification", - "Namespace": "MSDDS" + "Name": "CodeSnippetTypeMember", + "Namespace": "System.CodeDom" }, { - "Name": "DdsTextVJustification", - "Namespace": "MSDDS" + "Name": "CodeStatement", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsTextEvents", - "Namespace": "MSDDS" + "Name": "CodeStatementCollection", + "Namespace": "System.CodeDom" }, { - "Name": "DdsTextJustificationType", - "Namespace": "MSDDS" + "Name": "CodeThisReferenceExpression", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsTextEvents_Event", - "Namespace": "MSDDS" + "Name": "CodeThrowExceptionStatement", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsTextEvents_TextChangedByUserEventHandler", - "Namespace": "MSDDS" + "Name": "CodeTryCatchFinallyStatement", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsTextEvents_OnRightClickEventHandler", - "Namespace": "MSDDS" + "Name": "CodeTypeConstructor", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsTextEvents_JustificationChangedEventHandler", - "Namespace": "MSDDS" + "Name": "CodeTypeDeclaration", + "Namespace": "System.CodeDom" }, { - "Name": "DDSText", - "Namespace": "MSDDS" + "Name": "CodeTypeDeclarationCollection", + "Namespace": "System.CodeDom" }, { - "Name": "DDSTextClass", - "Namespace": "MSDDS" + "Name": "CodeTypeDelegate", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsIcon", - "Namespace": "MSDDS" + "Name": "CodeTypeMember", + "Namespace": "System.CodeDom" }, { - "Name": "DdsIconCaptionPosition", - "Namespace": "MSDDS" + "Name": "CodeTypeMemberCollection", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsIconEvents", - "Namespace": "MSDDS" + "Name": "CodeTypeOfExpression", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsDiagramObject", - "Namespace": "MSDDS" + "Name": "CodeTypeParameter", + "Namespace": "System.CodeDom" }, { - "Name": "DdsMouseButton", - "Namespace": "MSDDS" + "Name": "CodeTypeParameterCollection", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsIconEvents_Event", - "Namespace": "MSDDS" + "Name": "CodeTypeReferenceOptions", + "Namespace": "System.CodeDom" }, { - "Name": "_IDdsIconEvents_ClickEventHandler", - "Namespace": "MSDDS" + "Name": "CodeTypeReference", + "Namespace": "System.CodeDom" }, { - "Name": "DDSIcon", - "Namespace": "MSDDS" + "Name": "CodeTypeReferenceCollection", + "Namespace": "System.CodeDom" }, { - "Name": "DDSIconClass", - "Namespace": "MSDDS" + "Name": "CodeTypeReferenceExpression", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsPolyline", - "Namespace": "MSDDS" + "Name": "CodeVariableDeclarationStatement", + "Namespace": "System.CodeDom" }, { - "Name": "DdsPolylineEndType", - "Namespace": "MSDDS" + "Name": "CodeVariableReferenceExpression", + "Namespace": "System.CodeDom" }, { - "Name": "DdsPolylineLineType", - "Namespace": "MSDDS" + "Name": "FieldDirection", + "Namespace": "System.CodeDom" }, { - "Name": "DdsPolylineRendition", - "Namespace": "MSDDS" + "Name": "MemberAttributes", + "Namespace": "System.CodeDom" }, { - "Name": "IDdsPolylineCustomEndType", - "Namespace": "MSDDS" + "Name": "CodeCompiler", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "IDdsPolylineAdornments", - "Namespace": "MSDDS" + "Name": "CodeDomProvider", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "DDSPolyline", - "Namespace": "MSDDS" + "Name": "CodeGenerator", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "DDSPolylineClass", - "Namespace": "MSDDS" + "Name": "CodeGeneratorOptions", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "IComb", - "Namespace": "MSDDS" + "Name": "CodeParser", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "CombSpine", - "Namespace": "MSDDS" + "Name": "CompilerError", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "Comb", - "Namespace": "MSDDS" + "Name": "CompilerErrorCollection", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "CombClass", - "Namespace": "MSDDS" + "Name": "CompilerInfo", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "IDdsGeneric", - "Namespace": "MSDDS" + "Name": "CompilerParameters", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "DdsGenericHitMethod", - "Namespace": "MSDDS" + "Name": "CompilerResults", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "DdsGenericResizeMethod", - "Namespace": "MSDDS" + "Name": "Executor", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "DdsGenericCapPos", - "Namespace": "MSDDS" + "Name": "GeneratedCodeAttribute", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "DdsLibraryShapeIndex", - "Namespace": "MSDDS" + "Name": "GeneratorSupport", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "_IDdsGenericEvents", - "Namespace": "MSDDS" + "Name": "ICodeCompiler", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "_IDdsGenericEvents_Event", - "Namespace": "MSDDS" + "Name": "ICodeGenerator", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "_IDdsGenericEvents_ClickEventHandler", - "Namespace": "MSDDS" + "Name": "ICodeParser", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "_IDdsGenericEvents_DblClickEventHandler", - "Namespace": "MSDDS" + "Name": "IndentedTextWriter", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "_IDdsGenericEvents_CaptionChangedEventHandler", - "Namespace": "MSDDS" + "Name": "LanguageOptions", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "DDSGeneric", - "Namespace": "MSDDS" + "Name": "TempFileCollection", + "Namespace": "System.CodeDom.Compiler" }, { - "Name": "DDSGenericClass", - "Namespace": "MSDDS" + "Name": "Regex", + "Namespace": "System.Text.RegularExpressions" }, { - "Name": "IDdsLibraryShape", - "Namespace": "MSDDS" + "Name": "MatchEvaluator", + "Namespace": "System.Text.RegularExpressions" }, { - "Name": "DdsAlignHorizontal", - "Namespace": "MSDDS" + "Name": "Capture", + "Namespace": "System.Text.RegularExpressions" }, { - "Name": "DdsAlignVertical", - "Namespace": "MSDDS" + "Name": "CaptureCollection", + "Namespace": "System.Text.RegularExpressions" }, { - "Name": "_IDdsLibraryShapeEvents", - "Namespace": "MSDDS" + "Name": "RegexCompilationInfo", + "Namespace": "System.Text.RegularExpressions" }, { - "Name": "_IDdsLibraryShapeEvents_Event", - "Namespace": "MSDDS" + "Name": "Group", + "Namespace": "System.Text.RegularExpressions" }, { - "Name": "DDSLibraryShape", - "Namespace": "MSDDS" + "Name": "GroupCollection", + "Namespace": "System.Text.RegularExpressions" }, { - "Name": "DDSLibraryShapeClass", - "Namespace": "MSDDS" + "Name": "Match", + "Namespace": "System.Text.RegularExpressions" }, { - "Name": "IDdsPictureShape", - "Namespace": "MSDDS" + "Name": "MatchCollection", + "Namespace": "System.Text.RegularExpressions" }, { - "Name": "_IDdsPictureShapeEvents", - "Namespace": "MSDDS" + "Name": "RegexMatchTimeoutException", + "Namespace": "System.Text.RegularExpressions" }, { - "Name": "_IDdsPictureShapeEvents_Event", - "Namespace": "MSDDS" + "Name": "RegexOptions", + "Namespace": "System.Text.RegularExpressions" }, { - "Name": "DDSPictureShape", - "Namespace": "MSDDS" + "Name": "RegexRunner", + "Namespace": "System.Text.RegularExpressions" }, { - "Name": "DDSPictureShapeClass", - "Namespace": "MSDDS" + "Name": "RegexRunnerFactory", + "Namespace": "System.Text.RegularExpressions" }, { - "Name": "IDdsDiagram", - "Namespace": "MSDDS" + "Name": "VisualBasic", + "Namespace": "Microsoft.VisualBasic.Activities" }, { - "Name": "IDdsDiagramObjects", - "Namespace": "MSDDS" + "Name": "VisualBasicDesignerHelper", + "Namespace": "Microsoft.VisualBasic.Activities" }, { - "Name": "IDdsDiagramConnector", - "Namespace": "MSDDS" + "Name": "VisualBasicReference`1", + "Namespace": "Microsoft.VisualBasic.Activities" }, { - "Name": "DdsSelect", - "Namespace": "MSDDS" + "Name": "VisualBasicImportReference", + "Namespace": "Microsoft.VisualBasic.Activities" }, { - "Name": "IDdsDiagramShape", - "Namespace": "MSDDS" + "Name": "VisualBasicSettings", + "Namespace": "Microsoft.VisualBasic.Activities" }, { - "Name": "IDdsPoints", - "Namespace": "MSDDS" + "Name": "VisualBasicValue`1", + "Namespace": "Microsoft.VisualBasic.Activities" }, { - "Name": "DdsMousePointer", - "Namespace": "MSDDS" + "Name": "VisualBasicSettingsConverter", + "Namespace": "Microsoft.VisualBasic.Activities.XamlIntegration" }, { - "Name": "IDdsExtendedProperties", - "Namespace": "MSDDS" + "Name": "VisualBasicSettingsValueSerializer", + "Namespace": "Microsoft.VisualBasic.Activities.XamlIntegration" }, { - "Name": "DdsMarqueeSelectionMode", - "Namespace": "MSDDS" + "Name": "CSharpReference`1", + "Namespace": "Microsoft.CSharp.Activities" }, { - "Name": "DdsPersistenceVersion", - "Namespace": "MSDDS" + "Name": "CSharpValue`1", + "Namespace": "Microsoft.CSharp.Activities" }, { - "Name": "DdsPrintPageNumbersMode", - "Namespace": "MSDDS" + "Name": "Activity", + "Namespace": "System.Activities" }, { - "Name": "DdsPanNavDrawingMode", - "Namespace": "MSDDS" + "Name": "Activity`1", + "Namespace": "System.Activities" }, { - "Name": "DdsPanNavAspectRatio", - "Namespace": "MSDDS" + "Name": "ActivityAction", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents", - "Namespace": "MSDDS" + "Name": "ActivityAction`1", + "Namespace": "System.Activities" }, { - "Name": "DdsPasteContext", - "Namespace": "MSDDS" + "Name": "ActivityAction`2", + "Namespace": "System.Activities" }, { - "Name": "DdsViewChange", - "Namespace": "MSDDS" + "Name": "ActivityAction`3", + "Namespace": "System.Activities" }, { - "Name": "DdsUIActivationSource", - "Namespace": "MSDDS" + "Name": "ActivityAction`4", + "Namespace": "System.Activities" }, { - "Name": "IAccessible", - "Namespace": "MSDDS" + "Name": "ActivityAction`5", + "Namespace": "System.Activities" }, { - "Name": "DdsConnectorSide", - "Namespace": "MSDDS" + "Name": "ActivityAction`6", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_Event", - "Namespace": "MSDDS" + "Name": "ActivityAction`7", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_ObjectCreatedEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityAction`8", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_ObjectDeletedEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityAction`9", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_ObjectMovingEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityAction`10", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_SelectionChangeEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityAction`11", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_SelectionChangesCompleteEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityAction`12", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_ZoomEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityAction`13", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_ClickEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityAction`14", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_DblClickEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityAction`15", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_OLEStartDragDropEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityAction`16", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_OLEStartCopyEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityBuilder", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_OLEDragEnterEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityBuilder`1", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_OLEDragOverEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityContext", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_OLEDragLeaveEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityDelegate", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_OLEDragCustomVisualizationEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`1", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_OLEDragDropEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`2", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_OLEObjectPastingEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`3", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_OLECompleteDragDropEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`4", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_OLECompleteCopyEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`5", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_ObjectChangingViewEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`6", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_UpdateAttachPointsEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`7", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_MouseMoveEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`8", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_MouseDownEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`9", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_MouseUpEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`10", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_ScrolledEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`11", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_ConnectorRoutedEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`12", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_DragCreateConnectorModeStartEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`13", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_DragCreateConnectorModeEndEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`14", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_DragCreateConnectorValidSrcObjEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`15", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_DragCreateConnectorValidDestObjEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`16", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_DragCreateConnectorCreatingEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityFunc`17", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_SpecifyObjectsForGroupAttachEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityInstance", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_CreateVirtualConnectorEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityInstanceState", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_DragCreateConnectorCreatedEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityMetadata", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_ObjectUIActivationChangedEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityPropertyReference", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_ObjectResizingEventHandler", - "Namespace": "MSDDS" + "Name": "ActivityWithResult", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_ManageConnectorZOrderEventHandler", - "Namespace": "MSDDS" + "Name": "Argument", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_ProvideIAccessableEventHandler", - "Namespace": "MSDDS" + "Name": "ArgumentDirection", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_ConnectorChangingAttachmentObjectEventHandler", - "Namespace": "MSDDS" + "Name": "AsyncCodeActivity", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_DiagramUpdateEventHandler", - "Namespace": "MSDDS" + "Name": "AsyncCodeActivity`1", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_PersistingClsidEventHandler", - "Namespace": "MSDDS" + "Name": "AsyncCodeActivityContext", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_PersistingProgIdEventHandler", - "Namespace": "MSDDS" + "Name": "Bookmark", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_PrintStartEventHandler", - "Namespace": "MSDDS" + "Name": "BookmarkCallback", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_PrintEndEventHandler", - "Namespace": "MSDDS" + "Name": "BookmarkOptions", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_PrintPageBeforeStartEventHandler", - "Namespace": "MSDDS" + "Name": "BookmarkResumptionResult", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_PrintPageStartEventHandler", - "Namespace": "MSDDS" + "Name": "BookmarkScope", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_PrintPageEndEventHandler", - "Namespace": "MSDDS" + "Name": "BookmarkScopeHandle", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_PageScaleEventHandler", - "Namespace": "MSDDS" + "Name": "ExclusiveHandle", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_PanNavMouseUpEventHandler", - "Namespace": "MSDDS" + "Name": "CodeActivity", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_DiscardMouseMessageOnActivateEventHandler", - "Namespace": "MSDDS" + "Name": "CodeActivity`1", + "Namespace": "System.Activities" }, { - "Name": "Diagram", - "Namespace": "MSDDS" + "Name": "CodeActivityContext", + "Namespace": "System.Activities" }, { - "Name": "DiagramClass", - "Namespace": "MSDDS" + "Name": "CodeActivityMetadata", + "Namespace": "System.Activities" }, { - "Name": "DdsLayoutObjectType", - "Namespace": "MSDDS" + "Name": "CodeActivityPublicEnvironmentAccessor", + "Namespace": "System.Activities" }, { - "Name": "IDdsCompositeManager", - "Namespace": "MSDDS" + "Name": "CompletionCallback", + "Namespace": "System.Activities" }, { - "Name": "DdsLayoutObjectDirection", - "Namespace": "MSDDS" + "Name": "CompletionCallback`1", + "Namespace": "System.Activities" }, { - "Name": "IDdsPolylineCustomEndTypeShape", - "Namespace": "MSDDS" + "Name": "DelegateArgument", + "Namespace": "System.Activities" }, { - "Name": "IDdsPolylineAdornment", - "Namespace": "MSDDS" + "Name": "DelegateCompletionCallback", + "Namespace": "System.Activities" }, { - "Name": "DdsConnectorHitResult", - "Namespace": "MSDDS" + "Name": "DelegateInArgument", + "Namespace": "System.Activities" }, { - "Name": "DdsSegmentEditMode", - "Namespace": "MSDDS" + "Name": "DelegateInArgument`1", + "Namespace": "System.Activities" }, { - "Name": "DdsBendpointEditMode", - "Namespace": "MSDDS" + "Name": "DelegateOutArgument", + "Namespace": "System.Activities" }, { - "Name": "DdsBendpointVisibility", - "Namespace": "MSDDS" + "Name": "DelegateOutArgument`1", + "Namespace": "System.Activities" }, { - "Name": "IDdsExtendedProperty", - "Namespace": "MSDDS" + "Name": "DynamicActivity", + "Namespace": "System.Activities" }, { - "Name": "IStream", - "Namespace": "MSDDS" + "Name": "DynamicActivity`1", + "Namespace": "System.Activities" }, { - "Name": "DdsSurfaceFlags", - "Namespace": "MSDDS" + "Name": "DynamicActivityProperty", + "Namespace": "System.Activities" }, { - "Name": "ISequentialStream", - "Namespace": "MSDDS" + "Name": "ExceptionPersistenceExtension", + "Namespace": "System.Activities" }, { - "Name": "_LARGE_INTEGER", - "Namespace": "MSDDS" + "Name": "ExecutionProperties", + "Namespace": "System.Activities" }, { - "Name": "_ULARGE_INTEGER", - "Namespace": "MSDDS" + "Name": "FaultCallback", + "Namespace": "System.Activities" }, { - "Name": "tagSTATSTG", - "Namespace": "MSDDS" + "Name": "Handle", + "Namespace": "System.Activities" }, { - "Name": "_FILETIME", - "Namespace": "MSDDS" + "Name": "HandleInitializationContext", + "Namespace": "System.Activities" }, { - "Name": "DdsPolylineCustomEndTypeShape", - "Namespace": "MSDDS" + "Name": "IExecutionProperty", + "Namespace": "System.Activities" }, { - "Name": "DdsPolylineCustomEndTypeColorStyle", - "Namespace": "MSDDS" + "Name": "PersistableIdleAction", + "Namespace": "System.Activities" }, { - "Name": "DdsPolylineCustomEndTypeShapeStruct", - "Namespace": "MSDDS" + "Name": "InOutArgument", + "Namespace": "System.Activities" }, { - "Name": "tagPOINT", - "Namespace": "MSDDS" + "Name": "InOutArgument`1", + "Namespace": "System.Activities" }, { - "Name": "DdsPolylineSide", - "Namespace": "MSDDS" + "Name": "InArgument", + "Namespace": "System.Activities" }, { - "Name": "DdsPolylineAdornmentStartObject", - "Namespace": "MSDDS" + "Name": "InArgument`1", + "Namespace": "System.Activities" }, { - "Name": "IDdsPolylineEx", - "Namespace": "MSDDS" + "Name": "InvalidWorkflowException", + "Namespace": "System.Activities" }, { - "Name": "DdsShapeLibraryBitmap", - "Namespace": "MSDDS" + "Name": "InvokeCompletedEventArgs", + "Namespace": "System.Activities" }, { - "Name": "IDdsDiagramShapeAttachPoint", - "Namespace": "MSDDS" + "Name": "IPropertyRegistrationCallback", + "Namespace": "System.Activities" }, { - "Name": "IDdsDiagramConnectorControl", - "Namespace": "MSDDS" + "Name": "Location", + "Namespace": "System.Activities" }, { - "Name": "IPersist", - "Namespace": "MSDDS" + "Name": "Location`1", + "Namespace": "System.Activities" }, { - "Name": "IPersistStorage", - "Namespace": "MSDDS" + "Name": "LocationReference", + "Namespace": "System.Activities" }, { - "Name": "IStorage", - "Namespace": "MSDDS" + "Name": "LocationReferenceEnvironment", + "Namespace": "System.Activities" }, { - "Name": "IPersistStorageDdsVersion", - "Namespace": "MSDDS" + "Name": "NativeActivity", + "Namespace": "System.Activities" }, { - "Name": "tagRemSNB", - "Namespace": "MSDDS" + "Name": "NativeActivity`1", + "Namespace": "System.Activities" }, { - "Name": "IEnumSTATSTG", - "Namespace": "MSDDS" + "Name": "NativeActivityAbortContext", + "Namespace": "System.Activities" }, { - "Name": "IPersistStream", - "Namespace": "MSDDS" + "Name": "NativeActivityContext", + "Namespace": "System.Activities" }, { - "Name": "IPersistStreamDdsVersion", - "Namespace": "MSDDS" + "Name": "NativeActivityMetadata", + "Namespace": "System.Activities" }, { - "Name": "IDdsXMLTesting", - "Namespace": "MSDDS" + "Name": "NativeActivityFaultContext", + "Namespace": "System.Activities" }, { - "Name": "DDS_Constants", - "Namespace": "MSDDS" + "Name": "NativeActivityTransactionContext", + "Namespace": "System.Activities" }, { - "Name": "_DDSAnnotationInfo", - "Namespace": "MSDDS" + "Name": "NoPersistHandle", + "Namespace": "System.Activities" }, { - "Name": "_IDdsTextEvents_SinkHelper", - "Namespace": "MSDDS" + "Name": "OutArgument", + "Namespace": "System.Activities" }, { - "Name": "_IDdsIconEvents_SinkHelper", - "Namespace": "MSDDS" + "Name": "OutArgument`1", + "Namespace": "System.Activities" }, { - "Name": "_IDdsGenericEvents_SinkHelper", - "Namespace": "MSDDS" + "Name": "OverloadGroupAttribute", + "Namespace": "System.Activities" }, { - "Name": "_IDdsLibraryShapeEvents_SinkHelper", - "Namespace": "MSDDS" + "Name": "RegistrationContext", + "Namespace": "System.Activities" }, { - "Name": "_IDdsPictureShapeEvents_SinkHelper", - "Namespace": "MSDDS" + "Name": "RequiredArgumentAttribute", + "Namespace": "System.Activities" }, { - "Name": "_IDdsDiagramEvents_SinkHelper", - "Namespace": "MSDDS" + "Name": "RuntimeArgument", + "Namespace": "System.Activities" }, { - "Name": "InitializationDialog", - "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" + "Name": "RuntimeDelegateArgument", + "Namespace": "System.Activities" }, { - "Name": "ComputerPickerWrapper", - "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" + "Name": "RuntimeTransactionHandle", + "Namespace": "System.Activities" }, { - "Name": "Errors", - "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" + "Name": "UnhandledExceptionAction", + "Namespace": "System.Activities" }, { - "Name": "NativeMethods", - "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" + "Name": "ValidationException", + "Namespace": "System.Activities" }, { - "Name": "MergeLocalizationDirectives", - "Namespace": "Microsoft.Build.Tasks.Windows" + "Name": "Variable", + "Namespace": "System.Activities" }, { - "Name": "MarkupCompilePass1", - "Namespace": "Microsoft.Build.Tasks.Windows" + "Name": "Variable`1", + "Namespace": "System.Activities" }, { - "Name": "MarkupCompilePass2", - "Namespace": "Microsoft.Build.Tasks.Windows" + "Name": "VariableModifiers", + "Namespace": "System.Activities" }, { - "Name": "FileClassifier", - "Namespace": "Microsoft.Build.Tasks.Windows" + "Name": "VersionMismatchException", + "Namespace": "System.Activities" }, { - "Name": "UidManager", - "Namespace": "Microsoft.Build.Tasks.Windows" + "Name": "WorkflowApplicationAbortedEventArgs", + "Namespace": "System.Activities" }, { - "Name": "UpdateManifestForBrowserApplication", - "Namespace": "Microsoft.Build.Tasks.Windows" + "Name": "WorkflowApplicationAbortedException", + "Namespace": "System.Activities" }, { - "Name": "ResourcesGenerator", - "Namespace": "Microsoft.Build.Tasks.Windows" + "Name": "WorkflowApplication", + "Namespace": "System.Activities" }, { - "Name": "GenerateTemporaryTargetAssembly", - "Namespace": "Microsoft.Build.Tasks.Windows" + "Name": "WorkflowApplicationCompletedEventArgs", + "Namespace": "System.Activities" }, { - "Name": "GetWinFXPath", - "Namespace": "Microsoft.Build.Tasks.Windows" + "Name": "WorkflowApplicationCompletedException", + "Namespace": "System.Activities" }, { - "Name": "CommonDialog", - "Namespace": "Microsoft.Win32" + "Name": "WorkflowApplicationEventArgs", + "Namespace": "System.Activities" }, { - "Name": "FileDialog", - "Namespace": "Microsoft.Win32" + "Name": "WorkflowApplicationException", + "Namespace": "System.Activities" }, { - "Name": "FileDialogCustomPlace", - "Namespace": "Microsoft.Win32" + "Name": "WorkflowApplicationInstance", + "Namespace": "System.Activities" }, { - "Name": "FileDialogCustomPlaces", - "Namespace": "Microsoft.Win32" + "Name": "WorkflowApplicationIdleEventArgs", + "Namespace": "System.Activities" }, { - "Name": "OpenFileDialog", - "Namespace": "Microsoft.Win32" + "Name": "WorkflowApplicationTerminatedException", + "Namespace": "System.Activities" }, { - "Name": "SaveFileDialog", - "Namespace": "Microsoft.Win32" + "Name": "WorkflowApplicationUnhandledExceptionEventArgs", + "Namespace": "System.Activities" }, { - "Name": "DesignerProperties", - "Namespace": "System.ComponentModel" + "Name": "WorkflowApplicationUnloadedException", + "Namespace": "System.Activities" }, { - "Name": "StartupEventHandler", - "Namespace": "System.Windows" + "Name": "WorkflowDataContext", + "Namespace": "System.Activities" }, { - "Name": "ExitEventHandler", - "Namespace": "System.Windows" + "Name": "WorkflowIdentity", + "Namespace": "System.Activities" }, { - "Name": "SessionEndingCancelEventHandler", - "Namespace": "System.Windows" + "Name": "WorkflowIdentityFilter", + "Namespace": "System.Activities" }, { - "Name": "Application", - "Namespace": "System.Windows" + "Name": "WorkflowInspectionServices", + "Namespace": "System.Activities" }, { - "Name": "ShutdownMode", - "Namespace": "System.Windows" + "Name": "WorkflowInvoker", + "Namespace": "System.Activities" }, { - "Name": "ReasonSessionEnding", - "Namespace": "System.Windows" + "Name": "ExpressionServices", + "Namespace": "System.Activities.Expressions" }, { - "Name": "AttachedPropertyBrowsableForChildrenAttribute", - "Namespace": "System.Windows" + "Name": "CompiledExpressionInvoker", + "Namespace": "System.Activities.Expressions" }, { - "Name": "FrameworkCompatibilityPreferences", - "Namespace": "System.Windows" + "Name": "Add`3", + "Namespace": "System.Activities.Expressions" }, { - "Name": "ComponentResourceKey", - "Namespace": "System.Windows" + "Name": "AssemblyReference", + "Namespace": "System.Activities.Expressions" }, { - "Name": "Condition", - "Namespace": "System.Windows" + "Name": "Subtract`3", + "Namespace": "System.Activities.Expressions" }, { - "Name": "ConditionCollection", - "Namespace": "System.Windows" + "Name": "Multiply`3", + "Namespace": "System.Activities.Expressions" }, { - "Name": "ExceptionRoutedEventArgs", - "Namespace": "System.Windows" + "Name": "Divide`3", + "Namespace": "System.Activities.Expressions" }, { - "Name": "MediaScriptCommandRoutedEventArgs", - "Namespace": "System.Windows" + "Name": "AndAlso", + "Namespace": "System.Activities.Expressions" }, { - "Name": "CornerRadius", - "Namespace": "System.Windows" + "Name": "OrElse", + "Namespace": "System.Activities.Expressions" }, { - "Name": "CornerRadiusConverter", - "Namespace": "System.Windows" + "Name": "Not`2", + "Namespace": "System.Activities.Expressions" }, { - "Name": "DataTemplate", - "Namespace": "System.Windows" + "Name": "PropertyReference`2", + "Namespace": "System.Activities.Expressions" }, { - "Name": "DataTemplateKey", - "Namespace": "System.Windows" + "Name": "PropertyValue`2", + "Namespace": "System.Activities.Expressions" }, { - "Name": "DataTrigger", - "Namespace": "System.Windows" + "Name": "And`3", + "Namespace": "System.Activities.Expressions" }, { - "Name": "DeferrableContent", - "Namespace": "System.Windows" + "Name": "Equal`3", + "Namespace": "System.Activities.Expressions" }, { - "Name": "DeferrableContentConverter", - "Namespace": "System.Windows" + "Name": "GreaterThan`3", + "Namespace": "System.Activities.Expressions" }, { - "Name": "BaseValueSource", - "Namespace": "System.Windows" + "Name": "GreaterThanOrEqual`3", + "Namespace": "System.Activities.Expressions" }, { - "Name": "ValueSource", - "Namespace": "System.Windows" + "Name": "LessThan`3", + "Namespace": "System.Activities.Expressions" }, { - "Name": "DependencyPropertyHelper", - "Namespace": "System.Windows" + "Name": "LessThanOrEqual`3", + "Namespace": "System.Activities.Expressions" }, { - "Name": "DialogResultConverter", - "Namespace": "System.Windows" + "Name": "NotEqual`3", + "Namespace": "System.Activities.Expressions" }, { - "Name": "DynamicResourceExtension", - "Namespace": "System.Windows" + "Name": "Or`3", + "Namespace": "System.Activities.Expressions" }, { - "Name": "DynamicResourceExtensionConverter", - "Namespace": "System.Windows" + "Name": "ArrayItemValue`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "EventSetter", - "Namespace": "System.Windows" + "Name": "ArrayItemReference`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "EventTrigger", - "Namespace": "System.Windows" + "Name": "EnvironmentLocationValue`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "ExitEventArgs", - "Namespace": "System.Windows" + "Name": "EnvironmentLocationReference`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "FigureUnitType", - "Namespace": "System.Windows" + "Name": "FieldReference`2", + "Namespace": "System.Activities.Expressions" }, { - "Name": "FigureLength", - "Namespace": "System.Windows" + "Name": "FieldValue`2", + "Namespace": "System.Activities.Expressions" }, { - "Name": "FigureLengthConverter", - "Namespace": "System.Windows" + "Name": "Cast`2", + "Namespace": "System.Activities.Expressions" }, { - "Name": "FontSizeConverter", - "Namespace": "System.Windows" + "Name": "As`2", + "Namespace": "System.Activities.Expressions" }, { - "Name": "FrameworkContentElement", - "Namespace": "System.Windows" + "Name": "New`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "HorizontalAlignment", - "Namespace": "System.Windows" + "Name": "NewArray`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "VerticalAlignment", - "Namespace": "System.Windows" + "Name": "LambdaSerializationException", + "Namespace": "System.Activities.Expressions" }, { - "Name": "FrameworkElement", - "Namespace": "System.Windows" + "Name": "LambdaReference`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "FrameworkElementFactory", - "Namespace": "System.Windows" + "Name": "LambdaValue`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "FrameworkPropertyMetadataOptions", - "Namespace": "System.Windows" + "Name": "Literal`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "FrameworkPropertyMetadata", - "Namespace": "System.Windows" + "Name": "ArgumentReference`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "FrameworkTemplate", - "Namespace": "System.Windows" + "Name": "ArgumentValue`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "GridUnitType", - "Namespace": "System.Windows" + "Name": "DelegateArgumentReference`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "GridLength", - "Namespace": "System.Windows" + "Name": "DelegateArgumentValue`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "GridLengthConverter", - "Namespace": "System.Windows" + "Name": "VariableReference`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "HierarchicalDataTemplate", - "Namespace": "System.Windows" + "Name": "VariableValue`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "InheritanceBehavior", - "Namespace": "System.Windows" + "Name": "InvokeMethod`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "IFrameworkInputElement", - "Namespace": "System.Windows" + "Name": "InvokeFunc`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "LengthConverter", - "Namespace": "System.Windows" + "Name": "InvokeFunc`2", + "Namespace": "System.Activities.Expressions" }, { - "Name": "Localization", - "Namespace": "System.Windows" + "Name": "InvokeFunc`3", + "Namespace": "System.Activities.Expressions" }, { - "Name": "LogicalTreeHelper", - "Namespace": "System.Windows" + "Name": "InvokeFunc`4", + "Namespace": "System.Activities.Expressions" }, { - "Name": "LostFocusEventManager", - "Namespace": "System.Windows" + "Name": "InvokeFunc`5", + "Namespace": "System.Activities.Expressions" }, { - "Name": "MessageBox", - "Namespace": "System.Windows" + "Name": "InvokeFunc`6", + "Namespace": "System.Activities.Expressions" }, { - "Name": "MessageBoxResult", - "Namespace": "System.Windows" + "Name": "InvokeFunc`7", + "Namespace": "System.Activities.Expressions" }, { - "Name": "MessageBoxOptions", - "Namespace": "System.Windows" + "Name": "InvokeFunc`8", + "Namespace": "System.Activities.Expressions" }, { - "Name": "MessageBoxImage", - "Namespace": "System.Windows" + "Name": "InvokeFunc`9", + "Namespace": "System.Activities.Expressions" }, { - "Name": "MessageBoxButton", - "Namespace": "System.Windows" + "Name": "InvokeFunc`10", + "Namespace": "System.Activities.Expressions" }, { - "Name": "MultiDataTrigger", - "Namespace": "System.Windows" + "Name": "InvokeFunc`11", + "Namespace": "System.Activities.Expressions" }, { - "Name": "MultiTrigger", - "Namespace": "System.Windows" + "Name": "InvokeFunc`12", + "Namespace": "System.Activities.Expressions" }, { - "Name": "NullableBoolConverter", - "Namespace": "System.Windows" + "Name": "InvokeFunc`13", + "Namespace": "System.Activities.Expressions" }, { - "Name": "PropertyPath", - "Namespace": "System.Windows" + "Name": "InvokeFunc`14", + "Namespace": "System.Activities.Expressions" }, { - "Name": "PropertyPathConverter", - "Namespace": "System.Windows" + "Name": "InvokeFunc`15", + "Namespace": "System.Activities.Expressions" }, { - "Name": "RequestBringIntoViewEventArgs", - "Namespace": "System.Windows" + "Name": "InvokeFunc`16", + "Namespace": "System.Activities.Expressions" }, { - "Name": "RequestBringIntoViewEventHandler", - "Namespace": "System.Windows" + "Name": "InvokeFunc`17", + "Namespace": "System.Activities.Expressions" }, { - "Name": "ResourceDictionary", - "Namespace": "System.Windows" + "Name": "IndexerReference`2", + "Namespace": "System.Activities.Expressions" }, { - "Name": "ResourceDictionaryLocation", - "Namespace": "System.Windows" + "Name": "ITextExpression", + "Namespace": "System.Activities.Expressions" }, { - "Name": "ColorConvertedBitmapExtension", - "Namespace": "System.Windows" + "Name": "MultidimensionalArrayItemReference`1", + "Namespace": "System.Activities.Expressions" }, { - "Name": "StaticResourceExtension", - "Namespace": "System.Windows" + "Name": "TextExpression", + "Namespace": "System.Activities.Expressions" }, { - "Name": "ResourceKey", - "Namespace": "System.Windows" + "Name": "ValueTypeFieldReference`2", + "Namespace": "System.Activities.Expressions" }, { - "Name": "ResourceReferenceKeyNotFoundException", - "Namespace": "System.Windows" + "Name": "ValueTypeIndexerReference`2", + "Namespace": "System.Activities.Expressions" }, { - "Name": "RoutedPropertyChangedEventHandler`1", - "Namespace": "System.Windows" + "Name": "ValueTypePropertyReference`2", + "Namespace": "System.Activities.Expressions" }, { - "Name": "RoutedPropertyChangedEventArgs`1", - "Namespace": "System.Windows" + "Name": "InvokeAction", + "Namespace": "System.Activities.Statements" }, { - "Name": "Setter", - "Namespace": "System.Windows" + "Name": "InvokeAction`1", + "Namespace": "System.Activities.Statements" }, { - "Name": "SetterBase", - "Namespace": "System.Windows" + "Name": "InvokeAction`2", + "Namespace": "System.Activities.Statements" }, { - "Name": "SetterBaseCollection", - "Namespace": "System.Windows" + "Name": "InvokeAction`3", + "Namespace": "System.Activities.Statements" }, { - "Name": "SizeChangedEventArgs", - "Namespace": "System.Windows" + "Name": "InvokeAction`4", + "Namespace": "System.Activities.Statements" }, { - "Name": "SizeChangedEventHandler", - "Namespace": "System.Windows" + "Name": "InvokeAction`5", + "Namespace": "System.Activities.Statements" }, { - "Name": "SessionEndingCancelEventArgs", - "Namespace": "System.Windows" + "Name": "InvokeAction`6", + "Namespace": "System.Activities.Statements" }, { - "Name": "StartupEventArgs", - "Namespace": "System.Windows" + "Name": "InvokeAction`7", + "Namespace": "System.Activities.Statements" }, { - "Name": "Style", - "Namespace": "System.Windows" + "Name": "InvokeAction`8", + "Namespace": "System.Activities.Statements" }, { - "Name": "StyleTypedPropertyAttribute", - "Namespace": "System.Windows" + "Name": "InvokeAction`9", + "Namespace": "System.Activities.Statements" }, { - "Name": "SystemColors", - "Namespace": "System.Windows" + "Name": "InvokeAction`10", + "Namespace": "System.Activities.Statements" }, { - "Name": "SystemCommands", - "Namespace": "System.Windows" + "Name": "InvokeAction`11", + "Namespace": "System.Activities.Statements" }, { - "Name": "SystemFonts", - "Namespace": "System.Windows" + "Name": "InvokeAction`12", + "Namespace": "System.Activities.Statements" }, { - "Name": "PowerLineStatus", - "Namespace": "System.Windows" + "Name": "InvokeAction`13", + "Namespace": "System.Activities.Statements" }, { - "Name": "SystemParameters", - "Namespace": "System.Windows" + "Name": "InvokeAction`14", + "Namespace": "System.Activities.Statements" }, { - "Name": "TemplateBindingExpression", - "Namespace": "System.Windows" + "Name": "InvokeAction`15", + "Namespace": "System.Activities.Statements" }, { - "Name": "TemplateBindingExpressionConverter", - "Namespace": "System.Windows" + "Name": "InvokeAction`16", + "Namespace": "System.Activities.Statements" }, { - "Name": "TemplateBindingExtension", - "Namespace": "System.Windows" + "Name": "InvokeDelegate", + "Namespace": "System.Activities.Statements" }, { - "Name": "TemplateBindingExtensionConverter", - "Namespace": "System.Windows" + "Name": "Catch", + "Namespace": "System.Activities.Statements" }, { - "Name": "TemplateContent", - "Namespace": "System.Windows" + "Name": "Catch`1", + "Namespace": "System.Activities.Statements" }, { - "Name": "TemplateContentLoader", - "Namespace": "System.Windows" + "Name": "CompensableActivity", + "Namespace": "System.Activities.Statements" }, { - "Name": "TemplateKey", - "Namespace": "System.Windows" + "Name": "Compensate", + "Namespace": "System.Activities.Statements" }, { - "Name": "TemplatePartAttribute", - "Namespace": "System.Windows" + "Name": "CompensationExtension", + "Namespace": "System.Activities.Statements" }, { - "Name": "TemplateVisualStateAttribute", - "Namespace": "System.Windows" + "Name": "CompensationToken", + "Namespace": "System.Activities.Statements" }, { - "Name": "LineStackingStrategy", - "Namespace": "System.Windows" + "Name": "CreateBookmarkScope", + "Namespace": "System.Activities.Statements" }, { - "Name": "ColumnSpaceDistribution", - "Namespace": "System.Windows" + "Name": "Confirm", + "Namespace": "System.Activities.Statements" }, { - "Name": "FigureVerticalAnchor", - "Namespace": "System.Windows" + "Name": "DeleteBookmarkScope", + "Namespace": "System.Activities.Statements" }, { - "Name": "FigureHorizontalAnchor", - "Namespace": "System.Windows" + "Name": "HandleScope`1", + "Namespace": "System.Activities.Statements" }, { - "Name": "WrapDirection", - "Namespace": "System.Windows" + "Name": "Persist", + "Namespace": "System.Activities.Statements" }, { - "Name": "ThemeDictionaryExtension", - "Namespace": "System.Windows" + "Name": "Rethrow", + "Namespace": "System.Activities.Statements" }, { - "Name": "ThemeInfoAttribute", - "Namespace": "System.Windows" + "Name": "TryCatch", + "Namespace": "System.Activities.Statements" }, { - "Name": "Thickness", - "Namespace": "System.Windows" + "Name": "Assign", + "Namespace": "System.Activities.Statements" }, { - "Name": "ThicknessConverter", - "Namespace": "System.Windows" + "Name": "Assign`1", + "Namespace": "System.Activities.Statements" }, { - "Name": "Trigger", - "Namespace": "System.Windows" + "Name": "CancellationScope", + "Namespace": "System.Activities.Statements" }, { - "Name": "TriggerAction", - "Namespace": "System.Windows" + "Name": "Delay", + "Namespace": "System.Activities.Statements" }, { - "Name": "TriggerActionCollection", - "Namespace": "System.Windows" + "Name": "DoWhile", + "Namespace": "System.Activities.Statements" }, { - "Name": "TriggerBase", - "Namespace": "System.Windows" + "Name": "Flowchart", + "Namespace": "System.Activities.Statements" }, { - "Name": "TriggerCollection", - "Namespace": "System.Windows" + "Name": "ForEach`1", + "Namespace": "System.Activities.Statements" }, { - "Name": "VisualState", - "Namespace": "System.Windows" + "Name": "If", + "Namespace": "System.Activities.Statements" }, { - "Name": "VisualStateChangedEventArgs", - "Namespace": "System.Windows" + "Name": "InvokeMethod", + "Namespace": "System.Activities.Statements" }, { - "Name": "VisualStateGroup", - "Namespace": "System.Windows" + "Name": "Parallel", + "Namespace": "System.Activities.Statements" }, { - "Name": "VisualStateManager", - "Namespace": "System.Windows" + "Name": "ParallelForEach`1", + "Namespace": "System.Activities.Statements" }, { - "Name": "VisualTransition", - "Namespace": "System.Windows" + "Name": "Pick", + "Namespace": "System.Activities.Statements" }, { - "Name": "Window", - "Namespace": "System.Windows" + "Name": "PickBranch", + "Namespace": "System.Activities.Statements" }, { - "Name": "WindowStyle", - "Namespace": "System.Windows" + "Name": "Sequence", + "Namespace": "System.Activities.Statements" }, { - "Name": "WindowState", - "Namespace": "System.Windows" + "Name": "Switch`1", + "Namespace": "System.Activities.Statements" }, { - "Name": "WindowStartupLocation", - "Namespace": "System.Windows" + "Name": "TerminateWorkflow", + "Namespace": "System.Activities.Statements" }, { - "Name": "ResizeMode", - "Namespace": "System.Windows" + "Name": "Throw", + "Namespace": "System.Activities.Statements" }, { - "Name": "WindowCollection", - "Namespace": "System.Windows" + "Name": "TransactionScope", + "Namespace": "System.Activities.Statements" }, { - "Name": "JumpItem", - "Namespace": "System.Windows.Shell" + "Name": "While", + "Namespace": "System.Activities.Statements" }, { - "Name": "JumpItemRejectionReason", - "Namespace": "System.Windows.Shell" + "Name": "WorkflowTerminatedException", + "Namespace": "System.Activities.Statements" }, { - "Name": "JumpItemsRejectedEventArgs", - "Namespace": "System.Windows.Shell" + "Name": "WriteLine", + "Namespace": "System.Activities.Statements" }, { - "Name": "JumpItemsRemovedEventArgs", - "Namespace": "System.Windows.Shell" + "Name": "FlowDecision", + "Namespace": "System.Activities.Statements" }, { - "Name": "JumpList", - "Namespace": "System.Windows.Shell" + "Name": "FlowNode", + "Namespace": "System.Activities.Statements" }, { - "Name": "JumpPath", - "Namespace": "System.Windows.Shell" + "Name": "FlowStep", + "Namespace": "System.Activities.Statements" }, { - "Name": "JumpTask", - "Namespace": "System.Windows.Shell" + "Name": "FlowSwitch`1", + "Namespace": "System.Activities.Statements" }, { - "Name": "TaskbarItemProgressState", - "Namespace": "System.Windows.Shell" + "Name": "TimerExtension", + "Namespace": "System.Activities.Statements" }, { - "Name": "TaskbarItemInfo", - "Namespace": "System.Windows.Shell" + "Name": "DurableTimerExtension", + "Namespace": "System.Activities.Statements" }, { - "Name": "ThumbButtonInfo", - "Namespace": "System.Windows.Shell" + "Name": "AddToCollection`1", + "Namespace": "System.Activities.Statements" }, { - "Name": "ThumbButtonInfoCollection", - "Namespace": "System.Windows.Shell" + "Name": "ClearCollection`1", + "Namespace": "System.Activities.Statements" }, { - "Name": "ResizeGripDirection", - "Namespace": "System.Windows.Shell" + "Name": "ExistsInCollection`1", + "Namespace": "System.Activities.Statements" }, { - "Name": "NonClientFrameEdges", - "Namespace": "System.Windows.Shell" + "Name": "RemoveFromCollection`1", + "Namespace": "System.Activities.Statements" }, { - "Name": "WindowChrome", - "Namespace": "System.Windows.Shell" + "Name": "State", + "Namespace": "System.Activities.Statements" }, { - "Name": "Ellipse", - "Namespace": "System.Windows.Shapes" + "Name": "StateMachine", + "Namespace": "System.Activities.Statements" }, { - "Name": "Line", - "Namespace": "System.Windows.Shapes" + "Name": "Transition", + "Namespace": "System.Activities.Statements" }, { - "Name": "Path", - "Namespace": "System.Windows.Shapes" + "Name": "NoPersistScope", + "Namespace": "System.Activities.Statements" }, { - "Name": "Polygon", - "Namespace": "System.Windows.Shapes" + "Name": "StateMachineStateQuery", + "Namespace": "System.Activities.Statements.Tracking" }, { - "Name": "Polyline", - "Namespace": "System.Windows.Shapes" + "Name": "StateMachineStateRecord", + "Namespace": "System.Activities.Statements.Tracking" }, { - "Name": "Rectangle", - "Namespace": "System.Windows.Shapes" + "Name": "ActivityWithResultConverter", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "Shape", - "Namespace": "System.Windows.Shapes" + "Name": "ActivityWithResultValueSerializer", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "Baml2006Reader", - "Namespace": "System.Windows.Baml2006" + "Name": "ActivityXamlServices", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "StreamResourceInfo", - "Namespace": "System.Windows.Resources" + "Name": "ActivityXamlServicesSettings", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "ContentTypes", - "Namespace": "System.Windows.Resources" + "Name": "ArgumentValueSerializer", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "CommandConverter", - "Namespace": "System.Windows.Input" + "Name": "AssemblyReferenceConverter", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "KeyboardNavigationMode", - "Namespace": "System.Windows.Input" + "Name": "CompiledDataContext", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "KeyboardNavigation", - "Namespace": "System.Windows.Input" + "Name": "DynamicUpdateMapConverter", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "AdornerHitTestResult", - "Namespace": "System.Windows.Media" + "Name": "DynamicUpdateMapItemConverter", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "TextOptions", - "Namespace": "System.Windows.Media" + "Name": "FuncDeferringLoader", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "BeginStoryboard", - "Namespace": "System.Windows.Media.Animation" + "Name": "ICompiledExpressionRoot", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "ControllableStoryboardAction", - "Namespace": "System.Windows.Media.Animation" + "Name": "InOutArgumentConverter", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "PauseStoryboard", - "Namespace": "System.Windows.Media.Animation" + "Name": "InArgumentConverter", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "RemoveStoryboard", - "Namespace": "System.Windows.Media.Animation" + "Name": "IValueSerializableExpression", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "ResumeStoryboard", - "Namespace": "System.Windows.Media.Animation" + "Name": "ImplementationVersionConverter", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "SeekStoryboard", - "Namespace": "System.Windows.Media.Animation" + "Name": "OutArgumentConverter", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "SetStoryboardSpeedRatio", - "Namespace": "System.Windows.Media.Animation" + "Name": "PropertyReferenceExtension`1", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "SkipStoryboardToFill", - "Namespace": "System.Windows.Media.Animation" + "Name": "SerializableFuncDeferringLoader", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "StopStoryboard", - "Namespace": "System.Windows.Media.Animation" + "Name": "DynamicUpdateMapExtension", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "Storyboard", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeConverterBase", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "DiscreteThicknessKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "TextExpressionCompiler", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "ThicknessKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "TextExpressionCompilerError", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "LinearThicknessKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "TextExpressionCompilerSettings", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "SplineThicknessKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "TextExpressionCompilerResults", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "EasingThicknessKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "WorkflowIdentityConverter", + "Namespace": "System.Activities.XamlIntegration" }, { - "Name": "ThicknessAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "BookmarkInfo", + "Namespace": "System.Activities.Hosting" }, { - "Name": "ThicknessAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "BookmarkScopeInfo", + "Namespace": "System.Activities.Hosting" }, { - "Name": "ThicknessAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "IWorkflowInstanceExtension", + "Namespace": "System.Activities.Hosting" }, { - "Name": "ThicknessKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "LocationInfo", + "Namespace": "System.Activities.Hosting" }, { - "Name": "ResourceDictionaryDiagnostics", - "Namespace": "System.Windows.Diagnostics" + "Name": "SymbolResolver", + "Namespace": "System.Activities.Hosting" }, { - "Name": "ResourceDictionaryLoadedEventArgs", - "Namespace": "System.Windows.Diagnostics" + "Name": "WorkflowInstance", + "Namespace": "System.Activities.Hosting" }, { - "Name": "ResourceDictionaryUnloadedEventArgs", - "Namespace": "System.Windows.Diagnostics" + "Name": "WorkflowInstanceExtensionManager", + "Namespace": "System.Activities.Hosting" }, { - "Name": "ResourceDictionaryInfo", - "Namespace": "System.Windows.Diagnostics" + "Name": "WorkflowInstanceProxy", + "Namespace": "System.Activities.Hosting" }, { - "Name": "BindingStatus", - "Namespace": "System.Windows.Data" + "Name": "WorkflowInstanceState", + "Namespace": "System.Activities.Hosting" }, { - "Name": "Binding", - "Namespace": "System.Windows.Data" + "Name": "ActivityValidationServices", + "Namespace": "System.Activities.Validation" }, { - "Name": "BindingMode", - "Namespace": "System.Windows.Data" + "Name": "AddValidationError", + "Namespace": "System.Activities.Validation" }, { - "Name": "UpdateSourceTrigger", - "Namespace": "System.Windows.Data" + "Name": "AssertValidation", + "Namespace": "System.Activities.Validation" }, { - "Name": "BindingBase", - "Namespace": "System.Windows.Data" + "Name": "Constraint", + "Namespace": "System.Activities.Validation" }, { - "Name": "UpdateSourceExceptionFilterCallback", - "Namespace": "System.Windows.Data" + "Name": "Constraint`1", + "Namespace": "System.Activities.Validation" }, { - "Name": "BindingExpression", - "Namespace": "System.Windows.Data" + "Name": "ValidationError", + "Namespace": "System.Activities.Validation" }, { - "Name": "BindingExpressionBase", - "Namespace": "System.Windows.Data" + "Name": "GetChildSubtree", + "Namespace": "System.Activities.Validation" }, { - "Name": "BindingGroup", - "Namespace": "System.Windows.Data" + "Name": "GetParentChain", + "Namespace": "System.Activities.Validation" }, { - "Name": "BindingListCollectionView", - "Namespace": "System.Windows.Data" + "Name": "GetWorkflowTree", + "Namespace": "System.Activities.Validation" }, { - "Name": "BindingOperations", - "Namespace": "System.Windows.Data" + "Name": "ValidationContext", + "Namespace": "System.Activities.Validation" }, { - "Name": "CollectionContainer", - "Namespace": "System.Windows.Data" + "Name": "ValidationResults", + "Namespace": "System.Activities.Validation" }, { - "Name": "CollectionRegisteringEventArgs", - "Namespace": "System.Windows.Data" + "Name": "ValidationSettings", + "Namespace": "System.Activities.Validation" }, { - "Name": "CollectionSynchronizationCallback", - "Namespace": "System.Windows.Data" + "Name": "ActivityBlockingUpdate", + "Namespace": "System.Activities.DynamicUpdate" }, { - "Name": "CollectionView", - "Namespace": "System.Windows.Data" + "Name": "UpdateMapMetadata", + "Namespace": "System.Activities.DynamicUpdate" }, { - "Name": "CollectionViewGroup", - "Namespace": "System.Windows.Data" + "Name": "DynamicUpdateInfo", + "Namespace": "System.Activities.DynamicUpdate" }, { - "Name": "CollectionViewRegisteringEventArgs", - "Namespace": "System.Windows.Data" + "Name": "DynamicUpdateMap", + "Namespace": "System.Activities.DynamicUpdate" }, { - "Name": "CollectionViewSource", - "Namespace": "System.Windows.Data" + "Name": "DynamicUpdateMapBuilder", + "Namespace": "System.Activities.DynamicUpdate" }, { - "Name": "CompositeCollection", - "Namespace": "System.Windows.Data" + "Name": "DynamicUpdateMapItem", + "Namespace": "System.Activities.DynamicUpdate" }, { - "Name": "DataChangedEventManager", - "Namespace": "System.Windows.Data" + "Name": "DynamicUpdateMapQuery", + "Namespace": "System.Activities.DynamicUpdate" }, { - "Name": "DataTransferEventArgs", - "Namespace": "System.Windows.Data" + "Name": "DynamicUpdateServices", + "Namespace": "System.Activities.DynamicUpdate" }, { - "Name": "FilterEventArgs", - "Namespace": "System.Windows.Data" + "Name": "InstanceUpdateException", + "Namespace": "System.Activities.DynamicUpdate" }, { - "Name": "FilterEventHandler", - "Namespace": "System.Windows.Data" + "Name": "NativeActivityUpdateContext", + "Namespace": "System.Activities.DynamicUpdate" }, { - "Name": "IMultiValueConverter", - "Namespace": "System.Windows.Data" + "Name": "NativeActivityUpdateMapMetadata", + "Namespace": "System.Activities.DynamicUpdate" }, { - "Name": "IValueConverter", - "Namespace": "System.Windows.Data" + "Name": "DebugInfo", + "Namespace": "System.Activities.Debugger" }, { - "Name": "ListCollectionView", - "Namespace": "System.Windows.Data" + "Name": "IDebuggableWorkflowTree", + "Namespace": "System.Activities.Debugger" }, { - "Name": "GroupDescriptionSelectorCallback", - "Namespace": "System.Windows.Data" + "Name": "LocalsItemDescription", + "Namespace": "System.Activities.Debugger" }, { - "Name": "MultiBinding", - "Namespace": "System.Windows.Data" + "Name": "SourceLocation", + "Namespace": "System.Activities.Debugger" }, { - "Name": "MultiBindingExpression", - "Namespace": "System.Windows.Data" + "Name": "State", + "Namespace": "System.Activities.Debugger" }, { - "Name": "ObjectDataProvider", - "Namespace": "System.Windows.Data" + "Name": "StateManager", + "Namespace": "System.Activities.Debugger" }, { - "Name": "PriorityBinding", - "Namespace": "System.Windows.Data" + "Name": "SourceLocationProvider", + "Namespace": "System.Activities.Debugger" }, { - "Name": "PriorityBindingExpression", - "Namespace": "System.Windows.Data" + "Name": "ThreadWorkerController", + "Namespace": "System.Activities.Debugger" }, { - "Name": "PropertyGroupDescription", - "Namespace": "System.Windows.Data" + "Name": "VirtualStackFrame", + "Namespace": "System.Activities.Debugger" }, { - "Name": "RelativeSourceMode", - "Namespace": "System.Windows.Data" + "Name": "XamlDebuggerXmlReader", + "Namespace": "System.Activities.Debugger" }, { - "Name": "RelativeSource", - "Namespace": "System.Windows.Data" + "Name": "SourceLocationFoundEventArgs", + "Namespace": "System.Activities.Debugger" }, { - "Name": "ValueConversionAttribute", - "Namespace": "System.Windows.Data" + "Name": "ActivitySymbol", + "Namespace": "System.Activities.Debugger.Symbol" }, { - "Name": "ValueUnavailableException", - "Namespace": "System.Windows.Data" + "Name": "DebugSymbol", + "Namespace": "System.Activities.Debugger.Symbol" }, { - "Name": "XmlNamespaceMappingCollection", - "Namespace": "System.Windows.Data" + "Name": "WorkflowSymbol", + "Namespace": "System.Activities.Debugger.Symbol" }, { - "Name": "XmlDataProvider", - "Namespace": "System.Windows.Data" + "Name": "ActivityInfo", + "Namespace": "System.Activities.Tracking" }, { - "Name": "XmlNamespaceMapping", - "Namespace": "System.Windows.Data" + "Name": "ActivityScheduledRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "ComponentResourceKeyConverter", - "Namespace": "System.Windows.Markup" + "Name": "ActivityScheduledQuery", + "Namespace": "System.Activities.Tracking" }, { - "Name": "EventSetterHandlerConverter", - "Namespace": "System.Windows.Markup" + "Name": "ActivityStateQuery", + "Namespace": "System.Activities.Tracking" }, { - "Name": "ResourceReferenceExpressionConverter", - "Namespace": "System.Windows.Markup" + "Name": "ActivityStateRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "DependencyPropertyConverter", - "Namespace": "System.Windows.Markup" + "Name": "ActivityStates", + "Namespace": "System.Activities.Tracking" }, { - "Name": "IStyleConnector", - "Namespace": "System.Windows.Markup" + "Name": "BookmarkResumptionRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "XamlTypeMapper", - "Namespace": "System.Windows.Markup" + "Name": "BookmarkResumptionQuery", + "Namespace": "System.Activities.Tracking" }, { - "Name": "NamespaceMapEntry", - "Namespace": "System.Windows.Markup" + "Name": "CancelRequestedRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "ParserContext", - "Namespace": "System.Windows.Markup" + "Name": "CancelRequestedQuery", + "Namespace": "System.Activities.Tracking" }, { - "Name": "RoutedEventConverter", - "Namespace": "System.Windows.Markup" + "Name": "CustomTrackingQuery", + "Namespace": "System.Activities.Tracking" }, { - "Name": "SetterTriggerConditionValueConverter", - "Namespace": "System.Windows.Markup" + "Name": "CustomTrackingRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "TemplateKeyConverter", - "Namespace": "System.Windows.Markup" + "Name": "EtwTrackingParticipant", + "Namespace": "System.Activities.Tracking" }, { - "Name": "XamlDesignerSerializationManager", - "Namespace": "System.Windows.Markup" + "Name": "FaultPropagationRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "XamlInstanceCreator", - "Namespace": "System.Windows.Markup" + "Name": "FaultPropagationQuery", + "Namespace": "System.Activities.Tracking" }, { - "Name": "XamlParseException", - "Namespace": "System.Windows.Markup" + "Name": "TrackingRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "XamlReader", - "Namespace": "System.Windows.Markup" + "Name": "TrackingProfile", + "Namespace": "System.Activities.Tracking" }, { - "Name": "XamlWriter", - "Namespace": "System.Windows.Markup" + "Name": "TrackingParticipant", + "Namespace": "System.Activities.Tracking" }, { - "Name": "XamlWriterMode", - "Namespace": "System.Windows.Markup" + "Name": "TrackingQuery", + "Namespace": "System.Activities.Tracking" }, { - "Name": "XamlWriterState", - "Namespace": "System.Windows.Markup" + "Name": "ImplementationVisibility", + "Namespace": "System.Activities.Tracking" }, { - "Name": "XmlAttributeProperties", - "Namespace": "System.Windows.Markup" + "Name": "WorkflowInstanceAbortedRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "XmlnsDictionary", - "Namespace": "System.Windows.Markup" + "Name": "WorkflowInstanceRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "MarkupWriter", - "Namespace": "System.Windows.Markup.Primitives" + "Name": "WorkflowInstanceQuery", + "Namespace": "System.Activities.Tracking" }, { - "Name": "BamlLocalizabilityResolver", - "Namespace": "System.Windows.Markup.Localizer" + "Name": "WorkflowInstanceSuspendedRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "ElementLocalizability", - "Namespace": "System.Windows.Markup.Localizer" + "Name": "WorkflowInstanceTerminatedRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "BamlLocalizableResource", - "Namespace": "System.Windows.Markup.Localizer" + "Name": "WorkflowInstanceUpdatedRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "BamlLocalizableResourceKey", - "Namespace": "System.Windows.Markup.Localizer" + "Name": "WorkflowInstanceUnhandledExceptionRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "BamlLocalizationDictionaryEnumerator", - "Namespace": "System.Windows.Markup.Localizer" + "Name": "WorkflowInstanceStates", + "Namespace": "System.Activities.Tracking" }, { - "Name": "BamlLocalizationDictionary", - "Namespace": "System.Windows.Markup.Localizer" + "Name": "PersistenceParticipant", + "Namespace": "System.Activities.Persistence" }, { - "Name": "BamlLocalizer", - "Namespace": "System.Windows.Markup.Localizer" + "Name": "PersistenceIOParticipant", + "Namespace": "System.Activities.Persistence" }, { - "Name": "BamlLocalizerErrorNotifyEventHandler", - "Namespace": "System.Windows.Markup.Localizer" + "Name": "ActivatableWorkflowsQueryResult", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "BamlLocalizerError", - "Namespace": "System.Windows.Markup.Localizer" + "Name": "CreateWorkflowOwnerCommand", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "BamlLocalizerErrorNotifyEventArgs", - "Namespace": "System.Windows.Markup.Localizer" + "Name": "CreateWorkflowOwnerWithIdentityCommand", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "ButtonAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "DeleteWorkflowOwnerCommand", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "ButtonBaseAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "HasActivatableWorkflowEvent", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "CalendarAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "HasRunnableWorkflowEvent", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "CalendarButtonAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "LoadWorkflowByInstanceKeyCommand", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "CheckBoxAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "LoadWorkflowCommand", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "ComboBoxAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "QueryActivatableWorkflowsCommand", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "ContentTextAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "SaveWorkflowCommand", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "ContextMenuAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "TryLoadRunnableWorkflowCommand", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "DataGridAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "SourceExpressionException", + "Namespace": "System.Activities.ExpressionParser" }, { - "Name": "DataGridCellAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "DataGridCellItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ServiceContractImporter", + "Namespace": "System.ServiceModel.Activities.Presentation" }, { - "Name": "DataGridColumnHeaderItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ReceiveAndSendReplyFactory", + "Namespace": "System.ServiceModel.Activities.Presentation.Factories" }, { - "Name": "DataGridColumnHeaderAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "SendAndReceiveReplyFactory", + "Namespace": "System.ServiceModel.Activities.Presentation.Factories" }, { - "Name": "DataGridColumnHeadersPresenterAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "DynamicArgumentDesignerOptions", + "Namespace": "System.Activities.Presentation" }, { - "Name": "DataGridDetailsPresenterAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "DynamicArgumentDialog", + "Namespace": "System.Activities.Presentation" }, { - "Name": "DataGridItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ConnectionPointType", + "Namespace": "System.Activities.Core.Presentation" }, { - "Name": "DataGridRowAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "LocationChangedEventArgs", + "Namespace": "System.Activities.Core.Presentation" }, { - "Name": "DataGridRowHeaderAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "DesignerMetadata", + "Namespace": "System.Activities.Core.Presentation" }, { - "Name": "DatePickerAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "FlowchartDesignerCommands", + "Namespace": "System.Activities.Core.Presentation" }, { - "Name": "DateTimeAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "GenericTypeArgumentConverter", + "Namespace": "System.Activities.Core.Presentation" }, { - "Name": "DocumentAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "FinalState", + "Namespace": "System.Activities.Core.Presentation" }, { - "Name": "DocumentPageViewAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ForEachWithBodyFactory`1", + "Namespace": "System.Activities.Core.Presentation.Factories" }, { - "Name": "DocumentViewerAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ParallelForEachWithBodyFactory`1", + "Namespace": "System.Activities.Core.Presentation.Factories" }, { - "Name": "DocumentViewerBaseAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "PickWithTwoBranchesFactory", + "Namespace": "System.Activities.Core.Presentation.Factories" }, { - "Name": "ExpanderAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "StateMachineWithInitialStateFactory", + "Namespace": "System.Activities.Core.Presentation.Factories" }, { - "Name": "FixedPageAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "DesignerStylesDictionary", + "Namespace": "System.Activities.Core.Presentation.Themes" }, { - "Name": "FlowDocumentPageViewerAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "InstanceLockedExceptionAction", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "FlowDocumentReaderAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "InstanceCompletionAction", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "FlowDocumentScrollViewerAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "InstanceEncodingOption", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "FrameAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "SqlWorkflowInstanceStore", + "Namespace": "System.Activities.DurableInstancing" }, { - "Name": "FrameworkContentElementAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "FrameworkElementAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "WorkflowDesignerIcons", + "Namespace": "System.Activities.Presentation" }, { - "Name": "GridSplitterAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ArgumentAccessor", + "Namespace": "System.Activities.Presentation" }, { - "Name": "GridViewAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "DesignerConfigurationService", + "Namespace": "System.Activities.Presentation" }, { - "Name": "GridViewColumnHeaderAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IMultipleDragEnabledCompositeView", + "Namespace": "System.Activities.Presentation" }, { - "Name": "GridViewHeaderRowPresenterAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ContextItem", + "Namespace": "System.Activities.Presentation" }, { - "Name": "GridViewCellAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ContextItemManager", + "Namespace": "System.Activities.Presentation" }, { - "Name": "GridViewItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "EditingContext", + "Namespace": "System.Activities.Presentation" }, { - "Name": "GroupBoxAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "PublishServiceCallback", + "Namespace": "System.Activities.Presentation" }, { - "Name": "GroupItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "PublishServiceCallback`1", + "Namespace": "System.Activities.Presentation" }, { - "Name": "HyperlinkAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ServiceManager", + "Namespace": "System.Activities.Presentation" }, { - "Name": "ImageAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "SubscribeContextCallback", + "Namespace": "System.Activities.Presentation" }, { - "Name": "InkCanvasAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "SubscribeContextCallback`1", + "Namespace": "System.Activities.Presentation" }, { - "Name": "InkPresenterAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "SubscribeServiceCallback", + "Namespace": "System.Activities.Presentation" }, { - "Name": "ItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "SubscribeServiceCallback`1", + "Namespace": "System.Activities.Presentation" }, { - "Name": "ItemsControlAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "DefaultTypeArgumentAttribute", + "Namespace": "System.Activities.Presentation" }, { - "Name": "IViewAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ObjectReferenceService", + "Namespace": "System.Activities.Presentation" }, { - "Name": "LabelAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "SourceLocationUpdatedEventArgs", + "Namespace": "System.Activities.Presentation" }, { - "Name": "ListBoxAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IWorkflowDesignerStorageService", + "Namespace": "System.Activities.Presentation" }, { - "Name": "ListBoxItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IIntegratedHelpService", + "Namespace": "System.Activities.Presentation" }, { - "Name": "ListBoxItemWrapperAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "CachedResourceDictionaryExtension", + "Namespace": "System.Activities.Presentation" }, { - "Name": "ListViewAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ClipboardData", + "Namespace": "System.Activities.Presentation" }, { - "Name": "MediaElementAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "CutCopyPasteHelper", + "Namespace": "System.Activities.Presentation" }, { - "Name": "MenuAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ActivityDesigner", + "Namespace": "System.Activities.Presentation" }, { - "Name": "MenuItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ICompositeViewEvents", + "Namespace": "System.Activities.Presentation" }, { - "Name": "NavigationWindowAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IActivityToolboxService", + "Namespace": "System.Activities.Presentation" }, { - "Name": "PasswordBoxAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IXamlLoadErrorService", + "Namespace": "System.Activities.Presentation" }, { - "Name": "ProgressBarAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IActivityTemplateFactory", + "Namespace": "System.Activities.Presentation" }, { - "Name": "RadioButtonAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IActivityTemplateFactory`1", + "Namespace": "System.Activities.Presentation" }, { - "Name": "RangeBaseAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "TypeResolvingOptionsAttribute", + "Namespace": "System.Activities.Presentation" }, { - "Name": "RepeatButtonAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "UndoUnit", + "Namespace": "System.Activities.Presentation" }, { - "Name": "RichTextBoxAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "UndoUnitEventArgs", + "Namespace": "System.Activities.Presentation" }, { - "Name": "ScrollBarAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IModalService", + "Namespace": "System.Activities.Presentation" }, { - "Name": "ScrollViewerAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "WorkflowDesignerColors", + "Namespace": "System.Activities.Presentation" }, { - "Name": "SelectorAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ActivityDesignerOptionsAttribute", + "Namespace": "System.Activities.Presentation" }, { - "Name": "SelectorItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "WorkflowElementDialog", + "Namespace": "System.Activities.Presentation" }, { - "Name": "SeparatorAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "WorkflowFileItem", + "Namespace": "System.Activities.Presentation" }, { - "Name": "SliderAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "WorkflowItemsPresenter", + "Namespace": "System.Activities.Presentation" }, { - "Name": "StatusBarAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "DragDropHelper", + "Namespace": "System.Activities.Presentation" }, { - "Name": "StatusBarItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "WorkflowViewElement", + "Namespace": "System.Activities.Presentation" }, { - "Name": "TabControlAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "WorkflowDesigner", + "Namespace": "System.Activities.Presentation" }, { - "Name": "TabItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "WorkflowItemPresenter", + "Namespace": "System.Activities.Presentation" }, { - "Name": "TabItemWrapperAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ICompositeView", + "Namespace": "System.Activities.Presentation" }, { - "Name": "TableAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "UndoEngine", + "Namespace": "System.Activities.Presentation" }, { - "Name": "TableCellAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "XamlLoadErrorInfo", + "Namespace": "System.Activities.Presentation" }, { - "Name": "TextAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "DebuggerService", + "Namespace": "System.Activities.Presentation.Debug" }, { - "Name": "TextBlockAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IDesignerDebugView", + "Namespace": "System.Activities.Presentation.Debug" }, { - "Name": "TextBoxAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "BreakpointTypes", + "Namespace": "System.Activities.Presentation.Debug" }, { - "Name": "ThumbAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IVSSqmService", + "Namespace": "System.Activities.Presentation.Sqm" }, { - "Name": "TextElementAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ViewStateData", + "Namespace": "System.Activities.Presentation.ViewState" }, { - "Name": "ToggleButtonAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ViewStateManager", + "Namespace": "System.Activities.Presentation.ViewState" }, { - "Name": "ToolBarAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "WorkflowViewState", + "Namespace": "System.Activities.Presentation.ViewState" }, { - "Name": "ToolTipAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ActivityTemplateFactory`1", + "Namespace": "System.Activities.Presentation.Toolbox" }, { - "Name": "TreeViewAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ActivityTemplateFactory", + "Namespace": "System.Activities.Presentation.Toolbox" }, { - "Name": "TreeViewDataItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ActivityTemplateFactoryBuilder", + "Namespace": "System.Activities.Presentation.Toolbox" }, { - "Name": "TreeViewItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ToolboxCategory", + "Namespace": "System.Activities.Presentation.Toolbox" }, { - "Name": "UserControlAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ToolboxCategoryItems", + "Namespace": "System.Activities.Presentation.Toolbox" }, { - "Name": "Viewport3DAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ToolboxControl", + "Namespace": "System.Activities.Presentation.Toolbox" }, { - "Name": "WindowAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ToolboxItemWrapper", + "Namespace": "System.Activities.Presentation.Toolbox" }, { - "Name": "JournalOwnership", - "Namespace": "System.Windows.Navigation" + "Name": "ToolCreatedEventArgs", + "Namespace": "System.Activities.Presentation.Toolbox" }, { - "Name": "NavigationUIVisibility", - "Namespace": "System.Windows.Navigation" + "Name": "ToolCreatedEventHandler", + "Namespace": "System.Activities.Presentation.Toolbox" }, { - "Name": "FragmentNavigationEventArgs", - "Namespace": "System.Windows.Navigation" + "Name": "CategoryEditor", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "CustomContentState", - "Namespace": "System.Windows.Navigation" + "Name": "CategoryEntry", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "IProvideCustomContentState", - "Namespace": "System.Windows.Navigation" + "Name": "DependencyPropertyValueSource", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "JournalEntry", - "Namespace": "System.Windows.Navigation" + "Name": "DialogPropertyValueEditor", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "JournalEntryListConverter", - "Namespace": "System.Windows.Navigation" + "Name": "EditModeSwitchButton", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "JournalEntryPosition", - "Namespace": "System.Windows.Navigation" + "Name": "EditorReuseAttribute", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "JournalEntryUnifiedViewConverter", - "Namespace": "System.Windows.Navigation" + "Name": "ExtendedPropertyValueEditor", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "NavigatingCancelEventArgs", - "Namespace": "System.Windows.Navigation" + "Name": "IPropertyFilterTarget", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "NavigationEventArgs", - "Namespace": "System.Windows.Navigation" + "Name": "PropertyContainerEditMode", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "NavigationFailedEventArgs", - "Namespace": "System.Windows.Navigation" + "Name": "PropertyEntry", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "NavigationMode", - "Namespace": "System.Windows.Navigation" + "Name": "PropertyEntryCollection", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "NavigationProgressEventArgs", - "Namespace": "System.Windows.Navigation" + "Name": "PropertyFilter", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "NavigationService", - "Namespace": "System.Windows.Navigation" + "Name": "PropertyFilterAppliedEventArgs", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "NavigatingCancelEventHandler", - "Namespace": "System.Windows.Navigation" + "Name": "PropertyFilterPredicate", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "NavigationProgressEventHandler", - "Namespace": "System.Windows.Navigation" + "Name": "PropertyValue", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "NavigationFailedEventHandler", - "Namespace": "System.Windows.Navigation" + "Name": "PropertyValueCollection", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "NavigatedEventHandler", - "Namespace": "System.Windows.Navigation" + "Name": "PropertyValueEditor", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "LoadCompletedEventHandler", - "Namespace": "System.Windows.Navigation" + "Name": "PropertyValueEditorCommands", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "NavigationStoppedEventHandler", - "Namespace": "System.Windows.Navigation" + "Name": "PropertyValueExceptionEventArgs", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "FragmentNavigationEventHandler", - "Namespace": "System.Windows.Navigation" + "Name": "PropertyValueExceptionSource", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "NavigationWindow", - "Namespace": "System.Windows.Navigation" + "Name": "PropertyValueSource", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "PageFunctionBase", - "Namespace": "System.Windows.Navigation" + "Name": "EditorOptionAttribute", + "Namespace": "System.Activities.Presentation.PropertyEditing" }, { - "Name": "ReturnEventHandler`1", - "Namespace": "System.Windows.Navigation" + "Name": "MultiTargetingSupportService", + "Namespace": "System.Activities.Presentation.Hosting" }, { - "Name": "PageFunction`1", - "Namespace": "System.Windows.Navigation" + "Name": "IDocumentPersistenceService", + "Namespace": "System.Activities.Presentation.Hosting" }, { - "Name": "RequestNavigateEventArgs", - "Namespace": "System.Windows.Navigation" + "Name": "IMultiTargetingSupportService", + "Namespace": "System.Activities.Presentation.Hosting" }, { - "Name": "RequestNavigateEventHandler", - "Namespace": "System.Windows.Navigation" + "Name": "WorkflowCommandExtensionItem", + "Namespace": "System.Activities.Presentation.Hosting" }, { - "Name": "ReturnEventArgs`1", - "Namespace": "System.Windows.Navigation" + "Name": "CommandInfo", + "Namespace": "System.Activities.Presentation.Hosting" }, { - "Name": "Adorner", - "Namespace": "System.Windows.Documents" + "Name": "IWorkflowCommandExtensionCallback", + "Namespace": "System.Activities.Presentation.Hosting" }, { - "Name": "AdornerDecorator", - "Namespace": "System.Windows.Documents" + "Name": "ICommandService", + "Namespace": "System.Activities.Presentation.Hosting" }, { - "Name": "AdornerLayer", - "Namespace": "System.Windows.Documents" + "Name": "CommandValues", + "Namespace": "System.Activities.Presentation.Hosting" }, { - "Name": "AnchoredBlock", - "Namespace": "System.Windows.Documents" + "Name": "ReadOnlyState", + "Namespace": "System.Activities.Presentation.Hosting" }, { - "Name": "Block", - "Namespace": "System.Windows.Documents" + "Name": "AssemblyContextControlItem", + "Namespace": "System.Activities.Presentation.Hosting" }, { - "Name": "BlockCollection", - "Namespace": "System.Windows.Documents" + "Name": "ImportedNamespaceContextItem", + "Namespace": "System.Activities.Presentation.Hosting" }, { - "Name": "BlockUIContainer", - "Namespace": "System.Windows.Documents" + "Name": "WindowMessage", + "Namespace": "System.Activities.Presentation.Hosting" }, { - "Name": "Bold", - "Namespace": "System.Windows.Documents" + "Name": "WindowHelperService", + "Namespace": "System.Activities.Presentation.Hosting" }, { - "Name": "DocumentReference", - "Namespace": "System.Windows.Documents" + "Name": "ObjectToModelValueConverter", + "Namespace": "System.Activities.Presentation.Converters" }, { - "Name": "DocumentReferenceCollection", - "Namespace": "System.Windows.Documents" + "Name": "ArgumentToExpressionModelItemConverter", + "Namespace": "System.Activities.Presentation.Converters" }, { - "Name": "FixedDocumentSequence", - "Namespace": "System.Windows.Documents" + "Name": "ModelToObjectValueConverter", + "Namespace": "System.Activities.Presentation.Converters" }, { - "Name": "EditingCommands", - "Namespace": "System.Windows.Documents" + "Name": "ArgumentToExpressionConverter", + "Namespace": "System.Activities.Presentation.Converters" }, { - "Name": "Figure", - "Namespace": "System.Windows.Documents" + "Name": "ModelPropertyEntryToModelItemConverter", + "Namespace": "System.Activities.Presentation.Converters" }, { - "Name": "FixedDocument", - "Namespace": "System.Windows.Documents" + "Name": "ModelPropertyEntryToOwnerActivityConverter", + "Namespace": "System.Activities.Presentation.Converters" }, { - "Name": "FixedPage", - "Namespace": "System.Windows.Documents" + "Name": "CreateExpressionFromStringCallback", + "Namespace": "System.Activities.Presentation.Expressions" }, { - "Name": "Floater", - "Namespace": "System.Windows.Documents" + "Name": "TextualExpressionEditor", + "Namespace": "System.Activities.Presentation.Expressions" }, { - "Name": "FlowDocument", - "Namespace": "System.Windows.Documents" + "Name": "ExpressionMorphHelper", + "Namespace": "System.Activities.Presentation.Expressions" }, { - "Name": "FrameworkRichTextComposition", - "Namespace": "System.Windows.Documents" + "Name": "ExpressionMorphHelperAttribute", + "Namespace": "System.Activities.Presentation.Expressions" }, { - "Name": "FrameworkTextComposition", - "Namespace": "System.Windows.Documents" + "Name": "ExpressionActivityEditor", + "Namespace": "System.Activities.Presentation.Expressions" }, { - "Name": "Glyphs", - "Namespace": "System.Windows.Documents" + "Name": "Annotation", + "Namespace": "System.Activities.Presentation.Annotations" }, { - "Name": "Hyperlink", - "Namespace": "System.Windows.Documents" + "Name": "ActivityArgumentHelper", + "Namespace": "System.Activities.Presentation.Metadata" }, { - "Name": "Inline", - "Namespace": "System.Windows.Documents" + "Name": "AttributeCallback", + "Namespace": "System.Activities.Presentation.Metadata" }, { - "Name": "InlineCollection", - "Namespace": "System.Windows.Documents" + "Name": "AttributeCallbackBuilder", + "Namespace": "System.Activities.Presentation.Metadata" }, { - "Name": "InlineUIContainer", - "Namespace": "System.Windows.Documents" + "Name": "AttributeTable", + "Namespace": "System.Activities.Presentation.Metadata" }, { - "Name": "Italic", - "Namespace": "System.Windows.Documents" + "Name": "AttributeTableBuilder", + "Namespace": "System.Activities.Presentation.Metadata" }, { - "Name": "LineBreak", - "Namespace": "System.Windows.Documents" + "Name": "AttributeTableValidationException", + "Namespace": "System.Activities.Presentation.Metadata" }, { - "Name": "LinkTarget", - "Namespace": "System.Windows.Documents" + "Name": "IRegisterMetadata", + "Namespace": "System.Activities.Presentation.Metadata" }, { - "Name": "LinkTargetCollection", - "Namespace": "System.Windows.Documents" + "Name": "MetadataStore", + "Namespace": "System.Activities.Presentation.Metadata" }, { - "Name": "List", - "Namespace": "System.Windows.Documents" + "Name": "ExpressionTextBox", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "ListItem", - "Namespace": "System.Windows.Documents" + "Name": "ViewCreatedEventArgs", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "ListItemCollection", - "Namespace": "System.Windows.Documents" + "Name": "EditingState", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "LogicalDirection", - "Namespace": "System.Windows.Documents" + "Name": "PropertyKind", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "PageContent", - "Namespace": "System.Windows.Documents" + "Name": "IExpressionEditorInstance", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "GetPageRootCompletedEventArgs", - "Namespace": "System.Windows.Documents" + "Name": "IExpressionEditorService", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "GetPageRootCompletedEventHandler", - "Namespace": "System.Windows.Documents" + "Name": "Selection", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "PageContentCollection", - "Namespace": "System.Windows.Documents" + "Name": "TypeResolvingOptions", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "Paragraph", - "Namespace": "System.Windows.Documents" + "Name": "DesignerView", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "Run", - "Namespace": "System.Windows.Documents" + "Name": "ShellBarItemVisibility", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "Section", - "Namespace": "System.Windows.Documents" + "Name": "ShellHeaderItemsVisibility", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "Span", - "Namespace": "System.Windows.Documents" + "Name": "CommandMenuMode", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "Table", - "Namespace": "System.Windows.Documents" + "Name": "TypePresenter", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "TableCell", - "Namespace": "System.Windows.Documents" + "Name": "TypeWrapper", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "TableCellCollection", - "Namespace": "System.Windows.Documents" + "Name": "ViewStateChangedEventArgs", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "TableColumn", - "Namespace": "System.Windows.Documents" + "Name": "ViewStateChangedEventHandler", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "TableColumnCollection", - "Namespace": "System.Windows.Documents" + "Name": "ViewStateService", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "TableRow", - "Namespace": "System.Windows.Documents" + "Name": "VirtualizedContainerService", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "TableRowCollection", - "Namespace": "System.Windows.Documents" + "Name": "WorkflowViewStateService", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "TableRowGroup", - "Namespace": "System.Windows.Documents" + "Name": "WorkflowViewService", + "Namespace": "System.Activities.Presentation.View" }, { - "Name": "TableRowGroupCollection", - "Namespace": "System.Windows.Documents" + "Name": "ShowPropertyInOutlineViewAttribute", + "Namespace": "System.Activities.Presentation.View.OutlineView" }, { - "Name": "TextEffectResolver", - "Namespace": "System.Windows.Documents" + "Name": "HidePropertyInOutlineViewAttribute", + "Namespace": "System.Activities.Presentation.View.OutlineView" }, { - "Name": "TextEffectTarget", - "Namespace": "System.Windows.Documents" + "Name": "ShowPropertyInOutlineViewAsSiblingAttribute", + "Namespace": "System.Activities.Presentation.View.OutlineView" }, { - "Name": "TextElement", - "Namespace": "System.Windows.Documents" + "Name": "ShowInOutlineViewAttribute", + "Namespace": "System.Activities.Presentation.View.OutlineView" }, { - "Name": "TextElementCollection`1", - "Namespace": "System.Windows.Documents" + "Name": "ValidationState", + "Namespace": "System.Activities.Presentation.Validation" }, { - "Name": "TextElementEditingBehaviorAttribute", - "Namespace": "System.Windows.Documents" + "Name": "IValidationErrorService", + "Namespace": "System.Activities.Presentation.Validation" }, { - "Name": "TextPointer", - "Namespace": "System.Windows.Documents" + "Name": "ValidationErrorInfo", + "Namespace": "System.Activities.Presentation.Validation" }, { - "Name": "TextPointerContext", - "Namespace": "System.Windows.Documents" + "Name": "ValidationService", + "Namespace": "System.Activities.Presentation.Validation" }, { - "Name": "TextRange", - "Namespace": "System.Windows.Documents" + "Name": "CreateOptions", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "TextSelection", - "Namespace": "System.Windows.Documents" + "Name": "ModelEditingScope", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "Typography", - "Namespace": "System.Windows.Documents" + "Name": "ModelFactory", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "Underline", - "Namespace": "System.Windows.Documents" + "Name": "ModelItem", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "ZoomPercentageConverter", - "Namespace": "System.Windows.Documents" + "Name": "ModelItemCollection", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "SerializerProvider", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "ModelItemDictionary", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "SerializerDescriptor", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "ModelMemberCollection`2", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "SerializerWriter", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "ModelProperty", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "WritingProgressChangeLevel", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "ModelPropertyCollection", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "WritingPrintTicketRequiredEventArgs", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "AttachedPropertyInfo", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "WritingCompletedEventArgs", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "AttachedPropertyInfo`1", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "WritingProgressChangedEventArgs", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "PropertyValueMorphHelper", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "WritingCancelledEventArgs", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "MorphHelper", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "WritingPrintTicketRequiredEventHandler", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "Change", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "WritingProgressChangedEventHandler", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "EditingScope", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "WritingCompletedEventHandler", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "EditingScopeEventArgs", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "WritingCancelledEventHandler", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "ModelItemExtensions", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "SerializerWriterCollator", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "AttachedPropertiesService", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "ISerializerFactory", - "Namespace": "System.Windows.Documents.Serialization" + "Name": "AttachedProperty", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "BlockElement", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "AttachedProperty`1", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "StoryBreak", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "TextImage", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "NamedElement", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "ModelTreeManager", + "Namespace": "System.Activities.Presentation.Model" }, { - "Name": "SemanticBasicElement", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "ModelChangeInfo", + "Namespace": "System.Activities.Presentation.Services" }, { - "Name": "SectionStructure", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "ModelChangeType", + "Namespace": "System.Activities.Presentation.Services" }, { - "Name": "ParagraphStructure", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "ModelChangedEventArgs", + "Namespace": "System.Activities.Presentation.Services" }, { - "Name": "FigureStructure", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "ViewService", + "Namespace": "System.Activities.Presentation.Services" }, { - "Name": "ListStructure", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "ModelSearchService", + "Namespace": "System.Activities.Presentation.Services" }, { - "Name": "ListItemStructure", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "ModelService", + "Namespace": "System.Activities.Presentation.Services" }, { - "Name": "TableStructure", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "AddInAttribute", + "Namespace": "System.AddIn" }, { - "Name": "TableRowGroupStructure", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "HostAdapterAttribute", + "Namespace": "System.AddIn.Pipeline" }, { - "Name": "TableRowStructure", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "AddInAdapterAttribute", + "Namespace": "System.AddIn.Pipeline" }, { - "Name": "TableCellStructure", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "AddInBaseAttribute", + "Namespace": "System.AddIn.Pipeline" }, { - "Name": "StoryFragments", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "CollectionAdapters", + "Namespace": "System.AddIn.Pipeline" }, { - "Name": "StoryFragment", - "Namespace": "System.Windows.Documents.DocumentStructures" + "Name": "ContractAdapter", + "Namespace": "System.AddIn.Pipeline" }, { - "Name": "StickyNoteControl", - "Namespace": "System.Windows.Controls" + "Name": "ContractBase", + "Namespace": "System.AddIn.Pipeline" }, { - "Name": "ControlTemplate", - "Namespace": "System.Windows.Controls" + "Name": "ContractHandle", + "Namespace": "System.AddIn.Pipeline" }, { - "Name": "AccessText", - "Namespace": "System.Windows.Controls" + "Name": "AddInSegmentDirectoryNotFoundException", + "Namespace": "System.AddIn.Hosting" }, { - "Name": "AddingNewItemEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "AddInSegmentType", + "Namespace": "System.AddIn.Hosting" }, { - "Name": "AdornedElementPlaceholder", - "Namespace": "System.Windows.Controls" + "Name": "AddInController", + "Namespace": "System.AddIn.Hosting" }, { - "Name": "AlternationConverter", - "Namespace": "System.Windows.Controls" + "Name": "AddInEnvironment", + "Namespace": "System.AddIn.Hosting" }, { - "Name": "BooleanToVisibilityConverter", - "Namespace": "System.Windows.Controls" + "Name": "Platform", + "Namespace": "System.AddIn.Hosting" }, { - "Name": "Border", - "Namespace": "System.Windows.Controls" + "Name": "AddInProcess", + "Namespace": "System.AddIn.Hosting" }, { - "Name": "BorderGapMaskConverter", - "Namespace": "System.Windows.Controls" + "Name": "QualificationDataItem", + "Namespace": "System.AddIn.Hosting" }, { - "Name": "Button", - "Namespace": "System.Windows.Controls" + "Name": "AddInSecurityLevel", + "Namespace": "System.AddIn.Hosting" }, { - "Name": "Calendar", - "Namespace": "System.Windows.Controls" + "Name": "AddInStore", + "Namespace": "System.AddIn.Hosting" }, { - "Name": "CalendarBlackoutDatesCollection", - "Namespace": "System.Windows.Controls" + "Name": "AddInToken", + "Namespace": "System.AddIn.Hosting" }, { - "Name": "CalendarDateChangedEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "InvalidPipelineStoreException", + "Namespace": "System.AddIn.Hosting" }, { - "Name": "CalendarDateRange", - "Namespace": "System.Windows.Controls" + "Name": "PipelineStoreLocation", + "Namespace": "System.AddIn.Hosting" }, { - "Name": "CalendarMode", - "Namespace": "System.Windows.Controls" + "Name": "AddInContractAttribute", + "Namespace": "System.AddIn.Pipeline" }, { - "Name": "CalendarModeChangedEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "QualificationDataAttribute", + "Namespace": "System.AddIn.Pipeline" }, { - "Name": "CalendarSelectionMode", - "Namespace": "System.Windows.Controls" + "Name": "IContract", + "Namespace": "System.AddIn.Contract" }, { - "Name": "Canvas", - "Namespace": "System.Windows.Controls" + "Name": "IExecutorExtensionContract", + "Namespace": "System.AddIn.Contract" }, { - "Name": "CharacterCasing", - "Namespace": "System.Windows.Controls" + "Name": "ISerializableObjectContract", + "Namespace": "System.AddIn.Contract" }, { - "Name": "CheckBox", - "Namespace": "System.Windows.Controls" + "Name": "RemoteArgumentKind", + "Namespace": "System.AddIn.Contract" }, { - "Name": "CleanUpVirtualizedItemEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "RemoteArgument", + "Namespace": "System.AddIn.Contract" }, { - "Name": "CleanUpVirtualizedItemEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "IServiceProviderContract", + "Namespace": "System.AddIn.Contract" }, { - "Name": "ClickMode", - "Namespace": "System.Windows.Controls" + "Name": "IProfferServiceContract", + "Namespace": "System.AddIn.Contract" }, { - "Name": "ComboBox", - "Namespace": "System.Windows.Controls" + "Name": "IListContract`1", + "Namespace": "System.AddIn.Contract" }, { - "Name": "ComboBoxItem", - "Namespace": "System.Windows.Controls" + "Name": "IEnumeratorContract`1", + "Namespace": "System.AddIn.Contract" }, { - "Name": "ContentControl", - "Namespace": "System.Windows.Controls" + "Name": "INativeHandleContract", + "Namespace": "System.AddIn.Contract" }, { - "Name": "ContentPresenter", - "Namespace": "System.Windows.Controls" + "Name": "SerializableObjectData", + "Namespace": "System.AddIn.Contract" }, { - "Name": "ContextMenu", - "Namespace": "System.Windows.Controls" + "Name": "IRemoteObjectContract", + "Namespace": "System.AddIn.Contract.Automation" }, { - "Name": "ContextMenuService", - "Namespace": "System.Windows.Controls" + "Name": "IRemoteTypeContract", + "Namespace": "System.AddIn.Contract.Automation" }, { - "Name": "ContextMenuEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "IRemoteEventInfoContract", + "Namespace": "System.AddIn.Contract.Automation" }, { - "Name": "ContextMenuEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "IRemoteFieldInfoContract", + "Namespace": "System.AddIn.Contract.Automation" }, { - "Name": "Control", - "Namespace": "System.Windows.Controls" + "Name": "IRemoteMethodInfoContract", + "Namespace": "System.AddIn.Contract.Automation" }, { - "Name": "DataErrorValidationRule", - "Namespace": "System.Windows.Controls" + "Name": "IRemotePropertyInfoContract", + "Namespace": "System.AddIn.Contract.Automation" }, { - "Name": "DataGrid", - "Namespace": "System.Windows.Controls" + "Name": "IRemoteDelegateContract", + "Namespace": "System.AddIn.Contract.Automation" }, { - "Name": "DataGridAutoGeneratingColumnEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "RemoteMemberData", + "Namespace": "System.AddIn.Contract.Automation" }, { - "Name": "DataGridBeginningEditEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "RemoteTypeData", + "Namespace": "System.AddIn.Contract.Automation" }, { - "Name": "DataGridBoundColumn", - "Namespace": "System.Windows.Controls" + "Name": "RemoteMethodData", + "Namespace": "System.AddIn.Contract.Automation" }, { - "Name": "DataGridCell", - "Namespace": "System.Windows.Controls" + "Name": "RemotePropertyData", + "Namespace": "System.AddIn.Contract.Automation" }, { - "Name": "DataGridCellClipboardEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "RemoteFieldData", + "Namespace": "System.AddIn.Contract.Automation" }, { - "Name": "DataGridCellEditEndingEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "RemoteParameterData", + "Namespace": "System.AddIn.Contract.Automation" }, { - "Name": "DataGridCellInfo", - "Namespace": "System.Windows.Controls" + "Name": "IRemoteArgumentEnumerableContract", + "Namespace": "System.AddIn.Contract.Collections" }, { - "Name": "DataGridCellsPanel", - "Namespace": "System.Windows.Controls" + "Name": "IRemoteArgumentCollectionContract", + "Namespace": "System.AddIn.Contract.Collections" }, { - "Name": "DataGridCheckBoxColumn", - "Namespace": "System.Windows.Controls" + "Name": "IRemoteArgumentEnumeratorContract", + "Namespace": "System.AddIn.Contract.Collections" }, { - "Name": "DataGridClipboardCellContent", - "Namespace": "System.Windows.Controls" + "Name": "IRemoteArgumentArrayContract", + "Namespace": "System.AddIn.Contract.Collections" }, { - "Name": "DataGridClipboardCopyMode", - "Namespace": "System.Windows.Controls" + "Name": "IRemoteArgumentArrayListContract", + "Namespace": "System.AddIn.Contract.Collections" }, { - "Name": "DataGridColumn", - "Namespace": "System.Windows.Controls" + "Name": "IRemoteArgumentDictionaryContract", + "Namespace": "System.AddIn.Contract.Collections" }, { - "Name": "DataGridColumnEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "IRemoteArgumentDictionaryEnumeratorContract", + "Namespace": "System.AddIn.Contract.Collections" }, { - "Name": "DataGridColumnReorderingEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "IEnumerableContract`1", + "Namespace": "System.AddIn.Contract.Collections" }, { - "Name": "DataGridComboBoxColumn", - "Namespace": "System.Windows.Controls" + "Name": "ICollectionContract`1", + "Namespace": "System.AddIn.Contract.Collections" }, { - "Name": "DataGridEditAction", - "Namespace": "System.Windows.Controls" + "Name": "IEnumeratorContract`1", + "Namespace": "System.AddIn.Contract.Collections" }, { - "Name": "DataGridEditingUnit", - "Namespace": "System.Windows.Controls" + "Name": "IArrayContract`1", + "Namespace": "System.AddIn.Contract.Collections" }, { - "Name": "DataGridGridLinesVisibility", - "Namespace": "System.Windows.Controls" + "Name": "IListContract`1", + "Namespace": "System.AddIn.Contract.Collections" }, { - "Name": "DataGridHeadersVisibility", - "Namespace": "System.Windows.Controls" + "Name": "RemoteArgumentDictionaryEntry", + "Namespace": "System.AddIn.Contract.Collections" }, { - "Name": "DataGridHyperlinkColumn", - "Namespace": "System.Windows.Controls" + "Name": "Lazy`2", + "Namespace": "System" }, { - "Name": "DataGridLength", - "Namespace": "System.Windows.Controls" + "Name": "AttributedModelServices", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridLengthConverter", - "Namespace": "System.Windows.Controls" + "Name": "CatalogReflectionContextAttribute", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridLengthUnitType", - "Namespace": "System.Windows.Controls" + "Name": "CompositionContractMismatchException", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridPreparingCellForEditEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "CompositionError", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridRow", - "Namespace": "System.Windows.Controls" + "Name": "InheritedExportAttribute", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridRowClipboardEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "ImportCardinalityMismatchException", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridRowDetailsEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "ImportManyAttribute", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridRowDetailsVisibilityMode", - "Namespace": "System.Windows.Controls" + "Name": "ExportFactory`1", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridRowEditEndingEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "ExportFactory`2", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridRowEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "ExportLifetimeContext`1", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridSelectionMode", - "Namespace": "System.Windows.Controls" + "Name": "ImportingConstructorAttribute", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridSelectionUnit", - "Namespace": "System.Windows.Controls" + "Name": "IPartImportsSatisfiedNotification", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridSortingEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "MetadataViewImplementationAttribute", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridSortingEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "PartCreationPolicyAttribute", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridTemplateColumn", - "Namespace": "System.Windows.Controls" + "Name": "PartMetadataAttribute", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataGridTextColumn", - "Namespace": "System.Windows.Controls" + "Name": "PartNotDiscoverableAttribute", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DataTemplateSelector", - "Namespace": "System.Windows.Controls" + "Name": "ChangeRejectedException", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DatePicker", - "Namespace": "System.Windows.Controls" + "Name": "CompositionException", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DatePickerDateValidationErrorEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "CreationPolicy", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DatePickerFormat", - "Namespace": "System.Windows.Controls" + "Name": "ExportAttribute", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "Decorator", - "Namespace": "System.Windows.Controls" + "Name": "ExportMetadataAttribute", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DefinitionBase", - "Namespace": "System.Windows.Controls" + "Name": "ICompositionService", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "Dock", - "Namespace": "System.Windows.Controls" + "Name": "ImportAttribute", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DockPanel", - "Namespace": "System.Windows.Controls" + "Name": "ImportSource", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "DocumentViewer", - "Namespace": "System.Windows.Controls" + "Name": "MetadataAttributeAttribute", + "Namespace": "System.ComponentModel.Composition" }, { - "Name": "ExceptionValidationRule", - "Namespace": "System.Windows.Controls" + "Name": "LazyMemberInfo", + "Namespace": "System.ComponentModel.Composition.ReflectionModel" }, { - "Name": "ExpandDirection", - "Namespace": "System.Windows.Controls" + "Name": "ReflectionModelServices", + "Namespace": "System.ComponentModel.Composition.ReflectionModel" }, { - "Name": "Expander", - "Namespace": "System.Windows.Controls" + "Name": "ComposablePart", + "Namespace": "System.ComponentModel.Composition.Primitives" }, { - "Name": "FlowDocumentReader", - "Namespace": "System.Windows.Controls" + "Name": "ComposablePartCatalog", + "Namespace": "System.ComponentModel.Composition.Primitives" }, { - "Name": "FlowDocumentReaderViewingMode", - "Namespace": "System.Windows.Controls" + "Name": "ComposablePartDefinition", + "Namespace": "System.ComponentModel.Composition.Primitives" }, { - "Name": "FlowDocumentScrollViewer", - "Namespace": "System.Windows.Controls" + "Name": "ComposablePartException", + "Namespace": "System.ComponentModel.Composition.Primitives" }, { - "Name": "Frame", - "Namespace": "System.Windows.Controls" + "Name": "ContractBasedImportDefinition", + "Namespace": "System.ComponentModel.Composition.Primitives" }, { - "Name": "Grid", - "Namespace": "System.Windows.Controls" + "Name": "Export", + "Namespace": "System.ComponentModel.Composition.Primitives" }, { - "Name": "GridView", - "Namespace": "System.Windows.Controls" + "Name": "ExportDefinition", + "Namespace": "System.ComponentModel.Composition.Primitives" }, { - "Name": "GridViewColumn", - "Namespace": "System.Windows.Controls" + "Name": "ExportedDelegate", + "Namespace": "System.ComponentModel.Composition.Primitives" }, { - "Name": "GridViewColumnCollection", - "Namespace": "System.Windows.Controls" + "Name": "ICompositionElement", + "Namespace": "System.ComponentModel.Composition.Primitives" }, { - "Name": "GridViewColumnHeaderRole", - "Namespace": "System.Windows.Controls" + "Name": "ImportCardinality", + "Namespace": "System.ComponentModel.Composition.Primitives" }, { - "Name": "GridViewColumnHeader", - "Namespace": "System.Windows.Controls" + "Name": "ImportDefinition", + "Namespace": "System.ComponentModel.Composition.Primitives" }, { - "Name": "GridViewHeaderRowPresenter", - "Namespace": "System.Windows.Controls" + "Name": "CatalogExportProvider", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "GridViewRowPresenter", - "Namespace": "System.Windows.Controls" + "Name": "CompositionContainer", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "GridResizeDirection", - "Namespace": "System.Windows.Controls" + "Name": "FilteredCatalog", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "GridResizeBehavior", - "Namespace": "System.Windows.Controls" + "Name": "ScopingExtensions", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "GridSplitter", - "Namespace": "System.Windows.Controls" + "Name": "AtomicComposition", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "GroupStyle", - "Namespace": "System.Windows.Controls" + "Name": "CompositionConstants", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "GroupStyleSelector", - "Namespace": "System.Windows.Controls" + "Name": "CompositionOptions", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "GroupBox", - "Namespace": "System.Windows.Controls" + "Name": "CompositionScopeDefinition", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "GroupItem", - "Namespace": "System.Windows.Controls" + "Name": "AggregateCatalog", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "HeaderedContentControl", - "Namespace": "System.Windows.Controls" + "Name": "AggregateExportProvider", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "HeaderedItemsControl", - "Namespace": "System.Windows.Controls" + "Name": "AssemblyCatalog", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "Image", - "Namespace": "System.Windows.Controls" + "Name": "CatalogExtensions", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "InitializingNewItemEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "ComposablePartCatalogChangeEventArgs", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "InitializingNewItemEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "ComposablePartExportProvider", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "InkCanvas", - "Namespace": "System.Windows.Controls" + "Name": "CompositionBatch", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "InkCanvasClipboardFormat", - "Namespace": "System.Windows.Controls" + "Name": "CompositionService", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "InkCanvasSelectionHitResult", - "Namespace": "System.Windows.Controls" + "Name": "ExportProvider", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "InkPresenter", - "Namespace": "System.Windows.Controls" + "Name": "ExportsChangeEventArgs", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "ItemCollection", - "Namespace": "System.Windows.Controls" + "Name": "ImportEngine", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "ItemContainerGenerator", - "Namespace": "System.Windows.Controls" + "Name": "INotifyComposablePartCatalogChanged", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "ItemContainerTemplate", - "Namespace": "System.Windows.Controls" + "Name": "TypeCatalog", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "ItemContainerTemplateKey", - "Namespace": "System.Windows.Controls" + "Name": "ApplicationCatalog", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "ItemContainerTemplateSelector", - "Namespace": "System.Windows.Controls" + "Name": "DirectoryCatalog", + "Namespace": "System.ComponentModel.Composition.Hosting" }, { - "Name": "ItemsControl", - "Namespace": "System.Windows.Controls" + "Name": "ExportBuilder", + "Namespace": "System.ComponentModel.Composition.Registration" }, { - "Name": "ItemsPanelTemplate", - "Namespace": "System.Windows.Controls" + "Name": "ImportBuilder", + "Namespace": "System.ComponentModel.Composition.Registration" }, { - "Name": "ItemsPresenter", - "Namespace": "System.Windows.Controls" + "Name": "ParameterImportBuilder", + "Namespace": "System.ComponentModel.Composition.Registration" }, { - "Name": "Label", - "Namespace": "System.Windows.Controls" + "Name": "PartBuilder", + "Namespace": "System.ComponentModel.Composition.Registration" }, { - "Name": "ListBox", - "Namespace": "System.Windows.Controls" + "Name": "PartBuilder`1", + "Namespace": "System.ComponentModel.Composition.Registration" }, { - "Name": "SelectionMode", - "Namespace": "System.Windows.Controls" + "Name": "RegistrationBuilder", + "Namespace": "System.ComponentModel.Composition.Registration" }, { - "Name": "ListBoxItem", - "Namespace": "System.Windows.Controls" + "Name": "AssociatedMetadataTypeTypeDescriptionProvider", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "ListView", - "Namespace": "System.Windows.Controls" + "Name": "AssociationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "ListViewItem", - "Namespace": "System.Windows.Controls" + "Name": "BindableTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "MediaState", - "Namespace": "System.Windows.Controls" + "Name": "CompareAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "MediaElement", - "Namespace": "System.Windows.Controls" + "Name": "ConcurrencyCheckAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "Menu", - "Namespace": "System.Windows.Controls" + "Name": "CreditCardAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "MenuItemRole", - "Namespace": "System.Windows.Controls" + "Name": "CustomValidationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "MenuItem", - "Namespace": "System.Windows.Controls" + "Name": "DataType", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "MenuScrollingVisibilityConverter", - "Namespace": "System.Windows.Controls" + "Name": "DataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "NotifyDataErrorValidationRule", - "Namespace": "System.Windows.Controls" + "Name": "DisplayAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "Orientation", - "Namespace": "System.Windows.Controls" + "Name": "DisplayColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "Page", - "Namespace": "System.Windows.Controls" + "Name": "DisplayFormatAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "PageRangeSelection", - "Namespace": "System.Windows.Controls" + "Name": "EditableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "PageRange", - "Namespace": "System.Windows.Controls" + "Name": "EmailAddressAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "Panel", - "Namespace": "System.Windows.Controls" + "Name": "EnumDataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "PanningMode", - "Namespace": "System.Windows.Controls" + "Name": "FileExtensionsAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "PasswordBox", - "Namespace": "System.Windows.Controls" + "Name": "FilterUIHintAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "VirtualizationCacheLengthUnit", - "Namespace": "System.Windows.Controls" + "Name": "IValidatableObject", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "VirtualizationCacheLength", - "Namespace": "System.Windows.Controls" + "Name": "KeyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "VirtualizationCacheLengthConverter", - "Namespace": "System.Windows.Controls" + "Name": "MaxLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "HierarchicalVirtualizationConstraints", - "Namespace": "System.Windows.Controls" + "Name": "MetadataTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "HierarchicalVirtualizationHeaderDesiredSizes", - "Namespace": "System.Windows.Controls" + "Name": "MinLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "HierarchicalVirtualizationItemDesiredSizes", - "Namespace": "System.Windows.Controls" + "Name": "PhoneAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "ScrollContentPresenter", - "Namespace": "System.Windows.Controls" + "Name": "RangeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "PrintDialog", - "Namespace": "System.Windows.Controls" + "Name": "RegularExpressionAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "PrintDialogException", - "Namespace": "System.Windows.Controls" + "Name": "RequiredAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "ProgressBar", - "Namespace": "System.Windows.Controls" + "Name": "ScaffoldColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "RadioButton", - "Namespace": "System.Windows.Controls" + "Name": "ScaffoldTableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "RichTextBox", - "Namespace": "System.Windows.Controls" + "Name": "StringLengthAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "ScrollChangedEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "TimestampAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "ScrollChangedEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "UIHintAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "ScrollUnit", - "Namespace": "System.Windows.Controls" + "Name": "UrlAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "ScrollBarVisibility", - "Namespace": "System.Windows.Controls" + "Name": "Validator", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "ScrollViewer", - "Namespace": "System.Windows.Controls" + "Name": "ValidationAttribute", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "FlowDocumentPageViewer", - "Namespace": "System.Windows.Controls" + "Name": "ValidationException", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "StickyNoteType", - "Namespace": "System.Windows.Controls" + "Name": "ValidationResult", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "StyleSelector", - "Namespace": "System.Windows.Controls" + "Name": "ValidationContext", + "Namespace": "System.ComponentModel.DataAnnotations" }, { - "Name": "SelectedCellsChangedEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "ColumnAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" }, { - "Name": "SelectedCellsChangedEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "ComplexTypeAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" }, { - "Name": "SelectedDatesCollection", - "Namespace": "System.Windows.Controls" + "Name": "DatabaseGeneratedAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" }, { - "Name": "SelectionChangedEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "DatabaseGeneratedOption", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" }, { - "Name": "SelectionChangedEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "ForeignKeyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" }, { - "Name": "SelectiveScrollingOrientation", - "Namespace": "System.Windows.Controls" + "Name": "InversePropertyAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" }, { - "Name": "Separator", - "Namespace": "System.Windows.Controls" + "Name": "NotMappedAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" }, { - "Name": "Slider", - "Namespace": "System.Windows.Controls" + "Name": "TableAttribute", + "Namespace": "System.ComponentModel.DataAnnotations.Schema" }, { - "Name": "SoundPlayerAction", - "Namespace": "System.Windows.Controls" + "Name": "AppSettingsSection", + "Namespace": "System.Configuration" }, { - "Name": "SpellCheck", - "Namespace": "System.Windows.Controls" + "Name": "CallbackValidator", + "Namespace": "System.Configuration" }, { - "Name": "SpellingReform", - "Namespace": "System.Windows.Controls" + "Name": "CallbackValidatorAttribute", + "Namespace": "System.Configuration" }, { - "Name": "StackPanel", - "Namespace": "System.Windows.Controls" + "Name": "CommaDelimitedStringCollectionConverter", + "Namespace": "System.Configuration" }, { - "Name": "TabControl", - "Namespace": "System.Windows.Controls" + "Name": "Configuration", + "Namespace": "System.Configuration" }, { - "Name": "TabItem", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationAllowDefinition", + "Namespace": "System.Configuration" }, { - "Name": "TextBlock", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationAllowExeDefinition", + "Namespace": "System.Configuration" }, { - "Name": "TextBox", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationCollectionAttribute", + "Namespace": "System.Configuration" }, { - "Name": "TextChange", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationConverterBase", + "Namespace": "System.Configuration" }, { - "Name": "UndoAction", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationElement", + "Namespace": "System.Configuration" }, { - "Name": "TextChangedEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationElementCollection", + "Namespace": "System.Configuration" }, { - "Name": "TextChangedEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationElementCollectionType", + "Namespace": "System.Configuration" }, { - "Name": "TextSearch", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationElementProperty", + "Namespace": "System.Configuration" }, { - "Name": "OverflowMode", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationErrorsException", + "Namespace": "System.Configuration" }, { - "Name": "ToolBar", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationFileMap", + "Namespace": "System.Configuration" }, { - "Name": "ToolBarTray", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationLocation", + "Namespace": "System.Configuration" }, { - "Name": "ToolTip", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationLocationCollection", + "Namespace": "System.Configuration" }, { - "Name": "ToolTipService", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationLockCollection", + "Namespace": "System.Configuration" }, { - "Name": "ToolTipEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationManager", + "Namespace": "System.Configuration" }, { - "Name": "ToolTipEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationPermissionAttribute", + "Namespace": "System.Configuration" }, { - "Name": "TreeView", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationPermission", + "Namespace": "System.Configuration" }, { - "Name": "TreeViewItem", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationProperty", + "Namespace": "System.Configuration" }, { - "Name": "UIElementCollection", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationPropertyAttribute", + "Namespace": "System.Configuration" }, { - "Name": "UserControl", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationPropertyCollection", + "Namespace": "System.Configuration" }, { - "Name": "Validation", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationPropertyOptions", + "Namespace": "System.Configuration" }, { - "Name": "ValidationError", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationSaveMode", + "Namespace": "System.Configuration" }, { - "Name": "ValidationErrorEventAction", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationSection", + "Namespace": "System.Configuration" }, { - "Name": "ValidationErrorEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationSectionCollection", + "Namespace": "System.Configuration" }, { - "Name": "ValidationResult", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationSectionGroup", + "Namespace": "System.Configuration" }, { - "Name": "ValidationRule", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationSectionGroupCollection", + "Namespace": "System.Configuration" }, { - "Name": "ValidationStep", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationUserLevel", + "Namespace": "System.Configuration" }, { - "Name": "ViewBase", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationValidatorAttribute", + "Namespace": "System.Configuration" }, { - "Name": "StretchDirection", - "Namespace": "System.Windows.Controls" + "Name": "ConfigurationValidatorBase", + "Namespace": "System.Configuration" }, { - "Name": "Viewbox", - "Namespace": "System.Windows.Controls" + "Name": "ConnectionStringSettings", + "Namespace": "System.Configuration" }, { - "Name": "Viewport3D", - "Namespace": "System.Windows.Controls" + "Name": "ConnectionStringSettingsCollection", + "Namespace": "System.Configuration" }, { - "Name": "VirtualizationMode", - "Namespace": "System.Windows.Controls" + "Name": "ConnectionStringsSection", + "Namespace": "System.Configuration" }, { - "Name": "VirtualizingPanel", - "Namespace": "System.Windows.Controls" + "Name": "ContextInformation", + "Namespace": "System.Configuration" }, { - "Name": "VirtualizingStackPanel", - "Namespace": "System.Windows.Controls" + "Name": "DefaultSection", + "Namespace": "System.Configuration" }, { - "Name": "WebBrowser", - "Namespace": "System.Windows.Controls" + "Name": "DefaultValidator", + "Namespace": "System.Configuration" }, { - "Name": "WrapPanel", - "Namespace": "System.Windows.Controls" + "Name": "DpapiProtectedConfigurationProvider", + "Namespace": "System.Configuration" }, { - "Name": "SpellingError", - "Namespace": "System.Windows.Controls" + "Name": "ElementInformation", + "Namespace": "System.Configuration" }, { - "Name": "InkCanvasEditingMode", - "Namespace": "System.Windows.Controls" + "Name": "ExeConfigurationFileMap", + "Namespace": "System.Configuration" }, { - "Name": "InkCanvasStrokeCollectedEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "ExeContext", + "Namespace": "System.Configuration" }, { - "Name": "InkCanvasStrokeCollectedEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "GenericEnumConverter", + "Namespace": "System.Configuration" }, { - "Name": "InkCanvasStrokesReplacedEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "IgnoreSection", + "Namespace": "System.Configuration" }, { - "Name": "InkCanvasStrokesReplacedEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "InfiniteIntConverter", + "Namespace": "System.Configuration" }, { - "Name": "InkCanvasSelectionChangingEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "InfiniteTimeSpanConverter", + "Namespace": "System.Configuration" }, { - "Name": "InkCanvasSelectionChangingEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "IntegerValidator", + "Namespace": "System.Configuration" }, { - "Name": "InkCanvasSelectionEditingEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "IntegerValidatorAttribute", + "Namespace": "System.Configuration" }, { - "Name": "InkCanvasSelectionEditingEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "KeyValueConfigurationCollection", + "Namespace": "System.Configuration" }, { - "Name": "InkCanvasStrokeErasingEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "KeyValueConfigurationElement", + "Namespace": "System.Configuration" }, { - "Name": "InkCanvasStrokeErasingEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "LongValidator", + "Namespace": "System.Configuration" }, { - "Name": "InkCanvasGestureEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "LongValidatorAttribute", + "Namespace": "System.Configuration" }, { - "Name": "InkCanvasGestureEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "NameValueConfigurationCollection", + "Namespace": "System.Configuration" }, { - "Name": "ColumnDefinitionCollection", - "Namespace": "System.Windows.Controls" + "Name": "NameValueConfigurationElement", + "Namespace": "System.Configuration" }, { - "Name": "ColumnDefinition", - "Namespace": "System.Windows.Controls" + "Name": "OverrideMode", + "Namespace": "System.Configuration" }, { - "Name": "RowDefinitionCollection", - "Namespace": "System.Windows.Controls" + "Name": "PositiveTimeSpanValidator", + "Namespace": "System.Configuration" }, { - "Name": "RowDefinition", - "Namespace": "System.Windows.Controls" + "Name": "PositiveTimeSpanValidatorAttribute", + "Namespace": "System.Configuration" }, { - "Name": "AutoToolTipPlacement", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "PropertyInformation", + "Namespace": "System.Configuration" }, { - "Name": "BulletDecorator", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "PropertyInformationCollection", + "Namespace": "System.Configuration" }, { - "Name": "ButtonBase", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "PropertyValueOrigin", + "Namespace": "System.Configuration" }, { - "Name": "CalendarButton", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "ProtectedConfiguration", + "Namespace": "System.Configuration" }, { - "Name": "CalendarDayButton", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "ProtectedConfigurationProvider", + "Namespace": "System.Configuration" }, { - "Name": "CalendarItem", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "ProtectedConfigurationProviderCollection", + "Namespace": "System.Configuration" }, { - "Name": "CustomPopupPlacement", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "ProtectedConfigurationSection", + "Namespace": "System.Configuration" }, { - "Name": "CustomPopupPlacementCallback", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "ProtectedProviderSettings", + "Namespace": "System.Configuration" }, { - "Name": "DataGridCellsPresenter", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "ProviderSettings", + "Namespace": "System.Configuration" }, { - "Name": "DataGridColumnHeader", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "ProviderSettingsCollection", + "Namespace": "System.Configuration" }, { - "Name": "DataGridColumnHeadersPresenter", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "RegexStringValidator", + "Namespace": "System.Configuration" }, { - "Name": "DataGridDetailsPresenter", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "RegexStringValidatorAttribute", + "Namespace": "System.Configuration" }, { - "Name": "DataGridRowHeader", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "RsaProtectedConfigurationProvider", + "Namespace": "System.Configuration" }, { - "Name": "DataGridRowsPresenter", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "SectionInformation", + "Namespace": "System.Configuration" }, { - "Name": "DatePickerTextBox", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "CommaDelimitedStringCollection", + "Namespace": "System.Configuration" }, { - "Name": "DocumentPageView", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "StringValidator", + "Namespace": "System.Configuration" }, { - "Name": "DocumentViewerBase", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "StringValidatorAttribute", + "Namespace": "System.Configuration" }, { - "Name": "DragCompletedEventArgs", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "SubclassTypeValidator", + "Namespace": "System.Configuration" }, { - "Name": "DragCompletedEventHandler", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "SubclassTypeValidatorAttribute", + "Namespace": "System.Configuration" }, { - "Name": "DragDeltaEventArgs", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "TimeSpanMinutesConverter", + "Namespace": "System.Configuration" }, { - "Name": "DragDeltaEventHandler", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "TimeSpanMinutesOrInfiniteConverter", + "Namespace": "System.Configuration" }, { - "Name": "DragStartedEventArgs", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "TimeSpanSecondsConverter", + "Namespace": "System.Configuration" }, { - "Name": "DragStartedEventHandler", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "TimeSpanSecondsOrInfiniteConverter", + "Namespace": "System.Configuration" }, { - "Name": "GridViewRowPresenterBase", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "TimeSpanValidator", + "Namespace": "System.Configuration" }, { - "Name": "IContainItemStorage", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "TimeSpanValidatorAttribute", + "Namespace": "System.Configuration" }, { - "Name": "IItemContainerGenerator", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "TypeNameConverter", + "Namespace": "System.Configuration" }, { - "Name": "GeneratorPosition", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "ValidatorCallback", + "Namespace": "System.Configuration" }, { - "Name": "GeneratorDirection", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "WhiteSpaceTrimStringConverter", + "Namespace": "System.Configuration" }, { - "Name": "GeneratorStatus", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "DelegatingConfigHost", + "Namespace": "System.Configuration.Internal" }, { - "Name": "IRecyclingItemContainerGenerator", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "IConfigErrorInfo", + "Namespace": "System.Configuration.Internal" }, { - "Name": "IScrollInfo", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "IConfigSystem", + "Namespace": "System.Configuration.Internal" }, { - "Name": "ItemsChangedEventArgs", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "IConfigurationManagerHelper", + "Namespace": "System.Configuration.Internal" }, { - "Name": "ItemsChangedEventHandler", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "IConfigurationManagerInternal", + "Namespace": "System.Configuration.Internal" }, { - "Name": "IHierarchicalVirtualizationAndScrollInfo", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "IInternalConfigClientHost", + "Namespace": "System.Configuration.Internal" }, { - "Name": "LayoutInformation", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "IInternalConfigConfigurationFactory", + "Namespace": "System.Configuration.Internal" }, { - "Name": "MenuBase", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "IInternalConfigHost", + "Namespace": "System.Configuration.Internal" }, { - "Name": "MultiSelector", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "IInternalConfigRecord", + "Namespace": "System.Configuration.Internal" }, { - "Name": "PlacementMode", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "IInternalConfigRoot", + "Namespace": "System.Configuration.Internal" }, { - "Name": "Popup", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "IInternalConfigSettingsFactory", + "Namespace": "System.Configuration.Internal" }, { - "Name": "PopupAnimation", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "IInternalConfigSystem", + "Namespace": "System.Configuration.Internal" }, { - "Name": "PopupPrimaryAxis", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "InternalConfigEventArgs", + "Namespace": "System.Configuration.Internal" }, { - "Name": "RangeBase", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "InternalConfigEventHandler", + "Namespace": "System.Configuration.Internal" }, { - "Name": "RepeatButton", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "StreamChangeCallback", + "Namespace": "System.Configuration.Internal" }, { - "Name": "ResizeGrip", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "ProviderBase", + "Namespace": "System.Configuration.Provider" }, { - "Name": "SelectiveScrollingGrid", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "ProviderCollection", + "Namespace": "System.Configuration.Provider" }, { - "Name": "ScrollBar", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "ProviderException", + "Namespace": "System.Configuration.Provider" }, { - "Name": "ScrollEventType", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "EventLogInstaller", + "Namespace": "System.Diagnostics" }, { - "Name": "ScrollEventArgs", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "PerformanceCounterInstaller", + "Namespace": "System.Diagnostics" }, { - "Name": "ScrollEventHandler", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "AssemblyInstaller", + "Namespace": "System.Configuration.Install" }, { - "Name": "Selector", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "ComponentInstaller", + "Namespace": "System.Configuration.Install" }, { - "Name": "StatusBar", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "IManagedInstaller", + "Namespace": "System.Configuration.Install" }, { - "Name": "StatusBarItem", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "InstallContext", + "Namespace": "System.Configuration.Install" }, { - "Name": "TabPanel", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "Installer", + "Namespace": "System.Configuration.Install" }, { - "Name": "TextBoxBase", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "InstallerCollection", + "Namespace": "System.Configuration.Install" }, { - "Name": "Thumb", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "InstallEventArgs", + "Namespace": "System.Configuration.Install" }, { - "Name": "TickBarPlacement", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "InstallEventHandler", + "Namespace": "System.Configuration.Install" }, { - "Name": "TickBar", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "InstallException", + "Namespace": "System.Configuration.Install" }, { - "Name": "TickPlacement", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "ManagedInstallerClass", + "Namespace": "System.Configuration.Install" }, { - "Name": "ToggleButton", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "TransactedInstaller", + "Namespace": "System.Configuration.Install" }, { - "Name": "ToolBarOverflowPanel", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "UninstallAction", + "Namespace": "System.Configuration.Install" }, { - "Name": "ToolBarPanel", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "SafeNCryptHandle", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "Track", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "SafeNCryptKeyHandle", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "UniformGrid", - "Namespace": "System.Windows.Controls.Primitives" + "Name": "SafeNCryptProviderHandle", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "ActiveXHost", - "Namespace": "System.Windows.Interop" + "Name": "SafeNCryptSecretHandle", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "BrowserInteropHelper", - "Namespace": "System.Windows.Interop" + "Name": "SafePipeHandle", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "DocObjHost", - "Namespace": "System.Windows.Interop" + "Name": "SafeMemoryMappedFileHandle", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "DynamicScriptObject", - "Namespace": "System.Windows.Interop" + "Name": "SafeMemoryMappedViewHandle", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "HwndHost", - "Namespace": "System.Windows.Interop" + "Name": "Action`9", + "Namespace": "System" }, { - "Name": "IErrorPage", - "Namespace": "System.Windows.Interop" + "Name": "Action`10", + "Namespace": "System" }, { - "Name": "IProgressPage", - "Namespace": "System.Windows.Interop" + "Name": "Action`11", + "Namespace": "System" }, { - "Name": "WindowInteropHelper", - "Namespace": "System.Windows.Interop" + "Name": "Action`12", + "Namespace": "System" }, { - "Name": "TextAnchor", - "Namespace": "System.Windows.Annotations" + "Name": "Action`13", + "Namespace": "System" }, { - "Name": "IAnchorInfo", - "Namespace": "System.Windows.Annotations" + "Name": "Action`14", + "Namespace": "System" }, { - "Name": "AnnotationAction", - "Namespace": "System.Windows.Annotations" + "Name": "Action`15", + "Namespace": "System" }, { - "Name": "Annotation", - "Namespace": "System.Windows.Annotations" + "Name": "Action`16", + "Namespace": "System" }, { - "Name": "AnnotationAuthorChangedEventHandler", - "Namespace": "System.Windows.Annotations" + "Name": "Func`10", + "Namespace": "System" }, { - "Name": "AnnotationAuthorChangedEventArgs", - "Namespace": "System.Windows.Annotations" + "Name": "Func`11", + "Namespace": "System" }, { - "Name": "AnnotationDocumentPaginator", - "Namespace": "System.Windows.Annotations" + "Name": "Func`12", + "Namespace": "System" }, { - "Name": "AnnotationResource", - "Namespace": "System.Windows.Annotations" + "Name": "Func`13", + "Namespace": "System" }, { - "Name": "AnnotationResourceChangedEventHandler", - "Namespace": "System.Windows.Annotations" + "Name": "Func`14", + "Namespace": "System" }, { - "Name": "AnnotationResourceChangedEventArgs", - "Namespace": "System.Windows.Annotations" + "Name": "Func`15", + "Namespace": "System" }, { - "Name": "AnnotationHelper", - "Namespace": "System.Windows.Annotations" + "Name": "Func`16", + "Namespace": "System" }, { - "Name": "AnnotationService", - "Namespace": "System.Windows.Annotations" + "Name": "Func`17", + "Namespace": "System" }, { - "Name": "ContentLocatorBase", - "Namespace": "System.Windows.Annotations" + "Name": "LockRecursionPolicy", + "Namespace": "System.Threading" }, { - "Name": "ContentLocatorPart", - "Namespace": "System.Windows.Annotations" + "Name": "ReaderWriterLockSlim", + "Namespace": "System.Threading" }, { - "Name": "ContentLocator", - "Namespace": "System.Windows.Annotations" + "Name": "TaskExtensions", + "Namespace": "System.Threading.Tasks" }, { - "Name": "ContentLocatorGroup", - "Namespace": "System.Windows.Annotations" + "Name": "HashSet`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "AnnotationStore", - "Namespace": "System.Windows.Annotations.Storage" + "Name": "HandleInheritability", + "Namespace": "System.IO" }, { - "Name": "StoreContentChangedEventHandler", - "Namespace": "System.Windows.Annotations.Storage" + "Name": "MemoryMappedFileAccess", + "Namespace": "System.IO.MemoryMappedFiles" }, { - "Name": "StoreContentAction", - "Namespace": "System.Windows.Annotations.Storage" + "Name": "MemoryMappedFileOptions", + "Namespace": "System.IO.MemoryMappedFiles" }, { - "Name": "StoreContentChangedEventArgs", - "Namespace": "System.Windows.Annotations.Storage" + "Name": "MemoryMappedFile", + "Namespace": "System.IO.MemoryMappedFiles" }, { - "Name": "XmlStreamStore", - "Namespace": "System.Windows.Annotations.Storage" + "Name": "MemoryMappedViewAccessor", + "Namespace": "System.IO.MemoryMappedFiles" }, { - "Name": "DataGridHeaderBorder", - "Namespace": "Microsoft.Windows.Themes" + "Name": "MemoryMappedViewStream", + "Namespace": "System.IO.MemoryMappedFiles" }, { - "Name": "PlatformCulture", - "Namespace": "Microsoft.Windows.Themes" + "Name": "MemoryMappedFileRights", + "Namespace": "System.IO.MemoryMappedFiles" }, { - "Name": "SystemDropShadowChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "MemoryMappedFileSecurity", + "Namespace": "System.IO.MemoryMappedFiles" }, { - "Name": "ScrollChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "PipeDirection", + "Namespace": "System.IO.Pipes" }, { - "Name": "ScrollGlyph", - "Namespace": "Microsoft.Windows.Themes" + "Name": "PipeTransmissionMode", + "Namespace": "System.IO.Pipes" }, { - "Name": "ButtonChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "PipeOptions", + "Namespace": "System.IO.Pipes" }, { - "Name": "ListBoxChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "AnonymousPipeServerStream", + "Namespace": "System.IO.Pipes" }, { - "Name": "BulletChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "AnonymousPipeClientStream", + "Namespace": "System.IO.Pipes" }, { - "Name": "ProgressBarHighlightConverter", - "Namespace": "Microsoft.Windows.Themes" + "Name": "PipeStreamImpersonationWorker", + "Namespace": "System.IO.Pipes" }, { - "Name": "DataGridHeaderBorder", - "Namespace": "Microsoft.Windows.Themes" + "Name": "NamedPipeServerStream", + "Namespace": "System.IO.Pipes" }, { - "Name": "PlatformCulture", - "Namespace": "Microsoft.Windows.Themes" + "Name": "NamedPipeClientStream", + "Namespace": "System.IO.Pipes" }, { - "Name": "SystemDropShadowChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "PipeStream", + "Namespace": "System.IO.Pipes" }, { - "Name": "ScrollChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "PipeAccessRights", + "Namespace": "System.IO.Pipes" }, { - "Name": "ScrollGlyph", - "Namespace": "Microsoft.Windows.Themes" + "Name": "PipeAccessRule", + "Namespace": "System.IO.Pipes" }, { - "Name": "ButtonChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "PipeAuditRule", + "Namespace": "System.IO.Pipes" }, { - "Name": "ListBoxChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "PipeSecurity", + "Namespace": "System.IO.Pipes" }, { - "Name": "BulletChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "BinaryOperationBinder", + "Namespace": "System.Dynamic" }, { - "Name": "ProgressBarHighlightConverter", - "Namespace": "Microsoft.Windows.Themes" + "Name": "BindingRestrictions", + "Namespace": "System.Dynamic" }, { - "Name": "DataGridHeaderBorder", - "Namespace": "Microsoft.Windows.Themes" + "Name": "CallInfo", + "Namespace": "System.Dynamic" }, { - "Name": "PlatformCulture", - "Namespace": "Microsoft.Windows.Themes" + "Name": "ConvertBinder", + "Namespace": "System.Dynamic" }, { - "Name": "SystemDropShadowChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "CreateInstanceBinder", + "Namespace": "System.Dynamic" }, { - "Name": "ProgressBarBrushConverter", - "Namespace": "Microsoft.Windows.Themes" + "Name": "DeleteIndexBinder", + "Namespace": "System.Dynamic" }, { - "Name": "ScrollChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "DeleteMemberBinder", + "Namespace": "System.Dynamic" }, { - "Name": "ScrollGlyph", - "Namespace": "Microsoft.Windows.Themes" + "Name": "DynamicMetaObject", + "Namespace": "System.Dynamic" }, { - "Name": "DataGridHeaderBorder", - "Namespace": "Microsoft.Windows.Themes" + "Name": "DynamicMetaObjectBinder", + "Namespace": "System.Dynamic" }, { - "Name": "PlatformCulture", - "Namespace": "Microsoft.Windows.Themes" + "Name": "DynamicObject", + "Namespace": "System.Dynamic" }, { - "Name": "SystemDropShadowChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "ExpandoObject", + "Namespace": "System.Dynamic" }, { - "Name": "ProgressBarBrushConverter", - "Namespace": "Microsoft.Windows.Themes" + "Name": "GetIndexBinder", + "Namespace": "System.Dynamic" }, { - "Name": "ClassicBorderStyle", - "Namespace": "Microsoft.Windows.Themes" + "Name": "GetMemberBinder", + "Namespace": "System.Dynamic" }, { - "Name": "ClassicBorderDecorator", - "Namespace": "Microsoft.Windows.Themes" + "Name": "IDynamicMetaObjectProvider", + "Namespace": "System.Dynamic" }, { - "Name": "DataGridHeaderBorder", - "Namespace": "Microsoft.Windows.Themes" + "Name": "IInvokeOnGetBinder", + "Namespace": "System.Dynamic" }, { - "Name": "PlatformCulture", - "Namespace": "Microsoft.Windows.Themes" + "Name": "InvokeBinder", + "Namespace": "System.Dynamic" }, { - "Name": "SystemDropShadowChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "InvokeMemberBinder", + "Namespace": "System.Dynamic" }, { - "Name": "ProgressBarBrushConverter", - "Namespace": "Microsoft.Windows.Themes" + "Name": "SetIndexBinder", + "Namespace": "System.Dynamic" }, { - "Name": "BulletChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "SetMemberBinder", + "Namespace": "System.Dynamic" }, { - "Name": "ScrollChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "UnaryOperationBinder", + "Namespace": "System.Dynamic" }, { - "Name": "ScrollGlyph", - "Namespace": "Microsoft.Windows.Themes" + "Name": "ManifestKinds", + "Namespace": "System.Security" }, { - "Name": "ThemeColor", - "Namespace": "Microsoft.Windows.Themes" + "Name": "IncrementalHash", + "Namespace": "System.Security.Cryptography" }, { - "Name": "ButtonChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "AesCng", + "Namespace": "System.Security.Cryptography" }, { - "Name": "DataGridHeaderBorder", - "Namespace": "Microsoft.Windows.Themes" + "Name": "AesCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PlatformCulture", - "Namespace": "Microsoft.Windows.Themes" + "Name": "AesManaged", + "Namespace": "System.Security.Cryptography" }, { - "Name": "SystemDropShadowChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "CngAlgorithm", + "Namespace": "System.Security.Cryptography" }, { - "Name": "ProgressBarBrushConverter", - "Namespace": "Microsoft.Windows.Themes" + "Name": "CngAlgorithmGroup", + "Namespace": "System.Security.Cryptography" }, { - "Name": "BulletChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "CngKeyHandleOpenOptions", + "Namespace": "System.Security.Cryptography" }, { - "Name": "ScrollChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "CngKey", + "Namespace": "System.Security.Cryptography" }, { - "Name": "ScrollGlyph", - "Namespace": "Microsoft.Windows.Themes" + "Name": "CngKeyBlobFormat", + "Namespace": "System.Security.Cryptography" }, { - "Name": "ButtonChrome", - "Namespace": "Microsoft.Windows.Themes" + "Name": "CngKeyCreationParameters", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PresentationUIStyleResources", - "Namespace": "System.Windows.Documents" + "Name": "CngProperty", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PrintSystemException", - "Namespace": "System.Printing" + "Name": "CngPropertyCollection", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PrintQueueException", - "Namespace": "System.Printing" + "Name": "CngProvider", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PrintServerException", - "Namespace": "System.Printing" + "Name": "CngUIPolicy", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PrintCommitAttributesException", - "Namespace": "System.Printing" + "Name": "DSACng", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PrintJobException", - "Namespace": "System.Printing" + "Name": "ECCurve", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PrintingCanceledException", - "Namespace": "System.Printing" + "Name": "ECDiffieHellman", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PrintingNotSupportedException", - "Namespace": "System.Printing" + "Name": "ECDiffieHellmanPublicKey", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Collation", - "Namespace": "System.Printing" + "Name": "ECDiffieHellmanKeyDerivationFunction", + "Namespace": "System.Security.Cryptography" }, { - "Name": "DeviceFontSubstitution", - "Namespace": "System.Printing" + "Name": "ECDiffieHellmanCng", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Duplexing", - "Namespace": "System.Printing" + "Name": "ECDiffieHellmanCngPublicKey", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PageMediaSizeName", - "Namespace": "System.Printing" + "Name": "ECDsa", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PageMediaType", - "Namespace": "System.Printing" + "Name": "ECDsaCng", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PagesPerSheetDirection", - "Namespace": "System.Printing" + "Name": "ECKeyXmlFormat", + "Namespace": "System.Security.Cryptography" }, { - "Name": "OutputColor", - "Namespace": "System.Printing" + "Name": "ECParameters", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PageOrientation", - "Namespace": "System.Printing" + "Name": "ECPoint", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PageQualitativeResolution", - "Namespace": "System.Printing" + "Name": "ManifestSignatureInformation", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Stapling", - "Namespace": "System.Printing" + "Name": "ManifestSignatureInformationCollection", + "Namespace": "System.Security.Cryptography" }, { - "Name": "TrueTypeFontMode", - "Namespace": "System.Printing" + "Name": "MD5Cng", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PageOrder", - "Namespace": "System.Printing" + "Name": "CngExportPolicies", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PhotoPrintingIntent", - "Namespace": "System.Printing" + "Name": "CngKeyCreationOptions", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PageBorderless", - "Namespace": "System.Printing" + "Name": "CngKeyOpenOptions", + "Namespace": "System.Security.Cryptography" }, { - "Name": "OutputQuality", - "Namespace": "System.Printing" + "Name": "CngKeyUsages", + "Namespace": "System.Security.Cryptography" }, { - "Name": "InputBin", - "Namespace": "System.Printing" + "Name": "CngPropertyOptions", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PageImageableArea", - "Namespace": "System.Printing" + "Name": "CngUIProtectionLevels", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PageScalingFactorRange", - "Namespace": "System.Printing" + "Name": "RSACng", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PrintCapabilities", - "Namespace": "System.Printing" + "Name": "SHA1Cng", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PageMediaSize", - "Namespace": "System.Printing" + "Name": "SHA256Cng", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PageResolution", - "Namespace": "System.Printing" + "Name": "SHA256CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PrintTicket", - "Namespace": "System.Printing" + "Name": "SHA384Cng", + "Namespace": "System.Security.Cryptography" }, { - "Name": "ConflictStatus", - "Namespace": "System.Printing" + "Name": "SHA384CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" }, { - "Name": "ValidationResult", - "Namespace": "System.Printing" + "Name": "SHA512Cng", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PrintTicketScope", - "Namespace": "System.Printing" + "Name": "SHA512CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" }, { - "Name": "BaseDevModeType", - "Namespace": "System.Printing.Interop" + "Name": "SignatureVerificationResult", + "Namespace": "System.Security.Cryptography" }, { - "Name": "PrintTicketConverter", - "Namespace": "System.Printing.Interop" + "Name": "StrongNameSignatureInformation", + "Namespace": "System.Security.Cryptography" }, { - "Name": "XpsException", - "Namespace": "System.Windows.Xps" + "Name": "TripleDESCng", + "Namespace": "System.Security.Cryptography" }, { - "Name": "XpsPackagingException", - "Namespace": "System.Windows.Xps" + "Name": "DSACertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "XpsSerializationException", - "Namespace": "System.Windows.Xps" + "Name": "AuthenticodeSignatureInformation", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "XpsDigitalSignature", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "RSACertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "XpsDigSigPartAlteringRestrictions", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "ECDsaCertificateExtensions", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "IXpsFixedDocumentSequenceReader", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "TimestampInformation", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "IXpsFixedDocumentSequenceWriter", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "TrustStatus", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "IDocumentStructureProvider", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "ComAwareEventInfo", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "IStoryFragmentProvider", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "ExecutionScope", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IXpsFixedDocumentReader", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "DynamicAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IXpsFixedDocumentWriter", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "CallSite", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IXpsFixedPageReader", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "CallSite`1", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IXpsFixedPageWriter", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "CallSiteBinder", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "XpsImageType", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "CallSiteHelpers", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "SpotLocation", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "CallSiteOps", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "XpsSignatureDefinition", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "RuntimeOps", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "XpsFont", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "RuleCache`1", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "XpsImage", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "Closure", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "XpsColorContext", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "DebugInfoGenerator", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "XpsResourceDictionary", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "IRuntimeVariables", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "XpsThumbnail", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "ReadOnlyCollectionBuilder`1", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "PackageInterleavingOrder", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "StrongBox`1", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "PackagingAction", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "IStrongBox", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "PackagingProgressEventArgs", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "IQueryable", + "Namespace": "System.Linq" }, { - "Name": "PackagingProgressEventHandler", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "IQueryable`1", + "Namespace": "System.Linq" }, { - "Name": "XpsPartBase", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "IQueryProvider", + "Namespace": "System.Linq" }, { - "Name": "XpsDocument", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "IOrderedQueryable", + "Namespace": "System.Linq" }, { - "Name": "XpsResource", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "IOrderedQueryable`1", + "Namespace": "System.Linq" }, { - "Name": "XpsResourceSharing", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "Queryable", + "Namespace": "System.Linq" }, { - "Name": "XpsStructure", - "Namespace": "System.Windows.Xps.Packaging" + "Name": "Enumerable", + "Namespace": "System.Linq" }, { - "Name": "XpsSerializationManager", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "IOrderedEnumerable`1", + "Namespace": "System.Linq" }, { - "Name": "XpsSerializationManagerAsync", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "IGrouping`2", + "Namespace": "System.Linq" }, { - "Name": "XpsSerializationProgressChangedEventHandler", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "ILookup`2", + "Namespace": "System.Linq" }, { - "Name": "XpsSerializationCompletedEventHandler", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "Lookup`2", + "Namespace": "System.Linq" }, { - "Name": "XpsSerializationCompletedEventArgs", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "EnumerableQuery", + "Namespace": "System.Linq" }, { - "Name": "XpsSerializationProgressChangedEventArgs", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "EnumerableQuery`1", + "Namespace": "System.Linq" }, { - "Name": "XpsSerializationPrintTicketRequiredEventArgs", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "EnumerableExecutor", + "Namespace": "System.Linq" }, { - "Name": "PrintTicketLevel", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "EnumerableExecutor`1", + "Namespace": "System.Linq" }, { - "Name": "XpsWritingProgressChangeLevel", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "ParallelEnumerable", + "Namespace": "System.Linq" }, { - "Name": "XpsResourceStream", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "ParallelMergeOptions", + "Namespace": "System.Linq" }, { - "Name": "BasePackagingPolicy", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "ParallelExecutionMode", + "Namespace": "System.Linq" }, { - "Name": "XpsPackagingPolicy", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "OrderedParallelQuery`1", + "Namespace": "System.Linq" }, { - "Name": "PackageSerializationManager", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "ParallelQuery", + "Namespace": "System.Linq" }, { - "Name": "XpsSerializationPrintTicketRequiredEventHandler", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "ParallelQuery`1", + "Namespace": "System.Linq" }, { - "Name": "SerializationState", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "BinaryExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "ColorTypeConverter", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "Expression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "FontSubsetterCommitPolicies", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "BlockExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "FontTypeConverter", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "CatchBlock", + "Namespace": "System.Linq.Expressions" }, { - "Name": "ImageSourceTypeConverter", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "ConditionalExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "XpsSerializerFactory", - "Namespace": "System.Windows.Xps.Serialization" + "Name": "ConstantExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "InstallUtilSupport", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "DebugInfoExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "AuditPolicySnapIn", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "DefaultExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "Policy", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "DynamicExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SnapInSettings", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "ElementInit", + "Namespace": "System.Linq.Expressions" }, { - "Name": "GlobalSaclElements", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "ExpressionType", + "Namespace": "System.Linq.Expressions" }, { - "Name": "AuditSettings", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "ExpressionVisitor", + "Namespace": "System.Linq.Expressions" }, { - "Name": "AuditPolicyFileFormat", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "DynamicExpressionVisitor", + "Namespace": "System.Linq.Expressions" }, { - "Name": "Icons", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "GotoExpressionKind", + "Namespace": "System.Linq.Expressions" }, { - "Name": "GroupPolicyObject", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "GotoExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "DataModelNode", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "IArgumentProvider", + "Namespace": "System.Linq.Expressions" }, { - "Name": "CategoryDataModelNode", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "IDynamicExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SubcategoryDataModelNode", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "IndexExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SystemPolicyScopeNode", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "InvocationExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "AuditSettingDataModelNode", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "LabelExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "StartPageFormControl", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "LabelTarget", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxChildNode", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "LambdaExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxCollections", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "Expression`1", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxControlAdvanced", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "ListInitExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxControlEnforcement", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "LoopExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxControlStartPage", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "MemberAssignment", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxControlStartPageEnforcement", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "MemberBindingType", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxControlStartPageIntroduction", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "MemberBinding", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxControlStartPageOverview", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "MemberExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxControlViewEditExceptions", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "MemberInitExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxControlViewEditGeneral", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "MemberListBinding", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxControlViewEditHash", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "MemberMemberBinding", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxControlViewEditPath", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "MethodCallExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxControlViewEditPublisher", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "NewArrayExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxEnforcement", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "NewExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxGlobalData", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "ParameterExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxClientContext", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "RuntimeVariablesExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxProgressForm", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "SwitchCase", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxPropertyPageAdvanced", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "SwitchExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxPropertyPageEnforcement", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "SymbolDocumentInfo", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxPropertyPageViewEditExceptions", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "TryExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxPropertyPageViewEditGeneral", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "TypeBinaryExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxPropertyPageViewEditHash", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "UnaryExpression", + "Namespace": "System.Linq.Expressions" }, { - "Name": "SrpUxPropertyPageViewEditPath", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "ManagementEntityAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "SrpUxPropertyPageViewEditPublisher", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "ManagementHostingModel", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "SrpUxRootNode", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "WmiConfigurationAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "SrpUxRuleListView", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "ManagementMemberAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "SrpUxRuleTag", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "ManagementNewInstanceAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "InstallUtilSupport", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "ManagementBindAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "SrpUxSnapIn", - "Namespace": "Microsoft.Security.Srp.Ux" + "Name": "ManagementCreateAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "CultureAndRegionInfoBuilder", - "Namespace": "System.Globalization" + "Name": "ManagementRemoveAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "CultureAndRegionModifiers", - "Namespace": "System.Globalization" + "Name": "ManagementEnumeratorAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "VBCodeProvider", - "Namespace": "Microsoft.VisualBasic" + "Name": "ManagementProbeAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "CSharpCodeProvider", - "Namespace": "Microsoft.CSharp" + "Name": "ManagementTaskAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "PowerModeChangedEventArgs", - "Namespace": "Microsoft.Win32" + "Name": "ManagementKeyAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "PowerModeChangedEventHandler", - "Namespace": "Microsoft.Win32" + "Name": "ManagementReferenceAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "PowerModes", - "Namespace": "Microsoft.Win32" + "Name": "ManagementConfigurationType", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "SessionEndedEventArgs", - "Namespace": "Microsoft.Win32" + "Name": "ManagementConfigurationAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "SessionEndedEventHandler", - "Namespace": "Microsoft.Win32" + "Name": "ManagementCommitAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "SessionEndingEventArgs", - "Namespace": "Microsoft.Win32" + "Name": "ManagementNameAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "SessionEndingEventHandler", - "Namespace": "Microsoft.Win32" + "Name": "InstrumentationBaseException", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "SessionEndReasons", - "Namespace": "Microsoft.Win32" + "Name": "InstrumentationException", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "SessionSwitchEventArgs", - "Namespace": "Microsoft.Win32" + "Name": "InstanceNotFoundException", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "SessionSwitchEventHandler", - "Namespace": "Microsoft.Win32" + "Name": "EventSchemaTraceListener", + "Namespace": "System.Diagnostics" }, { - "Name": "SessionSwitchReason", - "Namespace": "Microsoft.Win32" + "Name": "TraceLogRetentionOption", + "Namespace": "System.Diagnostics" }, { - "Name": "SystemEvents", - "Namespace": "Microsoft.Win32" + "Name": "UnescapedXmlDiagnosticData", + "Namespace": "System.Diagnostics" }, { - "Name": "TimerElapsedEventArgs", - "Namespace": "Microsoft.Win32" + "Name": "CounterData", + "Namespace": "System.Diagnostics.PerformanceData" }, { - "Name": "TimerElapsedEventHandler", - "Namespace": "Microsoft.Win32" + "Name": "CounterSetInstanceCounterDataSet", + "Namespace": "System.Diagnostics.PerformanceData" }, { - "Name": "UserPreferenceCategory", - "Namespace": "Microsoft.Win32" + "Name": "CounterSet", + "Namespace": "System.Diagnostics.PerformanceData" }, { - "Name": "UserPreferenceChangedEventArgs", - "Namespace": "Microsoft.Win32" + "Name": "CounterSetInstance", + "Namespace": "System.Diagnostics.PerformanceData" }, { - "Name": "UserPreferenceChangedEventHandler", - "Namespace": "Microsoft.Win32" + "Name": "CounterSetInstanceType", + "Namespace": "System.Diagnostics.PerformanceData" }, { - "Name": "UserPreferenceChangingEventArgs", - "Namespace": "Microsoft.Win32" + "Name": "CounterType", + "Namespace": "System.Diagnostics.PerformanceData" }, { - "Name": "UserPreferenceChangingEventHandler", - "Namespace": "Microsoft.Win32" + "Name": "EventDescriptor", + "Namespace": "System.Diagnostics.Eventing" }, { - "Name": "IntranetZoneCredentialPolicy", - "Namespace": "Microsoft.Win32" + "Name": "EventProvider", + "Namespace": "System.Diagnostics.Eventing" }, { - "Name": "SafeProcessHandle", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "EventProviderTraceListener", + "Namespace": "System.Diagnostics.Eventing" }, { - "Name": "SafeX509ChainHandle", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "EventBookmark", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "StringNormalizationExtensions", - "Namespace": "System" + "Name": "EventLogType", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "UriParser", - "Namespace": "System" + "Name": "EventLogIsolation", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "Uri", - "Namespace": "System" + "Name": "EventLogMode", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "UriBuilder", - "Namespace": "System" + "Name": "EventLogConfiguration", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "UriFormatException", - "Namespace": "System" + "Name": "EventLogLink", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "UriHostNameType", - "Namespace": "System" + "Name": "EventLogStatus", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "UriPartial", - "Namespace": "System" + "Name": "EventProperty", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "UriTypeConverter", - "Namespace": "System" + "Name": "EventLogPropertySelector", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "UriKind", - "Namespace": "System" + "Name": "EventRecord", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "UriComponents", - "Namespace": "System" + "Name": "EventKeyword", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "UriFormat", - "Namespace": "System" + "Name": "EventLevel", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "UriIdnScope", - "Namespace": "System" + "Name": "EventLogRecord", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "GenericUriParserOptions", - "Namespace": "System" + "Name": "EventLogReader", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "GenericUriParser", - "Namespace": "System" + "Name": "EventLogWatcher", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "HttpStyleUriParser", - "Namespace": "System" + "Name": "EventRecordWrittenEventArgs", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "FtpStyleUriParser", - "Namespace": "System" + "Name": "EventLogQuery", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "FileStyleUriParser", - "Namespace": "System" + "Name": "SessionAuthentication", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "NewsStyleUriParser", - "Namespace": "System" + "Name": "PathType", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "GopherStyleUriParser", - "Namespace": "System" + "Name": "EventLogSession", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "LdapStyleUriParser", - "Namespace": "System" + "Name": "EventMetadata", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "NetPipeStyleUriParser", - "Namespace": "System" + "Name": "EventOpcode", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "NetTcpStyleUriParser", - "Namespace": "System" + "Name": "EventTask", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "AspNetHostingPermissionLevel", - "Namespace": "System.Web" + "Name": "EventLogException", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "AspNetHostingPermissionAttribute", - "Namespace": "System.Web" + "Name": "EventLogNotFoundException", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "AspNetHostingPermission", - "Namespace": "System.Web" + "Name": "EventLogReadingException", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "ElapsedEventArgs", - "Namespace": "System.Timers" + "Name": "EventLogProviderDisabledException", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "ElapsedEventHandler", - "Namespace": "System.Timers" + "Name": "EventLogInvalidDataException", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "Timer", - "Namespace": "System.Timers" + "Name": "EventLogInformation", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "TimersDescriptionAttribute", - "Namespace": "System.Timers" + "Name": "ProviderMetadata", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "SchemeSettingElement", - "Namespace": "System.Configuration" + "Name": "StandardEventLevel", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "SchemeSettingElementCollection", - "Namespace": "System.Configuration" + "Name": "StandardEventTask", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "UriSection", - "Namespace": "System.Configuration" + "Name": "StandardEventOpcode", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "IriParsingElement", - "Namespace": "System.Configuration" + "Name": "StandardEventKeywords", + "Namespace": "System.Diagnostics.Eventing.Reader" }, { - "Name": "IdnElement", - "Namespace": "System.Configuration" + "Name": "DataRowComparer", + "Namespace": "System.Data" }, { - "Name": "ApplicationSettingsBase", - "Namespace": "System.Configuration" + "Name": "DataRowComparer`1", + "Namespace": "System.Data" }, { - "Name": "SettingsLoadedEventHandler", - "Namespace": "System.Configuration" + "Name": "DataTableExtensions", + "Namespace": "System.Data" }, { - "Name": "SettingsSavingEventHandler", - "Namespace": "System.Configuration" + "Name": "EnumerableRowCollection", + "Namespace": "System.Data" }, { - "Name": "SettingChangingEventHandler", - "Namespace": "System.Configuration" + "Name": "EnumerableRowCollection`1", + "Namespace": "System.Data" }, { - "Name": "SettingChangingEventArgs", - "Namespace": "System.Configuration" + "Name": "OrderedEnumerableRowCollection`1", + "Namespace": "System.Data" }, { - "Name": "SettingsLoadedEventArgs", - "Namespace": "System.Configuration" + "Name": "EnumerableRowCollectionExtensions", + "Namespace": "System.Data" }, { - "Name": "ConfigurationException", - "Namespace": "System.Configuration" + "Name": "DataRowExtensions", + "Namespace": "System.Data" }, { - "Name": "ConfigurationSettings", - "Namespace": "System.Configuration" + "Name": "TypedTableBase`1", + "Namespace": "System.Data" }, { - "Name": "ConfigXmlDocument", - "Namespace": "System.Configuration" + "Name": "TypedTableBaseExtensions", + "Namespace": "System.Data" }, { - "Name": "DictionarySectionHandler", - "Namespace": "System.Configuration" + "Name": "PropertyConstraintException", + "Namespace": "System.Data" }, { - "Name": "IApplicationSettingsProvider", - "Namespace": "System.Configuration" + "Name": "EntityCommandCompilationException", + "Namespace": "System.Data" }, { - "Name": "IConfigurationSectionHandler", - "Namespace": "System.Configuration" + "Name": "EntityCommandExecutionException", + "Namespace": "System.Data" }, { - "Name": "IConfigurationSystem", - "Namespace": "System.Configuration" + "Name": "EntityException", + "Namespace": "System.Data" }, { - "Name": "IgnoreSectionHandler", - "Namespace": "System.Configuration" + "Name": "EntitySqlException", + "Namespace": "System.Data" }, { - "Name": "IPersistComponentSettings", - "Namespace": "System.Configuration" + "Name": "OptimisticConcurrencyException", + "Namespace": "System.Data" }, { - "Name": "ISettingsProviderService", - "Namespace": "System.Configuration" + "Name": "ProviderIncompatibleException", + "Namespace": "System.Data" }, { - "Name": "LocalFileSettingsProvider", - "Namespace": "System.Configuration" + "Name": "MappingException", + "Namespace": "System.Data" }, { - "Name": "NameValueFileSectionHandler", - "Namespace": "System.Configuration" + "Name": "MetadataException", + "Namespace": "System.Data" }, { - "Name": "NameValueSectionHandler", - "Namespace": "System.Configuration" + "Name": "UpdateException", + "Namespace": "System.Data" }, { - "Name": "SettingsAttributeDictionary", - "Namespace": "System.Configuration" + "Name": "ObjectNotFoundException", + "Namespace": "System.Data" }, { - "Name": "ApplicationScopedSettingAttribute", - "Namespace": "System.Configuration" + "Name": "InvalidCommandTreeException", + "Namespace": "System.Data" }, { - "Name": "DefaultSettingValueAttribute", - "Namespace": "System.Configuration" + "Name": "EntityKey", + "Namespace": "System.Data" }, { - "Name": "NoSettingsVersionUpgradeAttribute", - "Namespace": "System.Configuration" + "Name": "EntityKeyMember", + "Namespace": "System.Data" }, { - "Name": "SettingAttribute", - "Namespace": "System.Configuration" + "Name": "EntityState", + "Namespace": "System.Data" }, { - "Name": "SettingsDescriptionAttribute", - "Namespace": "System.Configuration" + "Name": "IExtendedDataRecord", + "Namespace": "System.Data" }, { - "Name": "SettingsGroupDescriptionAttribute", - "Namespace": "System.Configuration" + "Name": "SqlProviderServices", + "Namespace": "System.Data.SqlClient" }, { - "Name": "SettingsGroupNameAttribute", - "Namespace": "System.Configuration" + "Name": "EntityParameterCollection", + "Namespace": "System.Data.EntityClient" }, { - "Name": "SettingsManageabilityAttribute", - "Namespace": "System.Configuration" + "Name": "EntityParameter", + "Namespace": "System.Data.EntityClient" }, { - "Name": "SettingsProviderAttribute", - "Namespace": "System.Configuration" + "Name": "EntityCommand", + "Namespace": "System.Data.EntityClient" }, { - "Name": "SettingsSerializeAsAttribute", - "Namespace": "System.Configuration" + "Name": "EntityConnection", + "Namespace": "System.Data.EntityClient" }, { - "Name": "SpecialSettingAttribute", - "Namespace": "System.Configuration" + "Name": "EntityConnectionStringBuilder", + "Namespace": "System.Data.EntityClient" }, { - "Name": "UserScopedSettingAttribute", - "Namespace": "System.Configuration" + "Name": "EntityDataReader", + "Namespace": "System.Data.EntityClient" }, { - "Name": "SettingsManageability", - "Namespace": "System.Configuration" + "Name": "EntityProviderFactory", + "Namespace": "System.Data.EntityClient" }, { - "Name": "SpecialSetting", - "Namespace": "System.Configuration" + "Name": "EntityTransaction", + "Namespace": "System.Data.EntityClient" }, { - "Name": "SettingsBase", - "Namespace": "System.Configuration" + "Name": "EntityFunctions", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingsContext", - "Namespace": "System.Configuration" + "Name": "CompiledQuery", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingsProperty", - "Namespace": "System.Configuration" + "Name": "ObjectMaterializedEventArgs", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingsPropertyCollection", - "Namespace": "System.Configuration" + "Name": "ObjectMaterializedEventHandler", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingsPropertyIsReadOnlyException", - "Namespace": "System.Configuration" + "Name": "ObjectQuery`1", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingsPropertyNotFoundException", - "Namespace": "System.Configuration" + "Name": "ObjectResult`1", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingsPropertyValue", - "Namespace": "System.Configuration" + "Name": "DbUpdatableDataRecord", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingsPropertyValueCollection", - "Namespace": "System.Configuration" + "Name": "CurrentValueRecord", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingsPropertyWrongTypeException", - "Namespace": "System.Configuration" + "Name": "OriginalValueRecord", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingsProvider", - "Namespace": "System.Configuration" + "Name": "ObjectResult", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingsProviderCollection", - "Namespace": "System.Configuration" + "Name": "ProxyDataContractResolver", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingsSerializeAs", - "Namespace": "System.Configuration" + "Name": "ObjectStateEntry", + "Namespace": "System.Data.Objects" }, { - "Name": "SingleTagSectionHandler", - "Namespace": "System.Configuration" + "Name": "MergeOption", + "Namespace": "System.Data.Objects" }, { - "Name": "ApplicationSettingsGroup", - "Namespace": "System.Configuration" + "Name": "ObjectContextOptions", + "Namespace": "System.Data.Objects" }, { - "Name": "UserSettingsGroup", - "Namespace": "System.Configuration" + "Name": "ObjectContext", + "Namespace": "System.Data.Objects" }, { - "Name": "ClientSettingsSection", - "Namespace": "System.Configuration" + "Name": "ObjectParameter", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingElementCollection", - "Namespace": "System.Configuration" + "Name": "ObjectParameterCollection", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingElement", - "Namespace": "System.Configuration" + "Name": "ObjectQuery", + "Namespace": "System.Data.Objects" }, { - "Name": "SettingValueElement", - "Namespace": "System.Configuration" + "Name": "ObjectStateManager", + "Namespace": "System.Data.Objects" }, { - "Name": "AppSettingsReader", - "Namespace": "System.Configuration" + "Name": "RefreshMode", + "Namespace": "System.Data.Objects" }, { - "Name": "ICredentialPolicy", - "Namespace": "System.Net" + "Name": "SaveOptions", + "Namespace": "System.Data.Objects" }, { - "Name": "AuthenticationManager", - "Namespace": "System.Net" + "Name": "IObjectSet`1", + "Namespace": "System.Data.Objects" }, { - "Name": "AuthenticationSchemes", - "Namespace": "System.Net" + "Name": "ObjectSet`1", + "Namespace": "System.Data.Objects" }, { - "Name": "AuthenticationSchemeSelector", - "Namespace": "System.Net" + "Name": "SqlFunctions", + "Namespace": "System.Data.Objects.SqlClient" }, { - "Name": "Authorization", - "Namespace": "System.Net" + "Name": "SqlSpatialFunctions", + "Namespace": "System.Data.Objects.SqlClient" }, { - "Name": "Cookie", - "Namespace": "System.Net" + "Name": "EdmEnumTypeAttribute", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "CookieCollection", - "Namespace": "System.Net" + "Name": "IEntityWithChangeTracker", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "CookieContainer", - "Namespace": "System.Net" + "Name": "IEntityWithKey", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "CookieException", - "Namespace": "System.Net" + "Name": "EdmEntityTypeAttribute", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "CredentialCache", - "Namespace": "System.Net" + "Name": "EdmComplexPropertyAttribute", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "Dns", - "Namespace": "System.Net" + "Name": "EdmComplexTypeAttribute", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "DnsEndPoint", - "Namespace": "System.Net" + "Name": "EdmRelationshipNavigationPropertyAttribute", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "DnsPermissionAttribute", - "Namespace": "System.Net" + "Name": "EdmRelationshipAttribute", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "DnsPermission", - "Namespace": "System.Net" + "Name": "EdmPropertyAttribute", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "EndPoint", - "Namespace": "System.Net" + "Name": "EdmSchemaAttribute", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "FileWebRequest", - "Namespace": "System.Net" + "Name": "EdmScalarPropertyAttribute", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "FileWebResponse", - "Namespace": "System.Net" + "Name": "EdmTypeAttribute", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "FtpStatusCode", - "Namespace": "System.Net" + "Name": "ComplexObject", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "WebRequestMethods", - "Namespace": "System.Net" + "Name": "EntityObject", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "FtpWebRequest", - "Namespace": "System.Net" + "Name": "EntityCollection`1", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "FtpWebResponse", - "Namespace": "System.Net" + "Name": "EntityReference", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "GlobalProxySelection", - "Namespace": "System.Net" + "Name": "EntityReference`1", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "HttpListenerBasicIdentity", - "Namespace": "System.Net" + "Name": "RelationshipManager", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "HttpListener", - "Namespace": "System.Net" + "Name": "IEntityChangeTracker", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "HttpListenerContext", - "Namespace": "System.Net" + "Name": "IEntityWithRelationships", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "HttpListenerException", - "Namespace": "System.Net" + "Name": "IRelatedEnd", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "HttpListenerPrefixCollection", - "Namespace": "System.Net" + "Name": "RelatedEnd", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "HttpListenerRequest", - "Namespace": "System.Net" + "Name": "RelationshipKind", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "HttpListenerResponse", - "Namespace": "System.Net" + "Name": "StructuralObject", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "HttpListenerTimeoutManager", - "Namespace": "System.Net" + "Name": "EdmFunctionAttribute", + "Namespace": "System.Data.Objects.DataClasses" }, { - "Name": "HttpRequestHeader", - "Namespace": "System.Net" + "Name": "EdmError", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "HttpResponseHeader", - "Namespace": "System.Net" + "Name": "CollectionKind", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "HttpStatusCode", - "Namespace": "System.Net" + "Name": "ConcurrencyMode", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "HttpVersion", - "Namespace": "System.Net" + "Name": "StoreGeneratedPattern", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "DecompressionMethods", - "Namespace": "System.Net" + "Name": "DataSpace", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "HttpWebRequest", - "Namespace": "System.Net" + "Name": "EdmItemCollection", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "HttpWebResponse", - "Namespace": "System.Net" + "Name": "EdmSchemaError", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "IAuthenticationModule", - "Namespace": "System.Net" + "Name": "EdmSchemaErrorSeverity", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "ICertificatePolicy", - "Namespace": "System.Net" + "Name": "AssociationEndMember", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "ICredentials", - "Namespace": "System.Net" + "Name": "AssociationSet", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "ICredentialsByHost", - "Namespace": "System.Net" + "Name": "AssociationSetEnd", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "HttpContinueDelegate", - "Namespace": "System.Net" + "Name": "AssociationType", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "IPAddress", - "Namespace": "System.Net" + "Name": "PropertyKind", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "IPEndPoint", - "Namespace": "System.Net" + "Name": "BuiltInTypeKind", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "IPHostEntry", - "Namespace": "System.Net" + "Name": "CollectionType", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "IWebProxy", - "Namespace": "System.Net" + "Name": "ComplexType", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "IWebRequestCreate", - "Namespace": "System.Net" + "Name": "Documentation", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "NetworkAccess", - "Namespace": "System.Net" + "Name": "EdmType", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "NetworkCredential", - "Namespace": "System.Net" + "Name": "EntityContainer", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "ProtocolViolationException", - "Namespace": "System.Net" + "Name": "EntitySet", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "TransportContext", - "Namespace": "System.Net" + "Name": "EntitySetBase", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "SecurityProtocolType", - "Namespace": "System.Net" + "Name": "EntityType", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "BindIPEndPoint", - "Namespace": "System.Net" + "Name": "EntityTypeBase", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "ServicePoint", - "Namespace": "System.Net" + "Name": "EnumMember", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "ServicePointManager", - "Namespace": "System.Net" + "Name": "EnumType", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "SocketAddress", - "Namespace": "System.Net" + "Name": "Facet", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "SocketPermissionAttribute", - "Namespace": "System.Net" + "Name": "FacetDescription", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "SocketPermission", - "Namespace": "System.Net" + "Name": "EdmFunction", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "EndpointPermission", - "Namespace": "System.Net" + "Name": "FunctionParameter", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "TransportType", - "Namespace": "System.Net" + "Name": "GlobalItem", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "WebClient", - "Namespace": "System.Net" + "Name": "ItemCollection", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "OpenReadCompletedEventHandler", - "Namespace": "System.Net" + "Name": "EdmMember", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "OpenReadCompletedEventArgs", - "Namespace": "System.Net" + "Name": "MetadataItem", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "OpenWriteCompletedEventHandler", - "Namespace": "System.Net" + "Name": "MetadataProperty", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "OpenWriteCompletedEventArgs", - "Namespace": "System.Net" + "Name": "NavigationProperty", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "DownloadStringCompletedEventHandler", - "Namespace": "System.Net" + "Name": "OperationAction", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "DownloadStringCompletedEventArgs", - "Namespace": "System.Net" + "Name": "ParameterMode", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "DownloadDataCompletedEventHandler", - "Namespace": "System.Net" + "Name": "PrimitiveType", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "DownloadDataCompletedEventArgs", - "Namespace": "System.Net" + "Name": "PrimitiveTypeKind", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "UploadStringCompletedEventHandler", - "Namespace": "System.Net" + "Name": "EdmProperty", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "UploadStringCompletedEventArgs", - "Namespace": "System.Net" + "Name": "ReadOnlyMetadataCollection`1", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "UploadDataCompletedEventHandler", - "Namespace": "System.Net" + "Name": "ReferentialConstraint", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "UploadDataCompletedEventArgs", - "Namespace": "System.Net" + "Name": "RefType", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "UploadFileCompletedEventHandler", - "Namespace": "System.Net" + "Name": "RelationshipEndMember", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "UploadFileCompletedEventArgs", - "Namespace": "System.Net" + "Name": "RelationshipMultiplicity", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "UploadValuesCompletedEventHandler", - "Namespace": "System.Net" + "Name": "RelationshipSet", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "UploadValuesCompletedEventArgs", - "Namespace": "System.Net" + "Name": "RelationshipType", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "DownloadProgressChangedEventHandler", - "Namespace": "System.Net" + "Name": "RowType", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "DownloadProgressChangedEventArgs", - "Namespace": "System.Net" + "Name": "SimpleType", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "UploadProgressChangedEventHandler", - "Namespace": "System.Net" + "Name": "StructuralType", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "UploadProgressChangedEventArgs", - "Namespace": "System.Net" + "Name": "TypeUsage", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "WebException", - "Namespace": "System.Net" + "Name": "MetadataWorkspace", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "WebExceptionStatus", - "Namespace": "System.Net" + "Name": "ObjectItemCollection", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "WebHeaderCollection", - "Namespace": "System.Net" + "Name": "ParameterTypeSemantics", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "WebPermissionAttribute", - "Namespace": "System.Net" + "Name": "StoreItemCollection", + "Namespace": "System.Data.Metadata.Edm" }, { - "Name": "WebPermission", - "Namespace": "System.Net" + "Name": "EntityViewContainer", + "Namespace": "System.Data.Mapping" }, { - "Name": "WebProxy", - "Namespace": "System.Net" + "Name": "EntityViewGenerationAttribute", + "Namespace": "System.Data.Mapping" }, { - "Name": "WebRequest", - "Namespace": "System.Net" + "Name": "MappingItemCollection", + "Namespace": "System.Data.Mapping" }, { - "Name": "WebResponse", - "Namespace": "System.Net" + "Name": "StorageMappingItemCollection", + "Namespace": "System.Data.Mapping" }, { - "Name": "WebUtility", - "Namespace": "System.Net" + "Name": "DbGeography", + "Namespace": "System.Data.Spatial" }, { - "Name": "WriteStreamClosedEventArgs", - "Namespace": "System.Net" + "Name": "DbGeographyWellKnownValue", + "Namespace": "System.Data.Spatial" }, { - "Name": "WriteStreamClosedEventHandler", - "Namespace": "System.Net" + "Name": "DbGeometry", + "Namespace": "System.Data.Spatial" }, { - "Name": "IWebProxyScript", - "Namespace": "System.Net" + "Name": "DbGeometryWellKnownValue", + "Namespace": "System.Data.Spatial" }, { - "Name": "ClientWebSocket", - "Namespace": "System.Net.WebSockets" + "Name": "DbSpatialServices", + "Namespace": "System.Data.Spatial" }, { - "Name": "ClientWebSocketOptions", - "Namespace": "System.Net.WebSockets" + "Name": "DbSpatialDataReader", + "Namespace": "System.Data.Spatial" }, { - "Name": "HttpListenerWebSocketContext", - "Namespace": "System.Net.WebSockets" + "Name": "DbProviderManifest", + "Namespace": "System.Data.Common" }, { - "Name": "WebSocket", - "Namespace": "System.Net.WebSockets" + "Name": "DbXmlEnabledProviderManifest", + "Namespace": "System.Data.Common" }, { - "Name": "WebSocketCloseStatus", - "Namespace": "System.Net.WebSockets" + "Name": "DataRecordInfo", + "Namespace": "System.Data.Common" }, { - "Name": "WebSocketContext", - "Namespace": "System.Net.WebSockets" + "Name": "DbCommandDefinition", + "Namespace": "System.Data.Common" }, { - "Name": "WebSocketError", - "Namespace": "System.Net.WebSockets" + "Name": "DbProviderServices", + "Namespace": "System.Data.Common" }, { - "Name": "WebSocketException", - "Namespace": "System.Net.WebSockets" + "Name": "EntityRecordInfo", + "Namespace": "System.Data.Common" }, { - "Name": "WebSocketMessageType", - "Namespace": "System.Net.WebSockets" + "Name": "FieldMetadata", + "Namespace": "System.Data.Common" }, { - "Name": "WebSocketReceiveResult", - "Namespace": "System.Net.WebSockets" + "Name": "ParseResult", + "Namespace": "System.Data.Common.EntitySql" }, { - "Name": "WebSocketState", - "Namespace": "System.Net.WebSockets" + "Name": "FunctionDefinition", + "Namespace": "System.Data.Common.EntitySql" }, { - "Name": "ContentDisposition", - "Namespace": "System.Net.Mime" + "Name": "EntitySqlParser", + "Namespace": "System.Data.Common.EntitySql" }, { - "Name": "ContentType", - "Namespace": "System.Net.Mime" + "Name": "DbFunctionCommandTree", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "DispositionTypeNames", - "Namespace": "System.Net.Mime" + "Name": "DbCommandTree", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "MediaTypeNames", - "Namespace": "System.Net.Mime" + "Name": "DbDeleteCommandTree", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "TransferEncoding", - "Namespace": "System.Net.Mime" + "Name": "DbExpressionVisitor", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "AlternateView", - "Namespace": "System.Net.Mail" + "Name": "DbExpressionVisitor`1", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "AlternateViewCollection", - "Namespace": "System.Net.Mail" + "Name": "DbInsertCommandTree", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "AttachmentBase", - "Namespace": "System.Net.Mail" + "Name": "DbModificationClause", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "Attachment", - "Namespace": "System.Net.Mail" + "Name": "DbModificationCommandTree", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "AttachmentCollection", - "Namespace": "System.Net.Mail" + "Name": "DbQueryCommandTree", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "LinkedResource", - "Namespace": "System.Net.Mail" + "Name": "DbSetClause", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "LinkedResourceCollection", - "Namespace": "System.Net.Mail" + "Name": "DbUpdateCommandTree", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "MailAddress", - "Namespace": "System.Net.Mail" + "Name": "DbExpressionKind", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "MailAddressCollection", - "Namespace": "System.Net.Mail" + "Name": "DbExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "DeliveryNotificationOptions", - "Namespace": "System.Net.Mail" + "Name": "DbBinaryExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "MailMessage", - "Namespace": "System.Net.Mail" + "Name": "DbUnaryExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "MailPriority", - "Namespace": "System.Net.Mail" + "Name": "DbAggregate", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "SendCompletedEventHandler", - "Namespace": "System.Net.Mail" + "Name": "DbGroupAggregate", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "SmtpDeliveryMethod", - "Namespace": "System.Net.Mail" + "Name": "DbFunctionAggregate", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "SmtpDeliveryFormat", - "Namespace": "System.Net.Mail" + "Name": "DbExpressionBinding", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "SmtpClient", - "Namespace": "System.Net.Mail" + "Name": "DbGroupExpressionBinding", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "SmtpException", - "Namespace": "System.Net.Mail" + "Name": "DbAndExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "SmtpFailedRecipientException", - "Namespace": "System.Net.Mail" + "Name": "DbOrExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "SmtpFailedRecipientsException", - "Namespace": "System.Net.Mail" + "Name": "DbNotExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "SmtpAccess", - "Namespace": "System.Net.Mail" + "Name": "DbArithmeticExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "SmtpPermissionAttribute", - "Namespace": "System.Net.Mail" + "Name": "DbCaseExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "SmtpPermission", - "Namespace": "System.Net.Mail" + "Name": "DbCastExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "SmtpStatusCode", - "Namespace": "System.Net.Mail" + "Name": "DbComparisonExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "DuplicateAddressDetectionState", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbIsEmptyExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "IcmpV4Statistics", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbIsNullExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "IcmpV6Statistics", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbIsOfExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "NetworkInterfaceType", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbOfTypeExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "IPAddressInformation", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbTreatExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "IPAddressInformationCollection", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbLikeExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "IPGlobalProperties", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbEntityRefExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "IPGlobalStatistics", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbRefKeyExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "ScopeLevel", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbApplyExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "IPInterfaceProperties", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbDistinctExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "IPInterfaceStatistics", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbElementExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "IPv4InterfaceStatistics", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbExceptExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "IPStatus", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbFilterExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "UnicastIPAddressInformation", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbGroupByExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "UnicastIPAddressInformationCollection", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbIntersectExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "MulticastIPAddressInformation", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbCrossJoinExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "MulticastIPAddressInformationCollection", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbJoinExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "IPAddressCollection", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbLimitExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "GatewayIPAddressInformation", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbProjectExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "GatewayIPAddressInformationCollection", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbQuantifierExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "IPv4InterfaceProperties", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbSortClause", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "IPv6InterfaceProperties", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbSkipExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "NetworkAvailabilityEventArgs", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbSortExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "NetworkChange", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbUnionAllExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "NetworkAddressChangedEventHandler", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbConstantExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "NetworkAvailabilityChangedEventHandler", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbNullExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "NetworkInformationException", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbVariableReferenceExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "NetworkInformationAccess", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbParameterReferenceExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "NetworkInformationPermissionAttribute", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbPropertyExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "NetworkInformationPermission", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbFunctionExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "NetworkInterface", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbLambdaExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "NetworkInterfaceComponent", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbRelationshipNavigationExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "NetBiosNodeType", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbNewInstanceExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "OperationalStatus", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbRefExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "PhysicalAddress", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbDerefExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "PingCompletedEventHandler", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbScanExpression", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "PingCompletedEventArgs", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbLambda", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "Ping", - "Namespace": "System.Net.NetworkInformation" + "Name": "DefaultExpressionVisitor", + "Namespace": "System.Data.Common.CommandTrees" }, { - "Name": "PingException", - "Namespace": "System.Net.NetworkInformation" + "Name": "DbExpressionBuilder", + "Namespace": "System.Data.Common.CommandTrees.ExpressionBuilder" }, { - "Name": "PingOptions", - "Namespace": "System.Net.NetworkInformation" + "Name": "EdmFunctions", + "Namespace": "System.Data.Common.CommandTrees.ExpressionBuilder" }, { - "Name": "PingReply", - "Namespace": "System.Net.NetworkInformation" + "Name": "Row", + "Namespace": "System.Data.Common.CommandTrees.ExpressionBuilder" }, { - "Name": "PrefixOrigin", - "Namespace": "System.Net.NetworkInformation" + "Name": "SpatialEdmFunctions", + "Namespace": "System.Data.Common.CommandTrees.ExpressionBuilder.Spatial" }, { - "Name": "SuffixOrigin", - "Namespace": "System.Net.NetworkInformation" + "Name": "EdmToObjectNamespaceMap", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "TcpConnectionInformation", - "Namespace": "System.Net.NetworkInformation" + "Name": "TypeGeneratedEventHandler", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "TcpState", - "Namespace": "System.Net.NetworkInformation" + "Name": "PropertyGeneratedEventHandler", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "TcpStatistics", - "Namespace": "System.Net.NetworkInformation" + "Name": "EntityClassGenerator", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "UdpStatistics", - "Namespace": "System.Net.NetworkInformation" + "Name": "LanguageOption", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "RequestCacheLevel", - "Namespace": "System.Net.Cache" + "Name": "PropertyGeneratedEventArgs", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "RequestCachePolicy", - "Namespace": "System.Net.Cache" + "Name": "TypeGeneratedEventArgs", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "HttpRequestCacheLevel", - "Namespace": "System.Net.Cache" + "Name": "EntityModelSchemaGenerator", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "HttpCacheAgeControl", - "Namespace": "System.Net.Cache" + "Name": "EntityStoreSchemaFilterEffect", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "HttpRequestCachePolicy", - "Namespace": "System.Net.Cache" + "Name": "EntityStoreSchemaFilterEntry", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "UnicodeDecodingConformance", - "Namespace": "System.Net.Configuration" + "Name": "EntityStoreSchemaFilterObjectTypes", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "UnicodeEncodingConformance", - "Namespace": "System.Net.Configuration" + "Name": "EntityViewGenerator", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "AuthenticationModuleElement", - "Namespace": "System.Net.Configuration" + "Name": "MetadataExtensionMethods", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "AuthenticationModuleElementCollection", - "Namespace": "System.Net.Configuration" + "Name": "MetadataItemCollectionFactory", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "AuthenticationModulesSection", - "Namespace": "System.Net.Configuration" + "Name": "EntityFrameworkVersions", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "BypassElement", - "Namespace": "System.Net.Configuration" + "Name": "EntityStoreSchemaGenerator", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "BypassElementCollection", - "Namespace": "System.Net.Configuration" + "Name": "EntityCodeGenerator", + "Namespace": "System.Data.Entity.Design" }, { - "Name": "ConnectionManagementElement", - "Namespace": "System.Net.Configuration" + "Name": "ICustomPluralizationMapping", + "Namespace": "System.Data.Entity.Design.PluralizationServices" }, { - "Name": "ConnectionManagementElementCollection", - "Namespace": "System.Net.Configuration" + "Name": "PluralizationService", + "Namespace": "System.Data.Entity.Design.PluralizationServices" }, { - "Name": "ConnectionManagementSection", - "Namespace": "System.Net.Configuration" + "Name": "EntityDesignerBuildProvider", + "Namespace": "System.Data.Entity.Design.AspNet" }, { - "Name": "DefaultProxySection", - "Namespace": "System.Net.Configuration" + "Name": "EntityModelBuildProvider", + "Namespace": "System.Data.Entity.Design.AspNet" }, { - "Name": "HttpWebRequestElement", - "Namespace": "System.Net.Configuration" + "Name": "MappingModelBuildProvider", + "Namespace": "System.Data.Entity.Design.AspNet" }, { - "Name": "HttpListenerElement", - "Namespace": "System.Net.Configuration" + "Name": "StorageModelBuildProvider", + "Namespace": "System.Data.Entity.Design.AspNet" }, { - "Name": "HttpListenerTimeoutsElement", - "Namespace": "System.Net.Configuration" + "Name": "ChangeConflictCollection", + "Namespace": "System.Data.Linq" }, { - "Name": "HttpCachePolicyElement", - "Namespace": "System.Net.Configuration" + "Name": "ObjectChangeConflict", + "Namespace": "System.Data.Linq" }, { - "Name": "FtpCachePolicyElement", - "Namespace": "System.Net.Configuration" + "Name": "MemberChangeConflict", + "Namespace": "System.Data.Linq" }, { - "Name": "Ipv6Element", - "Namespace": "System.Net.Configuration" + "Name": "ChangeAction", + "Namespace": "System.Data.Linq" }, { - "Name": "MailSettingsSectionGroup", - "Namespace": "System.Net.Configuration" + "Name": "IExecuteResult", + "Namespace": "System.Data.Linq" }, { - "Name": "ModuleElement", - "Namespace": "System.Net.Configuration" + "Name": "IFunctionResult", + "Namespace": "System.Data.Linq" }, { - "Name": "NetSectionGroup", - "Namespace": "System.Net.Configuration" + "Name": "ISingleResult`1", + "Namespace": "System.Data.Linq" }, { - "Name": "PerformanceCountersElement", - "Namespace": "System.Net.Configuration" + "Name": "IMultipleResults", + "Namespace": "System.Data.Linq" }, { - "Name": "ProxyElement", - "Namespace": "System.Net.Configuration" + "Name": "CompiledQuery", + "Namespace": "System.Data.Linq" }, { - "Name": "RequestCachingSection", - "Namespace": "System.Net.Configuration" + "Name": "DataLoadOptions", + "Namespace": "System.Data.Linq" }, { - "Name": "SettingsSection", - "Namespace": "System.Net.Configuration" + "Name": "ConflictMode", + "Namespace": "System.Data.Linq" }, { - "Name": "ServicePointManagerElement", - "Namespace": "System.Net.Configuration" + "Name": "RefreshMode", + "Namespace": "System.Data.Linq" }, { - "Name": "SmtpSection", - "Namespace": "System.Net.Configuration" + "Name": "DataContext", + "Namespace": "System.Data.Linq" }, { - "Name": "SmtpNetworkElement", - "Namespace": "System.Net.Configuration" + "Name": "ITable`1", + "Namespace": "System.Data.Linq" }, { - "Name": "SmtpSpecifiedPickupDirectoryElement", - "Namespace": "System.Net.Configuration" + "Name": "ITable", + "Namespace": "System.Data.Linq" }, { - "Name": "SocketElement", - "Namespace": "System.Net.Configuration" + "Name": "Table`1", + "Namespace": "System.Data.Linq" }, { - "Name": "WebProxyScriptElement", - "Namespace": "System.Net.Configuration" + "Name": "ChangeSet", + "Namespace": "System.Data.Linq" }, { - "Name": "WebRequestModuleElement", - "Namespace": "System.Net.Configuration" + "Name": "ModifiedMemberInfo", + "Namespace": "System.Data.Linq" }, { - "Name": "WebRequestModuleElementCollection", - "Namespace": "System.Net.Configuration" + "Name": "DBConvert", + "Namespace": "System.Data.Linq" }, { - "Name": "WebRequestModulesSection", - "Namespace": "System.Net.Configuration" + "Name": "ChangeConflictException", + "Namespace": "System.Data.Linq" }, { - "Name": "WebUtilityElement", - "Namespace": "System.Net.Configuration" + "Name": "DuplicateKeyException", + "Namespace": "System.Data.Linq" }, { - "Name": "AuthenticatedStream", - "Namespace": "System.Net.Security" + "Name": "ForeignKeyReferenceAlreadyHasValueException", + "Namespace": "System.Data.Linq" }, { - "Name": "AuthenticationLevel", - "Namespace": "System.Net.Security" + "Name": "Link`1", + "Namespace": "System.Data.Linq" }, { - "Name": "ProtectionLevel", - "Namespace": "System.Net.Security" + "Name": "EntityRef`1", + "Namespace": "System.Data.Linq" }, { - "Name": "NegotiateStream", - "Namespace": "System.Net.Security" + "Name": "EntitySet`1", + "Namespace": "System.Data.Linq" }, { - "Name": "SslPolicyErrors", - "Namespace": "System.Net.Security" + "Name": "Binary", + "Namespace": "System.Data.Linq" }, { - "Name": "EncryptionPolicy", - "Namespace": "System.Net.Security" + "Name": "SqlMethods", + "Namespace": "System.Data.Linq.SqlClient" }, { - "Name": "RemoteCertificateValidationCallback", - "Namespace": "System.Net.Security" + "Name": "SqlHelpers", + "Namespace": "System.Data.Linq.SqlClient" }, { - "Name": "LocalCertificateSelectionCallback", - "Namespace": "System.Net.Security" + "Name": "Sql2000Provider", + "Namespace": "System.Data.Linq.SqlClient" }, { - "Name": "SslStream", - "Namespace": "System.Net.Security" + "Name": "Sql2005Provider", + "Namespace": "System.Data.Linq.SqlClient" }, { - "Name": "SocketException", - "Namespace": "System.Net.Sockets" + "Name": "Sql2008Provider", + "Namespace": "System.Data.Linq.SqlClient" }, { - "Name": "AddressFamily", - "Namespace": "System.Net.Sockets" + "Name": "SqlProvider", + "Namespace": "System.Data.Linq.SqlClient" }, { - "Name": "IOControlCode", - "Namespace": "System.Net.Sockets" + "Name": "ObjectMaterializer`1", + "Namespace": "System.Data.Linq.SqlClient.Implementation" }, { - "Name": "IPProtectionLevel", - "Namespace": "System.Net.Sockets" + "Name": "FunctionAttribute", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "LingerOption", - "Namespace": "System.Net.Sockets" + "Name": "ResultTypeAttribute", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "MulticastOption", - "Namespace": "System.Net.Sockets" + "Name": "ParameterAttribute", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "IPv6MulticastOption", - "Namespace": "System.Net.Sockets" + "Name": "DatabaseAttribute", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "NetworkStream", - "Namespace": "System.Net.Sockets" + "Name": "TableAttribute", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "ProtocolFamily", - "Namespace": "System.Net.Sockets" + "Name": "InheritanceMappingAttribute", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "ProtocolType", - "Namespace": "System.Net.Sockets" + "Name": "DataAttribute", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SelectMode", - "Namespace": "System.Net.Sockets" + "Name": "UpdateCheck", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketInformationOptions", - "Namespace": "System.Net.Sockets" + "Name": "AutoSync", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketInformation", - "Namespace": "System.Net.Sockets" + "Name": "ColumnAttribute", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "Socket", - "Namespace": "System.Net.Sockets" + "Name": "AssociationAttribute", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketAsyncOperation", - "Namespace": "System.Net.Sockets" + "Name": "ProviderAttribute", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SendPacketsElement", - "Namespace": "System.Net.Sockets" + "Name": "MappingSource", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketClientAccessPolicyProtocol", - "Namespace": "System.Net.Sockets" + "Name": "AttributeMappingSource", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketAsyncEventArgs", - "Namespace": "System.Net.Sockets" + "Name": "XmlMappingSource", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketError", - "Namespace": "System.Net.Sockets" + "Name": "MetaModel", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketFlags", - "Namespace": "System.Net.Sockets" + "Name": "MetaTable", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketOptionLevel", - "Namespace": "System.Net.Sockets" + "Name": "MetaType", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketOptionName", - "Namespace": "System.Net.Sockets" + "Name": "MetaDataMember", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketShutdown", - "Namespace": "System.Net.Sockets" + "Name": "MetaFunction", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketReceiveFromResult", - "Namespace": "System.Net.Sockets" + "Name": "MetaParameter", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketReceiveMessageFromResult", - "Namespace": "System.Net.Sockets" + "Name": "MetaAssociation", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketTaskExtensions", - "Namespace": "System.Net.Sockets" + "Name": "MetaAccessor", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "SocketType", - "Namespace": "System.Net.Sockets" + "Name": "MetaAccessor`2", + "Namespace": "System.Data.Linq.Mapping" }, { - "Name": "TcpClient", - "Namespace": "System.Net.Sockets" + "Name": "DataServiceOperationContext", + "Namespace": "System.Data.Services" }, { - "Name": "TcpListener", - "Namespace": "System.Net.Sockets" + "Name": "ChangeInterceptorAttribute", + "Namespace": "System.Data.Services" }, { - "Name": "TransmitFileOptions", - "Namespace": "System.Net.Sockets" + "Name": "DataService`1", + "Namespace": "System.Data.Services" }, { - "Name": "UdpClient", - "Namespace": "System.Net.Sockets" + "Name": "DataServiceBehavior", + "Namespace": "System.Data.Services" }, { - "Name": "UdpReceiveResult", - "Namespace": "System.Net.Sockets" + "Name": "DataServiceConfiguration", + "Namespace": "System.Data.Services" }, { - "Name": "IPPacketInformation", - "Namespace": "System.Net.Sockets" + "Name": "DataServiceException", + "Namespace": "System.Data.Services" }, { - "Name": "ICommand", - "Namespace": "System.Windows.Input" + "Name": "DataServiceHost", + "Namespace": "System.Data.Services" }, { - "Name": "ValueSerializerAttribute", - "Namespace": "System.Windows.Markup" + "Name": "DataServiceHostFactory", + "Namespace": "System.Data.Services" }, { - "Name": "SoundPlayer", - "Namespace": "System.Media" + "Name": "DataServiceProcessingPipelineEventArgs", + "Namespace": "System.Data.Services" }, { - "Name": "SystemSounds", - "Namespace": "System.Media" + "Name": "DataServiceProcessingPipeline", + "Namespace": "System.Data.Services" }, { - "Name": "SystemSound", - "Namespace": "System.Media" + "Name": "ETagAttribute", + "Namespace": "System.Data.Services" }, { - "Name": "BitVector32", - "Namespace": "System.Collections.Specialized" + "Name": "ExpandSegment", + "Namespace": "System.Data.Services" }, { - "Name": "CollectionsUtil", - "Namespace": "System.Collections.Specialized" + "Name": "ExpandSegmentCollection", + "Namespace": "System.Data.Services" }, { - "Name": "HybridDictionary", - "Namespace": "System.Collections.Specialized" + "Name": "HandleExceptionArgs", + "Namespace": "System.Data.Services" }, { - "Name": "INotifyCollectionChanged", - "Namespace": "System.Collections.Specialized" + "Name": "IDataServiceConfiguration", + "Namespace": "System.Data.Services" }, { - "Name": "IOrderedDictionary", - "Namespace": "System.Collections.Specialized" + "Name": "IDataServiceHost", + "Namespace": "System.Data.Services" }, { - "Name": "ListDictionary", - "Namespace": "System.Collections.Specialized" + "Name": "IDataServiceHost2", + "Namespace": "System.Data.Services" }, { - "Name": "NameObjectCollectionBase", - "Namespace": "System.Collections.Specialized" + "Name": "IExpandProvider", + "Namespace": "System.Data.Services" }, { - "Name": "NameValueCollection", - "Namespace": "System.Collections.Specialized" + "Name": "IExpandedResult", + "Namespace": "System.Data.Services" }, { - "Name": "NotifyCollectionChangedAction", - "Namespace": "System.Collections.Specialized" + "Name": "IRequestHandler", + "Namespace": "System.Data.Services" }, { - "Name": "NotifyCollectionChangedEventArgs", - "Namespace": "System.Collections.Specialized" + "Name": "IUpdatable", + "Namespace": "System.Data.Services" }, { - "Name": "NotifyCollectionChangedEventHandler", - "Namespace": "System.Collections.Specialized" + "Name": "IgnorePropertiesAttribute", + "Namespace": "System.Data.Services" }, { - "Name": "OrderedDictionary", - "Namespace": "System.Collections.Specialized" + "Name": "MimeTypeAttribute", + "Namespace": "System.Data.Services" }, { - "Name": "StringCollection", - "Namespace": "System.Collections.Specialized" + "Name": "ProcessRequestArgs", + "Namespace": "System.Data.Services" }, { - "Name": "StringEnumerator", - "Namespace": "System.Collections.Specialized" + "Name": "QueryInterceptorAttribute", + "Namespace": "System.Data.Services" }, { - "Name": "StringDictionary", - "Namespace": "System.Collections.Specialized" + "Name": "UpdateOperations", + "Namespace": "System.Data.Services" }, { - "Name": "ObservableCollection`1", - "Namespace": "System.Collections.ObjectModel" + "Name": "EntitySetRights", + "Namespace": "System.Data.Services" }, { - "Name": "ReadOnlyObservableCollection`1", - "Namespace": "System.Collections.ObjectModel" + "Name": "ServiceOperationRights", + "Namespace": "System.Data.Services" }, { - "Name": "LinkedList`1", - "Namespace": "System.Collections.Generic" + "Name": "SingleResultAttribute", + "Namespace": "System.Data.Services" }, { - "Name": "LinkedListNode`1", - "Namespace": "System.Collections.Generic" + "Name": "ProjectedWrapper", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "Queue`1", - "Namespace": "System.Collections.Generic" + "Name": "ProjectedWrapper0", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "SortedList`2", - "Namespace": "System.Collections.Generic" + "Name": "ProjectedWrapper1", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "Stack`1", - "Namespace": "System.Collections.Generic" + "Name": "ProjectedWrapper2", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "SortedDictionary`2", - "Namespace": "System.Collections.Generic" + "Name": "ProjectedWrapper3", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "SortedSet`1", - "Namespace": "System.Collections.Generic" + "Name": "ProjectedWrapper4", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "ISet`1", - "Namespace": "System.Collections.Generic" + "Name": "ProjectedWrapper5", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "BlockingCollection`1", - "Namespace": "System.Collections.Concurrent" + "Name": "ProjectedWrapper6", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "ConcurrentBag`1", - "Namespace": "System.Collections.Concurrent" + "Name": "ProjectedWrapper7", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "Semaphore", - "Namespace": "System.Threading" + "Name": "ProjectedWrapper8", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "BarrierPostPhaseException", - "Namespace": "System.Threading" + "Name": "ProjectedWrapperMany", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "Barrier", - "Namespace": "System.Threading" + "Name": "ProjectedWrapperManyEnd", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "ThreadExceptionEventArgs", - "Namespace": "System.Threading" + "Name": "ExpandedWrapper`1", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "ThreadExceptionEventHandler", - "Namespace": "System.Threading" + "Name": "ExpandedWrapper`2", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "FrameworkName", - "Namespace": "System.Runtime.Versioning" + "Name": "ExpandedWrapper`3", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "HandleCollector", - "Namespace": "System.Runtime.InteropServices" + "Name": "ExpandedWrapper`4", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "DefaultParameterValueAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "ExpandedWrapper`5", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "StandardOleMarshalObject", - "Namespace": "System.Runtime.InteropServices" + "Name": "ExpandedWrapper`6", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "ADVF", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "ExpandedWrapper`7", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "DATADIR", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "ExpandedWrapper`8", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "DVASPECT", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "ExpandedWrapper`9", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "FORMATETC", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "ExpandedWrapper`10", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "IAdviseSink", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "ExpandedWrapper`11", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "IDataObject", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "ExpandedWrapper`12", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "IEnumFORMATETC", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "ExpandedWrapper`13", + "Namespace": "System.Data.Services.Internal" }, { - "Name": "IEnumSTATDATA", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "OpenTypeMethods", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "STATDATA", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "IDataServiceMetadataProvider", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "STGMEDIUM", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "IDataServicePagingProvider", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "TYMED", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "IDataServiceQueryProvider", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "ICustomTypeProvider", - "Namespace": "System.Reflection" + "Name": "IDataServiceUpdateProvider", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "InvalidDataException", - "Namespace": "System.IO" + "Name": "DataServiceProviderMethods", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "NotifyFilters", - "Namespace": "System.IO" + "Name": "IDataServiceStreamProvider", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "ErrorEventArgs", - "Namespace": "System.IO" + "Name": "ResourceAssociationSetEnd", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "ErrorEventHandler", - "Namespace": "System.IO" + "Name": "ResourceAssociationSet", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "FileSystemEventArgs", - "Namespace": "System.IO" + "Name": "ResourceSet", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "FileSystemEventHandler", - "Namespace": "System.IO" + "Name": "ResourceProperty", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "FileSystemWatcher", - "Namespace": "System.IO" + "Name": "ResourcePropertyKind", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "InternalBufferOverflowException", - "Namespace": "System.IO" + "Name": "ResourceType", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "IODescriptionAttribute", - "Namespace": "System.IO" + "Name": "ResourceTypeKind", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "RenamedEventArgs", - "Namespace": "System.IO" + "Name": "ServiceOperation", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "RenamedEventHandler", - "Namespace": "System.IO" + "Name": "ServiceOperationParameter", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "WaitForChangedResult", - "Namespace": "System.IO" + "Name": "ServiceOperationResultKind", + "Namespace": "System.Data.Services.Providers" }, { - "Name": "WatcherChangeTypes", - "Namespace": "System.IO" + "Name": "DataServicesFeaturesSection", + "Namespace": "System.Data.Services.Configuration" }, { - "Name": "Handshake", - "Namespace": "System.IO.Ports" + "Name": "DataServicesReplaceFunctionFeature", + "Namespace": "System.Data.Services.Configuration" }, { - "Name": "Parity", - "Namespace": "System.IO.Ports" + "Name": "DataServicesSectionGroup", + "Namespace": "System.Data.Services.Configuration" }, { - "Name": "SerialError", - "Namespace": "System.IO.Ports" + "Name": "DataServiceEntityAttribute", + "Namespace": "System.Data.Services.Common" }, { - "Name": "SerialErrorReceivedEventArgs", - "Namespace": "System.IO.Ports" + "Name": "EntitySetAttribute", + "Namespace": "System.Data.Services.Common" }, { - "Name": "SerialErrorReceivedEventHandler", - "Namespace": "System.IO.Ports" + "Name": "SyndicationItemProperty", + "Namespace": "System.Data.Services.Common" }, { - "Name": "SerialPinChange", - "Namespace": "System.IO.Ports" + "Name": "SyndicationTextContentKind", + "Namespace": "System.Data.Services.Common" }, { - "Name": "SerialPinChangedEventArgs", - "Namespace": "System.IO.Ports" + "Name": "EntityPropertyMappingAttribute", + "Namespace": "System.Data.Services.Common" }, { - "Name": "SerialPinChangedEventHandler", - "Namespace": "System.IO.Ports" + "Name": "HasStreamAttribute", + "Namespace": "System.Data.Services.Common" }, { - "Name": "SerialPort", - "Namespace": "System.IO.Ports" + "Name": "DataServiceKeyAttribute", + "Namespace": "System.Data.Services.Common" }, { - "Name": "SerialData", - "Namespace": "System.IO.Ports" + "Name": "DataServiceProtocolVersion", + "Namespace": "System.Data.Services.Common" }, { - "Name": "SerialDataReceivedEventArgs", - "Namespace": "System.IO.Ports" + "Name": "DataServiceQueryContinuation", + "Namespace": "System.Data.Services.Client" }, { - "Name": "SerialDataReceivedEventHandler", - "Namespace": "System.IO.Ports" + "Name": "DataServiceQueryContinuation`1", + "Namespace": "System.Data.Services.Client" }, { - "Name": "StopBits", - "Namespace": "System.IO.Ports" + "Name": "EntityChangedParams", + "Namespace": "System.Data.Services.Client" }, { - "Name": "CompressionMode", - "Namespace": "System.IO.Compression" + "Name": "EntityCollectionChangedParams", + "Namespace": "System.Data.Services.Client" }, { - "Name": "CompressionLevel", - "Namespace": "System.IO.Compression" + "Name": "TrackingMode", + "Namespace": "System.Data.Services.Client" }, { - "Name": "DeflateStream", - "Namespace": "System.IO.Compression" + "Name": "DataServiceCollection`1", + "Namespace": "System.Data.Services.Client" }, { - "Name": "GZipStream", - "Namespace": "System.IO.Compression" + "Name": "DataServiceQueryException", + "Namespace": "System.Data.Services.Client" }, { - "Name": "SecureStringMarshal", - "Namespace": "System.Security" + "Name": "DataServiceRequestArgs", + "Namespace": "System.Data.Services.Client" }, { - "Name": "DynamicRoleClaimProvider", - "Namespace": "System.Security.Claims" + "Name": "DataServiceRequestException", + "Namespace": "System.Data.Services.Client" }, { - "Name": "AuthenticationException", - "Namespace": "System.Security.Authentication" + "Name": "DataServiceStreamResponse", + "Namespace": "System.Data.Services.Client" }, { - "Name": "InvalidCredentialException", - "Namespace": "System.Security.Authentication" + "Name": "Descriptor", + "Namespace": "System.Data.Services.Client" }, { - "Name": "SslProtocols", - "Namespace": "System.Security.Authentication" + "Name": "LinkDescriptor", + "Namespace": "System.Data.Services.Client" }, { - "Name": "ExchangeAlgorithmType", - "Namespace": "System.Security.Authentication" + "Name": "ChangeOperationResponse", + "Namespace": "System.Data.Services.Client" }, { - "Name": "CipherAlgorithmType", - "Namespace": "System.Security.Authentication" + "Name": "DataServiceClientException", + "Namespace": "System.Data.Services.Client" }, { - "Name": "HashAlgorithmType", - "Namespace": "System.Security.Authentication" + "Name": "DataServiceQuery", + "Namespace": "System.Data.Services.Client" }, { - "Name": "ChannelBinding", - "Namespace": "System.Security.Authentication.ExtendedProtection" + "Name": "DataServiceRequest", + "Namespace": "System.Data.Services.Client" }, { - "Name": "ChannelBindingKind", - "Namespace": "System.Security.Authentication.ExtendedProtection" + "Name": "DataServiceRequest`1", + "Namespace": "System.Data.Services.Client" }, { - "Name": "ExtendedProtectionPolicy", - "Namespace": "System.Security.Authentication.ExtendedProtection" + "Name": "DataServiceResponse", + "Namespace": "System.Data.Services.Client" }, { - "Name": "ExtendedProtectionPolicyTypeConverter", - "Namespace": "System.Security.Authentication.ExtendedProtection" + "Name": "OperationResponse", + "Namespace": "System.Data.Services.Client" }, { - "Name": "PolicyEnforcement", - "Namespace": "System.Security.Authentication.ExtendedProtection" + "Name": "QueryOperationResponse`1", + "Namespace": "System.Data.Services.Client" }, { - "Name": "ProtectionScenario", - "Namespace": "System.Security.Authentication.ExtendedProtection" + "Name": "QueryOperationResponse", + "Namespace": "System.Data.Services.Client" }, { - "Name": "ServiceNameCollection", - "Namespace": "System.Security.Authentication.ExtendedProtection" + "Name": "ReadingWritingEntityEventArgs", + "Namespace": "System.Data.Services.Client" }, { - "Name": "TokenBindingType", - "Namespace": "System.Security.Authentication.ExtendedProtection" + "Name": "MediaEntryAttribute", + "Namespace": "System.Data.Services.Client" }, { - "Name": "TokenBinding", - "Namespace": "System.Security.Authentication.ExtendedProtection" + "Name": "MergeOption", + "Namespace": "System.Data.Services.Client" }, { - "Name": "ExtendedProtectionPolicyElement", - "Namespace": "System.Security.Authentication.ExtendedProtection.Configuration" + "Name": "MimeTypePropertyAttribute", + "Namespace": "System.Data.Services.Client" }, { - "Name": "ServiceNameElementCollection", - "Namespace": "System.Security.Authentication.ExtendedProtection.Configuration" + "Name": "EntityDescriptor", + "Namespace": "System.Data.Services.Client" }, { - "Name": "ServiceNameElement", - "Namespace": "System.Security.Authentication.ExtendedProtection.Configuration" + "Name": "EntityStates", + "Namespace": "System.Data.Services.Client" }, { - "Name": "AsnEncodedData", - "Namespace": "System.Security.Cryptography" + "Name": "SaveChangesOptions", + "Namespace": "System.Data.Services.Client" }, { - "Name": "AsnEncodedDataCollection", - "Namespace": "System.Security.Cryptography" + "Name": "SendingRequestEventArgs", + "Namespace": "System.Data.Services.Client" }, { - "Name": "AsnEncodedDataEnumerator", - "Namespace": "System.Security.Cryptography" + "Name": "DataServiceContext", + "Namespace": "System.Data.Services.Client" }, { - "Name": "OidGroup", - "Namespace": "System.Security.Cryptography" + "Name": "DataServiceQuery`1", + "Namespace": "System.Data.Services.Client" }, { - "Name": "Oid", - "Namespace": "System.Security.Cryptography" + "Name": "DataServiceBuildProvider", + "Namespace": "System.Data.Services.BuildProvider" }, { - "Name": "OidCollection", - "Namespace": "System.Security.Cryptography" + "Name": "EdmToObjectNamespaceMap", + "Namespace": "System.Data.Services.Design" }, { - "Name": "OidEnumerator", - "Namespace": "System.Security.Cryptography" + "Name": "EntityClassGenerator", + "Namespace": "System.Data.Services.Design" }, { - "Name": "X500DistinguishedNameFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "LanguageOption", + "Namespace": "System.Data.Services.Design" }, { - "Name": "X500DistinguishedName", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "DataServiceCodeVersion", + "Namespace": "System.Data.Services.Design" }, { - "Name": "X509NameType", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "PropertyGeneratedEventArgs", + "Namespace": "System.Data.Services.Design" }, { - "Name": "X509IncludeOption", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "TypeGeneratedEventArgs", + "Namespace": "System.Data.Services.Design" }, { - "Name": "PublicKey", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "ContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509Certificate2", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "ElementContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509FindType", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "NodeKindContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509Certificate2Collection", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "AttributeIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509Certificate2Enumerator", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "NamespaceIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509ChainStatusFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "AttributeContentIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509ChainStatus", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "ContentMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509Chain", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "DodSequenceMerge", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509ChainElement", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "SetIteratorResult", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509ChainElementCollection", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "UnionIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509ChainElementEnumerator", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "IntersectIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509RevocationMode", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "DifferenceIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509RevocationFlag", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "FollowingSiblingIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509VerificationFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "FollowingSiblingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509ChainPolicy", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "PrecedingSiblingIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509Extension", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "PrecedingSiblingDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509KeyUsageFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "StringConcat", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509KeyUsageExtension", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "DescendantIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509BasicConstraintsExtension", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "DescendantMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509EnhancedKeyUsageExtension", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "ParentIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509SubjectKeyIdentifierHashAlgorithm", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "AncestorIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509SubjectKeyIdentifierExtension", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "AncestorDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509ExtensionCollection", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "XPathFollowingIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509ExtensionEnumerator", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "XPathFollowingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "StoreLocation", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "PrecedingIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "OpenFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "XPathPrecedingIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "StoreName", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "XPathPrecedingDocOrderIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509Store", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "XPathPrecedingMergeIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "X509CertificateCollection", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "NodeRangeIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "StorePermission", - "Namespace": "System.Security.Permissions" + "Name": "Int32Aggregator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "StorePermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "Int64Aggregator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "StorePermissionFlags", - "Namespace": "System.Security.Permissions" + "Name": "DecimalAggregator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "TypeDescriptorPermissionFlags", - "Namespace": "System.Security.Permissions" + "Name": "DoubleAggregator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "TypeDescriptorPermission", - "Namespace": "System.Security.Permissions" + "Name": "XmlCollation", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "TypeDescriptorPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "XmlILIndex", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "ResourcePermissionBase", - "Namespace": "System.Security.Permissions" + "Name": "XmlILStorageConverter", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "ResourcePermissionBaseEntry", - "Namespace": "System.Security.Permissions" + "Name": "IteratorResult", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "SemaphoreRights", - "Namespace": "System.Security.AccessControl" + "Name": "IdIterator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "SemaphoreAccessRule", - "Namespace": "System.Security.AccessControl" + "Name": "XmlNavigatorFilter", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "SemaphoreAuditRule", - "Namespace": "System.Security.AccessControl" + "Name": "XmlQueryContext", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "SemaphoreSecurity", - "Namespace": "System.Security.AccessControl" + "Name": "XmlQueryOutput", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "BooleanSwitch", - "Namespace": "System.Diagnostics" + "Name": "XmlQueryRuntime", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "ConsoleTraceListener", - "Namespace": "System.Diagnostics" + "Name": "XmlQuerySequence`1", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "CorrelationManager", - "Namespace": "System.Diagnostics" + "Name": "XmlQueryItemSequence", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "Debug", - "Namespace": "System.Diagnostics" + "Name": "XmlQueryNodeSequence", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "DefaultTraceListener", - "Namespace": "System.Diagnostics" + "Name": "XmlSortKeyAccumulator", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "DelimitedListTraceListener", - "Namespace": "System.Diagnostics" + "Name": "XsltConvert", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "EventTypeFilter", - "Namespace": "System.Diagnostics" + "Name": "XsltFunctions", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "SourceFilter", - "Namespace": "System.Diagnostics" + "Name": "XsltLibrary", + "Namespace": "System.Xml.Xsl.Runtime" }, { - "Name": "SourceLevels", - "Namespace": "System.Diagnostics" + "Name": "RSAPKCS1SHA256SignatureDescription", + "Namespace": "System.Deployment.Internal.CodeSigning" }, { - "Name": "SourceSwitch", - "Namespace": "System.Diagnostics" + "Name": "ApplicationDeployment", + "Namespace": "System.Deployment.Application" }, { - "Name": "Switch", - "Namespace": "System.Diagnostics" + "Name": "UpdateCheckInfo", + "Namespace": "System.Deployment.Application" }, { - "Name": "SwitchAttribute", - "Namespace": "System.Diagnostics" + "Name": "CheckForUpdateCompletedEventHandler", + "Namespace": "System.Deployment.Application" }, { - "Name": "SwitchLevelAttribute", - "Namespace": "System.Diagnostics" + "Name": "CheckForUpdateCompletedEventArgs", + "Namespace": "System.Deployment.Application" }, { - "Name": "TextWriterTraceListener", - "Namespace": "System.Diagnostics" + "Name": "DownloadFileGroupCompletedEventHandler", + "Namespace": "System.Deployment.Application" }, { - "Name": "Trace", - "Namespace": "System.Diagnostics" + "Name": "DownloadFileGroupCompletedEventArgs", + "Namespace": "System.Deployment.Application" }, { - "Name": "TraceEventCache", - "Namespace": "System.Diagnostics" + "Name": "CompatibleFramework", + "Namespace": "System.Deployment.Application" }, { - "Name": "TraceEventType", - "Namespace": "System.Diagnostics" + "Name": "CompatibleFrameworks", + "Namespace": "System.Deployment.Application" }, { - "Name": "TraceFilter", - "Namespace": "System.Diagnostics" + "Name": "DeploymentProgressChangedEventHandler", + "Namespace": "System.Deployment.Application" }, { - "Name": "TraceLevel", - "Namespace": "System.Diagnostics" + "Name": "DeploymentProgressChangedEventArgs", + "Namespace": "System.Deployment.Application" }, { - "Name": "TraceListener", - "Namespace": "System.Diagnostics" + "Name": "DeploymentProgressState", + "Namespace": "System.Deployment.Application" }, { - "Name": "TraceListenerCollection", - "Namespace": "System.Diagnostics" + "Name": "DeploymentServiceCom", + "Namespace": "System.Deployment.Application" }, { - "Name": "TraceOptions", - "Namespace": "System.Diagnostics" + "Name": "DeploymentException", + "Namespace": "System.Deployment.Application" }, { - "Name": "TraceSource", - "Namespace": "System.Diagnostics" + "Name": "InvalidDeploymentException", + "Namespace": "System.Deployment.Application" }, { - "Name": "TraceSwitch", - "Namespace": "System.Diagnostics" + "Name": "DeploymentDownloadException", + "Namespace": "System.Deployment.Application" }, { - "Name": "XmlWriterTraceListener", - "Namespace": "System.Diagnostics" + "Name": "TrustNotGrantedException", + "Namespace": "System.Deployment.Application" }, { - "Name": "StackFrameExtensions", - "Namespace": "System.Diagnostics" + "Name": "DependentPlatformMissingException", + "Namespace": "System.Deployment.Application" }, { - "Name": "CounterCreationData", - "Namespace": "System.Diagnostics" + "Name": "CompatibleFrameworkMissingException", + "Namespace": "System.Deployment.Application" }, { - "Name": "CounterCreationDataCollection", - "Namespace": "System.Diagnostics" + "Name": "SupportedRuntimeMissingException", + "Namespace": "System.Deployment.Application" }, { - "Name": "CounterSample", - "Namespace": "System.Diagnostics" + "Name": "InPlaceHostingManager", + "Namespace": "System.Deployment.Application" }, { - "Name": "CounterSampleCalculator", - "Namespace": "System.Diagnostics" + "Name": "GetManifestCompletedEventArgs", + "Namespace": "System.Deployment.Application" }, { - "Name": "DataReceivedEventHandler", - "Namespace": "System.Diagnostics" + "Name": "DownloadProgressChangedEventArgs", + "Namespace": "System.Deployment.Application" }, { - "Name": "DataReceivedEventArgs", - "Namespace": "System.Diagnostics" + "Name": "DownloadApplicationCompletedEventArgs", + "Namespace": "System.Deployment.Application" }, { - "Name": "DiagnosticsConfigurationHandler", - "Namespace": "System.Diagnostics" + "Name": "ITargetAwareCodeDomProvider", + "Namespace": "System.Resources.Tools" }, { - "Name": "EntryWrittenEventArgs", - "Namespace": "System.Diagnostics" + "Name": "StronglyTypedResourceBuilder", + "Namespace": "System.Resources.Tools" }, { - "Name": "EntryWrittenEventHandler", - "Namespace": "System.Diagnostics" + "Name": "MessageDesigner", + "Namespace": "System.Messaging.Design" }, { - "Name": "EventInstance", - "Namespace": "System.Diagnostics" + "Name": "ServiceControllerDesigner", + "Namespace": "System.ServiceProcess.Design" }, { - "Name": "EventLog", - "Namespace": "System.Diagnostics" + "Name": "AppSettingsExpressionEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EventLogEntry", - "Namespace": "System.Diagnostics" + "Name": "ClientScriptItem", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EventLogEntryCollection", - "Namespace": "System.Diagnostics" + "Name": "ClientScriptItemCollection", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EventLogEntryType", - "Namespace": "System.Diagnostics" + "Name": "ColorBuilder", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EventLogPermission", - "Namespace": "System.Diagnostics" + "Name": "ConnectionStringEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EventLogPermissionAccess", - "Namespace": "System.Diagnostics" + "Name": "ConnectionStringsExpressionEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EventLogPermissionAttribute", - "Namespace": "System.Diagnostics" + "Name": "ContainerControlDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EventLogPermissionEntry", - "Namespace": "System.Diagnostics" + "Name": "ContentDefinition", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EventLogPermissionEntryCollection", - "Namespace": "System.Diagnostics" + "Name": "ControlDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EventLogTraceListener", - "Namespace": "System.Diagnostics" + "Name": "ControlDesignerState", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EventSourceCreationData", - "Namespace": "System.Diagnostics" + "Name": "ControlLocation", + "Namespace": "System.Web.UI.Design" }, { - "Name": "FileVersionInfo", - "Namespace": "System.Diagnostics" + "Name": "ControlParser", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ICollectData", - "Namespace": "System.Diagnostics" + "Name": "ControlPersister", + "Namespace": "System.Web.UI.Design" }, { - "Name": "InstanceData", - "Namespace": "System.Diagnostics" + "Name": "DataBindingCollectionConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "InstanceDataCollection", - "Namespace": "System.Diagnostics" + "Name": "DataBindingCollectionEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "InstanceDataCollectionCollection", - "Namespace": "System.Diagnostics" + "Name": "DataBindingHandler", + "Namespace": "System.Web.UI.Design" }, { - "Name": "MonitoringDescriptionAttribute", - "Namespace": "System.Diagnostics" + "Name": "DataBindingValueUIHandler", + "Namespace": "System.Web.UI.Design" }, { - "Name": "OverflowAction", - "Namespace": "System.Diagnostics" + "Name": "DataColumnSelectionConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "PerformanceCounter", - "Namespace": "System.Diagnostics" + "Name": "DataFieldConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "PerformanceCounterCategory", - "Namespace": "System.Diagnostics" + "Name": "DataMemberConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "PerformanceCounterCategoryType", - "Namespace": "System.Diagnostics" + "Name": "DataSetFieldSchema", + "Namespace": "System.Web.UI.Design" }, { - "Name": "PerformanceCounterInstanceLifetime", - "Namespace": "System.Diagnostics" + "Name": "DataSetSchema", + "Namespace": "System.Web.UI.Design" }, { - "Name": "PerformanceCounterManager", - "Namespace": "System.Diagnostics" + "Name": "DataSetViewSchema", + "Namespace": "System.Web.UI.Design" }, { - "Name": "PerformanceCounterPermission", - "Namespace": "System.Diagnostics" + "Name": "DataSourceBooleanViewSchemaConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "PerformanceCounterPermissionAccess", - "Namespace": "System.Diagnostics" + "Name": "DataSourceConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "PerformanceCounterPermissionAttribute", - "Namespace": "System.Diagnostics" + "Name": "DataSourceDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "PerformanceCounterPermissionEntry", - "Namespace": "System.Diagnostics" + "Name": "DataSourceViewSchemaConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "PerformanceCounterPermissionEntryCollection", - "Namespace": "System.Diagnostics" + "Name": "DesignerAutoFormat", + "Namespace": "System.Web.UI.Design" }, { - "Name": "PerformanceCounterType", - "Namespace": "System.Diagnostics" + "Name": "DesignerAutoFormatCollection", + "Namespace": "System.Web.UI.Design" }, { - "Name": "Process", - "Namespace": "System.Diagnostics" + "Name": "DesignerAutoFormatStyle", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ProcessModule", - "Namespace": "System.Diagnostics" + "Name": "DesignerDataSourceView", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ProcessModuleCollection", - "Namespace": "System.Diagnostics" + "Name": "DesignerHierarchicalDataSourceView", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ProcessPriorityClass", - "Namespace": "System.Diagnostics" + "Name": "DesignerObject", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ProcessStartInfo", - "Namespace": "System.Diagnostics" + "Name": "DesignerRegion", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ProcessThread", - "Namespace": "System.Diagnostics" + "Name": "DesignerRegionCollection", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ProcessThreadCollection", - "Namespace": "System.Diagnostics" + "Name": "DesignerRegionMouseEventArgs", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ProcessWindowStyle", - "Namespace": "System.Diagnostics" + "Name": "DesignTimeData", + "Namespace": "System.Web.UI.Design" }, { - "Name": "Stopwatch", - "Namespace": "System.Diagnostics" + "Name": "DesignTimeResourceProviderFactory", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ThreadPriorityLevel", - "Namespace": "System.Diagnostics" + "Name": "EditableDesignerRegion", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ThreadState", - "Namespace": "System.Diagnostics" + "Name": "ExpressionEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ThreadWaitReason", - "Namespace": "System.Diagnostics" + "Name": "ExpressionEditorSheet", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ExcludeFromCodeCoverageAttribute", - "Namespace": "System.Diagnostics.CodeAnalysis" + "Name": "ExpressionsCollectionConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "AddingNewEventArgs", - "Namespace": "System.ComponentModel" + "Name": "ExpressionsCollectionEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "AddingNewEventHandler", - "Namespace": "System.ComponentModel" + "Name": "HierarchicalDataSourceConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "AmbientValueAttribute", - "Namespace": "System.ComponentModel" + "Name": "HierarchicalDataSourceDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ArrayConverter", - "Namespace": "System.ComponentModel" + "Name": "HtmlControlDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "AsyncCompletedEventArgs", - "Namespace": "System.ComponentModel" + "Name": "HtmlIntrinsicControlDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "AsyncCompletedEventHandler", - "Namespace": "System.ComponentModel" + "Name": "ContentDesignerState", + "Namespace": "System.Web.UI.Design" }, { - "Name": "AsyncOperation", - "Namespace": "System.ComponentModel" + "Name": "IContentResolutionService", + "Namespace": "System.Web.UI.Design" }, { - "Name": "AsyncOperationManager", - "Namespace": "System.ComponentModel" + "Name": "IControlDesignerTag", + "Namespace": "System.Web.UI.Design" }, { - "Name": "AttributeCollection", - "Namespace": "System.ComponentModel" + "Name": "IControlDesignerView", + "Namespace": "System.Web.UI.Design" }, { - "Name": "AttributeProviderAttribute", - "Namespace": "System.ComponentModel" + "Name": "IDataBindingSchemaProvider", + "Namespace": "System.Web.UI.Design" }, { - "Name": "BackgroundWorker", - "Namespace": "System.ComponentModel" + "Name": "IDataSourceDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ComponentEditor", - "Namespace": "System.ComponentModel" + "Name": "IDataSourceFieldSchema", + "Namespace": "System.Web.UI.Design" }, { - "Name": "BaseNumberConverter", - "Namespace": "System.ComponentModel" + "Name": "IDataSourceProvider", + "Namespace": "System.Web.UI.Design" }, { - "Name": "BindableAttribute", - "Namespace": "System.ComponentModel" + "Name": "IDataSourceSchema", + "Namespace": "System.Web.UI.Design" }, { - "Name": "BindableSupport", - "Namespace": "System.ComponentModel" + "Name": "IDataSourceViewSchema", + "Namespace": "System.Web.UI.Design" }, { - "Name": "BindingDirection", - "Namespace": "System.ComponentModel" + "Name": "IDesignTimeResourceProviderFactoryService", + "Namespace": "System.Web.UI.Design" }, { - "Name": "BindingList`1", - "Namespace": "System.ComponentModel" + "Name": "IDesignTimeResourceWriter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "BooleanConverter", - "Namespace": "System.ComponentModel" + "Name": "IDocumentProjectItem", + "Namespace": "System.Web.UI.Design" }, { - "Name": "BrowsableAttribute", - "Namespace": "System.ComponentModel" + "Name": "IFolderProjectItem", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ByteConverter", - "Namespace": "System.ComponentModel" + "Name": "IHierarchicalDataSourceDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "CancelEventArgs", - "Namespace": "System.ComponentModel" + "Name": "IHtmlControlDesignerBehavior", + "Namespace": "System.Web.UI.Design" }, { - "Name": "CancelEventHandler", - "Namespace": "System.ComponentModel" + "Name": "ImageUrlEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "CategoryAttribute", - "Namespace": "System.ComponentModel" + "Name": "IProjectItem", + "Namespace": "System.Web.UI.Design" }, { - "Name": "CharConverter", - "Namespace": "System.ComponentModel" + "Name": "ITemplateEditingFrame", + "Namespace": "System.Web.UI.Design" }, { - "Name": "CollectionChangeAction", - "Namespace": "System.ComponentModel" + "Name": "ITemplateEditingService", + "Namespace": "System.Web.UI.Design" }, { - "Name": "CollectionChangeEventArgs", - "Namespace": "System.ComponentModel" + "Name": "IControlDesignerBehavior", + "Namespace": "System.Web.UI.Design" }, { - "Name": "CollectionChangeEventHandler", - "Namespace": "System.ComponentModel" + "Name": "IWebAdministrationService", + "Namespace": "System.Web.UI.Design" }, { - "Name": "CollectionConverter", - "Namespace": "System.ComponentModel" + "Name": "IWebApplication", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ComplexBindingPropertiesAttribute", - "Namespace": "System.ComponentModel" + "Name": "IWebFormReferenceManager", + "Namespace": "System.Web.UI.Design" }, { - "Name": "Component", - "Namespace": "System.ComponentModel" + "Name": "IWebFormsBuilderUIService", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ComponentCollection", - "Namespace": "System.ComponentModel" + "Name": "IWebFormsDocumentService", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ComponentConverter", - "Namespace": "System.ComponentModel" + "Name": "MailFileEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ComponentResourceManager", - "Namespace": "System.ComponentModel" + "Name": "MdbDataFileEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "Container", - "Namespace": "System.ComponentModel" + "Name": "ReadWriteControlDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ContainerFilterService", - "Namespace": "System.ComponentModel" + "Name": "ResourceExpressionEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "CultureInfoConverter", - "Namespace": "System.ComponentModel" + "Name": "ResourceExpressionEditorSheet", + "Namespace": "System.Web.UI.Design" }, { - "Name": "CustomTypeDescriptor", - "Namespace": "System.ComponentModel" + "Name": "RouteUrlExpressionEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DataErrorsChangedEventArgs", - "Namespace": "System.ComponentModel" + "Name": "RouteUrlExpressionEditorSheet", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DataObjectAttribute", - "Namespace": "System.ComponentModel" + "Name": "RouteValueExpressionEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DataObjectFieldAttribute", - "Namespace": "System.ComponentModel" + "Name": "RouteValueExpressionEditorSheet", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DataObjectMethodAttribute", - "Namespace": "System.ComponentModel" + "Name": "SkinIDTypeConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DataObjectMethodType", - "Namespace": "System.ComponentModel" + "Name": "SupportsPreviewControlAttribute", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DateTimeConverter", - "Namespace": "System.ComponentModel" + "Name": "TemplatedControlDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DateTimeOffsetConverter", - "Namespace": "System.ComponentModel" + "Name": "TemplatedEditableDesignerRegion", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DecimalConverter", - "Namespace": "System.ComponentModel" + "Name": "TemplateDefinition", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DefaultBindingPropertyAttribute", - "Namespace": "System.ComponentModel" + "Name": "TemplateEditingService", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DefaultEventAttribute", - "Namespace": "System.ComponentModel" + "Name": "TemplateEditingVerb", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DefaultPropertyAttribute", - "Namespace": "System.ComponentModel" + "Name": "TemplateGroup", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DefaultValueAttribute", - "Namespace": "System.ComponentModel" + "Name": "TemplateGroupCollection", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DescriptionAttribute", - "Namespace": "System.ComponentModel" + "Name": "TemplateModeChangedEventArgs", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DesignerAttribute", - "Namespace": "System.ComponentModel" + "Name": "TextControlDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DesignerCategoryAttribute", - "Namespace": "System.ComponentModel" + "Name": "TextDataBindingHandler", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DesignerSerializationVisibility", - "Namespace": "System.ComponentModel" + "Name": "TransactedChangeCallback", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DesignerSerializationVisibilityAttribute", - "Namespace": "System.ComponentModel" + "Name": "TypeSchema", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DesignOnlyAttribute", - "Namespace": "System.ComponentModel" + "Name": "UrlBuilder", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DesignTimeVisibleAttribute", - "Namespace": "System.ComponentModel" + "Name": "UrlBuilderOptions", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DisplayNameAttribute", - "Namespace": "System.ComponentModel" + "Name": "UrlEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DoubleConverter", - "Namespace": "System.ComponentModel" + "Name": "UserControlDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DoWorkEventArgs", - "Namespace": "System.ComponentModel" + "Name": "UserControlFileEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "DoWorkEventHandler", - "Namespace": "System.ComponentModel" + "Name": "ViewEvent", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EditorAttribute", - "Namespace": "System.ComponentModel" + "Name": "ViewEventArgs", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EditorBrowsableAttribute", - "Namespace": "System.ComponentModel" + "Name": "ViewEventHandler", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EditorBrowsableState", - "Namespace": "System.ComponentModel" + "Name": "ViewFlags", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EnumConverter", - "Namespace": "System.ComponentModel" + "Name": "ViewRendering", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EventDescriptor", - "Namespace": "System.ComponentModel" + "Name": "WebControlToolboxItem", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EventDescriptorCollection", - "Namespace": "System.ComponentModel" + "Name": "WebFormsDesignerActionService", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EventHandlerList", - "Namespace": "System.ComponentModel" + "Name": "WebFormsReferenceManager", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ExpandableObjectConverter", - "Namespace": "System.ComponentModel" + "Name": "WebFormsRootDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ExtenderProvidedPropertyAttribute", - "Namespace": "System.ComponentModel" + "Name": "XmlDataFileEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "GuidConverter", - "Namespace": "System.ComponentModel" + "Name": "XmlDocumentSchema", + "Namespace": "System.Web.UI.Design" }, { - "Name": "HandledEventArgs", - "Namespace": "System.ComponentModel" + "Name": "XmlFileEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "HandledEventHandler", - "Namespace": "System.ComponentModel" + "Name": "XmlUrlEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "IBindingList", - "Namespace": "System.ComponentModel" + "Name": "XsdSchemaFileEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "IBindingListView", - "Namespace": "System.ComponentModel" + "Name": "XslTransformFileEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "ICancelAddNew", - "Namespace": "System.ComponentModel" + "Name": "XslUrlEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "IChangeTracking", - "Namespace": "System.ComponentModel" + "Name": "CalendarDataBindingHandler", + "Namespace": "System.Web.UI.Design" }, { - "Name": "IComNativeDescriptorHandler", - "Namespace": "System.ComponentModel" + "Name": "HyperLinkDataBindingHandler", + "Namespace": "System.Web.UI.Design" }, { - "Name": "IComponent", - "Namespace": "System.ComponentModel" + "Name": "AccessDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "IContainer", - "Namespace": "System.ComponentModel" + "Name": "AdRotatorDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ICustomTypeDescriptor", - "Namespace": "System.ComponentModel" + "Name": "BaseDataBoundControlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "IDataErrorInfo", - "Namespace": "System.ComponentModel" + "Name": "BaseDataListComponentEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "IEditableObject", - "Namespace": "System.ComponentModel" + "Name": "BaseDataListDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "IExtenderProvider", - "Namespace": "System.ComponentModel" + "Name": "BaseValidatorDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "IIntellisenseBuilder", - "Namespace": "System.ComponentModel" + "Name": "BulletedListDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "IListSource", - "Namespace": "System.ComponentModel" + "Name": "ButtonDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ImmutableObjectAttribute", - "Namespace": "System.ComponentModel" + "Name": "CalendarAutoFormatDialog", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "INestedContainer", - "Namespace": "System.ComponentModel" + "Name": "CalendarDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "INestedSite", - "Namespace": "System.ComponentModel" + "Name": "ChangePasswordDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "InitializationEventAttribute", - "Namespace": "System.ComponentModel" + "Name": "CheckBoxDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "INotifyDataErrorInfo", - "Namespace": "System.ComponentModel" + "Name": "DataGridColumnCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "INotifyPropertyChanged", - "Namespace": "System.ComponentModel" + "Name": "CompositeControlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "INotifyPropertyChanging", - "Namespace": "System.ComponentModel" + "Name": "ContentDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "InstallerTypeAttribute", - "Namespace": "System.ComponentModel" + "Name": "ContentPlaceHolderDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "InstanceCreationEditor", - "Namespace": "System.ComponentModel" + "Name": "CreateUserWizardDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "Int16Converter", - "Namespace": "System.ComponentModel" + "Name": "CreateUserWizardStepCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "Int32Converter", - "Namespace": "System.ComponentModel" + "Name": "DataBoundControlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "Int64Converter", - "Namespace": "System.ComponentModel" + "Name": "DataControlFieldDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "InvalidAsynchronousStateException", - "Namespace": "System.ComponentModel" + "Name": "DataControlFieldTypeEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "InvalidEnumArgumentException", - "Namespace": "System.ComponentModel" + "Name": "DataGridComponentEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "IRaiseItemChangedEvents", - "Namespace": "System.ComponentModel" + "Name": "DataGridDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "IRevertibleChangeTracking", - "Namespace": "System.ComponentModel" + "Name": "DataListComponentEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ISite", - "Namespace": "System.ComponentModel" + "Name": "DataListDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ISupportInitialize", - "Namespace": "System.ComponentModel" + "Name": "DataProviderNameConverter", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ISupportInitializeNotification", - "Namespace": "System.ComponentModel" + "Name": "DataSourceIDConverter", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ISynchronizeInvoke", - "Namespace": "System.ComponentModel" + "Name": "DetailsViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ITypeDescriptorContext", - "Namespace": "System.ComponentModel" + "Name": "EmbeddedMailObjectCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ITypedList", - "Namespace": "System.ComponentModel" + "Name": "FormViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "License", - "Namespace": "System.ComponentModel" + "Name": "GridViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "LicenseContext", - "Namespace": "System.ComponentModel" + "Name": "HiddenFieldDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "LicenseException", - "Namespace": "System.ComponentModel" + "Name": "HierarchicalDataBoundControlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "LicenseManager", - "Namespace": "System.ComponentModel" + "Name": "HierarchicalDataSourceIDConverter", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "LicenseProvider", - "Namespace": "System.ComponentModel" + "Name": "HotSpotCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "LicenseProviderAttribute", - "Namespace": "System.ComponentModel" + "Name": "HyperLinkDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "LicenseUsageMode", - "Namespace": "System.ComponentModel" + "Name": "LabelDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "LicFileLicenseProvider", - "Namespace": "System.ComponentModel" + "Name": "LinkButtonDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ListBindableAttribute", - "Namespace": "System.ComponentModel" + "Name": "ListControlDataBindingHandler", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ListChangedEventArgs", - "Namespace": "System.ComponentModel" + "Name": "ListControlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ListChangedEventHandler", - "Namespace": "System.ComponentModel" + "Name": "ListItemsCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ListChangedType", - "Namespace": "System.ComponentModel" + "Name": "LiteralDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ListSortDescription", - "Namespace": "System.ComponentModel" + "Name": "LoginDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ListSortDescriptionCollection", - "Namespace": "System.ComponentModel" + "Name": "LoginNameDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ListSortDirection", - "Namespace": "System.ComponentModel" + "Name": "LoginStatusDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "LocalizableAttribute", - "Namespace": "System.ComponentModel" + "Name": "LoginViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "LookupBindingPropertiesAttribute", - "Namespace": "System.ComponentModel" + "Name": "MailDefinitionBodyFileNameEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "MarshalByValueComponent", - "Namespace": "System.ComponentModel" + "Name": "MenuBindingsEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "MaskedTextProvider", - "Namespace": "System.ComponentModel" + "Name": "MenuDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "MaskedTextResultHint", - "Namespace": "System.ComponentModel" + "Name": "MenuItemCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "MemberDescriptor", - "Namespace": "System.ComponentModel" + "Name": "MenuItemStyleCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "MergablePropertyAttribute", - "Namespace": "System.ComponentModel" + "Name": "MultiViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "MultilineStringConverter", - "Namespace": "System.ComponentModel" + "Name": "ObjectDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "NestedContainer", - "Namespace": "System.ComponentModel" + "Name": "ObjectDesignerDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "NullableConverter", - "Namespace": "System.ComponentModel" + "Name": "PanelContainerDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "PasswordPropertyTextAttribute", - "Namespace": "System.ComponentModel" + "Name": "PanelDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ProgressChangedEventArgs", - "Namespace": "System.ComponentModel" + "Name": "ParameterCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ProgressChangedEventHandler", - "Namespace": "System.ComponentModel" + "Name": "ParameterEditorUserControl", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "PropertyChangedEventArgs", - "Namespace": "System.ComponentModel" + "Name": "PasswordRecoveryDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "PropertyChangedEventHandler", - "Namespace": "System.ComponentModel" + "Name": "PreviewControlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "PropertyChangingEventArgs", - "Namespace": "System.ComponentModel" + "Name": "RegexEditorDialog", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "PropertyChangingEventHandler", - "Namespace": "System.ComponentModel" + "Name": "RegexTypeEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "PropertyDescriptor", - "Namespace": "System.ComponentModel" + "Name": "RepeaterDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "PropertyDescriptorCollection", - "Namespace": "System.ComponentModel" + "Name": "RoleGroupCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ProvidePropertyAttribute", - "Namespace": "System.ComponentModel" + "Name": "SiteMapDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ReadOnlyAttribute", - "Namespace": "System.ComponentModel" + "Name": "SiteMapDesignerDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "RecommendedAsConfigurableAttribute", - "Namespace": "System.ComponentModel" + "Name": "SiteMapDesignerHierarchicalDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ReferenceConverter", - "Namespace": "System.ComponentModel" + "Name": "SiteMapPathDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "RefreshEventArgs", - "Namespace": "System.ComponentModel" + "Name": "SqlDataSourceConnectionStringEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "RefreshEventHandler", - "Namespace": "System.ComponentModel" + "Name": "SqlDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "RunInstallerAttribute", - "Namespace": "System.ComponentModel" + "Name": "SqlDesignerDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "RunWorkerCompletedEventArgs", - "Namespace": "System.ComponentModel" + "Name": "StyleCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "RunWorkerCompletedEventHandler", - "Namespace": "System.ComponentModel" + "Name": "SubMenuStyleCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "SByteConverter", - "Namespace": "System.ComponentModel" + "Name": "SubstitutionDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "SettingsBindableAttribute", - "Namespace": "System.ComponentModel" + "Name": "TableCellsCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "SingleConverter", - "Namespace": "System.ComponentModel" + "Name": "TableDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "StringConverter", - "Namespace": "System.ComponentModel" + "Name": "TableRowsCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "SyntaxCheck", - "Namespace": "System.ComponentModel" + "Name": "TreeNodeBindingDepthConverter", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "TimeSpanConverter", - "Namespace": "System.ComponentModel" + "Name": "TreeNodeCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ToolboxItemFilterAttribute", - "Namespace": "System.ComponentModel" + "Name": "TreeNodeStyleCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "ToolboxItemFilterType", - "Namespace": "System.ComponentModel" + "Name": "TreeViewBindingsEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "TypeConverter", - "Namespace": "System.ComponentModel" + "Name": "TreeViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "TypeConverterAttribute", - "Namespace": "System.ComponentModel" + "Name": "ValidationSummaryDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "TypeDescriptionProvider", - "Namespace": "System.ComponentModel" + "Name": "ViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "TypeDescriptionProviderAttribute", - "Namespace": "System.ComponentModel" + "Name": "WizardDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "TypeDescriptor", - "Namespace": "System.ComponentModel" + "Name": "WizardStepEditableRegion", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "TypeListConverter", - "Namespace": "System.ComponentModel" + "Name": "WizardStepTemplatedEditableRegion", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "UInt16Converter", - "Namespace": "System.ComponentModel" + "Name": "WizardStepCollectionEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "UInt32Converter", - "Namespace": "System.ComponentModel" + "Name": "XmlDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "UInt64Converter", - "Namespace": "System.ComponentModel" + "Name": "XmlDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "WarningException", - "Namespace": "System.ComponentModel" + "Name": "XmlDesignerDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "Win32Exception", - "Namespace": "System.ComponentModel" + "Name": "XmlDesignerHierarchicalDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "InheritanceAttribute", - "Namespace": "System.ComponentModel" + "Name": "CatalogPartDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "InheritanceLevel", - "Namespace": "System.ComponentModel" + "Name": "CatalogZoneDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "NotifyParentPropertyAttribute", - "Namespace": "System.ComponentModel" + "Name": "ConnectionsZoneDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "ParenthesizePropertyNameAttribute", - "Namespace": "System.ComponentModel" + "Name": "DeclarativeCatalogPartDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "PropertyTabAttribute", - "Namespace": "System.ComponentModel" + "Name": "EditorPartDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "PropertyTabScope", - "Namespace": "System.ComponentModel" + "Name": "EditorZoneDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "RefreshProperties", - "Namespace": "System.ComponentModel" + "Name": "PageCatalogPartDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "RefreshPropertiesAttribute", - "Namespace": "System.ComponentModel" + "Name": "PartDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "ToolboxItemAttribute", - "Namespace": "System.ComponentModel" + "Name": "ProxyWebPartManagerDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "TypeDescriptionProviderService", - "Namespace": "System.ComponentModel.Design" + "Name": "ToolZoneDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "ActiveDesignerEventArgs", - "Namespace": "System.ComponentModel.Design" + "Name": "WebPartDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "ActiveDesignerEventHandler", - "Namespace": "System.ComponentModel.Design" + "Name": "WebPartManagerDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "CheckoutException", - "Namespace": "System.ComponentModel.Design" + "Name": "WebPartZoneBaseDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "CommandID", - "Namespace": "System.ComponentModel.Design" + "Name": "WebPartZoneDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "ComponentChangedEventArgs", - "Namespace": "System.ComponentModel.Design" + "Name": "WebZoneDesigner", + "Namespace": "System.Web.UI.Design.WebControls.WebParts" }, { - "Name": "ComponentChangedEventHandler", - "Namespace": "System.ComponentModel.Design" + "Name": "DirectiveAttribute", + "Namespace": "System.Web.UI.Design.Directives" }, { - "Name": "ComponentChangingEventArgs", - "Namespace": "System.ComponentModel.Design" + "Name": "DirectiveRegistry", + "Namespace": "System.Web.UI.Design.Directives" }, { - "Name": "ComponentChangingEventHandler", - "Namespace": "System.ComponentModel.Design" + "Name": "SchemaElementNameAttribute", + "Namespace": "System.Web.UI.Design.Directives" }, { - "Name": "ComponentEventArgs", + "Name": "ArrayEditor", "Namespace": "System.ComponentModel.Design" }, { - "Name": "ComponentEventHandler", + "Name": "BinaryEditor", "Namespace": "System.ComponentModel.Design" }, { - "Name": "ComponentRenameEventArgs", + "Name": "ByteViewer", "Namespace": "System.ComponentModel.Design" }, { - "Name": "ComponentRenameEventHandler", + "Name": "CollectionEditor", "Namespace": "System.ComponentModel.Design" }, { - "Name": "DesignerOptionService", + "Name": "ComponentDesigner", "Namespace": "System.ComponentModel.Design" }, { - "Name": "DesignerTransaction", + "Name": "DateTimeEditor", "Namespace": "System.ComponentModel.Design" }, { - "Name": "DesignerTransactionCloseEventArgs", + "Name": "DesignerActionHeaderItem", "Namespace": "System.ComponentModel.Design" }, { - "Name": "DesignerTransactionCloseEventHandler", + "Name": "DesignerActionItem", "Namespace": "System.ComponentModel.Design" }, { - "Name": "DesignerVerb", + "Name": "DesignerActionList", "Namespace": "System.ComponentModel.Design" }, { - "Name": "DesignerVerbCollection", + "Name": "DesignerActionListCollection", "Namespace": "System.ComponentModel.Design" }, { - "Name": "DesigntimeLicenseContext", + "Name": "DesignerActionListsChangedEventArgs", "Namespace": "System.ComponentModel.Design" }, { - "Name": "DesigntimeLicenseContextSerializer", + "Name": "DesignerActionListsChangedEventHandler", "Namespace": "System.ComponentModel.Design" }, { - "Name": "DesignerCollection", + "Name": "DesignerActionListsChangedType", "Namespace": "System.ComponentModel.Design" }, { - "Name": "DesignerEventArgs", + "Name": "DesignerActionMethodItem", "Namespace": "System.ComponentModel.Design" }, { - "Name": "DesignerEventHandler", + "Name": "DesignerActionPropertyItem", "Namespace": "System.ComponentModel.Design" }, { - "Name": "HelpContextType", + "Name": "DesignerActionService", "Namespace": "System.ComponentModel.Design" }, { - "Name": "HelpKeywordAttribute", + "Name": "ComponentActionsType", "Namespace": "System.ComponentModel.Design" }, { - "Name": "HelpKeywordType", + "Name": "DesignerActionTextItem", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IComponentChangeService", + "Name": "DesignerActionUIService", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IComponentDiscoveryService", + "Name": "DesignerActionUIStateChangeEventArgs", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IComponentInitializer", + "Name": "DesignerActionUIStateChangeEventHandler", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IDesigner", + "Name": "DesignerActionUIStateChangeType", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IDesignerEventService", + "Name": "DesignerCommandSet", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IDesignerFilter", + "Name": "DisplayMode", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IDesignerHost", + "Name": "IComponentDesignerDebugService", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IDesignerHostTransactionState", + "Name": "IComponentDesignerStateService", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IDesignerOptionService", + "Name": "IDesignTimeAssemblyLoader", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IDictionaryService", + "Name": "IMultitargetHelperService", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IEventBindingService", + "Name": "InheritanceService", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IExtenderListService", + "Name": "LocalizationExtenderProvider", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IExtenderProviderService", + "Name": "MenuCommandsChangedEventArgs", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IHelpService", + "Name": "MenuCommandsChangedEventHandler", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IInheritanceService", + "Name": "MenuCommandsChangedType", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IMenuCommandService", + "Name": "MenuCommandService", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IReferenceService", + "Name": "MultilineStringEditor", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IResourceService", + "Name": "ObjectSelectorEditor", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IRootDesigner", + "Name": "ProjectTargetFrameworkAttribute", "Namespace": "System.ComponentModel.Design" }, { - "Name": "ISelectionService", + "Name": "DesignerActionItemCollection", "Namespace": "System.ComponentModel.Design" }, { - "Name": "IServiceContainer", + "Name": "ActiveDesignSurfaceChangedEventHandler", "Namespace": "System.ComponentModel.Design" }, { - "Name": "ITreeDesigner", + "Name": "ActiveDesignSurfaceChangedEventArgs", "Namespace": "System.ComponentModel.Design" }, { - "Name": "ITypeDescriptorFilterService", + "Name": "DesignSurface", "Namespace": "System.ComponentModel.Design" }, { - "Name": "ITypeDiscoveryService", + "Name": "DesignSurfaceCollection", "Namespace": "System.ComponentModel.Design" }, { - "Name": "ITypeResolutionService", + "Name": "DesignSurfaceEventHandler", "Namespace": "System.ComponentModel.Design" }, { - "Name": "MenuCommand", + "Name": "DesignSurfaceEventArgs", "Namespace": "System.ComponentModel.Design" }, { - "Name": "SelectionTypes", + "Name": "DesignSurfaceManager", "Namespace": "System.ComponentModel.Design" }, { - "Name": "ServiceCreatorCallback", + "Name": "EventBindingService", "Namespace": "System.ComponentModel.Design" }, { - "Name": "ServiceContainer", + "Name": "ExceptionCollection", "Namespace": "System.ComponentModel.Design" }, { - "Name": "StandardCommands", + "Name": "LoadedEventHandler", "Namespace": "System.ComponentModel.Design" }, { - "Name": "StandardToolWindows", + "Name": "LoadedEventArgs", "Namespace": "System.ComponentModel.Design" }, { - "Name": "ViewTechnology", + "Name": "UndoEngine", "Namespace": "System.ComponentModel.Design" }, { - "Name": "ComponentSerializationService", - "Namespace": "System.ComponentModel.Design.Serialization" - }, - { - "Name": "ContextStack", + "Name": "CodeDomSerializer", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "DefaultSerializationProviderAttribute", + "Name": "CodeDomSerializerBase", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "DesignerLoader", + "Name": "CodeDomSerializerException", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "DesignerSerializerAttribute", + "Name": "CollectionCodeDomSerializer", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "IDesignerLoaderHost", + "Name": "ExpressionContext", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "IDesignerLoaderHost2", + "Name": "ICodeDomDesignerReload", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "IDesignerLoaderService", + "Name": "MemberCodeDomSerializer", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "IDesignerSerializationManager", + "Name": "RootContext", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "IDesignerSerializationProvider", + "Name": "SerializeAbsoluteContext", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "IDesignerSerializationService", + "Name": "StatementContext", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "INameCreationService", + "Name": "ObjectStatementCollection", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "InstanceDescriptor", + "Name": "TypeCodeDomSerializer", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "MemberRelationshipService", + "Name": "BasicDesignerLoader", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "MemberRelationship", + "Name": "CodeDomComponentSerializationService", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "ResolveNameEventArgs", + "Name": "CodeDomDesignerLoader", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "ResolveNameEventHandler", + "Name": "CodeDomLocalizationModel", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "RootDesignerSerializerAttribute", + "Name": "CodeDomLocalizationProvider", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "SerializationStore", + "Name": "DesignerSerializationManager", "Namespace": "System.ComponentModel.Design.Serialization" }, { - "Name": "CodeArgumentReferenceExpression", - "Namespace": "System.CodeDom" - }, - { - "Name": "CodeArrayCreateExpression", - "Namespace": "System.CodeDom" - }, - { - "Name": "CodeArrayIndexerExpression", - "Namespace": "System.CodeDom" - }, - { - "Name": "CodeAssignStatement", - "Namespace": "System.CodeDom" - }, - { - "Name": "CodeAttachEventStatement", - "Namespace": "System.CodeDom" - }, - { - "Name": "CodeAttributeArgument", - "Namespace": "System.CodeDom" + "Name": "DataSourceDescriptor", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeAttributeArgumentCollection", - "Namespace": "System.CodeDom" + "Name": "DataSourceDescriptorCollection", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeAttributeDeclaration", - "Namespace": "System.CodeDom" + "Name": "DataSourceGroup", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeAttributeDeclarationCollection", - "Namespace": "System.CodeDom" + "Name": "DataSourceGroupCollection", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeBaseReferenceExpression", - "Namespace": "System.CodeDom" + "Name": "DataSourceProviderService", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeBinaryOperatorExpression", - "Namespace": "System.CodeDom" + "Name": "DesignerDataColumn", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeBinaryOperatorType", - "Namespace": "System.CodeDom" + "Name": "DesignerDataConnection", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeCastExpression", - "Namespace": "System.CodeDom" + "Name": "DesignerDataParameter", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeCatchClause", - "Namespace": "System.CodeDom" + "Name": "DesignerDataRelationship", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeCatchClauseCollection", - "Namespace": "System.CodeDom" + "Name": "DesignerDataSchemaClass", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeChecksumPragma", - "Namespace": "System.CodeDom" + "Name": "DesignerDataStoredProcedure", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeComment", - "Namespace": "System.CodeDom" + "Name": "DesignerDataTable", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeCommentStatement", - "Namespace": "System.CodeDom" + "Name": "DesignerDataTableBase", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeCommentStatementCollection", - "Namespace": "System.CodeDom" + "Name": "DesignerDataView", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeCompileUnit", - "Namespace": "System.CodeDom" + "Name": "IDataEnvironment", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeConditionStatement", - "Namespace": "System.CodeDom" + "Name": "IDesignerDataSchema", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeConstructor", - "Namespace": "System.CodeDom" + "Name": "QueryBuilderMode", + "Namespace": "System.ComponentModel.Design.Data" }, { - "Name": "CodeDefaultValueExpression", - "Namespace": "System.CodeDom" + "Name": "LogConverter", + "Namespace": "System.Diagnostics.Design" }, { - "Name": "CodeDelegateCreateExpression", - "Namespace": "System.CodeDom" + "Name": "ProcessDesigner", + "Namespace": "System.Diagnostics.Design" }, { - "Name": "CodeDelegateInvokeExpression", - "Namespace": "System.CodeDom" + "Name": "ProcessModuleDesigner", + "Namespace": "System.Diagnostics.Design" }, { - "Name": "CodeDirectionExpression", - "Namespace": "System.CodeDom" + "Name": "ProcessThreadDesigner", + "Namespace": "System.Diagnostics.Design" }, { - "Name": "CodeDirective", - "Namespace": "System.CodeDom" + "Name": "TypedDataSetGeneratorException", + "Namespace": "System.Data.Design" }, { - "Name": "CodeDirectiveCollection", - "Namespace": "System.CodeDom" + "Name": "MethodSignatureGenerator", + "Namespace": "System.Data.Design" }, { - "Name": "CodeEntryPointMethod", - "Namespace": "System.CodeDom" + "Name": "ParameterGenerationOption", + "Namespace": "System.Data.Design" }, { - "Name": "CodeEventReferenceExpression", - "Namespace": "System.CodeDom" + "Name": "TypedDataSetGenerator", + "Namespace": "System.Data.Design" }, { - "Name": "CodeExpression", - "Namespace": "System.CodeDom" + "Name": "TypedDataSetSchemaImporterExtension", + "Namespace": "System.Data.Design" }, { - "Name": "CodeExpressionCollection", - "Namespace": "System.CodeDom" + "Name": "TypedDataSetSchemaImporterExtensionFx35", + "Namespace": "System.Data.Design" }, { - "Name": "CodeExpressionStatement", - "Namespace": "System.CodeDom" + "Name": "AnchorEditor", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeFieldReferenceExpression", - "Namespace": "System.CodeDom" + "Name": "AxImporter", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeGotoStatement", - "Namespace": "System.CodeDom" + "Name": "AxParameterData", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeIndexerExpression", - "Namespace": "System.CodeDom" + "Name": "AxWrapperGen", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeIterationStatement", - "Namespace": "System.CodeDom" + "Name": "BorderSidesEditor", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeLabeledStatement", - "Namespace": "System.CodeDom" + "Name": "ComponentTray", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeLinePragma", - "Namespace": "System.CodeDom" + "Name": "ComponentDocumentDesigner", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeMemberEvent", - "Namespace": "System.CodeDom" + "Name": "ControlDesigner", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeMemberField", - "Namespace": "System.CodeDom" + "Name": "DesignerOptions", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeMemberMethod", - "Namespace": "System.CodeDom" + "Name": "DockEditor", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeMemberProperty", - "Namespace": "System.CodeDom" + "Name": "DocumentDesigner", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeMethodInvokeExpression", - "Namespace": "System.CodeDom" + "Name": "EventHandlerService", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeMethodReferenceExpression", - "Namespace": "System.CodeDom" + "Name": "FileNameEditor", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeMethodReturnStatement", - "Namespace": "System.CodeDom" + "Name": "FolderNameEditor", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeNamespace", - "Namespace": "System.CodeDom" + "Name": "ThemedScrollbarMode", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeNamespaceCollection", - "Namespace": "System.CodeDom" + "Name": "ThemedScrollbarWindow", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeNamespaceImport", - "Namespace": "System.CodeDom" + "Name": "IContainsThemedScrollbarWindows", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeNamespaceImportCollection", - "Namespace": "System.CodeDom" + "Name": "ImageListCodeDomSerializer", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeObject", - "Namespace": "System.CodeDom" + "Name": "ImageListImageEditor", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeObjectCreateExpression", - "Namespace": "System.CodeDom" + "Name": "IMenuEditorService", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeParameterDeclarationExpression", - "Namespace": "System.CodeDom" + "Name": "MaskDescriptor", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeParameterDeclarationExpressionCollection", - "Namespace": "System.CodeDom" + "Name": "MenuCommands", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodePrimitiveExpression", - "Namespace": "System.CodeDom" + "Name": "ParentControlDesigner", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodePropertyReferenceExpression", - "Namespace": "System.CodeDom" + "Name": "ScrollableControlDesigner", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodePropertySetValueReferenceExpression", - "Namespace": "System.CodeDom" + "Name": "SelectionRules", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeRegionDirective", - "Namespace": "System.CodeDom" + "Name": "ShortcutKeysEditor", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeRegionMode", - "Namespace": "System.CodeDom" + "Name": "WindowsFormsDesignerOptionService", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "CodeRemoveEventStatement", - "Namespace": "System.CodeDom" + "Name": "Adorner", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeSnippetCompileUnit", - "Namespace": "System.CodeDom" + "Name": "BehaviorServiceAdornerCollection", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeSnippetExpression", - "Namespace": "System.CodeDom" + "Name": "BehaviorServiceAdornerCollectionEnumerator", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeSnippetStatement", - "Namespace": "System.CodeDom" + "Name": "Behavior", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeSnippetTypeMember", - "Namespace": "System.CodeDom" + "Name": "BehaviorDragDropEventArgs", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeStatement", - "Namespace": "System.CodeDom" + "Name": "BehaviorDragDropEventHandler", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeStatementCollection", - "Namespace": "System.CodeDom" + "Name": "BehaviorService", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeThisReferenceExpression", - "Namespace": "System.CodeDom" + "Name": "ControlBodyGlyph", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeThrowExceptionStatement", - "Namespace": "System.CodeDom" + "Name": "ComponentGlyph", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeTryCatchFinallyStatement", - "Namespace": "System.CodeDom" + "Name": "Glyph", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeTypeConstructor", - "Namespace": "System.CodeDom" + "Name": "GlyphCollection", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeTypeDeclaration", - "Namespace": "System.CodeDom" + "Name": "GlyphSelectionType", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeTypeDeclarationCollection", - "Namespace": "System.CodeDom" + "Name": "SnapLine", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeTypeDelegate", - "Namespace": "System.CodeDom" + "Name": "SnapLinePriority", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeTypeMember", - "Namespace": "System.CodeDom" + "Name": "SnapLineType", + "Namespace": "System.Windows.Forms.Design.Behavior" }, { - "Name": "CodeTypeMemberCollection", - "Namespace": "System.CodeDom" + "Name": "CivicAddress", + "Namespace": "System.Device.Location" }, { - "Name": "CodeTypeOfExpression", - "Namespace": "System.CodeDom" + "Name": "ICivicAddressResolver", + "Namespace": "System.Device.Location" }, { - "Name": "CodeTypeParameter", - "Namespace": "System.CodeDom" + "Name": "ResolveAddressCompletedEventArgs", + "Namespace": "System.Device.Location" }, { - "Name": "CodeTypeParameterCollection", - "Namespace": "System.CodeDom" + "Name": "CivicAddressResolver", + "Namespace": "System.Device.Location" }, { - "Name": "CodeTypeReferenceOptions", - "Namespace": "System.CodeDom" + "Name": "GeoPosition`1", + "Namespace": "System.Device.Location" }, { - "Name": "CodeTypeReference", - "Namespace": "System.CodeDom" + "Name": "GeoCoordinate", + "Namespace": "System.Device.Location" }, { - "Name": "CodeTypeReferenceCollection", - "Namespace": "System.CodeDom" + "Name": "GeoPositionAccuracy", + "Namespace": "System.Device.Location" }, { - "Name": "CodeTypeReferenceExpression", - "Namespace": "System.CodeDom" + "Name": "GeoPositionStatus", + "Namespace": "System.Device.Location" }, { - "Name": "CodeVariableDeclarationStatement", - "Namespace": "System.CodeDom" + "Name": "GeoPositionPermission", + "Namespace": "System.Device.Location" }, { - "Name": "CodeVariableReferenceExpression", - "Namespace": "System.CodeDom" + "Name": "IGeoPositionWatcher`1", + "Namespace": "System.Device.Location" }, { - "Name": "FieldDirection", - "Namespace": "System.CodeDom" + "Name": "GeoCoordinateWatcher", + "Namespace": "System.Device.Location" }, { - "Name": "MemberAttributes", - "Namespace": "System.CodeDom" + "Name": "GeoPositionChangedEventArgs`1", + "Namespace": "System.Device.Location" }, { - "Name": "CodeCompiler", - "Namespace": "System.CodeDom.Compiler" + "Name": "GeoPositionStatusChangedEventArgs", + "Namespace": "System.Device.Location" }, { - "Name": "CodeDomProvider", - "Namespace": "System.CodeDom.Compiler" + "Name": "ActiveDirectoryRights", + "Namespace": "System.DirectoryServices" }, { - "Name": "CodeGenerator", - "Namespace": "System.CodeDom.Compiler" + "Name": "ActiveDirectorySecurityInheritance", + "Namespace": "System.DirectoryServices" }, { - "Name": "CodeGeneratorOptions", - "Namespace": "System.CodeDom.Compiler" + "Name": "PropertyAccess", + "Namespace": "System.DirectoryServices" }, { - "Name": "CodeParser", - "Namespace": "System.CodeDom.Compiler" + "Name": "ActiveDirectorySecurity", + "Namespace": "System.DirectoryServices" }, { - "Name": "CompilerError", - "Namespace": "System.CodeDom.Compiler" + "Name": "ActiveDirectoryAccessRule", + "Namespace": "System.DirectoryServices" }, { - "Name": "CompilerErrorCollection", - "Namespace": "System.CodeDom.Compiler" + "Name": "ListChildrenAccessRule", + "Namespace": "System.DirectoryServices" }, { - "Name": "CompilerInfo", - "Namespace": "System.CodeDom.Compiler" + "Name": "CreateChildAccessRule", + "Namespace": "System.DirectoryServices" }, { - "Name": "CompilerParameters", - "Namespace": "System.CodeDom.Compiler" + "Name": "DeleteChildAccessRule", + "Namespace": "System.DirectoryServices" }, { - "Name": "CompilerResults", - "Namespace": "System.CodeDom.Compiler" + "Name": "PropertyAccessRule", + "Namespace": "System.DirectoryServices" }, { - "Name": "Executor", - "Namespace": "System.CodeDom.Compiler" + "Name": "PropertySetAccessRule", + "Namespace": "System.DirectoryServices" }, { - "Name": "GeneratedCodeAttribute", - "Namespace": "System.CodeDom.Compiler" + "Name": "ExtendedRightAccessRule", + "Namespace": "System.DirectoryServices" }, { - "Name": "GeneratorSupport", - "Namespace": "System.CodeDom.Compiler" + "Name": "DeleteTreeAccessRule", + "Namespace": "System.DirectoryServices" }, { - "Name": "ICodeCompiler", - "Namespace": "System.CodeDom.Compiler" + "Name": "ActiveDirectoryAuditRule", + "Namespace": "System.DirectoryServices" }, { - "Name": "ICodeGenerator", - "Namespace": "System.CodeDom.Compiler" + "Name": "AuthenticationTypes", + "Namespace": "System.DirectoryServices" }, { - "Name": "ICodeParser", - "Namespace": "System.CodeDom.Compiler" + "Name": "DereferenceAlias", + "Namespace": "System.DirectoryServices" }, { - "Name": "IndentedTextWriter", - "Namespace": "System.CodeDom.Compiler" + "Name": "DSDescriptionAttribute", + "Namespace": "System.DirectoryServices" }, { - "Name": "LanguageOptions", - "Namespace": "System.CodeDom.Compiler" + "Name": "DirectoryEntries", + "Namespace": "System.DirectoryServices" }, { - "Name": "TempFileCollection", - "Namespace": "System.CodeDom.Compiler" + "Name": "DirectoryEntry", + "Namespace": "System.DirectoryServices" }, { - "Name": "Regex", - "Namespace": "System.Text.RegularExpressions" + "Name": "DirectoryEntryConfiguration", + "Namespace": "System.DirectoryServices" }, { - "Name": "MatchEvaluator", - "Namespace": "System.Text.RegularExpressions" + "Name": "DirectorySearcher", + "Namespace": "System.DirectoryServices" }, { - "Name": "Capture", - "Namespace": "System.Text.RegularExpressions" + "Name": "DirectoryServicesPermission", + "Namespace": "System.DirectoryServices" }, { - "Name": "CaptureCollection", - "Namespace": "System.Text.RegularExpressions" + "Name": "DirectoryServicesPermissionAccess", + "Namespace": "System.DirectoryServices" }, { - "Name": "RegexCompilationInfo", - "Namespace": "System.Text.RegularExpressions" + "Name": "DirectoryServicesPermissionAttribute", + "Namespace": "System.DirectoryServices" }, { - "Name": "Group", - "Namespace": "System.Text.RegularExpressions" + "Name": "DirectoryServicesPermissionEntry", + "Namespace": "System.DirectoryServices" }, { - "Name": "GroupCollection", - "Namespace": "System.Text.RegularExpressions" + "Name": "DirectoryServicesPermissionEntryCollection", + "Namespace": "System.DirectoryServices" }, { - "Name": "Match", - "Namespace": "System.Text.RegularExpressions" + "Name": "DirectorySynchronization", + "Namespace": "System.DirectoryServices" }, { - "Name": "MatchCollection", - "Namespace": "System.Text.RegularExpressions" + "Name": "DirectorySynchronizationOptions", + "Namespace": "System.DirectoryServices" }, { - "Name": "RegexMatchTimeoutException", - "Namespace": "System.Text.RegularExpressions" + "Name": "DirectoryVirtualListView", + "Namespace": "System.DirectoryServices" }, { - "Name": "RegexOptions", - "Namespace": "System.Text.RegularExpressions" + "Name": "DirectoryVirtualListViewContext", + "Namespace": "System.DirectoryServices" }, { - "Name": "RegexRunner", - "Namespace": "System.Text.RegularExpressions" + "Name": "ExtendedDN", + "Namespace": "System.DirectoryServices" }, { - "Name": "RegexRunnerFactory", - "Namespace": "System.Text.RegularExpressions" + "Name": "PasswordEncodingMethod", + "Namespace": "System.DirectoryServices" }, { - "Name": "VisualBasic", - "Namespace": "Microsoft.VisualBasic.Activities" + "Name": "PropertyCollection", + "Namespace": "System.DirectoryServices" }, { - "Name": "VisualBasicDesignerHelper", - "Namespace": "Microsoft.VisualBasic.Activities" + "Name": "PropertyValueCollection", + "Namespace": "System.DirectoryServices" }, { - "Name": "VisualBasicReference`1", - "Namespace": "Microsoft.VisualBasic.Activities" + "Name": "ReferralChasingOption", + "Namespace": "System.DirectoryServices" }, { - "Name": "VisualBasicImportReference", - "Namespace": "Microsoft.VisualBasic.Activities" + "Name": "ResultPropertyCollection", + "Namespace": "System.DirectoryServices" }, { - "Name": "VisualBasicSettings", - "Namespace": "Microsoft.VisualBasic.Activities" + "Name": "ResultPropertyValueCollection", + "Namespace": "System.DirectoryServices" }, { - "Name": "VisualBasicValue`1", - "Namespace": "Microsoft.VisualBasic.Activities" + "Name": "SchemaNameCollection", + "Namespace": "System.DirectoryServices" }, { - "Name": "VisualBasicSettingsConverter", - "Namespace": "Microsoft.VisualBasic.Activities.XamlIntegration" + "Name": "SearchResult", + "Namespace": "System.DirectoryServices" }, { - "Name": "VisualBasicSettingsValueSerializer", - "Namespace": "Microsoft.VisualBasic.Activities.XamlIntegration" + "Name": "SearchResultCollection", + "Namespace": "System.DirectoryServices" }, { - "Name": "CSharpReference`1", - "Namespace": "Microsoft.CSharp.Activities" + "Name": "SearchScope", + "Namespace": "System.DirectoryServices" }, { - "Name": "CSharpValue`1", - "Namespace": "Microsoft.CSharp.Activities" + "Name": "SecurityMasks", + "Namespace": "System.DirectoryServices" }, { - "Name": "Activity", - "Namespace": "System.Activities" + "Name": "SortDirection", + "Namespace": "System.DirectoryServices" }, { - "Name": "Activity`1", - "Namespace": "System.Activities" + "Name": "SortOption", + "Namespace": "System.DirectoryServices" }, { - "Name": "ActivityAction", - "Namespace": "System.Activities" + "Name": "DirectoryServicesCOMException", + "Namespace": "System.DirectoryServices" }, { - "Name": "ActivityAction`1", - "Namespace": "System.Activities" + "Name": "ActiveDirectoryPartition", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`2", - "Namespace": "System.Activities" + "Name": "ActiveDirectoryReplicationMetadata", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`3", - "Namespace": "System.Activities" + "Name": "HourOfDay", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`4", - "Namespace": "System.Activities" + "Name": "MinuteOfHour", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`5", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySchedule", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`6", - "Namespace": "System.Activities" + "Name": "SchemaClassType", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`7", - "Namespace": "System.Activities" + "Name": "PropertyTypes", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`8", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySchema", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`9", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySchemaClass", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`10", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySchemaClassCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`11", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySchemaProperty", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`12", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySchemaPropertyCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`13", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySiteOptions", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`14", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySite", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`15", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySiteCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityAction`16", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySiteLink", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityBuilder", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySiteLinkBridge", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityBuilder`1", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySiteLinkCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityContext", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySubnet", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityDelegate", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySubnetCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`1", - "Namespace": "System.Activities" + "Name": "ActiveDirectorySyntax", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`2", - "Namespace": "System.Activities" + "Name": "AdamInstance", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`3", - "Namespace": "System.Activities" + "Name": "AdamInstanceCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`4", - "Namespace": "System.Activities" + "Name": "ApplicationPartition", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`5", - "Namespace": "System.Activities" + "Name": "ApplicationPartitionCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`6", - "Namespace": "System.Activities" + "Name": "AttributeMetadata", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`7", - "Namespace": "System.Activities" + "Name": "AttributeMetadataCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`8", - "Namespace": "System.Activities" + "Name": "ConfigurationSet", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`9", - "Namespace": "System.Activities" + "Name": "DirectoryContextType", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`10", - "Namespace": "System.Activities" + "Name": "DirectoryContext", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`11", - "Namespace": "System.Activities" + "Name": "DirectoryServer", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`12", - "Namespace": "System.Activities" + "Name": "DirectoryServerCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`13", - "Namespace": "System.Activities" + "Name": "DomainMode", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`14", - "Namespace": "System.Activities" + "Name": "Domain", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`15", - "Namespace": "System.Activities" + "Name": "DomainCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`16", - "Namespace": "System.Activities" + "Name": "SyncFromAllServersOptions", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityFunc`17", - "Namespace": "System.Activities" + "Name": "SyncFromAllServersEvent", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityInstance", - "Namespace": "System.Activities" + "Name": "SyncFromAllServersErrorCategory", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityInstanceState", - "Namespace": "System.Activities" + "Name": "SyncUpdateCallback", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityMetadata", - "Namespace": "System.Activities" + "Name": "DomainController", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityPropertyReference", - "Namespace": "System.Activities" + "Name": "DomainControllerCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ActivityWithResult", - "Namespace": "System.Activities" + "Name": "SyncFromAllServersErrorInformation", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "Argument", - "Namespace": "System.Activities" + "Name": "ActiveDirectoryObjectNotFoundException", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ArgumentDirection", - "Namespace": "System.Activities" + "Name": "ActiveDirectoryOperationException", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "AsyncCodeActivity", - "Namespace": "System.Activities" + "Name": "ActiveDirectoryServerDownException", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "AsyncCodeActivity`1", - "Namespace": "System.Activities" + "Name": "ActiveDirectoryObjectExistsException", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "AsyncCodeActivityContext", - "Namespace": "System.Activities" + "Name": "SyncFromAllServersOperationException", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "Bookmark", - "Namespace": "System.Activities" + "Name": "ForestTrustCollisionException", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "BookmarkCallback", - "Namespace": "System.Activities" + "Name": "ForestMode", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "BookmarkOptions", - "Namespace": "System.Activities" + "Name": "Forest", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "BookmarkResumptionResult", - "Namespace": "System.Activities" + "Name": "ForestTrustRelationshipCollision", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "BookmarkScope", - "Namespace": "System.Activities" + "Name": "ForestTrustRelationshipCollisionCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "BookmarkScopeHandle", - "Namespace": "System.Activities" + "Name": "ForestTrustDomainInfoCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ExclusiveHandle", - "Namespace": "System.Activities" + "Name": "ForestTrustDomainStatus", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "CodeActivity", - "Namespace": "System.Activities" + "Name": "ForestTrustDomainInformation", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "CodeActivity`1", - "Namespace": "System.Activities" + "Name": "ForestTrustRelationshipInformation", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "CodeActivityContext", - "Namespace": "System.Activities" + "Name": "GlobalCatalog", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "CodeActivityMetadata", - "Namespace": "System.Activities" + "Name": "GlobalCatalogCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "CodeActivityPublicEnvironmentAccessor", - "Namespace": "System.Activities" + "Name": "LocatorOptions", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "CompletionCallback", - "Namespace": "System.Activities" + "Name": "ReadOnlyActiveDirectorySchemaClassCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "CompletionCallback`1", - "Namespace": "System.Activities" + "Name": "ReadOnlyActiveDirectorySchemaPropertyCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "DelegateArgument", - "Namespace": "System.Activities" + "Name": "ReadOnlyDirectoryServerCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "DelegateCompletionCallback", - "Namespace": "System.Activities" + "Name": "ReadOnlySiteCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "DelegateInArgument", - "Namespace": "System.Activities" + "Name": "ReadOnlySiteLinkBridgeCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "DelegateInArgument`1", - "Namespace": "System.Activities" + "Name": "ReadOnlySiteLinkCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "DelegateOutArgument", - "Namespace": "System.Activities" + "Name": "ReadOnlyStringCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "DelegateOutArgument`1", - "Namespace": "System.Activities" + "Name": "NotificationStatus", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "DynamicActivity", - "Namespace": "System.Activities" + "Name": "ReplicationSpan", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "DynamicActivity`1", - "Namespace": "System.Activities" + "Name": "ReplicationConnection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "DynamicActivityProperty", - "Namespace": "System.Activities" + "Name": "ReplicationConnectionCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ExceptionPersistenceExtension", - "Namespace": "System.Activities" + "Name": "ReplicationCursor", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "ExecutionProperties", - "Namespace": "System.Activities" + "Name": "ReplicationCursorCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "FaultCallback", - "Namespace": "System.Activities" + "Name": "ReplicationFailure", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "Handle", - "Namespace": "System.Activities" + "Name": "ReplicationFailureCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "HandleInitializationContext", - "Namespace": "System.Activities" + "Name": "ActiveDirectoryTransportType", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "IExecutionProperty", - "Namespace": "System.Activities" + "Name": "ReplicationNeighbor", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "PersistableIdleAction", - "Namespace": "System.Activities" + "Name": "ReplicationNeighborCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "InOutArgument", - "Namespace": "System.Activities" + "Name": "ReplicationOperation", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "InOutArgument`1", - "Namespace": "System.Activities" + "Name": "ReplicationOperationCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "InArgument", - "Namespace": "System.Activities" + "Name": "ReplicationOperationInformation", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "InArgument`1", - "Namespace": "System.Activities" + "Name": "ActiveDirectoryInterSiteTransport", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "InvalidWorkflowException", - "Namespace": "System.Activities" + "Name": "ActiveDirectoryRole", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "InvokeCompletedEventArgs", - "Namespace": "System.Activities" + "Name": "AdamRole", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "IPropertyRegistrationCallback", - "Namespace": "System.Activities" + "Name": "ActiveDirectoryRoleCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "Location", - "Namespace": "System.Activities" + "Name": "AdamRoleCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "Location`1", - "Namespace": "System.Activities" + "Name": "ReplicationSecurityLevel", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "LocationReference", - "Namespace": "System.Activities" + "Name": "TopLevelNameStatus", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "LocationReferenceEnvironment", - "Namespace": "System.Activities" + "Name": "TopLevelName", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "NativeActivity", - "Namespace": "System.Activities" + "Name": "TopLevelNameCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "NativeActivity`1", - "Namespace": "System.Activities" + "Name": "TrustType", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "NativeActivityAbortContext", - "Namespace": "System.Activities" + "Name": "TrustDirection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "NativeActivityContext", - "Namespace": "System.Activities" + "Name": "TrustRelationshipInformation", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "NativeActivityMetadata", - "Namespace": "System.Activities" + "Name": "TrustRelationshipInformationCollection", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "NativeActivityFaultContext", - "Namespace": "System.Activities" + "Name": "ReplicationOperationType", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "NativeActivityTransactionContext", - "Namespace": "System.Activities" + "Name": "ForestTrustCollisionType", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "NoPersistHandle", - "Namespace": "System.Activities" + "Name": "TopLevelNameCollisionOptions", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "OutArgument", - "Namespace": "System.Activities" + "Name": "DomainCollisionOptions", + "Namespace": "System.DirectoryServices.ActiveDirectory" }, { - "Name": "OutArgument`1", - "Namespace": "System.Activities" + "Name": "PrincipalSearcher", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "OverloadGroupAttribute", - "Namespace": "System.Activities" + "Name": "PrincipalContext", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "RegistrationContext", - "Namespace": "System.Activities" + "Name": "Principal", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "RequiredArgumentAttribute", - "Namespace": "System.Activities" + "Name": "AuthenticablePrincipal", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "RuntimeArgument", - "Namespace": "System.Activities" + "Name": "UserPrincipal", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "RuntimeDelegateArgument", - "Namespace": "System.Activities" + "Name": "ComputerPrincipal", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "RuntimeTransactionHandle", - "Namespace": "System.Activities" + "Name": "GroupPrincipal", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "UnhandledExceptionAction", - "Namespace": "System.Activities" + "Name": "MatchType", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "ValidationException", - "Namespace": "System.Activities" + "Name": "ContextType", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "Variable", - "Namespace": "System.Activities" + "Name": "ContextOptions", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "Variable`1", - "Namespace": "System.Activities" + "Name": "PrincipalCollection", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "VariableModifiers", - "Namespace": "System.Activities" + "Name": "PrincipalValueCollection`1", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "VersionMismatchException", - "Namespace": "System.Activities" + "Name": "PrincipalSearchResult`1", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowApplicationAbortedEventArgs", - "Namespace": "System.Activities" + "Name": "PrincipalException", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowApplicationAbortedException", - "Namespace": "System.Activities" + "Name": "MultipleMatchesException", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowApplication", - "Namespace": "System.Activities" + "Name": "NoMatchingPrincipalException", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowApplicationCompletedEventArgs", - "Namespace": "System.Activities" + "Name": "PasswordException", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowApplicationCompletedException", - "Namespace": "System.Activities" + "Name": "PrincipalExistsException", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowApplicationEventArgs", - "Namespace": "System.Activities" + "Name": "PrincipalServerDownException", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowApplicationException", - "Namespace": "System.Activities" + "Name": "PrincipalOperationException", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowApplicationInstance", - "Namespace": "System.Activities" + "Name": "IdentityType", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowApplicationIdleEventArgs", - "Namespace": "System.Activities" + "Name": "GroupScope", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowApplicationTerminatedException", - "Namespace": "System.Activities" + "Name": "DirectoryPropertyAttribute", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowApplicationUnhandledExceptionEventArgs", - "Namespace": "System.Activities" + "Name": "DirectoryRdnPrefixAttribute", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowApplicationUnloadedException", - "Namespace": "System.Activities" + "Name": "DirectoryObjectClassAttribute", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowDataContext", - "Namespace": "System.Activities" + "Name": "AdvancedFilters", + "Namespace": "System.DirectoryServices.AccountManagement" }, { - "Name": "WorkflowIdentity", - "Namespace": "System.Activities" + "Name": "AuthType", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "WorkflowIdentityFilter", - "Namespace": "System.Activities" + "Name": "PartialResultProcessing", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "WorkflowInspectionServices", - "Namespace": "System.Activities" + "Name": "BerConverter", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "WorkflowInvoker", - "Namespace": "System.Activities" + "Name": "DereferenceAlias", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "ExpressionServices", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryAttribute", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "CompiledExpressionInvoker", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryAttributeModification", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Add`3", - "Namespace": "System.Activities.Expressions" + "Name": "SearchResultAttributeCollection", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "AssemblyReference", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryAttributeCollection", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Subtract`3", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryAttributeModificationCollection", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Multiply`3", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryAttributeOperation", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Divide`3", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryConnection", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "AndAlso", - "Namespace": "System.Activities.Expressions" + "Name": "ExtendedDNFlag", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "OrElse", - "Namespace": "System.Activities.Expressions" + "Name": "SecurityMasks", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Not`2", - "Namespace": "System.Activities.Expressions" + "Name": "DirectorySynchronizationOptions", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "PropertyReference`2", - "Namespace": "System.Activities.Expressions" + "Name": "SearchOption", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "PropertyValue`2", - "Namespace": "System.Activities.Expressions" + "Name": "SortKey", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "And`3", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Equal`3", - "Namespace": "System.Activities.Expressions" + "Name": "AsqRequestControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "GreaterThan`3", - "Namespace": "System.Activities.Expressions" + "Name": "AsqResponseControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "GreaterThanOrEqual`3", - "Namespace": "System.Activities.Expressions" + "Name": "CrossDomainMoveControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "LessThan`3", - "Namespace": "System.Activities.Expressions" + "Name": "DomainScopeControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "LessThanOrEqual`3", - "Namespace": "System.Activities.Expressions" + "Name": "ExtendedDNControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "NotEqual`3", - "Namespace": "System.Activities.Expressions" + "Name": "LazyCommitControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Or`3", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryNotificationControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "ArrayItemValue`1", - "Namespace": "System.Activities.Expressions" + "Name": "PermissiveModifyControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "ArrayItemReference`1", - "Namespace": "System.Activities.Expressions" + "Name": "SecurityDescriptorFlagControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "EnvironmentLocationValue`1", - "Namespace": "System.Activities.Expressions" + "Name": "SearchOptionsControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "EnvironmentLocationReference`1", - "Namespace": "System.Activities.Expressions" + "Name": "ShowDeletedControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "FieldReference`2", - "Namespace": "System.Activities.Expressions" + "Name": "TreeDeleteControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "FieldValue`2", - "Namespace": "System.Activities.Expressions" + "Name": "VerifyNameControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Cast`2", - "Namespace": "System.Activities.Expressions" + "Name": "DirSyncRequestControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "As`2", - "Namespace": "System.Activities.Expressions" + "Name": "DirSyncResponseControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "New`1", - "Namespace": "System.Activities.Expressions" + "Name": "PageResultRequestControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "NewArray`1", - "Namespace": "System.Activities.Expressions" + "Name": "PageResultResponseControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "LambdaSerializationException", - "Namespace": "System.Activities.Expressions" + "Name": "SortRequestControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "LambdaReference`1", - "Namespace": "System.Activities.Expressions" + "Name": "SortResponseControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "LambdaValue`1", - "Namespace": "System.Activities.Expressions" + "Name": "VlvRequestControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Literal`1", - "Namespace": "System.Activities.Expressions" + "Name": "VlvResponseControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "ArgumentReference`1", - "Namespace": "System.Activities.Expressions" + "Name": "QuotaControl", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "ArgumentValue`1", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryControlCollection", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "DelegateArgumentReference`1", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryException", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "DelegateArgumentValue`1", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryOperationException", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "VariableReference`1", - "Namespace": "System.Activities.Expressions" + "Name": "BerConversionException", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "VariableValue`1", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryIdentifier", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeMethod`1", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryOperation", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`1", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryRequest", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`2", - "Namespace": "System.Activities.Expressions" + "Name": "DeleteRequest", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`3", - "Namespace": "System.Activities.Expressions" + "Name": "AddRequest", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`4", - "Namespace": "System.Activities.Expressions" + "Name": "ModifyRequest", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`5", - "Namespace": "System.Activities.Expressions" + "Name": "CompareRequest", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`6", - "Namespace": "System.Activities.Expressions" + "Name": "ModifyDNRequest", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`7", - "Namespace": "System.Activities.Expressions" + "Name": "ExtendedRequest", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`8", - "Namespace": "System.Activities.Expressions" + "Name": "SearchRequest", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`9", - "Namespace": "System.Activities.Expressions" + "Name": "DsmlAuthRequest", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`10", - "Namespace": "System.Activities.Expressions" + "Name": "DirectoryResponse", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`11", - "Namespace": "System.Activities.Expressions" + "Name": "DeleteResponse", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`12", - "Namespace": "System.Activities.Expressions" + "Name": "AddResponse", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`13", - "Namespace": "System.Activities.Expressions" + "Name": "ModifyResponse", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`14", - "Namespace": "System.Activities.Expressions" + "Name": "ModifyDNResponse", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`15", - "Namespace": "System.Activities.Expressions" + "Name": "CompareResponse", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`16", - "Namespace": "System.Activities.Expressions" + "Name": "ExtendedResponse", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeFunc`17", - "Namespace": "System.Activities.Expressions" + "Name": "SearchResponse", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "IndexerReference`2", - "Namespace": "System.Activities.Expressions" + "Name": "DsmlErrorResponse", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "ITextExpression", - "Namespace": "System.Activities.Expressions" + "Name": "DsmlAuthResponse", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "MultidimensionalArrayItemReference`1", - "Namespace": "System.Activities.Expressions" + "Name": "PartialResultsCollection", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "TextExpression", - "Namespace": "System.Activities.Expressions" + "Name": "ReferralChasingOptions", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "ValueTypeFieldReference`2", - "Namespace": "System.Activities.Expressions" + "Name": "ResultCode", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "ValueTypeIndexerReference`2", - "Namespace": "System.Activities.Expressions" + "Name": "SearchResultReference", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "ValueTypePropertyReference`2", - "Namespace": "System.Activities.Expressions" + "Name": "SearchResultReferenceCollection", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction", - "Namespace": "System.Activities.Statements" + "Name": "SearchResultEntry", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`1", - "Namespace": "System.Activities.Statements" + "Name": "SearchResultEntryCollection", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`2", - "Namespace": "System.Activities.Statements" + "Name": "SearchScope", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`3", - "Namespace": "System.Activities.Statements" + "Name": "DsmlDirectoryIdentifier", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`4", - "Namespace": "System.Activities.Statements" + "Name": "DsmlDocument", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`5", - "Namespace": "System.Activities.Statements" + "Name": "DsmlRequestDocument", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`6", - "Namespace": "System.Activities.Statements" + "Name": "DsmlResponseDocument", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`7", - "Namespace": "System.Activities.Statements" + "Name": "DsmlDocumentProcessing", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`8", - "Namespace": "System.Activities.Statements" + "Name": "DsmlResponseOrder", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`9", - "Namespace": "System.Activities.Statements" + "Name": "DsmlErrorProcessing", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`10", - "Namespace": "System.Activities.Statements" + "Name": "ErrorResponseCategory", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`11", - "Namespace": "System.Activities.Statements" + "Name": "DsmlInvalidDocumentException", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`12", - "Namespace": "System.Activities.Statements" + "Name": "ErrorResponseException", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`13", - "Namespace": "System.Activities.Statements" + "Name": "DsmlSoapConnection", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`14", - "Namespace": "System.Activities.Statements" + "Name": "DsmlSoapHttpConnection", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`15", - "Namespace": "System.Activities.Statements" + "Name": "LdapConnection", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeAction`16", - "Namespace": "System.Activities.Statements" + "Name": "LdapDirectoryIdentifier", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "InvokeDelegate", - "Namespace": "System.Activities.Statements" + "Name": "LdapException", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Catch", - "Namespace": "System.Activities.Statements" + "Name": "TlsOperationException", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Catch`1", - "Namespace": "System.Activities.Statements" + "Name": "QueryForConnectionCallback", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "CompensableActivity", - "Namespace": "System.Activities.Statements" + "Name": "NotifyOfNewConnectionCallback", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Compensate", - "Namespace": "System.Activities.Statements" + "Name": "DereferenceConnectionCallback", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "CompensationExtension", - "Namespace": "System.Activities.Statements" + "Name": "QueryClientCertificateCallback", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "CompensationToken", - "Namespace": "System.Activities.Statements" + "Name": "VerifyServerCertificateCallback", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "CreateBookmarkScope", - "Namespace": "System.Activities.Statements" + "Name": "LocatorFlags", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Confirm", - "Namespace": "System.Activities.Statements" + "Name": "SecurityProtocol", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "DeleteBookmarkScope", - "Namespace": "System.Activities.Statements" + "Name": "SecurityPackageContextConnectionInformation", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "HandleScope`1", - "Namespace": "System.Activities.Statements" + "Name": "ReferralCallback", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Persist", - "Namespace": "System.Activities.Statements" + "Name": "LdapSessionOptions", + "Namespace": "System.DirectoryServices.Protocols" }, { - "Name": "Rethrow", - "Namespace": "System.Activities.Statements" + "Name": "Bitmap", + "Namespace": "System.Drawing" }, { - "Name": "TryCatch", - "Namespace": "System.Activities.Statements" + "Name": "BitmapSuffixInSameAssemblyAttribute", + "Namespace": "System.Drawing" }, { - "Name": "Assign", - "Namespace": "System.Activities.Statements" + "Name": "BitmapSuffixInSatelliteAssemblyAttribute", + "Namespace": "System.Drawing" }, { - "Name": "Assign`1", - "Namespace": "System.Activities.Statements" + "Name": "Brush", + "Namespace": "System.Drawing" }, { - "Name": "CancellationScope", - "Namespace": "System.Activities.Statements" + "Name": "Brushes", + "Namespace": "System.Drawing" }, { - "Name": "Delay", - "Namespace": "System.Activities.Statements" + "Name": "BufferedGraphics", + "Namespace": "System.Drawing" }, { - "Name": "DoWhile", - "Namespace": "System.Activities.Statements" + "Name": "BufferedGraphicsContext", + "Namespace": "System.Drawing" }, { - "Name": "Flowchart", - "Namespace": "System.Activities.Statements" + "Name": "BufferedGraphicsManager", + "Namespace": "System.Drawing" }, { - "Name": "ForEach`1", - "Namespace": "System.Activities.Statements" + "Name": "Color", + "Namespace": "System.Drawing" }, { - "Name": "If", - "Namespace": "System.Activities.Statements" + "Name": "ColorConverter", + "Namespace": "System.Drawing" }, { - "Name": "InvokeMethod", - "Namespace": "System.Activities.Statements" + "Name": "ContentAlignment", + "Namespace": "System.Drawing" }, { - "Name": "Parallel", - "Namespace": "System.Activities.Statements" + "Name": "CopyPixelOperation", + "Namespace": "System.Drawing" }, { - "Name": "ParallelForEach`1", - "Namespace": "System.Activities.Statements" + "Name": "FontConverter", + "Namespace": "System.Drawing" }, { - "Name": "Pick", - "Namespace": "System.Activities.Statements" + "Name": "Graphics", + "Namespace": "System.Drawing" }, { - "Name": "PickBranch", - "Namespace": "System.Activities.Statements" + "Name": "Icon", + "Namespace": "System.Drawing" }, { - "Name": "Sequence", - "Namespace": "System.Activities.Statements" + "Name": "IconConverter", + "Namespace": "System.Drawing" }, { - "Name": "Switch`1", - "Namespace": "System.Activities.Statements" + "Name": "Image", + "Namespace": "System.Drawing" }, { - "Name": "TerminateWorkflow", - "Namespace": "System.Activities.Statements" + "Name": "ImageAnimator", + "Namespace": "System.Drawing" }, { - "Name": "Throw", - "Namespace": "System.Activities.Statements" + "Name": "ImageConverter", + "Namespace": "System.Drawing" }, { - "Name": "TransactionScope", - "Namespace": "System.Activities.Statements" + "Name": "KnownColor", + "Namespace": "System.Drawing" }, { - "Name": "While", - "Namespace": "System.Activities.Statements" + "Name": "Pen", + "Namespace": "System.Drawing" }, { - "Name": "WorkflowTerminatedException", - "Namespace": "System.Activities.Statements" + "Name": "Pens", + "Namespace": "System.Drawing" }, { - "Name": "WriteLine", - "Namespace": "System.Activities.Statements" + "Name": "Point", + "Namespace": "System.Drawing" }, { - "Name": "FlowDecision", - "Namespace": "System.Activities.Statements" + "Name": "PointConverter", + "Namespace": "System.Drawing" }, { - "Name": "FlowNode", - "Namespace": "System.Activities.Statements" + "Name": "Rectangle", + "Namespace": "System.Drawing" }, { - "Name": "FlowStep", - "Namespace": "System.Activities.Statements" + "Name": "RectangleConverter", + "Namespace": "System.Drawing" }, { - "Name": "FlowSwitch`1", - "Namespace": "System.Activities.Statements" + "Name": "Region", + "Namespace": "System.Drawing" }, { - "Name": "TimerExtension", - "Namespace": "System.Activities.Statements" + "Name": "RotateFlipType", + "Namespace": "System.Drawing" }, { - "Name": "DurableTimerExtension", - "Namespace": "System.Activities.Statements" + "Name": "Size", + "Namespace": "System.Drawing" }, { - "Name": "AddToCollection`1", - "Namespace": "System.Activities.Statements" + "Name": "SizeConverter", + "Namespace": "System.Drawing" }, { - "Name": "ClearCollection`1", - "Namespace": "System.Activities.Statements" + "Name": "SolidBrush", + "Namespace": "System.Drawing" }, { - "Name": "ExistsInCollection`1", - "Namespace": "System.Activities.Statements" + "Name": "SystemBrushes", + "Namespace": "System.Drawing" }, { - "Name": "RemoveFromCollection`1", - "Namespace": "System.Activities.Statements" + "Name": "SystemColors", + "Namespace": "System.Drawing" }, { - "Name": "State", - "Namespace": "System.Activities.Statements" + "Name": "SystemFonts", + "Namespace": "System.Drawing" }, { - "Name": "StateMachine", - "Namespace": "System.Activities.Statements" + "Name": "SystemIcons", + "Namespace": "System.Drawing" }, { - "Name": "Transition", - "Namespace": "System.Activities.Statements" + "Name": "SystemPens", + "Namespace": "System.Drawing" }, { - "Name": "NoPersistScope", - "Namespace": "System.Activities.Statements" + "Name": "ToolboxBitmapAttribute", + "Namespace": "System.Drawing" }, { - "Name": "StateMachineStateQuery", - "Namespace": "System.Activities.Statements.Tracking" + "Name": "ColorTranslator", + "Namespace": "System.Drawing" }, { - "Name": "StateMachineStateRecord", - "Namespace": "System.Activities.Statements.Tracking" + "Name": "Font", + "Namespace": "System.Drawing" }, { - "Name": "ActivityWithResultConverter", - "Namespace": "System.Activities.XamlIntegration" + "Name": "FontFamily", + "Namespace": "System.Drawing" }, { - "Name": "ActivityWithResultValueSerializer", - "Namespace": "System.Activities.XamlIntegration" + "Name": "FontStyle", + "Namespace": "System.Drawing" }, { - "Name": "ActivityXamlServices", - "Namespace": "System.Activities.XamlIntegration" + "Name": "ImageFormatConverter", + "Namespace": "System.Drawing" }, { - "Name": "ActivityXamlServicesSettings", - "Namespace": "System.Activities.XamlIntegration" + "Name": "PointF", + "Namespace": "System.Drawing" }, { - "Name": "ArgumentValueSerializer", - "Namespace": "System.Activities.XamlIntegration" + "Name": "RectangleF", + "Namespace": "System.Drawing" }, { - "Name": "AssemblyReferenceConverter", - "Namespace": "System.Activities.XamlIntegration" + "Name": "SizeF", + "Namespace": "System.Drawing" }, { - "Name": "CompiledDataContext", - "Namespace": "System.Activities.XamlIntegration" + "Name": "SizeFConverter", + "Namespace": "System.Drawing" }, { - "Name": "DynamicUpdateMapConverter", - "Namespace": "System.Activities.XamlIntegration" + "Name": "StringAlignment", + "Namespace": "System.Drawing" }, { - "Name": "DynamicUpdateMapItemConverter", - "Namespace": "System.Activities.XamlIntegration" + "Name": "StringDigitSubstitute", + "Namespace": "System.Drawing" }, { - "Name": "FuncDeferringLoader", - "Namespace": "System.Activities.XamlIntegration" + "Name": "CharacterRange", + "Namespace": "System.Drawing" }, { - "Name": "ICompiledExpressionRoot", - "Namespace": "System.Activities.XamlIntegration" + "Name": "StringFormat", + "Namespace": "System.Drawing" }, { - "Name": "InOutArgumentConverter", - "Namespace": "System.Activities.XamlIntegration" + "Name": "StringFormatFlags", + "Namespace": "System.Drawing" }, { - "Name": "InArgumentConverter", - "Namespace": "System.Activities.XamlIntegration" + "Name": "StringTrimming", + "Namespace": "System.Drawing" }, { - "Name": "IValueSerializableExpression", - "Namespace": "System.Activities.XamlIntegration" + "Name": "StringUnit", + "Namespace": "System.Drawing" }, { - "Name": "ImplementationVersionConverter", - "Namespace": "System.Activities.XamlIntegration" + "Name": "TextureBrush", + "Namespace": "System.Drawing" }, { - "Name": "OutArgumentConverter", - "Namespace": "System.Activities.XamlIntegration" + "Name": "GraphicsUnit", + "Namespace": "System.Drawing" }, { - "Name": "PropertyReferenceExtension`1", - "Namespace": "System.Activities.XamlIntegration" + "Name": "IDeviceContext", + "Namespace": "System.Drawing" }, { - "Name": "SerializableFuncDeferringLoader", - "Namespace": "System.Activities.XamlIntegration" + "Name": "StandardPrintController", + "Namespace": "System.Drawing.Printing" }, { - "Name": "DynamicUpdateMapExtension", - "Namespace": "System.Activities.XamlIntegration" + "Name": "Duplex", + "Namespace": "System.Drawing.Printing" }, { - "Name": "TypeConverterBase", - "Namespace": "System.Activities.XamlIntegration" + "Name": "InvalidPrinterException", + "Namespace": "System.Drawing.Printing" }, { - "Name": "TextExpressionCompiler", - "Namespace": "System.Activities.XamlIntegration" + "Name": "Margins", + "Namespace": "System.Drawing.Printing" }, { - "Name": "TextExpressionCompilerError", - "Namespace": "System.Activities.XamlIntegration" + "Name": "MarginsConverter", + "Namespace": "System.Drawing.Printing" }, { - "Name": "TextExpressionCompilerSettings", - "Namespace": "System.Activities.XamlIntegration" + "Name": "PageSettings", + "Namespace": "System.Drawing.Printing" }, { - "Name": "TextExpressionCompilerResults", - "Namespace": "System.Activities.XamlIntegration" + "Name": "PaperKind", + "Namespace": "System.Drawing.Printing" }, { - "Name": "WorkflowIdentityConverter", - "Namespace": "System.Activities.XamlIntegration" + "Name": "PaperSize", + "Namespace": "System.Drawing.Printing" }, { - "Name": "BookmarkInfo", - "Namespace": "System.Activities.Hosting" + "Name": "PaperSource", + "Namespace": "System.Drawing.Printing" }, { - "Name": "BookmarkScopeInfo", - "Namespace": "System.Activities.Hosting" + "Name": "PaperSourceKind", + "Namespace": "System.Drawing.Printing" }, { - "Name": "IWorkflowInstanceExtension", - "Namespace": "System.Activities.Hosting" + "Name": "PreviewPageInfo", + "Namespace": "System.Drawing.Printing" }, { - "Name": "LocationInfo", - "Namespace": "System.Activities.Hosting" + "Name": "PreviewPrintController", + "Namespace": "System.Drawing.Printing" }, { - "Name": "SymbolResolver", - "Namespace": "System.Activities.Hosting" + "Name": "PrintAction", + "Namespace": "System.Drawing.Printing" }, { - "Name": "WorkflowInstance", - "Namespace": "System.Activities.Hosting" + "Name": "PrintController", + "Namespace": "System.Drawing.Printing" }, { - "Name": "WorkflowInstanceExtensionManager", - "Namespace": "System.Activities.Hosting" + "Name": "PrintDocument", + "Namespace": "System.Drawing.Printing" }, { - "Name": "WorkflowInstanceProxy", - "Namespace": "System.Activities.Hosting" + "Name": "PrinterResolution", + "Namespace": "System.Drawing.Printing" }, { - "Name": "WorkflowInstanceState", - "Namespace": "System.Activities.Hosting" + "Name": "PrinterResolutionKind", + "Namespace": "System.Drawing.Printing" }, { - "Name": "ActivityValidationServices", - "Namespace": "System.Activities.Validation" + "Name": "PrinterSettings", + "Namespace": "System.Drawing.Printing" }, { - "Name": "AddValidationError", - "Namespace": "System.Activities.Validation" + "Name": "PrinterUnit", + "Namespace": "System.Drawing.Printing" }, { - "Name": "AssertValidation", - "Namespace": "System.Activities.Validation" + "Name": "PrinterUnitConvert", + "Namespace": "System.Drawing.Printing" }, { - "Name": "Constraint", - "Namespace": "System.Activities.Validation" + "Name": "PrintEventArgs", + "Namespace": "System.Drawing.Printing" }, { - "Name": "Constraint`1", - "Namespace": "System.Activities.Validation" + "Name": "PrintEventHandler", + "Namespace": "System.Drawing.Printing" }, { - "Name": "ValidationError", - "Namespace": "System.Activities.Validation" + "Name": "PrintingPermission", + "Namespace": "System.Drawing.Printing" }, { - "Name": "GetChildSubtree", - "Namespace": "System.Activities.Validation" + "Name": "PrintingPermissionAttribute", + "Namespace": "System.Drawing.Printing" }, { - "Name": "GetParentChain", - "Namespace": "System.Activities.Validation" + "Name": "PrintingPermissionLevel", + "Namespace": "System.Drawing.Printing" }, { - "Name": "GetWorkflowTree", - "Namespace": "System.Activities.Validation" + "Name": "PrintPageEventArgs", + "Namespace": "System.Drawing.Printing" }, { - "Name": "ValidationContext", - "Namespace": "System.Activities.Validation" + "Name": "PrintPageEventHandler", + "Namespace": "System.Drawing.Printing" }, { - "Name": "ValidationResults", - "Namespace": "System.Activities.Validation" + "Name": "PrintRange", + "Namespace": "System.Drawing.Printing" }, { - "Name": "ValidationSettings", - "Namespace": "System.Activities.Validation" + "Name": "QueryPageSettingsEventArgs", + "Namespace": "System.Drawing.Printing" }, { - "Name": "ActivityBlockingUpdate", - "Namespace": "System.Activities.DynamicUpdate" + "Name": "QueryPageSettingsEventHandler", + "Namespace": "System.Drawing.Printing" }, { - "Name": "UpdateMapMetadata", - "Namespace": "System.Activities.DynamicUpdate" + "Name": "CategoryNameCollection", + "Namespace": "System.Drawing.Design" }, { - "Name": "DynamicUpdateInfo", - "Namespace": "System.Activities.DynamicUpdate" + "Name": "IPropertyValueUIService", + "Namespace": "System.Drawing.Design" }, { - "Name": "DynamicUpdateMap", - "Namespace": "System.Activities.DynamicUpdate" + "Name": "IToolboxItemProvider", + "Namespace": "System.Drawing.Design" }, { - "Name": "DynamicUpdateMapBuilder", - "Namespace": "System.Activities.DynamicUpdate" + "Name": "IToolboxService", + "Namespace": "System.Drawing.Design" }, { - "Name": "DynamicUpdateMapItem", - "Namespace": "System.Activities.DynamicUpdate" + "Name": "IToolboxUser", + "Namespace": "System.Drawing.Design" }, { - "Name": "DynamicUpdateMapQuery", - "Namespace": "System.Activities.DynamicUpdate" + "Name": "PaintValueEventArgs", + "Namespace": "System.Drawing.Design" }, { - "Name": "DynamicUpdateServices", - "Namespace": "System.Activities.DynamicUpdate" + "Name": "PropertyValueUIHandler", + "Namespace": "System.Drawing.Design" }, { - "Name": "InstanceUpdateException", - "Namespace": "System.Activities.DynamicUpdate" + "Name": "PropertyValueUIItem", + "Namespace": "System.Drawing.Design" }, { - "Name": "NativeActivityUpdateContext", - "Namespace": "System.Activities.DynamicUpdate" + "Name": "PropertyValueUIItemInvokeHandler", + "Namespace": "System.Drawing.Design" }, { - "Name": "NativeActivityUpdateMapMetadata", - "Namespace": "System.Activities.DynamicUpdate" + "Name": "ToolboxComponentsCreatedEventArgs", + "Namespace": "System.Drawing.Design" }, { - "Name": "DebugInfo", - "Namespace": "System.Activities.Debugger" + "Name": "ToolboxComponentsCreatedEventHandler", + "Namespace": "System.Drawing.Design" }, { - "Name": "IDebuggableWorkflowTree", - "Namespace": "System.Activities.Debugger" + "Name": "ToolboxComponentsCreatingEventArgs", + "Namespace": "System.Drawing.Design" }, { - "Name": "LocalsItemDescription", - "Namespace": "System.Activities.Debugger" + "Name": "ToolboxComponentsCreatingEventHandler", + "Namespace": "System.Drawing.Design" }, { - "Name": "SourceLocation", - "Namespace": "System.Activities.Debugger" + "Name": "ToolboxItem", + "Namespace": "System.Drawing.Design" }, { - "Name": "State", - "Namespace": "System.Activities.Debugger" + "Name": "ToolboxItemCollection", + "Namespace": "System.Drawing.Design" }, { - "Name": "StateManager", - "Namespace": "System.Activities.Debugger" + "Name": "ToolboxItemCreatorCallback", + "Namespace": "System.Drawing.Design" }, { - "Name": "SourceLocationProvider", - "Namespace": "System.Activities.Debugger" + "Name": "UITypeEditor", + "Namespace": "System.Drawing.Design" }, { - "Name": "ThreadWorkerController", - "Namespace": "System.Activities.Debugger" + "Name": "UITypeEditorEditStyle", + "Namespace": "System.Drawing.Design" }, { - "Name": "VirtualStackFrame", - "Namespace": "System.Activities.Debugger" + "Name": "SystemDrawingSection", + "Namespace": "System.Drawing.Configuration" }, { - "Name": "XamlDebuggerXmlReader", - "Namespace": "System.Activities.Debugger" + "Name": "FontCollection", + "Namespace": "System.Drawing.Text" }, { - "Name": "SourceLocationFoundEventArgs", - "Namespace": "System.Activities.Debugger" + "Name": "GenericFontFamilies", + "Namespace": "System.Drawing.Text" }, { - "Name": "ActivitySymbol", - "Namespace": "System.Activities.Debugger.Symbol" + "Name": "HotkeyPrefix", + "Namespace": "System.Drawing.Text" }, { - "Name": "DebugSymbol", - "Namespace": "System.Activities.Debugger.Symbol" + "Name": "InstalledFontCollection", + "Namespace": "System.Drawing.Text" }, { - "Name": "WorkflowSymbol", - "Namespace": "System.Activities.Debugger.Symbol" + "Name": "PrivateFontCollection", + "Namespace": "System.Drawing.Text" }, { - "Name": "ActivityInfo", - "Namespace": "System.Activities.Tracking" + "Name": "TextRenderingHint", + "Namespace": "System.Drawing.Text" }, { - "Name": "ActivityScheduledRecord", - "Namespace": "System.Activities.Tracking" + "Name": "BitmapData", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "ActivityScheduledQuery", - "Namespace": "System.Activities.Tracking" + "Name": "ColorAdjustType", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "ActivityStateQuery", - "Namespace": "System.Activities.Tracking" + "Name": "ColorChannelFlag", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "ActivityStateRecord", - "Namespace": "System.Activities.Tracking" + "Name": "ColorMap", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "ActivityStates", - "Namespace": "System.Activities.Tracking" + "Name": "ColorMapType", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "BookmarkResumptionRecord", - "Namespace": "System.Activities.Tracking" + "Name": "ColorMatrix", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "BookmarkResumptionQuery", - "Namespace": "System.Activities.Tracking" + "Name": "ColorMatrixFlag", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "CancelRequestedRecord", - "Namespace": "System.Activities.Tracking" + "Name": "ColorMode", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "CancelRequestedQuery", - "Namespace": "System.Activities.Tracking" + "Name": "ColorPalette", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "CustomTrackingQuery", - "Namespace": "System.Activities.Tracking" + "Name": "EmfPlusRecordType", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "CustomTrackingRecord", - "Namespace": "System.Activities.Tracking" + "Name": "EmfType", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "EtwTrackingParticipant", - "Namespace": "System.Activities.Tracking" + "Name": "Encoder", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "FaultPropagationRecord", - "Namespace": "System.Activities.Tracking" + "Name": "EncoderParameter", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "FaultPropagationQuery", - "Namespace": "System.Activities.Tracking" + "Name": "EncoderParameters", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "TrackingRecord", - "Namespace": "System.Activities.Tracking" + "Name": "EncoderParameterValueType", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "TrackingProfile", - "Namespace": "System.Activities.Tracking" + "Name": "EncoderValue", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "TrackingParticipant", - "Namespace": "System.Activities.Tracking" + "Name": "FrameDimension", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "TrackingQuery", - "Namespace": "System.Activities.Tracking" + "Name": "ImageAttributes", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "ImplementationVisibility", - "Namespace": "System.Activities.Tracking" + "Name": "ImageCodecFlags", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "WorkflowInstanceAbortedRecord", - "Namespace": "System.Activities.Tracking" + "Name": "ImageCodecInfo", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "WorkflowInstanceRecord", - "Namespace": "System.Activities.Tracking" + "Name": "ImageFlags", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "WorkflowInstanceQuery", - "Namespace": "System.Activities.Tracking" + "Name": "ImageFormat", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "WorkflowInstanceSuspendedRecord", - "Namespace": "System.Activities.Tracking" + "Name": "ImageLockMode", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "WorkflowInstanceTerminatedRecord", - "Namespace": "System.Activities.Tracking" + "Name": "Metafile", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "WorkflowInstanceUpdatedRecord", - "Namespace": "System.Activities.Tracking" + "Name": "MetafileFrameUnit", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "WorkflowInstanceUnhandledExceptionRecord", - "Namespace": "System.Activities.Tracking" + "Name": "MetafileHeader", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "WorkflowInstanceStates", - "Namespace": "System.Activities.Tracking" + "Name": "MetafileType", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "PersistenceParticipant", - "Namespace": "System.Activities.Persistence" + "Name": "MetaHeader", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "PersistenceIOParticipant", - "Namespace": "System.Activities.Persistence" + "Name": "PaletteFlags", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "ActivatableWorkflowsQueryResult", - "Namespace": "System.Activities.DurableInstancing" + "Name": "PixelFormat", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "CreateWorkflowOwnerCommand", - "Namespace": "System.Activities.DurableInstancing" + "Name": "PlayRecordCallback", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "CreateWorkflowOwnerWithIdentityCommand", - "Namespace": "System.Activities.DurableInstancing" + "Name": "PropertyItem", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "DeleteWorkflowOwnerCommand", - "Namespace": "System.Activities.DurableInstancing" + "Name": "WmfPlaceableFileHeader", + "Namespace": "System.Drawing.Imaging" }, { - "Name": "HasActivatableWorkflowEvent", - "Namespace": "System.Activities.DurableInstancing" + "Name": "DashCap", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "HasRunnableWorkflowEvent", - "Namespace": "System.Activities.DurableInstancing" + "Name": "AdjustableArrowCap", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "LoadWorkflowByInstanceKeyCommand", - "Namespace": "System.Activities.DurableInstancing" + "Name": "Blend", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "LoadWorkflowCommand", - "Namespace": "System.Activities.DurableInstancing" + "Name": "ColorBlend", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "QueryActivatableWorkflowsCommand", - "Namespace": "System.Activities.DurableInstancing" + "Name": "CombineMode", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "SaveWorkflowCommand", - "Namespace": "System.Activities.DurableInstancing" + "Name": "CompositingMode", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "TryLoadRunnableWorkflowCommand", - "Namespace": "System.Activities.DurableInstancing" + "Name": "CompositingQuality", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "SourceExpressionException", - "Namespace": "System.Activities.ExpressionParser" + "Name": "CoordinateSpace", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "CustomLineCap", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "ServiceContractImporter", - "Namespace": "System.ServiceModel.Activities.Presentation" + "Name": "DashStyle", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "ReceiveAndSendReplyFactory", - "Namespace": "System.ServiceModel.Activities.Presentation.Factories" + "Name": "FillMode", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "SendAndReceiveReplyFactory", - "Namespace": "System.ServiceModel.Activities.Presentation.Factories" + "Name": "FlushIntention", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "DynamicArgumentDesignerOptions", - "Namespace": "System.Activities.Presentation" + "Name": "GraphicsContainer", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "DynamicArgumentDialog", - "Namespace": "System.Activities.Presentation" + "Name": "GraphicsPath", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "ConnectionPointType", - "Namespace": "System.Activities.Core.Presentation" + "Name": "GraphicsPathIterator", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "LocationChangedEventArgs", - "Namespace": "System.Activities.Core.Presentation" + "Name": "GraphicsState", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "DesignerMetadata", - "Namespace": "System.Activities.Core.Presentation" + "Name": "HatchBrush", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "FlowchartDesignerCommands", - "Namespace": "System.Activities.Core.Presentation" + "Name": "HatchStyle", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "GenericTypeArgumentConverter", - "Namespace": "System.Activities.Core.Presentation" + "Name": "InterpolationMode", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "FinalState", - "Namespace": "System.Activities.Core.Presentation" + "Name": "LinearGradientBrush", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "ForEachWithBodyFactory`1", - "Namespace": "System.Activities.Core.Presentation.Factories" + "Name": "LinearGradientMode", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "ParallelForEachWithBodyFactory`1", - "Namespace": "System.Activities.Core.Presentation.Factories" + "Name": "LineCap", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "PickWithTwoBranchesFactory", - "Namespace": "System.Activities.Core.Presentation.Factories" + "Name": "LineJoin", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "StateMachineWithInitialStateFactory", - "Namespace": "System.Activities.Core.Presentation.Factories" + "Name": "Matrix", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "DesignerStylesDictionary", - "Namespace": "System.Activities.Core.Presentation.Themes" + "Name": "MatrixOrder", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "InstanceLockedExceptionAction", - "Namespace": "System.Activities.DurableInstancing" + "Name": "PathData", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "InstanceCompletionAction", - "Namespace": "System.Activities.DurableInstancing" + "Name": "PathGradientBrush", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "InstanceEncodingOption", - "Namespace": "System.Activities.DurableInstancing" + "Name": "PathPointType", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "SqlWorkflowInstanceStore", - "Namespace": "System.Activities.DurableInstancing" + "Name": "PenAlignment", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "GeneratedInternalTypeHelper", - "Namespace": "XamlGeneratedNamespace" + "Name": "PenType", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "WorkflowDesignerIcons", - "Namespace": "System.Activities.Presentation" + "Name": "PixelOffsetMode", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "ArgumentAccessor", - "Namespace": "System.Activities.Presentation" + "Name": "QualityMode", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "DesignerConfigurationService", - "Namespace": "System.Activities.Presentation" + "Name": "RegionData", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "IMultipleDragEnabledCompositeView", - "Namespace": "System.Activities.Presentation" + "Name": "SmoothingMode", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "ContextItem", - "Namespace": "System.Activities.Presentation" + "Name": "WarpMode", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "ContextItemManager", - "Namespace": "System.Activities.Presentation" + "Name": "WrapMode", + "Namespace": "System.Drawing.Drawing2D" }, { - "Name": "EditingContext", - "Namespace": "System.Activities.Presentation" + "Name": "BitmapEditor", + "Namespace": "System.Drawing.Design" }, { - "Name": "PublishServiceCallback", - "Namespace": "System.Activities.Presentation" + "Name": "ColorEditor", + "Namespace": "System.Drawing.Design" }, { - "Name": "PublishServiceCallback`1", - "Namespace": "System.Activities.Presentation" + "Name": "ContentAlignmentEditor", + "Namespace": "System.Drawing.Design" }, { - "Name": "ServiceManager", - "Namespace": "System.Activities.Presentation" + "Name": "CursorEditor", + "Namespace": "System.Drawing.Design" }, { - "Name": "SubscribeContextCallback", - "Namespace": "System.Activities.Presentation" + "Name": "FontEditor", + "Namespace": "System.Drawing.Design" }, { - "Name": "SubscribeContextCallback`1", - "Namespace": "System.Activities.Presentation" + "Name": "FontNameEditor", + "Namespace": "System.Drawing.Design" }, { - "Name": "SubscribeServiceCallback", - "Namespace": "System.Activities.Presentation" + "Name": "IconEditor", + "Namespace": "System.Drawing.Design" }, { - "Name": "SubscribeServiceCallback`1", - "Namespace": "System.Activities.Presentation" + "Name": "ImageEditor", + "Namespace": "System.Drawing.Design" }, { - "Name": "DefaultTypeArgumentAttribute", - "Namespace": "System.Activities.Presentation" + "Name": "MetafileEditor", + "Namespace": "System.Drawing.Design" }, { - "Name": "ObjectReferenceService", - "Namespace": "System.Activities.Presentation" + "Name": "ToolboxService", + "Namespace": "System.Drawing.Design" }, { - "Name": "SourceLocationUpdatedEventArgs", - "Namespace": "System.Activities.Presentation" + "Name": "ToolboxItemCreator", + "Namespace": "System.Drawing.Design" }, { - "Name": "IWorkflowDesignerStorageService", - "Namespace": "System.Activities.Presentation" + "Name": "ToolboxItemContainer", + "Namespace": "System.Drawing.Design" }, { - "Name": "IIntegratedHelpService", - "Namespace": "System.Activities.Presentation" + "Name": "BinarySecretKeyIdentifierClause", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "CachedResourceDictionaryExtension", - "Namespace": "System.Activities.Presentation" + "Name": "KeyNameIdentifierClause", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "ClipboardData", - "Namespace": "System.Activities.Presentation" + "Name": "SecurityContextKeyIdentifierClause", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "CutCopyPasteHelper", - "Namespace": "System.Activities.Presentation" + "Name": "X509CertificateValidationMode", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "ActivityDesigner", - "Namespace": "System.Activities.Presentation" + "Name": "BinarySecretSecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ICompositeViewEvents", - "Namespace": "System.Activities.Presentation" + "Name": "WrappedKeySecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "IActivityToolboxService", - "Namespace": "System.Activities.Presentation" + "Name": "AuthenticationInformation", + "Namespace": "System.Security.Claims" }, { - "Name": "IXamlLoadErrorService", - "Namespace": "System.Activities.Presentation" + "Name": "AuthenticationTypes", + "Namespace": "System.Security.Claims" }, { - "Name": "IActivityTemplateFactory", - "Namespace": "System.Activities.Presentation" + "Name": "AuthorizationContext", + "Namespace": "System.Security.Claims" }, { - "Name": "IActivityTemplateFactory`1", - "Namespace": "System.Activities.Presentation" + "Name": "ClaimsAuthenticationManager", + "Namespace": "System.Security.Claims" }, { - "Name": "TypeResolvingOptionsAttribute", - "Namespace": "System.Activities.Presentation" + "Name": "ClaimsAuthorizationManager", + "Namespace": "System.Security.Claims" }, { - "Name": "UndoUnit", - "Namespace": "System.Activities.Presentation" + "Name": "ClaimProperties", + "Namespace": "System.Security.Claims" }, { - "Name": "UndoUnitEventArgs", - "Namespace": "System.Activities.Presentation" + "Name": "AsynchronousOperationException", + "Namespace": "System.IdentityModel" }, { - "Name": "IModalService", - "Namespace": "System.Activities.Presentation" + "Name": "AsyncResult", + "Namespace": "System.IdentityModel" }, { - "Name": "WorkflowDesignerColors", - "Namespace": "System.Activities.Presentation" + "Name": "BadRequestException", + "Namespace": "System.IdentityModel" }, { - "Name": "ActivityDesignerOptionsAttribute", - "Namespace": "System.Activities.Presentation" + "Name": "CookieTransform", + "Namespace": "System.IdentityModel" }, { - "Name": "WorkflowElementDialog", - "Namespace": "System.Activities.Presentation" + "Name": "DeflateCookieTransform", + "Namespace": "System.IdentityModel" }, { - "Name": "WorkflowFileItem", - "Namespace": "System.Activities.Presentation" + "Name": "DelegatingXmlDictionaryReader", + "Namespace": "System.IdentityModel" }, { - "Name": "WorkflowItemsPresenter", - "Namespace": "System.Activities.Presentation" + "Name": "DelegatingXmlDictionaryWriter", + "Namespace": "System.IdentityModel" }, { - "Name": "DragDropHelper", - "Namespace": "System.Activities.Presentation" + "Name": "EnvelopedSignatureReader", + "Namespace": "System.IdentityModel" }, { - "Name": "WorkflowViewElement", - "Namespace": "System.Activities.Presentation" + "Name": "EnvelopedSignatureWriter", + "Namespace": "System.IdentityModel" }, { - "Name": "WorkflowDesigner", - "Namespace": "System.Activities.Presentation" + "Name": "LimitExceededException", + "Namespace": "System.IdentityModel" }, { - "Name": "WorkflowItemPresenter", - "Namespace": "System.Activities.Presentation" + "Name": "OpenObject", + "Namespace": "System.IdentityModel" }, { - "Name": "ICompositeView", - "Namespace": "System.Activities.Presentation" + "Name": "ProtectedDataCookieTransform", + "Namespace": "System.IdentityModel" }, { - "Name": "UndoEngine", - "Namespace": "System.Activities.Presentation" + "Name": "RequestException", + "Namespace": "System.IdentityModel" }, { - "Name": "XamlLoadErrorInfo", - "Namespace": "System.Activities.Presentation" + "Name": "RequestFailedException", + "Namespace": "System.IdentityModel" }, { - "Name": "DebuggerService", - "Namespace": "System.Activities.Presentation.Debug" + "Name": "RsaEncryptionCookieTransform", + "Namespace": "System.IdentityModel" }, { - "Name": "IDesignerDebugView", - "Namespace": "System.Activities.Presentation.Debug" + "Name": "RsaSignatureCookieTransform", + "Namespace": "System.IdentityModel" }, { - "Name": "BreakpointTypes", - "Namespace": "System.Activities.Presentation.Debug" + "Name": "Scope", + "Namespace": "System.IdentityModel" }, { - "Name": "IVSSqmService", - "Namespace": "System.Activities.Presentation.Sqm" + "Name": "SecurityMessageSerializationException", + "Namespace": "System.IdentityModel" }, { - "Name": "ViewStateData", - "Namespace": "System.Activities.Presentation.ViewState" + "Name": "SecurityTokenService", + "Namespace": "System.IdentityModel" }, { - "Name": "ViewStateManager", - "Namespace": "System.Activities.Presentation.ViewState" + "Name": "SignatureVerificationFailedException", + "Namespace": "System.IdentityModel" }, { - "Name": "WorkflowViewState", - "Namespace": "System.Activities.Presentation.ViewState" + "Name": "TypedAsyncResult`1", + "Namespace": "System.IdentityModel" }, { - "Name": "ActivityTemplateFactory`1", - "Namespace": "System.Activities.Presentation.Toolbox" + "Name": "UnsupportedTokenTypeBadRequestException", + "Namespace": "System.IdentityModel" }, { - "Name": "ActivityTemplateFactory", - "Namespace": "System.Activities.Presentation.Toolbox" + "Name": "ApplicationServiceDescriptor", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "ActivityTemplateFactoryBuilder", - "Namespace": "System.Activities.Presentation.Toolbox" + "Name": "ContactPerson", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "ToolboxCategory", - "Namespace": "System.Activities.Presentation.Toolbox" + "Name": "ContactType", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "ToolboxCategoryItems", - "Namespace": "System.Activities.Presentation.Toolbox" + "Name": "DisplayClaim", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "ToolboxControl", - "Namespace": "System.Activities.Presentation.Toolbox" + "Name": "EncryptionMethod", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "ToolboxItemWrapper", - "Namespace": "System.Activities.Presentation.Toolbox" + "Name": "EntitiesDescriptor", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "ToolCreatedEventArgs", - "Namespace": "System.Activities.Presentation.Toolbox" + "Name": "EntityDescriptor", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "ToolCreatedEventHandler", - "Namespace": "System.Activities.Presentation.Toolbox" + "Name": "EntityId", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "CategoryEditor", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "IdentityProviderSingleSignOnDescriptor", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "CategoryEntry", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "IndexedProtocolEndpoint", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "DependencyPropertyValueSource", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "IndexedProtocolEndpointDictionary", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "DialogPropertyValueEditor", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "KeyDescriptor", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "EditModeSwitchButton", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "KeyType", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "EditorReuseAttribute", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "LocalizedEntry", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "ExtendedPropertyValueEditor", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "LocalizedEntryCollection`1", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "IPropertyFilterTarget", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "LocalizedName", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "PropertyContainerEditMode", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "LocalizedUri", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "PropertyEntry", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "MetadataBase", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "PropertyEntryCollection", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "MetadataSerializationException", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "PropertyFilter", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "MetadataSerializer", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "PropertyFilterAppliedEventArgs", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "Organization", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "PropertyFilterPredicate", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "ProtocolEndpoint", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "PropertyValue", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "RoleDescriptor", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "PropertyValueCollection", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "SecurityTokenServiceDescriptor", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "PropertyValueEditor", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "ServiceProviderSingleSignOnDescriptor", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "PropertyValueEditorCommands", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "SingleSignOnDescriptor", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "PropertyValueExceptionEventArgs", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "WebServiceDescriptor", + "Namespace": "System.IdentityModel.Metadata" }, { - "Name": "PropertyValueExceptionSource", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "AggregateTokenResolver", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "PropertyValueSource", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "AsymmetricProofDescriptor", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "EditorOptionAttribute", - "Namespace": "System.Activities.Presentation.PropertyEditing" + "Name": "AudienceRestriction", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "MultiTargetingSupportService", - "Namespace": "System.Activities.Presentation.Hosting" + "Name": "AudienceUriValidationFailedException", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IDocumentPersistenceService", - "Namespace": "System.Activities.Presentation.Hosting" + "Name": "AuthenticationContext", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IMultiTargetingSupportService", - "Namespace": "System.Activities.Presentation.Hosting" + "Name": "AuthenticationMethods", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "WorkflowCommandExtensionItem", - "Namespace": "System.Activities.Presentation.Hosting" + "Name": "AsymmetricSecurityKey", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "CommandInfo", - "Namespace": "System.Activities.Presentation.Hosting" + "Name": "BinaryKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IWorkflowCommandExtensionCallback", - "Namespace": "System.Activities.Presentation.Hosting" + "Name": "BootstrapContext", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ICommandService", - "Namespace": "System.Activities.Presentation.Hosting" + "Name": "ComputedKeyAlgorithms", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "CommandValues", - "Namespace": "System.Activities.Presentation.Hosting" + "Name": "ConfigurationBasedIssuerNameRegistry", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ReadOnlyState", - "Namespace": "System.Activities.Presentation.Hosting" + "Name": "EmptySecurityKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AssemblyContextControlItem", - "Namespace": "System.Activities.Presentation.Hosting" + "Name": "EncryptedKeyEncryptingCredentials", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ImportedNamespaceContextItem", - "Namespace": "System.Activities.Presentation.Hosting" + "Name": "EncryptedKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "WindowMessage", - "Namespace": "System.Activities.Presentation.Hosting" + "Name": "EncryptedSecurityToken", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "WindowHelperService", - "Namespace": "System.Activities.Presentation.Hosting" + "Name": "EncryptedSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ObjectToModelValueConverter", - "Namespace": "System.Activities.Presentation.Converters" + "Name": "EncryptedTokenDecryptionFailedException", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ArgumentToExpressionModelItemConverter", - "Namespace": "System.Activities.Presentation.Converters" + "Name": "EncryptingCredentials", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelToObjectValueConverter", - "Namespace": "System.Activities.Presentation.Converters" + "Name": "GenericXmlSecurityKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ArgumentToExpressionConverter", - "Namespace": "System.Activities.Presentation.Converters" + "Name": "GenericXmlSecurityToken", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelPropertyEntryToModelItemConverter", - "Namespace": "System.Activities.Presentation.Converters" + "Name": "IssuerNameRegistry", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelPropertyEntryToOwnerActivityConverter", - "Namespace": "System.Activities.Presentation.Converters" + "Name": "IssuerTokenResolver", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "CreateExpressionFromStringCallback", - "Namespace": "System.Activities.Presentation.Expressions" + "Name": "KerberosReceiverSecurityToken", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "TextualExpressionEditor", - "Namespace": "System.Activities.Presentation.Expressions" + "Name": "KerberosRequestorSecurityToken", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ExpressionMorphHelper", - "Namespace": "System.Activities.Presentation.Expressions" + "Name": "KerberosSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ExpressionMorphHelperAttribute", - "Namespace": "System.Activities.Presentation.Expressions" + "Name": "KerberosTicketHashKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ExpressionActivityEditor", - "Namespace": "System.Activities.Presentation.Expressions" + "Name": "LocalIdKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "Annotation", - "Namespace": "System.Activities.Presentation.Annotations" + "Name": "ProofDescriptor", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ActivityArgumentHelper", - "Namespace": "System.Activities.Presentation.Metadata" + "Name": "RsaKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AttributeCallback", - "Namespace": "System.Activities.Presentation.Metadata" + "Name": "RsaSecurityKey", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AttributeCallbackBuilder", - "Namespace": "System.Activities.Presentation.Metadata" + "Name": "RsaSecurityToken", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AttributeTable", - "Namespace": "System.Activities.Presentation.Metadata" + "Name": "RsaSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AttributeTableBuilder", - "Namespace": "System.Activities.Presentation.Metadata" + "Name": "Saml2Action", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AttributeTableValidationException", - "Namespace": "System.Activities.Presentation.Metadata" + "Name": "Saml2Advice", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IRegisterMetadata", - "Namespace": "System.Activities.Presentation.Metadata" + "Name": "Saml2Assertion", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "MetadataStore", - "Namespace": "System.Activities.Presentation.Metadata" + "Name": "Saml2AssertionKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ExpressionTextBox", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2Attribute", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ViewCreatedEventArgs", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2AttributeStatement", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "EditingState", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2AudienceRestriction", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "PropertyKind", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2AuthenticationContext", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IExpressionEditorInstance", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2AuthenticationStatement", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IExpressionEditorService", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2AuthorizationDecisionStatement", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "Selection", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2Conditions", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "TypeResolvingOptions", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2Evidence", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "DesignerView", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2Id", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ShellBarItemVisibility", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2NameIdentifier", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ShellHeaderItemsVisibility", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2ProxyRestriction", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "CommandMenuMode", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2SecurityKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "TypePresenter", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2SecurityToken", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "TypeWrapper", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2SecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ViewStateChangedEventArgs", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2Statement", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ViewStateChangedEventHandler", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2Subject", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ViewStateService", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2SubjectConfirmation", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "VirtualizedContainerService", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2SubjectConfirmationData", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "WorkflowViewStateService", - "Namespace": "System.Activities.Presentation.View" + "Name": "Saml2SubjectLocality", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "WorkflowViewService", - "Namespace": "System.Activities.Presentation.View" + "Name": "SamlAccessDecision", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ShowPropertyInOutlineViewAttribute", - "Namespace": "System.Activities.Presentation.View.OutlineView" + "Name": "SamlAction", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "HidePropertyInOutlineViewAttribute", - "Namespace": "System.Activities.Presentation.View.OutlineView" + "Name": "SamlAdvice", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ShowPropertyInOutlineViewAsSiblingAttribute", - "Namespace": "System.Activities.Presentation.View.OutlineView" + "Name": "SamlAssertion", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ShowInOutlineViewAttribute", - "Namespace": "System.Activities.Presentation.View.OutlineView" + "Name": "SamlAssertionKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ValidationState", - "Namespace": "System.Activities.Presentation.Validation" + "Name": "SamlAttribute", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IValidationErrorService", - "Namespace": "System.Activities.Presentation.Validation" + "Name": "SamlAttributeStatement", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ValidationErrorInfo", - "Namespace": "System.Activities.Presentation.Validation" + "Name": "SamlAudienceRestrictionCondition", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ValidationService", - "Namespace": "System.Activities.Presentation.Validation" + "Name": "SamlAuthenticationClaimResource", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "CreateOptions", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlAuthenticationStatement", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelEditingScope", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlAuthorityBinding", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelFactory", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlAuthorizationDecisionClaimResource", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelItem", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlAuthorizationDecisionStatement", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelItemCollection", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlCondition", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelItemDictionary", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlConditions", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelMemberCollection`2", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlConstants", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelProperty", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlDoNotCacheCondition", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelPropertyCollection", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlEvidence", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AttachedPropertyInfo", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlNameIdentifierClaimResource", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AttachedPropertyInfo`1", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlSecurityKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "PropertyValueMorphHelper", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlSecurityToken", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "MorphHelper", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "Change", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlSecurityTokenRequirement", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "EditingScope", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlSerializer", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "EditingScopeEventArgs", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlStatement", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelItemExtensions", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlSubject", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AttachedPropertiesService", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SamlSubjectStatement", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AttachedProperty", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SecurityAlgorithms", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AttachedProperty`1", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SecurityKey", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "TextImage", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SecurityKeyElement", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelTreeManager", - "Namespace": "System.Activities.Presentation.Model" + "Name": "SecurityKeyIdentifier", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelChangeInfo", - "Namespace": "System.Activities.Presentation.Services" + "Name": "SecurityKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelChangeType", - "Namespace": "System.Activities.Presentation.Services" + "Name": "SecurityKeyIdentifierClauseSerializer", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelChangedEventArgs", - "Namespace": "System.Activities.Presentation.Services" + "Name": "SecurityKeyType", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ViewService", - "Namespace": "System.Activities.Presentation.Services" + "Name": "SecurityKeyUsage", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelSearchService", - "Namespace": "System.Activities.Presentation.Services" + "Name": "SecurityToken", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ModelService", - "Namespace": "System.Activities.Presentation.Services" + "Name": "SecurityTokenDescriptor", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AddInAttribute", - "Namespace": "System.AddIn" + "Name": "SecurityTokenElement", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "HostAdapterAttribute", - "Namespace": "System.AddIn.Pipeline" + "Name": "SecurityTokenException", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AddInAdapterAttribute", - "Namespace": "System.AddIn.Pipeline" + "Name": "SecurityTokenExpiredException", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AddInBaseAttribute", - "Namespace": "System.AddIn.Pipeline" + "Name": "SecurityTokenNotYetValidException", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "CollectionAdapters", - "Namespace": "System.AddIn.Pipeline" + "Name": "SecurityTokenReplayDetectedException", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ContractAdapter", - "Namespace": "System.AddIn.Pipeline" + "Name": "SecurityTokenTypes", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ContractBase", - "Namespace": "System.AddIn.Pipeline" + "Name": "SigningCredentials", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ContractHandle", - "Namespace": "System.AddIn.Pipeline" + "Name": "SecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AddInSegmentDirectoryNotFoundException", - "Namespace": "System.AddIn.Hosting" + "Name": "SecurityTokenHandlerCollection", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AddInSegmentType", - "Namespace": "System.AddIn.Hosting" + "Name": "SecurityTokenHandlerCollectionManager", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AddInController", - "Namespace": "System.AddIn.Hosting" + "Name": "SecurityTokenHandlerConfiguration", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AddInEnvironment", - "Namespace": "System.AddIn.Hosting" + "Name": "SecurityTokenValidationException", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "Platform", - "Namespace": "System.AddIn.Hosting" + "Name": "SessionSecurityToken", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AddInProcess", - "Namespace": "System.AddIn.Hosting" + "Name": "SessionSecurityTokenCache", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "QualificationDataItem", - "Namespace": "System.AddIn.Hosting" + "Name": "SessionSecurityTokenCacheKey", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AddInSecurityLevel", - "Namespace": "System.AddIn.Hosting" + "Name": "SessionSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AddInStore", - "Namespace": "System.AddIn.Hosting" + "Name": "InMemorySymmetricSecurityKey", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AddInToken", - "Namespace": "System.AddIn.Hosting" + "Name": "SymmetricProofDescriptor", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "InvalidPipelineStoreException", - "Namespace": "System.AddIn.Hosting" + "Name": "SymmetricSecurityKey", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "PipelineStoreLocation", - "Namespace": "System.AddIn.Hosting" + "Name": "TokenReplayCache", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "AddInContractAttribute", - "Namespace": "System.AddIn.Pipeline" + "Name": "UserNameSecurityToken", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "QualificationDataAttribute", - "Namespace": "System.AddIn.Pipeline" + "Name": "UserNameSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IContract", - "Namespace": "System.AddIn.Contract" + "Name": "WindowsSecurityToken", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IExecutorExtensionContract", - "Namespace": "System.AddIn.Contract" + "Name": "WindowsUserNameSecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "ISerializableObjectContract", - "Namespace": "System.AddIn.Contract" + "Name": "X509AsymmetricSecurityKey", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "RemoteArgumentKind", - "Namespace": "System.AddIn.Contract" + "Name": "X509CertificateStoreTokenResolver", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "RemoteArgument", - "Namespace": "System.AddIn.Contract" + "Name": "X509DataSecurityKeyIdentifierClauseSerializer", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IServiceProviderContract", - "Namespace": "System.AddIn.Contract" + "Name": "X509EncryptingCredentials", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IProfferServiceContract", - "Namespace": "System.AddIn.Contract" + "Name": "X509IssuerSerialKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IListContract`1", - "Namespace": "System.AddIn.Contract" + "Name": "X509NTAuthChainTrustValidator", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IEnumeratorContract`1", - "Namespace": "System.AddIn.Contract" + "Name": "X509RawDataKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "INativeHandleContract", - "Namespace": "System.AddIn.Contract" + "Name": "X509SecurityToken", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "SerializableObjectData", - "Namespace": "System.AddIn.Contract" + "Name": "X509SecurityTokenHandler", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IRemoteObjectContract", - "Namespace": "System.AddIn.Contract.Automation" + "Name": "X509SigningCredentials", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IRemoteTypeContract", - "Namespace": "System.AddIn.Contract.Automation" + "Name": "X509SubjectKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IRemoteEventInfoContract", - "Namespace": "System.AddIn.Contract.Automation" + "Name": "X509ThumbprintKeyIdentifierClause", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IRemoteFieldInfoContract", - "Namespace": "System.AddIn.Contract.Automation" + "Name": "X509WindowsSecurityToken", + "Namespace": "System.IdentityModel.Tokens" }, { - "Name": "IRemoteMethodInfoContract", - "Namespace": "System.AddIn.Contract.Automation" + "Name": "AudienceUriMode", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "IRemotePropertyInfoContract", - "Namespace": "System.AddIn.Contract.Automation" + "Name": "AudienceUriModeValidationHelper", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "IRemoteDelegateContract", - "Namespace": "System.AddIn.Contract.Automation" + "Name": "CustomUserNameSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "RemoteMemberData", - "Namespace": "System.AddIn.Contract.Automation" + "Name": "KerberosSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "RemoteTypeData", - "Namespace": "System.AddIn.Contract.Automation" + "Name": "KerberosSecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "RemoteMethodData", - "Namespace": "System.AddIn.Contract.Automation" + "Name": "RsaSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "RemotePropertyData", - "Namespace": "System.AddIn.Contract.Automation" + "Name": "SamlSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "RemoteFieldData", - "Namespace": "System.AddIn.Contract.Automation" + "Name": "SecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "RemoteParameterData", - "Namespace": "System.AddIn.Contract.Automation" + "Name": "SecurityTokenManager", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "IRemoteArgumentEnumerableContract", - "Namespace": "System.AddIn.Contract.Collections" + "Name": "SecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "IRemoteArgumentCollectionContract", - "Namespace": "System.AddIn.Contract.Collections" + "Name": "SecurityTokenRequirement", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "IRemoteArgumentEnumeratorContract", - "Namespace": "System.AddIn.Contract.Collections" + "Name": "SecurityTokenResolver", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "IRemoteArgumentArrayContract", - "Namespace": "System.AddIn.Contract.Collections" + "Name": "SecurityTokenSerializer", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "IRemoteArgumentArrayListContract", - "Namespace": "System.AddIn.Contract.Collections" + "Name": "SecurityTokenVersion", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "IRemoteArgumentDictionaryContract", - "Namespace": "System.AddIn.Contract.Collections" + "Name": "UserNamePasswordValidator", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "IRemoteArgumentDictionaryEnumeratorContract", - "Namespace": "System.AddIn.Contract.Collections" + "Name": "UserNameSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "IEnumerableContract`1", - "Namespace": "System.AddIn.Contract.Collections" + "Name": "UserNameSecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "ICollectionContract`1", - "Namespace": "System.AddIn.Contract.Collections" + "Name": "WindowsSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "IEnumeratorContract`1", - "Namespace": "System.AddIn.Contract.Collections" + "Name": "WindowsUserNameSecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "IArrayContract`1", - "Namespace": "System.AddIn.Contract.Collections" + "Name": "X509CertificateValidator", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "IListContract`1", - "Namespace": "System.AddIn.Contract.Collections" + "Name": "X509SecurityTokenAuthenticator", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "RemoteArgumentDictionaryEntry", - "Namespace": "System.AddIn.Contract.Collections" + "Name": "X509SecurityTokenProvider", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "ImmutableArrayExtensions", - "Namespace": "System.Linq" + "Name": "AuthorizationContext", + "Namespace": "System.IdentityModel.Policy" }, { - "Name": "IImmutableDictionary`2", - "Namespace": "System.Collections.Immutable" + "Name": "EvaluationContext", + "Namespace": "System.IdentityModel.Policy" }, { - "Name": "IImmutableList`1", - "Namespace": "System.Collections.Immutable" + "Name": "IAuthorizationComponent", + "Namespace": "System.IdentityModel.Policy" }, { - "Name": "IImmutableQueue`1", - "Namespace": "System.Collections.Immutable" + "Name": "IAuthorizationPolicy", + "Namespace": "System.IdentityModel.Policy" }, { - "Name": "IImmutableSet`1", - "Namespace": "System.Collections.Immutable" + "Name": "AudienceUriElement", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "IImmutableStack`1", - "Namespace": "System.Collections.Immutable" + "Name": "AudienceUriElementCollection", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableArray", - "Namespace": "System.Collections.Immutable" + "Name": "ConfigurationElementInterceptor", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableArray`1", - "Namespace": "System.Collections.Immutable" + "Name": "CustomTypeElement", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableDictionary", - "Namespace": "System.Collections.Immutable" + "Name": "ICustomIdentityConfiguration", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableDictionary`2", - "Namespace": "System.Collections.Immutable" + "Name": "IdentityConfiguration", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableHashSet", - "Namespace": "System.Collections.Immutable" + "Name": "IdentityConfigurationElement", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableHashSet`1", - "Namespace": "System.Collections.Immutable" + "Name": "IdentityConfigurationElementCollection", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableInterlocked", - "Namespace": "System.Collections.Immutable" + "Name": "IdentityModelCaches", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableList", - "Namespace": "System.Collections.Immutable" + "Name": "IdentityModelCachesElement", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableList`1", - "Namespace": "System.Collections.Immutable" + "Name": "IssuerNameRegistryElement", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableQueue", - "Namespace": "System.Collections.Immutable" + "Name": "X509CertificateValidationElement", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableQueue`1", - "Namespace": "System.Collections.Immutable" + "Name": "SecurityTokenHandlerConfigurationElement", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableSortedDictionary", - "Namespace": "System.Collections.Immutable" + "Name": "SecurityTokenHandlerElementCollection", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableSortedDictionary`2", - "Namespace": "System.Collections.Immutable" + "Name": "TokenReplayDetectionElement", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableSortedSet", - "Namespace": "System.Collections.Immutable" + "Name": "SecurityTokenServiceConfiguration", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableSortedSet`1", - "Namespace": "System.Collections.Immutable" + "Name": "SecurityTokenHandlerSetElementCollection", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableStack", - "Namespace": "System.Collections.Immutable" + "Name": "SystemIdentityModelSection", + "Namespace": "System.IdentityModel.Configuration" }, { - "Name": "ImmutableStack`1", - "Namespace": "System.Collections.Immutable" + "Name": "Claim", + "Namespace": "System.IdentityModel.Claims" }, { - "Name": "Lazy`2", - "Namespace": "System" + "Name": "ClaimSet", + "Namespace": "System.IdentityModel.Claims" }, { - "Name": "AttributedModelServices", - "Namespace": "System.ComponentModel.Composition" + "Name": "ClaimTypes", + "Namespace": "System.IdentityModel.Claims" }, { - "Name": "CatalogReflectionContextAttribute", - "Namespace": "System.ComponentModel.Composition" + "Name": "DefaultClaimSet", + "Namespace": "System.IdentityModel.Claims" }, { - "Name": "CompositionContractMismatchException", - "Namespace": "System.ComponentModel.Composition" + "Name": "Rights", + "Namespace": "System.IdentityModel.Claims" }, { - "Name": "CompositionError", - "Namespace": "System.ComponentModel.Composition" + "Name": "WindowsClaimSet", + "Namespace": "System.IdentityModel.Claims" }, { - "Name": "InheritedExportAttribute", - "Namespace": "System.ComponentModel.Composition" + "Name": "X509CertificateClaimSet", + "Namespace": "System.IdentityModel.Claims" }, { - "Name": "ImportCardinalityMismatchException", - "Namespace": "System.ComponentModel.Composition" + "Name": "AdditionalContext", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ImportManyAttribute", - "Namespace": "System.ComponentModel.Composition" + "Name": "BinaryExchange", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ExportFactory`1", - "Namespace": "System.ComponentModel.Composition" + "Name": "ContextItem", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ExportFactory`2", - "Namespace": "System.ComponentModel.Composition" + "Name": "EndpointReference", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ExportLifetimeContext`1", - "Namespace": "System.ComponentModel.Composition" + "Name": "Entropy", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ImportingConstructorAttribute", - "Namespace": "System.ComponentModel.Composition" + "Name": "InvalidRequestException", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "IPartImportsSatisfiedNotification", - "Namespace": "System.ComponentModel.Composition" + "Name": "KeyTypes", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "MetadataViewImplementationAttribute", - "Namespace": "System.ComponentModel.Composition" + "Name": "Lifetime", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "PartCreationPolicyAttribute", - "Namespace": "System.ComponentModel.Composition" + "Name": "Participants", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "PartMetadataAttribute", - "Namespace": "System.ComponentModel.Composition" + "Name": "ProtectedKey", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "PartNotDiscoverableAttribute", - "Namespace": "System.ComponentModel.Composition" + "Name": "Renewing", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ChangeRejectedException", - "Namespace": "System.ComponentModel.Composition" + "Name": "RequestClaim", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "CompositionException", - "Namespace": "System.ComponentModel.Composition" + "Name": "RequestClaimCollection", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "CreationPolicy", - "Namespace": "System.ComponentModel.Composition" + "Name": "RequestedProofToken", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ExportAttribute", - "Namespace": "System.ComponentModel.Composition" + "Name": "RequestedSecurityToken", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ExportMetadataAttribute", - "Namespace": "System.ComponentModel.Composition" + "Name": "RequestSecurityToken", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ICompositionService", - "Namespace": "System.ComponentModel.Composition" + "Name": "RequestSecurityTokenResponse", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ImportAttribute", - "Namespace": "System.ComponentModel.Composition" + "Name": "RequestTypes", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ImportSource", - "Namespace": "System.ComponentModel.Composition" + "Name": "Status", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "MetadataAttributeAttribute", - "Namespace": "System.ComponentModel.Composition" + "Name": "UseKey", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "LazyMemberInfo", - "Namespace": "System.ComponentModel.Composition.ReflectionModel" + "Name": "WSTrust13RequestSerializer", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ReflectionModelServices", - "Namespace": "System.ComponentModel.Composition.ReflectionModel" + "Name": "WSTrust13ResponseSerializer", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ComposablePart", - "Namespace": "System.ComponentModel.Composition.Primitives" + "Name": "WSTrustFeb2005RequestSerializer", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ComposablePartCatalog", - "Namespace": "System.ComponentModel.Composition.Primitives" + "Name": "WSTrustFeb2005ResponseSerializer", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ComposablePartDefinition", - "Namespace": "System.ComponentModel.Composition.Primitives" + "Name": "WSTrustMessage", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ComposablePartException", - "Namespace": "System.ComponentModel.Composition.Primitives" + "Name": "WSTrustRequestSerializer", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ContractBasedImportDefinition", - "Namespace": "System.ComponentModel.Composition.Primitives" + "Name": "WSTrustResponseSerializer", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "Export", - "Namespace": "System.ComponentModel.Composition.Primitives" + "Name": "WSTrustSerializationContext", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ExportDefinition", - "Namespace": "System.ComponentModel.Composition.Primitives" + "Name": "WSTrustSerializationException", + "Namespace": "System.IdentityModel.Protocols.WSTrust" }, { - "Name": "ExportedDelegate", - "Namespace": "System.ComponentModel.Composition.Primitives" + "Name": "CardSpaceSelector", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "ICompositionElement", - "Namespace": "System.ComponentModel.Composition.Primitives" + "Name": "CardSpaceException", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "ImportCardinality", - "Namespace": "System.ComponentModel.Composition.Primitives" + "Name": "ServiceNotStartedException", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "ImportDefinition", - "Namespace": "System.ComponentModel.Composition.Primitives" + "Name": "StsCommunicationException", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "CatalogExportProvider", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "UntrustedRecipientException", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "CompositionContainer", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "UserCancellationException", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "FilteredCatalog", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "ServiceBusyException", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "ScopingExtensions", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "IdentityValidationException", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "AtomicComposition", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "PolicyValidationException", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "CompositionConstants", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "UnsupportedPolicyOptionsException", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "CompositionOptions", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "CardSpacePolicyElement", + "Namespace": "System.IdentityModel.Selectors" }, { - "Name": "CompositionScopeDefinition", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "ApplicationType", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "AggregateCatalog", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "FederationManagement", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "AggregateExportProvider", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "WSFederationMessage", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "AssemblyCatalog", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "FederationMessage", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "CatalogExtensions", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "AttributeRequestMessage", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "ComposablePartCatalogChangeEventArgs", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "PseudonymRequestMessage", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "ComposablePartExportProvider", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "SignInRequestMessage", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "CompositionBatch", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "SignInResponseMessage", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "CompositionService", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "SignOutCleanupRequestMessage", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "ExportProvider", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "SignOutRequestMessage", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "ExportsChangeEventArgs", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "WSFederationMessageException", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "ImportEngine", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "WSFederationSerializer", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "INotifyComposablePartCatalogChanged", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "HttpModuleBase", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "TypeCatalog", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "MachineKeyTransform", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "ApplicationCatalog", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "AuthorizationFailedEventArgs", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "DirectoryCatalog", - "Namespace": "System.ComponentModel.Composition.Hosting" + "Name": "ChunkedCookieHandler", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "ExportBuilder", - "Namespace": "System.ComponentModel.Composition.Registration" + "Name": "ClaimsAuthorizationModule", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "ImportBuilder", - "Namespace": "System.ComponentModel.Composition.Registration" + "Name": "ClaimsPrincipalPermission", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "ParameterImportBuilder", - "Namespace": "System.ComponentModel.Composition.Registration" + "Name": "ClaimsPrincipalPermissionAttribute", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "PartBuilder", - "Namespace": "System.ComponentModel.Composition.Registration" + "Name": "CookieHandler", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "PartBuilder`1", - "Namespace": "System.ComponentModel.Composition.Registration" + "Name": "ErrorEventArgs", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "RegistrationBuilder", - "Namespace": "System.ComponentModel.Composition.Registration" + "Name": "FederatedAuthentication", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "AssociatedMetadataTypeTypeDescriptionProvider", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "FederatedAuthenticationSessionEndingException", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "AssociationAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "FederatedPassiveSecurityTokenServiceOperations", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "BindableTypeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "FederatedSessionExpiredException", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "CompareAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "FederationException", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "ConcurrencyCheckAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "RedirectingToIdentityProviderEventArgs", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "CreditCardAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "SecurityTokenReceivedEventArgs", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "CustomValidationAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "SecurityTokenValidatedEventArgs", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "DataType", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "SessionAuthenticationModule", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "DataTypeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "SessionSecurityTokenCreatedEventArgs", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "DisplayAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "SessionSecurityTokenReceivedEventArgs", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "DisplayColumnAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "SessionSecurityTokenResolver", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "DisplayFormatAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "SigningOutEventArgs", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "EditableAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "ChunkedCookieHandlerElement", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "EmailAddressAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "CookieHandlerElement", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "EnumDataTypeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "CookieHandlerMode", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "FileExtensionsAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "ServiceCertificateElement", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "FilterUIHintAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "AsynchronousOperationException", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "IValidatableObject", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "WSFederationAuthenticationModule", + "Namespace": "System.IdentityModel.Services" }, { - "Name": "KeyAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "MachineKeySessionSecurityTokenHandler", + "Namespace": "System.IdentityModel.Services.Tokens" }, { - "Name": "MaxLengthAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "MembershipUserNameSecurityTokenHandler", + "Namespace": "System.IdentityModel.Services.Tokens" }, { - "Name": "MetadataTypeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "FederationConfiguration", + "Namespace": "System.IdentityModel.Services.Configuration" }, { - "Name": "MinLengthAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "FederationConfigurationCreatedEventArgs", + "Namespace": "System.IdentityModel.Services.Configuration" }, { - "Name": "PhoneAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "FederationConfigurationElement", + "Namespace": "System.IdentityModel.Services.Configuration" }, { - "Name": "RangeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "FederationConfigurationElementCollection", + "Namespace": "System.IdentityModel.Services.Configuration" }, { - "Name": "RegularExpressionAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "SystemIdentityModelServicesSection", + "Namespace": "System.IdentityModel.Services.Configuration" }, { - "Name": "RequiredAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "WSFederationElement", + "Namespace": "System.IdentityModel.Services.Configuration" }, { - "Name": "ScaffoldColumnAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "WsFederationConfiguration", + "Namespace": "System.IdentityModel.Services.Configuration" }, { - "Name": "ScaffoldTableAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "ZipArchive", + "Namespace": "System.IO.Compression" }, { - "Name": "StringLengthAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "ZipArchiveEntry", + "Namespace": "System.IO.Compression" }, { - "Name": "TimestampAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "ZipArchiveMode", + "Namespace": "System.IO.Compression" }, { - "Name": "UIHintAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "ZipFile", + "Namespace": "System.IO.Compression" }, { - "Name": "UrlAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "ZipFileExtensions", + "Namespace": "System.IO.Compression" }, { - "Name": "Validator", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "FileRecordSequence", + "Namespace": "System.IO.Log" }, { - "Name": "ValidationAttribute", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "FileRegion", + "Namespace": "System.IO.Log" }, { - "Name": "ValidationException", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "IRecordSequence", + "Namespace": "System.IO.Log" }, { - "Name": "ValidationResult", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "LogArchiveSnapshot", + "Namespace": "System.IO.Log" }, { - "Name": "ValidationContext", - "Namespace": "System.ComponentModel.DataAnnotations" + "Name": "LogExtent", + "Namespace": "System.IO.Log" }, { - "Name": "ColumnAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" + "Name": "LogExtentCollection", + "Namespace": "System.IO.Log" }, { - "Name": "ComplexTypeAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" + "Name": "LogExtentState", + "Namespace": "System.IO.Log" }, { - "Name": "DatabaseGeneratedAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" + "Name": "LogPolicy", + "Namespace": "System.IO.Log" }, { - "Name": "DatabaseGeneratedOption", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" + "Name": "LogRecordSequence", + "Namespace": "System.IO.Log" }, { - "Name": "ForeignKeyAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" + "Name": "LogStore", + "Namespace": "System.IO.Log" }, { - "Name": "InversePropertyAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" + "Name": "PolicyUnit", + "Namespace": "System.IO.Log" }, { - "Name": "NotMappedAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" + "Name": "PolicyUnitType", + "Namespace": "System.IO.Log" }, { - "Name": "TableAttribute", - "Namespace": "System.ComponentModel.DataAnnotations.Schema" + "Name": "LogRecordEnumeratorType", + "Namespace": "System.IO.Log" }, { - "Name": "AppSettingsSection", - "Namespace": "System.Configuration" + "Name": "LogRecord", + "Namespace": "System.IO.Log" }, { - "Name": "CallbackValidator", - "Namespace": "System.Configuration" + "Name": "RecordAppendOptions", + "Namespace": "System.IO.Log" }, { - "Name": "CallbackValidatorAttribute", - "Namespace": "System.Configuration" + "Name": "ReservationCollection", + "Namespace": "System.IO.Log" }, { - "Name": "CommaDelimitedStringCollectionConverter", - "Namespace": "System.Configuration" + "Name": "ReservationNotFoundException", + "Namespace": "System.IO.Log" }, { - "Name": "Configuration", - "Namespace": "System.Configuration" + "Name": "SequenceNumber", + "Namespace": "System.IO.Log" }, { - "Name": "ConfigurationAllowDefinition", - "Namespace": "System.Configuration" + "Name": "SequenceFullException", + "Namespace": "System.IO.Log" }, { - "Name": "ConfigurationAllowExeDefinition", - "Namespace": "System.Configuration" + "Name": "TailPinnedEventArgs", + "Namespace": "System.IO.Log" }, { - "Name": "ConfigurationBuilder", - "Namespace": "System.Configuration" + "Name": "TextFormat", + "Namespace": "System.Management" }, { - "Name": "ConfigurationBuilderCollection", - "Namespace": "System.Configuration" + "Name": "CimType", + "Namespace": "System.Management" }, { - "Name": "ConfigurationBuildersSection", - "Namespace": "System.Configuration" + "Name": "ComparisonSettings", + "Namespace": "System.Management" }, { - "Name": "ConfigurationBuilderSettings", - "Namespace": "System.Configuration" + "Name": "ManagementBaseObject", + "Namespace": "System.Management" }, { - "Name": "ConfigurationCollectionAttribute", - "Namespace": "System.Configuration" + "Name": "ManagementClass", + "Namespace": "System.Management" }, { - "Name": "ConfigurationConverterBase", - "Namespace": "System.Configuration" + "Name": "ManagementDateTimeConverter", + "Namespace": "System.Management" }, { - "Name": "ConfigurationElement", - "Namespace": "System.Configuration" + "Name": "ManagementEventArgs", + "Namespace": "System.Management" }, { - "Name": "ConfigurationElementCollection", - "Namespace": "System.Configuration" + "Name": "ObjectReadyEventArgs", + "Namespace": "System.Management" }, { - "Name": "ConfigurationElementCollectionType", - "Namespace": "System.Configuration" + "Name": "CompletedEventArgs", + "Namespace": "System.Management" }, { - "Name": "ConfigurationElementProperty", - "Namespace": "System.Configuration" + "Name": "ObjectPutEventArgs", + "Namespace": "System.Management" }, { - "Name": "ConfigurationErrorsException", - "Namespace": "System.Configuration" + "Name": "ProgressEventArgs", + "Namespace": "System.Management" }, { - "Name": "ConfigurationFileMap", - "Namespace": "System.Configuration" + "Name": "EventArrivedEventArgs", + "Namespace": "System.Management" }, { - "Name": "ConfigurationLocation", - "Namespace": "System.Configuration" + "Name": "StoppedEventArgs", + "Namespace": "System.Management" }, { - "Name": "ConfigurationLocationCollection", - "Namespace": "System.Configuration" + "Name": "EventArrivedEventHandler", + "Namespace": "System.Management" }, { - "Name": "ConfigurationLockCollection", - "Namespace": "System.Configuration" + "Name": "StoppedEventHandler", + "Namespace": "System.Management" }, { - "Name": "ConfigurationManager", - "Namespace": "System.Configuration" + "Name": "ManagementEventWatcher", + "Namespace": "System.Management" }, { - "Name": "ConfigurationPermissionAttribute", - "Namespace": "System.Configuration" + "Name": "ManagementStatus", + "Namespace": "System.Management" }, { - "Name": "ConfigurationPermission", - "Namespace": "System.Configuration" + "Name": "ManagementException", + "Namespace": "System.Management" }, { - "Name": "ConfigurationProperty", - "Namespace": "System.Configuration" + "Name": "ManagementNamedValueCollection", + "Namespace": "System.Management" }, { - "Name": "ConfigurationPropertyAttribute", - "Namespace": "System.Configuration" + "Name": "ManagementObject", + "Namespace": "System.Management" }, { - "Name": "ConfigurationPropertyCollection", - "Namespace": "System.Configuration" + "Name": "ManagementObjectCollection", + "Namespace": "System.Management" }, { - "Name": "ConfigurationPropertyOptions", - "Namespace": "System.Configuration" + "Name": "ManagementObjectSearcher", + "Namespace": "System.Management" }, { - "Name": "ConfigurationSaveMode", - "Namespace": "System.Configuration" + "Name": "ObjectReadyEventHandler", + "Namespace": "System.Management" }, { - "Name": "ConfigurationSection", - "Namespace": "System.Configuration" + "Name": "CompletedEventHandler", + "Namespace": "System.Management" }, { - "Name": "ConfigurationSectionCollection", - "Namespace": "System.Configuration" + "Name": "ProgressEventHandler", + "Namespace": "System.Management" }, { - "Name": "ConfigurationSectionGroup", - "Namespace": "System.Configuration" + "Name": "ObjectPutEventHandler", + "Namespace": "System.Management" }, { - "Name": "ConfigurationSectionGroupCollection", - "Namespace": "System.Configuration" + "Name": "ManagementOperationObserver", + "Namespace": "System.Management" }, { - "Name": "ConfigurationUserLevel", - "Namespace": "System.Configuration" + "Name": "AuthenticationLevel", + "Namespace": "System.Management" }, { - "Name": "ConfigurationValidatorAttribute", - "Namespace": "System.Configuration" + "Name": "ImpersonationLevel", + "Namespace": "System.Management" }, { - "Name": "ConfigurationValidatorBase", - "Namespace": "System.Configuration" + "Name": "PutType", + "Namespace": "System.Management" }, { - "Name": "ConnectionStringSettings", - "Namespace": "System.Configuration" + "Name": "ManagementOptions", + "Namespace": "System.Management" }, { - "Name": "ConnectionStringSettingsCollection", - "Namespace": "System.Configuration" + "Name": "EnumerationOptions", + "Namespace": "System.Management" }, { - "Name": "ConnectionStringsSection", - "Namespace": "System.Configuration" + "Name": "EventWatcherOptions", + "Namespace": "System.Management" }, { - "Name": "ContextInformation", - "Namespace": "System.Configuration" + "Name": "ObjectGetOptions", + "Namespace": "System.Management" }, { - "Name": "DefaultSection", - "Namespace": "System.Configuration" + "Name": "PutOptions", + "Namespace": "System.Management" }, { - "Name": "DefaultValidator", - "Namespace": "System.Configuration" + "Name": "DeleteOptions", + "Namespace": "System.Management" }, { - "Name": "DpapiProtectedConfigurationProvider", - "Namespace": "System.Configuration" + "Name": "InvokeMethodOptions", + "Namespace": "System.Management" }, { - "Name": "ElementInformation", - "Namespace": "System.Configuration" + "Name": "ConnectionOptions", + "Namespace": "System.Management" }, { - "Name": "ExeConfigurationFileMap", - "Namespace": "System.Configuration" + "Name": "ManagementPath", + "Namespace": "System.Management" }, { - "Name": "ExeContext", - "Namespace": "System.Configuration" + "Name": "ManagementQuery", + "Namespace": "System.Management" }, { - "Name": "GenericEnumConverter", - "Namespace": "System.Configuration" + "Name": "ObjectQuery", + "Namespace": "System.Management" }, { - "Name": "IgnoreSection", - "Namespace": "System.Configuration" + "Name": "EventQuery", + "Namespace": "System.Management" }, { - "Name": "InfiniteIntConverter", - "Namespace": "System.Configuration" + "Name": "WqlObjectQuery", + "Namespace": "System.Management" }, { - "Name": "InfiniteTimeSpanConverter", - "Namespace": "System.Configuration" + "Name": "SelectQuery", + "Namespace": "System.Management" }, { - "Name": "IntegerValidator", - "Namespace": "System.Configuration" + "Name": "RelatedObjectQuery", + "Namespace": "System.Management" }, { - "Name": "IntegerValidatorAttribute", - "Namespace": "System.Configuration" + "Name": "RelationshipQuery", + "Namespace": "System.Management" }, { - "Name": "KeyValueConfigurationCollection", - "Namespace": "System.Configuration" + "Name": "WqlEventQuery", + "Namespace": "System.Management" }, { - "Name": "KeyValueConfigurationElement", - "Namespace": "System.Configuration" + "Name": "ManagementScope", + "Namespace": "System.Management" }, { - "Name": "LongValidator", - "Namespace": "System.Configuration" + "Name": "PropertyData", + "Namespace": "System.Management" }, { - "Name": "LongValidatorAttribute", - "Namespace": "System.Configuration" + "Name": "PropertyDataCollection", + "Namespace": "System.Management" }, { - "Name": "NameValueConfigurationCollection", - "Namespace": "System.Configuration" + "Name": "QualifierData", + "Namespace": "System.Management" }, { - "Name": "NameValueConfigurationElement", - "Namespace": "System.Configuration" + "Name": "QualifierDataCollection", + "Namespace": "System.Management" }, { - "Name": "OverrideMode", - "Namespace": "System.Configuration" + "Name": "MethodData", + "Namespace": "System.Management" }, { - "Name": "PositiveTimeSpanValidator", - "Namespace": "System.Configuration" + "Name": "MethodDataCollection", + "Namespace": "System.Management" }, { - "Name": "PositiveTimeSpanValidatorAttribute", - "Namespace": "System.Configuration" + "Name": "CodeLanguage", + "Namespace": "System.Management" }, { - "Name": "PropertyInformation", - "Namespace": "System.Configuration" + "Name": "InstrumentedAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "PropertyInformationCollection", - "Namespace": "System.Configuration" + "Name": "InstrumentationType", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "PropertyValueOrigin", - "Namespace": "System.Configuration" + "Name": "InstrumentationClassAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "ProtectedConfiguration", - "Namespace": "System.Configuration" + "Name": "ManagedNameAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "ProtectedConfigurationProvider", - "Namespace": "System.Configuration" + "Name": "IgnoreMemberAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "ProtectedConfigurationProviderCollection", - "Namespace": "System.Configuration" + "Name": "Instrumentation", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "ProtectedConfigurationSection", - "Namespace": "System.Configuration" + "Name": "IEvent", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "ProtectedProviderSettings", - "Namespace": "System.Configuration" + "Name": "BaseEvent", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "ProviderSettings", - "Namespace": "System.Configuration" + "Name": "IInstance", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "ProviderSettingsCollection", - "Namespace": "System.Configuration" + "Name": "Instance", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "RegexStringValidator", - "Namespace": "System.Configuration" + "Name": "ManagementInstaller", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "RegexStringValidatorAttribute", - "Namespace": "System.Configuration" + "Name": "DefaultManagementProjectInstaller", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "RsaProtectedConfigurationProvider", - "Namespace": "System.Configuration" + "Name": "ToStringCodeMethods", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "SectionInformation", - "Namespace": "System.Configuration" + "Name": "AdapterCodeMethods", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "CommaDelimitedStringCollection", - "Namespace": "System.Configuration" + "Name": "DeserializingTypeConverter", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "StringValidator", - "Namespace": "System.Configuration" + "Name": "ExecutionPolicy", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "StringValidatorAttribute", - "Namespace": "System.Configuration" + "Name": "ExecutionPolicyScope", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "SubclassTypeValidator", - "Namespace": "System.Configuration" + "Name": "PSAuthorizationManager", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "SubclassTypeValidatorAttribute", - "Namespace": "System.Configuration" + "Name": "PSCorePSSnapIn", + "Namespace": "Microsoft.PowerShell" }, { - "Name": "TimeSpanMinutesConverter", - "Namespace": "System.Configuration" + "Name": "ArgumentToConfigurationDataTransformationAttribute", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" }, { - "Name": "TimeSpanMinutesOrInfiniteConverter", - "Namespace": "System.Configuration" + "Name": "DscRemoteOperationsClass", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" }, { - "Name": "TimeSpanSecondsConverter", - "Namespace": "System.Configuration" + "Name": "DscClassCache", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" }, { - "Name": "TimeSpanSecondsOrInfiniteConverter", - "Namespace": "System.Configuration" + "Name": "CimInstanceAdapter", + "Namespace": "Microsoft.PowerShell.Cim" }, { - "Name": "TimeSpanValidator", - "Namespace": "System.Configuration" + "Name": "MethodInvocationInfo", + "Namespace": "Microsoft.PowerShell.Cmdletization" }, { - "Name": "TimeSpanValidatorAttribute", - "Namespace": "System.Configuration" + "Name": "MethodParameterBindings", + "Namespace": "Microsoft.PowerShell.Cmdletization" }, { - "Name": "TypeNameConverter", - "Namespace": "System.Configuration" + "Name": "MethodParameter", + "Namespace": "Microsoft.PowerShell.Cmdletization" }, { - "Name": "ValidatorCallback", - "Namespace": "System.Configuration" + "Name": "BehaviorOnNoMatch", + "Namespace": "Microsoft.PowerShell.Cmdletization" }, { - "Name": "WhiteSpaceTrimStringConverter", - "Namespace": "System.Configuration" + "Name": "QueryBuilder", + "Namespace": "Microsoft.PowerShell.Cmdletization" }, { - "Name": "DelegatingConfigHost", - "Namespace": "System.Configuration.Internal" + "Name": "CmdletAdapter`1", + "Namespace": "Microsoft.PowerShell.Cmdletization" }, { - "Name": "IConfigErrorInfo", - "Namespace": "System.Configuration.Internal" + "Name": "ConfirmImpact", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" }, { - "Name": "IConfigSystem", - "Namespace": "System.Configuration.Internal" + "Name": "ItemsChoiceType", + "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" }, { - "Name": "IConfigurationManagerHelper", - "Namespace": "System.Configuration.Internal" + "Name": "TelemetryAPI", + "Namespace": "Microsoft.PowerShell.Telemetry.Internal" }, { - "Name": "IConfigurationManagerInternal", - "Namespace": "System.Configuration.Internal" + "Name": "IHostProvidesTelemetryData", + "Namespace": "Microsoft.PowerShell.Telemetry.Internal" }, { - "Name": "IInternalConfigClientHost", - "Namespace": "System.Configuration.Internal" + "Name": "GetCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IInternalConfigConfigurationFactory", - "Namespace": "System.Configuration.Internal" + "Name": "NounArgumentCompleter", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IInternalConfigHost", - "Namespace": "System.Configuration.Internal" + "Name": "ExportModuleMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IInternalConfigRecord", - "Namespace": "System.Configuration.Internal" + "Name": "GetModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IInternalConfigRoot", - "Namespace": "System.Configuration.Internal" + "Name": "PSEditionArgumentCompleter", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IInternalConfigSettingsFactory", - "Namespace": "System.Configuration.Internal" + "Name": "ImportModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IInternalConfigSystem", - "Namespace": "System.Configuration.Internal" + "Name": "ModuleCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IInternalConfigurationBuilderHost", - "Namespace": "System.Configuration.Internal" + "Name": "ModuleSpecification", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InternalConfigEventArgs", - "Namespace": "System.Configuration.Internal" + "Name": "NewModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InternalConfigEventHandler", - "Namespace": "System.Configuration.Internal" + "Name": "NewModuleManifestCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "StreamChangeCallback", - "Namespace": "System.Configuration.Internal" + "Name": "RemoveModuleCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ProviderBase", - "Namespace": "System.Configuration.Provider" + "Name": "TestModuleManifestCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ProviderCollection", - "Namespace": "System.Configuration.Provider" + "Name": "ObjectEventRegistrationBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ProviderException", - "Namespace": "System.Configuration.Provider" + "Name": "GetHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "EventLogInstaller", - "Namespace": "System.Diagnostics" + "Name": "GetHelpCodeMethods", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PerformanceCounterInstaller", - "Namespace": "System.Diagnostics" + "Name": "HelpCategoryInvalidException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AssemblyInstaller", - "Namespace": "System.Configuration.Install" + "Name": "HelpNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ComponentInstaller", - "Namespace": "System.Configuration.Install" + "Name": "UpdatableHelpCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IManagedInstaller", - "Namespace": "System.Configuration.Install" + "Name": "UpdateHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InstallContext", - "Namespace": "System.Configuration.Install" + "Name": "SaveHelpCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Installer", - "Namespace": "System.Configuration.Install" + "Name": "HistoryInfo", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InstallerCollection", - "Namespace": "System.Configuration.Install" + "Name": "GetHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InstallEventArgs", - "Namespace": "System.Configuration.Install" + "Name": "InvokeHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InstallEventHandler", - "Namespace": "System.Configuration.Install" + "Name": "AddHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InstallException", - "Namespace": "System.Configuration.Install" + "Name": "ClearHistoryCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ManagedInstallerClass", - "Namespace": "System.Configuration.Install" + "Name": "RegisterPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "TransactedInstaller", - "Namespace": "System.Configuration.Install" + "Name": "PSSessionConfigurationCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "UninstallAction", - "Namespace": "System.Configuration.Install" + "Name": "UnregisterPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SafeNCryptHandle", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "GetPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SafeNCryptKeyHandle", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "SetPSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SafeNCryptProviderHandle", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "EnablePSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SafeNCryptSecretHandle", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "DisablePSSessionConfigurationCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SafePipeHandle", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "EnablePSRemotingCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SafeMemoryMappedFileHandle", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "DisablePSRemotingCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SafeMemoryMappedViewHandle", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "GetPSSessionCapabilityCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Action`9", - "Namespace": "System" + "Name": "InvokeCommandCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Action`10", - "Namespace": "System" + "Name": "NewPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Action`11", - "Namespace": "System" + "Name": "DisconnectPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Action`12", - "Namespace": "System" + "Name": "ConnectPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Action`13", - "Namespace": "System" + "Name": "SessionFilterState", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Action`14", - "Namespace": "System" + "Name": "ReceivePSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Action`15", - "Namespace": "System" + "Name": "OutTarget", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Action`16", - "Namespace": "System" + "Name": "GetPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Func`10", - "Namespace": "System" + "Name": "RemovePSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Func`11", - "Namespace": "System" + "Name": "StartJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Func`12", - "Namespace": "System" + "Name": "PSRemotingCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Func`13", - "Namespace": "System" + "Name": "PSRemotingBaseCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Func`14", - "Namespace": "System" + "Name": "PSExecutionCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Func`15", - "Namespace": "System" + "Name": "PSRunspaceCmdlet", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Func`16", - "Namespace": "System" + "Name": "GetJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "Func`17", - "Namespace": "System" + "Name": "ReceiveJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "LockRecursionPolicy", - "Namespace": "System.Threading" + "Name": "StopJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ReaderWriterLockSlim", - "Namespace": "System.Threading" + "Name": "WaitJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "TaskExtensions", - "Namespace": "System.Threading.Tasks" + "Name": "JobCmdletBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "HashSet`1", - "Namespace": "System.Collections.Generic" + "Name": "RemoveJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "HandleInheritability", - "Namespace": "System.IO" + "Name": "SuspendJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "MemoryMappedFileAccess", - "Namespace": "System.IO.MemoryMappedFiles" + "Name": "ResumeJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "MemoryMappedFileOptions", - "Namespace": "System.IO.MemoryMappedFiles" + "Name": "DebugJobCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "MemoryMappedFile", - "Namespace": "System.IO.MemoryMappedFiles" + "Name": "EnterPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "MemoryMappedViewAccessor", - "Namespace": "System.IO.MemoryMappedFiles" + "Name": "ExitPSSessionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "MemoryMappedViewStream", - "Namespace": "System.IO.MemoryMappedFiles" + "Name": "NewPSSessionOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "MemoryMappedFileRights", - "Namespace": "System.IO.MemoryMappedFiles" + "Name": "WSManConfigurationOption", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "MemoryMappedFileSecurity", - "Namespace": "System.IO.MemoryMappedFiles" + "Name": "NewPSTransportOptionCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PipeDirection", - "Namespace": "System.IO.Pipes" + "Name": "NewPSSessionConfigurationFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PipeTransmissionMode", - "Namespace": "System.IO.Pipes" + "Name": "NewPSRoleCapabilityFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PipeOptions", - "Namespace": "System.IO.Pipes" + "Name": "TestPSSessionConfigurationFileCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AnonymousPipeServerStream", - "Namespace": "System.IO.Pipes" + "Name": "EnterPSHostProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AnonymousPipeClientStream", - "Namespace": "System.IO.Pipes" + "Name": "ExitPSHostProcessCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PipeStreamImpersonationWorker", - "Namespace": "System.IO.Pipes" + "Name": "GetPSHostProcessInfoCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "NamedPipeServerStream", - "Namespace": "System.IO.Pipes" + "Name": "PSHostProcessInfo", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "NamedPipeClientStream", - "Namespace": "System.IO.Pipes" + "Name": "RegistryProvider", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PipeStream", - "Namespace": "System.IO.Pipes" + "Name": "RegistryProviderSetItemDynamicParameter", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PipeAccessRights", - "Namespace": "System.IO.Pipes" + "Name": "ForEachObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PipeAccessRule", - "Namespace": "System.IO.Pipes" + "Name": "WhereObjectCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PipeAuditRule", - "Namespace": "System.IO.Pipes" + "Name": "SetPSDebugCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PipeSecurity", - "Namespace": "System.IO.Pipes" + "Name": "SetStrictModeCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "BinaryOperationBinder", - "Namespace": "System.Dynamic" + "Name": "FormatDefaultCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "BindingRestrictions", - "Namespace": "System.Dynamic" + "Name": "OutLineOutputCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CallInfo", - "Namespace": "System.Dynamic" + "Name": "OutNullCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ConvertBinder", - "Namespace": "System.Dynamic" + "Name": "OutDefaultCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CreateInstanceBinder", - "Namespace": "System.Dynamic" + "Name": "OutHostCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DeleteIndexBinder", - "Namespace": "System.Dynamic" + "Name": "AliasProvider", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DeleteMemberBinder", - "Namespace": "System.Dynamic" + "Name": "AliasProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DynamicMetaObject", - "Namespace": "System.Dynamic" + "Name": "EnvironmentProvider", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DynamicMetaObjectBinder", - "Namespace": "System.Dynamic" + "Name": "FileSystemProvider", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DynamicObject", - "Namespace": "System.Dynamic" + "Name": "FileSystemCmdletProviderEncoding", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ExpandoObject", - "Namespace": "System.Dynamic" + "Name": "FileSystemContentDynamicParametersBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "GetIndexBinder", - "Namespace": "System.Dynamic" + "Name": "FileSystemClearContentDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "GetMemberBinder", - "Namespace": "System.Dynamic" + "Name": "FileSystemContentWriterDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IDynamicMetaObjectProvider", - "Namespace": "System.Dynamic" + "Name": "FileSystemContentReaderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IInvokeOnGetBinder", - "Namespace": "System.Dynamic" + "Name": "FileSystemItemProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InvokeBinder", - "Namespace": "System.Dynamic" + "Name": "FileSystemProviderGetItemDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "InvokeMemberBinder", - "Namespace": "System.Dynamic" + "Name": "FileSystemProviderRemoveItemDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SetIndexBinder", - "Namespace": "System.Dynamic" + "Name": "InternalSymbolicLinkLinkCodeMethods", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "SetMemberBinder", - "Namespace": "System.Dynamic" + "Name": "FunctionProvider", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "UnaryOperationBinder", - "Namespace": "System.Dynamic" + "Name": "FunctionProviderDynamicParameters", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ManifestKinds", - "Namespace": "System.Security" + "Name": "SessionStateProviderBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IncrementalHash", - "Namespace": "System.Security.Cryptography" + "Name": "SessionStateProviderBaseContentReaderWriter", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AesCng", - "Namespace": "System.Security.Cryptography" + "Name": "VariableProvider", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AesCryptoServiceProvider", - "Namespace": "System.Security.Cryptography" + "Name": "OpenMode", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AesManaged", - "Namespace": "System.Security.Cryptography" + "Name": "PSSnapInCommandBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CngAlgorithm", - "Namespace": "System.Security.Cryptography" + "Name": "AddPSSnapinCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CngAlgorithmGroup", - "Namespace": "System.Security.Cryptography" + "Name": "RemovePSSnapinCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CngKeyHandleOpenOptions", - "Namespace": "System.Security.Cryptography" + "Name": "GetPSSnapinCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CngKey", - "Namespace": "System.Security.Cryptography" + "Name": "ConsoleCmdletsBase", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CngKeyBlobFormat", - "Namespace": "System.Security.Cryptography" + "Name": "ExportConsoleCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CngKeyCreationParameters", - "Namespace": "System.Security.Cryptography" + "Name": "TransactedString", + "Namespace": "Microsoft.PowerShell.Commands.Management" }, { - "Name": "CngProperty", - "Namespace": "System.Security.Cryptography" + "Name": "RemotingErrorResources", + "Namespace": "Microsoft.PowerShell.Commands.Internal" }, { - "Name": "CngPropertyCollection", - "Namespace": "System.Security.Cryptography" + "Name": "TransactedRegistryKey", + "Namespace": "Microsoft.PowerShell.Commands.Internal" }, { - "Name": "CngProvider", - "Namespace": "System.Security.Cryptography" + "Name": "TransactedRegistryAccessRule", + "Namespace": "Microsoft.PowerShell.Commands.Internal" }, { - "Name": "CngUIPolicy", - "Namespace": "System.Security.Cryptography" + "Name": "TransactedRegistryAuditRule", + "Namespace": "Microsoft.PowerShell.Commands.Internal" }, { - "Name": "DSACng", - "Namespace": "System.Security.Cryptography" + "Name": "TransactedRegistrySecurity", + "Namespace": "Microsoft.PowerShell.Commands.Internal" }, { - "Name": "ECCurve", - "Namespace": "System.Security.Cryptography" + "Name": "OuterFormatShapeCommandBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" }, { - "Name": "ECDiffieHellman", - "Namespace": "System.Security.Cryptography" + "Name": "OuterFormatTableAndListBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" }, { - "Name": "ECDiffieHellmanPublicKey", - "Namespace": "System.Security.Cryptography" + "Name": "OuterFormatTableBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" }, { - "Name": "ECDiffieHellmanKeyDerivationFunction", - "Namespace": "System.Security.Cryptography" + "Name": "FrontEndCommandBase", + "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" }, { - "Name": "ECDiffieHellmanCng", - "Namespace": "System.Security.Cryptography" + "Name": "ChildItemCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" }, { - "Name": "ECDiffieHellmanCngPublicKey", - "Namespace": "System.Security.Cryptography" + "Name": "ReturnContainers", + "Namespace": "System.Management.Automation" }, { - "Name": "ECDsa", - "Namespace": "System.Security.Cryptography" + "Name": "ProviderIntrinsics", + "Namespace": "System.Management.Automation" }, { - "Name": "ECDsaCng", - "Namespace": "System.Security.Cryptography" + "Name": "IDynamicParameters", + "Namespace": "System.Management.Automation" }, { - "Name": "ECKeyXmlFormat", - "Namespace": "System.Security.Cryptography" + "Name": "SwitchParameter", + "Namespace": "System.Management.Automation" }, { - "Name": "ECParameters", - "Namespace": "System.Security.Cryptography" + "Name": "CommandInvocationIntrinsics", + "Namespace": "System.Management.Automation" }, { - "Name": "ECPoint", - "Namespace": "System.Security.Cryptography" + "Name": "PSCmdlet", + "Namespace": "System.Management.Automation" }, { - "Name": "ManifestSignatureInformation", - "Namespace": "System.Security.Cryptography" + "Name": "Cmdlet", + "Namespace": "System.Management.Automation" }, { - "Name": "ManifestSignatureInformationCollection", - "Namespace": "System.Security.Cryptography" + "Name": "ShouldProcessReason", + "Namespace": "System.Management.Automation" }, { - "Name": "MD5Cng", - "Namespace": "System.Security.Cryptography" + "Name": "ActionPreference", + "Namespace": "System.Management.Automation" }, { - "Name": "CngExportPolicies", - "Namespace": "System.Security.Cryptography" + "Name": "ConfirmImpact", + "Namespace": "System.Management.Automation" }, { - "Name": "CngKeyCreationOptions", - "Namespace": "System.Security.Cryptography" + "Name": "ContentCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" }, { - "Name": "CngKeyOpenOptions", - "Namespace": "System.Security.Cryptography" + "Name": "DriveManagementIntrinsics", + "Namespace": "System.Management.Automation" }, { - "Name": "CngKeyUsages", - "Namespace": "System.Security.Cryptography" + "Name": "FlagsExpression`1", + "Namespace": "System.Management.Automation" }, { - "Name": "CngPropertyOptions", - "Namespace": "System.Security.Cryptography" + "Name": "ErrorCategory", + "Namespace": "System.Management.Automation" }, { - "Name": "CngUIProtectionLevels", - "Namespace": "System.Security.Cryptography" + "Name": "ErrorCategoryInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "RSACng", - "Namespace": "System.Security.Cryptography" + "Name": "ErrorDetails", + "Namespace": "System.Management.Automation" }, { - "Name": "SHA1Cng", - "Namespace": "System.Security.Cryptography" + "Name": "ErrorRecord", + "Namespace": "System.Management.Automation" }, { - "Name": "SHA256Cng", - "Namespace": "System.Security.Cryptography" + "Name": "IContainsErrorRecord", + "Namespace": "System.Management.Automation" }, { - "Name": "SHA256CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" + "Name": "IResourceSupplier", + "Namespace": "System.Management.Automation" }, { - "Name": "SHA384Cng", - "Namespace": "System.Security.Cryptography" + "Name": "InvocationInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "SHA384CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" + "Name": "RemoteCommandInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "SHA512Cng", - "Namespace": "System.Security.Cryptography" + "Name": "ItemCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" }, { - "Name": "SHA512CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" + "Name": "CopyContainers", + "Namespace": "System.Management.Automation" }, { - "Name": "SignatureVerificationResult", - "Namespace": "System.Security.Cryptography" + "Name": "PathIntrinsics", + "Namespace": "System.Management.Automation" }, { - "Name": "StrongNameSignatureInformation", - "Namespace": "System.Security.Cryptography" + "Name": "ProgressRecord", + "Namespace": "System.Management.Automation" }, { - "Name": "TripleDESCng", - "Namespace": "System.Security.Cryptography" + "Name": "ProgressRecordType", + "Namespace": "System.Management.Automation" }, { - "Name": "DSACertificateExtensions", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "InformationRecord", + "Namespace": "System.Management.Automation" }, { - "Name": "AuthenticodeSignatureInformation", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "HostInformationMessage", + "Namespace": "System.Management.Automation" }, { - "Name": "RSACertificateExtensions", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "PropertyCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" }, { - "Name": "ECDsaCertificateExtensions", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "CmdletProviderManagementIntrinsics", + "Namespace": "System.Management.Automation" }, { - "Name": "TimestampInformation", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "ProxyCommand", + "Namespace": "System.Management.Automation" }, { - "Name": "TrustStatus", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "SessionState", + "Namespace": "System.Management.Automation" }, { - "Name": "ComAwareEventInfo", - "Namespace": "System.Runtime.InteropServices" + "Name": "SessionStateEntryVisibility", + "Namespace": "System.Management.Automation" }, { - "Name": "ExecutionScope", - "Namespace": "System.Runtime.CompilerServices" + "Name": "PSLanguageMode", + "Namespace": "System.Management.Automation" }, { - "Name": "DynamicAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "PagingParameters", + "Namespace": "System.Management.Automation" }, { - "Name": "CallSite", - "Namespace": "System.Runtime.CompilerServices" + "Name": "PSVariableIntrinsics", + "Namespace": "System.Management.Automation" }, { - "Name": "CallSite`1", - "Namespace": "System.Runtime.CompilerServices" + "Name": "ICommandRuntime", + "Namespace": "System.Management.Automation" }, { - "Name": "CallSiteBinder", - "Namespace": "System.Runtime.CompilerServices" + "Name": "ICommandRuntime2", + "Namespace": "System.Management.Automation" }, { - "Name": "CallSiteHelpers", - "Namespace": "System.Runtime.CompilerServices" + "Name": "AliasInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "CallSiteOps", - "Namespace": "System.Runtime.CompilerServices" + "Name": "ApplicationInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "RuntimeOps", - "Namespace": "System.Runtime.CompilerServices" + "Name": "CmdletInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "RuleCache`1", - "Namespace": "System.Runtime.CompilerServices" + "Name": "DefaultParameterDictionary", + "Namespace": "System.Management.Automation" }, { - "Name": "Closure", - "Namespace": "System.Runtime.CompilerServices" + "Name": "CommandLookupEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "DebugInfoGenerator", - "Namespace": "System.Runtime.CompilerServices" + "Name": "PSModuleAutoLoadingPreference", + "Namespace": "System.Management.Automation" }, { - "Name": "IRuntimeVariables", - "Namespace": "System.Runtime.CompilerServices" + "Name": "CommandTypes", + "Namespace": "System.Management.Automation" }, { - "Name": "ReadOnlyCollectionBuilder`1", - "Namespace": "System.Runtime.CompilerServices" + "Name": "CommandInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "StrongBox`1", - "Namespace": "System.Runtime.CompilerServices" + "Name": "PSTypeName", + "Namespace": "System.Management.Automation" }, { - "Name": "IStrongBox", - "Namespace": "System.Runtime.CompilerServices" + "Name": "ExternalScriptInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "IQueryable", - "Namespace": "System.Linq" + "Name": "PSSnapInSpecification", + "Namespace": "System.Management.Automation" }, { - "Name": "IQueryable`1", - "Namespace": "System.Linq" + "Name": "FilterInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "IQueryProvider", - "Namespace": "System.Linq" + "Name": "FunctionInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "IOrderedQueryable", - "Namespace": "System.Linq" + "Name": "ConfigurationInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "IOrderedQueryable`1", - "Namespace": "System.Linq" + "Name": "ImplementedAsType", + "Namespace": "System.Management.Automation" }, { - "Name": "Queryable", - "Namespace": "System.Linq" + "Name": "DscResourceInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "Enumerable", - "Namespace": "System.Linq" + "Name": "DscResourcePropertyInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "IOrderedEnumerable`1", - "Namespace": "System.Linq" + "Name": "CommandParameterInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "IGrouping`2", - "Namespace": "System.Linq" + "Name": "CommandParameterSetInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "ILookup`2", - "Namespace": "System.Linq" + "Name": "RuntimeDefinedParameter", + "Namespace": "System.Management.Automation" }, { - "Name": "Lookup`2", - "Namespace": "System.Linq" + "Name": "RuntimeDefinedParameterDictionary", + "Namespace": "System.Management.Automation" }, { - "Name": "EnumerableQuery", - "Namespace": "System.Linq" + "Name": "ScriptInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "EnumerableQuery`1", - "Namespace": "System.Linq" + "Name": "ParameterSetMetadata", + "Namespace": "System.Management.Automation" }, { - "Name": "EnumerableExecutor", - "Namespace": "System.Linq" + "Name": "ParameterMetadata", + "Namespace": "System.Management.Automation" }, { - "Name": "EnumerableExecutor`1", - "Namespace": "System.Linq" + "Name": "WorkflowInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "ParallelEnumerable", - "Namespace": "System.Linq" + "Name": "RemoteException", + "Namespace": "System.Management.Automation" }, { - "Name": "ParallelMergeOptions", - "Namespace": "System.Linq" + "Name": "PSClassInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "ParallelExecutionMode", - "Namespace": "System.Linq" + "Name": "PSClassMemberInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "OrderedParallelQuery`1", - "Namespace": "System.Linq" + "Name": "ModuleIntrinsics", + "Namespace": "System.Management.Automation" }, { - "Name": "ParallelQuery", - "Namespace": "System.Linq" + "Name": "IModuleAssemblyInitializer", + "Namespace": "System.Management.Automation" }, { - "Name": "ParallelQuery`1", - "Namespace": "System.Linq" + "Name": "IModuleAssemblyCleanup", + "Namespace": "System.Management.Automation" }, { - "Name": "BinaryExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSModuleInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "Expression", - "Namespace": "System.Linq.Expressions" + "Name": "ModuleType", + "Namespace": "System.Management.Automation" }, { - "Name": "BlockExpression", - "Namespace": "System.Linq.Expressions" + "Name": "ModuleAccessMode", + "Namespace": "System.Management.Automation" }, { - "Name": "CatchBlock", - "Namespace": "System.Linq.Expressions" + "Name": "EngineIntrinsics", + "Namespace": "System.Management.Automation" }, { - "Name": "ConditionalExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSEventManager", + "Namespace": "System.Management.Automation" }, { - "Name": "ConstantExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSEngineEvent", + "Namespace": "System.Management.Automation" }, { - "Name": "DebugInfoExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSEventSubscriber", + "Namespace": "System.Management.Automation" }, { - "Name": "DefaultExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSEventHandler", + "Namespace": "System.Management.Automation" }, { - "Name": "DynamicExpression", - "Namespace": "System.Linq.Expressions" + "Name": "ForwardedEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "ElementInit", - "Namespace": "System.Linq.Expressions" + "Name": "PSEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "ExpressionType", - "Namespace": "System.Linq.Expressions" + "Name": "PSEventReceivedEventHandler", + "Namespace": "System.Management.Automation" }, { - "Name": "ExpressionVisitor", - "Namespace": "System.Linq.Expressions" + "Name": "PSEventUnsubscribedEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "DynamicExpressionVisitor", - "Namespace": "System.Linq.Expressions" + "Name": "PSEventUnsubscribedEventHandler", + "Namespace": "System.Management.Automation" }, { - "Name": "GotoExpressionKind", - "Namespace": "System.Linq.Expressions" + "Name": "PSEventArgsCollection", + "Namespace": "System.Management.Automation" }, { - "Name": "GotoExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSEventJob", + "Namespace": "System.Management.Automation" }, { - "Name": "IArgumentProvider", - "Namespace": "System.Linq.Expressions" + "Name": "Breakpoint", + "Namespace": "System.Management.Automation" }, { - "Name": "IDynamicExpression", - "Namespace": "System.Linq.Expressions" + "Name": "CommandBreakpoint", + "Namespace": "System.Management.Automation" }, { - "Name": "IndexExpression", - "Namespace": "System.Linq.Expressions" + "Name": "VariableAccessMode", + "Namespace": "System.Management.Automation" }, { - "Name": "InvocationExpression", - "Namespace": "System.Linq.Expressions" + "Name": "VariableBreakpoint", + "Namespace": "System.Management.Automation" }, { - "Name": "LabelExpression", - "Namespace": "System.Linq.Expressions" + "Name": "LineBreakpoint", + "Namespace": "System.Management.Automation" }, { - "Name": "LabelTarget", - "Namespace": "System.Linq.Expressions" + "Name": "DebuggerResumeAction", + "Namespace": "System.Management.Automation" }, { - "Name": "LambdaExpression", - "Namespace": "System.Linq.Expressions" + "Name": "DebuggerStopEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "Expression`1", - "Namespace": "System.Linq.Expressions" + "Name": "BreakpointUpdateType", + "Namespace": "System.Management.Automation" }, { - "Name": "ListInitExpression", - "Namespace": "System.Linq.Expressions" + "Name": "BreakpointUpdatedEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "LoopExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSJobStartEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "MemberAssignment", - "Namespace": "System.Linq.Expressions" + "Name": "DebugSource", + "Namespace": "System.Management.Automation" }, { - "Name": "MemberBindingType", - "Namespace": "System.Linq.Expressions" + "Name": "DebugModes", + "Namespace": "System.Management.Automation" }, { - "Name": "MemberBinding", - "Namespace": "System.Linq.Expressions" + "Name": "Debugger", + "Namespace": "System.Management.Automation" }, { - "Name": "MemberExpression", - "Namespace": "System.Linq.Expressions" + "Name": "DebuggerCommandResults", + "Namespace": "System.Management.Automation" }, { - "Name": "MemberInitExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSDebugContext", + "Namespace": "System.Management.Automation" }, { - "Name": "MemberListBinding", - "Namespace": "System.Linq.Expressions" + "Name": "CallStackFrame", + "Namespace": "System.Management.Automation" }, { - "Name": "MemberMemberBinding", - "Namespace": "System.Linq.Expressions" + "Name": "PSPropertyAdapter", + "Namespace": "System.Management.Automation" }, { - "Name": "MethodCallExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSTypeConverter", + "Namespace": "System.Management.Automation" }, { - "Name": "NewArrayExpression", - "Namespace": "System.Linq.Expressions" + "Name": "ConvertThroughString", + "Namespace": "System.Management.Automation" }, { - "Name": "NewExpression", - "Namespace": "System.Linq.Expressions" + "Name": "LanguagePrimitives", + "Namespace": "System.Management.Automation" }, { - "Name": "ParameterExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSMemberTypes", + "Namespace": "System.Management.Automation" }, { - "Name": "RuntimeVariablesExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSMemberViewTypes", + "Namespace": "System.Management.Automation" }, { - "Name": "SwitchCase", - "Namespace": "System.Linq.Expressions" + "Name": "PSMemberInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "SwitchExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSPropertyInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "SymbolDocumentInfo", - "Namespace": "System.Linq.Expressions" + "Name": "PSAliasProperty", + "Namespace": "System.Management.Automation" }, { - "Name": "TryExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSCodeProperty", + "Namespace": "System.Management.Automation" }, { - "Name": "TypeBinaryExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSProperty", + "Namespace": "System.Management.Automation" }, { - "Name": "UnaryExpression", - "Namespace": "System.Linq.Expressions" + "Name": "PSAdaptedProperty", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementEntityAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSNoteProperty", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementHostingModel", - "Namespace": "System.Management.Instrumentation" + "Name": "PSVariableProperty", + "Namespace": "System.Management.Automation" }, { - "Name": "WmiConfigurationAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSScriptProperty", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementMemberAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSMethodInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementNewInstanceAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSCodeMethod", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementBindAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSScriptMethod", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementCreateAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSMethod", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementRemoveAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSParameterizedProperty", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementEnumeratorAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSMemberSet", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementProbeAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSPropertySet", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementTaskAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSEvent", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementKeyAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSDynamicMember", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementReferenceAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSMemberInfoCollection`1", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementConfigurationType", - "Namespace": "System.Management.Instrumentation" + "Name": "ReadOnlyPSMemberInfoCollection`1", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementConfigurationAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSObject", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementCommitAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "PSCustomObject", + "Namespace": "System.Management.Automation" }, { - "Name": "ManagementNameAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "ExtendedTypeSystemException", + "Namespace": "System.Management.Automation" }, { - "Name": "InstrumentationBaseException", - "Namespace": "System.Management.Instrumentation" + "Name": "MethodException", + "Namespace": "System.Management.Automation" }, { - "Name": "InstrumentationException", - "Namespace": "System.Management.Instrumentation" + "Name": "MethodInvocationException", + "Namespace": "System.Management.Automation" }, { - "Name": "InstanceNotFoundException", - "Namespace": "System.Management.Instrumentation" + "Name": "GetValueException", + "Namespace": "System.Management.Automation" }, { - "Name": "EventSchemaTraceListener", - "Namespace": "System.Diagnostics" + "Name": "PropertyNotFoundException", + "Namespace": "System.Management.Automation" }, { - "Name": "TraceLogRetentionOption", - "Namespace": "System.Diagnostics" + "Name": "GetValueInvocationException", + "Namespace": "System.Management.Automation" }, { - "Name": "UnescapedXmlDiagnosticData", - "Namespace": "System.Diagnostics" + "Name": "SetValueException", + "Namespace": "System.Management.Automation" }, { - "Name": "CounterData", - "Namespace": "System.Diagnostics.PerformanceData" + "Name": "SetValueInvocationException", + "Namespace": "System.Management.Automation" }, { - "Name": "CounterSetInstanceCounterDataSet", - "Namespace": "System.Diagnostics.PerformanceData" + "Name": "PSInvalidCastException", + "Namespace": "System.Management.Automation" }, { - "Name": "CounterSet", - "Namespace": "System.Diagnostics.PerformanceData" + "Name": "PSReference", + "Namespace": "System.Management.Automation" }, { - "Name": "CounterSetInstance", - "Namespace": "System.Diagnostics.PerformanceData" + "Name": "SettingValueExceptionEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "CounterSetInstanceType", - "Namespace": "System.Diagnostics.PerformanceData" + "Name": "GettingValueExceptionEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "CounterType", - "Namespace": "System.Diagnostics.PerformanceData" + "Name": "PSObjectPropertyDescriptor", + "Namespace": "System.Management.Automation" }, { - "Name": "EventDescriptor", - "Namespace": "System.Diagnostics.Eventing" + "Name": "PSObjectTypeDescriptor", + "Namespace": "System.Management.Automation" }, { - "Name": "EventProvider", - "Namespace": "System.Diagnostics.Eventing" + "Name": "PSObjectTypeDescriptionProvider", + "Namespace": "System.Management.Automation" }, { - "Name": "EventProviderTraceListener", - "Namespace": "System.Diagnostics.Eventing" + "Name": "InformationalRecord", + "Namespace": "System.Management.Automation" }, { - "Name": "EventBookmark", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "WarningRecord", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogType", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "DebugRecord", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogIsolation", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "VerboseRecord", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogMode", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "PSListModifier", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogConfiguration", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "PSListModifier`1", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogLink", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "InvalidPowerShellStateException", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogStatus", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "PSInvocationState", + "Namespace": "System.Management.Automation" }, { - "Name": "EventProperty", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "RunspaceMode", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogPropertySelector", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "PSInvocationStateInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "EventRecord", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "PSInvocationStateChangedEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "EventKeyword", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "PSInvocationSettings", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLevel", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "RemoteStreamOptions", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogRecord", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "PowerShell", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogReader", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "PSDataStreams", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogWatcher", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "PSCommand", + "Namespace": "System.Management.Automation" }, { - "Name": "EventRecordWrittenEventArgs", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "DataAddedEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogQuery", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "DataAddingEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "SessionAuthentication", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "PSDataCollection`1", + "Namespace": "System.Management.Automation" }, { - "Name": "PathType", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "HostUtilities", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogSession", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "RunspaceInvoke", + "Namespace": "System.Management.Automation" }, { - "Name": "EventMetadata", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "RunspacePoolStateInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "EventOpcode", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "JobState", + "Namespace": "System.Management.Automation" }, { - "Name": "EventTask", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "InvalidJobStateException", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogException", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "JobStateInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogNotFoundException", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "JobStateEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogReadingException", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "JobIdentifier", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogProviderDisabledException", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "IJobDebugger", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogInvalidDataException", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "Job", + "Namespace": "System.Management.Automation" }, { - "Name": "EventLogInformation", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "Job2", + "Namespace": "System.Management.Automation" }, { - "Name": "ProviderMetadata", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "JobThreadOptions", + "Namespace": "System.Management.Automation" }, { - "Name": "StandardEventLevel", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "ContainerParentJob", + "Namespace": "System.Management.Automation" }, { - "Name": "StandardEventTask", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "JobFailedException", + "Namespace": "System.Management.Automation" }, { - "Name": "StandardEventOpcode", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "JobDefinition", + "Namespace": "System.Management.Automation" }, { - "Name": "StandardEventKeywords", - "Namespace": "System.Diagnostics.Eventing.Reader" + "Name": "JobInvocationInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "DataRowComparer", - "Namespace": "System.Data" + "Name": "JobSourceAdapter", + "Namespace": "System.Management.Automation" }, { - "Name": "DataRowComparer`1", - "Namespace": "System.Data" + "Name": "PSJobProxy", + "Namespace": "System.Management.Automation" }, { - "Name": "DataTableExtensions", - "Namespace": "System.Data" + "Name": "PSChildJobProxy", + "Namespace": "System.Management.Automation" }, { - "Name": "EnumerableRowCollection", - "Namespace": "System.Data" + "Name": "JobDataAddedEventArgs", + "Namespace": "System.Management.Automation" }, { - "Name": "EnumerableRowCollection`1", - "Namespace": "System.Data" + "Name": "PowerShellStreamType", + "Namespace": "System.Management.Automation" }, { - "Name": "OrderedEnumerableRowCollection`1", - "Namespace": "System.Data" + "Name": "PowerShellStreams`2", + "Namespace": "System.Management.Automation" }, { - "Name": "EnumerableRowCollectionExtensions", - "Namespace": "System.Data" + "Name": "JobManager", + "Namespace": "System.Management.Automation" }, { - "Name": "DataRowExtensions", - "Namespace": "System.Data" + "Name": "PSSessionTypeOption", + "Namespace": "System.Management.Automation" }, { - "Name": "TypedTableBase`1", - "Namespace": "System.Data" + "Name": "PSTransportOption", + "Namespace": "System.Management.Automation" }, { - "Name": "TypedTableBaseExtensions", - "Namespace": "System.Data" + "Name": "RemotingCapability", + "Namespace": "System.Management.Automation" }, { - "Name": "PropertyConstraintException", - "Namespace": "System.Data" + "Name": "RemotingBehavior", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityCommandCompilationException", - "Namespace": "System.Data" + "Name": "RunspaceRepository", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityCommandExecutionException", - "Namespace": "System.Data" + "Name": "Repository`1", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityException", - "Namespace": "System.Data" + "Name": "JobRepository", + "Namespace": "System.Management.Automation" }, { - "Name": "EntitySqlException", - "Namespace": "System.Data" + "Name": "ValidateArgumentsAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "OptimisticConcurrencyException", - "Namespace": "System.Data" + "Name": "ValidateEnumeratedArgumentsAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "ProviderIncompatibleException", - "Namespace": "System.Data" + "Name": "DSCResourceRunAsCredential", + "Namespace": "System.Management.Automation" }, { - "Name": "MappingException", - "Namespace": "System.Data" + "Name": "DscResourceAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "MetadataException", - "Namespace": "System.Data" + "Name": "DscPropertyAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "UpdateException", - "Namespace": "System.Data" + "Name": "DscLocalConfigurationManagerAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectNotFoundException", - "Namespace": "System.Data" + "Name": "CmdletCommonMetadataAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "InvalidCommandTreeException", - "Namespace": "System.Data" + "Name": "CmdletAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityKey", - "Namespace": "System.Data" + "Name": "CmdletBindingAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityKeyMember", - "Namespace": "System.Data" + "Name": "OutputTypeAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityState", - "Namespace": "System.Data" + "Name": "DynamicClassImplementationAssemblyAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "IExtendedDataRecord", - "Namespace": "System.Data" + "Name": "AliasAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "SqlProviderServices", - "Namespace": "System.Data.SqlClient" + "Name": "ParameterAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityParameterCollection", - "Namespace": "System.Data.EntityClient" + "Name": "PSTypeNameAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityParameter", - "Namespace": "System.Data.EntityClient" + "Name": "SupportsWildcardsAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityCommand", - "Namespace": "System.Data.EntityClient" + "Name": "PSDefaultValueAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityConnection", - "Namespace": "System.Data.EntityClient" + "Name": "HiddenAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityConnectionStringBuilder", - "Namespace": "System.Data.EntityClient" + "Name": "ValidateLengthAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityDataReader", - "Namespace": "System.Data.EntityClient" + "Name": "ValidateRangeAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityProviderFactory", - "Namespace": "System.Data.EntityClient" + "Name": "ValidatePatternAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityTransaction", - "Namespace": "System.Data.EntityClient" + "Name": "ValidateScriptAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityFunctions", - "Namespace": "System.Data.Objects" + "Name": "ValidateCountAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "CompiledQuery", - "Namespace": "System.Data.Objects" + "Name": "ValidateSetAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectMaterializedEventArgs", - "Namespace": "System.Data.Objects" + "Name": "AllowNullAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectMaterializedEventHandler", - "Namespace": "System.Data.Objects" + "Name": "AllowEmptyStringAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectQuery`1", - "Namespace": "System.Data.Objects" + "Name": "AllowEmptyCollectionAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectResult`1", - "Namespace": "System.Data.Objects" + "Name": "ValidateDriveAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "DbUpdatableDataRecord", - "Namespace": "System.Data.Objects" + "Name": "ValidateUserDriveAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "CurrentValueRecord", - "Namespace": "System.Data.Objects" + "Name": "ValidateNotNullAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "OriginalValueRecord", - "Namespace": "System.Data.Objects" + "Name": "ValidateNotNullOrEmptyAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectResult", - "Namespace": "System.Data.Objects" + "Name": "ArgumentTransformationAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "ProxyDataContractResolver", - "Namespace": "System.Data.Objects" + "Name": "SessionCapabilities", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectStateEntry", - "Namespace": "System.Data.Objects" + "Name": "CommandMetadata", + "Namespace": "System.Management.Automation" }, { - "Name": "MergeOption", - "Namespace": "System.Data.Objects" + "Name": "WildcardOptions", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectContextOptions", - "Namespace": "System.Data.Objects" + "Name": "WildcardPattern", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectContext", - "Namespace": "System.Data.Objects" + "Name": "WildcardPatternException", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectParameter", - "Namespace": "System.Data.Objects" + "Name": "PSSerializer", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectParameterCollection", - "Namespace": "System.Data.Objects" + "Name": "PSPrimitiveDictionary", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectQuery", - "Namespace": "System.Data.Objects" + "Name": "PSDriveInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectStateManager", - "Namespace": "System.Data.Objects" + "Name": "ProviderInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "RefreshMode", - "Namespace": "System.Data.Objects" + "Name": "PathInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "SaveOptions", - "Namespace": "System.Data.Objects" + "Name": "PathInfoStack", + "Namespace": "System.Management.Automation" }, { - "Name": "IObjectSet`1", - "Namespace": "System.Data.Objects" + "Name": "FlowControlException", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectSet`1", - "Namespace": "System.Data.Objects" + "Name": "LoopFlowException", + "Namespace": "System.Management.Automation" }, { - "Name": "SqlFunctions", - "Namespace": "System.Data.Objects.SqlClient" + "Name": "BreakException", + "Namespace": "System.Management.Automation" }, { - "Name": "SqlSpatialFunctions", - "Namespace": "System.Data.Objects.SqlClient" + "Name": "ContinueException", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmEnumTypeAttribute", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "ExitException", + "Namespace": "System.Management.Automation" }, { - "Name": "IEntityWithChangeTracker", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "TerminateException", + "Namespace": "System.Management.Automation" }, { - "Name": "IEntityWithKey", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "SplitOptions", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmEntityTypeAttribute", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "ScriptBlock", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmComplexPropertyAttribute", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "SteppablePipeline", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmComplexTypeAttribute", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "ScriptBlockToPowerShellNotSupportedException", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmRelationshipNavigationPropertyAttribute", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "PSParser", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmRelationshipAttribute", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "PSToken", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmPropertyAttribute", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "PSTokenType", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmSchemaAttribute", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "PSParseError", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmScalarPropertyAttribute", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "WhereOperatorSelectionMode", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmTypeAttribute", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "PSCredentialTypes", + "Namespace": "System.Management.Automation" }, { - "Name": "ComplexObject", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "PSCredentialUIOptions", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityObject", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "GetSymmetricEncryptionKey", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityCollection`1", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "PSCredential", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityReference", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "PSSecurityException", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityReference`1", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "SigningOption", + "Namespace": "System.Management.Automation" }, { - "Name": "RelationshipManager", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "CatalogValidationStatus", + "Namespace": "System.Management.Automation" }, { - "Name": "IEntityChangeTracker", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "CatalogInformation", + "Namespace": "System.Management.Automation" }, { - "Name": "IEntityWithRelationships", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "SecurityDescriptorCmdletProviderIntrinsics", + "Namespace": "System.Management.Automation" }, { - "Name": "IRelatedEnd", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "CommandOrigin", + "Namespace": "System.Management.Automation" }, { - "Name": "RelatedEnd", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "AuthorizationManager", + "Namespace": "System.Management.Automation" }, { - "Name": "RelationshipKind", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "CredentialAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "StructuralObject", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "SignatureStatus", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmFunctionAttribute", - "Namespace": "System.Data.Objects.DataClasses" + "Name": "SignatureType", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmError", - "Namespace": "System.Data.Metadata.Edm" + "Name": "Signature", + "Namespace": "System.Management.Automation" }, { - "Name": "CollectionKind", - "Namespace": "System.Data.Metadata.Edm" + "Name": "CmsMessageRecipient", + "Namespace": "System.Management.Automation" }, { - "Name": "ConcurrencyMode", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ResolutionPurpose", + "Namespace": "System.Management.Automation" }, { - "Name": "StoreGeneratedPattern", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSVariable", + "Namespace": "System.Management.Automation" }, { - "Name": "DataSpace", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ScopedItemOptions", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmItemCollection", - "Namespace": "System.Data.Metadata.Edm" + "Name": "VariablePath", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmSchemaError", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSSnapInInfo", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmSchemaErrorSeverity", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSInstaller", + "Namespace": "System.Management.Automation" }, { - "Name": "AssociationEndMember", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSSnapInInstaller", + "Namespace": "System.Management.Automation" }, { - "Name": "AssociationSet", - "Namespace": "System.Data.Metadata.Edm" + "Name": "CustomPSSnapIn", + "Namespace": "System.Management.Automation" }, { - "Name": "AssociationSetEnd", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSSnapIn", + "Namespace": "System.Management.Automation" }, { - "Name": "AssociationType", - "Namespace": "System.Data.Metadata.Edm" + "Name": "CommandNotFoundException", + "Namespace": "System.Management.Automation" }, { - "Name": "PropertyKind", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ScriptRequiresException", + "Namespace": "System.Management.Automation" }, { - "Name": "BuiltInTypeKind", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ApplicationFailedException", + "Namespace": "System.Management.Automation" }, { - "Name": "CollectionType", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ProviderCmdlet", + "Namespace": "System.Management.Automation" }, { - "Name": "ComplexType", - "Namespace": "System.Data.Metadata.Edm" + "Name": "CmdletInvocationException", + "Namespace": "System.Management.Automation" }, { - "Name": "Documentation", - "Namespace": "System.Data.Metadata.Edm" + "Name": "CmdletProviderInvocationException", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmType", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PipelineStoppedException", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityContainer", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PipelineClosedException", + "Namespace": "System.Management.Automation" }, { - "Name": "EntitySet", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ActionPreferenceStopException", + "Namespace": "System.Management.Automation" }, { - "Name": "EntitySetBase", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ParentContainsErrorRecordException", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityType", - "Namespace": "System.Data.Metadata.Edm" + "Name": "RedirectedException", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityTypeBase", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ScriptCallDepthException", + "Namespace": "System.Management.Automation" }, { - "Name": "EnumMember", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PipelineDepthException", + "Namespace": "System.Management.Automation" }, { - "Name": "EnumType", - "Namespace": "System.Data.Metadata.Edm" + "Name": "HaltCommandException", + "Namespace": "System.Management.Automation" }, { - "Name": "Facet", - "Namespace": "System.Data.Metadata.Edm" + "Name": "MetadataException", + "Namespace": "System.Management.Automation" }, { - "Name": "FacetDescription", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ValidationMetadataException", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmFunction", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ArgumentTransformationMetadataException", + "Namespace": "System.Management.Automation" }, { - "Name": "FunctionParameter", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ParsingMetadataException", + "Namespace": "System.Management.Automation" }, { - "Name": "GlobalItem", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSArgumentException", + "Namespace": "System.Management.Automation" }, { - "Name": "ItemCollection", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSArgumentNullException", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmMember", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSArgumentOutOfRangeException", + "Namespace": "System.Management.Automation" }, { - "Name": "MetadataItem", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSInvalidOperationException", + "Namespace": "System.Management.Automation" }, { - "Name": "MetadataProperty", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSNotImplementedException", + "Namespace": "System.Management.Automation" }, { - "Name": "NavigationProperty", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSNotSupportedException", + "Namespace": "System.Management.Automation" }, { - "Name": "OperationAction", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSObjectDisposedException", + "Namespace": "System.Management.Automation" }, { - "Name": "ParameterMode", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSTraceSource", + "Namespace": "System.Management.Automation" }, { - "Name": "PrimitiveType", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ParameterBindingException", + "Namespace": "System.Management.Automation" }, { - "Name": "PrimitiveTypeKind", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ParseException", + "Namespace": "System.Management.Automation" }, { - "Name": "EdmProperty", - "Namespace": "System.Data.Metadata.Edm" + "Name": "IncompleteParseException", + "Namespace": "System.Management.Automation" }, { - "Name": "ReadOnlyMetadataCollection`1", - "Namespace": "System.Data.Metadata.Edm" + "Name": "RuntimeException", + "Namespace": "System.Management.Automation" }, { - "Name": "ReferentialConstraint", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ProviderInvocationException", + "Namespace": "System.Management.Automation" }, { - "Name": "RefType", - "Namespace": "System.Data.Metadata.Edm" + "Name": "SessionStateCategory", + "Namespace": "System.Management.Automation" }, { - "Name": "RelationshipEndMember", - "Namespace": "System.Data.Metadata.Edm" + "Name": "SessionStateException", + "Namespace": "System.Management.Automation" }, { - "Name": "RelationshipMultiplicity", - "Namespace": "System.Data.Metadata.Edm" + "Name": "SessionStateOverflowException", + "Namespace": "System.Management.Automation" }, { - "Name": "RelationshipSet", - "Namespace": "System.Data.Metadata.Edm" + "Name": "SessionStateUnauthorizedAccessException", + "Namespace": "System.Management.Automation" }, { - "Name": "RelationshipType", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ProviderNotFoundException", + "Namespace": "System.Management.Automation" }, { - "Name": "RowType", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ProviderNameAmbiguousException", + "Namespace": "System.Management.Automation" }, { - "Name": "SimpleType", - "Namespace": "System.Data.Metadata.Edm" + "Name": "DriveNotFoundException", + "Namespace": "System.Management.Automation" }, { - "Name": "StructuralType", - "Namespace": "System.Data.Metadata.Edm" + "Name": "ItemNotFoundException", + "Namespace": "System.Management.Automation" }, { - "Name": "TypeUsage", - "Namespace": "System.Data.Metadata.Edm" + "Name": "PSTraceSourceOptions", + "Namespace": "System.Management.Automation" }, { - "Name": "MetadataWorkspace", - "Namespace": "System.Data.Metadata.Edm" + "Name": "VerbsCommon", + "Namespace": "System.Management.Automation" }, { - "Name": "ObjectItemCollection", - "Namespace": "System.Data.Metadata.Edm" + "Name": "VerbsData", + "Namespace": "System.Management.Automation" }, { - "Name": "ParameterTypeSemantics", - "Namespace": "System.Data.Metadata.Edm" + "Name": "VerbsLifecycle", + "Namespace": "System.Management.Automation" }, { - "Name": "StoreItemCollection", - "Namespace": "System.Data.Metadata.Edm" + "Name": "VerbsDiagnostic", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityViewContainer", - "Namespace": "System.Data.Mapping" + "Name": "VerbsCommunications", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityViewGenerationAttribute", - "Namespace": "System.Data.Mapping" + "Name": "VerbsSecurity", + "Namespace": "System.Management.Automation" }, { - "Name": "MappingItemCollection", - "Namespace": "System.Data.Mapping" + "Name": "VerbsOther", + "Namespace": "System.Management.Automation" }, { - "Name": "StorageMappingItemCollection", - "Namespace": "System.Data.Mapping" + "Name": "IBackgroundDispatcher", + "Namespace": "System.Management.Automation" }, { - "Name": "DbGeography", - "Namespace": "System.Data.Spatial" + "Name": "BackgroundDispatcher", + "Namespace": "System.Management.Automation" }, { - "Name": "DbGeographyWellKnownValue", - "Namespace": "System.Data.Spatial" + "Name": "PSTransactionStatus", + "Namespace": "System.Management.Automation" }, { - "Name": "DbGeometry", - "Namespace": "System.Data.Spatial" + "Name": "PSTransaction", + "Namespace": "System.Management.Automation" }, { - "Name": "DbGeometryWellKnownValue", - "Namespace": "System.Data.Spatial" + "Name": "PSTransactionContext", + "Namespace": "System.Management.Automation" }, { - "Name": "DbSpatialServices", - "Namespace": "System.Data.Spatial" + "Name": "RollbackSeverity", + "Namespace": "System.Management.Automation" }, { - "Name": "DbSpatialDataReader", - "Namespace": "System.Data.Spatial" + "Name": "ExtendedTypeDefinition", + "Namespace": "System.Management.Automation" }, { - "Name": "DbProviderManifest", - "Namespace": "System.Data.Common" + "Name": "FormatViewDefinition", + "Namespace": "System.Management.Automation" }, { - "Name": "DbXmlEnabledProviderManifest", - "Namespace": "System.Data.Common" + "Name": "PSControl", + "Namespace": "System.Management.Automation" }, { - "Name": "DataRecordInfo", - "Namespace": "System.Data.Common" + "Name": "PSControlGroupBy", + "Namespace": "System.Management.Automation" }, { - "Name": "DbCommandDefinition", - "Namespace": "System.Data.Common" + "Name": "DisplayEntry", + "Namespace": "System.Management.Automation" }, { - "Name": "DbProviderServices", - "Namespace": "System.Data.Common" + "Name": "EntrySelectedBy", + "Namespace": "System.Management.Automation" }, { - "Name": "EntityRecordInfo", - "Namespace": "System.Data.Common" + "Name": "Alignment", + "Namespace": "System.Management.Automation" }, { - "Name": "FieldMetadata", - "Namespace": "System.Data.Common" + "Name": "DisplayEntryValueType", + "Namespace": "System.Management.Automation" }, { - "Name": "ParseResult", - "Namespace": "System.Data.Common.EntitySql" + "Name": "CustomControl", + "Namespace": "System.Management.Automation" }, { - "Name": "FunctionDefinition", - "Namespace": "System.Data.Common.EntitySql" + "Name": "CustomControlEntry", + "Namespace": "System.Management.Automation" }, { - "Name": "EntitySqlParser", - "Namespace": "System.Data.Common.EntitySql" + "Name": "CustomItemBase", + "Namespace": "System.Management.Automation" }, { - "Name": "DbFunctionCommandTree", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CustomItemExpression", + "Namespace": "System.Management.Automation" }, { - "Name": "DbCommandTree", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CustomItemFrame", + "Namespace": "System.Management.Automation" }, { - "Name": "DbDeleteCommandTree", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CustomItemNewline", + "Namespace": "System.Management.Automation" }, { - "Name": "DbExpressionVisitor", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CustomItemText", + "Namespace": "System.Management.Automation" }, { - "Name": "DbExpressionVisitor`1", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CustomEntryBuilder", + "Namespace": "System.Management.Automation" }, { - "Name": "DbInsertCommandTree", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CustomControlBuilder", + "Namespace": "System.Management.Automation" }, { - "Name": "DbModificationClause", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "ListControl", + "Namespace": "System.Management.Automation" }, { - "Name": "DbModificationCommandTree", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "ListControlEntry", + "Namespace": "System.Management.Automation" }, { - "Name": "DbQueryCommandTree", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "ListControlEntryItem", + "Namespace": "System.Management.Automation" }, { - "Name": "DbSetClause", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "ListEntryBuilder", + "Namespace": "System.Management.Automation" }, { - "Name": "DbUpdateCommandTree", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "ListControlBuilder", + "Namespace": "System.Management.Automation" }, { - "Name": "DbExpressionKind", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "TableControl", + "Namespace": "System.Management.Automation" }, { - "Name": "DbExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "TableControlColumnHeader", + "Namespace": "System.Management.Automation" }, { - "Name": "DbBinaryExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "TableControlColumn", + "Namespace": "System.Management.Automation" }, { - "Name": "DbUnaryExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "TableControlRow", + "Namespace": "System.Management.Automation" }, { - "Name": "DbAggregate", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "TableRowDefinitionBuilder", + "Namespace": "System.Management.Automation" }, { - "Name": "DbGroupAggregate", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "TableControlBuilder", + "Namespace": "System.Management.Automation" }, { - "Name": "DbFunctionAggregate", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "WideControl", + "Namespace": "System.Management.Automation" }, { - "Name": "DbExpressionBinding", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "WideControlEntryItem", + "Namespace": "System.Management.Automation" }, { - "Name": "DbGroupExpressionBinding", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "WideControlBuilder", + "Namespace": "System.Management.Automation" }, { - "Name": "DbAndExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CommandCompletion", + "Namespace": "System.Management.Automation" }, { - "Name": "DbOrExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CompletionCompleters", + "Namespace": "System.Management.Automation" }, { - "Name": "DbNotExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CompletionResultType", + "Namespace": "System.Management.Automation" }, { - "Name": "DbArithmeticExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CompletionResult", + "Namespace": "System.Management.Automation" }, { - "Name": "DbCaseExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "ArgumentCompleterAttribute", + "Namespace": "System.Management.Automation" }, { - "Name": "DbCastExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "IArgumentCompleter", + "Namespace": "System.Management.Automation" }, { - "Name": "DbComparisonExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "RegisterArgumentCompleterCommand", + "Namespace": "System.Management.Automation" }, { - "Name": "DbIsEmptyExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CounterSetInstanceBase", + "Namespace": "System.Management.Automation.PerformanceData" }, { - "Name": "DbIsNullExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "PSCounterSetInstance", + "Namespace": "System.Management.Automation.PerformanceData" }, { - "Name": "DbIsOfExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CounterInfo", + "Namespace": "System.Management.Automation.PerformanceData" }, { - "Name": "DbOfTypeExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CounterSetRegistrarBase", + "Namespace": "System.Management.Automation.PerformanceData" }, { - "Name": "DbTreatExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "PSCounterSetRegistrar", + "Namespace": "System.Management.Automation.PerformanceData" }, { - "Name": "DbLikeExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "PSPerfCountersMgr", + "Namespace": "System.Management.Automation.PerformanceData" }, { - "Name": "DbEntityRefExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "PowerShellTraceEvent", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbRefKeyExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "PowerShellTraceChannel", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbApplyExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "PowerShellTraceLevel", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbDistinctExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "PowerShellTraceOperationCode", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbElementExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "PowerShellTraceTask", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbExceptExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "PowerShellTraceKeywords", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbFilterExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "BaseChannelWriter", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbGroupByExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "NullWriter", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbIntersectExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "PowerShellChannelWriter", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbCrossJoinExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "PowerShellTraceSource", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbJoinExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "PowerShellTraceSourceFactory", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbLimitExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "EtwEvent", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbProjectExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CallbackNoParameter", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbQuantifierExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CallbackWithState", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbSortClause", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "CallbackWithStateAndArgs", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbSkipExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "EtwEventArgs", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbSortExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "EtwActivity", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbUnionAllExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "IEtwActivityReverter", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbConstantExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "IEtwEventCorrelator", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbNullExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "EtwEventCorrelator", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbVariableReferenceExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "Tracer", + "Namespace": "System.Management.Automation.Tracing" }, { - "Name": "DbParameterReferenceExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "SystemEnforcementMode", + "Namespace": "System.Management.Automation.Security" }, { - "Name": "DbPropertyExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "SystemPolicy", + "Namespace": "System.Management.Automation.Security" }, { - "Name": "DbFunctionExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "ContainerCmdletProvider", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "DbLambdaExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "DriveCmdletProvider", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "DbRelationshipNavigationExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "IContentCmdletProvider", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "DbNewInstanceExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "IContentReader", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "DbRefExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "IContentWriter", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "DbDerefExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "IDynamicPropertyCmdletProvider", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "DbScanExpression", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "ISecurityDescriptorCmdletProvider", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "DbLambda", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "IPropertyCmdletProvider", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "DefaultExpressionVisitor", - "Namespace": "System.Data.Common.CommandTrees" + "Name": "ItemCmdletProvider", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "DbExpressionBuilder", - "Namespace": "System.Data.Common.CommandTrees.ExpressionBuilder" + "Name": "NavigationCmdletProvider", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "EdmFunctions", - "Namespace": "System.Data.Common.CommandTrees.ExpressionBuilder" + "Name": "ICmdletProviderSupportsHelp", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "Row", - "Namespace": "System.Data.Common.CommandTrees.ExpressionBuilder" + "Name": "CmdletProvider", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "SpatialEdmFunctions", - "Namespace": "System.Data.Common.CommandTrees.ExpressionBuilder.Spatial" + "Name": "CmdletProviderAttribute", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "EdmToObjectNamespaceMap", - "Namespace": "System.Data.Entity.Design" + "Name": "ProviderCapabilities", + "Namespace": "System.Management.Automation.Provider" }, { - "Name": "TypeGeneratedEventHandler", - "Namespace": "System.Data.Entity.Design" + "Name": "OriginInfo", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "PropertyGeneratedEventHandler", - "Namespace": "System.Data.Entity.Design" + "Name": "CmdletMethodInvoker`1", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "EntityClassGenerator", - "Namespace": "System.Data.Entity.Design" + "Name": "PSRemotingDataStructureException", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "LanguageOption", - "Namespace": "System.Data.Entity.Design" + "Name": "PSRemotingTransportException", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "PropertyGeneratedEventArgs", - "Namespace": "System.Data.Entity.Design" + "Name": "PSRemotingTransportRedirectException", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "TypeGeneratedEventArgs", - "Namespace": "System.Data.Entity.Design" + "Name": "PSDirectException", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "EntityModelSchemaGenerator", - "Namespace": "System.Data.Entity.Design" + "Name": "ProxyAccessType", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "EntityStoreSchemaFilterEffect", - "Namespace": "System.Data.Entity.Design" + "Name": "PSSessionOption", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "EntityStoreSchemaFilterEntry", - "Namespace": "System.Data.Entity.Design" + "Name": "PSSenderInfo", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "EntityStoreSchemaFilterObjectTypes", - "Namespace": "System.Data.Entity.Design" + "Name": "PSPrincipal", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "EntityViewGenerator", - "Namespace": "System.Data.Entity.Design" + "Name": "PSIdentity", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "MetadataExtensionMethods", - "Namespace": "System.Data.Entity.Design" + "Name": "PSCertificateDetails", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "MetadataItemCollectionFactory", - "Namespace": "System.Data.Entity.Design" + "Name": "PSSessionConfiguration", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "EntityFrameworkVersions", - "Namespace": "System.Data.Entity.Design" + "Name": "SessionType", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "EntityStoreSchemaGenerator", - "Namespace": "System.Data.Entity.Design" + "Name": "PSSessionConfigurationData", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "EntityCodeGenerator", - "Namespace": "System.Data.Entity.Design" + "Name": "WSManPluginManagedEntryWrapper", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "ICustomPluralizationMapping", - "Namespace": "System.Data.Entity.Design.PluralizationServices" + "Name": "WSManPluginManagedEntryInstanceWrapper", + "Namespace": "System.Management.Automation.Remoting" }, { - "Name": "PluralizationService", - "Namespace": "System.Data.Entity.Design.PluralizationServices" + "Name": "WSManServerChannelEvents", + "Namespace": "System.Management.Automation.Remoting.WSMan" }, { - "Name": "EntityDesignerBuildProvider", - "Namespace": "System.Data.Entity.Design.AspNet" + "Name": "ActiveSessionsChangedEventArgs", + "Namespace": "System.Management.Automation.Remoting.WSMan" }, { - "Name": "EntityModelBuildProvider", - "Namespace": "System.Data.Entity.Design.AspNet" + "Name": "PSStreamObjectType", + "Namespace": "System.Management.Automation.Remoting.Internal" }, { - "Name": "MappingModelBuildProvider", - "Namespace": "System.Data.Entity.Design.AspNet" + "Name": "PSStreamObject", + "Namespace": "System.Management.Automation.Remoting.Internal" }, { - "Name": "StorageModelBuildProvider", - "Namespace": "System.Data.Entity.Design.AspNet" + "Name": "ChoiceDescription", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "ChangeConflictCollection", - "Namespace": "System.Data.Linq" + "Name": "FieldDescription", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "ObjectChangeConflict", - "Namespace": "System.Data.Linq" + "Name": "PSHost", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "MemberChangeConflict", - "Namespace": "System.Data.Linq" + "Name": "IHostSupportsInteractiveSession", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "ChangeAction", - "Namespace": "System.Data.Linq" + "Name": "Coordinates", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "IExecuteResult", - "Namespace": "System.Data.Linq" + "Name": "Size", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "IFunctionResult", - "Namespace": "System.Data.Linq" + "Name": "ReadKeyOptions", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "ISingleResult`1", - "Namespace": "System.Data.Linq" + "Name": "ControlKeyStates", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "IMultipleResults", - "Namespace": "System.Data.Linq" + "Name": "KeyInfo", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "CompiledQuery", - "Namespace": "System.Data.Linq" + "Name": "Rectangle", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "DataLoadOptions", - "Namespace": "System.Data.Linq" + "Name": "BufferCell", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "ConflictMode", - "Namespace": "System.Data.Linq" + "Name": "BufferCellType", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "RefreshMode", - "Namespace": "System.Data.Linq" + "Name": "PSHostRawUserInterface", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "DataContext", - "Namespace": "System.Data.Linq" + "Name": "PSHostUserInterface", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "ITable`1", - "Namespace": "System.Data.Linq" + "Name": "IHostUISupportsMultipleChoiceSelection", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "ITable", - "Namespace": "System.Data.Linq" + "Name": "HostException", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "Table`1", - "Namespace": "System.Data.Linq" + "Name": "PromptingException", + "Namespace": "System.Management.Automation.Host" }, { - "Name": "ChangeSet", - "Namespace": "System.Data.Linq" + "Name": "TypeTableLoadException", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ModifiedMemberInfo", - "Namespace": "System.Data.Linq" + "Name": "TypeData", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "DBConvert", - "Namespace": "System.Data.Linq" + "Name": "TypeMemberData", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ChangeConflictException", - "Namespace": "System.Data.Linq" + "Name": "NotePropertyData", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "DuplicateKeyException", - "Namespace": "System.Data.Linq" + "Name": "AliasPropertyData", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ForeignKeyReferenceAlreadyHasValueException", - "Namespace": "System.Data.Linq" + "Name": "ScriptPropertyData", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "Link`1", - "Namespace": "System.Data.Linq" + "Name": "CodePropertyData", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "EntityRef`1", - "Namespace": "System.Data.Linq" + "Name": "ScriptMethodData", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "EntitySet`1", - "Namespace": "System.Data.Linq" + "Name": "CodeMethodData", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "Binary", - "Namespace": "System.Data.Linq" + "Name": "PropertySetData", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "SqlMethods", - "Namespace": "System.Data.Linq.SqlClient" + "Name": "MemberSetData", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "SqlHelpers", - "Namespace": "System.Data.Linq.SqlClient" + "Name": "TypeTable", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "Sql2000Provider", - "Namespace": "System.Data.Linq.SqlClient" + "Name": "Command", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "Sql2005Provider", - "Namespace": "System.Data.Linq.SqlClient" + "Name": "PipelineResultTypes", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "Sql2008Provider", - "Namespace": "System.Data.Linq.SqlClient" + "Name": "CommandCollection", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "SqlProvider", - "Namespace": "System.Data.Linq.SqlClient" + "Name": "InvalidRunspaceStateException", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ObjectMaterializer`1", - "Namespace": "System.Data.Linq.SqlClient.Implementation" + "Name": "RunspaceState", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "FunctionAttribute", - "Namespace": "System.Data.Linq.Mapping" + "Name": "PSThreadOptions", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ResultTypeAttribute", - "Namespace": "System.Data.Linq.Mapping" + "Name": "RunspaceStateInfo", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ParameterAttribute", - "Namespace": "System.Data.Linq.Mapping" + "Name": "RunspaceStateEventArgs", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "DatabaseAttribute", - "Namespace": "System.Data.Linq.Mapping" + "Name": "RunspaceAvailability", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "TableAttribute", - "Namespace": "System.Data.Linq.Mapping" + "Name": "RunspaceAvailabilityEventArgs", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "InheritanceMappingAttribute", - "Namespace": "System.Data.Linq.Mapping" + "Name": "RunspaceCapability", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "DataAttribute", - "Namespace": "System.Data.Linq.Mapping" + "Name": "Runspace", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "UpdateCheck", - "Namespace": "System.Data.Linq.Mapping" + "Name": "SessionStateProxy", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "AutoSync", - "Namespace": "System.Data.Linq.Mapping" + "Name": "RunspaceFactory", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ColumnAttribute", - "Namespace": "System.Data.Linq.Mapping" + "Name": "RunspaceOpenModuleLoadException", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "AssociationAttribute", - "Namespace": "System.Data.Linq.Mapping" + "Name": "CommandParameter", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProviderAttribute", - "Namespace": "System.Data.Linq.Mapping" + "Name": "CommandParameterCollection", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "MappingSource", - "Namespace": "System.Data.Linq.Mapping" + "Name": "InvalidPipelineStateException", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "AttributeMappingSource", - "Namespace": "System.Data.Linq.Mapping" + "Name": "PipelineState", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "XmlMappingSource", - "Namespace": "System.Data.Linq.Mapping" + "Name": "PipelineStateInfo", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "MetaModel", - "Namespace": "System.Data.Linq.Mapping" + "Name": "PipelineStateEventArgs", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "MetaTable", - "Namespace": "System.Data.Linq.Mapping" + "Name": "Pipeline", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "MetaType", - "Namespace": "System.Data.Linq.Mapping" + "Name": "InvalidRunspacePoolStateException", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "MetaDataMember", - "Namespace": "System.Data.Linq.Mapping" + "Name": "RunspacePoolState", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "MetaFunction", - "Namespace": "System.Data.Linq.Mapping" + "Name": "RunspacePoolStateChangedEventArgs", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "MetaParameter", - "Namespace": "System.Data.Linq.Mapping" + "Name": "RunspacePoolAvailability", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "MetaAssociation", - "Namespace": "System.Data.Linq.Mapping" + "Name": "RunspacePoolCapability", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "MetaAccessor", - "Namespace": "System.Data.Linq.Mapping" + "Name": "RunspacePool", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "MetaAccessor`2", - "Namespace": "System.Data.Linq.Mapping" + "Name": "PowerShellProcessInstance", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "DataServiceOperationContext", - "Namespace": "System.Data.Services" + "Name": "TargetMachineType", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ChangeInterceptorAttribute", - "Namespace": "System.Data.Services" + "Name": "PSSession", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "DataService`1", - "Namespace": "System.Data.Services" + "Name": "RemotingErrorRecord", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "DataServiceBehavior", - "Namespace": "System.Data.Services" + "Name": "RemotingProgressRecord", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "DataServiceConfiguration", - "Namespace": "System.Data.Services" + "Name": "RemotingWarningRecord", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "DataServiceException", - "Namespace": "System.Data.Services" + "Name": "RemotingDebugRecord", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "DataServiceHost", - "Namespace": "System.Data.Services" + "Name": "RemotingVerboseRecord", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "DataServiceHostFactory", - "Namespace": "System.Data.Services" + "Name": "RemotingInformationRecord", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "DataServiceProcessingPipelineEventArgs", - "Namespace": "System.Data.Services" + "Name": "AuthenticationMechanism", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "DataServiceProcessingPipeline", - "Namespace": "System.Data.Services" + "Name": "PSSessionType", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ETagAttribute", - "Namespace": "System.Data.Services" + "Name": "PSSessionConfigurationAccessMode", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ExpandSegment", - "Namespace": "System.Data.Services" + "Name": "OutputBufferingMode", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ExpandSegmentCollection", - "Namespace": "System.Data.Services" + "Name": "RunspaceConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "HandleExceptionArgs", - "Namespace": "System.Data.Services" + "Name": "WSManConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "IDataServiceConfiguration", - "Namespace": "System.Data.Services" + "Name": "NamedPipeConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "IDataServiceHost", - "Namespace": "System.Data.Services" + "Name": "VMConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "IDataServiceHost2", - "Namespace": "System.Data.Services" + "Name": "ContainerConnectionInfo", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "IExpandProvider", - "Namespace": "System.Data.Services" + "Name": "RunspaceConfiguration", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "IExpandedResult", - "Namespace": "System.Data.Services" + "Name": "RunspaceConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "IRequestHandler", - "Namespace": "System.Data.Services" + "Name": "TypeConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "IUpdatable", - "Namespace": "System.Data.Services" + "Name": "FormatConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "IgnorePropertiesAttribute", - "Namespace": "System.Data.Services" + "Name": "CmdletConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "MimeTypeAttribute", - "Namespace": "System.Data.Services" + "Name": "ProviderConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProcessRequestArgs", - "Namespace": "System.Data.Services" + "Name": "ScriptConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "QueryInterceptorAttribute", - "Namespace": "System.Data.Services" + "Name": "AssemblyConfigurationEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "UpdateOperations", - "Namespace": "System.Data.Services" + "Name": "RunspaceConfigurationEntryCollection`1", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "EntitySetRights", - "Namespace": "System.Data.Services" + "Name": "RunspaceConfigurationTypeAttribute", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ServiceOperationRights", - "Namespace": "System.Data.Services" + "Name": "RunspaceConfigurationAttributeException", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "SingleResultAttribute", - "Namespace": "System.Data.Services" + "Name": "RunspaceConfigurationTypeException", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProjectedWrapper", - "Namespace": "System.Data.Services.Internal" + "Name": "InitialSessionStateEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProjectedWrapper0", - "Namespace": "System.Data.Services.Internal" + "Name": "ConstrainedSessionStateEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProjectedWrapper1", - "Namespace": "System.Data.Services.Internal" + "Name": "SessionStateCommandEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProjectedWrapper2", - "Namespace": "System.Data.Services.Internal" + "Name": "SessionStateTypeEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProjectedWrapper3", - "Namespace": "System.Data.Services.Internal" + "Name": "SessionStateFormatEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProjectedWrapper4", - "Namespace": "System.Data.Services.Internal" + "Name": "SessionStateAssemblyEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProjectedWrapper5", - "Namespace": "System.Data.Services.Internal" + "Name": "SessionStateCmdletEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProjectedWrapper6", - "Namespace": "System.Data.Services.Internal" + "Name": "SessionStateProviderEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProjectedWrapper7", - "Namespace": "System.Data.Services.Internal" + "Name": "SessionStateScriptEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProjectedWrapper8", - "Namespace": "System.Data.Services.Internal" + "Name": "SessionStateAliasEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProjectedWrapperMany", - "Namespace": "System.Data.Services.Internal" + "Name": "SessionStateApplicationEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ProjectedWrapperManyEnd", - "Namespace": "System.Data.Services.Internal" + "Name": "SessionStateFunctionEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ExpandedWrapper`1", - "Namespace": "System.Data.Services.Internal" + "Name": "SessionStateWorkflowEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ExpandedWrapper`2", - "Namespace": "System.Data.Services.Internal" + "Name": "SessionStateVariableEntry", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ExpandedWrapper`3", - "Namespace": "System.Data.Services.Internal" + "Name": "InitialSessionStateEntryCollection`1", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ExpandedWrapper`4", - "Namespace": "System.Data.Services.Internal" + "Name": "InitialSessionState", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ExpandedWrapper`5", - "Namespace": "System.Data.Services.Internal" + "Name": "PSConsoleLoadException", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ExpandedWrapper`6", - "Namespace": "System.Data.Services.Internal" + "Name": "PSSnapInException", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ExpandedWrapper`7", - "Namespace": "System.Data.Services.Internal" + "Name": "PipelineReader`1", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ExpandedWrapper`8", - "Namespace": "System.Data.Services.Internal" + "Name": "PipelineWriter", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ExpandedWrapper`9", - "Namespace": "System.Data.Services.Internal" + "Name": "FormatTableLoadException", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ExpandedWrapper`10", - "Namespace": "System.Data.Services.Internal" + "Name": "FormatTable", + "Namespace": "System.Management.Automation.Runspaces" }, { - "Name": "ExpandedWrapper`11", - "Namespace": "System.Data.Services.Internal" + "Name": "NullString", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ExpandedWrapper`12", - "Namespace": "System.Data.Services.Internal" + "Name": "CodeGeneration", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ExpandedWrapper`13", - "Namespace": "System.Data.Services.Internal" + "Name": "Ast", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "OpenTypeMethods", - "Namespace": "System.Data.Services.Providers" + "Name": "ErrorStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "IDataServiceMetadataProvider", - "Namespace": "System.Data.Services.Providers" + "Name": "ErrorExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "IDataServicePagingProvider", - "Namespace": "System.Data.Services.Providers" + "Name": "ScriptRequirements", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "IDataServiceQueryProvider", - "Namespace": "System.Data.Services.Providers" + "Name": "ScriptBlockAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "IDataServiceUpdateProvider", - "Namespace": "System.Data.Services.Providers" + "Name": "ParamBlockAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceProviderMethods", - "Namespace": "System.Data.Services.Providers" + "Name": "NamedBlockAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "IDataServiceStreamProvider", - "Namespace": "System.Data.Services.Providers" + "Name": "NamedAttributeArgumentAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ResourceAssociationSetEnd", - "Namespace": "System.Data.Services.Providers" + "Name": "AttributeBaseAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ResourceAssociationSet", - "Namespace": "System.Data.Services.Providers" + "Name": "AttributeAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ResourceSet", - "Namespace": "System.Data.Services.Providers" + "Name": "TypeConstraintAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ResourceProperty", - "Namespace": "System.Data.Services.Providers" + "Name": "ParameterAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ResourcePropertyKind", - "Namespace": "System.Data.Services.Providers" + "Name": "StatementBlockAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ResourceType", - "Namespace": "System.Data.Services.Providers" + "Name": "StatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ResourceTypeKind", - "Namespace": "System.Data.Services.Providers" + "Name": "TypeAttributes", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ServiceOperation", - "Namespace": "System.Data.Services.Providers" + "Name": "TypeDefinitionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ServiceOperationParameter", - "Namespace": "System.Data.Services.Providers" + "Name": "UsingStatementKind", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ServiceOperationResultKind", - "Namespace": "System.Data.Services.Providers" + "Name": "UsingStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServicesFeaturesSection", - "Namespace": "System.Data.Services.Configuration" + "Name": "MemberAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServicesReplaceFunctionFeature", - "Namespace": "System.Data.Services.Configuration" + "Name": "PropertyAttributes", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServicesSectionGroup", - "Namespace": "System.Data.Services.Configuration" + "Name": "PropertyMemberAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceEntityAttribute", - "Namespace": "System.Data.Services.Common" + "Name": "MethodAttributes", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "EntitySetAttribute", - "Namespace": "System.Data.Services.Common" + "Name": "FunctionMemberAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "SyndicationItemProperty", - "Namespace": "System.Data.Services.Common" + "Name": "FunctionDefinitionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "SyndicationTextContentKind", - "Namespace": "System.Data.Services.Common" + "Name": "IfStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "EntityPropertyMappingAttribute", - "Namespace": "System.Data.Services.Common" + "Name": "DataStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "HasStreamAttribute", - "Namespace": "System.Data.Services.Common" + "Name": "LabeledStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceKeyAttribute", - "Namespace": "System.Data.Services.Common" + "Name": "LoopStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceProtocolVersion", - "Namespace": "System.Data.Services.Common" + "Name": "ForEachFlags", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceQueryContinuation", - "Namespace": "System.Data.Services.Client" + "Name": "ForEachStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceQueryContinuation`1", - "Namespace": "System.Data.Services.Client" + "Name": "ForStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "EntityChangedParams", - "Namespace": "System.Data.Services.Client" + "Name": "DoWhileStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "EntityCollectionChangedParams", - "Namespace": "System.Data.Services.Client" + "Name": "DoUntilStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "TrackingMode", - "Namespace": "System.Data.Services.Client" + "Name": "WhileStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceCollection`1", - "Namespace": "System.Data.Services.Client" + "Name": "SwitchFlags", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceQueryException", - "Namespace": "System.Data.Services.Client" + "Name": "SwitchStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceRequestArgs", - "Namespace": "System.Data.Services.Client" + "Name": "CatchClauseAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceRequestException", - "Namespace": "System.Data.Services.Client" + "Name": "TryStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceStreamResponse", - "Namespace": "System.Data.Services.Client" + "Name": "TrapStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "Descriptor", - "Namespace": "System.Data.Services.Client" + "Name": "BreakStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "LinkDescriptor", - "Namespace": "System.Data.Services.Client" + "Name": "ContinueStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ChangeOperationResponse", - "Namespace": "System.Data.Services.Client" + "Name": "ReturnStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceClientException", - "Namespace": "System.Data.Services.Client" + "Name": "ExitStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceQuery", - "Namespace": "System.Data.Services.Client" + "Name": "ThrowStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceRequest", - "Namespace": "System.Data.Services.Client" + "Name": "PipelineBaseAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceRequest`1", - "Namespace": "System.Data.Services.Client" + "Name": "PipelineAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceResponse", - "Namespace": "System.Data.Services.Client" + "Name": "CommandElementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "OperationResponse", - "Namespace": "System.Data.Services.Client" + "Name": "CommandParameterAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "QueryOperationResponse`1", - "Namespace": "System.Data.Services.Client" + "Name": "CommandBaseAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "QueryOperationResponse", - "Namespace": "System.Data.Services.Client" + "Name": "CommandAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ReadingWritingEntityEventArgs", - "Namespace": "System.Data.Services.Client" + "Name": "CommandExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "MediaEntryAttribute", - "Namespace": "System.Data.Services.Client" + "Name": "RedirectionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "MergeOption", - "Namespace": "System.Data.Services.Client" + "Name": "RedirectionStream", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "MimeTypePropertyAttribute", - "Namespace": "System.Data.Services.Client" + "Name": "MergingRedirectionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "EntityDescriptor", - "Namespace": "System.Data.Services.Client" + "Name": "FileRedirectionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "EntityStates", - "Namespace": "System.Data.Services.Client" + "Name": "AssignmentStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "SaveChangesOptions", - "Namespace": "System.Data.Services.Client" + "Name": "ConfigurationType", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "SendingRequestEventArgs", - "Namespace": "System.Data.Services.Client" + "Name": "ConfigurationDefinitionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceContext", - "Namespace": "System.Data.Services.Client" + "Name": "DynamicKeywordStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceQuery`1", - "Namespace": "System.Data.Services.Client" + "Name": "ExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceBuildProvider", - "Namespace": "System.Data.Services.BuildProvider" + "Name": "BinaryExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "EdmToObjectNamespaceMap", - "Namespace": "System.Data.Services.Design" + "Name": "UnaryExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "EntityClassGenerator", - "Namespace": "System.Data.Services.Design" + "Name": "BlockStatementAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "LanguageOption", - "Namespace": "System.Data.Services.Design" + "Name": "AttributedExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DataServiceCodeVersion", - "Namespace": "System.Data.Services.Design" + "Name": "ConvertExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "PropertyGeneratedEventArgs", - "Namespace": "System.Data.Services.Design" + "Name": "MemberExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "TypeGeneratedEventArgs", - "Namespace": "System.Data.Services.Design" + "Name": "InvokeMemberExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ContentIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "BaseCtorInvokeMemberExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ElementContentIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ITypeName", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "NodeKindContentIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "TypeName", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "AttributeIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "GenericTypeName", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "NamespaceIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ArrayTypeName", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "AttributeContentIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ReflectionTypeName", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ContentMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "TypeExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DodSequenceMerge", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "VariableExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "SetIteratorResult", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ConstantExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "UnionIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "StringConstantType", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "IntersectIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "StringConstantExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DifferenceIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ExpandableStringExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "FollowingSiblingIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ScriptBlockExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "FollowingSiblingMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ArrayLiteralAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "PrecedingSiblingIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "HashtableAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "PrecedingSiblingDocOrderIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ArrayExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "StringConcat", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ParenExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DescendantIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "SubExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DescendantMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "UsingExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ParentIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "IndexExpressionAst", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "AncestorIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "CommentHelpInfo", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "AncestorDocOrderIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ICustomAstVisitor", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XPathFollowingIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ICustomAstVisitor2", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XPathFollowingMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "DefaultCustomAstVisitor", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "PrecedingIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "DefaultCustomAstVisitor2", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XPathPrecedingIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "Parser", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XPathPrecedingDocOrderIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ParseError", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XPathPrecedingMergeIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "IScriptPosition", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "NodeRangeIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "IScriptExtent", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "Int32Aggregator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ScriptPosition", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "Int64Aggregator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ScriptExtent", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DecimalAggregator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "AstVisitAction", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DoubleAggregator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "AstVisitor", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XmlCollation", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "AstVisitor2", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XmlILIndex", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "IAstPostVisitHandler", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XmlILStorageConverter", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "TokenKind", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "IteratorResult", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "TokenFlags", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "IdIterator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "TokenTraits", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XmlNavigatorFilter", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "Token", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XmlQueryContext", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "NumberToken", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XmlQueryOutput", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "ParameterToken", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XmlQueryRuntime", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "VariableToken", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XmlQuerySequence`1", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "StringToken", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XmlQueryItemSequence", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "StringLiteralToken", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XmlQueryNodeSequence", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "StringExpandableToken", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XmlSortKeyAccumulator", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "LabelToken", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XsltConvert", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "RedirectionToken", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XsltFunctions", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "InputRedirectionToken", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "XsltLibrary", - "Namespace": "System.Xml.Xsl.Runtime" + "Name": "MergingRedirectionToken", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "RSAPKCS1SHA256SignatureDescription", - "Namespace": "System.Deployment.Internal.CodeSigning" + "Name": "FileRedirectionToken", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "ApplicationDeployment", - "Namespace": "System.Deployment.Application" + "Name": "DynamicKeywordNameMode", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "UpdateCheckInfo", - "Namespace": "System.Deployment.Application" + "Name": "DynamicKeywordBodyMode", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "CheckForUpdateCompletedEventHandler", - "Namespace": "System.Deployment.Application" + "Name": "DynamicKeyword", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "CheckForUpdateCompletedEventArgs", - "Namespace": "System.Deployment.Application" + "Name": "DynamicKeywordProperty", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DownloadFileGroupCompletedEventHandler", - "Namespace": "System.Deployment.Application" + "Name": "DynamicKeywordParameter", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DownloadFileGroupCompletedEventArgs", - "Namespace": "System.Deployment.Application" + "Name": "StaticParameterBinder", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "CompatibleFramework", - "Namespace": "System.Deployment.Application" + "Name": "StaticBindingResult", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "CompatibleFrameworks", - "Namespace": "System.Deployment.Application" + "Name": "ParameterBindingResult", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DeploymentProgressChangedEventHandler", - "Namespace": "System.Deployment.Application" + "Name": "StaticBindingError", + "Namespace": "System.Management.Automation.Language" }, { - "Name": "DeploymentProgressChangedEventArgs", - "Namespace": "System.Deployment.Application" + "Name": "InternalCommand", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "DeploymentProgressState", - "Namespace": "System.Deployment.Application" + "Name": "CommonParameters", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "DeploymentServiceCom", - "Namespace": "System.Deployment.Application" + "Name": "ShouldProcessParameters", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "DeploymentException", - "Namespace": "System.Deployment.Application" + "Name": "TransactionParameters", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "InvalidDeploymentException", - "Namespace": "System.Deployment.Application" + "Name": "DebuggerUtils", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "DeploymentDownloadException", - "Namespace": "System.Deployment.Application" + "Name": "PSMonitorRunspaceType", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "TrustNotGrantedException", - "Namespace": "System.Deployment.Application" + "Name": "PSMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "DependentPlatformMissingException", - "Namespace": "System.Deployment.Application" + "Name": "PSStandaloneMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "CompatibleFrameworkMissingException", - "Namespace": "System.Deployment.Application" + "Name": "PSEmbeddedMonitorRunspaceInfo", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "SupportedRuntimeMissingException", - "Namespace": "System.Deployment.Application" + "Name": "CmdletMetadataAttribute", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "InPlaceHostingManager", - "Namespace": "System.Deployment.Application" + "Name": "ParsingBaseAttribute", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "GetManifestCompletedEventArgs", - "Namespace": "System.Deployment.Application" + "Name": "InternalTestHooks", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "DownloadProgressChangedEventArgs", - "Namespace": "System.Deployment.Application" + "Name": "IAstToWorkflowConverter", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "DownloadApplicationCompletedEventArgs", - "Namespace": "System.Deployment.Application" + "Name": "SessionStateKeeper", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "ITargetAwareCodeDomProvider", - "Namespace": "System.Resources.Tools" + "Name": "ScriptBlockMemberMethodWrapper", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "StronglyTypedResourceBuilder", - "Namespace": "System.Resources.Tools" + "Name": "ClassOps", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "MessageDesigner", - "Namespace": "System.Messaging.Design" + "Name": "AutomationNull", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "ServiceControllerDesigner", - "Namespace": "System.ServiceProcess.Design" + "Name": "AlternateStreamData", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "AppSettingsExpressionEditor", - "Namespace": "System.Web.UI.Design" + "Name": "AlternateDataStreamUtilities", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "ClientScriptItem", - "Namespace": "System.Web.UI.Design" + "Name": "SecuritySupport", + "Namespace": "System.Management.Automation.Internal" }, { - "Name": "ClientScriptItemCollection", - "Namespace": "System.Web.UI.Design" + "Name": "ManagementQualifierFlavors", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "ColorBuilder", - "Namespace": "System.Web.UI.Design" + "Name": "ManagementQualifierAttribute", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "ConnectionStringEditor", - "Namespace": "System.Web.UI.Design" + "Name": "ManagedCommonProvider", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "ConnectionStringsExpressionEditor", - "Namespace": "System.Web.UI.Design" + "Name": "DefaultManagementInstaller", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "ContainerControlDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "InstrumentationManager", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "ContentDefinition", - "Namespace": "System.Web.UI.Design" + "Name": "WmiProviderInstallationException", + "Namespace": "System.Management.Instrumentation" }, { - "Name": "ControlDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "AccessControlEntry", + "Namespace": "System.Messaging" }, { - "Name": "ControlDesignerState", - "Namespace": "System.Web.UI.Design" + "Name": "AccessControlEntryType", + "Namespace": "System.Messaging" }, { - "Name": "ControlLocation", - "Namespace": "System.Web.UI.Design" + "Name": "AccessControlList", + "Namespace": "System.Messaging" }, { - "Name": "ControlParser", - "Namespace": "System.Web.UI.Design" + "Name": "Acknowledgment", + "Namespace": "System.Messaging" }, { - "Name": "ControlPersister", - "Namespace": "System.Web.UI.Design" + "Name": "AcknowledgeTypes", + "Namespace": "System.Messaging" }, { - "Name": "DataBindingCollectionConverter", - "Namespace": "System.Web.UI.Design" + "Name": "ActiveXMessageFormatter", + "Namespace": "System.Messaging" }, { - "Name": "DataBindingCollectionEditor", - "Namespace": "System.Web.UI.Design" + "Name": "BinaryMessageFormatter", + "Namespace": "System.Messaging" }, { - "Name": "DataBindingHandler", - "Namespace": "System.Web.UI.Design" + "Name": "CryptographicProviderType", + "Namespace": "System.Messaging" }, { - "Name": "DataBindingValueUIHandler", - "Namespace": "System.Web.UI.Design" + "Name": "Cursor", + "Namespace": "System.Messaging" }, { - "Name": "DataColumnSelectionConverter", - "Namespace": "System.Web.UI.Design" + "Name": "DefaultPropertiesToSend", + "Namespace": "System.Messaging" }, { - "Name": "DataFieldConverter", - "Namespace": "System.Web.UI.Design" + "Name": "EncryptionAlgorithm", + "Namespace": "System.Messaging" }, { - "Name": "DataMemberConverter", - "Namespace": "System.Web.UI.Design" + "Name": "EncryptionRequired", + "Namespace": "System.Messaging" }, { - "Name": "DataSetFieldSchema", - "Namespace": "System.Web.UI.Design" + "Name": "GenericAccessRights", + "Namespace": "System.Messaging" }, { - "Name": "DataSetSchema", - "Namespace": "System.Web.UI.Design" + "Name": "HashAlgorithm", + "Namespace": "System.Messaging" }, { - "Name": "DataSetViewSchema", - "Namespace": "System.Web.UI.Design" + "Name": "IMessageFormatter", + "Namespace": "System.Messaging" }, { - "Name": "DataSourceBooleanViewSchemaConverter", - "Namespace": "System.Web.UI.Design" + "Name": "Message", + "Namespace": "System.Messaging" }, { - "Name": "DataSourceConverter", - "Namespace": "System.Web.UI.Design" + "Name": "MessageEnumerator", + "Namespace": "System.Messaging" }, { - "Name": "DataSourceDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "MessageLookupAction", + "Namespace": "System.Messaging" }, { - "Name": "DataSourceViewSchemaConverter", - "Namespace": "System.Web.UI.Design" + "Name": "MessagePriority", + "Namespace": "System.Messaging" }, { - "Name": "DesignerAutoFormat", - "Namespace": "System.Web.UI.Design" + "Name": "MessagePropertyFilter", + "Namespace": "System.Messaging" }, { - "Name": "DesignerAutoFormatCollection", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueue", + "Namespace": "System.Messaging" }, { - "Name": "DesignerAutoFormatStyle", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueueAccessControlEntry", + "Namespace": "System.Messaging" }, { - "Name": "DesignerDataSourceView", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueueAccessRights", + "Namespace": "System.Messaging" }, { - "Name": "DesignerHierarchicalDataSourceView", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueueCriteria", + "Namespace": "System.Messaging" }, { - "Name": "DesignerObject", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueueEnumerator", + "Namespace": "System.Messaging" }, { - "Name": "DesignerRegion", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueueErrorCode", + "Namespace": "System.Messaging" }, { - "Name": "DesignerRegionCollection", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueueException", + "Namespace": "System.Messaging" }, { - "Name": "DesignerRegionMouseEventArgs", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueueInstaller", + "Namespace": "System.Messaging" }, { - "Name": "DesignTimeData", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueuePermission", + "Namespace": "System.Messaging" }, { - "Name": "DesignTimeResourceProviderFactory", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueuePermissionAccess", + "Namespace": "System.Messaging" }, { - "Name": "EditableDesignerRegion", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueuePermissionAttribute", + "Namespace": "System.Messaging" }, { - "Name": "ExpressionEditor", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueuePermissionEntry", + "Namespace": "System.Messaging" }, { - "Name": "ExpressionEditorSheet", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueuePermissionEntryCollection", + "Namespace": "System.Messaging" }, { - "Name": "ExpressionsCollectionConverter", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueueTransaction", + "Namespace": "System.Messaging" }, { - "Name": "ExpressionsCollectionEditor", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueueTransactionStatus", + "Namespace": "System.Messaging" }, { - "Name": "HierarchicalDataSourceConverter", - "Namespace": "System.Web.UI.Design" + "Name": "MessageQueueTransactionType", + "Namespace": "System.Messaging" }, { - "Name": "HierarchicalDataSourceDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "MessageType", + "Namespace": "System.Messaging" }, { - "Name": "HtmlControlDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "MessagingDescriptionAttribute", + "Namespace": "System.Messaging" }, { - "Name": "HtmlIntrinsicControlDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "PeekAction", + "Namespace": "System.Messaging" }, { - "Name": "ContentDesignerState", - "Namespace": "System.Web.UI.Design" + "Name": "PeekCompletedEventArgs", + "Namespace": "System.Messaging" }, { - "Name": "IContentResolutionService", - "Namespace": "System.Web.UI.Design" + "Name": "PeekCompletedEventHandler", + "Namespace": "System.Messaging" }, { - "Name": "IControlDesignerTag", - "Namespace": "System.Web.UI.Design" + "Name": "QueueAccessMode", + "Namespace": "System.Messaging" }, { - "Name": "IControlDesignerView", - "Namespace": "System.Web.UI.Design" + "Name": "ReceiveCompletedEventArgs", + "Namespace": "System.Messaging" }, { - "Name": "IDataBindingSchemaProvider", - "Namespace": "System.Web.UI.Design" + "Name": "ReceiveCompletedEventHandler", + "Namespace": "System.Messaging" }, { - "Name": "IDataSourceDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "SecurityContext", + "Namespace": "System.Messaging" }, { - "Name": "IDataSourceFieldSchema", - "Namespace": "System.Web.UI.Design" + "Name": "StandardAccessRights", + "Namespace": "System.Messaging" }, { - "Name": "IDataSourceProvider", - "Namespace": "System.Web.UI.Design" + "Name": "Trustee", + "Namespace": "System.Messaging" }, { - "Name": "IDataSourceSchema", - "Namespace": "System.Web.UI.Design" + "Name": "TrusteeType", + "Namespace": "System.Messaging" }, { - "Name": "IDataSourceViewSchema", - "Namespace": "System.Web.UI.Design" + "Name": "XmlMessageFormatter", + "Namespace": "System.Messaging" }, { - "Name": "IDesignTimeResourceProviderFactoryService", - "Namespace": "System.Web.UI.Design" + "Name": "QueuePathDialog", + "Namespace": "System.Messaging.Design" }, { - "Name": "IDesignTimeResourceWriter", - "Namespace": "System.Web.UI.Design" + "Name": "QueuePathEditor", + "Namespace": "System.Messaging.Design" }, { - "Name": "IDocumentProjectItem", - "Namespace": "System.Web.UI.Design" + "Name": "INetworkProgress", + "Namespace": "System.Net" }, { - "Name": "IFolderProjectItem", - "Namespace": "System.Web.UI.Design" + "Name": "NetworkProgressChangedEventArgs", + "Namespace": "System.Net" }, { - "Name": "IHierarchicalDataSourceDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "IUnsafeWebRequestCreate", + "Namespace": "System.Net" }, { - "Name": "IHtmlControlDesignerBehavior", - "Namespace": "System.Web.UI.Design" + "Name": "UiSynchronizationContext", + "Namespace": "System.Net" }, { - "Name": "ImageUrlEditor", - "Namespace": "System.Web.UI.Design" + "Name": "IPEndPointCollection", + "Namespace": "System.Net" }, { - "Name": "IProjectItem", - "Namespace": "System.Web.UI.Design" + "Name": "UdpAnySourceMulticastClient", + "Namespace": "System.Net.Sockets" }, { - "Name": "ITemplateEditingFrame", - "Namespace": "System.Web.UI.Design" + "Name": "UdpSingleSourceMulticastClient", + "Namespace": "System.Net.Sockets" }, { - "Name": "ITemplateEditingService", - "Namespace": "System.Web.UI.Design" + "Name": "HttpPolicyDownloaderProtocol", + "Namespace": "System.Net.Sockets" }, { - "Name": "IControlDesignerBehavior", - "Namespace": "System.Web.UI.Design" + "Name": "SecurityCriticalAction", + "Namespace": "System.Net.Sockets" }, { - "Name": "IWebAdministrationService", - "Namespace": "System.Web.UI.Design" + "Name": "SocketPolicy", + "Namespace": "System.Net.Sockets" }, { - "Name": "IWebApplication", - "Namespace": "System.Web.UI.Design" + "Name": "Cloud", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "IWebFormReferenceManager", - "Namespace": "System.Web.UI.Design" + "Name": "CloudCollection", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "IWebFormsBuilderUIService", - "Namespace": "System.Web.UI.Design" + "Name": "PeerName", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "IWebFormsDocumentService", - "Namespace": "System.Web.UI.Design" + "Name": "PeerNameRecord", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "MailFileEditor", - "Namespace": "System.Web.UI.Design" + "Name": "PeerNameRecordCollection", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "MdbDataFileEditor", - "Namespace": "System.Web.UI.Design" + "Name": "PeerNameRegistration", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "ReadWriteControlDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "ResolveProgressChangedEventArgs", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "ResourceExpressionEditor", - "Namespace": "System.Web.UI.Design" + "Name": "ResolveCompletedEventArgs", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "ResourceExpressionEditorSheet", - "Namespace": "System.Web.UI.Design" + "Name": "PeerNameResolver", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "RouteUrlExpressionEditor", - "Namespace": "System.Web.UI.Design" + "Name": "PeerNameType", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "RouteUrlExpressionEditorSheet", - "Namespace": "System.Web.UI.Design" + "Name": "PeerToPeerException", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "RouteValueExpressionEditor", - "Namespace": "System.Web.UI.Design" + "Name": "PnrpPermissionAttribute", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "RouteValueExpressionEditorSheet", - "Namespace": "System.Web.UI.Design" + "Name": "PnrpPermission", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "SkinIDTypeConverter", - "Namespace": "System.Web.UI.Design" + "Name": "PnrpScope", + "Namespace": "System.Net.PeerToPeer" }, { - "Name": "SupportsPreviewControlAttribute", - "Namespace": "System.Web.UI.Design" + "Name": "PeerPresenceStatus", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "TemplatedControlDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "PeerScope", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "TemplatedEditableDesignerRegion", - "Namespace": "System.Web.UI.Design" + "Name": "PeerApplicationRegistrationType", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "TemplateDefinition", - "Namespace": "System.Web.UI.Design" + "Name": "PeerInvitationResponseType", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "TemplateEditingService", - "Namespace": "System.Web.UI.Design" + "Name": "PeerChangeType", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "TemplateEditingVerb", - "Namespace": "System.Web.UI.Design" + "Name": "SubscriptionType", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "TemplateGroup", - "Namespace": "System.Web.UI.Design" + "Name": "CreateContactCompletedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "TemplateGroupCollection", - "Namespace": "System.Web.UI.Design" + "Name": "SubscriptionListChangedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "TemplateModeChangedEventArgs", - "Namespace": "System.Web.UI.Design" + "Name": "ContactManager", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "TextControlDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "ObjectChangedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "TextDataBindingHandler", - "Namespace": "System.Web.UI.Design" + "Name": "PresenceChangedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "TransactedChangeCallback", - "Namespace": "System.Web.UI.Design" + "Name": "SubscribeCompletedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "TypeSchema", - "Namespace": "System.Web.UI.Design" + "Name": "RefreshDataCompletedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "UrlBuilder", - "Namespace": "System.Web.UI.Design" + "Name": "InviteCompletedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "UrlBuilderOptions", - "Namespace": "System.Web.UI.Design" + "Name": "Peer", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "UrlEditor", - "Namespace": "System.Web.UI.Design" + "Name": "PeerApplication", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "UserControlDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "PeerApplicationCollection", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "UserControlFileEditor", - "Namespace": "System.Web.UI.Design" + "Name": "PeerApplicationLaunchInfo", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "ViewEvent", - "Namespace": "System.Web.UI.Design" + "Name": "PeerCollaboration", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "ViewEventArgs", - "Namespace": "System.Web.UI.Design" + "Name": "PeerCollaborationPermissionAttribute", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "ViewEventHandler", - "Namespace": "System.Web.UI.Design" + "Name": "PeerCollaborationPermission", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "ViewFlags", - "Namespace": "System.Web.UI.Design" + "Name": "ApplicationChangedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "ViewRendering", - "Namespace": "System.Web.UI.Design" + "Name": "PeerContact", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "WebControlToolboxItem", - "Namespace": "System.Web.UI.Design" + "Name": "PeerContactCollection", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "WebFormsDesignerActionService", - "Namespace": "System.Web.UI.Design" + "Name": "NameChangedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "WebFormsReferenceManager", - "Namespace": "System.Web.UI.Design" + "Name": "PeerEndPoint", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "WebFormsRootDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "PeerEndPointCollection", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "XmlDataFileEditor", - "Namespace": "System.Web.UI.Design" + "Name": "PeerInvitationResponse", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "XmlDocumentSchema", - "Namespace": "System.Web.UI.Design" + "Name": "PeerNearMeChangedEventArgs", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "XmlFileEditor", - "Namespace": "System.Web.UI.Design" + "Name": "PeerNearMe", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "XmlUrlEditor", - "Namespace": "System.Web.UI.Design" + "Name": "PeerNearMeCollection", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "XsdSchemaFileEditor", - "Namespace": "System.Web.UI.Design" + "Name": "PeerObject", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "XslTransformFileEditor", - "Namespace": "System.Web.UI.Design" + "Name": "PeerObjectCollection", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "XslUrlEditor", - "Namespace": "System.Web.UI.Design" + "Name": "PeerPresenceInfo", + "Namespace": "System.Net.PeerToPeer.Collaboration" }, { - "Name": "CalendarDataBindingHandler", - "Namespace": "System.Web.UI.Design" + "Name": "FormUrlEncodedContent", + "Namespace": "System.Net.Http" }, { - "Name": "HyperLinkDataBindingHandler", - "Namespace": "System.Web.UI.Design" + "Name": "MultipartContent", + "Namespace": "System.Net.Http" }, { - "Name": "AccessDataSourceDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "MultipartFormDataContent", + "Namespace": "System.Net.Http" }, { - "Name": "AdRotatorDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpClientHandler", + "Namespace": "System.Net.Http" }, { - "Name": "BaseDataBoundControlDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpCompletionOption", + "Namespace": "System.Net.Http" }, { - "Name": "BaseDataListComponentEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "ByteArrayContent", + "Namespace": "System.Net.Http" }, { - "Name": "BaseDataListDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "DelegatingHandler", + "Namespace": "System.Net.Http" }, { - "Name": "BaseValidatorDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpRequestException", + "Namespace": "System.Net.Http" }, { - "Name": "BulletedListDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpMessageHandler", + "Namespace": "System.Net.Http" }, { - "Name": "ButtonDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpMessageInvoker", + "Namespace": "System.Net.Http" }, { - "Name": "CalendarAutoFormatDialog", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpClient", + "Namespace": "System.Net.Http" }, { - "Name": "CalendarDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpContent", + "Namespace": "System.Net.Http" }, { - "Name": "ChangePasswordDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpMethod", + "Namespace": "System.Net.Http" }, { - "Name": "CheckBoxDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpRequestMessage", + "Namespace": "System.Net.Http" }, { - "Name": "DataGridColumnCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpResponseMessage", + "Namespace": "System.Net.Http" }, { - "Name": "CompositeControlDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "MessageProcessingHandler", + "Namespace": "System.Net.Http" }, { - "Name": "ContentDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "StreamContent", + "Namespace": "System.Net.Http" }, { - "Name": "ContentPlaceHolderDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "StringContent", + "Namespace": "System.Net.Http" }, { - "Name": "CreateUserWizardDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "ClientCertificateOption", + "Namespace": "System.Net.Http" }, { - "Name": "CreateUserWizardStepCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "AuthenticationHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "DataBoundControlDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "CacheControlHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "DataControlFieldDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "ContentDispositionHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "DataControlFieldTypeEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "ContentRangeHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "DataGridComponentEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "EntityTagHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "DataGridDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpContentHeaders", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "DataListComponentEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpHeaders", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "DataListDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpHeaderValueCollection`1", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "DataProviderNameConverter", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpRequestHeaders", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "DataSourceIDConverter", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HttpResponseHeaders", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "DetailsViewDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "MediaTypeHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "EmbeddedMailObjectCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "MediaTypeWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "FormViewDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "NameValueHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "GridViewDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "NameValueWithParametersHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "HiddenFieldDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "ProductHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "HierarchicalDataBoundControlDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "ProductInfoHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "HierarchicalDataSourceIDConverter", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "RangeConditionHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "HotSpotCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "RangeHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "HyperLinkDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "RangeItemHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "LabelDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "RetryConditionHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "LinkButtonDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "StringWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "ListControlDataBindingHandler", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "TransferCodingHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "ListControlDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "TransferCodingWithQualityHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "ListItemsCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "ViaHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "LiteralDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "WarningHeaderValue", + "Namespace": "System.Net.Http.Headers" }, { - "Name": "LoginDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "WebRequestHandler", + "Namespace": "System.Net.Http" }, { - "Name": "LoginNameDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "RtcRequestFactory", + "Namespace": "System.Net.Http" }, { - "Name": "LoginStatusDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "BigInteger", + "Namespace": "System.Numerics" }, { - "Name": "LoginViewDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "Complex", + "Namespace": "System.Numerics" }, { - "Name": "MailDefinitionBodyFileNameEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "Matrix3x2", + "Namespace": "System.Numerics" }, { - "Name": "MenuBindingsEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "Matrix4x4", + "Namespace": "System.Numerics" }, { - "Name": "MenuDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "Plane", + "Namespace": "System.Numerics" }, { - "Name": "MenuItemCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "Quaternion", + "Namespace": "System.Numerics" }, { - "Name": "MenuItemStyleCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "Vector2", + "Namespace": "System.Numerics" }, { - "Name": "MultiViewDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "Vector3", + "Namespace": "System.Numerics" }, { - "Name": "ObjectDataSourceDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "Vector4", + "Namespace": "System.Numerics" }, { - "Name": "ObjectDesignerDataSourceView", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "CustomReflectionContext", + "Namespace": "System.Reflection.Context" }, { - "Name": "PanelContainerDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "CacheEntryChangeMonitor", + "Namespace": "System.Runtime.Caching" }, { - "Name": "PanelDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "CacheItem", + "Namespace": "System.Runtime.Caching" }, { - "Name": "ParameterCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "CacheItemPolicy", + "Namespace": "System.Runtime.Caching" }, { - "Name": "ParameterEditorUserControl", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "CacheItemPriority", + "Namespace": "System.Runtime.Caching" }, { - "Name": "PasswordRecoveryDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "CacheEntryRemovedArguments", + "Namespace": "System.Runtime.Caching" }, { - "Name": "PreviewControlDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "CacheEntryRemovedCallback", + "Namespace": "System.Runtime.Caching" }, { - "Name": "RegexEditorDialog", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "CacheEntryRemovedReason", + "Namespace": "System.Runtime.Caching" }, { - "Name": "RegexTypeEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "CacheEntryUpdateArguments", + "Namespace": "System.Runtime.Caching" }, { - "Name": "RepeaterDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "CacheEntryUpdateCallback", + "Namespace": "System.Runtime.Caching" }, { - "Name": "RoleGroupCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "ChangeMonitor", + "Namespace": "System.Runtime.Caching" }, { - "Name": "SiteMapDataSourceDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "DefaultCacheCapabilities", + "Namespace": "System.Runtime.Caching" }, { - "Name": "SiteMapDesignerDataSourceView", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "FileChangeMonitor", + "Namespace": "System.Runtime.Caching" }, { - "Name": "SiteMapDesignerHierarchicalDataSourceView", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "HostFileChangeMonitor", + "Namespace": "System.Runtime.Caching" }, { - "Name": "SiteMapPathDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "MemoryCache", + "Namespace": "System.Runtime.Caching" }, { - "Name": "SqlDataSourceConnectionStringEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "ObjectCache", + "Namespace": "System.Runtime.Caching" }, { - "Name": "SqlDataSourceDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "OnChangedCallback", + "Namespace": "System.Runtime.Caching" }, { - "Name": "SqlDesignerDataSourceView", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "SqlChangeMonitor", + "Namespace": "System.Runtime.Caching" }, { - "Name": "StyleCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "IApplicationIdentifier", + "Namespace": "System.Runtime.Caching.Hosting" }, { - "Name": "SubMenuStyleCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "IFileChangeNotificationSystem", + "Namespace": "System.Runtime.Caching.Hosting" }, { - "Name": "SubstitutionDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "IMemoryCacheManager", + "Namespace": "System.Runtime.Caching.Hosting" }, { - "Name": "TableCellsCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "CachingSectionGroup", + "Namespace": "System.Runtime.Caching.Configuration" }, { - "Name": "TableDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "MemoryCacheElement", + "Namespace": "System.Runtime.Caching.Configuration" }, { - "Name": "TableRowsCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "MemoryCacheSection", + "Namespace": "System.Runtime.Caching.Configuration" }, { - "Name": "TreeNodeBindingDepthConverter", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "MemoryCacheSettingsCollection", + "Namespace": "System.Runtime.Caching.Configuration" }, { - "Name": "TreeNodeCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceCollisionException", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "TreeNodeStyleCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceCompleteException", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "TreeViewBindingsEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceHandle", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "TreeViewDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceHandleConflictException", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "ValidationSummaryDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceKey", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "ViewDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceKeyCollisionException", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "WizardDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceKeyCompleteException", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "WizardStepEditableRegion", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceKeyNotReadyException", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "WizardStepTemplatedEditableRegion", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceKeyState", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "WizardStepCollectionEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceKeyView", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "XmlDataSourceDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceLockedException", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "XmlDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceLockLostException", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "XmlDesignerDataSourceView", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceLockQueryResult", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "XmlDesignerHierarchicalDataSourceView", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "InstanceNotReadyException", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "CatalogPartDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstanceOwner", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "CatalogZoneDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstanceOwnerException", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "ConnectionsZoneDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstanceOwnerQueryResult", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "DeclarativeCatalogPartDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstancePersistenceCommand", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "EditorPartDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstancePersistenceCommandException", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "EditorZoneDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstancePersistenceContext", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "PageCatalogPartDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstancePersistenceEvent", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "PartDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstancePersistenceEvent`1", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "ProxyWebPartManagerDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstancePersistenceException", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "ToolZoneDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstanceState", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "WebPartDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstanceStore", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "WebPartManagerDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstanceStoreQueryResult", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "WebPartZoneBaseDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstanceValue", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "WebPartZoneDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstanceValueConsistency", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "WebZoneDesigner", - "Namespace": "System.Web.UI.Design.WebControls.WebParts" + "Name": "InstanceValueOptions", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "DirectiveAttribute", - "Namespace": "System.Web.UI.Design.Directives" + "Name": "InstanceView", + "Namespace": "System.Runtime.DurableInstancing" }, { - "Name": "DirectiveRegistry", - "Namespace": "System.Web.UI.Design.Directives" + "Name": "RemotingClientProxy", + "Namespace": "System.Runtime.Remoting.Services" }, { - "Name": "SchemaElementNameAttribute", - "Namespace": "System.Web.UI.Design.Directives" + "Name": "RemotingService", + "Namespace": "System.Runtime.Remoting.Services" }, { - "Name": "ArrayEditor", - "Namespace": "System.ComponentModel.Design" + "Name": "MetaData", + "Namespace": "System.Runtime.Remoting.MetadataServices" }, { - "Name": "BinaryEditor", - "Namespace": "System.ComponentModel.Design" + "Name": "ServiceType", + "Namespace": "System.Runtime.Remoting.MetadataServices" }, { - "Name": "ByteViewer", - "Namespace": "System.ComponentModel.Design" + "Name": "SdlChannelSinkProvider", + "Namespace": "System.Runtime.Remoting.MetadataServices" }, { - "Name": "CollectionEditor", - "Namespace": "System.ComponentModel.Design" + "Name": "SdlChannelSink", + "Namespace": "System.Runtime.Remoting.MetadataServices" }, { - "Name": "ComponentDesigner", - "Namespace": "System.ComponentModel.Design" + "Name": "SUDSParserException", + "Namespace": "System.Runtime.Remoting.MetadataServices" }, { - "Name": "DateTimeEditor", - "Namespace": "System.ComponentModel.Design" + "Name": "SUDSGeneratorException", + "Namespace": "System.Runtime.Remoting.MetadataServices" }, { - "Name": "DesignerActionHeaderItem", - "Namespace": "System.ComponentModel.Design" + "Name": "SdlType", + "Namespace": "System.Runtime.Remoting.MetadataServices" }, { - "Name": "DesignerActionItem", - "Namespace": "System.ComponentModel.Design" + "Name": "CommonTransportKeys", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "DesignerActionList", - "Namespace": "System.ComponentModel.Design" + "Name": "SocketCachePolicy", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "DesignerActionListCollection", - "Namespace": "System.ComponentModel.Design" + "Name": "IAuthorizeRemotingConnection", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "DesignerActionListsChangedEventArgs", - "Namespace": "System.ComponentModel.Design" + "Name": "BinaryClientFormatterSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "DesignerActionListsChangedEventHandler", - "Namespace": "System.ComponentModel.Design" + "Name": "BinaryClientFormatterSink", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "DesignerActionListsChangedType", - "Namespace": "System.ComponentModel.Design" + "Name": "BinaryServerFormatterSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "DesignerActionMethodItem", - "Namespace": "System.ComponentModel.Design" + "Name": "BinaryServerFormatterSink", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "DesignerActionPropertyItem", - "Namespace": "System.ComponentModel.Design" + "Name": "SoapClientFormatterSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "DesignerActionService", - "Namespace": "System.ComponentModel.Design" + "Name": "SoapClientFormatterSink", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "ComponentActionsType", - "Namespace": "System.ComponentModel.Design" + "Name": "SoapServerFormatterSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "DesignerActionTextItem", - "Namespace": "System.ComponentModel.Design" + "Name": "SoapServerFormatterSink", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "DesignerActionUIService", - "Namespace": "System.ComponentModel.Design" + "Name": "IpcChannel", + "Namespace": "System.Runtime.Remoting.Channels.Ipc" }, { - "Name": "DesignerActionUIStateChangeEventArgs", - "Namespace": "System.ComponentModel.Design" + "Name": "IpcServerChannel", + "Namespace": "System.Runtime.Remoting.Channels.Ipc" }, { - "Name": "DesignerActionUIStateChangeEventHandler", - "Namespace": "System.ComponentModel.Design" + "Name": "IpcClientChannel", + "Namespace": "System.Runtime.Remoting.Channels.Ipc" }, { - "Name": "DesignerActionUIStateChangeType", - "Namespace": "System.ComponentModel.Design" + "Name": "TcpChannel", + "Namespace": "System.Runtime.Remoting.Channels.Tcp" }, { - "Name": "DesignerCommandSet", - "Namespace": "System.ComponentModel.Design" + "Name": "TcpClientChannel", + "Namespace": "System.Runtime.Remoting.Channels.Tcp" }, { - "Name": "DisplayMode", - "Namespace": "System.ComponentModel.Design" + "Name": "TcpServerChannel", + "Namespace": "System.Runtime.Remoting.Channels.Tcp" }, { - "Name": "IComponentDesignerDebugService", - "Namespace": "System.ComponentModel.Design" + "Name": "HttpChannel", + "Namespace": "System.Runtime.Remoting.Channels.Http" }, { - "Name": "IComponentDesignerStateService", - "Namespace": "System.ComponentModel.Design" + "Name": "HttpClientChannel", + "Namespace": "System.Runtime.Remoting.Channels.Http" }, { - "Name": "IDesignTimeAssemblyLoader", - "Namespace": "System.ComponentModel.Design" + "Name": "HttpServerChannel", + "Namespace": "System.Runtime.Remoting.Channels.Http" }, { - "Name": "IMultitargetHelperService", - "Namespace": "System.ComponentModel.Design" + "Name": "HttpRemotingHandler", + "Namespace": "System.Runtime.Remoting.Channels.Http" }, { - "Name": "InheritanceService", - "Namespace": "System.ComponentModel.Design" + "Name": "HttpRemotingHandlerFactory", + "Namespace": "System.Runtime.Remoting.Channels.Http" }, { - "Name": "LocalizationExtenderProvider", - "Namespace": "System.ComponentModel.Design" + "Name": "IFragmentCapableXmlDictionaryWriter", + "Namespace": "System.Xml" }, { - "Name": "MenuCommandsChangedEventArgs", - "Namespace": "System.ComponentModel.Design" + "Name": "IStreamProvider", + "Namespace": "System.Xml" }, { - "Name": "MenuCommandsChangedEventHandler", - "Namespace": "System.ComponentModel.Design" + "Name": "IXmlDictionary", + "Namespace": "System.Xml" }, { - "Name": "MenuCommandsChangedType", - "Namespace": "System.ComponentModel.Design" + "Name": "XmlBinaryReaderSession", + "Namespace": "System.Xml" }, { - "Name": "MenuCommandService", - "Namespace": "System.ComponentModel.Design" + "Name": "IXmlBinaryWriterInitializer", + "Namespace": "System.Xml" }, { - "Name": "MultilineStringEditor", - "Namespace": "System.ComponentModel.Design" + "Name": "XmlBinaryWriterSession", + "Namespace": "System.Xml" }, { - "Name": "ObjectSelectorEditor", - "Namespace": "System.ComponentModel.Design" + "Name": "XmlDictionary", + "Namespace": "System.Xml" }, { - "Name": "ProjectTargetFrameworkAttribute", - "Namespace": "System.ComponentModel.Design" + "Name": "OnXmlDictionaryReaderClose", + "Namespace": "System.Xml" }, { - "Name": "DesignerActionItemCollection", - "Namespace": "System.ComponentModel.Design" + "Name": "XmlDictionaryReader", + "Namespace": "System.Xml" }, { - "Name": "ActiveDesignSurfaceChangedEventHandler", - "Namespace": "System.ComponentModel.Design" + "Name": "XmlDictionaryReaderQuotaTypes", + "Namespace": "System.Xml" }, { - "Name": "ActiveDesignSurfaceChangedEventArgs", - "Namespace": "System.ComponentModel.Design" + "Name": "XmlDictionaryReaderQuotas", + "Namespace": "System.Xml" }, { - "Name": "DesignSurface", - "Namespace": "System.ComponentModel.Design" + "Name": "XmlDictionaryString", + "Namespace": "System.Xml" }, { - "Name": "DesignSurfaceCollection", - "Namespace": "System.ComponentModel.Design" + "Name": "XmlDictionaryWriter", + "Namespace": "System.Xml" }, { - "Name": "DesignSurfaceEventHandler", - "Namespace": "System.ComponentModel.Design" + "Name": "IXmlTextWriterInitializer", + "Namespace": "System.Xml" }, { - "Name": "DesignSurfaceEventArgs", - "Namespace": "System.ComponentModel.Design" + "Name": "UniqueId", + "Namespace": "System.Xml" }, { - "Name": "DesignSurfaceManager", - "Namespace": "System.ComponentModel.Design" + "Name": "IXmlMtomReaderInitializer", + "Namespace": "System.Xml" }, { - "Name": "EventBindingService", - "Namespace": "System.ComponentModel.Design" + "Name": "IXmlMtomWriterInitializer", + "Namespace": "System.Xml" }, { - "Name": "ExceptionCollection", - "Namespace": "System.ComponentModel.Design" + "Name": "IXmlTextReaderInitializer", + "Namespace": "System.Xml" }, { - "Name": "LoadedEventHandler", - "Namespace": "System.ComponentModel.Design" + "Name": "IXmlBinaryReaderInitializer", + "Namespace": "System.Xml" }, { - "Name": "LoadedEventArgs", - "Namespace": "System.ComponentModel.Design" + "Name": "CollectionDataContractAttribute", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "UndoEngine", - "Namespace": "System.ComponentModel.Design" + "Name": "ContractNamespaceAttribute", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "CodeDomSerializer", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "DataContractAttribute", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "CodeDomSerializerBase", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "DataMemberAttribute", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "CodeDomSerializerException", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "EnumMemberAttribute", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "CollectionCodeDomSerializer", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "IExtensibleDataObject", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "ExpressionContext", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "KnownTypeAttribute", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "ICodeDomDesignerReload", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "ExtensionDataObject", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "MemberCodeDomSerializer", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "IgnoreDataMemberAttribute", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "RootContext", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "DataContractResolver", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "SerializeAbsoluteContext", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "DataContractSerializer", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "StatementContext", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "ISerializationSurrogateProvider", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "ObjectStatementCollection", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "DataContractSerializerExtensions", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "TypeCodeDomSerializer", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "DataContractSerializerSettings", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "BasicDesignerLoader", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "IDataContractSurrogate", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "CodeDomComponentSerializationService", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "InvalidDataContractException", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "CodeDomDesignerLoader", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "NetDataContractSerializer", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "CodeDomLocalizationModel", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "XmlObjectSerializer", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "CodeDomLocalizationProvider", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "XPathQueryGenerator", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "DesignerSerializationManager", - "Namespace": "System.ComponentModel.Design.Serialization" + "Name": "XsdDataContractExporter", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "DataSourceDescriptor", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "XsdDataContractImporter", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "DataSourceDescriptorCollection", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "DateTimeFormat", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "DataSourceGroup", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "EmitTypeInformation", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "DataSourceGroupCollection", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "XmlSerializableServices", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "DataSourceProviderService", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "ExportOptions", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "DesignerDataColumn", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "ImportOptions", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "DesignerDataConnection", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "DataContractJsonSerializer", + "Namespace": "System.Runtime.Serialization.Json" }, { - "Name": "DesignerDataParameter", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "DataContractJsonSerializerSettings", + "Namespace": "System.Runtime.Serialization.Json" }, { - "Name": "DesignerDataRelationship", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "IXmlJsonReaderInitializer", + "Namespace": "System.Runtime.Serialization.Json" }, { - "Name": "DesignerDataSchemaClass", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "IXmlJsonWriterInitializer", + "Namespace": "System.Runtime.Serialization.Json" }, { - "Name": "DesignerDataStoredProcedure", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "JsonReaderWriterFactory", + "Namespace": "System.Runtime.Serialization.Json" }, { - "Name": "DesignerDataTable", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "DeclaredTypeElement", + "Namespace": "System.Runtime.Serialization.Configuration" }, { - "Name": "DesignerDataTableBase", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "DeclaredTypeElementCollection", + "Namespace": "System.Runtime.Serialization.Configuration" }, { - "Name": "DesignerDataView", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "NetDataContractSerializerSection", + "Namespace": "System.Runtime.Serialization.Configuration" }, { - "Name": "IDataEnvironment", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "ParameterElement", + "Namespace": "System.Runtime.Serialization.Configuration" }, { - "Name": "IDesignerDataSchema", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "ParameterElementCollection", + "Namespace": "System.Runtime.Serialization.Configuration" }, { - "Name": "QueryBuilderMode", - "Namespace": "System.ComponentModel.Design.Data" + "Name": "DataContractSerializerSection", + "Namespace": "System.Runtime.Serialization.Configuration" }, { - "Name": "LogConverter", - "Namespace": "System.Diagnostics.Design" + "Name": "TypeElement", + "Namespace": "System.Runtime.Serialization.Configuration" }, { - "Name": "ProcessDesigner", - "Namespace": "System.Diagnostics.Design" + "Name": "SerializationSectionGroup", + "Namespace": "System.Runtime.Serialization.Configuration" }, { - "Name": "ProcessModuleDesigner", - "Namespace": "System.Diagnostics.Design" + "Name": "TypeElementCollection", + "Namespace": "System.Runtime.Serialization.Configuration" }, { - "Name": "ProcessThreadDesigner", - "Namespace": "System.Diagnostics.Design" + "Name": "SoapFormatter", + "Namespace": "System.Runtime.Serialization.Formatters.Soap" }, { - "Name": "TypedDataSetGeneratorException", - "Namespace": "System.Data.Design" + "Name": "Color", + "Namespace": "Windows.UI" }, { - "Name": "MethodSignatureGenerator", - "Namespace": "System.Data.Design" + "Name": "Point", + "Namespace": "Windows.Foundation" }, { - "Name": "ParameterGenerationOption", - "Namespace": "System.Data.Design" + "Name": "Rect", + "Namespace": "Windows.Foundation" }, { - "Name": "TypedDataSetGenerator", - "Namespace": "System.Data.Design" + "Name": "Size", + "Namespace": "Windows.Foundation" }, { - "Name": "TypedDataSetSchemaImporterExtension", - "Namespace": "System.Data.Design" + "Name": "WindowsRuntimeSystemExtensions", + "Namespace": "System" }, { - "Name": "TypedDataSetSchemaImporterExtensionFx35", - "Namespace": "System.Data.Design" + "Name": "AsyncInfo", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "AnchorEditor", - "Namespace": "System.Windows.Forms.Design" + "Name": "WindowsRuntimeBuffer", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "AxImporter", - "Namespace": "System.Windows.Forms.Design" + "Name": "WindowsRuntimeBufferExtensions", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "AxParameterData", - "Namespace": "System.Windows.Forms.Design" + "Name": "WindowsRuntimeStreamExtensions", + "Namespace": "System.IO" }, { - "Name": "AxWrapperGen", - "Namespace": "System.Windows.Forms.Design" + "Name": "WindowsRuntimeStorageExtensions", + "Namespace": "System.IO" }, { - "Name": "BorderSidesEditor", - "Namespace": "System.Windows.Forms.Design" + "Name": "CornerRadius", + "Namespace": "Windows.UI.Xaml" }, { - "Name": "ComponentTray", - "Namespace": "System.Windows.Forms.Design" + "Name": "DurationType", + "Namespace": "Windows.UI.Xaml" }, { - "Name": "ComponentDocumentDesigner", - "Namespace": "System.Windows.Forms.Design" + "Name": "Duration", + "Namespace": "Windows.UI.Xaml" }, { - "Name": "ControlDesigner", - "Namespace": "System.Windows.Forms.Design" + "Name": "GridUnitType", + "Namespace": "Windows.UI.Xaml" }, { - "Name": "DesignerOptions", - "Namespace": "System.Windows.Forms.Design" + "Name": "GridLength", + "Namespace": "Windows.UI.Xaml" }, { - "Name": "DockEditor", - "Namespace": "System.Windows.Forms.Design" + "Name": "Thickness", + "Namespace": "Windows.UI.Xaml" }, { - "Name": "DocumentDesigner", - "Namespace": "System.Windows.Forms.Design" + "Name": "LayoutCycleException", + "Namespace": "Windows.UI.Xaml" }, { - "Name": "EventHandlerService", - "Namespace": "System.Windows.Forms.Design" + "Name": "Matrix", + "Namespace": "Windows.UI.Xaml.Media" }, { - "Name": "FileNameEditor", - "Namespace": "System.Windows.Forms.Design" + "Name": "Matrix3D", + "Namespace": "Windows.UI.Xaml.Media.Media3D" }, { - "Name": "FolderNameEditor", - "Namespace": "System.Windows.Forms.Design" + "Name": "KeyTime", + "Namespace": "Windows.UI.Xaml.Media.Animation" }, { - "Name": "ThemedScrollbarMode", - "Namespace": "System.Windows.Forms.Design" + "Name": "RepeatBehaviorType", + "Namespace": "Windows.UI.Xaml.Media.Animation" }, { - "Name": "ThemedScrollbarWindow", - "Namespace": "System.Windows.Forms.Design" + "Name": "RepeatBehavior", + "Namespace": "Windows.UI.Xaml.Media.Animation" }, { - "Name": "IContainsThemedScrollbarWindows", - "Namespace": "System.Windows.Forms.Design" + "Name": "XamlParseException", + "Namespace": "Windows.UI.Xaml.Markup" }, { - "Name": "ImageListCodeDomSerializer", - "Namespace": "System.Windows.Forms.Design" + "Name": "GeneratorPosition", + "Namespace": "Windows.UI.Xaml.Controls.Primitives" }, { - "Name": "ImageListImageEditor", - "Namespace": "System.Windows.Forms.Design" + "Name": "ElementNotAvailableException", + "Namespace": "Windows.UI.Xaml.Automation" }, { - "Name": "IMenuEditorService", - "Namespace": "System.Windows.Forms.Design" + "Name": "ElementNotEnabledException", + "Namespace": "Windows.UI.Xaml.Automation" }, { - "Name": "MaskDescriptor", - "Namespace": "System.Windows.Forms.Design" + "Name": "DataProtectionPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "MenuCommands", - "Namespace": "System.Windows.Forms.Design" + "Name": "DataProtectionPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "ParentControlDesigner", - "Namespace": "System.Windows.Forms.Design" + "Name": "DataProtectionPermissionFlags", + "Namespace": "System.Security.Permissions" }, { - "Name": "ScrollableControlDesigner", - "Namespace": "System.Windows.Forms.Design" + "Name": "CryptographicAttributeObject", + "Namespace": "System.Security.Cryptography" }, { - "Name": "SelectionRules", - "Namespace": "System.Windows.Forms.Design" + "Name": "CryptographicAttributeObjectCollection", + "Namespace": "System.Security.Cryptography" }, { - "Name": "ShortcutKeysEditor", - "Namespace": "System.Windows.Forms.Design" + "Name": "CryptographicAttributeObjectEnumerator", + "Namespace": "System.Security.Cryptography" }, { - "Name": "WindowsFormsDesignerOptionService", - "Namespace": "System.Windows.Forms.Design" + "Name": "DataProtectionScope", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Adorner", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "MemoryProtectionScope", + "Namespace": "System.Security.Cryptography" }, { - "Name": "BehaviorServiceAdornerCollection", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "ProtectedData", + "Namespace": "System.Security.Cryptography" }, { - "Name": "BehaviorServiceAdornerCollectionEnumerator", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "ProtectedMemory", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Behavior", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "DataProtector", + "Namespace": "System.Security.Cryptography" }, { - "Name": "BehaviorDragDropEventArgs", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "DpapiDataProtector", + "Namespace": "System.Security.Cryptography" }, { - "Name": "BehaviorDragDropEventHandler", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "CipherData", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "BehaviorService", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "DataObject", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "ControlBodyGlyph", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "EncryptedData", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "ComponentGlyph", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "EncryptedKey", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "Glyph", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "ReferenceList", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "GlyphCollection", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "EncryptedReference", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "GlyphSelectionType", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "CipherReference", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "SnapLine", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "DataReference", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "SnapLinePriority", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "KeyReference", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "SnapLineType", - "Namespace": "System.Windows.Forms.Design.Behavior" + "Name": "EncryptedType", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "CivicAddress", - "Namespace": "System.Device.Location" + "Name": "EncryptionMethod", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "ICivicAddressResolver", - "Namespace": "System.Device.Location" + "Name": "EncryptionProperty", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "ResolveAddressCompletedEventArgs", - "Namespace": "System.Device.Location" + "Name": "EncryptionPropertyCollection", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "CivicAddressResolver", - "Namespace": "System.Device.Location" + "Name": "EncryptedXml", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "GeoPosition`1", - "Namespace": "System.Device.Location" + "Name": "KeyInfo", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "GeoCoordinate", - "Namespace": "System.Device.Location" + "Name": "KeyInfoClause", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "GeoPositionAccuracy", - "Namespace": "System.Device.Location" + "Name": "KeyInfoName", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "GeoPositionStatus", - "Namespace": "System.Device.Location" + "Name": "DSAKeyValue", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "GeoPositionPermission", - "Namespace": "System.Device.Location" + "Name": "RSAKeyValue", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "IGeoPositionWatcher`1", - "Namespace": "System.Device.Location" + "Name": "KeyInfoRetrievalMethod", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "GeoCoordinateWatcher", - "Namespace": "System.Device.Location" + "Name": "KeyInfoEncryptedKey", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "GeoPositionChangedEventArgs`1", - "Namespace": "System.Device.Location" + "Name": "X509IssuerSerial", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "GeoPositionStatusChangedEventArgs", - "Namespace": "System.Device.Location" + "Name": "KeyInfoX509Data", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "EventCounter", - "Namespace": "System.Diagnostics.Tracing" + "Name": "KeyInfoNode", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "ActiveDirectoryRights", - "Namespace": "System.DirectoryServices" + "Name": "Reference", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "ActiveDirectorySecurityInheritance", - "Namespace": "System.DirectoryServices" + "Name": "Signature", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "PropertyAccess", - "Namespace": "System.DirectoryServices" + "Name": "SignedInfo", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "ActiveDirectorySecurity", - "Namespace": "System.DirectoryServices" + "Name": "SignedXml", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "ActiveDirectoryAccessRule", - "Namespace": "System.DirectoryServices" + "Name": "TransformChain", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "ListChildrenAccessRule", - "Namespace": "System.DirectoryServices" + "Name": "Transform", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "CreateChildAccessRule", - "Namespace": "System.DirectoryServices" + "Name": "XmlDsigC14NTransform", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "DeleteChildAccessRule", - "Namespace": "System.DirectoryServices" + "Name": "XmlDsigC14NWithCommentsTransform", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "PropertyAccessRule", - "Namespace": "System.DirectoryServices" + "Name": "XmlDsigExcC14NTransform", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "PropertySetAccessRule", - "Namespace": "System.DirectoryServices" + "Name": "XmlDsigExcC14NWithCommentsTransform", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "ExtendedRightAccessRule", - "Namespace": "System.DirectoryServices" + "Name": "XmlDsigBase64Transform", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "DeleteTreeAccessRule", - "Namespace": "System.DirectoryServices" + "Name": "XmlDsigXPathTransform", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "ActiveDirectoryAuditRule", - "Namespace": "System.DirectoryServices" + "Name": "XmlDsigXsltTransform", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "AuthenticationTypes", - "Namespace": "System.DirectoryServices" + "Name": "XmlDsigEnvelopedSignatureTransform", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "DereferenceAlias", - "Namespace": "System.DirectoryServices" + "Name": "XmlDecryptionTransform", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "DSDescriptionAttribute", - "Namespace": "System.DirectoryServices" + "Name": "XmlLicenseTransform", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "DirectoryEntries", - "Namespace": "System.DirectoryServices" + "Name": "IRelDecryptor", + "Namespace": "System.Security.Cryptography.Xml" }, { - "Name": "DirectoryEntry", - "Namespace": "System.DirectoryServices" + "Name": "X509SelectionFlag", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "DirectoryEntryConfiguration", - "Namespace": "System.DirectoryServices" + "Name": "X509Certificate2UI", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "DirectorySearcher", - "Namespace": "System.DirectoryServices" + "Name": "EnvelopedCms", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "DirectoryServicesPermission", - "Namespace": "System.DirectoryServices" + "Name": "CmsRecipient", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "DirectoryServicesPermissionAccess", - "Namespace": "System.DirectoryServices" + "Name": "CmsRecipientCollection", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "DirectoryServicesPermissionAttribute", - "Namespace": "System.DirectoryServices" + "Name": "CmsRecipientEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "DirectoryServicesPermissionEntry", - "Namespace": "System.DirectoryServices" + "Name": "CmsSigner", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "DirectoryServicesPermissionEntryCollection", - "Namespace": "System.DirectoryServices" + "Name": "Pkcs9AttributeObject", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "DirectorySynchronization", - "Namespace": "System.DirectoryServices" + "Name": "Pkcs9SigningTime", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "DirectorySynchronizationOptions", - "Namespace": "System.DirectoryServices" + "Name": "Pkcs9DocumentName", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "DirectoryVirtualListView", - "Namespace": "System.DirectoryServices" + "Name": "Pkcs9DocumentDescription", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "DirectoryVirtualListViewContext", - "Namespace": "System.DirectoryServices" + "Name": "Pkcs9ContentType", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "ExtendedDN", - "Namespace": "System.DirectoryServices" + "Name": "Pkcs9MessageDigest", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "PasswordEncodingMethod", - "Namespace": "System.DirectoryServices" + "Name": "RecipientInfoType", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "PropertyCollection", - "Namespace": "System.DirectoryServices" + "Name": "RecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "PropertyValueCollection", - "Namespace": "System.DirectoryServices" + "Name": "KeyTransRecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "ReferralChasingOption", - "Namespace": "System.DirectoryServices" + "Name": "KeyAgreeRecipientInfo", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "ResultPropertyCollection", - "Namespace": "System.DirectoryServices" + "Name": "RecipientInfoCollection", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "ResultPropertyValueCollection", - "Namespace": "System.DirectoryServices" + "Name": "RecipientInfoEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "SchemaNameCollection", - "Namespace": "System.DirectoryServices" + "Name": "KeyAgreeKeyChoice", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "SearchResult", - "Namespace": "System.DirectoryServices" + "Name": "SubjectIdentifierType", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "SearchResultCollection", - "Namespace": "System.DirectoryServices" + "Name": "SubjectIdentifier", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "SearchScope", - "Namespace": "System.DirectoryServices" + "Name": "SubjectIdentifierOrKeyType", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "SecurityMasks", - "Namespace": "System.DirectoryServices" + "Name": "PublicKeyInfo", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "SortDirection", - "Namespace": "System.DirectoryServices" + "Name": "SubjectIdentifierOrKey", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "SortOption", - "Namespace": "System.DirectoryServices" + "Name": "AlgorithmIdentifier", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "DirectoryServicesCOMException", - "Namespace": "System.DirectoryServices" + "Name": "ContentInfo", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "ActiveDirectoryPartition", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "SignedCms", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "ActiveDirectoryReplicationMetadata", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "SignerInfo", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "HourOfDay", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "SignerInfoCollection", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "MinuteOfHour", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "SignerInfoEnumerator", + "Namespace": "System.Security.Cryptography.Pkcs" }, { - "Name": "ActiveDirectorySchedule", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "UriTemplate", + "Namespace": "System" }, { - "Name": "SchemaClassType", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "UriTemplateEquivalenceComparer", + "Namespace": "System" }, { - "Name": "PropertyTypes", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "UriTemplateMatchException", + "Namespace": "System" }, { - "Name": "ActiveDirectorySchema", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "UriTemplateMatch", + "Namespace": "System" }, { - "Name": "ActiveDirectorySchemaClass", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "UriTemplateTable", + "Namespace": "System" }, { - "Name": "ActiveDirectorySchemaClassCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "KeyedByTypeCollection`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "ActiveDirectorySchemaProperty", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "SynchronizedCollection`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "ActiveDirectorySchemaPropertyCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "SynchronizedKeyedCollection`2", + "Namespace": "System.Collections.Generic" }, { - "Name": "ActiveDirectorySiteOptions", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "SynchronizedReadOnlyCollection`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "ActiveDirectorySite", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "PipeException", + "Namespace": "System.IO" }, { - "Name": "ActiveDirectorySiteCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ActionNotSupportedException", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectorySiteLink", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "AddressAlreadyInUseException", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectorySiteLinkBridge", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "AddressAccessDeniedException", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectorySiteLinkCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ChannelTerminatedException", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectorySubnet", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "CommunicationException", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectorySubnetCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "CommunicationObjectAbortedException", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectorySyntax", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "CommunicationObjectFaultedException", + "Namespace": "System.ServiceModel" }, { - "Name": "AdamInstance", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "CommunicationState", + "Namespace": "System.ServiceModel" }, { - "Name": "AdamInstanceCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "EndpointNotFoundException", + "Namespace": "System.ServiceModel" }, { - "Name": "ApplicationPartition", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ICommunicationObject", + "Namespace": "System.ServiceModel" }, { - "Name": "ApplicationPartitionCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "IDefaultCommunicationTimeouts", + "Namespace": "System.ServiceModel" }, { - "Name": "AttributeMetadata", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ProtocolException", + "Namespace": "System.ServiceModel" }, { - "Name": "AttributeMetadataCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ServerTooBusyException", + "Namespace": "System.ServiceModel" }, { - "Name": "ConfigurationSet", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ServiceActivationException", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryContextType", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "HostNameComparisonMode", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryContext", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "TransferMode", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryServer", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "BasicHttpContextBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryServerCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "NetTcpContextBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "DomainMode", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "WSHttpContextBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "Domain", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "QuotaExceededException", + "Namespace": "System.ServiceModel" }, { - "Name": "DomainCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "AddressFilterMode", + "Namespace": "System.ServiceModel" }, { - "Name": "SyncFromAllServersOptions", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "XPathMessageQuery", + "Namespace": "System.ServiceModel" }, { - "Name": "SyncFromAllServersEvent", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "DeadLetterQueue", + "Namespace": "System.ServiceModel" }, { - "Name": "SyncFromAllServersErrorCategory", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MsmqAuthenticationMode", + "Namespace": "System.ServiceModel" }, { - "Name": "SyncUpdateCallback", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MsmqBindingBase", + "Namespace": "System.ServiceModel" }, { - "Name": "DomainController", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MsmqEncryptionAlgorithm", + "Namespace": "System.ServiceModel" }, { - "Name": "DomainControllerCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MsmqException", + "Namespace": "System.ServiceModel" }, { - "Name": "SyncFromAllServersErrorInformation", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MsmqSecureHashAlgorithm", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectoryObjectNotFoundException", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MsmqPoisonMessageException", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectoryOperationException", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "PoisonMessageException", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectoryServerDownException", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ReceiveErrorHandling", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectoryObjectExistsException", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "QueueTransferProtocol", + "Namespace": "System.ServiceModel" }, { - "Name": "SyncFromAllServersOperationException", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ReliableMessagingVersion", + "Namespace": "System.ServiceModel" }, { - "Name": "ForestTrustCollisionException", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "EndpointIdentity", + "Namespace": "System.ServiceModel" }, { - "Name": "ForestMode", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "SpnEndpointIdentity", + "Namespace": "System.ServiceModel" }, { - "Name": "Forest", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "UpnEndpointIdentity", + "Namespace": "System.ServiceModel" }, { - "Name": "ForestTrustRelationshipCollision", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "DnsEndpointIdentity", + "Namespace": "System.ServiceModel" }, { - "Name": "ForestTrustRelationshipCollisionCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "RsaEndpointIdentity", + "Namespace": "System.ServiceModel" }, { - "Name": "ForestTrustDomainInfoCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "X509CertificateEndpointIdentity", + "Namespace": "System.ServiceModel" }, { - "Name": "ForestTrustDomainStatus", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MessageSecurityVersion", + "Namespace": "System.ServiceModel" }, { - "Name": "ForestTrustDomainInformation", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ClientCredentialsSecurityTokenManager", + "Namespace": "System.ServiceModel" }, { - "Name": "ForestTrustRelationshipInformation", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ServiceAuthorizationManager", + "Namespace": "System.ServiceModel" }, { - "Name": "GlobalCatalog", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ServiceAuthenticationManager", + "Namespace": "System.ServiceModel" }, { - "Name": "GlobalCatalogCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ServiceSecurityContext", + "Namespace": "System.ServiceModel" }, { - "Name": "LocatorOptions", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "AuditLevel", + "Namespace": "System.ServiceModel" }, { - "Name": "ReadOnlyActiveDirectorySchemaClassCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "AuditLogLocation", + "Namespace": "System.ServiceModel" }, { - "Name": "ReadOnlyActiveDirectorySchemaPropertyCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "DeliveryRequirementsAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReadOnlyDirectoryServerCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "QueuedDeliveryRequirementsMode", + "Namespace": "System.ServiceModel" }, { - "Name": "ReadOnlySiteCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "CallbackBehaviorAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReadOnlySiteLinkBridgeCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "DataContractFormatAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReadOnlySiteLinkCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "FaultContractAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReadOnlyStringCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ImpersonationOption", + "Namespace": "System.ServiceModel" }, { - "Name": "NotificationStatus", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MessageBodyMemberAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationSpan", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MessageContractAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationConnection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MessageContractMemberAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationConnectionCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MessageHeaderArrayAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationCursor", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MessageHeaderAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationCursorCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MessageParameterAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationFailure", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "MessagePropertyAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationFailureCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "OperationBehaviorAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectoryTransportType", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "OperationContractAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationNeighbor", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ReceiveContextEnabledAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationNeighborCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ServiceBehaviorAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationOperation", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ServiceContractAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationOperationCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ServiceKnownTypeAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationOperationInformation", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "SessionMode", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectoryInterSiteTransport", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "XmlSerializerFormatAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectoryRole", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "CacheSetting", + "Namespace": "System.ServiceModel" }, { - "Name": "AdamRole", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ChannelFactory", + "Namespace": "System.ServiceModel" }, { - "Name": "ActiveDirectoryRoleCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ChannelFactory`1", + "Namespace": "System.ServiceModel" }, { - "Name": "AdamRoleCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ConcurrencyMode", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationSecurityLevel", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "DuplexChannelFactory`1", + "Namespace": "System.ServiceModel" }, { - "Name": "TopLevelNameStatus", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ExceptionDetail", + "Namespace": "System.ServiceModel" }, { - "Name": "TopLevelName", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "ExtensionCollection`1", + "Namespace": "System.ServiceModel" }, { - "Name": "TopLevelNameCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "IDuplexContextChannel", + "Namespace": "System.ServiceModel" }, { - "Name": "TrustType", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "IExtensibleObject`1", + "Namespace": "System.ServiceModel" }, { - "Name": "TrustDirection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "IExtension`1", + "Namespace": "System.ServiceModel" }, { - "Name": "TrustRelationshipInformation", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "IExtensionCollection`1", + "Namespace": "System.ServiceModel" }, { - "Name": "TrustRelationshipInformationCollection", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "InvalidMessageContractException", + "Namespace": "System.ServiceModel" }, { - "Name": "ReplicationOperationType", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "InstanceContextMode", + "Namespace": "System.ServiceModel" }, { - "Name": "ForestTrustCollisionType", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "IClientChannel", + "Namespace": "System.ServiceModel" }, { - "Name": "TopLevelNameCollisionOptions", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "IContextChannel", + "Namespace": "System.ServiceModel" }, { - "Name": "DomainCollisionOptions", - "Namespace": "System.DirectoryServices.ActiveDirectory" + "Name": "IServiceChannel", + "Namespace": "System.ServiceModel" }, { - "Name": "PrincipalSearcher", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "ReleaseInstanceMode", + "Namespace": "System.ServiceModel" }, { - "Name": "PrincipalContext", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "ServiceHostBase", + "Namespace": "System.ServiceModel" }, { - "Name": "Principal", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "ServiceHost", + "Namespace": "System.ServiceModel" }, { - "Name": "AuthenticablePrincipal", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "ServiceConfiguration", + "Namespace": "System.ServiceModel" }, { - "Name": "UserPrincipal", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "OperationFormatUse", + "Namespace": "System.ServiceModel" }, { - "Name": "ComputerPrincipal", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "OperationFormatStyle", + "Namespace": "System.ServiceModel" }, { - "Name": "GroupPrincipal", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "UriSchemeKeyedCollection", + "Namespace": "System.ServiceModel" }, { - "Name": "MatchType", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "DuplexClientBase`1", + "Namespace": "System.ServiceModel" }, { - "Name": "ContextType", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "FaultException", + "Namespace": "System.ServiceModel" }, { - "Name": "ContextOptions", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "FaultException`1", + "Namespace": "System.ServiceModel" }, { - "Name": "PrincipalCollection", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "MessageHeaderException", + "Namespace": "System.ServiceModel" }, { - "Name": "PrincipalValueCollection`1", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "OperationContext", + "Namespace": "System.ServiceModel" }, { - "Name": "PrincipalSearchResult`1", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "OperationContextScope", + "Namespace": "System.ServiceModel" }, { - "Name": "PrincipalException", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "ClientBase`1", + "Namespace": "System.ServiceModel" }, { - "Name": "MultipleMatchesException", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "InstanceContext", + "Namespace": "System.ServiceModel" }, { - "Name": "NoMatchingPrincipalException", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "FaultImportOptions", + "Namespace": "System.ServiceModel" }, { - "Name": "PasswordException", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "UnknownMessageReceivedEventArgs", + "Namespace": "System.ServiceModel" }, { - "Name": "PrincipalExistsException", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "MessageHeader`1", + "Namespace": "System.ServiceModel" }, { - "Name": "PrincipalServerDownException", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "EndpointAddress", + "Namespace": "System.ServiceModel" }, { - "Name": "PrincipalOperationException", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "EndpointAddressBuilder", + "Namespace": "System.ServiceModel" }, { - "Name": "IdentityType", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "EndpointAddress10", + "Namespace": "System.ServiceModel" }, { - "Name": "GroupScope", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "EndpointAddressAugust2004", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryPropertyAttribute", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "EnvelopeVersion", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryRdnPrefixAttribute", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "FaultCode", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryObjectClassAttribute", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "FaultReason", + "Namespace": "System.ServiceModel" }, { - "Name": "AdvancedFilters", - "Namespace": "System.DirectoryServices.AccountManagement" + "Name": "FaultReasonText", + "Namespace": "System.ServiceModel" }, { - "Name": "AuthType", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "HttpBindingBase", + "Namespace": "System.ServiceModel" }, { - "Name": "PartialResultProcessing", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "BasicHttpBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "BerConverter", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "BasicHttpsBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "DereferenceAlias", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "BasicHttpsSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryAttribute", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "BasicHttpsSecurityMode", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryAttributeModification", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "BasicHttpMessageCredentialType", + "Namespace": "System.ServiceModel" }, { - "Name": "SearchResultAttributeCollection", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "BasicHttpMessageSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryAttributeCollection", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "BasicHttpSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryAttributeModificationCollection", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "BasicHttpSecurityMode", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryAttributeOperation", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "FederatedMessageSecurityOverHttp", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryConnection", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "HttpClientCredentialType", + "Namespace": "System.ServiceModel" }, { - "Name": "ExtendedDNFlag", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "HttpProxyCredentialType", + "Namespace": "System.ServiceModel" }, { - "Name": "SecurityMasks", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "HttpTransportSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectorySynchronizationOptions", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "MessageCredentialType", + "Namespace": "System.ServiceModel" }, { - "Name": "SearchOption", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "MessageSecurityOverTcp", + "Namespace": "System.ServiceModel" }, { - "Name": "SortKey", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "MessageSecurityOverHttp", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "MessageSecurityOverMsmq", + "Namespace": "System.ServiceModel" }, { - "Name": "AsqRequestControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "MsmqTransportSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "AsqResponseControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NamedPipeTransportSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "CrossDomainMoveControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NetHttpBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "DomainScopeControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NetHttpMessageEncoding", + "Namespace": "System.ServiceModel" }, { - "Name": "ExtendedDNControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NetHttpsBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "LazyCommitControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NetMsmqBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryNotificationControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NetMsmqSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "PermissiveModifyControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NetMsmqSecurityMode", + "Namespace": "System.ServiceModel" }, { - "Name": "SecurityDescriptorFlagControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NetNamedPipeBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "SearchOptionsControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NetNamedPipeSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "ShowDeletedControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NetNamedPipeSecurityMode", + "Namespace": "System.ServiceModel" }, { - "Name": "TreeDeleteControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NetPeerTcpBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "VerifyNameControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NetTcpBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "DirSyncRequestControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NetTcpSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "DirSyncResponseControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "NonDualMessageSecurityOverHttp", + "Namespace": "System.ServiceModel" }, { - "Name": "PageResultRequestControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "SecurityMode", + "Namespace": "System.ServiceModel" }, { - "Name": "PageResultResponseControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "TcpClientCredentialType", + "Namespace": "System.ServiceModel" }, { - "Name": "SortRequestControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "TcpTransportSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "SortResponseControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "ReliableSession", + "Namespace": "System.ServiceModel" }, { - "Name": "VlvRequestControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "OptionalReliableSession", + "Namespace": "System.ServiceModel" }, { - "Name": "VlvResponseControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "WSMessageEncoding", + "Namespace": "System.ServiceModel" }, { - "Name": "QuotaControl", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "WSFederationHttpBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryControlCollection", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "WS2007FederationHttpBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryException", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "WSFederationHttpSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryOperationException", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "WSFederationHttpSecurityMode", + "Namespace": "System.ServiceModel" }, { - "Name": "BerConversionException", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "WSHttpBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryIdentifier", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "WS2007HttpBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryOperation", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "WSHttpBindingBase", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryRequest", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "WSDualHttpBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "DeleteRequest", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "WSDualHttpSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "AddRequest", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "WSDualHttpSecurityMode", + "Namespace": "System.ServiceModel" }, { - "Name": "ModifyRequest", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "WSHttpSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "CompareRequest", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "IOnlineStatus", + "Namespace": "System.ServiceModel" }, { - "Name": "ModifyDNRequest", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "PeerHopCountAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "ExtendedRequest", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "PeerMessageOrigination", + "Namespace": "System.ServiceModel" }, { - "Name": "SearchRequest", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "PeerMessagePropagation", + "Namespace": "System.ServiceModel" }, { - "Name": "DsmlAuthRequest", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "PeerMessagePropagationFilter", + "Namespace": "System.ServiceModel" }, { - "Name": "DirectoryResponse", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "PeerNode", + "Namespace": "System.ServiceModel" }, { - "Name": "DeleteResponse", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "PeerNodeAddress", + "Namespace": "System.ServiceModel" }, { - "Name": "AddResponse", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "PeerResolver", + "Namespace": "System.ServiceModel" }, { - "Name": "ModifyResponse", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "PeerSecuritySettings", + "Namespace": "System.ServiceModel" }, { - "Name": "ModifyDNResponse", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "PeerTransportCredentialType", + "Namespace": "System.ServiceModel" }, { - "Name": "CompareResponse", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "PeerTransportSecuritySettings", + "Namespace": "System.ServiceModel" }, { - "Name": "ExtendedResponse", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "TransactionFlowOption", + "Namespace": "System.ServiceModel" }, { - "Name": "SearchResponse", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "TransactionFlowAttribute", + "Namespace": "System.ServiceModel" }, { - "Name": "DsmlErrorResponse", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "TransactionProtocol", + "Namespace": "System.ServiceModel" }, { - "Name": "DsmlAuthResponse", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "ExceptionMapper", + "Namespace": "System.ServiceModel" }, { - "Name": "PartialResultsCollection", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "Atom10FeedFormatter", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "ReferralChasingOptions", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "Atom10FeedFormatter`1", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "ResultCode", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "Atom10ItemFormatter", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "SearchResultReference", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "Atom10ItemFormatter`1", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "SearchResultReferenceCollection", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "SyndicationCategory", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "SearchResultEntry", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "SyndicationContent", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "SearchResultEntryCollection", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "SyndicationElementExtensionCollection", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "SearchScope", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "SyndicationFeed", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "DsmlDirectoryIdentifier", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "SyndicationFeedFormatter", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "DsmlDocument", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "SyndicationItemFormatter", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "DsmlRequestDocument", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "SyndicationVersions", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "DsmlResponseDocument", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "SyndicationItem", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "DsmlDocumentProcessing", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "SyndicationLink", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "DsmlResponseOrder", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "SyndicationElementExtension", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "DsmlErrorProcessing", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "SyndicationPerson", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "ErrorResponseCategory", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "Rss20FeedFormatter", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "DsmlInvalidDocumentException", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "Rss20FeedFormatter`1", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "ErrorResponseException", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "Rss20ItemFormatter", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "DsmlSoapConnection", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "Rss20ItemFormatter`1", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "DsmlSoapHttpConnection", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "TextSyndicationContent", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "LdapConnection", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "TextSyndicationContentKind", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "LdapDirectoryIdentifier", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "UrlSyndicationContent", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "LdapException", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "XmlSyndicationContent", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "TlsOperationException", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "ServiceDocument", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "QueryForConnectionCallback", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "Workspace", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "NotifyOfNewConnectionCallback", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "ResourceCollectionInfo", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "DereferenceConnectionCallback", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "CategoriesDocument", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "QueryClientCertificateCallback", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "InlineCategoriesDocument", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "VerifyServerCertificateCallback", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "ReferencedCategoriesDocument", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "LocatorFlags", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "ServiceDocumentFormatter", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "SecurityProtocol", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "AtomPub10ServiceDocumentFormatter", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "SecurityPackageContextConnectionInformation", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "AtomPub10ServiceDocumentFormatter`1", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "ReferralCallback", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "CategoriesDocumentFormatter", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "LdapSessionOptions", - "Namespace": "System.DirectoryServices.Protocols" + "Name": "AtomPub10CategoriesDocumentFormatter", + "Namespace": "System.ServiceModel.Syndication" }, { - "Name": "Bitmap", - "Namespace": "System.Drawing" + "Name": "CustomPeerResolverService", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "BitmapSuffixInSameAssemblyAttribute", - "Namespace": "System.Drawing" + "Name": "IPeerResolverContract", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "BitmapSuffixInSatelliteAssemblyAttribute", - "Namespace": "System.Drawing" + "Name": "PeerCustomResolverSettings", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "Brush", - "Namespace": "System.Drawing" + "Name": "PeerReferralPolicy", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "Brushes", - "Namespace": "System.Drawing" + "Name": "PeerResolverMode", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "BufferedGraphics", - "Namespace": "System.Drawing" + "Name": "PeerResolverSettings", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "BufferedGraphicsContext", - "Namespace": "System.Drawing" + "Name": "ResolveInfo", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "BufferedGraphicsManager", - "Namespace": "System.Drawing" + "Name": "ResolveResponseInfo", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "Color", - "Namespace": "System.Drawing" + "Name": "RegisterInfo", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "ColorConverter", - "Namespace": "System.Drawing" + "Name": "RegisterResponseInfo", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "ContentAlignment", - "Namespace": "System.Drawing" + "Name": "UpdateInfo", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "CopyPixelOperation", - "Namespace": "System.Drawing" + "Name": "UnregisterInfo", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "FontConverter", - "Namespace": "System.Drawing" + "Name": "RefreshInfo", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "Graphics", - "Namespace": "System.Drawing" + "Name": "RefreshResponseInfo", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "Icon", - "Namespace": "System.Drawing" + "Name": "RefreshResult", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "IconConverter", - "Namespace": "System.Drawing" + "Name": "ServiceSettingsResponseInfo", + "Namespace": "System.ServiceModel.PeerResolvers" }, { - "Name": "Image", - "Namespace": "System.Drawing" + "Name": "DllHostInitializer", + "Namespace": "System.ServiceModel.ComIntegration" }, { - "Name": "ImageAnimator", - "Namespace": "System.Drawing" + "Name": "IChannelCredentials", + "Namespace": "System.ServiceModel.ComIntegration" }, { - "Name": "ImageConverter", - "Namespace": "System.Drawing" + "Name": "PersistStreamTypeWrapper", + "Namespace": "System.ServiceModel.ComIntegration" }, { - "Name": "KnownColor", - "Namespace": "System.Drawing" + "Name": "ServiceMoniker", + "Namespace": "System.ServiceModel.ComIntegration" }, { - "Name": "Pen", - "Namespace": "System.Drawing" + "Name": "WasHostedComPlusFactory", + "Namespace": "System.ServiceModel.ComIntegration" }, { - "Name": "Pens", - "Namespace": "System.Drawing" + "Name": "InfocardInteractiveChannelInitializer", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "Point", - "Namespace": "System.Drawing" + "Name": "BasicSecurityProfileVersion", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PointConverter", - "Namespace": "System.Drawing" + "Name": "SecureConversationVersion", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "Rectangle", - "Namespace": "System.Drawing" + "Name": "SecurityVersion", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "RectangleConverter", - "Namespace": "System.Drawing" + "Name": "WSSecurityTokenSerializer", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "Region", - "Namespace": "System.Drawing" + "Name": "SecurityPolicyVersion", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "RotateFlipType", - "Namespace": "System.Drawing" + "Name": "TrustVersion", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "Size", - "Namespace": "System.Drawing" + "Name": "NonceCache", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "SizeConverter", - "Namespace": "System.Drawing" + "Name": "SspiSecurityTokenProvider", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "SolidBrush", - "Namespace": "System.Drawing" + "Name": "SecurityTokenAttachmentMode", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "SystemBrushes", - "Namespace": "System.Drawing" + "Name": "SecurityTokenSpecification", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "SystemColors", - "Namespace": "System.Drawing" + "Name": "SupportingTokenSpecification", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "SystemFonts", - "Namespace": "System.Drawing" + "Name": "IdentityVerifier", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "SystemIcons", - "Namespace": "System.Drawing" + "Name": "ImpersonateOnSerializingReplyMessageProperty", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "SystemPens", - "Namespace": "System.Drawing" + "Name": "MessagePartSpecification", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "ToolboxBitmapAttribute", - "Namespace": "System.Drawing" + "Name": "MessageProtectionOrder", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "ColorTranslator", - "Namespace": "System.Drawing" + "Name": "MessageSecurityException", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "Font", - "Namespace": "System.Drawing" + "Name": "SecurityAccessDeniedException", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "FontFamily", - "Namespace": "System.Drawing" + "Name": "ExpiredSecurityTokenException", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "FontStyle", - "Namespace": "System.Drawing" + "Name": "SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "ImageFormatConverter", - "Namespace": "System.Drawing" + "Name": "Basic256SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PointF", - "Namespace": "System.Drawing" + "Name": "Basic192SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "RectangleF", - "Namespace": "System.Drawing" + "Name": "Basic128SecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "SizeF", - "Namespace": "System.Drawing" + "Name": "TripleDesSecurityAlgorithmSuite", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "SizeFConverter", - "Namespace": "System.Drawing" + "Name": "SecurityMessageProperty", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "StringAlignment", - "Namespace": "System.Drawing" + "Name": "ChannelProtectionRequirements", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "StringDigitSubstitute", - "Namespace": "System.Drawing" + "Name": "ScopedMessagePartSpecification", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "CharacterRange", - "Namespace": "System.Drawing" + "Name": "DataProtectionSecurityStateEncoder", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "StringFormat", - "Namespace": "System.Drawing" + "Name": "SecurityStateEncoder", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "StringFormatFlags", - "Namespace": "System.Drawing" + "Name": "SecurityKeyEntropyMode", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "StringTrimming", - "Namespace": "System.Drawing" + "Name": "SecurityNegotiationException", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "StringUnit", - "Namespace": "System.Drawing" + "Name": "ISecureConversationSession", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "TextureBrush", - "Namespace": "System.Drawing" + "Name": "ISecuritySession", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "GraphicsUnit", - "Namespace": "System.Drawing" + "Name": "SimpleSecurityTokenProvider", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "IDeviceContext", - "Namespace": "System.Drawing" + "Name": "SecurityCredentialsManager", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "StandardPrintController", - "Namespace": "System.Drawing.Printing" + "Name": "HttpDigestClientCredential", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "Duplex", - "Namespace": "System.Drawing.Printing" + "Name": "IEndpointIdentityProvider", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "InvalidPrinterException", - "Namespace": "System.Drawing.Printing" + "Name": "IssuedTokenClientCredential", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "Margins", - "Namespace": "System.Drawing.Printing" + "Name": "IssuedTokenServiceCredential", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "MarginsConverter", - "Namespace": "System.Drawing.Printing" + "Name": "SecureConversationServiceCredential", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PageSettings", - "Namespace": "System.Drawing.Printing" + "Name": "ServiceCredentialsSecurityTokenManager", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PaperKind", - "Namespace": "System.Drawing.Printing" + "Name": "UserNamePasswordClientCredential", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PaperSize", - "Namespace": "System.Drawing.Printing" + "Name": "UserNamePasswordServiceCredential", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PaperSource", - "Namespace": "System.Drawing.Printing" + "Name": "UserNamePasswordValidationMode", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PaperSourceKind", - "Namespace": "System.Drawing.Printing" + "Name": "WindowsClientCredential", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PreviewPageInfo", - "Namespace": "System.Drawing.Printing" + "Name": "WindowsServiceCredential", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PreviewPrintController", - "Namespace": "System.Drawing.Printing" + "Name": "X509CertificateInitiatorClientCredential", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrintAction", - "Namespace": "System.Drawing.Printing" + "Name": "X509CertificateRecipientClientCredential", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrintController", - "Namespace": "System.Drawing.Printing" + "Name": "X509CertificateInitiatorServiceCredential", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrintDocument", - "Namespace": "System.Drawing.Printing" + "Name": "X509CertificateRecipientServiceCredential", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrinterResolution", - "Namespace": "System.Drawing.Printing" + "Name": "X509ClientCertificateAuthentication", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrinterResolutionKind", - "Namespace": "System.Drawing.Printing" + "Name": "X509PeerCertificateAuthentication", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrinterSettings", - "Namespace": "System.Drawing.Printing" + "Name": "X509ServiceCertificateAuthentication", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrinterUnit", - "Namespace": "System.Drawing.Printing" + "Name": "PeerCredential", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrinterUnitConvert", - "Namespace": "System.Drawing.Printing" + "Name": "DispatchContext", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrintEventArgs", - "Namespace": "System.Drawing.Printing" + "Name": "IWSTrust13AsyncContract", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrintEventHandler", - "Namespace": "System.Drawing.Printing" + "Name": "IWSTrust13SyncContract", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrintingPermission", - "Namespace": "System.Drawing.Printing" + "Name": "IWSTrustChannelContract", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrintingPermissionAttribute", - "Namespace": "System.Drawing.Printing" + "Name": "IWSTrustContract", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrintingPermissionLevel", - "Namespace": "System.Drawing.Printing" + "Name": "IWSTrustFeb2005AsyncContract", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrintPageEventArgs", - "Namespace": "System.Drawing.Printing" + "Name": "IWSTrustFeb2005SyncContract", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrintPageEventHandler", - "Namespace": "System.Drawing.Printing" + "Name": "WSTrustChannel", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "PrintRange", - "Namespace": "System.Drawing.Printing" + "Name": "WSTrustChannelFactory", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "QueryPageSettingsEventArgs", - "Namespace": "System.Drawing.Printing" + "Name": "WSTrustRequestBodyWriter", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "QueryPageSettingsEventHandler", - "Namespace": "System.Drawing.Printing" + "Name": "WSTrustRequestProcessingErrorEventArgs", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "CategoryNameCollection", - "Namespace": "System.Drawing.Design" + "Name": "WSTrustResponseBodyWriter", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "IPropertyValueUIService", - "Namespace": "System.Drawing.Design" + "Name": "WSTrustServiceContract", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "IToolboxItemProvider", - "Namespace": "System.Drawing.Design" + "Name": "WSTrustServiceHost", + "Namespace": "System.ServiceModel.Security" }, { - "Name": "IToolboxService", - "Namespace": "System.Drawing.Design" + "Name": "ILogonTokenCacheManager", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "IToolboxUser", - "Namespace": "System.Drawing.Design" + "Name": "SecurityTokenReferenceStyle", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "PaintValueEventArgs", - "Namespace": "System.Drawing.Design" + "Name": "InitiatorServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "PropertyValueUIHandler", - "Namespace": "System.Drawing.Design" + "Name": "RecipientServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "PropertyValueUIItem", - "Namespace": "System.Drawing.Design" + "Name": "RsaSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "PropertyValueUIItemInvokeHandler", - "Namespace": "System.Drawing.Design" + "Name": "ServiceModelSecurityTokenTypes", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ToolboxComponentsCreatedEventArgs", - "Namespace": "System.Drawing.Design" + "Name": "ServiceModelSecurityTokenRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ToolboxComponentsCreatedEventHandler", - "Namespace": "System.Drawing.Design" + "Name": "SspiSecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ToolboxComponentsCreatingEventArgs", - "Namespace": "System.Drawing.Design" + "Name": "IssuedSecurityTokenHandler", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ToolboxComponentsCreatingEventHandler", - "Namespace": "System.Drawing.Design" + "Name": "RenewedSecurityTokenHandler", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ToolboxItem", - "Namespace": "System.Drawing.Design" + "Name": "IIssuanceSecurityTokenAuthenticator", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ToolboxItemCollection", - "Namespace": "System.Drawing.Design" + "Name": "ISecurityContextSecurityTokenCache", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ToolboxItemCreatorCallback", - "Namespace": "System.Drawing.Design" + "Name": "SecurityContextSecurityTokenResolver", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "UITypeEditor", - "Namespace": "System.Drawing.Design" + "Name": "SecurityContextSecurityToken", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "UITypeEditorEditStyle", - "Namespace": "System.Drawing.Design" + "Name": "SecurityContextSecurityTokenAuthenticator", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "SystemDrawingSection", - "Namespace": "System.Drawing.Configuration" + "Name": "IssuedSecurityTokenProvider", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "FontCollection", - "Namespace": "System.Drawing.Text" + "Name": "ClaimTypeRequirement", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "GenericFontFamilies", - "Namespace": "System.Drawing.Text" + "Name": "IssuedSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "HotkeyPrefix", - "Namespace": "System.Drawing.Text" + "Name": "KerberosSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "InstalledFontCollection", - "Namespace": "System.Drawing.Text" + "Name": "SecurityTokenInclusionMode", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "PrivateFontCollection", - "Namespace": "System.Drawing.Text" + "Name": "SecureConversationSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "TextRenderingHint", - "Namespace": "System.Drawing.Text" + "Name": "SecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "BitmapData", - "Namespace": "System.Drawing.Imaging" + "Name": "SslSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ColorAdjustType", - "Namespace": "System.Drawing.Imaging" + "Name": "SspiSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ColorChannelFlag", - "Namespace": "System.Drawing.Imaging" + "Name": "SupportingTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ColorMap", - "Namespace": "System.Drawing.Imaging" + "Name": "UserNameSecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ColorMapType", - "Namespace": "System.Drawing.Imaging" + "Name": "X509SecurityTokenParameters", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ColorMatrix", - "Namespace": "System.Drawing.Imaging" + "Name": "X509KeyIdentifierClauseType", + "Namespace": "System.ServiceModel.Security.Tokens" }, { - "Name": "ColorMatrixFlag", - "Namespace": "System.Drawing.Imaging" + "Name": "MsmqIntegrationBinding", + "Namespace": "System.ServiceModel.MsmqIntegration" }, { - "Name": "ColorMode", - "Namespace": "System.Drawing.Imaging" + "Name": "MsmqIntegrationBindingElement", + "Namespace": "System.ServiceModel.MsmqIntegration" }, { - "Name": "ColorPalette", - "Namespace": "System.Drawing.Imaging" + "Name": "MsmqIntegrationMessageProperty", + "Namespace": "System.ServiceModel.MsmqIntegration" }, { - "Name": "EmfPlusRecordType", - "Namespace": "System.Drawing.Imaging" + "Name": "MsmqIntegrationSecurity", + "Namespace": "System.ServiceModel.MsmqIntegration" }, { - "Name": "EmfType", - "Namespace": "System.Drawing.Imaging" + "Name": "MsmqIntegrationSecurityMode", + "Namespace": "System.ServiceModel.MsmqIntegration" }, { - "Name": "Encoder", - "Namespace": "System.Drawing.Imaging" + "Name": "MsmqMessage`1", + "Namespace": "System.ServiceModel.MsmqIntegration" }, { - "Name": "EncoderParameter", - "Namespace": "System.Drawing.Imaging" + "Name": "MsmqMessageSerializationFormat", + "Namespace": "System.ServiceModel.MsmqIntegration" }, { - "Name": "EncoderParameters", - "Namespace": "System.Drawing.Imaging" + "Name": "TransactedBatchingBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "EncoderParameterValueType", - "Namespace": "System.Drawing.Imaging" + "Name": "ClientCredentials", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "EncoderValue", - "Namespace": "System.Drawing.Imaging" + "Name": "PrincipalPermissionMode", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "FrameDimension", - "Namespace": "System.Drawing.Imaging" + "Name": "ServiceCredentials", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ImageAttributes", - "Namespace": "System.Drawing.Imaging" + "Name": "ServiceAuthorizationBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ImageCodecFlags", - "Namespace": "System.Drawing.Imaging" + "Name": "ServiceAuthenticationBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ImageCodecInfo", - "Namespace": "System.Drawing.Imaging" + "Name": "ServiceSecurityAuditBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ImageFlags", - "Namespace": "System.Drawing.Imaging" + "Name": "ContractDescription", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ImageFormat", - "Namespace": "System.Drawing.Imaging" + "Name": "FaultDescription", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ImageLockMode", - "Namespace": "System.Drawing.Imaging" + "Name": "FaultDescriptionCollection", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "Metafile", - "Namespace": "System.Drawing.Imaging" + "Name": "IContractBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "MetafileFrameUnit", - "Namespace": "System.Drawing.Imaging" + "Name": "IContractBehaviorAttribute", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "MetafileHeader", - "Namespace": "System.Drawing.Imaging" + "Name": "IOperationBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "MetafileType", - "Namespace": "System.Drawing.Imaging" + "Name": "IServiceBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "MetaHeader", - "Namespace": "System.Drawing.Imaging" + "Name": "MessageBodyDescription", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "PaletteFlags", - "Namespace": "System.Drawing.Imaging" + "Name": "MessageDescription", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "PixelFormat", - "Namespace": "System.Drawing.Imaging" + "Name": "MessageDescriptionCollection", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "PlayRecordCallback", - "Namespace": "System.Drawing.Imaging" + "Name": "MessageHeaderDescription", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "PropertyItem", - "Namespace": "System.Drawing.Imaging" + "Name": "MessageHeaderDescriptionCollection", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "WmfPlaceableFileHeader", - "Namespace": "System.Drawing.Imaging" + "Name": "MessagePartDescription", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "DashCap", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MessagePartDescriptionCollection", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "AdjustableArrowCap", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MessagePropertyDescription", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "Blend", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MessagePropertyDescriptionCollection", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ColorBlend", - "Namespace": "System.Drawing.Drawing2D" + "Name": "OperationDescription", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "CombineMode", - "Namespace": "System.Drawing.Drawing2D" + "Name": "OperationDescriptionCollection", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "CompositingMode", - "Namespace": "System.Drawing.Drawing2D" + "Name": "ServiceDescription", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "CompositingQuality", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MessageDirection", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "CoordinateSpace", - "Namespace": "System.Drawing.Drawing2D" + "Name": "ParameterXPathQueryGenerator", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "CustomLineCap", - "Namespace": "System.Drawing.Drawing2D" + "Name": "DataContractSerializerOperationBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "DashStyle", - "Namespace": "System.Drawing.Drawing2D" + "Name": "XmlSerializerOperationBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "FillMode", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MetadataResolver", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "FlushIntention", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MetadataExchangeClient", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "GraphicsContainer", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MetadataExchangeClientMode", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "GraphicsPath", - "Namespace": "System.Drawing.Drawing2D" + "Name": "IEndpointBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "GraphicsPathIterator", - "Namespace": "System.Drawing.Drawing2D" + "Name": "IMetadataExchange", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "GraphicsState", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MetadataSet", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "HatchBrush", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MetadataExchangeBindings", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "HatchStyle", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MetadataLocation", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "InterpolationMode", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MetadataReference", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "LinearGradientBrush", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MetadataSection", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "LinearGradientMode", - "Namespace": "System.Drawing.Drawing2D" + "Name": "ServiceMetadataEndpoint", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "LineCap", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MustUnderstandBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "LineJoin", - "Namespace": "System.Drawing.Drawing2D" + "Name": "ServiceEndpoint", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "Matrix", - "Namespace": "System.Drawing.Drawing2D" + "Name": "ServiceEndpointCollection", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "MatrixOrder", - "Namespace": "System.Drawing.Drawing2D" + "Name": "ServiceMetadataExtension", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "PathData", - "Namespace": "System.Drawing.Drawing2D" + "Name": "SynchronousReceiveBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "PathGradientBrush", - "Namespace": "System.Drawing.Drawing2D" + "Name": "DispatcherSynchronizationBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "PathPointType", - "Namespace": "System.Drawing.Drawing2D" + "Name": "ClientViaBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "PenAlignment", - "Namespace": "System.Drawing.Drawing2D" + "Name": "MetadataImporter", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "PenType", - "Namespace": "System.Drawing.Drawing2D" + "Name": "IOperationContractGenerationExtension", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "PixelOffsetMode", - "Namespace": "System.Drawing.Drawing2D" + "Name": "IPolicyExportExtension", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "QualityMode", - "Namespace": "System.Drawing.Drawing2D" + "Name": "IPolicyImportExtension", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "RegionData", - "Namespace": "System.Drawing.Drawing2D" + "Name": "IServiceContractGenerationExtension", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "SmoothingMode", - "Namespace": "System.Drawing.Drawing2D" + "Name": "IWsdlExportExtension", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "WarpMode", - "Namespace": "System.Drawing.Drawing2D" + "Name": "IWsdlImportExtension", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "WrapMode", - "Namespace": "System.Drawing.Drawing2D" + "Name": "DataContractSerializerMessageContractImporter", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "BitmapEditor", - "Namespace": "System.Drawing.Design" + "Name": "XmlSerializerMessageContractImporter", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ColorEditor", - "Namespace": "System.Drawing.Design" + "Name": "MetadataConversionError", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ContentAlignmentEditor", - "Namespace": "System.Drawing.Design" + "Name": "MetadataExporter", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "CursorEditor", - "Namespace": "System.Drawing.Design" + "Name": "OperationContractGenerationContext", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "FontEditor", - "Namespace": "System.Drawing.Design" + "Name": "PolicyAssertionCollection", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "FontNameEditor", - "Namespace": "System.Drawing.Design" + "Name": "PolicyConversionContext", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "IconEditor", - "Namespace": "System.Drawing.Design" + "Name": "MetadataImporterQuotas", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ImageEditor", - "Namespace": "System.Drawing.Design" + "Name": "PolicyVersion", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "MetafileEditor", - "Namespace": "System.Drawing.Design" + "Name": "ServiceContractGenerationContext", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ToolboxService", - "Namespace": "System.Drawing.Design" + "Name": "ServiceContractGenerationOptions", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ToolboxItemCreator", - "Namespace": "System.Drawing.Design" + "Name": "ServiceContractGenerator", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ToolboxItemContainer", - "Namespace": "System.Drawing.Design" + "Name": "ServiceMetadataContractBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "BinarySecretKeyIdentifierClause", - "Namespace": "System.ServiceModel.Security" + "Name": "WsdlContractConversionContext", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "KeyNameIdentifierClause", - "Namespace": "System.ServiceModel.Security" + "Name": "WsdlEndpointConversionContext", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "SecurityContextKeyIdentifierClause", - "Namespace": "System.ServiceModel.Security" + "Name": "WsdlExporter", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "X509CertificateValidationMode", - "Namespace": "System.ServiceModel.Security" + "Name": "WsdlImporter", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "BinarySecretSecurityToken", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "CallbackDebugBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "WrappedKeySecurityToken", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "ServiceDebugBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "AuthenticationInformation", - "Namespace": "System.Security.Claims" + "Name": "ServiceMetadataBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "AuthenticationTypes", - "Namespace": "System.Security.Claims" + "Name": "ServiceThrottlingBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "AuthorizationContext", - "Namespace": "System.Security.Claims" + "Name": "TypedMessageConverter", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ClaimsAuthenticationManager", - "Namespace": "System.Security.Claims" + "Name": "ListenUriMode", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ClaimsAuthorizationManager", - "Namespace": "System.Security.Claims" + "Name": "UseRequestHeadersForMetadataAddressBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ClaimProperties", - "Namespace": "System.Security.Claims" + "Name": "XPathMessageContextMarkupExtension", + "Namespace": "System.ServiceModel.XamlIntegration" }, { - "Name": "AsynchronousOperationException", - "Namespace": "System.IdentityModel" + "Name": "XPathMessageContextTypeConverter", + "Namespace": "System.ServiceModel.XamlIntegration" }, { - "Name": "AsyncResult", - "Namespace": "System.IdentityModel" + "Name": "ExceptionHandler", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "BadRequestException", - "Namespace": "System.IdentityModel" + "Name": "ActionMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "CookieTransform", - "Namespace": "System.IdentityModel" + "Name": "EndpointAddressMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "DeflateCookieTransform", - "Namespace": "System.IdentityModel" + "Name": "FilterInvalidBodyAccessException", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "DelegatingXmlDictionaryReader", - "Namespace": "System.IdentityModel" + "Name": "IMessageFilterTable`1", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "DelegatingXmlDictionaryWriter", - "Namespace": "System.IdentityModel" + "Name": "InvalidBodyAccessException", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "EnvelopedSignatureReader", - "Namespace": "System.IdentityModel" + "Name": "MatchAllMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "EnvelopedSignatureWriter", - "Namespace": "System.IdentityModel" + "Name": "MatchNoneMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "LimitExceededException", - "Namespace": "System.IdentityModel" + "Name": "MessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "OpenObject", - "Namespace": "System.IdentityModel" + "Name": "MessageFilterException", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "ProtectedDataCookieTransform", - "Namespace": "System.IdentityModel" + "Name": "MessageFilterTable`1", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "RequestException", - "Namespace": "System.IdentityModel" + "Name": "MessageQuery", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "RequestFailedException", - "Namespace": "System.IdentityModel" + "Name": "MessageQueryCollection", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "RsaEncryptionCookieTransform", - "Namespace": "System.IdentityModel" + "Name": "MessageQueryTable`1", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "RsaSignatureCookieTransform", - "Namespace": "System.IdentityModel" + "Name": "MultipleFilterMatchesException", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "Scope", - "Namespace": "System.IdentityModel" + "Name": "NavigatorInvalidBodyAccessException", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "SecurityMessageSerializationException", - "Namespace": "System.IdentityModel" + "Name": "XPathNavigatorException", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "SecurityTokenService", - "Namespace": "System.IdentityModel" + "Name": "PrefixEndpointAddressMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "SignatureVerificationFailedException", - "Namespace": "System.IdentityModel" + "Name": "SeekableXPathNavigator", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "TypedAsyncResult`1", - "Namespace": "System.IdentityModel" + "Name": "XPathResult", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "UnsupportedTokenTypeBadRequestException", - "Namespace": "System.IdentityModel" + "Name": "XPathMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "ApplicationServiceDescriptor", - "Namespace": "System.IdentityModel.Metadata" + "Name": "XPathMessageFilterTable`1", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "ContactPerson", - "Namespace": "System.IdentityModel.Metadata" + "Name": "XPathMessageQueryCollection", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "ContactType", - "Namespace": "System.IdentityModel.Metadata" + "Name": "XPathMessageContext", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "DisplayClaim", - "Namespace": "System.IdentityModel.Metadata" + "Name": "DispatchRuntime", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "EncryptionMethod", - "Namespace": "System.IdentityModel.Metadata" + "Name": "ClientRuntimeCompatBase", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "EntitiesDescriptor", - "Namespace": "System.IdentityModel.Metadata" + "Name": "ClientRuntime", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "EntityDescriptor", - "Namespace": "System.IdentityModel.Metadata" + "Name": "ChannelDispatcher", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "EntityId", - "Namespace": "System.IdentityModel.Metadata" + "Name": "ChannelDispatcherCollection", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "IdentityProviderSingleSignOnDescriptor", - "Namespace": "System.IdentityModel.Metadata" + "Name": "DispatchOperation", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "IndexedProtocolEndpoint", - "Namespace": "System.IdentityModel.Metadata" + "Name": "EndpointDispatcher", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "IndexedProtocolEndpointDictionary", - "Namespace": "System.IdentityModel.Metadata" + "Name": "FaultContractInfo", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "KeyDescriptor", - "Namespace": "System.IdentityModel.Metadata" + "Name": "ICallContextInitializer", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "KeyType", - "Namespace": "System.IdentityModel.Metadata" + "Name": "ChannelDispatcherBase", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "LocalizedEntry", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IChannelInitializer", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "LocalizedEntryCollection`1", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IDispatchOperationSelector", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "LocalizedName", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IErrorHandler", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "LocalizedUri", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IInputSessionShutdown", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "MetadataBase", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IInstanceProvider", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "MetadataSerializationException", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IOperationInvoker", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "MetadataSerializer", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IParameterInspector", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "Organization", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IClientMessageFormatter", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "ProtocolEndpoint", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IClientMessageInspector", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "RoleDescriptor", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IClientOperationSelector", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "SecurityTokenServiceDescriptor", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IInstanceContextProvider", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "ServiceProviderSingleSignOnDescriptor", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IInstanceContextInitializer", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "SingleSignOnDescriptor", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IDispatchMessageFormatter", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "WebServiceDescriptor", - "Namespace": "System.IdentityModel.Metadata" + "Name": "IDispatchMessageInspector", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "AggregateTokenResolver", - "Namespace": "System.IdentityModel.Tokens" + "Name": "IInteractiveChannelInitializer", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "AsymmetricProofDescriptor", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ClientOperationCompatBase", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "AudienceRestriction", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ClientOperation", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "AudienceUriValidationFailedException", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ServiceThrottle", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "AuthenticationContext", - "Namespace": "System.IdentityModel.Tokens" + "Name": "InstanceContextIdleCallback", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "AuthenticationMethods", - "Namespace": "System.IdentityModel.Tokens" + "Name": "AspNetCompatibilityRequirementsAttribute", + "Namespace": "System.ServiceModel.Activation" }, { - "Name": "AsymmetricSecurityKey", - "Namespace": "System.IdentityModel.Tokens" + "Name": "AspNetCompatibilityRequirementsMode", + "Namespace": "System.ServiceModel.Activation" }, { - "Name": "BinaryKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ServiceHostFactoryBase", + "Namespace": "System.ServiceModel.Activation" }, { - "Name": "BootstrapContext", - "Namespace": "System.IdentityModel.Tokens" + "Name": "VirtualPathExtension", + "Namespace": "System.ServiceModel.Activation" }, { - "Name": "ComputedKeyAlgorithms", - "Namespace": "System.IdentityModel.Tokens" + "Name": "DiagnosticSection", + "Namespace": "System.ServiceModel.Activation.Configuration" }, { - "Name": "ConfigurationBasedIssuerNameRegistry", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NetPipeSection", + "Namespace": "System.ServiceModel.Activation.Configuration" }, { - "Name": "EmptySecurityKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NetTcpSection", + "Namespace": "System.ServiceModel.Activation.Configuration" }, { - "Name": "EncryptedKeyEncryptingCredentials", - "Namespace": "System.IdentityModel.Tokens" + "Name": "SecurityIdentifierElement", + "Namespace": "System.ServiceModel.Activation.Configuration" }, { - "Name": "EncryptedKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ServiceModelActivationSectionGroup", + "Namespace": "System.ServiceModel.Activation.Configuration" }, { - "Name": "EncryptedSecurityToken", - "Namespace": "System.IdentityModel.Tokens" + "Name": "SecurityIdentifierElementCollection", + "Namespace": "System.ServiceModel.Activation.Configuration" }, { - "Name": "EncryptedSecurityTokenHandler", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ContextBindingElementExtensionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "EncryptedTokenDecryptionFailedException", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NetTcpContextBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "EncryptingCredentials", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NetTcpContextBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "GenericXmlSecurityKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "WSHttpContextBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "GenericXmlSecurityToken", - "Namespace": "System.IdentityModel.Tokens" + "Name": "WSHttpContextBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "IssuerNameRegistry", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BasicHttpContextBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "IssuerTokenResolver", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BasicHttpContextBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "KerberosReceiverSecurityToken", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ApplicationContainerSettingsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "KerberosRequestorSecurityToken", - "Namespace": "System.IdentityModel.Tokens" + "Name": "AllowedAudienceUriElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "KerberosSecurityTokenHandler", - "Namespace": "System.IdentityModel.Tokens" + "Name": "AllowedAudienceUriElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "KerberosTicketHashKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "AddressHeaderCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "LocalIdKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ServiceAuthenticationElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ProofDescriptor", - "Namespace": "System.IdentityModel.Tokens" + "Name": "AuthorizationPolicyTypeElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RsaKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "AuthorizationPolicyTypeElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RsaSecurityKey", - "Namespace": "System.IdentityModel.Tokens" + "Name": "AuthenticationMode", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RsaSecurityToken", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BaseAddressElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RsaSecurityTokenHandler", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BaseAddressElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2Action", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BaseAddressPrefixFilterElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2Advice", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BaseAddressPrefixFilterElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2Assertion", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BasicHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2AssertionKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BasicHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2Attribute", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BasicHttpMessageSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2AttributeStatement", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BasicHttpSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2AudienceRestriction", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BasicHttpsBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2AuthenticationContext", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BasicHttpsBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2AuthenticationStatement", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BasicHttpsSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2AuthorizationDecisionStatement", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BehaviorExtensionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2Conditions", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BehaviorsSection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2Evidence", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BinaryMessageEncodingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2Id", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BindingElementExtensionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2NameIdentifier", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2ProxyRestriction", - "Namespace": "System.IdentityModel.Tokens" + "Name": "BindingsSection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2SecurityKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "CertificateElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2SecurityToken", - "Namespace": "System.IdentityModel.Tokens" + "Name": "CertificateReferenceElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2SecurityTokenHandler", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ChannelEndpointElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2Statement", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ChannelEndpointElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2Subject", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ChannelPoolSettingsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2SubjectConfirmation", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ClientViaElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2SubjectConfirmationData", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ClaimTypeElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Saml2SubjectLocality", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ClaimTypeElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlAccessDecision", - "Namespace": "System.IdentityModel.Tokens" + "Name": "CallbackDebugElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlAction", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ClientSection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlAdvice", - "Namespace": "System.IdentityModel.Tokens" + "Name": "CallbackTimeoutsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlAssertion", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ClearBehaviorElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlAssertionKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ClientCredentialsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlAttribute", - "Namespace": "System.IdentityModel.Tokens" + "Name": "CommonBehaviorsSection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlAttributeStatement", - "Namespace": "System.IdentityModel.Tokens" + "Name": "CommonEndpointBehaviorElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlAudienceRestrictionCondition", - "Namespace": "System.IdentityModel.Tokens" + "Name": "CommonServiceBehaviorElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlAuthenticationClaimResource", - "Namespace": "System.IdentityModel.Tokens" + "Name": "CompositeDuplexElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlAuthenticationStatement", - "Namespace": "System.IdentityModel.Tokens" + "Name": "ConnectionOrientedTransportElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlAuthorityBinding", - "Namespace": "System.IdentityModel.Tokens" + "Name": "CustomBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlAuthorizationDecisionClaimResource", - "Namespace": "System.IdentityModel.Tokens" + "Name": "CustomBindingElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlAuthorizationDecisionStatement", - "Namespace": "System.IdentityModel.Tokens" + "Name": "CustomBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlCondition", - "Namespace": "System.IdentityModel.Tokens" + "Name": "OneWayElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlConditions", - "Namespace": "System.IdentityModel.Tokens" + "Name": "DefaultPortElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlConstants", - "Namespace": "System.IdentityModel.Tokens" + "Name": "DefaultPortElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlDoNotCacheCondition", - "Namespace": "System.IdentityModel.Tokens" + "Name": "DelegatingHandlerElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlEvidence", - "Namespace": "System.IdentityModel.Tokens" + "Name": "DelegatingHandlerElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlNameIdentifierClaimResource", - "Namespace": "System.IdentityModel.Tokens" + "Name": "DiagnosticSection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlSecurityKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "DnsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlSecurityToken", - "Namespace": "System.IdentityModel.Tokens" + "Name": "EndpointAddressElementBase", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlSecurityTokenHandler", - "Namespace": "System.IdentityModel.Tokens" + "Name": "EndpointBehaviorElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlSecurityTokenRequirement", - "Namespace": "System.IdentityModel.Tokens" + "Name": "EndpointBehaviorElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlSerializer", - "Namespace": "System.IdentityModel.Tokens" + "Name": "EndpointCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlStatement", - "Namespace": "System.IdentityModel.Tokens" + "Name": "EndToEndTracingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlSubject", - "Namespace": "System.IdentityModel.Tokens" + "Name": "FederatedMessageSecurityOverHttpElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlSubjectStatement", - "Namespace": "System.IdentityModel.Tokens" + "Name": "HostElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityAlgorithms", - "Namespace": "System.IdentityModel.Tokens" + "Name": "HostTimeoutsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityKey", - "Namespace": "System.IdentityModel.Tokens" + "Name": "HttpBindingBaseElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityKeyElement", - "Namespace": "System.IdentityModel.Tokens" + "Name": "HttpDigestClientElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityKeyIdentifier", - "Namespace": "System.IdentityModel.Tokens" + "Name": "HttpMessageHandlerFactoryElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MexBindingBindingCollectionElement`2", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityKeyIdentifierClauseSerializer", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MexBindingElement`1", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityKeyType", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MexHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityKeyUsage", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MexHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityToken", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MexHttpsBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenDescriptor", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MexHttpsBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenElement", - "Namespace": "System.IdentityModel.Tokens" + "Name": "HttpsTransportElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenException", - "Namespace": "System.IdentityModel.Tokens" + "Name": "HttpTransportElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenExpiredException", - "Namespace": "System.IdentityModel.Tokens" + "Name": "HttpTransportSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenNotYetValidException", - "Namespace": "System.IdentityModel.Tokens" + "Name": "IBindingConfigurationElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenReplayDetectedException", - "Namespace": "System.IdentityModel.Tokens" + "Name": "IdentityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenTypes", - "Namespace": "System.IdentityModel.Tokens" + "Name": "IssuedTokenClientElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SigningCredentials", - "Namespace": "System.IdentityModel.Tokens" + "Name": "IssuedTokenServiceElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenHandler", - "Namespace": "System.IdentityModel.Tokens" + "Name": "IssuedTokenClientBehaviorsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenHandlerCollection", - "Namespace": "System.IdentityModel.Tokens" + "Name": "IssuedTokenClientBehaviorsElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenHandlerCollectionManager", - "Namespace": "System.IdentityModel.Tokens" + "Name": "IssuedTokenParametersElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenHandlerConfiguration", - "Namespace": "System.IdentityModel.Tokens" + "Name": "IssuedTokenParametersEndpointAddressElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenValidationException", - "Namespace": "System.IdentityModel.Tokens" + "Name": "LocalClientSecuritySettingsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SessionSecurityToken", - "Namespace": "System.IdentityModel.Tokens" + "Name": "LocalServiceSecuritySettingsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SessionSecurityTokenCache", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MetadataElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SessionSecurityTokenCacheKey", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MessageLoggingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SessionSecurityTokenHandler", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MessageSecurityOverHttpElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "InMemorySymmetricSecurityKey", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MessageSecurityOverMsmqElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SymmetricProofDescriptor", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MessageSecurityOverTcpElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SymmetricSecurityKey", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MsmqBindingElementBase", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "TokenReplayCache", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MsmqIntegrationBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "UserNameSecurityToken", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MsmqIntegrationBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "UserNameSecurityTokenHandler", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MsmqIntegrationElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WindowsSecurityToken", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MsmqIntegrationSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WindowsUserNameSecurityTokenHandler", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MsmqElementBase", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509AsymmetricSecurityKey", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MsmqTransportElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509CertificateStoreTokenResolver", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MsmqTransportSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509DataSecurityKeyIdentifierClauseSerializer", - "Namespace": "System.IdentityModel.Tokens" + "Name": "MtomMessageEncodingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509EncryptingCredentials", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NamedPipeConnectionPoolSettingsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509IssuerSerialKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NamedPipeSettingsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509NTAuthChainTrustValidator", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NamedPipeTransportElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509RawDataKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NamedPipeTransportSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509SecurityToken", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NamedServiceModelExtensionCollectionElement`1", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509SecurityTokenHandler", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NonDualMessageSecurityOverHttpElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509SigningCredentials", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NetHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509SubjectKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NetHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509ThumbprintKeyIdentifierClause", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NetHttpsBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509WindowsSecurityToken", - "Namespace": "System.IdentityModel.Tokens" + "Name": "NetHttpsBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "AudienceUriMode", - "Namespace": "System.IdentityModel.Selectors" + "Name": "NetHttpWebSocketTransportSettingsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "AudienceUriModeValidationHelper", - "Namespace": "System.IdentityModel.Selectors" + "Name": "WebSocketTransportSettingsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "CustomUserNameSecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" + "Name": "NetPeerTcpBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "KerberosSecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" + "Name": "NetPeerTcpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "KerberosSecurityTokenProvider", - "Namespace": "System.IdentityModel.Selectors" + "Name": "NetNamedPipeBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RsaSecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" + "Name": "NetNamedPipeBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SamlSecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" + "Name": "MexNamedPipeBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" + "Name": "MexNamedPipeBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenManager", - "Namespace": "System.IdentityModel.Selectors" + "Name": "ServiceMetadataEndpointElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenProvider", - "Namespace": "System.IdentityModel.Selectors" + "Name": "ServiceMetadataEndpointCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenRequirement", - "Namespace": "System.IdentityModel.Selectors" + "Name": "NetNamedPipeSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenResolver", - "Namespace": "System.IdentityModel.Selectors" + "Name": "NetMsmqBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenSerializer", - "Namespace": "System.IdentityModel.Selectors" + "Name": "NetMsmqBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenVersion", - "Namespace": "System.IdentityModel.Selectors" + "Name": "NetMsmqSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "UserNamePasswordValidator", - "Namespace": "System.IdentityModel.Selectors" + "Name": "NetTcpBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "UserNameSecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" + "Name": "NetTcpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "UserNameSecurityTokenProvider", - "Namespace": "System.IdentityModel.Selectors" + "Name": "MexTcpBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WindowsSecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" + "Name": "MexTcpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WindowsUserNameSecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" + "Name": "NetTcpSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509CertificateValidator", - "Namespace": "System.IdentityModel.Selectors" + "Name": "StandardBindingOptionalReliableSessionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509SecurityTokenAuthenticator", - "Namespace": "System.IdentityModel.Selectors" + "Name": "PeerCredentialElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509SecurityTokenProvider", - "Namespace": "System.IdentityModel.Selectors" + "Name": "PeerCustomResolverElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "AuthorizationContext", - "Namespace": "System.IdentityModel.Policy" + "Name": "PeerResolverElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "EvaluationContext", - "Namespace": "System.IdentityModel.Policy" + "Name": "PeerSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "IAuthorizationComponent", - "Namespace": "System.IdentityModel.Policy" + "Name": "PeerTransportElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "IAuthorizationPolicy", - "Namespace": "System.IdentityModel.Policy" + "Name": "PeerTransportSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "AudienceUriElement", - "Namespace": "System.IdentityModel.Configuration" + "Name": "PnrpPeerResolverElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "AudienceUriElementCollection", - "Namespace": "System.IdentityModel.Configuration" + "Name": "PolicyImporterElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ConfigurationElementInterceptor", - "Namespace": "System.IdentityModel.Configuration" + "Name": "PolicyImporterElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "CustomTypeElement", - "Namespace": "System.IdentityModel.Configuration" + "Name": "PrivacyNoticeElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ICustomIdentityConfiguration", - "Namespace": "System.IdentityModel.Configuration" + "Name": "StandardBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "IdentityConfiguration", - "Namespace": "System.IdentityModel.Configuration" + "Name": "WSHttpBindingBaseElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "IdentityConfigurationElement", - "Namespace": "System.IdentityModel.Configuration" + "Name": "WSHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "IdentityConfigurationElementCollection", - "Namespace": "System.IdentityModel.Configuration" + "Name": "StandardBindingCollectionElement`2", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "IdentityModelCaches", - "Namespace": "System.IdentityModel.Configuration" + "Name": "TransportElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "IdentityModelCachesElement", - "Namespace": "System.IdentityModel.Configuration" + "Name": "StandardEndpointElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "IssuerNameRegistryElement", - "Namespace": "System.IdentityModel.Configuration" + "Name": "StandardEndpointCollectionElement`2", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509CertificateValidationElement", - "Namespace": "System.IdentityModel.Configuration" + "Name": "StandardBindingReliableSessionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenHandlerConfigurationElement", - "Namespace": "System.IdentityModel.Configuration" + "Name": "RsaElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenHandlerElementCollection", - "Namespace": "System.IdentityModel.Configuration" + "Name": "ReliableSessionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "TokenReplayDetectionElement", - "Namespace": "System.IdentityModel.Configuration" + "Name": "SecureConversationServiceElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenServiceConfiguration", - "Namespace": "System.IdentityModel.Configuration" + "Name": "SecurityElementBase", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenHandlerSetElementCollection", - "Namespace": "System.IdentityModel.Configuration" + "Name": "SecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SystemIdentityModelSection", - "Namespace": "System.IdentityModel.Configuration" + "Name": "ServiceActivationElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Claim", - "Namespace": "System.IdentityModel.Claims" + "Name": "ServiceAuthorizationElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ClaimSet", - "Namespace": "System.IdentityModel.Claims" + "Name": "ServiceCredentialsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ClaimTypes", - "Namespace": "System.IdentityModel.Claims" + "Name": "ServiceElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "DefaultClaimSet", - "Namespace": "System.IdentityModel.Claims" + "Name": "ServiceEndpointElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Rights", - "Namespace": "System.IdentityModel.Claims" + "Name": "ExtensionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WindowsClaimSet", - "Namespace": "System.IdentityModel.Claims" + "Name": "ServiceHostingEnvironmentSection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "X509CertificateClaimSet", - "Namespace": "System.IdentityModel.Claims" + "Name": "ProtocolMappingSection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "AdditionalContext", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "ProtocolMappingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "BinaryExchange", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "ServiceMetadataPublishingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ContextItem", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "ExtensionsSection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "EndpointReference", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "ServiceSecurityAuditElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Entropy", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "ServicesSection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "InvalidRequestException", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "ServiceThrottlingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "KeyTypes", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "ServicePrincipalNameElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Lifetime", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "SslStreamSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Participants", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "TcpTransportElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ProtectedKey", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "TcpTransportSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Renewing", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "TextMessageEncodingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RequestClaim", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "TransactedBatchingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RequestClaimCollection", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "TransportConfigurationTypeElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RequestedProofToken", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "UserPrincipalNameElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RequestedSecurityToken", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "UserNameServiceElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RequestSecurityToken", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "WindowsClientElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RequestSecurityTokenResponse", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "WindowsServiceElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RequestTypes", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "WindowsStreamSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "Status", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "WsdlImporterElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "UseKey", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "WSDualHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSTrust13RequestSerializer", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "WSDualHttpSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSTrust13ResponseSerializer", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "WSHttpSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSTrustFeb2005RequestSerializer", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "XmlDictionaryReaderQuotasElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSTrustFeb2005ResponseSerializer", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "XmlElementElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSTrustMessage", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "DataContractSerializerElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSTrustRequestSerializer", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "XPathMessageFilterElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSTrustResponseSerializer", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "X509CertificateTrustedIssuerElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSTrustSerializationContext", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "X509ClientCertificateAuthenticationElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSTrustSerializationException", - "Namespace": "System.IdentityModel.Protocols.WSTrust" + "Name": "X509ClientCertificateCredentialsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "CardSpaceSelector", - "Namespace": "System.IdentityModel.Selectors" + "Name": "X509DefaultServiceCertificateElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "CardSpaceException", - "Namespace": "System.IdentityModel.Selectors" + "Name": "X509InitiatorCertificateClientElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ServiceNotStartedException", - "Namespace": "System.IdentityModel.Selectors" + "Name": "X509RecipientCertificateClientElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "StsCommunicationException", - "Namespace": "System.IdentityModel.Selectors" + "Name": "X509InitiatorCertificateServiceElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "UntrustedRecipientException", - "Namespace": "System.IdentityModel.Selectors" + "Name": "X509RecipientCertificateServiceElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "UserCancellationException", - "Namespace": "System.IdentityModel.Selectors" + "Name": "X509ScopedServiceCertificateElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ServiceBusyException", - "Namespace": "System.IdentityModel.Selectors" + "Name": "X509ServiceCertificateAuthenticationElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "IdentityValidationException", - "Namespace": "System.IdentityModel.Selectors" + "Name": "ComContractElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "PolicyValidationException", - "Namespace": "System.IdentityModel.Selectors" + "Name": "ComContractsSection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "UnsupportedPolicyOptionsException", - "Namespace": "System.IdentityModel.Selectors" + "Name": "ComMethodElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "CardSpacePolicyElement", - "Namespace": "System.IdentityModel.Selectors" + "Name": "ComPersistableTypeElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ApplicationType", - "Namespace": "System.IdentityModel.Services" + "Name": "ComUdtElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "FederationManagement", - "Namespace": "System.IdentityModel.Services" + "Name": "TransactionFlowElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSFederationMessage", - "Namespace": "System.IdentityModel.Services" + "Name": "WSFederationHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "FederationMessage", - "Namespace": "System.IdentityModel.Services" + "Name": "WSFederationHttpSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "AttributeRequestMessage", - "Namespace": "System.IdentityModel.Services" + "Name": "X509PeerCertificateElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "PseudonymRequestMessage", - "Namespace": "System.IdentityModel.Services" + "Name": "X509PeerCertificateAuthenticationElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SignInRequestMessage", - "Namespace": "System.IdentityModel.Services" + "Name": "ServiceDebugElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SignInResponseMessage", - "Namespace": "System.IdentityModel.Services" + "Name": "ServiceTimeoutsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SignOutCleanupRequestMessage", - "Namespace": "System.IdentityModel.Services" + "Name": "TcpConnectionPoolSettingsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SignOutRequestMessage", - "Namespace": "System.IdentityModel.Services" + "Name": "WSHttpTransportSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSFederationMessageException", - "Namespace": "System.IdentityModel.Services" + "Name": "DispatcherSynchronizationElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSFederationSerializer", - "Namespace": "System.IdentityModel.Services" + "Name": "RemoveBehaviorElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "HttpModuleBase", - "Namespace": "System.IdentityModel.Services" + "Name": "UseRequestHeadersForMetadataAddressElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "MachineKeyTransform", - "Namespace": "System.IdentityModel.Services" + "Name": "ProtocolMappingElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "AuthorizationFailedEventArgs", - "Namespace": "System.IdentityModel.Services" + "Name": "ServiceActivationElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ChunkedCookieHandler", - "Namespace": "System.IdentityModel.Services" + "Name": "ServiceBehaviorElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ClaimsAuthorizationModule", - "Namespace": "System.IdentityModel.Services" + "Name": "ServiceBehaviorElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ClaimsPrincipalPermission", - "Namespace": "System.IdentityModel.Services" + "Name": "ServiceElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ClaimsPrincipalPermissionAttribute", - "Namespace": "System.IdentityModel.Services" + "Name": "ServiceEndpointElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "CookieHandler", - "Namespace": "System.IdentityModel.Services" + "Name": "ExtensionElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ErrorEventArgs", - "Namespace": "System.IdentityModel.Services" + "Name": "ServiceModelEnhancedConfigurationElementCollection`1", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "FederatedAuthentication", - "Namespace": "System.IdentityModel.Services" + "Name": "ServiceModelConfigurationElementCollection`1", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "FederatedAuthenticationSessionEndingException", - "Namespace": "System.IdentityModel.Services" + "Name": "ServiceModelConfigurationElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "FederatedPassiveSecurityTokenServiceOperations", - "Namespace": "System.IdentityModel.Services" + "Name": "ServiceModelExtensionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "FederatedSessionExpiredException", - "Namespace": "System.IdentityModel.Services" + "Name": "ServiceModelExtensionCollectionElement`1", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "FederationException", - "Namespace": "System.IdentityModel.Services" + "Name": "ServiceModelSectionGroup", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RedirectingToIdentityProviderEventArgs", - "Namespace": "System.IdentityModel.Services" + "Name": "StandardBindingElementCollection`1", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenReceivedEventArgs", - "Namespace": "System.IdentityModel.Services" + "Name": "StandardEndpointElementCollection`1", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SecurityTokenValidatedEventArgs", - "Namespace": "System.IdentityModel.Services" + "Name": "StandardEndpointsSection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SessionAuthenticationModule", - "Namespace": "System.IdentityModel.Services" + "Name": "SynchronousReceiveElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SessionSecurityTokenCreatedEventArgs", - "Namespace": "System.IdentityModel.Services" + "Name": "TransportConfigurationTypeElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SessionSecurityTokenReceivedEventArgs", - "Namespace": "System.IdentityModel.Services" + "Name": "UseManagedPresentationElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SessionSecurityTokenResolver", - "Namespace": "System.IdentityModel.Services" + "Name": "WsdlImporterElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SigningOutEventArgs", - "Namespace": "System.IdentityModel.Services" + "Name": "WS2007FederationHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ChunkedCookieHandlerElement", - "Namespace": "System.IdentityModel.Services" + "Name": "WSFederationHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "CookieHandlerElement", - "Namespace": "System.IdentityModel.Services" + "Name": "WS2007FederationHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "CookieHandlerMode", - "Namespace": "System.IdentityModel.Services" + "Name": "WS2007HttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ServiceCertificateElement", - "Namespace": "System.IdentityModel.Services" + "Name": "WSHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "AsynchronousOperationException", - "Namespace": "System.IdentityModel.Services" + "Name": "WS2007HttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSFederationAuthenticationModule", - "Namespace": "System.IdentityModel.Services" + "Name": "WSDualHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "MachineKeySessionSecurityTokenHandler", - "Namespace": "System.IdentityModel.Services.Tokens" + "Name": "XmlElementElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "MembershipUserNameSecurityTokenHandler", - "Namespace": "System.IdentityModel.Services.Tokens" + "Name": "XPathMessageFilterElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "FederationConfiguration", - "Namespace": "System.IdentityModel.Services.Configuration" + "Name": "XPathMessageFilterElementComparer", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "FederationConfigurationCreatedEventArgs", - "Namespace": "System.IdentityModel.Services.Configuration" + "Name": "X509CertificateTrustedIssuerElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "FederationConfigurationElement", - "Namespace": "System.IdentityModel.Services.Configuration" + "Name": "X509ScopedServiceCertificateElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "FederationConfigurationElementCollection", - "Namespace": "System.IdentityModel.Services.Configuration" + "Name": "ConfigurationChannelFactory`1", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "SystemIdentityModelServicesSection", - "Namespace": "System.IdentityModel.Services.Configuration" + "Name": "ConfigurationDuplexChannelFactory`1", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WSFederationElement", - "Namespace": "System.IdentityModel.Services.Configuration" + "Name": "ComContractElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "WsFederationConfiguration", - "Namespace": "System.IdentityModel.Services.Configuration" + "Name": "ComMethodElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ZipArchive", - "Namespace": "System.IO.Compression" + "Name": "ComPersistableTypeElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ZipArchiveEntry", - "Namespace": "System.IO.Compression" + "Name": "ComUdtElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ZipArchiveMode", - "Namespace": "System.IO.Compression" + "Name": "Binding", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ZipFile", - "Namespace": "System.IO.Compression" + "Name": "BindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ZipFileExtensions", - "Namespace": "System.IO.Compression" + "Name": "BindingElementCollection", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "FileRecordSequence", - "Namespace": "System.IO.Log" + "Name": "BindingParameterCollection", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "FileRegion", - "Namespace": "System.IO.Log" + "Name": "CustomBinding", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "IRecordSequence", - "Namespace": "System.IO.Log" + "Name": "IBindingDeliveryCapabilities", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "LogArchiveSnapshot", - "Namespace": "System.IO.Log" + "Name": "IBindingMulticastCapabilities", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "LogExtent", - "Namespace": "System.IO.Log" + "Name": "ISecurityCapabilities", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "LogExtentCollection", - "Namespace": "System.IO.Log" + "Name": "ChannelParameterCollection", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "LogExtentState", - "Namespace": "System.IO.Log" + "Name": "IChannel", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "LogPolicy", - "Namespace": "System.IO.Log" + "Name": "IChannelFactory", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "LogRecordSequence", - "Namespace": "System.IO.Log" + "Name": "IChannelFactory`1", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "LogStore", - "Namespace": "System.IO.Log" + "Name": "IChannelListener", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PolicyUnit", - "Namespace": "System.IO.Log" + "Name": "IChannelListener`1", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PolicyUnitType", - "Namespace": "System.IO.Log" + "Name": "IDuplexChannel", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "LogRecordEnumeratorType", - "Namespace": "System.IO.Log" + "Name": "IDuplexSession", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "LogRecord", - "Namespace": "System.IO.Log" + "Name": "IDuplexSessionChannel", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "RecordAppendOptions", - "Namespace": "System.IO.Log" + "Name": "IInputChannel", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ReservationCollection", - "Namespace": "System.IO.Log" + "Name": "IInputSession", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ReservationNotFoundException", - "Namespace": "System.IO.Log" + "Name": "IInputSessionChannel", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "SequenceNumber", - "Namespace": "System.IO.Log" + "Name": "IOutputChannel", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "SequenceFullException", - "Namespace": "System.IO.Log" + "Name": "IOutputSession", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "TailPinnedEventArgs", - "Namespace": "System.IO.Log" + "Name": "IOutputSessionChannel", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "TextFormat", - "Namespace": "System.Management" + "Name": "IReplyChannel", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "CimType", - "Namespace": "System.Management" + "Name": "IReplySessionChannel", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ComparisonSettings", - "Namespace": "System.Management" + "Name": "IRequestChannel", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementBaseObject", - "Namespace": "System.Management" + "Name": "IRequestSessionChannel", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementClass", - "Namespace": "System.Management" + "Name": "ISession", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementDateTimeConverter", - "Namespace": "System.Management" + "Name": "ISessionChannel`1", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementEventArgs", - "Namespace": "System.Management" + "Name": "ChannelBase", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ObjectReadyEventArgs", - "Namespace": "System.Management" + "Name": "ChannelFactoryBase", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "CompletedEventArgs", - "Namespace": "System.Management" + "Name": "ChannelFactoryBase`1", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ObjectPutEventArgs", - "Namespace": "System.Management" + "Name": "ChannelListenerBase", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ProgressEventArgs", - "Namespace": "System.Management" + "Name": "ChannelListenerBase`1", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "EventArrivedEventArgs", - "Namespace": "System.Management" + "Name": "ChannelManagerBase", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "StoppedEventArgs", - "Namespace": "System.Management" + "Name": "ChannelPoolSettings", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "EventArrivedEventHandler", - "Namespace": "System.Management" + "Name": "CommunicationObject", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "StoppedEventHandler", - "Namespace": "System.Management" + "Name": "IReceiveContextSettings", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementEventWatcher", - "Namespace": "System.Management" + "Name": "ReceiveContext", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementStatus", - "Namespace": "System.Management" + "Name": "ReceiveContextState", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementException", - "Namespace": "System.Management" + "Name": "RemoteEndpointMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementNamedValueCollection", - "Namespace": "System.Management" + "Name": "RequestContext", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementObject", - "Namespace": "System.Management" + "Name": "SupportedAddressingMode", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementObjectCollection", - "Namespace": "System.Management" + "Name": "BufferManager", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementObjectSearcher", - "Namespace": "System.Management" + "Name": "CallbackContextMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ObjectReadyEventHandler", - "Namespace": "System.Management" + "Name": "ContextBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "CompletedEventHandler", - "Namespace": "System.Management" + "Name": "ContextBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ProgressEventHandler", - "Namespace": "System.Management" + "Name": "ContextExchangeMechanism", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ObjectPutEventHandler", - "Namespace": "System.Management" + "Name": "ContextMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementOperationObserver", - "Namespace": "System.Management" + "Name": "IContextBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "AuthenticationLevel", - "Namespace": "System.Management" + "Name": "IContextManager", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ImpersonationLevel", - "Namespace": "System.Management" + "Name": "HttpCookieContainerBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PutType", - "Namespace": "System.Management" + "Name": "StreamSecurityUpgradeAcceptor", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementOptions", - "Namespace": "System.Management" + "Name": "StreamSecurityUpgradeInitiator", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "EnumerationOptions", - "Namespace": "System.Management" + "Name": "StreamSecurityUpgradeProvider", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "EventWatcherOptions", - "Namespace": "System.Management" + "Name": "StreamUpgradeAcceptor", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ObjectGetOptions", - "Namespace": "System.Management" + "Name": "StreamUpgradeInitiator", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PutOptions", - "Namespace": "System.Management" + "Name": "StreamUpgradeProvider", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "DeleteOptions", - "Namespace": "System.Management" + "Name": "ApplicationContainerSettings", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "InvokeMethodOptions", - "Namespace": "System.Management" + "Name": "NamedPipeSettings", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ConnectionOptions", - "Namespace": "System.Management" + "Name": "HttpRequestMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementPath", - "Namespace": "System.Management" + "Name": "HttpResponseMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementQuery", - "Namespace": "System.Management" + "Name": "IHttpCookieContainerManager", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ObjectQuery", - "Namespace": "System.Management" + "Name": "IWebSocketCloseDetails", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "EventQuery", - "Namespace": "System.Management" + "Name": "SessionOpenNotification", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "WqlObjectQuery", - "Namespace": "System.Management" + "Name": "HttpMessageHandlerFactory", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "SelectQuery", - "Namespace": "System.Management" + "Name": "ClientWebSocketFactory", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "RelatedObjectQuery", - "Namespace": "System.Management" + "Name": "WebSocketTransportUsage", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "RelationshipQuery", - "Namespace": "System.Management" + "Name": "WebSocketTransportSettings", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "WqlEventQuery", - "Namespace": "System.Management" + "Name": "WebSocketMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementScope", - "Namespace": "System.Management" + "Name": "HttpMessageSettings", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PropertyData", - "Namespace": "System.Management" + "Name": "HttpRequestMessageExtensionMethods", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PropertyDataCollection", - "Namespace": "System.Management" + "Name": "OneWayBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "QualifierData", - "Namespace": "System.Management" + "Name": "ConnectionOrientedTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "QualifierDataCollection", - "Namespace": "System.Management" + "Name": "CompositeDuplexBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "MethodData", - "Namespace": "System.Management" + "Name": "CompositeDuplexBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "MethodDataCollection", - "Namespace": "System.Management" + "Name": "HttpTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "CodeLanguage", - "Namespace": "System.Management" + "Name": "HttpsTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "InstrumentedAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "StreamUpgradeBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "InstrumentationType", - "Namespace": "System.Management.Instrumentation" + "Name": "NamedPipeConnectionPoolSettings", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "InstrumentationClassAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "NamedPipeTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagedNameAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "OneWayBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "IgnoreMemberAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "SslStreamSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "Instrumentation", - "Namespace": "System.Management.Instrumentation" + "Name": "TcpConnectionPoolSettings", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "IEvent", - "Namespace": "System.Management.Instrumentation" + "Name": "TcpTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "BaseEvent", - "Namespace": "System.Management.Instrumentation" + "Name": "TransportBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "IInstance", - "Namespace": "System.Management.Instrumentation" + "Name": "TransportBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "Instance", - "Namespace": "System.Management.Instrumentation" + "Name": "WindowsStreamSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ManagementInstaller", - "Namespace": "System.Management.Instrumentation" + "Name": "IAnonymousUriPrefixMatcher", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "DefaultManagementProjectInstaller", - "Namespace": "System.Management.Instrumentation" + "Name": "CorrelationCallbackMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ToStringCodeMethods", - "Namespace": "Microsoft.PowerShell" + "Name": "CorrelationDataDescription", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "AdapterCodeMethods", - "Namespace": "Microsoft.PowerShell" + "Name": "CorrelationDataMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "DeserializingTypeConverter", - "Namespace": "Microsoft.PowerShell" + "Name": "CorrelationKey", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ExecutionPolicy", - "Namespace": "Microsoft.PowerShell" + "Name": "CorrelationMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ExecutionPolicyScope", - "Namespace": "Microsoft.PowerShell" + "Name": "ICorrelationDataSource", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PSAuthorizationManager", - "Namespace": "Microsoft.PowerShell" + "Name": "PrivacyNoticeBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PSCorePSSnapIn", - "Namespace": "Microsoft.PowerShell" + "Name": "PrivacyNoticeBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ArgumentToConfigurationDataTransformationAttribute", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration" + "Name": "UseManagedPresentationBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "DscRemoteOperationsClass", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "UseManagedPresentationBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "DscClassCache", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.Internal" + "Name": "DeliveryFailure", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "CimInstanceAdapter", - "Namespace": "Microsoft.PowerShell.Cim" + "Name": "DeliveryStatus", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "MethodInvocationInfo", - "Namespace": "Microsoft.PowerShell.Cmdletization" + "Name": "MsmqMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "MethodParameterBindings", - "Namespace": "Microsoft.PowerShell.Cmdletization" + "Name": "ITransactedBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "MethodParameter", - "Namespace": "Microsoft.PowerShell.Cmdletization" + "Name": "MsmqBindingElementBase", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "BehaviorOnNoMatch", - "Namespace": "Microsoft.PowerShell.Cmdletization" + "Name": "MsmqTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "QueryBuilder", - "Namespace": "Microsoft.PowerShell.Cmdletization" + "Name": "ReliableSessionBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "CmdletAdapter`1", - "Namespace": "Microsoft.PowerShell.Cmdletization" + "Name": "ReliableSessionBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ConfirmImpact", - "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + "Name": "RedirectionDuration", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ItemsChoiceType", - "Namespace": "Microsoft.PowerShell.Cmdletization.Xml" + "Name": "RedirectionException", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "TelemetryAPI", - "Namespace": "Microsoft.PowerShell.Telemetry.Internal" + "Name": "RedirectionLocation", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "GetCommandCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RedirectionScope", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "NounArgumentCompleter", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RedirectionType", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ExportModuleMemberCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RetryException", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "GetModuleCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AsymmetricSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PSEditionArgumentCompleter", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ITransportTokenAssertionProvider", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ImportModuleCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SecurityBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ModuleCmdletBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ModuleSpecification", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SecurityHeaderLayout", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "NewModuleCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SymmetricSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "NewModuleManifestCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TransportSecurityBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "RemoveModuleCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "LocalClientSecuritySettings", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "TestModuleManifestCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "LocalServiceSecuritySettings", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ObjectEventRegistrationBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IBindingRuntimePreferences", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "GetHelpCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "BindingContext", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "GetHelpCodeMethods", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "StandardBindingImporter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "HelpCategoryInvalidException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "XmlSerializerImportOptions", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "HelpNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WrappedOptions", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "UpdatableHelpCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "InvalidChannelBindingException", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "UpdateHelpCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TransferSession", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "SaveHelpCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AddressingVersion", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "HistoryInfo", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AddressHeader", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "GetHistoryCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AddressHeaderCollection", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "InvokeHistoryCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "BodyWriter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "AddHistoryCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageHeaderInfo", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ClearHistoryCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "RegisterPSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "FaultConverter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PSSessionConfigurationCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Message", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "UnregisterPSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageBuffer", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "GetPSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageFault", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "SetPSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageHeader", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "EnablePSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageHeaders", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "DisablePSSessionConfigurationCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageProperties", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "EnablePSRemotingCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageState", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "DisablePSRemotingCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageVersion", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "GetPSSessionCapabilityCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "UnderstoodHeaders", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "InvokeCommandCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "CompressionFormat", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "NewPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageEncoder", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "DisconnectPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageEncoderFactory", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ConnectPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "BinaryMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "SessionFilterState", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ReceivePSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MtomMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "OutTarget", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TextMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "GetPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageEncodingBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "RemovePSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PeerCustomResolverBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "StartJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PeerResolverBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PSRemotingCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PeerTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PSRemotingBaseCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PnrpPeerResolverBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PSExecutionCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TransactionMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "PSRunspaceCmdlet", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TransactionFlowBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "GetJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TransactionFlowBindingElementImporter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ReceiveJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PerformanceCounterScope", + "Namespace": "System.ServiceModel.Diagnostics" }, { - "Name": "StopJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ServiceHostingEnvironment", + "Namespace": "System.ServiceModel" }, { - "Name": "WaitJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WorkflowServiceHostFactory", + "Namespace": "System.ServiceModel.Activities.Activation" }, { - "Name": "JobCmdletBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "HostedTransportConfiguration", + "Namespace": "System.ServiceModel.Activation" }, { - "Name": "RemoveJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ServiceActivationBuildProviderAttribute", + "Namespace": "System.ServiceModel.Activation" }, { - "Name": "SuspendJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ServiceBuildProvider", + "Namespace": "System.ServiceModel.Activation" }, { - "Name": "ResumeJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ServiceHostFactory", + "Namespace": "System.ServiceModel.Activation" }, { - "Name": "DebugJobCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ServiceRoute", + "Namespace": "System.ServiceModel.Activation" }, { - "Name": "EnterPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Endpoint", + "Namespace": "System.ServiceModel" }, { - "Name": "ExitPSSessionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EndpointIdentityExtension", + "Namespace": "System.ServiceModel" }, { - "Name": "NewPSSessionOptionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageQuerySet", + "Namespace": "System.ServiceModel" }, { - "Name": "WSManConfigurationOption", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "CorrelationActionMessageFilter", + "Namespace": "System.ServiceModel" }, { - "Name": "NewPSTransportOptionCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "CorrelationQuery", + "Namespace": "System.ServiceModel" }, { - "Name": "NewPSSessionConfigurationFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EndpointIdentityConverter", + "Namespace": "System.ServiceModel.XamlIntegration" }, { - "Name": "NewPSRoleCapabilityFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ServiceXNameTypeConverter", + "Namespace": "System.ServiceModel.XamlIntegration" }, { - "Name": "TestPSSessionConfigurationFileCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SpnEndpointIdentityExtension", + "Namespace": "System.ServiceModel.XamlIntegration" }, { - "Name": "EnterPSHostProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "UpnEndpointIdentityExtension", + "Namespace": "System.ServiceModel.XamlIntegration" }, { - "Name": "ExitPSHostProcessCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WorkflowService", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "GetPSHostProcessInfoCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DurableInstancingOptions", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "PSHostProcessInfo", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IWorkflowInstanceManagement", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "RegistryProvider", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IWorkflowUpdateableInstanceManagement", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "RegistryProviderSetItemDynamicParameter", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SerializerOption", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "ForEachObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WorkflowControlClient", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "WhereObjectCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WorkflowUpdateableControlClient", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "SetPSDebugCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WorkflowControlEndpoint", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "SetStrictModeCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WorkflowServiceHost", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "FormatDefaultCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "CorrelationHandle", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "OutLineOutputCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "CorrelationScope", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "OutNullCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "InitializeCorrelation", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "OutDefaultCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "IReceiveMessageCallback", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "OutHostCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ISendMessageCallback", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "AliasProvider", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TransactedReceiveScope", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "AliasProviderDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ReceiveContent", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "EnvironmentProvider", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ReceiveMessageContent", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "FileSystemProvider", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ReceiveParametersContent", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "FileSystemCmdletProviderEncoding", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SendContent", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "FileSystemContentDynamicParametersBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SendMessageContent", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "FileSystemClearContentDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SendParametersContent", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "FileSystemContentWriterDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Receive", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "FileSystemContentReaderDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ReceiveReply", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "FileSystemItemProviderDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Send", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "FileSystemProviderGetItemDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SendReply", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "FileSystemProviderRemoveItemDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SendMessageChannelCache", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "InternalSymbolicLinkLinkCodeMethods", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ChannelCacheSettings", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "FunctionProvider", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "CorrelationInitializer", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "FunctionProviderDynamicParameters", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RequestReplyCorrelationInitializer", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "SessionStateProviderBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "QueryCorrelationInitializer", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "SessionStateProviderBaseContentReaderWriter", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "CallbackCorrelationInitializer", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "VariableProvider", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ContextCorrelationInitializer", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "OpenMode", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WorkflowCreationContext", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "PSSnapInCommandBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WorkflowHostingEndpoint", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "AddPSSnapinCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "WorkflowHostingResponseContext", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "RemovePSSnapinCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "HostSettings", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "GetPSSnapinCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MessageContext", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "ConsoleCmdletsBase", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ReceiveSettings", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "ExportConsoleCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SendReceiveExtension", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "TransactedString", - "Namespace": "Microsoft.PowerShell.Commands.Management" + "Name": "SendSettings", + "Namespace": "System.ServiceModel.Activities" }, { - "Name": "RemotingErrorResources", - "Namespace": "Microsoft.PowerShell.Commands.Internal" + "Name": "ReceiveMessageRecord", + "Namespace": "System.ServiceModel.Activities.Tracking" }, { - "Name": "TransactedRegistryKey", - "Namespace": "Microsoft.PowerShell.Commands.Internal" + "Name": "SendMessageRecord", + "Namespace": "System.ServiceModel.Activities.Tracking" }, { - "Name": "TransactedRegistryAccessRule", - "Namespace": "Microsoft.PowerShell.Commands.Internal" + "Name": "ActivityStateQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "TransactedRegistryAuditRule", - "Namespace": "Microsoft.PowerShell.Commands.Internal" + "Name": "ActivityStateQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "TransactedRegistrySecurity", - "Namespace": "Microsoft.PowerShell.Commands.Internal" + "Name": "ActivityScheduledQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "OuterFormatShapeCommandBase", - "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + "Name": "ActivityScheduledQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "OuterFormatTableAndListBase", - "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + "Name": "AnnotationElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "OuterFormatTableBase", - "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + "Name": "AnnotationElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "FrontEndCommandBase", - "Namespace": "Microsoft.PowerShell.Commands.Internal.Format" + "Name": "ArgumentElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "ChildItemCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" + "Name": "ArgumentElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "ReturnContainers", - "Namespace": "System.Management.Automation" + "Name": "BookmarkResumptionQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "ProviderIntrinsics", - "Namespace": "System.Management.Automation" + "Name": "BookmarkResumptionQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "IDynamicParameters", - "Namespace": "System.Management.Automation" + "Name": "CancelRequestedQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "SwitchParameter", - "Namespace": "System.Management.Automation" + "Name": "CancelRequestedQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "CommandInvocationIntrinsics", - "Namespace": "System.Management.Automation" + "Name": "FaultPropagationQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "PSCmdlet", - "Namespace": "System.Management.Automation" + "Name": "FaultPropagationQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "Cmdlet", - "Namespace": "System.Management.Automation" + "Name": "ProfileElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "ShouldProcessReason", - "Namespace": "System.Management.Automation" + "Name": "ProfileElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "ActionPreference", - "Namespace": "System.Management.Automation" + "Name": "ProfileWorkflowElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "ConfirmImpact", - "Namespace": "System.Management.Automation" + "Name": "ProfileWorkflowElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "ContentCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" + "Name": "StateElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "DriveManagementIntrinsics", - "Namespace": "System.Management.Automation" + "Name": "StateElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "FlagsExpression`1", - "Namespace": "System.Management.Automation" + "Name": "TrackingConfigurationCollection`1", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "ErrorCategory", - "Namespace": "System.Management.Automation" + "Name": "TrackingConfigurationElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "ErrorCategoryInfo", - "Namespace": "System.Management.Automation" + "Name": "TrackingQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "ErrorDetails", - "Namespace": "System.Management.Automation" + "Name": "TrackingSection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "ErrorRecord", - "Namespace": "System.Management.Automation" + "Name": "CustomTrackingQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "IContainsErrorRecord", - "Namespace": "System.Management.Automation" + "Name": "CustomTrackingQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "IResourceSupplier", - "Namespace": "System.Management.Automation" + "Name": "StateMachineStateQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "InvocationInfo", - "Namespace": "System.Management.Automation" + "Name": "StateMachineStateQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "RemoteCommandInfo", - "Namespace": "System.Management.Automation" + "Name": "VariableElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "ItemCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" + "Name": "VariableElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "CopyContainers", - "Namespace": "System.Management.Automation" + "Name": "WorkflowInstanceQueryElement", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "PathIntrinsics", - "Namespace": "System.Management.Automation" + "Name": "WorkflowInstanceQueryElementCollection", + "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" }, { - "Name": "ProgressRecord", - "Namespace": "System.Management.Automation" + "Name": "EtwTrackingBehaviorElement", + "Namespace": "System.ServiceModel.Activities.Configuration" }, { - "Name": "ProgressRecordType", - "Namespace": "System.Management.Automation" + "Name": "BufferedReceiveElement", + "Namespace": "System.ServiceModel.Activities.Configuration" }, { - "Name": "InformationRecord", - "Namespace": "System.Management.Automation" + "Name": "WorkflowControlEndpointCollectionElement", + "Namespace": "System.ServiceModel.Activities.Configuration" }, { - "Name": "HostInformationMessage", - "Namespace": "System.Management.Automation" + "Name": "WorkflowControlEndpointElement", + "Namespace": "System.ServiceModel.Activities.Configuration" }, { - "Name": "PropertyCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" + "Name": "WorkflowIdleElement", + "Namespace": "System.ServiceModel.Activities.Configuration" }, { - "Name": "CmdletProviderManagementIntrinsics", - "Namespace": "System.Management.Automation" + "Name": "WorkflowUnhandledExceptionElement", + "Namespace": "System.ServiceModel.Activities.Configuration" }, { - "Name": "ProxyCommand", - "Namespace": "System.Management.Automation" + "Name": "ServiceModelActivitiesSectionGroup", + "Namespace": "System.ServiceModel.Activities.Configuration" }, { - "Name": "SessionState", - "Namespace": "System.Management.Automation" + "Name": "WorkflowHostingOptionsSection", + "Namespace": "System.ServiceModel.Activities.Configuration" }, { - "Name": "SessionStateEntryVisibility", - "Namespace": "System.Management.Automation" + "Name": "SendMessageChannelCacheElement", + "Namespace": "System.ServiceModel.Activities.Configuration" }, { - "Name": "PSLanguageMode", - "Namespace": "System.Management.Automation" + "Name": "FactorySettingsElement", + "Namespace": "System.ServiceModel.Activities.Configuration" }, { - "Name": "PagingParameters", - "Namespace": "System.Management.Automation" + "Name": "ChannelSettingsElement", + "Namespace": "System.ServiceModel.Activities.Configuration" }, { - "Name": "PSVariableIntrinsics", - "Namespace": "System.Management.Automation" + "Name": "SqlWorkflowInstanceStoreElement", + "Namespace": "System.ServiceModel.Activities.Configuration" }, { - "Name": "ICommandRuntime", - "Namespace": "System.Management.Automation" + "Name": "WorkflowInstanceManagementElement", + "Namespace": "System.ServiceModel.Activities.Configuration" }, { - "Name": "ICommandRuntime2", - "Namespace": "System.Management.Automation" + "Name": "BufferedReceiveServiceBehavior", + "Namespace": "System.ServiceModel.Activities.Description" }, { - "Name": "AliasInfo", - "Namespace": "System.Management.Automation" + "Name": "WorkflowContractBehaviorAttribute", + "Namespace": "System.ServiceModel.Activities.Description" }, { - "Name": "ApplicationInfo", - "Namespace": "System.Management.Automation" + "Name": "EtwTrackingBehavior", + "Namespace": "System.ServiceModel.Activities.Description" }, { - "Name": "CmdletInfo", - "Namespace": "System.Management.Automation" + "Name": "SqlWorkflowInstanceStoreBehavior", + "Namespace": "System.ServiceModel.Activities.Description" }, { - "Name": "DefaultParameterDictionary", - "Namespace": "System.Management.Automation" + "Name": "WorkflowUnhandledExceptionAction", + "Namespace": "System.ServiceModel.Activities.Description" }, { - "Name": "CommandLookupEventArgs", - "Namespace": "System.Management.Automation" + "Name": "WorkflowUnhandledExceptionBehavior", + "Namespace": "System.ServiceModel.Activities.Description" }, { - "Name": "PSModuleAutoLoadingPreference", - "Namespace": "System.Management.Automation" + "Name": "WorkflowIdleBehavior", + "Namespace": "System.ServiceModel.Activities.Description" }, { - "Name": "CommandTypes", - "Namespace": "System.Management.Automation" + "Name": "WorkflowInstanceManagementBehavior", + "Namespace": "System.ServiceModel.Activities.Description" }, { - "Name": "CommandInfo", - "Namespace": "System.Management.Automation" + "Name": "UdpBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "PSTypeName", - "Namespace": "System.Management.Automation" + "Name": "UdpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ExternalScriptInfo", - "Namespace": "System.Management.Automation" + "Name": "UdpBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "PSSnapInSpecification", - "Namespace": "System.Management.Automation" + "Name": "ByteStreamMessageEncodingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "FilterInfo", - "Namespace": "System.Management.Automation" + "Name": "UdpTransportElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "FunctionInfo", - "Namespace": "System.Management.Automation" + "Name": "UdpRetransmissionSettingsElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ConfigurationInfo", - "Namespace": "System.Management.Automation" + "Name": "ByteStreamMessage", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ImplementedAsType", - "Namespace": "System.Management.Automation" + "Name": "ByteStreamMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "DscResourceInfo", - "Namespace": "System.Management.Automation" + "Name": "NetworkInterfaceMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "DscResourcePropertyInfo", - "Namespace": "System.Management.Automation" + "Name": "UdpRetransmissionSettings", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "CommandParameterInfo", - "Namespace": "System.Management.Automation" + "Name": "UdpTransportBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "CommandParameterSetInfo", - "Namespace": "System.Management.Automation" + "Name": "UdpTransportImporter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "RuntimeDefinedParameter", - "Namespace": "System.Management.Automation" + "Name": "HttpResponseMessageExtensionMethods", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "RuntimeDefinedParameterDictionary", - "Namespace": "System.Management.Automation" + "Name": "HttpRequestMessageExtensionMethods", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ScriptInfo", - "Namespace": "System.Management.Automation" + "Name": "MessageExtensionMethods", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "ParameterSetMetadata", - "Namespace": "System.Management.Automation" + "Name": "AnnouncementClient", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "ParameterMetadata", - "Namespace": "System.Management.Automation" + "Name": "AnnouncementEndpoint", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "WorkflowInfo", - "Namespace": "System.Management.Automation" + "Name": "AnnouncementEventArgs", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "RemoteException", - "Namespace": "System.Management.Automation" + "Name": "AnnouncementService", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "PSClassInfo", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryClient", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "PSClassMemberInfo", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryClientBindingElement", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "ModuleIntrinsics", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryEndpoint", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "IModuleAssemblyInitializer", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryEndpointProvider", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "IModuleAssemblyCleanup", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryMessageSequence", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "PSModuleInfo", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryMessageSequenceGenerator", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "ModuleType", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryOperationContextExtension", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "ModuleAccessMode", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryProxy", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "EngineIntrinsics", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryService", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "PSEventManager", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryServiceExtension", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "PSEngineEvent", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryVersion", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "PSEventSubscriber", - "Namespace": "System.Management.Automation" + "Name": "DynamicEndpoint", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "PSEventHandler", - "Namespace": "System.Management.Automation" + "Name": "EndpointDiscoveryBehavior", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "ForwardedEventArgs", - "Namespace": "System.Management.Automation" + "Name": "EndpointDiscoveryMetadata", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "PSEventArgs", - "Namespace": "System.Management.Automation" + "Name": "FindCompletedEventArgs", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "PSEventReceivedEventHandler", - "Namespace": "System.Management.Automation" + "Name": "FindCriteria", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "PSEventUnsubscribedEventArgs", - "Namespace": "System.Management.Automation" + "Name": "FindProgressChangedEventArgs", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "PSEventUnsubscribedEventHandler", - "Namespace": "System.Management.Automation" + "Name": "FindRequestContext", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "PSEventArgsCollection", - "Namespace": "System.Management.Automation" + "Name": "FindResponse", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "PSEventJob", - "Namespace": "System.Management.Automation" + "Name": "ResolveCompletedEventArgs", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "Breakpoint", - "Namespace": "System.Management.Automation" + "Name": "ResolveCriteria", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "CommandBreakpoint", - "Namespace": "System.Management.Automation" + "Name": "ResolveResponse", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "VariableAccessMode", - "Namespace": "System.Management.Automation" + "Name": "ServiceDiscoveryBehavior", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "VariableBreakpoint", - "Namespace": "System.Management.Automation" + "Name": "ServiceDiscoveryMode", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "LineBreakpoint", - "Namespace": "System.Management.Automation" + "Name": "UdpAnnouncementEndpoint", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "DebuggerResumeAction", - "Namespace": "System.Management.Automation" + "Name": "UdpDiscoveryEndpoint", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "DebuggerStopEventArgs", - "Namespace": "System.Management.Automation" + "Name": "UdpTransportSettings", + "Namespace": "System.ServiceModel.Discovery" }, { - "Name": "BreakpointUpdateType", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryMessageSequenceCD1", + "Namespace": "System.ServiceModel.Discovery.VersionCD1" }, { - "Name": "BreakpointUpdatedEventArgs", - "Namespace": "System.Management.Automation" + "Name": "EndpointDiscoveryMetadataCD1", + "Namespace": "System.ServiceModel.Discovery.VersionCD1" }, { - "Name": "PSJobStartEventArgs", - "Namespace": "System.Management.Automation" + "Name": "FindCriteriaCD1", + "Namespace": "System.ServiceModel.Discovery.VersionCD1" }, { - "Name": "DebugSource", - "Namespace": "System.Management.Automation" + "Name": "ResolveCriteriaCD1", + "Namespace": "System.ServiceModel.Discovery.VersionCD1" }, { - "Name": "DebugModes", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryMessageSequenceApril2005", + "Namespace": "System.ServiceModel.Discovery.VersionApril2005" }, { - "Name": "Debugger", - "Namespace": "System.Management.Automation" + "Name": "EndpointDiscoveryMetadataApril2005", + "Namespace": "System.ServiceModel.Discovery.VersionApril2005" }, { - "Name": "DebuggerCommandResults", - "Namespace": "System.Management.Automation" + "Name": "FindCriteriaApril2005", + "Namespace": "System.ServiceModel.Discovery.VersionApril2005" }, { - "Name": "PSDebugContext", - "Namespace": "System.Management.Automation" + "Name": "ResolveCriteriaApril2005", + "Namespace": "System.ServiceModel.Discovery.VersionApril2005" }, { - "Name": "CallStackFrame", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryMessageSequence11", + "Namespace": "System.ServiceModel.Discovery.Version11" }, { - "Name": "PSPropertyAdapter", - "Namespace": "System.Management.Automation" + "Name": "EndpointDiscoveryMetadata11", + "Namespace": "System.ServiceModel.Discovery.Version11" }, { - "Name": "PSTypeConverter", - "Namespace": "System.Management.Automation" + "Name": "FindCriteria11", + "Namespace": "System.ServiceModel.Discovery.Version11" }, { - "Name": "ConvertThroughString", - "Namespace": "System.Management.Automation" + "Name": "ResolveCriteria11", + "Namespace": "System.ServiceModel.Discovery.Version11" }, { - "Name": "LanguagePrimitives", - "Namespace": "System.Management.Automation" + "Name": "AnnouncementChannelEndpointElementCollection", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSMemberTypes", - "Namespace": "System.Management.Automation" + "Name": "AnnouncementEndpointCollectionElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSMemberViewTypes", - "Namespace": "System.Management.Automation" + "Name": "AnnouncementEndpointElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSMemberInfo", - "Namespace": "System.Management.Automation" + "Name": "ContractTypeNameElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSPropertyInfo", - "Namespace": "System.Management.Automation" + "Name": "ContractTypeNameElementCollection", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSAliasProperty", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryClientElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSCodeProperty", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryClientSettingsElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSProperty", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryEndpointCollectionElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSAdaptedProperty", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryEndpointElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSNoteProperty", - "Namespace": "System.Management.Automation" + "Name": "DiscoveryVersionConverter", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSVariableProperty", - "Namespace": "System.Management.Automation" + "Name": "DynamicEndpointCollectionElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSScriptProperty", - "Namespace": "System.Management.Automation" + "Name": "DynamicEndpointElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSMethodInfo", - "Namespace": "System.Management.Automation" + "Name": "EndpointDiscoveryElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSCodeMethod", - "Namespace": "System.Management.Automation" + "Name": "FindCriteriaElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSScriptMethod", - "Namespace": "System.Management.Automation" + "Name": "ScopeElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSMethod", - "Namespace": "System.Management.Automation" + "Name": "ScopeElementCollection", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSParameterizedProperty", - "Namespace": "System.Management.Automation" + "Name": "ServiceDiscoveryElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSMemberSet", - "Namespace": "System.Management.Automation" + "Name": "UdpAnnouncementEndpointCollectionElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSPropertySet", - "Namespace": "System.Management.Automation" + "Name": "UdpAnnouncementEndpointElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSEvent", - "Namespace": "System.Management.Automation" + "Name": "UdpDiscoveryEndpointCollectionElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSDynamicMember", - "Namespace": "System.Management.Automation" + "Name": "UdpDiscoveryEndpointElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "PSMemberInfoCollection`1", - "Namespace": "System.Management.Automation" + "Name": "UdpTransportSettingsElement", + "Namespace": "System.ServiceModel.Discovery.Configuration" }, { - "Name": "ReadOnlyPSMemberInfoCollection`1", - "Namespace": "System.Management.Automation" + "Name": "EndpointNameMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "PSObject", - "Namespace": "System.Management.Automation" + "Name": "StrictAndMessageFilter", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "PSCustomObject", - "Namespace": "System.Management.Automation" + "Name": "IDuplexSessionRouter", + "Namespace": "System.ServiceModel.Routing" }, { - "Name": "ExtendedTypeSystemException", - "Namespace": "System.Management.Automation" + "Name": "IRequestReplyRouter", + "Namespace": "System.ServiceModel.Routing" }, { - "Name": "MethodException", - "Namespace": "System.Management.Automation" + "Name": "ISimplexDatagramRouter", + "Namespace": "System.ServiceModel.Routing" }, { - "Name": "MethodInvocationException", - "Namespace": "System.Management.Automation" + "Name": "ISimplexSessionRouter", + "Namespace": "System.ServiceModel.Routing" }, { - "Name": "GetValueException", - "Namespace": "System.Management.Automation" + "Name": "RoutingBehavior", + "Namespace": "System.ServiceModel.Routing" }, { - "Name": "PropertyNotFoundException", - "Namespace": "System.Management.Automation" + "Name": "RoutingConfiguration", + "Namespace": "System.ServiceModel.Routing" }, { - "Name": "GetValueInvocationException", - "Namespace": "System.Management.Automation" + "Name": "RoutingExtension", + "Namespace": "System.ServiceModel.Routing" }, { - "Name": "SetValueException", - "Namespace": "System.Management.Automation" + "Name": "RoutingService", + "Namespace": "System.ServiceModel.Routing" }, { - "Name": "SetValueInvocationException", - "Namespace": "System.Management.Automation" + "Name": "SoapProcessingBehavior", + "Namespace": "System.ServiceModel.Routing" }, { - "Name": "PSInvalidCastException", - "Namespace": "System.Management.Automation" + "Name": "FilterType", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "PSReference", - "Namespace": "System.Management.Automation" + "Name": "RoutingExtensionElement", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "SettingValueExceptionEventArgs", - "Namespace": "System.Management.Automation" + "Name": "RoutingSection", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "GettingValueExceptionEventArgs", - "Namespace": "System.Management.Automation" + "Name": "FilterTableCollection", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "PSObjectPropertyDescriptor", - "Namespace": "System.Management.Automation" + "Name": "FilterTableEntryCollection", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "PSObjectTypeDescriptor", - "Namespace": "System.Management.Automation" + "Name": "BackupListCollection", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "PSObjectTypeDescriptionProvider", - "Namespace": "System.Management.Automation" + "Name": "BackupEndpointCollection", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "InformationalRecord", - "Namespace": "System.Management.Automation" + "Name": "FilterElementCollection", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "WarningRecord", - "Namespace": "System.Management.Automation" + "Name": "NamespaceElementCollection", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "DebugRecord", - "Namespace": "System.Management.Automation" + "Name": "FilterElement", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "VerboseRecord", - "Namespace": "System.Management.Automation" + "Name": "NamespaceElement", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "PSListModifier", - "Namespace": "System.Management.Automation" + "Name": "FilterTableEntryElement", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "PSListModifier`1", - "Namespace": "System.Management.Automation" + "Name": "BackupEndpointElement", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "InvalidPowerShellStateException", - "Namespace": "System.Management.Automation" + "Name": "SoapProcessingExtensionElement", + "Namespace": "System.ServiceModel.Routing.Configuration" }, { - "Name": "PSInvocationState", - "Namespace": "System.Management.Automation" + "Name": "ServiceMoniker40", + "Namespace": "System.ServiceModel.ServiceMoniker40" }, { - "Name": "RunspaceMode", - "Namespace": "System.Management.Automation" + "Name": "WebHttpBinding", + "Namespace": "System.ServiceModel" }, { - "Name": "PSInvocationStateInfo", - "Namespace": "System.Management.Automation" + "Name": "WebHttpSecurity", + "Namespace": "System.ServiceModel" }, { - "Name": "PSInvocationStateChangedEventArgs", - "Namespace": "System.Management.Automation" + "Name": "WebHttpSecurityMode", + "Namespace": "System.ServiceModel" }, { - "Name": "PSInvocationSettings", - "Namespace": "System.Management.Automation" + "Name": "WebHttpElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RemoteStreamOptions", - "Namespace": "System.Management.Automation" + "Name": "WebHttpBindingCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "PowerShell", - "Namespace": "System.Management.Automation" + "Name": "WebHttpBindingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "PSDataStreams", - "Namespace": "System.Management.Automation" + "Name": "WebHttpSecurityElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "PSCommand", - "Namespace": "System.Management.Automation" + "Name": "WebHttpEndpointElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "DataAddedEventArgs", - "Namespace": "System.Management.Automation" + "Name": "WebHttpEndpointCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "DataAddingEventArgs", - "Namespace": "System.Management.Automation" + "Name": "WebScriptEndpointElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "PSDataCollection`1", - "Namespace": "System.Management.Automation" + "Name": "WebScriptEndpointCollectionElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "HostUtilities", - "Namespace": "System.Management.Automation" + "Name": "WebMessageEncodingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RunspaceInvoke", - "Namespace": "System.Management.Automation" + "Name": "WebScriptEnablingElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "RunspacePoolStateInfo", - "Namespace": "System.Management.Automation" + "Name": "WebContentFormat", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "JobState", - "Namespace": "System.Management.Automation" + "Name": "StreamBodyWriter", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "InvalidJobStateException", - "Namespace": "System.Management.Automation" + "Name": "JavascriptCallbackResponseMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "JobStateInfo", - "Namespace": "System.Management.Automation" + "Name": "WebContentTypeMapper", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "JobStateEventArgs", - "Namespace": "System.Management.Automation" + "Name": "WebMessageEncodingBindingElement", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "JobIdentifier", - "Namespace": "System.Management.Automation" + "Name": "WebBodyFormatMessageProperty", + "Namespace": "System.ServiceModel.Channels" }, { - "Name": "IJobDebugger", - "Namespace": "System.Management.Automation" + "Name": "WebHttpDispatchOperationSelector", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "Job", - "Namespace": "System.Management.Automation" + "Name": "QueryStringConverter", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "Job2", - "Namespace": "System.Management.Automation" + "Name": "JsonQueryStringConverter", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "JobThreadOptions", - "Namespace": "System.Management.Automation" + "Name": "WebHttpBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "ContainerParentJob", - "Namespace": "System.Management.Automation" + "Name": "WebHttpEndpoint", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "JobFailedException", - "Namespace": "System.Management.Automation" + "Name": "WebScriptEndpoint", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "JobDefinition", - "Namespace": "System.Management.Automation" + "Name": "WebServiceEndpoint", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "JobInvocationInfo", - "Namespace": "System.Management.Automation" + "Name": "WebScriptEnablingBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "JobSourceAdapter", - "Namespace": "System.Management.Automation" + "Name": "JsonFaultDetail", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "PSJobProxy", - "Namespace": "System.Management.Automation" + "Name": "WebServiceHost", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "PSChildJobProxy", - "Namespace": "System.Management.Automation" + "Name": "WebChannelFactory`1", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "JobDataAddedEventArgs", - "Namespace": "System.Management.Automation" + "Name": "WebGetAttribute", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "PowerShellStreamType", - "Namespace": "System.Management.Automation" + "Name": "WebInvokeAttribute", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "PowerShellStreams`2", - "Namespace": "System.Management.Automation" + "Name": "WebMessageFormat", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "JobManager", - "Namespace": "System.Management.Automation" + "Name": "WebOperationContext", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "PSSessionTypeOption", - "Namespace": "System.Management.Automation" + "Name": "IncomingWebRequestContext", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "PSTransportOption", - "Namespace": "System.Management.Automation" + "Name": "IncomingWebResponseContext", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "RemotingCapability", - "Namespace": "System.Management.Automation" + "Name": "OutgoingWebRequestContext", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "RemotingBehavior", - "Namespace": "System.Management.Automation" + "Name": "OutgoingWebResponseContext", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "RunspaceRepository", - "Namespace": "System.Management.Automation" + "Name": "WebMessageBodyStyle", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "Repository`1", - "Namespace": "System.Management.Automation" + "Name": "WebFaultException", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "JobRepository", - "Namespace": "System.Management.Automation" + "Name": "WebFaultException`1", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "ValidateArgumentsAttribute", - "Namespace": "System.Management.Automation" + "Name": "JavascriptCallbackBehaviorAttribute", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "ValidateEnumeratedArgumentsAttribute", - "Namespace": "System.Management.Automation" + "Name": "AspNetCacheProfileAttribute", + "Namespace": "System.ServiceModel.Web" }, { - "Name": "DSCResourceRunAsCredential", - "Namespace": "System.Management.Automation" + "Name": "WebScriptServiceHostFactory", + "Namespace": "System.ServiceModel.Activation" }, { - "Name": "DscResourceAttribute", - "Namespace": "System.Management.Automation" + "Name": "WebServiceHostFactory", + "Namespace": "System.ServiceModel.Activation" }, { - "Name": "DscPropertyAttribute", - "Namespace": "System.Management.Automation" + "Name": "PowerBroadcastStatus", + "Namespace": "System.ServiceProcess" }, { - "Name": "DscLocalConfigurationManagerAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceAccount", + "Namespace": "System.ServiceProcess" }, { - "Name": "CmdletCommonMetadataAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceBase", + "Namespace": "System.ServiceProcess" }, { - "Name": "CmdletAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceController", + "Namespace": "System.ServiceProcess" }, { - "Name": "CmdletBindingAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceControllerPermission", + "Namespace": "System.ServiceProcess" }, { - "Name": "OutputTypeAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceControllerPermissionAccess", + "Namespace": "System.ServiceProcess" }, { - "Name": "DynamicClassImplementationAssemblyAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceControllerPermissionAttribute", + "Namespace": "System.ServiceProcess" }, { - "Name": "AliasAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceControllerPermissionEntry", + "Namespace": "System.ServiceProcess" }, { - "Name": "ParameterAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceControllerPermissionEntryCollection", + "Namespace": "System.ServiceProcess" }, { - "Name": "PSTypeNameAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceControllerStatus", + "Namespace": "System.ServiceProcess" }, { - "Name": "SupportsWildcardsAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceInstaller", + "Namespace": "System.ServiceProcess" }, { - "Name": "PSDefaultValueAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceProcessDescriptionAttribute", + "Namespace": "System.ServiceProcess" }, { - "Name": "HiddenAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceProcessInstaller", + "Namespace": "System.ServiceProcess" }, { - "Name": "ValidateLengthAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceStartMode", + "Namespace": "System.ServiceProcess" }, { - "Name": "ValidateRangeAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceType", + "Namespace": "System.ServiceProcess" }, { - "Name": "ValidatePatternAttribute", - "Namespace": "System.Management.Automation" + "Name": "SessionChangeReason", + "Namespace": "System.ServiceProcess" }, { - "Name": "ValidateScriptAttribute", - "Namespace": "System.Management.Automation" + "Name": "SessionChangeDescription", + "Namespace": "System.ServiceProcess" }, { - "Name": "ValidateCountAttribute", - "Namespace": "System.Management.Automation" + "Name": "TimeoutException", + "Namespace": "System.ServiceProcess" }, { - "Name": "ValidateSetAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceInstallerDialogResult", + "Namespace": "System.ServiceProcess.Design" }, { - "Name": "ValidateTrustedDataAttribute", - "Namespace": "System.Management.Automation" + "Name": "ServiceInstallerDialog", + "Namespace": "System.ServiceProcess.Design" }, { - "Name": "AllowNullAttribute", - "Namespace": "System.Management.Automation" + "Name": "BookmarkReachedEventArgs", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "AllowEmptyStringAttribute", - "Namespace": "System.Management.Automation" + "Name": "FilePrompt", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "AllowEmptyCollectionAttribute", - "Namespace": "System.Management.Automation" + "Name": "InstalledVoice", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "ValidateDriveAttribute", - "Namespace": "System.Management.Automation" + "Name": "Prompt", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "ValidateUserDriveAttribute", - "Namespace": "System.Management.Automation" + "Name": "SynthesisMediaType", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "ValidateNotNullAttribute", - "Namespace": "System.Management.Automation" + "Name": "SynthesisTextFormat", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "ValidateNotNullOrEmptyAttribute", - "Namespace": "System.Management.Automation" + "Name": "PromptBuilder", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "ArgumentTransformationAttribute", - "Namespace": "System.Management.Automation" + "Name": "PromptEventArgs", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "SessionCapabilities", - "Namespace": "System.Management.Automation" + "Name": "SpeakStartedEventArgs", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "CommandMetadata", - "Namespace": "System.Management.Automation" + "Name": "PromptStyle", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "WildcardOptions", - "Namespace": "System.Management.Automation" + "Name": "SayAs", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "WildcardPattern", - "Namespace": "System.Management.Automation" + "Name": "VoiceGender", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "WildcardPatternException", - "Namespace": "System.Management.Automation" + "Name": "VoiceAge", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "PSSerializer", - "Namespace": "System.Management.Automation" + "Name": "PromptRate", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "PSPrimitiveDictionary", - "Namespace": "System.Management.Automation" + "Name": "PromptVolume", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "PSDriveInfo", - "Namespace": "System.Management.Automation" + "Name": "PromptEmphasis", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "ProviderInfo", - "Namespace": "System.Management.Automation" + "Name": "PromptBreak", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "PathInfo", - "Namespace": "System.Management.Automation" + "Name": "SpeechSynthesizer", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "PathInfoStack", - "Namespace": "System.Management.Automation" + "Name": "SynthesizerState", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "FlowControlException", - "Namespace": "System.Management.Automation" + "Name": "SynthesizerEmphasis", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "LoopFlowException", - "Namespace": "System.Management.Automation" + "Name": "SpeakCompletedEventArgs", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "BreakException", - "Namespace": "System.Management.Automation" + "Name": "SpeakProgressEventArgs", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "ContinueException", - "Namespace": "System.Management.Automation" + "Name": "StateChangedEventArgs", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "ExitException", - "Namespace": "System.Management.Automation" + "Name": "VoiceInfo", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "TerminateException", - "Namespace": "System.Management.Automation" + "Name": "VoiceChangeEventArgs", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "SplitOptions", - "Namespace": "System.Management.Automation" + "Name": "VisemeReachedEventArgs", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "ScriptBlock", - "Namespace": "System.Management.Automation" + "Name": "PhonemeReachedEventArgs", + "Namespace": "System.Speech.Synthesis" }, { - "Name": "SteppablePipeline", - "Namespace": "System.Management.Automation" + "Name": "TtsEngineSsml", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "ScriptBlockToPowerShellNotSupportedException", - "Namespace": "System.Management.Automation" + "Name": "SpeechEventInfo", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "PSParser", - "Namespace": "System.Management.Automation" + "Name": "ITtsEngineSite", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "PSToken", - "Namespace": "System.Management.Automation" + "Name": "SkipInfo", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "PSTokenType", - "Namespace": "System.Management.Automation" + "Name": "TextFragment", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "PSParseError", - "Namespace": "System.Management.Automation" + "Name": "FragmentState", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "WhereOperatorSelectionMode", - "Namespace": "System.Management.Automation" + "Name": "Prosody", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "PSCredentialTypes", - "Namespace": "System.Management.Automation" + "Name": "ContourPoint", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "PSCredentialUIOptions", - "Namespace": "System.Management.Automation" + "Name": "ProsodyNumber", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "GetSymmetricEncryptionKey", - "Namespace": "System.Management.Automation" + "Name": "SayAs", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "PSCredential", - "Namespace": "System.Management.Automation" + "Name": "TtsEngineAction", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "PSSecurityException", - "Namespace": "System.Management.Automation" + "Name": "EmphasisWord", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "SigningOption", - "Namespace": "System.Management.Automation" + "Name": "EmphasisBreak", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "CatalogValidationStatus", - "Namespace": "System.Management.Automation" + "Name": "ProsodyPitch", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "CatalogInformation", - "Namespace": "System.Management.Automation" + "Name": "ProsodyRange", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "SecurityDescriptorCmdletProviderIntrinsics", - "Namespace": "System.Management.Automation" + "Name": "ProsodyRate", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "CommandOrigin", - "Namespace": "System.Management.Automation" + "Name": "ProsodyVolume", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "AuthorizationManager", - "Namespace": "System.Management.Automation" + "Name": "ProsodyUnit", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "CredentialAttribute", - "Namespace": "System.Management.Automation" + "Name": "TtsEventId", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "SignatureStatus", - "Namespace": "System.Management.Automation" + "Name": "EventParameterType", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "SignatureType", - "Namespace": "System.Management.Automation" + "Name": "SpeakOutputFormat", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "Signature", - "Namespace": "System.Management.Automation" + "Name": "ContourPointChangeType", + "Namespace": "System.Speech.Synthesis.TtsEngine" }, { - "Name": "CmsMessageRecipient", - "Namespace": "System.Management.Automation" + "Name": "Grammar", + "Namespace": "System.Speech.Recognition" }, { - "Name": "ResolutionPurpose", - "Namespace": "System.Management.Automation" + "Name": "SpeechUI", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PSVariable", - "Namespace": "System.Management.Automation" + "Name": "SubsetMatchingMode", + "Namespace": "System.Speech.Recognition" }, { - "Name": "ScopedItemOptions", - "Namespace": "System.Management.Automation" + "Name": "RecognitionEventArgs", + "Namespace": "System.Speech.Recognition" }, { - "Name": "VariablePath", - "Namespace": "System.Management.Automation" + "Name": "SpeechRecognizedEventArgs", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PSSnapInInfo", - "Namespace": "System.Management.Automation" + "Name": "SpeechRecognitionRejectedEventArgs", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PSInstaller", - "Namespace": "System.Management.Automation" + "Name": "SpeechHypothesizedEventArgs", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PSSnapInInstaller", - "Namespace": "System.Management.Automation" + "Name": "RecognitionResult", + "Namespace": "System.Speech.Recognition" }, { - "Name": "CustomPSSnapIn", - "Namespace": "System.Management.Automation" + "Name": "ReplacementText", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PSSnapIn", - "Namespace": "System.Management.Automation" + "Name": "RecognizedAudio", + "Namespace": "System.Speech.Recognition" }, { - "Name": "CommandNotFoundException", - "Namespace": "System.Management.Automation" + "Name": "RecognizedPhrase", + "Namespace": "System.Speech.Recognition" }, { - "Name": "ScriptRequiresException", - "Namespace": "System.Management.Automation" + "Name": "RecognizedWordUnit", + "Namespace": "System.Speech.Recognition" }, { - "Name": "ApplicationFailedException", - "Namespace": "System.Management.Automation" + "Name": "DisplayAttributes", + "Namespace": "System.Speech.Recognition" }, { - "Name": "ProviderCmdlet", - "Namespace": "System.Management.Automation" + "Name": "SemanticValue", + "Namespace": "System.Speech.Recognition" }, { - "Name": "CmdletInvocationException", - "Namespace": "System.Management.Automation" + "Name": "AudioLevelUpdatedEventArgs", + "Namespace": "System.Speech.Recognition" }, { - "Name": "CmdletProviderInvocationException", - "Namespace": "System.Management.Automation" + "Name": "AudioSignalProblem", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PipelineStoppedException", - "Namespace": "System.Management.Automation" + "Name": "AudioSignalProblemOccurredEventArgs", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PipelineClosedException", - "Namespace": "System.Management.Automation" + "Name": "AudioState", + "Namespace": "System.Speech.Recognition" }, { - "Name": "ActionPreferenceStopException", - "Namespace": "System.Management.Automation" + "Name": "AudioStateChangedEventArgs", + "Namespace": "System.Speech.Recognition" }, { - "Name": "ParentContainsErrorRecordException", - "Namespace": "System.Management.Automation" + "Name": "Choices", + "Namespace": "System.Speech.Recognition" }, { - "Name": "RedirectedException", - "Namespace": "System.Management.Automation" + "Name": "DictationGrammar", + "Namespace": "System.Speech.Recognition" }, { - "Name": "ScriptCallDepthException", - "Namespace": "System.Management.Automation" + "Name": "EmulateRecognizeCompletedEventArgs", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PipelineDepthException", - "Namespace": "System.Management.Automation" + "Name": "GrammarBuilder", + "Namespace": "System.Speech.Recognition" }, { - "Name": "HaltCommandException", - "Namespace": "System.Management.Automation" + "Name": "LoadGrammarCompletedEventArgs", + "Namespace": "System.Speech.Recognition" }, { - "Name": "MetadataException", - "Namespace": "System.Management.Automation" + "Name": "RecognizeCompletedEventArgs", + "Namespace": "System.Speech.Recognition" }, { - "Name": "ValidationMetadataException", - "Namespace": "System.Management.Automation" + "Name": "RecognizeMode", + "Namespace": "System.Speech.Recognition" }, { - "Name": "ArgumentTransformationMetadataException", - "Namespace": "System.Management.Automation" + "Name": "RecognizerInfo", + "Namespace": "System.Speech.Recognition" }, { - "Name": "ParsingMetadataException", - "Namespace": "System.Management.Automation" + "Name": "RecognizerState", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PSArgumentException", - "Namespace": "System.Management.Automation" + "Name": "StateChangedEventArgs", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PSArgumentNullException", - "Namespace": "System.Management.Automation" + "Name": "SemanticResultKey", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PSArgumentOutOfRangeException", - "Namespace": "System.Management.Automation" + "Name": "SemanticResultValue", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PSInvalidOperationException", - "Namespace": "System.Management.Automation" + "Name": "SpeechDetectedEventArgs", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PSNotImplementedException", - "Namespace": "System.Management.Automation" + "Name": "SpeechRecognitionEngine", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PSNotSupportedException", - "Namespace": "System.Management.Automation" + "Name": "SpeechRecognizer", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PSObjectDisposedException", - "Namespace": "System.Management.Automation" + "Name": "RecognizerUpdateReachedEventArgs", + "Namespace": "System.Speech.Recognition" }, { - "Name": "PSTraceSource", - "Namespace": "System.Management.Automation" + "Name": "SrgsDocument", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "ParameterBindingException", - "Namespace": "System.Management.Automation" + "Name": "SrgsGrammarMode", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "ParseException", - "Namespace": "System.Management.Automation" + "Name": "SrgsPhoneticAlphabet", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "IncompleteParseException", - "Namespace": "System.Management.Automation" + "Name": "SrgsElement", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "RuntimeException", - "Namespace": "System.Management.Automation" + "Name": "SrgsGrammarCompiler", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "ProviderInvocationException", - "Namespace": "System.Management.Automation" + "Name": "SrgsItem", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "SessionStateCategory", - "Namespace": "System.Management.Automation" + "Name": "SrgsNameValueTag", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "SessionStateException", - "Namespace": "System.Management.Automation" + "Name": "SrgsOneOf", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "SessionStateOverflowException", - "Namespace": "System.Management.Automation" + "Name": "SrgsRule", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "SessionStateUnauthorizedAccessException", - "Namespace": "System.Management.Automation" + "Name": "SrgsRuleScope", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "ProviderNotFoundException", - "Namespace": "System.Management.Automation" + "Name": "SrgsRuleRef", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "ProviderNameAmbiguousException", - "Namespace": "System.Management.Automation" + "Name": "SrgsRulesCollection", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "DriveNotFoundException", - "Namespace": "System.Management.Automation" + "Name": "SrgsSubset", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "ItemNotFoundException", - "Namespace": "System.Management.Automation" + "Name": "SrgsSemanticInterpretationTag", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "PSTraceSourceOptions", - "Namespace": "System.Management.Automation" + "Name": "SrgsText", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "VerbsCommon", - "Namespace": "System.Management.Automation" + "Name": "SrgsToken", + "Namespace": "System.Speech.Recognition.SrgsGrammar" }, { - "Name": "VerbsData", - "Namespace": "System.Management.Automation" + "Name": "EncodingFormat", + "Namespace": "System.Speech.AudioFormat" }, { - "Name": "VerbsLifecycle", - "Namespace": "System.Management.Automation" + "Name": "SpeechAudioFormatInfo", + "Namespace": "System.Speech.AudioFormat" }, { - "Name": "VerbsDiagnostic", - "Namespace": "System.Management.Automation" + "Name": "AudioChannel", + "Namespace": "System.Speech.AudioFormat" }, { - "Name": "VerbsCommunications", - "Namespace": "System.Management.Automation" + "Name": "AudioBitsPerSample", + "Namespace": "System.Speech.AudioFormat" }, { - "Name": "VerbsSecurity", - "Namespace": "System.Management.Automation" + "Name": "MembershipCreateUserException", + "Namespace": "System.Web.Security" }, { - "Name": "VerbsOther", - "Namespace": "System.Management.Automation" + "Name": "MembershipUserCollection", + "Namespace": "System.Web.Security" }, { - "Name": "IBackgroundDispatcher", - "Namespace": "System.Management.Automation" + "Name": "MembershipCreateStatus", + "Namespace": "System.Web.Security" }, { - "Name": "BackgroundDispatcher", - "Namespace": "System.Management.Automation" + "Name": "MembershipPasswordFormat", + "Namespace": "System.Web.Security" }, { - "Name": "PSTransactionStatus", - "Namespace": "System.Management.Automation" + "Name": "MembershipProviderCollection", + "Namespace": "System.Web.Security" }, { - "Name": "PSTransaction", - "Namespace": "System.Management.Automation" + "Name": "MembershipValidatePasswordEventHandler", + "Namespace": "System.Web.Security" }, { - "Name": "PSTransactionContext", - "Namespace": "System.Management.Automation" + "Name": "ValidatePasswordEventArgs", + "Namespace": "System.Web.Security" }, { - "Name": "RollbackSeverity", - "Namespace": "System.Management.Automation" + "Name": "MembershipProvider", + "Namespace": "System.Web.Security" }, { - "Name": "ExtendedTypeDefinition", - "Namespace": "System.Management.Automation" + "Name": "MembershipPasswordException", + "Namespace": "System.Web.Security" }, { - "Name": "FormatViewDefinition", - "Namespace": "System.Management.Automation" + "Name": "MembershipUser", + "Namespace": "System.Web.Security" }, { - "Name": "PSControl", - "Namespace": "System.Management.Automation" + "Name": "RoleProvider", + "Namespace": "System.Web.Security" }, { - "Name": "PSControlGroupBy", - "Namespace": "System.Management.Automation" + "Name": "CustomLoaderAttribute", + "Namespace": "System.Web.Hosting" }, { - "Name": "DisplayEntry", - "Namespace": "System.Management.Automation" + "Name": "MembershipPasswordCompatibilityMode", + "Namespace": "System.Web.Configuration" }, { - "Name": "EntrySelectedBy", - "Namespace": "System.Management.Automation" + "Name": "Annotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "Alignment", - "Namespace": "System.Management.Automation" + "Name": "AnnotationCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "DisplayEntryValueType", - "Namespace": "System.Management.Automation" + "Name": "ArrowStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CustomControl", - "Namespace": "System.Management.Automation" + "Name": "ArrowAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CustomControlEntry", - "Namespace": "System.Management.Automation" + "Name": "CalloutStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CustomItemBase", - "Namespace": "System.Management.Automation" + "Name": "CalloutAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CustomItemExpression", - "Namespace": "System.Management.Automation" + "Name": "AnnotationGroup", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CustomItemFrame", - "Namespace": "System.Management.Automation" + "Name": "ImageAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CustomItemNewline", - "Namespace": "System.Management.Automation" + "Name": "LineAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CustomItemText", - "Namespace": "System.Management.Automation" + "Name": "VerticalLineAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CustomEntryBuilder", - "Namespace": "System.Management.Automation" + "Name": "HorizontalLineAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CustomControlBuilder", - "Namespace": "System.Management.Automation" + "Name": "PolylineAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ListControl", - "Namespace": "System.Management.Automation" + "Name": "PolygonAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ListControlEntry", - "Namespace": "System.Management.Automation" + "Name": "AnnotationPathPointCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ListControlEntryItem", - "Namespace": "System.Management.Automation" + "Name": "AnnotationPathPoint", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ListEntryBuilder", - "Namespace": "System.Management.Automation" + "Name": "RectangleAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ListControlBuilder", - "Namespace": "System.Management.Automation" + "Name": "EllipseAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "TableControl", - "Namespace": "System.Management.Automation" + "Name": "Border3DAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "TableControlColumnHeader", - "Namespace": "System.Management.Automation" + "Name": "TextAnnotation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "TableControlColumn", - "Namespace": "System.Management.Automation" + "Name": "AnnotationSmartLabelStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "TableControlRow", - "Namespace": "System.Management.Automation" + "Name": "BorderSkinStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "TableRowDefinitionBuilder", - "Namespace": "System.Management.Automation" + "Name": "BorderSkin", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "TableControlBuilder", - "Namespace": "System.Management.Automation" + "Name": "DataPointComparer", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "WideControl", - "Namespace": "System.Management.Automation" + "Name": "DataPointCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "WideControlEntryItem", - "Namespace": "System.Management.Automation" + "Name": "DataPoint", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "WideControlBuilder", - "Namespace": "System.Management.Automation" + "Name": "DataPointCustomProperties", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CommandCompletion", - "Namespace": "System.Management.Automation" + "Name": "CustomProperties", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CompletionCompleters", - "Namespace": "System.Management.Automation" + "Name": "AxisType", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CompletionResultType", - "Namespace": "System.Management.Automation" + "Name": "PointSortOrder", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CompletionResult", - "Namespace": "System.Management.Automation" + "Name": "SeriesCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ArgumentCompleterAttribute", - "Namespace": "System.Management.Automation" + "Name": "Series", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "IArgumentCompleter", - "Namespace": "System.Management.Automation" + "Name": "LabelAutoFitStyles", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "RegisterArgumentCompleterCommand", - "Namespace": "System.Management.Automation" + "Name": "AxisName", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CounterSetInstanceBase", - "Namespace": "System.Management.Automation.PerformanceData" + "Name": "Axis", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSCounterSetInstance", - "Namespace": "System.Management.Automation.PerformanceData" + "Name": "IntervalAutoMode", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CounterInfo", - "Namespace": "System.Management.Automation.PerformanceData" + "Name": "AxisArrowStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CounterSetRegistrarBase", - "Namespace": "System.Management.Automation.PerformanceData" + "Name": "BreakLineStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSCounterSetRegistrar", - "Namespace": "System.Management.Automation.PerformanceData" + "Name": "StartFromZero", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSPerfCountersMgr", - "Namespace": "System.Management.Automation.PerformanceData" + "Name": "AxisScaleBreakStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PowerShellTraceEvent", - "Namespace": "System.Management.Automation.Tracing" + "Name": "AxisScaleView", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PowerShellTraceChannel", - "Namespace": "System.Management.Automation.Tracing" + "Name": "ChartElement", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PowerShellTraceLevel", - "Namespace": "System.Management.Automation.Tracing" + "Name": "ChartNamedElement", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PowerShellTraceOperationCode", - "Namespace": "System.Management.Automation.Tracing" + "Name": "ChartElementCollection`1", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PowerShellTraceTask", - "Namespace": "System.Management.Automation.Tracing" + "Name": "ChartNamedElementCollection`1", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PowerShellTraceKeywords", - "Namespace": "System.Management.Automation.Tracing" + "Name": "ChartImageType", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "BaseChannelWriter", - "Namespace": "System.Management.Automation.Tracing" + "Name": "ChartPaintEventArgs", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "NullWriter", - "Namespace": "System.Management.Automation.Tracing" + "Name": "FormatNumberEventArgs", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PowerShellChannelWriter", - "Namespace": "System.Management.Automation.Tracing" + "Name": "AreaAlignmentOrientations", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PowerShellTraceSource", - "Namespace": "System.Management.Automation.Tracing" + "Name": "AreaAlignmentStyles", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PowerShellTraceSourceFactory", - "Namespace": "System.Management.Automation.Tracing" + "Name": "ChartArea", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "EtwEvent", - "Namespace": "System.Management.Automation.Tracing" + "Name": "LightStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CallbackNoParameter", - "Namespace": "System.Management.Automation.Tracing" + "Name": "ChartArea3DStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CallbackWithState", - "Namespace": "System.Management.Automation.Tracing" + "Name": "ChartAreaCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CallbackWithStateAndArgs", - "Namespace": "System.Management.Automation.Tracing" + "Name": "LabelAlignmentStyles", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "EtwEventArgs", - "Namespace": "System.Management.Automation.Tracing" + "Name": "SeriesChartType", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "EtwActivity", - "Namespace": "System.Management.Automation.Tracing" + "Name": "ChartImageAlignmentStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "IEtwActivityReverter", - "Namespace": "System.Management.Automation.Tracing" + "Name": "ChartImageWrapMode", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "IEtwEventCorrelator", - "Namespace": "System.Management.Automation.Tracing" + "Name": "AxisEnabled", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "EtwEventCorrelator", - "Namespace": "System.Management.Automation.Tracing" + "Name": "DateTimeIntervalType", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "Tracer", - "Namespace": "System.Management.Automation.Tracing" + "Name": "ChartValueType", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "SystemEnforcementMode", - "Namespace": "System.Management.Automation.Security" + "Name": "ChartHatchStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "SystemPolicy", - "Namespace": "System.Management.Automation.Security" + "Name": "TextAntiAliasingQuality", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ContainerCmdletProvider", - "Namespace": "System.Management.Automation.Provider" + "Name": "AntiAliasingStyles", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "DriveCmdletProvider", - "Namespace": "System.Management.Automation.Provider" + "Name": "MarkerStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "IContentCmdletProvider", - "Namespace": "System.Management.Automation.Provider" + "Name": "GradientStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "IContentReader", - "Namespace": "System.Management.Automation.Provider" + "Name": "ChartDashStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "IContentWriter", - "Namespace": "System.Management.Automation.Provider" + "Name": "ChartGraphics", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "IDynamicPropertyCmdletProvider", - "Namespace": "System.Management.Automation.Provider" + "Name": "Point3D", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ISecurityDescriptorCmdletProvider", - "Namespace": "System.Management.Automation.Provider" + "Name": "SerializationFormat", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "IPropertyCmdletProvider", - "Namespace": "System.Management.Automation.Provider" + "Name": "SerializationContents", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ItemCmdletProvider", - "Namespace": "System.Management.Automation.Provider" + "Name": "ChartSerializer", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "NavigationCmdletProvider", - "Namespace": "System.Management.Automation.Provider" + "Name": "IntervalType", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ICmdletProviderSupportsHelp", - "Namespace": "System.Management.Automation.Provider" + "Name": "DateRangeType", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CmdletProvider", - "Namespace": "System.Management.Automation.Provider" + "Name": "CompareMethod", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CmdletProviderAttribute", - "Namespace": "System.Management.Automation.Provider" + "Name": "IDataPointFilter", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ProviderCapabilities", - "Namespace": "System.Management.Automation.Provider" + "Name": "DataManipulator", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "OriginInfo", - "Namespace": "System.Management.Automation.Remoting" + "Name": "FinancialFormula", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CmdletMethodInvoker`1", - "Namespace": "System.Management.Automation.Remoting" + "Name": "DataFormula", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSRemotingDataStructureException", - "Namespace": "System.Management.Automation.Remoting" + "Name": "TickMarkStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSRemotingTransportException", - "Namespace": "System.Management.Automation.Remoting" + "Name": "TickMark", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSRemotingTransportRedirectException", - "Namespace": "System.Management.Automation.Remoting" + "Name": "Grid", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSDirectException", - "Namespace": "System.Management.Automation.Remoting" + "Name": "MapAreaShape", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ProxyAccessType", - "Namespace": "System.Management.Automation.Remoting" + "Name": "IChartMapArea", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSSessionOption", - "Namespace": "System.Management.Automation.Remoting" + "Name": "MapArea", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSSenderInfo", - "Namespace": "System.Management.Automation.Remoting" + "Name": "MapAreasCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSPrincipal", - "Namespace": "System.Management.Automation.Remoting" + "Name": "LabelMarkStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSIdentity", - "Namespace": "System.Management.Automation.Remoting" + "Name": "GridTickTypes", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSCertificateDetails", - "Namespace": "System.Management.Automation.Remoting" + "Name": "CustomLabelsCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSSessionConfiguration", - "Namespace": "System.Management.Automation.Remoting" + "Name": "CustomLabel", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "SessionType", - "Namespace": "System.Management.Automation.Remoting" + "Name": "LabelStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSSessionConfigurationData", - "Namespace": "System.Management.Automation.Remoting" + "Name": "LegendItemOrder", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "WSManPluginManagedEntryWrapper", - "Namespace": "System.Management.Automation.Remoting" + "Name": "LegendSeparatorStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "WSManPluginManagedEntryInstanceWrapper", - "Namespace": "System.Management.Automation.Remoting" + "Name": "LegendImageStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "WSManServerChannelEvents", - "Namespace": "System.Management.Automation.Remoting.WSMan" + "Name": "LegendStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ActiveSessionsChangedEventArgs", - "Namespace": "System.Management.Automation.Remoting.WSMan" + "Name": "LegendTableStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSStreamObjectType", - "Namespace": "System.Management.Automation.Remoting.Internal" + "Name": "Legend", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSStreamObject", - "Namespace": "System.Management.Automation.Remoting.Internal" + "Name": "LegendCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ChoiceDescription", - "Namespace": "System.Management.Automation.Host" + "Name": "LegendItemsCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "FieldDescription", - "Namespace": "System.Management.Automation.Host" + "Name": "LegendItem", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSHost", - "Namespace": "System.Management.Automation.Host" + "Name": "LegendCellType", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "IHostSupportsInteractiveSession", - "Namespace": "System.Management.Automation.Host" + "Name": "LegendCellColumnType", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "Coordinates", - "Namespace": "System.Management.Automation.Host" + "Name": "LegendCellColumn", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "Size", - "Namespace": "System.Management.Automation.Host" + "Name": "LegendCell", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ReadKeyOptions", - "Namespace": "System.Management.Automation.Host" + "Name": "Margins", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ControlKeyStates", - "Namespace": "System.Management.Automation.Host" + "Name": "LegendCellCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "KeyInfo", - "Namespace": "System.Management.Automation.Host" + "Name": "LegendCellColumnCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "Rectangle", - "Namespace": "System.Management.Automation.Host" + "Name": "NamedImagesCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "BufferCell", - "Namespace": "System.Management.Automation.Host" + "Name": "NamedImage", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "BufferCellType", - "Namespace": "System.Management.Automation.Host" + "Name": "ChartElementType", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSHostRawUserInterface", - "Namespace": "System.Management.Automation.Host" + "Name": "HitTestResult", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSHostUserInterface", - "Namespace": "System.Management.Automation.Host" + "Name": "ChartElementOutline", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "IHostUISupportsMultipleChoiceSelection", - "Namespace": "System.Management.Automation.Host" + "Name": "LineAnchorCapStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "HostException", - "Namespace": "System.Management.Automation.Host" + "Name": "LabelCalloutStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PromptingException", - "Namespace": "System.Management.Automation.Host" + "Name": "LabelOutsidePlotAreaStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "TypeTableLoadException", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "SmartLabelStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "TypeData", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "StatisticFormula", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "TypeMemberData", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "TTestResult", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "NotePropertyData", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "FTestResult", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "AliasPropertyData", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "AnovaResult", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ScriptPropertyData", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "ZTestResult", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CodePropertyData", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "StripLinesCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "ScriptMethodData", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "StripLine", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CodeMethodData", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "Docking", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PropertySetData", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "TextStyle", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "MemberSetData", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "TextOrientation", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "TypeTable", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "Title", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "Command", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "TitleCollection", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PipelineResultTypes", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "ChartColorPalette", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "CommandCollection", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "ElementPosition", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "InvalidRunspaceStateException", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "ImageStorageMode", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "RunspaceState", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "ChartImageFormat", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "PSThreadOptions", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "RenderType", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "RunspaceStateInfo", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "Chart", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "RunspaceStateEventArgs", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "CustomizeMapAreasEventArgs", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "RunspaceAvailability", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "CustomizeLegendEventArgs", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "RunspaceAvailabilityEventArgs", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "RightToLeft", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "RunspaceCapability", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "ChartHttpHandler", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "Runspace", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "ChartHttpHandlerStorageType", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "SessionStateProxy", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "IChartStorageHandler", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "RunspaceFactory", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "ChartHttpHandlerSettings", + "Namespace": "System.Web.UI.DataVisualization.Charting" }, { - "Name": "RunspaceOpenModuleLoadException", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DataControlExtensions", + "Namespace": "System.Web.UI" }, { - "Name": "CommandParameter", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "ContainerType", + "Namespace": "System.Web.DynamicData" }, { - "Name": "CommandParameterCollection", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "ContextConfiguration", + "Namespace": "System.Web.DynamicData" }, { - "Name": "InvalidPipelineStateException", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DataControlReference", + "Namespace": "System.Web.DynamicData" }, { - "Name": "PipelineState", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "ControlFilterExpression", + "Namespace": "System.Web.DynamicData" }, { - "Name": "PipelineStateInfo", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DataControlReferenceCollection", + "Namespace": "System.Web.DynamicData" }, { - "Name": "PipelineStateEventArgs", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DefaultAutoFieldGenerator", + "Namespace": "System.Web.DynamicData" }, { - "Name": "Pipeline", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicControl", + "Namespace": "System.Web.DynamicData" }, { - "Name": "InvalidRunspacePoolStateException", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicControlParameter", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RunspacePoolState", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicDataExtensions", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RunspacePoolStateChangedEventArgs", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicDataManager", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RunspacePoolAvailability", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicDataRoute", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RunspacePoolCapability", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicDataRouteHandler", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RunspacePool", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicEntity", + "Namespace": "System.Web.DynamicData" }, { - "Name": "PowerShellProcessInstance", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicField", + "Namespace": "System.Web.DynamicData" }, { - "Name": "TargetMachineType", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicFilter", + "Namespace": "System.Web.DynamicData" }, { - "Name": "PSSession", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicFilterExpression", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RemotingErrorRecord", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicHyperLink", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RemotingProgressRecord", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicRouteExpression", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RemotingWarningRecord", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicQueryStringParameter", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RemotingDebugRecord", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicValidator", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RemotingVerboseRecord", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityTemplateFactory", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RemotingInformationRecord", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityTemplateUserControl", + "Namespace": "System.Web.DynamicData" }, { - "Name": "AuthenticationMechanism", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "FilterFactory", + "Namespace": "System.Web.DynamicData" }, { - "Name": "PSSessionType", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "IFilterExpressionProvider", + "Namespace": "System.Web.DynamicData" }, { - "Name": "PSSessionConfigurationAccessMode", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "FieldTemplateFactory", + "Namespace": "System.Web.DynamicData" }, { - "Name": "OutputBufferingMode", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "FieldTemplateUserControl", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RunspaceConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "FilterRepeater", + "Namespace": "System.Web.DynamicData" }, { - "Name": "WSManConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "FilterUserControlBase", + "Namespace": "System.Web.DynamicData" }, { - "Name": "NamedPipeConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "IControlParameterTarget", + "Namespace": "System.Web.DynamicData" }, { - "Name": "VMConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "IFieldFormattingOptions", + "Namespace": "System.Web.DynamicData" }, { - "Name": "ContainerConnectionInfo", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "IFieldTemplate", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RunspaceConfiguration", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "IFieldTemplateFactory", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RunspaceConfigurationEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "IFieldTemplateHost", + "Namespace": "System.Web.DynamicData" }, { - "Name": "TypeConfigurationEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "IWhereParametersProvider", + "Namespace": "System.Web.DynamicData" }, { - "Name": "FormatConfigurationEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "MetaChildrenColumn", + "Namespace": "System.Web.DynamicData" }, { - "Name": "CmdletConfigurationEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "MetaColumn", + "Namespace": "System.Web.DynamicData" }, { - "Name": "ProviderConfigurationEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "MetaForeignKeyColumn", + "Namespace": "System.Web.DynamicData" }, { - "Name": "ScriptConfigurationEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "MetaModel", + "Namespace": "System.Web.DynamicData" }, { - "Name": "AssemblyConfigurationEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "MetaTable", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RunspaceConfigurationEntryCollection`1", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "PageAction", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RunspaceConfigurationTypeAttribute", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "QueryableFilterRepeater", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RunspaceConfigurationAttributeException", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "QueryableFilterUserControl", + "Namespace": "System.Web.DynamicData" }, { - "Name": "RunspaceConfigurationTypeException", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "TableNameAttribute", + "Namespace": "System.Web.DynamicData" }, { - "Name": "InitialSessionStateEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityTemplate", + "Namespace": "System.Web.DynamicData" }, { - "Name": "ConstrainedSessionStateEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "AssociationDirection", + "Namespace": "System.Web.DynamicData.ModelProviders" }, { - "Name": "SessionStateCommandEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "AssociationProvider", + "Namespace": "System.Web.DynamicData.ModelProviders" }, { - "Name": "SessionStateTypeEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "ColumnProvider", + "Namespace": "System.Web.DynamicData.ModelProviders" }, { - "Name": "SessionStateFormatEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DataModelProvider", + "Namespace": "System.Web.DynamicData.ModelProviders" }, { - "Name": "SessionStateAssemblyEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "TableProvider", + "Namespace": "System.Web.DynamicData.ModelProviders" }, { - "Name": "SessionStateCmdletEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DataControlReferenceCollectionEditor", + "Namespace": "System.Web.DynamicData.Design" }, { - "Name": "SessionStateProviderEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DataControlReferenceIDConverter", + "Namespace": "System.Web.DynamicData.Design" }, { - "Name": "SessionStateScriptEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicDataManagerDesigner", + "Namespace": "System.Web.DynamicData.Design" }, { - "Name": "SessionStateAliasEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "DynamicFieldDesigner", + "Namespace": "System.Web.DynamicData.Design" }, { - "Name": "SessionStateApplicationEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityDataSource", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionStateFunctionEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityDataSourceChangedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionStateWorkflowEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityDataSourceChangingEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionStateVariableEntry", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityDataSourceContextCreatedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "InitialSessionStateEntryCollection`1", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityDataSourceContextCreatingEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "InitialSessionState", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityDataSourceContextDisposingEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PSConsoleLoadException", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityDataSourceSelectedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PSSnapInException", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityDataSourceSelectingEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PipelineReader`1", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityDataSourceValidationException", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PipelineWriter", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityDataSourceView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "FormatTableLoadException", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "FormatTable", - "Namespace": "System.Management.Automation.Runspaces" + "Name": "EntityDesignerDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "NullString", - "Namespace": "System.Management.Automation.Language" + "Name": "WebServiceErrorEvent", + "Namespace": "System.Web.Management" }, { - "Name": "CodeGeneration", - "Namespace": "System.Management.Automation.Language" + "Name": "IWcfReferenceReceiveContextInformation", + "Namespace": "System.Web.Compilation" }, { - "Name": "Ast", - "Namespace": "System.Management.Automation.Language" + "Name": "WCFBuildProvider", + "Namespace": "System.Web.Compilation" }, { - "Name": "ErrorStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "DynamicClass", + "Namespace": "System.Web.Query.Dynamic" }, { - "Name": "ErrorExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ParseException", + "Namespace": "System.Web.Query.Dynamic" }, { - "Name": "ScriptRequirements", - "Namespace": "System.Management.Automation.Language" + "Name": "AsyncPostBackErrorEventArgs", + "Namespace": "System.Web.UI" }, { - "Name": "ScriptBlockAst", - "Namespace": "System.Management.Automation.Language" + "Name": "AsyncPostBackTrigger", + "Namespace": "System.Web.UI" }, { - "Name": "ParamBlockAst", - "Namespace": "System.Management.Automation.Language" + "Name": "AuthenticationServiceManager", + "Namespace": "System.Web.UI" }, { - "Name": "NamedBlockAst", - "Namespace": "System.Management.Automation.Language" + "Name": "CompositeScriptReference", + "Namespace": "System.Web.UI" }, { - "Name": "NamedAttributeArgumentAst", - "Namespace": "System.Management.Automation.Language" + "Name": "CompositeScriptReferenceEventArgs", + "Namespace": "System.Web.UI" }, { - "Name": "AttributeBaseAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ExtenderControl", + "Namespace": "System.Web.UI" }, { - "Name": "AttributeAst", - "Namespace": "System.Management.Automation.Language" + "Name": "HistoryEventArgs", + "Namespace": "System.Web.UI" }, { - "Name": "TypeConstraintAst", - "Namespace": "System.Management.Automation.Language" + "Name": "IExtenderControl", + "Namespace": "System.Web.UI" }, { - "Name": "ParameterAst", - "Namespace": "System.Management.Automation.Language" + "Name": "IScriptControl", + "Namespace": "System.Web.UI" }, { - "Name": "StatementBlockAst", - "Namespace": "System.Management.Automation.Language" + "Name": "AjaxFrameworkMode", + "Namespace": "System.Web.UI" }, { - "Name": "StatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "PostBackTrigger", + "Namespace": "System.Web.UI" }, { - "Name": "TypeAttributes", - "Namespace": "System.Management.Automation.Language" + "Name": "ProfileServiceManager", + "Namespace": "System.Web.UI" }, { - "Name": "TypeDefinitionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "RegisteredArrayDeclaration", + "Namespace": "System.Web.UI" }, { - "Name": "UsingStatementKind", - "Namespace": "System.Management.Automation.Language" + "Name": "RegisteredDisposeScript", + "Namespace": "System.Web.UI" }, { - "Name": "UsingStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "RegisteredExpandoAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "MemberAst", - "Namespace": "System.Management.Automation.Language" + "Name": "RegisteredHiddenField", + "Namespace": "System.Web.UI" }, { - "Name": "PropertyAttributes", - "Namespace": "System.Management.Automation.Language" + "Name": "RegisteredScript", + "Namespace": "System.Web.UI" }, { - "Name": "PropertyMemberAst", - "Namespace": "System.Management.Automation.Language" + "Name": "RegisteredScriptType", + "Namespace": "System.Web.UI" }, { - "Name": "MethodAttributes", - "Namespace": "System.Management.Automation.Language" + "Name": "RoleServiceManager", + "Namespace": "System.Web.UI" }, { - "Name": "FunctionMemberAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptBehaviorDescriptor", + "Namespace": "System.Web.UI" }, { - "Name": "FunctionDefinitionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptComponentDescriptor", + "Namespace": "System.Web.UI" }, { - "Name": "IfStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptControl", + "Namespace": "System.Web.UI" }, { - "Name": "DataStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptControlDescriptor", + "Namespace": "System.Web.UI" }, { - "Name": "LabeledStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptDescriptor", + "Namespace": "System.Web.UI" }, { - "Name": "LoopStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptManager", + "Namespace": "System.Web.UI" }, { - "Name": "ForEachFlags", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptManagerProxy", + "Namespace": "System.Web.UI" }, { - "Name": "ForEachStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptMode", + "Namespace": "System.Web.UI" }, { - "Name": "ForStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptReference", + "Namespace": "System.Web.UI" }, { - "Name": "DoWhileStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptReferenceBase", + "Namespace": "System.Web.UI" }, { - "Name": "DoUntilStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptReferenceCollection", + "Namespace": "System.Web.UI" }, { - "Name": "WhileStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptReferenceEventArgs", + "Namespace": "System.Web.UI" }, { - "Name": "SwitchFlags", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptResourceAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "SwitchStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptResourceDefinition", + "Namespace": "System.Web.UI" }, { - "Name": "CatchClauseAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptResourceMapping", + "Namespace": "System.Web.UI" }, { - "Name": "TryStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ServiceReference", + "Namespace": "System.Web.UI" }, { - "Name": "TrapStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ServiceReferenceCollection", + "Namespace": "System.Web.UI" }, { - "Name": "BreakStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "TargetControlTypeAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "ContinueStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "Timer", + "Namespace": "System.Web.UI" }, { - "Name": "ReturnStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "UpdatePanel", + "Namespace": "System.Web.UI" }, { - "Name": "ExitStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "UpdatePanelControlTrigger", + "Namespace": "System.Web.UI" }, { - "Name": "ThrowStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "UpdatePanelRenderMode", + "Namespace": "System.Web.UI" }, { - "Name": "PipelineBaseAst", - "Namespace": "System.Management.Automation.Language" + "Name": "UpdatePanelTrigger", + "Namespace": "System.Web.UI" }, { - "Name": "PipelineAst", - "Namespace": "System.Management.Automation.Language" + "Name": "UpdatePanelTriggerCollection", + "Namespace": "System.Web.UI" }, { - "Name": "CommandElementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "UpdatePanelUpdateMode", + "Namespace": "System.Web.UI" }, { - "Name": "CommandParameterAst", - "Namespace": "System.Management.Automation.Language" + "Name": "UpdateProgress", + "Namespace": "System.Web.UI" }, { - "Name": "CommandBaseAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ContextDataSource", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "CommandAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ContextDataSourceContextData", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "CommandExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ContextDataSourceView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RedirectionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "DataPager", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RedirectionStream", - "Namespace": "System.Management.Automation.Language" + "Name": "DataPagerCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "MergingRedirectionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "DataPagerField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "FileRedirectionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "DataPagerFieldCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "AssignmentStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "DataPagerFieldCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ConfigurationType", - "Namespace": "System.Management.Automation.Language" + "Name": "DataPagerFieldItem", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ConfigurationDefinitionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "InsertItemPosition", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DynamicKeywordStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "IPageableItemContainer", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "IQueryableDataSource", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "BinaryExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "LinqDataSource", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "UnaryExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "LinqDataSourceContextEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "BlockStatementAst", - "Namespace": "System.Management.Automation.Language" + "Name": "LinqDataSourceDeleteEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "AttributedExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "LinqDataSourceDisposeEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ConvertExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "LinqDataSourceInsertEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "MemberExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "LinqDataSourceSelectEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "InvokeMemberExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "LinqDataSourceStatusEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "BaseCtorInvokeMemberExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "LinqDataSourceUpdateEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ITypeName", - "Namespace": "System.Management.Automation.Language" + "Name": "LinqDataSourceValidationException", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TypeName", - "Namespace": "System.Management.Automation.Language" + "Name": "LinqDataSourceView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "GenericTypeName", - "Namespace": "System.Management.Automation.Language" + "Name": "ListView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ArrayTypeName", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewCancelEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ReflectionTypeName", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewCancelMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TypeExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "VariableExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewDataItem", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ConstantExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewDeletedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "StringConstantType", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewDeleteEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "StringConstantExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewEditEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ExpandableStringExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewInsertedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ScriptBlockExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewInsertEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ArrayLiteralAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewItem", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HashtableAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewItemEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ArrayExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewItemType", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ParenExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewPagedDataSource", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SubExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewSelectEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "UsingExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewSortEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IndexExpressionAst", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewUpdatedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "CommentHelpInfo", - "Namespace": "System.Management.Automation.Language" + "Name": "ListViewUpdateEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ICustomAstVisitor", - "Namespace": "System.Management.Automation.Language" + "Name": "NextPreviousPagerField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ICustomAstVisitor2", - "Namespace": "System.Management.Automation.Language" + "Name": "NumericPagerField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DefaultCustomAstVisitor", - "Namespace": "System.Management.Automation.Language" + "Name": "PageEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DefaultCustomAstVisitor2", - "Namespace": "System.Management.Automation.Language" + "Name": "PagePropertiesChangingEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "Parser", - "Namespace": "System.Management.Automation.Language" + "Name": "QueryableDataSource", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ParseError", - "Namespace": "System.Management.Automation.Language" + "Name": "QueryableDataSourceEditData", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IScriptPosition", - "Namespace": "System.Management.Automation.Language" + "Name": "QueryableDataSourceView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IScriptExtent", - "Namespace": "System.Management.Automation.Language" + "Name": "QueryContext", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ScriptPosition", - "Namespace": "System.Management.Automation.Language" + "Name": "QueryCreatedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ScriptExtent", - "Namespace": "System.Management.Automation.Language" + "Name": "QueryExtender", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "AstVisitAction", - "Namespace": "System.Management.Automation.Language" + "Name": "TemplatePagerField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "AstVisitor", - "Namespace": "System.Management.Automation.Language" + "Name": "CustomExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "AstVisitor2", - "Namespace": "System.Management.Automation.Language" + "Name": "CustomExpressionEventArgs", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "IAstPostVisitHandler", - "Namespace": "System.Management.Automation.Language" + "Name": "DataSourceExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "TokenKind", - "Namespace": "System.Management.Automation.Language" + "Name": "DataSourceExpressionCollection", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "TokenFlags", - "Namespace": "System.Management.Automation.Language" + "Name": "MethodExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "TokenTraits", - "Namespace": "System.Management.Automation.Language" + "Name": "OfTypeExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "Token", - "Namespace": "System.Management.Automation.Language" + "Name": "OrderByExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "NumberToken", - "Namespace": "System.Management.Automation.Language" + "Name": "ParameterDataSourceExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "ParameterToken", - "Namespace": "System.Management.Automation.Language" + "Name": "PropertyExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "VariableToken", - "Namespace": "System.Management.Automation.Language" + "Name": "QueryExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "StringToken", - "Namespace": "System.Management.Automation.Language" + "Name": "RangeExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "StringLiteralToken", - "Namespace": "System.Management.Automation.Language" + "Name": "RangeType", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "StringExpandableToken", - "Namespace": "System.Management.Automation.Language" + "Name": "SearchExpression", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "LabelToken", - "Namespace": "System.Management.Automation.Language" + "Name": "SearchType", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "RedirectionToken", - "Namespace": "System.Management.Automation.Language" + "Name": "ThenBy", + "Namespace": "System.Web.UI.WebControls.Expressions" }, { - "Name": "InputRedirectionToken", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptModule", + "Namespace": "System.Web.Handlers" }, { - "Name": "MergingRedirectionToken", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptResourceHandler", + "Namespace": "System.Web.Handlers" }, { - "Name": "FileRedirectionToken", - "Namespace": "System.Management.Automation.Language" + "Name": "Converter", + "Namespace": "System.Web.Configuration" }, { - "Name": "DynamicKeywordNameMode", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptingAuthenticationServiceSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "DynamicKeywordBodyMode", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptingJsonSerializationSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "DynamicKeyword", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptingProfileServiceSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "DynamicKeywordProperty", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptingRoleServiceSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "DynamicKeywordParameter", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptingScriptResourceHandlerSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "StaticParameterBinder", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptingSectionGroup", + "Namespace": "System.Web.Configuration" }, { - "Name": "StaticBindingResult", - "Namespace": "System.Management.Automation.Language" + "Name": "ScriptingWebServicesSectionGroup", + "Namespace": "System.Web.Configuration" }, { - "Name": "ParameterBindingResult", - "Namespace": "System.Management.Automation.Language" + "Name": "SystemWebExtensionsSectionGroup", + "Namespace": "System.Web.Configuration" }, { - "Name": "StaticBindingError", - "Namespace": "System.Management.Automation.Language" + "Name": "ConvertersCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "InternalCommand", - "Namespace": "System.Management.Automation.Internal" + "Name": "AjaxFrameworkAssemblyAttribute", + "Namespace": "System.Web.Script" }, { - "Name": "CommonParameters", - "Namespace": "System.Management.Automation.Internal" + "Name": "GenerateScriptTypeAttribute", + "Namespace": "System.Web.Script.Services" }, { - "Name": "ShouldProcessParameters", - "Namespace": "System.Management.Automation.Internal" + "Name": "ProxyGenerator", + "Namespace": "System.Web.Script.Services" }, { - "Name": "TransactionParameters", - "Namespace": "System.Management.Automation.Internal" + "Name": "ResponseFormat", + "Namespace": "System.Web.Script.Services" }, { - "Name": "DebuggerUtils", - "Namespace": "System.Management.Automation.Internal" + "Name": "ScriptMethodAttribute", + "Namespace": "System.Web.Script.Services" }, { - "Name": "PSMonitorRunspaceType", - "Namespace": "System.Management.Automation.Internal" + "Name": "ScriptServiceAttribute", + "Namespace": "System.Web.Script.Services" }, { - "Name": "PSMonitorRunspaceInfo", - "Namespace": "System.Management.Automation.Internal" + "Name": "JavaScriptSerializer", + "Namespace": "System.Web.Script.Serialization" }, { - "Name": "PSStandaloneMonitorRunspaceInfo", - "Namespace": "System.Management.Automation.Internal" + "Name": "JavaScriptTypeResolver", + "Namespace": "System.Web.Script.Serialization" }, { - "Name": "PSEmbeddedMonitorRunspaceInfo", - "Namespace": "System.Management.Automation.Internal" + "Name": "ScriptIgnoreAttribute", + "Namespace": "System.Web.Script.Serialization" }, { - "Name": "CmdletMetadataAttribute", - "Namespace": "System.Management.Automation.Internal" + "Name": "SimpleTypeResolver", + "Namespace": "System.Web.Script.Serialization" }, { - "Name": "ParsingBaseAttribute", - "Namespace": "System.Management.Automation.Internal" + "Name": "JavaScriptConverter", + "Namespace": "System.Web.Script.Serialization" }, { - "Name": "InternalTestHooks", - "Namespace": "System.Management.Automation.Internal" + "Name": "DynamicValidatorEventArgs", + "Namespace": "System.Web.DynamicData" }, { - "Name": "IAstToWorkflowConverter", - "Namespace": "System.Management.Automation.Internal" + "Name": "IDynamicDataSource", + "Namespace": "System.Web.DynamicData" }, { - "Name": "SessionStateKeeper", - "Namespace": "System.Management.Automation.Internal" + "Name": "IDynamicValidatorException", + "Namespace": "System.Web.DynamicData" }, { - "Name": "ScriptBlockMemberMethodWrapper", - "Namespace": "System.Management.Automation.Internal" + "Name": "DynamicDataSourceOperation", + "Namespace": "System.Web.DynamicData" }, { - "Name": "ClassOps", - "Namespace": "System.Management.Automation.Internal" + "Name": "ClientRolePrincipal", + "Namespace": "System.Web.ClientServices" }, { - "Name": "AutomationNull", - "Namespace": "System.Management.Automation.Internal" + "Name": "ConnectivityStatus", + "Namespace": "System.Web.ClientServices" }, { - "Name": "AlternateStreamData", - "Namespace": "System.Management.Automation.Internal" + "Name": "ClientFormsIdentity", + "Namespace": "System.Web.ClientServices" }, { - "Name": "AlternateDataStreamUtilities", - "Namespace": "System.Management.Automation.Internal" + "Name": "ClientFormsAuthenticationCredentials", + "Namespace": "System.Web.ClientServices.Providers" }, { - "Name": "SecuritySupport", - "Namespace": "System.Management.Automation.Internal" + "Name": "ClientFormsAuthenticationMembershipProvider", + "Namespace": "System.Web.ClientServices.Providers" }, { - "Name": "ManagementQualifierFlavors", - "Namespace": "System.Management.Instrumentation" + "Name": "ClientRoleProvider", + "Namespace": "System.Web.ClientServices.Providers" }, { - "Name": "ManagementQualifierAttribute", - "Namespace": "System.Management.Instrumentation" + "Name": "ClientSettingsProvider", + "Namespace": "System.Web.ClientServices.Providers" }, { - "Name": "ManagedCommonProvider", - "Namespace": "System.Management.Instrumentation" + "Name": "ClientWindowsAuthenticationMembershipProvider", + "Namespace": "System.Web.ClientServices.Providers" }, { - "Name": "DefaultManagementInstaller", - "Namespace": "System.Management.Instrumentation" + "Name": "IClientFormsAuthenticationCredentialsProvider", + "Namespace": "System.Web.ClientServices.Providers" }, { - "Name": "InstrumentationManager", - "Namespace": "System.Management.Instrumentation" + "Name": "SettingsSavedEventArgs", + "Namespace": "System.Web.ClientServices.Providers" }, { - "Name": "WmiProviderInstallationException", - "Namespace": "System.Management.Instrumentation" + "Name": "UserValidatedEventArgs", + "Namespace": "System.Web.ClientServices.Providers" }, { - "Name": "AccessControlEntry", - "Namespace": "System.Messaging" + "Name": "ApplicationServicesHostFactory", + "Namespace": "System.Web.ApplicationServices" }, { - "Name": "AccessControlEntryType", - "Namespace": "System.Messaging" + "Name": "AuthenticatingEventArgs", + "Namespace": "System.Web.ApplicationServices" }, { - "Name": "AccessControlList", - "Namespace": "System.Messaging" + "Name": "AuthenticationService", + "Namespace": "System.Web.ApplicationServices" }, { - "Name": "Acknowledgment", - "Namespace": "System.Messaging" + "Name": "CreatingCookieEventArgs", + "Namespace": "System.Web.ApplicationServices" }, { - "Name": "AcknowledgeTypes", - "Namespace": "System.Messaging" + "Name": "KnownTypesProvider", + "Namespace": "System.Web.ApplicationServices" }, { - "Name": "ActiveXMessageFormatter", - "Namespace": "System.Messaging" + "Name": "ProfilePropertyMetadata", + "Namespace": "System.Web.ApplicationServices" }, { - "Name": "BinaryMessageFormatter", - "Namespace": "System.Messaging" + "Name": "ProfileService", + "Namespace": "System.Web.ApplicationServices" }, { - "Name": "CryptographicProviderType", - "Namespace": "System.Messaging" + "Name": "RoleService", + "Namespace": "System.Web.ApplicationServices" }, { - "Name": "Cursor", - "Namespace": "System.Messaging" + "Name": "SelectingProviderEventArgs", + "Namespace": "System.Web.ApplicationServices" }, { - "Name": "DefaultPropertiesToSend", - "Namespace": "System.Messaging" + "Name": "ValidatingPropertiesEventArgs", + "Namespace": "System.Web.ApplicationServices" }, { - "Name": "EncryptionAlgorithm", - "Namespace": "System.Messaging" + "Name": "AsyncPostBackTriggerControlIDConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "EncryptionRequired", - "Namespace": "System.Messaging" + "Name": "AsyncPostBackTriggerEventNameConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "GenericAccessRights", - "Namespace": "System.Messaging" + "Name": "CollectionEditorBase", + "Namespace": "System.Web.UI.Design" }, { - "Name": "HashAlgorithm", - "Namespace": "System.Messaging" + "Name": "ServiceReferenceCollectionEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "IMessageFormatter", - "Namespace": "System.Messaging" + "Name": "ExtenderControlDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "Message", - "Namespace": "System.Messaging" + "Name": "ExtenderControlToolboxItem", + "Namespace": "System.Web.UI.Design" }, { - "Name": "MessageEnumerator", - "Namespace": "System.Messaging" + "Name": "PostBackTriggerControlIDConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "MessageLookupAction", - "Namespace": "System.Messaging" + "Name": "QueryExtenderDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "MessagePriority", - "Namespace": "System.Messaging" + "Name": "ScriptManagerDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "MessagePropertyFilter", - "Namespace": "System.Messaging" + "Name": "ScriptManagerProxyDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "MessageQueue", - "Namespace": "System.Messaging" + "Name": "TimerDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "MessageQueueAccessControlEntry", - "Namespace": "System.Messaging" + "Name": "UpdatePanelDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "MessageQueueAccessRights", - "Namespace": "System.Messaging" + "Name": "UpdatePanelTriggerCollectionEditor", + "Namespace": "System.Web.UI.Design" }, { - "Name": "MessageQueueCriteria", - "Namespace": "System.Messaging" + "Name": "UpdateProgressAssociatedUpdatePanelIDConverter", + "Namespace": "System.Web.UI.Design" }, { - "Name": "MessageQueueEnumerator", - "Namespace": "System.Messaging" + "Name": "UpdateProgressDesigner", + "Namespace": "System.Web.UI.Design" }, { - "Name": "MessageQueueErrorCode", - "Namespace": "System.Messaging" + "Name": "DataPagerDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "MessageQueueException", - "Namespace": "System.Messaging" + "Name": "DataPagerFieldTypeEditor", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "MessageQueueInstaller", - "Namespace": "System.Messaging" + "Name": "LinqDataSourceDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "MessageQueuePermission", - "Namespace": "System.Messaging" + "Name": "LinqDesignerDataSourceView", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "MessageQueuePermissionAccess", - "Namespace": "System.Messaging" + "Name": "ListViewDesigner", + "Namespace": "System.Web.UI.Design.WebControls" }, { - "Name": "MessageQueuePermissionAttribute", - "Namespace": "System.Messaging" + "Name": "IMobileDesigner", + "Namespace": "System.Web.UI.Design.MobileControls" }, { - "Name": "MessageQueuePermissionEntry", - "Namespace": "System.Messaging" + "Name": "IMobileWebFormServices", + "Namespace": "System.Web.UI.Design.MobileControls" }, { - "Name": "MessageQueuePermissionEntryCollection", - "Namespace": "System.Messaging" + "Name": "MobileResource", + "Namespace": "System.Web.UI.Design.MobileControls" }, { - "Name": "MessageQueueTransaction", - "Namespace": "System.Messaging" + "Name": "DataFieldConverter", + "Namespace": "System.Web.UI.Design.MobileControls.Converters" }, { - "Name": "MessageQueueTransactionStatus", - "Namespace": "System.Messaging" + "Name": "DataMemberConverter", + "Namespace": "System.Web.UI.Design.MobileControls.Converters" }, { - "Name": "MessageQueueTransactionType", - "Namespace": "System.Messaging" + "Name": "AdRotator", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "MessageType", - "Namespace": "System.Messaging" + "Name": "ArrayListCollectionBase", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "MessagingDescriptionAttribute", - "Namespace": "System.Messaging" + "Name": "BaseValidator", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeekAction", - "Namespace": "System.Messaging" + "Name": "Calendar", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeekCompletedEventArgs", - "Namespace": "System.Messaging" + "Name": "Command", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeekCompletedEventHandler", - "Namespace": "System.Messaging" + "Name": "CompareValidator", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "QueueAccessMode", - "Namespace": "System.Messaging" + "Name": "ObjectListViewMode", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "ReceiveCompletedEventArgs", - "Namespace": "System.Messaging" + "Name": "BooleanOption", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "ReceiveCompletedEventHandler", - "Namespace": "System.Messaging" + "Name": "FontSize", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "SecurityContext", - "Namespace": "System.Messaging" + "Name": "Alignment", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "StandardAccessRights", - "Namespace": "System.Messaging" + "Name": "Wrapping", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "Trustee", - "Namespace": "System.Messaging" + "Name": "ListDecoration", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "TrusteeType", - "Namespace": "System.Messaging" + "Name": "ListSelectType", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "XmlMessageFormatter", - "Namespace": "System.Messaging" + "Name": "FormMethod", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "QueuePathDialog", - "Namespace": "System.Messaging.Design" + "Name": "CommandFormat", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "QueuePathEditor", - "Namespace": "System.Messaging.Design" + "Name": "Constants", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "INetworkProgress", - "Namespace": "System.Net" + "Name": "ControlPager", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "NetworkProgressChangedEventArgs", - "Namespace": "System.Net" + "Name": "CustomValidator", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "IUnsafeWebRequestCreate", - "Namespace": "System.Net" + "Name": "DesignerAdapterAttribute", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "UiSynchronizationContext", - "Namespace": "System.Net" + "Name": "DeviceOverridableAttribute", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "IPEndPointCollection", - "Namespace": "System.Net" + "Name": "DeviceSpecific", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "UdpAnySourceMulticastClient", - "Namespace": "System.Net.Sockets" + "Name": "DeviceSpecificControlBuilder", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "UdpSingleSourceMulticastClient", - "Namespace": "System.Net.Sockets" + "Name": "DeviceSpecificChoice", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpPolicyDownloaderProtocol", - "Namespace": "System.Net.Sockets" + "Name": "DeviceSpecificChoiceControlBuilder", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "SecurityCriticalAction", - "Namespace": "System.Net.Sockets" + "Name": "DeviceSpecificChoiceTemplateBuilder", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "SocketPolicy", - "Namespace": "System.Net.Sockets" + "Name": "DeviceSpecificChoiceTemplateContainer", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "Cloud", - "Namespace": "System.Net.PeerToPeer" + "Name": "DeviceSpecificChoiceCollection", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "CloudCollection", - "Namespace": "System.Net.PeerToPeer" + "Name": "ErrorFormatterPage", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerName", - "Namespace": "System.Net.PeerToPeer" + "Name": "FontInfo", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerNameRecord", - "Namespace": "System.Net.PeerToPeer" + "Name": "Form", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerNameRecordCollection", - "Namespace": "System.Net.PeerToPeer" + "Name": "FormControlBuilder", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerNameRegistration", - "Namespace": "System.Net.PeerToPeer" + "Name": "IControlAdapter", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "ResolveProgressChangedEventArgs", - "Namespace": "System.Net.PeerToPeer" + "Name": "Image", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "ResolveCompletedEventArgs", - "Namespace": "System.Net.PeerToPeer" + "Name": "IObjectListFieldCollection", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerNameResolver", - "Namespace": "System.Net.PeerToPeer" + "Name": "IPageAdapter", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerNameType", - "Namespace": "System.Net.PeerToPeer" + "Name": "ItemPager", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerToPeerException", - "Namespace": "System.Net.PeerToPeer" + "Name": "ITemplateable", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PnrpPermissionAttribute", - "Namespace": "System.Net.PeerToPeer" + "Name": "Label", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PnrpPermission", - "Namespace": "System.Net.PeerToPeer" + "Name": "Link", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PnrpScope", - "Namespace": "System.Net.PeerToPeer" + "Name": "List", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerPresenceStatus", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ListCommandEventArgs", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerScope", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ListCommandEventHandler", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerApplicationRegistrationType", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ListControlBuilder", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerInvitationResponseType", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ListDataBindEventArgs", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerChangeType", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ListDataBindEventHandler", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "SubscriptionType", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "LiteralLink", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "CreateContactCompletedEventArgs", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "LiteralText", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "SubscriptionListChangedEventArgs", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "LiteralTextControlBuilder", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "ContactManager", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "LiteralTextContainerControlBuilder", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "ObjectChangedEventArgs", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "LoadItemsEventArgs", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PresenceChangedEventArgs", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "LoadItemsEventHandler", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "SubscribeCompletedEventArgs", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "MobileControl", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "RefreshDataCompletedEventArgs", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "MobileControlBuilder", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "InviteCompletedEventArgs", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "MobileControlsSection", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "Peer", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "DeviceElementCollection", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerApplication", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "DeviceElement", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerApplicationCollection", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ControlElementCollection", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerApplicationLaunchInfo", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ControlElement", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerCollaboration", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "MobileTypeNameConverter", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerCollaborationPermissionAttribute", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "MobileControlsSectionHandler", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerCollaborationPermission", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "MobileListItemType", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "ApplicationChangedEventArgs", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "MobileListItem", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerContact", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "MobileListItemCollection", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerContactCollection", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "MobilePage", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "NameChangedEventArgs", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "MobileUserControl", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerEndPoint", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ObjectList", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerEndPointCollection", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ObjectListControlBuilder", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerInvitationResponse", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ObjectListCommand", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerNearMeChangedEventArgs", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ObjectListCommandCollection", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerNearMe", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ObjectListCommandEventArgs", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerNearMeCollection", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ObjectListCommandEventHandler", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerObject", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ObjectListDataBindEventArgs", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerObjectCollection", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ObjectListDataBindEventHandler", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "PeerPresenceInfo", - "Namespace": "System.Net.PeerToPeer.Collaboration" + "Name": "ObjectListField", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "FormUrlEncodedContent", - "Namespace": "System.Net.Http" + "Name": "ObjectListFieldCollection", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "MultipartContent", - "Namespace": "System.Net.Http" + "Name": "ObjectListItem", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "MultipartFormDataContent", - "Namespace": "System.Net.Http" + "Name": "ObjectListItemCollection", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpClientHandler", - "Namespace": "System.Net.Http" + "Name": "ObjectListSelectEventArgs", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpCompletionOption", - "Namespace": "System.Net.Http" + "Name": "ObjectListSelectEventHandler", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "ByteArrayContent", - "Namespace": "System.Net.Http" + "Name": "ObjectListShowCommandsEventArgs", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "DelegatingHandler", - "Namespace": "System.Net.Http" + "Name": "ObjectListShowCommandsEventHandler", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpRequestException", - "Namespace": "System.Net.Http" + "Name": "ObjectListTitleAttribute", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpMessageHandler", - "Namespace": "System.Net.Http" + "Name": "PagedControl", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpMessageInvoker", - "Namespace": "System.Net.Http" + "Name": "PagerStyle", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpClient", - "Namespace": "System.Net.Http" + "Name": "Panel", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpContent", - "Namespace": "System.Net.Http" + "Name": "PanelControlBuilder", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpMethod", - "Namespace": "System.Net.Http" + "Name": "PersistNameAttribute", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpRequestMessage", - "Namespace": "System.Net.Http" + "Name": "PhoneCall", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpResponseMessage", - "Namespace": "System.Net.Http" + "Name": "RangeValidator", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "MessageProcessingHandler", - "Namespace": "System.Net.Http" + "Name": "RegularExpressionValidator", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "StreamContent", - "Namespace": "System.Net.Http" + "Name": "RequiredFieldValidator", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "StringContent", - "Namespace": "System.Net.Http" + "Name": "SelectionList", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "ClientCertificateOption", - "Namespace": "System.Net.Http" + "Name": "Style", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "AuthenticationHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "StyleSheet", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "CacheControlHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "StyleSheetControlBuilder", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "ContentDispositionHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "TemplateContainer", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "ContentRangeHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "TextBox", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "EntityTagHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "TextBoxControlBuilder", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpContentHeaders", - "Namespace": "System.Net.Http.Headers" + "Name": "TextControl", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpHeaders", - "Namespace": "System.Net.Http.Headers" + "Name": "TextView", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpHeaderValueCollection`1", - "Namespace": "System.Net.Http.Headers" + "Name": "TextViewElement", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpRequestHeaders", - "Namespace": "System.Net.Http.Headers" + "Name": "ValidationSummary", + "Namespace": "System.Web.UI.MobileControls" }, { - "Name": "HttpResponseHeaders", - "Namespace": "System.Net.Http.Headers" + "Name": "ChtmlCalendarAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "MediaTypeHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "ChtmlCommandAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "MediaTypeWithQualityHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "ChtmlFormAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "NameValueHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "ChtmlImageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "NameValueWithParametersHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "ChtmlLinkAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "ProductHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "ChtmlMobileTextWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "ProductInfoHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "ChtmlPageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "RangeConditionHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "ChtmlPhoneCallAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "RangeHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "ChtmlSelectionListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "RangeItemHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "ChtmlTextBoxAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "RetryConditionHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "ControlAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "StringWithQualityHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "HtmlCalendarAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "TransferCodingHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "HtmlCommandAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "TransferCodingWithQualityHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "HtmlControlAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "ViaHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "HtmlFormAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "WarningHeaderValue", - "Namespace": "System.Net.Http.Headers" + "Name": "HtmlImageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "WebRequestHandler", - "Namespace": "System.Net.Http" + "Name": "HtmlLabelAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "RtcRequestFactory", - "Namespace": "System.Net.Http" + "Name": "HtmlLinkAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "BigInteger", - "Namespace": "System.Numerics" + "Name": "HtmlListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "Complex", - "Namespace": "System.Numerics" + "Name": "HtmlLiteralTextAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "Matrix3x2", - "Namespace": "System.Numerics" + "Name": "HtmlMobileTextWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "Matrix4x4", - "Namespace": "System.Numerics" + "Name": "HtmlObjectListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "Plane", - "Namespace": "System.Numerics" + "Name": "HtmlPageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "Quaternion", - "Namespace": "System.Numerics" + "Name": "HtmlPanelAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "Vector2", - "Namespace": "System.Numerics" + "Name": "HtmlPhoneCallAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "Vector3", - "Namespace": "System.Numerics" + "Name": "HtmlSelectionListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "Vector4", - "Namespace": "System.Numerics" + "Name": "HtmlTextBoxAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "CustomReflectionContext", - "Namespace": "System.Reflection.Context" + "Name": "HtmlTextViewAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "CacheEntryChangeMonitor", - "Namespace": "System.Runtime.Caching" + "Name": "HtmlValidationSummaryAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "CacheItem", - "Namespace": "System.Runtime.Caching" + "Name": "HtmlValidatorAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "CacheItemPolicy", - "Namespace": "System.Runtime.Caching" + "Name": "MobileTextWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "CacheItemPriority", - "Namespace": "System.Runtime.Caching" + "Name": "MultiPartWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "CacheEntryRemovedArguments", - "Namespace": "System.Runtime.Caching" + "Name": "UpWmlMobileTextWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "CacheEntryRemovedCallback", - "Namespace": "System.Runtime.Caching" + "Name": "UpWmlPageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "CacheEntryRemovedReason", - "Namespace": "System.Runtime.Caching" + "Name": "WmlCalendarAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "CacheEntryUpdateArguments", - "Namespace": "System.Runtime.Caching" + "Name": "WmlCommandAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "CacheEntryUpdateCallback", - "Namespace": "System.Runtime.Caching" + "Name": "WmlControlAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "ChangeMonitor", - "Namespace": "System.Runtime.Caching" + "Name": "WmlFormAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "DefaultCacheCapabilities", - "Namespace": "System.Runtime.Caching" + "Name": "WmlImageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "FileChangeMonitor", - "Namespace": "System.Runtime.Caching" + "Name": "WmlLabelAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "HostFileChangeMonitor", - "Namespace": "System.Runtime.Caching" + "Name": "WmlLinkAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "MemoryCache", - "Namespace": "System.Runtime.Caching" + "Name": "WmlListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "ObjectCache", - "Namespace": "System.Runtime.Caching" + "Name": "WmlLiteralTextAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "OnChangedCallback", - "Namespace": "System.Runtime.Caching" + "Name": "WmlMobileTextWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "SqlChangeMonitor", - "Namespace": "System.Runtime.Caching" + "Name": "WmlObjectListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "IApplicationIdentifier", - "Namespace": "System.Runtime.Caching.Hosting" + "Name": "WmlPageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "IFileChangeNotificationSystem", - "Namespace": "System.Runtime.Caching.Hosting" + "Name": "WmlPanelAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "IMemoryCacheManager", - "Namespace": "System.Runtime.Caching.Hosting" + "Name": "WmlPhoneCallAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "CachingSectionGroup", - "Namespace": "System.Runtime.Caching.Configuration" + "Name": "WmlPostFieldType", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "MemoryCacheElement", - "Namespace": "System.Runtime.Caching.Configuration" + "Name": "WmlSelectionListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "MemoryCacheSection", - "Namespace": "System.Runtime.Caching.Configuration" + "Name": "WmlTextBoxAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "MemoryCacheSettingsCollection", - "Namespace": "System.Runtime.Caching.Configuration" + "Name": "WmlTextViewAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "InstanceCollisionException", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "WmlValidationSummaryAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "InstanceCompleteException", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "WmlValidatorAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "InstanceHandle", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "SR", + "Namespace": "System.Web.UI.MobileControls.Adapters" }, { - "Name": "InstanceHandleConflictException", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "Doctype", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceKey", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "StyleSheetLocation", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceKeyCollisionException", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlCalendarAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceKeyCompleteException", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlCommandAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceKeyNotReadyException", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlControlAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceKeyState", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlFormAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceKeyView", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlImageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceLockedException", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlLabelAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceLockLostException", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlLinkAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceLockQueryResult", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceNotReadyException", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlLiteralTextAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceOwner", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlObjectListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceOwnerException", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlPageAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceOwnerQueryResult", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlPanelAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstancePersistenceCommand", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlPhoneCallAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstancePersistenceCommandException", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlSelectionListAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstancePersistenceContext", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlTextBoxAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstancePersistenceEvent", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlTextViewAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstancePersistenceEvent`1", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlValidationSummaryAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstancePersistenceException", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlValidatorAdapter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceState", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlCssHandler", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceStore", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "XhtmlMobileTextWriter", + "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" }, { - "Name": "InstanceStoreQueryResult", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "CookielessData", + "Namespace": "System.Web.Mobile" }, { - "Name": "InstanceValue", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "DeviceFiltersSection", + "Namespace": "System.Web.Mobile" }, { - "Name": "InstanceValueConsistency", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "DeviceFilterElementCollection", + "Namespace": "System.Web.Mobile" }, { - "Name": "InstanceValueOptions", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "DeviceFilterElement", + "Namespace": "System.Web.Mobile" }, { - "Name": "InstanceView", - "Namespace": "System.Runtime.DurableInstancing" + "Name": "ErrorHandlerModule", + "Namespace": "System.Web.Mobile" }, { - "Name": "RemotingClientProxy", - "Namespace": "System.Runtime.Remoting.Services" + "Name": "MobileCapabilities", + "Namespace": "System.Web.Mobile" }, { - "Name": "RemotingService", - "Namespace": "System.Runtime.Remoting.Services" + "Name": "MobileDeviceCapabilitiesSectionHandler", + "Namespace": "System.Web.Mobile" }, { - "Name": "MetaData", - "Namespace": "System.Runtime.Remoting.MetadataServices" + "Name": "MobileErrorInfo", + "Namespace": "System.Web.Mobile" }, { - "Name": "ServiceType", - "Namespace": "System.Runtime.Remoting.MetadataServices" + "Name": "MobileFormsAuthentication", + "Namespace": "System.Web.Mobile" }, { - "Name": "SdlChannelSinkProvider", - "Namespace": "System.Runtime.Remoting.MetadataServices" + "Name": "TagRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "SdlChannelSink", - "Namespace": "System.Runtime.Remoting.MetadataServices" + "Name": "DirectiveRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "SUDSParserException", - "Namespace": "System.Runtime.Remoting.MetadataServices" + "Name": "EndTagRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "SUDSGeneratorException", - "Namespace": "System.Runtime.Remoting.MetadataServices" + "Name": "AspCodeRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "SdlType", - "Namespace": "System.Runtime.Remoting.MetadataServices" + "Name": "AspExprRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "CommonTransportKeys", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "DatabindExprRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "SocketCachePolicy", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "CommentRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "IAuthorizeRemotingConnection", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "IncludeRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "BinaryClientFormatterSinkProvider", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "TextRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "BinaryClientFormatterSink", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "GTRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "BinaryServerFormatterSinkProvider", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "LTRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "BinaryServerFormatterSink", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "ServerTagsRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "SoapClientFormatterSinkProvider", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "RunatServerRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "SoapClientFormatterSink", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "SimpleDirectiveRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "SoapServerFormatterSinkProvider", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "DataBindRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "SoapServerFormatterSink", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "AspEncodedExprRegex", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "IpcChannel", - "Namespace": "System.Runtime.Remoting.Channels.Ipc" + "Name": "TagRegex35", + "Namespace": "System.Web.RegularExpressions" }, { - "Name": "IpcServerChannel", - "Namespace": "System.Runtime.Remoting.Channels.Ipc" + "Name": "WebMethodAttribute", + "Namespace": "System.Web.Services" }, { - "Name": "IpcClientChannel", - "Namespace": "System.Runtime.Remoting.Channels.Ipc" + "Name": "WebService", + "Namespace": "System.Web.Services" }, { - "Name": "TcpChannel", - "Namespace": "System.Runtime.Remoting.Channels.Tcp" + "Name": "WebServiceAttribute", + "Namespace": "System.Web.Services" }, { - "Name": "TcpClientChannel", - "Namespace": "System.Runtime.Remoting.Channels.Tcp" + "Name": "WebServiceBindingAttribute", + "Namespace": "System.Web.Services" }, { - "Name": "TcpServerChannel", - "Namespace": "System.Runtime.Remoting.Channels.Tcp" + "Name": "WsiProfiles", + "Namespace": "System.Web.Services" }, { - "Name": "HttpChannel", - "Namespace": "System.Runtime.Remoting.Channels.Http" + "Name": "PriorityGroup", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "HttpClientChannel", - "Namespace": "System.Runtime.Remoting.Channels.Http" + "Name": "DiagnosticsElement", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "HttpServerChannel", - "Namespace": "System.Runtime.Remoting.Channels.Http" + "Name": "SoapEnvelopeProcessingElement", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "HttpRemotingHandler", - "Namespace": "System.Runtime.Remoting.Channels.Http" + "Name": "SoapExtensionTypeElement", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "HttpRemotingHandlerFactory", - "Namespace": "System.Runtime.Remoting.Channels.Http" + "Name": "SoapExtensionTypeElementCollection", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "IFragmentCapableXmlDictionaryWriter", - "Namespace": "System.Xml" + "Name": "TypeElement", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "IStreamProvider", - "Namespace": "System.Xml" + "Name": "TypeElementCollection", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "IXmlDictionary", - "Namespace": "System.Xml" + "Name": "WebServicesSection", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "XmlBinaryReaderSession", - "Namespace": "System.Xml" + "Name": "WsdlHelpGeneratorElement", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "IXmlBinaryWriterInitializer", - "Namespace": "System.Xml" + "Name": "ProtocolElement", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "XmlBinaryWriterSession", - "Namespace": "System.Xml" + "Name": "ProtocolElementCollection", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "XmlDictionary", - "Namespace": "System.Xml" + "Name": "WebServiceProtocols", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "OnXmlDictionaryReaderClose", - "Namespace": "System.Xml" + "Name": "WsiProfilesElement", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "XmlDictionaryReader", - "Namespace": "System.Xml" + "Name": "WsiProfilesElementCollection", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "XmlDictionaryReaderQuotaTypes", - "Namespace": "System.Xml" + "Name": "XmlFormatExtensionAttribute", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "XmlDictionaryReaderQuotas", - "Namespace": "System.Xml" + "Name": "XmlFormatExtensionPointAttribute", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "XmlDictionaryString", - "Namespace": "System.Xml" + "Name": "XmlFormatExtensionPrefixAttribute", + "Namespace": "System.Web.Services.Configuration" }, { - "Name": "XmlDictionaryWriter", - "Namespace": "System.Xml" + "Name": "HttpAddressBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "IXmlTextWriterInitializer", - "Namespace": "System.Xml" + "Name": "HttpBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "UniqueId", - "Namespace": "System.Xml" + "Name": "HttpOperationBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "IXmlMtomReaderInitializer", - "Namespace": "System.Xml" + "Name": "HttpUrlEncodedBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "IXmlMtomWriterInitializer", - "Namespace": "System.Xml" + "Name": "HttpUrlReplacementBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "IXmlTextReaderInitializer", - "Namespace": "System.Xml" + "Name": "MimeContentBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "IXmlBinaryReaderInitializer", - "Namespace": "System.Xml" + "Name": "MimePart", + "Namespace": "System.Web.Services.Description" }, { - "Name": "CollectionDataContractAttribute", - "Namespace": "System.Runtime.Serialization" + "Name": "MimeMultipartRelatedBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "ContractNamespaceAttribute", - "Namespace": "System.Runtime.Serialization" + "Name": "MimeXmlBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DataContractAttribute", - "Namespace": "System.Runtime.Serialization" + "Name": "MimePartCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DataMemberAttribute", - "Namespace": "System.Runtime.Serialization" + "Name": "MimeTextBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "EnumMemberAttribute", - "Namespace": "System.Runtime.Serialization" + "Name": "MimeTextMatch", + "Namespace": "System.Web.Services.Description" }, { - "Name": "IExtensibleDataObject", - "Namespace": "System.Runtime.Serialization" + "Name": "MimeTextMatchCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "KnownTypeAttribute", - "Namespace": "System.Runtime.Serialization" + "Name": "ProtocolImporter", + "Namespace": "System.Web.Services.Description" }, { - "Name": "ExtensionDataObject", - "Namespace": "System.Runtime.Serialization" + "Name": "ProtocolReflector", + "Namespace": "System.Web.Services.Description" }, { - "Name": "IgnoreDataMemberAttribute", - "Namespace": "System.Runtime.Serialization" + "Name": "ServiceDescription", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DataContractResolver", - "Namespace": "System.Runtime.Serialization" + "Name": "Import", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DataContractSerializer", - "Namespace": "System.Runtime.Serialization" + "Name": "DocumentableItem", + "Namespace": "System.Web.Services.Description" }, { - "Name": "ISerializationSurrogateProvider", - "Namespace": "System.Runtime.Serialization" + "Name": "NamedItem", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DataContractSerializerExtensions", - "Namespace": "System.Runtime.Serialization" + "Name": "Port", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DataContractSerializerSettings", - "Namespace": "System.Runtime.Serialization" + "Name": "Service", + "Namespace": "System.Web.Services.Description" }, { - "Name": "IDataContractSurrogate", - "Namespace": "System.Runtime.Serialization" + "Name": "FaultBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "InvalidDataContractException", - "Namespace": "System.Runtime.Serialization" + "Name": "MessageBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "NetDataContractSerializer", - "Namespace": "System.Runtime.Serialization" + "Name": "InputBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "XmlObjectSerializer", - "Namespace": "System.Runtime.Serialization" + "Name": "OutputBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "XPathQueryGenerator", - "Namespace": "System.Runtime.Serialization" + "Name": "OperationBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "XsdDataContractExporter", - "Namespace": "System.Runtime.Serialization" + "Name": "Binding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "XsdDataContractImporter", - "Namespace": "System.Runtime.Serialization" + "Name": "OperationMessage", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DateTimeFormat", - "Namespace": "System.Runtime.Serialization" + "Name": "OperationFault", + "Namespace": "System.Web.Services.Description" }, { - "Name": "EmitTypeInformation", - "Namespace": "System.Runtime.Serialization" + "Name": "OperationInput", + "Namespace": "System.Web.Services.Description" }, { - "Name": "XmlSerializableServices", - "Namespace": "System.Runtime.Serialization" + "Name": "OperationOutput", + "Namespace": "System.Web.Services.Description" }, { - "Name": "ExportOptions", - "Namespace": "System.Runtime.Serialization" + "Name": "Operation", + "Namespace": "System.Web.Services.Description" }, { - "Name": "ImportOptions", - "Namespace": "System.Runtime.Serialization" + "Name": "PortType", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DataContractJsonSerializer", - "Namespace": "System.Runtime.Serialization.Json" + "Name": "Message", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DataContractJsonSerializerSettings", - "Namespace": "System.Runtime.Serialization.Json" + "Name": "MessagePart", + "Namespace": "System.Web.Services.Description" }, { - "Name": "IXmlJsonReaderInitializer", - "Namespace": "System.Runtime.Serialization.Json" + "Name": "Types", + "Namespace": "System.Web.Services.Description" }, { - "Name": "IXmlJsonWriterInitializer", - "Namespace": "System.Runtime.Serialization.Json" + "Name": "ServiceDescriptionFormatExtensionCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "JsonReaderWriterFactory", - "Namespace": "System.Runtime.Serialization.Json" + "Name": "ServiceDescriptionFormatExtension", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DeclaredTypeElement", - "Namespace": "System.Runtime.Serialization.Configuration" + "Name": "OperationFlow", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DeclaredTypeElementCollection", - "Namespace": "System.Runtime.Serialization.Configuration" + "Name": "OperationMessageCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "NetDataContractSerializerSection", - "Namespace": "System.Runtime.Serialization.Configuration" + "Name": "ImportCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "ParameterElement", - "Namespace": "System.Runtime.Serialization.Configuration" + "Name": "MessageCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "ParameterElementCollection", - "Namespace": "System.Runtime.Serialization.Configuration" + "Name": "PortCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DataContractSerializerSection", - "Namespace": "System.Runtime.Serialization.Configuration" + "Name": "PortTypeCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "TypeElement", - "Namespace": "System.Runtime.Serialization.Configuration" + "Name": "BindingCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "SerializationSectionGroup", - "Namespace": "System.Runtime.Serialization.Configuration" + "Name": "ServiceCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "TypeElementCollection", - "Namespace": "System.Runtime.Serialization.Configuration" + "Name": "MessagePartCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "SoapFormatter", - "Namespace": "System.Runtime.Serialization.Formatters.Soap" + "Name": "OperationBindingCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "Color", - "Namespace": "Windows.UI" + "Name": "FaultBindingCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "Point", - "Namespace": "Windows.Foundation" + "Name": "OperationCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "Rect", - "Namespace": "Windows.Foundation" + "Name": "OperationFaultCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "Size", - "Namespace": "Windows.Foundation" + "Name": "ServiceDescriptionBaseCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "WindowsRuntimeSystemExtensions", - "Namespace": "System" + "Name": "ServiceDescriptionImportWarnings", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DispatcherQueueHandler", - "Namespace": "System.Threading" + "Name": "ServiceDescriptionImportStyle", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DispatcherQueuePriority", - "Namespace": "System.Threading" + "Name": "ServiceDescriptionImporter", + "Namespace": "System.Web.Services.Description" }, { - "Name": "AsyncInfo", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "ServiceDescriptionReflector", + "Namespace": "System.Web.Services.Description" }, { - "Name": "WindowsRuntimeBuffer", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "ServiceDescriptionCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "WindowsRuntimeBufferExtensions", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "Soap12Binding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "WindowsRuntimeStorageExtensions", - "Namespace": "System.IO" + "Name": "Soap12OperationBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "WindowsRuntimeStreamExtensions", - "Namespace": "System.IO" + "Name": "Soap12BodyBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "CornerRadius", - "Namespace": "Windows.UI.Xaml" + "Name": "Soap12FaultBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DurationType", - "Namespace": "Windows.UI.Xaml" + "Name": "Soap12HeaderBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "Duration", - "Namespace": "Windows.UI.Xaml" + "Name": "Soap12AddressBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "GridUnitType", - "Namespace": "Windows.UI.Xaml" + "Name": "SoapExtensionImporter", + "Namespace": "System.Web.Services.Description" }, { - "Name": "GridLength", - "Namespace": "Windows.UI.Xaml" + "Name": "SoapExtensionReflector", + "Namespace": "System.Web.Services.Description" }, { - "Name": "Thickness", - "Namespace": "Windows.UI.Xaml" + "Name": "SoapBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "LayoutCycleException", - "Namespace": "Windows.UI.Xaml" + "Name": "SoapBindingStyle", + "Namespace": "System.Web.Services.Description" }, { - "Name": "Matrix", - "Namespace": "Windows.UI.Xaml.Media" + "Name": "SoapOperationBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "Matrix3D", - "Namespace": "Windows.UI.Xaml.Media.Media3D" + "Name": "SoapBodyBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "KeyTime", - "Namespace": "Windows.UI.Xaml.Media.Animation" + "Name": "SoapBindingUse", + "Namespace": "System.Web.Services.Description" }, { - "Name": "RepeatBehaviorType", - "Namespace": "Windows.UI.Xaml.Media.Animation" + "Name": "SoapFaultBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "RepeatBehavior", - "Namespace": "Windows.UI.Xaml.Media.Animation" + "Name": "SoapHeaderBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "XamlParseException", - "Namespace": "Windows.UI.Xaml.Markup" + "Name": "SoapHeaderFaultBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "GeneratorPosition", - "Namespace": "Windows.UI.Xaml.Controls.Primitives" + "Name": "SoapAddressBinding", + "Namespace": "System.Web.Services.Description" }, { - "Name": "ElementNotAvailableException", - "Namespace": "Windows.UI.Xaml.Automation" + "Name": "SoapProtocolImporter", + "Namespace": "System.Web.Services.Description" }, { - "Name": "ElementNotEnabledException", - "Namespace": "Windows.UI.Xaml.Automation" + "Name": "SoapTransportImporter", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DataProtectionPermission", - "Namespace": "System.Security.Permissions" + "Name": "WebReference", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DataProtectionPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "WebReferenceCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DataProtectionPermissionFlags", - "Namespace": "System.Security.Permissions" + "Name": "WebReferenceOptions", + "Namespace": "System.Web.Services.Description" }, { - "Name": "CryptographicAttributeObject", - "Namespace": "System.Security.Cryptography" + "Name": "WebServicesInteroperability", + "Namespace": "System.Web.Services.Description" }, { - "Name": "CryptographicAttributeObjectCollection", - "Namespace": "System.Security.Cryptography" + "Name": "BasicProfileViolation", + "Namespace": "System.Web.Services.Description" }, { - "Name": "CryptographicAttributeObjectEnumerator", - "Namespace": "System.Security.Cryptography" + "Name": "BasicProfileViolationCollection", + "Namespace": "System.Web.Services.Description" }, { - "Name": "DataProtectionScope", - "Namespace": "System.Security.Cryptography" + "Name": "BasicProfileViolationEnumerator", + "Namespace": "System.Web.Services.Description" }, { - "Name": "MemoryProtectionScope", - "Namespace": "System.Security.Cryptography" + "Name": "ContractReference", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "ProtectedData", - "Namespace": "System.Security.Cryptography" + "Name": "ContractSearchPattern", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "ProtectedMemory", - "Namespace": "System.Security.Cryptography" + "Name": "DiscoveryClientDocumentCollection", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "DataProtector", - "Namespace": "System.Security.Cryptography" + "Name": "DiscoveryClientProtocol", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "DpapiDataProtector", - "Namespace": "System.Security.Cryptography" + "Name": "DiscoveryClientResultCollection", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "CipherData", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "DiscoveryClientResult", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "DataObject", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "DiscoveryClientReferenceCollection", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "EncryptedData", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "DiscoveryDocument", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "EncryptedKey", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "DiscoveryDocumentLinksPattern", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "ReferenceList", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "DiscoveryDocumentReference", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "EncryptedReference", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "DiscoveryDocumentSearchPattern", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "CipherReference", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "DiscoveryExceptionDictionary", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "DataReference", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "DiscoveryReference", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "KeyReference", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "DiscoveryReferenceCollection", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "EncryptedType", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "DiscoveryRequestHandler", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "EncryptionMethod", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "DiscoverySearchPattern", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "EncryptionProperty", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "DynamicDiscoveryDocument", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "EncryptionPropertyCollection", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "ExcludePathInfo", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "EncryptedXml", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "SchemaReference", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "KeyInfo", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "SoapBinding", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "KeyInfoClause", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "XmlSchemaSearchPattern", + "Namespace": "System.Web.Services.Discovery" }, { - "Name": "KeyInfoName", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "AnyReturnReader", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "DSAKeyValue", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "WebClientProtocol", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "RSAKeyValue", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "WebClientAsyncResult", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "KeyInfoRetrievalMethod", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "InvokeCompletedEventHandler", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "KeyInfoEncryptedKey", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "InvokeCompletedEventArgs", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "X509IssuerSerial", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "HttpWebClientProtocol", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "KeyInfoX509Data", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "HtmlFormParameterReader", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "KeyInfoNode", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "HtmlFormParameterWriter", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "Reference", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "HttpSimpleClientProtocol", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "Signature", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "HttpGetClientProtocol", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "SignedInfo", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "HttpMethodAttribute", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "SignedXml", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "HttpPostClientProtocol", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "TransformChain", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "LogicalMethodTypes", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "Transform", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "LogicalMethodInfo", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "XmlDsigC14NTransform", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "MatchAttribute", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "XmlDsigC14NWithCommentsTransform", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "MimeFormatter", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "XmlDsigExcC14NTransform", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "MimeParameterReader", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "XmlDsigExcC14NWithCommentsTransform", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "MimeParameterWriter", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "XmlDsigBase64Transform", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "MimeReturnReader", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "XmlDsigXPathTransform", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "NopReturnReader", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "XmlDsigXsltTransform", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "PatternMatcher", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "XmlDsigEnvelopedSignatureTransform", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "ServerProtocol", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "XmlDecryptionTransform", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "ServerProtocolFactory", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "XmlLicenseTransform", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "ServerType", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "IRelDecryptor", - "Namespace": "System.Security.Cryptography.Xml" + "Name": "SoapClientMessage", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "X509SelectionFlag", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "SoapHttpClientProtocol", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "X509Certificate2UI", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "SoapDocumentMethodAttribute", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "EnvelopedCms", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapDocumentServiceAttribute", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "CmsRecipient", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapException", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "CmsRecipientCollection", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapExtension", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "CmsRecipientEnumerator", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapExtensionAttribute", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "CmsSigner", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "Soap12FaultCodes", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "Pkcs9AttributeObject", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapFaultSubCode", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "Pkcs9SigningTime", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapHeader", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "Pkcs9DocumentName", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapHeaderMapping", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "Pkcs9DocumentDescription", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapHeaderHandling", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "Pkcs9ContentType", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapHeaderAttribute", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "Pkcs9MessageDigest", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapHeaderDirection", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "RecipientInfoType", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapHeaderException", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "RecipientInfo", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapHeaderCollection", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "KeyTransRecipientInfo", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapMessage", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "KeyAgreeRecipientInfo", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapMessageStage", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "RecipientInfoCollection", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapParameterStyle", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "RecipientInfoEnumerator", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapProtocolVersion", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "KeyAgreeKeyChoice", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapRpcMethodAttribute", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "SubjectIdentifierType", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapRpcServiceAttribute", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "SubjectIdentifier", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapServerMessage", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "SubjectIdentifierOrKeyType", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapServerType", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "PublicKeyInfo", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapServerProtocolFactory", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "SubjectIdentifierOrKey", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapServerProtocol", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "AlgorithmIdentifier", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapServiceRoutingStyle", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "ContentInfo", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "SoapUnknownHeader", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "SignedCms", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "TextReturnReader", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "SignerInfo", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "UrlEncodedParameterWriter", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "SignerInfoCollection", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "UrlParameterReader", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "SignerInfoEnumerator", - "Namespace": "System.Security.Cryptography.Pkcs" + "Name": "UrlParameterWriter", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "UriTemplate", - "Namespace": "System" + "Name": "ValueCollectionParameterReader", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "UriTemplateEquivalenceComparer", - "Namespace": "System" + "Name": "WebServiceHandlerFactory", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "UriTemplateMatchException", - "Namespace": "System" + "Name": "XmlReturnReader", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "UriTemplateMatch", - "Namespace": "System" + "Name": "SoapServerMethod", + "Namespace": "System.Web.Services.Protocols" }, { - "Name": "UriTemplateTable", - "Namespace": "System" + "Name": "ActivatingKeyTipEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "KeyedByTypeCollection`1", - "Namespace": "System.Collections.Generic" + "Name": "ActivatingKeyTipEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "SynchronizedCollection`1", - "Namespace": "System.Collections.Generic" + "Name": "KeyTipAccessedEventArgs", + "Namespace": "System.Windows.Controls" }, { - "Name": "SynchronizedKeyedCollection`2", - "Namespace": "System.Collections.Generic" + "Name": "KeyTipAccessedEventHandler", + "Namespace": "System.Windows.Controls" }, { - "Name": "SynchronizedReadOnlyCollection`1", - "Namespace": "System.Collections.Generic" + "Name": "KeyTipControl", + "Namespace": "System.Windows.Controls" }, { - "Name": "PipeException", - "Namespace": "System.IO" + "Name": "KeyTipHorizontalPlacement", + "Namespace": "System.Windows.Controls" }, { - "Name": "ActionNotSupportedException", - "Namespace": "System.ServiceModel" + "Name": "KeyTipService", + "Namespace": "System.Windows.Controls" }, { - "Name": "AddressAlreadyInUseException", - "Namespace": "System.ServiceModel" + "Name": "KeyTipVerticalPlacement", + "Namespace": "System.Windows.Controls" }, { - "Name": "AddressAccessDeniedException", - "Namespace": "System.ServiceModel" + "Name": "Ribbon", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "ChannelTerminatedException", - "Namespace": "System.ServiceModel" + "Name": "RibbonApplicationMenu", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "CommunicationException", - "Namespace": "System.ServiceModel" + "Name": "RibbonApplicationMenuItem", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "CommunicationObjectAbortedException", - "Namespace": "System.ServiceModel" + "Name": "RibbonApplicationMenuItemLevel", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "CommunicationObjectFaultedException", - "Namespace": "System.ServiceModel" + "Name": "RibbonApplicationSplitMenuItem", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "CommunicationState", - "Namespace": "System.ServiceModel" + "Name": "RibbonButton", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "EndpointNotFoundException", - "Namespace": "System.ServiceModel" + "Name": "RibbonCheckBox", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "ICommunicationObject", - "Namespace": "System.ServiceModel" + "Name": "RibbonComboBox", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "IDefaultCommunicationTimeouts", - "Namespace": "System.ServiceModel" + "Name": "RibbonCommands", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "ProtocolException", - "Namespace": "System.ServiceModel" + "Name": "RibbonContextMenu", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "ServerTooBusyException", - "Namespace": "System.ServiceModel" + "Name": "RibbonContextualTabGroup", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "ServiceActivationException", - "Namespace": "System.ServiceModel" + "Name": "RibbonContextualTabGroupItemsControl", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "HostNameComparisonMode", - "Namespace": "System.ServiceModel" + "Name": "RibbonControl", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "TransferMode", - "Namespace": "System.ServiceModel" + "Name": "RibbonContentPresenter", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "BasicHttpContextBinding", - "Namespace": "System.ServiceModel" + "Name": "RibbonControlGroup", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "NetTcpContextBinding", - "Namespace": "System.ServiceModel" + "Name": "RibbonControlLength", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "WSHttpContextBinding", - "Namespace": "System.ServiceModel" + "Name": "RibbonControlLengthConverter", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "QuotaExceededException", - "Namespace": "System.ServiceModel" + "Name": "RibbonControlLengthUnitType", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "AddressFilterMode", - "Namespace": "System.ServiceModel" + "Name": "RibbonControlService", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "XPathMessageQuery", - "Namespace": "System.ServiceModel" + "Name": "RibbonControlSizeDefinition", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "DeadLetterQueue", - "Namespace": "System.ServiceModel" + "Name": "RibbonControlSizeDefinitionCollection", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "MsmqAuthenticationMode", - "Namespace": "System.ServiceModel" + "Name": "RibbonDismissPopupEventArgs", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "MsmqBindingBase", - "Namespace": "System.ServiceModel" + "Name": "RibbonDismissPopupEventHandler", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "MsmqEncryptionAlgorithm", - "Namespace": "System.ServiceModel" + "Name": "RibbonDismissPopupMode", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "MsmqException", - "Namespace": "System.ServiceModel" + "Name": "RibbonFilterMenuButton", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "MsmqSecureHashAlgorithm", - "Namespace": "System.ServiceModel" + "Name": "RibbonGallery", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "MsmqPoisonMessageException", - "Namespace": "System.ServiceModel" + "Name": "RibbonGalleryCategory", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "PoisonMessageException", - "Namespace": "System.ServiceModel" + "Name": "RibbonGalleryItem", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "ReceiveErrorHandling", - "Namespace": "System.ServiceModel" + "Name": "RibbonGroup", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "QueueTransferProtocol", - "Namespace": "System.ServiceModel" + "Name": "RibbonGroupSizeDefinition", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "ReliableMessagingVersion", - "Namespace": "System.ServiceModel" + "Name": "RibbonGroupSizeDefinitionBase", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "EndpointIdentity", - "Namespace": "System.ServiceModel" + "Name": "RibbonGroupSizeDefinitionBaseCollection", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "SpnEndpointIdentity", - "Namespace": "System.ServiceModel" + "Name": "RibbonGroupTemplateSizeDefinition", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "UpnEndpointIdentity", - "Namespace": "System.ServiceModel" + "Name": "RibbonImageSize", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "DnsEndpointIdentity", - "Namespace": "System.ServiceModel" + "Name": "RibbonMenuButton", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "RsaEndpointIdentity", - "Namespace": "System.ServiceModel" + "Name": "RibbonMenuItem", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "X509CertificateEndpointIdentity", - "Namespace": "System.ServiceModel" + "Name": "RibbonQuickAccessToolBar", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "MessageSecurityVersion", - "Namespace": "System.ServiceModel" + "Name": "RibbonQuickAccessToolBarCloneEventArgs", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "ClientCredentialsSecurityTokenManager", - "Namespace": "System.ServiceModel" + "Name": "RibbonQuickAccessToolBarCloneEventHandler", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "ServiceAuthorizationManager", - "Namespace": "System.ServiceModel" + "Name": "RibbonRadioButton", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "ServiceAuthenticationManager", - "Namespace": "System.ServiceModel" + "Name": "RibbonSeparator", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "ServiceSecurityContext", - "Namespace": "System.ServiceModel" + "Name": "RibbonSplitButton", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "AuditLevel", - "Namespace": "System.ServiceModel" + "Name": "RibbonSplitButtonLabelPosition", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "AuditLogLocation", - "Namespace": "System.ServiceModel" + "Name": "RibbonSplitMenuItem", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "DeliveryRequirementsAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonTab", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "QueuedDeliveryRequirementsMode", - "Namespace": "System.ServiceModel" + "Name": "RibbonTabHeader", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "CallbackBehaviorAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonTabHeaderItemsControl", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "DataContractFormatAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonTextBox", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "FaultContractAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonToggleButton", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "ImpersonationOption", - "Namespace": "System.ServiceModel" + "Name": "RibbonToolTip", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "MessageBodyMemberAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonTwoLineText", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "MessageContractAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonWindow", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "MessageContractMemberAttribute", - "Namespace": "System.ServiceModel" + "Name": "StringCollectionConverter", + "Namespace": "System.Windows.Controls.Ribbon" }, { - "Name": "MessageHeaderArrayAttribute", - "Namespace": "System.ServiceModel" + "Name": "IProvideStarLayoutInfo", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "MessageHeaderAttribute", - "Namespace": "System.ServiceModel" + "Name": "IProvideStarLayoutInfoBase", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "MessageParameterAttribute", - "Namespace": "System.ServiceModel" + "Name": "ISupportStarLayout", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "MessagePropertyAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonContextualTabGroupsPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "OperationBehaviorAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonGalleryCategoriesPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "OperationContractAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonGalleryItemsPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "ReceiveContextEnabledAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonGroupItemsPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "ServiceBehaviorAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonGroupsPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "ServiceContractAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonMenuItemsPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "ServiceKnownTypeAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonQuickAccessToolBarOverflowPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "SessionMode", - "Namespace": "System.ServiceModel" + "Name": "RibbonQuickAccessToolBarPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "XmlSerializerFormatAttribute", - "Namespace": "System.ServiceModel" + "Name": "RibbonScrollButtonVisibilityConverter", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "CacheSetting", - "Namespace": "System.ServiceModel" + "Name": "RibbonTabHeadersPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "ChannelFactory", - "Namespace": "System.ServiceModel" + "Name": "RibbonTabsPanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "ChannelFactory`1", - "Namespace": "System.ServiceModel" + "Name": "RibbonTitlePanel", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "ConcurrencyMode", - "Namespace": "System.ServiceModel" + "Name": "RibbonWindowSmallIconConverter", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "DuplexChannelFactory`1", - "Namespace": "System.ServiceModel" + "Name": "StarLayoutInfo", + "Namespace": "System.Windows.Controls.Ribbon.Primitives" }, { - "Name": "ExceptionDetail", - "Namespace": "System.ServiceModel" + "Name": "RibbonApplicationMenuAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ExtensionCollection`1", - "Namespace": "System.ServiceModel" + "Name": "RibbonButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IDuplexContextChannel", - "Namespace": "System.ServiceModel" + "Name": "RibbonCheckBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IExtensibleObject`1", - "Namespace": "System.ServiceModel" + "Name": "RibbonControlAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IExtension`1", - "Namespace": "System.ServiceModel" + "Name": "RibbonControlDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IExtensionCollection`1", - "Namespace": "System.ServiceModel" + "Name": "RibbonControlGroupAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "InvalidMessageContractException", - "Namespace": "System.ServiceModel" + "Name": "RibbonRadioButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "InstanceContextMode", - "Namespace": "System.ServiceModel" + "Name": "RibbonTextBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IClientChannel", - "Namespace": "System.ServiceModel" + "Name": "RibbonToggleButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IContextChannel", - "Namespace": "System.ServiceModel" + "Name": "RibbonToolTipAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "IServiceChannel", - "Namespace": "System.ServiceModel" + "Name": "RibbonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ReleaseInstanceMode", - "Namespace": "System.ServiceModel" + "Name": "RibbonComboBoxAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ServiceHostBase", - "Namespace": "System.ServiceModel" + "Name": "RibbonContextMenuAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ServiceHost", - "Namespace": "System.ServiceModel" + "Name": "RibbonContextualTabGroupAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ServiceConfiguration", - "Namespace": "System.ServiceModel" + "Name": "RibbonContextualTabGroupDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "OperationFormatUse", - "Namespace": "System.ServiceModel" + "Name": "RibbonContextualTabGroupItemsControlAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "OperationFormatStyle", - "Namespace": "System.ServiceModel" + "Name": "RibbonGalleryAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "UriSchemeKeyedCollection", - "Namespace": "System.ServiceModel" + "Name": "RibbonGalleryCategoryAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "DuplexClientBase`1", - "Namespace": "System.ServiceModel" + "Name": "RibbonGalleryCategoryDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "FaultException", - "Namespace": "System.ServiceModel" + "Name": "RibbonGalleryItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "FaultException`1", - "Namespace": "System.ServiceModel" + "Name": "RibbonGalleryItemDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "MessageHeaderException", - "Namespace": "System.ServiceModel" + "Name": "RibbonGroupAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "OperationContext", - "Namespace": "System.ServiceModel" + "Name": "RibbonGroupDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "OperationContextScope", - "Namespace": "System.ServiceModel" + "Name": "RibbonGroupHeaderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "ClientBase`1", - "Namespace": "System.ServiceModel" + "Name": "RibbonMenuButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "InstanceContext", - "Namespace": "System.ServiceModel" + "Name": "RibbonMenuItemDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "FaultImportOptions", - "Namespace": "System.ServiceModel" + "Name": "RibbonMenuItemAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "UnknownMessageReceivedEventArgs", - "Namespace": "System.ServiceModel" + "Name": "RibbonQuickAccessToolBarAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "MessageHeader`1", - "Namespace": "System.ServiceModel" + "Name": "RibbonSeparatorAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "EndpointAddress", - "Namespace": "System.ServiceModel" + "Name": "RibbonSplitButtonAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "EndpointAddressBuilder", - "Namespace": "System.ServiceModel" + "Name": "RibbonTabAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "EndpointAddress10", - "Namespace": "System.ServiceModel" + "Name": "RibbonTabDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "EndpointAddressAugust2004", - "Namespace": "System.ServiceModel" + "Name": "RibbonTabHeaderAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "EnvelopeVersion", - "Namespace": "System.ServiceModel" + "Name": "RibbonTabHeaderDataAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "FaultCode", - "Namespace": "System.ServiceModel" + "Name": "RibbonTabHeaderItemsControlAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "FaultReason", - "Namespace": "System.ServiceModel" + "Name": "RibbonTitleAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "FaultReasonText", - "Namespace": "System.ServiceModel" + "Name": "RibbonTwoLineTextAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "HttpBindingBase", - "Namespace": "System.ServiceModel" + "Name": "IPreviewCommand", + "Namespace": "Microsoft.Windows.Input" }, { - "Name": "BasicHttpBinding", - "Namespace": "System.ServiceModel" + "Name": "IPreviewCommandSource", + "Namespace": "Microsoft.Windows.Input" }, { - "Name": "BasicHttpsBinding", - "Namespace": "System.ServiceModel" + "Name": "ResXDataNode", + "Namespace": "System.Resources" }, { - "Name": "BasicHttpsSecurity", - "Namespace": "System.ServiceModel" + "Name": "ResXFileRef", + "Namespace": "System.Resources" }, { - "Name": "BasicHttpsSecurityMode", - "Namespace": "System.ServiceModel" + "Name": "ResXResourceReader", + "Namespace": "System.Resources" }, { - "Name": "BasicHttpMessageCredentialType", - "Namespace": "System.ServiceModel" + "Name": "ResXResourceSet", + "Namespace": "System.Resources" }, { - "Name": "BasicHttpMessageSecurity", - "Namespace": "System.ServiceModel" + "Name": "ResXResourceWriter", + "Namespace": "System.Resources" }, { - "Name": "BasicHttpSecurity", - "Namespace": "System.ServiceModel" + "Name": "AccessibleEvents", + "Namespace": "System.Windows.Forms" }, { - "Name": "BasicHttpSecurityMode", - "Namespace": "System.ServiceModel" + "Name": "AccessibleNavigation", + "Namespace": "System.Windows.Forms" }, { - "Name": "FederatedMessageSecurityOverHttp", - "Namespace": "System.ServiceModel" + "Name": "AccessibleObject", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpClientCredentialType", - "Namespace": "System.ServiceModel" + "Name": "AccessibleRole", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpProxyCredentialType", - "Namespace": "System.ServiceModel" + "Name": "AccessibleSelection", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpTransportSecurity", - "Namespace": "System.ServiceModel" + "Name": "AccessibleStates", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageCredentialType", - "Namespace": "System.ServiceModel" + "Name": "AmbientProperties", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageSecurityOverTcp", - "Namespace": "System.ServiceModel" + "Name": "AnchorStyles", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageSecurityOverHttp", - "Namespace": "System.ServiceModel" + "Name": "Appearance", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageSecurityOverMsmq", - "Namespace": "System.ServiceModel" + "Name": "Application", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqTransportSecurity", - "Namespace": "System.ServiceModel" + "Name": "ApplicationContext", + "Namespace": "System.Windows.Forms" }, { - "Name": "NamedPipeTransportSecurity", - "Namespace": "System.ServiceModel" + "Name": "ArrowDirection", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetHttpBinding", - "Namespace": "System.ServiceModel" + "Name": "ArrangeDirection", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetHttpMessageEncoding", - "Namespace": "System.ServiceModel" + "Name": "ArrangeStartingPosition", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetHttpsBinding", - "Namespace": "System.ServiceModel" + "Name": "AutoCompleteMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetMsmqBinding", - "Namespace": "System.ServiceModel" + "Name": "AutoCompleteSource", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetMsmqSecurity", - "Namespace": "System.ServiceModel" + "Name": "AutoCompleteStringCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetMsmqSecurityMode", - "Namespace": "System.ServiceModel" + "Name": "AutoValidate", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetNamedPipeBinding", - "Namespace": "System.ServiceModel" + "Name": "AutoScaleMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetNamedPipeSecurity", - "Namespace": "System.ServiceModel" + "Name": "AutoSizeMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetNamedPipeSecurityMode", - "Namespace": "System.ServiceModel" + "Name": "AxHost", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetPeerTcpBinding", - "Namespace": "System.ServiceModel" + "Name": "BaseCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetTcpBinding", - "Namespace": "System.ServiceModel" + "Name": "Binding", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetTcpSecurity", - "Namespace": "System.ServiceModel" + "Name": "BindingCompleteContext", + "Namespace": "System.Windows.Forms" }, { - "Name": "NonDualMessageSecurityOverHttp", - "Namespace": "System.ServiceModel" + "Name": "BindingCompleteEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityMode", - "Namespace": "System.ServiceModel" + "Name": "BindingCompleteEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "TcpClientCredentialType", - "Namespace": "System.ServiceModel" + "Name": "BindingCompleteState", + "Namespace": "System.Windows.Forms" }, { - "Name": "TcpTransportSecurity", - "Namespace": "System.ServiceModel" + "Name": "BindingContext", + "Namespace": "System.Windows.Forms" }, { - "Name": "ReliableSession", - "Namespace": "System.ServiceModel" + "Name": "BindingManagerBase", + "Namespace": "System.Windows.Forms" }, { - "Name": "OptionalReliableSession", - "Namespace": "System.ServiceModel" + "Name": "BindingManagerDataErrorEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSMessageEncoding", - "Namespace": "System.ServiceModel" + "Name": "BindingManagerDataErrorEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSFederationHttpBinding", - "Namespace": "System.ServiceModel" + "Name": "BindingMemberInfo", + "Namespace": "System.Windows.Forms" }, { - "Name": "WS2007FederationHttpBinding", - "Namespace": "System.ServiceModel" + "Name": "BindingNavigator", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSFederationHttpSecurity", - "Namespace": "System.ServiceModel" + "Name": "BindingsCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSFederationHttpSecurityMode", - "Namespace": "System.ServiceModel" + "Name": "BindingSource", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSHttpBinding", - "Namespace": "System.ServiceModel" + "Name": "BootMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "WS2007HttpBinding", - "Namespace": "System.ServiceModel" + "Name": "Border3DSide", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSHttpBindingBase", - "Namespace": "System.ServiceModel" + "Name": "Border3DStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSDualHttpBinding", - "Namespace": "System.ServiceModel" + "Name": "BorderStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSDualHttpSecurity", - "Namespace": "System.ServiceModel" + "Name": "BoundsSpecified", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSDualHttpSecurityMode", - "Namespace": "System.ServiceModel" + "Name": "Button", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSHttpSecurity", - "Namespace": "System.ServiceModel" + "Name": "ButtonBase", + "Namespace": "System.Windows.Forms" }, { - "Name": "IOnlineStatus", - "Namespace": "System.ServiceModel" + "Name": "ButtonBorderStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerHopCountAttribute", - "Namespace": "System.ServiceModel" + "Name": "ButtonRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerMessageOrigination", - "Namespace": "System.ServiceModel" + "Name": "ButtonState", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerMessagePropagation", - "Namespace": "System.ServiceModel" + "Name": "CacheVirtualItemsEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerMessagePropagationFilter", - "Namespace": "System.ServiceModel" + "Name": "CacheVirtualItemsEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerNode", - "Namespace": "System.ServiceModel" + "Name": "CaptionButton", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerNodeAddress", - "Namespace": "System.ServiceModel" + "Name": "CharacterCasing", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerResolver", - "Namespace": "System.ServiceModel" + "Name": "CheckBox", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerSecuritySettings", - "Namespace": "System.ServiceModel" + "Name": "CheckBoxRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerTransportCredentialType", - "Namespace": "System.ServiceModel" + "Name": "CheckedListBox", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerTransportSecuritySettings", - "Namespace": "System.ServiceModel" + "Name": "CheckState", + "Namespace": "System.Windows.Forms" }, { - "Name": "TransactionFlowOption", - "Namespace": "System.ServiceModel" + "Name": "Clipboard", + "Namespace": "System.Windows.Forms" }, { - "Name": "TransactionFlowAttribute", - "Namespace": "System.ServiceModel" + "Name": "CloseReason", + "Namespace": "System.Windows.Forms" }, { - "Name": "TransactionProtocol", - "Namespace": "System.ServiceModel" + "Name": "ColorDepth", + "Namespace": "System.Windows.Forms" }, { - "Name": "ExceptionMapper", - "Namespace": "System.ServiceModel" + "Name": "ColorDialog", + "Namespace": "System.Windows.Forms" }, { - "Name": "Atom10FeedFormatter", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ColumnClickEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "Atom10FeedFormatter`1", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ColumnClickEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "Atom10ItemFormatter", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ColumnHeader", + "Namespace": "System.Windows.Forms" }, { - "Name": "Atom10ItemFormatter`1", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ColumnHeaderAutoResizeStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "SyndicationCategory", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ColumnHeaderConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "SyndicationContent", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ColumnReorderedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "SyndicationElementExtensionCollection", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ColumnReorderedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SyndicationFeed", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ColumnHeaderStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "SyndicationFeedFormatter", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ColumnWidthChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "SyndicationItemFormatter", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ColumnWidthChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SyndicationVersions", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ColumnWidthChangingEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "SyndicationItem", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ColumnWidthChangingEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SyndicationLink", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ComboBox", + "Namespace": "System.Windows.Forms" }, { - "Name": "SyndicationElementExtension", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ComboBoxRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "SyndicationPerson", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ComboBoxStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "Rss20FeedFormatter", - "Namespace": "System.ServiceModel.Syndication" + "Name": "CommonDialog", + "Namespace": "System.Windows.Forms" }, { - "Name": "Rss20FeedFormatter`1", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ContainerControl", + "Namespace": "System.Windows.Forms" }, { - "Name": "Rss20ItemFormatter", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ContextMenu", + "Namespace": "System.Windows.Forms" }, { - "Name": "Rss20ItemFormatter`1", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ContextMenuStrip", + "Namespace": "System.Windows.Forms" }, { - "Name": "TextSyndicationContent", - "Namespace": "System.ServiceModel.Syndication" + "Name": "Control", + "Namespace": "System.Windows.Forms" }, { - "Name": "TextSyndicationContentKind", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ImeContext", + "Namespace": "System.Windows.Forms" }, { - "Name": "UrlSyndicationContent", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ImeModeConversion", + "Namespace": "System.Windows.Forms" }, { - "Name": "XmlSyndicationContent", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ControlBindingsCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceDocument", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ControlEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "Workspace", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ControlEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ResourceCollectionInfo", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ControlPaint", + "Namespace": "System.Windows.Forms" }, { - "Name": "CategoriesDocument", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ControlStyles", + "Namespace": "System.Windows.Forms" }, { - "Name": "InlineCategoriesDocument", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ControlUpdateMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "ReferencedCategoriesDocument", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ConvertEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceDocumentFormatter", - "Namespace": "System.ServiceModel.Syndication" + "Name": "ConvertEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "AtomPub10ServiceDocumentFormatter", - "Namespace": "System.ServiceModel.Syndication" + "Name": "CreateParams", + "Namespace": "System.Windows.Forms" }, { - "Name": "AtomPub10ServiceDocumentFormatter`1", - "Namespace": "System.ServiceModel.Syndication" + "Name": "CurrencyManager", + "Namespace": "System.Windows.Forms" }, { - "Name": "CategoriesDocumentFormatter", - "Namespace": "System.ServiceModel.Syndication" + "Name": "Cursor", + "Namespace": "System.Windows.Forms" }, { - "Name": "AtomPub10CategoriesDocumentFormatter", - "Namespace": "System.ServiceModel.Syndication" + "Name": "CursorConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "CustomPeerResolverService", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "Cursors", + "Namespace": "System.Windows.Forms" }, { - "Name": "IPeerResolverContract", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "DataFormats", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerCustomResolverSettings", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "DataGrid", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerReferralPolicy", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "DataGridBoolColumn", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerResolverMode", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "DataGridCell", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerResolverSettings", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "IDataGridColumnStyleEditingNotificationService", + "Namespace": "System.Windows.Forms" }, { - "Name": "ResolveInfo", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "DataGridColumnStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "ResolveResponseInfo", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "GridColumnStylesCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "RegisterInfo", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "DataGridPreferredColumnWidthTypeConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "RegisterResponseInfo", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "DataGridLineStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "UpdateInfo", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "DataGridParentRowsLabelStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "UnregisterInfo", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "DataGridTableStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "RefreshInfo", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "GridTableStylesCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "RefreshResponseInfo", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "GridTablesFactory", + "Namespace": "System.Windows.Forms" }, { - "Name": "RefreshResult", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "DataGridTextBox", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceSettingsResponseInfo", - "Namespace": "System.ServiceModel.PeerResolvers" + "Name": "DataGridTextBoxColumn", + "Namespace": "System.Windows.Forms" }, { - "Name": "DllHostInitializer", - "Namespace": "System.ServiceModel.ComIntegration" + "Name": "DataGridView", + "Namespace": "System.Windows.Forms" }, { - "Name": "IChannelCredentials", - "Namespace": "System.ServiceModel.ComIntegration" + "Name": "DataGridViewAdvancedBorderStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "PersistStreamTypeWrapper", - "Namespace": "System.ServiceModel.ComIntegration" + "Name": "DataGridViewAdvancedCellBorderStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceMoniker", - "Namespace": "System.ServiceModel.ComIntegration" + "Name": "DataGridViewAutoSizeColumnModeEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "WasHostedComPlusFactory", - "Namespace": "System.ServiceModel.ComIntegration" + "Name": "DataGridViewAutoSizeColumnsModeEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "InfocardInteractiveChannelInitializer", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewColumnHeadersHeightSizeMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "BasicSecurityProfileVersion", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewRowHeadersWidthSizeMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecureConversationVersion", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewAutoSizeColumnsMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityVersion", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewAutoSizeColumnMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSSecurityTokenSerializer", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewAutoSizeRowsMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityPolicyVersion", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewAutoSizeRowMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "TrustVersion", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewAutoSizeModeEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "NonceCache", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewBand", + "Namespace": "System.Windows.Forms" }, { - "Name": "SspiSecurityTokenProvider", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewBindingCompleteEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityTokenAttachmentMode", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewButtonCell", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityTokenSpecification", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewButtonColumn", + "Namespace": "System.Windows.Forms" }, { - "Name": "SupportingTokenSpecification", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCell", + "Namespace": "System.Windows.Forms" }, { - "Name": "IdentityVerifier", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellBorderStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "ImpersonateOnSerializingReplyMessageProperty", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellCancelEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessagePartSpecification", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageProtectionOrder", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellContextMenuStripNeededEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageSecurityException", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellErrorTextNeededEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityAccessDeniedException", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ExpiredSecurityTokenException", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellFormattingEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityAlgorithmSuite", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellMouseEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "Basic256SecurityAlgorithmSuite", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellPaintingEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "Basic192SecurityAlgorithmSuite", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellParsingEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "Basic128SecurityAlgorithmSuite", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellStateChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "TripleDesSecurityAlgorithmSuite", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityMessageProperty", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellStyleContentChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelProtectionRequirements", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellStyleConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "ScopedMessagePartSpecification", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellStyleScopes", + "Namespace": "System.Windows.Forms" }, { - "Name": "DataProtectionSecurityStateEncoder", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellToolTipTextNeededEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityStateEncoder", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellValidatingEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityKeyEntropyMode", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellValueEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityNegotiationException", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCheckBoxCell", + "Namespace": "System.Windows.Forms" }, { - "Name": "ISecureConversationSession", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCheckBoxColumn", + "Namespace": "System.Windows.Forms" }, { - "Name": "ISecuritySession", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewClipboardCopyMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "SimpleSecurityTokenProvider", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewColumn", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityCredentialsManager", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewColumnCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpDigestClientCredential", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewColumnDesignTimeVisibleAttribute", + "Namespace": "System.Windows.Forms" }, { - "Name": "IEndpointIdentityProvider", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewColumnDividerDoubleClickEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "IssuedTokenClientCredential", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewColumnEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "IssuedTokenServiceCredential", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewColumnHeaderCell", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecureConversationServiceCredential", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewColumnSortMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceCredentialsSecurityTokenManager", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewColumnStateChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "UserNamePasswordClientCredential", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewComboBoxCell", + "Namespace": "System.Windows.Forms" }, { - "Name": "UserNamePasswordServiceCredential", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewComboBoxColumn", + "Namespace": "System.Windows.Forms" }, { - "Name": "UserNamePasswordValidationMode", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewComboBoxDisplayStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "WindowsClientCredential", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewComboBoxEditingControl", + "Namespace": "System.Windows.Forms" }, { - "Name": "WindowsServiceCredential", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewContentAlignment", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509CertificateInitiatorClientCredential", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewDataErrorContexts", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509CertificateRecipientClientCredential", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewDataErrorEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509CertificateInitiatorServiceCredential", - "Namespace": "System.ServiceModel.Security" + "Name": "IDataGridViewEditingCell", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509CertificateRecipientServiceCredential", - "Namespace": "System.ServiceModel.Security" + "Name": "IDataGridViewEditingControl", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509ClientCertificateAuthentication", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewEditingControlShowingEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509PeerCertificateAuthentication", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewEditMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509ServiceCertificateAuthentication", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewElement", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerCredential", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewElementStates", + "Namespace": "System.Windows.Forms" }, { - "Name": "DispatchContext", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewAutoSizeColumnModeEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IWSTrust13AsyncContract", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewAutoSizeColumnsModeEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IWSTrust13SyncContract", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewAutoSizeModeEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IWSTrustChannelContract", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewBindingCompleteEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IWSTrustContract", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellCancelEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IWSTrustFeb2005AsyncContract", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellContextMenuStripNeededEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IWSTrustFeb2005SyncContract", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellErrorTextNeededEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSTrustChannel", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSTrustChannelFactory", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellFormattingEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSTrustRequestBodyWriter", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellMouseEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSTrustRequestProcessingErrorEventArgs", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellPaintingEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSTrustResponseBodyWriter", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellParsingEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSTrustServiceContract", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellStateChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSTrustServiceHost", - "Namespace": "System.ServiceModel.Security" + "Name": "DataGridViewCellStyleContentChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ILogonTokenCacheManager", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewCellToolTipTextNeededEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityTokenReferenceStyle", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewCellValidatingEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "InitiatorServiceModelSecurityTokenRequirement", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewCellValueEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "RecipientServiceModelSecurityTokenRequirement", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewColumnDividerDoubleClickEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "RsaSecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewColumnEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceModelSecurityTokenTypes", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewColumnStateChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceModelSecurityTokenRequirement", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewEditingControlShowingEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SspiSecurityToken", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewDataErrorEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IssuedSecurityTokenHandler", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewRowCancelEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "RenewedSecurityTokenHandler", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewRowContextMenuStripNeededEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IIssuanceSecurityTokenAuthenticator", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewRowDividerDoubleClickEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ISecurityContextSecurityTokenCache", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewRowEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityContextSecurityTokenResolver", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewRowErrorTextNeededEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityContextSecurityToken", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewRowHeightInfoNeededEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityContextSecurityTokenAuthenticator", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewRowHeightInfoPushedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IssuedSecurityTokenProvider", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewRowPostPaintEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClaimTypeRequirement", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewRowPrePaintEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IssuedSecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewRowsAddedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "KerberosSecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewRowsRemovedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityTokenInclusionMode", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewRowStateChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecureConversationSecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewSortCompareEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewHeaderBorderStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "SslSecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewHeaderCell", + "Namespace": "System.Windows.Forms" }, { - "Name": "SspiSecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewHitTestType", + "Namespace": "System.Windows.Forms" }, { - "Name": "SupportingTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewImageCell", + "Namespace": "System.Windows.Forms" }, { - "Name": "UserNameSecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewImageCellLayout", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509SecurityTokenParameters", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewImageColumn", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509KeyIdentifierClauseType", - "Namespace": "System.ServiceModel.Security.Tokens" + "Name": "DataGridViewLinkCell", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqIntegrationBinding", - "Namespace": "System.ServiceModel.MsmqIntegration" + "Name": "DataGridViewLinkColumn", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqIntegrationBindingElement", - "Namespace": "System.ServiceModel.MsmqIntegration" + "Name": "DataGridViewPaintParts", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqIntegrationMessageProperty", - "Namespace": "System.ServiceModel.MsmqIntegration" + "Name": "DataGridViewRow", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqIntegrationSecurity", - "Namespace": "System.ServiceModel.MsmqIntegration" + "Name": "DataGridViewRowCancelEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqIntegrationSecurityMode", - "Namespace": "System.ServiceModel.MsmqIntegration" + "Name": "DataGridViewRowCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqMessage`1", - "Namespace": "System.ServiceModel.MsmqIntegration" + "Name": "DataGridViewRowContextMenuStripNeededEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqMessageSerializationFormat", - "Namespace": "System.ServiceModel.MsmqIntegration" + "Name": "DataGridViewRowDividerDoubleClickEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "TransactedBatchingBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewRowErrorTextNeededEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClientCredentials", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewRowEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "PrincipalPermissionMode", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewRowHeaderCell", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceCredentials", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewRowHeightInfoNeededEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceAuthorizationBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewRowHeightInfoPushedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceAuthenticationBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewRowPostPaintEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceSecurityAuditBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewRowPrePaintEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ContractDescription", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewRowsAddedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "FaultDescription", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewRowsRemovedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "FaultDescriptionCollection", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewRowStateChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "IContractBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewSelectedCellCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "IContractBehaviorAttribute", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewSelectedColumnCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "IOperationBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewSelectedRowCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "IServiceBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewSelectionMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageBodyDescription", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewSortCompareEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageDescription", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewTextBoxCell", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageDescriptionCollection", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewTextBoxColumn", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageHeaderDescription", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewTextBoxEditingControl", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageHeaderDescriptionCollection", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewTopLeftHeaderCell", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessagePartDescription", - "Namespace": "System.ServiceModel.Description" + "Name": "DataGridViewTriState", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessagePartDescriptionCollection", - "Namespace": "System.ServiceModel.Description" + "Name": "DataObject", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessagePropertyDescription", - "Namespace": "System.ServiceModel.Description" + "Name": "DataSourceUpdateMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessagePropertyDescriptionCollection", - "Namespace": "System.ServiceModel.Description" + "Name": "DateBoldEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "OperationDescription", - "Namespace": "System.ServiceModel.Description" + "Name": "DateBoldEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "OperationDescriptionCollection", - "Namespace": "System.ServiceModel.Description" + "Name": "DateRangeEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceDescription", - "Namespace": "System.ServiceModel.Description" + "Name": "DateRangeEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageDirection", - "Namespace": "System.ServiceModel.Description" + "Name": "DateTimePicker", + "Namespace": "System.Windows.Forms" }, { - "Name": "ParameterXPathQueryGenerator", - "Namespace": "System.ServiceModel.Description" + "Name": "DateTimePickerFormat", + "Namespace": "System.Windows.Forms" }, { - "Name": "DataContractSerializerOperationBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "Day", + "Namespace": "System.Windows.Forms" }, { - "Name": "XmlSerializerOperationBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "DialogResult", + "Namespace": "System.Windows.Forms" }, { - "Name": "MetadataResolver", - "Namespace": "System.ServiceModel.Description" + "Name": "DockingAttribute", + "Namespace": "System.Windows.Forms" }, { - "Name": "MetadataExchangeClient", - "Namespace": "System.ServiceModel.Description" + "Name": "DockingBehavior", + "Namespace": "System.Windows.Forms" }, { - "Name": "MetadataExchangeClientMode", - "Namespace": "System.ServiceModel.Description" + "Name": "DockStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "IEndpointBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "DomainUpDown", + "Namespace": "System.Windows.Forms" }, { - "Name": "IMetadataExchange", - "Namespace": "System.ServiceModel.Description" + "Name": "DpiChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MetadataSet", - "Namespace": "System.ServiceModel.Description" + "Name": "DpiChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "MetadataExchangeBindings", - "Namespace": "System.ServiceModel.Description" + "Name": "DragAction", + "Namespace": "System.Windows.Forms" }, { - "Name": "MetadataLocation", - "Namespace": "System.ServiceModel.Description" + "Name": "DragDropEffects", + "Namespace": "System.Windows.Forms" }, { - "Name": "MetadataReference", - "Namespace": "System.ServiceModel.Description" + "Name": "DragEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MetadataSection", - "Namespace": "System.ServiceModel.Description" + "Name": "DragEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceMetadataEndpoint", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawItemEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MustUnderstandBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawItemEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceEndpoint", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawItemState", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceEndpointCollection", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawListViewColumnHeaderEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceMetadataExtension", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawListViewColumnHeaderEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SynchronousReceiveBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawListViewItemEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "DispatcherSynchronizationBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawListViewItemEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClientViaBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawListViewSubItemEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MetadataImporter", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawListViewSubItemEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IOperationContractGenerationExtension", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "IPolicyExportExtension", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawToolTipEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "IPolicyImportExtension", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawToolTipEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IServiceContractGenerationExtension", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawTreeNodeEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "IWsdlExportExtension", - "Namespace": "System.ServiceModel.Description" + "Name": "DrawTreeNodeEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IWsdlImportExtension", - "Namespace": "System.ServiceModel.Description" + "Name": "ErrorBlinkStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "DataContractSerializerMessageContractImporter", - "Namespace": "System.ServiceModel.Description" + "Name": "ErrorIconAlignment", + "Namespace": "System.Windows.Forms" }, { - "Name": "XmlSerializerMessageContractImporter", - "Namespace": "System.ServiceModel.Description" + "Name": "ErrorProvider", + "Namespace": "System.Windows.Forms" }, { - "Name": "MetadataConversionError", - "Namespace": "System.ServiceModel.Description" + "Name": "FeatureSupport", + "Namespace": "System.Windows.Forms" }, { - "Name": "MetadataExporter", - "Namespace": "System.ServiceModel.Description" + "Name": "FileDialog", + "Namespace": "System.Windows.Forms" }, { - "Name": "OperationContractGenerationContext", - "Namespace": "System.ServiceModel.Description" + "Name": "FileDialogCustomPlace", + "Namespace": "System.Windows.Forms" }, { - "Name": "PolicyAssertionCollection", - "Namespace": "System.ServiceModel.Description" + "Name": "FileDialogCustomPlacesCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "PolicyConversionContext", - "Namespace": "System.ServiceModel.Description" + "Name": "FixedPanel", + "Namespace": "System.Windows.Forms" }, { - "Name": "MetadataImporterQuotas", - "Namespace": "System.ServiceModel.Description" + "Name": "FlatButtonAppearance", + "Namespace": "System.Windows.Forms" }, { - "Name": "PolicyVersion", - "Namespace": "System.ServiceModel.Description" + "Name": "FlatStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceContractGenerationContext", - "Namespace": "System.ServiceModel.Description" + "Name": "FlowDirection", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceContractGenerationOptions", - "Namespace": "System.ServiceModel.Description" + "Name": "FlowLayoutPanel", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceContractGenerator", - "Namespace": "System.ServiceModel.Description" + "Name": "FlowLayoutSettings", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceMetadataContractBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "FolderBrowserDialog", + "Namespace": "System.Windows.Forms" }, { - "Name": "WsdlContractConversionContext", - "Namespace": "System.ServiceModel.Description" + "Name": "FontDialog", + "Namespace": "System.Windows.Forms" }, { - "Name": "WsdlEndpointConversionContext", - "Namespace": "System.ServiceModel.Description" + "Name": "Form", + "Namespace": "System.Windows.Forms" }, { - "Name": "WsdlExporter", - "Namespace": "System.ServiceModel.Description" + "Name": "FormBorderStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "WsdlImporter", - "Namespace": "System.ServiceModel.Description" + "Name": "FormClosedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "CallbackDebugBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "FormClosedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceDebugBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "FormClosingEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceMetadataBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "FormClosingEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceThrottlingBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "FormCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "TypedMessageConverter", - "Namespace": "System.ServiceModel.Description" + "Name": "FormStartPosition", + "Namespace": "System.Windows.Forms" }, { - "Name": "ListenUriMode", - "Namespace": "System.ServiceModel.Description" + "Name": "FormWindowState", + "Namespace": "System.Windows.Forms" }, { - "Name": "UseRequestHeadersForMetadataAddressBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "FrameStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "XPathMessageContextMarkupExtension", - "Namespace": "System.ServiceModel.XamlIntegration" + "Name": "GiveFeedbackEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "XPathMessageContextTypeConverter", - "Namespace": "System.ServiceModel.XamlIntegration" + "Name": "GiveFeedbackEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ExceptionHandler", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "GridItem", + "Namespace": "System.Windows.Forms" }, { - "Name": "ActionMessageFilter", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "GridItemCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "EndpointAddressMessageFilter", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "GridItemType", + "Namespace": "System.Windows.Forms" }, { - "Name": "FilterInvalidBodyAccessException", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "GroupBox", + "Namespace": "System.Windows.Forms" }, { - "Name": "IMessageFilterTable`1", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "GroupBoxRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "InvalidBodyAccessException", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "GetChildAtPointSkip", + "Namespace": "System.Windows.Forms" }, { - "Name": "MatchAllMessageFilter", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HandledMouseEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MatchNoneMessageFilter", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "Help", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageFilter", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HelpEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageFilterException", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HelpEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageFilterTable`1", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HelpNavigator", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageQuery", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HelpProvider", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageQueryCollection", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HorizontalAlignment", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageQueryTable`1", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HScrollBar", + "Namespace": "System.Windows.Forms" }, { - "Name": "MultipleFilterMatchesException", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HScrollProperties", + "Namespace": "System.Windows.Forms" }, { - "Name": "NavigatorInvalidBodyAccessException", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HtmlDocument", + "Namespace": "System.Windows.Forms" }, { - "Name": "XPathNavigatorException", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HtmlElement", + "Namespace": "System.Windows.Forms" }, { - "Name": "PrefixEndpointAddressMessageFilter", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HtmlElementInsertionOrientation", + "Namespace": "System.Windows.Forms" }, { - "Name": "SeekableXPathNavigator", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HtmlElementCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "XPathResult", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HtmlElementErrorEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "XPathMessageFilter", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HtmlElementErrorEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "XPathMessageFilterTable`1", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HtmlElementEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "XPathMessageQueryCollection", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HtmlElementEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "XPathMessageContext", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HtmlHistory", + "Namespace": "System.Windows.Forms" }, { - "Name": "DispatchRuntime", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HtmlWindow", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClientRuntimeCompatBase", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "HtmlWindowCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClientRuntime", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "IBindableComponent", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelDispatcher", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "IButtonControl", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelDispatcherCollection", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "ICommandExecutor", + "Namespace": "System.Windows.Forms" }, { - "Name": "DispatchOperation", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "IContainerControl", + "Namespace": "System.Windows.Forms" }, { - "Name": "EndpointDispatcher", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "ICurrencyManagerProvider", + "Namespace": "System.Windows.Forms" }, { - "Name": "FaultContractInfo", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "IDataGridEditingService", + "Namespace": "System.Windows.Forms" }, { - "Name": "ICallContextInitializer", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "IDataObject", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelDispatcherBase", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "IFeatureSupport", + "Namespace": "System.Windows.Forms" }, { - "Name": "IChannelInitializer", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "IFileReaderService", + "Namespace": "System.Windows.Forms" }, { - "Name": "IDispatchOperationSelector", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "ImageIndexConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "IErrorHandler", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "ImageKeyConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "IInputSessionShutdown", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "ImageLayout", + "Namespace": "System.Windows.Forms" }, { - "Name": "IInstanceProvider", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "ImageList", + "Namespace": "System.Windows.Forms" }, { - "Name": "IOperationInvoker", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "ImageListStreamer", + "Namespace": "System.Windows.Forms" }, { - "Name": "IParameterInspector", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "ImeMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "IClientMessageFormatter", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "IMessageFilter", + "Namespace": "System.Windows.Forms" }, { - "Name": "IClientMessageInspector", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "InputLanguageChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "IClientOperationSelector", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "InputLanguageChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IInstanceContextProvider", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "InputLanguageChangingEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "IInstanceContextInitializer", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "InputLanguageChangingEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IDispatchMessageFormatter", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "InputLanguage", + "Namespace": "System.Windows.Forms" }, { - "Name": "IDispatchMessageInspector", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "InputLanguageCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "IInteractiveChannelInitializer", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "InvalidateEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClientOperationCompatBase", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "InvalidateEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClientOperation", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "IDropTarget", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceThrottle", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "ItemActivation", + "Namespace": "System.Windows.Forms" }, { - "Name": "InstanceContextIdleCallback", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "ItemBoundsPortion", + "Namespace": "System.Windows.Forms" }, { - "Name": "AspNetCompatibilityRequirementsAttribute", - "Namespace": "System.ServiceModel.Activation" + "Name": "ItemChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "AspNetCompatibilityRequirementsMode", - "Namespace": "System.ServiceModel.Activation" + "Name": "ItemChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceHostFactoryBase", - "Namespace": "System.ServiceModel.Activation" + "Name": "ItemCheckedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "VirtualPathExtension", - "Namespace": "System.ServiceModel.Activation" + "Name": "ItemCheckedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "DiagnosticSection", - "Namespace": "System.ServiceModel.Activation.Configuration" + "Name": "ItemCheckEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetPipeSection", - "Namespace": "System.ServiceModel.Activation.Configuration" + "Name": "ItemCheckEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetTcpSection", - "Namespace": "System.ServiceModel.Activation.Configuration" + "Name": "ItemDragEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityIdentifierElement", - "Namespace": "System.ServiceModel.Activation.Configuration" + "Name": "ItemDragEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceModelActivationSectionGroup", - "Namespace": "System.ServiceModel.Activation.Configuration" + "Name": "IWin32Window", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityIdentifierElementCollection", - "Namespace": "System.ServiceModel.Activation.Configuration" + "Name": "IWindowTarget", + "Namespace": "System.Windows.Forms" }, { - "Name": "ContextBindingElementExtensionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "KeyEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetTcpContextBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "KeyEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetTcpContextBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "KeyPressEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSHttpContextBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "KeyPressEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSHttpContextBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "Keys", + "Namespace": "System.Windows.Forms" }, { - "Name": "BasicHttpContextBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "KeysConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "BasicHttpContextBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "InsertKeyMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "ApplicationContainerSettingsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "Label", + "Namespace": "System.Windows.Forms" }, { - "Name": "AllowedAudienceUriElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LabelEditEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "AllowedAudienceUriElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LabelEditEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "AddressHeaderCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LayoutEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceAuthenticationElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LayoutEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "AuthorizationPolicyTypeElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LeftRightAlignment", + "Namespace": "System.Windows.Forms" }, { - "Name": "AuthorizationPolicyTypeElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LinkArea", + "Namespace": "System.Windows.Forms" }, { - "Name": "AuthenticationMode", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LinkBehavior", + "Namespace": "System.Windows.Forms" }, { - "Name": "BaseAddressElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LinkClickedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "BaseAddressElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LinkClickedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "BaseAddressPrefixFilterElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LinkConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "BaseAddressPrefixFilterElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LinkLabel", + "Namespace": "System.Windows.Forms" }, { - "Name": "BasicHttpBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LinkLabelLinkClickedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "BasicHttpBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LinkLabelLinkClickedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "BasicHttpMessageSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "LinkState", + "Namespace": "System.Windows.Forms" }, { - "Name": "BasicHttpSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListBindingConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "BasicHttpsBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListBindingHelper", + "Namespace": "System.Windows.Forms" }, { - "Name": "BasicHttpsBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListBox", + "Namespace": "System.Windows.Forms" }, { - "Name": "BasicHttpsSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListControl", + "Namespace": "System.Windows.Forms" }, { - "Name": "BehaviorExtensionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListControlConvertEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "BehaviorsSection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListControlConvertEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "BinaryMessageEncodingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewItemConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "BindingElementExtensionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListView", + "Namespace": "System.Windows.Forms" }, { - "Name": "BindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewAlignment", + "Namespace": "System.Windows.Forms" }, { - "Name": "BindingsSection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewGroup", + "Namespace": "System.Windows.Forms" }, { - "Name": "CertificateElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewGroupCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "CertificateReferenceElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewHitTestInfo", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelEndpointElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewHitTestLocations", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelEndpointElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewInsertionMark", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelPoolSettingsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewItem", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClientViaElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewItemMouseHoverEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClaimTypeElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewItemMouseHoverEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClaimTypeElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewItemSelectionChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "CallbackDebugElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewItemSelectionChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClientSection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewItemStates", + "Namespace": "System.Windows.Forms" }, { - "Name": "CallbackTimeoutsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewVirtualItemsSelectionRangeChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClearBehaviorElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ListViewVirtualItemsSelectionRangeChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClientCredentialsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MainMenu", + "Namespace": "System.Windows.Forms" }, { - "Name": "CommonBehaviorsSection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MaskedTextBox", + "Namespace": "System.Windows.Forms" }, { - "Name": "CommonEndpointBehaviorElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MaskFormat", + "Namespace": "System.Windows.Forms" }, { - "Name": "CommonServiceBehaviorElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MaskInputRejectedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "CompositeDuplexElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MaskInputRejectedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ConnectionOrientedTransportElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MdiClient", + "Namespace": "System.Windows.Forms" }, { - "Name": "CustomBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MdiLayout", + "Namespace": "System.Windows.Forms" }, { - "Name": "CustomBindingElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MeasureItemEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "CustomBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MeasureItemEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "OneWayElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "Menu", + "Namespace": "System.Windows.Forms" }, { - "Name": "DefaultPortElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MenuGlyph", + "Namespace": "System.Windows.Forms" }, { - "Name": "DefaultPortElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MenuItem", + "Namespace": "System.Windows.Forms" }, { - "Name": "DelegatingHandlerElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MenuMerge", + "Namespace": "System.Windows.Forms" }, { - "Name": "DelegatingHandlerElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MenuStrip", + "Namespace": "System.Windows.Forms" }, { - "Name": "DiagnosticSection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MergeAction", + "Namespace": "System.Windows.Forms" }, { - "Name": "DnsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "Message", + "Namespace": "System.Windows.Forms" }, { - "Name": "EndpointAddressElementBase", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MessageBox", + "Namespace": "System.Windows.Forms" }, { - "Name": "EndpointBehaviorElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MessageBoxButtons", + "Namespace": "System.Windows.Forms" }, { - "Name": "EndpointBehaviorElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MessageBoxDefaultButton", + "Namespace": "System.Windows.Forms" }, { - "Name": "EndpointCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MessageBoxIcon", + "Namespace": "System.Windows.Forms" }, { - "Name": "EndToEndTracingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MessageBoxOptions", + "Namespace": "System.Windows.Forms" }, { - "Name": "FederatedMessageSecurityOverHttpElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MethodInvoker", + "Namespace": "System.Windows.Forms" }, { - "Name": "HostElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MonthCalendar", + "Namespace": "System.Windows.Forms" }, { - "Name": "HostTimeoutsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MouseButtons", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpBindingBaseElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MouseEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpDigestClientElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "MouseEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpMessageHandlerFactoryElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "NativeWindow", + "Namespace": "System.Windows.Forms" }, { - "Name": "MexBindingBindingCollectionElement`2", - "Namespace": "System.ServiceModel.Configuration" + "Name": "UnhandledExceptionMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "MexBindingElement`1", - "Namespace": "System.ServiceModel.Configuration" + "Name": "NavigateEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MexHttpBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "NavigateEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "MexHttpBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "NodeLabelEditEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MexHttpsBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "NodeLabelEditEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "MexHttpsBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "NotifyIcon", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpsTransportElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "NumericUpDown", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpTransportElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "NumericUpDownAcceleration", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpTransportSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "NumericUpDownAccelerationCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "IBindingConfigurationElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "OpacityConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "IdentityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "OpenFileDialog", + "Namespace": "System.Windows.Forms" }, { - "Name": "IssuedTokenClientElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "Orientation", + "Namespace": "System.Windows.Forms" }, { - "Name": "IssuedTokenServiceElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "OSFeature", + "Namespace": "System.Windows.Forms" }, { - "Name": "IssuedTokenClientBehaviorsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "OwnerDrawPropertyBag", + "Namespace": "System.Windows.Forms" }, { - "Name": "IssuedTokenClientBehaviorsElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "Padding", + "Namespace": "System.Windows.Forms" }, { - "Name": "IssuedTokenParametersElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PaddingConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "IssuedTokenParametersEndpointAddressElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PaintEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "LocalClientSecuritySettingsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PaintEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "LocalServiceSecuritySettingsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "Panel", + "Namespace": "System.Windows.Forms" }, { - "Name": "MetadataElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PictureBox", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageLoggingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PictureBoxSizeMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageSecurityOverHttpElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PopupEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageSecurityOverMsmqElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PopupEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "MessageSecurityOverTcpElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PowerLineStatus", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqBindingElementBase", - "Namespace": "System.ServiceModel.Configuration" + "Name": "BatteryChargeStatus", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqIntegrationBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PowerState", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqIntegrationBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PowerStatus", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqIntegrationElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PreProcessControlState", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqIntegrationSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PreviewKeyDownEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqElementBase", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PreviewKeyDownEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqTransportElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ProfessionalColors", + "Namespace": "System.Windows.Forms" }, { - "Name": "MsmqTransportSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ProfessionalColorTable", + "Namespace": "System.Windows.Forms" }, { - "Name": "MtomMessageEncodingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ProgressBar", + "Namespace": "System.Windows.Forms" }, { - "Name": "NamedPipeConnectionPoolSettingsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ProgressBarRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "NamedPipeSettingsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ProgressBarStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "NamedPipeTransportElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PropertyGrid", + "Namespace": "System.Windows.Forms" }, { - "Name": "NamedPipeTransportSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PropertyManager", + "Namespace": "System.Windows.Forms" }, { - "Name": "NamedServiceModelExtensionCollectionElement`1", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PropertySort", + "Namespace": "System.Windows.Forms" }, { - "Name": "NonDualMessageSecurityOverHttpElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PropertyTabChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetHttpBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PropertyTabChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetHttpBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PropertyValueChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetHttpsBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "PropertyValueChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetHttpsBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "QueryAccessibilityHelpEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetHttpWebSocketTransportSettingsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "QueryAccessibilityHelpEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "WebSocketTransportSettingsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "QueryContinueDragEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetPeerTcpBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "QueryContinueDragEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetPeerTcpBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "QuestionEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetNamedPipeBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "QuestionEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetNamedPipeBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RadioButton", + "Namespace": "System.Windows.Forms" }, { - "Name": "MexNamedPipeBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RadioButtonRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "MexNamedPipeBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RelatedImageListAttribute", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceMetadataEndpointElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ContentsResizedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceMetadataEndpointCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ContentsResizedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetNamedPipeSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RetrieveVirtualItemEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetMsmqBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RetrieveVirtualItemEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetMsmqBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RichTextBox", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetMsmqSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RichTextBoxFinds", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetTcpBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RichTextBoxLanguageOptions", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetTcpBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RichTextBoxScrollBars", + "Namespace": "System.Windows.Forms" }, { - "Name": "MexTcpBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RichTextBoxSelectionAttribute", + "Namespace": "System.Windows.Forms" }, { - "Name": "MexTcpBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RichTextBoxSelectionTypes", + "Namespace": "System.Windows.Forms" }, { - "Name": "NetTcpSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RichTextBoxStreamType", + "Namespace": "System.Windows.Forms" }, { - "Name": "StandardBindingOptionalReliableSessionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RichTextBoxWordPunctuations", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerCredentialElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RightToLeft", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerCustomResolverElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SaveFileDialog", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerResolverElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "Screen", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ScreenOrientation", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerTransportElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ScrollableControl", + "Namespace": "System.Windows.Forms" }, { - "Name": "PeerTransportSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ScrollBar", + "Namespace": "System.Windows.Forms" }, { - "Name": "PnrpPeerResolverElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ScrollBarRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "PolicyImporterElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ScrollBars", + "Namespace": "System.Windows.Forms" }, { - "Name": "PolicyImporterElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ScrollButton", + "Namespace": "System.Windows.Forms" }, { - "Name": "PrivacyNoticeElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ScrollEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "StandardBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ScrollEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSHttpBindingBaseElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ScrollEventType", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSHttpBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ScrollOrientation", + "Namespace": "System.Windows.Forms" }, { - "Name": "StandardBindingCollectionElement`2", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ScrollProperties", + "Namespace": "System.Windows.Forms" }, { - "Name": "TransportElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SearchDirectionHint", + "Namespace": "System.Windows.Forms" }, { - "Name": "StandardEndpointElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SearchForVirtualItemEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "StandardEndpointCollectionElement`2", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SearchForVirtualItemEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "StandardBindingReliableSessionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SecurityIDType", + "Namespace": "System.Windows.Forms" }, { - "Name": "RsaElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SelectedGridItemChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ReliableSessionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SelectedGridItemChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecureConversationServiceElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SelectionMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityElementBase", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SelectionRange", + "Namespace": "System.Windows.Forms" }, { - "Name": "SecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SelectionRangeConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceActivationElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SendKeys", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceAuthorizationElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "Shortcut", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceCredentialsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SizeGripStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SortOrder", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceEndpointElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SplitContainer", + "Namespace": "System.Windows.Forms" }, { - "Name": "ExtensionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "Splitter", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceHostingEnvironmentSection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SplitterCancelEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ProtocolMappingSection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SplitterCancelEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ProtocolMappingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SplitterEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceMetadataPublishingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SplitterEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ExtensionsSection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SplitterPanel", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceSecurityAuditElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "StatusBar", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServicesSection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "StatusBarDrawItemEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceThrottlingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "StatusBarDrawItemEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServicePrincipalNameElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "StatusBarPanel", + "Namespace": "System.Windows.Forms" }, { - "Name": "SslStreamSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "StatusBarPanelAutoSize", + "Namespace": "System.Windows.Forms" }, { - "Name": "TcpTransportElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "StatusBarPanelBorderStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "TcpTransportSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "StatusBarPanelClickEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "TextMessageEncodingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "StatusBarPanelClickEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "TransactedBatchingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "StatusBarPanelStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "TransportConfigurationTypeElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "StatusStrip", + "Namespace": "System.Windows.Forms" }, { - "Name": "UserPrincipalNameElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "StructFormat", + "Namespace": "System.Windows.Forms" }, { - "Name": "UserNameServiceElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SystemInformation", + "Namespace": "System.Windows.Forms" }, { - "Name": "WindowsClientElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SystemParameter", + "Namespace": "System.Windows.Forms" }, { - "Name": "WindowsServiceElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TabAlignment", + "Namespace": "System.Windows.Forms" }, { - "Name": "WindowsStreamSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TabAppearance", + "Namespace": "System.Windows.Forms" }, { - "Name": "WsdlImporterElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TabControl", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSDualHttpBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TabControlAction", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSDualHttpSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TabControlCancelEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSHttpSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TabControlCancelEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "XmlDictionaryReaderQuotasElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TabControlEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "XmlElementElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TabControlEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "DataContractSerializerElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TabDrawMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "XPathMessageFilterElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TableLayoutPanel", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509CertificateTrustedIssuerElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TableLayoutControlCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509ClientCertificateAuthenticationElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TableLayoutPanelCellBorderStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509ClientCertificateCredentialsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TableLayoutPanelCellPosition", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509DefaultServiceCertificateElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TableLayoutPanelGrowStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509InitiatorCertificateClientElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TableLayoutSettings", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509RecipientCertificateClientElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "SizeType", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509InitiatorCertificateServiceElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ColumnStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509RecipientCertificateServiceElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RowStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509ScopedServiceCertificateElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TableLayoutStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509ServiceCertificateAuthenticationElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TableLayoutStyleCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "ComContractElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TableLayoutCellPaintEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ComContractsSection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TableLayoutCellPaintEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ComMethodElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TableLayoutColumnStyleCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "ComPersistableTypeElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TableLayoutRowStyleCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "ComUdtElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TabPage", + "Namespace": "System.Windows.Forms" }, { - "Name": "TransactionFlowElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TabRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSFederationHttpBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TabSizeMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSFederationHttpSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TextBox", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509PeerCertificateElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TextBoxBase", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509PeerCertificateAuthenticationElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TextBoxRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceDebugElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TextDataFormat", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceTimeoutsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TextImageRelation", + "Namespace": "System.Windows.Forms" }, { - "Name": "TcpConnectionPoolSettingsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ThreadExceptionDialog", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSHttpTransportSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "TickStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "DispatcherSynchronizationElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "Timer", + "Namespace": "System.Windows.Forms" }, { - "Name": "RemoveBehaviorElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolBar", + "Namespace": "System.Windows.Forms" }, { - "Name": "UseRequestHeadersForMetadataAddressElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolBarAppearance", + "Namespace": "System.Windows.Forms" }, { - "Name": "ProtocolMappingElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolBarButton", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceActivationElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolBarButtonClickEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceBehaviorElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolBarButtonClickEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceBehaviorElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolBarButtonStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolBarTextAlign", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceEndpointElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStrip", + "Namespace": "System.Windows.Forms" }, { - "Name": "ExtensionElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripArrowRenderEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceModelEnhancedConfigurationElementCollection`1", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripArrowRenderEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceModelConfigurationElementCollection`1", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripButton", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceModelConfigurationElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripComboBox", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceModelExtensionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripControlHost", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceModelExtensionCollectionElement`1", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripDropDown", + "Namespace": "System.Windows.Forms" }, { - "Name": "ServiceModelSectionGroup", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripDropDownCloseReason", + "Namespace": "System.Windows.Forms" }, { - "Name": "StandardBindingElementCollection`1", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripDropDownClosedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "StandardEndpointElementCollection`1", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripDropDownClosedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "StandardEndpointsSection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripDropDownClosingEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "SynchronousReceiveElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripDropDownClosingEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "TransportConfigurationTypeElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripDropDownDirection", + "Namespace": "System.Windows.Forms" }, { - "Name": "UseManagedPresentationElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripDropDownButton", + "Namespace": "System.Windows.Forms" }, { - "Name": "WsdlImporterElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripDropDownItem", + "Namespace": "System.Windows.Forms" }, { - "Name": "WS2007FederationHttpBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripDropDownItemAccessibleObject", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSFederationHttpBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripDropDownMenu", + "Namespace": "System.Windows.Forms" }, { - "Name": "WS2007FederationHttpBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripGripDisplayStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "WS2007HttpBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripGripRenderEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSHttpBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripGripRenderEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "WS2007HttpBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripGripStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "WSDualHttpBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripItem", + "Namespace": "System.Windows.Forms" }, { - "Name": "XmlElementElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripItemAlignment", + "Namespace": "System.Windows.Forms" }, { - "Name": "XPathMessageFilterElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripItemClickedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "XPathMessageFilterElementComparer", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripItemClickedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509CertificateTrustedIssuerElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripItemCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "X509ScopedServiceCertificateElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripItemDisplayStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "ConfigurationChannelFactory`1", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripItemEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ConfigurationDuplexChannelFactory`1", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripItemEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ComContractElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripItemImageRenderEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ComMethodElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripItemImageRenderEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ComPersistableTypeElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripItemImageScaling", + "Namespace": "System.Windows.Forms" }, { - "Name": "ComUdtElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ToolStripItemOverflow", + "Namespace": "System.Windows.Forms" }, { - "Name": "Binding", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripItemPlacement", + "Namespace": "System.Windows.Forms" }, { - "Name": "BindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripItemRenderEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "BindingElementCollection", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripItemRenderEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "BindingParameterCollection", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripItemTextRenderEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "CustomBinding", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripItemTextRenderEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IBindingDeliveryCapabilities", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripLabel", + "Namespace": "System.Windows.Forms" }, { - "Name": "IBindingMulticastCapabilities", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripLayoutStyle", + "Namespace": "System.Windows.Forms" }, { - "Name": "ISecurityCapabilities", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripManager", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelParameterCollection", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripManagerRenderMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "IChannel", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripMenuItem", + "Namespace": "System.Windows.Forms" }, { - "Name": "IChannelFactory", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripOverflow", + "Namespace": "System.Windows.Forms" }, { - "Name": "IChannelFactory`1", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripOverflowButton", + "Namespace": "System.Windows.Forms" }, { - "Name": "IChannelListener", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripContainer", + "Namespace": "System.Windows.Forms" }, { - "Name": "IChannelListener`1", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripContentPanel", + "Namespace": "System.Windows.Forms" }, { - "Name": "IDuplexChannel", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripPanel", + "Namespace": "System.Windows.Forms" }, { - "Name": "IDuplexSession", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripPanelRenderEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "IDuplexSessionChannel", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripPanelRenderEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IInputChannel", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripContentPanelRenderEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "IInputSession", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripContentPanelRenderEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IInputSessionChannel", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripPanelRow", + "Namespace": "System.Windows.Forms" }, { - "Name": "IOutputChannel", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripProfessionalRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "IOutputSession", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripProgressBar", + "Namespace": "System.Windows.Forms" }, { - "Name": "IOutputSessionChannel", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "IReplyChannel", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripRenderEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "IReplySessionChannel", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripRenderEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IRequestChannel", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripRenderMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "IRequestSessionChannel", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripSeparator", + "Namespace": "System.Windows.Forms" }, { - "Name": "ISession", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripSeparatorRenderEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ISessionChannel`1", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripSeparatorRenderEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelBase", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripSplitButton", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelFactoryBase", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripStatusLabel", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelFactoryBase`1", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripStatusLabelBorderSides", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelListenerBase", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripSystemRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelListenerBase`1", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripTextBox", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelManagerBase", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripTextDirection", + "Namespace": "System.Windows.Forms" }, { - "Name": "ChannelPoolSettings", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolTip", + "Namespace": "System.Windows.Forms" }, { - "Name": "CommunicationObject", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolTipIcon", + "Namespace": "System.Windows.Forms" }, { - "Name": "IReceiveContextSettings", - "Namespace": "System.ServiceModel.Channels" + "Name": "TrackBar", + "Namespace": "System.Windows.Forms" }, { - "Name": "ReceiveContext", - "Namespace": "System.ServiceModel.Channels" + "Name": "TrackBarRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "ReceiveContextState", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeNode", + "Namespace": "System.Windows.Forms" }, { - "Name": "RemoteEndpointMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeNodeMouseClickEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "RequestContext", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeNodeMouseClickEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "SupportedAddressingMode", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeNodeCollection", + "Namespace": "System.Windows.Forms" }, { - "Name": "BufferManager", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeNodeConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "CallbackContextMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeNodeMouseHoverEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "ContextBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeNodeMouseHoverEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ContextBindingElementImporter", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeNodeStates", + "Namespace": "System.Windows.Forms" }, { - "Name": "ContextExchangeMechanism", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeView", + "Namespace": "System.Windows.Forms" }, { - "Name": "ContextMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeViewAction", + "Namespace": "System.Windows.Forms" }, { - "Name": "IContextBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeViewCancelEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "IContextManager", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeViewCancelEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpCookieContainerBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeViewDrawMode", + "Namespace": "System.Windows.Forms" }, { - "Name": "StreamSecurityUpgradeAcceptor", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeViewEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "StreamSecurityUpgradeInitiator", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeViewEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "StreamSecurityUpgradeProvider", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeViewHitTestInfo", + "Namespace": "System.Windows.Forms" }, { - "Name": "StreamUpgradeAcceptor", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeViewHitTestLocations", + "Namespace": "System.Windows.Forms" }, { - "Name": "StreamUpgradeInitiator", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeViewImageIndexConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "StreamUpgradeProvider", - "Namespace": "System.ServiceModel.Channels" + "Name": "TreeViewImageKeyConverter", + "Namespace": "System.Windows.Forms" }, { - "Name": "ApplicationContainerSettings", - "Namespace": "System.ServiceModel.Channels" + "Name": "TypeValidationEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "NamedPipeSettings", - "Namespace": "System.ServiceModel.Channels" + "Name": "TypeValidationEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpRequestMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "UICues", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpResponseMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "UICuesEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "IHttpCookieContainerManager", - "Namespace": "System.ServiceModel.Channels" + "Name": "UICuesEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "IWebSocketCloseDetails", - "Namespace": "System.ServiceModel.Channels" + "Name": "UpDownBase", + "Namespace": "System.Windows.Forms" }, { - "Name": "SessionOpenNotification", - "Namespace": "System.ServiceModel.Channels" + "Name": "UpDownEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpMessageHandlerFactory", - "Namespace": "System.ServiceModel.Channels" + "Name": "UpDownEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "ClientWebSocketFactory", - "Namespace": "System.ServiceModel.Channels" + "Name": "UserControl", + "Namespace": "System.Windows.Forms" }, { - "Name": "WebSocketTransportUsage", - "Namespace": "System.ServiceModel.Channels" + "Name": "ValidationConstraints", + "Namespace": "System.Windows.Forms" }, { - "Name": "WebSocketTransportSettings", - "Namespace": "System.ServiceModel.Channels" + "Name": "View", + "Namespace": "System.Windows.Forms" }, { - "Name": "WebSocketMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "VScrollBar", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpMessageSettings", - "Namespace": "System.ServiceModel.Channels" + "Name": "VScrollProperties", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpRequestMessageExtensionMethods", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowser", + "Namespace": "System.Windows.Forms" }, { - "Name": "OneWayBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowserEncryptionLevel", + "Namespace": "System.Windows.Forms" }, { - "Name": "ConnectionOrientedTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowserReadyState", + "Namespace": "System.Windows.Forms" }, { - "Name": "CompositeDuplexBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowserRefreshOption", + "Namespace": "System.Windows.Forms" }, { - "Name": "CompositeDuplexBindingElementImporter", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowserBase", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowserDocumentCompletedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "HttpsTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowserDocumentCompletedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "StreamUpgradeBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowserNavigatedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "NamedPipeConnectionPoolSettings", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowserNavigatedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "NamedPipeTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowserNavigatingEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "OneWayBindingElementImporter", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowserNavigatingEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "SslStreamSecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowserProgressChangedEventHandler", + "Namespace": "System.Windows.Forms" }, { - "Name": "TcpConnectionPoolSettings", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowserProgressChangedEventArgs", + "Namespace": "System.Windows.Forms" }, { - "Name": "TcpTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "WebBrowserSiteBase", + "Namespace": "System.Windows.Forms" }, { - "Name": "TransportBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "WindowsFormsSection", + "Namespace": "System.Windows.Forms" }, { - "Name": "TransportBindingElementImporter", - "Namespace": "System.ServiceModel.Channels" + "Name": "WindowsFormsSynchronizationContext", + "Namespace": "System.Windows.Forms" }, { - "Name": "WindowsStreamSecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "IComponentEditorPageSite", + "Namespace": "System.Windows.Forms" }, { - "Name": "IAnonymousUriPrefixMatcher", - "Namespace": "System.ServiceModel.Channels" + "Name": "LayoutSettings", + "Namespace": "System.Windows.Forms" }, { - "Name": "CorrelationCallbackMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "PageSetupDialog", + "Namespace": "System.Windows.Forms" }, { - "Name": "CorrelationDataDescription", - "Namespace": "System.ServiceModel.Channels" + "Name": "PrintControllerWithStatusDialog", + "Namespace": "System.Windows.Forms" }, { - "Name": "CorrelationDataMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "PrintDialog", + "Namespace": "System.Windows.Forms" }, { - "Name": "CorrelationKey", - "Namespace": "System.ServiceModel.Channels" + "Name": "PrintPreviewControl", + "Namespace": "System.Windows.Forms" }, { - "Name": "CorrelationMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "PrintPreviewDialog", + "Namespace": "System.Windows.Forms" }, { - "Name": "ICorrelationDataSource", - "Namespace": "System.ServiceModel.Channels" + "Name": "TextFormatFlags", + "Namespace": "System.Windows.Forms" }, { - "Name": "PrivacyNoticeBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "TextRenderer", + "Namespace": "System.Windows.Forms" }, { - "Name": "PrivacyNoticeBindingElementImporter", - "Namespace": "System.ServiceModel.Channels" + "Name": "VisualStyleElement", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "UseManagedPresentationBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "VisualStyleInformation", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "UseManagedPresentationBindingElementImporter", - "Namespace": "System.ServiceModel.Channels" + "Name": "VisualStyleRenderer", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "DeliveryFailure", - "Namespace": "System.ServiceModel.Channels" + "Name": "VisualStyleState", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "DeliveryStatus", - "Namespace": "System.ServiceModel.Channels" + "Name": "ComboBoxState", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "MsmqMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "CheckBoxState", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "ITransactedBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "GroupBoxState", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "MsmqBindingElementBase", - "Namespace": "System.ServiceModel.Channels" + "Name": "PushButtonState", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "MsmqTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "RadioButtonState", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "ReliableSessionBindingElementImporter", - "Namespace": "System.ServiceModel.Channels" + "Name": "ScrollBarArrowButtonState", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "ReliableSessionBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "ScrollBarState", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "RedirectionDuration", - "Namespace": "System.ServiceModel.Channels" + "Name": "ScrollBarSizeBoxState", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "RedirectionException", - "Namespace": "System.ServiceModel.Channels" + "Name": "TabItemState", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "RedirectionLocation", - "Namespace": "System.ServiceModel.Channels" + "Name": "TextBoxState", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "RedirectionScope", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolBarState", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "RedirectionType", - "Namespace": "System.ServiceModel.Channels" + "Name": "TrackBarThumbState", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "RetryException", - "Namespace": "System.ServiceModel.Channels" + "Name": "BackgroundType", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "AsymmetricSecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "BorderType", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "ITransportTokenAssertionProvider", - "Namespace": "System.ServiceModel.Channels" + "Name": "ImageOrientation", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "SecurityBindingElementImporter", - "Namespace": "System.ServiceModel.Channels" + "Name": "SizingType", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "SecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "FillType", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "SecurityHeaderLayout", - "Namespace": "System.ServiceModel.Channels" + "Name": "HorizontalAlign", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "SymmetricSecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "ContentAlignment", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "TransportSecurityBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "VerticalAlignment", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "LocalClientSecuritySettings", - "Namespace": "System.ServiceModel.Channels" + "Name": "OffsetType", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "LocalServiceSecuritySettings", - "Namespace": "System.ServiceModel.Channels" + "Name": "IconEffect", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "IBindingRuntimePreferences", - "Namespace": "System.ServiceModel.Channels" + "Name": "TextShadowType", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "BindingContext", - "Namespace": "System.ServiceModel.Channels" + "Name": "GlyphType", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "StandardBindingImporter", - "Namespace": "System.ServiceModel.Channels" + "Name": "ImageSelectType", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "XmlSerializerImportOptions", - "Namespace": "System.ServiceModel.Channels" + "Name": "TrueSizeScalingType", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "WrappedOptions", - "Namespace": "System.ServiceModel.Channels" + "Name": "GlyphFontSizingType", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "InvalidChannelBindingException", - "Namespace": "System.ServiceModel.Channels" + "Name": "ColorProperty", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "TransferSession", - "Namespace": "System.ServiceModel.Channels" + "Name": "EnumProperty", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "AddressingVersion", - "Namespace": "System.ServiceModel.Channels" + "Name": "FilenameProperty", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "AddressHeader", - "Namespace": "System.ServiceModel.Channels" + "Name": "FontProperty", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "AddressHeaderCollection", - "Namespace": "System.ServiceModel.Channels" + "Name": "IntegerProperty", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "BodyWriter", - "Namespace": "System.ServiceModel.Channels" + "Name": "PointProperty", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "MessageHeaderInfo", - "Namespace": "System.ServiceModel.Channels" + "Name": "MarginProperty", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "IMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "StringProperty", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "FaultConverter", - "Namespace": "System.ServiceModel.Channels" + "Name": "BooleanProperty", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "Message", - "Namespace": "System.ServiceModel.Channels" + "Name": "Edges", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "MessageBuffer", - "Namespace": "System.ServiceModel.Channels" + "Name": "EdgeStyle", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "MessageFault", - "Namespace": "System.ServiceModel.Channels" + "Name": "EdgeEffects", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "MessageHeader", - "Namespace": "System.ServiceModel.Channels" + "Name": "TextMetrics", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "MessageHeaders", - "Namespace": "System.ServiceModel.Channels" + "Name": "TextMetricsPitchAndFamilyValues", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "MessageProperties", - "Namespace": "System.ServiceModel.Channels" + "Name": "TextMetricsCharacterSet", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "MessageState", - "Namespace": "System.ServiceModel.Channels" + "Name": "HitTestOptions", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "MessageVersion", - "Namespace": "System.ServiceModel.Channels" + "Name": "HitTestCode", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "UnderstoodHeaders", - "Namespace": "System.ServiceModel.Channels" + "Name": "ThemeSizeType", + "Namespace": "System.Windows.Forms.VisualStyles" }, { - "Name": "CompressionFormat", - "Namespace": "System.ServiceModel.Channels" + "Name": "IRootGridEntry", + "Namespace": "System.Windows.Forms.PropertyGridInternal" }, { - "Name": "MessageEncoder", - "Namespace": "System.ServiceModel.Channels" + "Name": "PropertiesTab", + "Namespace": "System.Windows.Forms.PropertyGridInternal" }, { - "Name": "MessageEncoderFactory", - "Namespace": "System.ServiceModel.Channels" + "Name": "PropertyGridCommands", + "Namespace": "System.Windows.Forms.PropertyGridInternal" }, { - "Name": "BinaryMessageEncodingBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "ComponentEditorForm", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "MessageEncodingBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "ComponentEditorPage", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "MtomMessageEncodingBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "EventsTab", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "TextMessageEncodingBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "IUIService", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "MessageEncodingBindingElementImporter", - "Namespace": "System.ServiceModel.Channels" + "Name": "IWindowsFormsEditorService", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "PeerCustomResolverBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "PropertyTab", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "PeerResolverBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripItemDesignerAvailability", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "PeerTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolStripItemDesignerAvailabilityAttribute", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "PnrpPeerResolverBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "WindowsFormsComponentEditor", + "Namespace": "System.Windows.Forms.Design" }, { - "Name": "TransactionMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "Com2Variant", + "Namespace": "System.Windows.Forms.ComponentModel.Com2Interop" }, { - "Name": "TransactionFlowBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "ICom2PropertyPageDisplayService", + "Namespace": "System.Windows.Forms.ComponentModel.Com2Interop" }, { - "Name": "TransactionFlowBindingElementImporter", - "Namespace": "System.ServiceModel.Channels" + "Name": "IComPropertyBrowser", + "Namespace": "System.Windows.Forms.ComponentModel.Com2Interop" }, { - "Name": "PerformanceCounterScope", - "Namespace": "System.ServiceModel.Diagnostics" + "Name": "TableLayoutSettingsTypeConverter", + "Namespace": "System.Windows.Forms.Layout" }, { - "Name": "ServiceHostingEnvironment", - "Namespace": "System.ServiceModel" + "Name": "ArrangedElementCollection", + "Namespace": "System.Windows.Forms.Layout" }, { - "Name": "WorkflowServiceHostFactory", - "Namespace": "System.ServiceModel.Activities.Activation" + "Name": "LayoutEngine", + "Namespace": "System.Windows.Forms.Layout" }, { - "Name": "HostedTransportConfiguration", - "Namespace": "System.ServiceModel.Activation" + "Name": "Annotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ServiceActivationBuildProviderAttribute", - "Namespace": "System.ServiceModel.Activation" + "Name": "AnnotationPositionChangingEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ServiceBuildProvider", - "Namespace": "System.ServiceModel.Activation" + "Name": "AnnotationCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ServiceHostFactory", - "Namespace": "System.ServiceModel.Activation" + "Name": "ArrowStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ServiceRoute", - "Namespace": "System.ServiceModel.Activation" + "Name": "ArrowAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "Endpoint", - "Namespace": "System.ServiceModel" + "Name": "CalloutStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "EndpointIdentityExtension", - "Namespace": "System.ServiceModel" + "Name": "CalloutAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "MessageQuerySet", - "Namespace": "System.ServiceModel" + "Name": "AnnotationGroup", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "CorrelationActionMessageFilter", - "Namespace": "System.ServiceModel" + "Name": "ImageAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "CorrelationQuery", - "Namespace": "System.ServiceModel" + "Name": "LineAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "EndpointIdentityConverter", - "Namespace": "System.ServiceModel.XamlIntegration" + "Name": "VerticalLineAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ServiceXNameTypeConverter", - "Namespace": "System.ServiceModel.XamlIntegration" + "Name": "HorizontalLineAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "SpnEndpointIdentityExtension", - "Namespace": "System.ServiceModel.XamlIntegration" + "Name": "PolylineAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "UpnEndpointIdentityExtension", - "Namespace": "System.ServiceModel.XamlIntegration" + "Name": "PolygonAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowService", - "Namespace": "System.ServiceModel.Activities" + "Name": "AnnotationPathPointCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "DurableInstancingOptions", - "Namespace": "System.ServiceModel.Activities" + "Name": "AnnotationPathPoint", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "IWorkflowInstanceManagement", - "Namespace": "System.ServiceModel.Activities" + "Name": "RectangleAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "IWorkflowUpdateableInstanceManagement", - "Namespace": "System.ServiceModel.Activities" + "Name": "EllipseAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "SerializerOption", - "Namespace": "System.ServiceModel.Activities" + "Name": "Border3DAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowControlClient", - "Namespace": "System.ServiceModel.Activities" + "Name": "TextAnnotation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowUpdateableControlClient", - "Namespace": "System.ServiceModel.Activities" + "Name": "AnnotationSmartLabelStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowControlEndpoint", - "Namespace": "System.ServiceModel.Activities" + "Name": "BorderSkinStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowServiceHost", - "Namespace": "System.ServiceModel.Activities" + "Name": "BorderSkin", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "CorrelationHandle", - "Namespace": "System.ServiceModel.Activities" + "Name": "DataPointComparer", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "CorrelationScope", - "Namespace": "System.ServiceModel.Activities" + "Name": "DataPointCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "InitializeCorrelation", - "Namespace": "System.ServiceModel.Activities" + "Name": "DataPoint", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "IReceiveMessageCallback", - "Namespace": "System.ServiceModel.Activities" + "Name": "DataPointCustomProperties", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ISendMessageCallback", - "Namespace": "System.ServiceModel.Activities" + "Name": "CustomProperties", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "TransactedReceiveScope", - "Namespace": "System.ServiceModel.Activities" + "Name": "AxisType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ReceiveContent", - "Namespace": "System.ServiceModel.Activities" + "Name": "PointSortOrder", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ReceiveMessageContent", - "Namespace": "System.ServiceModel.Activities" + "Name": "SeriesCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ReceiveParametersContent", - "Namespace": "System.ServiceModel.Activities" + "Name": "Series", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "SendContent", - "Namespace": "System.ServiceModel.Activities" + "Name": "LabelAutoFitStyles", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "SendMessageContent", - "Namespace": "System.ServiceModel.Activities" + "Name": "AxisName", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "SendParametersContent", - "Namespace": "System.ServiceModel.Activities" + "Name": "Axis", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "Receive", - "Namespace": "System.ServiceModel.Activities" + "Name": "IntervalAutoMode", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ReceiveReply", - "Namespace": "System.ServiceModel.Activities" + "Name": "AxisArrowStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "Send", - "Namespace": "System.ServiceModel.Activities" + "Name": "BreakLineStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "SendReply", - "Namespace": "System.ServiceModel.Activities" + "Name": "StartFromZero", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "SendMessageChannelCache", - "Namespace": "System.ServiceModel.Activities" + "Name": "AxisScaleBreakStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ChannelCacheSettings", - "Namespace": "System.ServiceModel.Activities" + "Name": "ScrollBarButtonType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "CorrelationInitializer", - "Namespace": "System.ServiceModel.Activities" + "Name": "ScrollBarButtonStyles", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "RequestReplyCorrelationInitializer", - "Namespace": "System.ServiceModel.Activities" + "Name": "AxisScrollBar", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "QueryCorrelationInitializer", - "Namespace": "System.ServiceModel.Activities" + "Name": "ScrollBarEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "CallbackCorrelationInitializer", - "Namespace": "System.ServiceModel.Activities" + "Name": "ScrollType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ContextCorrelationInitializer", - "Namespace": "System.ServiceModel.Activities" + "Name": "AxisScaleView", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowCreationContext", - "Namespace": "System.ServiceModel.Activities" + "Name": "ViewEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowHostingEndpoint", - "Namespace": "System.ServiceModel.Activities" + "Name": "ChartElement", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowHostingResponseContext", - "Namespace": "System.ServiceModel.Activities" + "Name": "ChartNamedElement", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "HostSettings", - "Namespace": "System.ServiceModel.Activities" + "Name": "ChartElementCollection`1", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "MessageContext", - "Namespace": "System.ServiceModel.Activities" + "Name": "ChartNamedElementCollection`1", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ReceiveSettings", - "Namespace": "System.ServiceModel.Activities" + "Name": "ChartPaintEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "SendReceiveExtension", - "Namespace": "System.ServiceModel.Activities" + "Name": "FormatNumberEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "SendSettings", - "Namespace": "System.ServiceModel.Activities" + "Name": "AreaAlignmentOrientations", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ReceiveMessageRecord", - "Namespace": "System.ServiceModel.Activities.Tracking" + "Name": "AreaAlignmentStyles", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "SendMessageRecord", - "Namespace": "System.ServiceModel.Activities.Tracking" + "Name": "ChartArea", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ActivityStateQueryElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "LightStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ActivityStateQueryElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "ChartArea3DStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ActivityScheduledQueryElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "ChartAreaCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ActivityScheduledQueryElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "Cursor", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "AnnotationElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "CursorEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "AnnotationElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "LabelAlignmentStyles", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ArgumentElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "SeriesChartType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ArgumentElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "ChartImageAlignmentStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "BookmarkResumptionQueryElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "ChartImageWrapMode", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "BookmarkResumptionQueryElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "AxisEnabled", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "CancelRequestedQueryElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "DateTimeIntervalType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "CancelRequestedQueryElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "ChartValueType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "FaultPropagationQueryElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "ChartHatchStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "FaultPropagationQueryElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "TextAntiAliasingQuality", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ProfileElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "AntiAliasingStyles", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ProfileElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "MarkerStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ProfileWorkflowElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "GradientStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ProfileWorkflowElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "ChartDashStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "StateElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "ChartGraphics", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "StateElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "Point3D", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "TrackingConfigurationCollection`1", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "SerializationFormat", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "TrackingConfigurationElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "SerializationContents", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "TrackingQueryElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "ChartSerializer", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "TrackingSection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "IntervalType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "CustomTrackingQueryElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "DateRangeType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "CustomTrackingQueryElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "CompareMethod", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "StateMachineStateQueryElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "IDataPointFilter", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "StateMachineStateQueryElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "DataManipulator", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "VariableElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "FinancialFormula", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "VariableElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "DataFormula", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowInstanceQueryElement", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "TickMarkStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowInstanceQueryElementCollection", - "Namespace": "System.ServiceModel.Activities.Tracking.Configuration" + "Name": "TickMark", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "EtwTrackingBehaviorElement", - "Namespace": "System.ServiceModel.Activities.Configuration" + "Name": "Grid", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "BufferedReceiveElement", - "Namespace": "System.ServiceModel.Activities.Configuration" + "Name": "LabelMarkStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowControlEndpointCollectionElement", - "Namespace": "System.ServiceModel.Activities.Configuration" + "Name": "GridTickTypes", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowControlEndpointElement", - "Namespace": "System.ServiceModel.Activities.Configuration" + "Name": "CustomLabelsCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowIdleElement", - "Namespace": "System.ServiceModel.Activities.Configuration" + "Name": "CustomLabel", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowUnhandledExceptionElement", - "Namespace": "System.ServiceModel.Activities.Configuration" + "Name": "LabelStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ServiceModelActivitiesSectionGroup", - "Namespace": "System.ServiceModel.Activities.Configuration" + "Name": "LegendItemOrder", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowHostingOptionsSection", - "Namespace": "System.ServiceModel.Activities.Configuration" + "Name": "LegendSeparatorStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "SendMessageChannelCacheElement", - "Namespace": "System.ServiceModel.Activities.Configuration" + "Name": "LegendImageStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "FactorySettingsElement", - "Namespace": "System.ServiceModel.Activities.Configuration" + "Name": "LegendStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ChannelSettingsElement", - "Namespace": "System.ServiceModel.Activities.Configuration" + "Name": "LegendTableStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "SqlWorkflowInstanceStoreElement", - "Namespace": "System.ServiceModel.Activities.Configuration" + "Name": "Legend", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowInstanceManagementElement", - "Namespace": "System.ServiceModel.Activities.Configuration" + "Name": "LegendCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "BufferedReceiveServiceBehavior", - "Namespace": "System.ServiceModel.Activities.Description" + "Name": "LegendItemsCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowContractBehaviorAttribute", - "Namespace": "System.ServiceModel.Activities.Description" + "Name": "LegendItem", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "EtwTrackingBehavior", - "Namespace": "System.ServiceModel.Activities.Description" + "Name": "LegendCellType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "SqlWorkflowInstanceStoreBehavior", - "Namespace": "System.ServiceModel.Activities.Description" + "Name": "LegendCellColumnType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowUnhandledExceptionAction", - "Namespace": "System.ServiceModel.Activities.Description" + "Name": "LegendCellColumn", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowUnhandledExceptionBehavior", - "Namespace": "System.ServiceModel.Activities.Description" + "Name": "LegendCell", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowIdleBehavior", - "Namespace": "System.ServiceModel.Activities.Description" + "Name": "Margins", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "WorkflowInstanceManagementBehavior", - "Namespace": "System.ServiceModel.Activities.Description" + "Name": "LegendCellCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "UdpBinding", - "Namespace": "System.ServiceModel" + "Name": "LegendCellColumnCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "UdpBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "NamedImagesCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "UdpBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "NamedImage", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ByteStreamMessageEncodingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ChartElementType", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "UdpTransportElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "HitTestResult", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "UdpRetransmissionSettingsElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "ChartElementOutline", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ByteStreamMessage", - "Namespace": "System.ServiceModel.Channels" + "Name": "ToolTipEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "ByteStreamMessageEncodingBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "LineAnchorCapStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "NetworkInterfaceMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "LabelCalloutStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "UdpRetransmissionSettings", - "Namespace": "System.ServiceModel.Channels" + "Name": "LabelOutsidePlotAreaStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "UdpTransportBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "SmartLabelStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "UdpTransportImporter", - "Namespace": "System.ServiceModel.Channels" + "Name": "StatisticFormula", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "HttpResponseMessageExtensionMethods", - "Namespace": "System.ServiceModel.Channels" + "Name": "TTestResult", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "HttpRequestMessageExtensionMethods", - "Namespace": "System.ServiceModel.Channels" + "Name": "FTestResult", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "MessageExtensionMethods", - "Namespace": "System.ServiceModel.Channels" + "Name": "AnovaResult", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "AnnouncementClient", - "Namespace": "System.ServiceModel.Discovery" + "Name": "ZTestResult", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "AnnouncementEndpoint", - "Namespace": "System.ServiceModel.Discovery" + "Name": "StripLinesCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "AnnouncementEventArgs", - "Namespace": "System.ServiceModel.Discovery" + "Name": "StripLine", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "AnnouncementService", - "Namespace": "System.ServiceModel.Discovery" + "Name": "Docking", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "DiscoveryClient", - "Namespace": "System.ServiceModel.Discovery" + "Name": "TextStyle", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "DiscoveryClientBindingElement", - "Namespace": "System.ServiceModel.Discovery" + "Name": "TextOrientation", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "DiscoveryEndpoint", - "Namespace": "System.ServiceModel.Discovery" + "Name": "Title", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "DiscoveryEndpointProvider", - "Namespace": "System.ServiceModel.Discovery" + "Name": "TitleCollection", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "DiscoveryMessageSequence", - "Namespace": "System.ServiceModel.Discovery" + "Name": "ChartColorPalette", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "DiscoveryMessageSequenceGenerator", - "Namespace": "System.ServiceModel.Discovery" + "Name": "ElementPosition", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "DiscoveryOperationContextExtension", - "Namespace": "System.ServiceModel.Discovery" + "Name": "ChartImageFormat", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "DiscoveryProxy", - "Namespace": "System.ServiceModel.Discovery" + "Name": "Chart", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "DiscoveryService", - "Namespace": "System.ServiceModel.Discovery" + "Name": "CustomizeLegendEventArgs", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "DiscoveryServiceExtension", - "Namespace": "System.ServiceModel.Discovery" + "Name": "PrintingManager", + "Namespace": "System.Windows.Forms.DataVisualization.Charting" }, { - "Name": "DiscoveryVersion", - "Namespace": "System.ServiceModel.Discovery" + "Name": "InertiaExpansionBehavior2D", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "DynamicEndpoint", - "Namespace": "System.ServiceModel.Discovery" + "Name": "InertiaParameters2D", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "EndpointDiscoveryBehavior", - "Namespace": "System.ServiceModel.Discovery" + "Name": "InertiaProcessor2D", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "EndpointDiscoveryMetadata", - "Namespace": "System.ServiceModel.Discovery" + "Name": "InertiaRotationBehavior2D", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "FindCompletedEventArgs", - "Namespace": "System.ServiceModel.Discovery" + "Name": "InertiaTranslationBehavior2D", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "FindCriteria", - "Namespace": "System.ServiceModel.Discovery" + "Name": "Manipulation2DCompletedEventArgs", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "FindProgressChangedEventArgs", - "Namespace": "System.ServiceModel.Discovery" + "Name": "Manipulation2DDeltaEventArgs", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "FindRequestContext", - "Namespace": "System.ServiceModel.Discovery" + "Name": "Manipulation2DStartedEventArgs", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "FindResponse", - "Namespace": "System.ServiceModel.Discovery" + "Name": "ManipulationDelta2D", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "ResolveCompletedEventArgs", - "Namespace": "System.ServiceModel.Discovery" + "Name": "ManipulationParameters2D", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "ResolveCriteria", - "Namespace": "System.ServiceModel.Discovery" + "Name": "ManipulationPivot2D", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "ResolveResponse", - "Namespace": "System.ServiceModel.Discovery" + "Name": "ManipulationProcessor2D", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "ServiceDiscoveryBehavior", - "Namespace": "System.ServiceModel.Discovery" + "Name": "Manipulations2D", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "ServiceDiscoveryMode", - "Namespace": "System.ServiceModel.Discovery" + "Name": "ManipulationVelocities2D", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "UdpAnnouncementEndpoint", - "Namespace": "System.ServiceModel.Discovery" + "Name": "Manipulator2D", + "Namespace": "System.Windows.Input.Manipulations" }, { - "Name": "UdpDiscoveryEndpoint", - "Namespace": "System.ServiceModel.Discovery" + "Name": "DispatcherExtensions", + "Namespace": "System.Windows.Threading" }, { - "Name": "UdpTransportSettings", - "Namespace": "System.ServiceModel.Discovery" + "Name": "TaskExtensions", + "Namespace": "System.Windows.Threading" }, { - "Name": "DiscoveryMessageSequenceCD1", - "Namespace": "System.ServiceModel.Discovery.VersionCD1" + "Name": "FrameworkElementAdapters", + "Namespace": "System.AddIn.Pipeline" }, { - "Name": "EndpointDiscoveryMetadataCD1", - "Namespace": "System.ServiceModel.Discovery.VersionCD1" + "Name": "IfElseActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "FindCriteriaCD1", - "Namespace": "System.ServiceModel.Discovery.VersionCD1" + "Name": "IfElseBranchActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ResolveCriteriaCD1", - "Namespace": "System.ServiceModel.Discovery.VersionCD1" + "Name": "ConditionedActivityGroup", + "Namespace": "System.Workflow.Activities" }, { - "Name": "DiscoveryMessageSequenceApril2005", - "Namespace": "System.ServiceModel.Discovery.VersionApril2005" + "Name": "EventHandlingScopeActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "EndpointDiscoveryMetadataApril2005", - "Namespace": "System.ServiceModel.Discovery.VersionApril2005" + "Name": "EventHandlersActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "FindCriteriaApril2005", - "Namespace": "System.ServiceModel.Discovery.VersionApril2005" + "Name": "EventDrivenActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ResolveCriteriaApril2005", - "Namespace": "System.ServiceModel.Discovery.VersionApril2005" + "Name": "InvokeWebServiceEventArgs", + "Namespace": "System.Workflow.Activities" }, { - "Name": "DiscoveryMessageSequence11", - "Namespace": "System.ServiceModel.Discovery.Version11" + "Name": "InvokeWebServiceActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "EndpointDiscoveryMetadata11", - "Namespace": "System.ServiceModel.Discovery.Version11" + "Name": "ListenActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "FindCriteria11", - "Namespace": "System.ServiceModel.Discovery.Version11" + "Name": "ParallelActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ResolveCriteria11", - "Namespace": "System.ServiceModel.Discovery.Version11" + "Name": "SequentialWorkflowActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "AnnouncementChannelEndpointElementCollection", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "SequenceActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "AnnouncementEndpointCollectionElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "SetStateActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "AnnouncementEndpointElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "SetStateEventArgs", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ContractTypeNameElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "StateActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ContractTypeNameElementCollection", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "StateFinalizationActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "DiscoveryClientElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "StateInitializationActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "DiscoveryClientSettingsElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "StateMachineWorkflowActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "DiscoveryEndpointCollectionElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "StateMachineWorkflowInstance", + "Namespace": "System.Workflow.Activities" }, { - "Name": "DiscoveryEndpointElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "StateActivityValidator", + "Namespace": "System.Workflow.Activities" }, { - "Name": "DiscoveryVersionConverter", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "ReplicatorActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "DynamicEndpointCollectionElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "ReplicatorChildEventArgs", + "Namespace": "System.Workflow.Activities" }, { - "Name": "DynamicEndpointElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "ExecutionType", + "Namespace": "System.Workflow.Activities" }, { - "Name": "EndpointDiscoveryElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "WebServiceInputActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "FindCriteriaElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "WebServiceOutputActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ScopeElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "WebServiceFaultActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ScopeElementCollection", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "WhileActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ServiceDiscoveryElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "CodeCondition", + "Namespace": "System.Workflow.Activities" }, { - "Name": "UdpAnnouncementEndpointCollectionElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "PolicyActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "UdpAnnouncementEndpointElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "CodeActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "UdpDiscoveryEndpointCollectionElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "CompensatableSequenceActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "UdpDiscoveryEndpointElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "DelayActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "UdpTransportSettingsElement", - "Namespace": "System.ServiceModel.Discovery.Configuration" + "Name": "ConditionalEventArgs", + "Namespace": "System.Workflow.Activities" }, { - "Name": "EndpointNameMessageFilter", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "IEventActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "StrictAndMessageFilter", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "InvokeWorkflowActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "IDuplexSessionRouter", - "Namespace": "System.ServiceModel.Routing" + "Name": "WorkflowWebService", + "Namespace": "System.Workflow.Activities" }, { - "Name": "IRequestReplyRouter", - "Namespace": "System.ServiceModel.Routing" + "Name": "WorkflowRole", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ISimplexDatagramRouter", - "Namespace": "System.ServiceModel.Routing" + "Name": "WorkflowRoleCollection", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ISimplexSessionRouter", - "Namespace": "System.ServiceModel.Routing" + "Name": "ActiveDirectoryRole", + "Namespace": "System.Workflow.Activities" }, { - "Name": "RoutingBehavior", - "Namespace": "System.ServiceModel.Routing" + "Name": "ActiveDirectoryRoleFactory", + "Namespace": "System.Workflow.Activities" }, { - "Name": "RoutingConfiguration", - "Namespace": "System.ServiceModel.Routing" + "Name": "WebWorkflowRole", + "Namespace": "System.Workflow.Activities" }, { - "Name": "RoutingExtension", - "Namespace": "System.ServiceModel.Routing" + "Name": "WorkflowAuthorizationException", + "Namespace": "System.Workflow.Activities" }, { - "Name": "RoutingService", - "Namespace": "System.ServiceModel.Routing" + "Name": "HandleExternalEventActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "SoapProcessingBehavior", - "Namespace": "System.ServiceModel.Routing" + "Name": "HandleExternalEventActivityValidator", + "Namespace": "System.Workflow.Activities" }, { - "Name": "FilterType", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "CallExternalMethodActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "RoutingExtensionElement", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "CallExternalMethodActivityValidator", + "Namespace": "System.Workflow.Activities" }, { - "Name": "RoutingSection", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "WorkflowSubscriptionService", + "Namespace": "System.Workflow.Activities" }, { - "Name": "FilterTableCollection", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "MessageEventSubscription", + "Namespace": "System.Workflow.Activities" }, { - "Name": "FilterTableEntryCollection", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "ExternalDataExchangeAttribute", + "Namespace": "System.Workflow.Activities" }, { - "Name": "BackupListCollection", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "CorrelationInitializerAttribute", + "Namespace": "System.Workflow.Activities" }, { - "Name": "BackupEndpointCollection", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "CorrelationParameterAttribute", + "Namespace": "System.Workflow.Activities" }, { - "Name": "FilterElementCollection", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "CorrelationAliasAttribute", + "Namespace": "System.Workflow.Activities" }, { - "Name": "NamespaceElementCollection", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "ExternalDataEventArgs", + "Namespace": "System.Workflow.Activities" }, { - "Name": "FilterElement", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "EventDeliveryFailedException", + "Namespace": "System.Workflow.Activities" }, { - "Name": "NamespaceElement", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "EventQueueName", + "Namespace": "System.Workflow.Activities" }, { - "Name": "FilterTableEntryElement", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "ExternalDataExchangeServiceSection", + "Namespace": "System.Workflow.Activities" }, { - "Name": "BackupEndpointElement", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "ExternalDataExchangeService", + "Namespace": "System.Workflow.Activities" }, { - "Name": "SoapProcessingExtensionElement", - "Namespace": "System.ServiceModel.Routing.Configuration" + "Name": "RuleCondition", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "ServiceMoniker40", - "Namespace": "System.ServiceModel.ServiceMoniker40" + "Name": "RuleExpressionCondition", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebHttpBinding", - "Namespace": "System.ServiceModel" + "Name": "RuleConditionReference", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebHttpSecurity", - "Namespace": "System.ServiceModel" + "Name": "RuleConditionCollection", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebHttpSecurityMode", - "Namespace": "System.ServiceModel" + "Name": "RuleConditionChangeAction", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebHttpElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RuleSetChangeAction", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebHttpBindingCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "AddedConditionAction", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebHttpBindingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RemovedConditionAction", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebHttpSecurityElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "UpdatedConditionAction", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebHttpEndpointElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "AddedRuleSetAction", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebHttpEndpointCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RemovedRuleSetAction", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebScriptEndpointElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "UpdatedRuleSetAction", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebScriptEndpointCollectionElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RuleException", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebMessageEncodingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RuleEvaluationException", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebScriptEnablingElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "RuleEvaluationIncompatibleTypesException", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebContentFormat", - "Namespace": "System.ServiceModel.Channels" + "Name": "RuleSetValidationException", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "StreamBodyWriter", - "Namespace": "System.ServiceModel.Channels" + "Name": "RuleExpressionResult", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "JavascriptCallbackResponseMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "RuleLiteralResult", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebContentTypeMapper", - "Namespace": "System.ServiceModel.Channels" + "Name": "RuleExecution", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebMessageEncodingBindingElement", - "Namespace": "System.ServiceModel.Channels" + "Name": "RuleActionTrackingEvent", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebBodyFormatMessageProperty", - "Namespace": "System.ServiceModel.Channels" + "Name": "IRuleExpression", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebHttpDispatchOperationSelector", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "RulePathQualifier", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "QueryStringConverter", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "RuleAnalysis", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "JsonQueryStringConverter", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "RuleReevaluationBehavior", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebHttpBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "Rule", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebHttpEndpoint", - "Namespace": "System.ServiceModel.Description" + "Name": "RuleAction", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebScriptEndpoint", - "Namespace": "System.ServiceModel.Description" + "Name": "RuleHaltAction", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebServiceEndpoint", - "Namespace": "System.ServiceModel.Description" + "Name": "RuleUpdateAction", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebScriptEnablingBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "RuleStatementAction", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "JsonFaultDetail", - "Namespace": "System.ServiceModel.Description" + "Name": "RuleAttributeTarget", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebServiceHost", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleAttribute", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebChannelFactory`1", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleReadWriteAttribute", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebGetAttribute", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleReadAttribute", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebInvokeAttribute", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleWriteAttribute", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebMessageFormat", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleInvokeAttribute", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebOperationContext", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleDefinitions", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "IncomingWebRequestContext", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleEngine", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "IncomingWebResponseContext", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleChainingBehavior", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "OutgoingWebRequestContext", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleSet", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "OutgoingWebResponseContext", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleSetCollection", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebMessageBodyStyle", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleSetReference", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebFaultException", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleExpressionInfo", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "WebFaultException`1", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleValidation", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "JavascriptCallbackBehaviorAttribute", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleExpressionWalker", + "Namespace": "System.Workflow.Activities.Rules" }, { - "Name": "AspNetCacheProfileAttribute", - "Namespace": "System.ServiceModel.Web" + "Name": "RuleSetDialog", + "Namespace": "System.Workflow.Activities.Rules.Design" }, { - "Name": "WebScriptServiceHostFactory", - "Namespace": "System.ServiceModel.Activation" + "Name": "RuleConditionDialog", + "Namespace": "System.Workflow.Activities.Rules.Design" }, { - "Name": "WebServiceHostFactory", - "Namespace": "System.ServiceModel.Activation" + "Name": "ActiveDirectoryRoleFactoryConfiguration", + "Namespace": "System.Workflow.Activities.Configuration" }, { - "Name": "PowerBroadcastStatus", - "Namespace": "System.ServiceProcess" + "Name": "WorkflowChanges", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceAccount", - "Namespace": "System.ServiceProcess" + "Name": "WorkflowChangeAction", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceBase", - "Namespace": "System.ServiceProcess" + "Name": "ActivityChangeAction", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceController", - "Namespace": "System.ServiceProcess" + "Name": "AddedActivityAction", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceControllerPermission", - "Namespace": "System.ServiceProcess" + "Name": "RemovedActivityAction", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceControllerPermissionAccess", - "Namespace": "System.ServiceProcess" + "Name": "DependencyObject", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceControllerPermissionAttribute", - "Namespace": "System.ServiceProcess" + "Name": "Activity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceControllerPermissionEntry", - "Namespace": "System.ServiceProcess" + "Name": "CompositeActivity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceControllerPermissionEntryCollection", - "Namespace": "System.ServiceProcess" + "Name": "IActivityEventListener`1", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceControllerStatus", - "Namespace": "System.ServiceProcess" + "Name": "QueueEventArgs", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceInstaller", - "Namespace": "System.ServiceProcess" + "Name": "ActivityExecutionContext", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceProcessDescriptionAttribute", - "Namespace": "System.ServiceProcess" + "Name": "ActivityExecutionContextManager", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceProcessInstaller", - "Namespace": "System.ServiceProcess" + "Name": "ActivityExecutionStatusChangedEventArgs", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceStartMode", - "Namespace": "System.ServiceProcess" + "Name": "ActivityCollection", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceType", - "Namespace": "System.ServiceProcess" + "Name": "ActivityCollectionChangeAction", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "SessionChangeReason", - "Namespace": "System.ServiceProcess" + "Name": "ActivityCollectionChangeEventArgs", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "SessionChangeDescription", - "Namespace": "System.ServiceProcess" + "Name": "IDynamicPropertyTypeProvider", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "TimeoutException", - "Namespace": "System.ServiceProcess" + "Name": "ActivityExecutionStatus", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceInstallerDialogResult", - "Namespace": "System.ServiceProcess.Design" + "Name": "ActivityExecutionResult", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "ServiceInstallerDialog", - "Namespace": "System.ServiceProcess.Design" + "Name": "IStartWorkflow", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "BookmarkReachedEventArgs", - "Namespace": "System.Speech.Synthesis" + "Name": "WorkflowTerminatedException", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "FilePrompt", - "Namespace": "System.Speech.Synthesis" + "Name": "ICompensatableActivity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "InstalledVoice", - "Namespace": "System.Speech.Synthesis" + "Name": "AlternateFlowActivityAttribute", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "Prompt", - "Namespace": "System.Speech.Synthesis" + "Name": "PersistOnCloseAttribute", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "SynthesisMediaType", - "Namespace": "System.Speech.Synthesis" + "Name": "IWorkflowChangeDiff", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "SynthesisTextFormat", - "Namespace": "System.Speech.Synthesis" + "Name": "ActivityCondition", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "PromptBuilder", - "Namespace": "System.Speech.Synthesis" + "Name": "DependencyPropertyOptions", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "PromptEventArgs", - "Namespace": "System.Speech.Synthesis" + "Name": "GetValueOverride", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "SpeakStartedEventArgs", - "Namespace": "System.Speech.Synthesis" + "Name": "SetValueOverride", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "PromptStyle", - "Namespace": "System.Speech.Synthesis" + "Name": "PropertyMetadata", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "SayAs", - "Namespace": "System.Speech.Synthesis" + "Name": "DependencyProperty", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "VoiceGender", - "Namespace": "System.Speech.Synthesis" + "Name": "WorkflowParameterBinding", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "VoiceAge", - "Namespace": "System.Speech.Synthesis" + "Name": "WorkflowParameterBindingCollection", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "PromptRate", - "Namespace": "System.Speech.Synthesis" + "Name": "ActivityBind", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "PromptVolume", - "Namespace": "System.Speech.Synthesis" + "Name": "SuspendActivity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "PromptEmphasis", - "Namespace": "System.Speech.Synthesis" + "Name": "TerminateActivity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "PromptBreak", - "Namespace": "System.Speech.Synthesis" + "Name": "ThrowActivity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "SpeechSynthesizer", - "Namespace": "System.Speech.Synthesis" + "Name": "WorkflowTransactionOptions", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "SynthesizerState", - "Namespace": "System.Speech.Synthesis" + "Name": "TransactionScopeActivity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "SynthesizerEmphasis", - "Namespace": "System.Speech.Synthesis" + "Name": "SynchronizationScopeActivity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "SpeakCompletedEventArgs", - "Namespace": "System.Speech.Synthesis" + "Name": "CompensateActivity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "SpeakProgressEventArgs", - "Namespace": "System.Speech.Synthesis" + "Name": "CompensationHandlerActivity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "StateChangedEventArgs", - "Namespace": "System.Speech.Synthesis" + "Name": "CancellationHandlerActivity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "VoiceInfo", - "Namespace": "System.Speech.Synthesis" + "Name": "FaultHandlerActivity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "VoiceChangeEventArgs", - "Namespace": "System.Speech.Synthesis" + "Name": "FaultHandlersActivity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "VisemeReachedEventArgs", - "Namespace": "System.Speech.Synthesis" + "Name": "CompensatableTransactionScopeActivity", + "Namespace": "System.Workflow.ComponentModel" }, { - "Name": "PhonemeReachedEventArgs", - "Namespace": "System.Speech.Synthesis" + "Name": "ActivityDesignerLayoutSerializer", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "TtsEngineSsml", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "CompositeActivityDesignerLayoutSerializer", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SpeechEventInfo", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "FreeformActivityDesignerLayoutSerializer", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "ITtsEngineSite", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "ConnectorLayoutSerializer", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SkipInfo", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "WorkflowOutline", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "TextFragment", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "WorkflowOutlineNode", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "FragmentState", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "WorkflowMenuCommands", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "Prosody", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "IIdentifierCreationService", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "ContourPoint", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "IMemberCreationService", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "ProsodyNumber", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "IExtendedUIService", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SayAs", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "IExtendedUIService2", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "TtsEngineAction", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "ActivityDragEventArgs", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "EmphasisWord", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "ActivityChangedEventArgs", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "EmphasisBreak", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "ActivityDesignerLayoutEventArgs", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "ProsodyPitch", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "ActivityDesignerPaintEventArgs", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "ProsodyRange", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "ActivityDesignerResizeEventArgs", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "ProsodyRate", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "DesignerEdges", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "ProsodyVolume", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "IDesignerGlyphProviderService", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "ProsodyUnit", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "IDesignerGlyphProvider", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "TtsEventId", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "IDesignerVerbProviderService", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "EventParameterType", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "IDesignerVerbProvider", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SpeakOutputFormat", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "IPersistUIState", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "ContourPointChangeType", - "Namespace": "System.Speech.Synthesis.TtsEngine" + "Name": "IWorkflowRootDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "Grammar", - "Namespace": "System.Speech.Recognition" + "Name": "DesignerNavigationDirection", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SpeechUI", - "Namespace": "System.Speech.Recognition" + "Name": "HitTestLocations", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SubsetMatchingMode", - "Namespace": "System.Speech.Recognition" + "Name": "HitTestInfo", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "RecognitionEventArgs", - "Namespace": "System.Speech.Recognition" + "Name": "ConnectorHitTestInfo", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SpeechRecognizedEventArgs", - "Namespace": "System.Speech.Recognition" + "Name": "DesignerAction", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SpeechRecognitionRejectedEventArgs", - "Namespace": "System.Speech.Recognition" + "Name": "DesignerVerbGroup", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SpeechHypothesizedEventArgs", - "Namespace": "System.Speech.Recognition" + "Name": "ActivityDesignerVerb", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "RecognitionResult", - "Namespace": "System.Speech.Recognition" + "Name": "ActivityDesignerVerbCollection", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "ReplacementText", - "Namespace": "System.Speech.Recognition" + "Name": "ITypeFilterProvider", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "RecognizedAudio", - "Namespace": "System.Speech.Recognition" + "Name": "TypeFilterProviderAttribute", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "RecognizedPhrase", - "Namespace": "System.Speech.Recognition" + "Name": "ITypeProviderCreator", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "RecognizedWordUnit", - "Namespace": "System.Speech.Recognition" + "Name": "ActivityDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "DisplayAttributes", - "Namespace": "System.Speech.Recognition" + "Name": "ActivityDesignerAccessibleObject", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SemanticValue", - "Namespace": "System.Speech.Recognition" + "Name": "CompositeActivityDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "AudioLevelUpdatedEventArgs", - "Namespace": "System.Speech.Recognition" + "Name": "CompositeDesignerAccessibleObject", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "AudioSignalProblem", - "Namespace": "System.Speech.Recognition" + "Name": "StructuredCompositeActivityDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "AudioSignalProblemOccurredEventArgs", - "Namespace": "System.Speech.Recognition" + "Name": "SequentialActivityDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "AudioState", - "Namespace": "System.Speech.Recognition" + "Name": "SequenceDesignerAccessibleObject", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "AudioStateChangedEventArgs", - "Namespace": "System.Speech.Recognition" + "Name": "ParallelActivityDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "Choices", - "Namespace": "System.Speech.Recognition" + "Name": "ActivityPreviewDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "DictationGrammar", - "Namespace": "System.Speech.Recognition" + "Name": "DesignerView", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "EmulateRecognizeCompletedEventArgs", - "Namespace": "System.Speech.Recognition" + "Name": "SequentialWorkflowRootDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "GrammarBuilder", - "Namespace": "System.Speech.Recognition" + "Name": "SequentialWorkflowHeaderFooter", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "LoadGrammarCompletedEventArgs", - "Namespace": "System.Speech.Recognition" + "Name": "WorkflowView", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "RecognizeCompletedEventArgs", - "Namespace": "System.Speech.Recognition" + "Name": "WorkflowViewAccessibleObject", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "RecognizeMode", - "Namespace": "System.Speech.Recognition" + "Name": "ThemeType", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "RecognizerInfo", - "Namespace": "System.Speech.Recognition" + "Name": "DesignerGeometry", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "RecognizerState", - "Namespace": "System.Speech.Recognition" + "Name": "TextQuality", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "StateChangedEventArgs", - "Namespace": "System.Speech.Recognition" + "Name": "DesignerSize", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SemanticResultKey", - "Namespace": "System.Speech.Recognition" + "Name": "DesignerContentAlignment", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SemanticResultValue", - "Namespace": "System.Speech.Recognition" + "Name": "LineAnchor", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SpeechDetectedEventArgs", - "Namespace": "System.Speech.Recognition" + "Name": "AmbientProperty", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SpeechRecognitionEngine", - "Namespace": "System.Speech.Recognition" + "Name": "ActivityDesignerThemeAttribute", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SpeechRecognizer", - "Namespace": "System.Speech.Recognition" + "Name": "WorkflowTheme", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "RecognizerUpdateReachedEventArgs", - "Namespace": "System.Speech.Recognition" + "Name": "DesignerTheme", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsDocument", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "ActivityDesignerTheme", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsGrammarMode", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "CompositeDesignerTheme", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsPhoneticAlphabet", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "ActivityPreviewDesignerTheme", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsElement", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "AmbientTheme", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsGrammarCompiler", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "ActivityDesignerPaint", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsItem", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "ActivityBindTypeConverter", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsNameValueTag", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "TypeBrowserEditor", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsOneOf", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "BindUITypeEditor", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsRule", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "ActivityToolboxItem", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsRuleScope", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "WorkflowDesignerLoader", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsRuleRef", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "FreeformActivityDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsRulesCollection", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "ConnectorEventHandler", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsSubset", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "ConnectorEventArgs", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsSemanticInterpretationTag", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "ConnectionPoint", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsText", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "Connector", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SrgsToken", - "Namespace": "System.Speech.Recognition.SrgsGrammar" + "Name": "ConnectorAccessibleObject", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "EncodingFormat", - "Namespace": "System.Speech.AudioFormat" + "Name": "WorkflowDesignerMessageFilter", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "SpeechAudioFormatInfo", - "Namespace": "System.Speech.AudioFormat" + "Name": "ActivityDesignerGlyphCollection", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "AudioChannel", - "Namespace": "System.Speech.AudioFormat" + "Name": "DesignerGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "AudioBitsPerSample", - "Namespace": "System.Speech.AudioFormat" + "Name": "WorkflowPageSetupDialog", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "DataflowBlock", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "ThemeConfigurationDialog", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "IDataflowBlock", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "TypeBrowserDialog", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "ITargetBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "ConfigErrorGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "ISourceBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "CommentGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "IPropagatorBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "LockedActivityGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "IReceivableSourceBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "ReadOnlyActivityGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "DataflowBlockOptions", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "SelectionGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "ExecutionDataflowBlockOptions", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "ShadowGlyph", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "GroupingDataflowBlockOptions", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "SequenceDesigner", + "Namespace": "System.Workflow.ComponentModel.Design" }, { - "Name": "DataflowLinkOptions", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "CompileWorkflowTask", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "DataflowMessageHeader", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "CompileWorkflowCleanupTask", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "DataflowMessageStatus", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "AuthorizedType", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "ActionBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "WorkflowMarkupSourceAttribute", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "BatchBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "IWorkflowCompilerOptionsService", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "BatchedJoinBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "WorkflowCompilerOptionsService", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "BatchedJoinBlock`3", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "WorkflowCompilationContext", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "BroadcastBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "WorkflowCompiler", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "BufferBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "WorkflowCompilerParameters", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "JoinBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "WorkflowCompilerResults", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "JoinBlock`3", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "WorkflowCompilerError", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "TransformBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "ActivityCodeGenerator", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "TransformManyBlock`2", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "CodeGenerationManager", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "WriteOnceBlock`1", - "Namespace": "System.Threading.Tasks.Dataflow" + "Name": "ActivityCodeGeneratorAttribute", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "MembershipCreateUserException", - "Namespace": "System.Web.Security" + "Name": "CompositeActivityCodeGenerator", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "MembershipUserCollection", - "Namespace": "System.Web.Security" + "Name": "ActivityValidator", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "MembershipCreateStatus", - "Namespace": "System.Web.Security" + "Name": "WorkflowValidationFailedException", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "MembershipPasswordFormat", - "Namespace": "System.Web.Security" + "Name": "AccessTypes", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "MembershipProviderCollection", - "Namespace": "System.Web.Security" + "Name": "BindValidationContext", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "MembershipValidatePasswordEventHandler", - "Namespace": "System.Web.Security" + "Name": "CompositeActivityValidator", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "ValidatePasswordEventArgs", - "Namespace": "System.Web.Security" + "Name": "ConditionValidator", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "MembershipProvider", - "Namespace": "System.Web.Security" + "Name": "DependencyObjectValidator", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "MembershipPasswordException", - "Namespace": "System.Web.Security" + "Name": "PropertyValidationContext", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "MembershipUser", - "Namespace": "System.Web.Security" + "Name": "ValidationError", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "RoleProvider", - "Namespace": "System.Web.Security" + "Name": "ValidationErrorCollection", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "CustomLoaderAttribute", - "Namespace": "System.Web.Hosting" + "Name": "ValidationManager", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "MembershipPasswordCompatibilityMode", - "Namespace": "System.Web.Configuration" + "Name": "ValidationOption", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "Annotation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ValidationOptionAttribute", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "AnnotationCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "Validator", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "ArrowStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivityValidatorAttribute", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "ArrowAnnotation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "AttributeInfoAttribute", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "CalloutStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "AttributeInfo", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "CalloutAnnotation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ITypeProvider", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "AnnotationGroup", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TypeProvider", + "Namespace": "System.Workflow.ComponentModel.Compiler" }, { - "Name": "ImageAnnotation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivityMarkupSerializer", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "LineAnnotation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivitySurrogateSelector", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "VerticalLineAnnotation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivityCodeDomSerializationManager", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "HorizontalLineAnnotation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivityCodeDomSerializer", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "PolylineAnnotation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "DependencyObjectCodeDomSerializer", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "PolygonAnnotation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivityTypeCodeDomSerializer", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "AnnotationPathPointCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "XmlnsDefinitionAttribute", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "AnnotationPathPoint", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "XmlnsPrefixAttribute", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "RectangleAnnotation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "RuntimeNamePropertyAttribute", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "EllipseAnnotation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ContentPropertyAttribute", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "Border3DAnnotation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ConstructorArgumentAttribute", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "TextAnnotation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "MarkupExtension", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "AnnotationSmartLabelStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "CompositeActivityMarkupSerializer", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "BorderSkinStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowMarkupSerializationManager", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "BorderSkin", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowMarkupSerializationException", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "DataPointComparer", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowMarkupSerializer", + "Namespace": "System.Workflow.ComponentModel.Serialization" }, { - "Name": "DataPointCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "InteropTrackingRecord", + "Namespace": "System.Activities.Tracking" }, { - "Name": "DataPoint", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "Interop", + "Namespace": "System.Activities.Statements" }, { - "Name": "DataPointCustomProperties", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "CorrelationToken", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "CustomProperties", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "CorrelationTokenCollection", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "AxisType", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "CorrelationProperty", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "PointSortOrder", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "CorrelationTokenEventArgs", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "SeriesCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "IPendingWork", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "Series", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "IWorkBatch", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "LabelAutoFitStyles", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TimerEventSubscription", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "AxisName", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TimerEventSubscriptionCollection", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "Axis", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowEnvironment", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "IntervalAutoMode", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowInstance", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "AxisArrowStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowOwnershipException", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "BreakLineStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowQueue", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "StartFromZero", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowQueuingService", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "AxisScaleBreakStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowRuntimeEventArgs", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "AxisScaleView", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowRuntime", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "ChartElement", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ServicesExceptionNotHandledEventArgs", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "ChartNamedElement", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowEventArgs", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "ChartElementCollection`1", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowCompletedEventArgs", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "ChartNamedElementCollection`1", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowSuspendedEventArgs", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "ChartImageType", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowTerminatedEventArgs", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "ChartPaintEventArgs", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowQueueInfo", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "FormatNumberEventArgs", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowStatus", + "Namespace": "System.Workflow.Runtime" }, { - "Name": "AreaAlignmentOrientations", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ExtractCollection", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "AreaAlignmentStyles", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "IProfileNotification", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "ChartArea", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "PreviousTrackingServiceAttribute", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "LightStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ProfileUpdatedEventArgs", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "ChartArea3DStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ProfileRemovedEventArgs", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "ChartAreaCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "SqlTrackingService", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "LabelAlignmentStyles", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "SqlTrackingWorkflowInstance", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "SeriesChartType", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingAnnotationCollection", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "ChartImageAlignmentStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingChannel", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "ChartImageWrapMode", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingCondition", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "AxisEnabled", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivityTrackingCondition", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "DateTimeIntervalType", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ComparisonOperator", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "ChartValueType", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingConditionCollection", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "ChartHatchStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingDataItem", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "TextAntiAliasingQuality", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingDataItemValue", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "AntiAliasingStyles", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingExtract", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "MarkerStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowDataTrackingExtract", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "GradientStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivityDataTrackingExtract", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "ChartDashStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowTrackingLocation", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "ChartGraphics", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivityTrackingLocation", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "Point3D", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "UserTrackingLocation", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "SerializationFormat", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivityTrackingLocationCollection", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "SerializationContents", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "UserTrackingLocationCollection", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "ChartSerializer", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingParameters", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "IntervalType", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingProfile", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "DateRangeType", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingProfileCache", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "CompareMethod", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingProfileDeserializationException", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "IDataPointFilter", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingProfileSerializer", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "DataManipulator", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingRecord", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "FinancialFormula", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivityTrackingRecord", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "DataFormula", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "UserTrackingRecord", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "TickMarkStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowTrackingRecord", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "TickMark", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingService", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "Grid", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingWorkflowEvent", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "MapAreaShape", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingWorkflowChangedEventArgs", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "IChartMapArea", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingWorkflowTerminatedEventArgs", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "MapArea", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingWorkflowSuspendedEventArgs", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "MapAreasCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TrackingWorkflowExceptionEventArgs", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "LabelMarkStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivityTrackPoint", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "GridTickTypes", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "UserTrackPoint", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "CustomLabelsCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowTrackPoint", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "CustomLabel", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivityTrackPointCollection", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "LabelStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "UserTrackPointCollection", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "LegendItemOrder", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowTrackPointCollection", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "LegendSeparatorStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "SqlTrackingQuery", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "LegendImageStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "SqlTrackingQueryOptions", + "Namespace": "System.Workflow.Runtime.Tracking" }, { - "Name": "LegendStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "DebugController", + "Namespace": "System.Workflow.Runtime.DebugEngine" }, { - "Name": "LegendTableStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "IWorkflowDebuggerService", + "Namespace": "System.Workflow.Runtime.DebugEngine" }, { - "Name": "Legend", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowDebuggerSteppingOption", + "Namespace": "System.Workflow.Runtime.DebugEngine" }, { - "Name": "LegendCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowDebuggerSteppingAttribute", + "Namespace": "System.Workflow.Runtime.DebugEngine" }, { - "Name": "LegendItemsCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "IInstanceTable", + "Namespace": "System.Workflow.Runtime.DebugEngine" }, { - "Name": "LegendItem", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ActivityHandlerDescriptor", + "Namespace": "System.Workflow.Runtime.DebugEngine" }, { - "Name": "LegendCellType", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "DebugEngineCallback", + "Namespace": "System.Workflow.Runtime.DebugEngine" }, { - "Name": "LegendCellColumnType", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "IExpressionEvaluationFrame", + "Namespace": "System.Workflow.Runtime.DebugEngine" }, { - "Name": "LegendCellColumn", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "IWorkflowDebugger", + "Namespace": "System.Workflow.Runtime.DebugEngine" }, { - "Name": "LegendCell", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowLoaderService", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "Margins", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowPersistenceService", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "LegendCellCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowRuntimeServiceState", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "LegendCellColumnCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowRuntimeService", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "NamedImagesCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowSchedulerService", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "NamedImage", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowCommitWorkBatchService", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "ChartElementType", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "PersistenceException", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "HitTestResult", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "DefaultWorkflowLoaderService", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "ChartElementOutline", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "DefaultWorkflowSchedulerService", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "LineAnchorCapStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "DefaultWorkflowCommitWorkBatchService", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "LabelCalloutStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ManualWorkflowSchedulerService", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "LabelOutsidePlotAreaStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "SharedConnectionWorkflowCommitWorkBatchService", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "SmartLabelStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "SqlPersistenceWorkflowInstanceDescription", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "StatisticFormula", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "SqlWorkflowPersistenceService", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "TTestResult", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowWebHostingModule", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "FTestResult", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowRuntimeSection", + "Namespace": "System.Workflow.Runtime.Configuration" }, { - "Name": "AnovaResult", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowRuntimeServiceElement", + "Namespace": "System.Workflow.Runtime.Configuration" }, { - "Name": "ZTestResult", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowRuntimeServiceElementCollection", + "Namespace": "System.Workflow.Runtime.Configuration" }, { - "Name": "StripLinesCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ChannelManagerService", + "Namespace": "System.Workflow.Runtime.Hosting" }, { - "Name": "StripLine", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ContextToken", + "Namespace": "System.Workflow.Activities" }, { - "Name": "Docking", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ChannelToken", + "Namespace": "System.Workflow.Activities" }, { - "Name": "TextStyle", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "OperationInfo", + "Namespace": "System.Workflow.Activities" }, { - "Name": "TextOrientation", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "OperationInfoBase", + "Namespace": "System.Workflow.Activities" }, { - "Name": "Title", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "OperationParameterInfo", + "Namespace": "System.Workflow.Activities" }, { - "Name": "TitleCollection", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "OperationParameterInfoCollection", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ChartColorPalette", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "OperationValidationEventArgs", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ElementPosition", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "ReceiveActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ImageStorageMode", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "SendActivity", + "Namespace": "System.Workflow.Activities" }, { - "Name": "ChartImageFormat", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "SendActivityEventArgs", + "Namespace": "System.Workflow.Activities" }, { - "Name": "RenderType", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "TypedOperationInfo", + "Namespace": "System.Workflow.Activities" }, { - "Name": "Chart", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowServiceAttributes", + "Namespace": "System.Workflow.Activities" }, { - "Name": "CustomizeMapAreasEventArgs", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowServiceAttributesDynamicPropertyValidator", + "Namespace": "System.Workflow.Activities" }, { - "Name": "CustomizeLegendEventArgs", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowServiceHost", + "Namespace": "System.ServiceModel" }, { - "Name": "RightToLeft", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowRuntimeEndpoint", + "Namespace": "System.ServiceModel.Activities.Description" }, { - "Name": "ChartHttpHandler", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowServiceHostFactory", + "Namespace": "System.ServiceModel.Activation" }, { - "Name": "ChartHttpHandlerStorageType", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "DurableOperationContext", + "Namespace": "System.ServiceModel.Dispatcher" }, { - "Name": "IChartStorageHandler", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "PersistenceProviderElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ChartHttpHandlerSettings", - "Namespace": "System.Web.UI.DataVisualization.Charting" + "Name": "WorkflowRuntimeElement", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "DataControlExtensions", - "Namespace": "System.Web.UI" + "Name": "ExtendedWorkflowRuntimeServiceElementCollection", + "Namespace": "System.ServiceModel.Configuration" }, { - "Name": "ContainerType", - "Namespace": "System.Web.DynamicData" + "Name": "InstanceLockException", + "Namespace": "System.ServiceModel.Persistence" }, { - "Name": "ContextConfiguration", - "Namespace": "System.Web.DynamicData" + "Name": "InstanceNotFoundException", + "Namespace": "System.ServiceModel.Persistence" }, { - "Name": "DataControlReference", - "Namespace": "System.Web.DynamicData" + "Name": "PersistenceException", + "Namespace": "System.ServiceModel.Persistence" }, { - "Name": "ControlFilterExpression", - "Namespace": "System.Web.DynamicData" + "Name": "PersistenceProvider", + "Namespace": "System.ServiceModel.Persistence" }, { - "Name": "DataControlReferenceCollection", - "Namespace": "System.Web.DynamicData" + "Name": "PersistenceProviderFactory", + "Namespace": "System.ServiceModel.Persistence" }, { - "Name": "DefaultAutoFieldGenerator", - "Namespace": "System.Web.DynamicData" + "Name": "LockingPersistenceProvider", + "Namespace": "System.ServiceModel.Persistence" }, { - "Name": "DynamicControl", - "Namespace": "System.Web.DynamicData" + "Name": "SqlPersistenceProviderFactory", + "Namespace": "System.ServiceModel.Persistence" }, { - "Name": "DynamicControlParameter", - "Namespace": "System.Web.DynamicData" + "Name": "PersistenceProviderBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "DynamicDataExtensions", - "Namespace": "System.Web.DynamicData" + "Name": "DurableOperationAttribute", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "DynamicDataManager", - "Namespace": "System.Web.DynamicData" + "Name": "DurableServiceAttribute", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "DynamicDataRoute", - "Namespace": "System.Web.DynamicData" + "Name": "UnknownExceptionAction", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "DynamicDataRouteHandler", - "Namespace": "System.Web.DynamicData" + "Name": "WorkflowRuntimeBehavior", + "Namespace": "System.ServiceModel.Description" }, { - "Name": "DynamicEntity", - "Namespace": "System.Web.DynamicData" + "Name": "AttachableMemberIdentifier", + "Namespace": "System.Xaml" }, { - "Name": "DynamicField", - "Namespace": "System.Web.DynamicData" + "Name": "AttachablePropertyServices", + "Namespace": "System.Xaml" }, { - "Name": "DynamicFilter", - "Namespace": "System.Web.DynamicData" + "Name": "XamlObjectEventArgs", + "Namespace": "System.Xaml" }, { - "Name": "DynamicFilterExpression", - "Namespace": "System.Web.DynamicData" + "Name": "IAmbientProvider", + "Namespace": "System.Xaml" }, { - "Name": "DynamicHyperLink", - "Namespace": "System.Web.DynamicData" + "Name": "AmbientPropertyValue", + "Namespace": "System.Xaml" }, { - "Name": "DynamicRouteExpression", - "Namespace": "System.Web.DynamicData" + "Name": "IAttachedPropertyStore", + "Namespace": "System.Xaml" }, { - "Name": "DynamicQueryStringParameter", - "Namespace": "System.Web.DynamicData" + "Name": "IDestinationTypeProvider", + "Namespace": "System.Xaml" }, { - "Name": "DynamicValidator", - "Namespace": "System.Web.DynamicData" + "Name": "INamespacePrefixLookup", + "Namespace": "System.Xaml" }, { - "Name": "EntityTemplateFactory", - "Namespace": "System.Web.DynamicData" + "Name": "XamlNodeType", + "Namespace": "System.Xaml" }, { - "Name": "EntityTemplateUserControl", - "Namespace": "System.Web.DynamicData" + "Name": "XamlReaderSettings", + "Namespace": "System.Xaml" }, { - "Name": "FilterFactory", - "Namespace": "System.Web.DynamicData" + "Name": "XamlObjectWriter", + "Namespace": "System.Xaml" }, { - "Name": "IFilterExpressionProvider", - "Namespace": "System.Web.DynamicData" + "Name": "XamlObjectWriterSettings", + "Namespace": "System.Xaml" }, { - "Name": "FieldTemplateFactory", - "Namespace": "System.Web.DynamicData" + "Name": "XamlXmlReader", + "Namespace": "System.Xaml" }, { - "Name": "FieldTemplateUserControl", - "Namespace": "System.Web.DynamicData" + "Name": "XamlXmlReaderSettings", + "Namespace": "System.Xaml" }, { - "Name": "FilterRepeater", - "Namespace": "System.Web.DynamicData" + "Name": "IRootObjectProvider", + "Namespace": "System.Xaml" }, { - "Name": "FilterUserControlBase", - "Namespace": "System.Web.DynamicData" + "Name": "IXamlLineInfo", + "Namespace": "System.Xaml" }, { - "Name": "IControlParameterTarget", - "Namespace": "System.Web.DynamicData" + "Name": "IXamlLineInfoConsumer", + "Namespace": "System.Xaml" }, { - "Name": "IFieldFormattingOptions", - "Namespace": "System.Web.DynamicData" + "Name": "IXamlNamespaceResolver", + "Namespace": "System.Xaml" }, { - "Name": "IFieldTemplate", - "Namespace": "System.Web.DynamicData" + "Name": "IXamlNameProvider", + "Namespace": "System.Xaml" }, { - "Name": "IFieldTemplateFactory", - "Namespace": "System.Web.DynamicData" + "Name": "IXamlNameResolver", + "Namespace": "System.Xaml" }, { - "Name": "IFieldTemplateHost", - "Namespace": "System.Web.DynamicData" + "Name": "IXamlObjectWriterFactory", + "Namespace": "System.Xaml" }, { - "Name": "IWhereParametersProvider", - "Namespace": "System.Web.DynamicData" + "Name": "IXamlSchemaContextProvider", + "Namespace": "System.Xaml" }, { - "Name": "MetaChildrenColumn", - "Namespace": "System.Web.DynamicData" + "Name": "NamespaceDeclaration", + "Namespace": "System.Xaml" }, { - "Name": "MetaColumn", - "Namespace": "System.Web.DynamicData" + "Name": "IXamlIndexingReader", + "Namespace": "System.Xaml" }, { - "Name": "MetaForeignKeyColumn", - "Namespace": "System.Web.DynamicData" + "Name": "XamlBackgroundReader", + "Namespace": "System.Xaml" }, { - "Name": "MetaModel", - "Namespace": "System.Web.DynamicData" + "Name": "XamlNodeList", + "Namespace": "System.Xaml" }, { - "Name": "MetaTable", - "Namespace": "System.Web.DynamicData" + "Name": "XamlNodeQueue", + "Namespace": "System.Xaml" }, { - "Name": "PageAction", - "Namespace": "System.Web.DynamicData" + "Name": "XamlDirective", + "Namespace": "System.Xaml" }, { - "Name": "QueryableFilterRepeater", - "Namespace": "System.Web.DynamicData" + "Name": "XamlDeferringLoader", + "Namespace": "System.Xaml" }, { - "Name": "QueryableFilterUserControl", - "Namespace": "System.Web.DynamicData" + "Name": "XamlException", + "Namespace": "System.Xaml" }, { - "Name": "TableNameAttribute", - "Namespace": "System.Web.DynamicData" + "Name": "XamlParseException", + "Namespace": "System.Xaml" }, { - "Name": "EntityTemplate", - "Namespace": "System.Web.DynamicData" + "Name": "XamlObjectWriterException", + "Namespace": "System.Xaml" }, { - "Name": "AssociationDirection", - "Namespace": "System.Web.DynamicData.ModelProviders" + "Name": "XamlDuplicateMemberException", + "Namespace": "System.Xaml" }, { - "Name": "AssociationProvider", - "Namespace": "System.Web.DynamicData.ModelProviders" + "Name": "XamlInternalException", + "Namespace": "System.Xaml" }, { - "Name": "ColumnProvider", - "Namespace": "System.Web.DynamicData.ModelProviders" + "Name": "XamlSchemaException", + "Namespace": "System.Xaml" }, { - "Name": "DataModelProvider", - "Namespace": "System.Web.DynamicData.ModelProviders" + "Name": "XamlObjectReaderException", + "Namespace": "System.Xaml" }, { - "Name": "TableProvider", - "Namespace": "System.Web.DynamicData.ModelProviders" + "Name": "XamlXmlWriterException", + "Namespace": "System.Xaml" }, { - "Name": "DataControlReferenceCollectionEditor", - "Namespace": "System.Web.DynamicData.Design" + "Name": "XamlLanguage", + "Namespace": "System.Xaml" }, { - "Name": "DataControlReferenceIDConverter", - "Namespace": "System.Web.DynamicData.Design" + "Name": "XamlMember", + "Namespace": "System.Xaml" }, { - "Name": "DynamicDataManagerDesigner", - "Namespace": "System.Web.DynamicData.Design" + "Name": "XamlReader", + "Namespace": "System.Xaml" }, { - "Name": "DynamicFieldDesigner", - "Namespace": "System.Web.DynamicData.Design" + "Name": "XamlSchemaContext", + "Namespace": "System.Xaml" }, { - "Name": "EntityDataSource", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlSchemaContextSettings", + "Namespace": "System.Xaml" }, { - "Name": "EntityDataSourceChangedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlServices", + "Namespace": "System.Xaml" }, { - "Name": "EntityDataSourceChangingEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlType", + "Namespace": "System.Xaml" }, { - "Name": "EntityDataSourceContextCreatedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlObjectReader", + "Namespace": "System.Xaml" }, { - "Name": "EntityDataSourceContextCreatingEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlObjectReaderSettings", + "Namespace": "System.Xaml" }, { - "Name": "EntityDataSourceContextDisposingEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlWriter", + "Namespace": "System.Xaml" }, { - "Name": "EntityDataSourceSelectedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlXmlWriter", + "Namespace": "System.Xaml" }, { - "Name": "EntityDataSourceSelectingEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlXmlWriterSettings", + "Namespace": "System.Xaml" }, { - "Name": "EntityDataSourceValidationException", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlWriterSettings", + "Namespace": "System.Xaml" }, { - "Name": "EntityDataSourceView", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlAccessLevel", + "Namespace": "System.Xaml.Permissions" }, { - "Name": "EntityDataSourceDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "XamlLoadPermission", + "Namespace": "System.Xaml.Permissions" }, { - "Name": "EntityDesignerDataSourceView", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "AllowedMemberLocations", + "Namespace": "System.Xaml.Schema" }, { - "Name": "WebServiceErrorEvent", - "Namespace": "System.Web.Management" + "Name": "XamlCollectionKind", + "Namespace": "System.Xaml.Schema" }, { - "Name": "IWcfReferenceReceiveContextInformation", - "Namespace": "System.Web.Compilation" + "Name": "XamlMemberInvoker", + "Namespace": "System.Xaml.Schema" }, { - "Name": "WCFBuildProvider", - "Namespace": "System.Web.Compilation" + "Name": "ShouldSerializeResult", + "Namespace": "System.Xaml.Schema" }, { - "Name": "DynamicClass", - "Namespace": "System.Web.Query.Dynamic" + "Name": "XamlTypeInvoker", + "Namespace": "System.Xaml.Schema" }, { - "Name": "ParseException", - "Namespace": "System.Web.Query.Dynamic" + "Name": "XamlValueConverter`1", + "Namespace": "System.Xaml.Schema" }, { - "Name": "AsyncPostBackErrorEventArgs", - "Namespace": "System.Web.UI" + "Name": "XamlTypeName", + "Namespace": "System.Xaml.Schema" }, { - "Name": "AsyncPostBackTrigger", - "Namespace": "System.Web.UI" + "Name": "XamlTypeTypeConverter", + "Namespace": "System.Xaml.Schema" }, { - "Name": "AuthenticationServiceManager", - "Namespace": "System.Web.UI" + "Name": "MarkupExtensionBracketCharactersAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "CompositeScriptReference", - "Namespace": "System.Web.UI" + "Name": "MemberDefinition", + "Namespace": "System.Windows.Markup" }, { - "Name": "CompositeScriptReferenceEventArgs", - "Namespace": "System.Web.UI" + "Name": "PropertyDefinition", + "Namespace": "System.Windows.Markup" }, { - "Name": "ExtenderControl", - "Namespace": "System.Web.UI" + "Name": "AcceptedMarkupExtensionExpressionTypeAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "HistoryEventArgs", - "Namespace": "System.Web.UI" + "Name": "AmbientAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "IExtenderControl", - "Namespace": "System.Web.UI" + "Name": "UsableDuringInitializationAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "IScriptControl", - "Namespace": "System.Web.UI" + "Name": "ConstructorArgumentAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "AjaxFrameworkMode", - "Namespace": "System.Web.UI" + "Name": "ContentPropertyAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "PostBackTrigger", - "Namespace": "System.Web.UI" + "Name": "ContentWrapperAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "ProfileServiceManager", - "Namespace": "System.Web.UI" + "Name": "DependsOnAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "RegisteredArrayDeclaration", - "Namespace": "System.Web.UI" + "Name": "MarkupExtensionReturnTypeAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "RegisteredDisposeScript", - "Namespace": "System.Web.UI" + "Name": "NameScopePropertyAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "RegisteredExpandoAttribute", - "Namespace": "System.Web.UI" + "Name": "RootNamespaceAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "RegisteredHiddenField", - "Namespace": "System.Web.UI" + "Name": "TrimSurroundingWhitespaceAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "RegisteredScript", - "Namespace": "System.Web.UI" + "Name": "UidPropertyAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "RegisteredScriptType", - "Namespace": "System.Web.UI" + "Name": "WhitespaceSignificantCollectionAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "RoleServiceManager", - "Namespace": "System.Web.UI" + "Name": "XamlSetMarkupExtensionAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptBehaviorDescriptor", - "Namespace": "System.Web.UI" + "Name": "XmlLangPropertyAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptComponentDescriptor", - "Namespace": "System.Web.UI" + "Name": "XmlnsCompatibleWithAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptControl", - "Namespace": "System.Web.UI" + "Name": "XmlnsDefinitionAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptControlDescriptor", - "Namespace": "System.Web.UI" + "Name": "XmlnsPrefixAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptDescriptor", - "Namespace": "System.Web.UI" + "Name": "DateTimeValueSerializer", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptManager", - "Namespace": "System.Web.UI" + "Name": "INameScope", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptManagerProxy", - "Namespace": "System.Web.UI" + "Name": "INameScopeDictionary", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptMode", - "Namespace": "System.Web.UI" + "Name": "IProvideValueTarget", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptReference", - "Namespace": "System.Web.UI" + "Name": "IQueryAmbient", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptReferenceBase", - "Namespace": "System.Web.UI" + "Name": "IUriContext", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptReferenceCollection", - "Namespace": "System.Web.UI" + "Name": "IValueSerializerContext", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptReferenceEventArgs", - "Namespace": "System.Web.UI" + "Name": "IXamlTypeResolver", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptResourceAttribute", - "Namespace": "System.Web.UI" + "Name": "ValueSerializer", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptResourceDefinition", - "Namespace": "System.Web.UI" + "Name": "XamlSetMarkupExtensionEventArgs", + "Namespace": "System.Windows.Markup" }, { - "Name": "ScriptResourceMapping", - "Namespace": "System.Web.UI" + "Name": "XamlSetTypeConverterAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "ServiceReference", - "Namespace": "System.Web.UI" + "Name": "XamlSetTypeConverterEventArgs", + "Namespace": "System.Windows.Markup" }, { - "Name": "ServiceReferenceCollection", - "Namespace": "System.Web.UI" + "Name": "XamlSetValueEventArgs", + "Namespace": "System.Windows.Markup" }, { - "Name": "TargetControlTypeAttribute", - "Namespace": "System.Web.UI" + "Name": "MarkupExtension", + "Namespace": "System.Windows.Markup" }, { - "Name": "Timer", - "Namespace": "System.Web.UI" + "Name": "ArrayExtension", + "Namespace": "System.Windows.Markup" }, { - "Name": "UpdatePanel", - "Namespace": "System.Web.UI" + "Name": "DictionaryKeyPropertyAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "UpdatePanelControlTrigger", - "Namespace": "System.Web.UI" + "Name": "IComponentConnector", + "Namespace": "System.Windows.Markup" }, { - "Name": "UpdatePanelRenderMode", - "Namespace": "System.Web.UI" + "Name": "NullExtension", + "Namespace": "System.Windows.Markup" }, { - "Name": "UpdatePanelTrigger", - "Namespace": "System.Web.UI" + "Name": "StaticExtension", + "Namespace": "System.Windows.Markup" }, { - "Name": "UpdatePanelTriggerCollection", - "Namespace": "System.Web.UI" + "Name": "TypeExtension", + "Namespace": "System.Windows.Markup" }, { - "Name": "UpdatePanelUpdateMode", - "Namespace": "System.Web.UI" + "Name": "RuntimeNamePropertyAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "UpdateProgress", - "Namespace": "System.Web.UI" + "Name": "NameReferenceConverter", + "Namespace": "System.Windows.Markup" }, { - "Name": "ContextDataSource", - "Namespace": "System.Web.UI.WebControls" + "Name": "Reference", + "Namespace": "System.Windows.Markup" }, { - "Name": "ContextDataSourceContextData", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlDeferLoadAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "ContextDataSourceView", - "Namespace": "System.Web.UI.WebControls" + "Name": "XData", + "Namespace": "System.Windows.Markup" }, { - "Name": "DataPager", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlBuildProvider", + "Namespace": "System.Xaml.Hosting" }, { - "Name": "DataPagerCommandEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "HandlerElement", + "Namespace": "System.Xaml.Hosting.Configuration" }, { - "Name": "DataPagerField", - "Namespace": "System.Web.UI.WebControls" + "Name": "HandlerElementCollection", + "Namespace": "System.Xaml.Hosting.Configuration" }, { - "Name": "DataPagerFieldCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlHostingSection", + "Namespace": "System.Xaml.Hosting.Configuration" }, { - "Name": "DataPagerFieldCommandEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XamlHostingSectionGroup", + "Namespace": "System.Xaml.Hosting.Configuration" }, { - "Name": "DataPagerFieldItem", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlNamedNodeMap", + "Namespace": "System.Xml" }, { - "Name": "InsertItemPosition", - "Namespace": "System.Web.UI.WebControls" + "Name": "IApplicationResourceStreamResolver", + "Namespace": "System.Xml" }, { - "Name": "IPageableItemContainer", - "Namespace": "System.Web.UI.WebControls" + "Name": "IHasXmlNode", + "Namespace": "System.Xml" }, { - "Name": "IQueryableDataSource", - "Namespace": "System.Web.UI.WebControls" + "Name": "IXmlLineInfo", + "Namespace": "System.Xml" }, { - "Name": "LinqDataSource", - "Namespace": "System.Web.UI.WebControls" + "Name": "IXmlNamespaceResolver", + "Namespace": "System.Xml" }, { - "Name": "LinqDataSourceContextEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "NameTable", + "Namespace": "System.Xml" }, { - "Name": "LinqDataSourceDeleteEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlDateTimeSerializationMode", + "Namespace": "System.Xml" }, { - "Name": "LinqDataSourceDisposeEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlConvert", + "Namespace": "System.Xml" }, { - "Name": "LinqDataSourceInsertEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlException", + "Namespace": "System.Xml" }, { - "Name": "LinqDataSourceSelectEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlNamespaceManager", + "Namespace": "System.Xml" }, { - "Name": "LinqDataSourceStatusEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlNamespaceScope", + "Namespace": "System.Xml" }, { - "Name": "LinqDataSourceUpdateEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlNameTable", + "Namespace": "System.Xml" }, { - "Name": "LinqDataSourceValidationException", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlNodeOrder", + "Namespace": "System.Xml" }, { - "Name": "LinqDataSourceView", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlNodeType", + "Namespace": "System.Xml" }, { - "Name": "ListView", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlQualifiedName", + "Namespace": "System.Xml" }, { - "Name": "ListViewCancelEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlResolver", + "Namespace": "System.Xml" }, { - "Name": "ListViewCancelMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlSecureResolver", + "Namespace": "System.Xml" }, { - "Name": "ListViewCommandEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlUrlResolver", + "Namespace": "System.Xml" }, { - "Name": "ListViewDataItem", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlXapResolver", + "Namespace": "System.Xml" }, { - "Name": "ListViewDeletedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ConformanceLevel", + "Namespace": "System.Xml" }, { - "Name": "ListViewDeleteEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "DtdProcessing", + "Namespace": "System.Xml" }, { - "Name": "ListViewEditEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "EntityHandling", + "Namespace": "System.Xml" }, { - "Name": "ListViewInsertedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "NamespaceHandling", + "Namespace": "System.Xml" }, { - "Name": "ListViewInsertEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "NewLineHandling", + "Namespace": "System.Xml" }, { - "Name": "ListViewItem", - "Namespace": "System.Web.UI.WebControls" + "Name": "ReadState", + "Namespace": "System.Xml" }, { - "Name": "ListViewItemEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ValidationType", + "Namespace": "System.Xml" }, { - "Name": "ListViewItemType", - "Namespace": "System.Web.UI.WebControls" + "Name": "WhitespaceHandling", + "Namespace": "System.Xml" }, { - "Name": "ListViewPagedDataSource", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlParserContext", + "Namespace": "System.Xml" }, { - "Name": "ListViewSelectEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlReader", + "Namespace": "System.Xml" }, { - "Name": "ListViewSortEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlReaderSettings", + "Namespace": "System.Xml" }, { - "Name": "ListViewUpdatedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlSpace", + "Namespace": "System.Xml" }, { - "Name": "ListViewUpdateEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlTextReader", + "Namespace": "System.Xml" }, { - "Name": "NextPreviousPagerField", - "Namespace": "System.Web.UI.WebControls" + "Name": "Formatting", + "Namespace": "System.Xml" }, { - "Name": "NumericPagerField", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlTextWriter", + "Namespace": "System.Xml" }, { - "Name": "PageEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlValidatingReader", + "Namespace": "System.Xml" }, { - "Name": "PagePropertiesChangingEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "WriteState", + "Namespace": "System.Xml" }, { - "Name": "QueryableDataSource", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlWriter", + "Namespace": "System.Xml" }, { - "Name": "QueryableDataSourceEditData", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlOutputMethod", + "Namespace": "System.Xml" }, { - "Name": "QueryableDataSourceView", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlWriterSettings", + "Namespace": "System.Xml" }, { - "Name": "QueryContext", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlAttribute", + "Namespace": "System.Xml" }, { - "Name": "QueryCreatedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlAttributeCollection", + "Namespace": "System.Xml" }, { - "Name": "QueryExtender", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlCDataSection", + "Namespace": "System.Xml" }, { - "Name": "TemplatePagerField", - "Namespace": "System.Web.UI.WebControls" + "Name": "XmlCharacterData", + "Namespace": "System.Xml" }, { - "Name": "CustomExpression", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlComment", + "Namespace": "System.Xml" }, { - "Name": "CustomExpressionEventArgs", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlDeclaration", + "Namespace": "System.Xml" }, { - "Name": "DataSourceExpression", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlDocument", + "Namespace": "System.Xml" }, { - "Name": "DataSourceExpressionCollection", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlDocumentFragment", + "Namespace": "System.Xml" }, { - "Name": "MethodExpression", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlDocumentType", + "Namespace": "System.Xml" }, { - "Name": "OfTypeExpression", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlElement", + "Namespace": "System.Xml" }, { - "Name": "OrderByExpression", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlEntity", + "Namespace": "System.Xml" }, { - "Name": "ParameterDataSourceExpression", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlEntityReference", + "Namespace": "System.Xml" }, { - "Name": "PropertyExpression", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlNodeChangedAction", + "Namespace": "System.Xml" }, { - "Name": "QueryExpression", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlImplementation", + "Namespace": "System.Xml" }, { - "Name": "RangeExpression", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlLinkedNode", + "Namespace": "System.Xml" }, { - "Name": "RangeType", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlNode", + "Namespace": "System.Xml" }, { - "Name": "SearchExpression", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlNodeChangedEventArgs", + "Namespace": "System.Xml" }, { - "Name": "SearchType", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlNodeChangedEventHandler", + "Namespace": "System.Xml" }, { - "Name": "ThenBy", - "Namespace": "System.Web.UI.WebControls.Expressions" + "Name": "XmlNodeList", + "Namespace": "System.Xml" }, { - "Name": "ScriptModule", - "Namespace": "System.Web.Handlers" + "Name": "XmlNodeReader", + "Namespace": "System.Xml" }, { - "Name": "ScriptResourceHandler", - "Namespace": "System.Web.Handlers" + "Name": "XmlNotation", + "Namespace": "System.Xml" }, { - "Name": "Converter", - "Namespace": "System.Web.Configuration" + "Name": "XmlProcessingInstruction", + "Namespace": "System.Xml" }, { - "Name": "ScriptingAuthenticationServiceSection", - "Namespace": "System.Web.Configuration" + "Name": "XmlSignificantWhitespace", + "Namespace": "System.Xml" }, { - "Name": "ScriptingJsonSerializationSection", - "Namespace": "System.Web.Configuration" + "Name": "XmlText", + "Namespace": "System.Xml" }, { - "Name": "ScriptingProfileServiceSection", - "Namespace": "System.Web.Configuration" + "Name": "XmlWhitespace", + "Namespace": "System.Xml" }, { - "Name": "ScriptingRoleServiceSection", - "Namespace": "System.Web.Configuration" + "Name": "XmlTokenizedType", + "Namespace": "System.Xml" }, { - "Name": "ScriptingScriptResourceHandlerSection", - "Namespace": "System.Web.Configuration" + "Name": "CodeExporter", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ScriptingSectionGroup", - "Namespace": "System.Web.Configuration" + "Name": "CodeGenerationOptions", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ScriptingWebServicesSectionGroup", - "Namespace": "System.Web.Configuration" + "Name": "CodeIdentifier", + "Namespace": "System.Xml.Serialization" }, { - "Name": "SystemWebExtensionsSectionGroup", - "Namespace": "System.Web.Configuration" + "Name": "CodeIdentifiers", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ConvertersCollection", - "Namespace": "System.Web.Configuration" + "Name": "ImportContext", + "Namespace": "System.Xml.Serialization" }, { - "Name": "AjaxFrameworkAssemblyAttribute", - "Namespace": "System.Web.Script" + "Name": "IXmlSerializable", + "Namespace": "System.Xml.Serialization" }, { - "Name": "GenerateScriptTypeAttribute", - "Namespace": "System.Web.Script.Services" + "Name": "IXmlTextParser", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ProxyGenerator", - "Namespace": "System.Web.Script.Services" + "Name": "SchemaImporter", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ResponseFormat", - "Namespace": "System.Web.Script.Services" + "Name": "SoapAttributeAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ScriptMethodAttribute", - "Namespace": "System.Web.Script.Services" + "Name": "SoapAttributeOverrides", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ScriptServiceAttribute", - "Namespace": "System.Web.Script.Services" + "Name": "SoapAttributes", + "Namespace": "System.Xml.Serialization" }, { - "Name": "JavaScriptSerializer", - "Namespace": "System.Web.Script.Serialization" + "Name": "SoapCodeExporter", + "Namespace": "System.Xml.Serialization" }, { - "Name": "JavaScriptTypeResolver", - "Namespace": "System.Web.Script.Serialization" + "Name": "SoapElementAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ScriptIgnoreAttribute", - "Namespace": "System.Web.Script.Serialization" + "Name": "SoapEnumAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "SimpleTypeResolver", - "Namespace": "System.Web.Script.Serialization" + "Name": "SoapIgnoreAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "JavaScriptConverter", - "Namespace": "System.Web.Script.Serialization" + "Name": "SoapIncludeAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "DynamicValidatorEventArgs", - "Namespace": "System.Web.DynamicData" + "Name": "SoapReflectionImporter", + "Namespace": "System.Xml.Serialization" }, { - "Name": "IDynamicDataSource", - "Namespace": "System.Web.DynamicData" + "Name": "SoapSchemaExporter", + "Namespace": "System.Xml.Serialization" }, { - "Name": "IDynamicValidatorException", - "Namespace": "System.Web.DynamicData" + "Name": "SoapSchemaImporter", + "Namespace": "System.Xml.Serialization" }, { - "Name": "DynamicDataSourceOperation", - "Namespace": "System.Web.DynamicData" + "Name": "SoapSchemaMember", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ClientRolePrincipal", - "Namespace": "System.Web.ClientServices" + "Name": "SoapTypeAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ConnectivityStatus", - "Namespace": "System.Web.ClientServices" + "Name": "XmlAnyAttributeAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ClientFormsIdentity", - "Namespace": "System.Web.ClientServices" + "Name": "XmlAnyElementAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ClientFormsAuthenticationCredentials", - "Namespace": "System.Web.ClientServices.Providers" + "Name": "XmlAnyElementAttributes", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ClientFormsAuthenticationMembershipProvider", - "Namespace": "System.Web.ClientServices.Providers" + "Name": "XmlArrayAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ClientRoleProvider", - "Namespace": "System.Web.ClientServices.Providers" + "Name": "XmlArrayItemAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ClientSettingsProvider", - "Namespace": "System.Web.ClientServices.Providers" + "Name": "XmlArrayItemAttributes", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ClientWindowsAuthenticationMembershipProvider", - "Namespace": "System.Web.ClientServices.Providers" + "Name": "XmlAttributeAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "IClientFormsAuthenticationCredentialsProvider", - "Namespace": "System.Web.ClientServices.Providers" + "Name": "XmlAttributeOverrides", + "Namespace": "System.Xml.Serialization" }, { - "Name": "SettingsSavedEventArgs", - "Namespace": "System.Web.ClientServices.Providers" + "Name": "XmlAttributes", + "Namespace": "System.Xml.Serialization" }, { - "Name": "UserValidatedEventArgs", - "Namespace": "System.Web.ClientServices.Providers" + "Name": "XmlChoiceIdentifierAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ApplicationServicesHostFactory", - "Namespace": "System.Web.ApplicationServices" + "Name": "XmlCodeExporter", + "Namespace": "System.Xml.Serialization" }, { - "Name": "AuthenticatingEventArgs", - "Namespace": "System.Web.ApplicationServices" + "Name": "XmlElementAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "AuthenticationService", - "Namespace": "System.Web.ApplicationServices" + "Name": "XmlElementAttributes", + "Namespace": "System.Xml.Serialization" }, { - "Name": "CreatingCookieEventArgs", - "Namespace": "System.Web.ApplicationServices" + "Name": "XmlEnumAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "KnownTypesProvider", - "Namespace": "System.Web.ApplicationServices" + "Name": "XmlIgnoreAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ProfilePropertyMetadata", - "Namespace": "System.Web.ApplicationServices" + "Name": "XmlIncludeAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ProfileService", - "Namespace": "System.Web.ApplicationServices" + "Name": "XmlMappingAccess", + "Namespace": "System.Xml.Serialization" }, { - "Name": "RoleService", - "Namespace": "System.Web.ApplicationServices" + "Name": "XmlMapping", + "Namespace": "System.Xml.Serialization" }, { - "Name": "SelectingProviderEventArgs", - "Namespace": "System.Web.ApplicationServices" + "Name": "XmlMemberMapping", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ValidatingPropertiesEventArgs", - "Namespace": "System.Web.ApplicationServices" + "Name": "XmlMembersMapping", + "Namespace": "System.Xml.Serialization" }, { - "Name": "AsyncPostBackTriggerControlIDConverter", - "Namespace": "System.Web.UI.Design" + "Name": "XmlNamespaceDeclarationsAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "AsyncPostBackTriggerEventNameConverter", - "Namespace": "System.Web.UI.Design" + "Name": "XmlReflectionImporter", + "Namespace": "System.Xml.Serialization" }, { - "Name": "CollectionEditorBase", - "Namespace": "System.Web.UI.Design" + "Name": "XmlReflectionMember", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ServiceReferenceCollectionEditor", - "Namespace": "System.Web.UI.Design" + "Name": "XmlRootAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ExtenderControlDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "XmlSchemaExporter", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ExtenderControlToolboxItem", - "Namespace": "System.Web.UI.Design" + "Name": "XmlSchemaImporter", + "Namespace": "System.Xml.Serialization" }, { - "Name": "PostBackTriggerControlIDConverter", - "Namespace": "System.Web.UI.Design" + "Name": "XmlSchemaProviderAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "QueryExtenderDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "XmlSchemas", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ScriptManagerDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "XmlSchemaEnumerator", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ScriptManagerProxyDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "XmlSerializationGeneratedCode", + "Namespace": "System.Xml.Serialization" }, { - "Name": "TimerDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "XmlSerializationReader", + "Namespace": "System.Xml.Serialization" }, { - "Name": "UpdatePanelDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "XmlSerializationFixupCallback", + "Namespace": "System.Xml.Serialization" }, { - "Name": "UpdatePanelTriggerCollectionEditor", - "Namespace": "System.Web.UI.Design" + "Name": "XmlSerializationCollectionFixupCallback", + "Namespace": "System.Xml.Serialization" }, { - "Name": "UpdateProgressAssociatedUpdatePanelIDConverter", - "Namespace": "System.Web.UI.Design" + "Name": "XmlSerializationReadCallback", + "Namespace": "System.Xml.Serialization" }, { - "Name": "UpdateProgressDesigner", - "Namespace": "System.Web.UI.Design" + "Name": "XmlSerializationWriter", + "Namespace": "System.Xml.Serialization" }, { - "Name": "DataPagerDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "XmlSerializationWriteCallback", + "Namespace": "System.Xml.Serialization" }, { - "Name": "DataPagerFieldTypeEditor", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "XmlSerializerAssemblyAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "LinqDataSourceDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "XmlDeserializationEvents", + "Namespace": "System.Xml.Serialization" }, { - "Name": "LinqDesignerDataSourceView", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "XmlSerializerImplementation", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ListViewDesigner", - "Namespace": "System.Web.UI.Design.WebControls" + "Name": "XmlSerializer", + "Namespace": "System.Xml.Serialization" }, { - "Name": "IMobileDesigner", - "Namespace": "System.Web.UI.Design.MobileControls" + "Name": "XmlSerializerFactory", + "Namespace": "System.Xml.Serialization" }, { - "Name": "IMobileWebFormServices", - "Namespace": "System.Web.UI.Design.MobileControls" + "Name": "XmlSerializerNamespaces", + "Namespace": "System.Xml.Serialization" }, { - "Name": "MobileResource", - "Namespace": "System.Web.UI.Design.MobileControls" + "Name": "XmlSerializerVersionAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "DataFieldConverter", - "Namespace": "System.Web.UI.Design.MobileControls.Converters" + "Name": "XmlTextAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "DataMemberConverter", - "Namespace": "System.Web.UI.Design.MobileControls.Converters" + "Name": "XmlTypeAttribute", + "Namespace": "System.Xml.Serialization" }, { - "Name": "AdRotator", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlTypeMapping", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ArrayListCollectionBase", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlAttributeEventHandler", + "Namespace": "System.Xml.Serialization" }, { - "Name": "BaseValidator", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlAttributeEventArgs", + "Namespace": "System.Xml.Serialization" }, { - "Name": "Calendar", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlElementEventHandler", + "Namespace": "System.Xml.Serialization" }, { - "Name": "Command", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlElementEventArgs", + "Namespace": "System.Xml.Serialization" }, { - "Name": "CompareValidator", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlNodeEventHandler", + "Namespace": "System.Xml.Serialization" }, { - "Name": "ObjectListViewMode", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlNodeEventArgs", + "Namespace": "System.Xml.Serialization" }, { - "Name": "BooleanOption", - "Namespace": "System.Web.UI.MobileControls" + "Name": "UnreferencedObjectEventHandler", + "Namespace": "System.Xml.Serialization" }, { - "Name": "FontSize", - "Namespace": "System.Web.UI.MobileControls" + "Name": "UnreferencedObjectEventArgs", + "Namespace": "System.Xml.Serialization" }, { - "Name": "Alignment", - "Namespace": "System.Web.UI.MobileControls" + "Name": "DateTimeSerializationSection", + "Namespace": "System.Xml.Serialization.Configuration" }, { - "Name": "Wrapping", - "Namespace": "System.Web.UI.MobileControls" + "Name": "SchemaImporterExtensionElement", + "Namespace": "System.Xml.Serialization.Configuration" }, { - "Name": "ListDecoration", - "Namespace": "System.Web.UI.MobileControls" + "Name": "SchemaImporterExtensionElementCollection", + "Namespace": "System.Xml.Serialization.Configuration" }, { - "Name": "ListSelectType", - "Namespace": "System.Web.UI.MobileControls" + "Name": "SchemaImporterExtensionsSection", + "Namespace": "System.Xml.Serialization.Configuration" }, { - "Name": "FormMethod", - "Namespace": "System.Web.UI.MobileControls" + "Name": "SerializationSectionGroup", + "Namespace": "System.Xml.Serialization.Configuration" }, { - "Name": "CommandFormat", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSerializerSection", + "Namespace": "System.Xml.Serialization.Configuration" }, { - "Name": "Constants", - "Namespace": "System.Web.UI.MobileControls" + "Name": "RootedPathValidator", + "Namespace": "System.Xml.Serialization.Configuration" }, { - "Name": "ControlPager", - "Namespace": "System.Web.UI.MobileControls" + "Name": "SchemaImporterExtension", + "Namespace": "System.Xml.Serialization.Advanced" }, { - "Name": "CustomValidator", - "Namespace": "System.Web.UI.MobileControls" + "Name": "SchemaImporterExtensionCollection", + "Namespace": "System.Xml.Serialization.Advanced" }, { - "Name": "DesignerAdapterAttribute", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaDatatypeVariety", + "Namespace": "System.Xml.Schema" }, { - "Name": "DeviceOverridableAttribute", - "Namespace": "System.Web.UI.MobileControls" + "Name": "IXmlSchemaInfo", + "Namespace": "System.Xml.Schema" }, { - "Name": "DeviceSpecific", - "Namespace": "System.Web.UI.MobileControls" + "Name": "ValidationEventArgs", + "Namespace": "System.Xml.Schema" }, { - "Name": "DeviceSpecificControlBuilder", - "Namespace": "System.Web.UI.MobileControls" + "Name": "ValidationEventHandler", + "Namespace": "System.Xml.Schema" }, { - "Name": "DeviceSpecificChoice", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlAtomicValue", + "Namespace": "System.Xml.Schema" }, { - "Name": "DeviceSpecificChoiceControlBuilder", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchema", + "Namespace": "System.Xml.Schema" }, { - "Name": "DeviceSpecificChoiceTemplateBuilder", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaAll", + "Namespace": "System.Xml.Schema" }, { - "Name": "DeviceSpecificChoiceTemplateContainer", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaAnnotated", + "Namespace": "System.Xml.Schema" }, { - "Name": "DeviceSpecificChoiceCollection", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaAnnotation", + "Namespace": "System.Xml.Schema" }, { - "Name": "ErrorFormatterPage", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaAny", + "Namespace": "System.Xml.Schema" }, { - "Name": "FontInfo", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaAnyAttribute", + "Namespace": "System.Xml.Schema" }, { - "Name": "Form", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaAppInfo", + "Namespace": "System.Xml.Schema" }, { - "Name": "FormControlBuilder", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaAttribute", + "Namespace": "System.Xml.Schema" }, { - "Name": "IControlAdapter", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaAttributeGroup", + "Namespace": "System.Xml.Schema" }, { - "Name": "Image", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaAttributeGroupRef", + "Namespace": "System.Xml.Schema" }, { - "Name": "IObjectListFieldCollection", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaChoice", + "Namespace": "System.Xml.Schema" }, { - "Name": "IPageAdapter", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaCollection", + "Namespace": "System.Xml.Schema" }, { - "Name": "ItemPager", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaCollectionEnumerator", + "Namespace": "System.Xml.Schema" }, { - "Name": "ITemplateable", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaComplexContent", + "Namespace": "System.Xml.Schema" }, { - "Name": "Label", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaComplexContentExtension", + "Namespace": "System.Xml.Schema" }, { - "Name": "Link", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaComplexContentRestriction", + "Namespace": "System.Xml.Schema" }, { - "Name": "List", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaComplexType", + "Namespace": "System.Xml.Schema" }, { - "Name": "ListCommandEventArgs", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaContent", + "Namespace": "System.Xml.Schema" }, { - "Name": "ListCommandEventHandler", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaContentModel", + "Namespace": "System.Xml.Schema" }, { - "Name": "ListControlBuilder", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaContentProcessing", + "Namespace": "System.Xml.Schema" }, { - "Name": "ListDataBindEventArgs", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaContentType", + "Namespace": "System.Xml.Schema" }, { - "Name": "ListDataBindEventHandler", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaDatatype", + "Namespace": "System.Xml.Schema" }, { - "Name": "LiteralLink", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaDerivationMethod", + "Namespace": "System.Xml.Schema" }, { - "Name": "LiteralText", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaDocumentation", + "Namespace": "System.Xml.Schema" }, { - "Name": "LiteralTextControlBuilder", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaElement", + "Namespace": "System.Xml.Schema" }, { - "Name": "LiteralTextContainerControlBuilder", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaException", + "Namespace": "System.Xml.Schema" }, { - "Name": "LoadItemsEventArgs", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaExternal", + "Namespace": "System.Xml.Schema" }, { - "Name": "LoadItemsEventHandler", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "MobileControl", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaNumericFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "MobileControlBuilder", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaLengthFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "MobileControlsSection", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaMinLengthFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "DeviceElementCollection", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaMaxLengthFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "DeviceElement", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaPatternFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "ControlElementCollection", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaEnumerationFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "ControlElement", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaMinExclusiveFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "MobileTypeNameConverter", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaMinInclusiveFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "MobileControlsSectionHandler", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaMaxExclusiveFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "MobileListItemType", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaMaxInclusiveFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "MobileListItem", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaTotalDigitsFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "MobileListItemCollection", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaFractionDigitsFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "MobilePage", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaWhiteSpaceFacet", + "Namespace": "System.Xml.Schema" }, { - "Name": "MobileUserControl", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaForm", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectList", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaGroup", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListControlBuilder", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaGroupBase", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListCommand", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaGroupRef", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListCommandCollection", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaIdentityConstraint", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListCommandEventArgs", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaXPath", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListCommandEventHandler", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaUnique", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListDataBindEventArgs", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaKey", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListDataBindEventHandler", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaKeyref", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListField", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaImport", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListFieldCollection", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaInclude", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListItem", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaInfo", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListItemCollection", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaNotation", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListSelectEventArgs", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaObject", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListSelectEventHandler", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaObjectCollection", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListShowCommandsEventArgs", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaObjectEnumerator", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListShowCommandsEventHandler", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaObjectTable", + "Namespace": "System.Xml.Schema" }, { - "Name": "ObjectListTitleAttribute", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaParticle", + "Namespace": "System.Xml.Schema" }, { - "Name": "PagedControl", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaRedefine", + "Namespace": "System.Xml.Schema" }, { - "Name": "PagerStyle", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaSequence", + "Namespace": "System.Xml.Schema" }, { - "Name": "Panel", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaSet", + "Namespace": "System.Xml.Schema" }, { - "Name": "PanelControlBuilder", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaCompilationSettings", + "Namespace": "System.Xml.Schema" }, { - "Name": "PersistNameAttribute", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaSimpleContent", + "Namespace": "System.Xml.Schema" }, { - "Name": "PhoneCall", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaSimpleContentExtension", + "Namespace": "System.Xml.Schema" }, { - "Name": "RangeValidator", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaSimpleContentRestriction", + "Namespace": "System.Xml.Schema" }, { - "Name": "RegularExpressionValidator", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaSimpleType", + "Namespace": "System.Xml.Schema" }, { - "Name": "RequiredFieldValidator", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaSimpleTypeContent", + "Namespace": "System.Xml.Schema" }, { - "Name": "SelectionList", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaSimpleTypeList", + "Namespace": "System.Xml.Schema" }, { - "Name": "Style", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaSimpleTypeRestriction", + "Namespace": "System.Xml.Schema" }, { - "Name": "StyleSheet", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaSimpleTypeUnion", + "Namespace": "System.Xml.Schema" }, { - "Name": "StyleSheetControlBuilder", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaType", + "Namespace": "System.Xml.Schema" }, { - "Name": "TemplateContainer", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaUse", + "Namespace": "System.Xml.Schema" }, { - "Name": "TextBox", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaValidationException", + "Namespace": "System.Xml.Schema" }, { - "Name": "TextBoxControlBuilder", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlValueGetter", + "Namespace": "System.Xml.Schema" }, { - "Name": "TextControl", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaValidationFlags", + "Namespace": "System.Xml.Schema" }, { - "Name": "TextView", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaValidator", + "Namespace": "System.Xml.Schema" }, { - "Name": "TextViewElement", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSchemaValidity", + "Namespace": "System.Xml.Schema" }, { - "Name": "ValidationSummary", - "Namespace": "System.Web.UI.MobileControls" + "Name": "XmlSeverityType", + "Namespace": "System.Xml.Schema" }, { - "Name": "ChtmlCalendarAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XmlTypeCode", + "Namespace": "System.Xml.Schema" }, { - "Name": "ChtmlCommandAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XmlSchemaInference", + "Namespace": "System.Xml.Schema" }, { - "Name": "ChtmlFormAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XmlSchemaInferenceException", + "Namespace": "System.Xml.Schema" }, { - "Name": "ChtmlImageAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XslCompiledTransform", + "Namespace": "System.Xml.Xsl" }, { - "Name": "ChtmlLinkAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XsltMessageEncounteredEventArgs", + "Namespace": "System.Xml.Xsl" }, { - "Name": "ChtmlMobileTextWriter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XsltMessageEncounteredEventHandler", + "Namespace": "System.Xml.Xsl" }, { - "Name": "ChtmlPageAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XsltArgumentList", + "Namespace": "System.Xml.Xsl" }, { - "Name": "ChtmlPhoneCallAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "IXsltContextFunction", + "Namespace": "System.Xml.Xsl" }, { - "Name": "ChtmlSelectionListAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "IXsltContextVariable", + "Namespace": "System.Xml.Xsl" }, { - "Name": "ChtmlTextBoxAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XsltContext", + "Namespace": "System.Xml.Xsl" }, { - "Name": "ControlAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XsltException", + "Namespace": "System.Xml.Xsl" }, { - "Name": "HtmlCalendarAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XsltCompileException", + "Namespace": "System.Xml.Xsl" }, { - "Name": "HtmlCommandAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XslTransform", + "Namespace": "System.Xml.Xsl" }, { - "Name": "HtmlControlAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XsltSettings", + "Namespace": "System.Xml.Xsl" }, { - "Name": "HtmlFormAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "IXPathNavigable", + "Namespace": "System.Xml.XPath" }, { - "Name": "HtmlImageAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XPathDocument", + "Namespace": "System.Xml.XPath" }, { - "Name": "HtmlLabelAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XPathException", + "Namespace": "System.Xml.XPath" }, { - "Name": "HtmlLinkAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XmlSortOrder", + "Namespace": "System.Xml.XPath" }, { - "Name": "HtmlListAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XmlCaseOrder", + "Namespace": "System.Xml.XPath" }, { - "Name": "HtmlLiteralTextAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XmlDataType", + "Namespace": "System.Xml.XPath" }, { - "Name": "HtmlMobileTextWriter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XPathResultType", + "Namespace": "System.Xml.XPath" }, { - "Name": "HtmlObjectListAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XPathExpression", + "Namespace": "System.Xml.XPath" }, { - "Name": "HtmlPageAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XPathItem", + "Namespace": "System.Xml.XPath" }, { - "Name": "HtmlPanelAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XPathNamespaceScope", + "Namespace": "System.Xml.XPath" }, { - "Name": "HtmlPhoneCallAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XPathNavigator", + "Namespace": "System.Xml.XPath" }, { - "Name": "HtmlSelectionListAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XPathNodeIterator", + "Namespace": "System.Xml.XPath" }, { - "Name": "HtmlTextBoxAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XPathNodeType", + "Namespace": "System.Xml.XPath" }, { - "Name": "HtmlTextViewAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XmlKnownDtds", + "Namespace": "System.Xml.Resolvers" }, { - "Name": "HtmlValidationSummaryAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XmlPreloadedResolver", + "Namespace": "System.Xml.Resolvers" }, { - "Name": "HtmlValidatorAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XmlReaderSection", + "Namespace": "System.Xml.XmlConfiguration" }, { - "Name": "MobileTextWriter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XsltConfigSection", + "Namespace": "System.Xml.XmlConfiguration" }, { - "Name": "MultiPartWriter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "Extensions", + "Namespace": "System.Xml.Schema" }, { - "Name": "UpWmlMobileTextWriter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "Extensions", + "Namespace": "System.Xml.XPath" }, { - "Name": "UpWmlPageAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XName", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlCalendarAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XNamespace", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlCommandAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XObject", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlControlAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XObjectChange", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlFormAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XObjectChangeEventArgs", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlImageAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XNode", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlLabelAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XNodeDocumentOrderComparer", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlLinkAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XNodeEqualityComparer", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlListAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XText", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlLiteralTextAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XCData", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlMobileTextWriter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XContainer", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlObjectListAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XElement", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlPageAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "LoadOptions", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlPanelAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "SaveOptions", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlPhoneCallAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "ReaderOptions", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlPostFieldType", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XDocument", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlSelectionListAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XComment", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlTextBoxAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XProcessingInstruction", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlTextViewAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XDeclaration", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlValidationSummaryAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XDocumentType", + "Namespace": "System.Xml.Linq" }, { - "Name": "WmlValidatorAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XAttribute", + "Namespace": "System.Xml.Linq" }, { - "Name": "SR", - "Namespace": "System.Web.UI.MobileControls.Adapters" + "Name": "XStreamingElement", + "Namespace": "System.Xml.Linq" }, { - "Name": "Doctype", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "Extensions", + "Namespace": "System.Xml.Linq" }, { - "Name": "StyleSheetLocation", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "InstallSupport", + "Namespace": "Microsoft.TaskScheduler.SnapIn" }, { - "Name": "XhtmlCalendarAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "TaskSchedulerSnapIn", + "Namespace": "Microsoft.TaskScheduler.SnapIn" }, { - "Name": "XhtmlCommandAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "TaskSchedulerExtension", + "Namespace": "Microsoft.TaskScheduler.SnapIn" }, { - "Name": "XhtmlControlAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "AndCondition", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlFormAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "Automation", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlImageAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "AutomationElement", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlLabelAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "AutomationElementCollection", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlLinkAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "AutomationFocusChangedEventHandler", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlListAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "AutomationFocusChangedEventArgs", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlLiteralTextAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "BasePattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlObjectListAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "AutomationElementMode", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlPageAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "CacheRequest", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlPanelAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "ClientSettings", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlPhoneCallAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "ClientSideProviderMatchIndicator", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlSelectionListAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "ClientSideProviderFactoryCallback", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlTextBoxAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "ClientSideProviderDescription", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlTextViewAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "Condition", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlValidationSummaryAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "DockPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlValidatorAdapter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "ExpandCollapsePattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlCssHandler", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "GridItemPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "XhtmlMobileTextWriter", - "Namespace": "System.Web.UI.MobileControls.Adapters.XhtmlAdapters" + "Name": "GridPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "CookielessData", - "Namespace": "System.Web.Mobile" + "Name": "InvokePattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "DeviceFiltersSection", - "Namespace": "System.Web.Mobile" + "Name": "MultipleViewPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "DeviceFilterElementCollection", - "Namespace": "System.Web.Mobile" + "Name": "NotCondition", + "Namespace": "System.Windows.Automation" }, { - "Name": "DeviceFilterElement", - "Namespace": "System.Web.Mobile" + "Name": "OrCondition", + "Namespace": "System.Windows.Automation" }, { - "Name": "ErrorHandlerModule", - "Namespace": "System.Web.Mobile" + "Name": "PropertyConditionFlags", + "Namespace": "System.Windows.Automation" }, { - "Name": "MobileCapabilities", - "Namespace": "System.Web.Mobile" + "Name": "PropertyCondition", + "Namespace": "System.Windows.Automation" }, { - "Name": "MobileDeviceCapabilitiesSectionHandler", - "Namespace": "System.Web.Mobile" + "Name": "RangeValuePattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "MobileErrorInfo", - "Namespace": "System.Web.Mobile" + "Name": "ScrollPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "MobileFormsAuthentication", - "Namespace": "System.Web.Mobile" + "Name": "ScrollItemPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "TagRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "SelectionPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "DirectiveRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "SelectionItemPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "EndTagRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "SynchronizedInputPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "AspCodeRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "TableItemPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "AspExprRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "TablePattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "DatabindExprRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "TextPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "CommentRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "TransformPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "IncludeRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "TreeWalker", + "Namespace": "System.Windows.Automation" }, { - "Name": "TextRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "TogglePattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "GTRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "ValuePattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "LTRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "WindowPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "ServerTagsRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "VirtualizedItemPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "RunatServerRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "ItemContainerPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "SimpleDirectiveRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "TextPatternRange", + "Namespace": "System.Windows.Automation.Text" }, { - "Name": "DataBindRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "UIAutomationClientSideProviders", + "Namespace": "UIAutomationClientsideProviders" }, { - "Name": "AspEncodedExprRegex", - "Namespace": "System.Web.RegularExpressions" + "Name": "AutomationInteropProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "TagRegex35", - "Namespace": "System.Web.RegularExpressions" + "Name": "NavigateDirection", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "WebMethodAttribute", - "Namespace": "System.Web.Services" + "Name": "IRawElementProviderFragment", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "WebService", - "Namespace": "System.Web.Services" + "Name": "IRawElementProviderFragmentRoot", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "WebServiceAttribute", - "Namespace": "System.Web.Services" + "Name": "IRawElementProviderAdviseEvents", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "WebServiceBindingAttribute", - "Namespace": "System.Web.Services" + "Name": "IRawElementProviderHwndOverride", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "WsiProfiles", - "Namespace": "System.Web.Services" + "Name": "ProviderOptions", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "PriorityGroup", - "Namespace": "System.Web.Services.Configuration" + "Name": "IRawElementProviderSimple", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "DiagnosticsElement", - "Namespace": "System.Web.Services.Configuration" + "Name": "IDockProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "SoapEnvelopeProcessingElement", - "Namespace": "System.Web.Services.Configuration" + "Name": "IExpandCollapseProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "SoapExtensionTypeElement", - "Namespace": "System.Web.Services.Configuration" + "Name": "IGridProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "SoapExtensionTypeElementCollection", - "Namespace": "System.Web.Services.Configuration" + "Name": "IGridItemProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "TypeElement", - "Namespace": "System.Web.Services.Configuration" + "Name": "IInvokeProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "TypeElementCollection", - "Namespace": "System.Web.Services.Configuration" + "Name": "IMultipleViewProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "WebServicesSection", - "Namespace": "System.Web.Services.Configuration" + "Name": "IRangeValueProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "WsdlHelpGeneratorElement", - "Namespace": "System.Web.Services.Configuration" + "Name": "IScrollProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "ProtocolElement", - "Namespace": "System.Web.Services.Configuration" + "Name": "IScrollItemProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "ProtocolElementCollection", - "Namespace": "System.Web.Services.Configuration" + "Name": "ISelectionProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "WebServiceProtocols", - "Namespace": "System.Web.Services.Configuration" + "Name": "ISelectionItemProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "WsiProfilesElement", - "Namespace": "System.Web.Services.Configuration" + "Name": "ISynchronizedInputProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "WsiProfilesElementCollection", - "Namespace": "System.Web.Services.Configuration" + "Name": "ITableProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "XmlFormatExtensionAttribute", - "Namespace": "System.Web.Services.Configuration" + "Name": "ITableItemProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "XmlFormatExtensionPointAttribute", - "Namespace": "System.Web.Services.Configuration" + "Name": "ITextProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "XmlFormatExtensionPrefixAttribute", - "Namespace": "System.Web.Services.Configuration" + "Name": "ITextRangeProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "HttpAddressBinding", - "Namespace": "System.Web.Services.Description" + "Name": "ITransformProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "HttpBinding", - "Namespace": "System.Web.Services.Description" + "Name": "IValueProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "HttpOperationBinding", - "Namespace": "System.Web.Services.Description" + "Name": "IToggleProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "HttpUrlEncodedBinding", - "Namespace": "System.Web.Services.Description" + "Name": "IWindowProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "HttpUrlReplacementBinding", - "Namespace": "System.Web.Services.Description" + "Name": "IVirtualizedItemProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "MimeContentBinding", - "Namespace": "System.Web.Services.Description" + "Name": "IItemContainerProvider", + "Namespace": "System.Windows.Automation.Provider" }, { - "Name": "MimePart", - "Namespace": "System.Web.Services.Description" + "Name": "AutomationIdentifier", + "Namespace": "System.Windows.Automation" }, { - "Name": "MimeMultipartRelatedBinding", - "Namespace": "System.Web.Services.Description" + "Name": "AutomationPattern", + "Namespace": "System.Windows.Automation" }, { - "Name": "MimeXmlBinding", - "Namespace": "System.Web.Services.Description" + "Name": "AutomationProperty", + "Namespace": "System.Windows.Automation" }, { - "Name": "MimePartCollection", - "Namespace": "System.Web.Services.Description" + "Name": "AutomationEvent", + "Namespace": "System.Windows.Automation" }, { - "Name": "MimeTextBinding", - "Namespace": "System.Web.Services.Description" + "Name": "AutomationTextAttribute", + "Namespace": "System.Windows.Automation" }, { - "Name": "MimeTextMatch", - "Namespace": "System.Web.Services.Description" + "Name": "ControlType", + "Namespace": "System.Windows.Automation" }, { - "Name": "MimeTextMatchCollection", - "Namespace": "System.Web.Services.Description" + "Name": "AutomationElementIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "ProtocolImporter", - "Namespace": "System.Web.Services.Description" + "Name": "DockPosition", + "Namespace": "System.Windows.Automation" }, { - "Name": "ProtocolReflector", - "Namespace": "System.Web.Services.Description" + "Name": "DockPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "ServiceDescription", - "Namespace": "System.Web.Services.Description" + "Name": "ExpandCollapseState", + "Namespace": "System.Windows.Automation" }, { - "Name": "Import", - "Namespace": "System.Web.Services.Description" + "Name": "ExpandCollapsePatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "DocumentableItem", - "Namespace": "System.Web.Services.Description" + "Name": "GridItemPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "NamedItem", - "Namespace": "System.Web.Services.Description" + "Name": "GridPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "Port", - "Namespace": "System.Web.Services.Description" + "Name": "InvokePatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "Service", - "Namespace": "System.Web.Services.Description" + "Name": "MultipleViewPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "FaultBinding", - "Namespace": "System.Web.Services.Description" + "Name": "RangeValuePatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "MessageBinding", - "Namespace": "System.Web.Services.Description" + "Name": "ScrollAmount", + "Namespace": "System.Windows.Automation" }, { - "Name": "InputBinding", - "Namespace": "System.Web.Services.Description" + "Name": "ScrollPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "OutputBinding", - "Namespace": "System.Web.Services.Description" + "Name": "ScrollItemPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "OperationBinding", - "Namespace": "System.Web.Services.Description" + "Name": "SelectionPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "Binding", - "Namespace": "System.Web.Services.Description" + "Name": "SelectionItemPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "OperationMessage", - "Namespace": "System.Web.Services.Description" + "Name": "SynchronizedInputType", + "Namespace": "System.Windows.Automation" }, { - "Name": "OperationFault", - "Namespace": "System.Web.Services.Description" + "Name": "SynchronizedInputPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "OperationInput", - "Namespace": "System.Web.Services.Description" + "Name": "TableItemPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "OperationOutput", - "Namespace": "System.Web.Services.Description" + "Name": "RowOrColumnMajor", + "Namespace": "System.Windows.Automation" }, { - "Name": "Operation", - "Namespace": "System.Web.Services.Description" + "Name": "TablePatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "PortType", - "Namespace": "System.Web.Services.Description" + "Name": "SupportedTextSelection", + "Namespace": "System.Windows.Automation" }, { - "Name": "Message", - "Namespace": "System.Web.Services.Description" + "Name": "TextPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "MessagePart", - "Namespace": "System.Web.Services.Description" + "Name": "TransformPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "Types", - "Namespace": "System.Web.Services.Description" + "Name": "ToggleState", + "Namespace": "System.Windows.Automation" }, { - "Name": "ServiceDescriptionFormatExtensionCollection", - "Namespace": "System.Web.Services.Description" + "Name": "TogglePatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "ServiceDescriptionFormatExtension", - "Namespace": "System.Web.Services.Description" + "Name": "ValuePatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "OperationFlow", - "Namespace": "System.Web.Services.Description" + "Name": "WindowVisualState", + "Namespace": "System.Windows.Automation" }, { - "Name": "OperationMessageCollection", - "Namespace": "System.Web.Services.Description" + "Name": "WindowInteractionState", + "Namespace": "System.Windows.Automation" }, { - "Name": "ImportCollection", - "Namespace": "System.Web.Services.Description" + "Name": "WindowPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "MessageCollection", - "Namespace": "System.Web.Services.Description" + "Name": "VirtualizedItemPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "PortCollection", - "Namespace": "System.Web.Services.Description" + "Name": "ItemContainerPatternIdentifiers", + "Namespace": "System.Windows.Automation" }, { - "Name": "PortTypeCollection", - "Namespace": "System.Web.Services.Description" + "Name": "OrientationType", + "Namespace": "System.Windows.Automation" }, { - "Name": "BindingCollection", - "Namespace": "System.Web.Services.Description" + "Name": "TreeScope", + "Namespace": "System.Windows.Automation" }, { - "Name": "ServiceCollection", - "Namespace": "System.Web.Services.Description" + "Name": "AsyncContentLoadedState", + "Namespace": "System.Windows.Automation" }, { - "Name": "MessagePartCollection", - "Namespace": "System.Web.Services.Description" + "Name": "ProxyAssemblyNotLoadedException", + "Namespace": "System.Windows.Automation" }, { - "Name": "OperationBindingCollection", - "Namespace": "System.Web.Services.Description" + "Name": "NoClickablePointException", + "Namespace": "System.Windows.Automation" }, { - "Name": "FaultBindingCollection", - "Namespace": "System.Web.Services.Description" + "Name": "ElementNotEnabledException", + "Namespace": "System.Windows.Automation" }, { - "Name": "OperationCollection", - "Namespace": "System.Web.Services.Description" + "Name": "ElementNotAvailableException", + "Namespace": "System.Windows.Automation" }, { - "Name": "OperationFaultCollection", - "Namespace": "System.Web.Services.Description" + "Name": "AsyncContentLoadedEventArgs", + "Namespace": "System.Windows.Automation" }, { - "Name": "ServiceDescriptionBaseCollection", - "Namespace": "System.Web.Services.Description" + "Name": "AutomationEventHandler", + "Namespace": "System.Windows.Automation" }, { - "Name": "ServiceDescriptionImportWarnings", - "Namespace": "System.Web.Services.Description" + "Name": "AutomationEventArgs", + "Namespace": "System.Windows.Automation" }, { - "Name": "ServiceDescriptionImportStyle", - "Namespace": "System.Web.Services.Description" + "Name": "AutomationPropertyChangedEventHandler", + "Namespace": "System.Windows.Automation" }, { - "Name": "ServiceDescriptionImporter", - "Namespace": "System.Web.Services.Description" + "Name": "AutomationPropertyChangedEventArgs", + "Namespace": "System.Windows.Automation" }, { - "Name": "ServiceDescriptionReflector", - "Namespace": "System.Web.Services.Description" + "Name": "StructureChangedEventHandler", + "Namespace": "System.Windows.Automation" }, { - "Name": "ServiceDescriptionCollection", - "Namespace": "System.Web.Services.Description" + "Name": "StructureChangeType", + "Namespace": "System.Windows.Automation" }, { - "Name": "Soap12Binding", - "Namespace": "System.Web.Services.Description" + "Name": "StructureChangedEventArgs", + "Namespace": "System.Windows.Automation" }, { - "Name": "Soap12OperationBinding", - "Namespace": "System.Web.Services.Description" + "Name": "WindowClosedEventArgs", + "Namespace": "System.Windows.Automation" }, { - "Name": "Soap12BodyBinding", - "Namespace": "System.Web.Services.Description" + "Name": "AnimationStyle", + "Namespace": "System.Windows.Automation.Text" }, { - "Name": "Soap12FaultBinding", - "Namespace": "System.Web.Services.Description" + "Name": "BulletStyle", + "Namespace": "System.Windows.Automation.Text" }, { - "Name": "Soap12HeaderBinding", - "Namespace": "System.Web.Services.Description" + "Name": "CapStyle", + "Namespace": "System.Windows.Automation.Text" }, { - "Name": "Soap12AddressBinding", - "Namespace": "System.Web.Services.Description" + "Name": "FlowDirections", + "Namespace": "System.Windows.Automation.Text" }, { - "Name": "SoapExtensionImporter", - "Namespace": "System.Web.Services.Description" + "Name": "HorizontalTextAlignment", + "Namespace": "System.Windows.Automation.Text" }, { - "Name": "SoapExtensionReflector", - "Namespace": "System.Web.Services.Description" + "Name": "OutlineStyles", + "Namespace": "System.Windows.Automation.Text" }, { - "Name": "SoapBinding", - "Namespace": "System.Web.Services.Description" + "Name": "TextPatternRangeEndpoint", + "Namespace": "System.Windows.Automation.Text" }, { - "Name": "SoapBindingStyle", - "Namespace": "System.Web.Services.Description" + "Name": "TextUnit", + "Namespace": "System.Windows.Automation.Text" }, { - "Name": "SoapOperationBinding", - "Namespace": "System.Web.Services.Description" + "Name": "TextDecorationLineStyle", + "Namespace": "System.Windows.Automation.Text" }, { - "Name": "SoapBodyBinding", - "Namespace": "System.Web.Services.Description" + "Name": "TocReturnDetail", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "SoapBindingUse", - "Namespace": "System.Web.Services.Description" + "Name": "SearchOptions", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "SoapFaultBinding", - "Namespace": "System.Web.Services.Description" + "Name": "FileIStream", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "SoapHeaderBinding", - "Namespace": "System.Web.Services.Description" + "Name": "HelpReader", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "SoapHeaderFaultBinding", - "Namespace": "System.Web.Services.Description" + "Name": "ICatalog", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "SoapAddressBinding", - "Namespace": "System.Web.Services.Description" + "Name": "Catalog", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "SoapProtocolImporter", - "Namespace": "System.Web.Services.Description" + "Name": "ICatalogRead", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "SoapTransportImporter", - "Namespace": "System.Web.Services.Description" + "Name": "CatalogRead", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "WebReference", - "Namespace": "System.Web.Services.Description" + "Name": "ICatalogReadWriteLock", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "WebReferenceCollection", - "Namespace": "System.Web.Services.Description" + "Name": "CatalogReadWriteLock", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "WebReferenceOptions", - "Namespace": "System.Web.Services.Description" + "Name": "IHelpFilter", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "WebServicesInteroperability", - "Namespace": "System.Web.Services.Description" + "Name": "HelpFilter", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "BasicProfileViolation", - "Namespace": "System.Web.Services.Description" + "Name": "IHelpKeyValuePair", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "BasicProfileViolationCollection", - "Namespace": "System.Web.Services.Description" + "Name": "HelpKeyValuePair", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "BasicProfileViolationEnumerator", - "Namespace": "System.Web.Services.Description" + "Name": "IKeyword", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "ContractReference", - "Namespace": "System.Web.Services.Discovery" + "Name": "Keyword", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "ContractSearchPattern", - "Namespace": "System.Web.Services.Discovery" + "Name": "IKeywordCollection", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "DiscoveryClientDocumentCollection", - "Namespace": "System.Web.Services.Discovery" + "Name": "KeywordCollection", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "DiscoveryClientProtocol", - "Namespace": "System.Web.Services.Discovery" + "Name": "ITopic", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "DiscoveryClientResultCollection", - "Namespace": "System.Web.Services.Discovery" + "Name": "Topic", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "DiscoveryClientResult", - "Namespace": "System.Web.Services.Discovery" + "Name": "ITopicCollection", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "DiscoveryClientReferenceCollection", - "Namespace": "System.Web.Services.Discovery" + "Name": "TopicCollection", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "DiscoveryDocument", - "Namespace": "System.Web.Services.Discovery" + "Name": "MemoryIStream", + "Namespace": "Windows.Help.Runtime" }, { - "Name": "DiscoveryDocumentLinksPattern", - "Namespace": "System.Web.Services.Discovery" + "Name": "IndexException", + "Namespace": "Windows.Help.Runtime.Index" }, { - "Name": "DiscoveryDocumentReference", - "Namespace": "System.Web.Services.Discovery" + "Name": "LCType", + "Namespace": "Windows.Help.Runtime.Index" }, { - "Name": "DiscoveryDocumentSearchPattern", - "Namespace": "System.Web.Services.Discovery" + "Name": "PresentationTraceLevel", + "Namespace": "System.Diagnostics" }, { - "Name": "DiscoveryExceptionDictionary", - "Namespace": "System.Web.Services.Discovery" + "Name": "PresentationTraceSources", + "Namespace": "System.Diagnostics" }, { - "Name": "DiscoveryReference", - "Namespace": "System.Web.Services.Discovery" + "Name": "CurrentChangedEventManager", + "Namespace": "System.ComponentModel" }, { - "Name": "DiscoveryReferenceCollection", - "Namespace": "System.Web.Services.Discovery" + "Name": "CurrentChangingEventArgs", + "Namespace": "System.ComponentModel" }, { - "Name": "DiscoveryRequestHandler", - "Namespace": "System.Web.Services.Discovery" + "Name": "CurrentChangingEventHandler", + "Namespace": "System.ComponentModel" }, { - "Name": "DiscoverySearchPattern", - "Namespace": "System.Web.Services.Discovery" + "Name": "CurrentChangingEventManager", + "Namespace": "System.ComponentModel" }, { - "Name": "DynamicDiscoveryDocument", - "Namespace": "System.Web.Services.Discovery" + "Name": "DependencyPropertyDescriptor", + "Namespace": "System.ComponentModel" }, { - "Name": "ExcludePathInfo", - "Namespace": "System.Web.Services.Discovery" + "Name": "ErrorsChangedEventManager", + "Namespace": "System.ComponentModel" }, { - "Name": "SchemaReference", - "Namespace": "System.Web.Services.Discovery" + "Name": "ICollectionView", + "Namespace": "System.ComponentModel" }, { - "Name": "SoapBinding", - "Namespace": "System.Web.Services.Discovery" + "Name": "ICollectionViewFactory", + "Namespace": "System.ComponentModel" }, { - "Name": "XmlSchemaSearchPattern", - "Namespace": "System.Web.Services.Discovery" + "Name": "ICollectionViewLiveShaping", + "Namespace": "System.ComponentModel" }, { - "Name": "AnyReturnReader", - "Namespace": "System.Web.Services.Protocols" + "Name": "NewItemPlaceholderPosition", + "Namespace": "System.ComponentModel" }, { - "Name": "WebClientProtocol", - "Namespace": "System.Web.Services.Protocols" + "Name": "IEditableCollectionView", + "Namespace": "System.ComponentModel" }, { - "Name": "WebClientAsyncResult", - "Namespace": "System.Web.Services.Protocols" + "Name": "IEditableCollectionViewAddNewItem", + "Namespace": "System.ComponentModel" }, { - "Name": "InvokeCompletedEventHandler", - "Namespace": "System.Web.Services.Protocols" + "Name": "IItemProperties", + "Namespace": "System.ComponentModel" }, { - "Name": "InvokeCompletedEventArgs", - "Namespace": "System.Web.Services.Protocols" + "Name": "ItemPropertyInfo", + "Namespace": "System.ComponentModel" }, { - "Name": "HttpWebClientProtocol", - "Namespace": "System.Web.Services.Protocols" + "Name": "GroupDescription", + "Namespace": "System.ComponentModel" }, { - "Name": "HtmlFormParameterReader", - "Namespace": "System.Web.Services.Protocols" + "Name": "PropertyChangedEventManager", + "Namespace": "System.ComponentModel" }, { - "Name": "HtmlFormParameterWriter", - "Namespace": "System.Web.Services.Protocols" + "Name": "PropertyFilterOptions", + "Namespace": "System.ComponentModel" }, { - "Name": "HttpSimpleClientProtocol", - "Namespace": "System.Web.Services.Protocols" + "Name": "PropertyFilterAttribute", + "Namespace": "System.ComponentModel" }, { - "Name": "HttpGetClientProtocol", - "Namespace": "System.Web.Services.Protocols" + "Name": "SortDescription", + "Namespace": "System.ComponentModel" }, { - "Name": "HttpMethodAttribute", - "Namespace": "System.Web.Services.Protocols" + "Name": "SortDescriptionCollection", + "Namespace": "System.ComponentModel" }, { - "Name": "HttpPostClientProtocol", - "Namespace": "System.Web.Services.Protocols" + "Name": "CollectionChangedEventManager", + "Namespace": "System.Collections.Specialized" }, { - "Name": "LogicalMethodTypes", - "Namespace": "System.Web.Services.Protocols" + "Name": "AttachedPropertyBrowsableAttribute", + "Namespace": "System.Windows" }, { - "Name": "LogicalMethodInfo", - "Namespace": "System.Web.Services.Protocols" + "Name": "AttachedPropertyBrowsableForTypeAttribute", + "Namespace": "System.Windows" }, { - "Name": "MatchAttribute", - "Namespace": "System.Web.Services.Protocols" + "Name": "AttachedPropertyBrowsableWhenAttributePresentAttribute", + "Namespace": "System.Windows" }, { - "Name": "MimeFormatter", - "Namespace": "System.Web.Services.Protocols" + "Name": "BaseCompatibilityPreferences", + "Namespace": "System.Windows" }, { - "Name": "MimeParameterReader", - "Namespace": "System.Web.Services.Protocols" + "Name": "CoerceValueCallback", + "Namespace": "System.Windows" }, { - "Name": "MimeParameterWriter", - "Namespace": "System.Web.Services.Protocols" + "Name": "DependencyObject", + "Namespace": "System.Windows" }, { - "Name": "MimeReturnReader", - "Namespace": "System.Web.Services.Protocols" + "Name": "DependencyObjectType", + "Namespace": "System.Windows" }, { - "Name": "NopReturnReader", - "Namespace": "System.Web.Services.Protocols" + "Name": "DependencyProperty", + "Namespace": "System.Windows" }, { - "Name": "PatternMatcher", - "Namespace": "System.Web.Services.Protocols" + "Name": "DependencyPropertyKey", + "Namespace": "System.Windows" }, { - "Name": "ServerProtocol", - "Namespace": "System.Web.Services.Protocols" + "Name": "DependencyPropertyChangedEventArgs", + "Namespace": "System.Windows" }, { - "Name": "ServerProtocolFactory", - "Namespace": "System.Web.Services.Protocols" + "Name": "DependencyPropertyChangedEventHandler", + "Namespace": "System.Windows" }, { - "Name": "ServerType", - "Namespace": "System.Web.Services.Protocols" + "Name": "NameScope", + "Namespace": "System.Windows" }, { - "Name": "SoapClientMessage", - "Namespace": "System.Web.Services.Protocols" + "Name": "Expression", + "Namespace": "System.Windows" }, { - "Name": "SoapHttpClientProtocol", - "Namespace": "System.Web.Services.Protocols" + "Name": "ExpressionConverter", + "Namespace": "System.Windows" }, { - "Name": "SoapDocumentMethodAttribute", - "Namespace": "System.Web.Services.Protocols" + "Name": "Freezable", + "Namespace": "System.Windows" }, { - "Name": "SoapDocumentServiceAttribute", - "Namespace": "System.Web.Services.Protocols" + "Name": "Int32Rect", + "Namespace": "System.Windows" }, { - "Name": "SoapException", - "Namespace": "System.Web.Services.Protocols" + "Name": "Int32RectConverter", + "Namespace": "System.Windows" }, { - "Name": "SoapExtension", - "Namespace": "System.Web.Services.Protocols" + "Name": "Point", + "Namespace": "System.Windows" }, { - "Name": "SoapExtensionAttribute", - "Namespace": "System.Web.Services.Protocols" + "Name": "PointConverter", + "Namespace": "System.Windows" }, { - "Name": "Soap12FaultCodes", - "Namespace": "System.Web.Services.Protocols" + "Name": "Rect", + "Namespace": "System.Windows" }, { - "Name": "SoapFaultSubCode", - "Namespace": "System.Web.Services.Protocols" + "Name": "RectConverter", + "Namespace": "System.Windows" }, { - "Name": "SoapHeader", - "Namespace": "System.Web.Services.Protocols" + "Name": "Size", + "Namespace": "System.Windows" }, { - "Name": "SoapHeaderMapping", - "Namespace": "System.Web.Services.Protocols" + "Name": "SizeConverter", + "Namespace": "System.Windows" }, { - "Name": "SoapHeaderHandling", - "Namespace": "System.Web.Services.Protocols" + "Name": "Vector", + "Namespace": "System.Windows" }, { - "Name": "SoapHeaderAttribute", - "Namespace": "System.Web.Services.Protocols" + "Name": "VectorConverter", + "Namespace": "System.Windows" }, { - "Name": "SoapHeaderDirection", - "Namespace": "System.Web.Services.Protocols" + "Name": "IWeakEventListener", + "Namespace": "System.Windows" }, { - "Name": "SoapHeaderException", - "Namespace": "System.Web.Services.Protocols" + "Name": "LocalValueEnumerator", + "Namespace": "System.Windows" }, { - "Name": "SoapHeaderCollection", - "Namespace": "System.Web.Services.Protocols" + "Name": "LocalValueEntry", + "Namespace": "System.Windows" }, { - "Name": "SoapMessage", - "Namespace": "System.Web.Services.Protocols" + "Name": "PropertyChangedCallback", + "Namespace": "System.Windows" }, { - "Name": "SoapMessageStage", - "Namespace": "System.Web.Services.Protocols" + "Name": "PropertyMetadata", + "Namespace": "System.Windows" }, { - "Name": "SoapParameterStyle", - "Namespace": "System.Web.Services.Protocols" + "Name": "SplashScreen", + "Namespace": "System.Windows" }, { - "Name": "SoapProtocolVersion", - "Namespace": "System.Web.Services.Protocols" + "Name": "ValidateValueCallback", + "Namespace": "System.Windows" }, { - "Name": "SoapRpcMethodAttribute", - "Namespace": "System.Web.Services.Protocols" + "Name": "WeakEventManager", + "Namespace": "System.Windows" }, { - "Name": "SoapRpcServiceAttribute", - "Namespace": "System.Web.Services.Protocols" + "Name": "WeakEventManager`2", + "Namespace": "System.Windows" }, { - "Name": "SoapServerMessage", - "Namespace": "System.Web.Services.Protocols" + "Name": "MSG", + "Namespace": "System.Windows.Interop" }, { - "Name": "SoapServerType", - "Namespace": "System.Web.Services.Protocols" + "Name": "ThreadMessageEventHandler", + "Namespace": "System.Windows.Interop" }, { - "Name": "SoapServerProtocolFactory", - "Namespace": "System.Web.Services.Protocols" + "Name": "ComponentDispatcher", + "Namespace": "System.Windows.Interop" }, { - "Name": "SoapServerProtocol", - "Namespace": "System.Web.Services.Protocols" + "Name": "IKeyboardInputSink", + "Namespace": "System.Windows.Interop" }, { - "Name": "SoapServiceRoutingStyle", - "Namespace": "System.Web.Services.Protocols" + "Name": "IKeyboardInputSite", + "Namespace": "System.Windows.Interop" }, { - "Name": "SoapUnknownHeader", - "Namespace": "System.Web.Services.Protocols" + "Name": "DispatcherPriority", + "Namespace": "System.Windows.Threading" }, { - "Name": "TextReturnReader", - "Namespace": "System.Web.Services.Protocols" + "Name": "Dispatcher", + "Namespace": "System.Windows.Threading" }, { - "Name": "UrlEncodedParameterWriter", - "Namespace": "System.Web.Services.Protocols" + "Name": "DispatcherPriorityAwaitable", + "Namespace": "System.Windows.Threading" }, { - "Name": "UrlParameterReader", - "Namespace": "System.Web.Services.Protocols" + "Name": "DispatcherPriorityAwaiter", + "Namespace": "System.Windows.Threading" }, { - "Name": "UrlParameterWriter", - "Namespace": "System.Web.Services.Protocols" + "Name": "DispatcherSynchronizationContext", + "Namespace": "System.Windows.Threading" }, { - "Name": "ValueCollectionParameterReader", - "Namespace": "System.Web.Services.Protocols" + "Name": "DispatcherHookEventArgs", + "Namespace": "System.Windows.Threading" }, { - "Name": "WebServiceHandlerFactory", - "Namespace": "System.Web.Services.Protocols" + "Name": "DispatcherHookEventHandler", + "Namespace": "System.Windows.Threading" }, { - "Name": "XmlReturnReader", - "Namespace": "System.Web.Services.Protocols" + "Name": "DispatcherHooks", + "Namespace": "System.Windows.Threading" }, { - "Name": "SoapServerMethod", - "Namespace": "System.Web.Services.Protocols" + "Name": "DispatcherProcessingDisabled", + "Namespace": "System.Windows.Threading" }, { - "Name": "ActivatingKeyTipEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "DispatcherObject", + "Namespace": "System.Windows.Threading" }, { - "Name": "ActivatingKeyTipEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "DispatcherFrame", + "Namespace": "System.Windows.Threading" }, { - "Name": "KeyTipAccessedEventArgs", - "Namespace": "System.Windows.Controls" + "Name": "DispatcherOperation", + "Namespace": "System.Windows.Threading" }, { - "Name": "KeyTipAccessedEventHandler", - "Namespace": "System.Windows.Controls" + "Name": "DispatcherOperation`1", + "Namespace": "System.Windows.Threading" }, { - "Name": "KeyTipControl", - "Namespace": "System.Windows.Controls" + "Name": "DispatcherOperationCallback", + "Namespace": "System.Windows.Threading" }, { - "Name": "KeyTipHorizontalPlacement", - "Namespace": "System.Windows.Controls" + "Name": "DispatcherOperationStatus", + "Namespace": "System.Windows.Threading" }, { - "Name": "KeyTipService", - "Namespace": "System.Windows.Controls" + "Name": "DispatcherEventArgs", + "Namespace": "System.Windows.Threading" }, { - "Name": "KeyTipVerticalPlacement", - "Namespace": "System.Windows.Controls" + "Name": "DispatcherUnhandledExceptionEventArgs", + "Namespace": "System.Windows.Threading" }, { - "Name": "Ribbon", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "DispatcherUnhandledExceptionEventHandler", + "Namespace": "System.Windows.Threading" }, { - "Name": "RibbonApplicationMenu", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "DispatcherUnhandledExceptionFilterEventArgs", + "Namespace": "System.Windows.Threading" }, { - "Name": "RibbonApplicationMenuItem", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "DispatcherUnhandledExceptionFilterEventHandler", + "Namespace": "System.Windows.Threading" }, { - "Name": "RibbonApplicationMenuItemLevel", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "DispatcherTimer", + "Namespace": "System.Windows.Threading" }, { - "Name": "RibbonApplicationSplitMenuItem", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "DataSourceProvider", + "Namespace": "System.Windows.Data" }, { - "Name": "RibbonButton", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "DisableDpiAwarenessAttribute", + "Namespace": "System.Windows.Media" }, { - "Name": "RibbonCheckBox", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "Matrix", + "Namespace": "System.Windows.Media" }, { - "Name": "RibbonComboBox", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "MatrixConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "RibbonCommands", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "MatrixValueSerializer", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "RibbonContextMenu", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "Key", + "Namespace": "System.Windows.Input" }, { - "Name": "RibbonContextualTabGroup", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "KeyConverter", + "Namespace": "System.Windows.Input" }, { - "Name": "RibbonContextualTabGroupItemsControl", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "KeyInterop", + "Namespace": "System.Windows.Input" }, { - "Name": "RibbonControl", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "KeyValueSerializer", + "Namespace": "System.Windows.Input" }, { - "Name": "RibbonContentPresenter", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "ModifierKeys", + "Namespace": "System.Windows.Input" }, { - "Name": "RibbonControlGroup", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "ModifierKeysConverter", + "Namespace": "System.Windows.Input" }, { - "Name": "RibbonControlLength", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "ModifierKeysValueSerializer", + "Namespace": "System.Windows.Input" }, { - "Name": "RibbonControlLengthConverter", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "TraversalRequest", + "Namespace": "System.Windows.Input" }, { - "Name": "RibbonControlLengthUnitType", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "FocusNavigationDirection", + "Namespace": "System.Windows.Input" }, { - "Name": "RibbonControlService", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "Int32RectValueSerializer", + "Namespace": "System.Windows.Converters" }, { - "Name": "RibbonControlSizeDefinition", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "PointValueSerializer", + "Namespace": "System.Windows.Converters" }, { - "Name": "RibbonControlSizeDefinitionCollection", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "RectValueSerializer", + "Namespace": "System.Windows.Converters" }, { - "Name": "RibbonDismissPopupEventArgs", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "SizeValueSerializer", + "Namespace": "System.Windows.Converters" }, { - "Name": "RibbonDismissPopupEventHandler", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "VectorValueSerializer", + "Namespace": "System.Windows.Converters" }, { - "Name": "RibbonDismissPopupMode", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "DesignerSerializationOptions", + "Namespace": "System.Windows.Markup" }, { - "Name": "RibbonFilterMenuButton", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "DesignerSerializationOptionsAttribute", + "Namespace": "System.Windows.Markup" }, { - "Name": "RibbonGallery", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "InternalTypeHelper", + "Namespace": "System.Windows.Markup" }, { - "Name": "RibbonGalleryCategory", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "IReceiveMarkupExtension", + "Namespace": "System.Windows.Markup" }, { - "Name": "RibbonGalleryItem", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "ServiceProviders", + "Namespace": "System.Windows.Markup" }, { - "Name": "RibbonGroup", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "MarkupObject", + "Namespace": "System.Windows.Markup.Primitives" }, { - "Name": "RibbonGroupSizeDefinition", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "MarkupProperty", + "Namespace": "System.Windows.Markup.Primitives" }, { - "Name": "RibbonGroupSizeDefinitionBase", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "FileFormatException", + "Namespace": "System.IO" }, { - "Name": "RibbonGroupSizeDefinitionBaseCollection", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "StorageInfo", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonGroupTemplateSizeDefinition", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "StreamInfo", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonImageSize", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "EncryptedPackageEnvelope", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonMenuButton", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "Package", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonMenuItem", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "PackagePart", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonQuickAccessToolBar", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "PackageProperties", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonQuickAccessToolBarCloneEventArgs", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "PackagePartCollection", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonQuickAccessToolBarCloneEventHandler", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "TargetMode", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonRadioButton", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "PackageRelationship", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonSeparator", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "PackageRelationshipCollection", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonSplitButton", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "PackUriHelper", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonSplitButtonLabelPosition", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "RightsManagementInformation", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonSplitMenuItem", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "ZipPackage", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonTab", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "ZipPackagePart", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonTabHeader", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "CompressionOption", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonTabHeaderItemsControl", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "EncryptionOption", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonTextBox", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "PackageRelationshipSelector", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonToggleButton", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "PackageRelationshipSelectorType", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonToolTip", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "VerifyResult", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonTwoLineText", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "PackageDigitalSignature", + "Namespace": "System.IO.Packaging" }, { - "Name": "RibbonWindow", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "CertificateEmbeddingOption", + "Namespace": "System.IO.Packaging" }, { - "Name": "StringCollectionConverter", - "Namespace": "System.Windows.Controls.Ribbon" + "Name": "InvalidSignatureEventHandler", + "Namespace": "System.IO.Packaging" }, { - "Name": "IProvideStarLayoutInfo", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "SignatureVerificationEventArgs", + "Namespace": "System.IO.Packaging" }, { - "Name": "IProvideStarLayoutInfoBase", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "PackageDigitalSignatureManager", + "Namespace": "System.IO.Packaging" }, { - "Name": "ISupportStarLayout", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "ContentGrant", + "Namespace": "System.Security.RightsManagement" }, { - "Name": "RibbonContextualTabGroupsPanel", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "SecureEnvironment", + "Namespace": "System.Security.RightsManagement" }, { - "Name": "RibbonGalleryCategoriesPanel", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "CryptoProvider", + "Namespace": "System.Security.RightsManagement" }, { - "Name": "RibbonGalleryItemsPanel", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "UnsignedPublishLicense", + "Namespace": "System.Security.RightsManagement" }, { - "Name": "RibbonGroupItemsPanel", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "PublishLicense", + "Namespace": "System.Security.RightsManagement" }, { - "Name": "RibbonGroupsPanel", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "UseLicense", + "Namespace": "System.Security.RightsManagement" }, { - "Name": "RibbonMenuItemsPanel", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "ContentUser", + "Namespace": "System.Security.RightsManagement" }, { - "Name": "RibbonQuickAccessToolBarOverflowPanel", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "UserActivationMode", + "Namespace": "System.Security.RightsManagement" }, { - "Name": "RibbonQuickAccessToolBarPanel", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "ContentRight", + "Namespace": "System.Security.RightsManagement" }, { - "Name": "RibbonScrollButtonVisibilityConverter", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "AuthenticationType", + "Namespace": "System.Security.RightsManagement" }, { - "Name": "RibbonTabHeadersPanel", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "RightsManagementException", + "Namespace": "System.Security.RightsManagement" }, { - "Name": "RibbonTabsPanel", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "RightsManagementFailureCode", + "Namespace": "System.Security.RightsManagement" }, { - "Name": "RibbonTitlePanel", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "LocalizedNameDescriptionPair", + "Namespace": "System.Security.RightsManagement" }, { - "Name": "RibbonWindowSmallIconConverter", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "WebBrowserPermissionLevel", + "Namespace": "System.Security.Permissions" }, { - "Name": "StarLayoutInfo", - "Namespace": "System.Windows.Controls.Ribbon.Primitives" + "Name": "WebBrowserPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "RibbonApplicationMenuAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "WebBrowserPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "RibbonButtonAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "MediaPermissionAudio", + "Namespace": "System.Security.Permissions" }, { - "Name": "RibbonCheckBoxAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "MediaPermissionVideo", + "Namespace": "System.Security.Permissions" }, { - "Name": "RibbonControlAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "MediaPermissionImage", + "Namespace": "System.Security.Permissions" }, { - "Name": "RibbonControlDataAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "MediaPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "RibbonControlGroupAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "MediaPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "RibbonRadioButtonAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ChildChangedEventArgs", + "Namespace": "System.Windows.Forms.Integration" }, { - "Name": "RibbonTextBoxAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ElementHost", + "Namespace": "System.Windows.Forms.Integration" }, { - "Name": "RibbonToggleButtonAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IntegrationExceptionEventArgs", + "Namespace": "System.Windows.Forms.Integration" }, { - "Name": "RibbonToolTipAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "LayoutExceptionEventArgs", + "Namespace": "System.Windows.Forms.Integration" }, { - "Name": "RibbonAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "PropertyTranslator", + "Namespace": "System.Windows.Forms.Integration" }, { - "Name": "RibbonComboBoxAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "PropertyMap", + "Namespace": "System.Windows.Forms.Integration" }, { - "Name": "RibbonContextMenuAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "PropertyMappingExceptionEventArgs", + "Namespace": "System.Windows.Forms.Integration" }, { - "Name": "RibbonContextualTabGroupAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "WindowsFormsHost", + "Namespace": "System.Windows.Forms.Integration" }, { - "Name": "RibbonContextualTabGroupDataAutomationPeer", + "Name": "WindowsFormsHostAutomationPeer", "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "RibbonContextualTabGroupItemsControlAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "BlbCmdletBase", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonGalleryAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "GetWBDisk", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonGalleryCategoryAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "GetWBVolume", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonGalleryCategoryDataAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "AddWBVolume", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonGalleryItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "RemoveWBVolume", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonGalleryItemDataAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "NewWBPolicy", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonGroupAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "GetWBPolicy", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonGroupDataAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "SetWBPolicy", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonGroupHeaderAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "RemoveWBPolicy", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonMenuButtonAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "GetWBSummary", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonMenuItemDataAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "NewWBBackupTarget", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonMenuItemAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "GetWBBackupTarget", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonQuickAccessToolBarAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "AddWBBackupTarget", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonSeparatorAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "RemoveWBBackupTarget", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonSplitButtonAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "GetWBSchedule", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonTabAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "SetWBSchedule", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonTabDataAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "GetWBBackupSet", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonTabHeaderAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "RemoveWBBackupSet", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonTabHeaderDataAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "StartWBBackup", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonTabHeaderItemsControlAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "ResumeWBBackup", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonTitleAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "GetWBJob", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "RibbonTwoLineTextAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "StopWBJob", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "IPreviewCommand", - "Namespace": "Microsoft.Windows.Input" + "Name": "NewWBFileSpec", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "IPreviewCommandSource", - "Namespace": "Microsoft.Windows.Input" + "Name": "AddWBFileSpec", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "ResXDataNode", - "Namespace": "System.Resources" + "Name": "RemoveWBFileSpec", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "ResXFileRef", - "Namespace": "System.Resources" + "Name": "GetWBFileSpec", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "ResXResourceReader", - "Namespace": "System.Resources" + "Name": "AddWBSystemState", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "ResXResourceSet", - "Namespace": "System.Resources" + "Name": "GetWBSystemState", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "ResXResourceWriter", - "Namespace": "System.Resources" + "Name": "RemoveWBSystemState", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AccessibleEvents", - "Namespace": "System.Windows.Forms" + "Name": "AddWBBareMetalRecovery", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AccessibleNavigation", - "Namespace": "System.Windows.Forms" + "Name": "GetWBBareMetalRecovery", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AccessibleObject", - "Namespace": "System.Windows.Forms" + "Name": "RemoveWBBareMetalRecovery", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AccessibleRole", - "Namespace": "System.Windows.Forms" + "Name": "SetWBVssBackupOption", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AccessibleSelection", - "Namespace": "System.Windows.Forms" + "Name": "GetWBVssBackupOption", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AccessibleStates", - "Namespace": "System.Windows.Forms" + "Name": "GetWBVirtualMachine", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AmbientProperties", - "Namespace": "System.Windows.Forms" + "Name": "AddWBVirtualMachine", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AnchorStyles", - "Namespace": "System.Windows.Forms" + "Name": "RemoveWBVirtualMachine", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "Appearance", - "Namespace": "System.Windows.Forms" + "Name": "StartWBVolumeRecovery", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "Application", - "Namespace": "System.Windows.Forms" + "Name": "ResumeWBVolumeRecovery", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "ApplicationContext", - "Namespace": "System.Windows.Forms" + "Name": "StartWBApplicationRecovery", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "ArrowDirection", - "Namespace": "System.Windows.Forms" + "Name": "StartWBHyperVRecovery", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "ArrangeDirection", - "Namespace": "System.Windows.Forms" + "Name": "WBFileRecoveryOptions", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "ArrangeStartingPosition", - "Namespace": "System.Windows.Forms" + "Name": "StartWBFileRecovery", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AutoCompleteMode", - "Namespace": "System.Windows.Forms" + "Name": "StartWBSystemStateRecovery", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AutoCompleteSource", - "Namespace": "System.Windows.Forms" + "Name": "GetWBBackupVolumeBrowsePath", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AutoCompleteStringCollection", - "Namespace": "System.Windows.Forms" + "Name": "WBPerformanceConfiguration", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AutoValidate", - "Namespace": "System.Windows.Forms" + "Name": "GetWBPerformanceConfiguration", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AutoScaleMode", - "Namespace": "System.Windows.Forms" + "Name": "SetWBPerformanceConfiguration", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AutoSizeMode", - "Namespace": "System.Windows.Forms" + "Name": "RemoveWBCatalog", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "AxHost", - "Namespace": "System.Windows.Forms" + "Name": "RestoreWBCatalog", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BaseCollection", - "Namespace": "System.Windows.Forms" + "Name": "TargetType", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "Binding", - "Namespace": "System.Windows.Forms" + "Name": "WBBackupTarget", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BindingCompleteContext", - "Namespace": "System.Windows.Forms" + "Name": "DiskProperties", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BindingCompleteEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "WBDisk", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BindingCompleteEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "VolumeProperties", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BindingCompleteState", - "Namespace": "System.Windows.Forms" + "Name": "WBVolume", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BindingContext", - "Namespace": "System.Windows.Forms" + "Name": "VssBackupOptions", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BindingManagerBase", - "Namespace": "System.Windows.Forms" + "Name": "WBPolicy", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BindingManagerDataErrorEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "CurrentOperation", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BindingManagerDataErrorEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "WBSummary", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BindingMemberInfo", - "Namespace": "System.Windows.Forms" + "Name": "WBApplication", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BindingNavigator", - "Namespace": "System.Windows.Forms" + "Name": "WBHyperVApplication", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BindingsCollection", - "Namespace": "System.Windows.Forms" + "Name": "WBApplicationComponent", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BindingSource", - "Namespace": "System.Windows.Forms" + "Name": "RecoverableItems", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BootMode", - "Namespace": "System.Windows.Forms" + "Name": "WBBackupSet", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "Border3DSide", - "Namespace": "System.Windows.Forms" + "Name": "WBItemType", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "Border3DStyle", - "Namespace": "System.Windows.Forms" + "Name": "WBItemState", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BorderStyle", - "Namespace": "System.Windows.Forms" + "Name": "WBItem", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "BoundsSpecified", - "Namespace": "System.Windows.Forms" + "Name": "WBJobState", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "Button", - "Namespace": "System.Windows.Forms" + "Name": "WBJobType", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "ButtonBase", - "Namespace": "System.Windows.Forms" + "Name": "WBJob", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "ButtonBorderStyle", - "Namespace": "System.Windows.Forms" + "Name": "WBFileSpec", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "ButtonRenderer", - "Namespace": "System.Windows.Forms" + "Name": "WBVirtualMachine", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "ButtonState", - "Namespace": "System.Windows.Forms" + "Name": "TraceProvider", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "CacheVirtualItemsEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "TraceFlag", + "Namespace": "Microsoft.Windows.ServerBackup.Commands" }, { - "Name": "CacheVirtualItemsEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "DashBoardControl", + "Namespace": "Microsoft.SnapIns.Backup.UI.ParentSnapIn" }, { - "Name": "CaptionButton", - "Namespace": "System.Windows.Forms" + "Name": "WindowsBackupParentNode", + "Namespace": "Microsoft.SnapIns.Backup.UI.ParentSnapIn" }, { - "Name": "CharacterCasing", - "Namespace": "System.Windows.Forms" + "Name": "InstallUtilSupport", + "Namespace": "Microsoft.SnapIns.Backup.UI.ParentSnapIn" }, { - "Name": "CheckBox", - "Namespace": "System.Windows.Forms" + "Name": "WindowsBackupParentSnapIn", + "Namespace": "Microsoft.SnapIns.Backup.UI.ParentSnapIn" }, { - "Name": "CheckBoxRenderer", - "Namespace": "System.Windows.Forms" + "Name": "WindowsBackupParentExtension", + "Namespace": "Microsoft.SnapIns.Backup.UI.ParentSnapIn" }, { - "Name": "CheckedListBox", - "Namespace": "System.Windows.Forms" + "Name": "MyTraceProvider", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "CheckState", - "Namespace": "System.Windows.Forms" + "Name": "TraceComponent", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "Clipboard", - "Namespace": "System.Windows.Forms" + "Name": "TraceFlag", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "CloseReason", - "Namespace": "System.Windows.Forms" + "Name": "GradientLabel", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "ColorDepth", - "Namespace": "System.Windows.Forms" + "Name": "AccessibilityChangeCategory", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "ColorDialog", - "Namespace": "System.Windows.Forms" + "Name": "AccessibilityChangedEventArgs", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "ColumnClickEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "AccessibilityProperties", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "ColumnClickEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "UtilFunctions", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "ColumnHeader", - "Namespace": "System.Windows.Forms" + "Name": "ComputerChooser", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "ColumnHeaderAutoResizeStyle", - "Namespace": "System.Windows.Forms" + "Name": "UITrace", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "ColumnHeaderConverter", - "Namespace": "System.Windows.Forms" + "Name": "SizeFormat", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "ColumnReorderedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "MarqueeProgressBar", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "ColumnReorderedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ProgressCancelRequestHandler", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "ColumnHeaderStyle", - "Namespace": "System.Windows.Forms" + "Name": "ProgressDialog", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "ColumnWidthChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "CommonResources", + "Namespace": "Microsoft.SnapIns.Backup.UI.CommonCode" }, { - "Name": "ColumnWidthChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "PSDefinitions", + "Namespace": "Microsoft.WindowsServerSolutions.Setup.Commands" }, { - "Name": "ColumnWidthChangingEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "InstallMode", + "Namespace": "Microsoft.WindowsServerSolutions.Setup.ICCommon" }, { - "Name": "ColumnWidthChangingEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "PrecheckInfo", + "Namespace": "Microsoft.WindowsServerSolutions.Setup.ICCommon" }, { - "Name": "ComboBox", - "Namespace": "System.Windows.Forms" + "Name": "StatusValues", + "Namespace": "Microsoft.WindowsServerSolutions.Setup.ICCommon" }, { - "Name": "ComboBoxRenderer", - "Namespace": "System.Windows.Forms" + "Name": "StatusInfo", + "Namespace": "Microsoft.WindowsServerSolutions.Setup.ICCommon" }, { - "Name": "ComboBoxStyle", - "Namespace": "System.Windows.Forms" + "Name": "ProgressActivity", + "Namespace": "Microsoft.WindowsServerSolutions.Setup.ICCommon" }, { - "Name": "CommonDialog", - "Namespace": "System.Windows.Forms" + "Name": "ErrorInfo", + "Namespace": "Microsoft.WindowsServerSolutions.Setup.ICCommon" }, { - "Name": "ContainerControl", - "Namespace": "System.Windows.Forms" + "Name": "ErrorCodes", + "Namespace": "Microsoft.WindowsServerSolutions.Setup.ICCommon" }, { - "Name": "ContextMenu", - "Namespace": "System.Windows.Forms" + "Name": "ICResources", + "Namespace": "Microsoft.WindowsServerSolutions.Setup.ICCommon" }, { - "Name": "ContextMenuStrip", - "Namespace": "System.Windows.Forms" + "Name": "InvalidPasswordReason", + "Namespace": "Microsoft.WindowsServerSolutions.Setup.ICCommon" }, { - "Name": "Control", - "Namespace": "System.Windows.Forms" + "Name": "PasswordValidation", + "Namespace": "Microsoft.WindowsServerSolutions.Setup.ICCommon" }, { - "Name": "ImeContext", - "Namespace": "System.Windows.Forms" + "Name": "DomainFetchingResult", + "Namespace": "Microsoft.WindowsServerSolutions.Setup.ICCommon" }, { - "Name": "ImeModeConversion", - "Namespace": "System.Windows.Forms" + "Name": "ICCommonHelper", + "Namespace": "Microsoft.WindowsServerSolutions.Setup.ICCommon" }, { - "Name": "ControlBindingsCollection", - "Namespace": "System.Windows.Forms" + "Name": "AttributeData", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "ControlEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "AttributeParameterData", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "ControlEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "BuildExtensionContext", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "ControlPaint", - "Namespace": "System.Windows.Forms" + "Name": "ClassData", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "ControlStyles", - "Namespace": "System.Windows.Forms" + "Name": "CompilationPass2Task", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "ControlUpdateMode", - "Namespace": "System.Windows.Forms" + "Name": "GenerateTemporaryAssemblyTask", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "ConvertEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "IXamlBuildTypeGenerationExtension", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "ConvertEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "IXamlBuildTypeInspectionExtension", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "CreateParams", - "Namespace": "System.Windows.Forms" + "Name": "MemberVisibility", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "CurrencyManager", - "Namespace": "System.Windows.Forms" + "Name": "NamedObject", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "Cursor", - "Namespace": "System.Windows.Forms" + "Name": "PartialClassGenerationTask", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "CursorConverter", - "Namespace": "System.Windows.Forms" + "Name": "PropertyData", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "Cursors", - "Namespace": "System.Windows.Forms" + "Name": "XamlBuildTypeGenerationExtensionContext", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "DataFormats", - "Namespace": "System.Windows.Forms" + "Name": "XamlBuildTypeInspectionExtensionContext", + "Namespace": "Microsoft.Build.Tasks.Xaml" }, { - "Name": "DataGrid", - "Namespace": "System.Windows.Forms" + "Name": "XsdTypeImporterTask", + "Namespace": "Microsoft.Build.Tasks.Xsd" }, { - "Name": "DataGridBoolColumn", - "Namespace": "System.Windows.Forms" + "Name": "IAuditPolicyGPHandler", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "DataGridCell", - "Namespace": "System.Windows.Forms" + "Name": "AuditPolicyGPHandler", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "IDataGridColumnStyleEditingNotificationService", - "Namespace": "System.Windows.Forms" + "Name": "AuditPolicyGPHandlerClass", + "Namespace": "Microsoft.AuditPolicy.SnapIn" }, { - "Name": "DataGridColumnStyle", - "Namespace": "System.Windows.Forms" + "Name": "ManagedHelper", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "GridColumnStylesCollection", - "Namespace": "System.Windows.Forms" + "Name": "HResultHelper", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridPreferredColumnWidthTypeConverter", - "Namespace": "System.Windows.Forms" + "Name": "ErrorInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridLineStyle", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupException", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridParentRowsLabelStyle", - "Namespace": "System.Windows.Forms" + "Name": "FileSystemStringConverter", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridTableStyle", - "Namespace": "System.Windows.Forms" + "Name": "BackupBmrStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "GridTableStylesCollection", - "Namespace": "System.Windows.Forms" + "Name": "PerformanceSettings", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "GridTablesFactory", - "Namespace": "System.Windows.Forms" + "Name": "FileSpecInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridTextBox", - "Namespace": "System.Windows.Forms" + "Name": "VolumeInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridTextBoxColumn", - "Namespace": "System.Windows.Forms" + "Name": "TargetInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridView", - "Namespace": "System.Windows.Forms" + "Name": "DiskInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewAdvancedBorderStyle", - "Namespace": "System.Windows.Forms" + "Name": "Component", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewAdvancedCellBorderStyle", - "Namespace": "System.Windows.Forms" + "Name": "ApplicationRegistrationInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewAutoSizeColumnModeEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ComponentInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewAutoSizeColumnsModeEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ComponentDependencyInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewColumnHeadersHeightSizeMode", - "Namespace": "System.Windows.Forms" + "Name": "TemplateInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewRowHeadersWidthSizeMode", - "Namespace": "System.Windows.Forms" + "Name": "VolumeVHDInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewAutoSizeColumnsMode", - "Namespace": "System.Windows.Forms" + "Name": "BackupSetSSRInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewAutoSizeColumnMode", - "Namespace": "System.Windows.Forms" + "Name": "BackupSetInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewAutoSizeRowsMode", - "Namespace": "System.Windows.Forms" + "Name": "VolumeBackupStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewAutoSizeRowMode", - "Namespace": "System.Windows.Forms" + "Name": "ComponentStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewAutoSizeModeEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "BackupSystemStateComponentStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewBand", - "Namespace": "System.Windows.Forms" + "Name": "BackupSystemStateApplicationStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewBindingCompleteEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ApplicationBackupStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewButtonCell", - "Namespace": "System.Windows.Forms" + "Name": "BackupSystemStateBackupStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewButtonColumn", - "Namespace": "System.Windows.Forms" + "Name": "BackupStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCell", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupRestoreFileStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellBorderStyle", - "Namespace": "System.Windows.Forms" + "Name": "RestoreFilesStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellCancelEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ComponentRestoreStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellCollection", - "Namespace": "System.Windows.Forms" + "Name": "RestoreComponentsStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellContextMenuStripNeededEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "VolumeRestoreStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellErrorTextNeededEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "RestoreStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "SystemStateRestoreApplicationStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellFormattingEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "SystemStateRestoreStatus", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellMouseEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "PolicySettingsInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellPaintingEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "TimeZoneMarker", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellParsingEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "TimeZoneInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellStateChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "CustomCriticalHandle", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellStyle", - "Namespace": "System.Windows.Forms" + "Name": "BackupAsync", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellStyleContentChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "RestoreFilesAsync", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellStyleConverter", - "Namespace": "System.Windows.Forms" + "Name": "RestoreComponentAsync", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellStyleScopes", - "Namespace": "System.Windows.Forms" + "Name": "RestoreSystemStateAsync", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellToolTipTextNeededEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "RestoreAsync", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellValidatingEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ManagedProxy", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellValueEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupErrorCodes", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCheckBoxCell", - "Namespace": "System.Windows.Forms" + "Name": "OtherServicesErrorCodes", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCheckBoxColumn", - "Namespace": "System.Windows.Forms" + "Name": "SystemErrorCodes", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewClipboardCopyMode", - "Namespace": "System.Windows.Forms" + "Name": "BadCredentialErrorCodes", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewColumn", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupMediaType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewColumnCollection", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupScheduledTargetType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewColumnDesignTimeVisibleAttribute", - "Namespace": "System.Windows.Forms" + "Name": "QueryMediaType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewColumnDividerDoubleClickEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupState", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewColumnEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupVolumeBackupState", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewColumnHeaderCell", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupClientLaunchType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewColumnSortMode", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupRestoreFilesState", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewColumnStateChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "RestoreComponentState", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewComboBoxCell", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupRestoreState", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewComboBoxColumn", - "Namespace": "System.Windows.Forms" + "Name": "OverwriteOption", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewComboBoxDisplayStyle", - "Namespace": "System.Windows.Forms" + "Name": "FileSystemType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewComboBoxEditingControl", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupOperationType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewContentAlignment", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupPerformanceSettingType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewDataErrorContexts", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupVolumeOperationType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewDataErrorEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupSystemStateBackupState", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "IDataGridViewEditingCell", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupSystemStateRecoveryState", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "IDataGridViewEditingControl", - "Namespace": "System.Windows.Forms" + "Name": "BackupFlag", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewEditingControlShowingEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "BackupSetType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewEditMode", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupShinyMediaDeviceType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewElement", - "Namespace": "System.Windows.Forms" + "Name": "RestoreWarnings", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewElementStates", - "Namespace": "System.Windows.Forms" + "Name": "BmrBackupState", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewAutoSizeColumnModeEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ComponentBackupState", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewAutoSizeColumnsModeEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ComponentFullBackupReason", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewAutoSizeModeEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ApplicationBackupState", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewBindingCompleteEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ProductType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellCancelEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "LoggerType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellContextMenuStripNeededEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "FileType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellErrorTextNeededEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupEvent", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "BackupStartEvent", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellFormattingEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "BackupStopEvent", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellMouseEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "BackupFailedEngineCouldNotBeContactedEvent", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellPaintingEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "BackupFailedScheduleSettingsNotFoundEvent", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellParsingEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "BackupFailedDidNotStartEvent", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellStateChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "EventSubscribeCallback", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellStyleContentChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "EventManager", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellToolTipTextNeededEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "FileRestoreStopEvent", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellValidatingEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "VolumeRestoreStopEvent", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewCellValueEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ComponentRestoreInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewColumnDividerDoubleClickEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ApplicationRestoreStopEvent", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewColumnEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SystemStateRestoreStopEventWriterInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewColumnStateChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SystemStateRestoreStopEvent", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewEditingControlShowingEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "OnlineBackupStatusEventEntry", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewDataErrorEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "OnlineBackupStatusEventValueTypePair", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewRowCancelEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "OnlineBackupStatusEvent", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewRowContextMenuStripNeededEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "OnlineBackupRegistrationChangeEvent", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewRowDividerDoubleClickEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "EventSubscribeNotifyAction", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewRowEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "OnlineBackupStatusEntryPairType", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewRowErrorTextNeededEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "BlockLevelBackupFileSystemInfo", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewRowHeightInfoNeededEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "RemoteComputerChooser", + "Namespace": "Microsoft.SnapIns.Backup.UI.Proxy" }, { - "Name": "DataGridViewRowHeightInfoPushedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ExpandoToDispatchExMarshaler", + "Namespace": "System.Runtime.InteropServices.CustomMarshalers" }, { - "Name": "DataGridViewRowPostPaintEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "EnumeratorToEnumVariantMarshaler", + "Namespace": "System.Runtime.InteropServices.CustomMarshalers" }, { - "Name": "DataGridViewRowPrePaintEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "TypeToTypeInfoMarshaler", + "Namespace": "System.Runtime.InteropServices.CustomMarshalers" }, { - "Name": "DataGridViewRowsAddedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "EnumerableToDispatchMarshaler", + "Namespace": "System.Runtime.InteropServices.CustomMarshalers" }, { - "Name": "DataGridViewRowsRemovedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "TimeOfDayUI", + "Namespace": "IASUIHelper" }, { - "Name": "DataGridViewRowStateChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "DBConfigUI", + "Namespace": "IASUIHelper" }, { - "Name": "DataGridViewSortCompareEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "IPFilterUI", + "Namespace": "IASUIHelper" }, { - "Name": "DataGridViewHeaderBorderStyle", - "Namespace": "System.Windows.Forms" + "Name": "EapMethodInfo", + "Namespace": "IASUIHelper" }, { - "Name": "DataGridViewHeaderCell", - "Namespace": "System.Windows.Forms" + "Name": "ExtensibleAuthenticationProtocolMethod", + "Namespace": "IASUIHelper" }, { - "Name": "DataGridViewHitTestType", - "Namespace": "System.Windows.Forms" + "Name": "ExtensibleAuthenticationProtocolHelper", + "Namespace": "IASUIHelper" }, { - "Name": "DataGridViewImageCell", - "Namespace": "System.Windows.Forms" + "Name": "VerifyIPAddress", + "Namespace": "IASUIHelper" }, { - "Name": "DataGridViewImageCellLayout", - "Namespace": "System.Windows.Forms" + "Name": "IADProxy", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewImageColumn", - "Namespace": "System.Windows.Forms" + "Name": "_AdAttributeData", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewLinkCell", - "Namespace": "System.Windows.Forms" + "Name": "IADProxy2", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewLinkColumn", - "Namespace": "System.Windows.Forms" + "Name": "ADProxy", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewPaintParts", - "Namespace": "System.Windows.Forms" + "Name": "ADProxyClass", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRow", - "Namespace": "System.Windows.Forms" + "Name": "IServerHealthReport", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowCancelEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "_VersionVectorData", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowCollection", - "Namespace": "System.Windows.Forms" + "Name": "IServerHealthReport2", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowContextMenuStripNeededEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ServerHealthReport", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowDividerDoubleClickEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ServerHealthReportClass", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowErrorTextNeededEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "IHealthReport", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "HealthReport", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowHeaderCell", - "Namespace": "System.Windows.Forms" + "Name": "HealthReportClass", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowHeightInfoNeededEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "IPropagationReport", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowHeightInfoPushedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "PropagationReport", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowPostPaintEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "PropagationReportClass", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowPrePaintEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "DfsrHelperErrorsEnum", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowsAddedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "DfsrReportingFlags", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowsRemovedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "AdAttributeData", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewRowStateChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "VersionVectorData", + "Namespace": "DFSRHelper" }, { - "Name": "DataGridViewSelectedCellCollection", - "Namespace": "System.Windows.Forms" + "Name": "ITaskService", + "Namespace": "TaskScheduler" }, { - "Name": "DataGridViewSelectedColumnCollection", - "Namespace": "System.Windows.Forms" + "Name": "TaskScheduler", + "Namespace": "TaskScheduler" }, { - "Name": "DataGridViewSelectedRowCollection", - "Namespace": "System.Windows.Forms" + "Name": "TaskSchedulerClass", + "Namespace": "TaskScheduler" }, { - "Name": "DataGridViewSelectionMode", - "Namespace": "System.Windows.Forms" + "Name": "ITaskHandler", + "Namespace": "TaskScheduler" }, { - "Name": "DataGridViewSortCompareEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "TaskHandlerPS", + "Namespace": "TaskScheduler" }, { - "Name": "DataGridViewTextBoxCell", - "Namespace": "System.Windows.Forms" + "Name": "TaskHandlerPSClass", + "Namespace": "TaskScheduler" }, { - "Name": "DataGridViewTextBoxColumn", - "Namespace": "System.Windows.Forms" + "Name": "ITaskHandlerStatus", + "Namespace": "TaskScheduler" }, { - "Name": "DataGridViewTextBoxEditingControl", - "Namespace": "System.Windows.Forms" + "Name": "TaskHandlerStatusPS", + "Namespace": "TaskScheduler" }, { - "Name": "DataGridViewTopLeftHeaderCell", - "Namespace": "System.Windows.Forms" + "Name": "ITaskVariables", + "Namespace": "TaskScheduler" }, { - "Name": "DataGridViewTriState", - "Namespace": "System.Windows.Forms" + "Name": "TaskHandlerStatusPSClass", + "Namespace": "TaskScheduler" }, { - "Name": "DataObject", - "Namespace": "System.Windows.Forms" + "Name": "ITaskFolder", + "Namespace": "TaskScheduler" }, { - "Name": "DataSourceUpdateMode", - "Namespace": "System.Windows.Forms" + "Name": "IRunningTaskCollection", + "Namespace": "TaskScheduler" }, { - "Name": "DateBoldEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ITaskDefinition", + "Namespace": "TaskScheduler" }, { - "Name": "DateBoldEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ITaskFolderCollection", + "Namespace": "TaskScheduler" }, { - "Name": "DateRangeEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "IRegisteredTask", + "Namespace": "TaskScheduler" }, { - "Name": "DateRangeEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "IRegisteredTaskCollection", + "Namespace": "TaskScheduler" }, { - "Name": "DateTimePicker", - "Namespace": "System.Windows.Forms" + "Name": "_TASK_LOGON_TYPE", + "Namespace": "TaskScheduler" }, { - "Name": "DateTimePickerFormat", - "Namespace": "System.Windows.Forms" + "Name": "_TASK_STATE", + "Namespace": "TaskScheduler" }, { - "Name": "Day", - "Namespace": "System.Windows.Forms" + "Name": "IRunningTask", + "Namespace": "TaskScheduler" }, { - "Name": "DialogResult", - "Namespace": "System.Windows.Forms" + "Name": "_SYSTEMTIME", + "Namespace": "TaskScheduler" }, { - "Name": "DockingAttribute", - "Namespace": "System.Windows.Forms" + "Name": "IRegistrationInfo", + "Namespace": "TaskScheduler" }, { - "Name": "DockingBehavior", - "Namespace": "System.Windows.Forms" + "Name": "ITriggerCollection", + "Namespace": "TaskScheduler" }, { - "Name": "DockStyle", - "Namespace": "System.Windows.Forms" + "Name": "ITaskSettings", + "Namespace": "TaskScheduler" }, { - "Name": "DomainUpDown", - "Namespace": "System.Windows.Forms" + "Name": "IPrincipal", + "Namespace": "TaskScheduler" }, { - "Name": "DpiChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "IActionCollection", + "Namespace": "TaskScheduler" }, { - "Name": "DpiChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ITrigger", + "Namespace": "TaskScheduler" }, { - "Name": "DragAction", - "Namespace": "System.Windows.Forms" + "Name": "_TASK_TRIGGER_TYPE2", + "Namespace": "TaskScheduler" }, { - "Name": "DragDropEffects", - "Namespace": "System.Windows.Forms" + "Name": "IRepetitionPattern", + "Namespace": "TaskScheduler" }, { - "Name": "DragEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "_TASK_INSTANCES_POLICY", + "Namespace": "TaskScheduler" }, { - "Name": "DragEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "_TASK_COMPATIBILITY", + "Namespace": "TaskScheduler" }, { - "Name": "DrawItemEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "IIdleSettings", + "Namespace": "TaskScheduler" }, { - "Name": "DrawItemEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "INetworkSettings", + "Namespace": "TaskScheduler" }, { - "Name": "DrawItemState", - "Namespace": "System.Windows.Forms" + "Name": "_TASK_RUNLEVEL", + "Namespace": "TaskScheduler" }, { - "Name": "DrawListViewColumnHeaderEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "IAction", + "Namespace": "TaskScheduler" }, { - "Name": "DrawListViewColumnHeaderEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "_TASK_ACTION_TYPE", + "Namespace": "TaskScheduler" }, { - "Name": "DrawListViewItemEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ITaskNamedValuePair", + "Namespace": "TaskScheduler" }, { - "Name": "DrawListViewItemEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ITaskNamedValueCollection", + "Namespace": "TaskScheduler" }, { - "Name": "DrawListViewSubItemEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "IIdleTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "DrawListViewSubItemEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ILogonTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "DrawMode", - "Namespace": "System.Windows.Forms" + "Name": "ISessionStateChangeTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "DrawToolTipEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "_TASK_SESSION_STATE_CHANGE_TYPE", + "Namespace": "TaskScheduler" }, { - "Name": "DrawToolTipEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "IEventTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "DrawTreeNodeEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ITimeTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "DrawTreeNodeEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "IDailyTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "ErrorBlinkStyle", - "Namespace": "System.Windows.Forms" + "Name": "IWeeklyTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "ErrorIconAlignment", - "Namespace": "System.Windows.Forms" + "Name": "IMonthlyTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "ErrorProvider", - "Namespace": "System.Windows.Forms" + "Name": "IMonthlyDOWTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "FeatureSupport", - "Namespace": "System.Windows.Forms" + "Name": "IBootTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "FileDialog", - "Namespace": "System.Windows.Forms" + "Name": "IRegistrationTrigger", + "Namespace": "TaskScheduler" }, { - "Name": "FileDialogCustomPlace", - "Namespace": "System.Windows.Forms" + "Name": "IExecAction", + "Namespace": "TaskScheduler" }, { - "Name": "FileDialogCustomPlacesCollection", - "Namespace": "System.Windows.Forms" + "Name": "IShowMessageAction", + "Namespace": "TaskScheduler" }, { - "Name": "FixedPanel", - "Namespace": "System.Windows.Forms" + "Name": "IComHandlerAction", + "Namespace": "TaskScheduler" }, { - "Name": "FlatButtonAppearance", - "Namespace": "System.Windows.Forms" + "Name": "IEmailAction", + "Namespace": "TaskScheduler" }, { - "Name": "FlatStyle", - "Namespace": "System.Windows.Forms" + "Name": "IPrincipal2", + "Namespace": "TaskScheduler" }, { - "Name": "FlowDirection", - "Namespace": "System.Windows.Forms" + "Name": "_TASK_PROCESSTOKENSID", + "Namespace": "TaskScheduler" }, { - "Name": "FlowLayoutPanel", - "Namespace": "System.Windows.Forms" + "Name": "ITaskSettings2", + "Namespace": "TaskScheduler" }, { - "Name": "FlowLayoutSettings", - "Namespace": "System.Windows.Forms" + "Name": "ITaskSettings3", + "Namespace": "TaskScheduler" }, { - "Name": "FolderBrowserDialog", - "Namespace": "System.Windows.Forms" + "Name": "IMaintenanceSettings", + "Namespace": "TaskScheduler" }, { - "Name": "FontDialog", - "Namespace": "System.Windows.Forms" + "Name": "_TASK_RUN_FLAGS", + "Namespace": "TaskScheduler" }, { - "Name": "Form", - "Namespace": "System.Windows.Forms" + "Name": "_TASK_ENUM_FLAGS", + "Namespace": "TaskScheduler" }, { - "Name": "FormBorderStyle", - "Namespace": "System.Windows.Forms" + "Name": "_TASK_CREATION", + "Namespace": "TaskScheduler" }, { - "Name": "FormClosedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "SymDocument", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "FormClosedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SymDocumentWriter", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "FormClosingEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "SymMethod", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "FormClosingEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SymReader", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "FormCollection", - "Namespace": "System.Windows.Forms" + "Name": "SymScope", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "FormStartPosition", - "Namespace": "System.Windows.Forms" + "Name": "SymVariable", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "FormWindowState", - "Namespace": "System.Windows.Forms" + "Name": "SymWriter", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "FrameStyle", - "Namespace": "System.Windows.Forms" + "Name": "SymBinder", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "GiveFeedbackEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "SymBinderBase", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "GiveFeedbackEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SymDocumentBase", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "GridItem", - "Namespace": "System.Windows.Forms" + "Name": "SymDocumentWriterBase", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "GridItemCollection", - "Namespace": "System.Windows.Forms" + "Name": "SymMethodBase", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "GridItemType", - "Namespace": "System.Windows.Forms" + "Name": "SymReaderBase", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "GroupBox", - "Namespace": "System.Windows.Forms" + "Name": "SymScopeBase", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "GroupBoxRenderer", - "Namespace": "System.Windows.Forms" + "Name": "SymVariableBase", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "GetChildAtPointSkip", - "Namespace": "System.Windows.Forms" + "Name": "SymWriterBase", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "HandledMouseEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "NativeMethods", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "Help", - "Namespace": "System.Windows.Forms" + "Name": "WebServicesDiscoveryPublisher", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "HelpEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "NetListManager", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "HelpEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "FirewallApi", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "HelpNavigator", - "Namespace": "System.Windows.Forms" + "Name": "ProductInfo", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "HelpProvider", - "Namespace": "System.Windows.Forms" + "Name": "HealthStatus", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "HorizontalAlignment", - "Namespace": "System.Windows.Forms" + "Name": "LegacyProductStates", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "HScrollBar", - "Namespace": "System.Windows.Forms" + "Name": "ProductStatus", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "HScrollProperties", - "Namespace": "System.Windows.Forms" + "Name": "ProductOwners", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "HtmlDocument", - "Namespace": "System.Windows.Forms" + "Name": "ProductStates", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "HtmlElement", - "Namespace": "System.Windows.Forms" + "Name": "INetworkListManager", + "Namespace": "NETWORKLIST" }, { - "Name": "HtmlElementInsertionOrientation", - "Namespace": "System.Windows.Forms" + "Name": "INetworkEvents", + "Namespace": "NETWORKLIST" }, { - "Name": "HtmlElementCollection", - "Namespace": "System.Windows.Forms" + "Name": "INetworkEvents_Event", + "Namespace": "NETWORKLIST" }, { - "Name": "HtmlElementErrorEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "NetworkListManager", + "Namespace": "NETWORKLIST" }, { - "Name": "HtmlElementErrorEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "INetworkCostManager", + "Namespace": "NETWORKLIST" }, { - "Name": "HtmlElementEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "INetworkConnectionEvents", + "Namespace": "NETWORKLIST" }, { - "Name": "HtmlElementEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "INetworkConnectionEvents_Event", + "Namespace": "NETWORKLIST" }, { - "Name": "HtmlHistory", - "Namespace": "System.Windows.Forms" + "Name": "INetworkListManagerEvents", + "Namespace": "NETWORKLIST" }, { - "Name": "HtmlWindow", - "Namespace": "System.Windows.Forms" + "Name": "INetworkListManagerEvents_Event", + "Namespace": "NETWORKLIST" }, { - "Name": "HtmlWindowCollection", - "Namespace": "System.Windows.Forms" + "Name": "INetworkCostManagerEvents", + "Namespace": "NETWORKLIST" }, { - "Name": "IBindableComponent", - "Namespace": "System.Windows.Forms" + "Name": "INetworkCostManagerEvents_Event", + "Namespace": "NETWORKLIST" }, { - "Name": "IButtonControl", - "Namespace": "System.Windows.Forms" + "Name": "INetworkConnectionCostEvents", + "Namespace": "NETWORKLIST" }, { - "Name": "ICommandExecutor", - "Namespace": "System.Windows.Forms" + "Name": "INetworkConnectionCostEvents_Event", + "Namespace": "NETWORKLIST" }, { - "Name": "IContainerControl", - "Namespace": "System.Windows.Forms" + "Name": "IPropertyBag", + "Namespace": "NETWORKLIST" }, { - "Name": "ICurrencyManagerProvider", - "Namespace": "System.Windows.Forms" + "Name": "NetworkListManagerClass", + "Namespace": "NETWORKLIST" }, { - "Name": "IDataGridEditingService", - "Namespace": "System.Windows.Forms" + "Name": "IEnumNetworks", + "Namespace": "NETWORKLIST" }, { - "Name": "IDataObject", - "Namespace": "System.Windows.Forms" + "Name": "NLM_ENUM_NETWORK", + "Namespace": "NETWORKLIST" }, { - "Name": "IFeatureSupport", - "Namespace": "System.Windows.Forms" + "Name": "INetwork", + "Namespace": "NETWORKLIST" }, { - "Name": "IFileReaderService", - "Namespace": "System.Windows.Forms" + "Name": "IEnumNetworkConnections", + "Namespace": "NETWORKLIST" }, { - "Name": "ImageIndexConverter", - "Namespace": "System.Windows.Forms" + "Name": "INetworkConnection", + "Namespace": "NETWORKLIST" }, { - "Name": "ImageKeyConverter", - "Namespace": "System.Windows.Forms" + "Name": "NLM_CONNECTIVITY", + "Namespace": "NETWORKLIST" }, { - "Name": "ImageLayout", - "Namespace": "System.Windows.Forms" + "Name": "NLM_SIMULATED_PROFILE_INFO", + "Namespace": "NETWORKLIST" }, { - "Name": "ImageList", - "Namespace": "System.Windows.Forms" + "Name": "NLM_NETWORK_PROPERTY_CHANGE", + "Namespace": "NETWORKLIST" }, { - "Name": "ImageListStreamer", - "Namespace": "System.Windows.Forms" + "Name": "INetworkEvents_NetworkAddedEventHandler", + "Namespace": "NETWORKLIST" }, { - "Name": "ImeMode", - "Namespace": "System.Windows.Forms" + "Name": "INetworkEvents_NetworkDeletedEventHandler", + "Namespace": "NETWORKLIST" }, { - "Name": "IMessageFilter", - "Namespace": "System.Windows.Forms" + "Name": "INetworkEvents_NetworkConnectivityChangedEventHandler", + "Namespace": "NETWORKLIST" }, { - "Name": "InputLanguageChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "INetworkEvents_NetworkPropertyChangedEventHandler", + "Namespace": "NETWORKLIST" }, { - "Name": "InputLanguageChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "NLM_CONNECTION_COST", + "Namespace": "NETWORKLIST" }, { - "Name": "InputLanguageChangingEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "INetworkConnectionCost", + "Namespace": "NETWORKLIST" }, { - "Name": "InputLanguageChangingEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "NLM_DATAPLAN_STATUS", + "Namespace": "NETWORKLIST" }, { - "Name": "InputLanguage", - "Namespace": "System.Windows.Forms" + "Name": "NLM_USAGE_DATA", + "Namespace": "NETWORKLIST" }, { - "Name": "InputLanguageCollection", - "Namespace": "System.Windows.Forms" + "Name": "_FILETIME", + "Namespace": "NETWORKLIST" }, { - "Name": "InvalidateEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "NLM_DOMAIN_TYPE", + "Namespace": "NETWORKLIST" }, { - "Name": "InvalidateEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "NLM_NETWORK_CATEGORY", + "Namespace": "NETWORKLIST" }, { - "Name": "IDropTarget", - "Namespace": "System.Windows.Forms" + "Name": "NLM_SOCKADDR", + "Namespace": "NETWORKLIST" }, { - "Name": "ItemActivation", - "Namespace": "System.Windows.Forms" + "Name": "NLM_CONNECTION_PROPERTY_CHANGE", + "Namespace": "NETWORKLIST" }, { - "Name": "ItemBoundsPortion", - "Namespace": "System.Windows.Forms" + "Name": "IErrorLog", + "Namespace": "NETWORKLIST" }, { - "Name": "ItemChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "INetworkConnectionEvents_NetworkConnectionConnectivityChangedEventHandler", + "Namespace": "NETWORKLIST" }, { - "Name": "ItemChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "INetworkConnectionEvents_NetworkConnectionPropertyChangedEventHandler", + "Namespace": "NETWORKLIST" }, { - "Name": "ItemCheckedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "INetworkListManagerEvents_ConnectivityChangedEventHandler", + "Namespace": "NETWORKLIST" }, { - "Name": "ItemCheckedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "INetworkCostManagerEvents_CostChangedEventHandler", + "Namespace": "NETWORKLIST" }, { - "Name": "ItemCheckEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "INetworkCostManagerEvents_DataPlanStatusChangedEventHandler", + "Namespace": "NETWORKLIST" }, { - "Name": "ItemCheckEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "INetworkConnectionCostEvents_ConnectionCostChangedEventHandler", + "Namespace": "NETWORKLIST" }, { - "Name": "ItemDragEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "INetworkConnectionCostEvents_ConnectionDataPlanStatusChangedEventHandler", + "Namespace": "NETWORKLIST" }, { - "Name": "ItemDragEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "INetworkEvents_SinkHelper", + "Namespace": "NETWORKLIST" }, { - "Name": "IWin32Window", - "Namespace": "System.Windows.Forms" + "Name": "INetworkConnectionEvents_SinkHelper", + "Namespace": "NETWORKLIST" }, { - "Name": "IWindowTarget", - "Namespace": "System.Windows.Forms" + "Name": "INetworkListManagerEvents_SinkHelper", + "Namespace": "NETWORKLIST" }, { - "Name": "KeyEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "INetworkCostManagerEvents_SinkHelper", + "Namespace": "NETWORKLIST" }, { - "Name": "KeyEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "INetworkConnectionCostEvents_SinkHelper", + "Namespace": "NETWORKLIST" }, { - "Name": "KeyPressEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "FaultDetail", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "KeyPressEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ArgumentErrorDetail", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "Keys", - "Namespace": "System.Windows.Forms" + "Name": "AttributeTypeAndValue", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "KeysConverter", - "Namespace": "System.Windows.Forms" + "Name": "ChangeType", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "InsertKeyMode", - "Namespace": "System.Windows.Forms" + "Name": "DirectoryErrorDetail", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "Label", - "Namespace": "System.Windows.Forms" + "Name": "RenewFault", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "LabelEditEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "PullFault", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "LabelEditEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "EnumerateFault", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "LayoutEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "FaultDetail1", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "LayoutEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "FragmentDialect", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "LeftRightAlignment", - "Namespace": "System.Windows.Forms" + "Name": "AttributeTypeNotValid", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "LinkArea", - "Namespace": "System.Windows.Forms" + "Name": "AttributeTypeNotValidForDialect", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "LinkBehavior", - "Namespace": "System.Windows.Forms" + "Name": "AttributeTypeNotValidForEntry", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "LinkClickedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "SupportedSelectOrSortDialect", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "LinkClickedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SupportedDialect", + "Namespace": "Microsoft.ActiveDirectory.WebServices.Proxy" }, { - "Name": "LinkConverter", - "Namespace": "System.Windows.Forms" + "Name": "ActiveDirectoryPowerShellSnapIn", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "LinkLabel", - "Namespace": "System.Windows.Forms" + "Name": "ConfigurationHandler", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "LinkLabelLinkClickedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "TraceElement", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "LinkLabelLinkClickedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADAuthType", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "LinkState", - "Namespace": "System.Windows.Forms" + "Name": "ADPropertyCollection", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListBindingConverter", - "Namespace": "System.Windows.Forms" + "Name": "ADPropertyValueCollection", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListBindingHelper", - "Namespace": "System.Windows.Forms" + "Name": "ADPropertyValueCollection`1", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListBox", - "Namespace": "System.Windows.Forms" + "Name": "ADEntity", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListControl", - "Namespace": "System.Windows.Forms" + "Name": "ADObject", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListControlConvertEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADForestMode", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListControlConvertEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADDomainMode", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewItemConverter", - "Namespace": "System.Windows.Forms" + "Name": "ADDomainControllerMode", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListView", - "Namespace": "System.Windows.Forms" + "Name": "ADObjectIdentifier", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewAlignment", - "Namespace": "System.Windows.Forms" + "Name": "ADRootDSE", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewGroup", - "Namespace": "System.Windows.Forms" + "Name": "ADException", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewGroupCollection", - "Namespace": "System.Windows.Forms" + "Name": "ADServerDownException", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewHitTestInfo", - "Namespace": "System.Windows.Forms" + "Name": "ADReferralException", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewHitTestLocations", - "Namespace": "System.Windows.Forms" + "Name": "ADFilterParsingException", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewInsertionMark", - "Namespace": "System.Windows.Forms" + "Name": "ADIdentityResolutionException", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewItem", - "Namespace": "System.Windows.Forms" + "Name": "ADMultipleMatchingIdentitiesException", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewItemMouseHoverEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADIdentityNotFoundException", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewItemMouseHoverEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADInvalidOperationException", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewItemSelectionChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADIdentityAlreadyExistsException", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewItemSelectionChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADIllegalModifyOperationException", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewItemStates", - "Namespace": "System.Windows.Forms" + "Name": "ADPasswordException", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewVirtualItemsSelectionRangeChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADInvalidPasswordException", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "ListViewVirtualItemsSelectionRangeChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADPasswordComplexityException", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MainMenu", - "Namespace": "System.Windows.Forms" + "Name": "ADSearchScope", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MaskedTextBox", - "Namespace": "System.Windows.Forms" + "Name": "ADPrincipal", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MaskFormat", - "Namespace": "System.Windows.Forms" + "Name": "ADGroup", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MaskInputRejectedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADGroupScope", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MaskInputRejectedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADGroupCategory", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MdiClient", - "Namespace": "System.Windows.Forms" + "Name": "ADAccount", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MdiLayout", - "Namespace": "System.Windows.Forms" + "Name": "ADUser", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MeasureItemEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADKerberosEncryptionType", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MeasureItemEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADComputer", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "Menu", - "Namespace": "System.Windows.Forms" + "Name": "ADServiceAccount", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MenuGlyph", - "Namespace": "System.Windows.Forms" + "Name": "ADOrganizationalUnit", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MenuItem", - "Namespace": "System.Windows.Forms" + "Name": "ADDirectoryServer", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MenuMerge", - "Namespace": "System.Windows.Forms" + "Name": "ADOperationMasterRole", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MenuStrip", - "Namespace": "System.Windows.Forms" + "Name": "ADDomainController", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MergeAction", - "Namespace": "System.Windows.Forms" + "Name": "ADFineGrainedPasswordPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "Message", - "Namespace": "System.Windows.Forms" + "Name": "ADPartition", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MessageBox", - "Namespace": "System.Windows.Forms" + "Name": "ADDomain", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MessageBoxButtons", - "Namespace": "System.Windows.Forms" + "Name": "ADForest", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MessageBoxDefaultButton", - "Namespace": "System.Windows.Forms" + "Name": "ADEntityAdapter", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MessageBoxIcon", - "Namespace": "System.Windows.Forms" + "Name": "ADDefaultDomainPasswordPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MessageBoxOptions", - "Namespace": "System.Windows.Forms" + "Name": "ADOptionalFeatureScope", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MethodInvoker", - "Namespace": "System.Windows.Forms" + "Name": "ADOptionalFeature", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MonthCalendar", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationSite", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MouseButtons", - "Namespace": "System.Windows.Forms" + "Name": "ADNtdsSiteSetting", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MouseEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationSubnet", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "MouseEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationSiteLink", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "NativeWindow", - "Namespace": "System.Windows.Forms" + "Name": "ADInterSiteTransportProtocolType", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "UnhandledExceptionMode", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationSiteLinkBridge", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "NavigateEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationAttributeMetadata", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "NavigateEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationFailure", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "NodeLabelEditEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationPartnerMetadata", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "NodeLabelEditEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationQueueOperation", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "NotifyIcon", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationUpToDatenessVectorTable", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "NumericUpDown", - "Namespace": "System.Windows.Forms" + "Name": "ADNtdsSetting", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "NumericUpDownAcceleration", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationConnection", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "NumericUpDownAccelerationCollection", - "Namespace": "System.Windows.Forms" + "Name": "ADClaimTypeBase", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "OpacityConverter", - "Namespace": "System.Windows.Forms" + "Name": "ADClaimValueType", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "OpenFileDialog", - "Namespace": "System.Windows.Forms" + "Name": "ADSuggestedValueEntry", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "Orientation", - "Namespace": "System.Windows.Forms" + "Name": "ADResourceProperty", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "OSFeature", - "Namespace": "System.Windows.Forms" + "Name": "ADClaimType", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "OwnerDrawPropertyBag", - "Namespace": "System.Windows.Forms" + "Name": "ADCentralAccessRule", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "Padding", - "Namespace": "System.Windows.Forms" + "Name": "ADCentralAccessPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "PaddingConverter", - "Namespace": "System.Windows.Forms" + "Name": "ADSchemaObject", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "PaintEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADResourcePropertyList", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "PaintEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADResourcePropertyValueType", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "Panel", - "Namespace": "System.Windows.Forms" + "Name": "ADClaimTransformPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "PictureBox", - "Namespace": "System.Windows.Forms" + "Name": "ADTrust", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "PictureBoxSizeMode", - "Namespace": "System.Windows.Forms" + "Name": "ADTrustRole", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "PopupEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADTrustDirection", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "PopupEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADTrustType", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "PowerLineStatus", - "Namespace": "System.Windows.Forms" + "Name": "ADStrongNTLMPolicyType", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "BatteryChargeStatus", - "Namespace": "System.Windows.Forms" + "Name": "ADAuthenticationPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "PowerState", - "Namespace": "System.Windows.Forms" + "Name": "ADAuthenticationPolicySilo", + "Namespace": "Microsoft.ActiveDirectory.Management" }, { - "Name": "PowerStatus", - "Namespace": "System.Windows.Forms" + "Name": "ADCmdletBase`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PreProcessControlState", - "Namespace": "System.Windows.Forms" + "Name": "ADNewCmdletBase`3", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PreviewKeyDownEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADGetCmdletBase`3", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PreviewKeyDownEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADGetPropertiesCmdletBase`5", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ProfessionalColors", - "Namespace": "System.Windows.Forms" + "Name": "ADSetCmdletBase`3", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ProfessionalColorTable", - "Namespace": "System.Windows.Forms" + "Name": "ADRenameCmdletBase`3", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ProgressBar", - "Namespace": "System.Windows.Forms" + "Name": "ADRemoveCmdletBase`3", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ProgressBarRenderer", - "Namespace": "System.Windows.Forms" + "Name": "ADMoveCmdletBase`3", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ProgressBarStyle", - "Namespace": "System.Windows.Forms" + "Name": "ADRestoreCmdletBase`3", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PropertyGrid", - "Namespace": "System.Windows.Forms" + "Name": "ADFactoryCmdletBase`3", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PropertyManager", - "Namespace": "System.Windows.Forms" + "Name": "ADScopeType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PropertySort", - "Namespace": "System.Windows.Forms" + "Name": "ADTargetScopeEnumerationServerCmdletBase`3", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PropertyTabChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADFactoryBase`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PropertyTabChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PropertyValueChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADXmlAttributeFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PropertyValueChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ValidateAttributeValueHashtableAttribute", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "QueryAccessibilityHelpEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ValidateMultivalueArrayAttribute", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "QueryAccessibilityHelpEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ValidateNotNullOrEmptyADEntityAttribute", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "QueryContinueDragEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ValidateSetOperationsHashtableAttribute", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "QueryContinueDragEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ValidateCollectionIsUniqueAttribute", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "QuestionEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ValidateNullableRangeAttribute", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "QuestionEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "TransformFilterAttribute", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RadioButton", - "Namespace": "System.Windows.Forms" + "Name": "ADSetObjectMember`5", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RadioButtonRenderer", - "Namespace": "System.Windows.Forms" + "Name": "ADParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RelatedImageListAttribute", - "Namespace": "System.Windows.Forms" + "Name": "GetADRootDSE", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ContentsResizedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "GetADRootDSEParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ContentsResizedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADObjectFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RetrieveVirtualItemEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "NewADObject", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RetrieveVirtualItemEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "RenameADObject", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RichTextBox", - "Namespace": "System.Windows.Forms" + "Name": "MoveADObject", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RichTextBoxFinds", - "Namespace": "System.Windows.Forms" + "Name": "GetADObject", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RichTextBoxLanguageOptions", - "Namespace": "System.Windows.Forms" + "Name": "SetADObject", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RichTextBoxScrollBars", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADObject", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RichTextBoxSelectionAttribute", - "Namespace": "System.Windows.Forms" + "Name": "RestoreADObject", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RichTextBoxSelectionTypes", - "Namespace": "System.Windows.Forms" + "Name": "NewADObjectParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RichTextBoxStreamType", - "Namespace": "System.Windows.Forms" + "Name": "RenameADObjectParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RichTextBoxWordPunctuations", - "Namespace": "System.Windows.Forms" + "Name": "MoveADObjectParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RightToLeft", - "Namespace": "System.Windows.Forms" + "Name": "GetADObjectParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SaveFileDialog", - "Namespace": "System.Windows.Forms" + "Name": "SetADObjectParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "Screen", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADObjectParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScreenOrientation", - "Namespace": "System.Windows.Forms" + "Name": "RestoreADObjectParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollableControl", - "Namespace": "System.Windows.Forms" + "Name": "ADPrincipalFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollBar", - "Namespace": "System.Windows.Forms" + "Name": "AddADGroupMember", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollBarRenderer", - "Namespace": "System.Windows.Forms" + "Name": "AddADPrincipalGroupMembership", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollBars", - "Namespace": "System.Windows.Forms" + "Name": "ADGroupFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollButton", - "Namespace": "System.Windows.Forms" + "Name": "GetADGroup", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "GetADGroupMember", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "GetADPrincipalGroupMembership", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollEventType", - "Namespace": "System.Windows.Forms" + "Name": "GetADAccountAuthorizationGroup", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollOrientation", - "Namespace": "System.Windows.Forms" + "Name": "NewADGroup", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollProperties", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADGroup", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SearchDirectionHint", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADGroupMember", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SearchForVirtualItemEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADPrincipalGroupMembership", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SearchForVirtualItemEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SetADGroup", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SecurityIDType", - "Namespace": "System.Windows.Forms" + "Name": "SetADGroupMember`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SelectedGridItemChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "SetADPrincipalGroupMembership`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SelectedGridItemChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "AddADGroupMemberParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SelectionMode", - "Namespace": "System.Windows.Forms" + "Name": "AddADPrincipalGroupMembershipParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SelectionRange", - "Namespace": "System.Windows.Forms" + "Name": "GetADGroupParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SelectionRangeConverter", - "Namespace": "System.Windows.Forms" + "Name": "NewADGroupParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SendKeys", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADGroupMemberParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "Shortcut", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADGroupParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SizeGripStyle", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADPrincipalGroupMembershipParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SortOrder", - "Namespace": "System.Windows.Forms" + "Name": "SetADGroupParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SplitContainer", - "Namespace": "System.Windows.Forms" + "Name": "GetADGroupMemberParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "Splitter", - "Namespace": "System.Windows.Forms" + "Name": "GetADPrincipalGroupMembershipParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SplitterCancelEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "GetADAccountAuthorizationGroupParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SplitterCancelEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADAccountFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SplitterEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "SetADAccountControl", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SplitterEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SetADAccountControlBase`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SplitterPanel", - "Namespace": "System.Windows.Forms" + "Name": "DisableADAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "StatusBar", - "Namespace": "System.Windows.Forms" + "Name": "EnableADAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "StatusBarDrawItemEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "UnlockADAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "StatusBarDrawItemEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ClearADAccountExpiration", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "StatusBarPanel", - "Namespace": "System.Windows.Forms" + "Name": "SetADAccountExpiration", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "StatusBarPanelAutoSize", - "Namespace": "System.Windows.Forms" + "Name": "SetADAccountPassword", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "StatusBarPanelBorderStyle", - "Namespace": "System.Windows.Forms" + "Name": "SearchADAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "StatusBarPanelClickEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "SetADAccountAuthenticationPolicySilo", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "StatusBarPanelClickEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ClearADAccountExpirationParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "StatusBarPanelStyle", - "Namespace": "System.Windows.Forms" + "Name": "DisableADAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "StatusStrip", - "Namespace": "System.Windows.Forms" + "Name": "EnableADAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "StructFormat", - "Namespace": "System.Windows.Forms" + "Name": "SearchADAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SystemInformation", - "Namespace": "System.Windows.Forms" + "Name": "SetADAccountControlParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SystemParameter", - "Namespace": "System.Windows.Forms" + "Name": "SetADAccountExpirationParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TabAlignment", - "Namespace": "System.Windows.Forms" + "Name": "SetADAccountPasswordParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TabAppearance", - "Namespace": "System.Windows.Forms" + "Name": "UnlockADAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TabControl", - "Namespace": "System.Windows.Forms" + "Name": "SetADAccountAuthenticationPolicySiloParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TabControlAction", - "Namespace": "System.Windows.Forms" + "Name": "ADUserFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TabControlCancelEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "GetADUser", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TabControlCancelEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "NewADUser", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TabControlEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADUser", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TabControlEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SetADUser", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TabDrawMode", - "Namespace": "System.Windows.Forms" + "Name": "GetADUserResultantPasswordPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TableLayoutPanel", - "Namespace": "System.Windows.Forms" + "Name": "GetADUserParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TableLayoutControlCollection", - "Namespace": "System.Windows.Forms" + "Name": "NewADUserParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TableLayoutPanelCellBorderStyle", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADUserParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TableLayoutPanelCellPosition", - "Namespace": "System.Windows.Forms" + "Name": "SetADUserParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TableLayoutPanelGrowStyle", - "Namespace": "System.Windows.Forms" + "Name": "GetADUserResultantPasswordPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TableLayoutSettings", - "Namespace": "System.Windows.Forms" + "Name": "ADComputerFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SizeType", - "Namespace": "System.Windows.Forms" + "Name": "NewADComputer", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ColumnStyle", - "Namespace": "System.Windows.Forms" + "Name": "GetADComputer", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RowStyle", - "Namespace": "System.Windows.Forms" + "Name": "SetADComputer", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TableLayoutStyle", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADComputer", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TableLayoutStyleCollection", - "Namespace": "System.Windows.Forms" + "Name": "GetADComputerServiceAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TableLayoutCellPaintEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADComputerServiceAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TableLayoutCellPaintEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "AddADComputerServiceAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TableLayoutColumnStyleCollection", - "Namespace": "System.Windows.Forms" + "Name": "SetADComputerServiceAccount`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TableLayoutRowStyleCollection", - "Namespace": "System.Windows.Forms" + "Name": "GetADComputerParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TabPage", - "Namespace": "System.Windows.Forms" + "Name": "NewADComputerParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TabRenderer", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADComputerParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TabSizeMode", - "Namespace": "System.Windows.Forms" + "Name": "SetADComputerParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TextBox", - "Namespace": "System.Windows.Forms" + "Name": "AddADComputerServiceAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TextBoxBase", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADComputerServiceAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TextBoxRenderer", - "Namespace": "System.Windows.Forms" + "Name": "GetADComputerServiceAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TextDataFormat", - "Namespace": "System.Windows.Forms" + "Name": "ADServiceAccountFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TextImageRelation", - "Namespace": "System.Windows.Forms" + "Name": "NewADServiceAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ThreadExceptionDialog", - "Namespace": "System.Windows.Forms" + "Name": "GetADServiceAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TickStyle", - "Namespace": "System.Windows.Forms" + "Name": "SetADServiceAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "Timer", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADServiceAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolBar", - "Namespace": "System.Windows.Forms" + "Name": "ADServiceAccountCmdletBase`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolBarAppearance", - "Namespace": "System.Windows.Forms" + "Name": "InstallADServiceAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolBarButton", - "Namespace": "System.Windows.Forms" + "Name": "UninstallADServiceAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolBarButtonClickEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ResetADServiceAccountPassword", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolBarButtonClickEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "GetADServiceAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolBarButtonStyle", - "Namespace": "System.Windows.Forms" + "Name": "NewADServiceAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolBarTextAlign", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADServiceAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStrip", - "Namespace": "System.Windows.Forms" + "Name": "SetADServiceAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripArrowRenderEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "InstallADServiceAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripArrowRenderEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "UninstallADServiceAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripButton", - "Namespace": "System.Windows.Forms" + "Name": "ResetADServiceAccountPasswordParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripComboBox", - "Namespace": "System.Windows.Forms" + "Name": "TestADServiceAccount", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripControlHost", - "Namespace": "System.Windows.Forms" + "Name": "TestADServiceAccountParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripDropDown", - "Namespace": "System.Windows.Forms" + "Name": "ADOrganizationalUnitFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripDropDownCloseReason", - "Namespace": "System.Windows.Forms" + "Name": "NewADOrganizationalUnit", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripDropDownClosedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "GetADOrganizationalUnit", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripDropDownClosedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SetADOrganizationalUnit", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripDropDownClosingEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADOrganizationalUnit", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripDropDownClosingEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "NewADOrganizationalUnitParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripDropDownDirection", - "Namespace": "System.Windows.Forms" + "Name": "GetADOrganizationalUnitParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripDropDownButton", - "Namespace": "System.Windows.Forms" + "Name": "SetADOrganizationalUnitParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripDropDownItem", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADOrganizationalUnitParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripDropDownItemAccessibleObject", - "Namespace": "System.Windows.Forms" + "Name": "ADDirectoryServerFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripDropDownMenu", - "Namespace": "System.Windows.Forms" + "Name": "MoveADDirectoryServer", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripGripDisplayStyle", - "Namespace": "System.Windows.Forms" + "Name": "MoveADDirectoryServerOperationMasterRole", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripGripRenderEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "MoveADDirectoryServerParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripGripRenderEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "MoveADDirectoryServerOperationMasterRoleParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripGripStyle", - "Namespace": "System.Windows.Forms" + "Name": "GetADAccountResultantPasswordReplicationPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItem", - "Namespace": "System.Windows.Forms" + "Name": "ADResultantPasswordReplicationPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemAlignment", - "Namespace": "System.Windows.Forms" + "Name": "AddADDomainControllerPasswordReplicationPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemClickedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADDomainControllerFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemClickedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ADDiscoverableService", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemCollection", - "Namespace": "System.Windows.Forms" + "Name": "ADMinimumDirectoryServiceVersion", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemDisplayStyle", - "Namespace": "System.Windows.Forms" + "Name": "GetADDomainControllerPasswordReplicationPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "GetADDomainControllerPasswordReplicationPolicyUsage", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "GetADDomainController", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemImageRenderEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADDomainControllerPasswordReplicationPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemImageRenderEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SetADDCPasswordReplicationPolicy`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemImageScaling", - "Namespace": "System.Windows.Forms" + "Name": "AddADDomainControllerPasswordReplicationPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemOverflow", - "Namespace": "System.Windows.Forms" + "Name": "GetADDomainControllerParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemPlacement", - "Namespace": "System.Windows.Forms" + "Name": "GetADAccountResultantPasswordReplicationPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemRenderEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "GetADDomainControllerPasswordReplicationPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemRenderEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "GetADDomainControllerPasswordReplicationPolicyUsageParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemTextRenderEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADDomainControllerPasswordReplicationPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" + }, + { + "Name": "ADFineGrainedPasswordPolicyFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemTextRenderEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "NewADFineGrainedPasswordPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripLabel", - "Namespace": "System.Windows.Forms" + "Name": "GetADFineGrainedPasswordPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripLayoutStyle", - "Namespace": "System.Windows.Forms" + "Name": "SetADFineGrainedPasswordPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripManager", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADFineGrainedPasswordPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripManagerRenderMode", - "Namespace": "System.Windows.Forms" + "Name": "GetADFineGrainedPasswordPolicySubject", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripMenuItem", - "Namespace": "System.Windows.Forms" + "Name": "SetADFineGrainedPasswordPolicySubject`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripOverflow", - "Namespace": "System.Windows.Forms" + "Name": "AddADFineGrainedPasswordPolicySubject", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripOverflowButton", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADFineGrainedPasswordPolicySubject", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripContainer", - "Namespace": "System.Windows.Forms" + "Name": "AddADFineGrainedPasswordPolicySubjectParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripContentPanel", - "Namespace": "System.Windows.Forms" + "Name": "GetADFineGrainedPasswordPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripPanel", - "Namespace": "System.Windows.Forms" + "Name": "GetADFineGrainedPasswordPolicySubjectParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripPanelRenderEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "NewADFineGrainedPasswordPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripPanelRenderEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADFineGrainedPasswordPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripContentPanelRenderEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADFineGrainedPasswordPolicySubjectParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripContentPanelRenderEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SetADFineGrainedPasswordPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripPanelRow", - "Namespace": "System.Windows.Forms" + "Name": "ADPartitionFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripProfessionalRenderer", - "Namespace": "System.Windows.Forms" + "Name": "ADDomainFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripProgressBar", - "Namespace": "System.Windows.Forms" + "Name": "ADCurrentDomainType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripRenderer", - "Namespace": "System.Windows.Forms" + "Name": "GetADDomain", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripRenderEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "SetADDomain", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripRenderEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SetADDomainMode", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripRenderMode", - "Namespace": "System.Windows.Forms" + "Name": "ADGetDomainCmdletBase`3", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripSeparator", - "Namespace": "System.Windows.Forms" + "Name": "ADSetDomainCmdletBase`3", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripSeparatorRenderEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "GetADDomainParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripSeparatorRenderEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SetADDomainParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripSplitButton", - "Namespace": "System.Windows.Forms" + "Name": "SetADDomainModeParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripStatusLabel", - "Namespace": "System.Windows.Forms" + "Name": "ADForestFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripStatusLabelBorderSides", - "Namespace": "System.Windows.Forms" + "Name": "ADCurrentForestType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripSystemRenderer", - "Namespace": "System.Windows.Forms" + "Name": "GetADForest", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripTextBox", - "Namespace": "System.Windows.Forms" + "Name": "SetADForest", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripTextDirection", - "Namespace": "System.Windows.Forms" + "Name": "SetADForestMode", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolTip", - "Namespace": "System.Windows.Forms" + "Name": "GetADForestParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolTipIcon", - "Namespace": "System.Windows.Forms" + "Name": "SetADForestParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TrackBar", - "Namespace": "System.Windows.Forms" + "Name": "SetADForestModeParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TrackBarRenderer", - "Namespace": "System.Windows.Forms" + "Name": "ADDefaultDomainPasswordPolicyFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeNode", - "Namespace": "System.Windows.Forms" + "Name": "GetADDefaultDomainPasswordPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeNodeMouseClickEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "SetADDefaultDomainPasswordPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeNodeMouseClickEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "GetADDefaultDomainPasswordPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeNodeCollection", - "Namespace": "System.Windows.Forms" + "Name": "SetADDefaultDomainPasswordPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeNodeConverter", - "Namespace": "System.Windows.Forms" + "Name": "ADOptionalFeatureFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeNodeMouseHoverEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "GetADOptionalFeature", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeNodeMouseHoverEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "ModifyADOptionalFeatureBase`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeNodeStates", - "Namespace": "System.Windows.Forms" + "Name": "EnableADOptionalFeature", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeView", - "Namespace": "System.Windows.Forms" + "Name": "DisableADOptionalFeature", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeViewAction", - "Namespace": "System.Windows.Forms" + "Name": "GetADOptionalFeatureParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeViewCancelEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "EnableADOptionalFeatureParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeViewCancelEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "DisableADOptionalFeatureParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeViewDrawMode", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationSiteFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeViewEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "GetADReplicationSite", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeViewEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "GetADReplicationSiteParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeViewHitTestInfo", - "Namespace": "System.Windows.Forms" + "Name": "NewADReplicationSite", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeViewHitTestLocations", - "Namespace": "System.Windows.Forms" + "Name": "NewADReplicationSiteParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeViewImageIndexConverter", - "Namespace": "System.Windows.Forms" + "Name": "SetADReplicationSite", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TreeViewImageKeyConverter", - "Namespace": "System.Windows.Forms" + "Name": "SetADReplicationSiteParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TypeValidationEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADReplicationSite", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TypeValidationEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADReplicationSiteParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "UICues", - "Namespace": "System.Windows.Forms" + "Name": "ADNtdsSiteSettingFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "UICuesEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationSubnetFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "UICuesEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "GetADReplicationSubnet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "UpDownBase", - "Namespace": "System.Windows.Forms" + "Name": "GetADReplicationSubnetParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "UpDownEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "NewADReplicationSubnet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "UpDownEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "NewADReplicationSubnetParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "UserControl", - "Namespace": "System.Windows.Forms" + "Name": "SetADReplicationSubnet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ValidationConstraints", - "Namespace": "System.Windows.Forms" + "Name": "SetADReplicationSubnetParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "View", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADReplicationSubnet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "VScrollBar", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADReplicationSubnetParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "VScrollProperties", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationSiteLinkFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowser", - "Namespace": "System.Windows.Forms" + "Name": "GetADReplicationSiteLink", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowserEncryptionLevel", - "Namespace": "System.Windows.Forms" + "Name": "GetADReplicationSiteLinkParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowserReadyState", - "Namespace": "System.Windows.Forms" + "Name": "NewADReplicationSiteLink", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowserRefreshOption", - "Namespace": "System.Windows.Forms" + "Name": "NewADReplicationSiteLinkParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowserBase", - "Namespace": "System.Windows.Forms" + "Name": "SetADReplicationSiteLink", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowserDocumentCompletedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "SetADReplicationSiteLinkParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowserDocumentCompletedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADReplicationSiteLink", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowserNavigatedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADReplicationSiteLinkParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowserNavigatedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationSiteLinkBridgeFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowserNavigatingEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "GetADReplicationSiteLinkBridge", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowserNavigatingEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "GetADReplicationSiteLinkBridgeParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowserProgressChangedEventHandler", - "Namespace": "System.Windows.Forms" + "Name": "NewADReplicationSiteLinkBridge", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowserProgressChangedEventArgs", - "Namespace": "System.Windows.Forms" + "Name": "NewADReplicationSiteLinkBridgeParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WebBrowserSiteBase", - "Namespace": "System.Windows.Forms" + "Name": "SetADReplicationSiteLinkBridge", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WindowsFormsSection", - "Namespace": "System.Windows.Forms" + "Name": "SetADReplicationSiteLinkBridgeParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WindowsFormsSynchronizationContext", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADReplicationSiteLinkBridge", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "IComponentEditorPageSite", - "Namespace": "System.Windows.Forms" + "Name": "RemoveADReplicationSiteLinkBridgeParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "LayoutSettings", - "Namespace": "System.Windows.Forms" + "Name": "SyncADObject", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PageSetupDialog", - "Namespace": "System.Windows.Forms" + "Name": "SyncADObjectParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PrintControllerWithStatusDialog", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationAttributeMetadataFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PrintDialog", - "Namespace": "System.Windows.Forms" + "Name": "GetADReplicationAttributeMetadataParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PrintPreviewControl", - "Namespace": "System.Windows.Forms" + "Name": "GetADReplicationAttributeMetadata", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PrintPreviewDialog", - "Namespace": "System.Windows.Forms" + "Name": "ADReplicationFailureFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TextFormatFlags", - "Namespace": "System.Windows.Forms" + "Name": "GetADReplicationFailureParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TextRenderer", - "Namespace": "System.Windows.Forms" + "Name": "GetADReplicationFailure", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "VisualStyleElement", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "ADReplicationFailureType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "VisualStyleInformation", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "ADPartnerType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "VisualStyleRenderer", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "ADReplicationOperationType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "VisualStyleState", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "ADReplicationPartnerMetadataFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ComboBoxState", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADReplicationPartnerMetadataParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "CheckBoxState", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADReplicationPartnerMetadata", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "GroupBoxState", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "ADReplicationQueueOperationFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PushButtonState", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADReplicationQueueOperation", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RadioButtonState", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADReplicationQueueOperationParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollBarArrowButtonState", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "ADReplicationUpToDatenessVectorTableFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollBarState", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADReplicationUpToDatenessVectorTableParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollBarSizeBoxState", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADReplicationUpToDatenessVectorTable", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TabItemState", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "ADNtdsSettingFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TextBoxState", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "ADReplicationConnectionFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolBarState", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADReplicationConnection", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TrackBarThumbState", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADReplicationConnectionParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "BackgroundType", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "SetADReplicationConnection", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "BorderType", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "SetADReplicationConnectionParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ImageOrientation", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "ADClaimTypeBaseFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SizingType", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "PossibleClaimValuesType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "FillType", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "IntegerListType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "HorizontalAlign", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "IntegerItemType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ContentAlignment", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "ClaimValueItemBaseType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "VerticalAlignment", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "UnsignedIntegerListType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "OffsetType", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "UnsignedIntegerItemType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "IconEffect", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "StringListType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TextShadowType", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "StringItemType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "GlyphType", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "ADResourcePropertyFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ImageSelectType", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADResourceProperty", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TrueSizeScalingType", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADResourcePropertyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "GlyphFontSizingType", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "SetADResourceProperty", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ColorProperty", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "SetADResourcePropertyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "EnumProperty", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "NewADResourceProperty", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "FilenameProperty", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "NewADResourcePropertyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "FontProperty", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "RemoveADResourceProperty", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "IntegerProperty", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "RemoveADResourcePropertyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PointProperty", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "ADClaimTypeFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "MarginProperty", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADClaimType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "StringProperty", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADClaimTypeParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "BooleanProperty", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "SetADClaimType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "Edges", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "SetADClaimTypeParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "EdgeStyle", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "NewADClaimType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "EdgeEffects", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "NewADClaimTypeParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TextMetrics", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "RemoveADClaimType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TextMetricsPitchAndFamilyValues", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "RemoveADClaimTypeParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TextMetricsCharacterSet", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "ADCentralAccessRuleFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "HitTestOptions", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADCentralAccessRule", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "HitTestCode", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "GetADCentralAccessRuleParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ThemeSizeType", - "Namespace": "System.Windows.Forms.VisualStyles" + "Name": "SetADCentralAccessRule", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "IRootGridEntry", - "Namespace": "System.Windows.Forms.PropertyGridInternal" + "Name": "SetADCentralAccessRuleParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PropertiesTab", - "Namespace": "System.Windows.Forms.PropertyGridInternal" + "Name": "NewADCentralAccessRule", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PropertyGridCommands", - "Namespace": "System.Windows.Forms.PropertyGridInternal" + "Name": "NewADCentralAccessRuleParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ComponentEditorForm", - "Namespace": "System.Windows.Forms.Design" + "Name": "RemoveADCentralAccessRule", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ComponentEditorPage", - "Namespace": "System.Windows.Forms.Design" + "Name": "RemoveADCentralAccessRuleParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "EventsTab", - "Namespace": "System.Windows.Forms.Design" + "Name": "ADCentralAccessPolicyFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "IUIService", - "Namespace": "System.Windows.Forms.Design" + "Name": "GetADCentralAccessPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "IWindowsFormsEditorService", - "Namespace": "System.Windows.Forms.Design" + "Name": "GetADCentralAccessPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PropertyTab", - "Namespace": "System.Windows.Forms.Design" + "Name": "SetADCentralAccessPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemDesignerAvailability", - "Namespace": "System.Windows.Forms.Design" + "Name": "SetADCentralAccessPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ToolStripItemDesignerAvailabilityAttribute", - "Namespace": "System.Windows.Forms.Design" + "Name": "NewADCentralAccessPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "WindowsFormsComponentEditor", - "Namespace": "System.Windows.Forms.Design" + "Name": "NewADCentralAccessPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "Com2Variant", - "Namespace": "System.Windows.Forms.ComponentModel.Com2Interop" + "Name": "RemoveADCentralAccessPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ICom2PropertyPageDisplayService", - "Namespace": "System.Windows.Forms.ComponentModel.Com2Interop" + "Name": "RemoveADCentralAccessPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "IComPropertyBrowser", - "Namespace": "System.Windows.Forms.ComponentModel.Com2Interop" + "Name": "AddADCentralAccessPolicyMember", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TableLayoutSettingsTypeConverter", - "Namespace": "System.Windows.Forms.Layout" + "Name": "AddADCentralAccessPolicyMemberParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ArrangedElementCollection", - "Namespace": "System.Windows.Forms.Layout" + "Name": "RemoveADCentralAccessPolicyMember", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "LayoutEngine", - "Namespace": "System.Windows.Forms.Layout" + "Name": "RemoveADCentralAccessPolicyMemberParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "Annotation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ADSchemaObjectFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AnnotationPositionChangingEventArgs", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ADResourcePropertyListFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AnnotationCollection", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "AddADResourcePropertyListMember", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ArrowStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "AddADResourcePropertyListMemberParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ArrowAnnotation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADResourcePropertyList", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "CalloutStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADResourcePropertyListParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "CalloutAnnotation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "NewADResourcePropertyList", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AnnotationGroup", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "NewADResourcePropertyListParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ImageAnnotation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "RemoveADResourcePropertyList", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "LineAnnotation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "RemoveADResourcePropertyListParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "VerticalLineAnnotation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "RemoveADResourcePropertyListMember", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "HorizontalLineAnnotation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "RemoveADResourcePropertyListMemberParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PolylineAnnotation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "SetADResourcePropertyList", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PolygonAnnotation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "SetADResourcePropertyListParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AnnotationPathPointCollection", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ADDCCloningExcludedApplication", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AnnotationPathPoint", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADDCCloningExcludedApplicationList", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "RectangleAnnotation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADDCCloningExcludedApplicationListParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "EllipseAnnotation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "NewADDCCloneConfigFile", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "Border3DAnnotation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "NewADDCCloneConfigFileParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "TextAnnotation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ADResourcePropertyValueTypeFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AnnotationSmartLabelStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADResourcePropertyValueType", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "BorderSkinStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADResourcePropertyValueTypeParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "BorderSkin", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ADClaimTransformPolicyFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "DataPointComparer", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADClaimTransformPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "DataPointCollection", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADClaimTransformPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "DataPoint", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "SetADClaimTransformPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "DataPointCustomProperties", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "SetADClaimTransformPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "CustomProperties", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "NewADClaimTransformPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AxisType", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "NewADClaimTransformPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "PointSortOrder", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "RemoveADClaimTransformPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SeriesCollection", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "RemoveADClaimTransformPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "Series", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ADTrustFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "LabelAutoFitStyles", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADTrust", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AxisName", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADTrustParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "Axis", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "SetADClaimTransformLink", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "IntervalAutoMode", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "SetADClaimTransformLinkParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AxisArrowStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ClearADClaimTransformLink", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "BreakLineStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ClearADClaimTransformLinkParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "StartFromZero", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ADAuthenticationPolicyFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AxisScaleBreakStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADAuthenticationPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollBarButtonType", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "SetADAuthenticationPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollBarButtonStyles", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "NewADAuthenticationPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AxisScrollBar", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "RemoveADAuthenticationPolicy", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollBarEventArgs", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADAuthenticationPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ScrollType", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "NewADAuthenticationPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AxisScaleView", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "RemoveADAuthenticationPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ViewEventArgs", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "SetADAuthenticationPolicyParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ChartElement", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ShowADAuthenticationPolicyExpression", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ChartNamedElement", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ShowADAuthenticationPolicyExpressionParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ChartElementCollection`1", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ADAuthenticationPolicySiloFactory`1", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ChartNamedElementCollection`1", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADAuthenticationPolicySilo", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ChartPaintEventArgs", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "SetADAuthenticationPolicySilo", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "FormatNumberEventArgs", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "NewADAuthenticationPolicySilo", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AreaAlignmentOrientations", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "RemoveADAuthenticationPolicySilo", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "AreaAlignmentStyles", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GrantADAuthenticationPolicySiloAccess", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ChartArea", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "RevokeADAuthenticationPolicySiloAccess", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "LightStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GetADAuthenticationPolicySiloParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ChartArea3DStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "NewADAuthenticationPolicySiloParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "ChartAreaCollection", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "RemoveADAuthenticationPolicySiloParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "Cursor", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "SetADAuthenticationPolicySiloParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "CursorEventArgs", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "RevokeADAuthenticationPolicySiloAccessParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "LabelAlignmentStyles", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "GrantADAuthenticationPolicySiloAccessParameterSet", + "Namespace": "Microsoft.ActiveDirectory.Management.Commands" }, { - "Name": "SeriesChartType", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ADProvider", + "Namespace": "Microsoft.ActiveDirectory.Management.Provider" }, { - "Name": "ChartImageAlignmentStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ADDriveInfo", + "Namespace": "Microsoft.ActiveDirectory.Management.Provider" }, { - "Name": "ChartImageWrapMode", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ADPathFormat", + "Namespace": "Microsoft.ActiveDirectory.Management.Provider" }, { - "Name": "AxisEnabled", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ManagedVirtualApplication", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "DateTimeIntervalType", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "AppvClientApplicationImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "ChartValueType", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "AppvClientConnectionGroupProperties", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "ChartHatchStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "AppvPackageProperties", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "TextAntiAliasingQuality", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ManagedAssetProperties", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "AntiAliasingStyles", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "IClientComConsumer", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "MarkerStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ClientComConsumerFactory", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "GradientStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "CatalogEnumerationFlags", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "ChartDashStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ForceFlag", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "ChartGraphics", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "PublishScope", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "Point3D", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ClientMode", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "SerializationFormat", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "AppvClientAssetImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "SerializationContents", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ClientException", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "ChartSerializer", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "AppvClientConfigurationImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "IntervalType", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "AppvClientPackageImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "DateRangeType", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "AppvClientConnectionGroupImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "CompareMethod", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "AppvClientModeImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "IDataPointFilter", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "AppvClientReportImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "DataManipulator", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "NetworkCostAdapter", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "FinancialFormula", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "CommonEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "DataFormula", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ResultEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "TickMarkStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "VEBlockedEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "TickMark", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "PublishingRefreshEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "Grid", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "PublishingActivityEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "LabelMarkStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "IClientComConsumerEventSink", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "GridTickTypes", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "VirtualProcess", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "CustomLabelsCollection", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ClientComConsumer", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "CustomLabel", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ClientDefinitions", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "LabelStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "IClientEventSinkRegistrator", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "LegendItemOrder", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ClientEventSinkRegistrator", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "LegendSeparatorStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ClientEventTypeFilter", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "LegendImageStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ClientWarning", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "LegendStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ManifestRetriever", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "LegendTableStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "IPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "Legend", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "PublishingServer", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "LegendCollection", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ICertAdmin", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "LegendItemsCollection", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ICertAdmin2", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "LegendItem", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "CCertAdmin", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "LegendCellType", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "CCertAdminClass", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "LegendCellColumnType", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ICertView", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "LegendCellColumn", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "IEnumCERTVIEWCOLUMN", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "LegendCell", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "IEnumCERTVIEWROW", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "Margins", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ICertView2", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "LegendCellCollection", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "CCertView", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "LegendCellColumnCollection", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "CCertViewClass", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "NamedImagesCollection", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "IOCSPPropertyCollection", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "NamedImage", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "IOCSPProperty", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "ChartElementType", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "OCSPPropertyCollection", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "HitTestResult", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "OCSPPropertyCollectionClass", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "ChartElementOutline", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "IOCSPAdmin", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "ToolTipEventArgs", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "IOCSPCAConfigurationCollection", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "LineAnchorCapStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "OCSPAdmin", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "LabelCalloutStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "OCSPAdminClass", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "LabelOutsidePlotAreaStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "IEnumCERTVIEWATTRIBUTE", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "SmartLabelStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "IEnumCERTVIEWEXTENSION", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "StatisticFormula", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "IOCSPCAConfiguration", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "TTestResult", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "OCSPSigningFlag", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "FTestResult", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "OCSPRequestFlag", + "Namespace": "Microsoft.CertificateAdministration.Interop" }, { - "Name": "AnovaResult", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ICertGetConfig", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "ZTestResult", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "CCertGetConfig", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "StripLinesCollection", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "CCertGetConfigClass", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "StripLine", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ICertConfig", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "Docking", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ICertConfig2", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "TextStyle", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "CCertConfig", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "TextOrientation", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "CCertConfigClass", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "Title", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ICertRequest", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "TitleCollection", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ICertRequest2", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "ChartColorPalette", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ICertRequest3", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "ElementPosition", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "X509EnrollmentAuthFlags", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "ChartImageFormat", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "CCertRequest", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "Chart", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "CCertRequestClass", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "CustomizeLegendEventArgs", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "ICertServerPolicy", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "PrintingManager", - "Namespace": "System.Windows.Forms.DataVisualization.Charting" + "Name": "CCertServerPolicy", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "InertiaExpansionBehavior2D", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "CCertServerPolicyClass", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "InertiaParameters2D", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "ICertServerExit", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "InertiaProcessor2D", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "CCertServerExit", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "InertiaRotationBehavior2D", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "CCertServerExitClass", + "Namespace": "Microsoft.CertificateServices.Certcli.Interop" }, { - "Name": "InertiaTranslationBehavior2D", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "IObjectId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "Manipulation2DCompletedEventArgs", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "CERTENROLL_OBJECTID", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "Manipulation2DDeltaEventArgs", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "ObjectIdGroupId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "Manipulation2DStartedEventArgs", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "ObjectIdPublicKeyFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ManipulationDelta2D", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "AlgorithmFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ManipulationParameters2D", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "CObjectId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ManipulationPivot2D", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "CObjectIdClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ManipulationProcessor2D", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "IObjectIds", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "Manipulations2D", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "CObjectIds", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ManipulationVelocities2D", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "CObjectIdsClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "Manipulator2D", - "Namespace": "System.Windows.Input.Manipulations" + "Name": "IBinaryConverter", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DispatcherExtensions", - "Namespace": "System.Windows.Threading" + "Name": "EncodingType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "TaskExtensions", - "Namespace": "System.Windows.Threading" + "Name": "IBinaryConverter2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "FrameworkElementAdapters", - "Namespace": "System.AddIn.Pipeline" + "Name": "CBinaryConverter", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IfElseActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CBinaryConverterClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IfElseBranchActivity", - "Namespace": "System.Workflow.Activities" + "Name": "IX500DistinguishedName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ConditionedActivityGroup", - "Namespace": "System.Workflow.Activities" + "Name": "X500NameFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "EventHandlingScopeActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CX500DistinguishedName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "EventHandlersActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CX500DistinguishedNameClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "EventDrivenActivity", - "Namespace": "System.Workflow.Activities" + "Name": "ICspInformation", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "InvokeWebServiceEventArgs", - "Namespace": "System.Workflow.Activities" + "Name": "X509ProviderType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "InvokeWebServiceActivity", - "Namespace": "System.Workflow.Activities" + "Name": "ICspAlgorithms", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ListenActivity", - "Namespace": "System.Workflow.Activities" + "Name": "X509KeySpec", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ParallelActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CCspStatus", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SequentialWorkflowActivity", - "Namespace": "System.Workflow.Activities" + "Name": "AlgorithmOperationFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SequenceActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CCspInformation", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SetStateActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CCspInformationClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SetStateEventArgs", - "Namespace": "System.Workflow.Activities" + "Name": "ICspInformations", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "StateActivity", - "Namespace": "System.Workflow.Activities" + "Name": "ICspStatuses", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "StateFinalizationActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CCspInformations", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "StateInitializationActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CCspInformationsClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "StateMachineWorkflowActivity", - "Namespace": "System.Workflow.Activities" + "Name": "ICspStatus", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "StateMachineWorkflowInstance", - "Namespace": "System.Workflow.Activities" + "Name": "ICspAlgorithm", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "StateActivityValidator", - "Namespace": "System.Workflow.Activities" + "Name": "IX509EnrollmentStatus", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ReplicatorActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CCspStatusClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ReplicatorChildEventArgs", - "Namespace": "System.Workflow.Activities" + "Name": "IX509PublicKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ExecutionType", - "Namespace": "System.Workflow.Activities" + "Name": "KeyIdentifierHashAlgorithm", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WebServiceInputActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CX509PublicKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WebServiceOutputActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CX509PublicKeyClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WebServiceFaultActivity", - "Namespace": "System.Workflow.Activities" + "Name": "IX509PrivateKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WhileActivity", - "Namespace": "System.Workflow.Activities" + "Name": "X509PrivateKeyVerify", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CodeCondition", - "Namespace": "System.Workflow.Activities" + "Name": "X509PrivateKeyExportFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "PolicyActivity", - "Namespace": "System.Workflow.Activities" + "Name": "X509PrivateKeyUsageFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CodeActivity", - "Namespace": "System.Workflow.Activities" + "Name": "X509PrivateKeyProtection", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompensatableSequenceActivity", - "Namespace": "System.Workflow.Activities" + "Name": "IX509PrivateKey2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DelayActivity", - "Namespace": "System.Workflow.Activities" + "Name": "X509HardwareKeyUsageFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ConditionalEventArgs", - "Namespace": "System.Workflow.Activities" + "Name": "X509KeyParametersExportType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IEventActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CX509PrivateKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "InvokeWorkflowActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CX509PrivateKeyClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowWebService", - "Namespace": "System.Workflow.Activities" + "Name": "IX509EndorsementKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowRole", - "Namespace": "System.Workflow.Activities" + "Name": "CX509EndorsementKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowRoleCollection", - "Namespace": "System.Workflow.Activities" + "Name": "CX509EndorsementKeyClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActiveDirectoryRole", - "Namespace": "System.Workflow.Activities" + "Name": "IX509Extension", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActiveDirectoryRoleFactory", - "Namespace": "System.Workflow.Activities" + "Name": "CX509Extension", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WebWorkflowRole", - "Namespace": "System.Workflow.Activities" + "Name": "CX509ExtensionClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowAuthorizationException", - "Namespace": "System.Workflow.Activities" + "Name": "IX509Extensions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "HandleExternalEventActivity", - "Namespace": "System.Workflow.Activities" + "Name": "CX509Extensions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "HandleExternalEventActivityValidator", - "Namespace": "System.Workflow.Activities" + "Name": "CX509ExtensionsClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CallExternalMethodActivity", - "Namespace": "System.Workflow.Activities" + "Name": "IX509ExtensionKeyUsage", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CallExternalMethodActivityValidator", - "Namespace": "System.Workflow.Activities" + "Name": "X509KeyUsageFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowSubscriptionService", - "Namespace": "System.Workflow.Activities" + "Name": "CX509ExtensionKeyUsage", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "MessageEventSubscription", - "Namespace": "System.Workflow.Activities" + "Name": "CX509ExtensionKeyUsageClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ExternalDataExchangeAttribute", - "Namespace": "System.Workflow.Activities" + "Name": "IX509ExtensionEnhancedKeyUsage", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CorrelationInitializerAttribute", - "Namespace": "System.Workflow.Activities" + "Name": "CX509ExtensionEnhancedKeyUsage", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CorrelationParameterAttribute", - "Namespace": "System.Workflow.Activities" + "Name": "CX509ExtensionEnhancedKeyUsageClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CorrelationAliasAttribute", - "Namespace": "System.Workflow.Activities" + "Name": "IX509ExtensionTemplateName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ExternalDataEventArgs", - "Namespace": "System.Workflow.Activities" + "Name": "CX509ExtensionTemplateName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "EventDeliveryFailedException", - "Namespace": "System.Workflow.Activities" + "Name": "CX509ExtensionTemplateNameClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "EventQueueName", - "Namespace": "System.Workflow.Activities" + "Name": "IX509ExtensionTemplate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ExternalDataExchangeServiceSection", - "Namespace": "System.Workflow.Activities" + "Name": "CX509ExtensionTemplate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ExternalDataExchangeService", - "Namespace": "System.Workflow.Activities" + "Name": "CX509ExtensionTemplateClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleCondition", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "IAlternativeName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleExpressionCondition", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "AlternativeNameType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleConditionReference", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CAlternativeName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleConditionCollection", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CAlternativeNameClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleConditionChangeAction", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "IAlternativeNames", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleSetChangeAction", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CAlternativeNames", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "AddedConditionAction", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CAlternativeNamesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RemovedConditionAction", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "IX509ExtensionAlternativeNames", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "UpdatedConditionAction", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CX509ExtensionAlternativeNames", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "AddedRuleSetAction", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CX509ExtensionAlternativeNamesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RemovedRuleSetAction", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "IX509ExtensionBasicConstraints", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "UpdatedRuleSetAction", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CX509ExtensionBasicConstraints", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleException", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CX509ExtensionBasicConstraintsClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleEvaluationException", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "IX509ExtensionSubjectKeyIdentifier", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleEvaluationIncompatibleTypesException", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CX509ExtensionSubjectKeyIdentifier", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleSetValidationException", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CX509ExtensionSubjectKeyIdentifierClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleExpressionResult", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "IX509ExtensionAuthorityKeyIdentifier", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleLiteralResult", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CX509ExtensionAuthorityKeyIdentifier", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleExecution", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CX509ExtensionAuthorityKeyIdentifierClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleActionTrackingEvent", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "ISmimeCapability", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IRuleExpression", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CSmimeCapability", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RulePathQualifier", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CSmimeCapabilityClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleAnalysis", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "ISmimeCapabilities", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleReevaluationBehavior", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CSmimeCapabilities", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "Rule", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CSmimeCapabilitiesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleAction", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "IX509ExtensionSmimeCapabilities", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleHaltAction", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CX509ExtensionSmimeCapabilities", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleUpdateAction", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CX509ExtensionSmimeCapabilitiesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleStatementAction", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "IPolicyQualifier", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleAttributeTarget", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "PolicyQualifierType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleAttribute", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CPolicyQualifier", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleReadWriteAttribute", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CPolicyQualifierClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleReadAttribute", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "IPolicyQualifiers", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleWriteAttribute", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CPolicyQualifiers", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleInvokeAttribute", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CPolicyQualifiersClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleDefinitions", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "ICertificatePolicy", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleEngine", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CCertificatePolicy", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleChainingBehavior", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CCertificatePolicyClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleSet", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "ICertificatePolicies", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleSetCollection", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CCertificatePolicies", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleSetReference", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CCertificatePoliciesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleExpressionInfo", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "IX509ExtensionCertificatePolicies", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleValidation", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CX509ExtensionCertificatePolicies", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleExpressionWalker", - "Namespace": "System.Workflow.Activities.Rules" + "Name": "CX509ExtensionCertificatePoliciesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleSetDialog", - "Namespace": "System.Workflow.Activities.Rules.Design" + "Name": "IX509ExtensionMSApplicationPolicies", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuleConditionDialog", - "Namespace": "System.Workflow.Activities.Rules.Design" + "Name": "CX509ExtensionMSApplicationPolicies", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActiveDirectoryRoleFactoryConfiguration", - "Namespace": "System.Workflow.Activities.Configuration" + "Name": "CX509ExtensionMSApplicationPoliciesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowChanges", - "Namespace": "System.Workflow.ComponentModel" + "Name": "IX509Attribute", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowChangeAction", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509Attribute", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityChangeAction", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "AddedActivityAction", - "Namespace": "System.Workflow.ComponentModel" + "Name": "IX509Attributes", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RemovedActivityAction", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509Attributes", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DependencyObject", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "Activity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "IX509AttributeExtensions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompositeActivity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeExtensions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IActivityEventListener`1", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeExtensionsClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "QueueEventArgs", - "Namespace": "System.Workflow.ComponentModel" + "Name": "IX509AttributeClientId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityExecutionContext", - "Namespace": "System.Workflow.ComponentModel" + "Name": "RequestClientInfoClientId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityExecutionContextManager", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeClientId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityExecutionStatusChangedEventArgs", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeClientIdClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityCollection", - "Namespace": "System.Workflow.ComponentModel" + "Name": "IX509AttributeRenewalCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityCollectionChangeAction", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeRenewalCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityCollectionChangeEventArgs", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeRenewalCertificateClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IDynamicPropertyTypeProvider", - "Namespace": "System.Workflow.ComponentModel" + "Name": "IX509AttributeArchiveKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityExecutionStatus", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeArchiveKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityExecutionResult", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeArchiveKeyClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IStartWorkflow", - "Namespace": "System.Workflow.ComponentModel" + "Name": "IX509AttributeArchiveKeyHash", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowTerminatedException", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeArchiveKeyHash", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ICompensatableActivity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeArchiveKeyHashClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "AlternateFlowActivityAttribute", - "Namespace": "System.Workflow.ComponentModel" + "Name": "IX509AttributeOSVersion", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "PersistOnCloseAttribute", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeOSVersion", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IWorkflowChangeDiff", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeOSVersionClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityCondition", - "Namespace": "System.Workflow.ComponentModel" + "Name": "IX509AttributeCspProvider", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DependencyPropertyOptions", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeCspProvider", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "GetValueOverride", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CX509AttributeCspProviderClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SetValueOverride", - "Namespace": "System.Workflow.ComponentModel" + "Name": "ICryptAttribute", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "PropertyMetadata", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CCryptAttribute", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DependencyProperty", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CCryptAttributeClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowParameterBinding", - "Namespace": "System.Workflow.ComponentModel" + "Name": "ICryptAttributes", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowParameterBindingCollection", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CCryptAttributes", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityBind", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CCryptAttributesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SuspendActivity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "ICertProperty", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "TerminateActivity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CERTENROLL_PROPERTYID", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ThrowActivity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CCertProperty", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowTransactionOptions", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CCertPropertyClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "TransactionScopeActivity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "ICertProperties", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SynchronizationScopeActivity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CCertProperties", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompensateActivity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CCertPropertiesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompensationHandlerActivity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "ICertPropertyFriendlyName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CancellationHandlerActivity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CCertPropertyFriendlyName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "FaultHandlerActivity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CCertPropertyFriendlyNameClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "FaultHandlersActivity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "ICertPropertyDescription", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompensatableTransactionScopeActivity", - "Namespace": "System.Workflow.ComponentModel" + "Name": "CCertPropertyDescription", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityDesignerLayoutSerializer", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyDescriptionClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompositeActivityDesignerLayoutSerializer", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ICertPropertyAutoEnroll", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "FreeformActivityDesignerLayoutSerializer", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyAutoEnroll", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ConnectorLayoutSerializer", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyAutoEnrollClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowOutline", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ICertPropertyRequestOriginator", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowOutlineNode", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyRequestOriginator", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowMenuCommands", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyRequestOriginatorClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IIdentifierCreationService", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ICertPropertySHA1Hash", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IMemberCreationService", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertySHA1Hash", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IExtendedUIService", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertySHA1HashClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IExtendedUIService2", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ICertPropertyKeyProvInfo", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityDragEventArgs", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyKeyProvInfo", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityChangedEventArgs", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyKeyProvInfoClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityDesignerLayoutEventArgs", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ICertPropertyArchived", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityDesignerPaintEventArgs", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyArchived", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityDesignerResizeEventArgs", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyArchivedClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DesignerEdges", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ICertPropertyBackedUp", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IDesignerGlyphProviderService", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyBackedUp", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IDesignerGlyphProvider", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyBackedUpClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IDesignerVerbProviderService", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ICertPropertyEnrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IDesignerVerbProvider", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyEnrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IPersistUIState", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyEnrollmentClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IWorkflowRootDesigner", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ICertPropertyRenewal", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DesignerNavigationDirection", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyRenewal", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "HitTestLocations", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyRenewalClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "HitTestInfo", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ICertPropertyArchivedKeyHash", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ConnectorHitTestInfo", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyArchivedKeyHash", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DesignerAction", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyArchivedKeyHashClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DesignerVerbGroup", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ICertPropertyEnrollmentPolicyServer", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityDesignerVerb", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "EnrollmentPolicyServerPropertyFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityDesignerVerbCollection", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "X509EnrollmentAuthFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ITypeFilterProvider", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "PolicyServerUrlFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "TypeFilterProviderAttribute", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyEnrollmentPolicyServer", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ITypeProviderCreator", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertPropertyEnrollmentPolicyServerClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityDesigner", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ISignerCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityDesignerAccessibleObject", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509SignatureInformation", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompositeActivityDesigner", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CSignerCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompositeDesignerAccessibleObject", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CSignerCertificateClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "StructuredCompositeActivityDesigner", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509NameValuePair", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SequentialActivityDesigner", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509NameValuePair", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SequenceDesignerAccessibleObject", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509NameValuePairClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ParallelActivityDesigner", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ICertificateAttestationChallenge", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityPreviewDesigner", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ICertificateAttestationChallenge2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DesignerView", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertificateAttestationChallenge", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SequentialWorkflowRootDesigner", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CCertificateAttestationChallengeClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SequentialWorkflowHeaderFooter", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509CertificateRequest", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowView", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "X509CertificateEnrollmentContext", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowViewAccessibleObject", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "InnerRequestLevel", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ThemeType", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "X509RequestType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DesignerGeometry", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509CertificateRequestPkcs10", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "TextQuality", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "X509RequestInheritOptions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DesignerSize", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "Pkcs10AllowedSignatureTypes", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DesignerContentAlignment", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509CertificateRequestPkcs10V2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "LineAnchor", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509EnrollmentPolicyServer", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "AmbientProperty", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509CertificateTemplate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityDesignerThemeAttribute", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509CertificateRequestPkcs10V3", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowTheme", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509NameValuePairs", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DesignerTheme", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509CertificateRequestPkcs10V4", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityDesignerTheme", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "KeyAttestationClaimType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompositeDesignerTheme", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509CertificateRequestPkcs10", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityPreviewDesignerTheme", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509CertificateRequestPkcs10Class", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "AmbientTheme", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509CertificateRequestCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityDesignerPaint", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509CertificateRequestCertificate2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityBindTypeConverter", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509CertificateRequestCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "TypeBrowserEditor", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509CertificateRequestCertificateClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "BindUITypeEditor", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509CertificateRequestPkcs7", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityToolboxItem", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509CertificateRequestPkcs7V2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowDesignerLoader", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509CertificateRequestPkcs7", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "FreeformActivityDesigner", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509CertificateRequestPkcs7Class", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ConnectorEventHandler", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509CertificateRequestCmc", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ConnectorEventArgs", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "ISignerCertificates", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ConnectionPoint", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509CertificateRequestCmc2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "Connector", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509CertificateRequestCmc", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ConnectorAccessibleObject", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509CertificateRequestCmcClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowDesignerMessageFilter", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509Enrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityDesignerGlyphCollection", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "InstallResponseRestrictionFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DesignerGlyph", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "PFXExportOptions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowPageSetupDialog", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509Enrollment2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ThemeConfigurationDialog", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509Enrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "TypeBrowserDialog", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509EnrollmentClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ConfigErrorGlyph", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509EnrollmentWebClassFactory", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CommentGlyph", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509EnrollmentWebClassFactory", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "LockedActivityGlyph", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509EnrollmentWebClassFactoryClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ReadOnlyActivityGlyph", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "IX509EnrollmentHelper", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SelectionGlyph", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "WebEnrollmentFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ShadowGlyph", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509EnrollmentHelper", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SequenceDesigner", - "Namespace": "System.Workflow.ComponentModel.Design" + "Name": "CX509EnrollmentHelperClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompileWorkflowTask", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "IX509MachineEnrollmentFactory", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompileWorkflowCleanupTask", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509MachineEnrollmentFactory", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "AuthorizedType", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509MachineEnrollmentFactoryClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowMarkupSourceAttribute", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "X509EnrollmentPolicyLoadOption", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "IWorkflowCompilerOptionsService", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "IX509CertificateTemplates", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowCompilerOptionsService", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "ICertificationAuthorities", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowCompilationContext", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "X509EnrollmentPolicyExportFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowCompiler", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509EnrollmentPolicyActiveDirectory", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowCompilerParameters", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509EnrollmentPolicyActiveDirectoryClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowCompilerResults", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509EnrollmentPolicyWebService", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowCompilerError", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509EnrollmentPolicyWebServiceClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityCodeGenerator", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "IX509PolicyServerListManager", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CodeGenerationManager", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509PolicyServerUrl", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityCodeGeneratorAttribute", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509PolicyServerListManager", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompositeActivityCodeGenerator", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509PolicyServerListManagerClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityValidator", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "IX509PolicyServerUrl", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowValidationFailedException", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "PolicyServerUrlPropertyID", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "AccessTypes", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509PolicyServerUrlClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "BindValidationContext", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "IX509CertificateTemplateWritable", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompositeActivityValidator", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CommitTemplateFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ConditionValidator", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "EnrollmentTemplateProperty", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DependencyObjectValidator", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509CertificateTemplateADWritable", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "PropertyValidationContext", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509CertificateTemplateADWritableClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ValidationError", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "IX509CertificateRevocationListEntry", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ValidationErrorCollection", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CRLRevocationReason", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ValidationManager", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509CertificateRevocationListEntry", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ValidationOption", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509CertificateRevocationListEntryClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ValidationOptionAttribute", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "IX509CertificateRevocationListEntries", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "Validator", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509CertificateRevocationListEntries", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityValidatorAttribute", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509CertificateRevocationListEntriesClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "AttributeInfoAttribute", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "IX509CertificateRevocationList", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "AttributeInfo", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509CertificateRevocationList", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ITypeProvider", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "CX509CertificateRevocationListClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "TypeProvider", - "Namespace": "System.Workflow.ComponentModel.Compiler" + "Name": "IX509SCEPEnrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityMarkupSerializer", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "X509SCEPDisposition", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivitySurrogateSelector", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "X509SCEPFailInfo", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityCodeDomSerializationManager", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "IX509SCEPEnrollment2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityCodeDomSerializer", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "X509SCEPProcessMessageFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "DependencyObjectCodeDomSerializer", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "DelayRetryAction", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ActivityTypeCodeDomSerializer", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "CX509SCEPEnrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "XmlnsDefinitionAttribute", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "CX509SCEPEnrollmentClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "XmlnsPrefixAttribute", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "IX509SCEPEnrollmentHelper", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "RuntimeNamePropertyAttribute", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "CX509SCEPEnrollmentHelper", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ContentPropertyAttribute", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "CX509SCEPEnrollmentHelperClass", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ConstructorArgumentAttribute", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "AlgorithmType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "MarkupExtension", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "EnrollmentSelectionStatus", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CompositeActivityMarkupSerializer", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "EnrollmentDisplayStatus", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowMarkupSerializationManager", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "EnrollmentEnrollStatus", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowMarkupSerializationException", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "ICertificationAuthority", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "WorkflowMarkupSerializer", - "Namespace": "System.Workflow.ComponentModel.Serialization" + "Name": "X509CertificateTemplateGeneralFlag", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "InteropTrackingRecord", - "Namespace": "System.Activities.Tracking" + "Name": "X509CertificateTemplateEnrollmentFlag", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "Interop", - "Namespace": "System.Activities.Statements" + "Name": "X509CertificateTemplateSubjectNameFlag", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CorrelationToken", - "Namespace": "System.Workflow.Runtime" + "Name": "X509CertificateTemplatePrivateKeyFlag", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CorrelationTokenCollection", - "Namespace": "System.Workflow.Runtime" + "Name": "EnrollmentCAProperty", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CorrelationProperty", - "Namespace": "System.Workflow.Runtime" + "Name": "CertificateServiceException", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "CorrelationTokenEventArgs", - "Namespace": "System.Workflow.Runtime" + "Name": "InvalidStorePathException", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "IPendingWork", - "Namespace": "System.Workflow.Runtime" + "Name": "Certificate", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "IWorkBatch", - "Namespace": "System.Workflow.Runtime" + "Name": "PkiCredential", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TimerEventSubscription", - "Namespace": "System.Workflow.Runtime" + "Name": "StoreContext", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TimerEventSubscriptionCollection", - "Namespace": "System.Workflow.Runtime" + "Name": "PfxData", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowEnvironment", - "Namespace": "System.Workflow.Runtime" + "Name": "Context", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowInstance", - "Namespace": "System.Workflow.Runtime" + "Name": "EnrollmentAuthenticationType", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowOwnershipException", - "Namespace": "System.Workflow.Runtime" + "Name": "AutoEnrollmentPolicy", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowQueue", - "Namespace": "System.Workflow.Runtime" + "Name": "GetCertificateAutoEnrollmentPolicyCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowQueuingService", - "Namespace": "System.Workflow.Runtime" + "Name": "SetCertificateAutoEnrollmentPolicyCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowRuntimeEventArgs", - "Namespace": "System.Workflow.Runtime" + "Name": "AutoEnrollmentPolicyScope", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowRuntime", - "Namespace": "System.Workflow.Runtime" + "Name": "PolicySetting", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "ServicesExceptionNotHandledEventArgs", - "Namespace": "System.Workflow.Runtime" + "Name": "EnrollmentResult", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowEventArgs", - "Namespace": "System.Workflow.Runtime" + "Name": "GetCertificateCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowCompletedEventArgs", - "Namespace": "System.Workflow.Runtime" + "Name": "SwitchCertificateCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowSuspendedEventArgs", - "Namespace": "System.Workflow.Runtime" + "Name": "EnrollmentStatus", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowTerminatedEventArgs", - "Namespace": "System.Workflow.Runtime" + "Name": "TestCertificate", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowQueueInfo", - "Namespace": "System.Workflow.Runtime" + "Name": "TestCertificatePolicy", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowStatus", - "Namespace": "System.Workflow.Runtime" + "Name": "EnrollmentEndPointProperty", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "ExtractCollection", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "PolicyIdProperty", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "IProfileNotification", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "ImportPfxCertificate", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "PreviousTrackingServiceAttribute", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "ExportPfxCertificate", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "ProfileUpdatedEventArgs", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "ExportChainOption", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "ProfileRemovedEventArgs", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "ImportCertificateCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "SqlTrackingService", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "ExportCertificateCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "SqlTrackingWorkflowInstance", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CertType", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TrackingAnnotationCollection", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CertificateNotificationTask", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TrackingChannel", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "NewCertificateNotificationTaskCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TrackingCondition", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "GetCertificateNotificationTaskCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "ActivityTrackingCondition", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "RemoveCertificateNotificationTaskCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "ComparisonOperator", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CertificateNotificationType", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TrackingConditionCollection", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "NotificationChannel", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TrackingDataItem", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "GetPfxDataCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TrackingDataItemValue", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "EnrollmentPolicyServer", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TrackingExtract", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "AddCertificateEnrollmentPolicyServerCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowDataTrackingExtract", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "GetCertificateEnrollmentPolicyServerCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "ActivityDataTrackingExtract", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "RemoveCertificateEnrollmentPolicyServerCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "WorkflowTrackingLocation", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "EnrollmentPolicyServerScope", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "ActivityTrackingLocation", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "NewSelfSignedCertificateCommand", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "UserTrackingLocation", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CertificateType", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "ActivityTrackingLocationCollection", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "KeySpec", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "UserTrackingLocationCollection", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "KeyExportPolicy", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TrackingParameters", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "KeyProtection", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TrackingProfile", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "KeyUsage", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TrackingProfileCache", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "KeyUsageProperty", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TrackingProfileDeserializationException", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "HardwareKeyUsage", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TrackingProfileSerializer", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CurveParametersExportType", + "Namespace": "Microsoft.CertificateServices.Commands" }, { - "Name": "TrackingRecord", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "ICertSrvSetupKeyInformation", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "ActivityTrackingRecord", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CCertSrvSetupKeyInformation", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "UserTrackingRecord", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CCertSrvSetupKeyInformationClass", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "WorkflowTrackingRecord", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "ICertSrvSetup", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "TrackingService", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CASetupProperty", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "TrackingWorkflowEvent", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "ICertSrvSetupKeyInformationCollection", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "TrackingWorkflowChangedEventArgs", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CCertSrvSetup", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "TrackingWorkflowTerminatedEventArgs", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CCertSrvSetupClass", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "TrackingWorkflowSuspendedEventArgs", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "IMSCEPSetup", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "TrackingWorkflowExceptionEventArgs", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "MSCEPSetupProperty", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "ActivityTrackPoint", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CMSCEPSetup", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "UserTrackPoint", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CMSCEPSetupClass", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "WorkflowTrackPoint", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "ICertificateEnrollmentServerSetup", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "ActivityTrackPointCollection", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CESSetupProperty", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "UserTrackPointCollection", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CCertificateEnrollmentServerSetup", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "WorkflowTrackPointCollection", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CCertificateEnrollmentServerSetupClass", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "SqlTrackingQuery", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "ICertificateEnrollmentPolicyServerSetup", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "SqlTrackingQueryOptions", - "Namespace": "System.Workflow.Runtime.Tracking" + "Name": "CEPSetupProperty", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "DebugController", - "Namespace": "System.Workflow.Runtime.DebugEngine" + "Name": "CCertificateEnrollmentPolicyServerSetup", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "IWorkflowDebuggerService", - "Namespace": "System.Workflow.Runtime.DebugEngine" + "Name": "CCertificateEnrollmentPolicyServerSetupClass", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "WorkflowDebuggerSteppingOption", - "Namespace": "System.Workflow.Runtime.DebugEngine" + "Name": "__MIDL___MIDL_itf_casetup_0000_0002_0001", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "WorkflowDebuggerSteppingAttribute", - "Namespace": "System.Workflow.Runtime.DebugEngine" + "Name": "__MIDL___MIDL_itf_casetup_0000_0003_0001", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "IInstanceTable", - "Namespace": "System.Workflow.Runtime.DebugEngine" + "Name": "__MIDL___MIDL_itf_casetup_0000_0004_0001", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "ActivityHandlerDescriptor", - "Namespace": "System.Workflow.Runtime.DebugEngine" + "Name": "__MIDL___MIDL_itf_casetup_0000_0005_0001", + "Namespace": "Microsoft.CertificateServices.Setup.Interop" }, { - "Name": "DebugEngineCallback", - "Namespace": "System.Workflow.Runtime.DebugEngine" + "Name": "Setting", + "Namespace": null }, { - "Name": "IExpressionEvaluationFrame", - "Namespace": "System.Workflow.Runtime.DebugEngine" + "Name": "SettingValueType", + "Namespace": null }, { - "Name": "IWorkflowDebugger", - "Namespace": "System.Workflow.Runtime.DebugEngine" + "Name": "RuleType", + "Namespace": null }, { - "Name": "WorkflowLoaderService", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "OptionType", + "Namespace": null }, { - "Name": "WorkflowPersistenceService", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "Settings", + "Namespace": null }, { - "Name": "WorkflowRuntimeServiceState", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "CertEKU", + "Namespace": null }, { - "Name": "WorkflowRuntimeService", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "CertOemID", + "Namespace": null }, { - "Name": "WorkflowSchedulerService", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "CertPublisher", + "Namespace": null }, { - "Name": "WorkflowCommitWorkBatchService", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "CertIssuer", + "Namespace": null }, { - "Name": "PersistenceException", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "CertRoot", + "Namespace": null }, { - "Name": "DefaultWorkflowLoaderService", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "CertEnumType", + "Namespace": null }, { - "Name": "DefaultWorkflowSchedulerService", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "ProductSigners", + "Namespace": null }, { - "Name": "DefaultWorkflowCommitWorkBatchService", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "AllowedSigners", + "Namespace": null }, { - "Name": "ManualWorkflowSchedulerService", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "AllowedSigner", + "Namespace": null }, { - "Name": "SharedConnectionWorkflowCommitWorkBatchService", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "ExceptDenyRule", + "Namespace": null }, { - "Name": "SqlPersistenceWorkflowInstanceDescription", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "DeniedSigners", + "Namespace": null }, { - "Name": "SqlWorkflowPersistenceService", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "DeniedSigner", + "Namespace": null }, { - "Name": "WorkflowWebHostingModule", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "ExceptAllowRule", + "Namespace": null }, { - "Name": "WorkflowRuntimeSection", - "Namespace": "System.Workflow.Runtime.Configuration" + "Name": "FileRulesRef", + "Namespace": null }, { - "Name": "WorkflowRuntimeServiceElement", - "Namespace": "System.Workflow.Runtime.Configuration" + "Name": "FileRuleRef", + "Namespace": null }, { - "Name": "WorkflowRuntimeServiceElementCollection", - "Namespace": "System.Workflow.Runtime.Configuration" + "Name": "TestSigners", + "Namespace": null }, { - "Name": "ChannelManagerService", - "Namespace": "System.Workflow.Runtime.Hosting" + "Name": "TestSigningSigners", + "Namespace": null }, { - "Name": "ContextToken", - "Namespace": "System.Workflow.Activities" + "Name": "FileAttribRef", + "Namespace": null }, { - "Name": "ChannelToken", - "Namespace": "System.Workflow.Activities" + "Name": "EKUs", + "Namespace": null }, { - "Name": "OperationInfo", - "Namespace": "System.Workflow.Activities" + "Name": "EKU", + "Namespace": null }, { - "Name": "OperationInfoBase", - "Namespace": "System.Workflow.Activities" + "Name": "FileRules", + "Namespace": null }, { - "Name": "OperationParameterInfo", - "Namespace": "System.Workflow.Activities" + "Name": "Allow", + "Namespace": null }, { - "Name": "OperationParameterInfoCollection", - "Namespace": "System.Workflow.Activities" + "Name": "Deny", + "Namespace": null }, { - "Name": "OperationValidationEventArgs", - "Namespace": "System.Workflow.Activities" + "Name": "FileAttrib", + "Namespace": null }, { - "Name": "ReceiveActivity", - "Namespace": "System.Workflow.Activities" + "Name": "UpdatePolicySigner", + "Namespace": null }, { - "Name": "SendActivity", - "Namespace": "System.Workflow.Activities" + "Name": "UpdatePolicySigners", + "Namespace": null }, { - "Name": "SendActivityEventArgs", - "Namespace": "System.Workflow.Activities" + "Name": "CiSigner", + "Namespace": null }, { - "Name": "TypedOperationInfo", - "Namespace": "System.Workflow.Activities" + "Name": "CiSigners", + "Namespace": null }, { - "Name": "WorkflowServiceAttributes", - "Namespace": "System.Workflow.Activities" + "Name": "Signers", + "Namespace": null }, { - "Name": "WorkflowServiceAttributesDynamicPropertyValidator", - "Namespace": "System.Workflow.Activities" + "Name": "Signer", + "Namespace": null }, { - "Name": "WorkflowServiceHost", - "Namespace": "System.ServiceModel" + "Name": "SigningScenarios", + "Namespace": null }, { - "Name": "WorkflowRuntimeEndpoint", - "Namespace": "System.ServiceModel.Activities.Description" + "Name": "SigningScenario", + "Namespace": null }, { - "Name": "WorkflowServiceHostFactory", - "Namespace": "System.ServiceModel.Activation" + "Name": "SiPolicy", + "Namespace": null }, { - "Name": "DurableOperationContext", - "Namespace": "System.ServiceModel.Dispatcher" + "Name": "GetSystemDriver", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "PersistenceProviderElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "NewCIPolicyRule", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "WorkflowRuntimeElement", - "Namespace": "System.ServiceModel.Configuration" + "Name": "NewCIPolicy", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "ExtendedWorkflowRuntimeServiceElementCollection", - "Namespace": "System.ServiceModel.Configuration" + "Name": "GetCIPolicy", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "InstanceLockException", - "Namespace": "System.ServiceModel.Persistence" + "Name": "MergeCIPolicy", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "InstanceNotFoundException", - "Namespace": "System.ServiceModel.Persistence" + "Name": "SetRuleOptionCommand", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "PersistenceException", - "Namespace": "System.ServiceModel.Persistence" + "Name": "SetHVCIOptionsCommand", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "PersistenceProvider", - "Namespace": "System.ServiceModel.Persistence" + "Name": "SetCIPolicySetting", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "PersistenceProviderFactory", - "Namespace": "System.ServiceModel.Persistence" + "Name": "SetCIPolicyIdInfo", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "LockingPersistenceProvider", - "Namespace": "System.ServiceModel.Persistence" + "Name": "GetCIPolicyIdInfo", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "SqlPersistenceProviderFactory", - "Namespace": "System.ServiceModel.Persistence" + "Name": "RemoveCIPolicyRule", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "PersistenceProviderBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "EditCIPolicyRule", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "DurableOperationAttribute", - "Namespace": "System.ServiceModel.Description" + "Name": "GetCIPolicyInfoCommand", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "DurableServiceAttribute", - "Namespace": "System.ServiceModel.Description" + "Name": "AddSignerRuleCommand", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "UnknownExceptionAction", - "Namespace": "System.ServiceModel.Description" + "Name": "SetCIPolicyVersionCommand", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "WorkflowRuntimeBehavior", - "Namespace": "System.ServiceModel.Description" + "Name": "ConvertFromCIPolicyCommand", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "AttachableMemberIdentifier", - "Namespace": "System.Xaml" + "Name": "RuleAttribute", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "AttachablePropertyServices", - "Namespace": "System.Xaml" + "Name": "RuleSubject", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "XamlObjectEventArgs", - "Namespace": "System.Xaml" + "Name": "RuleType", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "IAmbientProvider", - "Namespace": "System.Xaml" + "Name": "Eku", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "AmbientPropertyValue", - "Namespace": "System.Xaml" + "Name": "RuleLevel", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "IAttachedPropertyStore", - "Namespace": "System.Xaml" + "Name": "Rule", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "IDestinationTypeProvider", - "Namespace": "System.Xaml" + "Name": "CIPolicyException", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "INamespacePrefixLookup", - "Namespace": "System.Xaml" + "Name": "CatParser", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "XamlNodeType", - "Namespace": "System.Xaml" + "Name": "WHQL_OPUS_INFO_DATA", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "XamlReaderSettings", - "Namespace": "System.Xaml" + "Name": "VersionInfo", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "XamlObjectWriter", - "Namespace": "System.Xaml" + "Name": "DriverFile", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "XamlObjectWriterSettings", - "Namespace": "System.Xaml" + "Name": "ImportParser", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "XamlXmlReader", - "Namespace": "System.Xaml" + "Name": "Privileges", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "XamlXmlReaderSettings", - "Namespace": "System.Xaml" + "Name": "ShadowCopyKeeper", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "IRootObjectProvider", - "Namespace": "System.Xaml" + "Name": "DirectoryWalker", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "IXamlLineInfo", - "Namespace": "System.Xaml" + "Name": "FileRuleComparer", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "IXamlLineInfoConsumer", - "Namespace": "System.Xaml" + "Name": "SettingRuleComparer", + "Namespace": "Microsoft.SecureBoot.UserConfig" }, { - "Name": "IXamlNamespaceResolver", - "Namespace": "System.Xaml" + "Name": "CertHolder", + "Namespace": "Microsoft.DeviceRegistration.ManagedInterop" }, { - "Name": "IXamlNameProvider", - "Namespace": "System.Xaml" + "Name": "CertInstaller", + "Namespace": "Microsoft.DeviceRegistration.ManagedInterop" }, { - "Name": "IXamlNameResolver", - "Namespace": "System.Xaml" + "Name": "CryptProvider", + "Namespace": "Microsoft.DeviceRegistration.ManagedInterop" }, { - "Name": "IXamlObjectWriterFactory", - "Namespace": "System.Xaml" + "Name": "IGPMAdmTmplEditor", + "Namespace": "Microsoft.GroupPolicy.AdmTmplEditor" }, { - "Name": "IXamlSchemaContextProvider", - "Namespace": "System.Xaml" + "Name": "IGPMAdmTmplEditorCallback", + "Namespace": "Microsoft.GroupPolicy.AdmTmplEditor" }, { - "Name": "NamespaceDeclaration", - "Namespace": "System.Xaml" + "Name": "IGPMAdmTmplEditorManager", + "Namespace": "Microsoft.GroupPolicy.AdmTmplEditor" }, { - "Name": "IXamlIndexingReader", - "Namespace": "System.Xaml" + "Name": "GPMAdmTmplEditorManager", + "Namespace": "Microsoft.GroupPolicy.AdmTmplEditor" }, { - "Name": "XamlBackgroundReader", - "Namespace": "System.Xaml" + "Name": "ReportingSecurityException", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "XamlNodeList", - "Namespace": "System.Xaml" + "Name": "TrusteeInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "XamlNodeQueue", - "Namespace": "System.Xaml" + "Name": "AceInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "XamlDirective", - "Namespace": "System.Xaml" + "Name": "SecurityObjectType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "XamlDeferringLoader", - "Namespace": "System.Xaml" + "Name": "AclInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "XamlException", - "Namespace": "System.Xaml" + "Name": "PlatformCalls", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "XamlParseException", - "Namespace": "System.Xaml" + "Name": "Constants", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "XamlObjectWriterException", - "Namespace": "System.Xaml" + "Name": "CertificateException", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "XamlDuplicateMemberException", - "Namespace": "System.Xaml" + "Name": "CertBase", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "XamlInternalException", - "Namespace": "System.Xaml" + "Name": "Cert", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "XamlSchemaException", - "Namespace": "System.Xaml" + "Name": "CertificateScope", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "XamlObjectReaderException", - "Namespace": "System.Xaml" + "Name": "CmtItem", + "Namespace": "Microsoft.GroupPolicy.Reporting.CmtWrapper" }, { - "Name": "XamlXmlWriterException", - "Namespace": "System.Xaml" + "Name": "CmtStore", + "Namespace": "Microsoft.GroupPolicy.Reporting.CmtWrapper" }, { - "Name": "XamlLanguage", - "Namespace": "System.Xaml" + "Name": "CmtStoreWrapperException", + "Namespace": "Microsoft.GroupPolicy.Reporting.CmtWrapper" }, { - "Name": "XamlMember", - "Namespace": "System.Xaml" + "Name": "CmtStoreWrapperHRException", + "Namespace": "Microsoft.GroupPolicy.Reporting.CmtWrapper" }, { - "Name": "XamlReader", - "Namespace": "System.Xaml" + "Name": "CTL", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "XamlSchemaContext", - "Namespace": "System.Xaml" + "Name": "EventLogRpcUtils", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "XamlSchemaContextSettings", - "Namespace": "System.Xaml" + "Name": "FRGroupSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "XamlServices", - "Namespace": "System.Xaml" + "Name": "FRFolderSetting", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "XamlType", - "Namespace": "System.Xaml" + "Name": "FolderRedirectionInterface", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "XamlObjectReader", - "Namespace": "System.Xaml" + "Name": "StateValueWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "XamlObjectReaderSettings", - "Namespace": "System.Xaml" + "Name": "ActionWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "XamlWriter", - "Namespace": "System.Xaml" + "Name": "ActionListWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "XamlXmlWriter", - "Namespace": "System.Xaml" + "Name": "PolicyDefinitionWrapperException", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "XamlXmlWriterSettings", - "Namespace": "System.Xaml" + "Name": "Constants", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "XamlWriterSettings", - "Namespace": "System.Xaml" + "Name": "DropDownInfoItemWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "XamlAccessLevel", - "Namespace": "System.Xaml.Permissions" + "Name": "SettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "XamlLoadPermission", - "Namespace": "System.Xaml.Permissions" + "Name": "ListBoxSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "AllowedMemberLocations", - "Namespace": "System.Xaml.Schema" + "Name": "EditDecimalSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "XamlCollectionKind", - "Namespace": "System.Xaml.Schema" + "Name": "EditLongDecimalSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "XamlMemberInvoker", - "Namespace": "System.Xaml.Schema" + "Name": "CheckBoxSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "ShouldSerializeResult", - "Namespace": "System.Xaml.Schema" + "Name": "DropDownSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "XamlTypeInvoker", - "Namespace": "System.Xaml.Schema" + "Name": "EditTextSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "XamlValueConverter`1", - "Namespace": "System.Xaml.Schema" + "Name": "ComboBoxSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "XamlTypeName", - "Namespace": "System.Xaml.Schema" + "Name": "MultiTextSettingWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "XamlTypeTypeConverter", - "Namespace": "System.Xaml.Schema" + "Name": "PolicyWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "MarkupExtensionBracketCharactersAttribute", - "Namespace": "System.Windows.Markup" + "Name": "CategoryWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "MemberDefinition", - "Namespace": "System.Windows.Markup" + "Name": "RootCategoryWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "PropertyDefinition", - "Namespace": "System.Windows.Markup" + "Name": "StateValueType", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "AcceptedMarkupExtensionExpressionTypeAttribute", - "Namespace": "System.Windows.Markup" + "Name": "SettingTypeWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "AmbientAttribute", - "Namespace": "System.Windows.Markup" + "Name": "StringCollectionWrapper", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "UsableDuringInitializationAttribute", - "Namespace": "System.Windows.Markup" + "Name": "PolicyDefinitionStore", + "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" }, { - "Name": "ConstructorArgumentAttribute", - "Namespace": "System.Windows.Markup" + "Name": "SecurityInfo", + "Namespace": "Microsoft.GroupPolicy.Reporting.Security" }, { - "Name": "ContentPropertyAttribute", - "Namespace": "System.Windows.Markup" + "Name": "WirelessStoreInterface", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "ContentWrapperAttribute", - "Namespace": "System.Windows.Markup" + "Name": "L2GPPolicyType", + "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" }, { - "Name": "DependsOnAttribute", - "Namespace": "System.Windows.Markup" + "Name": "RegistryItem", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "MarkupExtensionReturnTypeAttribute", - "Namespace": "System.Windows.Markup" + "Name": "RegistrySetting", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "NameScopePropertyAttribute", - "Namespace": "System.Windows.Markup" + "Name": "PolicyRegistrySetting", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "RootNamespaceAttribute", - "Namespace": "System.Windows.Markup" + "Name": "GroupPolicyObject", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "TrimSurroundingWhitespaceAttribute", - "Namespace": "System.Windows.Markup" + "Name": "PolicyState", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "UidPropertyAttribute", - "Namespace": "System.Windows.Markup" + "Name": "GpoSection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "WhitespaceSignificantCollectionAttribute", - "Namespace": "System.Windows.Markup" + "Name": "GpoType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XamlSetMarkupExtensionAttribute", - "Namespace": "System.Windows.Markup" + "Name": "RemoteGPUpdate", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlLangPropertyAttribute", - "Namespace": "System.Windows.Markup" + "Name": "IGPM", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlnsCompatibleWithAttribute", - "Namespace": "System.Windows.Markup" + "Name": "IGPM2", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlnsDefinitionAttribute", - "Namespace": "System.Windows.Markup" + "Name": "GPM", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlnsPrefixAttribute", - "Namespace": "System.Windows.Markup" + "Name": "GPMClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "DateTimeValueSerializer", - "Namespace": "System.Windows.Markup" + "Name": "IGPMDomain", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "INameScope", - "Namespace": "System.Windows.Markup" + "Name": "IGPMDomain2", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "INameScopeDictionary", - "Namespace": "System.Windows.Markup" + "Name": "IGPMDomain3", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "IProvideValueTarget", - "Namespace": "System.Windows.Markup" + "Name": "GPMDomain", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "IQueryAmbient", - "Namespace": "System.Windows.Markup" + "Name": "GPMDomainClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "IUriContext", - "Namespace": "System.Windows.Markup" + "Name": "IGPMSitesContainer", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "IValueSerializerContext", - "Namespace": "System.Windows.Markup" + "Name": "GPMSitesContainer", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "IXamlTypeResolver", - "Namespace": "System.Windows.Markup" + "Name": "GPMSitesContainerClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ValueSerializer", - "Namespace": "System.Windows.Markup" + "Name": "IGPMBackupDir", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XamlSetMarkupExtensionEventArgs", - "Namespace": "System.Windows.Markup" + "Name": "GPMBackupDir", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XamlSetTypeConverterAttribute", - "Namespace": "System.Windows.Markup" + "Name": "GPMBackupDirClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XamlSetTypeConverterEventArgs", - "Namespace": "System.Windows.Markup" + "Name": "IGPMSOM", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XamlSetValueEventArgs", - "Namespace": "System.Windows.Markup" + "Name": "GPMSOM", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "MarkupExtension", - "Namespace": "System.Windows.Markup" + "Name": "GPMSOMClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ArrayExtension", - "Namespace": "System.Windows.Markup" + "Name": "IGPMSearchCriteria", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "DictionaryKeyPropertyAttribute", - "Namespace": "System.Windows.Markup" + "Name": "GPMSearchCriteria", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "IComponentConnector", - "Namespace": "System.Windows.Markup" + "Name": "GPMSearchCriteriaClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "NullExtension", - "Namespace": "System.Windows.Markup" + "Name": "IGPMPermission", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "StaticExtension", - "Namespace": "System.Windows.Markup" + "Name": "GPMPermission", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "TypeExtension", - "Namespace": "System.Windows.Markup" + "Name": "GPMPermissionClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "RuntimeNamePropertyAttribute", - "Namespace": "System.Windows.Markup" + "Name": "IGPMSecurityInfo", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "NameReferenceConverter", - "Namespace": "System.Windows.Markup" + "Name": "GPMSecurityInfo", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "Reference", - "Namespace": "System.Windows.Markup" + "Name": "GPMSecurityInfoClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XamlDeferLoadAttribute", - "Namespace": "System.Windows.Markup" + "Name": "IGPMBackup", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XData", - "Namespace": "System.Windows.Markup" + "Name": "GPMBackup", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XamlBuildProvider", - "Namespace": "System.Xaml.Hosting" + "Name": "GPMBackupClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "HandlerElement", - "Namespace": "System.Xaml.Hosting.Configuration" + "Name": "IGPMBackupCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "HandlerElementCollection", - "Namespace": "System.Xaml.Hosting.Configuration" + "Name": "GPMBackupCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XamlHostingSection", - "Namespace": "System.Xaml.Hosting.Configuration" + "Name": "GPMBackupCollectionClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XamlHostingSectionGroup", - "Namespace": "System.Xaml.Hosting.Configuration" + "Name": "IGPMSOMCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlNamedNodeMap", - "Namespace": "System.Xml" + "Name": "GPMSOMCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "IApplicationResourceStreamResolver", - "Namespace": "System.Xml" + "Name": "GPMSOMCollectionClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "IHasXmlNode", - "Namespace": "System.Xml" + "Name": "IGPMWMIFilter", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "IXmlLineInfo", - "Namespace": "System.Xml" + "Name": "GPMWMIFilter", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "IXmlNamespaceResolver", - "Namespace": "System.Xml" + "Name": "GPMWMIFilterClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "NameTable", - "Namespace": "System.Xml" + "Name": "IGPMWMIFilterCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlDateTimeSerializationMode", - "Namespace": "System.Xml" + "Name": "GPMWMIFilterCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlConvert", - "Namespace": "System.Xml" + "Name": "GPMWMIFilterCollectionClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlException", - "Namespace": "System.Xml" + "Name": "IGPMRSOP", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlNamespaceManager", - "Namespace": "System.Xml" + "Name": "GPMRSOP", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlNamespaceScope", - "Namespace": "System.Xml" + "Name": "GPMRSOPClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlNameTable", - "Namespace": "System.Xml" + "Name": "IGPMGPO", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlNodeOrder", - "Namespace": "System.Xml" + "Name": "IGPMGPO2", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlNodeType", - "Namespace": "System.Xml" + "Name": "IGPMGPO3", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlQualifiedName", - "Namespace": "System.Xml" + "Name": "GPMGPO", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlResolver", - "Namespace": "System.Xml" + "Name": "GPMGPOClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlSecureResolver", - "Namespace": "System.Xml" + "Name": "IGPMGPOCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlUrlResolver", - "Namespace": "System.Xml" + "Name": "GPMGPOCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlXapResolver", - "Namespace": "System.Xml" + "Name": "GPMGPOCollectionClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ConformanceLevel", - "Namespace": "System.Xml" + "Name": "IGPMGPOLink", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "DtdProcessing", - "Namespace": "System.Xml" + "Name": "GPMGPOLink", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "EntityHandling", - "Namespace": "System.Xml" + "Name": "GPMGPOLinkClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "NamespaceHandling", - "Namespace": "System.Xml" + "Name": "IGPMGPOLinksCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "NewLineHandling", - "Namespace": "System.Xml" + "Name": "GPMGPOLinksCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ReadState", - "Namespace": "System.Xml" + "Name": "GPMGPOLinksCollectionClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ValidationType", - "Namespace": "System.Xml" + "Name": "IGPMAsyncCancel", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "WhitespaceHandling", - "Namespace": "System.Xml" + "Name": "GPMAsyncCancel", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlParserContext", - "Namespace": "System.Xml" + "Name": "GPMAsyncCancelClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlReader", - "Namespace": "System.Xml" + "Name": "IGPMStatusMsgCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlReaderSettings", - "Namespace": "System.Xml" + "Name": "GPMStatusMsgCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlSpace", - "Namespace": "System.Xml" + "Name": "GPMStatusMsgCollectionClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlTextReader", - "Namespace": "System.Xml" + "Name": "IGPMStatusMessage", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "Formatting", - "Namespace": "System.Xml" + "Name": "GPMStatusMessage", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlTextWriter", - "Namespace": "System.Xml" + "Name": "GPMStatusMessageClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlValidatingReader", - "Namespace": "System.Xml" + "Name": "IGPMTrustee", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "WriteState", - "Namespace": "System.Xml" + "Name": "GPMTrustee", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlWriter", - "Namespace": "System.Xml" + "Name": "GPMTrusteeClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlOutputMethod", - "Namespace": "System.Xml" + "Name": "IGPMClientSideExtension", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlWriterSettings", - "Namespace": "System.Xml" + "Name": "GPMClientSideExtension", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlAttribute", - "Namespace": "System.Xml" + "Name": "GPMClientSideExtensionClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlAttributeCollection", - "Namespace": "System.Xml" + "Name": "IGPMCSECollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlCDataSection", - "Namespace": "System.Xml" + "Name": "GPMCSECollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlCharacterData", - "Namespace": "System.Xml" + "Name": "GPMCSECollectionClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlComment", - "Namespace": "System.Xml" + "Name": "IGPMConstants", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlDeclaration", - "Namespace": "System.Xml" + "Name": "IGPMConstants2", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlDocument", - "Namespace": "System.Xml" + "Name": "GPMConstants", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlDocumentFragment", - "Namespace": "System.Xml" + "Name": "GPMConstantsClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlDocumentType", - "Namespace": "System.Xml" + "Name": "IGPMResult", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlElement", - "Namespace": "System.Xml" + "Name": "GPMResult", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlEntity", - "Namespace": "System.Xml" + "Name": "GPMResultClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlEntityReference", - "Namespace": "System.Xml" + "Name": "IGPMMapEntryCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlNodeChangedAction", - "Namespace": "System.Xml" + "Name": "GPMMapEntryCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlImplementation", - "Namespace": "System.Xml" + "Name": "GPMMapEntryCollectionClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlLinkedNode", - "Namespace": "System.Xml" + "Name": "IGPMMapEntry", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlNode", - "Namespace": "System.Xml" + "Name": "GPMMapEntry", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlNodeChangedEventArgs", - "Namespace": "System.Xml" + "Name": "GPMMapEntryClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlNodeChangedEventHandler", - "Namespace": "System.Xml" + "Name": "IGPMMigrationTable", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlNodeList", - "Namespace": "System.Xml" + "Name": "GPMMigrationTable", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlNodeReader", - "Namespace": "System.Xml" + "Name": "GPMMigrationTableClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlNotation", - "Namespace": "System.Xml" + "Name": "IGPMBackupDirEx", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlProcessingInstruction", - "Namespace": "System.Xml" + "Name": "GPMBackupDirEx", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlSignificantWhitespace", - "Namespace": "System.Xml" + "Name": "GPMBackupDirExClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlText", - "Namespace": "System.Xml" + "Name": "IGPMStarterGPOBackupCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlWhitespace", - "Namespace": "System.Xml" + "Name": "GPMStarterGPOBackupCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlTokenizedType", - "Namespace": "System.Xml" + "Name": "GPMStarterGPOBackupCollectionClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "CodeExporter", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMStarterGPOBackup", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "CodeGenerationOptions", - "Namespace": "System.Xml.Serialization" + "Name": "GPMStarterGPOBackup", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "CodeIdentifier", - "Namespace": "System.Xml.Serialization" + "Name": "GPMStarterGPOBackupClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "CodeIdentifiers", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMStarterGPO", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "ImportContext", - "Namespace": "System.Xml.Serialization" + "Name": "GPMTemplate", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "IXmlSerializable", - "Namespace": "System.Xml.Serialization" + "Name": "GPMTemplateClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "IXmlTextParser", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMStarterGPOCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SchemaImporter", - "Namespace": "System.Xml.Serialization" + "Name": "GPMStarterGPOCollection", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SoapAttributeAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "GPMStarterGPOCollectionClass", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SoapAttributeOverrides", - "Namespace": "System.Xml.Serialization" + "Name": "GPMRSOPMode", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SoapAttributes", - "Namespace": "System.Xml.Serialization" + "Name": "GPMPermissionType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SoapCodeExporter", - "Namespace": "System.Xml.Serialization" + "Name": "GPMBackupType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SoapElementAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "GPMReportType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SoapEnumAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "GPMSOMType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SoapIgnoreAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "GPMSearchProperty", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SoapIncludeAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "GPMSearchOperation", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SoapReflectionImporter", - "Namespace": "System.Xml.Serialization" + "Name": "GPMEntryType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SoapSchemaExporter", - "Namespace": "System.Xml.Serialization" + "Name": "GPMDestinationOption", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SoapSchemaImporter", - "Namespace": "System.Xml.Serialization" + "Name": "GPMStarterGPOType", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SoapSchemaMember", - "Namespace": "System.Xml.Serialization" + "Name": "GPMReportingOptions", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "SoapTypeAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmt_0000_0000_0002", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlAnyAttributeAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmt_0000_0000_0005", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlAnyElementAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmt_0000_0000_0003", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlAnyElementAttributes", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmt_0000_0000_0004", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlArrayAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL_IGPMSOM_0001", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlArrayItemAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmt_0000_0000_0001", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlArrayItemAttributes", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmt_0000_0000_0006", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlAttributeAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmt_0000_0000_0007", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlAttributeOverrides", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmt_0000_0030_0001", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlAttributes", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmt_0000_0030_0002", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlChoiceIdentifierAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmt_0000_0000_0008", + "Namespace": "Microsoft.GroupPolicy" }, { - "Name": "XmlCodeExporter", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMForestInternal", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlElementAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "GPMForest", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlElementAttributes", - "Namespace": "System.Xml.Serialization" + "Name": "GPMForestClass", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlEnumAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMDomainInternal", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlIgnoreAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "GPMDomainInternal", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlIncludeAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "GPMDomainInternalClass", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlMappingAccess", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMOUInternal", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlMapping", - "Namespace": "System.Xml.Serialization" + "Name": "GPMOUInternal", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlMemberMapping", - "Namespace": "System.Xml.Serialization" + "Name": "GPMOUInternalClass", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlMembersMapping", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMSiteInternal", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlNamespaceDeclarationsAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "GPMSiteInternal", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlReflectionImporter", - "Namespace": "System.Xml.Serialization" + "Name": "GPMSiteInternalClass", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlReflectionMember", - "Namespace": "System.Xml.Serialization" + "Name": "GPMTrustFlagPrivate", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlRootAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMSOMCollection", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSchemaExporter", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMSOM", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSchemaImporter", - "Namespace": "System.Xml.Serialization" + "Name": "GPMPermissionType", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSchemaProviderAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMWMIFilterInternal", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSchemas", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmtp_0000_0000_0003", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSchemaEnumerator", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMGPOLink", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSerializationGeneratedCode", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMGPO", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSerializationReader", - "Namespace": "System.Xml.Serialization" + "Name": "GPMSOMType", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSerializationFixupCallback", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMGPOLinksCollection", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSerializationCollectionFixupCallback", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMSecurityInfo", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSerializationReadCallback", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMWMIFilter", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSerializationWriter", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMResult", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSerializationWriteCallback", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMBackup", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSerializerAssemblyAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "GPMReportType", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlDeserializationEvents", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMDomain", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSerializerImplementation", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMPermission", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSerializer", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMTrustee", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSerializerFactory", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmtp_0001_0064_0002", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSerializerNamespaces", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMStatusMsgCollection", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlSerializerVersionAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmtp_0001_0064_0005", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlTextAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMGPOCollection", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlTypeAttribute", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMSearchCriteria", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlTypeMapping", - "Namespace": "System.Xml.Serialization" + "Name": "IGPMWMIFilterCollection", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlAttributeEventHandler", - "Namespace": "System.Xml.Serialization" + "Name": "GPMSearchProperty", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlAttributeEventArgs", - "Namespace": "System.Xml.Serialization" + "Name": "GPMSearchOperation", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlElementEventHandler", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmtp_0001_0064_0003", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlElementEventArgs", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL___MIDL_itf_gpmgmtp_0001_0064_0004", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlNodeEventHandler", - "Namespace": "System.Xml.Serialization" + "Name": "__MIDL_IGPMSOM_0001", + "Namespace": "Microsoft.GroupPolicy.Private" }, { - "Name": "XmlNodeEventArgs", - "Namespace": "System.Xml.Serialization" + "Name": "NativeErrorException", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "UnreferencedObjectEventHandler", - "Namespace": "System.Xml.Serialization" + "Name": "CommonBrowser", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "UnreferencedObjectEventArgs", - "Namespace": "System.Xml.Serialization" + "Name": "ActiveDirectoryBrowserGroupInfo", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "DateTimeSerializationSection", - "Namespace": "System.Xml.Serialization.Configuration" + "Name": "ActiveDirectoryBrowserUserInfo", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "SchemaImporterExtensionElement", - "Namespace": "System.Xml.Serialization.Configuration" + "Name": "ActiveDirectoryBrowserDialog", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "SchemaImporterExtensionElementCollection", - "Namespace": "System.Xml.Serialization.Configuration" + "Name": "ActiveDirectoryBrowserBehaviors", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "SchemaImporterExtensionsSection", - "Namespace": "System.Xml.Serialization.Configuration" + "Name": "ActiveDirectoryBrowserModes", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "SerializationSectionGroup", - "Namespace": "System.Xml.Serialization.Configuration" + "Name": "Locale", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "XmlSerializerSection", - "Namespace": "System.Xml.Serialization.Configuration" + "Name": "MmcHelper", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "RootedPathValidator", - "Namespace": "System.Xml.Serialization.Configuration" + "Name": "MsiBrowserDialog", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "SchemaImporterExtension", - "Namespace": "System.Xml.Serialization.Advanced" + "Name": "MsiBrowserMode", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "SchemaImporterExtensionCollection", - "Namespace": "System.Xml.Serialization.Advanced" + "Name": "RegistryBrowserSelection", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "XmlSchemaDatatypeVariety", - "Namespace": "System.Xml.Schema" + "Name": "RegistryBrowserDialog", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "IXmlSchemaInfo", - "Namespace": "System.Xml.Schema" + "Name": "RegistryValueBase", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "ValidationEventArgs", - "Namespace": "System.Xml.Schema" + "Name": "TaskDialogButton", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "ValidationEventHandler", - "Namespace": "System.Xml.Schema" + "Name": "TaskDialog", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "XmlAtomicValue", - "Namespace": "System.Xml.Schema" + "Name": "TaskDialogButtons", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "XmlSchema", - "Namespace": "System.Xml.Schema" + "Name": "TaskDialogResult", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "XmlSchemaAll", - "Namespace": "System.Xml.Schema" + "Name": "TaskDialogDefaultButton", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "XmlSchemaAnnotated", - "Namespace": "System.Xml.Schema" + "Name": "TaskDialogIcon", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "XmlSchemaAnnotation", - "Namespace": "System.Xml.Schema" + "Name": "VariableBrowserDialog", + "Namespace": "Microsoft.GroupPolicy.Targeting" }, { - "Name": "XmlSchemaAny", - "Namespace": "System.Xml.Schema" + "Name": "HostComputeInterop", + "Namespace": "Microsoft.HostCompute.Interop" }, { - "Name": "XmlSchemaAnyAttribute", - "Namespace": "System.Xml.Schema" + "Name": "ObjectNotFoundException", + "Namespace": "Microsoft.HostCompute.Interop" }, { - "Name": "XmlSchemaAppInfo", - "Namespace": "System.Xml.Schema" + "Name": "ComputeCmdletBase`1", + "Namespace": "Microsoft.HostCompute.PowerShell.Cmdlets" }, { - "Name": "XmlSchemaAttribute", - "Namespace": "System.Xml.Schema" + "Name": "GetComputeProcess", + "Namespace": "Microsoft.HostCompute.PowerShell.Cmdlets" }, { - "Name": "XmlSchemaAttributeGroup", - "Namespace": "System.Xml.Schema" + "Name": "StopComputeProcess", + "Namespace": "Microsoft.HostCompute.PowerShell.Cmdlets" }, { - "Name": "XmlSchemaAttributeGroupRef", - "Namespace": "System.Xml.Schema" + "Name": "ComputeProcess", + "Namespace": "Microsoft.HostCompute.PowerShell.Views" }, { - "Name": "XmlSchemaChoice", - "Namespace": "System.Xml.Schema" + "Name": "ComputeProcessType", + "Namespace": "Microsoft.HostCompute.PowerShell.Views" }, { - "Name": "XmlSchemaCollection", - "Namespace": "System.Xml.Schema" + "Name": "ComputeProcessIsolation", + "Namespace": "Microsoft.HostCompute.PowerShell.Views" }, { - "Name": "XmlSchemaCollectionEnumerator", - "Namespace": "System.Xml.Schema" + "Name": "HostComputeService", + "Namespace": "Microsoft.HostCompute.PowerShell.Views" }, { - "Name": "XmlSchemaComplexContent", - "Namespace": "System.Xml.Schema" + "Name": "DiskCachingMode", + "Namespace": "Microsoft.HyperV.Schema.Resource.Storage" }, { - "Name": "XmlSchemaComplexContentExtension", - "Namespace": "System.Xml.Schema" + "Name": "StorageResource", + "Namespace": "Microsoft.HyperV.Schema.Resource.Storage" }, { - "Name": "XmlSchemaComplexContentRestriction", - "Namespace": "System.Xml.Schema" + "Name": "NetworkQueryResults", + "Namespace": "Microsoft.HyperV.Schema.Resource.Network" }, { - "Name": "XmlSchemaComplexType", - "Namespace": "System.Xml.Schema" + "Name": "NicConnectionResource", + "Namespace": "Microsoft.HyperV.Schema.Resource.Network" }, { - "Name": "XmlSchemaContent", - "Namespace": "System.Xml.Schema" + "Name": "Image", + "Namespace": "Microsoft.HyperV.Schema.ContainerImages.BaseImages" }, { - "Name": "XmlSchemaContentModel", - "Namespace": "System.Xml.Schema" + "Name": "ImageData", + "Namespace": "Microsoft.HyperV.Schema.ContainerImages.BaseImages" }, { - "Name": "XmlSchemaContentProcessing", - "Namespace": "System.Xml.Schema" + "Name": "Properties", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaContentType", - "Namespace": "System.Xml.Schema" + "Name": "PolicyAction", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaDatatype", - "Namespace": "System.Xml.Schema" + "Name": "PowerPolicies", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaDerivationMethod", - "Namespace": "System.Xml.Schema" + "Name": "VmCriticalError", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaDocumentation", - "Namespace": "System.Xml.Schema" + "Name": "GlobalDeviceSettings", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, - { - "Name": "XmlSchemaElement", - "Namespace": "System.Xml.Schema" + { + "Name": "GlobalSettings", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaException", - "Namespace": "System.Xml.Schema" + "Name": "SettingsGlobal", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaExternal", - "Namespace": "System.Xml.Schema" + "Name": "Memory", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaFacet", - "Namespace": "System.Xml.Schema" + "Name": "NumaMemory", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaNumericFacet", - "Namespace": "System.Xml.Schema" + "Name": "MemorySettings", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaLengthFacet", - "Namespace": "System.Xml.Schema" + "Name": "Count", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaMinLengthFacet", - "Namespace": "System.Xml.Schema" + "Name": "NumaProcessors", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaMaxLengthFacet", - "Namespace": "System.Xml.Schema" + "Name": "ProcessorFeatures", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaPatternFacet", - "Namespace": "System.Xml.Schema" + "Name": "ProcessorSettings", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaEnumerationFacet", - "Namespace": "System.Xml.Schema" + "Name": "NumaSettings", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaMinExclusiveFacet", - "Namespace": "System.Xml.Schema" + "Name": "TopologySettings", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaMinInclusiveFacet", - "Namespace": "System.Xml.Schema" + "Name": "Settings", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaMaxExclusiveFacet", - "Namespace": "System.Xml.Schema" + "Name": "NumaNodeMappings", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaMaxInclusiveFacet", - "Namespace": "System.Xml.Schema" + "Name": "MemoryParameters", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaTotalDigitsFacet", - "Namespace": "System.Xml.Schema" + "Name": "AllocationParameters", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaFractionDigitsFacet", - "Namespace": "System.Xml.Schema" + "Name": "ResourceAllocations", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaWhiteSpaceFacet", - "Namespace": "System.Xml.Schema" + "Name": "Configuration", + "Namespace": "Microsoft.HyperV.Schema.Config.VmWorkerProcess" }, { - "Name": "XmlSchemaForm", - "Namespace": "System.Xml.Schema" + "Name": "Device", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices" }, { - "Name": "XmlSchemaGroup", - "Namespace": "System.Xml.Schema" + "Name": "DeviceWithElementName", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices" }, { - "Name": "XmlSchemaGroupBase", - "Namespace": "System.Xml.Schema" + "Name": "SyntheticVideo", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Video" }, { - "Name": "XmlSchemaGroupRef", - "Namespace": "System.Xml.Schema" + "Name": "Share", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaIdentityConstraint", - "Namespace": "System.Xml.Schema" + "Name": "VirtualSMB", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaXPath", - "Namespace": "System.Xml.Schema" + "Name": "VSmbRequest", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaUnique", - "Namespace": "System.Xml.Schema" + "Name": "VSmbIncomingMessage", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaKey", - "Namespace": "System.Xml.Schema" + "Name": "VSmbOutgoingMessage", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaKeyref", - "Namespace": "System.Xml.Schema" + "Name": "VSmbTransportState", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaImport", - "Namespace": "System.Xml.Schema" + "Name": "VSmbConnectionState", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaInclude", - "Namespace": "System.Xml.Schema" + "Name": "VSmbFileState", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaInfo", - "Namespace": "System.Xml.Schema" + "Name": "VSmbTreeConnectState", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaNotation", - "Namespace": "System.Xml.Schema" + "Name": "VSmbSessionState", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaObject", - "Namespace": "System.Xml.Schema" + "Name": "VSmbState", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaObjectCollection", - "Namespace": "System.Xml.Schema" + "Name": "Drive", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaObjectEnumerator", - "Namespace": "System.Xml.Schema" + "Name": "Controller", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaObjectTable", - "Namespace": "System.Xml.Schema" + "Name": "SyntheticStorageController", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Storage" }, { - "Name": "XmlSchemaParticle", - "Namespace": "System.Xml.Schema" + "Name": "Port", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Serial" }, { - "Name": "XmlSchemaRedefine", - "Namespace": "System.Xml.Schema" + "Name": "SerialController", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Serial" }, { - "Name": "XmlSchemaSequence", - "Namespace": "System.Xml.Schema" + "Name": "Setting", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Networking" }, { - "Name": "XmlSchemaSet", - "Namespace": "System.Xml.Schema" + "Name": "Feature", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Networking" }, { - "Name": "XmlSchemaCompilationSettings", - "Namespace": "System.Xml.Schema" + "Name": "Connection", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Networking" }, { - "Name": "XmlSchemaSimpleContent", - "Namespace": "System.Xml.Schema" + "Name": "SyntheticNicWithoutConnection", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Networking" }, { - "Name": "XmlSchemaSimpleContentExtension", - "Namespace": "System.Xml.Schema" + "Name": "SyntheticNic", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Networking" }, { - "Name": "XmlSchemaSimpleContentRestriction", - "Namespace": "System.Xml.Schema" + "Name": "EmulatedNicWithoutConnection", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Networking" }, { - "Name": "XmlSchemaSimpleType", - "Namespace": "System.Xml.Schema" + "Name": "EmulatedNic", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Networking" }, { - "Name": "XmlSchemaSimpleTypeContent", - "Namespace": "System.Xml.Schema" + "Name": "EmulatedNicDevice", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Networking" }, { - "Name": "XmlSchemaSimpleTypeList", - "Namespace": "System.Xml.Schema" + "Name": "Properties", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Manifest" }, { - "Name": "XmlSchemaSimpleTypeRestriction", - "Namespace": "System.Xml.Schema" + "Name": "DeviceEntry", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Manifest" }, { - "Name": "XmlSchemaSimpleTypeUnion", - "Namespace": "System.Xml.Schema" + "Name": "IntegrationComponent", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.IC" }, { - "Name": "XmlSchemaType", - "Namespace": "System.Xml.Schema" + "Name": "GuestInterfaceIc", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.IC" }, { - "Name": "XmlSchemaUse", - "Namespace": "System.Xml.Schema" + "Name": "BaseBoard", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Bios" }, { - "Name": "XmlSchemaValidationException", - "Namespace": "System.Xml.Schema" + "Name": "Chassis", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Bios" }, { - "Name": "XmlValueGetter", - "Namespace": "System.Xml.Schema" + "Name": "BiosLoader", + "Namespace": "Microsoft.HyperV.Schema.Config.Devices.Bios" }, { - "Name": "XmlSchemaValidationFlags", - "Namespace": "System.Xml.Schema" + "Name": "SystemType", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XmlSchemaValidator", - "Namespace": "System.Xml.Schema" + "Name": "ContainerType", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XmlSchemaValidity", - "Namespace": "System.Xml.Schema" + "Name": "NatPortProtocol", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XmlSeverityType", - "Namespace": "System.Xml.Schema" + "Name": "NetworkMode", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XmlTypeCode", - "Namespace": "System.Xml.Schema" + "Name": "PolicyType", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XmlSchemaInference", - "Namespace": "System.Xml.Schema" + "Name": "Layer", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XmlSchemaInferenceException", - "Namespace": "System.Xml.Schema" + "Name": "MappedDirectory", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XslCompiledTransform", - "Namespace": "System.Xml.Xsl" + "Name": "DeviceBase", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XsltMessageEncounteredEventArgs", - "Namespace": "System.Xml.Xsl" + "Name": "UtilityVmNetworkSettings", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XsltMessageEncounteredEventHandler", - "Namespace": "System.Xml.Xsl" + "Name": "UtilityVmSettings", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XsltArgumentList", - "Namespace": "System.Xml.Xsl" + "Name": "SettingsBase", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "IXsltContextFunction", - "Namespace": "System.Xml.Xsl" + "Name": "ContainerSettingsBase", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "IXsltContextVariable", - "Namespace": "System.Xml.Xsl" + "Name": "ContainerSettings", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XsltContext", - "Namespace": "System.Xml.Xsl" + "Name": "NatPortBinding", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XsltException", - "Namespace": "System.Xml.Xsl" + "Name": "NatSettings", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XsltCompileException", - "Namespace": "System.Xml.Xsl" + "Name": "NetworkConnection", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XslTransform", - "Namespace": "System.Xml.Xsl" + "Name": "NetworkSettings", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XsltSettings", - "Namespace": "System.Xml.Xsl" + "Name": "NetworkDevice", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "IXPathNavigable", - "Namespace": "System.Xml.XPath" + "Name": "Subnet", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XPathDocument", - "Namespace": "System.Xml.XPath" + "Name": "MacPool", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XPathException", - "Namespace": "System.Xml.XPath" + "Name": "Policy", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XmlSortOrder", - "Namespace": "System.Xml.XPath" + "Name": "NatPolicyData", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XmlCaseOrder", - "Namespace": "System.Xml.XPath" + "Name": "QosPolicyData", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XmlDataType", - "Namespace": "System.Xml.XPath" + "Name": "VlanPolicyData", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XPathResultType", - "Namespace": "System.Xml.XPath" + "Name": "VsidPolicyData", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XPathExpression", - "Namespace": "System.Xml.XPath" + "Name": "NetworkEndpoint", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers" }, { - "Name": "XPathItem", - "Namespace": "System.Xml.XPath" + "Name": "HNSNetwork", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers.HNS" }, { - "Name": "XPathNamespaceScope", - "Namespace": "System.Xml.XPath" + "Name": "HNSEndpoint", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers.HNS" }, { - "Name": "XPathNavigator", - "Namespace": "System.Xml.XPath" + "Name": "HNSNetworkResponse", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers.HNS" }, { - "Name": "XPathNodeIterator", - "Namespace": "System.Xml.XPath" + "Name": "HNSSingleNetworkResponse", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers.HNS" }, { - "Name": "XPathNodeType", - "Namespace": "System.Xml.XPath" + "Name": "HNSEndpointResponse", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers.HNS" }, { - "Name": "XmlKnownDtds", - "Namespace": "System.Xml.Resolvers" + "Name": "HNSEndpointStatsResponse", + "Namespace": "Microsoft.HyperV.Schema.Config.Containers.HNS" }, { - "Name": "XmlPreloadedResolver", - "Namespace": "System.Xml.Resolvers" + "Name": "PropertyType", + "Namespace": "Microsoft.HyperV.Schema.Compute.System" }, { - "Name": "XmlReaderSection", - "Namespace": "System.Xml.XmlConfiguration" + "Name": "NotificationType", + "Namespace": "Microsoft.HyperV.Schema.Compute.System" }, { - "Name": "XsltConfigSection", - "Namespace": "System.Xml.XmlConfiguration" + "Name": "ActiveOperation", + "Namespace": "Microsoft.HyperV.Schema.Compute.System" }, { - "Name": "Extensions", - "Namespace": "System.Xml.Schema" + "Name": "Properties", + "Namespace": "Microsoft.HyperV.Schema.Compute.System" }, { - "Name": "Extensions", - "Namespace": "System.Xml.XPath" + "Name": "Query", + "Namespace": "Microsoft.HyperV.Schema.Compute.System" }, { - "Name": "XDocumentExtensions", - "Namespace": "System.Xml.XPath" + "Name": "PropertyQuery", + "Namespace": "Microsoft.HyperV.Schema.Compute.System" }, { - "Name": "XName", - "Namespace": "System.Xml.Linq" + "Name": "ResultError", + "Namespace": "Microsoft.HyperV.Schema.Compute.System" }, { - "Name": "XNamespace", - "Namespace": "System.Xml.Linq" + "Name": "PauseSuspensionLevel", + "Namespace": "Microsoft.HyperV.Schema.Compute.Options" }, { - "Name": "XObject", - "Namespace": "System.Xml.Linq" + "Name": "PauseOptions", + "Namespace": "Microsoft.HyperV.Schema.Compute.Options" }, { - "Name": "XObjectChange", - "Namespace": "System.Xml.Linq" + "Name": "EventDataType", + "Namespace": "Microsoft.HyperV.Schema.Compute.Error" }, { - "Name": "XObjectChangeEventArgs", - "Namespace": "System.Xml.Linq" + "Name": "EventData", + "Namespace": "Microsoft.HyperV.Schema.Compute.Error" }, { - "Name": "XNode", - "Namespace": "System.Xml.Linq" + "Name": "ErrorEvent", + "Namespace": "Microsoft.HyperV.Schema.Compute.Error" }, { - "Name": "XNodeDocumentOrderComparer", - "Namespace": "System.Xml.Linq" + "Name": "ModifyOperation", + "Namespace": "Microsoft.HyperV.Schema.CExec.Process" }, { - "Name": "XNodeEqualityComparer", - "Namespace": "System.Xml.Linq" + "Name": "StdHandle", + "Namespace": "Microsoft.HyperV.Schema.CExec.Process" }, { - "Name": "XText", - "Namespace": "System.Xml.Linq" + "Name": "ProcessParameters", + "Namespace": "Microsoft.HyperV.Schema.CExec.Process" }, { - "Name": "XCData", - "Namespace": "System.Xml.Linq" + "Name": "ConsoleSize", + "Namespace": "Microsoft.HyperV.Schema.CExec.Process" }, { - "Name": "XContainer", - "Namespace": "System.Xml.Linq" + "Name": "CloseHandle", + "Namespace": "Microsoft.HyperV.Schema.CExec.Process" }, { - "Name": "XElement", - "Namespace": "System.Xml.Linq" + "Name": "ProcessModifyRequest", + "Namespace": "Microsoft.HyperV.Schema.CExec.Process" }, { - "Name": "LoadOptions", - "Namespace": "System.Xml.Linq" + "Name": "Marshal", + "Namespace": "Microsoft.HyperV.Schema" }, { - "Name": "SaveOptions", - "Namespace": "System.Xml.Linq" + "Name": "ClearKdsCacheCommand", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" }, { - "Name": "ReaderOptions", - "Namespace": "System.Xml.Linq" + "Name": "KdsServerConfiguration", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" }, { - "Name": "XDocument", - "Namespace": "System.Xml.Linq" + "Name": "KdsRootKey", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" }, { - "Name": "XComment", - "Namespace": "System.Xml.Linq" + "Name": "GetKdsRootKeyCommand", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" }, { - "Name": "XProcessingInstruction", - "Namespace": "System.Xml.Linq" + "Name": "AddKdsRootKeyCommand", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" }, { - "Name": "XDeclaration", - "Namespace": "System.Xml.Linq" + "Name": "TestKdsRootKeyCommand", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" }, { - "Name": "XDocumentType", - "Namespace": "System.Xml.Linq" + "Name": "GetKdsConfigurationCommand", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" }, { - "Name": "XAttribute", - "Namespace": "System.Xml.Linq" + "Name": "SetKdsConfigurationCommand", + "Namespace": "Microsoft.KeyDistributionService.Cmdlets" }, { - "Name": "XStreamingElement", - "Namespace": "System.Xml.Linq" + "Name": "ErrorId", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "Extensions", - "Namespace": "System.Xml.Linq" + "Name": "ActivityId", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "InstallSupport", - "Namespace": "Microsoft.TaskScheduler.SnapIn" + "Name": "NativeMethodWrapper", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "TaskSchedulerSnapIn", - "Namespace": "Microsoft.TaskScheduler.SnapIn" + "Name": "EShadowAction", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "TaskSchedulerExtension", - "Namespace": "Microsoft.TaskScheduler.SnapIn" + "Name": "EShadowNotifyRemoteUser", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "AndCondition", - "Namespace": "System.Windows.Automation" + "Name": "ShadowApi", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "Automation", - "Namespace": "System.Windows.Automation" + "Name": "RDMSConstants", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "AutomationElement", - "Namespace": "System.Windows.Automation" + "Name": "InstalledHostRoleService", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "AutomationElementCollection", - "Namespace": "System.Windows.Automation" + "Name": "DeviceRedirectionOption", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "AutomationFocusChangedEventHandler", - "Namespace": "System.Windows.Automation" + "Name": "RdmsDeploymentType", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "AutomationFocusChangedEventArgs", - "Namespace": "System.Windows.Automation" + "Name": "CertificateRole", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "BasePattern", - "Namespace": "System.Windows.Automation" + "Name": "CertificateLevel", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "AutomationElementMode", - "Namespace": "System.Windows.Automation" + "Name": "CommonUtility", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "CacheRequest", - "Namespace": "System.Windows.Automation" + "Name": "VirtualDesktopJobStatus", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "ClientSettings", - "Namespace": "System.Windows.Automation" + "Name": "RDCmdlet", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "ClientSideProviderMatchIndicator", - "Namespace": "System.Windows.Automation" + "Name": "RDCmdletContext", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "ClientSideProviderFactoryCallback", - "Namespace": "System.Windows.Automation" + "Name": "RDManagementException", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "ClientSideProviderDescription", - "Namespace": "System.Windows.Automation" + "Name": "TsVm", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "Condition", - "Namespace": "System.Windows.Automation" + "Name": "DeploymentValidations", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "DockPattern", - "Namespace": "System.Windows.Automation" + "Name": "RunOnceValidations", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "ExpandCollapsePattern", - "Namespace": "System.Windows.Automation" + "Name": "GatewayUsage", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "GridItemPattern", - "Namespace": "System.Windows.Automation" + "Name": "GatewayAuthMode", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "GridPattern", - "Namespace": "System.Windows.Automation" + "Name": "RDCBHADetails", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "InvokePattern", - "Namespace": "System.Windows.Automation" + "Name": "RDCBHADedicatedDetails", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "MultipleViewPattern", - "Namespace": "System.Windows.Automation" + "Name": "RDCBHASharedDetails", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "NotCondition", - "Namespace": "System.Windows.Automation" + "Name": "DeploymentModel", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "OrCondition", - "Namespace": "System.Windows.Automation" + "Name": "TSApplicationFileExtensions", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "PropertyConditionFlags", - "Namespace": "System.Windows.Automation" + "Name": "TSPublishedApplication", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "PropertyCondition", - "Namespace": "System.Windows.Automation" + "Name": "RDVHManagement", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "RangeValuePattern", - "Namespace": "System.Windows.Automation" + "Name": "RDMSFileTypeAssociation", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "ScrollPattern", - "Namespace": "System.Windows.Automation" + "Name": "RDMSPublishedApplication", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "ScrollItemPattern", - "Namespace": "System.Windows.Automation" + "Name": "WmiUtilities", + "Namespace": "Microsoft.RemoteDesktopServices.Management.HyperV" }, { - "Name": "SelectionPattern", - "Namespace": "System.Windows.Automation" + "Name": "GrantOrgUnitAccessCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "SelectionItemPattern", - "Namespace": "System.Windows.Automation" + "Name": "VerifyOrgUnitAccessCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "SynchronizedInputPattern", - "Namespace": "System.Windows.Automation" + "Name": "GetRDIconContentCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "TableItemPattern", - "Namespace": "System.Windows.Automation" + "Name": "RestartComputersAndBlockCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "TablePattern", - "Namespace": "System.Windows.Automation" + "Name": "CommonUtils", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "TextPattern", - "Namespace": "System.Windows.Automation" + "Name": "GetRDCertificateCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "TransformPattern", - "Namespace": "System.Windows.Automation" + "Name": "SetRDCertificateCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "TreeWalker", - "Namespace": "System.Windows.Automation" + "Name": "NewRDCertificateCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "TogglePattern", - "Namespace": "System.Windows.Automation" + "Name": "ImportRDCertificateCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ValuePattern", - "Namespace": "System.Windows.Automation" + "Name": "RDVirtualMachine", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "WindowPattern", - "Namespace": "System.Windows.Automation" + "Name": "ExportMasterVirtualMachineCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "VirtualizedItemPattern", - "Namespace": "System.Windows.Automation" + "Name": "GetRDVirtualMachineCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ItemContainerPattern", - "Namespace": "System.Windows.Automation" + "Name": "TestRDVirtualizationHostCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "TextPatternRange", - "Namespace": "System.Windows.Automation.Text" + "Name": "RDManagedNode", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "UIAutomationClientSideProviders", - "Namespace": "UIAutomationClientsideProviders" + "Name": "SetRDJoinedNodeCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "AutomationInteropProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "GetRDJoinedNodeCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "NavigateDirection", - "Namespace": "System.Windows.Automation.Provider" + "Name": "RemoveRDJoinedNodeCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IRawElementProviderFragment", - "Namespace": "System.Windows.Automation.Provider" + "Name": "ErrorUtility", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IRawElementProviderFragmentRoot", - "Namespace": "System.Windows.Automation.Provider" + "Name": "RDExtensions", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IRawElementProviderAdviseEvents", - "Namespace": "System.Windows.Automation.Provider" + "Name": "GetRDSessionHostPoolCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IRawElementProviderHwndOverride", - "Namespace": "System.Windows.Automation.Provider" + "Name": "NewRDSessionHostPoolCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ProviderOptions", - "Namespace": "System.Windows.Automation.Provider" + "Name": "RemoveRDSessionHostPoolCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IRawElementProviderSimple", - "Namespace": "System.Windows.Automation.Provider" + "Name": "GetRDSessionHostServerCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IDockProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "AddRDSessionHostServerCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IExpandCollapseProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "RemoveRDSessionHostServerCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IGridProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "DisconnectRDSessionCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IGridItemProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "SendRDMessageCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IInvokeProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "GetRDSessionHostServerPropertyCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IMultipleViewProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "SetRDSessionHostServerPropertyOnRDMSCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IRangeValueProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "SetRDSessionHostServerPropertyCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IScrollProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "SetRDSessionHostSettingCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IScrollItemProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "RDSessionHostPoolSettingID", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ISelectionProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "SetRDSessionHostPoolGeneralSettingCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ISelectionItemProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "GetRDSessionHostPoolSettingCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ISynchronizedInputProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "SetRDSessionHostPoolSettingCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ITableProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "OfflineVmInformation", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ITableItemProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "VM", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ITextProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "ConnectSwitchPort", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ITextRangeProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "CreateNewVM", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ITransformProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "RDVMCollectionProperties", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IValueProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "RolloutJobReport", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IToggleProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "NewRDVirtualMachinePoolCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IWindowProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "StartRDVirtualMachineRolloutCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IVirtualizedItemProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "SetRDSessionHostUserVhd", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "IItemContainerProvider", - "Namespace": "System.Windows.Automation.Provider" + "Name": "ResetRDSessionHostUserVhd", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "AutomationIdentifier", - "Namespace": "System.Windows.Automation" + "Name": "AddRDGatewayCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "AutomationPattern", - "Namespace": "System.Windows.Automation" + "Name": "SetGatewaySettingsCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "AutomationProperty", - "Namespace": "System.Windows.Automation" + "Name": "GetGatewaySettingsCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "AutomationEvent", - "Namespace": "System.Windows.Automation" + "Name": "AddRDLicenseCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "AutomationTextAttribute", - "Namespace": "System.Windows.Automation" + "Name": "SetLicenseSettingsCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ControlType", - "Namespace": "System.Windows.Automation" + "Name": "GetLicenseSettingsCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "AutomationElementIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "AddRDWebAccessCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "DockPosition", - "Namespace": "System.Windows.Automation" + "Name": "AddRDSessionHostCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "DockPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "AddRDVirtualizationHostCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ExpandCollapseState", - "Namespace": "System.Windows.Automation" + "Name": "CreateVirtualNetwork", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ExpandCollapsePatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "JoinToCB", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "GridItemPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "AddRDMSCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "GridPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "RemoveRDMSCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "InvokePatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "SetRdpGeneralSettingCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "MultipleViewPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "SetRdmsHighAvailabilityCommand", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "RangeValuePatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "SetDnsrr", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ScrollAmount", - "Namespace": "System.Windows.Automation" + "Name": "SetHighAvailabilityDatabaseConnectionString", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ScrollPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "WmiVMHostSettings", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "ScrollItemPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "RDVirtualizationHostSetting", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "SelectionPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "RDManagementResources", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "SelectionItemPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "UserDataVhdSetting", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "SynchronizedInputType", - "Namespace": "System.Windows.Automation" + "Name": "RDSessionHostUserDataVhdUtility", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "SynchronizedInputPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "UserDataVhdUtility", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "TableItemPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "RdpGeneralSetting", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "RowOrColumnMajor", - "Namespace": "System.Windows.Automation" + "Name": "RdpGatewaySetting", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "TablePatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "DeploymentAction", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "SupportedTextSelection", - "Namespace": "System.Windows.Automation" + "Name": "DeploymentRunOnceAction", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "TextPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "DeploymentActionType", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "TransformPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "DeploymentVerification", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "ToggleState", - "Namespace": "System.Windows.Automation" + "Name": "CheckDeploymentHealth", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "TogglePatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "CheckServerConnect", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "ValuePatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "CheckDeploymentServerHealth", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "WindowVisualState", - "Namespace": "System.Windows.Automation" + "Name": "PublishRDMSFileTypeAssociation", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "WindowInteractionState", - "Namespace": "System.Windows.Automation" + "Name": "PublishRDMSApplication", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "WindowPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "PublishRDSHApplication", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "VirtualizedItemPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "UpdatePublishRDSHApplication", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities" }, { - "Name": "ItemContainerPatternIdentifiers", - "Namespace": "System.Windows.Automation" + "Name": "getLocalMachineFullyQualifiedDomainName", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Activities.workflow.codeactivities" }, { - "Name": "OrientationType", - "Namespace": "System.Windows.Automation" + "Name": "RdmsInstrumentation", + "Namespace": "Microsoft.Rdms.UI.Primitives" }, { - "Name": "TreeScope", - "Namespace": "System.Windows.Automation" + "Name": "PrivilegesRequiredCommand", + "Namespace": "Microsoft.SecureBoot.Commands" }, { - "Name": "AsyncContentLoadedState", - "Namespace": "System.Windows.Automation" + "Name": "ConfirmSecureBootUefiCommand", + "Namespace": "Microsoft.SecureBoot.Commands" }, { - "Name": "ProxyAssemblyNotLoadedException", - "Namespace": "System.Windows.Automation" + "Name": "SetSecureBootUefiCommand", + "Namespace": "Microsoft.SecureBoot.Commands" }, { - "Name": "NoClickablePointException", - "Namespace": "System.Windows.Automation" + "Name": "GetSecureBootUefiCommand", + "Namespace": "Microsoft.SecureBoot.Commands" }, { - "Name": "ElementNotEnabledException", - "Namespace": "System.Windows.Automation" + "Name": "FormatSecureBootUefiCommand", + "Namespace": "Microsoft.SecureBoot.Commands" }, { - "Name": "ElementNotAvailableException", - "Namespace": "System.Windows.Automation" + "Name": "GetSecureBootPolicyCommand", + "Namespace": "Microsoft.SecureBoot.Commands" }, { - "Name": "AsyncContentLoadedEventArgs", - "Namespace": "System.Windows.Automation" + "Name": "StatusException", + "Namespace": "Microsoft.SecureBoot.Commands" }, { - "Name": "AutomationEventHandler", - "Namespace": "System.Windows.Automation" + "Name": "InvalidStateException", + "Namespace": "Microsoft.SecureBoot.Commands" }, { - "Name": "AutomationEventArgs", - "Namespace": "System.Windows.Automation" + "Name": "RegistryException", + "Namespace": "Microsoft.SecureBoot.Commands" }, { - "Name": "AutomationPropertyChangedEventHandler", - "Namespace": "System.Windows.Automation" + "Name": "PolicyException", + "Namespace": "Microsoft.SecureBoot.Commands" }, { - "Name": "AutomationPropertyChangedEventArgs", - "Namespace": "System.Windows.Automation" + "Name": "InvalidCertificateException", + "Namespace": "Microsoft.SecureBoot.Commands" }, { - "Name": "StructureChangedEventHandler", - "Namespace": "System.Windows.Automation" + "Name": "IAppIdPolicyHandler", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" }, { - "Name": "StructureChangeType", - "Namespace": "System.Windows.Automation" + "Name": "AppIdPolicyHandler", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" }, { - "Name": "StructureChangedEventArgs", - "Namespace": "System.Windows.Automation" + "Name": "AppIdPolicyHandlerClass", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" }, { - "Name": "WindowClosedEventArgs", - "Namespace": "System.Windows.Automation" + "Name": "IAppIdMmcPolicyHandler", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" }, { - "Name": "AnimationStyle", - "Namespace": "System.Windows.Automation.Text" + "Name": "AppIdMmcPolicyHandler", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" }, { - "Name": "BulletStyle", - "Namespace": "System.Windows.Automation.Text" + "Name": "AppIdMmcPolicyHandlerClass", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" }, { - "Name": "CapStyle", - "Namespace": "System.Windows.Automation.Text" + "Name": "IAppIdPolicyHelper", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" }, { - "Name": "FlowDirections", - "Namespace": "System.Windows.Automation.Text" + "Name": "AppIdPolicyHelper", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" }, { - "Name": "HorizontalTextAlignment", - "Namespace": "System.Windows.Automation.Text" + "Name": "AppIdPolicyHelperClass", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" }, { - "Name": "OutlineStyles", - "Namespace": "System.Windows.Automation.Text" + "Name": "FILE_TYPE", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" }, { - "Name": "TextPatternRangeEndpoint", - "Namespace": "System.Windows.Automation.Text" + "Name": "__MIDL___MIDL_itf_appidpolicyengineapi_0000_0000_0001", + "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" }, { - "Name": "TextUnit", - "Namespace": "System.Windows.Automation.Text" + "Name": "AuditPolicyBackup", + "Namespace": "Microsoft.Security.Cmdlets" }, { - "Name": "TextDecorationLineStyle", - "Namespace": "System.Windows.Automation.Text" + "Name": "AuditPolicyRestore", + "Namespace": "Microsoft.Security.Cmdlets" }, { - "Name": "VSPerfDataSet", - "Namespace": "VSPerfData" + "Name": "SecurityPolicyBackup", + "Namespace": "Microsoft.Security.Cmdlets" }, { - "Name": "TocReturnDetail", - "Namespace": "Windows.Help.Runtime" + "Name": "SecurityPolicyRestore", + "Namespace": "Microsoft.Security.Cmdlets" }, { - "Name": "SearchOptions", - "Namespace": "Windows.Help.Runtime" + "Name": "SessionPath", + "Namespace": "Microsoft.Security.Cmdlets" }, { - "Name": "FileIStream", - "Namespace": "Windows.Help.Runtime" + "Name": "OwnerAuthInputCmdlet", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "HelpReader", - "Namespace": "Windows.Help.Runtime" + "Name": "GetTpmCommand", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "ICatalog", - "Namespace": "Windows.Help.Runtime" + "Name": "InitializeTpmCommand", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "Catalog", - "Namespace": "Windows.Help.Runtime" + "Name": "ClearTpmCommand", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "ICatalogRead", - "Namespace": "Windows.Help.Runtime" + "Name": "UnblockTpmCommand", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "CatalogRead", - "Namespace": "Windows.Help.Runtime" + "Name": "EnableTpmAutoProvisioningCommand", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "ICatalogReadWriteLock", - "Namespace": "Windows.Help.Runtime" + "Name": "DisableTpmAutoProvisioningCommand", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "CatalogReadWriteLock", - "Namespace": "Windows.Help.Runtime" + "Name": "ImportTpmOwnerAuthCommand", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "IHelpFilter", - "Namespace": "Windows.Help.Runtime" + "Name": "SetTpmOwnerAuthCommand", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "HelpFilter", - "Namespace": "Windows.Help.Runtime" + "Name": "ConvertToTpmOwnerAuthCommand", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "IHelpKeyValuePair", - "Namespace": "Windows.Help.Runtime" + "Name": "GetTpmEndorsementKeyInfoCommand", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "HelpKeyValuePair", - "Namespace": "Windows.Help.Runtime" + "Name": "GetTpmSupportedFeatureCommand", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "IKeyword", - "Namespace": "Windows.Help.Runtime" + "Name": "EndorsementKeyObject", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "Keyword", - "Namespace": "Windows.Help.Runtime" + "Name": "TrustedPlatformModuleNotFoundException", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "IKeywordCollection", - "Namespace": "Windows.Help.Runtime" + "Name": "OperatingSystemInLegacyModeException", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "KeywordCollection", - "Namespace": "Windows.Help.Runtime" + "Name": "ActiveDirectoryBackupException", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "ITopic", - "Namespace": "Windows.Help.Runtime" + "Name": "TcgEventLogException", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "Topic", - "Namespace": "Windows.Help.Runtime" + "Name": "TpmWmiException", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "ITopicCollection", - "Namespace": "Windows.Help.Runtime" + "Name": "EndorsementKey", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "TopicCollection", - "Namespace": "Windows.Help.Runtime" + "Name": "TestKeyAttResult", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "MemoryIStream", - "Namespace": "Windows.Help.Runtime" + "Name": "TestFunctionality", + "Namespace": "Microsoft.Tpm.Commands" }, { - "Name": "IndexException", - "Namespace": "Windows.Help.Runtime.Index" + "Name": "AxMsTscAxNotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "LCType", - "Namespace": "Windows.Help.Runtime.Index" + "Name": "IMsTscAxEvents_OnDisconnectedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventSource", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnDisconnectedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventListener", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnChannelReceivedDataEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventCommandEventArgs", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnChannelReceivedDataEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventWrittenEventArgs", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnFatalErrorEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventSourceAttribute", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnFatalErrorEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventAttribute", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnWarningEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "NonEventAttribute", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnWarningEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventCommand", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnRemoteDesktopSizeChangeEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventSourceException", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnRemoteDesktopSizeChangeEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventLevel", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnConfirmCloseEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventTask", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnConfirmCloseEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventOpcode", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnReceivedTSPublicKeyEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventChannel", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnReceivedTSPublicKeyEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventKeywords", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnAutoReconnectingEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventSource", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnAutoReconnectingEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventListener", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnRemoteProgramResultEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventCommandEventArgs", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnRemoteProgramResultEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventWrittenEventArgs", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnRemoteProgramDisplayedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventSourceAttribute", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnRemoteProgramDisplayedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventAttribute", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnRemoteWindowDisplayedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "NonEventAttribute", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnRemoteWindowDisplayedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventCommand", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnLogonErrorEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventSourceException", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnLogonErrorEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventLevel", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnFocusReleasedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventTask", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnFocusReleasedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventOpcode", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnUserNameAcquiredEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventChannel", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnUserNameAcquiredEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventKeywords", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnMouseInputModeChangedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventSource", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnMouseInputModeChangedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventListener", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnServiceMessageReceivedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventCommandEventArgs", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnServiceMessageReceivedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventWrittenEventArgs", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnNetworkStatusChangedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventSourceAttribute", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnNetworkStatusChangedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventAttribute", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnAutoReconnecting2EventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "NonEventAttribute", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "IMsTscAxEvents_OnAutoReconnecting2Event", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventCommand", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "AxMsTscAxNotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventSourceException", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "AxMsTscAx", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventLevel", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "AxMsTscAxEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventTask", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "AxMsRdpClientNotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventOpcode", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "AxMsRdpClientNotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventChannel", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "AxMsRdpClient", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "EventKeywords", - "Namespace": "Microsoft.Diagnostics.Tracing" + "Name": "AxMsRdpClientEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "TelemetryDiagnostic", - "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + "Name": "AxMsRdpClient2NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "TelemetryMetrics", - "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + "Name": "AxMsRdpClient2NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "TelemetryStatus", - "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + "Name": "AxMsRdpClient2", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "TelemetryDiagnostic", - "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + "Name": "AxMsRdpClient2EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "TelemetryMetrics", - "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + "Name": "AxMsRdpClient2a", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "TelemetryStatus", - "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + "Name": "AxMsRdpClient2aEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "TelemetryDiagnostic", - "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + "Name": "AxMsRdpClient3NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "TelemetryMetrics", - "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + "Name": "AxMsRdpClient3NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "TelemetryStatus", - "Namespace": "Microsoft.WindowsAzure.GuestAgent.Telemetry" + "Name": "AxMsRdpClient3", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "PresentationTraceLevel", - "Namespace": "System.Diagnostics" + "Name": "AxMsRdpClient3EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "PresentationTraceSources", - "Namespace": "System.Diagnostics" + "Name": "AxMsRdpClient3a", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "CurrentChangedEventManager", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient3aEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "CurrentChangingEventArgs", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient4NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "CurrentChangingEventHandler", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient4NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "CurrentChangingEventManager", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient4", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "DependencyPropertyDescriptor", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient4EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "ErrorsChangedEventManager", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient4a", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "ICollectionView", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient4aEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "ICollectionViewFactory", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient5NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "ICollectionViewLiveShaping", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient5NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "NewItemPlaceholderPosition", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient5", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "IEditableCollectionView", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient5EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "IEditableCollectionViewAddNewItem", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient6NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "IItemProperties", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient6NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "ItemPropertyInfo", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient6", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "GroupDescription", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient6EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "PropertyChangedEventManager", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient7NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "PropertyFilterOptions", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient7NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "PropertyFilterAttribute", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient7", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "SortDescription", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient7EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "SortDescriptionCollection", - "Namespace": "System.ComponentModel" + "Name": "AxMsRdpClient8NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "CollectionChangedEventManager", - "Namespace": "System.Collections.Specialized" + "Name": "AxMsRdpClient8NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "AttachedPropertyBrowsableAttribute", - "Namespace": "System.Windows" + "Name": "AxMsRdpClient8", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "AttachedPropertyBrowsableForTypeAttribute", - "Namespace": "System.Windows" + "Name": "AxMsRdpClient8EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "AttachedPropertyBrowsableWhenAttributePresentAttribute", - "Namespace": "System.Windows" + "Name": "AxMsRdpClient9NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "BaseCompatibilityPreferences", - "Namespace": "System.Windows" + "Name": "AxMsRdpClient9NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "CoerceValueCallback", - "Namespace": "System.Windows" + "Name": "AxMsRdpClient9", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "DependencyObject", - "Namespace": "System.Windows" + "Name": "AxMsRdpClient9EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "DependencyObjectType", - "Namespace": "System.Windows" + "Name": "AxMsRdpClient10NotSafeForScripting", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "DependencyProperty", - "Namespace": "System.Windows" + "Name": "AxMsRdpClient10NotSafeForScriptingEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "DependencyPropertyKey", - "Namespace": "System.Windows" + "Name": "AxMsRdpClient10", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "DependencyPropertyChangedEventArgs", - "Namespace": "System.Windows" + "Name": "AxMsRdpClient10EventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "DependencyPropertyChangedEventHandler", - "Namespace": "System.Windows" + "Name": "AxRemoteDesktopClient", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "NameScope", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnDisconnectedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "Expression", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnDisconnectedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "ExpressionConverter", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnStatusChangedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "Freezable", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnStatusChangedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "Int32Rect", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnAutoReconnectingEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "Int32RectConverter", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnAutoReconnectingEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "Point", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnNetworkStatusChangedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "PointConverter", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnNetworkStatusChangedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "Rect", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnAdminMessageReceivedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "RectConverter", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnAdminMessageReceivedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "Size", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnKeyCombinationPressedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "SizeConverter", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnKeyCombinationPressedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "Vector", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnRemoteDesktopSizeChangedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "VectorConverter", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnRemoteDesktopSizeChangedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "IWeakEventListener", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnTouchPointerCursorMovedEventHandler", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "LocalValueEnumerator", - "Namespace": "System.Windows" + "Name": "IRemoteDesktopClientEvents_OnTouchPointerCursorMovedEvent", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "LocalValueEntry", - "Namespace": "System.Windows" + "Name": "AxRemoteDesktopClientEventMulticaster", + "Namespace": "AxMicrosoft.Virtualization.Client.Interop" }, { - "Name": "PropertyChangedCallback", - "Namespace": "System.Windows" + "Name": "IMsTscAx_Redist", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, - { - "Name": "PropertyMetadata", - "Namespace": "System.Windows" + { + "Name": "IMsTscAx", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SplashScreen", - "Namespace": "System.Windows" + "Name": "IMsTscAxEvents", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ValidateValueCallback", - "Namespace": "System.Windows" + "Name": "IMsTscAxEvents_Event", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "WeakEventManager", - "Namespace": "System.Windows" + "Name": "MsTscAxNotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "WeakEventManager`2", - "Namespace": "System.Windows" + "Name": "IMsRdpClient", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "MSG", - "Namespace": "System.Windows.Interop" + "Name": "IMsTscNonScriptable", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ThreadMessageEventHandler", - "Namespace": "System.Windows.Interop" + "Name": "IMsRdpClientNonScriptable", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ComponentDispatcher", - "Namespace": "System.Windows.Interop" + "Name": "MsTscAxNotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "IKeyboardInputSink", - "Namespace": "System.Windows.Interop" + "Name": "MsTscAx", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "IKeyboardInputSite", - "Namespace": "System.Windows.Interop" + "Name": "MsTscAxClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherPriority", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClientNotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "Dispatcher", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClientNotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherPriorityAwaitable", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherPriorityAwaiter", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClientClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherSynchronizationContext", - "Namespace": "System.Windows.Threading" + "Name": "IMsRdpClient2", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherHookEventArgs", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient2NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherHookEventHandler", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient2NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherHooks", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient2", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherProcessingDisabled", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient2Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherObject", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient2a", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherFrame", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient2aClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherOperation", - "Namespace": "System.Windows.Threading" + "Name": "IMsRdpClient3", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherOperation`1", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient3NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherOperationCallback", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient3NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherOperationStatus", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient3", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherEventArgs", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient3Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherUnhandledExceptionEventArgs", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient3a", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherUnhandledExceptionEventHandler", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient3aClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherUnhandledExceptionFilterEventArgs", - "Namespace": "System.Windows.Threading" + "Name": "IMsRdpClient4", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherUnhandledExceptionFilterEventHandler", - "Namespace": "System.Windows.Threading" + "Name": "MsRdpClient4NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DispatcherTimer", - "Namespace": "System.Windows.Threading" + "Name": "IMsRdpClientNonScriptable2", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DataSourceProvider", - "Namespace": "System.Windows.Data" + "Name": "MsRdpClient4NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DisableDpiAwarenessAttribute", - "Namespace": "System.Windows.Media" + "Name": "MsRdpClient4", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "Matrix", - "Namespace": "System.Windows.Media" + "Name": "MsRdpClient4Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "MatrixConverter", - "Namespace": "System.Windows.Media" + "Name": "MsRdpClient4a", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "MatrixValueSerializer", - "Namespace": "System.Windows.Media.Converters" + "Name": "MsRdpClient4aClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "Key", - "Namespace": "System.Windows.Input" + "Name": "IMsRdpClient5", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "KeyConverter", - "Namespace": "System.Windows.Input" + "Name": "MsRdpClient5NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "KeyInterop", - "Namespace": "System.Windows.Input" + "Name": "IMsRdpClientNonScriptable3", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "KeyValueSerializer", - "Namespace": "System.Windows.Input" + "Name": "MsRdpClient5NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ModifierKeys", - "Namespace": "System.Windows.Input" + "Name": "MsRdpClient5", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ModifierKeysConverter", - "Namespace": "System.Windows.Input" + "Name": "MsRdpClient5Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ModifierKeysValueSerializer", - "Namespace": "System.Windows.Input" + "Name": "IMsRdpClient6", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "TraversalRequest", - "Namespace": "System.Windows.Input" + "Name": "MsRdpClient6NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "FocusNavigationDirection", - "Namespace": "System.Windows.Input" + "Name": "IMsRdpClientNonScriptable4", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "Int32RectValueSerializer", - "Namespace": "System.Windows.Converters" + "Name": "MsRdpClient6NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PointValueSerializer", - "Namespace": "System.Windows.Converters" + "Name": "MsRdpClient6", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "RectValueSerializer", - "Namespace": "System.Windows.Converters" + "Name": "MsRdpClient6Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SizeValueSerializer", - "Namespace": "System.Windows.Converters" + "Name": "IMsRdpClient7", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "VectorValueSerializer", - "Namespace": "System.Windows.Converters" + "Name": "MsRdpClient7NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DesignerSerializationOptions", - "Namespace": "System.Windows.Markup" + "Name": "IMsRdpClientNonScriptable5", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "DesignerSerializationOptionsAttribute", - "Namespace": "System.Windows.Markup" + "Name": "IMsRdpPreferredRedirectionInfo", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "InternalTypeHelper", - "Namespace": "System.Windows.Markup" + "Name": "IMsRdpExtendedSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "IReceiveMarkupExtension", - "Namespace": "System.Windows.Markup" + "Name": "MsRdpClient7NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ServiceProviders", - "Namespace": "System.Windows.Markup" + "Name": "MsRdpClient7", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "MarkupObject", - "Namespace": "System.Windows.Markup.Primitives" + "Name": "MsRdpClient7Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "MarkupProperty", - "Namespace": "System.Windows.Markup.Primitives" + "Name": "IMsRdpClient8", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "FileFormatException", - "Namespace": "System.IO" + "Name": "MsRdpClient8NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "StorageInfo", - "Namespace": "System.IO.Packaging" + "Name": "MsRdpClient8NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "StreamInfo", - "Namespace": "System.IO.Packaging" + "Name": "MsRdpClient8", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "EncryptedPackageEnvelope", - "Namespace": "System.IO.Packaging" + "Name": "MsRdpClient8Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "Package", - "Namespace": "System.IO.Packaging" + "Name": "IMsRdpClient9", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PackagePart", - "Namespace": "System.IO.Packaging" + "Name": "MsRdpClient9NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PackageProperties", - "Namespace": "System.IO.Packaging" + "Name": "MsRdpClient9NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PackagePartCollection", - "Namespace": "System.IO.Packaging" + "Name": "MsRdpClient9", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "TargetMode", - "Namespace": "System.IO.Packaging" + "Name": "MsRdpClient9Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PackageRelationship", - "Namespace": "System.IO.Packaging" + "Name": "IMsRdpClient10", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PackageRelationshipCollection", - "Namespace": "System.IO.Packaging" + "Name": "MsRdpClient10NotSafeForScripting", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PackUriHelper", - "Namespace": "System.IO.Packaging" + "Name": "MsRdpClient10NotSafeForScriptingClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "RightsManagementInformation", - "Namespace": "System.IO.Packaging" + "Name": "MsRdpClient10", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ZipPackage", - "Namespace": "System.IO.Packaging" + "Name": "MsRdpClient10Class", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ZipPackagePart", - "Namespace": "System.IO.Packaging" + "Name": "IRemoteDesktopClient", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "CompressionOption", - "Namespace": "System.IO.Packaging" + "Name": "IRemoteDesktopClientEvents", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "EncryptionOption", - "Namespace": "System.IO.Packaging" + "Name": "IRemoteDesktopClientEvents_Event", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PackageRelationshipSelector", - "Namespace": "System.IO.Packaging" + "Name": "RemoteDesktopClient", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PackageRelationshipSelectorType", - "Namespace": "System.IO.Packaging" + "Name": "RemoteDesktopClientClass", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "VerifyResult", - "Namespace": "System.IO.Packaging" + "Name": "IMsTscSecuredSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PackageDigitalSignature", - "Namespace": "System.IO.Packaging" + "Name": "IMsTscAdvancedSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "CertificateEmbeddingOption", - "Namespace": "System.IO.Packaging" + "Name": "IMsTscDebug", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "InvalidSignatureEventHandler", - "Namespace": "System.IO.Packaging" + "Name": "AutoReconnectContinueState", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SignatureVerificationEventArgs", - "Namespace": "System.IO.Packaging" + "Name": "RemoteProgramResult", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PackageDigitalSignatureManager", - "Namespace": "System.IO.Packaging" + "Name": "_RemotableHandle", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ContentGrant", - "Namespace": "System.Security.RightsManagement" + "Name": "RemoteWindowDisplayedAttribute", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SecureEnvironment", - "Namespace": "System.Security.RightsManagement" + "Name": "IMsTscAxEvents_OnConnectingEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "CryptoProvider", - "Namespace": "System.Security.RightsManagement" + "Name": "IMsTscAxEvents_OnConnectedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "UnsignedPublishLicense", - "Namespace": "System.Security.RightsManagement" + "Name": "IMsTscAxEvents_OnLoginCompleteEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PublishLicense", - "Namespace": "System.Security.RightsManagement" + "Name": "IMsTscAxEvents_OnDisconnectedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "UseLicense", - "Namespace": "System.Security.RightsManagement" + "Name": "IMsTscAxEvents_OnEnterFullScreenModeEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ContentUser", - "Namespace": "System.Security.RightsManagement" + "Name": "IMsTscAxEvents_OnLeaveFullScreenModeEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "UserActivationMode", - "Namespace": "System.Security.RightsManagement" + "Name": "IMsTscAxEvents_OnChannelReceivedDataEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ContentRight", - "Namespace": "System.Security.RightsManagement" + "Name": "IMsTscAxEvents_OnRequestGoFullScreenEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "AuthenticationType", - "Namespace": "System.Security.RightsManagement" + "Name": "IMsTscAxEvents_OnRequestLeaveFullScreenEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "RightsManagementException", - "Namespace": "System.Security.RightsManagement" + "Name": "IMsTscAxEvents_OnFatalErrorEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "RightsManagementFailureCode", - "Namespace": "System.Security.RightsManagement" + "Name": "IMsTscAxEvents_OnWarningEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "LocalizedNameDescriptionPair", - "Namespace": "System.Security.RightsManagement" + "Name": "IMsTscAxEvents_OnRemoteDesktopSizeChangeEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "WebBrowserPermissionLevel", - "Namespace": "System.Security.Permissions" + "Name": "IMsTscAxEvents_OnIdleTimeoutNotificationEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "WebBrowserPermission", - "Namespace": "System.Security.Permissions" + "Name": "IMsTscAxEvents_OnRequestContainerMinimizeEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "WebBrowserPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "IMsTscAxEvents_OnConfirmCloseEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "MediaPermissionAudio", - "Namespace": "System.Security.Permissions" + "Name": "IMsTscAxEvents_OnReceivedTSPublicKeyEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "MediaPermissionVideo", - "Namespace": "System.Security.Permissions" + "Name": "IMsTscAxEvents_OnAutoReconnectingEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "MediaPermissionImage", - "Namespace": "System.Security.Permissions" + "Name": "IMsTscAxEvents_OnAuthenticationWarningDisplayedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "MediaPermission", - "Namespace": "System.Security.Permissions" + "Name": "IMsTscAxEvents_OnAuthenticationWarningDismissedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "MediaPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "IMsTscAxEvents_OnRemoteProgramResultEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ChildChangedEventArgs", - "Namespace": "System.Windows.Forms.Integration" + "Name": "IMsTscAxEvents_OnRemoteProgramDisplayedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ElementHost", - "Namespace": "System.Windows.Forms.Integration" + "Name": "IMsTscAxEvents_OnRemoteWindowDisplayedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "IntegrationExceptionEventArgs", - "Namespace": "System.Windows.Forms.Integration" + "Name": "IMsTscAxEvents_OnLogonErrorEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "LayoutExceptionEventArgs", - "Namespace": "System.Windows.Forms.Integration" + "Name": "IMsTscAxEvents_OnFocusReleasedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PropertyTranslator", - "Namespace": "System.Windows.Forms.Integration" + "Name": "IMsTscAxEvents_OnUserNameAcquiredEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PropertyMap", - "Namespace": "System.Windows.Forms.Integration" + "Name": "IMsTscAxEvents_OnMouseInputModeChangedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PropertyMappingExceptionEventArgs", - "Namespace": "System.Windows.Forms.Integration" + "Name": "IMsTscAxEvents_OnServiceMessageReceivedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "WindowsFormsHost", - "Namespace": "System.Windows.Forms.Integration" + "Name": "IMsTscAxEvents_OnConnectionBarPullDownEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "WindowsFormsHostAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IMsTscAxEvents_OnNetworkStatusChangedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "IVsAddToolboxItems", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IMsTscAxEvents_OnDevicesButtonPressedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "IVsDataObjectStringMapManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IMsTscAxEvents_OnAutoReconnectedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "IVsProvideTargetedToolboxItems", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IMsTscAxEvents_OnAutoReconnecting2EventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "IVsStringMap", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IMsRdpClientAdvancedSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SVsDataObjectStringMapManager", - "Namespace": "Microsoft.VisualStudio.Shell.Interop" + "Name": "IMsRdpClientSecuredSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "AttributeData", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "ExtendedDisconnectReasonCode", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "AttributeParameterData", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "ControlCloseStatus", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "BuildExtensionContext", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "IMsRdpClientAdvancedSettings2", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ClassData", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "IMsRdpClientAdvancedSettings3", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "CompilationPass2Task", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "IMsRdpClientAdvancedSettings4", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "GenerateTemporaryAssemblyTask", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "IMsRdpClientTransportSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "IXamlBuildTypeGenerationExtension", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "IMsRdpClientAdvancedSettings5", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "IXamlBuildTypeInspectionExtension", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "ITSRemoteProgram", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "MemberVisibility", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "IMsRdpClientShell", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "NamedObject", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "IMsRdpClientAdvancedSettings6", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PartialClassGenerationTask", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "IMsRdpClientTransportSettings2", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "PropertyData", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "IMsRdpClientAdvancedSettings7", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "XamlBuildTypeGenerationExtensionContext", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "IMsRdpClientTransportSettings3", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "XamlBuildTypeInspectionExtensionContext", - "Namespace": "Microsoft.Build.Tasks.Xaml" + "Name": "IMsRdpClientSecuredSettings2", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "XsdTypeImporterTask", - "Namespace": "Microsoft.Build.Tasks.Xsd" + "Name": "ITSRemoteProgram2", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "IAuditPolicyGPHandler", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "RemoteSessionActionType", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "AuditPolicyGPHandler", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "IMsRdpClientAdvancedSettings8", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "AuditPolicyGPHandlerClass", - "Namespace": "Microsoft.AuditPolicy.SnapIn" + "Name": "ControlReconnectStatus", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ExpandoToDispatchExMarshaler", - "Namespace": "System.Runtime.InteropServices.CustomMarshalers" + "Name": "IMsRdpClientTransportSettings4", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "EnumeratorToEnumVariantMarshaler", - "Namespace": "System.Runtime.InteropServices.CustomMarshalers" + "Name": "ITSRemoteProgram3", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "TypeToTypeInfoMarshaler", - "Namespace": "System.Runtime.InteropServices.CustomMarshalers" + "Name": "IRemoteDesktopClientSettings", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "EnumerableToDispatchMarshaler", - "Namespace": "System.Runtime.InteropServices.CustomMarshalers" + "Name": "IRemoteDesktopClientActions", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymDocument", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientTouchPointer", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymDocumentWriter", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnConnectingEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymMethod", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnConnectedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymReader", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnLoginCompletedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymScope", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnDisconnectedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymVariable", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnStatusChangedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymWriter", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnAutoReconnectingEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymBinder", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnAutoReconnectedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymBinderBase", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnDialogDisplayingEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymDocumentBase", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnDialogDismissedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymDocumentWriterBase", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnNetworkStatusChangedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymMethodBase", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnAdminMessageReceivedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymReaderBase", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnKeyCombinationPressedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymScopeBase", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnRemoteDesktopSizeChangedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymVariableBase", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IRemoteDesktopClientEvents_OnTouchPointerCursorMovedEventHandler", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "SymWriterBase", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "__MIDL___MIDL_itf_mstsax_0000_0038_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "NativeMethods", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "__MIDL___MIDL_itf_mstsax_0000_0051_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "WebServicesDiscoveryPublisher", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "__MIDL_IWinTypes_0009", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "NetListManager", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "__MIDL___MIDL_itf_mstsax_0000_0051_0002", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "FirewallApi", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "__MIDL___MIDL_itf_mstsax_0000_0000_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ProductInfo", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "__MIDL_IMsRdpClient_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "HealthStatus", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "IMsRdpDeviceCollection", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "LegacyProductStates", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "IMsRdpDriveCollection", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ProductStatus", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "IMsRdpDevice", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ProductOwners", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "IMsRdpDrive", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "ProductStates", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "RedirectionWarningType", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "INetworkListManager", - "Namespace": "NETWORKLIST" + "Name": "__MIDL_IMsRdpClientNonScriptable4_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "INetworkEvents", - "Namespace": "NETWORKLIST" + "Name": "__MIDL___MIDL_itf_mstsax_0000_0000_0004", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "INetworkEvents_Event", - "Namespace": "NETWORKLIST" + "Name": "ClientSpec", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "NetworkListManager", - "Namespace": "NETWORKLIST" + "Name": "__MIDL___MIDL_itf_mstsax_0000_0000_0003", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "INetworkCostManager", - "Namespace": "NETWORKLIST" + "Name": "__MIDL_IMsRdpClient8_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "INetworkConnectionEvents", - "Namespace": "NETWORKLIST" + "Name": "RemoteActionType", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "INetworkConnectionEvents_Event", - "Namespace": "NETWORKLIST" + "Name": "SnapshotEncodingType", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "INetworkListManagerEvents", - "Namespace": "NETWORKLIST" + "Name": "SnapshotFormatType", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "INetworkListManagerEvents_Event", - "Namespace": "NETWORKLIST" + "Name": "__MIDL_IRemoteDesktopClientActions_0001", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "INetworkCostManagerEvents", - "Namespace": "NETWORKLIST" + "Name": "__MIDL_IRemoteDesktopClientActions_0002", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "INetworkCostManagerEvents_Event", - "Namespace": "NETWORKLIST" + "Name": "__MIDL_IRemoteDesktopClientActions_0003", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "INetworkConnectionCostEvents", - "Namespace": "NETWORKLIST" + "Name": "IMsTscAxEvents_SinkHelper", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "INetworkConnectionCostEvents_Event", - "Namespace": "NETWORKLIST" + "Name": "IRemoteDesktopClientEvents_SinkHelper", + "Namespace": "Microsoft.Virtualization.Client.Interop" }, { - "Name": "IPropertyBag", - "Namespace": "NETWORKLIST" + "Name": "IScriptedDiagnosticInformation", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "NetworkListManagerClass", - "Namespace": "NETWORKLIST" + "Name": "IScriptedDiagnosticExecution", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "IEnumNetworks", - "Namespace": "NETWORKLIST" + "Name": "CScriptedDiag", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "NLM_ENUM_NETWORK", - "Namespace": "NETWORKLIST" + "Name": "CScriptedDiagClass", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "INetwork", - "Namespace": "NETWORKLIST" + "Name": "IScriptedDiagnosticClient", + "Namespace": "Microsoft.Windows.Diagnosis" }, { - "Name": "IEnumNetworkConnections", - "Namespace": "NETWORKLIST" + "Name": "Utils", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "INetworkConnection", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreResultReason", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "NLM_CONNECTIVITY", - "Namespace": "NETWORKLIST" + "Name": "IHgsStore", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "NLM_SIMULATED_PROFILE_INFO", - "Namespace": "NETWORKLIST" + "Name": "IHgsStoredTable", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "NLM_NETWORK_PROPERTY_CHANGE", - "Namespace": "NETWORKLIST" + "Name": "IHgsStoredRow", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "INetworkEvents_NetworkAddedEventHandler", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreWatcher", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "INetworkEvents_NetworkDeletedEventHandler", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreEventType", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "INetworkEvents_NetworkConnectivityChangedEventHandler", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreEventArgs", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "INetworkEvents_NetworkPropertyChangedEventHandler", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreCondition", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "NLM_CONNECTION_COST", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreCommand", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "INetworkConnectionCost", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreValueCommand", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "NLM_DATAPLAN_STATUS", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreRead", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "NLM_USAGE_DATA", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreReadResult", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "_FILETIME", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreReadGroup", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "NLM_DOMAIN_TYPE", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreWrite", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "NLM_NETWORK_CATEGORY", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreWriteGroup", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "NLM_SOCKADDR", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreException", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "NLM_CONNECTION_PROPERTY_CHANGE", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreCommandException", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "IErrorLog", - "Namespace": "NETWORKLIST" + "Name": "HgsStoreInvalidHandleException", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "INetworkConnectionEvents_NetworkConnectionConnectivityChangedEventHandler", - "Namespace": "NETWORKLIST" + "Name": "HgsReplicatedStore", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "INetworkConnectionEvents_NetworkConnectionPropertyChangedEventHandler", - "Namespace": "NETWORKLIST" + "Name": "HgsReplicatedStoreRow", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "INetworkListManagerEvents_ConnectivityChangedEventHandler", - "Namespace": "NETWORKLIST" + "Name": "HgsReplicatedStoreTable", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "INetworkCostManagerEvents_CostChangedEventHandler", - "Namespace": "NETWORKLIST" + "Name": "HgsReplicatedStoreMember", + "Namespace": "Microsoft.Windows.HgsStore" }, { - "Name": "INetworkCostManagerEvents_DataPlanStatusChangedEventHandler", - "Namespace": "NETWORKLIST" + "Name": "Collector`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "INetworkConnectionCostEvents_ConnectionCostChangedEventHandler", - "Namespace": "NETWORKLIST" + "Name": "DiagnosticSet`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "INetworkConnectionCostEvents_ConnectionDataPlanStatusChangedEventHandler", - "Namespace": "NETWORKLIST" + "Name": "ApplicableToAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "INetworkEvents_SinkHelper", - "Namespace": "NETWORKLIST" + "Name": "AttributeManagementExtensions", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "INetworkConnectionEvents_SinkHelper", - "Namespace": "NETWORKLIST" + "Name": "DependsOnAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "INetworkListManagerEvents_SinkHelper", - "Namespace": "NETWORKLIST" + "Name": "DiagnosticAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "INetworkCostManagerEvents_SinkHelper", - "Namespace": "NETWORKLIST" + "Name": "JITDependencyAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "INetworkConnectionCostEvents_SinkHelper", - "Namespace": "NETWORKLIST" + "Name": "MultiTargetDiagnosticAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ManagedVirtualApplication", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "RoleDependsOnAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "AppvClientApplicationImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "SingleTargetDiagnosticAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "AppvClientConnectionGroupProperties", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "CollectionEngine`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "AppvPackageProperties", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "DiagnosticEngine`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ManagedAssetProperties", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "DiagnosticsCore`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "IClientComConsumer", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "DiagnosticSetFactory`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ClientComConsumerFactory", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "BadCollectorException`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "CatalogEnumerationFlags", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "CollectionIOException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ForceFlag", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "ConfigurationException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "PublishScope", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "DiagnosticException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ClientMode", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "InvalidDiagnosticAttributesException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "AppvClientAssetImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "InvalidSynthesizerAttributesException`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ClientException", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "TargetException`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "AppvClientConfigurationImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "PluginManager", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "AppvClientPackageImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "CollectionProgressEventArgs`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "AppvClientConnectionGroupImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "DiagnosisProgressEventArgs`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "AppvClientModeImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "ProgressEventArgs`1", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "AppvClientReportImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "SynthesisProgressEventArgs`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "NetworkCostAdapter", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "CollectorRecord`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "CommonEventArgs", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "DiagnosticRecord`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ResultEventArgs", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "Record", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "VEBlockedEventArgs", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "SynthesizerRecord`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "PublishingRefreshEventArgs", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "SynthesisEngine`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "PublishingActivityEventArgs", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "BaseTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "IClientComConsumerEventSink", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "DiagnosableTarget`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "VirtualProcess", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "GlobalTarget`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ClientComConsumer", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "HashSetExtensions", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ClientDefinitions", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "RoleExtensions", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "IClientEventSinkRegistrator", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "Target`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ClientEventSinkRegistrator", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "TargetCollectionExtensions", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ClientEventTypeFilter", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "Host", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ClientWarning", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "LocalCollector`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ManifestRetriever", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "Plugin", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "IPublishingServer", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "Status", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "PublishingServer", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "Result", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "IObjectId", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Synthesizer`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "CERTENROLL_OBJECTID", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TargetDiscoveredEventArgs", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ObjectIdGroupId", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TraceCollectionResults`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ObjectIdPublicKeyFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Traces`1", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "AlgorithmFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "OidGroup", + "Namespace": "Security.Cryptography" }, { - "Name": "CObjectId", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "OidRegistrationOptions", + "Namespace": "Security.Cryptography" }, { - "Name": "CObjectIdClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Oid2", + "Namespace": "Security.Cryptography" }, { - "Name": "IObjectIds", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SafeCertContextHandle", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CObjectIds", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509AlternateName", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CObjectIdsClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509AlternateNameBlob", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "IBinaryConverter", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509AlternateNameIPAddress", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "EncodingType", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509AlternateNameOther", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "IBinaryConverter2", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509AlternateNameString", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CBinaryConverter", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ImportCertStoreFlags", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CBinaryConverterClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509Certificate2ExtensionMethods", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "IX500DistinguishedName", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509CertificateCreationParameters", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "X500NameFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509CertificateExtensionMethods", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CX500DistinguishedName", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AlternateNameType", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CX500DistinguishedNameClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509CertificateCreationOptions", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "ICspInformation", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509CertificateSignatureAlgorithm", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "X509ProviderType", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteCollectionException`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" }, { - "Name": "ICspAlgorithms", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "DiagnosticSetResultSet", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "X509KeySpec", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "DnsServer", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CCspStatus", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ClientMode", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "AlgorithmOperationFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "EnabledStatus", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CCspInformation", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HgsClientProperties", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CCspInformationClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HgsHost", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "ICspInformations", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "BaseHgsRoles", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "ICspStatuses", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HgsRole", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CCspInformations", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationPolicyType", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CCspInformationsClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationPolicyState", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "ICspStatus", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HgsServerProperties", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "ICspAlgorithm", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HgsTraces", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "IX509EnrollmentStatus", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteResultSet", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CCspStatusClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ResultSet", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "IX509PublicKey", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SerializableVersion", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "KeyIdentifierHashAlgorithm", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TargetResultSet", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CX509PublicKey", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TraceFileReader", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CX509PublicKeyClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TraceFileWriter", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "IX509PrivateKey", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "GetHgsTrace", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "X509PrivateKeyVerify", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "GetHgsTraceFileData", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "X509PrivateKeyExportFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HgsPlugin", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "X509PrivateKeyUsageFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "InputTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "X509PrivateKeyProtection", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "NewHgsTraceTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "IX509PrivateKey2", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ResultFormatter", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "X509HardwareKeyUsageFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TestHgsTraceTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "X509KeyParametersExportType", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ValidateHostNameAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CX509PrivateKey", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "EmptyRecord", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CX509PrivateKeyClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "LocalizedNameAttribute", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "IX509EndorsementKey", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "LocalTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CX509EndorsementKey", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Manifest", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CX509EndorsementKeyClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "NoAccessTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "IX509Extension", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "PSRemotingTargetFactory", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CX509Extension", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "PSRTarget", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CX509ExtensionClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteCollectionEngine", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "IX509Extensions", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteCollector`2", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CX509Extensions", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteDiagnosticsCore", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CX509ExtensionsClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TargetAuthenticationException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "IX509ExtensionKeyUsage", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TargetMissingCommandsException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "X509KeyUsageFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TargetSpecificDataAddedEventArgs", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CX509ExtensionKeyUsage", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TargetUnreachableException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "CX509ExtensionKeyUsageClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TargetUnsupportedException", + "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" }, { - "Name": "IX509ExtensionEnhancedKeyUsage", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ClientConfiguration", + "Namespace": "Microsoft.Windows.KdsClient" }, { - "Name": "CX509ExtensionEnhancedKeyUsage", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HgsClient", + "Namespace": "Microsoft.Windows.KdsClient" }, { - "Name": "CX509ExtensionEnhancedKeyUsageClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ManagedEntry", + "Namespace": "Microsoft.Windows.KdsClient.Interop" }, { - "Name": "IX509ExtensionTemplateName", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AesCng", + "Namespace": "Security.Cryptography" }, { - "Name": "CX509ExtensionTemplateName", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AuthenticatedAes", + "Namespace": "Security.Cryptography" }, { - "Name": "CX509ExtensionTemplateNameClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AuthenticatedAesCng", + "Namespace": "Security.Cryptography" }, { - "Name": "IX509ExtensionTemplate", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AuthenticatedSymmetricAlgorithm", + "Namespace": "Security.Cryptography" }, { - "Name": "CX509ExtensionTemplate", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AsymmetricPaddingMode", + "Namespace": "Security.Cryptography" }, { - "Name": "CX509ExtensionTemplateClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "OidGroup", + "Namespace": "Security.Cryptography" }, { - "Name": "IAlternativeName", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "OidRegistrationOptions", + "Namespace": "Security.Cryptography" }, { - "Name": "AlternativeNameType", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CngAlgorithm2", + "Namespace": "Security.Cryptography" }, { - "Name": "CAlternativeName", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CngChainingMode", + "Namespace": "Security.Cryptography" }, { - "Name": "CAlternativeNameClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CngDpapiDataProtector", + "Namespace": "Security.Cryptography" }, { - "Name": "IAlternativeNames", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CngKeyExtensionMethods", + "Namespace": "Security.Cryptography" }, { - "Name": "CAlternativeNames", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CngProvider2", + "Namespace": "Security.Cryptography" }, { - "Name": "CAlternativeNamesClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CngProviderCollection", + "Namespace": "Security.Cryptography" }, { - "Name": "IX509ExtensionAlternativeNames", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CngProviderExtensionMethods", + "Namespace": "Security.Cryptography" }, { - "Name": "CX509ExtensionAlternativeNames", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CryptoConfig2", + "Namespace": "Security.Cryptography" }, { - "Name": "CX509ExtensionAlternativeNamesClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "FipsCompliance", + "Namespace": "Security.Cryptography" }, { - "Name": "IX509ExtensionBasicConstraints", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HMACSHA256Cng", + "Namespace": "Security.Cryptography" }, { - "Name": "CX509ExtensionBasicConstraints", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HMACSHA384Cng", + "Namespace": "Security.Cryptography" }, { - "Name": "CX509ExtensionBasicConstraintsClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HMACSHA512Cng", + "Namespace": "Security.Cryptography" }, { - "Name": "IX509ExtensionSubjectKeyIdentifier", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "IAuthenticatedCryptoTransform", + "Namespace": "Security.Cryptography" }, { - "Name": "CX509ExtensionSubjectKeyIdentifier", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ICngAlgorithm", + "Namespace": "Security.Cryptography" }, { - "Name": "CX509ExtensionSubjectKeyIdentifierClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ICngAsymmetricAlgorithm", + "Namespace": "Security.Cryptography" }, { - "Name": "IX509ExtensionAuthorityKeyIdentifier", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ICngSymmetricAlgorithm", + "Namespace": "Security.Cryptography" }, { - "Name": "CX509ExtensionAuthorityKeyIdentifier", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ICryptoTransform2", + "Namespace": "Security.Cryptography" }, { - "Name": "CX509ExtensionAuthorityKeyIdentifierClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KeyDerivationCng", + "Namespace": "Security.Cryptography" }, { - "Name": "ISmimeCapability", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KeyDerivationSP800108Cng", + "Namespace": "Security.Cryptography" }, { - "Name": "CSmimeCapability", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "NCryptAlgorithmOperations", + "Namespace": "Security.Cryptography" }, { - "Name": "CSmimeCapabilityClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Oid2", + "Namespace": "Security.Cryptography" }, { - "Name": "ISmimeCapabilities", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RNGCng", + "Namespace": "Security.Cryptography" }, { - "Name": "CSmimeCapabilities", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RSACng", + "Namespace": "Security.Cryptography" }, { - "Name": "CSmimeCapabilitiesClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RSAPKCS1SHA256SignatureDescription", + "Namespace": "Security.Cryptography" }, { - "Name": "IX509ExtensionSmimeCapabilities", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TripleDESCng", + "Namespace": "Security.Cryptography" }, { - "Name": "CX509ExtensionSmimeCapabilities", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "EncryptedXmlExtensionMethods", + "Namespace": "Security.Cryptography.Xml" }, { - "Name": "CX509ExtensionSmimeCapabilitiesClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TransformFactory", + "Namespace": "Security.Cryptography.Xml" }, { - "Name": "IPolicyQualifier", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "XmlDsigXPathWithNamespacesTransform", + "Namespace": "Security.Cryptography.Xml" }, { - "Name": "PolicyQualifierType", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SafeCertContextHandle", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CPolicyQualifier", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509AlternateName", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CPolicyQualifierClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509AlternateNameBlob", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "IPolicyQualifiers", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509AlternateNameIPAddress", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CPolicyQualifiers", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509AlternateNameOther", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CPolicyQualifiersClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509AlternateNameString", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "ICertificatePolicy", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ImportCertStoreFlags", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CCertificatePolicy", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509Certificate2ExtensionMethods", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CCertificatePolicyClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509CertificateCreationParameters", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "ICertificatePolicies", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509CertificateExtensionMethods", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CCertificatePolicies", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AlternateNameType", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CCertificatePoliciesClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509CertificateCreationOptions", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "IX509ExtensionCertificatePolicies", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509CertificateSignatureAlgorithm", + "Namespace": "Security.Cryptography.X509Certificates" }, { - "Name": "CX509ExtensionCertificatePolicies", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ICertificateRegistry", + "Namespace": "Microsoft.Windows.KpsCore.Utils" }, { - "Name": "CX509ExtensionCertificatePoliciesClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ICertificateRegistryWithPrimary", + "Namespace": "Microsoft.Windows.KpsCore.Utils" }, { - "Name": "IX509ExtensionMSApplicationPolicies", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "InMemoryCertificateRegistry", + "Namespace": "Microsoft.Windows.KpsCore.Utils" }, { - "Name": "CX509ExtensionMSApplicationPolicies", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Configuration", + "Namespace": "Microsoft.Windows.KpsCore.Service" }, { - "Name": "CX509ExtensionMSApplicationPoliciesClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HealthCertificateValidator", + "Namespace": "Microsoft.Windows.KpsCore.Service" }, { - "Name": "IX509Attribute", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KPService", + "Namespace": "Microsoft.Windows.KpsCore.Service" }, { - "Name": "CX509Attribute", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Metadata", + "Namespace": "Microsoft.Windows.KpsCore.Service" }, { - "Name": "CX509AttributeClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SignatureType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "IX509Attributes", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SignedInfoType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509Attributes", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CanonicalizationMethodType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributesClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509IssuerSerialType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "IX509AttributeExtensions", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SignatureMethodType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeExtensions", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ReferenceType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeExtensionsClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TransformType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "IX509AttributeClientId", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "DigestMethodType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "RequestClientInfoClientId", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SignatureValueType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeClientId", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KeyInfoType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeClientIdClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KeyValueType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "IX509AttributeRenewalCertificate", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "DSAKeyValueType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeRenewalCertificate", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RSAKeyValueType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeRenewalCertificateClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "PGPDataType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "IX509AttributeArchiveKey", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ItemsChoiceType1", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeArchiveKey", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RetrievalMethodType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeArchiveKeyClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SPKIDataType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "IX509AttributeArchiveKeyHash", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "X509DataType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeArchiveKeyHash", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ItemsChoiceType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeArchiveKeyHashClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ItemsChoiceType2", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "IX509AttributeOSVersion", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ObjectType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeOSVersion", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TransformsType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeOSVersionClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ManifestType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "IX509AttributeCspProvider", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SignaturePropertiesType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeCspProvider", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SignaturePropertyType", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CX509AttributeCspProviderClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "EncryptedData_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "ICryptAttribute", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CryptoParameters_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CCryptAttribute", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Metadata_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CCryptAttributeClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "GuardianInformation_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "ICryptAttributes", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Signature_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CCryptAttributes", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Protector_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CCryptAttributesClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Wrapping_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "ICertProperty", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SigningCertificateSignature_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CERTENROLL_PROPERTYID", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "EncryptionCertificateSignature_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CCertProperty", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TransportKey_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CCertPropertyClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TransportKeySignature_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "ICertProperties", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KeyDerivationMethod_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CCertProperties", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "GuardianSignature_T", + "Namespace": "Microsoft.Windows.KpsCore.Schemas" }, { - "Name": "CCertPropertiesClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AlgorithmIdentifier", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" }, { - "Name": "ICertPropertyFriendlyName", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "EncryptedData", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" }, { - "Name": "CCertPropertyFriendlyName", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "EncryptionCertificateSignature", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" }, { - "Name": "CCertPropertyFriendlyNameClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "GuardianSignature", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" }, { - "Name": "ICertPropertyDescription", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KeyDerivationMethod", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" }, { - "Name": "CCertPropertyDescription", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Protector", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" }, { - "Name": "CCertPropertyDescriptionClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Signature", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" }, { - "Name": "ICertPropertyAutoEnroll", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SigningCertificateSignature", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" }, { - "Name": "CCertPropertyAutoEnroll", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TransportKey", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" }, { - "Name": "CCertPropertyAutoEnrollClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TransportKeySignature", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" }, { - "Name": "ICertPropertyRequestOriginator", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Wrapping", + "Namespace": "Microsoft.Windows.KpsCore.Protectors" }, { - "Name": "CCertPropertyRequestOriginator", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CryptoFactory", + "Namespace": "Microsoft.Windows.KpsCore.Factories" }, { - "Name": "CCertPropertyRequestOriginatorClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CertificateRegistryException", + "Namespace": "Microsoft.Windows.KpsCore.Exceptions" }, { - "Name": "ICertPropertySHA1Hash", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HealthCertificateException", + "Namespace": "Microsoft.Windows.KpsCore.Exceptions" }, { - "Name": "CCertPropertySHA1Hash", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "InvalidProtectorException", + "Namespace": "Microsoft.Windows.KpsCore.Exceptions" }, { - "Name": "CCertPropertySHA1HashClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "InvalidWrappingException", + "Namespace": "Microsoft.Windows.KpsCore.Exceptions" }, { - "Name": "ICertPropertyKeyProvInfo", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ProtectorSignatureException", + "Namespace": "Microsoft.Windows.KpsCore.Exceptions" }, { - "Name": "CCertPropertyKeyProvInfo", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KpsCoreException", + "Namespace": "Microsoft.Windows.KpsCore.Exceptions" }, { - "Name": "CCertPropertyKeyProvInfoClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "VsmKeyArray", + "Namespace": "Microsoft.Windows.KpsCore.EncryptedBlobs" }, { - "Name": "ICertPropertyArchived", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AuthenticatedAesMode", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "CCertPropertyArchived", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AuthenticatedAesExportParametersOptions", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "CCertPropertyArchivedClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CertificateBasedKey", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "ICertPropertyBackedUp", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CryptoParameters", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "CCertPropertyBackedUp", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HashAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "CCertPropertyBackedUpClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "IAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "ICertPropertyEnrollment", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "IAuthenticatedAes", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "CCertPropertyEnrollment", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "IEncryptionAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "CCertPropertyEnrollmentClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "IHashAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "ICertPropertyRenewal", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "IHmac", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "CCertPropertyRenewal", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "IKeyDerivationAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "CCertPropertyRenewalClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "IKeyedHashAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "ICertPropertyArchivedKeyHash", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "InMemorySymmetricKey", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "CCertPropertyArchivedKeyHash", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "IRandomNumberGeneratorAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "CCertPropertyArchivedKeyHashClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "IRsa", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "ICertPropertyEnrollmentPolicyServer", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ISigningAlgorithm", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "EnrollmentPolicyServerPropertyFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Key", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "X509EnrollmentAuthFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RsaEncryptionPaddingMode", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "PolicyServerUrlFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RsaSignaturePaddingMode", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "CCertPropertyEnrollmentPolicyServer", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SymmetricKey", + "Namespace": "Microsoft.Windows.KpsCore.Crypto" }, { - "Name": "CCertPropertyEnrollmentPolicyServerClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CryptoException", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Exceptions" }, { - "Name": "ISignerCertificate", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "InvalidKeyException", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Exceptions" }, { - "Name": "IX509SignatureInformation", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AuthenticatedAes", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" }, { - "Name": "CSignerCertificate", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Hmac", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" }, { - "Name": "CSignerCertificateClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KeyDerivationSP800108CounterHmac", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" }, { - "Name": "IX509NameValuePair", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Rng", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" }, { - "Name": "CX509NameValuePair", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Rsa", + "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" }, { - "Name": "CX509NameValuePairClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Constants", + "Namespace": "Microsoft.Windows.KpsServer.Common" }, { - "Name": "ICertificateAttestationChallenge", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "StoreConstraintException", + "Namespace": "Microsoft.Windows.KpsServer.Common.Store.Exceptions" }, { - "Name": "ICertificateAttestationChallenge2", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "StoreException", + "Namespace": "Microsoft.Windows.KpsServer.Common.Store.Exceptions" }, { - "Name": "CCertificateAttestationChallenge", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "StoreIOException", + "Namespace": "Microsoft.Windows.KpsServer.Common.Store.Exceptions" }, { - "Name": "CCertificateAttestationChallengeClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "StoreResourceUpdatedException", + "Namespace": "Microsoft.Windows.KpsServer.Common.Store.Exceptions" }, { - "Name": "IX509CertificateRequest", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationCertificate", + "Namespace": "Microsoft.Windows.KpsServer.Common.Store.Data" }, { - "Name": "X509CertificateEnrollmentContext", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationCertificatePolicy", + "Namespace": "Microsoft.Windows.KpsServer.Common.Store.Data" }, { - "Name": "InnerRequestLevel", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Certificate", + "Namespace": "Microsoft.Windows.KpsServer.Common.Store.Data" }, { - "Name": "X509RequestType", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KeyCertificate", + "Namespace": "Microsoft.Windows.KpsServer.Common.Store.Data" }, { - "Name": "IX509CertificateRequestPkcs10", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KeyCertificateType", + "Namespace": "Microsoft.Windows.KpsServer.Common.Store.Data" }, { - "Name": "X509RequestInheritOptions", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ServiceConfiguration", + "Namespace": "Microsoft.Windows.KpsServer.Common.Store.Data" }, { - "Name": "Pkcs10AllowedSignatureTypes", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Error_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "IX509CertificateRequestPkcs10V2", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CertificateRequest_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "IX509EnrollmentPolicyServer", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KeyCertificate_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "IX509CertificateTemplate", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KeyCertificateType_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "IX509CertificateRequestPkcs10V3", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CertificateData_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "IX509NameValuePairs", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "FullCertificate_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "IX509CertificateRequestPkcs10V4", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CertificateWithPrivateKey_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "KeyAttestationClaimType", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ServiceConfiguration_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "CX509CertificateRequestPkcs10", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationCertificatePolicy_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "CX509CertificateRequestPkcs10Class", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationCertificate_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "IX509CertificateRequestCertificate", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CertificateReference_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "IX509CertificateRequestCertificate2", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CertificateResponse_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "CX509CertificateRequestCertificate", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationCertificateRequest_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "CX509CertificateRequestCertificateClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationCertificateResponse_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "IX509CertificateRequestPkcs7", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ServiceConfigurationRequest_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "IX509CertificateRequestPkcs7V2", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ServiceConfigurationResponse_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "CX509CertificateRequestPkcs7", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ServiceState_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "CX509CertificateRequestPkcs7Class", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RollTransportKeyRequest_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "IX509CertificateRequestCmc", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RollTransportKeyResponse_T", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "ISignerCertificates", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "EnumConverter", + "Namespace": "Microsoft.Windows.KpsServer.Common.Schemas" }, { - "Name": "IX509CertificateRequestCmc2", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AuditException", + "Namespace": "Microsoft.Windows.KpsServer.Common.Exceptions" }, { - "Name": "CX509CertificateRequestCmc", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "InvalidCertificateRequestException", + "Namespace": "Microsoft.Windows.KpsServer.Common.Exceptions" }, { - "Name": "CX509CertificateRequestCmcClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "InvalidFunctionalLevelException", + "Namespace": "Microsoft.Windows.KpsServer.Common.Exceptions" }, { - "Name": "IX509Enrollment", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KpsCommonException", + "Namespace": "Microsoft.Windows.KpsServer.Common.Exceptions" }, { - "Name": "InstallResponseRestrictionFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KpsFatalException", + "Namespace": "Microsoft.Windows.KpsServer.Common.Exceptions" }, { - "Name": "PFXExportOptions", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KpsEventLog", + "Namespace": "Microsoft.Windows.KpsServer.Common.Diagnostics.Events" }, { - "Name": "IX509Enrollment2", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "SafeAccessTokenHandle", + "Namespace": "Microsoft.Windows.KpsServer.Common.Diagnostics.Auditing" }, { - "Name": "CX509Enrollment", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CertificateData", + "Namespace": "Microsoft.Windows.KpsServer.Common.CertificateManagement" }, { - "Name": "CX509EnrollmentClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CertificateEncryptionException", + "Namespace": "Microsoft.Windows.KpsServer.Common.CertificateManagement" }, { - "Name": "IX509EnrollmentWebClassFactory", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CertificateMissingException", + "Namespace": "Microsoft.Windows.KpsServer.Common.CertificateManagement" }, { - "Name": "CX509EnrollmentWebClassFactory", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CertificateReference", + "Namespace": "Microsoft.Windows.KpsServer.Common.CertificateManagement" }, { - "Name": "CX509EnrollmentWebClassFactoryClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "FullCertificate", + "Namespace": "Microsoft.Windows.KpsServer.Common.CertificateManagement" }, { - "Name": "IX509EnrollmentHelper", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HostGuardianServiceClientEventSource", + "Namespace": "Microsoft.Windows.HostGuardianService.Client.Events" }, { - "Name": "WebEnrollmentFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "GetHgsAttestationBaselinePolicy", + "Namespace": "Microsoft.Windows.RemoteAttestation.Client.PowerShell" }, { - "Name": "CX509EnrollmentHelper", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationManagementException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Client.PowerShell" }, { - "Name": "CX509EnrollmentHelperClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteAttestationCoreException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "IX509MachineEnrollmentFactory", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteAttestationException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509MachineEnrollmentFactory", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteAttestationModeUnsupportedException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509MachineEnrollmentFactoryClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteAttestationPolicyException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "X509EnrollmentPolicyLoadOption", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteAttestationProtocolErrorContextException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "IX509CertificateTemplates", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteAttestationProtocolPayloadException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "ICertificationAuthorities", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteAttestationRtpmException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "X509EnrollmentPolicyExportFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteAttestationSwitchToADException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509EnrollmentPolicyActiveDirectory", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteAttestationTcgLogException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509EnrollmentPolicyActiveDirectoryClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteAttestationTcgLogFormatException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509EnrollmentPolicyWebService", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteAttestationTcgLogVerificationException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509EnrollmentPolicyWebServiceClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RemoteAttestationVsmException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "IX509PolicyServerListManager", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationLog", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509PolicyServerUrl", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationOperationMode", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509PolicyServerListManager", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "OldAttestationFunctionalLevel", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509PolicyServerListManagerClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationStatus", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "IX509PolicyServerUrl", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationSubStatus", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "PolicyServerUrlPropertyID", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "EvaluationLogEntry", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509PolicyServerUrlClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "NetworkPhysicalAddress", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "IX509CertificateTemplateWritable", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ADRequest", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CommitTemplateFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ADRequestAuthenticated", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "EnrollmentTemplateProperty", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ErrorClientHandler", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509CertificateTemplateADWritable", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509CertificateTemplateADWritableClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "OperationModeErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "IX509CertificateRevocationListEntry", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "PayloadErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CRLRevocationReason", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "PolicyEvaluationErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509CertificateRevocationListEntry", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RtpmErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509CertificateRevocationListEntryClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TcgLogValidationErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "IX509CertificateRevocationListEntries", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "UnauthorizedErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509CertificateRevocationListEntries", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "UnavailableErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509CertificateRevocationListEntriesClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "VirtualSecureModeErrorReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "IX509CertificateRevocationList", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "HealthCertificateReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509CertificateRevocationList", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "IAttestationClientHandler", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509CertificateRevocationListClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "IAttestationServerHandler", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "IX509SCEPEnrollment", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ProtocolPayload", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "X509SCEPDisposition", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ProtocolReplyBase", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "X509SCEPFailInfo", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AttestationContentType", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "IX509SCEPEnrollment2", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ProtocolRequestBase", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "X509SCEPProcessMessageFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ProtocolSerializer", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "DelayRetryAction", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ServiceInfoReply", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509SCEPEnrollment", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TpmReplyContinue", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509SCEPEnrollmentClass", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TpmRequest", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "IX509SCEPEnrollmentHelper", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TpmRequestContinue", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509SCEPEnrollmentHelper", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "TpmRequestInitial", + "Namespace": "Microsoft.Windows.RemoteAttestation.Core" }, { - "Name": "CX509SCEPEnrollmentHelperClass", + "Name": "CERTENROLL_OBJECTID", "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "AlgorithmType", + "Name": "CObjectId", "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "EnrollmentSelectionStatus", + "Name": "CSignerCertificate", "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "EnrollmentDisplayStatus", + "Name": "CX500DistinguishedName", "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "EnrollmentEnrollStatus", + "Name": "CX509CertificateRequestCertificate", "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ICertificationAuthority", + "Name": "CX509Enrollment", "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "X509CertificateTemplateGeneralFlag", + "Name": "CX509Extension", "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "X509CertificateTemplateEnrollmentFlag", + "Name": "CX509ExtensionBasicConstraints", "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "X509CertificateTemplateSubjectNameFlag", + "Name": "CX509ExtensionKeyUsage", "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "X509CertificateTemplatePrivateKeyFlag", + "Name": "CX509Extensions", "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "EnrollmentCAProperty", + "Name": "CX509PrivateKey", "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "CertificateServiceException", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "CX509PublicKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "InvalidStorePathException", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "EncodingType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "Certificate", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IObjectId", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "PkiCredential", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "ISignerCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "StoreContext", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX500DistinguishedName", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "PfxData", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509CertificateRequest", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "Context", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509CertificateRequestCertificate", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "EnrollmentAuthenticationType", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509CertificateRequestCertificate2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "AutoEnrollmentPolicy", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509CertificateRequestPkcs10", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "GetCertificateAutoEnrollmentPolicyCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509Enrollment", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SetCertificateAutoEnrollmentPolicyCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509Enrollment2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "AutoEnrollmentPolicyScope", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509Extension", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "PolicySetting", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509ExtensionBasicConstraints", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "EnrollmentResult", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509ExtensionKeyUsage", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "GetCertificateCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509Extensions", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "SwitchCertificateCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509PrivateKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "EnrollmentStatus", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509PrivateKey2", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "TestCertificate", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509PublicKey", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "TestCertificatePolicy", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IX509SignatureInformation", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "EnrollmentEndPointProperty", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "InstallResponseRestrictionFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "PolicyIdProperty", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "X500NameFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ImportPfxCertificate", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "X509CertificateEnrollmentContext", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ProtectPrivateKeyType", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "X509KeyUsageFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ExportPfxCertificate", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "X509PrivateKeyExportFlags", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ExportChainOption", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "X509PrivateKeyVerify", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ImportCertificateCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "X509ProviderType", + "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" }, { - "Name": "ExportCertificateCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "AttestationService", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server" }, { - "Name": "CertType", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "Global", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server" }, { - "Name": "CertificateNotificationTask", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IAttestationService", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server" }, { - "Name": "NewCertificateNotificationTaskCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "IAttestationServiceDomain", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server" }, { - "Name": "GetCertificateNotificationTaskCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "RemoteAttestationServiceEventSource", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server" }, { - "Name": "RemoveCertificateNotificationTaskCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "InstallationState", + "Namespace": "Microsoft.Windows.HostGuardianService.Powershell" }, { - "Name": "CertificateNotificationType", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "DomainRole", + "Namespace": "Microsoft.Windows.HostGuardianService.Powershell" }, { - "Name": "NotificationChannel", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "TestReport", + "Namespace": "Microsoft.Windows.HostGuardianService.Powershell" }, { - "Name": "GetPfxDataCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "Result", + "Namespace": "Microsoft.Windows.HostGuardianService.Powershell" }, { - "Name": "EnrollmentPolicyServer", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "Reason", + "Namespace": "Microsoft.Windows.HostGuardianService.Powershell" }, { - "Name": "AddCertificateEnrollmentPolicyServerCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "HgsServerTest", + "Namespace": "Microsoft.Windows.HostGuardianService.Powershell" }, { - "Name": "GetCertificateEnrollmentPolicyServerCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "CmdletConstants", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "RemoveCertificateEnrollmentPolicyServerCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "GetHgsAttestationSignerCertificate", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "EnrollmentPolicyServerScope", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "SetHgsAttestationSignerCertificate", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "NewSelfSignedCertificateCommand", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "AddHgsAttestationHostGroup", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "CertificateType", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "AddHgsAttestationTpmHost", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "KeySpec", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "AuthorizedTpmHostInformation", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "KeyExportPolicy", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "AuthorizedHostGroupInformation", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "KeyProtection", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "GetHgsAttestationHostGroup", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "KeyUsage", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "GetHgsAttestationTpmHost", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "KeyUsageProperty", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "RemoveHgsAttestationHostBase", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "HardwareKeyUsage", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "RemoveHgsAttestationHostGroup", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "CurveParametersExportType", - "Namespace": "Microsoft.CertificateServices.Commands" + "Name": "RemoveHgsAttestationTpmHost", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "Macros", - "Namespace": null + "Name": "AddHgsAttestationCiPolicy", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "MacrosMacro", - "Namespace": null + "Name": "AddHgsAttestationDumpPolicy", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "RuleType", - "Namespace": null + "Name": "AddHgsAttestationPolicyBase", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "OptionType", - "Namespace": null + "Name": "AddHgsAttestationTpmPolicy", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "SettingValueType", - "Namespace": null + "Name": "AttestationPolicyCmdletBase", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "Setting", - "Namespace": null + "Name": "AttestationPolicyState", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "Settings", - "Namespace": null + "Name": "AttestationPolicyType", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "CertEKU", - "Namespace": null + "Name": "AttestationPolicyInfo", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "CertOemID", - "Namespace": null + "Name": "DisableHgsAttestationPolicy", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "CertPublisher", - "Namespace": null + "Name": "EnableHgsAttestationPolicy", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "CertIssuer", - "Namespace": null + "Name": "GetHgsAttestationPolicy", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "CertRoot", - "Namespace": null + "Name": "GetHgsAttestationPolicyBase", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "CertEnumType", - "Namespace": null + "Name": "RemoveHgsAttestationPolicy", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "ProductSigners", - "Namespace": null + "Name": "ExtensionMethods", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "AllowedSigners", - "Namespace": null + "Name": "ExportAttestationState", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "AllowedSigner", - "Namespace": null + "Name": "ImportAttestationState", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "ExceptDenyRule", - "Namespace": null + "Name": "UpdateHgsAttestation", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "DeniedSigners", - "Namespace": null + "Name": "AttestationManagementException", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "DeniedSigner", - "Namespace": null + "Name": "EmbeddedResourceXmlResolver", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "ExceptAllowRule", - "Namespace": null + "Name": "ValidateDnsHostNameAttribute", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "FileRulesRef", - "Namespace": null + "Name": "ValidateHexStringAttribute", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "FileRuleRef", - "Namespace": null + "Name": "ValidateHostNameAttribute", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "TestSigners", - "Namespace": null + "Name": "ValidatePolicyNameAttribute", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "TestSigningSigners", - "Namespace": null + "Name": "ValidatePolicyTypeAttribute", + "Namespace": "Microsoft.Windows.RemoteAttestation.Server.PowerShell" }, { - "Name": "FileAttribRef", - "Namespace": null + "Name": "GeneratedInternalTypeHelper", + "Namespace": "XamlGeneratedNamespace" }, { - "Name": "EKUs", - "Namespace": null + "Name": "WmiVMHostSettings", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "EKU", - "Namespace": null + "Name": "RDVirtualizationHostSetting", + "Namespace": "Microsoft.RemoteDesktopServices.Management.Cmdlets" }, { - "Name": "FileRules", - "Namespace": null + "Name": "ErrorId", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "Allow", - "Namespace": null + "Name": "ActivityId", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "Deny", - "Namespace": null + "Name": "InstalledHostRoleService", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "FileAttrib", - "Namespace": null + "Name": "DeviceRedirectionOption", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "UpdatePolicySigner", - "Namespace": null + "Name": "RdmsDeploymentType", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "UpdatePolicySigners", - "Namespace": null + "Name": "CertificateRole", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "CiSigner", - "Namespace": null + "Name": "CertificateLevel", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "CiSigners", - "Namespace": null + "Name": "RDMSConstants", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "Signers", - "Namespace": null + "Name": "DeploymentValidations", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "Signer", - "Namespace": null + "Name": "RunOnceValidations", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "SigningScenarios", - "Namespace": null + "Name": "GatewayUsage", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "SigningScenario", - "Namespace": null + "Name": "GatewayAuthMode", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "SiPolicy", - "Namespace": null + "Name": "RDCBHADetails", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "GetSystemDriver", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "RDCBHADedicatedDetails", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "NewCIPolicyRule", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "RDCBHASharedDetails", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "NewCIPolicy", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "DeploymentModel", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "GetCIPolicy", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "CommonUtility", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "MergeCIPolicy", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "VirtualDesktopJobStatus", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "SetRuleOptionCommand", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "RDCmdlet", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "SetHVCIOptionsCommand", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "RDCmdletContext", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "SetCIPolicySetting", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "RDManagementException", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "SetCIPolicyIdInfo", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "TsVm", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "GetCIPolicyIdInfo", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "NativeMethodWrapper", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "RemoveCIPolicyRule", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "EShadowAction", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "EditCIPolicyRule", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "EShadowNotifyRemoteUser", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "GetCIPolicyInfoCommand", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "ShadowApi", + "Namespace": "Microsoft.RemoteDesktopServices.Common" }, { - "Name": "AddSignerRuleCommand", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "AddServersWizardManager", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Wizard" }, { - "Name": "SetCIPolicyVersionCommand", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "AddVirtualMachinesWizardManager", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Wizard" }, { - "Name": "ConvertFromCIPolicyCommand", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "CreateCollectionWizardManager", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Wizard" }, { - "Name": "RuleAttribute", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "DeploymentInput", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Wizard" }, { - "Name": "RuleSubject", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "DeploymentType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Wizard" }, { - "Name": "RuleType", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "ScenarioDeploymentType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Wizard" }, { - "Name": "Eku", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "RemoveServersWizardManager", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Wizard" }, { - "Name": "RuleLevel", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "RDWizardManagerBase", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Wizard" }, { - "Name": "FileNameLevel", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "RDWizardNavigationEventArgs", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Wizard" }, { - "Name": "Rule", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "WizardInput", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Wizard" }, { - "Name": "CIPolicyException", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "WorkloadDeploymentWizardManager", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Wizard" }, { - "Name": "CatParser", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "IRDCollectionView", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "WHQL_OPUS_INFO_DATA", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "AdminTaskEventHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "DRIVER_FILE_SIGNER_INFO", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "IRDView", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "VersionInfo", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "WizardNavigationChangedEventHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "DriverFile", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "WizardInputEventHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "ImportParser", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "IRDWizardPage", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "Privileges", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "RDCollectionViewBase", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "ShadowCopyKeeper", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "RdiNotifyPropertyChanged", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "DirectoryWalker", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "RDViewBase", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "FileRuleComparer", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "RDViewId", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "SettingRuleComparer", - "Namespace": "Microsoft.SecureBoot.UserConfig" + "Name": "RDWizardPageBase", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "IGPMAdmTmplEditor", - "Namespace": "Microsoft.GroupPolicy.AdmTmplEditor" + "Name": "RDWizardPageFactory", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "IGPMAdmTmplEditorCallback", - "Namespace": "Microsoft.GroupPolicy.AdmTmplEditor" + "Name": "RDWizardPageId", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "IGPMAdmTmplEditorManager", - "Namespace": "Microsoft.GroupPolicy.AdmTmplEditor" + "Name": "VirtualMachineViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "GPMAdmTmplEditorManager", - "Namespace": "Microsoft.GroupPolicy.AdmTmplEditor" + "Name": "AllCollectionsPageViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "ReportingSecurityException", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + "Name": "VMCollectionCreationJobDetail", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "TrusteeInfo", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + "Name": "CollectionDetailsViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "AceInfo", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + "Name": "VMCollectionDetailsViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "SecurityObjectType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + "Name": "SessionCollectionDetailsViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "AclInfo", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + "Name": "TileType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "PlatformCalls", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + "Name": "RDHomeViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "Constants", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + "Name": "VMCollectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "CertificateException", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + "Name": "CommonCollectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "CertBase", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + "Name": "SessionCollectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "Cert", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + "Name": "ReportType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "CertificateScope", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + "Name": "ExcecutionResult", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "CmtItem", - "Namespace": "Microsoft.GroupPolicy.Reporting.CmtWrapper" + "Name": "ErrorType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "CmtStore", - "Namespace": "Microsoft.GroupPolicy.Reporting.CmtWrapper" + "Name": "ExecutionStatus", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "CmtStoreWrapperException", - "Namespace": "Microsoft.GroupPolicy.Reporting.CmtWrapper" + "Name": "ExcecutionReport", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "CmtStoreWrapperHRException", - "Namespace": "Microsoft.GroupPolicy.Reporting.CmtWrapper" + "Name": "UpdateParent", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "CTL", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + "Name": "Images", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "EventLogRpcUtils", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + "Name": "ImageDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "FRGroupSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + "Name": "IRemoteAppPublishingInfo", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "FRFolderSetting", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + "Name": "CollectionColumns", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "FolderRedirectionInterface", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + "Name": "CollectionManagementListTile", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "StateValueWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "RDManagementTileBaseViewModel`2", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "ActionWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "ConnectionColumns", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "ActionListWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "ConnectionManagementListTile", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "PolicyDefinitionWrapperException", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "HostServerColumns", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "Constants", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "HostServerManagementListTile", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "DropDownInfoItemWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "ServerColumns", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "SettingWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "ServerManagementListTile", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "ListBoxSettingWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "RemoteAppColumns", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "EditDecimalSettingWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "RemoteAppManagementListTile", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "EditLongDecimalSettingWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "ContextualTask", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "CheckBoxSettingWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "MachineDescriptionColumns", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "DropDownSettingWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "MachineListManagementListTile", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "EditTextSettingWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "ActivityStatus", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "ComboBoxSettingWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "ActivityOutputMessage", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "MultiTextSettingWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "WizardActivity", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "PolicyWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "WizardTaskStatus", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "CategoryWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "OnTaskCompleteEventHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "RootCategoryWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "WizardTask", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel" }, { - "Name": "StateValueType", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "RemoteAppCommandLineArgumentsSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "SettingTypeWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "RemoteAppFileTypeAssociationSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "StringCollectionWrapper", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "RemoteAppGeneralSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "PolicyDefinitionStore", - "Namespace": "Microsoft.GroupPolicy.Reporting.PdxWrapper" + "Name": "FileTypeAssociationViewModelDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "SecurityInfo", - "Namespace": "Microsoft.GroupPolicy.Reporting.Security" + "Name": "RemoteAppPropertiesViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "WirelessStoreInterface", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + "Name": "RemoteAppUserAssignmentSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "L2GPPolicyType", - "Namespace": "Microsoft.GroupPolicy.Reporting.Utilities" + "Name": "ADConfigurationSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "IHgAttestation", - "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + "Name": "HighAvailabilitySectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "CoHgAttestation", - "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + "Name": "RDWebAccessSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "CoHgAttestationClass", - "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + "Name": "RedirectionSettingsSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "IHgKeyProtection", - "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + "Name": "RedirectorIdentitySectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "CoHgKeyProtection", - "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + "Name": "VMCollectionGeneralSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "CoHgKeyProtectionClass", - "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + "Name": "VMCollectionUsersSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "AttestationResult", - "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + "Name": "VMCollectionClientSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "AttestationResultType", - "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + "Name": "VMCreationPropertiesSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "ShsAttestationFlag", - "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + "Name": "VMCreationRdpSettingsSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "HgBlob", - "Namespace": "Microsoft.HostGuardianClient.Service.Interop" + "Name": "VMCreationUserStateVhdSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "ClearKdsCacheCommand", - "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + "Name": "ObjectChangedEventHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "KdsServerConfiguration", - "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + "Name": "StandardUserFolder", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "KdsRootKey", - "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + "Name": "RDSessionCollectionGeneralSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "GetKdsRootKeyCommand", - "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + "Name": "SessionTimeLimit", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "AddKdsRootKeyCommand", - "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + "Name": "RDSessionCollectionConnectionSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "TestKdsRootKeyCommand", - "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + "Name": "RDSessionCollectionClientSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "GetKdsConfigurationCommand", - "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + "Name": "RDSessionCollectionSecuritySectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "SetKdsConfigurationCommand", - "Namespace": "Microsoft.KeyDistributionService.Cmdlets" + "Name": "SessionHostServerDescriptorViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "AppMitigations", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "ILoadAsync", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "ConvertToProcessMitigationPolicyCommand", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "RDSessionCollectionLBSettingsSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage" }, { - "Name": "GetProcessMitigationCommand", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "LicensingSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage.Deployment" }, { - "Name": "PinRule", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "RDGatewaySectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage.Deployment" }, { - "Name": "OPTIONVALUE", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "VMExportLocationSectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage.Deployment" }, { - "Name": "PROCESS_MITIGATION_POLICY", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "RemoteAppCurrentFileTypeAssociationDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage.AppPublishing" }, { - "Name": "PROCESS_MITIGATION_FLAGS", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "RemoteAppFileTypeAssociationViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.PropertyPage.AppPublishing" }, { - "Name": "Policy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "ConfirmSettingsForCollectionViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "DEPPolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "AddServersConfirmSelectionViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "ASLRPolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "AddServersInstallationViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "StrictHandlePolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "DeploymentOverviewViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "SystemCallPolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "SelectDeploymentTypeViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "ExtensionPointPolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "SelectDeploymentScenarioViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "DynamicCodePolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "IdentityWizardType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "CFGPolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "ScenarioDeployJobActivityId", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "BinarySignaturePolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "InstallationCompletionViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "FontDisablePolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "LoadBalancingViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "ImageLoadPolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "NetworkCardDetails", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "PayloadPolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "RDGatewayRoleInputViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "SEHOPPolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "ServerSelectionViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "HeapPolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "SelectRDManagementServerViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "ChildProcessPolicy", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "SelectRDSessionHostViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "RegistryManager", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "SelectRDVirtualizationHostViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "PolicyNamePair", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "SelectRDWebAccessServerViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "PolicyPairList", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "SummaryViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "SetProcessMitigationsCommand", - "Namespace": "Microsoft.Samples.PowerShell.Commands" + "Name": "CollectionCreateSummaryMessage", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "PrivilegesRequiredCommand", - "Namespace": "Microsoft.SecureBoot.Commands" + "Name": "ConfigureHighAvailabilityProgressViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "ConfirmSecureBootUefiCommand", - "Namespace": "Microsoft.SecureBoot.Commands" + "Name": "QuickDeploymentServerSelectionViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "SetSecureBootUefiCommand", - "Namespace": "Microsoft.SecureBoot.Commands" + "Name": "QuickDeploymentConfigurationViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "GetSecureBootUefiCommand", - "Namespace": "Microsoft.SecureBoot.Commands" + "Name": "QuickDeploymentSummaryViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "FormatSecureBootUefiCommand", - "Namespace": "Microsoft.SecureBoot.Commands" + "Name": "QuickDeployJobActivityId", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "GetSecureBootPolicyCommand", - "Namespace": "Microsoft.SecureBoot.Commands" + "Name": "QuickDeploymentViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment" }, { - "Name": "StatusException", - "Namespace": "Microsoft.SecureBoot.Commands" + "Name": "StatusCode", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment.Helper" }, { - "Name": "InvalidStateException", - "Namespace": "Microsoft.SecureBoot.Commands" + "Name": "InstallationOption", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment.Helper" }, { - "Name": "RegistryException", - "Namespace": "Microsoft.SecureBoot.Commands" + "Name": "TaskType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment.Helper" }, { - "Name": "PolicyException", - "Namespace": "Microsoft.SecureBoot.Commands" + "Name": "IDeploymentTask", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Deployment.Helper" }, { - "Name": "InvalidCertificateException", - "Namespace": "Microsoft.SecureBoot.Commands" + "Name": "AddVirtualMachinesViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "IAppIdPolicyHandler", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + "Name": "AssignVMToUserViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "AppIdPolicyHandler", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + "Name": "AutomaticAssignment", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "AppIdPolicyHandlerClass", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + "Name": "CompletionSettingsForCollectionViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "IAppIdMmcPolicyHandler", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + "Name": "AddHostsToCollectionViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "AppIdMmcPolicyHandler", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + "Name": "CollectionCreateSummaryMessage", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "AppIdMmcPolicyHandlerClass", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + "Name": "CollectionCreationSummaryViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "IAppIdPolicyHelper", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + "Name": "CreateSessionCollectionProgressViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "AppIdPolicyHelper", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + "Name": "CollectionNameViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "AppIdPolicyHelperClass", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + "Name": "CollectionTypeViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "FILE_TYPE", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + "Name": "LogoffPolicyViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "__MIDL___MIDL_itf_appidpolicyengineapi_0000_0000_0001", - "Namespace": "Microsoft.Security.ApplicationId.PolicyManagement.PolicyEngine" + "Name": "MasterVirtualMachineViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "IBatchSource", - "Namespace": "ManagedBatchParser" + "Name": "OperationStatus", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "ICommandExecuter", - "Namespace": "ManagedBatchParser" + "Name": "PrerequisitesViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "ICommandExecuter2", - "Namespace": "ManagedBatchParser" + "Name": "RollOutProgressViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "IVariableResolver", - "Namespace": "ManagedBatchParser" + "Name": "SelectVirtualMachinesViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "ParserState", - "Namespace": "ManagedBatchParser" + "Name": "SelectMachinesViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "ParserException", - "Namespace": "ManagedBatchParser" + "Name": "SelectRDSessionHostMachinesViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "Parser", - "Namespace": "ManagedBatchParser" + "Name": "SysprepOSSettingsViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "ParseMode", - "Namespace": "ManagedBatchParser" + "Name": "SysprepSettingsViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "ParserAction", - "Namespace": "ManagedBatchParser" + "Name": "TopologyViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "ErrorAction", - "Namespace": "ManagedBatchParser" + "Name": "TopologyThumbnailViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "OutputDestination", - "Namespace": "ManagedBatchParser" + "Name": "UserGroupViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "XmlStatus", - "Namespace": "ManagedBatchParser" + "Name": "UserStateVHDViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "XETypeMappings", - "Namespace": "Microsoft.SqlServer.XEvent.TypeSystem" + "Name": "StorageConfigurationViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "ResMgr", - "Namespace": "Microsoft.SqlServer.XEvent.Internal" + "Name": "VirtHostServerDescriptorViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "XEventEngineStartFailure", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "VMPlacementViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.Collections" }, { - "Name": "ActivityId", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "RemoteAppConfirmSettingsViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.AppPublishing" }, { - "Name": "IMetadataGeneration", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "RemoteAppPublishingViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.AppPublishing" }, { - "Name": "IPackage", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "RemoteAppSelectRemoteAppsViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.AppPublishing" }, { - "Name": "IEventFieldMetadata", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "RemoteAppFetchAndSelectRemoteAppsViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.AppPublishing" }, { - "Name": "ICustomAttributeMetadata", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "FetchRemoteAppsHelper", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.AppPublishing" }, { - "Name": "IXEObjectMetadata", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "RemoteAppSelectVirtualMachineViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.AppPublishing" }, { - "Name": "IEventMetadata", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "RemoteAppSummaryViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.AppPublishing" }, { - "Name": "IActionMetadata", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "RemoteAppPublishingStatus", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.AppPublishing" }, { - "Name": "ITargetMetadata", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "RemoteAppViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.ViewModel.AppPublishing" }, { - "Name": "IMapMetadata", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "FixedWidthColumn", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "MapValue", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "RDItemsControl", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "IField", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "ItemsViewAutomationPeer", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "IMetadataAccess", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "RDTextBlock", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "XMLData", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "IRDTextBoxWatermarked", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "CallStack", - "Namespace": "Microsoft.SqlServer.XEvent" + "Name": "RDTextBoxWatermarked", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "XEventBufferType", - "Namespace": "Microsoft.SqlServer.XEvent.Linq.Internal" + "Name": "RDSNumericUpDown", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "XEventFileSerializer", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "RemoteAppUserControl", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "EventStreamSourceOptions", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "RDManagementTile", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "EventStreamCacheOptions", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "CollectionPropertyTileDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "QueryableXEventData", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "VMCollectionPropertyTileDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "XEventException", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "RDSessionCollectionPropertyTileDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "EventEnumerationException", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "MasterVMTileDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "EventLocationException", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "RDWelcomeTile", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.View" }, { - "Name": "TypeNotMappedException", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "CredDialog", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "EventFileIOException", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "CertUtil", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "EventFileInvalidException", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "DelegateCommand`1", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "EventStreamException", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "BoolToVisibilityConverter", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "EventStreamVersionException", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "NullOrEmptyToVisibilityConverter", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "EventLocator", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "WizardTaskStatusToImagePathConverter", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "IEventProvider`1", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "IsErrorBoolToImagePathConverter", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "PublishedEvent", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "BoolToTickOrCrossImagePathConverter", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "PublishedAction", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "WizardTaskStatusToStringConverter", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "PublishedEventField", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "QuickTasksStyleConverter", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "IEventSerializer", - "Namespace": "Microsoft.SqlServer.XEvent.Linq" + "Name": "ServerCountToStrokeBetweenElementsConverter", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "OwnerAuthInputCmdlet", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "ServerCountToVisibilityConverter", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "GetTpmCommand", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "BoolToYesNoConverter", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "InitializeTpmCommand", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "BoolInverterConverter", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "ClearTpmCommand", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "GlobalConstants", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "UnblockTpmCommand", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "RDTimer", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "EnableTpmAutoProvisioningCommand", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "RemoteDesktopManagementHeartbeat", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "DisableTpmAutoProvisioningCommand", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "TemplateLoader", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "ImportTpmOwnerAuthCommand", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "INotificationsSubscriber`1", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "SetTpmOwnerAuthCommand", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "ReadOnlySubscriberCollection`1", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "ConvertToTpmOwnerAuthCommand", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "ICloneableCollection`1", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "GetTpmEndorsementKeyInfoCommand", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "RangeObservableCollection`1", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "GetTpmSupportedFeatureCommand", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "ThreadSafeObservableCollection`1", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "EndorsementKeyObject", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "RDTime", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "TrustedPlatformModuleNotFoundException", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "PasswordBoxBehavior", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "OperatingSystemInLegacyModeException", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "ListBoxBehavior", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "ActiveDirectoryBackupException", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "ListViewBehavior", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "TcgEventLogException", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "DomainContainerDetails", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "TpmWmiException", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "CommonUtils", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, - { - "Name": "EndorsementKey", - "Namespace": "Microsoft.Tpm.Commands" + { + "Name": "Win32Window", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "TestKeyAttResult", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "CredentialWindow", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "TestFunctionality", - "Namespace": "Microsoft.Tpm.Commands" + "Name": "XmlBuilder", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "AxMsTscAxNotSafeForScripting", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "TileNotification", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "IMsTscAxEvents_OnDisconnectedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDTextBlock", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "IMsTscAxEvents_OnDisconnectedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDTextBlockAutomationPeer", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Utils" }, { - "Name": "IMsTscAxEvents_OnChannelReceivedDataEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDDeploymentException", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.RDException" }, { - "Name": "IMsTscAxEvents_OnChannelReceivedDataEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDDeploymentRemoteException", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.RDException" }, { - "Name": "IMsTscAxEvents_OnFatalErrorEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDErrorDetails", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.RDException" }, { - "Name": "IMsTscAxEvents_OnFatalErrorEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDWarningDetails", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.RDException" }, { - "Name": "IMsTscAxEvents_OnWarningEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDErrorCode", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.RDException" }, { - "Name": "IMsTscAxEvents_OnWarningEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDCommonException", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.RDException" }, { - "Name": "IMsTscAxEvents_OnRemoteDesktopSizeChangeEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDExceptionHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.RDException" }, { - "Name": "IMsTscAxEvents_OnRemoteDesktopSizeChangeEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDWmiException", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.RDException" }, { - "Name": "IMsTscAxEvents_OnConfirmCloseEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "DeploymentConfigurationPropertyPageDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.PropertyPage" }, { - "Name": "IMsTscAxEvents_OnConfirmCloseEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDPropertyPageDescriptorBase", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.PropertyPage" }, { - "Name": "IMsTscAxEvents_OnReceivedTSPublicKeyEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDPropertyPageSectionBase", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.PropertyPage" }, { - "Name": "IMsTscAxEvents_OnReceivedTSPublicKeyEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDPropertyPageSectionFactory", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.PropertyPage" }, { - "Name": "IMsTscAxEvents_OnAutoReconnectingEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDPropertyPageSectionId", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.PropertyPage" }, { - "Name": "IMsTscAxEvents_OnAutoReconnectingEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RemoteAppPropertyPageDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.PropertyPage" }, { - "Name": "IMsTscAxEvents_OnRemoteProgramResultEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "VMCollectionPropertyPageDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.PropertyPage" }, { - "Name": "IMsTscAxEvents_OnRemoteProgramResultEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDSessionCollectionPropertyPageDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.PropertyPage" }, { - "Name": "IMsTscAxEvents_OnRemoteProgramDisplayedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "Controller", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnRemoteProgramDisplayedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "DeploymentContext", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnRemoteWindowDisplayedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "UpdateModelEventHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnRemoteWindowDisplayedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "FeatureId", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnLogonErrorEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RemoteDesktopMachinePool", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnLogonErrorEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDMSState", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnFocusReleasedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDBaseNavigationItem", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnFocusReleasedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDNavigationTree", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnUserNameAcquiredEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RdsPlugin", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnUserNameAcquiredEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDSInstallPlugin", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnMouseInputModeChangedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDSDeploymentConfiguration", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnMouseInputModeChangedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDSPostInstallTask", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnServiceMessageReceivedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDSUninstallPlugin", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnServiceMessageReceivedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDSWelcomePage", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnNetworkStatusChangedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "WorkloadWizardPlugin", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Plugin" }, { - "Name": "IMsTscAxEvents_OnNetworkStatusChangedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "CertificateDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsTscAxEvents_OnAutoReconnecting2EventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDCollectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsTscAxEvents_OnAutoReconnecting2Event", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDSessionCollectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsTscAxNotSafeForScriptingEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDVMCollectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsTscAx", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IManagedVMCollection", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsTscAxEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IPooledVMCollection", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClientNotSafeForScripting", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IPersonalVMCollection", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClientNotSafeForScriptingEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ManagedPooledVMCollectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ManagedPersonalVMCollectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClientEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "UnmanagedPooledVMCollectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient2NotSafeForScripting", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "UnmanagedPersonalVMCollectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient2NotSafeForScriptingEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ICertificateManager", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient2", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "CollectionPropertySection", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient2EventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "MasterVMCreationSettings", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient2a", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDMSModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient2aEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "DeploymentSettingsDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient3NotSafeForScripting", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ExternalApiProvider", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient3NotSafeForScriptingEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "GatewayDeploymentDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient3", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "HyperVHostReport", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient3EventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ICollectionInfo", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient3a", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IExternalApi", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient3aEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IRDJob", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient4NotSafeForScripting", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IRDJobReport", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient4NotSafeForScriptingEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "DeploymentPathType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient4", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IRDMSApi", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient4EventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IDeploymentSettingsManager", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient4a", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ICollectionManager", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient4aEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IVMCollectionManager", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient5NotSafeForScripting", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ISessionCollectionManager", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient5NotSafeForScriptingEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IEndpointManager", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient5", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IRemoteAppManager", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient5EventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IConnectionManager", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient6NotSafeForScripting", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ChangeDetail", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient6NotSafeForScriptingEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ChangeTarget", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient6", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDEventArgs", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient6EventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "DeploymentEventArgs", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient7NotSafeForScripting", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ServersEventArgs", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient7NotSafeForScriptingEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RemoteAppEventArgs", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient7", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "CollectionsEventArgs", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient7EventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "VMEventArgs", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient8NotSafeForScripting", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ServersChangedEventHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient8NotSafeForScriptingEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "CollectionsChangedEventHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient8", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ConnectionsChangedEventHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient8EventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "HighAvailabilityChangedEventHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient9NotSafeForScripting", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RemotedAppsChangedEventHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient9NotSafeForScriptingEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "VMsChangedEventHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient9", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "DeploymentSettingsChangedEventHandler", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient9EventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IRDMSModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient10NotSafeForScripting", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "LicensingMode", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient10NotSafeForScriptingEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "LicensingDeploymentDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient10", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "PatchState", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxMsRdpClient10EventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "PatchStatus", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxRemoteDesktopClient", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "RDMSVMState", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnDisconnectedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "IRDReport", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnDisconnectedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "OnJobEvents", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnStatusChangedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "JobSubscription", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnStatusChangedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "JobFacade", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnAutoReconnectingEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "JobEventType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnAutoReconnectingEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "Job", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnNetworkStatusChangedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "JobProgress", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnNetworkStatusChangedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "JobOutput", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnAdminMessageReceivedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "JobError", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnAdminMessageReceivedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "JobWarning", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnKeyCombinationPressedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "JobFinished", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnKeyCombinationPressedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "JobEventArgs", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnRemoteDesktopSizeChangedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "JobReportXmlReader", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnRemoteDesktopSizeChangedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "JobResult", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnTouchPointerCursorMovedEventHandler", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "JobStatusReport", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IRemoteDesktopClientEvents_OnTouchPointerCursorMovedEvent", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ProvisioningJob", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "AxRemoteDesktopClientEventMulticaster", - "Namespace": "AxMicrosoft.Virtualization.Client.Interop" + "Name": "ProvisioningJobReport", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsTscAx_Redist", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RedirectorDeploymentDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsTscAx", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RemoteAppCommandLineSettingsValues", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsTscAxEvents", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RemoteAppDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsTscAxEvents_Event", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RemoteAppFileTypeAssociationDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsTscAxNotSafeForScripting", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RdmsAction", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsRdpClient", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RdmsErrorAction", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsTscNonScriptable", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDMSApiProvider", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsRdpClientNonScriptable", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RdmsJobStatusType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsTscAxNotSafeForScriptingClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "StringCase", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsTscAx", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "AssignedUser", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsTscAxClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "LogOffPolicyType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClientNotSafeForScripting", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "OfflineVmInformation", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClientNotSafeForScriptingClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "CollectionState", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDSessionCollectionPropertyGroup", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClientClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDSessionCollectionProperties", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsRdpClient2", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "VirtHostServerDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient2NotSafeForScripting", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RolloutXmlBuilder", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient2NotSafeForScriptingClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SysPrepJob", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient2", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SysPrepJobReport", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient2Class", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SysPrepTaskReport", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient2a", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SystemDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient2aClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "UserGroupDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsRdpClient3", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RemapMode", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient3NotSafeForScripting", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "DiskType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient3NotSafeForScriptingClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "UserVhdSettings", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient3", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "VMStorageType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient3Class", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "VMDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient3a", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "VMStatusReport", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient3aClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "CollectionType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsRdpClient4", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "ConnectionDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient4NotSafeForScripting", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "HostServerType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsRdpClientNonScriptable2", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "HostServerDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient4NotSafeForScriptingClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SessionHostServerDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient4", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "HostServerPropertyNames", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient4Class", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "ServerDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient4a", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RoleServiceServerDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient4aClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "ErrorSeverity", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsRdpClient5", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "WizardType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "MsRdpClient5NotSafeForScripting", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "DatabaseServerType", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model" }, { - "Name": "IMsRdpClientNonScriptable3", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "PhysicalMemory", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "MsRdpClient5NotSafeForScriptingClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SessionDirectorySessionEx", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "MsRdpClient5", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Processor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "MsRdpClient5Class", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDMSCollectionProperties", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "IMsRdpClient6", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDMSDeploymentSettings", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "MsRdpClient6NotSafeForScripting", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDMSJoinedNode", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "IMsRdpClientNonScriptable4", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDMSVirtualDesktop", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "MsRdpClient6NotSafeForScriptingClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDMSVirtualDesktopCollection", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "MsRdpClient6", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDMSVirtualDesktopSession", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "MsRdpClient6Class", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Win32_TSGetIcon", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "IMsRdpClient7", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Service", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "MsRdpClient7NotSafeForScripting", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDSHCollection", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "IMsRdpClientNonScriptable5", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDSHServer", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "IMsRdpPreferredRedirectionInfo", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDVHManagement", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "IMsRdpExtendedSettings", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDMSFileTypeAssociation", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "MsRdpClient7NotSafeForScriptingClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDMSPublishedApplication", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Wmi" }, { - "Name": "MsRdpClient7", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "DeploymentSetupApiProvider", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Deployment" }, { - "Name": "MsRdpClient7Class", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RoleService", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Deployment" }, { - "Name": "IMsRdpClient8", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RestartStatus", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Deployment" }, { - "Name": "MsRdpClient8NotSafeForScripting", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "IDeploymentSetupApiProvider", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Deployment" }, { - "Name": "MsRdpClient8NotSafeForScriptingClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SMPlusModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.Deployment" }, { - "Name": "MsRdpClient8", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "CertificateSettingsPowerShell", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.PowerShell" }, { - "Name": "MsRdpClient8Class", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "CommandLetExecutor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.PowerShell" }, { - "Name": "IMsRdpClient9", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "CommandLetNames", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.PowerShell" }, { - "Name": "MsRdpClient9NotSafeForScripting", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "DeploymentSettingsPowerShell", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.PowerShell" }, { - "Name": "MsRdpClient9NotSafeForScriptingClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "VMInfo", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.PowerShell" }, { - "Name": "MsRdpClient9", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RemoteAppPowerShell", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.PowerShell" }, { - "Name": "MsRdpClient9Class", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SessionCollectionPowerShell", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.PowerShell" }, { - "Name": "IMsRdpClient10", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "VMCollectionPowerShell", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.PowerShell" }, { - "Name": "MsRdpClient10NotSafeForScripting", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "VMCollectionPropertiesPowerShell", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.PowerShell" }, { - "Name": "MsRdpClient10NotSafeForScriptingClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "DeploymentSetupPowerShell", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Model.PowerShell" }, { - "Name": "MsRdpClient10", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "IconDetails", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Interop" }, { - "Name": "MsRdpClient10Class", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "ExtractIconContents", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Interop" }, { - "Name": "IRemoteDesktopClient", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "DSSelection", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Interop" }, { - "Name": "IRemoteDesktopClientEvents", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "UserGroupPicker", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Interop" }, { - "Name": "IRemoteDesktopClientEvents_Event", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "AddVMsToUnmanagedCollection", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "RemoteDesktopClient", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "ADGenerateScriptMessageBox", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "RemoteDesktopClientClass", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "AssignVMToUser", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscSecuredSettings", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "CompatibilityProblemsDialog", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAdvancedSettings", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "CompatibilityDetails", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscDebug", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "CreateCertificateViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "AutoReconnectContinueState", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SelectCertificateViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "RemoteProgramResult", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "CertificateLevelViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "_RemotableHandle", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "CertificateDetailViewModel", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "RemoteWindowDisplayedAttribute", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "DialogFactory", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnConnectingEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "DialogId", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnConnectedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "IRDDialogPage", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnLoginCompleteEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "IrdDialogPageBase", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnDisconnectedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "IRDMessageBox", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnEnterFullScreenModeEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "IRDMessageBoxBase", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnLeaveFullScreenModeEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "LiveMigrationWarningDialog", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnChannelReceivedDataEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDDialog", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnRequestGoFullScreenEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RDMessageBox", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnRequestLeaveFullScreenEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "ReadDirectoryPath", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnFatalErrorEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RemoteControl", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnWarningEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RemoveVMsFromCollection", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnRemoteDesktopSizeChangeEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "OSSettingsAdvancedOptions", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnIdleTimeoutNotificationEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "UserStateVhd", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnRequestContainerMinimizeEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "VerifyCompatibilityDialog", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnConfirmCloseEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SendMessage", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnReceivedTSPublicKeyEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SelectRDMSServer", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnAutoReconnectingEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "MigrateVirtualMachine", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnAuthenticationWarningDisplayedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "ProvisioningStatusDetailsDialog", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Dialog" }, { - "Name": "IMsTscAxEvents_OnAuthenticationWarningDismissedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "TaskEventArgs", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.AdminTask" }, { - "Name": "IMsTscAxEvents_OnRemoteProgramResultEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "TaskId", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.AdminTask" }, { - "Name": "IMsTscAxEvents_OnRemoteProgramDisplayedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "CollectionTaskDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.AdminTask" }, { - "Name": "IMsTscAxEvents_OnRemoteWindowDisplayedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RemoteAppTaskDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.AdminTask" }, { - "Name": "IMsTscAxEvents_OnLogonErrorEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "ITaskDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.AdminTask" }, { - "Name": "IMsTscAxEvents_OnFocusReleasedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "ServerCollectionTaskDescriptor", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.AdminTask" }, { - "Name": "IMsTscAxEvents_OnUserNameAcquiredEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "TaskDescriptorBase", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.AdminTask" }, { - "Name": "IMsTscAxEvents_OnMouseInputModeChangedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Resources", + "Namespace": "Microsoft.RemoteDesktopServices.RDManagement.Properties" }, { - "Name": "IMsTscAxEvents_OnServiceMessageReceivedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RdmsInstrumentation", + "Namespace": "Microsoft.Rdms.UI.Primitives" }, { - "Name": "IMsTscAxEvents_OnConnectionBarPullDownEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SumApi", + "Namespace": "Microsoft.SoftwareUsageMetrics" }, { - "Name": "IMsTscAxEvents_OnNetworkStatusChangedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "TlsSessionTicketKey", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" }, { - "Name": "IMsTscAxEvents_OnDevicesButtonPressedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "NewTlsSessionTicketKeyCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" }, { - "Name": "IMsTscAxEvents_OnAutoReconnectedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "EnableTlsSessionTicketKeyCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" }, { - "Name": "IMsTscAxEvents_OnAutoReconnecting2EventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "DisableTlsSessionTicketKeyCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" }, { - "Name": "IMsRdpClientAdvancedSettings", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "ExportTlsSessionTicketKeyCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" }, { - "Name": "IMsRdpClientSecuredSettings", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "TlsCipherSuite", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" }, { - "Name": "ExtendedDisconnectReasonCode", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "GetTlsCipherSuiteCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" }, { - "Name": "ControlCloseStatus", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "AddTlsCipherSuiteCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" }, { - "Name": "IMsRdpClientAdvancedSettings2", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RemoveTlsCipherSuiteCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" }, { - "Name": "IMsRdpClientAdvancedSettings3", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "GetTlsEccCurveCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" }, { - "Name": "IMsRdpClientAdvancedSettings4", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "AddTlsEccCurveCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" }, { - "Name": "IMsRdpClientTransportSettings", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RemoveTlsEccCurveCommand", + "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" }, { - "Name": "IMsRdpClientAdvancedSettings5", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Registry", + "Namespace": "Microsoft.Win32" }, { - "Name": "ITSRemoteProgram", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RegistryHive", + "Namespace": "Microsoft.Win32" }, { - "Name": "IMsRdpClientShell", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RegistryKey", + "Namespace": "Microsoft.Win32" }, { - "Name": "IMsRdpClientAdvancedSettings6", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RegistryValueOptions", + "Namespace": "Microsoft.Win32" + }, + { + "Name": "RegistryKeyPermissionCheck", + "Namespace": "Microsoft.Win32" }, { - "Name": "IMsRdpClientTransportSettings2", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RegistryOptions", + "Namespace": "Microsoft.Win32" }, { - "Name": "IMsRdpClientAdvancedSettings7", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RegistryValueKind", + "Namespace": "Microsoft.Win32" }, { - "Name": "IMsRdpClientTransportSettings3", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "RegistryView", + "Namespace": "Microsoft.Win32" }, { - "Name": "IMsRdpClientSecuredSettings2", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SafeFileHandle", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "ITSRemoteProgram2", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SafeRegistryHandle", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "RemoteSessionActionType", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SafeWaitHandle", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "IMsRdpClientAdvancedSettings8", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SafeHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "ControlReconnectStatus", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SafeHandleMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "IMsRdpClientTransportSettings4", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "CriticalHandleZeroOrMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "ITSRemoteProgram3", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "CriticalHandleMinusOneIsInvalid", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "IRemoteDesktopClientSettings", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "SafeAccessTokenHandle", + "Namespace": "Microsoft.Win32.SafeHandles" }, { - "Name": "IRemoteDesktopClientActions", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "AggregateException", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientTouchPointer", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "AppContext", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnConnectingEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Object", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnConnectedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "ICloneable", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnLoginCompletedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Action`1", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnDisconnectedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Action", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnStatusChangedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Action`2", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnAutoReconnectingEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Action`3", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnAutoReconnectedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Action`4", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnDialogDisplayingEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Func`1", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnDialogDismissedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Func`2", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnNetworkStatusChangedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Func`3", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnAdminMessageReceivedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Func`4", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnKeyCombinationPressedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Func`5", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnRemoteDesktopSizeChangedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Action`5", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_OnTouchPointerCursorMovedEventHandler", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Action`6", + "Namespace": "System" }, { - "Name": "__MIDL___MIDL_itf_mstsax_0000_0039_0001", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Action`7", + "Namespace": "System" }, { - "Name": "__MIDL___MIDL_itf_mstsax_0000_0053_0001", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Action`8", + "Namespace": "System" }, { - "Name": "__MIDL_IWinTypes_0009", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Func`6", + "Namespace": "System" }, { - "Name": "__MIDL___MIDL_itf_mstsax_0000_0053_0002", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Func`7", + "Namespace": "System" }, { - "Name": "__MIDL___MIDL_itf_mstsax_0000_0000_0001", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Func`8", + "Namespace": "System" }, { - "Name": "__MIDL_IMsRdpClient_0001", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Func`9", + "Namespace": "System" }, { - "Name": "IMsRdpDeviceCollection", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Comparison`1", + "Namespace": "System" }, { - "Name": "IMsRdpDriveCollection", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Converter`2", + "Namespace": "System" }, { - "Name": "IMsRdpDevice", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Predicate`1", + "Namespace": "System" }, { - "Name": "IMsRdpDrive", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Array", + "Namespace": "System" }, { - "Name": "RedirectionWarningType", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "ArraySegment`1", + "Namespace": "System" }, { - "Name": "__MIDL_IMsRdpClientNonScriptable4_0001", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "IComparable", + "Namespace": "System" }, { - "Name": "__MIDL___MIDL_itf_mstsax_0000_0000_0004", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "IComparable`1", + "Namespace": "System" }, { - "Name": "ClientSpec", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "IEquatable`1", + "Namespace": "System" }, { - "Name": "__MIDL___MIDL_itf_mstsax_0000_0000_0003", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Tuple", + "Namespace": "System" }, { - "Name": "__MIDL_IMsRdpClient8_0001", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Tuple`1", + "Namespace": "System" }, { - "Name": "RemoteActionType", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Tuple`2", + "Namespace": "System" }, { - "Name": "SnapshotEncodingType", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Tuple`3", + "Namespace": "System" }, { - "Name": "SnapshotFormatType", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Tuple`4", + "Namespace": "System" }, { - "Name": "__MIDL_IRemoteDesktopClientActions_0001", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Tuple`5", + "Namespace": "System" }, { - "Name": "__MIDL_IRemoteDesktopClientActions_0002", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Tuple`6", + "Namespace": "System" }, { - "Name": "__MIDL_IRemoteDesktopClientActions_0003", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Tuple`7", + "Namespace": "System" }, { - "Name": "IMsTscAxEvents_SinkHelper", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "Tuple`8", + "Namespace": "System" }, { - "Name": "IRemoteDesktopClientEvents_SinkHelper", - "Namespace": "Microsoft.Virtualization.Client.Interop" + "Name": "ValueTuple", + "Namespace": "System" }, { - "Name": "IScriptedDiagnosticInformation", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "ValueTuple`1", + "Namespace": "System" }, { - "Name": "IScriptedDiagnosticExecution", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "ValueTuple`2", + "Namespace": "System" }, { - "Name": "CScriptedDiag", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "ValueTuple`3", + "Namespace": "System" }, { - "Name": "CScriptedDiagClass", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "ValueTuple`4", + "Namespace": "System" }, { - "Name": "IScriptedDiagnosticClient", - "Namespace": "Microsoft.Windows.Diagnosis" + "Name": "ValueTuple`5", + "Namespace": "System" }, { - "Name": "Collector`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ValueTuple`6", + "Namespace": "System" }, { - "Name": "DiagnosticSet`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ValueTuple`7", + "Namespace": "System" }, { - "Name": "ApplicableToAttribute", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ValueTuple`8", + "Namespace": "System" }, { - "Name": "AttributeManagementExtensions", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "TupleExtensions", + "Namespace": "System" }, { - "Name": "DependsOnAttribute", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "String", + "Namespace": "System" }, { - "Name": "DiagnosticAttribute", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "StringSplitOptions", + "Namespace": "System" }, { - "Name": "DiagnosticLinkAttribute", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "StringComparer", + "Namespace": "System" }, { - "Name": "JITDependencyAttribute", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "StringComparison", + "Namespace": "System" }, { - "Name": "MultiplexingDiagnosticAttribute", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "Exception", + "Namespace": "System" }, { - "Name": "MultiTargetDiagnosticAttribute", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "DateTime", + "Namespace": "System" }, { - "Name": "RoleDependsOnAttribute", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "DateTimeKind", + "Namespace": "System" }, { - "Name": "SingleTargetDiagnosticAttribute", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "DateTimeOffset", + "Namespace": "System" }, { - "Name": "SupersededByAttribute", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "SystemException", + "Namespace": "System" }, { - "Name": "CollectionEngine`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "OutOfMemoryException", + "Namespace": "System" }, { - "Name": "DiagnosticEngine`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "StackOverflowException", + "Namespace": "System" }, { - "Name": "DiagnosticsCore`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "DataMisalignedException", + "Namespace": "System" }, { - "Name": "DiagnosticSetFactory`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ExecutionEngineException", + "Namespace": "System" }, { - "Name": "BadCollectorException`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "Delegate", + "Namespace": "System" }, { - "Name": "CollectionIOException", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "MulticastDelegate", + "Namespace": "System" }, { - "Name": "ConfigurationException", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "MemberAccessException", + "Namespace": "System" }, { - "Name": "DiagnosticException", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "Activator", + "Namespace": "System" }, { - "Name": "InvalidDiagnosticAttributesException", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "AccessViolationException", + "Namespace": "System" }, { - "Name": "InvalidSynthesizerAttributesException`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ApplicationException", + "Namespace": "System" }, { - "Name": "TargetException`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ResolveEventArgs", + "Namespace": "System" }, { - "Name": "PluginManager", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "AssemblyLoadEventArgs", + "Namespace": "System" }, { - "Name": "CollectionProgressEventArgs`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ResolveEventHandler", + "Namespace": "System" }, { - "Name": "DiagnosisProgressEventArgs`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "AssemblyLoadEventHandler", + "Namespace": "System" }, { - "Name": "ProgressEventArgs`1", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "AppDomainInitializer", + "Namespace": "System" }, { - "Name": "SynthesisProgressEventArgs`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "AppDomain", + "Namespace": "System" }, { - "Name": "CollectorRecord`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "CrossAppDomainDelegate", + "Namespace": "System" }, { - "Name": "DiagnosticRecord`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "AppDomainManagerInitializationOptions", + "Namespace": "System" }, { - "Name": "Record", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "AppDomainManager", + "Namespace": "System" }, { - "Name": "SynthesizerRecord`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "_AppDomain", + "Namespace": "System" }, { - "Name": "SynthesisEngine`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "AppDomainSetup", + "Namespace": "System" }, { - "Name": "BaseTarget", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "IAppDomainSetup", + "Namespace": "System" }, { - "Name": "DiagnosableTarget`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "LoaderOptimization", + "Namespace": "System" }, { - "Name": "GlobalTarget`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "LoaderOptimizationAttribute", + "Namespace": "System" }, { - "Name": "GenericExtensions", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "AppDomainUnloadedException", + "Namespace": "System" }, { - "Name": "Target`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ActivationContext", + "Namespace": "System" }, { - "Name": "Host", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ApplicationIdentity", + "Namespace": "System" }, { - "Name": "LocalCollector`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ApplicationId", + "Namespace": "System" }, { - "Name": "MultiplexingResult`1", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ArgumentException", + "Namespace": "System" }, { - "Name": "Plugin", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ArgumentNullException", + "Namespace": "System" }, { - "Name": "Status", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ArgumentOutOfRangeException", + "Namespace": "System" }, { - "Name": "Result", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ArgIterator", + "Namespace": "System" }, { - "Name": "Synthesizer`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ArithmeticException", + "Namespace": "System" }, { - "Name": "TargetDiscoveredEventArgs", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "ArrayTypeMismatchException", + "Namespace": "System" }, { - "Name": "TraceCollectionResults`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "AsyncCallback", + "Namespace": "System" }, { - "Name": "Traces`1", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "Attribute", + "Namespace": "System" }, { - "Name": "TelemetryGroup", - "Namespace": "Microsoft.Diagnostics.Telemetry" + "Name": "AttributeTargets", + "Namespace": "System" }, { - "Name": "RemoteCollectionException`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics" + "Name": "AttributeUsageAttribute", + "Namespace": "System" }, { - "Name": "DnsServer", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "BadImageFormatException", + "Namespace": "System" }, { - "Name": "ClientMode", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "BitConverter", + "Namespace": "System" }, { - "Name": "EnabledStatus", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "Boolean", + "Namespace": "System" }, { - "Name": "DeviceGuardSmartStatus", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "Buffer", + "Namespace": "System" }, { - "Name": "DeviceGuardHardwareSecure", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "Byte", + "Namespace": "System" }, { - "Name": "HgsClientProperties", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "CannotUnloadAppDomainException", + "Namespace": "System" }, { - "Name": "HgsHost", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "Char", + "Namespace": "System" }, { - "Name": "BaseHgsRoles", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "CharEnumerator", + "Namespace": "System" }, { - "Name": "HgsRole", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "CLSCompliantAttribute", + "Namespace": "System" }, { - "Name": "AttestationPolicyType", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "TypeUnloadedException", + "Namespace": "System" }, { - "Name": "AttestationPolicyState", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "__ComObject", + "Namespace": "System" }, { - "Name": "HgsServerProperties", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "Console", + "Namespace": "System" }, { - "Name": "HgsTraces", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "ConsoleCancelEventHandler", + "Namespace": "System" }, { - "Name": "SerializableVersion", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "ConsoleCancelEventArgs", + "Namespace": "System" }, { - "Name": "TraceFileReader", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "ConsoleColor", + "Namespace": "System" }, { - "Name": "TraceFileWriter", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "ConsoleKey", + "Namespace": "System" }, { - "Name": "GetHgsTrace", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "ConsoleKeyInfo", + "Namespace": "System" }, { - "Name": "GetHgsTraceFileData", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "ConsoleModifiers", + "Namespace": "System" }, { - "Name": "HgsPlugin", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "ConsoleSpecialKey", + "Namespace": "System" }, { - "Name": "InputTarget", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "ContextMarshalException", + "Namespace": "System" }, { - "Name": "NewHgsTraceTarget", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "Base64FormattingOptions", + "Namespace": "System" }, { - "Name": "TopLevelResultSet`1", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "Convert", + "Namespace": "System" }, { - "Name": "TargetResultSet", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "ContextBoundObject", + "Namespace": "System" }, { - "Name": "RemoteResultSet", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "ContextStaticAttribute", + "Namespace": "System" }, { - "Name": "ResultFormatter", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "DayOfWeek", + "Namespace": "System" }, { - "Name": "ResultSet`1", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "DBNull", + "Namespace": "System" }, { - "Name": "RemoteCollectionResultSet", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "Decimal", + "Namespace": "System" }, { - "Name": "CollectionTargetResultSet", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "DivideByZeroException", + "Namespace": "System" }, { - "Name": "DiagnosticSetResultSet", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "Double", + "Namespace": "System" }, { - "Name": "TestHgsTraceTarget", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "DuplicateWaitObjectException", + "Namespace": "System" }, { - "Name": "ValidateHostNameAttribute", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "Enum", + "Namespace": "System" }, { - "Name": "EmptyRecord`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "EntryPointNotFoundException", + "Namespace": "System" }, { - "Name": "LocalizedNameAttribute", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "DllNotFoundException", + "Namespace": "System" }, { - "Name": "LocalTarget", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "EnvironmentVariableTarget", + "Namespace": "System" }, { - "Name": "Manifest", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "Environment", + "Namespace": "System" }, { - "Name": "NoAccessTarget", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "EventArgs", + "Namespace": "System" }, { - "Name": "PSRemotingTargetFactory", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "EventHandler", + "Namespace": "System" }, { - "Name": "PSRTarget", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "EventHandler`1", + "Namespace": "System" }, { - "Name": "RemoteCollectionEngine", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "FieldAccessException", + "Namespace": "System" }, { - "Name": "RemoteCollector`2", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "FlagsAttribute", + "Namespace": "System" }, { - "Name": "RemoteDiagnosticsCore", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "FormatException", + "Namespace": "System" }, { - "Name": "TargetAuthenticationException", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "FormattableString", + "Namespace": "System" }, { - "Name": "TargetMissingCommandsException", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "GCCollectionMode", + "Namespace": "System" }, { - "Name": "TargetSpecificDataAddedEventArgs", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "GCNotificationStatus", + "Namespace": "System" }, { - "Name": "TargetUnreachableException", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "GC", + "Namespace": "System" }, { - "Name": "TargetUnsupportedException", - "Namespace": "Microsoft.Windows.HostGuardianService.Diagnostics.Payload" + "Name": "Guid", + "Namespace": "System" }, { - "Name": "ClientConfiguration", - "Namespace": "Microsoft.Windows.KdsClient" + "Name": "IAsyncResult", + "Namespace": "System" }, { - "Name": "HgsClient", - "Namespace": "Microsoft.Windows.KdsClient" + "Name": "ICustomFormatter", + "Namespace": "System" }, { - "Name": "IHgsClient", - "Namespace": "Microsoft.Windows.KdsClient" + "Name": "IDisposable", + "Namespace": "System" }, { - "Name": "IKpsClient", - "Namespace": "Microsoft.Windows.KdsClient" + "Name": "IFormatProvider", + "Namespace": "System" }, { - "Name": "IRemoteKpsClient", - "Namespace": "Microsoft.Windows.KdsClient" + "Name": "IFormattable", + "Namespace": "System" }, { - "Name": "KeyOperationInfo", - "Namespace": "Microsoft.Windows.KdsClient" + "Name": "IndexOutOfRangeException", + "Namespace": "System" }, { - "Name": "KpsStatus", - "Namespace": "Microsoft.Windows.KdsClient" + "Name": "IObservable`1", + "Namespace": "System" }, { - "Name": "KpsSubstatus", - "Namespace": "Microsoft.Windows.KdsClient" + "Name": "IObserver`1", + "Namespace": "System" }, { - "Name": "KpsOperationInfo", - "Namespace": "Microsoft.Windows.KdsClient" + "Name": "IProgress`1", + "Namespace": "System" }, { - "Name": "ProtectionDescriptorOperationInfo", - "Namespace": "Microsoft.Windows.KdsClient" + "Name": "InsufficientMemoryException", + "Namespace": "System" }, { - "Name": "ManagedEntry", - "Namespace": "Microsoft.Windows.KdsClient.Interop" + "Name": "InsufficientExecutionStackException", + "Namespace": "System" }, { - "Name": "AesCng", - "Namespace": "Security.Cryptography" + "Name": "Lazy`1", + "Namespace": "System" }, { - "Name": "AuthenticatedAes", - "Namespace": "Security.Cryptography" + "Name": "Int16", + "Namespace": "System" }, { - "Name": "AuthenticatedAesCng", - "Namespace": "Security.Cryptography" + "Name": "Int32", + "Namespace": "System" }, { - "Name": "AuthenticatedSymmetricAlgorithm", - "Namespace": "Security.Cryptography" + "Name": "Int64", + "Namespace": "System" }, { - "Name": "AsymmetricPaddingMode", - "Namespace": "Security.Cryptography" + "Name": "IntPtr", + "Namespace": "System" }, { - "Name": "OidGroup", - "Namespace": "Security.Cryptography" + "Name": "InvalidCastException", + "Namespace": "System" }, { - "Name": "OidRegistrationOptions", - "Namespace": "Security.Cryptography" + "Name": "InvalidOperationException", + "Namespace": "System" }, { - "Name": "CngAlgorithm2", - "Namespace": "Security.Cryptography" + "Name": "InvalidProgramException", + "Namespace": "System" }, { - "Name": "CngChainingMode", - "Namespace": "Security.Cryptography" + "Name": "InvalidTimeZoneException", + "Namespace": "System" }, { - "Name": "CngDpapiDataProtector", - "Namespace": "Security.Cryptography" + "Name": "IConvertible", + "Namespace": "System" }, { - "Name": "CngKeyExtensionMethods", - "Namespace": "Security.Cryptography" + "Name": "IServiceProvider", + "Namespace": "System" }, { - "Name": "CngProvider2", - "Namespace": "Security.Cryptography" + "Name": "LocalDataStoreSlot", + "Namespace": "System" }, { - "Name": "CngProviderCollection", - "Namespace": "Security.Cryptography" + "Name": "MarshalByRefObject", + "Namespace": "System" }, { - "Name": "CngProviderExtensionMethods", - "Namespace": "Security.Cryptography" + "Name": "Math", + "Namespace": "System" }, { - "Name": "CryptoConfig2", - "Namespace": "Security.Cryptography" + "Name": "MethodAccessException", + "Namespace": "System" }, { - "Name": "FipsCompliance", - "Namespace": "Security.Cryptography" + "Name": "MidpointRounding", + "Namespace": "System" }, { - "Name": "HMACSHA256Cng", - "Namespace": "Security.Cryptography" + "Name": "MissingFieldException", + "Namespace": "System" }, { - "Name": "HMACSHA384Cng", - "Namespace": "Security.Cryptography" + "Name": "MissingMemberException", + "Namespace": "System" }, { - "Name": "HMACSHA512Cng", - "Namespace": "Security.Cryptography" + "Name": "MissingMethodException", + "Namespace": "System" }, { - "Name": "IAuthenticatedCryptoTransform", - "Namespace": "Security.Cryptography" + "Name": "MulticastNotSupportedException", + "Namespace": "System" }, { - "Name": "ICngAlgorithm", - "Namespace": "Security.Cryptography" + "Name": "NonSerializedAttribute", + "Namespace": "System" }, { - "Name": "ICngAsymmetricAlgorithm", - "Namespace": "Security.Cryptography" + "Name": "NotFiniteNumberException", + "Namespace": "System" }, { - "Name": "ICngSymmetricAlgorithm", - "Namespace": "Security.Cryptography" + "Name": "NotImplementedException", + "Namespace": "System" }, { - "Name": "ICryptoTransform2", - "Namespace": "Security.Cryptography" + "Name": "NotSupportedException", + "Namespace": "System" }, { - "Name": "KeyDerivationCng", - "Namespace": "Security.Cryptography" + "Name": "NullReferenceException", + "Namespace": "System" }, { - "Name": "KeyDerivationSP800108Cng", - "Namespace": "Security.Cryptography" + "Name": "ObjectDisposedException", + "Namespace": "System" }, { - "Name": "NCryptAlgorithmOperations", - "Namespace": "Security.Cryptography" + "Name": "ObsoleteAttribute", + "Namespace": "System" }, { - "Name": "Oid2", - "Namespace": "Security.Cryptography" + "Name": "OperatingSystem", + "Namespace": "System" }, { - "Name": "RNGCng", - "Namespace": "Security.Cryptography" + "Name": "OperationCanceledException", + "Namespace": "System" }, { - "Name": "RSACng", - "Namespace": "Security.Cryptography" + "Name": "OverflowException", + "Namespace": "System" }, { - "Name": "RSAPKCS1SHA256SignatureDescription", - "Namespace": "Security.Cryptography" + "Name": "ParamArrayAttribute", + "Namespace": "System" }, { - "Name": "EncryptedXmlExtensionMethods", - "Namespace": "Security.Cryptography.Xml" + "Name": "PlatformID", + "Namespace": "System" }, { - "Name": "TransformFactory", - "Namespace": "Security.Cryptography.Xml" + "Name": "PlatformNotSupportedException", + "Namespace": "System" }, { - "Name": "XmlDsigXPathWithNamespacesTransform", - "Namespace": "Security.Cryptography.Xml" + "Name": "Progress`1", + "Namespace": "System" }, { - "Name": "SafeCertContextHandle", - "Namespace": "Security.Cryptography.X509Certificates" + "Name": "Random", + "Namespace": "System" }, { - "Name": "X509AlternateName", - "Namespace": "Security.Cryptography.X509Certificates" + "Name": "RankException", + "Namespace": "System" }, { - "Name": "X509AlternateNameBlob", - "Namespace": "Security.Cryptography.X509Certificates" + "Name": "RuntimeArgumentHandle", + "Namespace": "System" }, { - "Name": "X509AlternateNameIPAddress", - "Namespace": "Security.Cryptography.X509Certificates" + "Name": "RuntimeTypeHandle", + "Namespace": "System" }, { - "Name": "X509AlternateNameOther", - "Namespace": "Security.Cryptography.X509Certificates" + "Name": "RuntimeMethodHandle", + "Namespace": "System" }, { - "Name": "X509AlternateNameString", - "Namespace": "Security.Cryptography.X509Certificates" + "Name": "RuntimeFieldHandle", + "Namespace": "System" }, { - "Name": "ImportCertStoreFlags", - "Namespace": "Security.Cryptography.X509Certificates" + "Name": "ModuleHandle", + "Namespace": "System" }, { - "Name": "X509Certificate2ExtensionMethods", - "Namespace": "Security.Cryptography.X509Certificates" + "Name": "SByte", + "Namespace": "System" }, { - "Name": "X509CertificateCreationParameters", - "Namespace": "Security.Cryptography.X509Certificates" + "Name": "SerializableAttribute", + "Namespace": "System" }, { - "Name": "X509CertificateExtensionMethods", - "Namespace": "Security.Cryptography.X509Certificates" + "Name": "Single", + "Namespace": "System" }, { - "Name": "AlternateNameType", - "Namespace": "Security.Cryptography.X509Certificates" + "Name": "STAThreadAttribute", + "Namespace": "System" }, { - "Name": "X509CertificateCreationOptions", - "Namespace": "Security.Cryptography.X509Certificates" + "Name": "MTAThreadAttribute", + "Namespace": "System" }, { - "Name": "X509CertificateSignatureAlgorithm", - "Namespace": "Security.Cryptography.X509Certificates" + "Name": "TimeoutException", + "Namespace": "System" }, { - "Name": "ICertificateRegistry", - "Namespace": "Microsoft.Windows.KpsCore.Utils" + "Name": "TimeSpan", + "Namespace": "System" }, { - "Name": "ICertificateRegistryWithPrimary", - "Namespace": "Microsoft.Windows.KpsCore.Utils" + "Name": "TimeZone", + "Namespace": "System" }, { - "Name": "InMemoryCertificateRegistry", - "Namespace": "Microsoft.Windows.KpsCore.Utils" + "Name": "TimeZoneInfo", + "Namespace": "System" }, { - "Name": "Configuration", - "Namespace": "Microsoft.Windows.KpsCore.Service" + "Name": "TimeZoneNotFoundException", + "Namespace": "System" }, { - "Name": "HealthCertificateValidator", - "Namespace": "Microsoft.Windows.KpsCore.Service" + "Name": "Type", + "Namespace": "System" }, { - "Name": "KPService", - "Namespace": "Microsoft.Windows.KpsCore.Service" + "Name": "TypeAccessException", + "Namespace": "System" }, { - "Name": "Metadata", - "Namespace": "Microsoft.Windows.KpsCore.Service" + "Name": "TypeCode", + "Namespace": "System" }, { - "Name": "SignatureType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "TypedReference", + "Namespace": "System" }, { - "Name": "SignedInfoType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "TypeInitializationException", + "Namespace": "System" }, { - "Name": "CanonicalizationMethodType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "TypeLoadException", + "Namespace": "System" }, { - "Name": "X509IssuerSerialType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "UInt16", + "Namespace": "System" }, { - "Name": "SignatureMethodType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "UInt32", + "Namespace": "System" }, { - "Name": "ReferenceType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "UInt64", + "Namespace": "System" }, { - "Name": "TransformType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "UIntPtr", + "Namespace": "System" }, { - "Name": "DigestMethodType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "UnauthorizedAccessException", + "Namespace": "System" }, { - "Name": "SignatureValueType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "UnhandledExceptionEventArgs", + "Namespace": "System" }, { - "Name": "KeyInfoType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "UnhandledExceptionEventHandler", + "Namespace": "System" }, { - "Name": "KeyValueType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "ValueType", + "Namespace": "System" }, { - "Name": "DSAKeyValueType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "Version", + "Namespace": "System" }, { - "Name": "RSAKeyValueType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "Void", + "Namespace": "System" }, { - "Name": "PGPDataType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "WeakReference", + "Namespace": "System" }, { - "Name": "ItemsChoiceType1", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "WeakReference`1", + "Namespace": "System" }, { - "Name": "RetrievalMethodType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "ThreadStaticAttribute", + "Namespace": "System" }, { - "Name": "SPKIDataType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "Nullable`1", + "Namespace": "System" }, { - "Name": "X509DataType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "Nullable", + "Namespace": "System" }, { - "Name": "ItemsChoiceType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "AssemblyHash", + "Namespace": "System.Configuration.Assemblies" }, { - "Name": "ItemsChoiceType2", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "AssemblyHashAlgorithm", + "Namespace": "System.Configuration.Assemblies" }, { - "Name": "ObjectType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "AssemblyVersionCompatibility", + "Namespace": "System.Configuration.Assemblies" }, { - "Name": "TransformsType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "BinaryReader", + "Namespace": "System.IO" }, { - "Name": "ManifestType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "BinaryWriter", + "Namespace": "System.IO" }, { - "Name": "SignaturePropertiesType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "BufferedStream", + "Namespace": "System.IO" }, { - "Name": "SignaturePropertyType", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "Directory", + "Namespace": "System.IO" }, { - "Name": "EncryptedData_T", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "DirectoryInfo", + "Namespace": "System.IO" }, { - "Name": "CryptoParameters_T", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "SearchOption", + "Namespace": "System.IO" }, { - "Name": "Metadata_T", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "DirectoryNotFoundException", + "Namespace": "System.IO" }, { - "Name": "GuardianInformation_T", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "DriveType", + "Namespace": "System.IO" }, { - "Name": "Signature_T", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "DriveInfo", + "Namespace": "System.IO" }, { - "Name": "Protector_T", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "DriveNotFoundException", + "Namespace": "System.IO" }, { - "Name": "Wrapping_T", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "EndOfStreamException", + "Namespace": "System.IO" }, { - "Name": "SigningCertificateSignature_T", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "File", + "Namespace": "System.IO" }, { - "Name": "EncryptionCertificateSignature_T", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "FileAccess", + "Namespace": "System.IO" }, { - "Name": "TransportKey_T", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "FileInfo", + "Namespace": "System.IO" }, { - "Name": "TransportKeySignature_T", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "FileLoadException", + "Namespace": "System.IO" }, { - "Name": "KeyDerivationMethod_T", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "FileMode", + "Namespace": "System.IO" }, { - "Name": "GuardianSignature_T", - "Namespace": "Microsoft.Windows.KpsCore.Schemas" + "Name": "FileNotFoundException", + "Namespace": "System.IO" }, { - "Name": "AlgorithmIdentifier", - "Namespace": "Microsoft.Windows.KpsCore.Protectors" + "Name": "FileOptions", + "Namespace": "System.IO" }, { - "Name": "EncryptedData", - "Namespace": "Microsoft.Windows.KpsCore.Protectors" + "Name": "FileShare", + "Namespace": "System.IO" }, { - "Name": "EncryptionCertificateSignature", - "Namespace": "Microsoft.Windows.KpsCore.Protectors" + "Name": "FileStream", + "Namespace": "System.IO" }, { - "Name": "GuardianSignature", - "Namespace": "Microsoft.Windows.KpsCore.Protectors" + "Name": "FileSystemInfo", + "Namespace": "System.IO" }, - { - "Name": "KeyDerivationMethod", - "Namespace": "Microsoft.Windows.KpsCore.Protectors" + { + "Name": "FileAttributes", + "Namespace": "System.IO" }, { - "Name": "Protector", - "Namespace": "Microsoft.Windows.KpsCore.Protectors" + "Name": "IOException", + "Namespace": "System.IO" }, { - "Name": "Signature", - "Namespace": "Microsoft.Windows.KpsCore.Protectors" + "Name": "MemoryStream", + "Namespace": "System.IO" }, { - "Name": "SigningCertificateSignature", - "Namespace": "Microsoft.Windows.KpsCore.Protectors" + "Name": "Path", + "Namespace": "System.IO" }, { - "Name": "TransportKey", - "Namespace": "Microsoft.Windows.KpsCore.Protectors" + "Name": "PathTooLongException", + "Namespace": "System.IO" }, { - "Name": "TransportKeySignature", - "Namespace": "Microsoft.Windows.KpsCore.Protectors" + "Name": "SeekOrigin", + "Namespace": "System.IO" }, { - "Name": "Wrapping", - "Namespace": "Microsoft.Windows.KpsCore.Protectors" + "Name": "Stream", + "Namespace": "System.IO" }, { - "Name": "CryptoFactory", - "Namespace": "Microsoft.Windows.KpsCore.Factories" + "Name": "StreamReader", + "Namespace": "System.IO" }, { - "Name": "CertificateRegistryException", - "Namespace": "Microsoft.Windows.KpsCore.Exceptions" + "Name": "StreamWriter", + "Namespace": "System.IO" }, { - "Name": "HealthCertificateException", - "Namespace": "Microsoft.Windows.KpsCore.Exceptions" + "Name": "StringReader", + "Namespace": "System.IO" }, { - "Name": "InvalidProtectorException", - "Namespace": "Microsoft.Windows.KpsCore.Exceptions" + "Name": "StringWriter", + "Namespace": "System.IO" }, { - "Name": "InvalidWrappingException", - "Namespace": "Microsoft.Windows.KpsCore.Exceptions" + "Name": "TextReader", + "Namespace": "System.IO" }, { - "Name": "ProtectorSignatureException", - "Namespace": "Microsoft.Windows.KpsCore.Exceptions" + "Name": "TextWriter", + "Namespace": "System.IO" }, { - "Name": "KpsCoreException", - "Namespace": "Microsoft.Windows.KpsCore.Exceptions" + "Name": "UnmanagedMemoryAccessor", + "Namespace": "System.IO" }, { - "Name": "VsmKeyArray", - "Namespace": "Microsoft.Windows.KpsCore.EncryptedBlobs" + "Name": "UnmanagedMemoryStream", + "Namespace": "System.IO" }, { - "Name": "AuthenticatedAesMode", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "IsolatedStorageScope", + "Namespace": "System.IO.IsolatedStorage" }, { - "Name": "AuthenticatedAesExportParametersOptions", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "IsolatedStorage", + "Namespace": "System.IO.IsolatedStorage" }, { - "Name": "CertificateBasedKey", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "IsolatedStorageFileStream", + "Namespace": "System.IO.IsolatedStorage" }, { - "Name": "CryptoParameters", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "IsolatedStorageException", + "Namespace": "System.IO.IsolatedStorage" }, { - "Name": "HashAlgorithm", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "IsolatedStorageSecurityOptions", + "Namespace": "System.IO.IsolatedStorage" }, { - "Name": "IAlgorithm", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "IsolatedStorageSecurityState", + "Namespace": "System.IO.IsolatedStorage" }, { - "Name": "IAuthenticatedAes", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "INormalizeForIsolatedStorage", + "Namespace": "System.IO.IsolatedStorage" }, { - "Name": "IEncryptionAlgorithm", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "IsolatedStorageFile", + "Namespace": "System.IO.IsolatedStorage" }, { - "Name": "IHashAlgorithm", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "SecurityElement", + "Namespace": "System.Security" }, { - "Name": "IHmac", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "XmlSyntaxException", + "Namespace": "System.Security" }, { - "Name": "IKeyDerivationAlgorithm", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "SuppressUnmanagedCodeSecurityAttribute", + "Namespace": "System.Security" }, { - "Name": "IKeyedHashAlgorithm", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "UnverifiableCodeAttribute", + "Namespace": "System.Security" }, { - "Name": "InMemoryAsymmetricKey", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "AllowPartiallyTrustedCallersAttribute", + "Namespace": "System.Security" }, { - "Name": "InMemorySymmetricKey", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "PartialTrustVisibilityLevel", + "Namespace": "System.Security" }, { - "Name": "IRandomNumberGeneratorAlgorithm", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "SecurityCriticalScope", + "Namespace": "System.Security" }, { - "Name": "IRsa", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "SecurityCriticalAttribute", + "Namespace": "System.Security" }, { - "Name": "ISigningAlgorithm", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "SecurityTreatAsSafeAttribute", + "Namespace": "System.Security" }, { - "Name": "Key", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "SecuritySafeCriticalAttribute", + "Namespace": "System.Security" }, { - "Name": "RsaEncryptionPaddingMode", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "SecurityTransparentAttribute", + "Namespace": "System.Security" }, { - "Name": "RsaSignaturePaddingMode", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "SecurityRuleSet", + "Namespace": "System.Security" }, { - "Name": "SymmetricKey", - "Namespace": "Microsoft.Windows.KpsCore.Crypto" + "Name": "SecurityRulesAttribute", + "Namespace": "System.Security" }, { - "Name": "CryptoException", - "Namespace": "Microsoft.Windows.KpsCore.Crypto.Exceptions" + "Name": "CodeAccessPermission", + "Namespace": "System.Security" }, { - "Name": "InvalidKeyException", - "Namespace": "Microsoft.Windows.KpsCore.Crypto.Exceptions" + "Name": "IEvidenceFactory", + "Namespace": "System.Security" }, { - "Name": "AuthenticatedAes", - "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" + "Name": "IPermission", + "Namespace": "System.Security" }, { - "Name": "Hmac", - "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" + "Name": "ISecurityEncodable", + "Namespace": "System.Security" }, { - "Name": "KeyDerivationSP800108CounterHmac", - "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" + "Name": "ISecurityPolicyEncodable", + "Namespace": "System.Security" }, { - "Name": "Rng", - "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" + "Name": "IStackWalk", + "Namespace": "System.Security" }, { - "Name": "Rsa", - "Namespace": "Microsoft.Windows.KpsCore.Crypto.Cng" + "Name": "HostSecurityManagerOptions", + "Namespace": "System.Security" }, { - "Name": "HostGuardianServiceClientEventSource", - "Namespace": "Microsoft.Windows.HostGuardianService.Client.Events" + "Name": "HostSecurityManager", + "Namespace": "System.Security" }, { - "Name": "HostHealthInfo", - "Namespace": "Microsoft.Windows.RemoteAttestation.Client" + "Name": "NamedPermissionSet", + "Namespace": "System.Security" }, { - "Name": "IAttestationClient", - "Namespace": "Microsoft.Windows.RemoteAttestation.Client" + "Name": "PermissionSet", + "Namespace": "System.Security" }, { - "Name": "IRemoteAttestationClient", - "Namespace": "Microsoft.Windows.RemoteAttestation.Client" + "Name": "ReadOnlyPermissionSet", + "Namespace": "System.Security" }, { - "Name": "GetHgsAttestationBaselinePolicy", - "Namespace": "Microsoft.Windows.RemoteAttestation.Client.PowerShell" + "Name": "SecureString", + "Namespace": "System.Security" }, { - "Name": "AttestationManagementException", - "Namespace": "Microsoft.Windows.RemoteAttestation.Client.PowerShell" + "Name": "SecurityContextSource", + "Namespace": "System.Security" }, { - "Name": "RemoteAttestationCoreException", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "SecurityContext", + "Namespace": "System.Security" }, { - "Name": "RemoteAttestationException", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "SecurityException", + "Namespace": "System.Security" }, { - "Name": "RemoteAttestationModeUnsupportedException", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "SecurityState", + "Namespace": "System.Security" }, { - "Name": "RemoteAttestationPolicyException", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "HostProtectionException", + "Namespace": "System.Security" }, { - "Name": "RemoteAttestationProtocolErrorContextException", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "PolicyLevelType", + "Namespace": "System.Security" }, { - "Name": "RemoteAttestationProtocolPayloadException", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "SecurityManager", + "Namespace": "System.Security" }, { - "Name": "RemoteAttestationRtpmException", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "SecurityZone", + "Namespace": "System.Security" }, { - "Name": "RemoteAttestationSwitchToADException", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "VerificationException", + "Namespace": "System.Security" }, { - "Name": "RemoteAttestationTcgLogException", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "InheritanceFlags", + "Namespace": "System.Security.AccessControl" }, { - "Name": "RemoteAttestationTcgLogFormatException", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "PropagationFlags", + "Namespace": "System.Security.AccessControl" }, { - "Name": "RemoteAttestationTcgLogVerificationException", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "AuditFlags", + "Namespace": "System.Security.AccessControl" }, { - "Name": "RemoteAttestationVsmException", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "SecurityInfos", + "Namespace": "System.Security.AccessControl" }, { - "Name": "IAttestationEvaluationResult", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "ResourceType", + "Namespace": "System.Security.AccessControl" }, { - "Name": "IAttestationEvaluationLog", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "AccessControlSections", + "Namespace": "System.Security.AccessControl" }, { - "Name": "IAttestationPolicyEvaluator", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "AccessControlActions", + "Namespace": "System.Security.AccessControl" }, { - "Name": "AttestationLog", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "AceType", + "Namespace": "System.Security.AccessControl" }, { - "Name": "PolicyManifestSchemaVersion", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "AceFlags", + "Namespace": "System.Security.AccessControl" }, { - "Name": "PolicyEvaluationOptimizationFlags", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "GenericAce", + "Namespace": "System.Security.AccessControl" }, { - "Name": "PolicyEvaluationLogFlags", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "KnownAce", + "Namespace": "System.Security.AccessControl" }, { - "Name": "AttestationPolicyEvaluatorFactory", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "CustomAce", + "Namespace": "System.Security.AccessControl" }, { - "Name": "AttestationOperationMode", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "CompoundAceType", + "Namespace": "System.Security.AccessControl" }, { - "Name": "OldAttestationFunctionalLevel", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "CompoundAce", + "Namespace": "System.Security.AccessControl" }, { - "Name": "AttestationStatus", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "AceQualifier", + "Namespace": "System.Security.AccessControl" }, { - "Name": "AttestationSubStatus", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "QualifiedAce", + "Namespace": "System.Security.AccessControl" }, { - "Name": "EvaluationLogEntry", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "CommonAce", + "Namespace": "System.Security.AccessControl" }, { - "Name": "NetworkPhysicalAddress", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "ObjectAceFlags", + "Namespace": "System.Security.AccessControl" }, { - "Name": "PolicyGroupRelation", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "ObjectAce", + "Namespace": "System.Security.AccessControl" }, { - "Name": "ADRequest", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "AceEnumerator", + "Namespace": "System.Security.AccessControl" }, { - "Name": "ADRequestAuthenticated", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "GenericAcl", + "Namespace": "System.Security.AccessControl" }, { - "Name": "ErrorClientHandler", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "RawAcl", + "Namespace": "System.Security.AccessControl" }, { - "Name": "ErrorReply", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "CommonAcl", + "Namespace": "System.Security.AccessControl" }, { - "Name": "OperationModeErrorReply", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "SystemAcl", + "Namespace": "System.Security.AccessControl" }, { - "Name": "PayloadErrorReply", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "DiscretionaryAcl", + "Namespace": "System.Security.AccessControl" }, { - "Name": "PolicyEvaluationErrorReply", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "CryptoKeyRights", + "Namespace": "System.Security.AccessControl" }, { - "Name": "RtpmErrorReply", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "CryptoKeyAccessRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "TcgLogValidationErrorReply", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "CryptoKeyAuditRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "UnauthorizedErrorReply", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "CryptoKeySecurity", + "Namespace": "System.Security.AccessControl" }, { - "Name": "UnavailableErrorReply", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "EventWaitHandleRights", + "Namespace": "System.Security.AccessControl" }, { - "Name": "VirtualSecureModeErrorReply", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "EventWaitHandleAccessRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "HealthCertificateReply", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "EventWaitHandleAuditRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "IAttestationClientHandler", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "EventWaitHandleSecurity", + "Namespace": "System.Security.AccessControl" }, { - "Name": "IAttestationServerHandler", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "FileSystemRights", + "Namespace": "System.Security.AccessControl" }, { - "Name": "ProtocolPayload", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "FileSystemAccessRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "ProtocolReplyBase", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "FileSystemAuditRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "AttestationResultType", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "FileSystemSecurity", + "Namespace": "System.Security.AccessControl" }, { - "Name": "ProtocolRequestBase", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "FileSecurity", + "Namespace": "System.Security.AccessControl" }, { - "Name": "ProtocolSerializer", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "DirectorySecurity", + "Namespace": "System.Security.AccessControl" }, { - "Name": "ServiceInfoReply", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "MutexRights", + "Namespace": "System.Security.AccessControl" }, { - "Name": "TpmReplyContinue", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "MutexAccessRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "TpmRequest", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "MutexAuditRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "TpmRequestContinue", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "MutexSecurity", + "Namespace": "System.Security.AccessControl" }, { - "Name": "TpmRequestInitial", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "NativeObjectSecurity", + "Namespace": "System.Security.AccessControl" }, { - "Name": "EfiSpecId", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "AccessControlModification", + "Namespace": "System.Security.AccessControl" }, { - "Name": "EfiStartupLocality", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "ObjectSecurity", + "Namespace": "System.Security.AccessControl" }, { - "Name": "ContentSelection", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "AccessRule`1", + "Namespace": "System.Security.AccessControl" }, { - "Name": "TcgContentSettings", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "AuditRule`1", + "Namespace": "System.Security.AccessControl" }, { - "Name": "TcgData", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "ObjectSecurity`1", + "Namespace": "System.Security.AccessControl" }, { - "Name": "TcgEfiVariableData", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "CommonObjectSecurity", + "Namespace": "System.Security.AccessControl" }, { - "Name": "TcgLogFormat", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "DirectoryObjectSecurity", + "Namespace": "System.Security.AccessControl" }, { - "Name": "TcgEventLog", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "PrivilegeNotHeldException", + "Namespace": "System.Security.AccessControl" }, { - "Name": "PcrEventType", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "RegistryRights", + "Namespace": "System.Security.AccessControl" }, { - "Name": "TcgPcrEvent", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "RegistryAccessRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "WbclEventId", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "RegistryAuditRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "TcgTaggedEvent", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "RegistrySecurity", + "Namespace": "System.Security.AccessControl" }, { - "Name": "TpmAlgorithm", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "AccessControlType", + "Namespace": "System.Security.AccessControl" }, { - "Name": "SerializationSchemaVersion", - "Namespace": "Microsoft.Windows.RemoteAttestation.Core" + "Name": "AuthorizationRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "CERTENROLL_OBJECTID", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AccessRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "CObjectId", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ObjectAccessRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "CSignerCertificate", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AuditRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "CX500DistinguishedName", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ObjectAuditRule", + "Namespace": "System.Security.AccessControl" }, { - "Name": "CX509CertificateRequestCertificate", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AuthorizationRuleCollection", + "Namespace": "System.Security.AccessControl" }, { - "Name": "CX509Enrollment", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ControlFlags", + "Namespace": "System.Security.AccessControl" }, { - "Name": "CX509Extension", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "GenericSecurityDescriptor", + "Namespace": "System.Security.AccessControl" }, { - "Name": "CX509ExtensionBasicConstraints", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RawSecurityDescriptor", + "Namespace": "System.Security.AccessControl" }, { - "Name": "CX509ExtensionKeyUsage", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CommonSecurityDescriptor", + "Namespace": "System.Security.AccessControl" }, { - "Name": "CX509Extensions", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CipherMode", + "Namespace": "System.Security.Cryptography" }, { - "Name": "CX509PrivateKey", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "PaddingMode", + "Namespace": "System.Security.Cryptography" }, { - "Name": "CX509PublicKey", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "KeySizes", + "Namespace": "System.Security.Cryptography" }, { - "Name": "EncodingType", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CryptographicException", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IObjectId", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CryptographicUnexpectedOperationException", + "Namespace": "System.Security.Cryptography" }, { - "Name": "ISignerCertificate", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ICryptoTransform", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX500DistinguishedName", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RandomNumberGenerator", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509CertificateRequest", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "RNGCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509CertificateRequestCertificate", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "Aes", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509CertificateRequestCertificate2", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AsymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509CertificateRequestPkcs10", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AsymmetricKeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509Enrollment", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AsymmetricKeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509Enrollment2", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AsymmetricSignatureDeformatter", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509Extension", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "AsymmetricSignatureFormatter", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509ExtensionBasicConstraints", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "FromBase64TransformMode", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509ExtensionKeyUsage", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "ToBase64Transform", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509Extensions", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "FromBase64Transform", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509PrivateKey", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CryptoAPITransform", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509PrivateKey2", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CspProviderFlags", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509PublicKey", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CspParameters", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IX509SignatureInformation", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CryptoConfig", + "Namespace": "System.Security.Cryptography" }, { - "Name": "InstallResponseRestrictionFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CryptoStreamMode", + "Namespace": "System.Security.Cryptography" }, { - "Name": "X500NameFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "CryptoStream", + "Namespace": "System.Security.Cryptography" }, { - "Name": "X509CertificateEnrollmentContext", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "DES", + "Namespace": "System.Security.Cryptography" }, { - "Name": "X509KeyUsageFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "DESCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" }, { - "Name": "X509PrivateKeyExportFlags", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "DeriveBytes", + "Namespace": "System.Security.Cryptography" }, { - "Name": "X509PrivateKeyVerify", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "DSAParameters", + "Namespace": "System.Security.Cryptography" }, { - "Name": "X509ProviderType", - "Namespace": "Microsoft.CertificateServices.Certenroll.Interop" + "Name": "DSA", + "Namespace": "System.Security.Cryptography" }, { - "Name": "TlsSessionTicketKey", - "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + "Name": "DSACryptoServiceProvider", + "Namespace": "System.Security.Cryptography" }, { - "Name": "NewTlsSessionTicketKeyCommand", - "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + "Name": "DSASignatureDeformatter", + "Namespace": "System.Security.Cryptography" }, { - "Name": "EnableTlsSessionTicketKeyCommand", - "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + "Name": "DSASignatureFormatter", + "Namespace": "System.Security.Cryptography" }, { - "Name": "DisableTlsSessionTicketKeyCommand", - "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + "Name": "HMAC", + "Namespace": "System.Security.Cryptography" }, { - "Name": "ExportTlsSessionTicketKeyCommand", - "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + "Name": "HMACMD5", + "Namespace": "System.Security.Cryptography" }, { - "Name": "TlsCipherSuite", - "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + "Name": "HMACRIPEMD160", + "Namespace": "System.Security.Cryptography" }, { - "Name": "GetTlsCipherSuiteCommand", - "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + "Name": "HMACSHA1", + "Namespace": "System.Security.Cryptography" }, { - "Name": "AddTlsCipherSuiteCommand", - "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + "Name": "HMACSHA256", + "Namespace": "System.Security.Cryptography" }, { - "Name": "RemoveTlsCipherSuiteCommand", - "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + "Name": "HMACSHA384", + "Namespace": "System.Security.Cryptography" }, { - "Name": "GetTlsEccCurveCommand", - "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + "Name": "HMACSHA512", + "Namespace": "System.Security.Cryptography" }, { - "Name": "AddTlsEccCurveCommand", - "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + "Name": "HashAlgorithm", + "Namespace": "System.Security.Cryptography" }, { - "Name": "RemoveTlsEccCurveCommand", - "Namespace": "Microsoft.WindowsAuthenticationProtocols.Commands" + "Name": "HashAlgorithmName", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Registry", - "Namespace": "Microsoft.Win32" + "Name": "KeyNumber", + "Namespace": "System.Security.Cryptography" }, { - "Name": "RegistryHive", - "Namespace": "Microsoft.Win32" + "Name": "CspKeyContainerInfo", + "Namespace": "System.Security.Cryptography" }, { - "Name": "RegistryKey", - "Namespace": "Microsoft.Win32" + "Name": "ICspAsymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" }, { - "Name": "RegistryValueOptions", - "Namespace": "Microsoft.Win32" + "Name": "KeyedHashAlgorithm", + "Namespace": "System.Security.Cryptography" }, { - "Name": "RegistryKeyPermissionCheck", - "Namespace": "Microsoft.Win32" + "Name": "MACTripleDES", + "Namespace": "System.Security.Cryptography" }, { - "Name": "RegistryOptions", - "Namespace": "Microsoft.Win32" + "Name": "MD5", + "Namespace": "System.Security.Cryptography" }, { - "Name": "RegistryValueKind", - "Namespace": "Microsoft.Win32" + "Name": "MD5CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" }, { - "Name": "RegistryView", - "Namespace": "Microsoft.Win32" + "Name": "MaskGenerationMethod", + "Namespace": "System.Security.Cryptography" }, { - "Name": "SafeFileHandle", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "PasswordDeriveBytes", + "Namespace": "System.Security.Cryptography" }, { - "Name": "SafeRegistryHandle", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "PKCS1MaskGenerationMethod", + "Namespace": "System.Security.Cryptography" }, { - "Name": "SafeWaitHandle", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "RC2", + "Namespace": "System.Security.Cryptography" }, { - "Name": "SafeHandleZeroOrMinusOneIsInvalid", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "RC2CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" }, { - "Name": "SafeHandleMinusOneIsInvalid", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "Rfc2898DeriveBytes", + "Namespace": "System.Security.Cryptography" }, { - "Name": "CriticalHandleZeroOrMinusOneIsInvalid", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "RIPEMD160", + "Namespace": "System.Security.Cryptography" }, { - "Name": "CriticalHandleMinusOneIsInvalid", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "RIPEMD160Managed", + "Namespace": "System.Security.Cryptography" }, { - "Name": "SafeAccessTokenHandle", - "Namespace": "Microsoft.Win32.SafeHandles" + "Name": "RSAParameters", + "Namespace": "System.Security.Cryptography" }, { - "Name": "AggregateException", - "Namespace": "System" + "Name": "RSA", + "Namespace": "System.Security.Cryptography" }, { - "Name": "AppContext", - "Namespace": "System" + "Name": "RSASignaturePadding", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Object", - "Namespace": "System" + "Name": "RSASignaturePaddingMode", + "Namespace": "System.Security.Cryptography" }, { - "Name": "ICloneable", - "Namespace": "System" + "Name": "RSACryptoServiceProvider", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Action`1", - "Namespace": "System" + "Name": "RSAEncryptionPadding", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Action", - "Namespace": "System" + "Name": "RSAEncryptionPaddingMode", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Action`2", - "Namespace": "System" + "Name": "RSAOAEPKeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Action`3", - "Namespace": "System" + "Name": "RSAOAEPKeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Action`4", - "Namespace": "System" + "Name": "RSAPKCS1KeyExchangeDeformatter", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Func`1", - "Namespace": "System" + "Name": "RSAPKCS1KeyExchangeFormatter", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Func`2", - "Namespace": "System" + "Name": "RSAPKCS1SignatureDeformatter", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Func`3", - "Namespace": "System" + "Name": "RSAPKCS1SignatureFormatter", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Func`4", - "Namespace": "System" + "Name": "Rijndael", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Func`5", - "Namespace": "System" + "Name": "RijndaelManaged", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Action`5", - "Namespace": "System" + "Name": "RijndaelManagedTransform", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Action`6", - "Namespace": "System" + "Name": "SHA1", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Action`7", - "Namespace": "System" + "Name": "SHA1CryptoServiceProvider", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Action`8", - "Namespace": "System" + "Name": "SHA1Managed", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Func`6", - "Namespace": "System" + "Name": "SHA256", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Func`7", - "Namespace": "System" + "Name": "SHA256Managed", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Func`8", - "Namespace": "System" + "Name": "SHA384", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Func`9", - "Namespace": "System" + "Name": "SHA384Managed", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Comparison`1", - "Namespace": "System" + "Name": "SHA512", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Converter`2", - "Namespace": "System" + "Name": "SHA512Managed", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Predicate`1", - "Namespace": "System" + "Name": "SignatureDescription", + "Namespace": "System.Security.Cryptography" }, { - "Name": "Array", - "Namespace": "System" + "Name": "SymmetricAlgorithm", + "Namespace": "System.Security.Cryptography" }, { - "Name": "ArraySegment`1", - "Namespace": "System" + "Name": "TripleDES", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IComparable", - "Namespace": "System" + "Name": "TripleDESCryptoServiceProvider", + "Namespace": "System.Security.Cryptography" }, { - "Name": "IComparable`1", - "Namespace": "System" + "Name": "X509ContentType", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "IEquatable`1", - "Namespace": "System" + "Name": "X509KeyStorageFlags", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "Tuple", - "Namespace": "System" + "Name": "X509Certificate", + "Namespace": "System.Security.Cryptography.X509Certificates" }, { - "Name": "Tuple`1", - "Namespace": "System" + "Name": "EnvironmentPermissionAccess", + "Namespace": "System.Security.Permissions" }, { - "Name": "Tuple`2", - "Namespace": "System" + "Name": "EnvironmentPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "Tuple`3", - "Namespace": "System" + "Name": "FileDialogPermissionAccess", + "Namespace": "System.Security.Permissions" }, { - "Name": "Tuple`4", - "Namespace": "System" + "Name": "FileDialogPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "Tuple`5", - "Namespace": "System" + "Name": "FileIOPermissionAccess", + "Namespace": "System.Security.Permissions" }, { - "Name": "Tuple`6", - "Namespace": "System" + "Name": "FileIOPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "Tuple`7", - "Namespace": "System" + "Name": "HostProtectionResource", + "Namespace": "System.Security.Permissions" }, { - "Name": "Tuple`8", - "Namespace": "System" + "Name": "HostProtectionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "ValueTuple", - "Namespace": "System" + "Name": "IsolatedStorageContainment", + "Namespace": "System.Security.Permissions" }, { - "Name": "ValueTuple`1", - "Namespace": "System" + "Name": "IsolatedStoragePermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "ValueTuple`2", - "Namespace": "System" + "Name": "IsolatedStorageFilePermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "ValueTuple`3", - "Namespace": "System" + "Name": "PermissionState", + "Namespace": "System.Security.Permissions" }, { - "Name": "ValueTuple`4", - "Namespace": "System" + "Name": "SecurityAction", + "Namespace": "System.Security.Permissions" }, { - "Name": "ValueTuple`5", - "Namespace": "System" + "Name": "SecurityAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "ValueTuple`6", - "Namespace": "System" + "Name": "CodeAccessSecurityAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "ValueTuple`7", - "Namespace": "System" + "Name": "EnvironmentPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "ValueTuple`8", - "Namespace": "System" + "Name": "FileDialogPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "TupleExtensions", - "Namespace": "System" + "Name": "FileIOPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "String", - "Namespace": "System" + "Name": "KeyContainerPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "StringSplitOptions", - "Namespace": "System" + "Name": "PrincipalPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "StringComparer", - "Namespace": "System" + "Name": "ReflectionPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "StringComparison", - "Namespace": "System" + "Name": "RegistryPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "Exception", - "Namespace": "System" + "Name": "SecurityPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "DateTime", - "Namespace": "System" + "Name": "UIPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "DateTimeKind", - "Namespace": "System" + "Name": "ZoneIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "DateTimeOffset", - "Namespace": "System" + "Name": "StrongNameIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "SystemException", - "Namespace": "System" + "Name": "SiteIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "OutOfMemoryException", - "Namespace": "System" + "Name": "UrlIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "StackOverflowException", - "Namespace": "System" + "Name": "PublisherIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "DataMisalignedException", - "Namespace": "System" + "Name": "IsolatedStoragePermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "ExecutionEngineException", - "Namespace": "System" + "Name": "IsolatedStorageFilePermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "Delegate", - "Namespace": "System" + "Name": "PermissionSetAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "MulticastDelegate", - "Namespace": "System" + "Name": "ReflectionPermissionFlag", + "Namespace": "System.Security.Permissions" }, { - "Name": "MemberAccessException", - "Namespace": "System" + "Name": "ReflectionPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "Activator", - "Namespace": "System" + "Name": "PrincipalPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "AccessViolationException", - "Namespace": "System" + "Name": "SecurityPermissionFlag", + "Namespace": "System.Security.Permissions" }, { - "Name": "ApplicationException", - "Namespace": "System" + "Name": "SecurityPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "ResolveEventArgs", - "Namespace": "System" + "Name": "SiteIdentityPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "AssemblyLoadEventArgs", - "Namespace": "System" + "Name": "StrongNameIdentityPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "ResolveEventHandler", - "Namespace": "System" + "Name": "StrongNamePublicKeyBlob", + "Namespace": "System.Security.Permissions" }, { - "Name": "AssemblyLoadEventHandler", - "Namespace": "System" + "Name": "UIPermissionWindow", + "Namespace": "System.Security.Permissions" }, { - "Name": "AppDomainInitializer", - "Namespace": "System" + "Name": "UIPermissionClipboard", + "Namespace": "System.Security.Permissions" }, { - "Name": "AppDomain", - "Namespace": "System" + "Name": "UIPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "CrossAppDomainDelegate", - "Namespace": "System" + "Name": "UrlIdentityPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "AppDomainManagerInitializationOptions", - "Namespace": "System" + "Name": "ZoneIdentityPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "AppDomainManager", - "Namespace": "System" + "Name": "GacIdentityPermissionAttribute", + "Namespace": "System.Security.Permissions" }, { - "Name": "_AppDomain", - "Namespace": "System" + "Name": "GacIdentityPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "AppDomainSetup", - "Namespace": "System" + "Name": "IUnrestrictedPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "IAppDomainSetup", - "Namespace": "System" + "Name": "KeyContainerPermissionFlags", + "Namespace": "System.Security.Permissions" }, { - "Name": "LoaderOptimization", - "Namespace": "System" + "Name": "KeyContainerPermissionAccessEntry", + "Namespace": "System.Security.Permissions" }, { - "Name": "LoaderOptimizationAttribute", - "Namespace": "System" + "Name": "KeyContainerPermissionAccessEntryCollection", + "Namespace": "System.Security.Permissions" }, { - "Name": "AppDomainUnloadedException", - "Namespace": "System" + "Name": "KeyContainerPermissionAccessEntryEnumerator", + "Namespace": "System.Security.Permissions" }, { - "Name": "ActivationContext", - "Namespace": "System" + "Name": "KeyContainerPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "ApplicationIdentity", - "Namespace": "System" + "Name": "PublisherIdentityPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "ApplicationId", - "Namespace": "System" + "Name": "RegistryPermissionAccess", + "Namespace": "System.Security.Permissions" }, { - "Name": "ArgumentException", - "Namespace": "System" + "Name": "RegistryPermission", + "Namespace": "System.Security.Permissions" }, { - "Name": "ArgumentNullException", - "Namespace": "System" + "Name": "Claim", + "Namespace": "System.Security.Claims" }, { - "Name": "ArgumentOutOfRangeException", - "Namespace": "System" + "Name": "ClaimsIdentity", + "Namespace": "System.Security.Claims" }, { - "Name": "ArgIterator", - "Namespace": "System" + "Name": "ClaimsPrincipal", + "Namespace": "System.Security.Claims" }, { - "Name": "ArithmeticException", - "Namespace": "System" + "Name": "ClaimTypes", + "Namespace": "System.Security.Claims" }, { - "Name": "ArrayTypeMismatchException", - "Namespace": "System" + "Name": "ClaimValueTypes", + "Namespace": "System.Security.Claims" }, { - "Name": "AsyncCallback", - "Namespace": "System" + "Name": "GenericIdentity", + "Namespace": "System.Security.Principal" }, { - "Name": "Attribute", - "Namespace": "System" + "Name": "GenericPrincipal", + "Namespace": "System.Security.Principal" }, { - "Name": "AttributeTargets", - "Namespace": "System" + "Name": "IIdentity", + "Namespace": "System.Security.Principal" }, { - "Name": "AttributeUsageAttribute", - "Namespace": "System" + "Name": "IPrincipal", + "Namespace": "System.Security.Principal" }, { - "Name": "BadImageFormatException", - "Namespace": "System" + "Name": "PrincipalPolicy", + "Namespace": "System.Security.Principal" }, { - "Name": "BitConverter", - "Namespace": "System" + "Name": "TokenAccessLevels", + "Namespace": "System.Security.Principal" }, { - "Name": "Boolean", - "Namespace": "System" + "Name": "TokenImpersonationLevel", + "Namespace": "System.Security.Principal" }, { - "Name": "Buffer", - "Namespace": "System" + "Name": "WindowsAccountType", + "Namespace": "System.Security.Principal" }, { - "Name": "Byte", - "Namespace": "System" + "Name": "WindowsIdentity", + "Namespace": "System.Security.Principal" }, { - "Name": "CannotUnloadAppDomainException", - "Namespace": "System" + "Name": "WindowsImpersonationContext", + "Namespace": "System.Security.Principal" }, { - "Name": "Char", - "Namespace": "System" + "Name": "WindowsBuiltInRole", + "Namespace": "System.Security.Principal" }, { - "Name": "CharEnumerator", - "Namespace": "System" + "Name": "WindowsPrincipal", + "Namespace": "System.Security.Principal" }, { - "Name": "CLSCompliantAttribute", - "Namespace": "System" + "Name": "IdentityReference", + "Namespace": "System.Security.Principal" }, { - "Name": "TypeUnloadedException", - "Namespace": "System" + "Name": "IdentityReferenceCollection", + "Namespace": "System.Security.Principal" }, { - "Name": "__ComObject", - "Namespace": "System" + "Name": "NTAccount", + "Namespace": "System.Security.Principal" }, { - "Name": "Console", - "Namespace": "System" + "Name": "WellKnownSidType", + "Namespace": "System.Security.Principal" }, { - "Name": "ConsoleCancelEventHandler", - "Namespace": "System" + "Name": "SecurityIdentifier", + "Namespace": "System.Security.Principal" }, { - "Name": "ConsoleCancelEventArgs", - "Namespace": "System" + "Name": "IdentityNotMappedException", + "Namespace": "System.Security.Principal" }, { - "Name": "ConsoleColor", - "Namespace": "System" + "Name": "AllMembershipCondition", + "Namespace": "System.Security.Policy" }, { - "Name": "ConsoleKey", - "Namespace": "System" + "Name": "ApplicationDirectory", + "Namespace": "System.Security.Policy" }, { - "Name": "ConsoleKeyInfo", - "Namespace": "System" + "Name": "ApplicationDirectoryMembershipCondition", + "Namespace": "System.Security.Policy" }, { - "Name": "ConsoleModifiers", - "Namespace": "System" + "Name": "ApplicationSecurityInfo", + "Namespace": "System.Security.Policy" }, { - "Name": "ConsoleSpecialKey", - "Namespace": "System" + "Name": "ApplicationSecurityManager", + "Namespace": "System.Security.Policy" }, { - "Name": "ContextMarshalException", - "Namespace": "System" + "Name": "ApplicationVersionMatch", + "Namespace": "System.Security.Policy" }, { - "Name": "Base64FormattingOptions", - "Namespace": "System" + "Name": "ApplicationTrust", + "Namespace": "System.Security.Policy" }, { - "Name": "Convert", - "Namespace": "System" + "Name": "ApplicationTrustCollection", + "Namespace": "System.Security.Policy" }, { - "Name": "ContextBoundObject", - "Namespace": "System" + "Name": "ApplicationTrustEnumerator", + "Namespace": "System.Security.Policy" }, { - "Name": "ContextStaticAttribute", - "Namespace": "System" + "Name": "CodeGroup", + "Namespace": "System.Security.Policy" }, { - "Name": "DayOfWeek", - "Namespace": "System" + "Name": "Evidence", + "Namespace": "System.Security.Policy" }, { - "Name": "DBNull", - "Namespace": "System" + "Name": "EvidenceBase", + "Namespace": "System.Security.Policy" }, { - "Name": "Decimal", - "Namespace": "System" + "Name": "FileCodeGroup", + "Namespace": "System.Security.Policy" }, { - "Name": "DivideByZeroException", - "Namespace": "System" + "Name": "FirstMatchCodeGroup", + "Namespace": "System.Security.Policy" }, { - "Name": "Double", - "Namespace": "System" + "Name": "IIdentityPermissionFactory", + "Namespace": "System.Security.Policy" }, { - "Name": "DuplicateWaitObjectException", - "Namespace": "System" + "Name": "IMembershipCondition", + "Namespace": "System.Security.Policy" }, { - "Name": "Enum", - "Namespace": "System" + "Name": "IApplicationTrustManager", + "Namespace": "System.Security.Policy" }, { - "Name": "EntryPointNotFoundException", - "Namespace": "System" + "Name": "TrustManagerUIContext", + "Namespace": "System.Security.Policy" }, { - "Name": "DllNotFoundException", - "Namespace": "System" + "Name": "TrustManagerContext", + "Namespace": "System.Security.Policy" }, { - "Name": "EnvironmentVariableTarget", - "Namespace": "System" + "Name": "CodeConnectAccess", + "Namespace": "System.Security.Policy" }, { - "Name": "Environment", - "Namespace": "System" + "Name": "NetCodeGroup", + "Namespace": "System.Security.Policy" }, { - "Name": "EventArgs", - "Namespace": "System" + "Name": "PermissionRequestEvidence", + "Namespace": "System.Security.Policy" }, { - "Name": "EventHandler", - "Namespace": "System" + "Name": "PolicyException", + "Namespace": "System.Security.Policy" }, { - "Name": "EventHandler`1", - "Namespace": "System" + "Name": "PolicyLevel", + "Namespace": "System.Security.Policy" }, { - "Name": "FieldAccessException", - "Namespace": "System" + "Name": "PolicyStatementAttribute", + "Namespace": "System.Security.Policy" }, { - "Name": "FlagsAttribute", - "Namespace": "System" + "Name": "PolicyStatement", + "Namespace": "System.Security.Policy" }, { - "Name": "FormatException", - "Namespace": "System" + "Name": "Site", + "Namespace": "System.Security.Policy" }, { - "Name": "FormattableString", - "Namespace": "System" + "Name": "SiteMembershipCondition", + "Namespace": "System.Security.Policy" }, { - "Name": "GCCollectionMode", - "Namespace": "System" + "Name": "StrongName", + "Namespace": "System.Security.Policy" }, { - "Name": "GCNotificationStatus", - "Namespace": "System" + "Name": "StrongNameMembershipCondition", + "Namespace": "System.Security.Policy" }, { - "Name": "GC", - "Namespace": "System" + "Name": "UnionCodeGroup", + "Namespace": "System.Security.Policy" }, { - "Name": "Guid", - "Namespace": "System" + "Name": "Url", + "Namespace": "System.Security.Policy" }, { - "Name": "IAsyncResult", - "Namespace": "System" + "Name": "UrlMembershipCondition", + "Namespace": "System.Security.Policy" }, { - "Name": "ICustomFormatter", - "Namespace": "System" + "Name": "Zone", + "Namespace": "System.Security.Policy" }, { - "Name": "IDisposable", - "Namespace": "System" + "Name": "ZoneMembershipCondition", + "Namespace": "System.Security.Policy" }, { - "Name": "IFormatProvider", - "Namespace": "System" + "Name": "GacInstalled", + "Namespace": "System.Security.Policy" }, { - "Name": "IFormattable", - "Namespace": "System" + "Name": "GacMembershipCondition", + "Namespace": "System.Security.Policy" }, { - "Name": "IndexOutOfRangeException", - "Namespace": "System" + "Name": "Hash", + "Namespace": "System.Security.Policy" }, { - "Name": "IObservable`1", - "Namespace": "System" + "Name": "HashMembershipCondition", + "Namespace": "System.Security.Policy" }, { - "Name": "IObserver`1", - "Namespace": "System" + "Name": "Publisher", + "Namespace": "System.Security.Policy" }, { - "Name": "IProgress`1", - "Namespace": "System" + "Name": "PublisherMembershipCondition", + "Namespace": "System.Security.Policy" }, { - "Name": "InsufficientMemoryException", - "Namespace": "System" + "Name": "IResourceReader", + "Namespace": "System.Resources" }, { - "Name": "InsufficientExecutionStackException", - "Namespace": "System" + "Name": "IResourceWriter", + "Namespace": "System.Resources" }, { - "Name": "Lazy`1", - "Namespace": "System" + "Name": "MissingManifestResourceException", + "Namespace": "System.Resources" }, { - "Name": "Int16", - "Namespace": "System" + "Name": "MissingSatelliteAssemblyException", + "Namespace": "System.Resources" }, { - "Name": "Int32", - "Namespace": "System" + "Name": "NeutralResourcesLanguageAttribute", + "Namespace": "System.Resources" }, { - "Name": "Int64", - "Namespace": "System" + "Name": "ResourceManager", + "Namespace": "System.Resources" }, { - "Name": "IntPtr", - "Namespace": "System" + "Name": "ResourceReader", + "Namespace": "System.Resources" }, { - "Name": "InvalidCastException", - "Namespace": "System" + "Name": "ResourceSet", + "Namespace": "System.Resources" }, { - "Name": "InvalidOperationException", - "Namespace": "System" + "Name": "ResourceWriter", + "Namespace": "System.Resources" }, { - "Name": "InvalidProgramException", - "Namespace": "System" + "Name": "SatelliteContractVersionAttribute", + "Namespace": "System.Resources" }, { - "Name": "InvalidTimeZoneException", - "Namespace": "System" + "Name": "UltimateResourceFallbackLocation", + "Namespace": "System.Resources" }, { - "Name": "IConvertible", - "Namespace": "System" + "Name": "Calendar", + "Namespace": "System.Globalization" }, { - "Name": "IServiceProvider", - "Namespace": "System" + "Name": "CalendarAlgorithmType", + "Namespace": "System.Globalization" }, { - "Name": "LocalDataStoreSlot", - "Namespace": "System" + "Name": "CalendarWeekRule", + "Namespace": "System.Globalization" }, { - "Name": "MarshalByRefObject", - "Namespace": "System" + "Name": "CharUnicodeInfo", + "Namespace": "System.Globalization" }, { - "Name": "Math", - "Namespace": "System" + "Name": "CompareOptions", + "Namespace": "System.Globalization" }, { - "Name": "MethodAccessException", - "Namespace": "System" + "Name": "CompareInfo", + "Namespace": "System.Globalization" }, { - "Name": "MidpointRounding", - "Namespace": "System" + "Name": "CultureInfo", + "Namespace": "System.Globalization" }, { - "Name": "MissingFieldException", - "Namespace": "System" + "Name": "CultureNotFoundException", + "Namespace": "System.Globalization" }, { - "Name": "MissingMemberException", - "Namespace": "System" + "Name": "CultureTypes", + "Namespace": "System.Globalization" }, { - "Name": "MissingMethodException", - "Namespace": "System" + "Name": "DateTimeStyles", + "Namespace": "System.Globalization" }, { - "Name": "MulticastNotSupportedException", - "Namespace": "System" + "Name": "DateTimeFormatInfo", + "Namespace": "System.Globalization" }, { - "Name": "NonSerializedAttribute", - "Namespace": "System" + "Name": "DaylightTime", + "Namespace": "System.Globalization" }, { - "Name": "NotFiniteNumberException", - "Namespace": "System" + "Name": "DigitShapes", + "Namespace": "System.Globalization" }, { - "Name": "NotImplementedException", - "Namespace": "System" + "Name": "GlobalizationExtensions", + "Namespace": "System.Globalization" }, { - "Name": "NotSupportedException", - "Namespace": "System" + "Name": "GregorianCalendar", + "Namespace": "System.Globalization" }, { - "Name": "NullReferenceException", - "Namespace": "System" + "Name": "GregorianCalendarTypes", + "Namespace": "System.Globalization" }, { - "Name": "ObjectDisposedException", - "Namespace": "System" + "Name": "HebrewCalendar", + "Namespace": "System.Globalization" }, { - "Name": "ObsoleteAttribute", - "Namespace": "System" + "Name": "HijriCalendar", + "Namespace": "System.Globalization" }, { - "Name": "OperatingSystem", - "Namespace": "System" + "Name": "UmAlQuraCalendar", + "Namespace": "System.Globalization" }, { - "Name": "OperationCanceledException", - "Namespace": "System" + "Name": "ChineseLunisolarCalendar", + "Namespace": "System.Globalization" }, { - "Name": "OverflowException", - "Namespace": "System" + "Name": "EastAsianLunisolarCalendar", + "Namespace": "System.Globalization" }, { - "Name": "ParamArrayAttribute", - "Namespace": "System" + "Name": "JapaneseLunisolarCalendar", + "Namespace": "System.Globalization" }, { - "Name": "PlatformID", - "Namespace": "System" + "Name": "JulianCalendar", + "Namespace": "System.Globalization" }, { - "Name": "PlatformNotSupportedException", - "Namespace": "System" + "Name": "KoreanLunisolarCalendar", + "Namespace": "System.Globalization" }, { - "Name": "Progress`1", - "Namespace": "System" + "Name": "PersianCalendar", + "Namespace": "System.Globalization" }, { - "Name": "Random", - "Namespace": "System" + "Name": "TaiwanLunisolarCalendar", + "Namespace": "System.Globalization" }, { - "Name": "RankException", - "Namespace": "System" + "Name": "IdnMapping", + "Namespace": "System.Globalization" }, { - "Name": "RuntimeArgumentHandle", - "Namespace": "System" + "Name": "JapaneseCalendar", + "Namespace": "System.Globalization" }, { - "Name": "RuntimeTypeHandle", - "Namespace": "System" + "Name": "KoreanCalendar", + "Namespace": "System.Globalization" }, { - "Name": "RuntimeMethodHandle", - "Namespace": "System" + "Name": "RegionInfo", + "Namespace": "System.Globalization" }, { - "Name": "RuntimeFieldHandle", - "Namespace": "System" + "Name": "SortKey", + "Namespace": "System.Globalization" }, { - "Name": "ModuleHandle", - "Namespace": "System" + "Name": "StringInfo", + "Namespace": "System.Globalization" }, { - "Name": "SByte", - "Namespace": "System" + "Name": "TaiwanCalendar", + "Namespace": "System.Globalization" }, { - "Name": "SerializableAttribute", - "Namespace": "System" + "Name": "TextElementEnumerator", + "Namespace": "System.Globalization" }, { - "Name": "Single", - "Namespace": "System" + "Name": "TextInfo", + "Namespace": "System.Globalization" }, { - "Name": "STAThreadAttribute", - "Namespace": "System" + "Name": "ThaiBuddhistCalendar", + "Namespace": "System.Globalization" }, { - "Name": "MTAThreadAttribute", - "Namespace": "System" + "Name": "TimeSpanStyles", + "Namespace": "System.Globalization" }, { - "Name": "TimeoutException", - "Namespace": "System" + "Name": "NumberFormatInfo", + "Namespace": "System.Globalization" }, { - "Name": "TimeSpan", - "Namespace": "System" + "Name": "NumberStyles", + "Namespace": "System.Globalization" }, { - "Name": "TimeZone", - "Namespace": "System" + "Name": "UnicodeCategory", + "Namespace": "System.Globalization" }, { - "Name": "TimeZoneInfo", - "Namespace": "System" + "Name": "SortVersion", + "Namespace": "System.Globalization" }, { - "Name": "TimeZoneNotFoundException", - "Namespace": "System" + "Name": "ConditionalAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "Type", - "Namespace": "System" + "Name": "Debugger", + "Namespace": "System.Diagnostics" }, { - "Name": "TypeAccessException", - "Namespace": "System" + "Name": "DebuggerStepThroughAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "TypeCode", - "Namespace": "System" + "Name": "DebuggerStepperBoundaryAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "TypedReference", - "Namespace": "System" + "Name": "DebuggerHiddenAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "TypeInitializationException", - "Namespace": "System" + "Name": "DebuggerNonUserCodeAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "TypeLoadException", - "Namespace": "System" + "Name": "DebuggableAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "UInt16", - "Namespace": "System" + "Name": "DebuggerBrowsableState", + "Namespace": "System.Diagnostics" }, { - "Name": "UInt32", - "Namespace": "System" + "Name": "DebuggerBrowsableAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "UInt64", - "Namespace": "System" + "Name": "DebuggerTypeProxyAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "UIntPtr", - "Namespace": "System" + "Name": "DebuggerDisplayAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "UnauthorizedAccessException", - "Namespace": "System" + "Name": "DebuggerVisualizerAttribute", + "Namespace": "System.Diagnostics" }, { - "Name": "UnhandledExceptionEventArgs", - "Namespace": "System" + "Name": "StackTrace", + "Namespace": "System.Diagnostics" }, { - "Name": "UnhandledExceptionEventHandler", - "Namespace": "System" + "Name": "StackFrame", + "Namespace": "System.Diagnostics" }, { - "Name": "ValueType", - "Namespace": "System" + "Name": "ISymbolBinder", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "Version", - "Namespace": "System" + "Name": "ISymbolBinder1", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "Void", - "Namespace": "System" + "Name": "ISymbolDocument", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "WeakReference", - "Namespace": "System" + "Name": "ISymbolDocumentWriter", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "WeakReference`1", - "Namespace": "System" + "Name": "ISymbolMethod", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "ThreadStaticAttribute", - "Namespace": "System" + "Name": "ISymbolNamespace", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "Nullable`1", - "Namespace": "System" + "Name": "ISymbolReader", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "Nullable", - "Namespace": "System" + "Name": "ISymbolScope", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "AssemblyHash", - "Namespace": "System.Configuration.Assemblies" + "Name": "ISymbolVariable", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "AssemblyHashAlgorithm", - "Namespace": "System.Configuration.Assemblies" + "Name": "ISymbolWriter", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "AssemblyVersionCompatibility", - "Namespace": "System.Configuration.Assemblies" + "Name": "SymAddressKind", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "BinaryReader", - "Namespace": "System.IO" + "Name": "SymDocumentType", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "BinaryWriter", - "Namespace": "System.IO" + "Name": "SymLanguageType", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "BufferedStream", - "Namespace": "System.IO" + "Name": "SymLanguageVendor", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "Directory", - "Namespace": "System.IO" + "Name": "SymbolToken", + "Namespace": "System.Diagnostics.SymbolStore" }, { - "Name": "DirectoryInfo", - "Namespace": "System.IO" + "Name": "PureAttribute", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "SearchOption", - "Namespace": "System.IO" + "Name": "ContractClassAttribute", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "DirectoryNotFoundException", - "Namespace": "System.IO" + "Name": "ContractClassForAttribute", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "DriveType", - "Namespace": "System.IO" + "Name": "ContractInvariantMethodAttribute", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "DriveInfo", - "Namespace": "System.IO" + "Name": "ContractReferenceAssemblyAttribute", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "DriveNotFoundException", - "Namespace": "System.IO" + "Name": "ContractRuntimeIgnoredAttribute", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "EndOfStreamException", - "Namespace": "System.IO" + "Name": "ContractVerificationAttribute", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "File", - "Namespace": "System.IO" + "Name": "ContractPublicPropertyNameAttribute", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "FileAccess", - "Namespace": "System.IO" + "Name": "ContractArgumentValidatorAttribute", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "FileInfo", - "Namespace": "System.IO" + "Name": "ContractAbbreviatorAttribute", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "FileLoadException", - "Namespace": "System.IO" + "Name": "ContractOptionAttribute", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "FileMode", - "Namespace": "System.IO" + "Name": "Contract", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "FileNotFoundException", - "Namespace": "System.IO" + "Name": "ContractFailureKind", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "FileOptions", - "Namespace": "System.IO" + "Name": "ContractFailedEventArgs", + "Namespace": "System.Diagnostics.Contracts" }, { - "Name": "FileShare", - "Namespace": "System.IO" + "Name": "ContractHelper", + "Namespace": "System.Diagnostics.Contracts.Internal" }, { - "Name": "FileStream", - "Namespace": "System.IO" + "Name": "SuppressMessageAttribute", + "Namespace": "System.Diagnostics.CodeAnalysis" }, { - "Name": "FileSystemInfo", - "Namespace": "System.IO" + "Name": "EventActivityOptions", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "FileAttributes", - "Namespace": "System.IO" + "Name": "EventSource", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "IOException", - "Namespace": "System.IO" + "Name": "EventSourceSettings", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "MemoryStream", - "Namespace": "System.IO" + "Name": "EventListener", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "Path", - "Namespace": "System.IO" + "Name": "EventCommandEventArgs", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "PathTooLongException", - "Namespace": "System.IO" + "Name": "EventSourceCreatedEventArgs", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "SeekOrigin", - "Namespace": "System.IO" + "Name": "EventWrittenEventArgs", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "Stream", - "Namespace": "System.IO" + "Name": "EventSourceAttribute", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "StreamReader", - "Namespace": "System.IO" + "Name": "EventAttribute", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "StreamWriter", - "Namespace": "System.IO" + "Name": "NonEventAttribute", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "StringReader", - "Namespace": "System.IO" + "Name": "EventCommand", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "StringWriter", - "Namespace": "System.IO" + "Name": "EventManifestOptions", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "TextReader", - "Namespace": "System.IO" + "Name": "EventSourceException", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "TextWriter", - "Namespace": "System.IO" + "Name": "EventLevel", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "UnmanagedMemoryAccessor", - "Namespace": "System.IO" + "Name": "EventTask", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "UnmanagedMemoryStream", - "Namespace": "System.IO" + "Name": "EventOpcode", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "IsolatedStorageScope", - "Namespace": "System.IO.IsolatedStorage" + "Name": "EventChannel", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "IsolatedStorage", - "Namespace": "System.IO.IsolatedStorage" + "Name": "EventKeywords", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "IsolatedStorageFileStream", - "Namespace": "System.IO.IsolatedStorage" + "Name": "EventDataAttribute", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "IsolatedStorageException", - "Namespace": "System.IO.IsolatedStorage" + "Name": "EventFieldTags", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "IsolatedStorageSecurityOptions", - "Namespace": "System.IO.IsolatedStorage" + "Name": "EventFieldAttribute", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "IsolatedStorageSecurityState", - "Namespace": "System.IO.IsolatedStorage" + "Name": "EventFieldFormat", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "INormalizeForIsolatedStorage", - "Namespace": "System.IO.IsolatedStorage" + "Name": "EventIgnoreAttribute", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "IsolatedStorageFile", - "Namespace": "System.IO.IsolatedStorage" + "Name": "EventSourceOptions", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "SecurityElement", - "Namespace": "System.Security" + "Name": "EventTags", + "Namespace": "System.Diagnostics.Tracing" }, { - "Name": "XmlSyntaxException", - "Namespace": "System.Security" + "Name": "CaseInsensitiveComparer", + "Namespace": "System.Collections" }, { - "Name": "SuppressUnmanagedCodeSecurityAttribute", - "Namespace": "System.Security" + "Name": "CaseInsensitiveHashCodeProvider", + "Namespace": "System.Collections" }, { - "Name": "UnverifiableCodeAttribute", - "Namespace": "System.Security" + "Name": "CollectionBase", + "Namespace": "System.Collections" }, { - "Name": "AllowPartiallyTrustedCallersAttribute", - "Namespace": "System.Security" + "Name": "DictionaryBase", + "Namespace": "System.Collections" }, { - "Name": "PartialTrustVisibilityLevel", - "Namespace": "System.Security" + "Name": "ReadOnlyCollectionBase", + "Namespace": "System.Collections" }, { - "Name": "SecurityCriticalScope", - "Namespace": "System.Security" + "Name": "Queue", + "Namespace": "System.Collections" }, { - "Name": "SecurityCriticalAttribute", - "Namespace": "System.Security" + "Name": "ArrayList", + "Namespace": "System.Collections" }, { - "Name": "SecurityTreatAsSafeAttribute", - "Namespace": "System.Security" + "Name": "BitArray", + "Namespace": "System.Collections" }, { - "Name": "SecuritySafeCriticalAttribute", - "Namespace": "System.Security" + "Name": "Stack", + "Namespace": "System.Collections" }, { - "Name": "SecurityTransparentAttribute", - "Namespace": "System.Security" + "Name": "Comparer", + "Namespace": "System.Collections" }, { - "Name": "SecurityRuleSet", - "Namespace": "System.Security" + "Name": "Hashtable", + "Namespace": "System.Collections" }, { - "Name": "SecurityRulesAttribute", - "Namespace": "System.Security" + "Name": "DictionaryEntry", + "Namespace": "System.Collections" }, { - "Name": "CodeAccessPermission", - "Namespace": "System.Security" + "Name": "ICollection", + "Namespace": "System.Collections" }, { - "Name": "IEvidenceFactory", - "Namespace": "System.Security" + "Name": "IComparer", + "Namespace": "System.Collections" }, { - "Name": "IPermission", - "Namespace": "System.Security" + "Name": "IDictionary", + "Namespace": "System.Collections" }, { - "Name": "ISecurityEncodable", - "Namespace": "System.Security" + "Name": "IDictionaryEnumerator", + "Namespace": "System.Collections" }, { - "Name": "ISecurityPolicyEncodable", - "Namespace": "System.Security" + "Name": "IEnumerable", + "Namespace": "System.Collections" }, { - "Name": "IStackWalk", - "Namespace": "System.Security" + "Name": "IEnumerator", + "Namespace": "System.Collections" }, { - "Name": "HostSecurityManagerOptions", - "Namespace": "System.Security" + "Name": "IEqualityComparer", + "Namespace": "System.Collections" }, { - "Name": "HostSecurityManager", - "Namespace": "System.Security" + "Name": "IHashCodeProvider", + "Namespace": "System.Collections" }, { - "Name": "NamedPermissionSet", - "Namespace": "System.Security" + "Name": "IList", + "Namespace": "System.Collections" }, { - "Name": "PermissionSet", - "Namespace": "System.Security" + "Name": "SortedList", + "Namespace": "System.Collections" }, { - "Name": "ReadOnlyPermissionSet", - "Namespace": "System.Security" + "Name": "IStructuralEquatable", + "Namespace": "System.Collections" }, { - "Name": "SecureString", - "Namespace": "System.Security" + "Name": "IStructuralComparable", + "Namespace": "System.Collections" }, { - "Name": "SecurityContextSource", - "Namespace": "System.Security" + "Name": "StructuralComparisons", + "Namespace": "System.Collections" }, { - "Name": "SecurityContext", - "Namespace": "System.Security" + "Name": "ConcurrentStack`1", + "Namespace": "System.Collections.Concurrent" }, { - "Name": "SecurityException", - "Namespace": "System.Security" + "Name": "IProducerConsumerCollection`1", + "Namespace": "System.Collections.Concurrent" }, { - "Name": "SecurityState", - "Namespace": "System.Security" + "Name": "ConcurrentDictionary`2", + "Namespace": "System.Collections.Concurrent" }, { - "Name": "HostProtectionException", - "Namespace": "System.Security" + "Name": "ConcurrentQueue`1", + "Namespace": "System.Collections.Concurrent" }, { - "Name": "PolicyLevelType", - "Namespace": "System.Security" + "Name": "Partitioner`1", + "Namespace": "System.Collections.Concurrent" }, { - "Name": "SecurityManager", - "Namespace": "System.Security" + "Name": "OrderablePartitioner`1", + "Namespace": "System.Collections.Concurrent" }, { - "Name": "SecurityZone", - "Namespace": "System.Security" + "Name": "EnumerablePartitionerOptions", + "Namespace": "System.Collections.Concurrent" }, { - "Name": "VerificationException", - "Namespace": "System.Security" + "Name": "Partitioner", + "Namespace": "System.Collections.Concurrent" }, { - "Name": "InheritanceFlags", - "Namespace": "System.Security.AccessControl" + "Name": "Collection`1", + "Namespace": "System.Collections.ObjectModel" }, { - "Name": "PropagationFlags", - "Namespace": "System.Security.AccessControl" + "Name": "ReadOnlyCollection`1", + "Namespace": "System.Collections.ObjectModel" }, { - "Name": "AuditFlags", - "Namespace": "System.Security.AccessControl" + "Name": "ReadOnlyDictionary`2", + "Namespace": "System.Collections.ObjectModel" }, { - "Name": "SecurityInfos", - "Namespace": "System.Security.AccessControl" + "Name": "KeyedCollection`2", + "Namespace": "System.Collections.ObjectModel" }, { - "Name": "ResourceType", - "Namespace": "System.Security.AccessControl" + "Name": "Comparer`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "AccessControlSections", - "Namespace": "System.Security.AccessControl" + "Name": "Dictionary`2", + "Namespace": "System.Collections.Generic" }, { - "Name": "AccessControlActions", - "Namespace": "System.Security.AccessControl" + "Name": "EqualityComparer`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "AceType", - "Namespace": "System.Security.AccessControl" + "Name": "ICollection`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "AceFlags", - "Namespace": "System.Security.AccessControl" + "Name": "IComparer`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "GenericAce", - "Namespace": "System.Security.AccessControl" + "Name": "IDictionary`2", + "Namespace": "System.Collections.Generic" }, { - "Name": "KnownAce", - "Namespace": "System.Security.AccessControl" + "Name": "IEnumerable`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "CustomAce", - "Namespace": "System.Security.AccessControl" + "Name": "IEnumerator`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "CompoundAceType", - "Namespace": "System.Security.AccessControl" + "Name": "IEqualityComparer`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "CompoundAce", - "Namespace": "System.Security.AccessControl" + "Name": "IList`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "AceQualifier", - "Namespace": "System.Security.AccessControl" + "Name": "IReadOnlyCollection`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "QualifiedAce", - "Namespace": "System.Security.AccessControl" + "Name": "IReadOnlyList`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "CommonAce", - "Namespace": "System.Security.AccessControl" + "Name": "IReadOnlyDictionary`2", + "Namespace": "System.Collections.Generic" }, { - "Name": "ObjectAceFlags", - "Namespace": "System.Security.AccessControl" + "Name": "KeyNotFoundException", + "Namespace": "System.Collections.Generic" }, { - "Name": "ObjectAce", - "Namespace": "System.Security.AccessControl" + "Name": "KeyValuePair`2", + "Namespace": "System.Collections.Generic" }, { - "Name": "AceEnumerator", - "Namespace": "System.Security.AccessControl" + "Name": "List`1", + "Namespace": "System.Collections.Generic" }, { - "Name": "GenericAcl", - "Namespace": "System.Security.AccessControl" + "Name": "AbandonedMutexException", + "Namespace": "System.Threading" }, { - "Name": "RawAcl", - "Namespace": "System.Security.AccessControl" + "Name": "AsyncLocal`1", + "Namespace": "System.Threading" }, { - "Name": "CommonAcl", - "Namespace": "System.Security.AccessControl" + "Name": "AsyncLocalValueChangedArgs`1", + "Namespace": "System.Threading" }, { - "Name": "SystemAcl", - "Namespace": "System.Security.AccessControl" + "Name": "AutoResetEvent", + "Namespace": "System.Threading" }, { - "Name": "DiscretionaryAcl", - "Namespace": "System.Security.AccessControl" + "Name": "SendOrPostCallback", + "Namespace": "System.Threading" }, { - "Name": "CryptoKeyRights", - "Namespace": "System.Security.AccessControl" + "Name": "SynchronizationContext", + "Namespace": "System.Threading" }, { - "Name": "CryptoKeyAccessRule", - "Namespace": "System.Security.AccessControl" + "Name": "CompressedStack", + "Namespace": "System.Threading" }, { - "Name": "CryptoKeyAuditRule", - "Namespace": "System.Security.AccessControl" + "Name": "EventResetMode", + "Namespace": "System.Threading" }, { - "Name": "CryptoKeySecurity", - "Namespace": "System.Security.AccessControl" + "Name": "EventWaitHandle", + "Namespace": "System.Threading" }, { - "Name": "EventWaitHandleRights", - "Namespace": "System.Security.AccessControl" + "Name": "ContextCallback", + "Namespace": "System.Threading" }, { - "Name": "EventWaitHandleAccessRule", - "Namespace": "System.Security.AccessControl" + "Name": "AsyncFlowControl", + "Namespace": "System.Threading" }, { - "Name": "EventWaitHandleAuditRule", - "Namespace": "System.Security.AccessControl" + "Name": "ExecutionContext", + "Namespace": "System.Threading" }, { - "Name": "EventWaitHandleSecurity", - "Namespace": "System.Security.AccessControl" + "Name": "Interlocked", + "Namespace": "System.Threading" }, { - "Name": "FileSystemRights", - "Namespace": "System.Security.AccessControl" + "Name": "HostExecutionContext", + "Namespace": "System.Threading" }, { - "Name": "FileSystemAccessRule", - "Namespace": "System.Security.AccessControl" + "Name": "HostExecutionContextManager", + "Namespace": "System.Threading" }, { - "Name": "FileSystemAuditRule", - "Namespace": "System.Security.AccessControl" + "Name": "LockCookie", + "Namespace": "System.Threading" }, { - "Name": "FileSystemSecurity", - "Namespace": "System.Security.AccessControl" + "Name": "LockRecursionException", + "Namespace": "System.Threading" }, { - "Name": "FileSecurity", - "Namespace": "System.Security.AccessControl" + "Name": "ManualResetEvent", + "Namespace": "System.Threading" }, { - "Name": "DirectorySecurity", - "Namespace": "System.Security.AccessControl" + "Name": "Monitor", + "Namespace": "System.Threading" }, { - "Name": "MutexRights", - "Namespace": "System.Security.AccessControl" + "Name": "Mutex", + "Namespace": "System.Threading" }, { - "Name": "MutexAccessRule", - "Namespace": "System.Security.AccessControl" + "Name": "NativeOverlapped", + "Namespace": "System.Threading" }, { - "Name": "MutexAuditRule", - "Namespace": "System.Security.AccessControl" + "Name": "Overlapped", + "Namespace": "System.Threading" }, { - "Name": "MutexSecurity", - "Namespace": "System.Security.AccessControl" + "Name": "PreAllocatedOverlapped", + "Namespace": "System.Threading" }, { - "Name": "NativeObjectSecurity", - "Namespace": "System.Security.AccessControl" + "Name": "ThreadPoolBoundHandle", + "Namespace": "System.Threading" }, { - "Name": "AccessControlModification", - "Namespace": "System.Security.AccessControl" + "Name": "ParameterizedThreadStart", + "Namespace": "System.Threading" }, { - "Name": "ObjectSecurity", - "Namespace": "System.Security.AccessControl" + "Name": "ReaderWriterLock", + "Namespace": "System.Threading" }, { - "Name": "AccessRule`1", - "Namespace": "System.Security.AccessControl" + "Name": "SemaphoreFullException", + "Namespace": "System.Threading" }, { - "Name": "AuditRule`1", - "Namespace": "System.Security.AccessControl" + "Name": "SynchronizationLockException", + "Namespace": "System.Threading" }, { - "Name": "ObjectSecurity`1", - "Namespace": "System.Security.AccessControl" + "Name": "Thread", + "Namespace": "System.Threading" }, { - "Name": "CommonObjectSecurity", - "Namespace": "System.Security.AccessControl" + "Name": "ThreadAbortException", + "Namespace": "System.Threading" }, { - "Name": "DirectoryObjectSecurity", - "Namespace": "System.Security.AccessControl" + "Name": "ThreadInterruptedException", + "Namespace": "System.Threading" }, { - "Name": "PrivilegeNotHeldException", - "Namespace": "System.Security.AccessControl" + "Name": "RegisteredWaitHandle", + "Namespace": "System.Threading" }, { - "Name": "RegistryRights", - "Namespace": "System.Security.AccessControl" + "Name": "WaitCallback", + "Namespace": "System.Threading" }, { - "Name": "RegistryAccessRule", - "Namespace": "System.Security.AccessControl" + "Name": "WaitOrTimerCallback", + "Namespace": "System.Threading" }, { - "Name": "RegistryAuditRule", - "Namespace": "System.Security.AccessControl" + "Name": "IOCompletionCallback", + "Namespace": "System.Threading" }, { - "Name": "RegistrySecurity", - "Namespace": "System.Security.AccessControl" + "Name": "ThreadPool", + "Namespace": "System.Threading" }, { - "Name": "AccessControlType", - "Namespace": "System.Security.AccessControl" + "Name": "ThreadPriority", + "Namespace": "System.Threading" }, { - "Name": "AuthorizationRule", - "Namespace": "System.Security.AccessControl" + "Name": "ThreadStart", + "Namespace": "System.Threading" }, { - "Name": "AccessRule", - "Namespace": "System.Security.AccessControl" + "Name": "ThreadState", + "Namespace": "System.Threading" }, { - "Name": "ObjectAccessRule", - "Namespace": "System.Security.AccessControl" + "Name": "ThreadStateException", + "Namespace": "System.Threading" }, { - "Name": "AuditRule", - "Namespace": "System.Security.AccessControl" + "Name": "ThreadStartException", + "Namespace": "System.Threading" }, { - "Name": "ObjectAuditRule", - "Namespace": "System.Security.AccessControl" + "Name": "Timeout", + "Namespace": "System.Threading" }, { - "Name": "AuthorizationRuleCollection", - "Namespace": "System.Security.AccessControl" + "Name": "TimerCallback", + "Namespace": "System.Threading" }, { - "Name": "ControlFlags", - "Namespace": "System.Security.AccessControl" + "Name": "Timer", + "Namespace": "System.Threading" }, { - "Name": "GenericSecurityDescriptor", - "Namespace": "System.Security.AccessControl" + "Name": "Volatile", + "Namespace": "System.Threading" }, { - "Name": "RawSecurityDescriptor", - "Namespace": "System.Security.AccessControl" + "Name": "WaitHandle", + "Namespace": "System.Threading" }, { - "Name": "CommonSecurityDescriptor", - "Namespace": "System.Security.AccessControl" + "Name": "WaitHandleExtensions", + "Namespace": "System.Threading" }, { - "Name": "CipherMode", - "Namespace": "System.Security.Cryptography" + "Name": "WaitHandleCannotBeOpenedException", + "Namespace": "System.Threading" }, { - "Name": "PaddingMode", - "Namespace": "System.Security.Cryptography" + "Name": "ApartmentState", + "Namespace": "System.Threading" }, { - "Name": "KeySizes", - "Namespace": "System.Security.Cryptography" + "Name": "SpinLock", + "Namespace": "System.Threading" }, { - "Name": "CryptographicException", - "Namespace": "System.Security.Cryptography" + "Name": "SpinWait", + "Namespace": "System.Threading" }, { - "Name": "CryptographicUnexpectedOperationException", - "Namespace": "System.Security.Cryptography" + "Name": "CountdownEvent", + "Namespace": "System.Threading" }, { - "Name": "ICryptoTransform", - "Namespace": "System.Security.Cryptography" + "Name": "LazyThreadSafetyMode", + "Namespace": "System.Threading" }, { - "Name": "RandomNumberGenerator", - "Namespace": "System.Security.Cryptography" + "Name": "LazyInitializer", + "Namespace": "System.Threading" }, { - "Name": "RNGCryptoServiceProvider", - "Namespace": "System.Security.Cryptography" + "Name": "ThreadLocal`1", + "Namespace": "System.Threading" }, { - "Name": "Aes", - "Namespace": "System.Security.Cryptography" + "Name": "SemaphoreSlim", + "Namespace": "System.Threading" }, { - "Name": "AsymmetricAlgorithm", - "Namespace": "System.Security.Cryptography" + "Name": "ManualResetEventSlim", + "Namespace": "System.Threading" }, { - "Name": "AsymmetricKeyExchangeDeformatter", - "Namespace": "System.Security.Cryptography" + "Name": "CancellationTokenRegistration", + "Namespace": "System.Threading" }, { - "Name": "AsymmetricKeyExchangeFormatter", - "Namespace": "System.Security.Cryptography" + "Name": "CancellationTokenSource", + "Namespace": "System.Threading" }, { - "Name": "AsymmetricSignatureDeformatter", - "Namespace": "System.Security.Cryptography" + "Name": "CancellationToken", + "Namespace": "System.Threading" }, { - "Name": "AsymmetricSignatureFormatter", - "Namespace": "System.Security.Cryptography" + "Name": "Task`1", + "Namespace": "System.Threading.Tasks" }, { - "Name": "FromBase64TransformMode", - "Namespace": "System.Security.Cryptography" + "Name": "TaskFactory`1", + "Namespace": "System.Threading.Tasks" }, { - "Name": "ToBase64Transform", - "Namespace": "System.Security.Cryptography" + "Name": "ParallelOptions", + "Namespace": "System.Threading.Tasks" }, { - "Name": "FromBase64Transform", - "Namespace": "System.Security.Cryptography" + "Name": "Parallel", + "Namespace": "System.Threading.Tasks" }, { - "Name": "CryptoAPITransform", - "Namespace": "System.Security.Cryptography" + "Name": "ParallelLoopState", + "Namespace": "System.Threading.Tasks" }, { - "Name": "CspProviderFlags", - "Namespace": "System.Security.Cryptography" + "Name": "ParallelLoopResult", + "Namespace": "System.Threading.Tasks" }, { - "Name": "CspParameters", - "Namespace": "System.Security.Cryptography" + "Name": "TaskStatus", + "Namespace": "System.Threading.Tasks" }, { - "Name": "CryptoConfig", - "Namespace": "System.Security.Cryptography" + "Name": "Task", + "Namespace": "System.Threading.Tasks" }, { - "Name": "CryptoStreamMode", - "Namespace": "System.Security.Cryptography" + "Name": "TaskCreationOptions", + "Namespace": "System.Threading.Tasks" }, { - "Name": "CryptoStream", - "Namespace": "System.Security.Cryptography" + "Name": "TaskContinuationOptions", + "Namespace": "System.Threading.Tasks" }, { - "Name": "DES", - "Namespace": "System.Security.Cryptography" + "Name": "TaskCanceledException", + "Namespace": "System.Threading.Tasks" }, { - "Name": "DESCryptoServiceProvider", - "Namespace": "System.Security.Cryptography" + "Name": "TaskSchedulerException", + "Namespace": "System.Threading.Tasks" }, { - "Name": "DeriveBytes", - "Namespace": "System.Security.Cryptography" + "Name": "TaskFactory", + "Namespace": "System.Threading.Tasks" }, { - "Name": "DSAParameters", - "Namespace": "System.Security.Cryptography" + "Name": "TaskScheduler", + "Namespace": "System.Threading.Tasks" }, { - "Name": "DSA", - "Namespace": "System.Security.Cryptography" + "Name": "UnobservedTaskExceptionEventArgs", + "Namespace": "System.Threading.Tasks" }, { - "Name": "DSACryptoServiceProvider", - "Namespace": "System.Security.Cryptography" + "Name": "TaskCompletionSource`1", + "Namespace": "System.Threading.Tasks" }, { - "Name": "DSASignatureDeformatter", - "Namespace": "System.Security.Cryptography" + "Name": "ConcurrentExclusiveSchedulerPair", + "Namespace": "System.Threading.Tasks" }, { - "Name": "DSASignatureFormatter", - "Namespace": "System.Security.Cryptography" + "Name": "AmbiguousMatchException", + "Namespace": "System.Reflection" }, { - "Name": "HMAC", - "Namespace": "System.Security.Cryptography" + "Name": "ModuleResolveEventHandler", + "Namespace": "System.Reflection" }, { - "Name": "HMACMD5", - "Namespace": "System.Security.Cryptography" + "Name": "Assembly", + "Namespace": "System.Reflection" }, { - "Name": "HMACRIPEMD160", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyCopyrightAttribute", + "Namespace": "System.Reflection" }, { - "Name": "HMACSHA1", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyTrademarkAttribute", + "Namespace": "System.Reflection" }, { - "Name": "HMACSHA256", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyProductAttribute", + "Namespace": "System.Reflection" }, { - "Name": "HMACSHA384", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyCompanyAttribute", + "Namespace": "System.Reflection" }, { - "Name": "HMACSHA512", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyDescriptionAttribute", + "Namespace": "System.Reflection" }, { - "Name": "HashAlgorithm", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyTitleAttribute", + "Namespace": "System.Reflection" }, { - "Name": "HashAlgorithmName", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyConfigurationAttribute", + "Namespace": "System.Reflection" }, { - "Name": "KeyNumber", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyDefaultAliasAttribute", + "Namespace": "System.Reflection" }, { - "Name": "CspKeyContainerInfo", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyInformationalVersionAttribute", + "Namespace": "System.Reflection" }, { - "Name": "ICspAsymmetricAlgorithm", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyFileVersionAttribute", + "Namespace": "System.Reflection" }, { - "Name": "KeyedHashAlgorithm", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyCultureAttribute", + "Namespace": "System.Reflection" }, { - "Name": "MACTripleDES", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyVersionAttribute", + "Namespace": "System.Reflection" }, { - "Name": "MD5", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyKeyFileAttribute", + "Namespace": "System.Reflection" }, { - "Name": "MD5CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyDelaySignAttribute", + "Namespace": "System.Reflection" }, { - "Name": "MaskGenerationMethod", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyAlgorithmIdAttribute", + "Namespace": "System.Reflection" }, { - "Name": "PasswordDeriveBytes", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyFlagsAttribute", + "Namespace": "System.Reflection" }, { - "Name": "PKCS1MaskGenerationMethod", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyMetadataAttribute", + "Namespace": "System.Reflection" }, { - "Name": "RC2", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblySignatureKeyAttribute", + "Namespace": "System.Reflection" }, { - "Name": "RC2CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyKeyNameAttribute", + "Namespace": "System.Reflection" }, { - "Name": "Rfc2898DeriveBytes", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyName", + "Namespace": "System.Reflection" }, { - "Name": "RIPEMD160", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyNameProxy", + "Namespace": "System.Reflection" }, { - "Name": "RIPEMD160Managed", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyNameFlags", + "Namespace": "System.Reflection" }, { - "Name": "RSAParameters", - "Namespace": "System.Security.Cryptography" + "Name": "AssemblyContentType", + "Namespace": "System.Reflection" }, { - "Name": "RSA", - "Namespace": "System.Security.Cryptography" + "Name": "ProcessorArchitecture", + "Namespace": "System.Reflection" }, { - "Name": "RSASignaturePadding", - "Namespace": "System.Security.Cryptography" + "Name": "CustomAttributeExtensions", + "Namespace": "System.Reflection" }, { - "Name": "RSASignaturePaddingMode", - "Namespace": "System.Security.Cryptography" + "Name": "CustomAttributeFormatException", + "Namespace": "System.Reflection" }, { - "Name": "RSACryptoServiceProvider", - "Namespace": "System.Security.Cryptography" + "Name": "Binder", + "Namespace": "System.Reflection" }, { - "Name": "RSAEncryptionPadding", - "Namespace": "System.Security.Cryptography" + "Name": "BindingFlags", + "Namespace": "System.Reflection" }, { - "Name": "RSAEncryptionPaddingMode", - "Namespace": "System.Security.Cryptography" + "Name": "CallingConventions", + "Namespace": "System.Reflection" }, { - "Name": "RSAOAEPKeyExchangeDeformatter", - "Namespace": "System.Security.Cryptography" + "Name": "ConstructorInfo", + "Namespace": "System.Reflection" }, { - "Name": "RSAOAEPKeyExchangeFormatter", - "Namespace": "System.Security.Cryptography" + "Name": "CustomAttributeData", + "Namespace": "System.Reflection" }, { - "Name": "RSAPKCS1KeyExchangeDeformatter", - "Namespace": "System.Security.Cryptography" + "Name": "CustomAttributeNamedArgument", + "Namespace": "System.Reflection" }, { - "Name": "RSAPKCS1KeyExchangeFormatter", - "Namespace": "System.Security.Cryptography" + "Name": "CustomAttributeTypedArgument", + "Namespace": "System.Reflection" }, { - "Name": "RSAPKCS1SignatureDeformatter", - "Namespace": "System.Security.Cryptography" + "Name": "DefaultMemberAttribute", + "Namespace": "System.Reflection" }, { - "Name": "RSAPKCS1SignatureFormatter", - "Namespace": "System.Security.Cryptography" + "Name": "EventAttributes", + "Namespace": "System.Reflection" }, { - "Name": "Rijndael", - "Namespace": "System.Security.Cryptography" + "Name": "EventInfo", + "Namespace": "System.Reflection" }, { - "Name": "RijndaelManaged", - "Namespace": "System.Security.Cryptography" + "Name": "FieldAttributes", + "Namespace": "System.Reflection" }, { - "Name": "RijndaelManagedTransform", - "Namespace": "System.Security.Cryptography" + "Name": "FieldInfo", + "Namespace": "System.Reflection" }, { - "Name": "SHA1", - "Namespace": "System.Security.Cryptography" + "Name": "GenericParameterAttributes", + "Namespace": "System.Reflection" }, { - "Name": "SHA1CryptoServiceProvider", - "Namespace": "System.Security.Cryptography" + "Name": "ICustomAttributeProvider", + "Namespace": "System.Reflection" }, { - "Name": "SHA1Managed", - "Namespace": "System.Security.Cryptography" + "Name": "IReflectableType", + "Namespace": "System.Reflection" }, { - "Name": "SHA256", - "Namespace": "System.Security.Cryptography" + "Name": "IntrospectionExtensions", + "Namespace": "System.Reflection" }, { - "Name": "SHA256Managed", - "Namespace": "System.Security.Cryptography" + "Name": "RuntimeReflectionExtensions", + "Namespace": "System.Reflection" }, { - "Name": "SHA384", - "Namespace": "System.Security.Cryptography" + "Name": "InterfaceMapping", + "Namespace": "System.Reflection" }, { - "Name": "SHA384Managed", - "Namespace": "System.Security.Cryptography" + "Name": "InvalidFilterCriteriaException", + "Namespace": "System.Reflection" }, { - "Name": "SHA512", - "Namespace": "System.Security.Cryptography" + "Name": "IReflect", + "Namespace": "System.Reflection" }, { - "Name": "SHA512Managed", - "Namespace": "System.Security.Cryptography" + "Name": "ManifestResourceInfo", + "Namespace": "System.Reflection" }, { - "Name": "SignatureDescription", - "Namespace": "System.Security.Cryptography" + "Name": "ResourceLocation", + "Namespace": "System.Reflection" }, { - "Name": "SymmetricAlgorithm", - "Namespace": "System.Security.Cryptography" + "Name": "MemberFilter", + "Namespace": "System.Reflection" }, { - "Name": "TripleDES", - "Namespace": "System.Security.Cryptography" + "Name": "MemberInfo", + "Namespace": "System.Reflection" }, { - "Name": "TripleDESCryptoServiceProvider", - "Namespace": "System.Security.Cryptography" + "Name": "MemberTypes", + "Namespace": "System.Reflection" }, { - "Name": "X509ContentType", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "MethodAttributes", + "Namespace": "System.Reflection" }, { - "Name": "X509KeyStorageFlags", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "MethodBase", + "Namespace": "System.Reflection" }, { - "Name": "X509Certificate", - "Namespace": "System.Security.Cryptography.X509Certificates" + "Name": "MethodImplAttributes", + "Namespace": "System.Reflection" }, { - "Name": "EnvironmentPermissionAccess", - "Namespace": "System.Security.Permissions" + "Name": "MethodInfo", + "Namespace": "System.Reflection" }, { - "Name": "EnvironmentPermission", - "Namespace": "System.Security.Permissions" + "Name": "Missing", + "Namespace": "System.Reflection" }, { - "Name": "FileDialogPermissionAccess", - "Namespace": "System.Security.Permissions" + "Name": "PortableExecutableKinds", + "Namespace": "System.Reflection" }, { - "Name": "FileDialogPermission", - "Namespace": "System.Security.Permissions" + "Name": "ImageFileMachine", + "Namespace": "System.Reflection" }, { - "Name": "FileIOPermissionAccess", - "Namespace": "System.Security.Permissions" + "Name": "Module", + "Namespace": "System.Reflection" }, { - "Name": "FileIOPermission", - "Namespace": "System.Security.Permissions" + "Name": "ObfuscateAssemblyAttribute", + "Namespace": "System.Reflection" }, { - "Name": "HostProtectionResource", - "Namespace": "System.Security.Permissions" + "Name": "ObfuscationAttribute", + "Namespace": "System.Reflection" }, { - "Name": "HostProtectionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "ExceptionHandlingClauseOptions", + "Namespace": "System.Reflection" }, { - "Name": "IsolatedStorageContainment", - "Namespace": "System.Security.Permissions" + "Name": "ExceptionHandlingClause", + "Namespace": "System.Reflection" }, { - "Name": "IsolatedStoragePermission", - "Namespace": "System.Security.Permissions" + "Name": "MethodBody", + "Namespace": "System.Reflection" }, { - "Name": "IsolatedStorageFilePermission", - "Namespace": "System.Security.Permissions" + "Name": "LocalVariableInfo", + "Namespace": "System.Reflection" }, { - "Name": "PermissionState", - "Namespace": "System.Security.Permissions" + "Name": "ParameterAttributes", + "Namespace": "System.Reflection" }, { - "Name": "SecurityAction", - "Namespace": "System.Security.Permissions" + "Name": "ParameterInfo", + "Namespace": "System.Reflection" }, { - "Name": "SecurityAttribute", - "Namespace": "System.Security.Permissions" + "Name": "ParameterModifier", + "Namespace": "System.Reflection" }, { - "Name": "CodeAccessSecurityAttribute", - "Namespace": "System.Security.Permissions" + "Name": "Pointer", + "Namespace": "System.Reflection" }, { - "Name": "EnvironmentPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "PropertyAttributes", + "Namespace": "System.Reflection" }, { - "Name": "FileDialogPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "PropertyInfo", + "Namespace": "System.Reflection" }, { - "Name": "FileIOPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "ReflectionContext", + "Namespace": "System.Reflection" }, { - "Name": "KeyContainerPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "ReflectionTypeLoadException", + "Namespace": "System.Reflection" }, { - "Name": "PrincipalPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "ResourceAttributes", + "Namespace": "System.Reflection" }, { - "Name": "ReflectionPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "StrongNameKeyPair", + "Namespace": "System.Reflection" }, { - "Name": "RegistryPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "TargetException", + "Namespace": "System.Reflection" }, { - "Name": "SecurityPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "TargetInvocationException", + "Namespace": "System.Reflection" }, { - "Name": "UIPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "TargetParameterCountException", + "Namespace": "System.Reflection" }, { - "Name": "ZoneIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "TypeAttributes", + "Namespace": "System.Reflection" }, { - "Name": "StrongNameIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "TypeDelegator", + "Namespace": "System.Reflection" }, { - "Name": "SiteIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "TypeFilter", + "Namespace": "System.Reflection" }, { - "Name": "UrlIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "TypeInfo", + "Namespace": "System.Reflection" }, { - "Name": "PublisherIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "AssemblyBuilder", + "Namespace": "System.Reflection.Emit" }, { - "Name": "IsolatedStoragePermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "AssemblyBuilderAccess", + "Namespace": "System.Reflection.Emit" }, { - "Name": "IsolatedStorageFilePermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "ConstructorBuilder", + "Namespace": "System.Reflection.Emit" }, { - "Name": "PermissionSetAttribute", - "Namespace": "System.Security.Permissions" + "Name": "DynamicILInfo", + "Namespace": "System.Reflection.Emit" }, { - "Name": "ReflectionPermissionFlag", - "Namespace": "System.Security.Permissions" + "Name": "DynamicMethod", + "Namespace": "System.Reflection.Emit" }, { - "Name": "ReflectionPermission", - "Namespace": "System.Security.Permissions" + "Name": "EventBuilder", + "Namespace": "System.Reflection.Emit" }, { - "Name": "PrincipalPermission", - "Namespace": "System.Security.Permissions" + "Name": "EventToken", + "Namespace": "System.Reflection.Emit" }, { - "Name": "SecurityPermissionFlag", - "Namespace": "System.Security.Permissions" + "Name": "FieldBuilder", + "Namespace": "System.Reflection.Emit" }, { - "Name": "SecurityPermission", - "Namespace": "System.Security.Permissions" + "Name": "FieldToken", + "Namespace": "System.Reflection.Emit" }, { - "Name": "SiteIdentityPermission", - "Namespace": "System.Security.Permissions" + "Name": "ILGenerator", + "Namespace": "System.Reflection.Emit" }, { - "Name": "StrongNameIdentityPermission", - "Namespace": "System.Security.Permissions" + "Name": "Label", + "Namespace": "System.Reflection.Emit" }, { - "Name": "StrongNamePublicKeyBlob", - "Namespace": "System.Security.Permissions" + "Name": "LocalBuilder", + "Namespace": "System.Reflection.Emit" }, { - "Name": "UIPermissionWindow", - "Namespace": "System.Security.Permissions" + "Name": "MethodBuilder", + "Namespace": "System.Reflection.Emit" }, { - "Name": "UIPermissionClipboard", - "Namespace": "System.Security.Permissions" + "Name": "ExceptionHandler", + "Namespace": "System.Reflection.Emit" }, { - "Name": "UIPermission", - "Namespace": "System.Security.Permissions" + "Name": "CustomAttributeBuilder", + "Namespace": "System.Reflection.Emit" }, { - "Name": "UrlIdentityPermission", - "Namespace": "System.Security.Permissions" + "Name": "MethodRental", + "Namespace": "System.Reflection.Emit" }, { - "Name": "ZoneIdentityPermission", - "Namespace": "System.Security.Permissions" + "Name": "MethodToken", + "Namespace": "System.Reflection.Emit" }, { - "Name": "GacIdentityPermissionAttribute", - "Namespace": "System.Security.Permissions" + "Name": "ModuleBuilder", + "Namespace": "System.Reflection.Emit" }, { - "Name": "GacIdentityPermission", - "Namespace": "System.Security.Permissions" + "Name": "PEFileKinds", + "Namespace": "System.Reflection.Emit" }, { - "Name": "IUnrestrictedPermission", - "Namespace": "System.Security.Permissions" + "Name": "OpCodes", + "Namespace": "System.Reflection.Emit" }, { - "Name": "KeyContainerPermissionFlags", - "Namespace": "System.Security.Permissions" + "Name": "OpCode", + "Namespace": "System.Reflection.Emit" }, { - "Name": "KeyContainerPermissionAccessEntry", - "Namespace": "System.Security.Permissions" + "Name": "OpCodeType", + "Namespace": "System.Reflection.Emit" }, { - "Name": "KeyContainerPermissionAccessEntryCollection", - "Namespace": "System.Security.Permissions" + "Name": "StackBehaviour", + "Namespace": "System.Reflection.Emit" }, { - "Name": "KeyContainerPermissionAccessEntryEnumerator", - "Namespace": "System.Security.Permissions" + "Name": "OperandType", + "Namespace": "System.Reflection.Emit" }, { - "Name": "KeyContainerPermission", - "Namespace": "System.Security.Permissions" + "Name": "FlowControl", + "Namespace": "System.Reflection.Emit" }, { - "Name": "PublisherIdentityPermission", - "Namespace": "System.Security.Permissions" + "Name": "ParameterBuilder", + "Namespace": "System.Reflection.Emit" }, { - "Name": "RegistryPermissionAccess", - "Namespace": "System.Security.Permissions" + "Name": "ParameterToken", + "Namespace": "System.Reflection.Emit" }, { - "Name": "RegistryPermission", - "Namespace": "System.Security.Permissions" + "Name": "PropertyBuilder", + "Namespace": "System.Reflection.Emit" }, { - "Name": "Claim", - "Namespace": "System.Security.Claims" + "Name": "PropertyToken", + "Namespace": "System.Reflection.Emit" }, { - "Name": "ClaimsIdentity", - "Namespace": "System.Security.Claims" + "Name": "SignatureHelper", + "Namespace": "System.Reflection.Emit" }, { - "Name": "ClaimsPrincipal", - "Namespace": "System.Security.Claims" + "Name": "SignatureToken", + "Namespace": "System.Reflection.Emit" }, { - "Name": "ClaimTypes", - "Namespace": "System.Security.Claims" + "Name": "StringToken", + "Namespace": "System.Reflection.Emit" }, { - "Name": "ClaimValueTypes", - "Namespace": "System.Security.Claims" + "Name": "PackingSize", + "Namespace": "System.Reflection.Emit" }, { - "Name": "GenericIdentity", - "Namespace": "System.Security.Principal" + "Name": "TypeBuilder", + "Namespace": "System.Reflection.Emit" }, { - "Name": "GenericPrincipal", - "Namespace": "System.Security.Principal" + "Name": "GenericTypeParameterBuilder", + "Namespace": "System.Reflection.Emit" }, { - "Name": "IIdentity", - "Namespace": "System.Security.Principal" + "Name": "EnumBuilder", + "Namespace": "System.Reflection.Emit" }, { - "Name": "IPrincipal", - "Namespace": "System.Security.Principal" + "Name": "TypeToken", + "Namespace": "System.Reflection.Emit" }, { - "Name": "PrincipalPolicy", - "Namespace": "System.Security.Principal" + "Name": "UnmanagedMarshal", + "Namespace": "System.Reflection.Emit" }, { - "Name": "TokenAccessLevels", - "Namespace": "System.Security.Principal" + "Name": "InternalApplicationIdentityHelper", + "Namespace": "System.Deployment.Internal" }, { - "Name": "TokenImpersonationLevel", - "Namespace": "System.Security.Principal" + "Name": "InternalActivationContextHelper", + "Namespace": "System.Deployment.Internal" }, { - "Name": "WindowsAccountType", - "Namespace": "System.Security.Principal" + "Name": "MemoryFailPoint", + "Namespace": "System.Runtime" }, { - "Name": "WindowsIdentity", - "Namespace": "System.Security.Principal" + "Name": "GCLargeObjectHeapCompactionMode", + "Namespace": "System.Runtime" }, { - "Name": "WindowsImpersonationContext", - "Namespace": "System.Security.Principal" + "Name": "GCLatencyMode", + "Namespace": "System.Runtime" }, { - "Name": "WindowsBuiltInRole", - "Namespace": "System.Security.Principal" + "Name": "GCSettings", + "Namespace": "System.Runtime" }, { - "Name": "WindowsPrincipal", - "Namespace": "System.Security.Principal" + "Name": "AssemblyTargetedPatchBandAttribute", + "Namespace": "System.Runtime" }, { - "Name": "IdentityReference", - "Namespace": "System.Security.Principal" + "Name": "TargetedPatchingOptOutAttribute", + "Namespace": "System.Runtime" }, { - "Name": "IdentityReferenceCollection", - "Namespace": "System.Security.Principal" + "Name": "ProfileOptimization", + "Namespace": "System.Runtime" }, { - "Name": "NTAccount", - "Namespace": "System.Security.Principal" + "Name": "WindowsRuntimeDesignerContext", + "Namespace": "System.Runtime.DesignerServices" }, { - "Name": "WellKnownSidType", - "Namespace": "System.Security.Principal" + "Name": "ComponentGuaranteesOptions", + "Namespace": "System.Runtime.Versioning" }, { - "Name": "SecurityIdentifier", - "Namespace": "System.Security.Principal" + "Name": "ComponentGuaranteesAttribute", + "Namespace": "System.Runtime.Versioning" }, { - "Name": "IdentityNotMappedException", - "Namespace": "System.Security.Principal" + "Name": "ResourceConsumptionAttribute", + "Namespace": "System.Runtime.Versioning" }, { - "Name": "AllMembershipCondition", - "Namespace": "System.Security.Policy" + "Name": "ResourceExposureAttribute", + "Namespace": "System.Runtime.Versioning" }, { - "Name": "ApplicationDirectory", - "Namespace": "System.Security.Policy" + "Name": "ResourceScope", + "Namespace": "System.Runtime.Versioning" }, { - "Name": "ApplicationDirectoryMembershipCondition", - "Namespace": "System.Security.Policy" + "Name": "VersioningHelper", + "Namespace": "System.Runtime.Versioning" }, { - "Name": "ApplicationSecurityInfo", - "Namespace": "System.Security.Policy" + "Name": "TargetFrameworkAttribute", + "Namespace": "System.Runtime.Versioning" }, { - "Name": "ApplicationSecurityManager", - "Namespace": "System.Security.Policy" + "Name": "CompatibilitySwitch", + "Namespace": "System.Runtime.Versioning" }, { - "Name": "ApplicationVersionMatch", - "Namespace": "System.Security.Policy" + "Name": "CriticalFinalizerObject", + "Namespace": "System.Runtime.ConstrainedExecution" }, { - "Name": "ApplicationTrust", - "Namespace": "System.Security.Policy" + "Name": "Consistency", + "Namespace": "System.Runtime.ConstrainedExecution" }, { - "Name": "ApplicationTrustCollection", - "Namespace": "System.Security.Policy" + "Name": "Cer", + "Namespace": "System.Runtime.ConstrainedExecution" }, { - "Name": "ApplicationTrustEnumerator", - "Namespace": "System.Security.Policy" + "Name": "ReliabilityContractAttribute", + "Namespace": "System.Runtime.ConstrainedExecution" }, { - "Name": "CodeGroup", - "Namespace": "System.Security.Policy" + "Name": "PrePrepareMethodAttribute", + "Namespace": "System.Runtime.ConstrainedExecution" }, { - "Name": "Evidence", - "Namespace": "System.Security.Policy" + "Name": "FormatterConverter", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "EvidenceBase", - "Namespace": "System.Security.Policy" + "Name": "FormatterServices", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "FileCodeGroup", - "Namespace": "System.Security.Policy" + "Name": "IDeserializationCallback", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "FirstMatchCodeGroup", - "Namespace": "System.Security.Policy" + "Name": "IFormatter", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "IIdentityPermissionFactory", - "Namespace": "System.Security.Policy" + "Name": "IFormatterConverter", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "IMembershipCondition", - "Namespace": "System.Security.Policy" + "Name": "IObjectReference", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "IApplicationTrustManager", - "Namespace": "System.Security.Policy" + "Name": "ISerializable", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "TrustManagerUIContext", - "Namespace": "System.Security.Policy" + "Name": "ISerializationSurrogate", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "TrustManagerContext", - "Namespace": "System.Security.Policy" + "Name": "ISurrogateSelector", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "CodeConnectAccess", - "Namespace": "System.Security.Policy" + "Name": "OptionalFieldAttribute", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "NetCodeGroup", - "Namespace": "System.Security.Policy" + "Name": "OnSerializingAttribute", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "PermissionRequestEvidence", - "Namespace": "System.Security.Policy" + "Name": "OnSerializedAttribute", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "PolicyException", - "Namespace": "System.Security.Policy" + "Name": "OnDeserializingAttribute", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "PolicyLevel", - "Namespace": "System.Security.Policy" + "Name": "OnDeserializedAttribute", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "PolicyStatementAttribute", - "Namespace": "System.Security.Policy" + "Name": "SerializationBinder", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "PolicyStatement", - "Namespace": "System.Security.Policy" + "Name": "SerializationException", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "Site", - "Namespace": "System.Security.Policy" + "Name": "SerializationInfo", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "SiteMembershipCondition", - "Namespace": "System.Security.Policy" + "Name": "SerializationEntry", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "StrongName", - "Namespace": "System.Security.Policy" + "Name": "SerializationInfoEnumerator", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "StrongNameMembershipCondition", - "Namespace": "System.Security.Policy" + "Name": "StreamingContext", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "UnionCodeGroup", - "Namespace": "System.Security.Policy" + "Name": "StreamingContextStates", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "Url", - "Namespace": "System.Security.Policy" + "Name": "Formatter", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "UrlMembershipCondition", - "Namespace": "System.Security.Policy" + "Name": "ObjectIDGenerator", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "Zone", - "Namespace": "System.Security.Policy" + "Name": "ObjectManager", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "ZoneMembershipCondition", - "Namespace": "System.Security.Policy" + "Name": "SafeSerializationEventArgs", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "GacInstalled", - "Namespace": "System.Security.Policy" + "Name": "ISafeSerializationData", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "GacMembershipCondition", - "Namespace": "System.Security.Policy" + "Name": "SerializationObjectManager", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "Hash", - "Namespace": "System.Security.Policy" + "Name": "SurrogateSelector", + "Namespace": "System.Runtime.Serialization" }, { - "Name": "HashMembershipCondition", - "Namespace": "System.Security.Policy" + "Name": "FormatterTypeStyle", + "Namespace": "System.Runtime.Serialization.Formatters" }, { - "Name": "Publisher", - "Namespace": "System.Security.Policy" + "Name": "FormatterAssemblyStyle", + "Namespace": "System.Runtime.Serialization.Formatters" }, { - "Name": "PublisherMembershipCondition", - "Namespace": "System.Security.Policy" + "Name": "TypeFilterLevel", + "Namespace": "System.Runtime.Serialization.Formatters" }, { - "Name": "IResourceReader", - "Namespace": "System.Resources" + "Name": "ISoapMessage", + "Namespace": "System.Runtime.Serialization.Formatters" }, { - "Name": "IResourceWriter", - "Namespace": "System.Resources" + "Name": "IFieldInfo", + "Namespace": "System.Runtime.Serialization.Formatters" }, { - "Name": "MissingManifestResourceException", - "Namespace": "System.Resources" + "Name": "InternalRM", + "Namespace": "System.Runtime.Serialization.Formatters" }, { - "Name": "MissingSatelliteAssemblyException", - "Namespace": "System.Resources" + "Name": "InternalST", + "Namespace": "System.Runtime.Serialization.Formatters" }, { - "Name": "NeutralResourcesLanguageAttribute", - "Namespace": "System.Resources" + "Name": "SoapMessage", + "Namespace": "System.Runtime.Serialization.Formatters" }, { - "Name": "ResourceManager", - "Namespace": "System.Resources" + "Name": "SoapFault", + "Namespace": "System.Runtime.Serialization.Formatters" }, { - "Name": "ResourceReader", - "Namespace": "System.Resources" + "Name": "ServerFault", + "Namespace": "System.Runtime.Serialization.Formatters" }, { - "Name": "ResourceSet", - "Namespace": "System.Resources" + "Name": "BinaryFormatter", + "Namespace": "System.Runtime.Serialization.Formatters.Binary" }, { - "Name": "ResourceWriter", - "Namespace": "System.Resources" + "Name": "HandleProcessCorruptedStateExceptionsAttribute", + "Namespace": "System.Runtime.ExceptionServices" }, { - "Name": "SatelliteContractVersionAttribute", - "Namespace": "System.Resources" + "Name": "FirstChanceExceptionEventArgs", + "Namespace": "System.Runtime.ExceptionServices" }, { - "Name": "UltimateResourceFallbackLocation", - "Namespace": "System.Resources" + "Name": "ExceptionDispatchInfo", + "Namespace": "System.Runtime.ExceptionServices" }, { - "Name": "Calendar", - "Namespace": "System.Globalization" + "Name": "IObjectHandle", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "CalendarAlgorithmType", - "Namespace": "System.Globalization" + "Name": "WellKnownObjectMode", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "CalendarWeekRule", - "Namespace": "System.Globalization" + "Name": "IRemotingTypeInfo", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "CharUnicodeInfo", - "Namespace": "System.Globalization" + "Name": "IChannelInfo", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "CompareOptions", - "Namespace": "System.Globalization" + "Name": "IEnvoyInfo", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "CompareInfo", - "Namespace": "System.Globalization" + "Name": "ObjRef", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "CultureInfo", - "Namespace": "System.Globalization" + "Name": "RemotingConfiguration", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "CultureNotFoundException", - "Namespace": "System.Globalization" + "Name": "TypeEntry", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "CultureTypes", - "Namespace": "System.Globalization" + "Name": "ActivatedClientTypeEntry", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "DateTimeStyles", - "Namespace": "System.Globalization" + "Name": "ActivatedServiceTypeEntry", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "DateTimeFormatInfo", - "Namespace": "System.Globalization" + "Name": "WellKnownClientTypeEntry", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "DaylightTime", - "Namespace": "System.Globalization" + "Name": "WellKnownServiceTypeEntry", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "DigitShapes", - "Namespace": "System.Globalization" + "Name": "CustomErrorsModes", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "GlobalizationExtensions", - "Namespace": "System.Globalization" + "Name": "RemotingException", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "GregorianCalendar", - "Namespace": "System.Globalization" + "Name": "ServerException", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "GregorianCalendarTypes", - "Namespace": "System.Globalization" + "Name": "RemotingTimeoutException", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "HebrewCalendar", - "Namespace": "System.Globalization" + "Name": "RemotingServices", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "HijriCalendar", - "Namespace": "System.Globalization" + "Name": "InternalRemotingServices", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "UmAlQuraCalendar", - "Namespace": "System.Globalization" + "Name": "SoapServices", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "ChineseLunisolarCalendar", - "Namespace": "System.Globalization" + "Name": "ObjectHandle", + "Namespace": "System.Runtime.Remoting" }, { - "Name": "EastAsianLunisolarCalendar", - "Namespace": "System.Globalization" + "Name": "SoapOption", + "Namespace": "System.Runtime.Remoting.Metadata" }, { - "Name": "JapaneseLunisolarCalendar", - "Namespace": "System.Globalization" + "Name": "XmlFieldOrderOption", + "Namespace": "System.Runtime.Remoting.Metadata" }, { - "Name": "JulianCalendar", - "Namespace": "System.Globalization" + "Name": "SoapTypeAttribute", + "Namespace": "System.Runtime.Remoting.Metadata" }, { - "Name": "KoreanLunisolarCalendar", - "Namespace": "System.Globalization" + "Name": "SoapMethodAttribute", + "Namespace": "System.Runtime.Remoting.Metadata" }, { - "Name": "PersianCalendar", - "Namespace": "System.Globalization" + "Name": "SoapFieldAttribute", + "Namespace": "System.Runtime.Remoting.Metadata" }, { - "Name": "TaiwanLunisolarCalendar", - "Namespace": "System.Globalization" + "Name": "SoapParameterAttribute", + "Namespace": "System.Runtime.Remoting.Metadata" }, { - "Name": "IdnMapping", - "Namespace": "System.Globalization" + "Name": "SoapAttribute", + "Namespace": "System.Runtime.Remoting.Metadata" }, { - "Name": "JapaneseCalendar", - "Namespace": "System.Globalization" + "Name": "ISoapXsd", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "KoreanCalendar", - "Namespace": "System.Globalization" + "Name": "SoapDateTime", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "RegionInfo", - "Namespace": "System.Globalization" + "Name": "SoapDuration", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "SortKey", - "Namespace": "System.Globalization" + "Name": "SoapTime", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "StringInfo", - "Namespace": "System.Globalization" + "Name": "SoapDate", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "TaiwanCalendar", - "Namespace": "System.Globalization" + "Name": "SoapYearMonth", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "TextElementEnumerator", - "Namespace": "System.Globalization" + "Name": "SoapYear", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "TextInfo", - "Namespace": "System.Globalization" + "Name": "SoapMonthDay", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "ThaiBuddhistCalendar", - "Namespace": "System.Globalization" + "Name": "SoapDay", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "TimeSpanStyles", - "Namespace": "System.Globalization" + "Name": "SoapMonth", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "NumberFormatInfo", - "Namespace": "System.Globalization" + "Name": "SoapHexBinary", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "NumberStyles", - "Namespace": "System.Globalization" + "Name": "SoapBase64Binary", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "UnicodeCategory", - "Namespace": "System.Globalization" + "Name": "SoapInteger", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "SortVersion", - "Namespace": "System.Globalization" + "Name": "SoapPositiveInteger", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "ConditionalAttribute", - "Namespace": "System.Diagnostics" + "Name": "SoapNonPositiveInteger", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "Debugger", - "Namespace": "System.Diagnostics" + "Name": "SoapNonNegativeInteger", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "DebuggerStepThroughAttribute", - "Namespace": "System.Diagnostics" + "Name": "SoapNegativeInteger", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "DebuggerStepperBoundaryAttribute", - "Namespace": "System.Diagnostics" + "Name": "SoapAnyUri", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "DebuggerHiddenAttribute", - "Namespace": "System.Diagnostics" + "Name": "SoapQName", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "DebuggerNonUserCodeAttribute", - "Namespace": "System.Diagnostics" + "Name": "SoapNotation", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "DebuggableAttribute", - "Namespace": "System.Diagnostics" + "Name": "SoapNormalizedString", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "DebuggerBrowsableState", - "Namespace": "System.Diagnostics" + "Name": "SoapToken", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "DebuggerBrowsableAttribute", - "Namespace": "System.Diagnostics" + "Name": "SoapLanguage", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "DebuggerTypeProxyAttribute", - "Namespace": "System.Diagnostics" + "Name": "SoapName", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "DebuggerDisplayAttribute", - "Namespace": "System.Diagnostics" + "Name": "SoapIdrefs", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "DebuggerVisualizerAttribute", - "Namespace": "System.Diagnostics" + "Name": "SoapEntities", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "StackTrace", - "Namespace": "System.Diagnostics" + "Name": "SoapNmtoken", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "StackFrame", - "Namespace": "System.Diagnostics" + "Name": "SoapNmtokens", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "ISymbolBinder", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "SoapNcName", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "ISymbolBinder1", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "SoapId", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "ISymbolDocument", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "SoapIdref", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "ISymbolDocumentWriter", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "SoapEntity", + "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" }, { - "Name": "ISymbolMethod", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "ProxyAttribute", + "Namespace": "System.Runtime.Remoting.Proxies" }, { - "Name": "ISymbolNamespace", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "RealProxy", + "Namespace": "System.Runtime.Remoting.Proxies" }, { - "Name": "ISymbolReader", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "EnterpriseServicesHelper", + "Namespace": "System.Runtime.Remoting.Services" }, { - "Name": "ISymbolScope", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "ITrackingHandler", + "Namespace": "System.Runtime.Remoting.Services" }, { - "Name": "ISymbolVariable", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "TrackingServices", + "Namespace": "System.Runtime.Remoting.Services" }, { - "Name": "ISymbolWriter", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "CrossContextDelegate", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "SymAddressKind", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "Context", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "SymDocumentType", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "ContextProperty", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "SymLanguageType", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IContextAttribute", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "SymLanguageVendor", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IContextProperty", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "SymbolToken", - "Namespace": "System.Diagnostics.SymbolStore" + "Name": "IContextPropertyActivator", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "PureAttribute", - "Namespace": "System.Diagnostics.Contracts" + "Name": "ContextAttribute", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "ContractClassAttribute", - "Namespace": "System.Diagnostics.Contracts" + "Name": "IContributeClientContextSink", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "ContractClassForAttribute", - "Namespace": "System.Diagnostics.Contracts" + "Name": "IContributeDynamicSink", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "ContractInvariantMethodAttribute", - "Namespace": "System.Diagnostics.Contracts" + "Name": "IContributeEnvoySink", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "ContractReferenceAssemblyAttribute", - "Namespace": "System.Diagnostics.Contracts" + "Name": "IContributeObjectSink", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "ContractRuntimeIgnoredAttribute", - "Namespace": "System.Diagnostics.Contracts" + "Name": "IContributeServerContextSink", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "ContractVerificationAttribute", - "Namespace": "System.Diagnostics.Contracts" + "Name": "IDynamicProperty", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "ContractPublicPropertyNameAttribute", - "Namespace": "System.Diagnostics.Contracts" + "Name": "IDynamicMessageSink", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "ContractArgumentValidatorAttribute", - "Namespace": "System.Diagnostics.Contracts" + "Name": "SynchronizationAttribute", + "Namespace": "System.Runtime.Remoting.Contexts" }, { - "Name": "ContractAbbreviatorAttribute", - "Namespace": "System.Diagnostics.Contracts" + "Name": "ClientSponsor", + "Namespace": "System.Runtime.Remoting.Lifetime" }, { - "Name": "ContractOptionAttribute", - "Namespace": "System.Diagnostics.Contracts" + "Name": "ILease", + "Namespace": "System.Runtime.Remoting.Lifetime" }, { - "Name": "Contract", - "Namespace": "System.Diagnostics.Contracts" + "Name": "ISponsor", + "Namespace": "System.Runtime.Remoting.Lifetime" }, { - "Name": "ContractFailureKind", - "Namespace": "System.Diagnostics.Contracts" + "Name": "LeaseState", + "Namespace": "System.Runtime.Remoting.Lifetime" }, { - "Name": "ContractFailedEventArgs", - "Namespace": "System.Diagnostics.Contracts" + "Name": "LifetimeServices", + "Namespace": "System.Runtime.Remoting.Lifetime" }, { - "Name": "ContractHelper", - "Namespace": "System.Diagnostics.Contracts.Internal" + "Name": "ChannelServices", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "SuppressMessageAttribute", - "Namespace": "System.Diagnostics.CodeAnalysis" + "Name": "IClientChannelSinkStack", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventActivityOptions", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IClientResponseChannelSinkStack", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventSource", - "Namespace": "System.Diagnostics.Tracing" + "Name": "ClientChannelSinkStack", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventSourceSettings", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IServerChannelSinkStack", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventListener", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IServerResponseChannelSinkStack", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventCommandEventArgs", - "Namespace": "System.Diagnostics.Tracing" + "Name": "ServerChannelSinkStack", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventSourceCreatedEventArgs", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IChannel", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventWrittenEventArgs", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IChannelSender", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventSourceAttribute", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IChannelReceiver", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventAttribute", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IChannelReceiverHook", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "NonEventAttribute", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IClientChannelSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventCommand", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IServerChannelSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventManifestOptions", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IClientFormatterSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventSourceException", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IServerFormatterSinkProvider", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventLevel", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IClientChannelSink", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventTask", - "Namespace": "System.Diagnostics.Tracing" + "Name": "ServerProcessing", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventOpcode", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IServerChannelSink", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventChannel", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IChannelSinkBase", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventKeywords", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IClientFormatterSink", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventDataAttribute", - "Namespace": "System.Diagnostics.Tracing" + "Name": "IChannelDataStore", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventFieldTags", - "Namespace": "System.Diagnostics.Tracing" + "Name": "ChannelDataStore", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventFieldAttribute", - "Namespace": "System.Diagnostics.Tracing" + "Name": "ITransportHeaders", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventFieldFormat", - "Namespace": "System.Diagnostics.Tracing" + "Name": "TransportHeaders", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventIgnoreAttribute", - "Namespace": "System.Diagnostics.Tracing" + "Name": "SinkProviderData", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventSourceOptions", - "Namespace": "System.Diagnostics.Tracing" + "Name": "BaseChannelSinkWithProperties", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "EventTags", - "Namespace": "System.Diagnostics.Tracing" + "Name": "BaseChannelWithProperties", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "CaseInsensitiveComparer", - "Namespace": "System.Collections" + "Name": "BaseChannelObjectWithProperties", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "CaseInsensitiveHashCodeProvider", - "Namespace": "System.Collections" + "Name": "ISecurableChannel", + "Namespace": "System.Runtime.Remoting.Channels" }, { - "Name": "CollectionBase", - "Namespace": "System.Collections" + "Name": "AsyncResult", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "DictionaryBase", - "Namespace": "System.Collections" + "Name": "IMessage", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "ReadOnlyCollectionBase", - "Namespace": "System.Collections" + "Name": "IMessageCtrl", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "Queue", - "Namespace": "System.Collections" + "Name": "IMessageSink", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "ArrayList", - "Namespace": "System.Collections" + "Name": "IMethodMessage", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "BitArray", - "Namespace": "System.Collections" + "Name": "IMethodCallMessage", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "Stack", - "Namespace": "System.Collections" + "Name": "IMethodReturnMessage", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "Comparer", - "Namespace": "System.Collections" + "Name": "IRemotingFormatter", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "Hashtable", - "Namespace": "System.Collections" + "Name": "ReturnMessage", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "DictionaryEntry", - "Namespace": "System.Collections" + "Name": "MethodCall", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "ICollection", - "Namespace": "System.Collections" + "Name": "ConstructionCall", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "IComparer", - "Namespace": "System.Collections" + "Name": "MethodResponse", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "IDictionary", - "Namespace": "System.Collections" + "Name": "ConstructionResponse", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "IDictionaryEnumerator", - "Namespace": "System.Collections" + "Name": "InternalMessageWrapper", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "IEnumerable", - "Namespace": "System.Collections" + "Name": "MethodCallMessageWrapper", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "IEnumerator", - "Namespace": "System.Collections" + "Name": "MethodReturnMessageWrapper", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "IEqualityComparer", - "Namespace": "System.Collections" + "Name": "OneWayAttribute", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "IHashCodeProvider", - "Namespace": "System.Collections" + "Name": "MessageSurrogateFilter", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "IList", - "Namespace": "System.Collections" + "Name": "RemotingSurrogateSelector", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "SortedList", - "Namespace": "System.Collections" + "Name": "Header", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "IStructuralEquatable", - "Namespace": "System.Collections" + "Name": "HeaderHandler", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "IStructuralComparable", - "Namespace": "System.Collections" + "Name": "CallContext", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "StructuralComparisons", - "Namespace": "System.Collections" + "Name": "ILogicalThreadAffinative", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "ConcurrentStack`1", - "Namespace": "System.Collections.Concurrent" + "Name": "LogicalCallContext", + "Namespace": "System.Runtime.Remoting.Messaging" }, { - "Name": "IProducerConsumerCollection`1", - "Namespace": "System.Collections.Concurrent" + "Name": "IActivator", + "Namespace": "System.Runtime.Remoting.Activation" }, { - "Name": "ConcurrentDictionary`2", - "Namespace": "System.Collections.Concurrent" + "Name": "ActivatorLevel", + "Namespace": "System.Runtime.Remoting.Activation" }, { - "Name": "ConcurrentQueue`1", - "Namespace": "System.Collections.Concurrent" + "Name": "IConstructionCallMessage", + "Namespace": "System.Runtime.Remoting.Activation" }, { - "Name": "Partitioner`1", - "Namespace": "System.Collections.Concurrent" + "Name": "IConstructionReturnMessage", + "Namespace": "System.Runtime.Remoting.Activation" }, { - "Name": "OrderablePartitioner`1", - "Namespace": "System.Collections.Concurrent" + "Name": "UrlAttribute", + "Namespace": "System.Runtime.Remoting.Activation" }, { - "Name": "EnumerablePartitionerOptions", - "Namespace": "System.Collections.Concurrent" + "Name": "StringFreezingAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "Partitioner", - "Namespace": "System.Collections.Concurrent" + "Name": "ContractHelper", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "Collection`1", - "Namespace": "System.Collections.ObjectModel" + "Name": "AccessedThroughPropertyAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ReadOnlyCollection`1", - "Namespace": "System.Collections.ObjectModel" + "Name": "CallConvCdecl", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ReadOnlyDictionary`2", - "Namespace": "System.Collections.ObjectModel" + "Name": "CallConvStdcall", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "KeyedCollection`2", - "Namespace": "System.Collections.ObjectModel" + "Name": "CallConvThiscall", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "Comparer`1", - "Namespace": "System.Collections.Generic" + "Name": "CallConvFastcall", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "Dictionary`2", - "Namespace": "System.Collections.Generic" + "Name": "RuntimeHelpers", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "EqualityComparer`1", - "Namespace": "System.Collections.Generic" + "Name": "RuntimeFeature", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ICollection`1", - "Namespace": "System.Collections.Generic" + "Name": "CompilerGeneratedAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IComparer`1", - "Namespace": "System.Collections.Generic" + "Name": "CustomConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IDictionary`2", - "Namespace": "System.Collections.Generic" + "Name": "DateTimeConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IEnumerable`1", - "Namespace": "System.Collections.Generic" + "Name": "DiscardableAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IEnumerator`1", - "Namespace": "System.Collections.Generic" + "Name": "DecimalConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IEqualityComparer`1", - "Namespace": "System.Collections.Generic" + "Name": "DisablePrivateReflectionAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IList`1", - "Namespace": "System.Collections.Generic" + "Name": "CompilationRelaxations", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IReadOnlyCollection`1", - "Namespace": "System.Collections.Generic" + "Name": "CompilationRelaxationsAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IReadOnlyList`1", - "Namespace": "System.Collections.Generic" + "Name": "CompilerGlobalScopeAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IReadOnlyDictionary`2", - "Namespace": "System.Collections.Generic" + "Name": "ExtensionAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "KeyNotFoundException", - "Namespace": "System.Collections.Generic" + "Name": "FixedBufferAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "KeyValuePair`2", - "Namespace": "System.Collections.Generic" + "Name": "IndexerNameAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "List`1", - "Namespace": "System.Collections.Generic" + "Name": "InternalsVisibleToAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "AbandonedMutexException", - "Namespace": "System.Threading" + "Name": "IsVolatile", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "AsyncLocal`1", - "Namespace": "System.Threading" + "Name": "IsByRefLikeAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "AsyncLocalValueChangedArgs`1", - "Namespace": "System.Threading" + "Name": "MethodImplOptions", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "AutoResetEvent", - "Namespace": "System.Threading" + "Name": "MethodCodeType", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "SendOrPostCallback", - "Namespace": "System.Threading" + "Name": "MethodImplAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "SynchronizationContext", - "Namespace": "System.Threading" + "Name": "FixedAddressValueTypeAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "CompressedStack", - "Namespace": "System.Threading" + "Name": "UnsafeValueTypeAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "EventResetMode", - "Namespace": "System.Threading" + "Name": "RequiredAttributeAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "EventWaitHandle", - "Namespace": "System.Threading" + "Name": "LoadHint", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ContextCallback", - "Namespace": "System.Threading" + "Name": "DefaultDependencyAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "AsyncFlowControl", - "Namespace": "System.Threading" + "Name": "DependencyAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ExecutionContext", - "Namespace": "System.Threading" + "Name": "CompilerMarshalOverride", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "Interlocked", - "Namespace": "System.Threading" + "Name": "HasCopySemanticsAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "HostExecutionContext", - "Namespace": "System.Threading" + "Name": "IsBoxed", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "HostExecutionContextManager", - "Namespace": "System.Threading" + "Name": "IsByValue", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "LockCookie", - "Namespace": "System.Threading" + "Name": "IsConst", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "LockRecursionException", - "Namespace": "System.Threading" + "Name": "IsExplicitlyDereferenced", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ManualResetEvent", - "Namespace": "System.Threading" + "Name": "IsImplicitlyDereferenced", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "Monitor", - "Namespace": "System.Threading" + "Name": "IsJitIntrinsic", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "Mutex", - "Namespace": "System.Threading" + "Name": "IsLong", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "NativeOverlapped", - "Namespace": "System.Threading" + "Name": "IsPinned", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "Overlapped", - "Namespace": "System.Threading" + "Name": "IsSignUnspecifiedByte", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "PreAllocatedOverlapped", - "Namespace": "System.Threading" + "Name": "IsUdtReturn", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ThreadPoolBoundHandle", - "Namespace": "System.Threading" + "Name": "ScopelessEnumAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ParameterizedThreadStart", - "Namespace": "System.Threading" + "Name": "SpecialNameAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ReaderWriterLock", - "Namespace": "System.Threading" + "Name": "IsReadOnlyAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "SemaphoreFullException", - "Namespace": "System.Threading" + "Name": "IsCopyConstructed", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "SynchronizationLockException", - "Namespace": "System.Threading" + "Name": "SuppressIldasmAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "Thread", - "Namespace": "System.Threading" + "Name": "NativeCppClassAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ThreadAbortException", - "Namespace": "System.Threading" + "Name": "TypeForwardedToAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ThreadInterruptedException", - "Namespace": "System.Threading" + "Name": "TypeForwardedFromAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "RegisteredWaitHandle", - "Namespace": "System.Threading" + "Name": "ReferenceAssemblyAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "WaitCallback", - "Namespace": "System.Threading" + "Name": "RuntimeCompatibilityAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "WaitOrTimerCallback", - "Namespace": "System.Threading" + "Name": "RuntimeWrappedException", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "IOCompletionCallback", - "Namespace": "System.Threading" + "Name": "ConditionalWeakTable`2", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ThreadPool", - "Namespace": "System.Threading" + "Name": "CallerFilePathAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ThreadPriority", - "Namespace": "System.Threading" + "Name": "CallerLineNumberAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ThreadStart", - "Namespace": "System.Threading" + "Name": "CallerMemberNameAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ThreadState", - "Namespace": "System.Threading" + "Name": "StateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ThreadStateException", - "Namespace": "System.Threading" + "Name": "IteratorStateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ThreadStartException", - "Namespace": "System.Threading" + "Name": "ITuple", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "Timeout", - "Namespace": "System.Threading" + "Name": "AsyncStateMachineAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "TimerCallback", - "Namespace": "System.Threading" + "Name": "AsyncVoidMethodBuilder", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "Timer", - "Namespace": "System.Threading" + "Name": "AsyncTaskMethodBuilder", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "Volatile", - "Namespace": "System.Threading" + "Name": "AsyncTaskMethodBuilder`1", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "WaitHandle", - "Namespace": "System.Threading" + "Name": "IAsyncStateMachine", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "WaitHandleExtensions", - "Namespace": "System.Threading" + "Name": "INotifyCompletion", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "WaitHandleCannotBeOpenedException", - "Namespace": "System.Threading" + "Name": "ICriticalNotifyCompletion", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ApartmentState", - "Namespace": "System.Threading" + "Name": "TaskAwaiter", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "SpinLock", - "Namespace": "System.Threading" + "Name": "TaskAwaiter`1", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "SpinWait", - "Namespace": "System.Threading" + "Name": "ConfiguredTaskAwaitable", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "CountdownEvent", - "Namespace": "System.Threading" + "Name": "ConfiguredTaskAwaitable`1", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "LazyThreadSafetyMode", - "Namespace": "System.Threading" + "Name": "YieldAwaitable", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "LazyInitializer", - "Namespace": "System.Threading" + "Name": "FormattableStringFactory", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ThreadLocal`1", - "Namespace": "System.Threading" + "Name": "IDispatchConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "SemaphoreSlim", - "Namespace": "System.Threading" + "Name": "IUnknownConstantAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "ManualResetEventSlim", - "Namespace": "System.Threading" + "Name": "TupleElementNamesAttribute", + "Namespace": "System.Runtime.CompilerServices" }, { - "Name": "CancellationTokenRegistration", - "Namespace": "System.Threading" + "Name": "_Activator", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "CancellationTokenSource", - "Namespace": "System.Threading" + "Name": "_Attribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "CancellationToken", - "Namespace": "System.Threading" + "Name": "_Thread", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "Task`1", - "Namespace": "System.Threading.Tasks" + "Name": "_Type", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TaskFactory`1", - "Namespace": "System.Threading.Tasks" + "Name": "_Assembly", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ParallelOptions", - "Namespace": "System.Threading.Tasks" + "Name": "_MemberInfo", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "Parallel", - "Namespace": "System.Threading.Tasks" + "Name": "_MethodBase", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ParallelLoopState", - "Namespace": "System.Threading.Tasks" + "Name": "_MethodInfo", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ParallelLoopResult", - "Namespace": "System.Threading.Tasks" + "Name": "_ConstructorInfo", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TaskStatus", - "Namespace": "System.Threading.Tasks" + "Name": "_FieldInfo", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "Task", - "Namespace": "System.Threading.Tasks" + "Name": "_PropertyInfo", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TaskCreationOptions", - "Namespace": "System.Threading.Tasks" + "Name": "_EventInfo", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TaskContinuationOptions", - "Namespace": "System.Threading.Tasks" + "Name": "_ParameterInfo", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TaskCanceledException", - "Namespace": "System.Threading.Tasks" + "Name": "_Module", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TaskSchedulerException", - "Namespace": "System.Threading.Tasks" + "Name": "_AssemblyName", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TaskFactory", - "Namespace": "System.Threading.Tasks" + "Name": "ArrayWithOffset", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TaskScheduler", - "Namespace": "System.Threading.Tasks" + "Name": "UnmanagedFunctionPointerAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "UnobservedTaskExceptionEventArgs", - "Namespace": "System.Threading.Tasks" + "Name": "TypeIdentifierAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TaskCompletionSource`1", - "Namespace": "System.Threading.Tasks" + "Name": "AllowReversePInvokeCallsAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ConcurrentExclusiveSchedulerPair", - "Namespace": "System.Threading.Tasks" + "Name": "DispIdAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AmbiguousMatchException", - "Namespace": "System.Reflection" + "Name": "ComInterfaceType", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ModuleResolveEventHandler", - "Namespace": "System.Reflection" + "Name": "InterfaceTypeAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "Assembly", - "Namespace": "System.Reflection" + "Name": "ComDefaultInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyCopyrightAttribute", - "Namespace": "System.Reflection" + "Name": "ClassInterfaceType", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyTrademarkAttribute", - "Namespace": "System.Reflection" + "Name": "ClassInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyProductAttribute", - "Namespace": "System.Reflection" + "Name": "ComVisibleAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyCompanyAttribute", - "Namespace": "System.Reflection" + "Name": "TypeLibImportClassAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyDescriptionAttribute", - "Namespace": "System.Reflection" + "Name": "LCIDConversionAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyTitleAttribute", - "Namespace": "System.Reflection" + "Name": "ComRegisterFunctionAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyConfigurationAttribute", - "Namespace": "System.Reflection" + "Name": "ComUnregisterFunctionAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyDefaultAliasAttribute", - "Namespace": "System.Reflection" + "Name": "ProgIdAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyInformationalVersionAttribute", - "Namespace": "System.Reflection" + "Name": "ImportedFromTypeLibAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyFileVersionAttribute", - "Namespace": "System.Reflection" + "Name": "IDispatchImplType", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyCultureAttribute", - "Namespace": "System.Reflection" + "Name": "IDispatchImplAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyVersionAttribute", - "Namespace": "System.Reflection" + "Name": "ComSourceInterfacesAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyKeyFileAttribute", - "Namespace": "System.Reflection" + "Name": "ComConversionLossAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyDelaySignAttribute", - "Namespace": "System.Reflection" + "Name": "TypeLibTypeFlags", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyAlgorithmIdAttribute", - "Namespace": "System.Reflection" + "Name": "TypeLibFuncFlags", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyFlagsAttribute", - "Namespace": "System.Reflection" + "Name": "TypeLibVarFlags", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyMetadataAttribute", - "Namespace": "System.Reflection" + "Name": "TypeLibTypeAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblySignatureKeyAttribute", - "Namespace": "System.Reflection" + "Name": "TypeLibFuncAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyKeyNameAttribute", - "Namespace": "System.Reflection" + "Name": "TypeLibVarAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyName", - "Namespace": "System.Reflection" + "Name": "VarEnum", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyNameProxy", - "Namespace": "System.Reflection" + "Name": "UnmanagedType", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyNameFlags", - "Namespace": "System.Reflection" + "Name": "MarshalAsAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyContentType", - "Namespace": "System.Reflection" + "Name": "ComImportAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ProcessorArchitecture", - "Namespace": "System.Reflection" + "Name": "GuidAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "CustomAttributeExtensions", - "Namespace": "System.Reflection" + "Name": "PreserveSigAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "CustomAttributeFormatException", - "Namespace": "System.Reflection" + "Name": "InAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "Binder", - "Namespace": "System.Reflection" + "Name": "OutAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "BindingFlags", - "Namespace": "System.Reflection" + "Name": "OptionalAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "CallingConventions", - "Namespace": "System.Reflection" + "Name": "DllImportSearchPath", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ConstructorInfo", - "Namespace": "System.Reflection" + "Name": "DefaultDllImportSearchPathsAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "CustomAttributeData", - "Namespace": "System.Reflection" + "Name": "DllImportAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "CustomAttributeNamedArgument", - "Namespace": "System.Reflection" + "Name": "StructLayoutAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "CustomAttributeTypedArgument", - "Namespace": "System.Reflection" + "Name": "FieldOffsetAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "DefaultMemberAttribute", - "Namespace": "System.Reflection" + "Name": "ComAliasNameAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "EventAttributes", - "Namespace": "System.Reflection" + "Name": "AutomationProxyAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "EventInfo", - "Namespace": "System.Reflection" + "Name": "PrimaryInteropAssemblyAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "FieldAttributes", - "Namespace": "System.Reflection" + "Name": "CoClassAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "FieldInfo", - "Namespace": "System.Reflection" + "Name": "ComEventInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "GenericParameterAttributes", - "Namespace": "System.Reflection" + "Name": "TypeLibVersionAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ICustomAttributeProvider", - "Namespace": "System.Reflection" + "Name": "ComCompatibleVersionAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "IReflectableType", - "Namespace": "System.Reflection" + "Name": "BestFitMappingAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "IntrospectionExtensions", - "Namespace": "System.Reflection" + "Name": "DefaultCharSetAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "RuntimeReflectionExtensions", - "Namespace": "System.Reflection" + "Name": "SetWin32ContextInIDispatchAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "InterfaceMapping", - "Namespace": "System.Reflection" + "Name": "ManagedToNativeComInteropStubAttribute", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "InvalidFilterCriteriaException", - "Namespace": "System.Reflection" + "Name": "CallingConvention", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "IReflect", - "Namespace": "System.Reflection" + "Name": "CharSet", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ManifestResourceInfo", - "Namespace": "System.Reflection" + "Name": "COMException", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ResourceLocation", - "Namespace": "System.Reflection" + "Name": "CriticalHandle", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "MemberFilter", - "Namespace": "System.Reflection" + "Name": "ExternalException", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "MemberInfo", - "Namespace": "System.Reflection" + "Name": "GCHandleType", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "MemberTypes", - "Namespace": "System.Reflection" + "Name": "GCHandle", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "MethodAttributes", - "Namespace": "System.Reflection" + "Name": "HandleRef", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "MethodBase", - "Namespace": "System.Reflection" + "Name": "ICustomMarshaler", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "MethodImplAttributes", - "Namespace": "System.Reflection" + "Name": "_Exception", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "MethodInfo", - "Namespace": "System.Reflection" + "Name": "InvalidOleVariantTypeException", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "Missing", - "Namespace": "System.Reflection" + "Name": "LayoutKind", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "PortableExecutableKinds", - "Namespace": "System.Reflection" + "Name": "CustomQueryInterfaceMode", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ImageFileMachine", - "Namespace": "System.Reflection" + "Name": "Marshal", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "Module", - "Namespace": "System.Reflection" + "Name": "MarshalDirectiveException", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ObfuscateAssemblyAttribute", - "Namespace": "System.Reflection" + "Name": "RuntimeEnvironment", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ObfuscationAttribute", - "Namespace": "System.Reflection" + "Name": "SEHException", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ExceptionHandlingClauseOptions", - "Namespace": "System.Reflection" + "Name": "SafeBuffer", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ExceptionHandlingClause", - "Namespace": "System.Reflection" + "Name": "SafeHandle", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "MethodBody", - "Namespace": "System.Reflection" + "Name": "BStrWrapper", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "LocalVariableInfo", - "Namespace": "System.Reflection" + "Name": "CurrencyWrapper", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ParameterAttributes", - "Namespace": "System.Reflection" + "Name": "DispatchWrapper", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ParameterInfo", - "Namespace": "System.Reflection" + "Name": "ErrorWrapper", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ParameterModifier", - "Namespace": "System.Reflection" + "Name": "UnknownWrapper", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "Pointer", - "Namespace": "System.Reflection" + "Name": "VariantWrapper", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "PropertyAttributes", - "Namespace": "System.Reflection" + "Name": "ComMemberType", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "PropertyInfo", - "Namespace": "System.Reflection" + "Name": "ExtensibleClassFactory", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ReflectionContext", - "Namespace": "System.Reflection" + "Name": "ICustomAdapter", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ReflectionTypeLoadException", - "Namespace": "System.Reflection" + "Name": "ICustomFactory", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ResourceAttributes", - "Namespace": "System.Reflection" + "Name": "CustomQueryInterfaceResult", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "StrongNameKeyPair", - "Namespace": "System.Reflection" + "Name": "ICustomQueryInterface", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TargetException", - "Namespace": "System.Reflection" + "Name": "InvalidComObjectException", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TargetInvocationException", - "Namespace": "System.Reflection" + "Name": "AssemblyRegistrationFlags", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TargetParameterCountException", - "Namespace": "System.Reflection" + "Name": "IRegistrationServices", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TypeAttributes", - "Namespace": "System.Reflection" + "Name": "TypeLibImporterFlags", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TypeDelegator", - "Namespace": "System.Reflection" + "Name": "TypeLibExporterFlags", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TypeFilter", - "Namespace": "System.Reflection" + "Name": "ImporterEventKind", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TypeInfo", - "Namespace": "System.Reflection" + "Name": "ExporterEventKind", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyBuilder", - "Namespace": "System.Reflection.Emit" + "Name": "ITypeLibImporterNotifySink", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyBuilderAccess", - "Namespace": "System.Reflection.Emit" + "Name": "ITypeLibExporterNotifySink", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ConstructorBuilder", - "Namespace": "System.Reflection.Emit" + "Name": "ITypeLibConverter", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "DynamicILInfo", - "Namespace": "System.Reflection.Emit" + "Name": "ITypeLibExporterNameProvider", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "DynamicMethod", - "Namespace": "System.Reflection.Emit" + "Name": "ObjectCreationDelegate", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "EventBuilder", - "Namespace": "System.Reflection.Emit" + "Name": "RegistrationClassContext", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "EventToken", - "Namespace": "System.Reflection.Emit" + "Name": "RegistrationConnectionType", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "FieldBuilder", - "Namespace": "System.Reflection.Emit" + "Name": "RegistrationServices", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "FieldToken", - "Namespace": "System.Reflection.Emit" + "Name": "SafeArrayRankMismatchException", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ILGenerator", - "Namespace": "System.Reflection.Emit" + "Name": "SafeArrayTypeMismatchException", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "Label", - "Namespace": "System.Reflection.Emit" + "Name": "TypeLibConverter", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "LocalBuilder", - "Namespace": "System.Reflection.Emit" + "Name": "BIND_OPTS", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "MethodBuilder", - "Namespace": "System.Reflection.Emit" + "Name": "UCOMIBindCtx", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ExceptionHandler", - "Namespace": "System.Reflection.Emit" + "Name": "UCOMIConnectionPointContainer", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "CustomAttributeBuilder", - "Namespace": "System.Reflection.Emit" + "Name": "UCOMIConnectionPoint", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "MethodRental", - "Namespace": "System.Reflection.Emit" + "Name": "UCOMIEnumMoniker", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "MethodToken", - "Namespace": "System.Reflection.Emit" + "Name": "CONNECTDATA", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ModuleBuilder", - "Namespace": "System.Reflection.Emit" + "Name": "UCOMIEnumConnections", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "PEFileKinds", - "Namespace": "System.Reflection.Emit" + "Name": "UCOMIEnumConnectionPoints", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "OpCodes", - "Namespace": "System.Reflection.Emit" + "Name": "UCOMIEnumString", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "OpCode", - "Namespace": "System.Reflection.Emit" + "Name": "UCOMIEnumVARIANT", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "OpCodeType", - "Namespace": "System.Reflection.Emit" + "Name": "FILETIME", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "StackBehaviour", - "Namespace": "System.Reflection.Emit" + "Name": "UCOMIMoniker", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "OperandType", - "Namespace": "System.Reflection.Emit" + "Name": "UCOMIPersistFile", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "FlowControl", - "Namespace": "System.Reflection.Emit" + "Name": "UCOMIRunningObjectTable", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ParameterBuilder", - "Namespace": "System.Reflection.Emit" + "Name": "STATSTG", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ParameterToken", - "Namespace": "System.Reflection.Emit" + "Name": "UCOMIStream", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "PropertyBuilder", - "Namespace": "System.Reflection.Emit" + "Name": "DESCKIND", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "PropertyToken", - "Namespace": "System.Reflection.Emit" + "Name": "BINDPTR", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "SignatureHelper", - "Namespace": "System.Reflection.Emit" + "Name": "UCOMITypeComp", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "SignatureToken", - "Namespace": "System.Reflection.Emit" + "Name": "TYPEKIND", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "StringToken", - "Namespace": "System.Reflection.Emit" + "Name": "TYPEFLAGS", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "PackingSize", - "Namespace": "System.Reflection.Emit" + "Name": "IMPLTYPEFLAGS", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TypeBuilder", - "Namespace": "System.Reflection.Emit" + "Name": "TYPEATTR", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "GenericTypeParameterBuilder", - "Namespace": "System.Reflection.Emit" + "Name": "FUNCDESC", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "EnumBuilder", - "Namespace": "System.Reflection.Emit" + "Name": "IDLFLAG", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TypeToken", - "Namespace": "System.Reflection.Emit" + "Name": "IDLDESC", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "UnmanagedMarshal", - "Namespace": "System.Reflection.Emit" + "Name": "PARAMFLAG", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "InternalApplicationIdentityHelper", - "Namespace": "System.Deployment.Internal" + "Name": "PARAMDESC", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "InternalActivationContextHelper", - "Namespace": "System.Deployment.Internal" + "Name": "TYPEDESC", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "MemoryFailPoint", - "Namespace": "System.Runtime" + "Name": "ELEMDESC", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "GCLargeObjectHeapCompactionMode", - "Namespace": "System.Runtime" + "Name": "VARDESC", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "GCLatencyMode", - "Namespace": "System.Runtime" + "Name": "DISPPARAMS", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "GCSettings", - "Namespace": "System.Runtime" + "Name": "EXCEPINFO", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "AssemblyTargetedPatchBandAttribute", - "Namespace": "System.Runtime" + "Name": "FUNCKIND", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TargetedPatchingOptOutAttribute", - "Namespace": "System.Runtime" + "Name": "INVOKEKIND", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ProfileOptimization", - "Namespace": "System.Runtime" + "Name": "CALLCONV", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "WindowsRuntimeDesignerContext", - "Namespace": "System.Runtime.DesignerServices" + "Name": "FUNCFLAGS", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ComponentGuaranteesOptions", - "Namespace": "System.Runtime.Versioning" + "Name": "VARFLAGS", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ComponentGuaranteesAttribute", - "Namespace": "System.Runtime.Versioning" + "Name": "UCOMITypeInfo", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ResourceConsumptionAttribute", - "Namespace": "System.Runtime.Versioning" + "Name": "SYSKIND", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ResourceExposureAttribute", - "Namespace": "System.Runtime.Versioning" + "Name": "LIBFLAGS", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ResourceScope", - "Namespace": "System.Runtime.Versioning" + "Name": "TYPELIBATTR", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "VersioningHelper", - "Namespace": "System.Runtime.Versioning" + "Name": "UCOMITypeLib", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "TargetFrameworkAttribute", - "Namespace": "System.Runtime.Versioning" + "Name": "Architecture", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "CompatibilitySwitch", - "Namespace": "System.Runtime.Versioning" + "Name": "OSPlatform", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "CriticalFinalizerObject", - "Namespace": "System.Runtime.ConstrainedExecution" + "Name": "RuntimeInformation", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "Consistency", - "Namespace": "System.Runtime.ConstrainedExecution" + "Name": "ComEventsHelper", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "Cer", - "Namespace": "System.Runtime.ConstrainedExecution" + "Name": "_AssemblyBuilder", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ReliabilityContractAttribute", - "Namespace": "System.Runtime.ConstrainedExecution" + "Name": "_ConstructorBuilder", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "PrePrepareMethodAttribute", - "Namespace": "System.Runtime.ConstrainedExecution" + "Name": "_CustomAttributeBuilder", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "FormatterConverter", - "Namespace": "System.Runtime.Serialization" + "Name": "_EnumBuilder", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "FormatterServices", - "Namespace": "System.Runtime.Serialization" + "Name": "_EventBuilder", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "IDeserializationCallback", - "Namespace": "System.Runtime.Serialization" + "Name": "_FieldBuilder", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "IFormatter", - "Namespace": "System.Runtime.Serialization" + "Name": "_ILGenerator", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "IFormatterConverter", - "Namespace": "System.Runtime.Serialization" + "Name": "_LocalBuilder", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "IObjectReference", - "Namespace": "System.Runtime.Serialization" + "Name": "_MethodBuilder", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ISerializable", - "Namespace": "System.Runtime.Serialization" + "Name": "_MethodRental", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ISerializationSurrogate", - "Namespace": "System.Runtime.Serialization" + "Name": "_ModuleBuilder", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "ISurrogateSelector", - "Namespace": "System.Runtime.Serialization" + "Name": "_ParameterBuilder", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "OptionalFieldAttribute", - "Namespace": "System.Runtime.Serialization" + "Name": "_PropertyBuilder", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "OnSerializingAttribute", - "Namespace": "System.Runtime.Serialization" + "Name": "_SignatureHelper", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "OnSerializedAttribute", - "Namespace": "System.Runtime.Serialization" + "Name": "_TypeBuilder", + "Namespace": "System.Runtime.InteropServices" }, { - "Name": "OnDeserializingAttribute", - "Namespace": "System.Runtime.Serialization" + "Name": "DefaultInterfaceAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "OnDeserializedAttribute", - "Namespace": "System.Runtime.Serialization" + "Name": "InterfaceImplementedInVersionAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "SerializationBinder", - "Namespace": "System.Runtime.Serialization" + "Name": "ReadOnlyArrayAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "SerializationException", - "Namespace": "System.Runtime.Serialization" + "Name": "WriteOnlyArrayAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "SerializationInfo", - "Namespace": "System.Runtime.Serialization" + "Name": "ReturnValueNameAttribute", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "SerializationEntry", - "Namespace": "System.Runtime.Serialization" + "Name": "EventRegistrationToken", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "SerializationInfoEnumerator", - "Namespace": "System.Runtime.Serialization" + "Name": "EventRegistrationTokenTable`1", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "StreamingContext", - "Namespace": "System.Runtime.Serialization" + "Name": "IActivationFactory", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "StreamingContextStates", - "Namespace": "System.Runtime.Serialization" + "Name": "WindowsRuntimeMarshal", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "Formatter", - "Namespace": "System.Runtime.Serialization" + "Name": "WindowsRuntimeMetadata", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "ObjectIDGenerator", - "Namespace": "System.Runtime.Serialization" + "Name": "NamespaceResolveEventArgs", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "ObjectManager", - "Namespace": "System.Runtime.Serialization" + "Name": "DesignerNamespaceResolveEventArgs", + "Namespace": "System.Runtime.InteropServices.WindowsRuntime" }, { - "Name": "SafeSerializationEventArgs", - "Namespace": "System.Runtime.Serialization" + "Name": "IExpando", + "Namespace": "System.Runtime.InteropServices.Expando" }, { - "Name": "ISafeSerializationData", - "Namespace": "System.Runtime.Serialization" + "Name": "BIND_OPTS", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "SerializationObjectManager", - "Namespace": "System.Runtime.Serialization" + "Name": "IBindCtx", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "SurrogateSelector", - "Namespace": "System.Runtime.Serialization" + "Name": "IConnectionPointContainer", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "FormatterTypeStyle", - "Namespace": "System.Runtime.Serialization.Formatters" + "Name": "IConnectionPoint", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "FormatterAssemblyStyle", - "Namespace": "System.Runtime.Serialization.Formatters" + "Name": "IEnumMoniker", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "TypeFilterLevel", - "Namespace": "System.Runtime.Serialization.Formatters" + "Name": "CONNECTDATA", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "ISoapMessage", - "Namespace": "System.Runtime.Serialization.Formatters" + "Name": "IEnumConnections", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IFieldInfo", - "Namespace": "System.Runtime.Serialization.Formatters" + "Name": "IEnumConnectionPoints", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "InternalRM", - "Namespace": "System.Runtime.Serialization.Formatters" + "Name": "IEnumString", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "InternalST", - "Namespace": "System.Runtime.Serialization.Formatters" + "Name": "IEnumVARIANT", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "SoapMessage", - "Namespace": "System.Runtime.Serialization.Formatters" + "Name": "FILETIME", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "SoapFault", - "Namespace": "System.Runtime.Serialization.Formatters" + "Name": "IMoniker", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "ServerFault", - "Namespace": "System.Runtime.Serialization.Formatters" + "Name": "IPersistFile", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "BinaryFormatter", - "Namespace": "System.Runtime.Serialization.Formatters.Binary" + "Name": "IRunningObjectTable", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "HandleProcessCorruptedStateExceptionsAttribute", - "Namespace": "System.Runtime.ExceptionServices" + "Name": "STATSTG", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "FirstChanceExceptionEventArgs", - "Namespace": "System.Runtime.ExceptionServices" + "Name": "IStream", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "ExceptionDispatchInfo", - "Namespace": "System.Runtime.ExceptionServices" + "Name": "DESCKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IObjectHandle", - "Namespace": "System.Runtime.Remoting" + "Name": "BINDPTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "WellKnownObjectMode", - "Namespace": "System.Runtime.Remoting" + "Name": "ITypeComp", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IRemotingTypeInfo", - "Namespace": "System.Runtime.Remoting" + "Name": "TYPEKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IChannelInfo", - "Namespace": "System.Runtime.Remoting" + "Name": "TYPEFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "IEnvoyInfo", - "Namespace": "System.Runtime.Remoting" + "Name": "IMPLTYPEFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "ObjRef", - "Namespace": "System.Runtime.Remoting" + "Name": "TYPEATTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "RemotingConfiguration", - "Namespace": "System.Runtime.Remoting" + "Name": "FUNCDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "TypeEntry", - "Namespace": "System.Runtime.Remoting" + "Name": "IDLFLAG", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "ActivatedClientTypeEntry", - "Namespace": "System.Runtime.Remoting" + "Name": "IDLDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "ActivatedServiceTypeEntry", - "Namespace": "System.Runtime.Remoting" + "Name": "PARAMFLAG", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "WellKnownClientTypeEntry", - "Namespace": "System.Runtime.Remoting" + "Name": "PARAMDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "WellKnownServiceTypeEntry", - "Namespace": "System.Runtime.Remoting" + "Name": "TYPEDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "CustomErrorsModes", - "Namespace": "System.Runtime.Remoting" + "Name": "ELEMDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "RemotingException", - "Namespace": "System.Runtime.Remoting" + "Name": "VARKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "ServerException", - "Namespace": "System.Runtime.Remoting" + "Name": "VARDESC", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "RemotingTimeoutException", - "Namespace": "System.Runtime.Remoting" + "Name": "DISPPARAMS", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "RemotingServices", - "Namespace": "System.Runtime.Remoting" + "Name": "EXCEPINFO", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "InternalRemotingServices", - "Namespace": "System.Runtime.Remoting" + "Name": "FUNCKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "SoapServices", - "Namespace": "System.Runtime.Remoting" + "Name": "INVOKEKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "ObjectHandle", - "Namespace": "System.Runtime.Remoting" + "Name": "CALLCONV", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "SoapOption", - "Namespace": "System.Runtime.Remoting.Metadata" + "Name": "FUNCFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "XmlFieldOrderOption", - "Namespace": "System.Runtime.Remoting.Metadata" + "Name": "VARFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "SoapTypeAttribute", - "Namespace": "System.Runtime.Remoting.Metadata" + "Name": "ITypeInfo", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "SoapMethodAttribute", - "Namespace": "System.Runtime.Remoting.Metadata" + "Name": "SYSKIND", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "SoapFieldAttribute", - "Namespace": "System.Runtime.Remoting.Metadata" + "Name": "LIBFLAGS", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "SoapParameterAttribute", - "Namespace": "System.Runtime.Remoting.Metadata" + "Name": "TYPELIBATTR", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "SoapAttribute", - "Namespace": "System.Runtime.Remoting.Metadata" + "Name": "ITypeLib", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "ISoapXsd", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "ITypeLib2", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "SoapDateTime", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "ITypeInfo2", + "Namespace": "System.Runtime.InteropServices.ComTypes" }, { - "Name": "SoapDuration", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "ApplicationActivator", + "Namespace": "System.Runtime.Hosting" }, { - "Name": "SoapTime", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "ActivationArguments", + "Namespace": "System.Runtime.Hosting" }, { - "Name": "SoapDate", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "StringBuilder", + "Namespace": "System.Text" }, { - "Name": "SoapYearMonth", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "ASCIIEncoding", + "Namespace": "System.Text" }, { - "Name": "SoapYear", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "Decoder", + "Namespace": "System.Text" }, { - "Name": "SoapMonthDay", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "DecoderExceptionFallback", + "Namespace": "System.Text" }, { - "Name": "SoapDay", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "DecoderExceptionFallbackBuffer", + "Namespace": "System.Text" }, { - "Name": "SoapMonth", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "DecoderFallbackException", + "Namespace": "System.Text" }, { - "Name": "SoapHexBinary", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "DecoderFallback", + "Namespace": "System.Text" }, { - "Name": "SoapBase64Binary", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "DecoderFallbackBuffer", + "Namespace": "System.Text" }, { - "Name": "SoapInteger", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "DecoderReplacementFallback", + "Namespace": "System.Text" }, { - "Name": "SoapPositiveInteger", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "DecoderReplacementFallbackBuffer", + "Namespace": "System.Text" }, { - "Name": "SoapNonPositiveInteger", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "Encoder", + "Namespace": "System.Text" }, { - "Name": "SoapNonNegativeInteger", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "EncoderExceptionFallback", + "Namespace": "System.Text" }, { - "Name": "SoapNegativeInteger", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "EncoderExceptionFallbackBuffer", + "Namespace": "System.Text" }, { - "Name": "SoapAnyUri", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "EncoderFallbackException", + "Namespace": "System.Text" }, { - "Name": "SoapQName", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "EncoderFallback", + "Namespace": "System.Text" }, { - "Name": "SoapNotation", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "EncoderFallbackBuffer", + "Namespace": "System.Text" }, { - "Name": "SoapNormalizedString", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "EncoderReplacementFallback", + "Namespace": "System.Text" }, { - "Name": "SoapToken", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "EncoderReplacementFallbackBuffer", + "Namespace": "System.Text" }, { - "Name": "SoapLanguage", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "Encoding", + "Namespace": "System.Text" }, { - "Name": "SoapName", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "EncodingInfo", + "Namespace": "System.Text" }, { - "Name": "SoapIdrefs", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "EncodingProvider", + "Namespace": "System.Text" }, { - "Name": "SoapEntities", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "NormalizationForm", + "Namespace": "System.Text" }, { - "Name": "SoapNmtoken", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "UnicodeEncoding", + "Namespace": "System.Text" }, { - "Name": "SoapNmtokens", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "UTF7Encoding", + "Namespace": "System.Text" }, { - "Name": "SoapNcName", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "UTF8Encoding", + "Namespace": "System.Text" }, { - "Name": "SoapId", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "UTF32Encoding", + "Namespace": "System.Text" }, { - "Name": "SoapIdref", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "AlgorithmInfo", + "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" }, { - "Name": "SoapEntity", - "Namespace": "System.Runtime.Remoting.Metadata.W3cXsd2001" + "Name": "CryptHelper", + "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" }, { - "Name": "ProxyAttribute", - "Namespace": "System.Runtime.Remoting.Proxies" + "Name": "TextFormattingMode", + "Namespace": "System.Windows.Media" }, { - "Name": "RealProxy", - "Namespace": "System.Runtime.Remoting.Proxies" + "Name": "PackWebRequestFactory", + "Namespace": "System.IO.Packaging" }, { - "Name": "EnterpriseServicesHelper", - "Namespace": "System.Runtime.Remoting.Services" + "Name": "PackWebRequest", + "Namespace": "System.IO.Packaging" }, { - "Name": "ITrackingHandler", - "Namespace": "System.Runtime.Remoting.Services" + "Name": "PackWebResponse", + "Namespace": "System.IO.Packaging" }, { - "Name": "TrackingServices", - "Namespace": "System.Runtime.Remoting.Services" + "Name": "PackageStore", + "Namespace": "System.IO.Packaging" }, { - "Name": "CrossContextDelegate", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "AutoResizedEventHandler", + "Namespace": "System.Windows" }, { - "Name": "Context", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "AutoResizedEventArgs", + "Namespace": "System.Windows" }, { - "Name": "ContextProperty", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "Clipboard", + "Namespace": "System.Windows" }, { - "Name": "IContextAttribute", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "ContentElement", + "Namespace": "System.Windows" }, { - "Name": "IContextProperty", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "CoreCompatibilityPreferences", + "Namespace": "System.Windows" }, { - "Name": "IContextPropertyActivator", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "ContentOperations", + "Namespace": "System.Windows" }, { - "Name": "ContextAttribute", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "CultureInfoIetfLanguageTagConverter", + "Namespace": "System.Windows" }, { - "Name": "IContributeClientContextSink", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "DataFormats", + "Namespace": "System.Windows" }, { - "Name": "IContributeDynamicSink", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "DataFormat", + "Namespace": "System.Windows" }, { - "Name": "IContributeEnvoySink", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "DataObject", + "Namespace": "System.Windows" }, { - "Name": "IContributeObjectSink", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "DataObjectEventArgs", + "Namespace": "System.Windows" }, { - "Name": "IContributeServerContextSink", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "DataObjectCopyingEventArgs", + "Namespace": "System.Windows" }, { - "Name": "IDynamicProperty", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "DataObjectCopyingEventHandler", + "Namespace": "System.Windows" }, { - "Name": "IDynamicMessageSink", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "DataObjectPastingEventArgs", + "Namespace": "System.Windows" }, { - "Name": "SynchronizationAttribute", - "Namespace": "System.Runtime.Remoting.Contexts" + "Name": "DataObjectPastingEventHandler", + "Namespace": "System.Windows" }, { - "Name": "ClientSponsor", - "Namespace": "System.Runtime.Remoting.Lifetime" + "Name": "DataObjectSettingDataEventArgs", + "Namespace": "System.Windows" }, { - "Name": "ILease", - "Namespace": "System.Runtime.Remoting.Lifetime" + "Name": "DataObjectSettingDataEventHandler", + "Namespace": "System.Windows" }, { - "Name": "ISponsor", - "Namespace": "System.Runtime.Remoting.Lifetime" + "Name": "HwndDpiChangedEventArgs", + "Namespace": "System.Windows" }, { - "Name": "LeaseState", - "Namespace": "System.Runtime.Remoting.Lifetime" + "Name": "DpiChangedEventHandler", + "Namespace": "System.Windows" }, { - "Name": "LifetimeServices", - "Namespace": "System.Runtime.Remoting.Lifetime" + "Name": "HwndDpiChangedEventHandler", + "Namespace": "System.Windows" }, { - "Name": "ChannelServices", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "DpiChangedEventArgs", + "Namespace": "System.Windows" }, { - "Name": "IClientChannelSinkStack", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "DragAction", + "Namespace": "System.Windows" }, { - "Name": "IClientResponseChannelSinkStack", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "DragDrop", + "Namespace": "System.Windows" }, { - "Name": "ClientChannelSinkStack", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "DragDropEffects", + "Namespace": "System.Windows" }, { - "Name": "IServerChannelSinkStack", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "DragEventArgs", + "Namespace": "System.Windows" }, { - "Name": "IServerResponseChannelSinkStack", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "DragEventHandler", + "Namespace": "System.Windows" }, { - "Name": "ServerChannelSinkStack", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "Duration", + "Namespace": "System.Windows" }, { - "Name": "IChannel", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "DurationConverter", + "Namespace": "System.Windows" }, { - "Name": "IChannelSender", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "EventManager", + "Namespace": "System.Windows" }, { - "Name": "IChannelReceiver", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "EventPrivateKey", + "Namespace": "System.Windows" }, { - "Name": "IChannelReceiverHook", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "EventRoute", + "Namespace": "System.Windows" }, { - "Name": "IClientChannelSinkProvider", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "FontStyle", + "Namespace": "System.Windows" }, { - "Name": "IServerChannelSinkProvider", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "FontStyleConverter", + "Namespace": "System.Windows" }, { - "Name": "IClientFormatterSinkProvider", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "FontStyles", + "Namespace": "System.Windows" }, { - "Name": "IServerFormatterSinkProvider", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "FontStretch", + "Namespace": "System.Windows" }, { - "Name": "IClientChannelSink", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "FontStretchConverter", + "Namespace": "System.Windows" }, { - "Name": "ServerProcessing", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "FontStretches", + "Namespace": "System.Windows" }, { - "Name": "IServerChannelSink", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "FontWeight", + "Namespace": "System.Windows" }, { - "Name": "IChannelSinkBase", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "FontWeightConverter", + "Namespace": "System.Windows" }, { - "Name": "IClientFormatterSink", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "FontWeights", + "Namespace": "System.Windows" }, { - "Name": "IChannelDataStore", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "FreezableCollection`1", + "Namespace": "System.Windows" }, { - "Name": "ChannelDataStore", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "UIElement", + "Namespace": "System.Windows" }, { - "Name": "ITransportHeaders", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "UIElement3D", + "Namespace": "System.Windows" }, { - "Name": "TransportHeaders", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "GiveFeedbackEventArgs", + "Namespace": "System.Windows" }, { - "Name": "SinkProviderData", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "GiveFeedbackEventHandler", + "Namespace": "System.Windows" }, { - "Name": "BaseChannelSinkWithProperties", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "IContentHost", + "Namespace": "System.Windows" }, { - "Name": "BaseChannelWithProperties", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "IDataObject", + "Namespace": "System.Windows" }, { - "Name": "BaseChannelObjectWithProperties", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "IInputElement", + "Namespace": "System.Windows" }, { - "Name": "ISecurableChannel", - "Namespace": "System.Runtime.Remoting.Channels" + "Name": "DragDropKeyStates", + "Namespace": "System.Windows" }, { - "Name": "AsyncResult", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "LocalizabilityAttribute", + "Namespace": "System.Windows" }, { - "Name": "IMessage", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "LocalizationCategory", + "Namespace": "System.Windows" }, { - "Name": "IMessageCtrl", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "Modifiability", + "Namespace": "System.Windows" }, { - "Name": "IMessageSink", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "PresentationSource", + "Namespace": "System.Windows" }, { - "Name": "IMethodMessage", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "QueryContinueDragEventArgs", + "Namespace": "System.Windows" }, { - "Name": "IMethodCallMessage", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "QueryContinueDragEventHandler", + "Namespace": "System.Windows" }, { - "Name": "IMethodReturnMessage", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "Readability", + "Namespace": "System.Windows" }, { - "Name": "IRemotingFormatter", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "RoutedEventArgs", + "Namespace": "System.Windows" }, { - "Name": "ReturnMessage", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "RoutedEventHandler", + "Namespace": "System.Windows" }, { - "Name": "MethodCall", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "RoutedEventHandlerInfo", + "Namespace": "System.Windows" }, { - "Name": "ConstructionCall", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "RoutedEvent", + "Namespace": "System.Windows" }, { - "Name": "MethodResponse", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "RoutingStrategy", + "Namespace": "System.Windows" }, { - "Name": "ConstructionResponse", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "SizeChangedInfo", + "Namespace": "System.Windows" }, { - "Name": "InternalMessageWrapper", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "SizeToContent", + "Namespace": "System.Windows" }, { - "Name": "MethodCallMessageWrapper", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "SourceChangedEventArgs", + "Namespace": "System.Windows" }, { - "Name": "MethodReturnMessageWrapper", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "SourceChangedEventHandler", + "Namespace": "System.Windows" }, { - "Name": "OneWayAttribute", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "BaselineAlignment", + "Namespace": "System.Windows" }, { - "Name": "MessageSurrogateFilter", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "TextAlignment", + "Namespace": "System.Windows" }, { - "Name": "RemotingSurrogateSelector", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "FlowDirection", + "Namespace": "System.Windows" }, { - "Name": "Header", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "LineBreakCondition", + "Namespace": "System.Windows" }, { - "Name": "HeaderHandler", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "TextMarkerStyle", + "Namespace": "System.Windows" }, { - "Name": "CallContext", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "TextWrapping", + "Namespace": "System.Windows" }, { - "Name": "ILogicalThreadAffinative", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "TextTrimming", + "Namespace": "System.Windows" }, { - "Name": "LogicalCallContext", - "Namespace": "System.Runtime.Remoting.Messaging" + "Name": "FontVariants", + "Namespace": "System.Windows" }, { - "Name": "IActivator", - "Namespace": "System.Runtime.Remoting.Activation" + "Name": "FontCapitals", + "Namespace": "System.Windows" }, { - "Name": "ActivatorLevel", - "Namespace": "System.Runtime.Remoting.Activation" + "Name": "FontFraction", + "Namespace": "System.Windows" }, { - "Name": "IConstructionCallMessage", - "Namespace": "System.Runtime.Remoting.Activation" + "Name": "FontNumeralStyle", + "Namespace": "System.Windows" }, { - "Name": "IConstructionReturnMessage", - "Namespace": "System.Runtime.Remoting.Activation" + "Name": "FontNumeralAlignment", + "Namespace": "System.Windows" }, { - "Name": "UrlAttribute", - "Namespace": "System.Runtime.Remoting.Activation" + "Name": "FontEastAsianWidths", + "Namespace": "System.Windows" }, { - "Name": "StringFreezingAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "FontEastAsianLanguage", + "Namespace": "System.Windows" }, { - "Name": "ContractHelper", - "Namespace": "System.Runtime.CompilerServices" + "Name": "TextDataFormat", + "Namespace": "System.Windows" }, { - "Name": "AccessedThroughPropertyAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "TextDecorations", + "Namespace": "System.Windows" }, { - "Name": "CallConvCdecl", - "Namespace": "System.Runtime.CompilerServices" + "Name": "TextDecoration", + "Namespace": "System.Windows" }, { - "Name": "CallConvStdcall", - "Namespace": "System.Runtime.CompilerServices" + "Name": "TextDecorationCollection", + "Namespace": "System.Windows" }, { - "Name": "CallConvThiscall", - "Namespace": "System.Runtime.CompilerServices" + "Name": "TextDecorationCollectionConverter", + "Namespace": "System.Windows" }, { - "Name": "CallConvFastcall", - "Namespace": "System.Runtime.CompilerServices" + "Name": "Visibility", + "Namespace": "System.Windows" }, { - "Name": "RuntimeHelpers", - "Namespace": "System.Runtime.CompilerServices" + "Name": "DpiScale", + "Namespace": "System.Windows" }, { - "Name": "RuntimeFeature", - "Namespace": "System.Runtime.CompilerServices" + "Name": "UIPropertyMetadata", + "Namespace": "System.Windows" }, { - "Name": "CompilerGeneratedAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "TextDecorationLocation", + "Namespace": "System.Windows" }, { - "Name": "CustomConstantAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "TextDecorationUnit", + "Namespace": "System.Windows" }, { - "Name": "DateTimeConstantAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "StrokeCollectionConverter", + "Namespace": "System.Windows" }, { - "Name": "DiscardableAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "KeySplineConverter", + "Namespace": "System.Windows" }, { - "Name": "DecimalConstantAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "KeyTimeConverter", + "Namespace": "System.Windows" }, { - "Name": "DisablePrivateReflectionAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "AssemblyAssociatedContentFileAttribute", + "Namespace": "System.Windows.Resources" }, { - "Name": "CompilationRelaxations", - "Namespace": "System.Runtime.CompilerServices" + "Name": "IAddChild", + "Namespace": "System.Windows.Markup" }, { - "Name": "CompilationRelaxationsAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "XmlLanguage", + "Namespace": "System.Windows.Markup" }, { - "Name": "CompilerGlobalScopeAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "XmlLanguageConverter", + "Namespace": "System.Windows.Markup" }, { - "Name": "ExtensionAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "BaseUriHelper", + "Namespace": "System.Windows.Navigation" }, { - "Name": "FixedBufferAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "CanExecuteChangedEventManager", + "Namespace": "System.Windows.Input" }, { - "Name": "IndexerNameAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "CanExecuteRoutedEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "InternalsVisibleToAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "CanExecuteRoutedEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "IsVolatile", - "Namespace": "System.Runtime.CompilerServices" + "Name": "CommandBinding", + "Namespace": "System.Windows.Input" }, { - "Name": "IsByRefLikeAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "CommandBindingCollection", + "Namespace": "System.Windows.Input" }, { - "Name": "MethodImplOptions", - "Namespace": "System.Runtime.CompilerServices" + "Name": "CommandManager", + "Namespace": "System.Windows.Input" }, { - "Name": "MethodCodeType", - "Namespace": "System.Runtime.CompilerServices" + "Name": "ExecutedRoutedEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "MethodImplAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "ExecutedRoutedEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "FixedAddressValueTypeAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "ICommandSource", + "Namespace": "System.Windows.Input" }, { - "Name": "UnsafeValueTypeAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputBinding", + "Namespace": "System.Windows.Input" }, { - "Name": "RequiredAttributeAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputBindingCollection", + "Namespace": "System.Windows.Input" }, { - "Name": "LoadHint", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputGesture", + "Namespace": "System.Windows.Input" }, { - "Name": "DefaultDependencyAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputGestureCollection", + "Namespace": "System.Windows.Input" }, { - "Name": "DependencyAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "KeyBinding", + "Namespace": "System.Windows.Input" }, { - "Name": "CompilerMarshalOverride", - "Namespace": "System.Runtime.CompilerServices" + "Name": "KeyGesture", + "Namespace": "System.Windows.Input" }, { - "Name": "HasCopySemanticsAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "KeyGestureConverter", + "Namespace": "System.Windows.Input" }, { - "Name": "IsBoxed", - "Namespace": "System.Runtime.CompilerServices" + "Name": "KeyGestureValueSerializer", + "Namespace": "System.Windows.Input" }, { - "Name": "IsByValue", - "Namespace": "System.Runtime.CompilerServices" + "Name": "MouseAction", + "Namespace": "System.Windows.Input" }, { - "Name": "IsConst", - "Namespace": "System.Runtime.CompilerServices" + "Name": "MouseActionConverter", + "Namespace": "System.Windows.Input" }, { - "Name": "IsExplicitlyDereferenced", - "Namespace": "System.Runtime.CompilerServices" + "Name": "MouseActionValueSerializer", + "Namespace": "System.Windows.Input" }, { - "Name": "IsImplicitlyDereferenced", - "Namespace": "System.Runtime.CompilerServices" + "Name": "MouseBinding", + "Namespace": "System.Windows.Input" }, { - "Name": "IsJitIntrinsic", - "Namespace": "System.Runtime.CompilerServices" + "Name": "MouseGesture", + "Namespace": "System.Windows.Input" }, { - "Name": "IsLong", - "Namespace": "System.Runtime.CompilerServices" + "Name": "MouseGestureConverter", + "Namespace": "System.Windows.Input" }, { - "Name": "IsPinned", - "Namespace": "System.Runtime.CompilerServices" + "Name": "MouseGestureValueSerializer", + "Namespace": "System.Windows.Input" }, { - "Name": "IsSignUnspecifiedByte", - "Namespace": "System.Runtime.CompilerServices" + "Name": "RoutedCommand", + "Namespace": "System.Windows.Input" }, { - "Name": "IsUdtReturn", - "Namespace": "System.Runtime.CompilerServices" + "Name": "RoutedUICommand", + "Namespace": "System.Windows.Input" }, { - "Name": "ScopelessEnumAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "ApplicationCommands", + "Namespace": "System.Windows.Input" }, { - "Name": "SpecialNameAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "ComponentCommands", + "Namespace": "System.Windows.Input" }, { - "Name": "IsReadOnlyAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "MediaCommands", + "Namespace": "System.Windows.Input" }, { - "Name": "IsCopyConstructed", - "Namespace": "System.Runtime.CompilerServices" + "Name": "NavigationCommands", + "Namespace": "System.Windows.Input" }, { - "Name": "SuppressIldasmAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "AccessKeyManager", + "Namespace": "System.Windows.Input" }, { - "Name": "NativeCppClassAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "AccessKeyPressedEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "TypeForwardedToAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "AccessKeyPressedEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "TypeForwardedFromAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "AccessKeyEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "ReferenceAssemblyAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "CaptureMode", + "Namespace": "System.Windows.Input" }, { - "Name": "RuntimeCompatibilityAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "Cursor", + "Namespace": "System.Windows.Input" }, { - "Name": "RuntimeWrappedException", - "Namespace": "System.Runtime.CompilerServices" + "Name": "Cursors", + "Namespace": "System.Windows.Input" }, { - "Name": "ConditionalWeakTable`2", - "Namespace": "System.Runtime.CompilerServices" + "Name": "CursorType", + "Namespace": "System.Windows.Input" }, { - "Name": "CallerFilePathAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "CursorConverter", + "Namespace": "System.Windows.Input" }, { - "Name": "CallerLineNumberAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "KeyboardFocusChangedEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "CallerMemberNameAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "KeyboardFocusChangedEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "StateMachineAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "FocusManager", + "Namespace": "System.Windows.Input" }, { - "Name": "IteratorStateMachineAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "IInputLanguageSource", + "Namespace": "System.Windows.Input" }, { - "Name": "ITuple", - "Namespace": "System.Runtime.CompilerServices" + "Name": "IManipulator", + "Namespace": "System.Windows.Input" }, { - "Name": "AsyncStateMachineAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InertiaExpansionBehavior", + "Namespace": "System.Windows.Input" }, { - "Name": "AsyncVoidMethodBuilder", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InertiaRotationBehavior", + "Namespace": "System.Windows.Input" }, { - "Name": "AsyncTaskMethodBuilder", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InertiaTranslationBehavior", + "Namespace": "System.Windows.Input" }, { - "Name": "AsyncTaskMethodBuilder`1", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputDevice", + "Namespace": "System.Windows.Input" }, { - "Name": "IAsyncStateMachine", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "INotifyCompletion", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "ICriticalNotifyCompletion", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputLanguageEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "TaskAwaiter", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputLanguageChangedEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "TaskAwaiter`1", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputLanguageChangingEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "ConfiguredTaskAwaitable", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputLanguageManager", + "Namespace": "System.Windows.Input" }, { - "Name": "ConfiguredTaskAwaitable`1", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputLanguageEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "YieldAwaitable", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputManager", + "Namespace": "System.Windows.Input" }, { - "Name": "FormattableStringFactory", - "Namespace": "System.Runtime.CompilerServices" + "Name": "InputMethodState", + "Namespace": "System.Windows.Input" }, { - "Name": "IDispatchConstantAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "SpeechMode", + "Namespace": "System.Windows.Input" }, { - "Name": "IUnknownConstantAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "ImeConversionModeValues", + "Namespace": "System.Windows.Input" }, { - "Name": "TupleElementNamesAttribute", - "Namespace": "System.Runtime.CompilerServices" + "Name": "ImeSentenceModeValues", + "Namespace": "System.Windows.Input" }, { - "Name": "_Activator", - "Namespace": "System.Runtime.InteropServices" + "Name": "InputMethod", + "Namespace": "System.Windows.Input" }, { - "Name": "_Attribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "InputMethodStateChangedEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "_Thread", - "Namespace": "System.Runtime.InteropServices" + "Name": "InputMethodStateChangedEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "_Type", - "Namespace": "System.Runtime.InteropServices" + "Name": "InputMode", + "Namespace": "System.Windows.Input" }, { - "Name": "_Assembly", - "Namespace": "System.Runtime.InteropServices" + "Name": "InputScope", + "Namespace": "System.Windows.Input" }, { - "Name": "_MemberInfo", - "Namespace": "System.Runtime.InteropServices" + "Name": "InputScopeName", + "Namespace": "System.Windows.Input" }, { - "Name": "_MethodBase", - "Namespace": "System.Runtime.InteropServices" + "Name": "InputScopePhrase", + "Namespace": "System.Windows.Input" }, { - "Name": "_MethodInfo", - "Namespace": "System.Runtime.InteropServices" + "Name": "InputScopeConverter", + "Namespace": "System.Windows.Input" }, { - "Name": "_ConstructorInfo", - "Namespace": "System.Runtime.InteropServices" + "Name": "InputScopeNameValue", + "Namespace": "System.Windows.Input" }, { - "Name": "_FieldInfo", - "Namespace": "System.Runtime.InteropServices" + "Name": "InputScopeNameConverter", + "Namespace": "System.Windows.Input" }, { - "Name": "_PropertyInfo", - "Namespace": "System.Runtime.InteropServices" + "Name": "InputType", + "Namespace": "System.Windows.Input" }, { - "Name": "_EventInfo", - "Namespace": "System.Runtime.InteropServices" + "Name": "Keyboard", + "Namespace": "System.Windows.Input" }, { - "Name": "_ParameterInfo", - "Namespace": "System.Runtime.InteropServices" + "Name": "KeyboardDevice", + "Namespace": "System.Windows.Input" }, { - "Name": "_Module", - "Namespace": "System.Runtime.InteropServices" + "Name": "KeyboardEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "_AssemblyName", - "Namespace": "System.Runtime.InteropServices" + "Name": "KeyboardEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "ArrayWithOffset", - "Namespace": "System.Runtime.InteropServices" + "Name": "KeyboardInputProviderAcquireFocusEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "UnmanagedFunctionPointerAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "KeyboardInputProviderAcquireFocusEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "TypeIdentifierAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "KeyEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "AllowReversePInvokeCallsAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "KeyEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "DispIdAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "KeyStates", + "Namespace": "System.Windows.Input" }, { - "Name": "ComInterfaceType", - "Namespace": "System.Runtime.InteropServices" + "Name": "Manipulation", + "Namespace": "System.Windows.Input" }, { - "Name": "InterfaceTypeAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "ManipulationBoundaryFeedbackEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "ComDefaultInterfaceAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "ManipulationCompletedEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "ClassInterfaceType", - "Namespace": "System.Runtime.InteropServices" + "Name": "ManipulationDelta", + "Namespace": "System.Windows.Input" }, { - "Name": "ClassInterfaceAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "ManipulationDeltaEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "ComVisibleAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "ManipulationInertiaStartingEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "TypeLibImportClassAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "ManipulationModes", + "Namespace": "System.Windows.Input" }, { - "Name": "LCIDConversionAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "ManipulationPivot", + "Namespace": "System.Windows.Input" }, { - "Name": "ComRegisterFunctionAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "ManipulationStartedEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "ComUnregisterFunctionAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "ManipulationStartingEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "ProgIdAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "ManipulationVelocities", + "Namespace": "System.Windows.Input" }, { - "Name": "ImportedFromTypeLibAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "Mouse", + "Namespace": "System.Windows.Input" }, { - "Name": "IDispatchImplType", - "Namespace": "System.Runtime.InteropServices" + "Name": "MouseButton", + "Namespace": "System.Windows.Input" }, { - "Name": "IDispatchImplAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "MouseButtonEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "ComSourceInterfacesAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "MouseButtonEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "ComConversionLossAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "MouseButtonState", + "Namespace": "System.Windows.Input" }, { - "Name": "TypeLibTypeFlags", - "Namespace": "System.Runtime.InteropServices" + "Name": "MouseDevice", + "Namespace": "System.Windows.Input" }, { - "Name": "TypeLibFuncFlags", - "Namespace": "System.Runtime.InteropServices" + "Name": "MouseEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "TypeLibVarFlags", - "Namespace": "System.Runtime.InteropServices" + "Name": "MouseEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "TypeLibTypeAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "MouseWheelEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "TypeLibFuncAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "MouseWheelEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "TypeLibVarAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "NotifyInputEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "VarEnum", - "Namespace": "System.Runtime.InteropServices" + "Name": "NotifyInputEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "UnmanagedType", - "Namespace": "System.Runtime.InteropServices" + "Name": "PreProcessInputEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "MarshalAsAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "PreProcessInputEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "ComImportAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "ProcessInputEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "GuidAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "ProcessInputEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "PreserveSigAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "QueryCursorEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "InAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "QueryCursorEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "OutAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "RestoreFocusMode", + "Namespace": "System.Windows.Input" }, { - "Name": "OptionalAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "StagingAreaInputItem", + "Namespace": "System.Windows.Input" }, { - "Name": "DllImportSearchPath", - "Namespace": "System.Runtime.InteropServices" + "Name": "Touch", + "Namespace": "System.Windows.Input" }, { - "Name": "DefaultDllImportSearchPathsAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "TouchAction", + "Namespace": "System.Windows.Input" }, { - "Name": "DllImportAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "TouchDevice", + "Namespace": "System.Windows.Input" }, { - "Name": "StructLayoutAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "TouchEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "FieldOffsetAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "TouchFrameEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "ComAliasNameAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "TouchFrameEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "AutomationProxyAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "TouchPoint", + "Namespace": "System.Windows.Input" }, { - "Name": "PrimaryInteropAssemblyAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "TouchPointCollection", + "Namespace": "System.Windows.Input" }, { - "Name": "CoClassAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "Stylus", + "Namespace": "System.Windows.Input" }, { - "Name": "ComEventInterfaceAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusButton", + "Namespace": "System.Windows.Input" }, { - "Name": "TypeLibVersionAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusButtonCollection", + "Namespace": "System.Windows.Input" }, { - "Name": "ComCompatibleVersionAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusButtonEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "BestFitMappingAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusButtonEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "DefaultCharSetAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusButtonState", + "Namespace": "System.Windows.Input" }, { - "Name": "SetWin32ContextInIDispatchAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusDevice", + "Namespace": "System.Windows.Input" }, { - "Name": "ManagedToNativeComInteropStubAttribute", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusDeviceCollection", + "Namespace": "System.Windows.Input" }, { - "Name": "CallingConvention", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusDownEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "CharSet", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusDownEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "COMException", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "CriticalHandle", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "ExternalException", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusPoint", + "Namespace": "System.Windows.Input" }, { - "Name": "GCHandleType", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusPointCollection", + "Namespace": "System.Windows.Input" }, { - "Name": "GCHandle", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusPointDescription", + "Namespace": "System.Windows.Input" }, { - "Name": "HandleRef", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusPointProperties", + "Namespace": "System.Windows.Input" }, { - "Name": "ICustomMarshaler", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusPointProperty", + "Namespace": "System.Windows.Input" }, { - "Name": "_Exception", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusPointPropertyInfo", + "Namespace": "System.Windows.Input" }, { - "Name": "InvalidOleVariantTypeException", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusPointPropertyUnit", + "Namespace": "System.Windows.Input" }, { - "Name": "LayoutKind", - "Namespace": "System.Runtime.InteropServices" + "Name": "SystemGesture", + "Namespace": "System.Windows.Input" }, { - "Name": "CustomQueryInterfaceMode", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusSystemGestureEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "Marshal", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusSystemGestureEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "MarshalDirectiveException", - "Namespace": "System.Runtime.InteropServices" + "Name": "Tablet", + "Namespace": "System.Windows.Input" }, { - "Name": "RuntimeEnvironment", - "Namespace": "System.Runtime.InteropServices" + "Name": "TabletDevice", + "Namespace": "System.Windows.Input" }, { - "Name": "SEHException", - "Namespace": "System.Runtime.InteropServices" + "Name": "TabletDeviceCollection", + "Namespace": "System.Windows.Input" }, { - "Name": "SafeBuffer", - "Namespace": "System.Runtime.InteropServices" + "Name": "TabletDeviceType", + "Namespace": "System.Windows.Input" }, { - "Name": "SafeHandle", - "Namespace": "System.Runtime.InteropServices" + "Name": "TabletHardwareCapabilities", + "Namespace": "System.Windows.Input" }, { - "Name": "BStrWrapper", - "Namespace": "System.Runtime.InteropServices" + "Name": "TextCompositionAutoComplete", + "Namespace": "System.Windows.Input" }, { - "Name": "CurrencyWrapper", - "Namespace": "System.Runtime.InteropServices" + "Name": "TextComposition", + "Namespace": "System.Windows.Input" }, { - "Name": "DispatchWrapper", - "Namespace": "System.Runtime.InteropServices" + "Name": "TextCompositionEventArgs", + "Namespace": "System.Windows.Input" }, { - "Name": "ErrorWrapper", - "Namespace": "System.Runtime.InteropServices" + "Name": "TextCompositionEventHandler", + "Namespace": "System.Windows.Input" }, { - "Name": "UnknownWrapper", - "Namespace": "System.Runtime.InteropServices" + "Name": "TextCompositionManager", + "Namespace": "System.Windows.Input" }, { - "Name": "VariantWrapper", - "Namespace": "System.Runtime.InteropServices" + "Name": "WispTabletDeviceCollection", + "Namespace": "System.Windows.Input.StylusWisp" }, { - "Name": "ComMemberType", - "Namespace": "System.Runtime.InteropServices" + "Name": "DynamicRenderer", + "Namespace": "System.Windows.Input.StylusPlugIns" }, { - "Name": "ExtensibleClassFactory", - "Namespace": "System.Runtime.InteropServices" + "Name": "RawStylusInput", + "Namespace": "System.Windows.Input.StylusPlugIns" }, { - "Name": "ICustomAdapter", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusPlugIn", + "Namespace": "System.Windows.Input.StylusPlugIns" }, { - "Name": "ICustomFactory", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusPlugInCollection", + "Namespace": "System.Windows.Input.StylusPlugIns" }, { - "Name": "CustomQueryInterfaceResult", - "Namespace": "System.Runtime.InteropServices" + "Name": "ContentPosition", + "Namespace": "System.Windows.Documents" }, { - "Name": "ICustomQueryInterface", - "Namespace": "System.Runtime.InteropServices" + "Name": "DocumentPage", + "Namespace": "System.Windows.Documents" }, { - "Name": "InvalidComObjectException", - "Namespace": "System.Runtime.InteropServices" + "Name": "DocumentPaginator", + "Namespace": "System.Windows.Documents" }, { - "Name": "AssemblyRegistrationFlags", - "Namespace": "System.Runtime.InteropServices" + "Name": "DynamicDocumentPaginator", + "Namespace": "System.Windows.Documents" }, { - "Name": "IRegistrationServices", - "Namespace": "System.Runtime.InteropServices" + "Name": "GetPageCompletedEventHandler", + "Namespace": "System.Windows.Documents" }, { - "Name": "TypeLibImporterFlags", - "Namespace": "System.Runtime.InteropServices" + "Name": "GetPageCompletedEventArgs", + "Namespace": "System.Windows.Documents" }, { - "Name": "TypeLibExporterFlags", - "Namespace": "System.Runtime.InteropServices" + "Name": "GetPageNumberCompletedEventHandler", + "Namespace": "System.Windows.Documents" }, { - "Name": "ImporterEventKind", - "Namespace": "System.Runtime.InteropServices" + "Name": "GetPageNumberCompletedEventArgs", + "Namespace": "System.Windows.Documents" }, { - "Name": "ExporterEventKind", - "Namespace": "System.Runtime.InteropServices" + "Name": "IDocumentPaginatorSource", + "Namespace": "System.Windows.Documents" }, { - "Name": "ITypeLibImporterNotifySink", - "Namespace": "System.Runtime.InteropServices" + "Name": "PagesChangedEventHandler", + "Namespace": "System.Windows.Documents" }, { - "Name": "ITypeLibExporterNotifySink", - "Namespace": "System.Runtime.InteropServices" + "Name": "PagesChangedEventArgs", + "Namespace": "System.Windows.Documents" }, { - "Name": "ITypeLibConverter", - "Namespace": "System.Runtime.InteropServices" + "Name": "PaginationProgressEventHandler", + "Namespace": "System.Windows.Documents" }, { - "Name": "ITypeLibExporterNameProvider", - "Namespace": "System.Runtime.InteropServices" + "Name": "PaginationProgressEventArgs", + "Namespace": "System.Windows.Documents" }, { - "Name": "ObjectCreationDelegate", - "Namespace": "System.Runtime.InteropServices" + "Name": "AutomationProperties", + "Namespace": "System.Windows.Automation" }, { - "Name": "RegistrationClassContext", - "Namespace": "System.Runtime.InteropServices" + "Name": "IsOffscreenBehavior", + "Namespace": "System.Windows.Automation" }, { - "Name": "RegistrationConnectionType", - "Namespace": "System.Runtime.InteropServices" + "Name": "AutomationLiveSetting", + "Namespace": "System.Windows.Automation" }, { - "Name": "RegistrationServices", - "Namespace": "System.Runtime.InteropServices" + "Name": "PatternInterface", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "SafeArrayRankMismatchException", - "Namespace": "System.Runtime.InteropServices" + "Name": "AutomationOrientation", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "SafeArrayTypeMismatchException", - "Namespace": "System.Runtime.InteropServices" + "Name": "AutomationControlType", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "TypeLibConverter", - "Namespace": "System.Runtime.InteropServices" + "Name": "AutomationEvents", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "BIND_OPTS", - "Namespace": "System.Runtime.InteropServices" + "Name": "HostedWindowWrapper", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "UCOMIBindCtx", - "Namespace": "System.Runtime.InteropServices" + "Name": "AutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "UCOMIConnectionPointContainer", - "Namespace": "System.Runtime.InteropServices" + "Name": "ContentElementAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "UCOMIConnectionPoint", - "Namespace": "System.Runtime.InteropServices" + "Name": "GenericRootAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "UCOMIEnumMoniker", - "Namespace": "System.Runtime.InteropServices" + "Name": "UIElement3DAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "CONNECTDATA", - "Namespace": "System.Runtime.InteropServices" + "Name": "UIElementAutomationPeer", + "Namespace": "System.Windows.Automation.Peers" }, { - "Name": "UCOMIEnumConnections", - "Namespace": "System.Runtime.InteropServices" + "Name": "VisualDiagnostics", + "Namespace": "System.Windows.Diagnostics" }, { - "Name": "UCOMIEnumConnectionPoints", - "Namespace": "System.Runtime.InteropServices" + "Name": "VisualTreeChangeType", + "Namespace": "System.Windows.Diagnostics" }, { - "Name": "UCOMIEnumString", - "Namespace": "System.Runtime.InteropServices" + "Name": "VisualTreeChangeEventArgs", + "Namespace": "System.Windows.Diagnostics" }, { - "Name": "UCOMIEnumVARIANT", - "Namespace": "System.Runtime.InteropServices" + "Name": "XamlSourceInfo", + "Namespace": "System.Windows.Diagnostics" }, { - "Name": "FILETIME", - "Namespace": "System.Runtime.InteropServices" + "Name": "CursorInteropHelper", + "Namespace": "System.Windows.Interop" }, { - "Name": "UCOMIMoniker", - "Namespace": "System.Runtime.InteropServices" + "Name": "D3DResourceType", + "Namespace": "System.Windows.Interop" }, { - "Name": "UCOMIPersistFile", - "Namespace": "System.Runtime.InteropServices" + "Name": "D3DImage", + "Namespace": "System.Windows.Interop" }, { - "Name": "UCOMIRunningObjectTable", - "Namespace": "System.Runtime.InteropServices" + "Name": "HwndSourceParameters", + "Namespace": "System.Windows.Interop" }, { - "Name": "STATSTG", - "Namespace": "System.Runtime.InteropServices" + "Name": "RenderMode", + "Namespace": "System.Windows.Interop" }, { - "Name": "UCOMIStream", - "Namespace": "System.Runtime.InteropServices" + "Name": "HwndTarget", + "Namespace": "System.Windows.Interop" }, { - "Name": "DESCKIND", - "Namespace": "System.Runtime.InteropServices" + "Name": "HwndSource", + "Namespace": "System.Windows.Interop" }, { - "Name": "BINDPTR", - "Namespace": "System.Runtime.InteropServices" + "Name": "HwndSourceHook", + "Namespace": "System.Windows.Interop" }, { - "Name": "UCOMITypeComp", - "Namespace": "System.Runtime.InteropServices" + "Name": "IWin32Window", + "Namespace": "System.Windows.Interop" }, { - "Name": "TYPEKIND", - "Namespace": "System.Runtime.InteropServices" + "Name": "InteropBitmap", + "Namespace": "System.Windows.Interop" }, { - "Name": "TYPEFLAGS", - "Namespace": "System.Runtime.InteropServices" + "Name": "Imaging", + "Namespace": "System.Windows.Interop" }, { - "Name": "IMPLTYPEFLAGS", - "Namespace": "System.Runtime.InteropServices" + "Name": "DrawingAttributeIds", + "Namespace": "System.Windows.Ink" }, { - "Name": "TYPEATTR", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusShape", + "Namespace": "System.Windows.Ink" }, { - "Name": "FUNCDESC", - "Namespace": "System.Runtime.InteropServices" + "Name": "EllipseStylusShape", + "Namespace": "System.Windows.Ink" }, { - "Name": "IDLFLAG", - "Namespace": "System.Runtime.InteropServices" + "Name": "RectangleStylusShape", + "Namespace": "System.Windows.Ink" }, { - "Name": "IDLDESC", - "Namespace": "System.Runtime.InteropServices" + "Name": "ApplicationGesture", + "Namespace": "System.Windows.Ink" }, { - "Name": "PARAMFLAG", - "Namespace": "System.Runtime.InteropServices" + "Name": "StrokeCollectionChangedEventHandler", + "Namespace": "System.Windows.Ink" }, { - "Name": "PARAMDESC", - "Namespace": "System.Runtime.InteropServices" + "Name": "StrokeCollectionChangedEventArgs", + "Namespace": "System.Windows.Ink" }, { - "Name": "TYPEDESC", - "Namespace": "System.Runtime.InteropServices" + "Name": "PropertyDataChangedEventHandler", + "Namespace": "System.Windows.Ink" }, { - "Name": "ELEMDESC", - "Namespace": "System.Runtime.InteropServices" + "Name": "PropertyDataChangedEventArgs", + "Namespace": "System.Windows.Ink" }, { - "Name": "VARDESC", - "Namespace": "System.Runtime.InteropServices" + "Name": "DrawingAttributesReplacedEventHandler", + "Namespace": "System.Windows.Ink" }, { - "Name": "DISPPARAMS", - "Namespace": "System.Runtime.InteropServices" + "Name": "DrawingAttributesReplacedEventArgs", + "Namespace": "System.Windows.Ink" }, { - "Name": "EXCEPINFO", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusPointsReplacedEventHandler", + "Namespace": "System.Windows.Ink" }, { - "Name": "FUNCKIND", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusPointsReplacedEventArgs", + "Namespace": "System.Windows.Ink" }, { - "Name": "INVOKEKIND", - "Namespace": "System.Runtime.InteropServices" + "Name": "StylusTip", + "Namespace": "System.Windows.Ink" }, { - "Name": "CALLCONV", - "Namespace": "System.Runtime.InteropServices" + "Name": "DrawingAttributes", + "Namespace": "System.Windows.Ink" }, { - "Name": "FUNCFLAGS", - "Namespace": "System.Runtime.InteropServices" + "Name": "GestureRecognitionResult", + "Namespace": "System.Windows.Ink" }, { - "Name": "VARFLAGS", - "Namespace": "System.Runtime.InteropServices" + "Name": "GestureRecognizer", + "Namespace": "System.Windows.Ink" }, { - "Name": "UCOMITypeInfo", - "Namespace": "System.Runtime.InteropServices" + "Name": "IncrementalHitTester", + "Namespace": "System.Windows.Ink" }, { - "Name": "SYSKIND", - "Namespace": "System.Runtime.InteropServices" + "Name": "IncrementalLassoHitTester", + "Namespace": "System.Windows.Ink" }, { - "Name": "LIBFLAGS", - "Namespace": "System.Runtime.InteropServices" + "Name": "IncrementalStrokeHitTester", + "Namespace": "System.Windows.Ink" }, { - "Name": "TYPELIBATTR", - "Namespace": "System.Runtime.InteropServices" + "Name": "LassoSelectionChangedEventHandler", + "Namespace": "System.Windows.Ink" }, { - "Name": "UCOMITypeLib", - "Namespace": "System.Runtime.InteropServices" + "Name": "StrokeHitEventHandler", + "Namespace": "System.Windows.Ink" }, { - "Name": "Architecture", - "Namespace": "System.Runtime.InteropServices" + "Name": "LassoSelectionChangedEventArgs", + "Namespace": "System.Windows.Ink" }, { - "Name": "OSPlatform", - "Namespace": "System.Runtime.InteropServices" + "Name": "StrokeHitEventArgs", + "Namespace": "System.Windows.Ink" }, { - "Name": "RuntimeInformation", - "Namespace": "System.Runtime.InteropServices" + "Name": "RecognitionConfidence", + "Namespace": "System.Windows.Ink" }, { - "Name": "ComEventsHelper", - "Namespace": "System.Runtime.InteropServices" + "Name": "Stroke", + "Namespace": "System.Windows.Ink" }, { - "Name": "_AssemblyBuilder", - "Namespace": "System.Runtime.InteropServices" + "Name": "StrokeCollection", + "Namespace": "System.Windows.Ink" }, { - "Name": "_ConstructorBuilder", - "Namespace": "System.Runtime.InteropServices" + "Name": "ArcSegment", + "Namespace": "System.Windows.Media" }, { - "Name": "_CustomAttributeBuilder", - "Namespace": "System.Runtime.InteropServices" + "Name": "BezierSegment", + "Namespace": "System.Windows.Media" }, { - "Name": "_EnumBuilder", - "Namespace": "System.Runtime.InteropServices" + "Name": "BitmapCache", + "Namespace": "System.Windows.Media" }, { - "Name": "_EventBuilder", - "Namespace": "System.Runtime.InteropServices" + "Name": "BitmapCacheBrush", + "Namespace": "System.Windows.Media" }, { - "Name": "_FieldBuilder", - "Namespace": "System.Runtime.InteropServices" + "Name": "Brush", + "Namespace": "System.Windows.Media" }, { - "Name": "_ILGenerator", - "Namespace": "System.Runtime.InteropServices" + "Name": "Brushes", + "Namespace": "System.Windows.Media" }, { - "Name": "_LocalBuilder", - "Namespace": "System.Runtime.InteropServices" + "Name": "CacheMode", + "Namespace": "System.Windows.Media" }, { - "Name": "_MethodBuilder", - "Namespace": "System.Runtime.InteropServices" + "Name": "Color", + "Namespace": "System.Windows.Media" }, { - "Name": "_MethodRental", - "Namespace": "System.Runtime.InteropServices" + "Name": "ColorContext", + "Namespace": "System.Windows.Media" }, { - "Name": "_ModuleBuilder", - "Namespace": "System.Runtime.InteropServices" + "Name": "ColorConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "_ParameterBuilder", - "Namespace": "System.Runtime.InteropServices" + "Name": "CombinedGeometry", + "Namespace": "System.Windows.Media" }, { - "Name": "_PropertyBuilder", - "Namespace": "System.Runtime.InteropServices" + "Name": "CompositionTarget", + "Namespace": "System.Windows.Media" }, { - "Name": "_SignatureHelper", - "Namespace": "System.Runtime.InteropServices" + "Name": "ContainerVisual", + "Namespace": "System.Windows.Media" }, { - "Name": "_TypeBuilder", - "Namespace": "System.Runtime.InteropServices" + "Name": "LanguageSpecificStringDictionary", + "Namespace": "System.Windows.Media" }, { - "Name": "DefaultInterfaceAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "DashStyle", + "Namespace": "System.Windows.Media" }, { - "Name": "InterfaceImplementedInVersionAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "DashStyles", + "Namespace": "System.Windows.Media" }, { - "Name": "ReadOnlyArrayAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "CharacterMetrics", + "Namespace": "System.Windows.Media" }, { - "Name": "WriteOnlyArrayAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "CharacterMetricsDictionary", + "Namespace": "System.Windows.Media" }, { - "Name": "ReturnValueNameAttribute", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "Drawing", + "Namespace": "System.Windows.Media" }, { - "Name": "EventRegistrationToken", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "DrawingBrush", + "Namespace": "System.Windows.Media" }, { - "Name": "EventRegistrationTokenTable`1", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "DrawingCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "IActivationFactory", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "DrawingContext", + "Namespace": "System.Windows.Media" }, { - "Name": "WindowsRuntimeMarshal", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "DrawingGroup", + "Namespace": "System.Windows.Media" }, { - "Name": "WindowsRuntimeMetadata", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "DrawingImage", + "Namespace": "System.Windows.Media" }, { - "Name": "NamespaceResolveEventArgs", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "DrawingVisual", + "Namespace": "System.Windows.Media" }, { - "Name": "DesignerNamespaceResolveEventArgs", - "Namespace": "System.Runtime.InteropServices.WindowsRuntime" + "Name": "EllipseGeometry", + "Namespace": "System.Windows.Media" }, { - "Name": "IExpando", - "Namespace": "System.Runtime.InteropServices.Expando" + "Name": "FontFamilyMap", + "Namespace": "System.Windows.Media" }, { - "Name": "BIND_OPTS", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "FontFamilyMapCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "IBindCtx", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "FamilyTypeface", + "Namespace": "System.Windows.Media" }, { - "Name": "IConnectionPointContainer", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "FamilyTypefaceCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "IConnectionPoint", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "FontEmbeddingManager", + "Namespace": "System.Windows.Media" }, { - "Name": "IEnumMoniker", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "FontEmbeddingRight", + "Namespace": "System.Windows.Media" }, { - "Name": "CONNECTDATA", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "FontFamily", + "Namespace": "System.Windows.Media" }, { - "Name": "IEnumConnections", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "FontFamilyConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "IEnumConnectionPoints", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "FontFamilyValueSerializer", + "Namespace": "System.Windows.Media" }, { - "Name": "IEnumString", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "Fonts", + "Namespace": "System.Windows.Media" }, { - "Name": "IEnumVARIANT", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "FormattedText", + "Namespace": "System.Windows.Media" }, { - "Name": "FILETIME", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "GeneralTransform", + "Namespace": "System.Windows.Media" }, { - "Name": "IMoniker", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "GeneralTransformGroup", + "Namespace": "System.Windows.Media" }, { - "Name": "IPersistFile", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "AlignmentX", + "Namespace": "System.Windows.Media" }, { - "Name": "IRunningObjectTable", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "AlignmentY", + "Namespace": "System.Windows.Media" }, { - "Name": "STATSTG", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "BrushConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "IStream", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "BrushMappingMode", + "Namespace": "System.Windows.Media" }, { - "Name": "DESCKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "CacheModeConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "BINDPTR", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "CachingHint", + "Namespace": "System.Windows.Media" }, { - "Name": "ITypeComp", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "ColorInterpolationMode", + "Namespace": "System.Windows.Media" }, { - "Name": "TYPEKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "GeometryCombineMode", + "Namespace": "System.Windows.Media" }, { - "Name": "TYPEFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "DoubleCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "IMPLTYPEFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "DoubleCollectionConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "TYPEATTR", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "EdgeMode", + "Namespace": "System.Windows.Media" }, { - "Name": "FUNCDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "BitmapScalingMode", + "Namespace": "System.Windows.Media" }, { - "Name": "IDLFLAG", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "ClearTypeHint", + "Namespace": "System.Windows.Media" }, { - "Name": "IDLDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "FillRule", + "Namespace": "System.Windows.Media" }, { - "Name": "PARAMFLAG", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "GeneralTransformCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "PARAMDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "Geometry", + "Namespace": "System.Windows.Media" }, { - "Name": "TYPEDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "GeometryCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "ELEMDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "GeometryConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "VARKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "GeometryDrawing", + "Namespace": "System.Windows.Media" }, { - "Name": "VARDESC", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "GeometryGroup", + "Namespace": "System.Windows.Media" }, { - "Name": "DISPPARAMS", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "GlyphRunDrawing", + "Namespace": "System.Windows.Media" }, { - "Name": "EXCEPINFO", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "GradientBrush", + "Namespace": "System.Windows.Media" }, { - "Name": "FUNCKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "GradientSpreadMethod", + "Namespace": "System.Windows.Media" }, { - "Name": "INVOKEKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "GradientStop", + "Namespace": "System.Windows.Media" }, { - "Name": "CALLCONV", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "GradientStopCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "FUNCFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "ImageBrush", + "Namespace": "System.Windows.Media" }, { - "Name": "VARFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "ImageDrawing", + "Namespace": "System.Windows.Media" }, { - "Name": "ITypeInfo", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "ImageSource", + "Namespace": "System.Windows.Media" }, { - "Name": "SYSKIND", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "Int32Collection", + "Namespace": "System.Windows.Media" }, { - "Name": "LIBFLAGS", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "Int32CollectionConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "TYPELIBATTR", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "LinearGradientBrush", + "Namespace": "System.Windows.Media" }, { - "Name": "ITypeLib", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "LineGeometry", + "Namespace": "System.Windows.Media" }, { - "Name": "ITypeLib2", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "LineSegment", + "Namespace": "System.Windows.Media" }, { - "Name": "ITypeInfo2", - "Namespace": "System.Runtime.InteropServices.ComTypes" + "Name": "MatrixTransform", + "Namespace": "System.Windows.Media" }, { - "Name": "ApplicationActivator", - "Namespace": "System.Runtime.Hosting" + "Name": "MediaTimeline", + "Namespace": "System.Windows.Media" }, { - "Name": "ActivationArguments", - "Namespace": "System.Runtime.Hosting" + "Name": "PathFigure", + "Namespace": "System.Windows.Media" }, { - "Name": "StringBuilder", - "Namespace": "System.Text" + "Name": "PathFigureCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "ASCIIEncoding", - "Namespace": "System.Text" + "Name": "PathFigureCollectionConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "Decoder", - "Namespace": "System.Text" + "Name": "PathGeometry", + "Namespace": "System.Windows.Media" }, { - "Name": "DecoderExceptionFallback", - "Namespace": "System.Text" + "Name": "PathSegment", + "Namespace": "System.Windows.Media" }, { - "Name": "DecoderExceptionFallbackBuffer", - "Namespace": "System.Text" + "Name": "PathSegmentCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "DecoderFallbackException", - "Namespace": "System.Text" + "Name": "Pen", + "Namespace": "System.Windows.Media" }, { - "Name": "DecoderFallback", - "Namespace": "System.Text" + "Name": "PenLineCap", + "Namespace": "System.Windows.Media" }, { - "Name": "DecoderFallbackBuffer", - "Namespace": "System.Text" + "Name": "PenLineJoin", + "Namespace": "System.Windows.Media" }, { - "Name": "DecoderReplacementFallback", - "Namespace": "System.Text" + "Name": "PointCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "DecoderReplacementFallbackBuffer", - "Namespace": "System.Text" + "Name": "PointCollectionConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "Encoder", - "Namespace": "System.Text" + "Name": "PolyBezierSegment", + "Namespace": "System.Windows.Media" }, - { - "Name": "EncoderExceptionFallback", - "Namespace": "System.Text" + { + "Name": "PolyLineSegment", + "Namespace": "System.Windows.Media" }, { - "Name": "EncoderExceptionFallbackBuffer", - "Namespace": "System.Text" + "Name": "PolyQuadraticBezierSegment", + "Namespace": "System.Windows.Media" }, { - "Name": "EncoderFallbackException", - "Namespace": "System.Text" + "Name": "QuadraticBezierSegment", + "Namespace": "System.Windows.Media" }, { - "Name": "EncoderFallback", - "Namespace": "System.Text" + "Name": "RadialGradientBrush", + "Namespace": "System.Windows.Media" }, { - "Name": "EncoderFallbackBuffer", - "Namespace": "System.Text" + "Name": "RectangleGeometry", + "Namespace": "System.Windows.Media" }, { - "Name": "EncoderReplacementFallback", - "Namespace": "System.Text" + "Name": "RotateTransform", + "Namespace": "System.Windows.Media" }, { - "Name": "EncoderReplacementFallbackBuffer", - "Namespace": "System.Text" + "Name": "ScaleTransform", + "Namespace": "System.Windows.Media" }, { - "Name": "Encoding", - "Namespace": "System.Text" + "Name": "SkewTransform", + "Namespace": "System.Windows.Media" }, { - "Name": "EncodingInfo", - "Namespace": "System.Text" + "Name": "SolidColorBrush", + "Namespace": "System.Windows.Media" }, { - "Name": "EncodingProvider", - "Namespace": "System.Text" + "Name": "StreamGeometry", + "Namespace": "System.Windows.Media" }, { - "Name": "NormalizationForm", - "Namespace": "System.Text" + "Name": "Stretch", + "Namespace": "System.Windows.Media" }, { - "Name": "UnicodeEncoding", - "Namespace": "System.Text" + "Name": "SweepDirection", + "Namespace": "System.Windows.Media" }, { - "Name": "UTF7Encoding", - "Namespace": "System.Text" + "Name": "TextEffect", + "Namespace": "System.Windows.Media" }, { - "Name": "UTF8Encoding", - "Namespace": "System.Text" + "Name": "TextEffectCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "UTF32Encoding", - "Namespace": "System.Text" + "Name": "TileBrush", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleUpdateCallBack", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "TileMode", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleUpdateCompletedCallBack", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "ToleranceType", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleShutdownCallBack", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "Transform", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleStatusCallBack", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "TransformCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropRoleManager", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "TransformConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropLocalResource", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "TransformGroup", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropEndpoint", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "TranslateTransform", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropEndpointSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "VectorCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropVipEndpoint", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "VectorCollectionConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropVipEndpointSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "VisualBrush", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropVipCollection", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "VideoDrawing", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropVipCollectionSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "GuidelineSet", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropEndpointPortRangeSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "TextRenderingMode", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropRoleUpdates", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "TextHintingMode", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropEventStream", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "GeometryHitTestParameters", + "Namespace": "System.Windows.Media" }, { - "Name": "HResult", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "GeometryHitTestResult", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropHostingEnvironmentSetting", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "GlyphRun", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropHostingEnvironmentSettingSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "GlyphTypeface", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleState", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "HitTestFilterBehavior", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleStatus", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "HitTestFilterCallback", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropUpdateKind", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "HitTestResult", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleUpdateCallBack", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "HitTestResultBehavior", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleUpdateCompletedCallBack", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "HitTestResultCallback", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleShutdownCallBack", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "HitTestParameters", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleStatusCallBack", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "HostVisual", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropRoleManager", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "ImageMetadata", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropLocalResource", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "ImageSourceConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropEndpoint", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "ImageSourceValueSerializer", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropEndpointSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "InvalidWmpVersionException", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropVipEndpoint", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "IntersectionDetail", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropVipEndpointSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "Colors", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropVipCollection", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "MediaClock", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropVipCollectionSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "ExceptionEventArgs", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropEndpointPortRangeSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "MediaScriptCommandEventArgs", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropRoleUpdates", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "MediaPlayer", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropEventStream", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "PixelFormatChannelMask", + "Namespace": "System.Windows.Media" }, { - "Name": "HResult", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "PixelFormat", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropHostingEnvironmentSetting", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "PixelFormatConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropHostingEnvironmentSettingSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "PixelFormats", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleState", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "PointHitTestResult", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleStatus", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "PointHitTestParameters", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropUpdateKind", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "RenderCapability", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleUpdateCallBack", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "RenderingEventArgs", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleUpdateCompletedCallBack", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "RenderOptions", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleShutdownCallBack", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "RequestCachePolicyConverter", + "Namespace": "System.Windows.Media" }, { - "Name": "RoleStatusCallBack", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "StreamGeometryContext", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropRoleManager", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "StyleSimulations", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropLocalResource", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "NumberSubstitution", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropEndpoint", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "NumberCultureSource", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropEndpointSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "NumberSubstitutionMethod", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropVipEndpoint", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "Typeface", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropVipEndpointSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "Visual", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropVipCollection", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "VisualCollection", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropVipCollectionSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "VisualTreeHelper", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropEndpointPortRangeSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "VisualTarget", + "Namespace": "System.Windows.Media" }, { - "Name": "InteropRoleUpdates", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "AffineTransform3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "InteropEventStream", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "AmbientLight", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "HResult", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "AxisAngleRotation3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "InteropHostingEnvironmentSetting", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "Camera", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "InteropHostingEnvironmentSettingSet", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "ContainerUIElement3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "RoleState", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "DiffuseMaterial", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "RoleStatus", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "DirectionalLight", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "InteropUpdateKind", - "Namespace": "Microsoft.WindowsAzure.ServiceRuntime.Internal" + "Name": "EmissiveMaterial", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "AlgorithmInfo", - "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" + "Name": "GeneralTransform3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "CryptHelper", - "Namespace": "Microsoft.Networking.NetworkAccessProtection.Admin" + "Name": "GeneralTransform3DGroup", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "TextFormattingMode", - "Namespace": "System.Windows.Media" + "Name": "GeneralTransform3DTo2D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "PackWebRequestFactory", - "Namespace": "System.IO.Packaging" + "Name": "GeneralTransform2DTo3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "PackWebRequest", - "Namespace": "System.IO.Packaging" + "Name": "Geometry3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "PackWebResponse", - "Namespace": "System.IO.Packaging" + "Name": "GeometryModel3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "PackageStore", - "Namespace": "System.IO.Packaging" + "Name": "HitTestParameters3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "AutoResizedEventHandler", - "Namespace": "System.Windows" + "Name": "Light", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "AutoResizedEventArgs", - "Namespace": "System.Windows" + "Name": "Material", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "Clipboard", - "Namespace": "System.Windows" + "Name": "MaterialGroup", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "ContentElement", - "Namespace": "System.Windows" + "Name": "Matrix3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "CoreCompatibilityPreferences", - "Namespace": "System.Windows" + "Name": "MatrixCamera", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "ContentOperations", - "Namespace": "System.Windows" + "Name": "MatrixTransform3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "CultureInfoIetfLanguageTagConverter", - "Namespace": "System.Windows" + "Name": "Rotation3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DataFormats", - "Namespace": "System.Windows" + "Name": "MeshGeometry3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DataFormat", - "Namespace": "System.Windows" + "Name": "Model3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DataObject", - "Namespace": "System.Windows" + "Name": "Model3DGroup", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DataObjectEventArgs", - "Namespace": "System.Windows" + "Name": "ModelUIElement3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DataObjectCopyingEventArgs", - "Namespace": "System.Windows" + "Name": "ModelVisual3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DataObjectCopyingEventHandler", - "Namespace": "System.Windows" + "Name": "Point3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DataObjectPastingEventArgs", - "Namespace": "System.Windows" + "Name": "Point3DCollection", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DataObjectPastingEventHandler", - "Namespace": "System.Windows" + "Name": "Vector3DCollection", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DataObjectSettingDataEventArgs", - "Namespace": "System.Windows" + "Name": "Point4D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DataObjectSettingDataEventHandler", - "Namespace": "System.Windows" + "Name": "PointLight", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "HwndDpiChangedEventArgs", - "Namespace": "System.Windows" + "Name": "PointLightBase", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DpiChangedEventHandler", - "Namespace": "System.Windows" + "Name": "OrthographicCamera", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "HwndDpiChangedEventHandler", - "Namespace": "System.Windows" + "Name": "PerspectiveCamera", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DpiChangedEventArgs", - "Namespace": "System.Windows" + "Name": "ProjectionCamera", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DragAction", - "Namespace": "System.Windows" + "Name": "Quaternion", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DragDrop", - "Namespace": "System.Windows" + "Name": "QuaternionRotation3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DragDropEffects", - "Namespace": "System.Windows" + "Name": "RayHitTestResult", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DragEventArgs", - "Namespace": "System.Windows" + "Name": "RayHitTestParameters", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DragEventHandler", - "Namespace": "System.Windows" + "Name": "RayMeshGeometry3DHitTestResult", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "Duration", - "Namespace": "System.Windows" + "Name": "Rect3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DurationConverter", - "Namespace": "System.Windows" + "Name": "RotateTransform3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "EventManager", - "Namespace": "System.Windows" + "Name": "ScaleTransform3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "EventPrivateKey", - "Namespace": "System.Windows" + "Name": "Size3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "EventRoute", - "Namespace": "System.Windows" + "Name": "SpecularMaterial", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "FontStyle", - "Namespace": "System.Windows" + "Name": "SpotLight", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "FontStyleConverter", - "Namespace": "System.Windows" + "Name": "Transform3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "FontStyles", - "Namespace": "System.Windows" + "Name": "Transform3DGroup", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "FontStretch", - "Namespace": "System.Windows" + "Name": "TranslateTransform3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "FontStretchConverter", - "Namespace": "System.Windows" + "Name": "Vector3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "FontStretches", - "Namespace": "System.Windows" + "Name": "Viewport2DVisual3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "FontWeight", - "Namespace": "System.Windows" + "Name": "Viewport3DVisual", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "FontWeightConverter", - "Namespace": "System.Windows" + "Name": "Visual3D", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "FontWeights", - "Namespace": "System.Windows" + "Name": "Visual3DCollection", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "FreezableCollection`1", - "Namespace": "System.Windows" + "Name": "GeneralTransform3DCollection", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "UIElement", - "Namespace": "System.Windows" + "Name": "MaterialCollection", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "UIElement3D", - "Namespace": "System.Windows" + "Name": "Matrix3DConverter", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "GiveFeedbackEventArgs", - "Namespace": "System.Windows" + "Name": "Model3DCollection", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "GiveFeedbackEventHandler", - "Namespace": "System.Windows" + "Name": "Point3DConverter", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "IContentHost", - "Namespace": "System.Windows" + "Name": "Point3DCollectionConverter", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "IDataObject", - "Namespace": "System.Windows" + "Name": "Point4DConverter", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "IInputElement", - "Namespace": "System.Windows" + "Name": "QuaternionConverter", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "DragDropKeyStates", - "Namespace": "System.Windows" + "Name": "Rect3DConverter", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "LocalizabilityAttribute", - "Namespace": "System.Windows" + "Name": "Size3DConverter", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "LocalizationCategory", - "Namespace": "System.Windows" + "Name": "Transform3DCollection", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "Modifiability", - "Namespace": "System.Windows" + "Name": "Vector3DConverter", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "PresentationSource", - "Namespace": "System.Windows" + "Name": "Vector3DCollectionConverter", + "Namespace": "System.Windows.Media.Media3D" }, { - "Name": "QueryContinueDragEventArgs", - "Namespace": "System.Windows" + "Name": "Matrix3DValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" }, { - "Name": "QueryContinueDragEventHandler", - "Namespace": "System.Windows" + "Name": "Point3DCollectionValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" }, { - "Name": "Readability", - "Namespace": "System.Windows" + "Name": "Point3DValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" }, { - "Name": "RoutedEventArgs", - "Namespace": "System.Windows" + "Name": "Point4DValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" }, { - "Name": "RoutedEventHandler", - "Namespace": "System.Windows" + "Name": "QuaternionValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" }, { - "Name": "RoutedEventHandlerInfo", - "Namespace": "System.Windows" + "Name": "Rect3DValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" }, { - "Name": "RoutedEvent", - "Namespace": "System.Windows" + "Name": "Size3DValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" }, { - "Name": "RoutingStrategy", - "Namespace": "System.Windows" + "Name": "Vector3DCollectionValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" }, { - "Name": "SizeChangedInfo", - "Namespace": "System.Windows" + "Name": "Vector3DValueSerializer", + "Namespace": "System.Windows.Media.Media3D.Converters" }, { - "Name": "SizeToContent", - "Namespace": "System.Windows" + "Name": "Animatable", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "SourceChangedEventArgs", - "Namespace": "System.Windows" + "Name": "AnimationClock", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "SourceChangedEventHandler", - "Namespace": "System.Windows" + "Name": "AnimationException", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "BaselineAlignment", - "Namespace": "System.Windows" + "Name": "AnimationTimeline", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextAlignment", - "Namespace": "System.Windows" + "Name": "Clock", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "FlowDirection", - "Namespace": "System.Windows" + "Name": "ClockController", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "LineBreakCondition", - "Namespace": "System.Windows" + "Name": "ClockGroup", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextMarkerStyle", - "Namespace": "System.Windows" + "Name": "ClockState", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextWrapping", - "Namespace": "System.Windows" + "Name": "DoubleAnimationUsingPath", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextTrimming", - "Namespace": "System.Windows" + "Name": "TimeSeekOrigin", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "FontVariants", - "Namespace": "System.Windows" + "Name": "FillBehavior", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "FontCapitals", - "Namespace": "System.Windows" + "Name": "BooleanAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "FontFraction", - "Namespace": "System.Windows" + "Name": "BooleanAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "FontNumeralStyle", - "Namespace": "System.Windows" + "Name": "BooleanKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "FontNumeralAlignment", - "Namespace": "System.Windows" + "Name": "ByteAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "FontEastAsianWidths", - "Namespace": "System.Windows" + "Name": "ByteAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "FontEastAsianLanguage", - "Namespace": "System.Windows" + "Name": "ByteAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextDataFormat", - "Namespace": "System.Windows" + "Name": "ByteKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextDecorations", - "Namespace": "System.Windows" + "Name": "CharAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextDecoration", - "Namespace": "System.Windows" + "Name": "CharAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextDecorationCollection", - "Namespace": "System.Windows" + "Name": "CharKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextDecorationCollectionConverter", - "Namespace": "System.Windows" + "Name": "ColorAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "Visibility", - "Namespace": "System.Windows" + "Name": "ColorAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "DpiScale", - "Namespace": "System.Windows" + "Name": "ColorAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "UIPropertyMetadata", - "Namespace": "System.Windows" + "Name": "ColorKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextDecorationLocation", - "Namespace": "System.Windows" + "Name": "DecimalAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextDecorationUnit", - "Namespace": "System.Windows" + "Name": "DecimalAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StrokeCollectionConverter", - "Namespace": "System.Windows" + "Name": "DecimalAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeySplineConverter", - "Namespace": "System.Windows" + "Name": "DecimalKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyTimeConverter", - "Namespace": "System.Windows" + "Name": "DiscreteBooleanKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "AssemblyAssociatedContentFileAttribute", - "Namespace": "System.Windows.Resources" + "Name": "DiscreteByteKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IAddChild", - "Namespace": "System.Windows.Markup" + "Name": "DiscreteCharKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "XmlLanguage", - "Namespace": "System.Windows.Markup" + "Name": "DiscreteColorKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "XmlLanguageConverter", - "Namespace": "System.Windows.Markup" + "Name": "DiscreteDecimalKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "BaseUriHelper", - "Namespace": "System.Windows.Navigation" + "Name": "DiscreteDoubleKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "CanExecuteChangedEventManager", - "Namespace": "System.Windows.Input" + "Name": "DiscreteInt16KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "CanExecuteRoutedEventHandler", - "Namespace": "System.Windows.Input" + "Name": "DiscreteInt32KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "CanExecuteRoutedEventArgs", - "Namespace": "System.Windows.Input" + "Name": "DiscreteInt64KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "CommandBinding", - "Namespace": "System.Windows.Input" + "Name": "DiscreteMatrixKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "CommandBindingCollection", - "Namespace": "System.Windows.Input" + "Name": "DiscreteObjectKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "CommandManager", - "Namespace": "System.Windows.Input" + "Name": "DiscretePointKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ExecutedRoutedEventHandler", - "Namespace": "System.Windows.Input" + "Name": "DiscretePoint3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ExecutedRoutedEventArgs", - "Namespace": "System.Windows.Input" + "Name": "DiscreteQuaternionKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ICommandSource", - "Namespace": "System.Windows.Input" + "Name": "DiscreteRotation3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputBinding", - "Namespace": "System.Windows.Input" + "Name": "DiscreteRectKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputBindingCollection", - "Namespace": "System.Windows.Input" + "Name": "DiscreteSingleKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputGesture", - "Namespace": "System.Windows.Input" + "Name": "DiscreteSizeKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputGestureCollection", - "Namespace": "System.Windows.Input" + "Name": "DiscreteStringKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyBinding", - "Namespace": "System.Windows.Input" + "Name": "DiscreteVectorKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyGesture", - "Namespace": "System.Windows.Input" + "Name": "DiscreteVector3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyGestureConverter", - "Namespace": "System.Windows.Input" + "Name": "DoubleAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyGestureValueSerializer", - "Namespace": "System.Windows.Input" + "Name": "DoubleAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseAction", - "Namespace": "System.Windows.Input" + "Name": "DoubleAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseActionConverter", - "Namespace": "System.Windows.Input" + "Name": "DoubleKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseActionValueSerializer", - "Namespace": "System.Windows.Input" + "Name": "EasingByteKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseBinding", - "Namespace": "System.Windows.Input" + "Name": "EasingColorKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseGesture", - "Namespace": "System.Windows.Input" + "Name": "EasingDecimalKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseGestureConverter", - "Namespace": "System.Windows.Input" + "Name": "EasingDoubleKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseGestureValueSerializer", - "Namespace": "System.Windows.Input" + "Name": "EasingInt16KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "RoutedCommand", - "Namespace": "System.Windows.Input" + "Name": "EasingInt32KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "RoutedUICommand", - "Namespace": "System.Windows.Input" + "Name": "EasingInt64KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ApplicationCommands", - "Namespace": "System.Windows.Input" + "Name": "EasingPointKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ComponentCommands", - "Namespace": "System.Windows.Input" + "Name": "EasingPoint3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MediaCommands", - "Namespace": "System.Windows.Input" + "Name": "EasingQuaternionKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "NavigationCommands", - "Namespace": "System.Windows.Input" + "Name": "EasingRotation3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "AccessKeyManager", - "Namespace": "System.Windows.Input" + "Name": "EasingRectKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "AccessKeyPressedEventHandler", - "Namespace": "System.Windows.Input" + "Name": "EasingSingleKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "AccessKeyPressedEventArgs", - "Namespace": "System.Windows.Input" + "Name": "EasingSizeKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "AccessKeyEventArgs", - "Namespace": "System.Windows.Input" + "Name": "EasingVectorKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "CaptureMode", - "Namespace": "System.Windows.Input" + "Name": "EasingVector3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "Cursor", - "Namespace": "System.Windows.Input" + "Name": "Int16Animation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "Cursors", - "Namespace": "System.Windows.Input" + "Name": "Int16AnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "CursorType", - "Namespace": "System.Windows.Input" + "Name": "Int16AnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "CursorConverter", - "Namespace": "System.Windows.Input" + "Name": "Int16KeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyboardFocusChangedEventArgs", - "Namespace": "System.Windows.Input" + "Name": "Int32Animation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyboardFocusChangedEventHandler", - "Namespace": "System.Windows.Input" + "Name": "Int32AnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "FocusManager", - "Namespace": "System.Windows.Input" + "Name": "Int32AnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IInputLanguageSource", - "Namespace": "System.Windows.Input" + "Name": "Int32KeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IManipulator", - "Namespace": "System.Windows.Input" + "Name": "Int64Animation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InertiaExpansionBehavior", - "Namespace": "System.Windows.Input" + "Name": "Int64AnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InertiaRotationBehavior", - "Namespace": "System.Windows.Input" + "Name": "Int64AnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InertiaTranslationBehavior", - "Namespace": "System.Windows.Input" + "Name": "Int64KeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputDevice", - "Namespace": "System.Windows.Input" + "Name": "BooleanKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputEventArgs", - "Namespace": "System.Windows.Input" + "Name": "ByteKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputEventHandler", - "Namespace": "System.Windows.Input" + "Name": "CharKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputLanguageEventArgs", - "Namespace": "System.Windows.Input" + "Name": "ColorKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputLanguageChangedEventArgs", - "Namespace": "System.Windows.Input" + "Name": "DecimalKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputLanguageChangingEventArgs", - "Namespace": "System.Windows.Input" + "Name": "DoubleKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputLanguageManager", - "Namespace": "System.Windows.Input" + "Name": "Int16KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputLanguageEventHandler", - "Namespace": "System.Windows.Input" + "Name": "Int32KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputManager", - "Namespace": "System.Windows.Input" + "Name": "Int64KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputMethodState", - "Namespace": "System.Windows.Input" + "Name": "MatrixKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "SpeechMode", - "Namespace": "System.Windows.Input" + "Name": "ObjectKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ImeConversionModeValues", - "Namespace": "System.Windows.Input" + "Name": "PointKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ImeSentenceModeValues", - "Namespace": "System.Windows.Input" + "Name": "Point3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputMethod", - "Namespace": "System.Windows.Input" + "Name": "QuaternionKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputMethodStateChangedEventHandler", - "Namespace": "System.Windows.Input" + "Name": "Rotation3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputMethodStateChangedEventArgs", - "Namespace": "System.Windows.Input" + "Name": "RectKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputMode", - "Namespace": "System.Windows.Input" + "Name": "SingleKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputScope", - "Namespace": "System.Windows.Input" + "Name": "SizeKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputScopeName", - "Namespace": "System.Windows.Input" + "Name": "StringKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputScopePhrase", - "Namespace": "System.Windows.Input" + "Name": "VectorKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputScopeConverter", - "Namespace": "System.Windows.Input" + "Name": "Vector3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputScopeNameValue", - "Namespace": "System.Windows.Input" + "Name": "LinearByteKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputScopeNameConverter", - "Namespace": "System.Windows.Input" + "Name": "LinearColorKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "InputType", - "Namespace": "System.Windows.Input" + "Name": "LinearDecimalKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "Keyboard", - "Namespace": "System.Windows.Input" + "Name": "LinearDoubleKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyboardDevice", - "Namespace": "System.Windows.Input" + "Name": "LinearInt16KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyboardEventArgs", - "Namespace": "System.Windows.Input" + "Name": "LinearInt32KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyboardEventHandler", - "Namespace": "System.Windows.Input" + "Name": "LinearInt64KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyboardInputProviderAcquireFocusEventArgs", - "Namespace": "System.Windows.Input" + "Name": "LinearPointKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyboardInputProviderAcquireFocusEventHandler", - "Namespace": "System.Windows.Input" + "Name": "LinearPoint3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyEventArgs", - "Namespace": "System.Windows.Input" + "Name": "LinearQuaternionKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyEventHandler", - "Namespace": "System.Windows.Input" + "Name": "LinearRotation3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "KeyStates", - "Namespace": "System.Windows.Input" + "Name": "LinearRectKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "Manipulation", - "Namespace": "System.Windows.Input" + "Name": "LinearSingleKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ManipulationBoundaryFeedbackEventArgs", - "Namespace": "System.Windows.Input" + "Name": "LinearSizeKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ManipulationCompletedEventArgs", - "Namespace": "System.Windows.Input" + "Name": "LinearVectorKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ManipulationDelta", - "Namespace": "System.Windows.Input" + "Name": "LinearVector3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ManipulationDeltaEventArgs", - "Namespace": "System.Windows.Input" + "Name": "MatrixAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ManipulationInertiaStartingEventArgs", - "Namespace": "System.Windows.Input" + "Name": "MatrixAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ManipulationModes", - "Namespace": "System.Windows.Input" + "Name": "MatrixKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ManipulationPivot", - "Namespace": "System.Windows.Input" + "Name": "ObjectAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ManipulationStartedEventArgs", - "Namespace": "System.Windows.Input" + "Name": "ObjectAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ManipulationStartingEventArgs", - "Namespace": "System.Windows.Input" + "Name": "ObjectKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ManipulationVelocities", - "Namespace": "System.Windows.Input" + "Name": "ParallelTimeline", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "Mouse", - "Namespace": "System.Windows.Input" + "Name": "Point3DAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseButton", - "Namespace": "System.Windows.Input" + "Name": "Point3DAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseButtonEventArgs", - "Namespace": "System.Windows.Input" + "Name": "Point3DAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseButtonEventHandler", - "Namespace": "System.Windows.Input" + "Name": "Point3DKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseButtonState", - "Namespace": "System.Windows.Input" + "Name": "PointAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseDevice", - "Namespace": "System.Windows.Input" + "Name": "PointAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseEventArgs", - "Namespace": "System.Windows.Input" + "Name": "PointAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseEventHandler", - "Namespace": "System.Windows.Input" + "Name": "PointKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseWheelEventArgs", - "Namespace": "System.Windows.Input" + "Name": "QuaternionAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "MouseWheelEventHandler", - "Namespace": "System.Windows.Input" + "Name": "QuaternionAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "NotifyInputEventArgs", - "Namespace": "System.Windows.Input" + "Name": "QuaternionAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "NotifyInputEventHandler", - "Namespace": "System.Windows.Input" + "Name": "QuaternionKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "PreProcessInputEventArgs", - "Namespace": "System.Windows.Input" + "Name": "RectAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "PreProcessInputEventHandler", - "Namespace": "System.Windows.Input" + "Name": "RectAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ProcessInputEventArgs", - "Namespace": "System.Windows.Input" + "Name": "RectAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ProcessInputEventHandler", - "Namespace": "System.Windows.Input" + "Name": "RectKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "QueryCursorEventArgs", - "Namespace": "System.Windows.Input" + "Name": "Rotation3DAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "QueryCursorEventHandler", - "Namespace": "System.Windows.Input" + "Name": "Rotation3DAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "RestoreFocusMode", - "Namespace": "System.Windows.Input" + "Name": "Rotation3DAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StagingAreaInputItem", - "Namespace": "System.Windows.Input" + "Name": "Rotation3DKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "Touch", - "Namespace": "System.Windows.Input" + "Name": "SingleAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TouchAction", - "Namespace": "System.Windows.Input" + "Name": "SingleAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TouchDevice", - "Namespace": "System.Windows.Input" + "Name": "SingleAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TouchEventArgs", - "Namespace": "System.Windows.Input" + "Name": "SingleKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TouchFrameEventArgs", - "Namespace": "System.Windows.Input" + "Name": "SizeAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TouchFrameEventHandler", - "Namespace": "System.Windows.Input" + "Name": "SizeAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TouchPoint", - "Namespace": "System.Windows.Input" + "Name": "SizeAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TouchPointCollection", - "Namespace": "System.Windows.Input" + "Name": "SizeKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "Stylus", - "Namespace": "System.Windows.Input" + "Name": "SplineByteKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusButton", - "Namespace": "System.Windows.Input" + "Name": "SplineColorKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusButtonCollection", - "Namespace": "System.Windows.Input" + "Name": "SplineDecimalKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusButtonEventArgs", - "Namespace": "System.Windows.Input" + "Name": "SplineDoubleKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusButtonEventHandler", - "Namespace": "System.Windows.Input" + "Name": "SplineInt16KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusButtonState", - "Namespace": "System.Windows.Input" + "Name": "SplineInt32KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusDevice", - "Namespace": "System.Windows.Input" + "Name": "SplineInt64KeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusDeviceCollection", - "Namespace": "System.Windows.Input" + "Name": "SplinePointKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusDownEventArgs", - "Namespace": "System.Windows.Input" + "Name": "SplinePoint3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusDownEventHandler", - "Namespace": "System.Windows.Input" + "Name": "SplineQuaternionKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusEventArgs", - "Namespace": "System.Windows.Input" + "Name": "SplineRotation3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusEventHandler", - "Namespace": "System.Windows.Input" + "Name": "SplineRectKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusPoint", - "Namespace": "System.Windows.Input" + "Name": "SplineSingleKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusPointCollection", - "Namespace": "System.Windows.Input" + "Name": "SplineSizeKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusPointDescription", - "Namespace": "System.Windows.Input" + "Name": "SplineVectorKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusPointProperties", - "Namespace": "System.Windows.Input" + "Name": "SplineVector3DKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusPointProperty", - "Namespace": "System.Windows.Input" + "Name": "StringAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusPointPropertyInfo", - "Namespace": "System.Windows.Input" + "Name": "StringAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusPointPropertyUnit", - "Namespace": "System.Windows.Input" + "Name": "StringKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "SystemGesture", - "Namespace": "System.Windows.Input" + "Name": "Timeline", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusSystemGestureEventArgs", - "Namespace": "System.Windows.Input" + "Name": "TimelineCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusSystemGestureEventHandler", - "Namespace": "System.Windows.Input" + "Name": "TimelineGroup", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "Tablet", - "Namespace": "System.Windows.Input" + "Name": "Vector3DAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TabletDevice", - "Namespace": "System.Windows.Input" + "Name": "Vector3DAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TabletDeviceCollection", - "Namespace": "System.Windows.Input" + "Name": "Vector3DAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TabletDeviceType", - "Namespace": "System.Windows.Input" + "Name": "Vector3DKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TabletHardwareCapabilities", - "Namespace": "System.Windows.Input" + "Name": "VectorAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextCompositionAutoComplete", - "Namespace": "System.Windows.Input" + "Name": "VectorAnimationBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextComposition", - "Namespace": "System.Windows.Input" + "Name": "VectorAnimationUsingKeyFrames", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextCompositionEventArgs", - "Namespace": "System.Windows.Input" + "Name": "VectorKeyFrameCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextCompositionEventHandler", - "Namespace": "System.Windows.Input" + "Name": "HandoffBehavior", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "TextCompositionManager", - "Namespace": "System.Windows.Input" + "Name": "IAnimatable", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "WispTabletDeviceCollection", - "Namespace": "System.Windows.Input.StylusWisp" + "Name": "IKeyFrame", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "DynamicRenderer", - "Namespace": "System.Windows.Input.StylusPlugIns" + "Name": "IKeyFrameAnimation", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "RawStylusInput", - "Namespace": "System.Windows.Input.StylusPlugIns" + "Name": "KeySpline", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusPlugIn", - "Namespace": "System.Windows.Input.StylusPlugIns" + "Name": "KeyTime", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "StylusPlugInCollection", - "Namespace": "System.Windows.Input.StylusPlugIns" + "Name": "KeyTimeType", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "ContentPosition", - "Namespace": "System.Windows.Documents" + "Name": "MatrixAnimationUsingPath", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "DocumentPage", - "Namespace": "System.Windows.Documents" + "Name": "PathAnimationSource", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "DocumentPaginator", - "Namespace": "System.Windows.Documents" + "Name": "PointAnimationUsingPath", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "DynamicDocumentPaginator", - "Namespace": "System.Windows.Documents" + "Name": "RepeatBehavior", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "GetPageCompletedEventHandler", - "Namespace": "System.Windows.Documents" + "Name": "RepeatBehaviorConverter", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "GetPageCompletedEventArgs", - "Namespace": "System.Windows.Documents" + "Name": "SlipBehavior", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "GetPageNumberCompletedEventHandler", - "Namespace": "System.Windows.Documents" + "Name": "ClockCollection", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "GetPageNumberCompletedEventArgs", - "Namespace": "System.Windows.Documents" + "Name": "SineEase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IDocumentPaginatorSource", - "Namespace": "System.Windows.Documents" + "Name": "BounceEase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "PagesChangedEventHandler", - "Namespace": "System.Windows.Documents" + "Name": "CircleEase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "PagesChangedEventArgs", - "Namespace": "System.Windows.Documents" + "Name": "BackEase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "PaginationProgressEventHandler", - "Namespace": "System.Windows.Documents" + "Name": "ElasticEase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "PaginationProgressEventArgs", - "Namespace": "System.Windows.Documents" + "Name": "ExponentialEase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "AutomationProperties", - "Namespace": "System.Windows.Automation" + "Name": "PowerEase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "IsOffscreenBehavior", - "Namespace": "System.Windows.Automation" + "Name": "QuinticEase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "AutomationLiveSetting", - "Namespace": "System.Windows.Automation" + "Name": "QuarticEase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "PatternInterface", - "Namespace": "System.Windows.Automation.Peers" + "Name": "CubicEase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "AutomationOrientation", - "Namespace": "System.Windows.Automation.Peers" + "Name": "QuadraticEase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "AutomationControlType", - "Namespace": "System.Windows.Automation.Peers" + "Name": "EasingMode", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "AutomationEvents", - "Namespace": "System.Windows.Automation.Peers" + "Name": "EasingFunctionBase", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "HostedWindowWrapper", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IEasingFunction", + "Namespace": "System.Windows.Media.Animation" }, { - "Name": "AutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "CharacterBufferReference", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "ContentElementAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "CharacterHit", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "GenericRootAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "CharacterBufferRange", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "UIElement3DAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "CultureSpecificCharacterBufferRange", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "UIElementAutomationPeer", - "Namespace": "System.Windows.Automation.Peers" + "Name": "IndexedGlyphRun", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "VisualDiagnostics", - "Namespace": "System.Windows.Diagnostics" + "Name": "MinMaxParagraphWidth", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "VisualTreeChangeType", - "Namespace": "System.Windows.Diagnostics" + "Name": "TextBounds", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "VisualTreeChangeEventArgs", - "Namespace": "System.Windows.Diagnostics" + "Name": "TextRunBounds", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "XamlSourceInfo", - "Namespace": "System.Windows.Diagnostics" + "Name": "TextCharacters", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "CursorInteropHelper", - "Namespace": "System.Windows.Interop" + "Name": "TextCollapsingProperties", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "D3DResourceType", - "Namespace": "System.Windows.Interop" + "Name": "TextCollapsedRange", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "D3DImage", - "Namespace": "System.Windows.Interop" + "Name": "TextCollapsingStyle", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "HwndSourceParameters", - "Namespace": "System.Windows.Interop" + "Name": "TextEmbeddedObject", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "RenderMode", - "Namespace": "System.Windows.Interop" + "Name": "TextEmbeddedObjectMetrics", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "HwndTarget", - "Namespace": "System.Windows.Interop" + "Name": "TextEndOfLine", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "HwndSource", - "Namespace": "System.Windows.Interop" + "Name": "TextEndOfParagraph", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "HwndSourceHook", - "Namespace": "System.Windows.Interop" + "Name": "TextEndOfSegment", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "IWin32Window", - "Namespace": "System.Windows.Interop" + "Name": "TextFormatter", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "InteropBitmap", - "Namespace": "System.Windows.Interop" + "Name": "TextHidden", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "Imaging", - "Namespace": "System.Windows.Interop" + "Name": "TextLine", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "DrawingAttributeIds", - "Namespace": "System.Windows.Ink" + "Name": "InvertAxes", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "StylusShape", - "Namespace": "System.Windows.Ink" + "Name": "TextLineBreak", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "EllipseStylusShape", - "Namespace": "System.Windows.Ink" + "Name": "TextMarkerProperties", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "RectangleStylusShape", - "Namespace": "System.Windows.Ink" + "Name": "TextModifier", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "ApplicationGesture", - "Namespace": "System.Windows.Ink" + "Name": "TextParagraphProperties", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "StrokeCollectionChangedEventHandler", - "Namespace": "System.Windows.Ink" + "Name": "TextRun", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "StrokeCollectionChangedEventArgs", - "Namespace": "System.Windows.Ink" + "Name": "TextRunCache", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "PropertyDataChangedEventHandler", - "Namespace": "System.Windows.Ink" + "Name": "TextRunProperties", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "PropertyDataChangedEventArgs", - "Namespace": "System.Windows.Ink" + "Name": "TextRunTypographyProperties", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "DrawingAttributesReplacedEventHandler", - "Namespace": "System.Windows.Ink" + "Name": "TextSimpleMarkerProperties", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "DrawingAttributesReplacedEventArgs", - "Namespace": "System.Windows.Ink" + "Name": "TextSource", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "StylusPointsReplacedEventHandler", - "Namespace": "System.Windows.Ink" + "Name": "TextSpan`1", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "StylusPointsReplacedEventArgs", - "Namespace": "System.Windows.Ink" + "Name": "TextTabProperties", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "StylusTip", - "Namespace": "System.Windows.Ink" + "Name": "TextTabAlignment", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "DrawingAttributes", - "Namespace": "System.Windows.Ink" + "Name": "TextTrailingCharacterEllipsis", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "GestureRecognitionResult", - "Namespace": "System.Windows.Ink" + "Name": "TextTrailingWordEllipsis", + "Namespace": "System.Windows.Media.TextFormatting" }, { - "Name": "GestureRecognizer", - "Namespace": "System.Windows.Ink" + "Name": "BaseIListConverter", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "IncrementalHitTester", - "Namespace": "System.Windows.Ink" + "Name": "DoubleIListConverter", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "IncrementalLassoHitTester", - "Namespace": "System.Windows.Ink" + "Name": "UShortIListConverter", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "IncrementalStrokeHitTester", - "Namespace": "System.Windows.Ink" + "Name": "BoolIListConverter", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "LassoSelectionChangedEventHandler", - "Namespace": "System.Windows.Ink" + "Name": "PointIListConverter", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "StrokeHitEventHandler", - "Namespace": "System.Windows.Ink" + "Name": "CharIListConverter", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "LassoSelectionChangedEventArgs", - "Namespace": "System.Windows.Ink" + "Name": "BrushValueSerializer", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "StrokeHitEventArgs", - "Namespace": "System.Windows.Ink" + "Name": "CacheModeValueSerializer", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "RecognitionConfidence", - "Namespace": "System.Windows.Ink" + "Name": "DoubleCollectionValueSerializer", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "Stroke", - "Namespace": "System.Windows.Ink" + "Name": "GeometryValueSerializer", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "StrokeCollection", - "Namespace": "System.Windows.Ink" + "Name": "Int32CollectionValueSerializer", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "ArcSegment", - "Namespace": "System.Windows.Media" + "Name": "PathFigureCollectionValueSerializer", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "BezierSegment", - "Namespace": "System.Windows.Media" + "Name": "PointCollectionValueSerializer", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "BitmapCache", - "Namespace": "System.Windows.Media" + "Name": "TransformValueSerializer", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "BitmapCacheBrush", - "Namespace": "System.Windows.Media" + "Name": "VectorCollectionValueSerializer", + "Namespace": "System.Windows.Media.Converters" }, { - "Name": "Brush", - "Namespace": "System.Windows.Media" + "Name": "Rotation", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "Brushes", - "Namespace": "System.Windows.Media" + "Name": "BitmapCacheOption", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "CacheMode", - "Namespace": "System.Windows.Media" + "Name": "BitmapCodecInfo", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "Color", - "Namespace": "System.Windows.Media" + "Name": "BitmapCreateOptions", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "ColorContext", - "Namespace": "System.Windows.Media" + "Name": "BitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" }, - { - "Name": "ColorConverter", - "Namespace": "System.Windows.Media" + { + "Name": "BitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "CombinedGeometry", - "Namespace": "System.Windows.Media" + "Name": "BmpBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "CompositionTarget", - "Namespace": "System.Windows.Media" + "Name": "BmpBitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "ContainerVisual", - "Namespace": "System.Windows.Media" + "Name": "BitmapFrame", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "LanguageSpecificStringDictionary", - "Namespace": "System.Windows.Media" + "Name": "BitmapMetadata", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "DashStyle", - "Namespace": "System.Windows.Media" + "Name": "BitmapMetadataBlob", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "DashStyles", - "Namespace": "System.Windows.Media" + "Name": "BitmapPalette", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "CharacterMetrics", - "Namespace": "System.Windows.Media" + "Name": "BitmapPalettes", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "CharacterMetricsDictionary", - "Namespace": "System.Windows.Media" + "Name": "BitmapSizeOptions", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "Drawing", - "Namespace": "System.Windows.Media" + "Name": "BitmapSource", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "DrawingBrush", - "Namespace": "System.Windows.Media" + "Name": "BitmapImage", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "DrawingCollection", - "Namespace": "System.Windows.Media" + "Name": "CachedBitmap", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "DrawingContext", - "Namespace": "System.Windows.Media" + "Name": "ColorConvertedBitmap", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "DrawingGroup", - "Namespace": "System.Windows.Media" + "Name": "CroppedBitmap", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "DrawingImage", - "Namespace": "System.Windows.Media" + "Name": "DownloadProgressEventArgs", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "DrawingVisual", - "Namespace": "System.Windows.Media" + "Name": "FormatConvertedBitmap", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "EllipseGeometry", - "Namespace": "System.Windows.Media" + "Name": "GifBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "FontFamilyMap", - "Namespace": "System.Windows.Media" + "Name": "GifBitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "FontFamilyMapCollection", - "Namespace": "System.Windows.Media" + "Name": "IconBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "FamilyTypeface", - "Namespace": "System.Windows.Media" + "Name": "InPlaceBitmapMetadataWriter", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "FamilyTypefaceCollection", - "Namespace": "System.Windows.Media" + "Name": "LateBoundBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "FontEmbeddingManager", - "Namespace": "System.Windows.Media" + "Name": "JpegBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "FontEmbeddingRight", - "Namespace": "System.Windows.Media" + "Name": "JpegBitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "FontFamily", - "Namespace": "System.Windows.Media" + "Name": "PngBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "FontFamilyConverter", - "Namespace": "System.Windows.Media" + "Name": "PngInterlaceOption", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "FontFamilyValueSerializer", - "Namespace": "System.Windows.Media" + "Name": "PngBitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "Fonts", - "Namespace": "System.Windows.Media" + "Name": "RenderTargetBitmap", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "FormattedText", - "Namespace": "System.Windows.Media" + "Name": "TiffBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "GeneralTransform", - "Namespace": "System.Windows.Media" + "Name": "TiffCompressOption", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "GeneralTransformGroup", - "Namespace": "System.Windows.Media" + "Name": "TiffBitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "AlignmentX", - "Namespace": "System.Windows.Media" + "Name": "WmpBitmapDecoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "AlignmentY", - "Namespace": "System.Windows.Media" + "Name": "WmpBitmapEncoder", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "BrushConverter", - "Namespace": "System.Windows.Media" + "Name": "TransformedBitmap", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "BrushMappingMode", - "Namespace": "System.Windows.Media" + "Name": "WriteableBitmap", + "Namespace": "System.Windows.Media.Imaging" }, { - "Name": "CacheModeConverter", - "Namespace": "System.Windows.Media" + "Name": "ShaderEffect", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "CachingHint", - "Namespace": "System.Windows.Media" + "Name": "BlurEffect", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "ColorInterpolationMode", - "Namespace": "System.Windows.Media" + "Name": "DropShadowEffect", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "GeometryCombineMode", - "Namespace": "System.Windows.Media" + "Name": "BitmapEffect", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "DoubleCollection", - "Namespace": "System.Windows.Media" + "Name": "BitmapEffectGroup", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "DoubleCollectionConverter", - "Namespace": "System.Windows.Media" + "Name": "BitmapEffectInput", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "EdgeMode", - "Namespace": "System.Windows.Media" + "Name": "BevelBitmapEffect", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "BitmapScalingMode", - "Namespace": "System.Windows.Media" + "Name": "BlurBitmapEffect", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "ClearTypeHint", - "Namespace": "System.Windows.Media" + "Name": "DropShadowBitmapEffect", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "FillRule", - "Namespace": "System.Windows.Media" + "Name": "Effect", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "GeneralTransformCollection", - "Namespace": "System.Windows.Media" + "Name": "EmbossBitmapEffect", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "Geometry", - "Namespace": "System.Windows.Media" + "Name": "OuterGlowBitmapEffect", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "GeometryCollection", - "Namespace": "System.Windows.Media" + "Name": "SamplingMode", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "GeometryConverter", - "Namespace": "System.Windows.Media" + "Name": "PixelShader", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "GeometryDrawing", - "Namespace": "System.Windows.Media" + "Name": "BitmapEffectCollection", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "GeometryGroup", - "Namespace": "System.Windows.Media" + "Name": "KernelType", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "GlyphRunDrawing", - "Namespace": "System.Windows.Media" + "Name": "EdgeProfile", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "GradientBrush", - "Namespace": "System.Windows.Media" + "Name": "ShaderRenderMode", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "GradientSpreadMethod", - "Namespace": "System.Windows.Media" + "Name": "RenderingBias", + "Namespace": "System.Windows.Media.Effects" }, { - "Name": "GradientStop", - "Namespace": "System.Windows.Media" + "Name": "IIASSDOHelper", + "Namespace": "SDOHlpLib" }, { - "Name": "GradientStopCollection", - "Namespace": "System.Windows.Media" + "Name": "IASSDOHelper", + "Namespace": "SDOHlpLib" }, { - "Name": "ImageBrush", - "Namespace": "System.Windows.Media" + "Name": "IASSDOHelperClass", + "Namespace": "SDOHlpLib" }, { - "Name": "ImageDrawing", - "Namespace": "System.Windows.Media" + "Name": "IASOSTYPE", + "Namespace": "SDOHlpLib" }, { - "Name": "ImageSource", - "Namespace": "System.Windows.Media" + "Name": "IIASItem", + "Namespace": "SDOHlpLib" }, { - "Name": "Int32Collection", - "Namespace": "System.Windows.Media" + "Name": "IIASService", + "Namespace": "SDOHlpLib" }, { - "Name": "Int32CollectionConverter", - "Namespace": "System.Windows.Media" + "Name": "IIASTemplatesRoot", + "Namespace": "SDOHlpLib" }, { - "Name": "LinearGradientBrush", - "Namespace": "System.Windows.Media" + "Name": "ATTRIBUTERESTRICTIONS", + "Namespace": "SDOHlpLib" }, { - "Name": "LineGeometry", - "Namespace": "System.Windows.Media" + "Name": "ATTRIBUTEID", + "Namespace": "SDOHlpLib" }, { - "Name": "LineSegment", - "Namespace": "System.Windows.Media" + "Name": "ISdoDictionaryOld", + "Namespace": "SDOHlpLib" }, { - "Name": "MatrixTransform", - "Namespace": "System.Windows.Media" + "Name": "ISdoServiceControl", + "Namespace": "SDOHlpLib" }, { - "Name": "MediaTimeline", - "Namespace": "System.Windows.Media" + "Name": "ISdo", + "Namespace": "SDOHlpLib" }, { - "Name": "PathFigure", - "Namespace": "System.Windows.Media" + "Name": "IIASItemInternal", + "Namespace": "SDOHlpLib" }, { - "Name": "PathFigureCollection", - "Namespace": "System.Windows.Media" + "Name": "IIASEnum", + "Namespace": "SDOHlpLib" }, { - "Name": "PathFigureCollectionConverter", - "Namespace": "System.Windows.Media" + "Name": "IIASCollection", + "Namespace": "SDOHlpLib" }, { - "Name": "PathGeometry", - "Namespace": "System.Windows.Media" + "Name": "ISdoCollection", + "Namespace": "SDOHlpLib" }, { - "Name": "PathSegment", - "Namespace": "System.Windows.Media" + "Name": "IIASItemsCollection", + "Namespace": "SDOHlpLib" }, { - "Name": "PathSegmentCollection", - "Namespace": "System.Windows.Media" + "Name": "IIASAttributesCollection", + "Namespace": "SDOHlpLib" }, { - "Name": "Pen", - "Namespace": "System.Windows.Media" + "Name": "_ATTRIBUTEID", + "Namespace": "SDOHlpLib" }, { - "Name": "PenLineCap", - "Namespace": "System.Windows.Media" + "Name": "IIASConditionsCollection", + "Namespace": "SDOHlpLib" }, { - "Name": "PenLineJoin", - "Namespace": "System.Windows.Media" + "Name": "IIASAccounting", + "Namespace": "SDOHlpLib" }, { - "Name": "PointCollection", - "Namespace": "System.Windows.Media" + "Name": "IIASFileAccounting", + "Namespace": "SDOHlpLib" }, { - "Name": "PointCollectionConverter", - "Namespace": "System.Windows.Media" + "Name": "IIASSQLAccounting", + "Namespace": "SDOHlpLib" }, { - "Name": "PolyBezierSegment", - "Namespace": "System.Windows.Media" + "Name": "IIASClient", + "Namespace": "SDOHlpLib" }, { - "Name": "PolyLineSegment", - "Namespace": "System.Windows.Media" + "Name": "IIASRemoteServer", + "Namespace": "SDOHlpLib" }, { - "Name": "PolyQuadraticBezierSegment", - "Namespace": "System.Windows.Media" + "Name": "IIASRemediationServer", + "Namespace": "SDOHlpLib" }, { - "Name": "QuadraticBezierSegment", - "Namespace": "System.Windows.Media" + "Name": "IIASPolicy", + "Namespace": "SDOHlpLib" }, { - "Name": "RadialGradientBrush", - "Namespace": "System.Windows.Media" + "Name": "IIASServerGroup", + "Namespace": "SDOHlpLib" }, { - "Name": "RectangleGeometry", - "Namespace": "System.Windows.Media" + "Name": "IIASSHVTemplate", + "Namespace": "SDOHlpLib" }, { - "Name": "RotateTransform", - "Namespace": "System.Windows.Media" + "Name": "IIASSharedSecret", + "Namespace": "SDOHlpLib" }, { - "Name": "ScaleTransform", - "Namespace": "System.Windows.Media" + "Name": "IIASIPFilter", + "Namespace": "SDOHlpLib" }, { - "Name": "SkewTransform", - "Namespace": "System.Windows.Media" + "Name": "_IASOSTYPE", + "Namespace": "SDOHlpLib" }, { - "Name": "SolidColorBrush", - "Namespace": "System.Windows.Media" + "Name": "_ATTRIBUTERESTRICTIONS", + "Namespace": "SDOHlpLib" }, { - "Name": "StreamGeometry", - "Namespace": "System.Windows.Media" + "Name": "AUTHENTICATION_TYPE", + "Namespace": "SDOHlpLib" }, { - "Name": "Stretch", - "Namespace": "System.Windows.Media" + "Name": "_AUTHENTICATION_TYPE", + "Namespace": "SDOHlpLib" }, { - "Name": "SweepDirection", - "Namespace": "System.Windows.Media" + "Name": "SqlContext", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "TextEffect", - "Namespace": "System.Windows.Media" + "Name": "SqlDataRecord", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "TextEffectCollection", - "Namespace": "System.Windows.Media" + "Name": "SqlPipe", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "TileBrush", - "Namespace": "System.Windows.Media" + "Name": "SqlTriggerContext", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "TileMode", - "Namespace": "System.Windows.Media" + "Name": "IBinarySerialize", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "ToleranceType", - "Namespace": "System.Windows.Media" + "Name": "InvalidUdtException", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "Transform", - "Namespace": "System.Windows.Media" + "Name": "SqlFacetAttribute", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "TransformCollection", - "Namespace": "System.Windows.Media" + "Name": "DataAccessKind", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "TransformConverter", - "Namespace": "System.Windows.Media" + "Name": "SystemDataAccessKind", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "TransformGroup", - "Namespace": "System.Windows.Media" + "Name": "SqlFunctionAttribute", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "TranslateTransform", - "Namespace": "System.Windows.Media" + "Name": "SqlMetaData", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "VectorCollection", - "Namespace": "System.Windows.Media" + "Name": "SqlMethodAttribute", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "VectorCollectionConverter", - "Namespace": "System.Windows.Media" + "Name": "SqlProcedureAttribute", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "VisualBrush", - "Namespace": "System.Windows.Media" + "Name": "SqlTriggerAttribute", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "VideoDrawing", - "Namespace": "System.Windows.Media" + "Name": "SqlUserDefinedAggregateAttribute", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "GuidelineSet", - "Namespace": "System.Windows.Media" + "Name": "Format", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "TextRenderingMode", - "Namespace": "System.Windows.Media" + "Name": "SqlUserDefinedTypeAttribute", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "TextHintingMode", - "Namespace": "System.Windows.Media" + "Name": "TriggerAction", + "Namespace": "Microsoft.SqlServer.Server" }, { - "Name": "GeometryHitTestParameters", - "Namespace": "System.Windows.Media" + "Name": "XmlDataDocument", + "Namespace": "System.Xml" }, { - "Name": "GeometryHitTestResult", - "Namespace": "System.Windows.Media" + "Name": "AcceptRejectRule", + "Namespace": "System.Data" }, { - "Name": "GlyphRun", - "Namespace": "System.Windows.Media" + "Name": "InternalDataCollectionBase", + "Namespace": "System.Data" }, { - "Name": "GlyphTypeface", - "Namespace": "System.Windows.Media" + "Name": "TypedDataSetGenerator", + "Namespace": "System.Data" }, { - "Name": "HitTestFilterBehavior", - "Namespace": "System.Windows.Media" + "Name": "StrongTypingException", + "Namespace": "System.Data" }, { - "Name": "HitTestFilterCallback", - "Namespace": "System.Windows.Media" + "Name": "TypedDataSetGeneratorException", + "Namespace": "System.Data" }, { - "Name": "HitTestResult", - "Namespace": "System.Windows.Media" + "Name": "CommandBehavior", + "Namespace": "System.Data" }, { - "Name": "HitTestResultBehavior", - "Namespace": "System.Windows.Media" + "Name": "CommandType", + "Namespace": "System.Data" }, { - "Name": "HitTestResultCallback", - "Namespace": "System.Windows.Media" + "Name": "KeyRestrictionBehavior", + "Namespace": "System.Data" }, { - "Name": "HitTestParameters", - "Namespace": "System.Windows.Media" + "Name": "ConflictOption", + "Namespace": "System.Data" }, { - "Name": "HostVisual", - "Namespace": "System.Windows.Media" + "Name": "ConnectionState", + "Namespace": "System.Data" }, { - "Name": "ImageMetadata", - "Namespace": "System.Windows.Media" + "Name": "Constraint", + "Namespace": "System.Data" }, { - "Name": "ImageSourceConverter", - "Namespace": "System.Windows.Media" + "Name": "ConstraintCollection", + "Namespace": "System.Data" }, { - "Name": "ImageSourceValueSerializer", - "Namespace": "System.Windows.Media" + "Name": "DataColumn", + "Namespace": "System.Data" }, { - "Name": "InvalidWmpVersionException", - "Namespace": "System.Windows.Media" + "Name": "DataColumnChangeEventArgs", + "Namespace": "System.Data" }, { - "Name": "IntersectionDetail", - "Namespace": "System.Windows.Media" + "Name": "DataColumnChangeEventHandler", + "Namespace": "System.Data" }, { - "Name": "Colors", - "Namespace": "System.Windows.Media" + "Name": "DataColumnCollection", + "Namespace": "System.Data" }, { - "Name": "MediaClock", - "Namespace": "System.Windows.Media" + "Name": "DataException", + "Namespace": "System.Data" }, { - "Name": "ExceptionEventArgs", - "Namespace": "System.Windows.Media" + "Name": "ConstraintException", + "Namespace": "System.Data" }, { - "Name": "MediaScriptCommandEventArgs", - "Namespace": "System.Windows.Media" + "Name": "DeletedRowInaccessibleException", + "Namespace": "System.Data" }, { - "Name": "MediaPlayer", - "Namespace": "System.Windows.Media" + "Name": "DuplicateNameException", + "Namespace": "System.Data" }, { - "Name": "PixelFormatChannelMask", - "Namespace": "System.Windows.Media" + "Name": "InRowChangingEventException", + "Namespace": "System.Data" }, { - "Name": "PixelFormat", - "Namespace": "System.Windows.Media" + "Name": "InvalidConstraintException", + "Namespace": "System.Data" }, { - "Name": "PixelFormatConverter", - "Namespace": "System.Windows.Media" + "Name": "MissingPrimaryKeyException", + "Namespace": "System.Data" }, { - "Name": "PixelFormats", - "Namespace": "System.Windows.Media" + "Name": "NoNullAllowedException", + "Namespace": "System.Data" }, { - "Name": "PointHitTestResult", - "Namespace": "System.Windows.Media" + "Name": "ReadOnlyException", + "Namespace": "System.Data" }, { - "Name": "PointHitTestParameters", - "Namespace": "System.Windows.Media" + "Name": "RowNotInTableException", + "Namespace": "System.Data" }, { - "Name": "RenderCapability", - "Namespace": "System.Windows.Media" + "Name": "VersionNotFoundException", + "Namespace": "System.Data" }, { - "Name": "RenderingEventArgs", - "Namespace": "System.Windows.Media" + "Name": "DataRelation", + "Namespace": "System.Data" }, { - "Name": "RenderOptions", - "Namespace": "System.Windows.Media" + "Name": "DataRelationCollection", + "Namespace": "System.Data" }, { - "Name": "RequestCachePolicyConverter", - "Namespace": "System.Windows.Media" + "Name": "DataRow", + "Namespace": "System.Data" }, { - "Name": "StreamGeometryContext", - "Namespace": "System.Windows.Media" + "Name": "DataRowBuilder", + "Namespace": "System.Data" }, { - "Name": "StyleSimulations", - "Namespace": "System.Windows.Media" + "Name": "DataRowAction", + "Namespace": "System.Data" }, { - "Name": "NumberSubstitution", - "Namespace": "System.Windows.Media" + "Name": "DataRowChangeEventArgs", + "Namespace": "System.Data" }, { - "Name": "NumberCultureSource", - "Namespace": "System.Windows.Media" + "Name": "DataRowChangeEventHandler", + "Namespace": "System.Data" }, { - "Name": "NumberSubstitutionMethod", - "Namespace": "System.Windows.Media" + "Name": "DataRowCollection", + "Namespace": "System.Data" }, { - "Name": "Typeface", - "Namespace": "System.Windows.Media" + "Name": "DataRowState", + "Namespace": "System.Data" }, { - "Name": "Visual", - "Namespace": "System.Windows.Media" + "Name": "DataRowVersion", + "Namespace": "System.Data" }, { - "Name": "VisualCollection", - "Namespace": "System.Windows.Media" + "Name": "DataRowView", + "Namespace": "System.Data" }, { - "Name": "VisualTreeHelper", - "Namespace": "System.Windows.Media" + "Name": "SerializationFormat", + "Namespace": "System.Data" }, { - "Name": "VisualTarget", - "Namespace": "System.Windows.Media" + "Name": "DataSet", + "Namespace": "System.Data" }, { - "Name": "AffineTransform3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataSetSchemaImporterExtension", + "Namespace": "System.Data" }, { - "Name": "AmbientLight", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataSetDateTime", + "Namespace": "System.Data" }, { - "Name": "AxisAngleRotation3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataSysDescriptionAttribute", + "Namespace": "System.Data" }, { - "Name": "Camera", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataTable", + "Namespace": "System.Data" }, { - "Name": "ContainerUIElement3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataTableClearEventArgs", + "Namespace": "System.Data" }, { - "Name": "DiffuseMaterial", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataTableClearEventHandler", + "Namespace": "System.Data" }, { - "Name": "DirectionalLight", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataTableCollection", + "Namespace": "System.Data" }, { - "Name": "EmissiveMaterial", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataTableNewRowEventArgs", + "Namespace": "System.Data" }, { - "Name": "GeneralTransform3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataTableNewRowEventHandler", + "Namespace": "System.Data" }, { - "Name": "GeneralTransform3DGroup", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataTableReader", + "Namespace": "System.Data" }, { - "Name": "GeneralTransform3DTo2D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataView", + "Namespace": "System.Data" }, { - "Name": "GeneralTransform2DTo3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataViewManager", + "Namespace": "System.Data" }, { - "Name": "Geometry3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataViewRowState", + "Namespace": "System.Data" }, { - "Name": "GeometryModel3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataViewSetting", + "Namespace": "System.Data" }, { - "Name": "HitTestParameters3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DataViewSettingCollection", + "Namespace": "System.Data" }, { - "Name": "Light", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DBConcurrencyException", + "Namespace": "System.Data" }, { - "Name": "Material", - "Namespace": "System.Windows.Media.Media3D" + "Name": "DbType", + "Namespace": "System.Data" }, { - "Name": "MaterialGroup", - "Namespace": "System.Windows.Media.Media3D" + "Name": "FillErrorEventArgs", + "Namespace": "System.Data" }, { - "Name": "Matrix3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "FillErrorEventHandler", + "Namespace": "System.Data" }, { - "Name": "MatrixCamera", - "Namespace": "System.Windows.Media.Media3D" + "Name": "InvalidExpressionException", + "Namespace": "System.Data" }, { - "Name": "MatrixTransform3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "EvaluateException", + "Namespace": "System.Data" }, { - "Name": "Rotation3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "SyntaxErrorException", + "Namespace": "System.Data" }, { - "Name": "MeshGeometry3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "ForeignKeyConstraint", + "Namespace": "System.Data" }, { - "Name": "Model3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "IColumnMapping", + "Namespace": "System.Data" }, { - "Name": "Model3DGroup", - "Namespace": "System.Windows.Media.Media3D" + "Name": "IColumnMappingCollection", + "Namespace": "System.Data" }, { - "Name": "ModelUIElement3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "IDataAdapter", + "Namespace": "System.Data" }, { - "Name": "ModelVisual3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "IDataParameter", + "Namespace": "System.Data" }, { - "Name": "Point3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "IDataParameterCollection", + "Namespace": "System.Data" }, { - "Name": "Point3DCollection", - "Namespace": "System.Windows.Media.Media3D" + "Name": "IDataReader", + "Namespace": "System.Data" }, { - "Name": "Vector3DCollection", - "Namespace": "System.Windows.Media.Media3D" + "Name": "IDataRecord", + "Namespace": "System.Data" }, { - "Name": "Point4D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "IDbCommand", + "Namespace": "System.Data" }, { - "Name": "PointLight", - "Namespace": "System.Windows.Media.Media3D" + "Name": "IDbConnection", + "Namespace": "System.Data" }, { - "Name": "PointLightBase", - "Namespace": "System.Windows.Media.Media3D" + "Name": "IDbDataAdapter", + "Namespace": "System.Data" }, { - "Name": "OrthographicCamera", - "Namespace": "System.Windows.Media.Media3D" + "Name": "IDbDataParameter", + "Namespace": "System.Data" }, { - "Name": "PerspectiveCamera", - "Namespace": "System.Windows.Media.Media3D" + "Name": "IDbTransaction", + "Namespace": "System.Data" }, { - "Name": "ProjectionCamera", - "Namespace": "System.Windows.Media.Media3D" + "Name": "IsolationLevel", + "Namespace": "System.Data" }, { - "Name": "Quaternion", - "Namespace": "System.Windows.Media.Media3D" + "Name": "ITableMapping", + "Namespace": "System.Data" }, { - "Name": "QuaternionRotation3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "ITableMappingCollection", + "Namespace": "System.Data" }, { - "Name": "RayHitTestResult", - "Namespace": "System.Windows.Media.Media3D" + "Name": "LoadOption", + "Namespace": "System.Data" }, { - "Name": "RayHitTestParameters", - "Namespace": "System.Windows.Media.Media3D" + "Name": "MappingType", + "Namespace": "System.Data" }, { - "Name": "RayMeshGeometry3DHitTestResult", - "Namespace": "System.Windows.Media.Media3D" + "Name": "MergeFailedEventArgs", + "Namespace": "System.Data" }, { - "Name": "Rect3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "MergeFailedEventHandler", + "Namespace": "System.Data" }, { - "Name": "RotateTransform3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "MissingMappingAction", + "Namespace": "System.Data" }, { - "Name": "ScaleTransform3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "MissingSchemaAction", + "Namespace": "System.Data" }, { - "Name": "Size3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "PropertyAttributes", + "Namespace": "System.Data" }, { - "Name": "SpecularMaterial", - "Namespace": "System.Windows.Media.Media3D" + "Name": "OperationAbortedException", + "Namespace": "System.Data" }, { - "Name": "SpotLight", - "Namespace": "System.Windows.Media.Media3D" + "Name": "ParameterDirection", + "Namespace": "System.Data" }, { - "Name": "Transform3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "PropertyCollection", + "Namespace": "System.Data" }, { - "Name": "Transform3DGroup", - "Namespace": "System.Windows.Media.Media3D" + "Name": "StatementCompletedEventArgs", + "Namespace": "System.Data" }, { - "Name": "TranslateTransform3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "StatementCompletedEventHandler", + "Namespace": "System.Data" }, { - "Name": "Vector3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "Rule", + "Namespace": "System.Data" }, { - "Name": "Viewport2DVisual3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "SchemaSerializationMode", + "Namespace": "System.Data" }, { - "Name": "Viewport3DVisual", - "Namespace": "System.Windows.Media.Media3D" + "Name": "SchemaType", + "Namespace": "System.Data" }, { - "Name": "Visual3D", - "Namespace": "System.Windows.Media.Media3D" + "Name": "SqlDbType", + "Namespace": "System.Data" }, { - "Name": "Visual3DCollection", - "Namespace": "System.Windows.Media.Media3D" + "Name": "StateChangeEventArgs", + "Namespace": "System.Data" }, { - "Name": "GeneralTransform3DCollection", - "Namespace": "System.Windows.Media.Media3D" + "Name": "StateChangeEventHandler", + "Namespace": "System.Data" }, { - "Name": "MaterialCollection", - "Namespace": "System.Windows.Media.Media3D" + "Name": "StatementType", + "Namespace": "System.Data" }, { - "Name": "Matrix3DConverter", - "Namespace": "System.Windows.Media.Media3D" + "Name": "UniqueConstraint", + "Namespace": "System.Data" }, { - "Name": "Model3DCollection", - "Namespace": "System.Windows.Media.Media3D" + "Name": "UpdateRowSource", + "Namespace": "System.Data" }, { - "Name": "Point3DConverter", - "Namespace": "System.Windows.Media.Media3D" + "Name": "UpdateStatus", + "Namespace": "System.Data" }, { - "Name": "Point3DCollectionConverter", - "Namespace": "System.Windows.Media.Media3D" + "Name": "XmlReadMode", + "Namespace": "System.Data" }, { - "Name": "Point4DConverter", - "Namespace": "System.Windows.Media.Media3D" + "Name": "XmlWriteMode", + "Namespace": "System.Data" }, { - "Name": "QuaternionConverter", - "Namespace": "System.Windows.Media.Media3D" + "Name": "SqlDataSourceEnumerator", + "Namespace": "System.Data.Sql" }, { - "Name": "Rect3DConverter", - "Namespace": "System.Windows.Media.Media3D" + "Name": "SqlNotificationRequest", + "Namespace": "System.Data.Sql" }, { - "Name": "Size3DConverter", - "Namespace": "System.Windows.Media.Media3D" + "Name": "INullable", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "Transform3DCollection", - "Namespace": "System.Windows.Media.Media3D" + "Name": "SqlBinary", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "Vector3DConverter", - "Namespace": "System.Windows.Media.Media3D" + "Name": "SqlBoolean", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "Vector3DCollectionConverter", - "Namespace": "System.Windows.Media.Media3D" + "Name": "SqlByte", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "Matrix3DValueSerializer", - "Namespace": "System.Windows.Media.Media3D.Converters" + "Name": "SqlBytes", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "Point3DCollectionValueSerializer", - "Namespace": "System.Windows.Media.Media3D.Converters" + "Name": "SqlChars", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "Point3DValueSerializer", - "Namespace": "System.Windows.Media.Media3D.Converters" + "Name": "SqlDateTime", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "Point4DValueSerializer", - "Namespace": "System.Windows.Media.Media3D.Converters" + "Name": "SqlDecimal", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "QuaternionValueSerializer", - "Namespace": "System.Windows.Media.Media3D.Converters" + "Name": "SqlDouble", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "Rect3DValueSerializer", - "Namespace": "System.Windows.Media.Media3D.Converters" + "Name": "SqlFileStream", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "Size3DValueSerializer", - "Namespace": "System.Windows.Media.Media3D.Converters" + "Name": "SqlGuid", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "Vector3DCollectionValueSerializer", - "Namespace": "System.Windows.Media.Media3D.Converters" + "Name": "SqlInt16", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "Vector3DValueSerializer", - "Namespace": "System.Windows.Media.Media3D.Converters" + "Name": "SqlInt32", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "Animatable", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlInt64", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "AnimationClock", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlMoney", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "AnimationException", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlSingle", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "AnimationTimeline", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlCompareOptions", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "Clock", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlString", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "ClockController", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlTypesSchemaImporterExtensionHelper", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "ClockGroup", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeCharSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "ClockState", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeNCharSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "DoubleAnimationUsingPath", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeVarCharSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "TimeSeekOrigin", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeNVarCharSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "FillBehavior", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeTextSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "BooleanAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeNTextSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "BooleanAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeVarBinarySchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "BooleanKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeBinarySchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "ByteAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeVarImageSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "ByteAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeDecimalSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "ByteAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeNumericSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "ByteKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeBigIntSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "CharAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeIntSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "CharAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeSmallIntSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "CharKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeTinyIntSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "ColorAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeBitSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "ColorAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeFloatSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "ColorAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeRealSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "ColorKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeDateTimeSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "DecimalAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeSmallDateTimeSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "DecimalAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeMoneySchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "DecimalAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeSmallMoneySchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "DecimalKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "TypeUniqueIdentifierSchemaImporterExtension", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "DiscreteBooleanKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "StorageState", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "DiscreteByteKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlTypeException", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "DiscreteCharKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlNullValueException", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "DiscreteColorKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlTruncateException", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "DiscreteDecimalKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlNotFilledException", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "DiscreteDoubleKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlAlreadyFilledException", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "DiscreteInt16KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlXml", + "Namespace": "System.Data.SqlTypes" }, { - "Name": "DiscreteInt32KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlColumnEncryptionKeyStoreProvider", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DiscreteInt64KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlColumnEncryptionCertificateStoreProvider", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DiscreteMatrixKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlColumnEncryptionCngProvider", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DiscreteObjectKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlColumnEncryptionCspProvider", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DiscretePointKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "ApplicationIntent", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DiscretePoint3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlCredential", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DiscreteQuaternionKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OnChangeEventHandler", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DiscreteRotation3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlRowsCopiedEventArgs", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DiscreteRectKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlRowsCopiedEventHandler", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DiscreteSingleKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlBulkCopy", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DiscreteSizeKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlBulkCopyColumnMapping", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DiscreteStringKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlBulkCopyColumnMappingCollection", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DiscreteVectorKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlBulkCopyOptions", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DiscreteVector3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlClientFactory", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DoubleAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlClientMetaDataCollectionNames", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DoubleAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlClientPermission", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DoubleAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlClientPermissionAttribute", + "Namespace": "System.Data.SqlClient" }, { - "Name": "DoubleKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlCommand", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingByteKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlCommandBuilder", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingColorKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlConnection", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingDecimalKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SQLDebugging", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingDoubleKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlConnectionStringBuilder", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingInt16KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlDataAdapter", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingInt32KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlDataReader", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingInt64KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlDependency", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingPointKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlError", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingPoint3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlErrorCollection", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingQuaternionKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlException", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingRotation3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlInfoMessageEventArgs", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingRectKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlInfoMessageEventHandler", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingSingleKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlNotificationEventArgs", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingSizeKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlNotificationInfo", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingVectorKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlNotificationSource", + "Namespace": "System.Data.SqlClient" }, { - "Name": "EasingVector3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlNotificationType", + "Namespace": "System.Data.SqlClient" }, { - "Name": "Int16Animation", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlParameter", + "Namespace": "System.Data.SqlClient" }, { - "Name": "Int16AnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlParameterCollection", + "Namespace": "System.Data.SqlClient" }, { - "Name": "Int16AnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlRowUpdatedEventArgs", + "Namespace": "System.Data.SqlClient" }, { - "Name": "Int16KeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlRowUpdatedEventHandler", + "Namespace": "System.Data.SqlClient" }, { - "Name": "Int32Animation", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlRowUpdatingEventArgs", + "Namespace": "System.Data.SqlClient" }, { - "Name": "Int32AnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlRowUpdatingEventHandler", + "Namespace": "System.Data.SqlClient" }, { - "Name": "Int32AnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlTransaction", + "Namespace": "System.Data.SqlClient" }, { - "Name": "Int32KeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlConnectionColumnEncryptionSetting", + "Namespace": "System.Data.SqlClient" }, { - "Name": "Int64Animation", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlCommandColumnEncryptionSetting", + "Namespace": "System.Data.SqlClient" }, { - "Name": "Int64AnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "SqlAuthenticationMethod", + "Namespace": "System.Data.SqlClient" }, { - "Name": "Int64AnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "SortOrder", + "Namespace": "System.Data.SqlClient" }, { - "Name": "Int64KeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "PoolBlockingPeriod", + "Namespace": "System.Data.SqlClient" }, { - "Name": "BooleanKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbCommand", + "Namespace": "System.Data.OleDb" }, { - "Name": "ByteKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbCommandBuilder", + "Namespace": "System.Data.OleDb" }, { - "Name": "CharKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbConnection", + "Namespace": "System.Data.OleDb" }, { - "Name": "ColorKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbConnectionStringBuilder", + "Namespace": "System.Data.OleDb" }, { - "Name": "DecimalKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbDataAdapter", + "Namespace": "System.Data.OleDb" }, { - "Name": "DoubleKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbDataReader", + "Namespace": "System.Data.OleDb" }, { - "Name": "Int16KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbEnumerator", + "Namespace": "System.Data.OleDb" }, { - "Name": "Int32KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbError", + "Namespace": "System.Data.OleDb" }, { - "Name": "Int64KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbErrorCollection", + "Namespace": "System.Data.OleDb" }, { - "Name": "MatrixKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbException", + "Namespace": "System.Data.OleDb" }, { - "Name": "ObjectKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbFactory", + "Namespace": "System.Data.OleDb" }, { - "Name": "PointKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbInfoMessageEventArgs", + "Namespace": "System.Data.OleDb" }, { - "Name": "Point3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbInfoMessageEventHandler", + "Namespace": "System.Data.OleDb" }, { - "Name": "QuaternionKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbLiteral", + "Namespace": "System.Data.OleDb" }, { - "Name": "Rotation3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbMetaDataCollectionNames", + "Namespace": "System.Data.OleDb" }, { - "Name": "RectKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbMetaDataColumnNames", + "Namespace": "System.Data.OleDb" }, { - "Name": "SingleKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbParameter", + "Namespace": "System.Data.OleDb" }, { - "Name": "SizeKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbParameterCollection", + "Namespace": "System.Data.OleDb" }, { - "Name": "StringKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbPermission", + "Namespace": "System.Data.OleDb" }, { - "Name": "VectorKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbPermissionAttribute", + "Namespace": "System.Data.OleDb" }, { - "Name": "Vector3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbRowUpdatedEventArgs", + "Namespace": "System.Data.OleDb" }, { - "Name": "LinearByteKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbRowUpdatedEventHandler", + "Namespace": "System.Data.OleDb" }, { - "Name": "LinearColorKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbRowUpdatingEventArgs", + "Namespace": "System.Data.OleDb" }, { - "Name": "LinearDecimalKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbRowUpdatingEventHandler", + "Namespace": "System.Data.OleDb" }, { - "Name": "LinearDoubleKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbSchemaGuid", + "Namespace": "System.Data.OleDb" }, { - "Name": "LinearInt16KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbTransaction", + "Namespace": "System.Data.OleDb" }, { - "Name": "LinearInt32KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OleDbType", + "Namespace": "System.Data.OleDb" }, { - "Name": "LinearInt64KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcCommand", + "Namespace": "System.Data.Odbc" }, { - "Name": "LinearPointKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcCommandBuilder", + "Namespace": "System.Data.Odbc" }, { - "Name": "LinearPoint3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcConnection", + "Namespace": "System.Data.Odbc" }, { - "Name": "LinearQuaternionKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcConnectionStringBuilder", + "Namespace": "System.Data.Odbc" }, { - "Name": "LinearRotation3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcDataAdapter", + "Namespace": "System.Data.Odbc" }, { - "Name": "LinearRectKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcDataReader", + "Namespace": "System.Data.Odbc" }, { - "Name": "LinearSingleKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcError", + "Namespace": "System.Data.Odbc" }, { - "Name": "LinearSizeKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcErrorCollection", + "Namespace": "System.Data.Odbc" }, { - "Name": "LinearVectorKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcException", + "Namespace": "System.Data.Odbc" }, { - "Name": "LinearVector3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcFactory", + "Namespace": "System.Data.Odbc" }, { - "Name": "MatrixAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcInfoMessageEventHandler", + "Namespace": "System.Data.Odbc" }, { - "Name": "MatrixAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcInfoMessageEventArgs", + "Namespace": "System.Data.Odbc" }, { - "Name": "MatrixKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcMetaDataCollectionNames", + "Namespace": "System.Data.Odbc" }, { - "Name": "ObjectAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcMetaDataColumnNames", + "Namespace": "System.Data.Odbc" }, { - "Name": "ObjectAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcParameter", + "Namespace": "System.Data.Odbc" }, { - "Name": "ObjectKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcParameterCollection", + "Namespace": "System.Data.Odbc" }, { - "Name": "ParallelTimeline", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcPermission", + "Namespace": "System.Data.Odbc" }, { - "Name": "Point3DAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcPermissionAttribute", + "Namespace": "System.Data.Odbc" }, { - "Name": "Point3DAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcRowUpdatingEventHandler", + "Namespace": "System.Data.Odbc" }, { - "Name": "Point3DAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcRowUpdatedEventHandler", + "Namespace": "System.Data.Odbc" }, { - "Name": "Point3DKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcRowUpdatingEventArgs", + "Namespace": "System.Data.Odbc" }, { - "Name": "PointAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcRowUpdatedEventArgs", + "Namespace": "System.Data.Odbc" }, { - "Name": "PointAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcTransaction", + "Namespace": "System.Data.Odbc" }, { - "Name": "PointAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "OdbcType", + "Namespace": "System.Data.Odbc" }, { - "Name": "PointKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "CatalogLocation", + "Namespace": "System.Data.Common" }, { - "Name": "QuaternionAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "DataAdapter", + "Namespace": "System.Data.Common" }, { - "Name": "QuaternionAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "DataColumnMapping", + "Namespace": "System.Data.Common" }, { - "Name": "QuaternionAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "DataColumnMappingCollection", + "Namespace": "System.Data.Common" }, { - "Name": "QuaternionKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "DataTableMapping", + "Namespace": "System.Data.Common" }, { - "Name": "RectAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "DataTableMappingCollection", + "Namespace": "System.Data.Common" }, { - "Name": "RectAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbCommand", + "Namespace": "System.Data.Common" }, { - "Name": "RectAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbColumn", + "Namespace": "System.Data.Common" }, { - "Name": "RectKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "IDbColumnSchemaGenerator", + "Namespace": "System.Data.Common" }, { - "Name": "Rotation3DAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbDataReaderExtensions", + "Namespace": "System.Data.Common" }, { - "Name": "Rotation3DAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbCommandBuilder", + "Namespace": "System.Data.Common" }, { - "Name": "Rotation3DAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbConnection", + "Namespace": "System.Data.Common" }, { - "Name": "Rotation3DKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbConnectionStringBuilder", + "Namespace": "System.Data.Common" }, { - "Name": "SingleAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbDataAdapter", + "Namespace": "System.Data.Common" }, { - "Name": "SingleAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "DBDataPermission", + "Namespace": "System.Data.Common" }, { - "Name": "SingleAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "DBDataPermissionAttribute", + "Namespace": "System.Data.Common" }, { - "Name": "SingleKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbDataReader", + "Namespace": "System.Data.Common" }, { - "Name": "SizeAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbDataRecord", + "Namespace": "System.Data.Common" }, { - "Name": "SizeAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbDataSourceEnumerator", + "Namespace": "System.Data.Common" }, { - "Name": "SizeAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbEnumerator", + "Namespace": "System.Data.Common" }, { - "Name": "SizeKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbException", + "Namespace": "System.Data.Common" }, { - "Name": "SplineByteKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbParameter", + "Namespace": "System.Data.Common" }, { - "Name": "SplineColorKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbParameterCollection", + "Namespace": "System.Data.Common" }, { - "Name": "SplineDecimalKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbProviderConfigurationHandler", + "Namespace": "System.Data.Common" }, { - "Name": "SplineDoubleKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbProviderFactories", + "Namespace": "System.Data.Common" }, { - "Name": "SplineInt16KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbProviderFactoriesConfigurationHandler", + "Namespace": "System.Data.Common" }, { - "Name": "SplineInt32KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbProviderFactory", + "Namespace": "System.Data.Common" }, { - "Name": "SplineInt64KeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbProviderSpecificTypePropertyAttribute", + "Namespace": "System.Data.Common" }, { - "Name": "SplinePointKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbTransaction", + "Namespace": "System.Data.Common" }, { - "Name": "SplinePoint3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "GroupByBehavior", + "Namespace": "System.Data.Common" }, { - "Name": "SplineQuaternionKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "IdentifierCase", + "Namespace": "System.Data.Common" }, { - "Name": "SplineRotation3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "RowUpdatedEventArgs", + "Namespace": "System.Data.Common" }, { - "Name": "SplineRectKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "RowUpdatingEventArgs", + "Namespace": "System.Data.Common" }, { - "Name": "SplineSingleKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SchemaTableColumn", + "Namespace": "System.Data.Common" }, { - "Name": "SplineSizeKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SchemaTableOptionalColumn", + "Namespace": "System.Data.Common" }, { - "Name": "SplineVectorKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "SupportedJoinOperators", + "Namespace": "System.Data.Common" }, { - "Name": "SplineVector3DKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbMetaDataCollectionNames", + "Namespace": "System.Data.Common" }, { - "Name": "StringAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "DbMetaDataColumnNames", + "Namespace": "System.Data.Common" }, { - "Name": "StringAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleBFile", + "Namespace": "System.Data.OracleClient" }, { - "Name": "StringKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleBinary", + "Namespace": "System.Data.OracleClient" }, { - "Name": "Timeline", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleBoolean", + "Namespace": "System.Data.OracleClient" }, { - "Name": "TimelineCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleCommand", + "Namespace": "System.Data.OracleClient" }, { - "Name": "TimelineGroup", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleCommandBuilder", + "Namespace": "System.Data.OracleClient" }, { - "Name": "Vector3DAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleConnection", + "Namespace": "System.Data.OracleClient" }, { - "Name": "Vector3DAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleConnectionStringBuilder", + "Namespace": "System.Data.OracleClient" }, { - "Name": "Vector3DAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleDataAdapter", + "Namespace": "System.Data.OracleClient" }, { - "Name": "Vector3DKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleDataReader", + "Namespace": "System.Data.OracleClient" }, { - "Name": "VectorAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleDateTime", + "Namespace": "System.Data.OracleClient" }, { - "Name": "VectorAnimationBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleException", + "Namespace": "System.Data.OracleClient" }, { - "Name": "VectorAnimationUsingKeyFrames", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleClientFactory", + "Namespace": "System.Data.OracleClient" }, { - "Name": "VectorKeyFrameCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleInfoMessageEventArgs", + "Namespace": "System.Data.OracleClient" }, { - "Name": "HandoffBehavior", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleInfoMessageEventHandler", + "Namespace": "System.Data.OracleClient" }, { - "Name": "IAnimatable", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleLob", + "Namespace": "System.Data.OracleClient" }, { - "Name": "IKeyFrame", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleLobOpenMode", + "Namespace": "System.Data.OracleClient" }, { - "Name": "IKeyFrameAnimation", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleMonthSpan", + "Namespace": "System.Data.OracleClient" }, { - "Name": "KeySpline", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleNumber", + "Namespace": "System.Data.OracleClient" }, { - "Name": "KeyTime", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleParameter", + "Namespace": "System.Data.OracleClient" }, { - "Name": "KeyTimeType", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleParameterCollection", + "Namespace": "System.Data.OracleClient" }, { - "Name": "MatrixAnimationUsingPath", - "Namespace": "System.Windows.Media.Animation" + "Name": "OraclePermission", + "Namespace": "System.Data.OracleClient" }, { - "Name": "PathAnimationSource", - "Namespace": "System.Windows.Media.Animation" + "Name": "OraclePermissionAttribute", + "Namespace": "System.Data.OracleClient" }, { - "Name": "PointAnimationUsingPath", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleRowUpdatedEventArgs", + "Namespace": "System.Data.OracleClient" }, { - "Name": "RepeatBehavior", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleRowUpdatedEventHandler", + "Namespace": "System.Data.OracleClient" }, { - "Name": "RepeatBehaviorConverter", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleRowUpdatingEventArgs", + "Namespace": "System.Data.OracleClient" }, { - "Name": "SlipBehavior", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleRowUpdatingEventHandler", + "Namespace": "System.Data.OracleClient" }, { - "Name": "ClockCollection", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleString", + "Namespace": "System.Data.OracleClient" }, { - "Name": "SineEase", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleTimeSpan", + "Namespace": "System.Data.OracleClient" }, { - "Name": "BounceEase", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleTransaction", + "Namespace": "System.Data.OracleClient" }, { - "Name": "CircleEase", - "Namespace": "System.Windows.Media.Animation" + "Name": "OracleType", + "Namespace": "System.Data.OracleClient" }, { - "Name": "BackEase", - "Namespace": "System.Windows.Media.Animation" + "Name": "TransactionVote", + "Namespace": "System.EnterpriseServices" }, { - "Name": "ElasticEase", - "Namespace": "System.Windows.Media.Animation" + "Name": "IPlaybackControl", + "Namespace": "System.EnterpriseServices" }, { - "Name": "ExponentialEase", - "Namespace": "System.Windows.Media.Animation" + "Name": "BOID", + "Namespace": "System.EnterpriseServices" }, { - "Name": "PowerEase", - "Namespace": "System.Windows.Media.Animation" + "Name": "XACTTRANSINFO", + "Namespace": "System.EnterpriseServices" }, { - "Name": "QuinticEase", - "Namespace": "System.Windows.Media.Animation" + "Name": "ITransaction", + "Namespace": "System.EnterpriseServices" }, { - "Name": "QuarticEase", - "Namespace": "System.Windows.Media.Animation" + "Name": "PropertyLockMode", + "Namespace": "System.EnterpriseServices" }, { - "Name": "CubicEase", - "Namespace": "System.Windows.Media.Animation" + "Name": "PropertyReleaseMode", + "Namespace": "System.EnterpriseServices" }, { - "Name": "QuadraticEase", - "Namespace": "System.Windows.Media.Animation" + "Name": "SharedProperty", + "Namespace": "System.EnterpriseServices" }, { - "Name": "EasingMode", - "Namespace": "System.Windows.Media.Animation" + "Name": "SharedPropertyGroup", + "Namespace": "System.EnterpriseServices" }, { - "Name": "EasingFunctionBase", - "Namespace": "System.Windows.Media.Animation" + "Name": "SharedPropertyGroupManager", + "Namespace": "System.EnterpriseServices" }, { - "Name": "IEasingFunction", - "Namespace": "System.Windows.Media.Animation" + "Name": "IRemoteDispatch", + "Namespace": "System.EnterpriseServices" }, { - "Name": "CharacterBufferReference", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "IServicedComponentInfo", + "Namespace": "System.EnterpriseServices" }, { - "Name": "CharacterHit", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "ServicedComponent", + "Namespace": "System.EnterpriseServices" }, { - "Name": "CharacterBufferRange", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "ServicedComponentException", + "Namespace": "System.EnterpriseServices" }, { - "Name": "CultureSpecificCharacterBufferRange", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "ContextUtil", + "Namespace": "System.EnterpriseServices" }, { - "Name": "IndexedGlyphRun", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "SecurityIdentity", + "Namespace": "System.EnterpriseServices" }, { - "Name": "MinMaxParagraphWidth", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "SecurityCallers", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextBounds", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "SecurityCallContext", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextRunBounds", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "TransactionOption", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextCharacters", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "TransactionIsolationLevel", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextCollapsingProperties", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "SynchronizationOption", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextCollapsedRange", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "ActivationOption", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextCollapsingStyle", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "IProcessInitializer", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextEmbeddedObject", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "IProcessInitControl", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextEmbeddedObjectMetrics", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "TransactionAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextEndOfLine", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "JustInTimeActivationAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextEndOfParagraph", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "SynchronizationAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextEndOfSegment", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "MustRunInClientContextAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextFormatter", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "ConstructionEnabledAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextHidden", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "ObjectPoolingAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextLine", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "COMTIIntrinsicsAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "InvertAxes", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "IISIntrinsicsAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextLineBreak", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "EventTrackingEnabledAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextMarkerProperties", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "ExceptionClassAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextModifier", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "LoadBalancingSupportedAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextParagraphProperties", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "EventClassAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextRun", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "PrivateComponentAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextRunCache", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "AutoCompleteAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextRunProperties", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "ApplicationActivationAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextRunTypographyProperties", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "ApplicationNameAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextSimpleMarkerProperties", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "ApplicationIDAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextSource", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "ApplicationQueuingAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextSpan`1", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "InterfaceQueuingAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextTabProperties", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "DescriptionAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextTabAlignment", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "InstallationFlags", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextTrailingCharacterEllipsis", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "RegistrationErrorInfo", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TextTrailingWordEllipsis", - "Namespace": "System.Windows.Media.TextFormatting" + "Name": "RegistrationException", + "Namespace": "System.EnterpriseServices" }, { - "Name": "BaseIListConverter", - "Namespace": "System.Windows.Media.Converters" + "Name": "IRegistrationHelper", + "Namespace": "System.EnterpriseServices" }, { - "Name": "DoubleIListConverter", - "Namespace": "System.Windows.Media.Converters" + "Name": "RegistrationConfig", + "Namespace": "System.EnterpriseServices" }, { - "Name": "UShortIListConverter", - "Namespace": "System.Windows.Media.Converters" + "Name": "RegistrationHelper", + "Namespace": "System.EnterpriseServices" }, { - "Name": "BoolIListConverter", - "Namespace": "System.Windows.Media.Converters" + "Name": "RegistrationHelperTx", + "Namespace": "System.EnterpriseServices" }, { - "Name": "PointIListConverter", - "Namespace": "System.Windows.Media.Converters" + "Name": "ComponentAccessControlAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "CharIListConverter", - "Namespace": "System.Windows.Media.Converters" + "Name": "AccessChecksLevelOption", + "Namespace": "System.EnterpriseServices" }, { - "Name": "BrushValueSerializer", - "Namespace": "System.Windows.Media.Converters" + "Name": "AuthenticationOption", + "Namespace": "System.EnterpriseServices" }, { - "Name": "CacheModeValueSerializer", - "Namespace": "System.Windows.Media.Converters" + "Name": "ImpersonationLevelOption", + "Namespace": "System.EnterpriseServices" }, { - "Name": "DoubleCollectionValueSerializer", - "Namespace": "System.Windows.Media.Converters" + "Name": "ApplicationAccessControlAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "GeometryValueSerializer", - "Namespace": "System.Windows.Media.Converters" + "Name": "SecurityRoleAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "Int32CollectionValueSerializer", - "Namespace": "System.Windows.Media.Converters" + "Name": "SecureMethodAttribute", + "Namespace": "System.EnterpriseServices" }, { - "Name": "PathFigureCollectionValueSerializer", - "Namespace": "System.Windows.Media.Converters" + "Name": "ResourcePool", + "Namespace": "System.EnterpriseServices" }, { - "Name": "PointCollectionValueSerializer", - "Namespace": "System.Windows.Media.Converters" + "Name": "BYOT", + "Namespace": "System.EnterpriseServices" }, { - "Name": "TransformValueSerializer", - "Namespace": "System.Windows.Media.Converters" + "Name": "ThreadPoolOption", + "Namespace": "System.EnterpriseServices" }, { - "Name": "VectorCollectionValueSerializer", - "Namespace": "System.Windows.Media.Converters" + "Name": "TransactionStatus", + "Namespace": "System.EnterpriseServices" }, { - "Name": "Rotation", - "Namespace": "System.Windows.Media.Imaging" + "Name": "InheritanceOption", + "Namespace": "System.EnterpriseServices" }, { - "Name": "BitmapCacheOption", - "Namespace": "System.Windows.Media.Imaging" + "Name": "BindingOption", + "Namespace": "System.EnterpriseServices" }, { - "Name": "BitmapCodecInfo", - "Namespace": "System.Windows.Media.Imaging" + "Name": "SxsOption", + "Namespace": "System.EnterpriseServices" }, { - "Name": "BitmapCreateOptions", - "Namespace": "System.Windows.Media.Imaging" + "Name": "PartitionOption", + "Namespace": "System.EnterpriseServices" }, { - "Name": "BitmapDecoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "ServiceConfig", + "Namespace": "System.EnterpriseServices" }, { - "Name": "BitmapEncoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "ServiceDomain", + "Namespace": "System.EnterpriseServices" }, { - "Name": "BmpBitmapDecoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "IServiceCall", + "Namespace": "System.EnterpriseServices" }, { - "Name": "BmpBitmapEncoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "IAsyncErrorNotify", + "Namespace": "System.EnterpriseServices" }, { - "Name": "BitmapFrame", - "Namespace": "System.Windows.Media.Imaging" + "Name": "Activity", + "Namespace": "System.EnterpriseServices" }, { - "Name": "BitmapMetadata", - "Namespace": "System.Windows.Media.Imaging" + "Name": "AssemblyLocator", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "BitmapMetadataBlob", - "Namespace": "System.Windows.Media.Imaging" + "Name": "AppDomainHelper", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "BitmapPalette", - "Namespace": "System.Windows.Media.Imaging" + "Name": "IComManagedImportUtil", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "BitmapPalettes", - "Namespace": "System.Windows.Media.Imaging" + "Name": "ComManagedImportUtil", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "BitmapSizeOptions", - "Namespace": "System.Windows.Media.Imaging" + "Name": "IComSoapPublisher", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "BitmapSource", - "Namespace": "System.Windows.Media.Imaging" + "Name": "IComSoapIISVRoot", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "BitmapImage", - "Namespace": "System.Windows.Media.Imaging" + "Name": "IComSoapMetadata", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "CachedBitmap", - "Namespace": "System.Windows.Media.Imaging" + "Name": "IServerWebConfig", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "ColorConvertedBitmap", - "Namespace": "System.Windows.Media.Imaging" + "Name": "ComSoapPublishError", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "CroppedBitmap", - "Namespace": "System.Windows.Media.Imaging" + "Name": "ClientRemotingConfig", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "DownloadProgressEventArgs", - "Namespace": "System.Windows.Media.Imaging" + "Name": "ServerWebConfig", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "FormatConvertedBitmap", - "Namespace": "System.Windows.Media.Imaging" + "Name": "IISVirtualRoot", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "GifBitmapDecoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "Publish", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "GifBitmapEncoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "GenerateMetadata", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "IconBitmapDecoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "IClrObjectFactory", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "InPlaceBitmapMetadataWriter", - "Namespace": "System.Windows.Media.Imaging" + "Name": "ClrObjectFactory", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "LateBoundBitmapDecoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "ISoapServerVRoot", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "JpegBitmapDecoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "SoapServerVRoot", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "JpegBitmapEncoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "ISoapClientImport", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "PngBitmapDecoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "SoapClientImport", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "PngInterlaceOption", - "Namespace": "System.Windows.Media.Imaging" + "Name": "ISoapUtility", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "PngBitmapEncoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "SoapUtility", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "RenderTargetBitmap", - "Namespace": "System.Windows.Media.Imaging" + "Name": "ISoapServerTlb", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "TiffBitmapDecoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "SoapServerTlb", + "Namespace": "System.EnterpriseServices.Internal" }, { - "Name": "TiffCompressOption", - "Namespace": "System.Windows.Media.Imaging" + "Name": "LogRecordFlags", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" }, { - "Name": "TiffBitmapEncoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "CompensatorOptions", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" }, { - "Name": "WmpBitmapDecoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "TransactionState", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" }, { - "Name": "WmpBitmapEncoder", - "Namespace": "System.Windows.Media.Imaging" + "Name": "LogRecord", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" }, { - "Name": "TransformedBitmap", - "Namespace": "System.Windows.Media.Imaging" + "Name": "Compensator", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" }, { - "Name": "WriteableBitmap", - "Namespace": "System.Windows.Media.Imaging" + "Name": "Clerk", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" }, { - "Name": "ShaderEffect", - "Namespace": "System.Windows.Media.Effects" + "Name": "ClerkMonitor", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" }, { - "Name": "BlurEffect", - "Namespace": "System.Windows.Media.Effects" + "Name": "ClerkInfo", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" }, { - "Name": "DropShadowEffect", - "Namespace": "System.Windows.Media.Effects" + "Name": "ApplicationCrmEnabledAttribute", + "Namespace": "System.EnterpriseServices.CompensatingResourceManager" }, { - "Name": "BitmapEffect", - "Namespace": "System.Windows.Media.Effects" + "Name": "PrintSystemObject", + "Namespace": "System.Printing" }, { - "Name": "BitmapEffectGroup", - "Namespace": "System.Windows.Media.Effects" + "Name": "PrintSystemObjects", + "Namespace": "System.Printing" }, { - "Name": "BitmapEffectInput", - "Namespace": "System.Windows.Media.Effects" + "Name": "PrintFilter", + "Namespace": "System.Printing" }, { - "Name": "BevelBitmapEffect", - "Namespace": "System.Windows.Media.Effects" + "Name": "PrintDriver", + "Namespace": "System.Printing" }, { - "Name": "BlurBitmapEffect", - "Namespace": "System.Windows.Media.Effects" + "Name": "PrintPort", + "Namespace": "System.Printing" }, { - "Name": "DropShadowBitmapEffect", - "Namespace": "System.Windows.Media.Effects" + "Name": "PrintProcessor", + "Namespace": "System.Printing" }, { - "Name": "Effect", - "Namespace": "System.Windows.Media.Effects" + "Name": "PrintJobSettings", + "Namespace": "System.Printing" }, { - "Name": "EmbossBitmapEffect", - "Namespace": "System.Windows.Media.Effects" + "Name": "PrintDocumentImageableArea", + "Namespace": "System.Printing" }, { - "Name": "OuterGlowBitmapEffect", - "Namespace": "System.Windows.Media.Effects" + "Name": "XpsDocumentWriter", + "Namespace": "System.Windows.Xps" }, { - "Name": "SamplingMode", - "Namespace": "System.Windows.Media.Effects" + "Name": "VisualsToXpsDocument", + "Namespace": "System.Windows.Xps" }, { - "Name": "PixelShader", - "Namespace": "System.Windows.Media.Effects" + "Name": "XpsWriterException", + "Namespace": "System.Windows.Xps" }, { - "Name": "BitmapEffectCollection", - "Namespace": "System.Windows.Media.Effects" + "Name": "PrintQueueStringProperty", + "Namespace": "System.Printing" }, { - "Name": "KernelType", - "Namespace": "System.Windows.Media.Effects" + "Name": "PrintQueue", + "Namespace": "System.Printing" }, { - "Name": "EdgeProfile", - "Namespace": "System.Windows.Media.Effects" + "Name": "PrintQueueCollection", + "Namespace": "System.Printing" }, { - "Name": "ShaderRenderMode", - "Namespace": "System.Windows.Media.Effects" + "Name": "PrintServer", + "Namespace": "System.Printing" }, { - "Name": "RenderingBias", - "Namespace": "System.Windows.Media.Effects" + "Name": "LocalPrintServer", + "Namespace": "System.Printing" }, { - "Name": "SqlContext", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "SqlDataRecord", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintInt32Property", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "SqlPipe", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintStringProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "SqlTriggerContext", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintStreamProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "IBinarySerialize", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintQueueAttributeProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "InvalidUdtException", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintQueueStatusProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "SqlFacetAttribute", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintBooleanProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "DataAccessKind", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintThreadPriorityProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "SystemDataAccessKind", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintServerLoggingProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "SqlFunctionAttribute", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintDriverProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "SqlMetaData", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintPortProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "SqlMethodAttribute", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintServerProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "SqlProcedureAttribute", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintTicketProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "SqlTriggerAttribute", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintByteArrayProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "SqlUserDefinedAggregateAttribute", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintProcessorProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "Format", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintQueueProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "SqlUserDefinedTypeAttribute", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintJobPriorityProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "TriggerAction", - "Namespace": "Microsoft.SqlServer.Server" + "Name": "PrintJobStatusProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "XmlDataDocument", - "Namespace": "System.Xml" + "Name": "PrintDateTimeProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "AcceptRejectRule", - "Namespace": "System.Data" + "Name": "PrintSystemTypeProperty", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "InternalDataCollectionBase", - "Namespace": "System.Data" + "Name": "PrintPropertyDictionary", + "Namespace": "System.Printing.IndexedProperties" }, { - "Name": "TypedDataSetGenerator", - "Namespace": "System.Data" + "Name": "PrintSystemObjectPropertyChangedEventArgs", + "Namespace": "System.Printing" }, { - "Name": "StrongTypingException", - "Namespace": "System.Data" + "Name": "PrintSystemObjectPropertiesChangedEventArgs", + "Namespace": "System.Printing" }, { - "Name": "TypedDataSetGeneratorException", - "Namespace": "System.Data" + "Name": "PrintSystemJobInfo", + "Namespace": "System.Printing" }, { - "Name": "CommandBehavior", - "Namespace": "System.Data" + "Name": "PrintJobInfoCollection", + "Namespace": "System.Printing" }, { - "Name": "CommandType", - "Namespace": "System.Data" + "Name": "PrintQueueStream", + "Namespace": "System.Printing" }, { - "Name": "KeyRestrictionBehavior", - "Namespace": "System.Data" + "Name": "PrintQueueAttributes", + "Namespace": "System.Printing" }, { - "Name": "ConflictOption", - "Namespace": "System.Data" + "Name": "PrintQueueStatus", + "Namespace": "System.Printing" }, { - "Name": "ConnectionState", - "Namespace": "System.Data" + "Name": "EnumeratedPrintQueueTypes", + "Namespace": "System.Printing" }, { - "Name": "Constraint", - "Namespace": "System.Data" + "Name": "PrintServerEventLoggingTypes", + "Namespace": "System.Printing" }, { - "Name": "ConstraintCollection", - "Namespace": "System.Data" + "Name": "PrintJobStatus", + "Namespace": "System.Printing" }, { - "Name": "DataColumn", - "Namespace": "System.Data" + "Name": "PrintJobPriority", + "Namespace": "System.Printing" }, { - "Name": "DataColumnChangeEventArgs", - "Namespace": "System.Data" + "Name": "PrintJobType", + "Namespace": "System.Printing" }, { - "Name": "DataColumnChangeEventHandler", - "Namespace": "System.Data" + "Name": "PrintSystemDesiredAccess", + "Namespace": "System.Printing" }, { - "Name": "DataColumnCollection", - "Namespace": "System.Data" + "Name": "PrintSystemObjectLoadMode", + "Namespace": "System.Printing" }, { - "Name": "DataException", - "Namespace": "System.Data" + "Name": "XpsDocumentNotificationLevel", + "Namespace": "System.Windows.Xps" }, { - "Name": "ConstraintException", - "Namespace": "System.Data" + "Name": "PrintQueueStringPropertyType", + "Namespace": "System.Printing" }, { - "Name": "DeletedRowInaccessibleException", - "Namespace": "System.Data" + "Name": "PrintQueueIndexedProperty", + "Namespace": "System.Printing" }, { - "Name": "DuplicateNameException", - "Namespace": "System.Data" + "Name": "PrintServerIndexedProperty", + "Namespace": "System.Printing" }, { - "Name": "InRowChangingEventException", - "Namespace": "System.Data" + "Name": "LocalPrintServerIndexedProperty", + "Namespace": "System.Printing" }, { - "Name": "InvalidConstraintException", - "Namespace": "System.Data" + "Name": "TransactionEventArgs", + "Namespace": "System.Transactions" }, { - "Name": "MissingPrimaryKeyException", - "Namespace": "System.Data" + "Name": "TransactionCompletedEventHandler", + "Namespace": "System.Transactions" }, { - "Name": "NoNullAllowedException", - "Namespace": "System.Data" + "Name": "IsolationLevel", + "Namespace": "System.Transactions" }, { - "Name": "ReadOnlyException", - "Namespace": "System.Data" + "Name": "TransactionStatus", + "Namespace": "System.Transactions" }, { - "Name": "RowNotInTableException", - "Namespace": "System.Data" + "Name": "DependentCloneOption", + "Namespace": "System.Transactions" }, { - "Name": "VersionNotFoundException", - "Namespace": "System.Data" + "Name": "EnlistmentOptions", + "Namespace": "System.Transactions" }, { - "Name": "DataRelation", - "Namespace": "System.Data" + "Name": "Transaction", + "Namespace": "System.Transactions" }, { - "Name": "DataRelationCollection", - "Namespace": "System.Data" + "Name": "TransactionInformation", + "Namespace": "System.Transactions" }, { - "Name": "DataRow", - "Namespace": "System.Data" + "Name": "DependentTransaction", + "Namespace": "System.Transactions" }, { - "Name": "DataRowBuilder", - "Namespace": "System.Data" + "Name": "CommittableTransaction", + "Namespace": "System.Transactions" }, { - "Name": "DataRowAction", - "Namespace": "System.Data" + "Name": "Enlistment", + "Namespace": "System.Transactions" }, { - "Name": "DataRowChangeEventArgs", - "Namespace": "System.Data" + "Name": "PreparingEnlistment", + "Namespace": "System.Transactions" }, { - "Name": "DataRowChangeEventHandler", - "Namespace": "System.Data" + "Name": "SinglePhaseEnlistment", + "Namespace": "System.Transactions" }, { - "Name": "DataRowCollection", - "Namespace": "System.Data" + "Name": "IEnlistmentNotification", + "Namespace": "System.Transactions" }, { - "Name": "DataRowState", - "Namespace": "System.Data" + "Name": "IPromotableSinglePhaseNotification", + "Namespace": "System.Transactions" }, { - "Name": "DataRowVersion", - "Namespace": "System.Data" + "Name": "ITransactionPromoter", + "Namespace": "System.Transactions" }, { - "Name": "DataRowView", - "Namespace": "System.Data" + "Name": "ISimpleTransactionSuperior", + "Namespace": "System.Transactions" }, { - "Name": "SerializationFormat", - "Namespace": "System.Data" + "Name": "SubordinateTransaction", + "Namespace": "System.Transactions" }, { - "Name": "DataSet", - "Namespace": "System.Data" + "Name": "ISinglePhaseNotification", + "Namespace": "System.Transactions" }, { - "Name": "DataSetSchemaImporterExtension", - "Namespace": "System.Data" + "Name": "TransactionException", + "Namespace": "System.Transactions" }, { - "Name": "DataSetDateTime", - "Namespace": "System.Data" + "Name": "TransactionAbortedException", + "Namespace": "System.Transactions" }, { - "Name": "DataSysDescriptionAttribute", - "Namespace": "System.Data" + "Name": "TransactionInDoubtException", + "Namespace": "System.Transactions" }, { - "Name": "DataTable", - "Namespace": "System.Data" + "Name": "TransactionManagerCommunicationException", + "Namespace": "System.Transactions" }, { - "Name": "DataTableClearEventArgs", - "Namespace": "System.Data" + "Name": "TransactionPromotionException", + "Namespace": "System.Transactions" }, { - "Name": "DataTableClearEventHandler", - "Namespace": "System.Data" + "Name": "IDtcTransaction", + "Namespace": "System.Transactions" }, { - "Name": "DataTableCollection", - "Namespace": "System.Data" + "Name": "TransactionInterop", + "Namespace": "System.Transactions" }, { - "Name": "DataTableNewRowEventArgs", - "Namespace": "System.Data" + "Name": "HostCurrentTransactionCallback", + "Namespace": "System.Transactions" }, { - "Name": "DataTableNewRowEventHandler", - "Namespace": "System.Data" + "Name": "TransactionStartedEventHandler", + "Namespace": "System.Transactions" }, { - "Name": "DataTableReader", - "Namespace": "System.Data" + "Name": "TransactionManager", + "Namespace": "System.Transactions" }, { - "Name": "DataView", - "Namespace": "System.Data" + "Name": "TransactionOptions", + "Namespace": "System.Transactions" }, { - "Name": "DataViewManager", - "Namespace": "System.Data" + "Name": "DistributedTransactionPermission", + "Namespace": "System.Transactions" }, { - "Name": "DataViewRowState", - "Namespace": "System.Data" + "Name": "DistributedTransactionPermissionAttribute", + "Namespace": "System.Transactions" }, { - "Name": "DataViewSetting", - "Namespace": "System.Data" + "Name": "TransactionScopeOption", + "Namespace": "System.Transactions" }, { - "Name": "DataViewSettingCollection", - "Namespace": "System.Data" + "Name": "TransactionScopeAsyncFlowOption", + "Namespace": "System.Transactions" }, { - "Name": "DBConcurrencyException", - "Namespace": "System.Data" + "Name": "EnterpriseServicesInteropOption", + "Namespace": "System.Transactions" }, { - "Name": "DbType", - "Namespace": "System.Data" + "Name": "TransactionScope", + "Namespace": "System.Transactions" }, { - "Name": "FillErrorEventArgs", - "Namespace": "System.Data" + "Name": "DefaultSettingsSection", + "Namespace": "System.Transactions.Configuration" }, { - "Name": "FillErrorEventHandler", - "Namespace": "System.Data" + "Name": "MachineSettingsSection", + "Namespace": "System.Transactions.Configuration" }, { - "Name": "InvalidExpressionException", - "Namespace": "System.Data" + "Name": "TransactionsSectionGroup", + "Namespace": "System.Transactions.Configuration" }, { - "Name": "EvaluateException", - "Namespace": "System.Data" + "Name": "ISubscriptionToken", + "Namespace": "System.Web" }, { - "Name": "SyntaxErrorException", - "Namespace": "System.Data" + "Name": "HttpApplicationStateBase", + "Namespace": "System.Web" }, { - "Name": "ForeignKeyConstraint", - "Namespace": "System.Data" + "Name": "HttpApplicationStateWrapper", + "Namespace": "System.Web" }, { - "Name": "IColumnMapping", - "Namespace": "System.Data" + "Name": "HttpBrowserCapabilitiesBase", + "Namespace": "System.Web" }, { - "Name": "IColumnMappingCollection", - "Namespace": "System.Data" + "Name": "HttpBrowserCapabilitiesWrapper", + "Namespace": "System.Web" }, { - "Name": "IDataAdapter", - "Namespace": "System.Data" + "Name": "HttpCachePolicyBase", + "Namespace": "System.Web" }, { - "Name": "IDataParameter", - "Namespace": "System.Data" + "Name": "HttpCachePolicyWrapper", + "Namespace": "System.Web" }, { - "Name": "IDataParameterCollection", - "Namespace": "System.Data" + "Name": "HttpContextBase", + "Namespace": "System.Web" }, { - "Name": "IDataReader", - "Namespace": "System.Data" + "Name": "HttpContextWrapper", + "Namespace": "System.Web" }, { - "Name": "IDataRecord", - "Namespace": "System.Data" + "Name": "HttpFileCollectionBase", + "Namespace": "System.Web" }, { - "Name": "IDbCommand", - "Namespace": "System.Data" + "Name": "HttpFileCollectionWrapper", + "Namespace": "System.Web" }, { - "Name": "IDbConnection", - "Namespace": "System.Data" + "Name": "HttpPostedFileBase", + "Namespace": "System.Web" }, { - "Name": "IDbDataAdapter", - "Namespace": "System.Data" + "Name": "HttpPostedFileWrapper", + "Namespace": "System.Web" }, { - "Name": "IDbDataParameter", - "Namespace": "System.Data" + "Name": "HttpRequestBase", + "Namespace": "System.Web" }, { - "Name": "IDbTransaction", - "Namespace": "System.Data" + "Name": "HttpRequestWrapper", + "Namespace": "System.Web" }, { - "Name": "IsolationLevel", - "Namespace": "System.Data" + "Name": "HttpResponseBase", + "Namespace": "System.Web" }, { - "Name": "ITableMapping", - "Namespace": "System.Data" + "Name": "HttpResponseWrapper", + "Namespace": "System.Web" }, { - "Name": "ITableMappingCollection", - "Namespace": "System.Data" + "Name": "HttpServerUtilityBase", + "Namespace": "System.Web" }, { - "Name": "LoadOption", - "Namespace": "System.Data" + "Name": "HttpServerUtilityWrapper", + "Namespace": "System.Web" }, { - "Name": "MappingType", - "Namespace": "System.Data" + "Name": "HttpSessionStateBase", + "Namespace": "System.Web" }, { - "Name": "MergeFailedEventArgs", - "Namespace": "System.Data" + "Name": "HttpSessionStateWrapper", + "Namespace": "System.Web" }, { - "Name": "MergeFailedEventHandler", - "Namespace": "System.Data" + "Name": "HttpStaticObjectsCollectionBase", + "Namespace": "System.Web" }, { - "Name": "MissingMappingAction", - "Namespace": "System.Data" + "Name": "HttpStaticObjectsCollectionWrapper", + "Namespace": "System.Web" }, { - "Name": "MissingSchemaAction", - "Namespace": "System.Data" + "Name": "HttpTaskAsyncHandler", + "Namespace": "System.Web" }, { - "Name": "PropertyAttributes", - "Namespace": "System.Data" + "Name": "EventHandlerTaskAsyncHelper", + "Namespace": "System.Web" }, { - "Name": "OperationAbortedException", - "Namespace": "System.Data" + "Name": "UnvalidatedRequestValuesWrapper", + "Namespace": "System.Web" }, { - "Name": "ParameterDirection", - "Namespace": "System.Data" + "Name": "UnvalidatedRequestValuesBase", + "Namespace": "System.Web" }, { - "Name": "PropertyCollection", - "Namespace": "System.Data" + "Name": "UnvalidatedRequestValues", + "Namespace": "System.Web" }, { - "Name": "StatementCompletedEventArgs", - "Namespace": "System.Data" + "Name": "DefaultHttpHandler", + "Namespace": "System.Web" }, { - "Name": "StatementCompletedEventHandler", - "Namespace": "System.Data" + "Name": "HtmlString", + "Namespace": "System.Web" }, { - "Name": "Rule", - "Namespace": "System.Data" + "Name": "BeginEventHandler", + "Namespace": "System.Web" }, { - "Name": "SchemaSerializationMode", - "Namespace": "System.Data" + "Name": "EndEventHandler", + "Namespace": "System.Web" }, { - "Name": "SchemaType", - "Namespace": "System.Data" + "Name": "TaskEventHandler", + "Namespace": "System.Web" }, { - "Name": "SqlDbType", - "Namespace": "System.Data" + "Name": "HttpApplication", + "Namespace": "System.Web" }, { - "Name": "StateChangeEventArgs", - "Namespace": "System.Data" + "Name": "HttpApplicationState", + "Namespace": "System.Web" }, { - "Name": "StateChangeEventHandler", - "Namespace": "System.Data" + "Name": "HttpBrowserCapabilities", + "Namespace": "System.Web" }, { - "Name": "StatementType", - "Namespace": "System.Data" + "Name": "HttpCacheVaryByParams", + "Namespace": "System.Web" }, { - "Name": "UniqueConstraint", - "Namespace": "System.Data" + "Name": "HttpCacheability", + "Namespace": "System.Web" }, { - "Name": "UpdateRowSource", - "Namespace": "System.Data" + "Name": "HttpCacheRevalidation", + "Namespace": "System.Web" }, { - "Name": "UpdateStatus", - "Namespace": "System.Data" + "Name": "HttpValidationStatus", + "Namespace": "System.Web" }, { - "Name": "XmlReadMode", - "Namespace": "System.Data" + "Name": "HttpCacheValidateHandler", + "Namespace": "System.Web" }, { - "Name": "XmlWriteMode", - "Namespace": "System.Data" + "Name": "HttpCachePolicy", + "Namespace": "System.Web" }, { - "Name": "SqlDataSourceEnumerator", - "Namespace": "System.Data.Sql" + "Name": "HttpCacheVaryByHeaders", + "Namespace": "System.Web" }, { - "Name": "SqlNotificationRequest", - "Namespace": "System.Data.Sql" + "Name": "HttpCacheVaryByContentEncodings", + "Namespace": "System.Web" }, { - "Name": "INullable", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpClientCertificate", + "Namespace": "System.Web" }, { - "Name": "SqlBinary", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpContext", + "Namespace": "System.Web" }, { - "Name": "SqlBoolean", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpCookie", + "Namespace": "System.Web" }, { - "Name": "SqlByte", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpCookieMode", + "Namespace": "System.Web" }, { - "Name": "SqlBytes", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpCookieCollection", + "Namespace": "System.Web" }, { - "Name": "SqlChars", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpException", + "Namespace": "System.Web" }, { - "Name": "SqlDateTime", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpUnhandledException", + "Namespace": "System.Web" }, { - "Name": "SqlDecimal", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpCompileException", + "Namespace": "System.Web" }, { - "Name": "SqlDouble", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpParseException", + "Namespace": "System.Web" }, { - "Name": "SqlFileStream", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpRequestValidationException", + "Namespace": "System.Web" }, { - "Name": "SqlGuid", - "Namespace": "System.Data.SqlTypes" + "Name": "ParserError", + "Namespace": "System.Web" }, { - "Name": "SqlInt16", - "Namespace": "System.Data.SqlTypes" + "Name": "ParserErrorCollection", + "Namespace": "System.Web" }, { - "Name": "SqlInt32", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpFileCollection", + "Namespace": "System.Web" }, { - "Name": "SqlInt64", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpModuleCollection", + "Namespace": "System.Web" }, { - "Name": "SqlMoney", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpPostedFile", + "Namespace": "System.Web" }, { - "Name": "SqlSingle", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpRequest", + "Namespace": "System.Web" }, { - "Name": "SqlCompareOptions", - "Namespace": "System.Data.SqlTypes" + "Name": "ITlsTokenBindingInfo", + "Namespace": "System.Web" }, { - "Name": "SqlString", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpResponseSubstitutionCallback", + "Namespace": "System.Web" }, { - "Name": "SqlTypesSchemaImporterExtensionHelper", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpResponse", + "Namespace": "System.Web" }, { - "Name": "TypeCharSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpRuntime", + "Namespace": "System.Web" }, { - "Name": "TypeNCharSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "ApplicationShutdownReason", + "Namespace": "System.Web" }, { - "Name": "TypeVarCharSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpServerUtility", + "Namespace": "System.Web" }, { - "Name": "TypeNVarCharSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpUtility", + "Namespace": "System.Web" }, { - "Name": "TypeTextSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpStaticObjectsCollection", + "Namespace": "System.Web" }, { - "Name": "TypeNTextSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "HttpWriter", + "Namespace": "System.Web" }, { - "Name": "TypeVarBinarySchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "IHtmlString", + "Namespace": "System.Web" }, { - "Name": "TypeBinarySchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "IHttpAsyncHandler", + "Namespace": "System.Web" }, { - "Name": "TypeVarImageSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "IHttpHandler", + "Namespace": "System.Web" }, { - "Name": "TypeDecimalSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "IHttpHandlerFactory", + "Namespace": "System.Web" }, { - "Name": "TypeNumericSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "IHttpModule", + "Namespace": "System.Web" }, { - "Name": "TypeBigIntSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "IisTraceListener", + "Namespace": "System.Web" }, { - "Name": "TypeIntSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "MimeMapping", + "Namespace": "System.Web" }, { - "Name": "TypeSmallIntSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "IPartitionResolver", + "Namespace": "System.Web" }, { - "Name": "TypeTinyIntSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "PreApplicationStartMethodAttribute", + "Namespace": "System.Web" }, { - "Name": "TypeBitSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "ProcessStatus", + "Namespace": "System.Web" }, { - "Name": "TypeFloatSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "ProcessShutdownReason", + "Namespace": "System.Web" }, { - "Name": "TypeRealSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "ProcessInfo", + "Namespace": "System.Web" }, { - "Name": "TypeDateTimeSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "ProcessModelInfo", + "Namespace": "System.Web" }, { - "Name": "TypeSmallDateTimeSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "ReadEntityBodyMode", + "Namespace": "System.Web" }, { - "Name": "TypeMoneySchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "RequestNotification", + "Namespace": "System.Web" }, { - "Name": "TypeSmallMoneySchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "RequestNotificationStatus", + "Namespace": "System.Web" }, { - "Name": "TypeUniqueIdentifierSchemaImporterExtension", - "Namespace": "System.Data.SqlTypes" + "Name": "SiteMap", + "Namespace": "System.Web" }, { - "Name": "StorageState", - "Namespace": "System.Data.SqlTypes" + "Name": "SiteMapProviderCollection", + "Namespace": "System.Web" }, { - "Name": "SqlTypeException", - "Namespace": "System.Data.SqlTypes" + "Name": "SiteMapResolveEventHandler", + "Namespace": "System.Web" }, { - "Name": "SqlNullValueException", - "Namespace": "System.Data.SqlTypes" + "Name": "SiteMapResolveEventArgs", + "Namespace": "System.Web" }, { - "Name": "SqlTruncateException", - "Namespace": "System.Data.SqlTypes" + "Name": "SiteMapNode", + "Namespace": "System.Web" }, { - "Name": "SqlNotFilledException", - "Namespace": "System.Data.SqlTypes" + "Name": "SiteMapNodeCollection", + "Namespace": "System.Web" }, { - "Name": "SqlAlreadyFilledException", - "Namespace": "System.Data.SqlTypes" + "Name": "SiteMapProvider", + "Namespace": "System.Web" }, { - "Name": "SqlXml", - "Namespace": "System.Data.SqlTypes" + "Name": "StaticSiteMapProvider", + "Namespace": "System.Web" }, { - "Name": "SqlColumnEncryptionKeyStoreProvider", - "Namespace": "System.Data.SqlClient" + "Name": "TraceContext", + "Namespace": "System.Web" }, { - "Name": "SqlColumnEncryptionCertificateStoreProvider", - "Namespace": "System.Data.SqlClient" + "Name": "TraceContextEventArgs", + "Namespace": "System.Web" }, { - "Name": "SqlColumnEncryptionCngProvider", - "Namespace": "System.Data.SqlClient" + "Name": "TraceContextEventHandler", + "Namespace": "System.Web" }, { - "Name": "SqlColumnEncryptionCspProvider", - "Namespace": "System.Data.SqlClient" + "Name": "TraceContextRecord", + "Namespace": "System.Web" }, { - "Name": "ApplicationIntent", - "Namespace": "System.Data.SqlClient" + "Name": "TraceMode", + "Namespace": "System.Web" }, { - "Name": "SqlCredential", - "Namespace": "System.Data.SqlClient" + "Name": "VirtualPathUtility", + "Namespace": "System.Web" }, { - "Name": "OnChangeEventHandler", - "Namespace": "System.Data.SqlClient" + "Name": "WebPageTraceListener", + "Namespace": "System.Web" }, { - "Name": "SqlRowsCopiedEventArgs", - "Namespace": "System.Data.SqlClient" + "Name": "HttpWorkerRequest", + "Namespace": "System.Web" }, { - "Name": "SqlRowsCopiedEventHandler", - "Namespace": "System.Data.SqlClient" + "Name": "XmlSiteMapProvider", + "Namespace": "System.Web" }, { - "Name": "SqlBulkCopy", - "Namespace": "System.Data.SqlClient" + "Name": "SmtpMail", + "Namespace": "System.Web.Mail" }, { - "Name": "SqlBulkCopyColumnMapping", - "Namespace": "System.Data.SqlClient" + "Name": "MailFormat", + "Namespace": "System.Web.Mail" }, { - "Name": "SqlBulkCopyColumnMappingCollection", - "Namespace": "System.Data.SqlClient" + "Name": "MailPriority", + "Namespace": "System.Web.Mail" }, { - "Name": "SqlBulkCopyOptions", - "Namespace": "System.Data.SqlClient" + "Name": "MailEncoding", + "Namespace": "System.Web.Mail" }, { - "Name": "SqlClientFactory", - "Namespace": "System.Data.SqlClient" + "Name": "MailAttachment", + "Namespace": "System.Web.Mail" }, { - "Name": "SqlClientMetaDataCollectionNames", - "Namespace": "System.Data.SqlClient" + "Name": "MailMessage", + "Namespace": "System.Web.Mail" }, { - "Name": "SqlClientPermission", - "Namespace": "System.Data.SqlClient" + "Name": "IPartialSessionState", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlClientPermissionAttribute", - "Namespace": "System.Data.SqlClient" + "Name": "IReadOnlySessionState", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlCommand", - "Namespace": "System.Data.SqlClient" + "Name": "IRequiresSessionState", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlCommandBuilder", - "Namespace": "System.Data.SqlClient" + "Name": "SessionStateActions", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlConnection", - "Namespace": "System.Data.SqlClient" + "Name": "SessionStateStoreProviderBase", + "Namespace": "System.Web.SessionState" }, { - "Name": "SQLDebugging", - "Namespace": "System.Data.SqlClient" + "Name": "SessionStateStoreData", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlConnectionStringBuilder", - "Namespace": "System.Data.SqlClient" + "Name": "ISessionStateModule", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlDataAdapter", - "Namespace": "System.Data.SqlClient" + "Name": "ISessionIDManager", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlDataReader", - "Namespace": "System.Data.SqlClient" + "Name": "SessionIDManager", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlDependency", - "Namespace": "System.Data.SqlClient" + "Name": "SessionStateMode", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlError", - "Namespace": "System.Data.SqlClient" + "Name": "IHttpSessionState", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlErrorCollection", - "Namespace": "System.Data.SqlClient" + "Name": "HttpSessionState", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlException", - "Namespace": "System.Data.SqlClient" + "Name": "SessionStateBehavior", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlInfoMessageEventArgs", - "Namespace": "System.Data.SqlClient" + "Name": "HttpSessionStateContainer", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlInfoMessageEventHandler", - "Namespace": "System.Data.SqlClient" + "Name": "ISessionStateItemCollection", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlNotificationEventArgs", - "Namespace": "System.Data.SqlClient" + "Name": "SessionStateItemCollection", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlNotificationInfo", - "Namespace": "System.Data.SqlClient" + "Name": "SessionStateItemExpireCallback", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlNotificationSource", - "Namespace": "System.Data.SqlClient" + "Name": "SessionStateModule", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlNotificationType", - "Namespace": "System.Data.SqlClient" + "Name": "SessionStateUtility", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlParameter", - "Namespace": "System.Data.SqlClient" + "Name": "IStateRuntime", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlParameterCollection", - "Namespace": "System.Data.SqlClient" + "Name": "StateRuntime", + "Namespace": "System.Web.SessionState" }, { - "Name": "SqlRowUpdatedEventArgs", - "Namespace": "System.Data.SqlClient" + "Name": "HttpMethodConstraint", + "Namespace": "System.Web.Routing" }, { - "Name": "SqlRowUpdatedEventHandler", - "Namespace": "System.Data.SqlClient" + "Name": "IRouteConstraint", + "Namespace": "System.Web.Routing" }, { - "Name": "SqlRowUpdatingEventArgs", - "Namespace": "System.Data.SqlClient" + "Name": "IRouteHandler", + "Namespace": "System.Web.Routing" }, { - "Name": "SqlRowUpdatingEventHandler", - "Namespace": "System.Data.SqlClient" + "Name": "RequestContext", + "Namespace": "System.Web.Routing" }, { - "Name": "SqlTransaction", - "Namespace": "System.Data.SqlClient" + "Name": "Route", + "Namespace": "System.Web.Routing" }, { - "Name": "SqlConnectionColumnEncryptionSetting", - "Namespace": "System.Data.SqlClient" + "Name": "RouteBase", + "Namespace": "System.Web.Routing" }, { - "Name": "SqlCommandColumnEncryptionSetting", - "Namespace": "System.Data.SqlClient" + "Name": "RouteCollection", + "Namespace": "System.Web.Routing" }, { - "Name": "SqlAuthenticationMethod", - "Namespace": "System.Data.SqlClient" + "Name": "RouteData", + "Namespace": "System.Web.Routing" }, { - "Name": "SortOrder", - "Namespace": "System.Data.SqlClient" + "Name": "RouteDirection", + "Namespace": "System.Web.Routing" }, { - "Name": "PoolBlockingPeriod", - "Namespace": "System.Data.SqlClient" + "Name": "RouteTable", + "Namespace": "System.Web.Routing" }, { - "Name": "OleDbCommand", - "Namespace": "System.Data.OleDb" + "Name": "RouteValueDictionary", + "Namespace": "System.Web.Routing" }, { - "Name": "OleDbCommandBuilder", - "Namespace": "System.Data.OleDb" + "Name": "StopRoutingHandler", + "Namespace": "System.Web.Routing" }, { - "Name": "OleDbConnection", - "Namespace": "System.Data.OleDb" + "Name": "UrlRoutingHandler", + "Namespace": "System.Web.Routing" }, { - "Name": "OleDbConnectionStringBuilder", - "Namespace": "System.Data.OleDb" + "Name": "UrlRoutingModule", + "Namespace": "System.Web.Routing" }, { - "Name": "OleDbDataAdapter", - "Namespace": "System.Data.OleDb" + "Name": "VirtualPathData", + "Namespace": "System.Web.Routing" }, { - "Name": "OleDbDataReader", - "Namespace": "System.Data.OleDb" + "Name": "PageRouteHandler", + "Namespace": "System.Web.Routing" }, { - "Name": "OleDbEnumerator", - "Namespace": "System.Data.OleDb" + "Name": "ProfileProviderAttribute", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbError", - "Namespace": "System.Data.OleDb" + "Name": "SettingsAllowAnonymousAttribute", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbErrorCollection", - "Namespace": "System.Data.OleDb" + "Name": "CustomProviderDataAttribute", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbException", - "Namespace": "System.Data.OleDb" + "Name": "DefaultProfile", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbFactory", - "Namespace": "System.Data.OleDb" + "Name": "ProfileBase", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbInfoMessageEventArgs", - "Namespace": "System.Data.OleDb" + "Name": "ProfileGroupBase", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbInfoMessageEventHandler", - "Namespace": "System.Data.OleDb" + "Name": "ProfileAuthenticationOption", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbLiteral", - "Namespace": "System.Data.OleDb" + "Name": "ProfileEventArgs", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbMetaDataCollectionNames", - "Namespace": "System.Data.OleDb" + "Name": "ProfileEventHandler", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbMetaDataColumnNames", - "Namespace": "System.Data.OleDb" + "Name": "ProfileInfo", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbParameter", - "Namespace": "System.Data.OleDb" + "Name": "ProfileInfoCollection", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbParameterCollection", - "Namespace": "System.Data.OleDb" + "Name": "ProfileManager", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbPermission", - "Namespace": "System.Data.OleDb" + "Name": "ProfileModule", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbPermissionAttribute", - "Namespace": "System.Data.OleDb" + "Name": "ProfileMigrateEventHandler", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbRowUpdatedEventArgs", - "Namespace": "System.Data.OleDb" + "Name": "ProfileMigrateEventArgs", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbRowUpdatedEventHandler", - "Namespace": "System.Data.OleDb" + "Name": "ProfileAutoSaveEventHandler", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbRowUpdatingEventArgs", - "Namespace": "System.Data.OleDb" + "Name": "ProfileAutoSaveEventArgs", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbRowUpdatingEventHandler", - "Namespace": "System.Data.OleDb" + "Name": "ProfileProvider", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbSchemaGuid", - "Namespace": "System.Data.OleDb" + "Name": "ProfileProviderCollection", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbTransaction", - "Namespace": "System.Data.OleDb" + "Name": "SqlProfileProvider", + "Namespace": "System.Web.Profile" }, { - "Name": "OleDbType", - "Namespace": "System.Data.OleDb" + "Name": "BufferedWebEventProvider", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcCommand", - "Namespace": "System.Data.Odbc" + "Name": "EventLogWebEventProvider", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcCommandBuilder", - "Namespace": "System.Data.Odbc" + "Name": "IisTraceWebEventProvider", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcConnection", - "Namespace": "System.Data.Odbc" + "Name": "MailWebEventProvider", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcConnectionStringBuilder", - "Namespace": "System.Data.Odbc" + "Name": "IRegiisUtility", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcDataAdapter", - "Namespace": "System.Data.Odbc" + "Name": "RegiisUtility", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcDataReader", - "Namespace": "System.Data.Odbc" + "Name": "SimpleMailWebEventProvider", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcError", - "Namespace": "System.Data.Odbc" + "Name": "SqlFeatures", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcErrorCollection", - "Namespace": "System.Data.Odbc" + "Name": "SessionStateType", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcException", - "Namespace": "System.Data.Odbc" + "Name": "SqlExecutionException", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcFactory", - "Namespace": "System.Data.Odbc" + "Name": "SqlServices", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcInfoMessageEventHandler", - "Namespace": "System.Data.Odbc" + "Name": "SqlWebEventProvider", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcInfoMessageEventArgs", - "Namespace": "System.Data.Odbc" + "Name": "TemplatedMailWebEventProvider", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcMetaDataCollectionNames", - "Namespace": "System.Data.Odbc" + "Name": "MailEventNotificationInfo", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcMetaDataColumnNames", - "Namespace": "System.Data.Odbc" + "Name": "EventNotificationType", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcParameter", - "Namespace": "System.Data.Odbc" + "Name": "WebEventBufferFlushInfo", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcParameterCollection", - "Namespace": "System.Data.Odbc" + "Name": "WebEventCodes", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcPermission", - "Namespace": "System.Data.Odbc" + "Name": "WebEventProvider", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcPermissionAttribute", - "Namespace": "System.Data.Odbc" + "Name": "IWebEventCustomEvaluator", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcRowUpdatingEventHandler", - "Namespace": "System.Data.Odbc" + "Name": "WebBaseEvent", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcRowUpdatedEventHandler", - "Namespace": "System.Data.Odbc" + "Name": "WebEventFormatter", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcRowUpdatingEventArgs", - "Namespace": "System.Data.Odbc" + "Name": "WebManagementEvent", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcRowUpdatedEventArgs", - "Namespace": "System.Data.Odbc" + "Name": "WebHeartbeatEvent", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcTransaction", - "Namespace": "System.Data.Odbc" + "Name": "WebApplicationLifetimeEvent", + "Namespace": "System.Web.Management" }, { - "Name": "OdbcType", - "Namespace": "System.Data.Odbc" + "Name": "WebRequestEvent", + "Namespace": "System.Web.Management" }, { - "Name": "CatalogLocation", - "Namespace": "System.Data.Common" + "Name": "WebBaseErrorEvent", + "Namespace": "System.Web.Management" }, { - "Name": "DataAdapter", - "Namespace": "System.Data.Common" + "Name": "WebErrorEvent", + "Namespace": "System.Web.Management" }, { - "Name": "DataColumnMapping", - "Namespace": "System.Data.Common" + "Name": "WebRequestErrorEvent", + "Namespace": "System.Web.Management" }, { - "Name": "DataColumnMappingCollection", - "Namespace": "System.Data.Common" + "Name": "WebAuditEvent", + "Namespace": "System.Web.Management" }, { - "Name": "DataTableMapping", - "Namespace": "System.Data.Common" + "Name": "WebFailureAuditEvent", + "Namespace": "System.Web.Management" }, { - "Name": "DataTableMappingCollection", - "Namespace": "System.Data.Common" + "Name": "WebAuthenticationFailureAuditEvent", + "Namespace": "System.Web.Management" }, { - "Name": "DbCommand", - "Namespace": "System.Data.Common" + "Name": "WebViewStateFailureAuditEvent", + "Namespace": "System.Web.Management" }, { - "Name": "DbColumn", - "Namespace": "System.Data.Common" + "Name": "WebSuccessAuditEvent", + "Namespace": "System.Web.Management" }, { - "Name": "IDbColumnSchemaGenerator", - "Namespace": "System.Data.Common" + "Name": "WebAuthenticationSuccessAuditEvent", + "Namespace": "System.Web.Management" }, { - "Name": "DbDataReaderExtensions", - "Namespace": "System.Data.Common" + "Name": "WebProcessInformation", + "Namespace": "System.Web.Management" }, { - "Name": "DbCommandBuilder", - "Namespace": "System.Data.Common" + "Name": "WebApplicationInformation", + "Namespace": "System.Web.Management" }, { - "Name": "DbConnection", - "Namespace": "System.Data.Common" + "Name": "WebRequestInformation", + "Namespace": "System.Web.Management" }, { - "Name": "DbConnectionStringBuilder", - "Namespace": "System.Data.Common" + "Name": "WebProcessStatistics", + "Namespace": "System.Web.Management" }, { - "Name": "DbDataAdapter", - "Namespace": "System.Data.Common" + "Name": "WebThreadInformation", + "Namespace": "System.Web.Management" }, { - "Name": "DBDataPermission", - "Namespace": "System.Data.Common" + "Name": "RuleFiringRecord", + "Namespace": "System.Web.Management" }, { - "Name": "DBDataPermissionAttribute", - "Namespace": "System.Data.Common" + "Name": "WebBaseEventCollection", + "Namespace": "System.Web.Management" }, { - "Name": "DbDataReader", - "Namespace": "System.Data.Common" + "Name": "WebEventManager", + "Namespace": "System.Web.Management" }, { - "Name": "DbDataRecord", - "Namespace": "System.Data.Common" + "Name": "TraceWebEventProvider", + "Namespace": "System.Web.Management" }, { - "Name": "DbDataSourceEnumerator", - "Namespace": "System.Data.Common" + "Name": "WmiWebEventProvider", + "Namespace": "System.Web.Management" }, { - "Name": "DbEnumerator", - "Namespace": "System.Data.Common" + "Name": "AssemblyResourceLoader", + "Namespace": "System.Web.Handlers" }, { - "Name": "DbException", - "Namespace": "System.Data.Common" + "Name": "TraceHandler", + "Namespace": "System.Web.Handlers" }, { - "Name": "DbParameter", - "Namespace": "System.Data.Common" + "Name": "PageInstrumentationService", + "Namespace": "System.Web.Instrumentation" }, { - "Name": "DbParameterCollection", - "Namespace": "System.Data.Common" + "Name": "PageExecutionContext", + "Namespace": "System.Web.Instrumentation" }, { - "Name": "DbProviderConfigurationHandler", - "Namespace": "System.Data.Common" + "Name": "PageExecutionListener", + "Namespace": "System.Web.Instrumentation" }, { - "Name": "DbProviderFactories", - "Namespace": "System.Data.Common" + "Name": "AspNetWebSocket", + "Namespace": "System.Web.WebSockets" }, { - "Name": "DbProviderFactoriesConfigurationHandler", - "Namespace": "System.Data.Common" + "Name": "AspNetWebSocketOptions", + "Namespace": "System.Web.WebSockets" }, { - "Name": "DbProviderFactory", - "Namespace": "System.Data.Common" + "Name": "AspNetWebSocketContext", + "Namespace": "System.Web.WebSockets" }, { - "Name": "DbProviderSpecificTypePropertyAttribute", - "Namespace": "System.Data.Common" + "Name": "IWebPropertyAccessor", + "Namespace": "System.Web.Util" }, { - "Name": "DbTransaction", - "Namespace": "System.Data.Common" + "Name": "HttpEncoder", + "Namespace": "System.Web.Util" }, { - "Name": "GroupByBehavior", - "Namespace": "System.Data.Common" + "Name": "IWebObjectFactory", + "Namespace": "System.Web.Util" }, { - "Name": "IdentifierCase", - "Namespace": "System.Data.Common" + "Name": "RequestValidationSource", + "Namespace": "System.Web.Util" }, { - "Name": "RowUpdatedEventArgs", - "Namespace": "System.Data.Common" + "Name": "RequestValidator", + "Namespace": "System.Web.Util" }, { - "Name": "RowUpdatingEventArgs", - "Namespace": "System.Data.Common" + "Name": "TransactedCallback", + "Namespace": "System.Web.Util" }, { - "Name": "SchemaTableColumn", - "Namespace": "System.Data.Common" + "Name": "Transactions", + "Namespace": "System.Web.Util" }, { - "Name": "SchemaTableOptionalColumn", - "Namespace": "System.Data.Common" + "Name": "WorkItemCallback", + "Namespace": "System.Web.Util" }, { - "Name": "SupportedJoinOperators", - "Namespace": "System.Data.Common" + "Name": "WorkItem", + "Namespace": "System.Web.Util" }, { - "Name": "DbMetaDataCollectionNames", - "Namespace": "System.Data.Common" + "Name": "ICodeBlockTypeAccessor", + "Namespace": "System.Web.UI" }, { - "Name": "DbMetaDataColumnNames", - "Namespace": "System.Data.Common" + "Name": "PageAsyncTask", + "Namespace": "System.Web.UI" }, { - "Name": "OracleBFile", - "Namespace": "System.Data.OracleClient" + "Name": "ValidateRequestMode", + "Namespace": "System.Web.UI" }, { - "Name": "OracleBinary", - "Namespace": "System.Data.OracleClient" + "Name": "AttributeCollection", + "Namespace": "System.Web.UI" }, { - "Name": "OracleBoolean", - "Namespace": "System.Data.OracleClient" + "Name": "BaseParser", + "Namespace": "System.Web.UI" }, { - "Name": "OracleCommand", - "Namespace": "System.Data.OracleClient" + "Name": "BaseTemplateParser", + "Namespace": "System.Web.UI" }, { - "Name": "OracleCommandBuilder", - "Namespace": "System.Data.OracleClient" + "Name": "BindableTemplateBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "OracleConnection", - "Namespace": "System.Data.OracleClient" + "Name": "ExtractTemplateValuesMethod", + "Namespace": "System.Web.UI" }, { - "Name": "OracleConnectionStringBuilder", - "Namespace": "System.Data.OracleClient" + "Name": "CompiledBindableTemplateBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "OracleDataAdapter", - "Namespace": "System.Data.OracleClient" + "Name": "BoundPropertyEntry", + "Namespace": "System.Web.UI" }, { - "Name": "OracleDataReader", - "Namespace": "System.Data.OracleClient" + "Name": "BuilderPropertyEntry", + "Namespace": "System.Web.UI" }, { - "Name": "OracleDateTime", - "Namespace": "System.Data.OracleClient" + "Name": "ChtmlTextWriter", + "Namespace": "System.Web.UI" }, { - "Name": "OracleException", - "Namespace": "System.Data.OracleClient" + "Name": "ClientIDMode", + "Namespace": "System.Web.UI" }, { - "Name": "OracleClientFactory", - "Namespace": "System.Data.OracleClient" + "Name": "ClientScriptManager", + "Namespace": "System.Web.UI" }, { - "Name": "OracleInfoMessageEventArgs", - "Namespace": "System.Data.OracleClient" + "Name": "CodeBlockType", + "Namespace": "System.Web.UI" }, { - "Name": "OracleInfoMessageEventHandler", - "Namespace": "System.Data.OracleClient" + "Name": "CodeStatementBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "OracleLob", - "Namespace": "System.Data.OracleClient" + "Name": "ComplexPropertyEntry", + "Namespace": "System.Web.UI" }, { - "Name": "OracleLobOpenMode", - "Namespace": "System.Data.OracleClient" + "Name": "ConflictOptions", + "Namespace": "System.Web.UI" }, { - "Name": "OracleMonthSpan", - "Namespace": "System.Data.OracleClient" + "Name": "ConstructorNeedsTagAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "OracleNumber", - "Namespace": "System.Data.OracleClient" + "Name": "RenderMethod", + "Namespace": "System.Web.UI" }, { - "Name": "OracleParameter", - "Namespace": "System.Data.OracleClient" + "Name": "BuildMethod", + "Namespace": "System.Web.UI" }, { - "Name": "OracleParameterCollection", - "Namespace": "System.Data.OracleClient" + "Name": "Control", + "Namespace": "System.Web.UI" }, { - "Name": "OraclePermission", - "Namespace": "System.Data.OracleClient" + "Name": "ControlBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "OraclePermissionAttribute", - "Namespace": "System.Data.OracleClient" + "Name": "ControlBuilderAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "OracleRowUpdatedEventArgs", - "Namespace": "System.Data.OracleClient" + "Name": "ControlCachePolicy", + "Namespace": "System.Web.UI" }, { - "Name": "OracleRowUpdatedEventHandler", - "Namespace": "System.Data.OracleClient" + "Name": "ControlCollection", + "Namespace": "System.Web.UI" }, { - "Name": "OracleRowUpdatingEventArgs", - "Namespace": "System.Data.OracleClient" + "Name": "ControlSkinDelegate", + "Namespace": "System.Web.UI" }, { - "Name": "OracleRowUpdatingEventHandler", - "Namespace": "System.Data.OracleClient" + "Name": "ControlSkin", + "Namespace": "System.Web.UI" }, { - "Name": "OracleString", - "Namespace": "System.Data.OracleClient" + "Name": "ControlValuePropertyAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "OracleTimeSpan", - "Namespace": "System.Data.OracleClient" + "Name": "CssClassPropertyAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "OracleTransaction", - "Namespace": "System.Data.OracleClient" + "Name": "CssStyleCollection", + "Namespace": "System.Web.UI" }, { - "Name": "OracleType", - "Namespace": "System.Data.OracleClient" + "Name": "DataBinder", + "Namespace": "System.Web.UI" }, { - "Name": "TransactionVote", - "Namespace": "System.EnterpriseServices" + "Name": "DataBinding", + "Namespace": "System.Web.UI" }, { - "Name": "IPlaybackControl", - "Namespace": "System.EnterpriseServices" + "Name": "DataBindingCollection", + "Namespace": "System.Web.UI" }, { - "Name": "BOID", - "Namespace": "System.EnterpriseServices" + "Name": "DataBindingHandlerAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "XACTTRANSINFO", - "Namespace": "System.EnterpriseServices" + "Name": "DataBoundLiteralControl", + "Namespace": "System.Web.UI" }, { - "Name": "ITransaction", - "Namespace": "System.EnterpriseServices" + "Name": "DesignerDataBoundLiteralControl", + "Namespace": "System.Web.UI" }, { - "Name": "PropertyLockMode", - "Namespace": "System.EnterpriseServices" + "Name": "DataKeyPropertyAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "PropertyReleaseMode", - "Namespace": "System.EnterpriseServices" + "Name": "DataSourceCacheDurationConverter", + "Namespace": "System.Web.UI" }, { - "Name": "SharedProperty", - "Namespace": "System.EnterpriseServices" + "Name": "DataSourceCacheExpiry", + "Namespace": "System.Web.UI" }, { - "Name": "SharedPropertyGroup", - "Namespace": "System.EnterpriseServices" + "Name": "DataSourceCapabilities", + "Namespace": "System.Web.UI" }, { - "Name": "SharedPropertyGroupManager", - "Namespace": "System.EnterpriseServices" + "Name": "DataSourceControl", + "Namespace": "System.Web.UI" }, { - "Name": "IRemoteDispatch", - "Namespace": "System.EnterpriseServices" + "Name": "DataSourceControlBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "IServicedComponentInfo", - "Namespace": "System.EnterpriseServices" + "Name": "DataSourceOperation", + "Namespace": "System.Web.UI" }, { - "Name": "ServicedComponent", - "Namespace": "System.EnterpriseServices" + "Name": "DataSourceSelectArguments", + "Namespace": "System.Web.UI" }, { - "Name": "ServicedComponentException", - "Namespace": "System.EnterpriseServices" + "Name": "DataSourceView", + "Namespace": "System.Web.UI" }, { - "Name": "ContextUtil", - "Namespace": "System.EnterpriseServices" + "Name": "DataSourceViewSelectCallback", + "Namespace": "System.Web.UI" }, { - "Name": "SecurityIdentity", - "Namespace": "System.EnterpriseServices" + "Name": "DataSourceViewOperationCallback", + "Namespace": "System.Web.UI" }, { - "Name": "SecurityCallers", - "Namespace": "System.EnterpriseServices" + "Name": "DesignTimeParseData", + "Namespace": "System.Web.UI" }, { - "Name": "SecurityCallContext", - "Namespace": "System.EnterpriseServices" + "Name": "DesignTimeTemplateParser", + "Namespace": "System.Web.UI" }, { - "Name": "TransactionOption", - "Namespace": "System.EnterpriseServices" + "Name": "EmptyControlCollection", + "Namespace": "System.Web.UI" }, { - "Name": "TransactionIsolationLevel", - "Namespace": "System.EnterpriseServices" + "Name": "EventEntry", + "Namespace": "System.Web.UI" }, { - "Name": "SynchronizationOption", - "Namespace": "System.EnterpriseServices" + "Name": "ExpressionBinding", + "Namespace": "System.Web.UI" }, { - "Name": "ActivationOption", - "Namespace": "System.EnterpriseServices" + "Name": "ExpressionBindingCollection", + "Namespace": "System.Web.UI" }, { - "Name": "IProcessInitializer", - "Namespace": "System.EnterpriseServices" + "Name": "FileLevelControlBuilderAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "IProcessInitControl", - "Namespace": "System.EnterpriseServices" + "Name": "FilterableAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "TransactionAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "HiddenFieldPageStatePersister", + "Namespace": "System.Web.UI" }, { - "Name": "JustInTimeActivationAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "HierarchicalDataSourceControl", + "Namespace": "System.Web.UI" }, { - "Name": "SynchronizationAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "HierarchicalDataSourceView", + "Namespace": "System.Web.UI" }, { - "Name": "MustRunInClientContextAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "Html32TextWriter", + "Namespace": "System.Web.UI" }, { - "Name": "ConstructionEnabledAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "HtmlTextWriter", + "Namespace": "System.Web.UI" }, { - "Name": "ObjectPoolingAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "HtmlTextWriterAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "COMTIIntrinsicsAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "HtmlTextWriterStyle", + "Namespace": "System.Web.UI" }, { - "Name": "IISIntrinsicsAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "HtmlTextWriterTag", + "Namespace": "System.Web.UI" }, { - "Name": "EventTrackingEnabledAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IAttributeAccessor", + "Namespace": "System.Web.UI" }, { - "Name": "ExceptionClassAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IAutoFieldGenerator", + "Namespace": "System.Web.UI" }, { - "Name": "LoadBalancingSupportedAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IBindableControl", + "Namespace": "System.Web.UI" }, { - "Name": "EventClassAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IBindableTemplate", + "Namespace": "System.Web.UI" }, { - "Name": "PrivateComponentAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "ICallbackEventHandler", + "Namespace": "System.Web.UI" }, { - "Name": "AutoCompleteAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IControlBuilderAccessor", + "Namespace": "System.Web.UI" }, { - "Name": "ApplicationActivationAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IControlDesignerAccessor", + "Namespace": "System.Web.UI" }, { - "Name": "ApplicationNameAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IDataBindingsAccessor", + "Namespace": "System.Web.UI" }, { - "Name": "ApplicationIDAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IDataItemContainer", + "Namespace": "System.Web.UI" }, { - "Name": "ApplicationQueuingAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IDataKeysControl", + "Namespace": "System.Web.UI" }, { - "Name": "InterfaceQueuingAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IDataSource", + "Namespace": "System.Web.UI" }, { - "Name": "DescriptionAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IDataSourceViewSchemaAccessor", + "Namespace": "System.Web.UI" }, { - "Name": "InstallationFlags", - "Namespace": "System.EnterpriseServices" + "Name": "IDReferencePropertyAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "RegistrationErrorInfo", - "Namespace": "System.EnterpriseServices" + "Name": "IExpressionsAccessor", + "Namespace": "System.Web.UI" }, { - "Name": "RegistrationException", - "Namespace": "System.EnterpriseServices" + "Name": "IFilterResolutionService", + "Namespace": "System.Web.UI" }, { - "Name": "IRegistrationHelper", - "Namespace": "System.EnterpriseServices" + "Name": "IHierarchicalDataSource", + "Namespace": "System.Web.UI" }, { - "Name": "RegistrationConfig", - "Namespace": "System.EnterpriseServices" + "Name": "IHierarchicalEnumerable", + "Namespace": "System.Web.UI" }, { - "Name": "RegistrationHelper", - "Namespace": "System.EnterpriseServices" + "Name": "IHierarchyData", + "Namespace": "System.Web.UI" }, { - "Name": "RegistrationHelperTx", - "Namespace": "System.EnterpriseServices" + "Name": "ImageClickEventArgs", + "Namespace": "System.Web.UI" }, { - "Name": "ComponentAccessControlAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "ImageClickEventHandler", + "Namespace": "System.Web.UI" }, { - "Name": "AccessChecksLevelOption", - "Namespace": "System.EnterpriseServices" + "Name": "INamingContainer", + "Namespace": "System.Web.UI" }, { - "Name": "AuthenticationOption", - "Namespace": "System.EnterpriseServices" + "Name": "INavigateUIData", + "Namespace": "System.Web.UI" }, { - "Name": "ImpersonationLevelOption", - "Namespace": "System.EnterpriseServices" + "Name": "IndexedString", + "Namespace": "System.Web.UI" }, { - "Name": "ApplicationAccessControlAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IParserAccessor", + "Namespace": "System.Web.UI" }, { - "Name": "SecurityRoleAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IPostBackDataHandler", + "Namespace": "System.Web.UI" }, { - "Name": "SecureMethodAttribute", - "Namespace": "System.EnterpriseServices" + "Name": "IPostBackEventHandler", + "Namespace": "System.Web.UI" }, { - "Name": "ResourcePool", - "Namespace": "System.EnterpriseServices" + "Name": "IResourceUrlGenerator", + "Namespace": "System.Web.UI" }, { - "Name": "BYOT", - "Namespace": "System.EnterpriseServices" + "Name": "IStateFormatter", + "Namespace": "System.Web.UI" }, { - "Name": "ThreadPoolOption", - "Namespace": "System.EnterpriseServices" + "Name": "IStateManager", + "Namespace": "System.Web.UI" }, { - "Name": "TransactionStatus", - "Namespace": "System.EnterpriseServices" + "Name": "IStyleSheet", + "Namespace": "System.Web.UI" }, { - "Name": "InheritanceOption", - "Namespace": "System.EnterpriseServices" + "Name": "ITemplate", + "Namespace": "System.Web.UI" }, { - "Name": "BindingOption", - "Namespace": "System.EnterpriseServices" + "Name": "IThemeResolutionService", + "Namespace": "System.Web.UI" }, { - "Name": "SxsOption", - "Namespace": "System.EnterpriseServices" + "Name": "IUrlResolutionService", + "Namespace": "System.Web.UI" }, { - "Name": "PartitionOption", - "Namespace": "System.EnterpriseServices" + "Name": "IUserControlDesignerAccessor", + "Namespace": "System.Web.UI" }, { - "Name": "ServiceConfig", - "Namespace": "System.EnterpriseServices" + "Name": "IUserControlTypeResolutionService", + "Namespace": "System.Web.UI" }, { - "Name": "ServiceDomain", - "Namespace": "System.EnterpriseServices" + "Name": "IValidator", + "Namespace": "System.Web.UI" }, { - "Name": "IServiceCall", - "Namespace": "System.EnterpriseServices" + "Name": "ListSourceHelper", + "Namespace": "System.Web.UI" }, { - "Name": "IAsyncErrorNotify", - "Namespace": "System.EnterpriseServices" + "Name": "LiteralControl", + "Namespace": "System.Web.UI" }, { - "Name": "Activity", - "Namespace": "System.EnterpriseServices" + "Name": "LosFormatter", + "Namespace": "System.Web.UI" }, { - "Name": "AssemblyLocator", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "MasterPageControlBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "AppDomainHelper", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "FileLevelMasterPageControlBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "IComManagedImportUtil", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "MasterPage", + "Namespace": "System.Web.UI" }, { - "Name": "ComManagedImportUtil", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "NonVisualControlAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "IComSoapPublisher", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "ObjectConverter", + "Namespace": "System.Web.UI" }, { - "Name": "IComSoapIISVRoot", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "ObjectPersistData", + "Namespace": "System.Web.UI" }, { - "Name": "IComSoapMetadata", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "ObjectStateFormatter", + "Namespace": "System.Web.UI" }, { - "Name": "IServerWebConfig", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "ObjectTagBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "ComSoapPublishError", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "OutputCacheParameters", + "Namespace": "System.Web.UI" }, { - "Name": "ClientRemotingConfig", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "FileLevelPageControlBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "ServerWebConfig", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "Page", + "Namespace": "System.Web.UI" }, { - "Name": "IISVirtualRoot", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "OutputCacheLocation", + "Namespace": "System.Web.UI" }, { - "Name": "Publish", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "PageHandlerFactory", + "Namespace": "System.Web.UI" }, { - "Name": "GenerateMetadata", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "PageParser", + "Namespace": "System.Web.UI" }, { - "Name": "IClrObjectFactory", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "PageParserFilter", + "Namespace": "System.Web.UI" }, { - "Name": "ClrObjectFactory", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "VirtualReferenceType", + "Namespace": "System.Web.UI" }, { - "Name": "ISoapServerVRoot", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "CodeConstructType", + "Namespace": "System.Web.UI" }, { - "Name": "SoapServerVRoot", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "CompilationMode", + "Namespace": "System.Web.UI" }, { - "Name": "ISoapClientImport", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "PageStatePersister", + "Namespace": "System.Web.UI" }, { - "Name": "SoapClientImport", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "PageTheme", + "Namespace": "System.Web.UI" }, { - "Name": "ISoapUtility", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "Pair", + "Namespace": "System.Web.UI" }, { - "Name": "SoapUtility", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "ParseChildrenAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "ISoapServerTlb", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "ParseRecorder", + "Namespace": "System.Web.UI" }, { - "Name": "SoapServerTlb", - "Namespace": "System.EnterpriseServices.Internal" + "Name": "PartialCachingAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "LogRecordFlags", - "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + "Name": "BasePartialCachingControl", + "Namespace": "System.Web.UI" }, { - "Name": "CompensatorOptions", - "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + "Name": "StaticPartialCachingControl", + "Namespace": "System.Web.UI" }, { - "Name": "TransactionState", - "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + "Name": "PartialCachingControl", + "Namespace": "System.Web.UI" }, { - "Name": "LogRecord", - "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + "Name": "PersistChildrenAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "Compensator", - "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + "Name": "PersistenceMode", + "Namespace": "System.Web.UI" }, { - "Name": "Clerk", - "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + "Name": "PersistenceModeAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "ClerkMonitor", - "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + "Name": "PostBackOptions", + "Namespace": "System.Web.UI" }, { - "Name": "ClerkInfo", - "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + "Name": "PropertyConverter", + "Namespace": "System.Web.UI" }, { - "Name": "ApplicationCrmEnabledAttribute", - "Namespace": "System.EnterpriseServices.CompensatingResourceManager" + "Name": "PropertyEntry", + "Namespace": "System.Web.UI" }, { - "Name": "PrintSystemObject", - "Namespace": "System.Printing" + "Name": "RenderTraceListener", + "Namespace": "System.Web.UI" }, { - "Name": "PrintSystemObjects", - "Namespace": "System.Printing" + "Name": "RootBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "PrintFilter", - "Namespace": "System.Printing" + "Name": "SessionPageStatePersister", + "Namespace": "System.Web.UI" }, { - "Name": "PrintDriver", - "Namespace": "System.Printing" + "Name": "SimplePropertyEntry", + "Namespace": "System.Web.UI" }, { - "Name": "PrintPort", - "Namespace": "System.Printing" + "Name": "SimpleWebHandlerParser", + "Namespace": "System.Web.UI" }, { - "Name": "PrintProcessor", - "Namespace": "System.Printing" + "Name": "WebServiceParser", + "Namespace": "System.Web.UI" }, { - "Name": "PrintJobSettings", - "Namespace": "System.Printing" + "Name": "SkinBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "PrintDocumentImageableArea", - "Namespace": "System.Printing" + "Name": "ThemeProvider", + "Namespace": "System.Web.UI" }, { - "Name": "XpsDocumentWriter", - "Namespace": "System.Windows.Xps" + "Name": "StateBag", + "Namespace": "System.Web.UI" }, { - "Name": "VisualsToXpsDocument", - "Namespace": "System.Windows.Xps" + "Name": "StateItem", + "Namespace": "System.Web.UI" }, { - "Name": "XpsWriterException", - "Namespace": "System.Windows.Xps" + "Name": "StateManagedCollection", + "Namespace": "System.Web.UI" }, { - "Name": "PrintQueueStringProperty", - "Namespace": "System.Printing" + "Name": "SupportsEventValidationAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "PrintQueue", - "Namespace": "System.Printing" + "Name": "TagPrefixAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "PrintQueueCollection", - "Namespace": "System.Printing" + "Name": "TemplateContainerAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "PrintServer", - "Namespace": "System.Printing" + "Name": "TemplateBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "LocalPrintServer", - "Namespace": "System.Printing" + "Name": "BuildTemplateMethod", + "Namespace": "System.Web.UI" }, { - "Name": "PrintProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "CompiledTemplateBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "PrintInt32Property", - "Namespace": "System.Printing.IndexedProperties" + "Name": "TemplateControl", + "Namespace": "System.Web.UI" }, { - "Name": "PrintStringProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "TemplateControlParser", + "Namespace": "System.Web.UI" }, { - "Name": "PrintStreamProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "TemplateInstance", + "Namespace": "System.Web.UI" }, { - "Name": "PrintQueueAttributeProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "TemplateInstanceAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "PrintQueueStatusProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "TemplateParser", + "Namespace": "System.Web.UI" }, { - "Name": "PrintBooleanProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "TemplatePropertyEntry", + "Namespace": "System.Web.UI" }, { - "Name": "PrintThreadPriorityProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "ThemeableAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "PrintServerLoggingProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "ToolboxDataAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "PrintDriverProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "Triplet", + "Namespace": "System.Web.UI" }, { - "Name": "PrintPortProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "UnobtrusiveValidationMode", + "Namespace": "System.Web.UI" }, { - "Name": "PrintServerProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "UrlPropertyAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "PrintTicketProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "UserControlControlBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "PrintByteArrayProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "FileLevelUserControlBuilder", + "Namespace": "System.Web.UI" }, { - "Name": "PrintProcessorProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "UserControl", + "Namespace": "System.Web.UI" }, { - "Name": "PrintQueueProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "ValidationPropertyAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "PrintJobPriorityProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "ValidationSettings", + "Namespace": "System.Web.UI" }, { - "Name": "PrintJobStatusProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "ValidatorCollection", + "Namespace": "System.Web.UI" }, { - "Name": "PrintDateTimeProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "VerificationAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "PrintSystemTypeProperty", - "Namespace": "System.Printing.IndexedProperties" + "Name": "VerificationRule", + "Namespace": "System.Web.UI" }, { - "Name": "PrintPropertyDictionary", - "Namespace": "System.Printing.IndexedProperties" + "Name": "VerificationReportLevel", + "Namespace": "System.Web.UI" }, { - "Name": "PrintSystemObjectPropertyChangedEventArgs", - "Namespace": "System.Printing" + "Name": "VerificationConditionalOperator", + "Namespace": "System.Web.UI" }, { - "Name": "PrintSystemObjectPropertiesChangedEventArgs", - "Namespace": "System.Printing" + "Name": "ViewStateEncryptionMode", + "Namespace": "System.Web.UI" }, { - "Name": "PrintSystemJobInfo", - "Namespace": "System.Printing" + "Name": "ViewStateException", + "Namespace": "System.Web.UI" }, { - "Name": "PrintJobInfoCollection", - "Namespace": "System.Printing" + "Name": "ViewStateMode", + "Namespace": "System.Web.UI" }, { - "Name": "PrintQueueStream", - "Namespace": "System.Printing" + "Name": "ViewStateModeByIdAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "PrintQueueAttributes", - "Namespace": "System.Printing" + "Name": "ICheckBoxControl", + "Namespace": "System.Web.UI" }, { - "Name": "PrintQueueStatus", - "Namespace": "System.Printing" + "Name": "IEditableTextControl", + "Namespace": "System.Web.UI" }, { - "Name": "EnumeratedPrintQueueTypes", - "Namespace": "System.Printing" + "Name": "ITextControl", + "Namespace": "System.Web.UI" }, { - "Name": "PrintServerEventLoggingTypes", - "Namespace": "System.Printing" + "Name": "WebResourceAttribute", + "Namespace": "System.Web.UI" }, { - "Name": "PrintJobStatus", - "Namespace": "System.Printing" + "Name": "XhtmlTextWriter", + "Namespace": "System.Web.UI" }, { - "Name": "PrintJobPriority", - "Namespace": "System.Printing" + "Name": "XhtmlMobileDocType", + "Namespace": "System.Web.UI" }, { - "Name": "PrintJobType", - "Namespace": "System.Printing" + "Name": "XPathBinder", + "Namespace": "System.Web.UI" }, { - "Name": "PrintSystemDesiredAccess", - "Namespace": "System.Printing" + "Name": "ControlAdapter", + "Namespace": "System.Web.UI.Adapters" }, { - "Name": "PrintSystemObjectLoadMode", - "Namespace": "System.Printing" + "Name": "PageAdapter", + "Namespace": "System.Web.UI.Adapters" }, { - "Name": "XpsDocumentNotificationLevel", - "Namespace": "System.Windows.Xps" + "Name": "HtmlElement", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "PrintQueueStringPropertyType", - "Namespace": "System.Printing" + "Name": "HtmlArea", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "PrintQueueIndexedProperty", - "Namespace": "System.Printing" + "Name": "HtmlEmbed", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "PrintServerIndexedProperty", - "Namespace": "System.Printing" + "Name": "HtmlIframe", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "LocalPrintServerIndexedProperty", - "Namespace": "System.Printing" + "Name": "HtmlSource", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionEventArgs", - "Namespace": "System.Transactions" + "Name": "HtmlTrack", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionCompletedEventHandler", - "Namespace": "System.Transactions" + "Name": "HtmlVideo", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "IsolationLevel", - "Namespace": "System.Transactions" + "Name": "HtmlAudio", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionStatus", - "Namespace": "System.Transactions" + "Name": "HtmlInputGenericControl", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "DependentCloneOption", - "Namespace": "System.Transactions" + "Name": "HtmlAnchor", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "EnlistmentOptions", - "Namespace": "System.Transactions" + "Name": "HtmlButton", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "Transaction", - "Namespace": "System.Transactions" + "Name": "HtmlContainerControl", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionInformation", - "Namespace": "System.Transactions" + "Name": "HtmlControl", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "DependentTransaction", - "Namespace": "System.Transactions" + "Name": "HtmlEmptyTagControlBuilder", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "CommittableTransaction", - "Namespace": "System.Transactions" + "Name": "HtmlGenericControl", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "Enlistment", - "Namespace": "System.Transactions" + "Name": "HtmlHeadBuilder", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "PreparingEnlistment", - "Namespace": "System.Transactions" + "Name": "HtmlHead", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "SinglePhaseEnlistment", - "Namespace": "System.Transactions" + "Name": "HtmlImage", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "IEnlistmentNotification", - "Namespace": "System.Transactions" + "Name": "HtmlInputButton", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "IPromotableSinglePhaseNotification", - "Namespace": "System.Transactions" + "Name": "HtmlInputCheckBox", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "ITransactionPromoter", - "Namespace": "System.Transactions" + "Name": "HtmlInputControl", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "ISimpleTransactionSuperior", - "Namespace": "System.Transactions" + "Name": "HtmlInputFile", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "SubordinateTransaction", - "Namespace": "System.Transactions" + "Name": "HtmlInputHidden", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "ISinglePhaseNotification", - "Namespace": "System.Transactions" + "Name": "HtmlInputImage", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionException", - "Namespace": "System.Transactions" + "Name": "HtmlInputPassword", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionAbortedException", - "Namespace": "System.Transactions" + "Name": "HtmlInputRadioButton", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionInDoubtException", - "Namespace": "System.Transactions" + "Name": "HtmlInputReset", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionManagerCommunicationException", - "Namespace": "System.Transactions" + "Name": "HtmlInputSubmit", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionPromotionException", - "Namespace": "System.Transactions" + "Name": "HtmlInputText", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "IDtcTransaction", - "Namespace": "System.Transactions" + "Name": "HtmlLink", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionInterop", - "Namespace": "System.Transactions" + "Name": "HtmlMeta", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "HostCurrentTransactionCallback", - "Namespace": "System.Transactions" + "Name": "HtmlSelectBuilder", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionStartedEventHandler", - "Namespace": "System.Transactions" + "Name": "HtmlSelect", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionManager", - "Namespace": "System.Transactions" + "Name": "HtmlTable", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionOptions", - "Namespace": "System.Transactions" + "Name": "HtmlTableCell", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "DistributedTransactionPermission", - "Namespace": "System.Transactions" + "Name": "HtmlTableCellCollection", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "DistributedTransactionPermissionAttribute", - "Namespace": "System.Transactions" + "Name": "HtmlTableRow", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionScopeOption", - "Namespace": "System.Transactions" + "Name": "HtmlTableRowCollection", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionScopeAsyncFlowOption", - "Namespace": "System.Transactions" + "Name": "HtmlTextArea", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "EnterpriseServicesInteropOption", - "Namespace": "System.Transactions" + "Name": "HtmlTitle", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "TransactionScope", - "Namespace": "System.Transactions" + "Name": "HtmlForm", + "Namespace": "System.Web.UI.HtmlControls" }, { - "Name": "DefaultSettingsSection", - "Namespace": "System.Transactions.Configuration" + "Name": "AutoFieldsGenerator", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "MachineSettingsSection", - "Namespace": "System.Transactions.Configuration" + "Name": "CreatingModelDataSourceEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TransactionsSectionGroup", - "Namespace": "System.Transactions.Configuration" + "Name": "CreatingModelDataSourceEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ISubscriptionToken", - "Namespace": "System.Web" + "Name": "DataSourceSelectResultProcessingOptions", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpApplicationStateBase", - "Namespace": "System.Web" + "Name": "DetailsViewRowsGenerator", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpApplicationStateWrapper", - "Namespace": "System.Web" + "Name": "GridViewColumnsGenerator", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpBrowserCapabilitiesBase", - "Namespace": "System.Web" + "Name": "ModelDataMethodResult", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpBrowserCapabilitiesWrapper", - "Namespace": "System.Web" + "Name": "ModelDataSourceMethod", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpCachePolicyBase", - "Namespace": "System.Web" + "Name": "ModelErrorMessage", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpCachePolicyWrapper", - "Namespace": "System.Web" + "Name": "ParsingCulture", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpContextBase", - "Namespace": "System.Web" + "Name": "ControlIDConverter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpContextWrapper", - "Namespace": "System.Web" + "Name": "ControlPropertyNameConverter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpFileCollectionBase", - "Namespace": "System.Web" + "Name": "AccessDataSource", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpFileCollectionWrapper", - "Namespace": "System.Web" + "Name": "AccessDataSourceView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpPostedFileBase", - "Namespace": "System.Web" + "Name": "AdCreatedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpPostedFileWrapper", - "Namespace": "System.Web" + "Name": "AdCreatedEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpRequestBase", - "Namespace": "System.Web" + "Name": "AdRotator", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpRequestWrapper", - "Namespace": "System.Web" + "Name": "AssociatedControlConverter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpResponseBase", - "Namespace": "System.Web" + "Name": "AuthenticateEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpResponseWrapper", - "Namespace": "System.Web" + "Name": "AuthenticateEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpServerUtilityBase", - "Namespace": "System.Web" + "Name": "AutoCompleteType", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpServerUtilityWrapper", - "Namespace": "System.Web" + "Name": "AutoGeneratedField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpSessionStateBase", - "Namespace": "System.Web" + "Name": "AutoGeneratedFieldProperties", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpSessionStateWrapper", - "Namespace": "System.Web" + "Name": "BaseCompareValidator", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpStaticObjectsCollectionBase", - "Namespace": "System.Web" + "Name": "BaseDataBoundControl", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpStaticObjectsCollectionWrapper", - "Namespace": "System.Web" + "Name": "BaseDataList", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpTaskAsyncHandler", - "Namespace": "System.Web" + "Name": "BaseValidator", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "EventHandlerTaskAsyncHelper", - "Namespace": "System.Web" + "Name": "BorderStyle", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "UnvalidatedRequestValuesWrapper", - "Namespace": "System.Web" + "Name": "BoundColumn", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "UnvalidatedRequestValuesBase", - "Namespace": "System.Web" + "Name": "BoundField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "UnvalidatedRequestValues", - "Namespace": "System.Web" + "Name": "BulletedList", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DefaultHttpHandler", - "Namespace": "System.Web" + "Name": "BulletedListEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HtmlString", - "Namespace": "System.Web" + "Name": "BulletedListEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "BeginEventHandler", - "Namespace": "System.Web" + "Name": "BulletStyle", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "EndEventHandler", - "Namespace": "System.Web" + "Name": "BulletedListDisplayMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TaskEventHandler", - "Namespace": "System.Web" + "Name": "Button", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpApplication", - "Namespace": "System.Web" + "Name": "ButtonColumn", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpApplicationState", - "Namespace": "System.Web" + "Name": "ButtonColumnType", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpBrowserCapabilities", - "Namespace": "System.Web" + "Name": "ButtonField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpCacheVaryByParams", - "Namespace": "System.Web" + "Name": "ButtonFieldBase", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpCacheability", - "Namespace": "System.Web" + "Name": "ButtonType", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpCacheRevalidation", - "Namespace": "System.Web" + "Name": "Calendar", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpValidationStatus", - "Namespace": "System.Web" + "Name": "CalendarDay", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpCacheValidateHandler", - "Namespace": "System.Web" + "Name": "CalendarSelectionMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpCachePolicy", - "Namespace": "System.Web" + "Name": "ChangePassword", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpCacheVaryByHeaders", - "Namespace": "System.Web" + "Name": "CheckBox", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpCacheVaryByContentEncodings", - "Namespace": "System.Web" + "Name": "CheckBoxField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpClientCertificate", - "Namespace": "System.Web" + "Name": "CheckBoxList", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpContext", - "Namespace": "System.Web" + "Name": "CircleHotSpot", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpCookie", - "Namespace": "System.Web" + "Name": "DataGridColumn", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpCookieMode", - "Namespace": "System.Web" + "Name": "DataGridColumnCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpCookieCollection", - "Namespace": "System.Web" + "Name": "CommandEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpException", - "Namespace": "System.Web" + "Name": "CommandEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpUnhandledException", - "Namespace": "System.Web" + "Name": "CommandField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpCompileException", - "Namespace": "System.Web" + "Name": "CompareValidator", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpParseException", - "Namespace": "System.Web" + "Name": "CompleteWizardStep", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpRequestValidationException", - "Namespace": "System.Web" + "Name": "CompositeControl", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ParserError", - "Namespace": "System.Web" + "Name": "CompositeDataBoundControl", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ParserErrorCollection", - "Namespace": "System.Web" + "Name": "Content", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpFileCollection", - "Namespace": "System.Web" + "Name": "ContentDirection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpModuleCollection", - "Namespace": "System.Web" + "Name": "ContentPlaceHolder", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpPostedFile", - "Namespace": "System.Web" + "Name": "ControlParameter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpRequest", - "Namespace": "System.Web" + "Name": "CookieParameter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ITlsTokenBindingInfo", - "Namespace": "System.Web" + "Name": "CreateUserErrorEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpResponseSubstitutionCallback", - "Namespace": "System.Web" + "Name": "CreateUserErrorEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpResponse", - "Namespace": "System.Web" + "Name": "CreateUserWizard", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpRuntime", - "Namespace": "System.Web" + "Name": "CreateUserWizardStep", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ApplicationShutdownReason", - "Namespace": "System.Web" + "Name": "CustomValidator", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpServerUtility", - "Namespace": "System.Web" + "Name": "DataBoundControl", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpUtility", - "Namespace": "System.Web" + "Name": "DataBoundControlMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpStaticObjectsCollection", - "Namespace": "System.Web" + "Name": "DataControlCellType", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpWriter", - "Namespace": "System.Web" + "Name": "DataControlCommands", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IHtmlString", - "Namespace": "System.Web" + "Name": "DataControlField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IHttpAsyncHandler", - "Namespace": "System.Web" + "Name": "DataControlFieldCell", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IHttpHandler", - "Namespace": "System.Web" + "Name": "DataControlFieldCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IHttpHandlerFactory", - "Namespace": "System.Web" + "Name": "DataControlFieldHeaderCell", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IHttpModule", - "Namespace": "System.Web" + "Name": "DataControlRowState", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IisTraceListener", - "Namespace": "System.Web" + "Name": "DataControlRowType", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "MimeMapping", - "Namespace": "System.Web" + "Name": "DataGrid", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IPartitionResolver", - "Namespace": "System.Web" + "Name": "DataGridCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PreApplicationStartMethodAttribute", - "Namespace": "System.Web" + "Name": "DataGridCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProcessStatus", - "Namespace": "System.Web" + "Name": "DataGridItem", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProcessShutdownReason", - "Namespace": "System.Web" + "Name": "DataGridItemCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProcessInfo", - "Namespace": "System.Web" + "Name": "DataGridItemEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProcessModelInfo", - "Namespace": "System.Web" + "Name": "DataGridItemEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ReadEntityBodyMode", - "Namespace": "System.Web" + "Name": "DataGridPageChangedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RequestNotification", - "Namespace": "System.Web" + "Name": "DataGridPageChangedEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RequestNotificationStatus", - "Namespace": "System.Web" + "Name": "DataGridPagerStyle", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SiteMap", - "Namespace": "System.Web" + "Name": "DataGridSortCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SiteMapProviderCollection", - "Namespace": "System.Web" + "Name": "DataGridSortCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SiteMapResolveEventHandler", - "Namespace": "System.Web" + "Name": "DataKey", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SiteMapResolveEventArgs", - "Namespace": "System.Web" + "Name": "DataKeyArray", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SiteMapNode", - "Namespace": "System.Web" + "Name": "DataKeyCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SiteMapNodeCollection", - "Namespace": "System.Web" + "Name": "DataList", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SiteMapProvider", - "Namespace": "System.Web" + "Name": "DataListCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "StaticSiteMapProvider", - "Namespace": "System.Web" + "Name": "DataListCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TraceContext", - "Namespace": "System.Web" + "Name": "DataListItem", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TraceContextEventArgs", - "Namespace": "System.Web" + "Name": "DataListItemCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TraceContextEventHandler", - "Namespace": "System.Web" + "Name": "DataListItemEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TraceContextRecord", - "Namespace": "System.Web" + "Name": "DataListItemEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TraceMode", - "Namespace": "System.Web" + "Name": "DayNameFormat", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "VirtualPathUtility", - "Namespace": "System.Web" + "Name": "DayRenderEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebPageTraceListener", - "Namespace": "System.Web" + "Name": "DayRenderEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpWorkerRequest", - "Namespace": "System.Web" + "Name": "DetailsView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "XmlSiteMapProvider", - "Namespace": "System.Web" + "Name": "DetailsViewCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SmtpMail", - "Namespace": "System.Web.Mail" + "Name": "DetailsViewCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "MailFormat", - "Namespace": "System.Web.Mail" + "Name": "DetailsViewDeletedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "MailPriority", - "Namespace": "System.Web.Mail" + "Name": "DetailsViewDeletedEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "MailEncoding", - "Namespace": "System.Web.Mail" + "Name": "DetailsViewDeleteEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "MailAttachment", - "Namespace": "System.Web.Mail" + "Name": "DetailsViewDeleteEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "MailMessage", - "Namespace": "System.Web.Mail" + "Name": "DetailsViewInsertedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IPartialSessionState", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewInsertedEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IReadOnlySessionState", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewInsertEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IRequiresSessionState", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewInsertEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionStateActions", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionStateStoreProviderBase", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewModeEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionStateStoreData", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewModeEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ISessionStateModule", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewPageEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ISessionIDManager", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewPageEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionIDManager", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewPagerRow", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionStateMode", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewRow", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IHttpSessionState", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewRowCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpSessionState", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewUpdatedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionStateBehavior", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewUpdatedEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpSessionStateContainer", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewUpdateEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ISessionStateItemCollection", - "Namespace": "System.Web.SessionState" + "Name": "DetailsViewUpdateEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionStateItemCollection", - "Namespace": "System.Web.SessionState" + "Name": "DropDownList", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionStateItemExpireCallback", - "Namespace": "System.Web.SessionState" + "Name": "EditCommandColumn", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionStateModule", - "Namespace": "System.Web.SessionState" + "Name": "EmbeddedMailObject", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionStateUtility", - "Namespace": "System.Web.SessionState" + "Name": "EmbeddedMailObjectsCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IStateRuntime", - "Namespace": "System.Web.SessionState" + "Name": "FileUpload", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "StateRuntime", - "Namespace": "System.Web.SessionState" + "Name": "FirstDayOfWeek", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpMethodConstraint", - "Namespace": "System.Web.Routing" + "Name": "FontInfo", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IRouteConstraint", - "Namespace": "System.Web.Routing" + "Name": "FontNamesConverter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IRouteHandler", - "Namespace": "System.Web.Routing" + "Name": "FontSize", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RequestContext", - "Namespace": "System.Web.Routing" + "Name": "FontUnit", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "Route", - "Namespace": "System.Web.Routing" + "Name": "FontUnitConverter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RouteBase", - "Namespace": "System.Web.Routing" + "Name": "FormParameter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RouteCollection", - "Namespace": "System.Web.Routing" + "Name": "FormView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RouteData", - "Namespace": "System.Web.Routing" + "Name": "FormViewCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RouteDirection", - "Namespace": "System.Web.Routing" + "Name": "FormViewCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RouteTable", - "Namespace": "System.Web.Routing" + "Name": "FormViewDeletedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RouteValueDictionary", - "Namespace": "System.Web.Routing" + "Name": "FormViewDeletedEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "StopRoutingHandler", - "Namespace": "System.Web.Routing" + "Name": "FormViewDeleteEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "UrlRoutingHandler", - "Namespace": "System.Web.Routing" + "Name": "FormViewDeleteEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "UrlRoutingModule", - "Namespace": "System.Web.Routing" + "Name": "FormViewInsertedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "VirtualPathData", - "Namespace": "System.Web.Routing" + "Name": "FormViewInsertedEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PageRouteHandler", - "Namespace": "System.Web.Routing" + "Name": "FormViewInsertEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileProviderAttribute", - "Namespace": "System.Web.Profile" + "Name": "FormViewInsertEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SettingsAllowAnonymousAttribute", - "Namespace": "System.Web.Profile" + "Name": "FormViewMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "CustomProviderDataAttribute", - "Namespace": "System.Web.Profile" + "Name": "FormViewModeEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DefaultProfile", - "Namespace": "System.Web.Profile" + "Name": "FormViewModeEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileBase", - "Namespace": "System.Web.Profile" + "Name": "FormViewPageEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileGroupBase", - "Namespace": "System.Web.Profile" + "Name": "FormViewPageEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileAuthenticationOption", - "Namespace": "System.Web.Profile" + "Name": "FormViewPagerRow", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileEventArgs", - "Namespace": "System.Web.Profile" + "Name": "FormViewRow", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileEventHandler", - "Namespace": "System.Web.Profile" + "Name": "FormViewUpdatedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileInfo", - "Namespace": "System.Web.Profile" + "Name": "FormViewUpdatedEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileInfoCollection", - "Namespace": "System.Web.Profile" + "Name": "FormViewUpdateEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileManager", - "Namespace": "System.Web.Profile" + "Name": "FormViewUpdateEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileModule", - "Namespace": "System.Web.Profile" + "Name": "GridLines", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileMigrateEventHandler", - "Namespace": "System.Web.Profile" + "Name": "GridView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileMigrateEventArgs", - "Namespace": "System.Web.Profile" + "Name": "GridViewCancelEditEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileAutoSaveEventHandler", - "Namespace": "System.Web.Profile" + "Name": "GridViewCancelEditEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileAutoSaveEventArgs", - "Namespace": "System.Web.Profile" + "Name": "GridViewCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileProvider", - "Namespace": "System.Web.Profile" + "Name": "GridViewCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ProfileProviderCollection", - "Namespace": "System.Web.Profile" + "Name": "GridViewDeletedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SqlProfileProvider", - "Namespace": "System.Web.Profile" + "Name": "GridViewDeletedEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "BufferedWebEventProvider", - "Namespace": "System.Web.Management" + "Name": "GridViewDeleteEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "EventLogWebEventProvider", - "Namespace": "System.Web.Management" + "Name": "GridViewDeleteEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IisTraceWebEventProvider", - "Namespace": "System.Web.Management" + "Name": "GridViewEditEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "MailWebEventProvider", - "Namespace": "System.Web.Management" + "Name": "GridViewEditEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IRegiisUtility", - "Namespace": "System.Web.Management" + "Name": "GridViewPageEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RegiisUtility", - "Namespace": "System.Web.Management" + "Name": "GridViewPageEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SimpleMailWebEventProvider", - "Namespace": "System.Web.Management" + "Name": "GridViewRow", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SqlFeatures", - "Namespace": "System.Web.Management" + "Name": "GridViewRowCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionStateType", - "Namespace": "System.Web.Management" + "Name": "GridViewRowEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SqlExecutionException", - "Namespace": "System.Web.Management" + "Name": "GridViewRowEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SqlServices", - "Namespace": "System.Web.Management" + "Name": "GridViewSelectEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SqlWebEventProvider", - "Namespace": "System.Web.Management" + "Name": "GridViewSelectEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TemplatedMailWebEventProvider", - "Namespace": "System.Web.Management" + "Name": "GridViewSortEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "MailEventNotificationInfo", - "Namespace": "System.Web.Management" + "Name": "GridViewSortEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "EventNotificationType", - "Namespace": "System.Web.Management" + "Name": "GridViewUpdatedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebEventBufferFlushInfo", - "Namespace": "System.Web.Management" + "Name": "GridViewUpdatedEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebEventCodes", - "Namespace": "System.Web.Management" + "Name": "GridViewUpdateEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebEventProvider", - "Namespace": "System.Web.Management" + "Name": "GridViewUpdateEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IWebEventCustomEvaluator", - "Namespace": "System.Web.Management" + "Name": "HiddenField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebBaseEvent", - "Namespace": "System.Web.Management" + "Name": "HierarchicalDataBoundControl", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebEventFormatter", - "Namespace": "System.Web.Management" + "Name": "HorizontalAlign", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebManagementEvent", - "Namespace": "System.Web.Management" + "Name": "HotSpot", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebHeartbeatEvent", - "Namespace": "System.Web.Management" + "Name": "HotSpotCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebApplicationLifetimeEvent", - "Namespace": "System.Web.Management" + "Name": "HotSpotMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebRequestEvent", - "Namespace": "System.Web.Management" + "Name": "HyperLinkControlBuilder", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebBaseErrorEvent", - "Namespace": "System.Web.Management" + "Name": "HyperLink", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebErrorEvent", - "Namespace": "System.Web.Management" + "Name": "HyperLinkColumn", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebRequestErrorEvent", - "Namespace": "System.Web.Management" + "Name": "HyperLinkField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebAuditEvent", - "Namespace": "System.Web.Management" + "Name": "IButtonControl", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebFailureAuditEvent", - "Namespace": "System.Web.Management" + "Name": "ICallbackContainer", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebAuthenticationFailureAuditEvent", - "Namespace": "System.Web.Management" + "Name": "ICompositeControlDesignerAccessor", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebViewStateFailureAuditEvent", - "Namespace": "System.Web.Management" + "Name": "IDataBoundControl", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebSuccessAuditEvent", - "Namespace": "System.Web.Management" + "Name": "IDataBoundItemControl", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebAuthenticationSuccessAuditEvent", - "Namespace": "System.Web.Management" + "Name": "IDataBoundListControl", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebProcessInformation", - "Namespace": "System.Web.Management" + "Name": "IFieldControl", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebApplicationInformation", - "Namespace": "System.Web.Management" + "Name": "Image", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebRequestInformation", - "Namespace": "System.Web.Management" + "Name": "ImageAlign", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebProcessStatistics", - "Namespace": "System.Web.Management" + "Name": "ImageButton", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebThreadInformation", - "Namespace": "System.Web.Management" + "Name": "ImageField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RuleFiringRecord", - "Namespace": "System.Web.Management" + "Name": "ImageMap", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebBaseEventCollection", - "Namespace": "System.Web.Management" + "Name": "ImageMapEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebEventManager", - "Namespace": "System.Web.Management" + "Name": "ImageMapEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TraceWebEventProvider", - "Namespace": "System.Web.Management" + "Name": "IPersistedSelector", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WmiWebEventProvider", - "Namespace": "System.Web.Management" + "Name": "IPostBackContainer", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "AssemblyResourceLoader", - "Namespace": "System.Web.Handlers" + "Name": "IRepeatInfoUser", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TraceHandler", - "Namespace": "System.Web.Handlers" + "Name": "LabelControlBuilder", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PageInstrumentationService", - "Namespace": "System.Web.Instrumentation" + "Name": "Label", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PageExecutionContext", - "Namespace": "System.Web.Instrumentation" + "Name": "LinkButtonControlBuilder", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PageExecutionListener", - "Namespace": "System.Web.Instrumentation" + "Name": "LinkButton", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "AspNetWebSocket", - "Namespace": "System.Web.WebSockets" + "Name": "ListBox", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "AspNetWebSocketOptions", - "Namespace": "System.Web.WebSockets" + "Name": "ListControl", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "AspNetWebSocketContext", - "Namespace": "System.Web.WebSockets" + "Name": "ListItemControlBuilder", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IWebPropertyAccessor", - "Namespace": "System.Web.Util" + "Name": "ListItem", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HttpEncoder", - "Namespace": "System.Web.Util" + "Name": "ListItemCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IWebObjectFactory", - "Namespace": "System.Web.Util" + "Name": "ListItemType", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RequestValidationSource", - "Namespace": "System.Web.Util" + "Name": "ListSelectionMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RequestValidator", - "Namespace": "System.Web.Util" + "Name": "LiteralControlBuilder", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TransactedCallback", - "Namespace": "System.Web.Util" + "Name": "Literal", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "Transactions", - "Namespace": "System.Web.Util" + "Name": "LiteralMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WorkItemCallback", - "Namespace": "System.Web.Util" + "Name": "Localize", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WorkItem", - "Namespace": "System.Web.Util" + "Name": "Login", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ICodeBlockTypeAccessor", - "Namespace": "System.Web.UI" + "Name": "LoginCancelEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PageAsyncTask", - "Namespace": "System.Web.UI" + "Name": "LoginCancelEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ValidateRequestMode", - "Namespace": "System.Web.UI" + "Name": "LoginFailureAction", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "AttributeCollection", - "Namespace": "System.Web.UI" + "Name": "LoginName", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "BaseParser", - "Namespace": "System.Web.UI" + "Name": "LoginStatus", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "BaseTemplateParser", - "Namespace": "System.Web.UI" + "Name": "LoginTextLayout", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "BindableTemplateBuilder", - "Namespace": "System.Web.UI" + "Name": "LoginView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ExtractTemplateValuesMethod", - "Namespace": "System.Web.UI" + "Name": "LogoutAction", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "CompiledBindableTemplateBuilder", - "Namespace": "System.Web.UI" + "Name": "MailDefinition", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "BoundPropertyEntry", - "Namespace": "System.Web.UI" + "Name": "MailMessageEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "BuilderPropertyEntry", - "Namespace": "System.Web.UI" + "Name": "MailMessageEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ChtmlTextWriter", - "Namespace": "System.Web.UI" + "Name": "Menu", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ClientIDMode", - "Namespace": "System.Web.UI" + "Name": "MenuEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ClientScriptManager", - "Namespace": "System.Web.UI" + "Name": "MenuEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "CodeBlockType", - "Namespace": "System.Web.UI" + "Name": "MenuItem", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "CodeStatementBuilder", - "Namespace": "System.Web.UI" + "Name": "MenuItemTemplateContainer", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ComplexPropertyEntry", - "Namespace": "System.Web.UI" + "Name": "MenuItemBinding", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ConflictOptions", - "Namespace": "System.Web.UI" + "Name": "MenuItemBindingCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ConstructorNeedsTagAttribute", - "Namespace": "System.Web.UI" + "Name": "MenuItemCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RenderMethod", - "Namespace": "System.Web.UI" + "Name": "MenuItemStyle", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "BuildMethod", - "Namespace": "System.Web.UI" + "Name": "MenuItemStyleCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "Control", - "Namespace": "System.Web.UI" + "Name": "MenuRenderingMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ControlBuilder", - "Namespace": "System.Web.UI" + "Name": "ModelDataSource", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ControlBuilderAttribute", - "Namespace": "System.Web.UI" + "Name": "ModelDataSourceView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ControlCachePolicy", - "Namespace": "System.Web.UI" + "Name": "ModelMethodContext", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ControlCollection", - "Namespace": "System.Web.UI" + "Name": "CallingDataMethodsEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ControlSkinDelegate", - "Namespace": "System.Web.UI" + "Name": "CallingDataMethodsEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ControlSkin", - "Namespace": "System.Web.UI" + "Name": "MonthChangedEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ControlValuePropertyAttribute", - "Namespace": "System.Web.UI" + "Name": "MonthChangedEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "CssClassPropertyAttribute", - "Namespace": "System.Web.UI" + "Name": "MultiView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "CssStyleCollection", - "Namespace": "System.Web.UI" + "Name": "MultiViewControlBuilder", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataBinder", - "Namespace": "System.Web.UI" + "Name": "ViewCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataBinding", - "Namespace": "System.Web.UI" + "Name": "NextPrevFormat", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataBindingCollection", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSource", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataBindingHandlerAttribute", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSourceDisposingEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataBoundLiteralControl", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSourceDisposingEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DesignerDataBoundLiteralControl", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSourceEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataKeyPropertyAttribute", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSourceFilteringEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataSourceCacheDurationConverter", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSourceFilteringEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataSourceCacheExpiry", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSourceMethodEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataSourceCapabilities", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSourceMethodEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataSourceControl", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSourceObjectEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataSourceControlBuilder", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSourceSelectingEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataSourceOperation", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSourceSelectingEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataSourceSelectArguments", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSourceStatusEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataSourceView", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSourceStatusEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataSourceViewSelectCallback", - "Namespace": "System.Web.UI" + "Name": "ObjectDataSourceView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DataSourceViewOperationCallback", - "Namespace": "System.Web.UI" + "Name": "Orientation", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DesignTimeParseData", - "Namespace": "System.Web.UI" + "Name": "PagedDataSource", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "DesignTimeTemplateParser", - "Namespace": "System.Web.UI" + "Name": "PagerButtons", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "EmptyControlCollection", - "Namespace": "System.Web.UI" + "Name": "PagerMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "EventEntry", - "Namespace": "System.Web.UI" + "Name": "PagerPosition", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ExpressionBinding", - "Namespace": "System.Web.UI" + "Name": "PagerSettings", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ExpressionBindingCollection", - "Namespace": "System.Web.UI" + "Name": "Panel", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "FileLevelControlBuilderAttribute", - "Namespace": "System.Web.UI" + "Name": "PanelStyle", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "FilterableAttribute", - "Namespace": "System.Web.UI" + "Name": "Parameter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HiddenFieldPageStatePersister", - "Namespace": "System.Web.UI" + "Name": "ParameterCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HierarchicalDataSourceControl", - "Namespace": "System.Web.UI" + "Name": "PasswordRecovery", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HierarchicalDataSourceView", - "Namespace": "System.Web.UI" + "Name": "PathDirection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "Html32TextWriter", - "Namespace": "System.Web.UI" + "Name": "PlaceHolderControlBuilder", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HtmlTextWriter", - "Namespace": "System.Web.UI" + "Name": "PlaceHolder", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HtmlTextWriterAttribute", - "Namespace": "System.Web.UI" + "Name": "PolygonHotSpot", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HtmlTextWriterStyle", - "Namespace": "System.Web.UI" + "Name": "ProfileParameter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "HtmlTextWriterTag", - "Namespace": "System.Web.UI" + "Name": "QueryExtensions", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IAttributeAccessor", - "Namespace": "System.Web.UI" + "Name": "QueryStringParameter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IAutoFieldGenerator", - "Namespace": "System.Web.UI" + "Name": "RadioButton", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IBindableControl", - "Namespace": "System.Web.UI" + "Name": "RadioButtonList", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IBindableTemplate", - "Namespace": "System.Web.UI" + "Name": "RangeValidator", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ICallbackEventHandler", - "Namespace": "System.Web.UI" + "Name": "RectangleHotSpot", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IControlBuilderAccessor", - "Namespace": "System.Web.UI" + "Name": "RegularExpressionValidator", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IControlDesignerAccessor", - "Namespace": "System.Web.UI" + "Name": "RepeatDirection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IDataBindingsAccessor", - "Namespace": "System.Web.UI" + "Name": "Repeater", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IDataItemContainer", - "Namespace": "System.Web.UI" + "Name": "RepeaterCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IDataKeysControl", - "Namespace": "System.Web.UI" + "Name": "RepeaterCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IDataSource", - "Namespace": "System.Web.UI" + "Name": "RepeaterItem", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IDataSourceViewSchemaAccessor", - "Namespace": "System.Web.UI" + "Name": "RepeaterItemCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IDReferencePropertyAttribute", - "Namespace": "System.Web.UI" + "Name": "RepeaterItemEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IExpressionsAccessor", - "Namespace": "System.Web.UI" + "Name": "RepeaterItemEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IFilterResolutionService", - "Namespace": "System.Web.UI" + "Name": "RepeatInfo", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IHierarchicalDataSource", - "Namespace": "System.Web.UI" + "Name": "RepeatLayout", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IHierarchicalEnumerable", - "Namespace": "System.Web.UI" + "Name": "RequiredFieldValidator", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IHierarchyData", - "Namespace": "System.Web.UI" + "Name": "RoleGroup", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ImageClickEventArgs", - "Namespace": "System.Web.UI" + "Name": "RoleGroupCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ImageClickEventHandler", - "Namespace": "System.Web.UI" + "Name": "RouteParameter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "INamingContainer", - "Namespace": "System.Web.UI" + "Name": "ScrollBars", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "INavigateUIData", - "Namespace": "System.Web.UI" + "Name": "SelectedDatesCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IndexedString", - "Namespace": "System.Web.UI" + "Name": "SelectResult", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IParserAccessor", - "Namespace": "System.Web.UI" + "Name": "SendMailErrorEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IPostBackDataHandler", - "Namespace": "System.Web.UI" + "Name": "SendMailErrorEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IPostBackEventHandler", - "Namespace": "System.Web.UI" + "Name": "ServerValidateEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IResourceUrlGenerator", - "Namespace": "System.Web.UI" + "Name": "ServerValidateEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IStateFormatter", - "Namespace": "System.Web.UI" + "Name": "SessionParameter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IStateManager", - "Namespace": "System.Web.UI" + "Name": "SiteMapDataSource", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IStyleSheet", - "Namespace": "System.Web.UI" + "Name": "SiteMapDataSourceView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ITemplate", - "Namespace": "System.Web.UI" + "Name": "SiteMapHierarchicalDataSourceView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IThemeResolutionService", - "Namespace": "System.Web.UI" + "Name": "SiteMapNodeItem", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IUrlResolutionService", - "Namespace": "System.Web.UI" + "Name": "SiteMapNodeItemEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IUserControlDesignerAccessor", - "Namespace": "System.Web.UI" + "Name": "SiteMapNodeItemEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IUserControlTypeResolutionService", - "Namespace": "System.Web.UI" + "Name": "SiteMapNodeItemType", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IValidator", - "Namespace": "System.Web.UI" + "Name": "SiteMapPath", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ListSourceHelper", - "Namespace": "System.Web.UI" + "Name": "SortDirection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "LiteralControl", - "Namespace": "System.Web.UI" + "Name": "SqlDataSource", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "LosFormatter", - "Namespace": "System.Web.UI" + "Name": "SqlDataSourceCommandEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "MasterPageControlBuilder", - "Namespace": "System.Web.UI" + "Name": "SqlDataSourceCommandEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "FileLevelMasterPageControlBuilder", - "Namespace": "System.Web.UI" + "Name": "SqlDataSourceCommandType", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "MasterPage", - "Namespace": "System.Web.UI" + "Name": "SqlDataSourceFilteringEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "NonVisualControlAttribute", - "Namespace": "System.Web.UI" + "Name": "SqlDataSourceFilteringEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ObjectConverter", - "Namespace": "System.Web.UI" + "Name": "SqlDataSourceMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ObjectPersistData", - "Namespace": "System.Web.UI" + "Name": "SqlDataSourceSelectingEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ObjectStateFormatter", - "Namespace": "System.Web.UI" + "Name": "SqlDataSourceSelectingEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ObjectTagBuilder", - "Namespace": "System.Web.UI" + "Name": "SqlDataSourceStatusEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "OutputCacheParameters", - "Namespace": "System.Web.UI" + "Name": "SqlDataSourceStatusEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "FileLevelPageControlBuilder", - "Namespace": "System.Web.UI" + "Name": "SqlDataSourceView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "Page", - "Namespace": "System.Web.UI" + "Name": "StringArrayConverter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "OutputCacheLocation", - "Namespace": "System.Web.UI" + "Name": "Style", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PageHandlerFactory", - "Namespace": "System.Web.UI" + "Name": "StyleCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PageParser", - "Namespace": "System.Web.UI" + "Name": "SubMenuStyle", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PageParserFilter", - "Namespace": "System.Web.UI" + "Name": "SubMenuStyleCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "VirtualReferenceType", - "Namespace": "System.Web.UI" + "Name": "Substitution", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "CodeConstructType", - "Namespace": "System.Web.UI" + "Name": "Table", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "CompilationMode", - "Namespace": "System.Web.UI" + "Name": "TableCaptionAlign", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PageStatePersister", - "Namespace": "System.Web.UI" + "Name": "TableCellControlBuilder", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PageTheme", - "Namespace": "System.Web.UI" + "Name": "TableCell", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "Pair", - "Namespace": "System.Web.UI" + "Name": "TableCellCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ParseChildrenAttribute", - "Namespace": "System.Web.UI" + "Name": "TableFooterRow", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ParseRecorder", - "Namespace": "System.Web.UI" + "Name": "TableHeaderCell", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PartialCachingAttribute", - "Namespace": "System.Web.UI" + "Name": "TableHeaderRow", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "BasePartialCachingControl", - "Namespace": "System.Web.UI" + "Name": "TableHeaderScope", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "StaticPartialCachingControl", - "Namespace": "System.Web.UI" + "Name": "TableItemStyle", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PartialCachingControl", - "Namespace": "System.Web.UI" + "Name": "TableRow", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PersistChildrenAttribute", - "Namespace": "System.Web.UI" + "Name": "TableRowCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PersistenceMode", - "Namespace": "System.Web.UI" + "Name": "TableRowSection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PersistenceModeAttribute", - "Namespace": "System.Web.UI" + "Name": "TableSectionStyle", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PostBackOptions", - "Namespace": "System.Web.UI" + "Name": "TableStyle", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PropertyConverter", - "Namespace": "System.Web.UI" + "Name": "TargetConverter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "PropertyEntry", - "Namespace": "System.Web.UI" + "Name": "TemplateColumn", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RenderTraceListener", - "Namespace": "System.Web.UI" + "Name": "TemplatedWizardStep", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "RootBuilder", - "Namespace": "System.Web.UI" + "Name": "TemplateField", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SessionPageStatePersister", - "Namespace": "System.Web.UI" + "Name": "TextAlign", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SimplePropertyEntry", - "Namespace": "System.Web.UI" + "Name": "TextBoxControlBuilder", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SimpleWebHandlerParser", - "Namespace": "System.Web.UI" + "Name": "TextBox", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebServiceParser", - "Namespace": "System.Web.UI" + "Name": "TextBoxMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SkinBuilder", - "Namespace": "System.Web.UI" + "Name": "TitleFormat", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ThemeProvider", - "Namespace": "System.Web.UI" + "Name": "TreeNode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "StateBag", - "Namespace": "System.Web.UI" + "Name": "TreeNodeBinding", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "StateItem", - "Namespace": "System.Web.UI" + "Name": "TreeNodeBindingCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "StateManagedCollection", - "Namespace": "System.Web.UI" + "Name": "TreeNodeCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "SupportsEventValidationAttribute", - "Namespace": "System.Web.UI" + "Name": "TreeNodeEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TagPrefixAttribute", - "Namespace": "System.Web.UI" + "Name": "TreeNodeEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TemplateContainerAttribute", - "Namespace": "System.Web.UI" + "Name": "TreeNodeSelectAction", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TemplateBuilder", - "Namespace": "System.Web.UI" + "Name": "TreeNodeStyle", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "BuildTemplateMethod", - "Namespace": "System.Web.UI" + "Name": "TreeNodeStyleCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "CompiledTemplateBuilder", - "Namespace": "System.Web.UI" + "Name": "TreeNodeTypes", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TemplateControl", - "Namespace": "System.Web.UI" + "Name": "TreeView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TemplateControlParser", - "Namespace": "System.Web.UI" + "Name": "TreeViewImageSet", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TemplateInstance", - "Namespace": "System.Web.UI" + "Name": "Unit", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TemplateInstanceAttribute", - "Namespace": "System.Web.UI" + "Name": "UnitConverter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TemplateParser", - "Namespace": "System.Web.UI" + "Name": "UnitType", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "TemplatePropertyEntry", - "Namespace": "System.Web.UI" + "Name": "ValidatedControlConverter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ThemeableAttribute", - "Namespace": "System.Web.UI" + "Name": "ValidationCompareOperator", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ToolboxDataAttribute", - "Namespace": "System.Web.UI" + "Name": "ValidationDataType", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "Triplet", - "Namespace": "System.Web.UI" + "Name": "ValidationSummary", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "UnobtrusiveValidationMode", - "Namespace": "System.Web.UI" + "Name": "ValidationSummaryDisplayMode", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "UrlPropertyAttribute", - "Namespace": "System.Web.UI" + "Name": "ValidatorDisplay", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "UserControlControlBuilder", - "Namespace": "System.Web.UI" + "Name": "VerticalAlign", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "FileLevelUserControlBuilder", - "Namespace": "System.Web.UI" + "Name": "View", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "UserControl", - "Namespace": "System.Web.UI" + "Name": "WebColorConverter", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ValidationPropertyAttribute", - "Namespace": "System.Web.UI" + "Name": "WebControl", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ValidationSettings", - "Namespace": "System.Web.UI" + "Name": "Wizard", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ValidatorCollection", - "Namespace": "System.Web.UI" + "Name": "WizardStepCollection", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "VerificationAttribute", - "Namespace": "System.Web.UI" + "Name": "WizardNavigationEventArgs", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "VerificationRule", - "Namespace": "System.Web.UI" + "Name": "WizardNavigationEventHandler", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "VerificationReportLevel", - "Namespace": "System.Web.UI" + "Name": "WizardStep", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "VerificationConditionalOperator", - "Namespace": "System.Web.UI" + "Name": "WizardStepControlBuilder", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ViewStateEncryptionMode", - "Namespace": "System.Web.UI" + "Name": "WizardStepBase", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ViewStateException", - "Namespace": "System.Web.UI" + "Name": "WizardStepType", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ViewStateMode", - "Namespace": "System.Web.UI" + "Name": "XmlBuilder", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ViewStateModeByIdAttribute", - "Namespace": "System.Web.UI" + "Name": "Xml", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ICheckBoxControl", - "Namespace": "System.Web.UI" + "Name": "XmlDataSource", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "IEditableTextControl", - "Namespace": "System.Web.UI" + "Name": "XmlDataSourceView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "ITextControl", - "Namespace": "System.Web.UI" + "Name": "XmlHierarchicalDataSourceView", + "Namespace": "System.Web.UI.WebControls" }, { - "Name": "WebResourceAttribute", - "Namespace": "System.Web.UI" + "Name": "AppearanceEditorPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "XhtmlTextWriter", - "Namespace": "System.Web.UI" + "Name": "BehaviorEditorPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "XhtmlMobileDocType", - "Namespace": "System.Web.UI" + "Name": "CatalogPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "XPathBinder", - "Namespace": "System.Web.UI" + "Name": "CatalogPartChrome", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ControlAdapter", - "Namespace": "System.Web.UI.Adapters" + "Name": "CatalogPartCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "PageAdapter", - "Namespace": "System.Web.UI.Adapters" + "Name": "CatalogZone", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlElement", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "CatalogZoneBase", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlArea", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "ConnectionConsumerAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlEmbed", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "ConnectionInterfaceCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlIframe", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "ConnectionPoint", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlSource", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "ConnectionProviderAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlTrack", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "ConnectionsZone", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlVideo", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "ConsumerConnectionPoint", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlAudio", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "ConsumerConnectionPointCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlInputGenericControl", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "DeclarativeCatalogPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlAnchor", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "EditorPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlButton", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "EditorPartChrome", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlContainerControl", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "EditorPartCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlControl", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "EditorZone", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlEmptyTagControlBuilder", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "EditorZoneBase", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlGenericControl", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "ErrorWebPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlHeadBuilder", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "FieldCallback", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlHead", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "GenericWebPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlImage", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "ImportCatalogPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlInputButton", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "IPersonalizable", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlInputCheckBox", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "ITrackingPersonalizable", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlInputControl", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "ITransformerConfigurationControl", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlInputFile", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "IVersioningPersonalizable", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlInputHidden", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "IWebActionable", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlInputImage", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "IWebEditable", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlInputPassword", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "IWebPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlInputRadioButton", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "IWebPartField", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlInputReset", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "IWebPartParameters", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlInputSubmit", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "IWebPartRow", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlInputText", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "IWebPartTable", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlLink", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "LayoutEditorPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlMeta", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "PageCatalogPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlSelectBuilder", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "ParametersCallback", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlSelect", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "Part", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlTable", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "PartChromeState", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlTableCell", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "PartChromeType", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlTableCellCollection", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "PersonalizableAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlTableRow", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "PersonalizationAdministration", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlTableRowCollection", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "PersonalizationDictionary", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlTextArea", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "PersonalizationEntry", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlTitle", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "PersonalizationProvider", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "HtmlForm", - "Namespace": "System.Web.UI.HtmlControls" + "Name": "PersonalizationProviderCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "AutoFieldsGenerator", - "Namespace": "System.Web.UI.WebControls" + "Name": "PersonalizationScope", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CreatingModelDataSourceEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "PersonalizationState", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CreatingModelDataSourceEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "PersonalizationStateInfo", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "DataSourceSelectResultProcessingOptions", - "Namespace": "System.Web.UI.WebControls" + "Name": "PersonalizationStateInfoCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "DetailsViewRowsGenerator", - "Namespace": "System.Web.UI.WebControls" + "Name": "PersonalizationStateQuery", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "GridViewColumnsGenerator", - "Namespace": "System.Web.UI.WebControls" + "Name": "PropertyGridEditorPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ModelDataMethodResult", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProviderConnectionPoint", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ModelDataSourceMethod", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProviderConnectionPointCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ModelErrorMessage", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProxyWebPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ParsingCulture", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProxyWebPartConnectionCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ControlIDConverter", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProxyWebPartManager", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ControlPropertyNameConverter", - "Namespace": "System.Web.UI.WebControls" + "Name": "RowCallback", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "AccessDataSource", - "Namespace": "System.Web.UI.WebControls" + "Name": "RowToFieldTransformer", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "AccessDataSourceView", - "Namespace": "System.Web.UI.WebControls" + "Name": "RowToParametersTransformer", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "AdCreatedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "SharedPersonalizationStateInfo", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "AdCreatedEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "SqlPersonalizationProvider", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "AdRotator", - "Namespace": "System.Web.UI.WebControls" + "Name": "TableCallback", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "AssociatedControlConverter", - "Namespace": "System.Web.UI.WebControls" + "Name": "TitleStyle", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "AuthenticateEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ToolZone", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "AuthenticateEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "TransformerTypeCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "AutoCompleteType", - "Namespace": "System.Web.UI.WebControls" + "Name": "UnauthorizedWebPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "AutoGeneratedField", - "Namespace": "System.Web.UI.WebControls" + "Name": "UserPersonalizationStateInfo", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "AutoGeneratedFieldProperties", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebBrowsableAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "BaseCompareValidator", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebDescriptionAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "BaseDataBoundControl", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebDisplayNameAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "BaseDataList", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPart", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "BaseValidator", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartAddingEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "BorderStyle", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartAddingEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "BoundColumn", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartAuthorizationEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "BoundField", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartAuthorizationEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "BulletedList", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartCancelEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "BulletedListEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartCancelEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "BulletedListEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartChrome", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "BulletStyle", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "BulletedListDisplayMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartConnection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "Button", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartConnectionCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ButtonColumn", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartConnectionsCancelEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ButtonColumnType", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartConnectionsCancelEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ButtonField", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartConnectionsEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ButtonFieldBase", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartConnectionsEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ButtonType", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartDescription", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "Calendar", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartDescriptionCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CalendarDay", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartDisplayMode", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CalendarSelectionMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartDisplayModeCancelEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ChangePassword", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartDisplayModeCancelEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CheckBox", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartDisplayModeCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CheckBoxField", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartDisplayModeEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CheckBoxList", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartDisplayModeEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CircleHotSpot", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "DataGridColumn", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "DataGridColumnCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartExportMode", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CommandEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartHelpMode", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CommandEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartManager", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CommandField", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartManagerInternals", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CompareValidator", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartMenuStyle", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CompleteWizardStep", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartMovingEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CompositeControl", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartMovingEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CompositeDataBoundControl", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartPersonalization", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "Content", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartTracker", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ContentDirection", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartTransformer", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ContentPlaceHolder", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartTransformerAttribute", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "ControlParameter", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartTransformerCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CookieParameter", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartUserCapability", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CreateUserErrorEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartVerb", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CreateUserErrorEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartVerbCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CreateUserWizard", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartVerbRenderMode", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CreateUserWizardStep", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartVerbsEventArgs", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "CustomValidator", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartVerbsEventHandler", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "DataBoundControl", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartZone", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "DataBoundControlMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartZoneBase", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "DataControlCellType", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartZoneCollection", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "DataControlCommands", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebZone", + "Namespace": "System.Web.UI.WebControls.WebParts" }, { - "Name": "DataControlField", - "Namespace": "System.Web.UI.WebControls" + "Name": "DataBoundControlAdapter", + "Namespace": "System.Web.UI.WebControls.Adapters" }, { - "Name": "DataControlFieldCell", - "Namespace": "System.Web.UI.WebControls" + "Name": "HideDisabledControlAdapter", + "Namespace": "System.Web.UI.WebControls.Adapters" }, { - "Name": "DataControlFieldCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "HierarchicalDataBoundControlAdapter", + "Namespace": "System.Web.UI.WebControls.Adapters" }, { - "Name": "DataControlFieldHeaderCell", - "Namespace": "System.Web.UI.WebControls" + "Name": "MenuAdapter", + "Namespace": "System.Web.UI.WebControls.Adapters" }, { - "Name": "DataControlRowState", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebControlAdapter", + "Namespace": "System.Web.UI.WebControls.Adapters" }, { - "Name": "DataControlRowType", - "Namespace": "System.Web.UI.WebControls" + "Name": "MembershipPasswordAttribute", + "Namespace": "System.Web.Security" }, { - "Name": "DataGrid", - "Namespace": "System.Web.UI.WebControls" + "Name": "ActiveDirectoryConnectionProtection", + "Namespace": "System.Web.Security" }, { - "Name": "DataGridCommandEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ActiveDirectoryMembershipProvider", + "Namespace": "System.Web.Security" }, { - "Name": "DataGridCommandEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "ActiveDirectoryMembershipUser", + "Namespace": "System.Web.Security" }, { - "Name": "DataGridItem", - "Namespace": "System.Web.UI.WebControls" + "Name": "AnonymousIdentificationModule", + "Namespace": "System.Web.Security" }, { - "Name": "DataGridItemCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "AnonymousIdentificationEventHandler", + "Namespace": "System.Web.Security" }, { - "Name": "DataGridItemEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "AnonymousIdentificationEventArgs", + "Namespace": "System.Web.Security" }, { - "Name": "DataGridItemEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "AuthorizationStoreRoleProvider", + "Namespace": "System.Web.Security" }, { - "Name": "DataGridPageChangedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "DefaultAuthenticationModule", + "Namespace": "System.Web.Security" }, { - "Name": "DataGridPageChangedEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "CookieProtection", + "Namespace": "System.Web.Security" }, { - "Name": "DataGridPagerStyle", - "Namespace": "System.Web.UI.WebControls" + "Name": "FileAuthorizationModule", + "Namespace": "System.Web.Security" }, { - "Name": "DataGridSortCommandEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormsAuthentication", + "Namespace": "System.Web.Security" }, { - "Name": "DataGridSortCommandEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormsAuthenticationEventArgs", + "Namespace": "System.Web.Security" }, { - "Name": "DataKey", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormsAuthenticationEventHandler", + "Namespace": "System.Web.Security" }, { - "Name": "DataKeyArray", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormsAuthenticationModule", + "Namespace": "System.Web.Security" }, { - "Name": "DataKeyCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormsAuthenticationTicket", + "Namespace": "System.Web.Security" }, { - "Name": "DataList", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormsIdentity", + "Namespace": "System.Web.Security" }, { - "Name": "DataListCommandEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "DefaultAuthenticationEventArgs", + "Namespace": "System.Web.Security" }, { - "Name": "DataListCommandEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "DefaultAuthenticationEventHandler", + "Namespace": "System.Web.Security" }, { - "Name": "DataListItem", - "Namespace": "System.Web.UI.WebControls" + "Name": "MachineKeyProtection", + "Namespace": "System.Web.Security" }, { - "Name": "DataListItemCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "MachineKey", + "Namespace": "System.Web.Security" }, { - "Name": "DataListItemEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "Membership", + "Namespace": "System.Web.Security" }, { - "Name": "DataListItemEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "PassportAuthenticationEventArgs", + "Namespace": "System.Web.Security" }, { - "Name": "DayNameFormat", - "Namespace": "System.Web.UI.WebControls" + "Name": "PassportAuthenticationEventHandler", + "Namespace": "System.Web.Security" }, { - "Name": "DayRenderEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "PassportAuthenticationModule", + "Namespace": "System.Web.Security" }, { - "Name": "DayRenderEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "PassportIdentity", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsView", - "Namespace": "System.Web.UI.WebControls" + "Name": "PassportPrincipal", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewCommandEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "RoleManagerEventArgs", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewCommandEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "RoleManagerEventHandler", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewDeletedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "RoleManagerModule", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewDeletedEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "RolePrincipal", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewDeleteEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "Roles", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewDeleteEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "RoleProviderCollection", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewInsertedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "SqlMembershipProvider", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewInsertedEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "SqlRoleProvider", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewInsertEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "UrlAuthorizationModule", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewInsertEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "WindowsAuthenticationEventArgs", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "WindowsAuthenticationEventHandler", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewModeEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "WindowsAuthenticationModule", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewModeEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "WindowsTokenRoleProvider", + "Namespace": "System.Web.Security" }, { - "Name": "DetailsViewPageEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "LowerCodeCharts", + "Namespace": "System.Web.Security.AntiXss" }, { - "Name": "DetailsViewPageEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "LowerMidCodeCharts", + "Namespace": "System.Web.Security.AntiXss" }, { - "Name": "DetailsViewPagerRow", - "Namespace": "System.Web.UI.WebControls" + "Name": "MidCodeCharts", + "Namespace": "System.Web.Security.AntiXss" }, { - "Name": "DetailsViewRow", - "Namespace": "System.Web.UI.WebControls" + "Name": "UpperMidCodeCharts", + "Namespace": "System.Web.Security.AntiXss" }, { - "Name": "DetailsViewRowCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "UpperCodeCharts", + "Namespace": "System.Web.Security.AntiXss" }, { - "Name": "DetailsViewUpdatedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "AntiXssEncoder", + "Namespace": "System.Web.Security.AntiXss" }, { - "Name": "DetailsViewUpdatedEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "CookieValueProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "DetailsViewUpdateEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "IUnvalidatedValueProviderSource", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "DetailsViewUpdateEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "MaxLengthAttributeAdapter", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "DropDownList", - "Namespace": "System.Web.UI.WebControls" + "Name": "MinLengthAttributeAdapter", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "EditCommandColumn", - "Namespace": "System.Web.UI.WebControls" + "Name": "ArrayModelBinderProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "EmbeddedMailObject", - "Namespace": "System.Web.UI.WebControls" + "Name": "ArrayModelBinder`1", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "EmbeddedMailObjectsCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "BinaryDataModelBinderProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FileUpload", - "Namespace": "System.Web.UI.WebControls" + "Name": "BindingBehavior", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FirstDayOfWeek", - "Namespace": "System.Web.UI.WebControls" + "Name": "BindingBehaviorAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FontInfo", - "Namespace": "System.Web.UI.WebControls" + "Name": "BindNeverAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FontNamesConverter", - "Namespace": "System.Web.UI.WebControls" + "Name": "BindRequiredAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FontSize", - "Namespace": "System.Web.UI.WebControls" + "Name": "CollectionModelBinderProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FontUnit", - "Namespace": "System.Web.UI.WebControls" + "Name": "CollectionModelBinder`1", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FontUnitConverter", - "Namespace": "System.Web.UI.WebControls" + "Name": "ComplexModel", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormParameter", - "Namespace": "System.Web.UI.WebControls" + "Name": "ComplexModelBinder", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormView", - "Namespace": "System.Web.UI.WebControls" + "Name": "ComplexModelBinderProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewCommandEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ComplexModelResult", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewCommandEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "ControlAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewDeletedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ControlValueProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewDeletedEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "CookieAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewDeleteEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "DictionaryModelBinderProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewDeleteEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "DictionaryModelBinder`2", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewInsertedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ExtensibleModelBinderAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewInsertedEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelBindingContext", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewInsertEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "AssociatedMetadataProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewInsertEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "AssociatedValidatorProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "DataAnnotationsModelMetadata", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewModeEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "DataAnnotationsModelMetadataProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewModeEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "DataAnnotationsModelValidator", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewPageEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "DataAnnotationsModelValidationFactory", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewPageEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "DataAnnotationsValidatableObjectAdapterFactory", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewPagerRow", - "Namespace": "System.Web.UI.WebControls" + "Name": "DataAnnotationsModelValidatorProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewRow", - "Namespace": "System.Web.UI.WebControls" + "Name": "DataAnnotationsModelValidator`1", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewUpdatedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "DictionaryValueProvider`1", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewUpdatedEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "EmptyModelMetadataProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewUpdateEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormValueProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "FormViewUpdateEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridLines", - "Namespace": "System.Web.UI.WebControls" + "Name": "IMetadataAware", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridView", - "Namespace": "System.Web.UI.WebControls" + "Name": "IModelNameProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewCancelEditEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "IUnvalidatedValueProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewCancelEditEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "IValueProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewCommandEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "IValueProviderSource", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewCommandEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelBinderDictionary", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewDeletedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelBinders", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewDeletedEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelError", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewDeleteEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelErrorCollection", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewDeleteEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelMetadata", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewEditEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelMetadataProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewEditEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelMetadataProviders", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewPageEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelState", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewPageEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelStateDictionary", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewRow", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelValidationResult", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewRowCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelValidator", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewRowEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelValidatorProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewRowEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelValidatorProviderCollection", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewSelectEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelValidatorProviders", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewSelectEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "NameValueCollectionValueProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewSortEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "QueryStringValueProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewSortEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "QueryStringAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewUpdatedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "RangeAttributeAdapter", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewUpdatedEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "RegularExpressionAttributeAdapter", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewUpdateEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "RequiredAttributeAdapter", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "GridViewUpdateEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "StringLengthAttributeAdapter", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "HiddenField", - "Namespace": "System.Web.UI.WebControls" + "Name": "ValidatableObjectAdapter", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "HierarchicalDataBoundControl", - "Namespace": "System.Web.UI.WebControls" + "Name": "ValueProviderCollection", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "HorizontalAlign", - "Namespace": "System.Web.UI.WebControls" + "Name": "ValueProviderSourceAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "HotSpot", - "Namespace": "System.Web.UI.WebControls" + "Name": "ValueProviderResult", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "HotSpotCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "GenericModelBinderProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "HotSpotMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "IModelBinder", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "HyperLinkControlBuilder", - "Namespace": "System.Web.UI.WebControls" + "Name": "KeyValuePairModelBinderProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "HyperLink", - "Namespace": "System.Web.UI.WebControls" + "Name": "KeyValuePairModelBinder`2", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "HyperLinkColumn", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelBinderErrorMessageProviders", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "HyperLinkField", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelBinderErrorMessageProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "IButtonControl", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelBinderProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ICallbackContainer", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelBinderProviderCollection", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ICompositeControlDesignerAccessor", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelBinderProviderOptionsAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "IDataBoundControl", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelBinderProviders", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "IDataBoundItemControl", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelValidatedEventArgs", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "IDataBoundListControl", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelValidatingEventArgs", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "IFieldControl", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelValidationNode", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "Image", - "Namespace": "System.Web.UI.WebControls" + "Name": "MutableObjectModelBinder", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ImageAlign", - "Namespace": "System.Web.UI.WebControls" + "Name": "MutableObjectModelBinderProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ImageButton", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProfileAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ImageField", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProfileValueProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ImageMap", - "Namespace": "System.Web.UI.WebControls" + "Name": "RouteDataAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ImageMapEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "RouteDataValueProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ImageMapEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "SessionAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "IPersistedSelector", - "Namespace": "System.Web.UI.WebControls" + "Name": "SimpleModelBinderProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "IPostBackContainer", - "Namespace": "System.Web.UI.WebControls" + "Name": "DefaultModelBinder", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "IRepeatInfoUser", - "Namespace": "System.Web.UI.WebControls" + "Name": "ModelBindingExecutionContext", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "LabelControlBuilder", - "Namespace": "System.Web.UI.WebControls" + "Name": "SimpleValueProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "Label", - "Namespace": "System.Web.UI.WebControls" + "Name": "TypeConverterModelBinder", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "LinkButtonControlBuilder", - "Namespace": "System.Web.UI.WebControls" + "Name": "TypeConverterModelBinderProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "LinkButton", - "Namespace": "System.Web.UI.WebControls" + "Name": "TypeMatchModelBinder", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ListBox", - "Namespace": "System.Web.UI.WebControls" + "Name": "TypeMatchModelBinderProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ListControl", - "Namespace": "System.Web.UI.WebControls" + "Name": "UserProfileAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ListItemControlBuilder", - "Namespace": "System.Web.UI.WebControls" + "Name": "UserProfileValueProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ListItem", - "Namespace": "System.Web.UI.WebControls" + "Name": "ViewStateAttribute", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ListItemCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "ViewStateValueProvider", + "Namespace": "System.Web.ModelBinding" }, { - "Name": "ListItemType", - "Namespace": "System.Web.UI.WebControls" + "Name": "StringLocalizerProviders", + "Namespace": "System.Web.Globalization" }, { - "Name": "ListSelectionMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "IStringLocalizerProvider", + "Namespace": "System.Web.Globalization" }, { - "Name": "LiteralControlBuilder", - "Namespace": "System.Web.UI.WebControls" + "Name": "ResourceFileStringLocalizerProvider", + "Namespace": "System.Web.Globalization" }, { - "Name": "Literal", - "Namespace": "System.Web.UI.WebControls" + "Name": "FcnMode", + "Namespace": "System.Web.Configuration" }, { - "Name": "LiteralMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "AdapterDictionary", + "Namespace": "System.Web.Configuration" }, { - "Name": "Localize", - "Namespace": "System.Web.UI.WebControls" + "Name": "AnonymousIdentificationSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "Login", - "Namespace": "System.Web.UI.WebControls" + "Name": "AssemblyCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "LoginCancelEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "AssemblyInfo", + "Namespace": "System.Web.Configuration" }, { - "Name": "LoginCancelEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "AsyncPreloadModeFlags", + "Namespace": "System.Web.Configuration" }, { - "Name": "LoginFailureAction", - "Namespace": "System.Web.UI.WebControls" + "Name": "AuthenticationMode", + "Namespace": "System.Web.Configuration" }, { - "Name": "LoginName", - "Namespace": "System.Web.UI.WebControls" + "Name": "AuthenticationSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "LoginStatus", - "Namespace": "System.Web.UI.WebControls" + "Name": "AuthorizationRule", + "Namespace": "System.Web.Configuration" }, { - "Name": "LoginTextLayout", - "Namespace": "System.Web.UI.WebControls" + "Name": "AuthorizationRuleAction", + "Namespace": "System.Web.Configuration" }, { - "Name": "LoginView", - "Namespace": "System.Web.UI.WebControls" + "Name": "AuthorizationRuleCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "LogoutAction", - "Namespace": "System.Web.UI.WebControls" + "Name": "AuthorizationSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "MailDefinition", - "Namespace": "System.Web.UI.WebControls" + "Name": "BrowserCapabilitiesCodeGenerator", + "Namespace": "System.Web.Configuration" }, { - "Name": "MailMessageEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "BrowserCapabilitiesFactory", + "Namespace": "System.Web.Configuration" }, { - "Name": "MailMessageEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "BrowserCapabilitiesFactoryBase", + "Namespace": "System.Web.Configuration" }, { - "Name": "Menu", - "Namespace": "System.Web.UI.WebControls" + "Name": "BufferModesCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "MenuEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "BufferModeSettings", + "Namespace": "System.Web.Configuration" }, { - "Name": "MenuEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "BuildProvider", + "Namespace": "System.Web.Configuration" }, { - "Name": "MenuItem", - "Namespace": "System.Web.UI.WebControls" + "Name": "BuildProviderCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "MenuItemTemplateContainer", - "Namespace": "System.Web.UI.WebControls" + "Name": "CacheSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "MenuItemBinding", - "Namespace": "System.Web.UI.WebControls" + "Name": "ClientTarget", + "Namespace": "System.Web.Configuration" }, { - "Name": "MenuItemBindingCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "ClientTargetCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "MenuItemCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "ClientTargetSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "MenuItemStyle", - "Namespace": "System.Web.UI.WebControls" + "Name": "CodeSubDirectoriesCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "MenuItemStyleCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "CodeSubDirectory", + "Namespace": "System.Web.Configuration" }, { - "Name": "MenuRenderingMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "CompilationSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "ModelDataSource", - "Namespace": "System.Web.UI.WebControls" + "Name": "Compiler", + "Namespace": "System.Web.Configuration" }, { - "Name": "ModelDataSourceView", - "Namespace": "System.Web.UI.WebControls" + "Name": "CompilerCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "ModelMethodContext", - "Namespace": "System.Web.UI.WebControls" + "Name": "CustomError", + "Namespace": "System.Web.Configuration" }, { - "Name": "CallingDataMethodsEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "CustomErrorCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "CallingDataMethodsEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "CustomErrorsMode", + "Namespace": "System.Web.Configuration" }, { - "Name": "MonthChangedEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "CustomErrorsRedirectMode", + "Namespace": "System.Web.Configuration" }, { - "Name": "MonthChangedEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "CustomErrorsSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "MultiView", - "Namespace": "System.Web.UI.WebControls" + "Name": "DeploymentSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "MultiViewControlBuilder", - "Namespace": "System.Web.UI.WebControls" + "Name": "EventMappingSettings", + "Namespace": "System.Web.Configuration" }, { - "Name": "ViewCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "EventMappingSettingsCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "NextPrevFormat", - "Namespace": "System.Web.UI.WebControls" + "Name": "ExpressionBuilder", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSource", - "Namespace": "System.Web.UI.WebControls" + "Name": "ExpressionBuilderCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSourceDisposingEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "FolderLevelBuildProvider", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSourceDisposingEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "FolderLevelBuildProviderCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSourceEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormsAuthenticationConfiguration", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSourceFilteringEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormsAuthenticationCredentials", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSourceFilteringEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormsAuthenticationUser", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSourceMethodEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormsAuthenticationUserCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSourceMethodEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormsAuthPasswordFormat", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSourceObjectEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "FormsProtectionEnum", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSourceSelectingEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "FullTrustAssembliesSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSourceSelectingEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "FullTrustAssembly", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSourceStatusEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "FullTrustAssemblyCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSourceStatusEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "GlobalizationSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "ObjectDataSourceView", - "Namespace": "System.Web.UI.WebControls" + "Name": "HealthMonitoringSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "Orientation", - "Namespace": "System.Web.UI.WebControls" + "Name": "HostingEnvironmentSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "PagedDataSource", - "Namespace": "System.Web.UI.WebControls" + "Name": "HttpCapabilitiesBase", + "Namespace": "System.Web.Configuration" }, { - "Name": "PagerButtons", - "Namespace": "System.Web.UI.WebControls" + "Name": "HttpCapabilitiesProvider", + "Namespace": "System.Web.Configuration" }, { - "Name": "PagerMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "HttpCapabilitiesDefaultProvider", + "Namespace": "System.Web.Configuration" }, { - "Name": "PagerPosition", - "Namespace": "System.Web.UI.WebControls" + "Name": "HttpCapabilitiesSectionHandler", + "Namespace": "System.Web.Configuration" }, { - "Name": "PagerSettings", - "Namespace": "System.Web.UI.WebControls" + "Name": "HttpConfigurationContext", + "Namespace": "System.Web.Configuration" }, { - "Name": "Panel", - "Namespace": "System.Web.UI.WebControls" + "Name": "HttpCookiesSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "PanelStyle", - "Namespace": "System.Web.UI.WebControls" + "Name": "HttpHandlerAction", + "Namespace": "System.Web.Configuration" }, { - "Name": "Parameter", - "Namespace": "System.Web.UI.WebControls" + "Name": "HttpHandlerActionCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "ParameterCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "HttpHandlersSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "PasswordRecovery", - "Namespace": "System.Web.UI.WebControls" + "Name": "HttpModuleAction", + "Namespace": "System.Web.Configuration" }, { - "Name": "PathDirection", - "Namespace": "System.Web.UI.WebControls" + "Name": "HttpModuleActionCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "PlaceHolderControlBuilder", - "Namespace": "System.Web.UI.WebControls" + "Name": "HttpModulesSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "PlaceHolder", - "Namespace": "System.Web.UI.WebControls" + "Name": "HttpRuntimeSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "PolygonHotSpot", - "Namespace": "System.Web.UI.WebControls" + "Name": "IConfigMapPath", + "Namespace": "System.Web.Configuration" }, { - "Name": "ProfileParameter", - "Namespace": "System.Web.UI.WebControls" + "Name": "IConfigMapPathFactory", + "Namespace": "System.Web.Configuration" }, { - "Name": "QueryExtensions", - "Namespace": "System.Web.UI.WebControls" + "Name": "IdentitySection", + "Namespace": "System.Web.Configuration" }, { - "Name": "QueryStringParameter", - "Namespace": "System.Web.UI.WebControls" + "Name": "IgnoreDeviceFilterElement", + "Namespace": "System.Web.Configuration" }, { - "Name": "RadioButton", - "Namespace": "System.Web.UI.WebControls" + "Name": "IgnoreDeviceFilterElementCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "RadioButtonList", - "Namespace": "System.Web.UI.WebControls" + "Name": "IRemoteWebConfigurationHostServer", + "Namespace": "System.Web.Configuration" }, { - "Name": "RangeValidator", - "Namespace": "System.Web.UI.WebControls" + "Name": "LowerCaseStringConverter", + "Namespace": "System.Web.Configuration" }, { - "Name": "RectangleHotSpot", - "Namespace": "System.Web.UI.WebControls" + "Name": "MachineKeyCompatibilityMode", + "Namespace": "System.Web.Configuration" }, { - "Name": "RegularExpressionValidator", - "Namespace": "System.Web.UI.WebControls" + "Name": "MachineKeyValidationConverter", + "Namespace": "System.Web.Configuration" }, { - "Name": "RepeatDirection", - "Namespace": "System.Web.UI.WebControls" + "Name": "MachineKeySection", + "Namespace": "System.Web.Configuration" }, { - "Name": "Repeater", - "Namespace": "System.Web.UI.WebControls" + "Name": "MachineKeyValidation", + "Namespace": "System.Web.Configuration" }, { - "Name": "RepeaterCommandEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "MembershipSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "RepeaterCommandEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "NamespaceCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "RepeaterItem", - "Namespace": "System.Web.UI.WebControls" + "Name": "NamespaceInfo", + "Namespace": "System.Web.Configuration" }, { - "Name": "RepeaterItemCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "OutputCacheProfile", + "Namespace": "System.Web.Configuration" }, { - "Name": "RepeaterItemEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "OutputCacheProfileCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "RepeaterItemEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "OutputCacheSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "RepeatInfo", - "Namespace": "System.Web.UI.WebControls" + "Name": "OutputCacheSettingsSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "RepeatLayout", - "Namespace": "System.Web.UI.WebControls" + "Name": "PagesEnableSessionState", + "Namespace": "System.Web.Configuration" }, { - "Name": "RequiredFieldValidator", - "Namespace": "System.Web.UI.WebControls" + "Name": "PagesSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "RoleGroup", - "Namespace": "System.Web.UI.WebControls" + "Name": "PartialTrustVisibleAssembliesSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "RoleGroupCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "PartialTrustVisibleAssembly", + "Namespace": "System.Web.Configuration" }, { - "Name": "RouteParameter", - "Namespace": "System.Web.UI.WebControls" + "Name": "PartialTrustVisibleAssemblyCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "ScrollBars", - "Namespace": "System.Web.UI.WebControls" + "Name": "PassportAuthentication", + "Namespace": "System.Web.Configuration" }, { - "Name": "SelectedDatesCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProcessModelComAuthenticationLevel", + "Namespace": "System.Web.Configuration" }, { - "Name": "SelectResult", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProcessModelComImpersonationLevel", + "Namespace": "System.Web.Configuration" }, { - "Name": "SendMailErrorEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProcessModelLogLevel", + "Namespace": "System.Web.Configuration" }, { - "Name": "SendMailErrorEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProcessModelSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "ServerValidateEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProfileGroupSettings", + "Namespace": "System.Web.Configuration" }, { - "Name": "ServerValidateEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProfileGroupSettingsCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "SessionParameter", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProfileGuidedOptimizationsFlags", + "Namespace": "System.Web.Configuration" }, { - "Name": "SiteMapDataSource", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProfilePropertySettings", + "Namespace": "System.Web.Configuration" }, { - "Name": "SiteMapDataSourceView", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProfilePropertySettingsCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "SiteMapHierarchicalDataSourceView", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProfileSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "SiteMapNodeItem", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProfileSettings", + "Namespace": "System.Web.Configuration" }, { - "Name": "SiteMapNodeItemEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProfileSettingsCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "SiteMapNodeItemEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProtocolsConfigurationHandler", + "Namespace": "System.Web.Configuration" }, { - "Name": "SiteMapNodeItemType", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProtocolsSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "SiteMapPath", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProtocolCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "SortDirection", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProtocolElement", + "Namespace": "System.Web.Configuration" }, { - "Name": "SqlDataSource", - "Namespace": "System.Web.UI.WebControls" + "Name": "ProvidersHelper", + "Namespace": "System.Web.Configuration" }, { - "Name": "SqlDataSourceCommandEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "RegexWorker", + "Namespace": "System.Web.Configuration" }, { - "Name": "SqlDataSourceCommandEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "RemoteWebConfigurationHostServer", + "Namespace": "System.Web.Configuration" }, { - "Name": "SqlDataSourceCommandType", - "Namespace": "System.Web.UI.WebControls" + "Name": "RoleManagerSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "SqlDataSourceFilteringEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "RootProfilePropertySettingsCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "SqlDataSourceFilteringEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "RuleSettings", + "Namespace": "System.Web.Configuration" }, { - "Name": "SqlDataSourceMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "RuleSettingsCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "SqlDataSourceSelectingEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "SecurityPolicySection", + "Namespace": "System.Web.Configuration" }, { - "Name": "SqlDataSourceSelectingEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "SerializationMode", + "Namespace": "System.Web.Configuration" }, { - "Name": "SqlDataSourceStatusEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "SessionPageStateSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "SqlDataSourceStatusEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "SessionStateSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "SqlDataSourceView", - "Namespace": "System.Web.UI.WebControls" + "Name": "SiteMapSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "StringArrayConverter", - "Namespace": "System.Web.UI.WebControls" + "Name": "SqlCacheDependencyDatabase", + "Namespace": "System.Web.Configuration" }, { - "Name": "Style", - "Namespace": "System.Web.UI.WebControls" + "Name": "SqlCacheDependencyDatabaseCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "StyleCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "SqlCacheDependencySection", + "Namespace": "System.Web.Configuration" }, { - "Name": "SubMenuStyle", - "Namespace": "System.Web.UI.WebControls" + "Name": "SystemWebCachingSectionGroup", + "Namespace": "System.Web.Configuration" }, { - "Name": "SubMenuStyleCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "SystemWebSectionGroup", + "Namespace": "System.Web.Configuration" }, { - "Name": "Substitution", - "Namespace": "System.Web.UI.WebControls" + "Name": "TagMapCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "Table", - "Namespace": "System.Web.UI.WebControls" + "Name": "TagMapInfo", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableCaptionAlign", - "Namespace": "System.Web.UI.WebControls" + "Name": "TagPrefixCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableCellControlBuilder", - "Namespace": "System.Web.UI.WebControls" + "Name": "TagPrefixInfo", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableCell", - "Namespace": "System.Web.UI.WebControls" + "Name": "TicketCompatibilityMode", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableCellCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "TraceDisplayMode", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableFooterRow", - "Namespace": "System.Web.UI.WebControls" + "Name": "TraceSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableHeaderCell", - "Namespace": "System.Web.UI.WebControls" + "Name": "TransformerInfo", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableHeaderRow", - "Namespace": "System.Web.UI.WebControls" + "Name": "TransformerInfoCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableHeaderScope", - "Namespace": "System.Web.UI.WebControls" + "Name": "TrustLevel", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableItemStyle", - "Namespace": "System.Web.UI.WebControls" + "Name": "TrustLevelCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableRow", - "Namespace": "System.Web.UI.WebControls" + "Name": "TrustSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableRowCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "UrlMapping", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableRowSection", - "Namespace": "System.Web.UI.WebControls" + "Name": "UrlMappingCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableSectionStyle", - "Namespace": "System.Web.UI.WebControls" + "Name": "UrlMappingsSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "TableStyle", - "Namespace": "System.Web.UI.WebControls" + "Name": "UserMapPath", + "Namespace": "System.Web.Configuration" }, { - "Name": "TargetConverter", - "Namespace": "System.Web.UI.WebControls" + "Name": "VirtualDirectoryMapping", + "Namespace": "System.Web.Configuration" }, { - "Name": "TemplateColumn", - "Namespace": "System.Web.UI.WebControls" + "Name": "VirtualDirectoryMappingCollection", + "Namespace": "System.Web.Configuration" }, { - "Name": "TemplatedWizardStep", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebApplicationLevel", + "Namespace": "System.Web.Configuration" }, { - "Name": "TemplateField", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebConfigurationFileMap", + "Namespace": "System.Web.Configuration" }, { - "Name": "TextAlign", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebConfigurationManager", + "Namespace": "System.Web.Configuration" }, { - "Name": "TextBoxControlBuilder", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebContext", + "Namespace": "System.Web.Configuration" }, { - "Name": "TextBox", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebControlsSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "TextBoxMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartsPersonalization", + "Namespace": "System.Web.Configuration" }, { - "Name": "TitleFormat", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartsPersonalizationAuthorization", + "Namespace": "System.Web.Configuration" }, { - "Name": "TreeNode", - "Namespace": "System.Web.UI.WebControls" + "Name": "WebPartsSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "TreeNodeBinding", - "Namespace": "System.Web.UI.WebControls" + "Name": "XhtmlConformanceMode", + "Namespace": "System.Web.Configuration" }, { - "Name": "TreeNodeBindingCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "XhtmlConformanceSection", + "Namespace": "System.Web.Configuration" }, { - "Name": "TreeNodeCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "IInternalConfigWebHost", + "Namespace": "System.Web.Configuration.Internal" }, { - "Name": "TreeNodeEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "ControlBuilderInterceptor", + "Namespace": "System.Web.Compilation" }, { - "Name": "TreeNodeEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "AppSettingsExpressionBuilder", + "Namespace": "System.Web.Compilation" }, { - "Name": "TreeNodeSelectAction", - "Namespace": "System.Web.UI.WebControls" + "Name": "AssemblyBuilder", + "Namespace": "System.Web.Compilation" }, { - "Name": "TreeNodeStyle", - "Namespace": "System.Web.UI.WebControls" + "Name": "BuildDependencySet", + "Namespace": "System.Web.Compilation" }, { - "Name": "TreeNodeStyleCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "BuildManager", + "Namespace": "System.Web.Compilation" }, { - "Name": "TreeNodeTypes", - "Namespace": "System.Web.UI.WebControls" + "Name": "BuildProviderResultFlags", + "Namespace": "System.Web.Compilation" }, { - "Name": "TreeView", - "Namespace": "System.Web.UI.WebControls" + "Name": "BuildProvider", + "Namespace": "System.Web.Compilation" }, { - "Name": "TreeViewImageSet", - "Namespace": "System.Web.UI.WebControls" + "Name": "BuildProviderAppliesTo", + "Namespace": "System.Web.Compilation" }, { - "Name": "Unit", - "Namespace": "System.Web.UI.WebControls" + "Name": "BuildProviderAppliesToAttribute", + "Namespace": "System.Web.Compilation" }, { - "Name": "UnitConverter", - "Namespace": "System.Web.UI.WebControls" + "Name": "PrecompilationFlags", + "Namespace": "System.Web.Compilation" }, { - "Name": "UnitType", - "Namespace": "System.Web.UI.WebControls" + "Name": "ClientBuildManagerParameter", + "Namespace": "System.Web.Compilation" }, { - "Name": "ValidatedControlConverter", - "Namespace": "System.Web.UI.WebControls" + "Name": "ClientBuildManager", + "Namespace": "System.Web.Compilation" }, { - "Name": "ValidationCompareOperator", - "Namespace": "System.Web.UI.WebControls" + "Name": "BuildManagerHostUnloadEventArgs", + "Namespace": "System.Web.Compilation" }, { - "Name": "ValidationDataType", - "Namespace": "System.Web.UI.WebControls" + "Name": "BuildManagerHostUnloadEventHandler", + "Namespace": "System.Web.Compilation" }, { - "Name": "ValidationSummary", - "Namespace": "System.Web.UI.WebControls" + "Name": "LinePragmaCodeInfo", + "Namespace": "System.Web.Compilation" }, { - "Name": "ValidationSummaryDisplayMode", - "Namespace": "System.Web.UI.WebControls" + "Name": "ClientBuildManagerCallback", + "Namespace": "System.Web.Compilation" }, { - "Name": "ValidatorDisplay", - "Namespace": "System.Web.UI.WebControls" + "Name": "CompilerType", + "Namespace": "System.Web.Compilation" }, { - "Name": "VerticalAlign", - "Namespace": "System.Web.UI.WebControls" + "Name": "ConnectionStringsExpressionBuilder", + "Namespace": "System.Web.Compilation" }, { - "Name": "View", - "Namespace": "System.Web.UI.WebControls" + "Name": "DesignTimeResourceProviderFactoryAttribute", + "Namespace": "System.Web.Compilation" }, { - "Name": "WebColorConverter", - "Namespace": "System.Web.UI.WebControls" + "Name": "ExpressionBuilder", + "Namespace": "System.Web.Compilation" }, { - "Name": "WebControl", - "Namespace": "System.Web.UI.WebControls" + "Name": "ExpressionBuilderContext", + "Namespace": "System.Web.Compilation" }, { - "Name": "Wizard", - "Namespace": "System.Web.UI.WebControls" + "Name": "ExpressionEditorAttribute", + "Namespace": "System.Web.Compilation" }, { - "Name": "WizardStepCollection", - "Namespace": "System.Web.UI.WebControls" + "Name": "ExpressionPrefixAttribute", + "Namespace": "System.Web.Compilation" }, { - "Name": "WizardNavigationEventArgs", - "Namespace": "System.Web.UI.WebControls" + "Name": "FolderLevelBuildProviderAppliesTo", + "Namespace": "System.Web.Compilation" }, { - "Name": "WizardNavigationEventHandler", - "Namespace": "System.Web.UI.WebControls" + "Name": "FolderLevelBuildProviderAppliesToAttribute", + "Namespace": "System.Web.Compilation" }, { - "Name": "WizardStep", - "Namespace": "System.Web.UI.WebControls" + "Name": "IAssemblyPostProcessor", + "Namespace": "System.Web.Compilation" }, { - "Name": "WizardStepControlBuilder", - "Namespace": "System.Web.UI.WebControls" + "Name": "IImplicitResourceProvider", + "Namespace": "System.Web.Compilation" }, { - "Name": "WizardStepBase", - "Namespace": "System.Web.UI.WebControls" + "Name": "ImplicitResourceKey", + "Namespace": "System.Web.Compilation" }, { - "Name": "WizardStepType", - "Namespace": "System.Web.UI.WebControls" + "Name": "IResourceProvider", + "Namespace": "System.Web.Compilation" }, { - "Name": "XmlBuilder", - "Namespace": "System.Web.UI.WebControls" + "Name": "ResourceExpressionBuilder", + "Namespace": "System.Web.Compilation" }, { - "Name": "Xml", - "Namespace": "System.Web.UI.WebControls" + "Name": "ResourceExpressionFields", + "Namespace": "System.Web.Compilation" }, { - "Name": "XmlDataSource", - "Namespace": "System.Web.UI.WebControls" + "Name": "ResourceProviderFactory", + "Namespace": "System.Web.Compilation" }, { - "Name": "XmlDataSourceView", - "Namespace": "System.Web.UI.WebControls" + "Name": "RouteUrlExpressionBuilder", + "Namespace": "System.Web.Compilation" }, { - "Name": "XmlHierarchicalDataSourceView", - "Namespace": "System.Web.UI.WebControls" + "Name": "RouteValueExpressionBuilder", + "Namespace": "System.Web.Compilation" }, { - "Name": "AppearanceEditorPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IApplicationMonitor", + "Namespace": "System.Web.Hosting" }, { - "Name": "BehaviorEditorPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ApplicationMonitors", + "Namespace": "System.Web.Hosting" }, { - "Name": "CatalogPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "RecycleLimitNotificationFrequency", + "Namespace": "System.Web.Hosting" }, { - "Name": "CatalogPartChrome", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "RecycleLimitInfo", + "Namespace": "System.Web.Hosting" }, { - "Name": "CatalogPartCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "LowPhysicalMemoryInfo", + "Namespace": "System.Web.Hosting" }, { - "Name": "CatalogZone", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AspNetMemoryMonitor", + "Namespace": "System.Web.Hosting" }, { - "Name": "CatalogZoneBase", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "RecycleLimitObserver", + "Namespace": "System.Web.Hosting" }, { - "Name": "ConnectionConsumerAttribute", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "RecycleLimitMonitor", + "Namespace": "System.Web.Hosting" }, { - "Name": "ConnectionInterfaceCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "LowPhysicalMemoryObserver", + "Namespace": "System.Web.Hosting" }, { - "Name": "ConnectionPoint", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ISuspendibleRegisteredObject", + "Namespace": "System.Web.Hosting" }, { - "Name": "ConnectionProviderAttribute", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IProcessHostSupportFunctions", + "Namespace": "System.Web.Hosting" }, { - "Name": "ConnectionsZone", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IProcessPingCallback", + "Namespace": "System.Web.Hosting" }, { - "Name": "ConsumerConnectionPoint", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IListenerChannelCallback", + "Namespace": "System.Web.Hosting" }, { - "Name": "ConsumerConnectionPointCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IStopListeningRegisteredObject", + "Namespace": "System.Web.Hosting" }, { - "Name": "DeclarativeCatalogPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IAppDomainFactory", + "Namespace": "System.Web.Hosting" }, { - "Name": "EditorPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppDomainFactory", + "Namespace": "System.Web.Hosting" }, { - "Name": "EditorPartChrome", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IAppManagerAppDomainFactory", + "Namespace": "System.Web.Hosting" }, { - "Name": "EditorPartCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppManagerAppDomainFactory", + "Namespace": "System.Web.Hosting" }, { - "Name": "EditorZone", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppDomainProtocolHandler", + "Namespace": "System.Web.Hosting" }, { - "Name": "EditorZoneBase", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ApplicationHost", + "Namespace": "System.Web.Hosting" }, { - "Name": "ErrorWebPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ApplicationInfo", + "Namespace": "System.Web.Hosting" }, { - "Name": "FieldCallback", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "HostSecurityPolicyResults", + "Namespace": "System.Web.Hosting" }, { - "Name": "GenericWebPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "HostSecurityPolicyResolver", + "Namespace": "System.Web.Hosting" }, { - "Name": "ImportCatalogPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ApplicationManager", + "Namespace": "System.Web.Hosting" }, { - "Name": "IPersonalizable", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "HostingEnvironment", + "Namespace": "System.Web.Hosting" }, { - "Name": "ITrackingPersonalizable", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IApplicationHost", + "Namespace": "System.Web.Hosting" }, { - "Name": "ITransformerConfigurationControl", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IProcessHostPreloadClient", + "Namespace": "System.Web.Hosting" }, { - "Name": "IVersioningPersonalizable", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IRegisteredObject", + "Namespace": "System.Web.Hosting" }, { - "Name": "IWebActionable", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IISAPIRuntime", + "Namespace": "System.Web.Hosting" }, { - "Name": "IWebEditable", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ISAPIRuntime", + "Namespace": "System.Web.Hosting" }, { - "Name": "IWebPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IProcessHost", + "Namespace": "System.Web.Hosting" }, { - "Name": "IWebPartField", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IAdphManager", + "Namespace": "System.Web.Hosting" }, { - "Name": "IWebPartParameters", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IPphManager", + "Namespace": "System.Web.Hosting" }, { - "Name": "IWebPartRow", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IProcessHostIdleAndHealthCheck", + "Namespace": "System.Web.Hosting" }, { - "Name": "IWebPartTable", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IAppDomainInfo", + "Namespace": "System.Web.Hosting" }, { - "Name": "LayoutEditorPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IAppDomainInfoEnum", + "Namespace": "System.Web.Hosting" }, { - "Name": "PageCatalogPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppDomainInfoEnum", + "Namespace": "System.Web.Hosting" }, { - "Name": "ParametersCallback", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppDomainInfo", + "Namespace": "System.Web.Hosting" }, { - "Name": "Part", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IApplicationPreloadManager", + "Namespace": "System.Web.Hosting" }, { - "Name": "PartChromeState", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IApplicationPreloadUtil", + "Namespace": "System.Web.Hosting" }, { - "Name": "PartChromeType", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ProcessHost", + "Namespace": "System.Web.Hosting" }, { - "Name": "PersonalizableAttribute", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IProcessHostFactoryHelper", + "Namespace": "System.Web.Hosting" }, { - "Name": "PersonalizationAdministration", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ProcessHostFactoryHelper", + "Namespace": "System.Web.Hosting" }, { - "Name": "PersonalizationDictionary", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ProcessProtocolHandler", + "Namespace": "System.Web.Hosting" }, { - "Name": "PersonalizationEntry", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "SimpleWorkerRequest", + "Namespace": "System.Web.Hosting" }, { - "Name": "PersonalizationProvider", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "VirtualPathProvider", + "Namespace": "System.Web.Hosting" }, { - "Name": "PersonalizationProviderCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "VirtualFileBase", + "Namespace": "System.Web.Hosting" }, { - "Name": "PersonalizationScope", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "VirtualFile", + "Namespace": "System.Web.Hosting" }, { - "Name": "PersonalizationState", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "VirtualDirectory", + "Namespace": "System.Web.Hosting" }, { - "Name": "PersonalizationStateInfo", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "CacheInsertOptions", + "Namespace": "System.Web.Caching" }, { - "Name": "PersonalizationStateInfoCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "CacheStoreProvider", + "Namespace": "System.Web.Caching" }, { - "Name": "PersonalizationStateQuery", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "CacheItemRemovedCallback", + "Namespace": "System.Web.Caching" }, { - "Name": "PropertyGridEditorPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "CacheItemUpdateCallback", + "Namespace": "System.Web.Caching" }, { - "Name": "ProviderConnectionPoint", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "CacheItemPriority", + "Namespace": "System.Web.Caching" }, { - "Name": "ProviderConnectionPointCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "CacheItemRemovedReason", + "Namespace": "System.Web.Caching" }, { - "Name": "ProxyWebPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "CacheItemUpdateReason", + "Namespace": "System.Web.Caching" }, { - "Name": "ProxyWebPartConnectionCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "Cache", + "Namespace": "System.Web.Caching" }, { - "Name": "ProxyWebPartManager", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "CacheDependency", + "Namespace": "System.Web.Caching" }, { - "Name": "RowCallback", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AggregateCacheDependency", + "Namespace": "System.Web.Caching" }, { - "Name": "RowToFieldTransformer", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "FileResponseElement", + "Namespace": "System.Web.Caching" }, { - "Name": "RowToParametersTransformer", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "HeaderElement", + "Namespace": "System.Web.Caching" }, { - "Name": "SharedPersonalizationStateInfo", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IOutputCacheEntry", + "Namespace": "System.Web.Caching" }, { - "Name": "SqlPersonalizationProvider", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "MemoryResponseElement", + "Namespace": "System.Web.Caching" }, { - "Name": "TableCallback", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "OutputCache", + "Namespace": "System.Web.Caching" }, { - "Name": "TitleStyle", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "OutputCacheProvider", + "Namespace": "System.Web.Caching" }, { - "Name": "ToolZone", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "OutputCacheProviderAsync", + "Namespace": "System.Web.Caching" }, { - "Name": "TransformerTypeCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "OutputCacheProviderCollection", + "Namespace": "System.Web.Caching" }, { - "Name": "UnauthorizedWebPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "OutputCacheUtility", + "Namespace": "System.Web.Caching" }, { - "Name": "UserPersonalizationStateInfo", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ResponseElement", + "Namespace": "System.Web.Caching" }, { - "Name": "WebBrowsableAttribute", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "SqlCacheDependency", + "Namespace": "System.Web.Caching" }, { - "Name": "WebDescriptionAttribute", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "DatabaseNotEnabledForNotificationException", + "Namespace": "System.Web.Caching" }, { - "Name": "WebDisplayNameAttribute", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "TableNotEnabledForNotificationException", + "Namespace": "System.Web.Caching" }, { - "Name": "WebPart", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "SqlCacheDependencyAdmin", + "Namespace": "System.Web.Caching" }, { - "Name": "WebPartAddingEventArgs", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "SubstitutionResponseElement", + "Namespace": "System.Web.Caching" }, { - "Name": "WebPartAddingEventHandler", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_ClaimPropertyEnum", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartAuthorizationEventArgs", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_ComparisonOpTypeEnum", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartAuthorizationEventHandler", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_PropertyMatchingCondition", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartCancelEventArgs", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_SelectCondition", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartCancelEventHandler", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_SelectConditionList", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartChrome", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_PropertyAssignedValueEnum", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_PropertyReference", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartConnection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_PropertyLiteral", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartConnectionCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_PropertyActionClause", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartConnectionsCancelEventArgs", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_ActionTypeEnum", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartConnectionsCancelEventHandler", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_PropertyActionList", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartConnectionsEventArgs", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_ActionClause", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartConnectionsEventHandler", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_CompiledRule", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartDescription", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_CompiledRules", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartDescriptionCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "_ErrorReport", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartDisplayMode", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "TRLParserIf", + "Namespace": "TRLParserCOMInterface" }, { - "Name": "WebPartDisplayModeCancelEventArgs", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "EnableAppBackgroundTaskDiagnosticLogCommand", + "Namespace": "Microsoft.BackgroundTasksManager.Commands" }, { - "Name": "WebPartDisplayModeCancelEventHandler", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "DisableAppBackgroundTaskDiagnosticLogCommand", + "Namespace": "Microsoft.BackgroundTasksManager.Commands" }, { - "Name": "WebPartDisplayModeCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "SetAppBackgroundTaskResourcePolicyCommand", + "Namespace": "Microsoft.BackgroundTasksManager.Commands" }, { - "Name": "WebPartDisplayModeEventArgs", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ManagedVirtualApplication", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartDisplayModeEventHandler", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppvClientApplicationImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartEventArgs", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppvClientConnectionGroupProperties", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartEventHandler", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppvPackageProperties", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartExportMode", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ManagedAssetProperties", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartHelpMode", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IClientComConsumer", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartManager", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ClientComConsumerFactory", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartManagerInternals", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "CatalogEnumerationFlags", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartMenuStyle", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ForceFlag", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartMovingEventArgs", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "PublishScope", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartMovingEventHandler", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ClientMode", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartPersonalization", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppvClientAssetImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartTracker", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ClientException", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartTransformer", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppvClientConfigurationImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartTransformerAttribute", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppvClientPackageImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartTransformerCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppvClientConnectionGroupImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartUserCapability", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppvClientModeImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartVerb", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "AppvClientReportImpl", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartVerbCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "NetworkCostAdapter", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartVerbRenderMode", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "CommonEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartVerbsEventArgs", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "ResultEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartVerbsEventHandler", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "VEBlockedEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartZone", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "PublishingRefreshEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartZoneBase", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "PublishingActivityEventArgs", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebPartZoneCollection", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "IClientComConsumerEventSink", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebZone", - "Namespace": "System.Web.UI.WebControls.WebParts" + "Name": "VirtualProcess", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "DataBoundControlAdapter", - "Namespace": "System.Web.UI.WebControls.Adapters" + "Name": "ClientComConsumer", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "HideDisabledControlAdapter", - "Namespace": "System.Web.UI.WebControls.Adapters" + "Name": "ClientDefinitions", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "HierarchicalDataBoundControlAdapter", - "Namespace": "System.Web.UI.WebControls.Adapters" + "Name": "IClientEventSinkRegistrator", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "MenuAdapter", - "Namespace": "System.Web.UI.WebControls.Adapters" + "Name": "ClientEventSinkRegistrator", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "WebControlAdapter", - "Namespace": "System.Web.UI.WebControls.Adapters" + "Name": "ClientEventTypeFilter", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "MembershipPasswordAttribute", - "Namespace": "System.Web.Security" + "Name": "ClientWarning", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "ActiveDirectoryConnectionProtection", - "Namespace": "System.Web.Security" + "Name": "ManifestRetriever", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "ActiveDirectoryMembershipProvider", - "Namespace": "System.Web.Security" + "Name": "IPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, { - "Name": "ActiveDirectoryMembershipUser", - "Namespace": "System.Web.Security" + "Name": "PublishingServer", + "Namespace": "Microsoft.AppV.AppvClientFacade" }, - { - "Name": "AnonymousIdentificationModule", - "Namespace": "System.Web.Security" + { + "Name": "AddAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "AnonymousIdentificationEventHandler", - "Namespace": "System.Web.Security" + "Name": "AddAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "AnonymousIdentificationEventArgs", - "Namespace": "System.Web.Security" + "Name": "AppvClientApplication", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "AuthorizationStoreRoleProvider", - "Namespace": "System.Web.Security" + "Name": "AddAppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "DefaultAuthenticationModule", - "Namespace": "System.Web.Security" + "Name": "AppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "CookieProtection", - "Namespace": "System.Web.Security" + "Name": "AppvClientConnectionGroupCmdletBase", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "FileAuthorizationModule", - "Namespace": "System.Web.Security" + "Name": "AppvClientMode", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "FormsAuthentication", - "Namespace": "System.Web.Security" + "Name": "AppvClientPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "FormsAuthenticationEventArgs", - "Namespace": "System.Web.Security" + "Name": "AppvCmdletBase", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "FormsAuthenticationEventHandler", - "Namespace": "System.Web.Security" + "Name": "AppvPackageCmdletBase", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "FormsAuthenticationModule", - "Namespace": "System.Web.Security" + "Name": "AppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "FormsAuthenticationTicket", - "Namespace": "System.Web.Security" + "Name": "AppvClientConfiguration", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "FormsIdentity", - "Namespace": "System.Web.Security" + "Name": "DisableAppv", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "DefaultAuthenticationEventArgs", - "Namespace": "System.Web.Security" + "Name": "DisableAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "DefaultAuthenticationEventHandler", - "Namespace": "System.Web.Security" + "Name": "DynamicUserConfiguration", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "MachineKeyProtection", - "Namespace": "System.Web.Security" + "Name": "EmptyAppvClientObject", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "MachineKey", - "Namespace": "System.Web.Security" + "Name": "EnableAppv", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "Membership", - "Namespace": "System.Web.Security" + "Name": "EnableAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "PassportAuthenticationEventArgs", - "Namespace": "System.Web.Security" + "Name": "GetAppvClientConfiguration", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "PassportAuthenticationEventHandler", - "Namespace": "System.Web.Security" + "Name": "GetAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "PassportAuthenticationModule", - "Namespace": "System.Web.Security" + "Name": "GetAppvApplication", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "PassportIdentity", - "Namespace": "System.Web.Security" + "Name": "GetAppvClientMode", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "PassportPrincipal", - "Namespace": "System.Web.Security" + "Name": "GetAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "RoleManagerEventArgs", - "Namespace": "System.Web.Security" + "Name": "GetAppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "RoleManagerEventHandler", - "Namespace": "System.Web.Security" + "Name": "GetAppvStatus", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "RoleManagerModule", - "Namespace": "System.Web.Security" + "Name": "IAppvClientObject", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "RolePrincipal", - "Namespace": "System.Web.Security" + "Name": "MountAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "Roles", - "Namespace": "System.Web.Security" + "Name": "MountAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "RoleProviderCollection", - "Namespace": "System.Web.Security" + "Name": "PublishAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "SqlMembershipProvider", - "Namespace": "System.Web.Security" + "Name": "RemoveAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "SqlRoleProvider", - "Namespace": "System.Web.Security" + "Name": "RemoveAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "UrlAuthorizationModule", - "Namespace": "System.Web.Security" + "Name": "RemoveAppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "WindowsAuthenticationEventArgs", - "Namespace": "System.Web.Security" + "Name": "RepairAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "WindowsAuthenticationEventHandler", - "Namespace": "System.Web.Security" + "Name": "RepairAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "WindowsAuthenticationModule", - "Namespace": "System.Web.Security" + "Name": "ResourceRetriever", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "WindowsTokenRoleProvider", - "Namespace": "System.Web.Security" + "Name": "SendAppvClientReport", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "LowerCodeCharts", - "Namespace": "System.Web.Security.AntiXss" + "Name": "SetAppvClientConfiguration", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "LowerMidCodeCharts", - "Namespace": "System.Web.Security.AntiXss" + "Name": "SetAppvClientMode", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "MidCodeCharts", - "Namespace": "System.Web.Security.AntiXss" + "Name": "SetAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "UpperMidCodeCharts", - "Namespace": "System.Web.Security.AntiXss" + "Name": "SetAppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "UpperCodeCharts", - "Namespace": "System.Web.Security.AntiXss" + "Name": "StopAppvClientConnectionGroup", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "AntiXssEncoder", - "Namespace": "System.Web.Security.AntiXss" + "Name": "StopAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "CookieValueProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "SyncAppvPublishingServer", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "IUnvalidatedValueProviderSource", - "Namespace": "System.Web.ModelBinding" + "Name": "UnpublishAppvPackage", + "Namespace": "Microsoft.AppV.AppvClientPowerShell" }, { - "Name": "MaxLengthAttributeAdapter", - "Namespace": "System.Web.ModelBinding" + "Name": "AppVConfiguration", + "Namespace": "AppManagementConfiguration" }, { - "Name": "MinLengthAttributeAdapter", - "Namespace": "System.Web.ModelBinding" + "Name": "AppmanServiceConfiguration", + "Namespace": "AppManagementConfiguration" }, { - "Name": "ArrayModelBinderProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "IAppManagementConfiguration", + "Namespace": "AppManagementConfiguration" }, { - "Name": "ArrayModelBinder`1", - "Namespace": "System.Web.ModelBinding" + "Name": "AppVClientDbg", + "Namespace": "Microsoft.AppV.SharedPerformance.Tracing" }, { - "Name": "BinaryDataModelBinderProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "PROVIDER_MICROSOFT_APPV_CLIENT_SHAREDPERFORMANCEEVENTS", + "Namespace": "Microsoft.AppV.SharedPerformance.Tracing" }, { - "Name": "BindingBehavior", - "Namespace": "System.Web.ModelBinding" + "Name": "BestPracticesBaseCommand", + "Namespace": "Microsoft.BestPractices.Cmdlets" }, { - "Name": "BindingBehaviorAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "GetModelCommand", + "Namespace": "Microsoft.BestPractices.Cmdlets" }, { - "Name": "BindNeverAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "RunScanCommand", + "Namespace": "Microsoft.BestPractices.Cmdlets" }, { - "Name": "BindRequiredAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "GetResultCommand", + "Namespace": "Microsoft.BestPractices.Cmdlets" }, { - "Name": "CollectionModelBinderProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "SetResultCommand", + "Namespace": "Microsoft.BestPractices.Cmdlets" }, { - "Name": "CollectionModelBinder`1", - "Namespace": "System.Web.ModelBinding" + "Name": "BitLockerVolumeEncryptionMethodOnGet", + "Namespace": "Microsoft.BitLocker.Structures" }, { - "Name": "ComplexModel", - "Namespace": "System.Web.ModelBinding" + "Name": "BitLockerVolumeEncryptionMethodOnEnable", + "Namespace": "Microsoft.BitLocker.Structures" }, { - "Name": "ComplexModelBinder", - "Namespace": "System.Web.ModelBinding" + "Name": "BitLockerVolumeKeyProtectorType", + "Namespace": "Microsoft.BitLocker.Structures" }, { - "Name": "ComplexModelBinderProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "BitLockerVolumeStatus", + "Namespace": "Microsoft.BitLocker.Structures" }, { - "Name": "ComplexModelResult", - "Namespace": "System.Web.ModelBinding" + "Name": "BitLockerVolumeProtectionStatus", + "Namespace": "Microsoft.BitLocker.Structures" }, { - "Name": "ControlAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "BitLockerVolumeType", + "Namespace": "Microsoft.BitLocker.Structures" }, { - "Name": "ControlValueProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "BitLockerVolumeLockStatus", + "Namespace": "Microsoft.BitLocker.Structures" }, { - "Name": "CookieAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "BitLockerVolumeKeyProtectorCertificateTypes", + "Namespace": "Microsoft.BitLocker.Structures" }, { - "Name": "DictionaryModelBinderProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "BitLockerVolumeKeyProtector", + "Namespace": "Microsoft.BitLocker.Structures" }, { - "Name": "DictionaryModelBinder`2", - "Namespace": "System.Web.ModelBinding" + "Name": "BitLockerVolume", + "Namespace": "Microsoft.BitLocker.Structures" }, { - "Name": "ExtensibleModelBinderAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "Log", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "ModelBindingContext", - "Namespace": "System.Web.ModelBinding" + "Name": "JobProgress", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "AssociatedMetadataProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "FileProgress", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "AssociatedValidatorProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "JobTimes", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "DataAnnotationsModelMetadata", - "Namespace": "System.Web.ModelBinding" + "Name": "IFileLocation", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "DataAnnotationsModelMetadataProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "FileLocation", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "DataAnnotationsModelValidator", - "Namespace": "System.Web.ModelBinding" + "Name": "IFileRange", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "DataAnnotationsModelValidationFactory", - "Namespace": "System.Web.ModelBinding" + "Name": "FileRange", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "DataAnnotationsValidatableObjectAdapterFactory", - "Namespace": "System.Web.ModelBinding" + "Name": "JobFile", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "DataAnnotationsModelValidatorProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "JobError", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "DataAnnotationsModelValidator`1", - "Namespace": "System.Web.ModelBinding" + "Name": "IBackgroundCopyCallback", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "DictionaryValueProvider`1", - "Namespace": "System.Web.ModelBinding" + "Name": "JobEventArgs", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "EmptyModelMetadataProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "ErrorEventArgs", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "FormValueProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "ModificationEventArgs", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "FormAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "TransferredEventArgs", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "IMetadataAware", - "Namespace": "System.Web.ModelBinding" + "Name": "Job", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "IModelNameProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "Manager", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "IUnvalidatedValueProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "LogTarget", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "IValueProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "JobType", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "IValueProviderSource", - "Namespace": "System.Web.ModelBinding" + "Name": "JobState", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "ModelBinderDictionary", - "Namespace": "System.Web.ModelBinding" + "Name": "JobPriority", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "ModelBinders", - "Namespace": "System.Web.ModelBinding" + "Name": "JobPropertyId", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "ModelError", - "Namespace": "System.Web.ModelBinding" + "Name": "JobCostState", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "ModelErrorCollection", - "Namespace": "System.Web.ModelBinding" + "Name": "JobProxyUsage", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "ModelMetadata", - "Namespace": "System.Web.ModelBinding" + "Name": "ErrorContext", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "ModelMetadataProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "AuthenticationTarget", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "ModelMetadataProviders", - "Namespace": "System.Web.ModelBinding" + "Name": "AuthenticationScheme", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "ModelState", - "Namespace": "System.Web.ModelBinding" + "Name": "NotifyOptions", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "ModelStateDictionary", - "Namespace": "System.Web.ModelBinding" + "Name": "ErrorCondition", + "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" }, { - "Name": "ModelValidationResult", - "Namespace": "System.Web.ModelBinding" + "Name": "ActivityIdMap", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ModelValidator", - "Namespace": "System.Web.ModelBinding" + "Name": "CauAccessDeniedException", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ModelValidatorProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "RuleSeverity", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ModelValidatorProviderCollection", - "Namespace": "System.Web.ModelBinding" + "Name": "RuleState", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ModelValidatorProviders", - "Namespace": "System.Web.ModelBinding" + "Name": "CauBpaProgress", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "NameValueCollectionValueProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "CauInstanceAlreadyExistsException", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "QueryStringValueProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "CauNode", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "QueryStringAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "CauNodeNotAvailableException", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "RangeAttributeAdapter", - "Namespace": "System.Web.ModelBinding" + "Name": "CauParameter", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "RegularExpressionAttributeAdapter", - "Namespace": "System.Web.ModelBinding" + "Name": "CauPlugin", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "RequiredAttributeAdapter", - "Namespace": "System.Web.ModelBinding" + "Name": "CauReport", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "StringLengthAttributeAdapter", - "Namespace": "System.Web.ModelBinding" + "Name": "CauReportSummary", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ValidatableObjectAdapter", - "Namespace": "System.Web.ModelBinding" + "Name": "RunState", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ValueProviderCollection", - "Namespace": "System.Web.ModelBinding" + "Name": "CauRun", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ValueProviderSourceAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "CauWmiObject", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ValueProviderResult", - "Namespace": "System.Web.ModelBinding" + "Name": "ClusterResult", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "GenericModelBinderProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "ClusterUpdateException", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "IModelBinder", - "Namespace": "System.Web.ModelBinding" + "Name": "ErrorRecordData", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "KeyValuePairModelBinderProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "ExceptionData", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "KeyValuePairModelBinder`2", - "Namespace": "System.Web.ModelBinding" + "Name": "FailbackType", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ModelBinderErrorMessageProviders", - "Namespace": "System.Web.ModelBinding" + "Name": "SummaryStatus", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ModelBinderErrorMessageProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "NodeResult", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ModelBinderProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "NodeStatus", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ModelBinderProviderCollection", - "Namespace": "System.Web.ModelBinding" + "Name": "NodeStatusNotification", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ModelBinderProviderOptionsAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "ClusterUpdatingPluginAttribute", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ModelBinderProviders", - "Namespace": "System.Web.ModelBinding" + "Name": "ICauPluginCallbackBase", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ModelValidatedEventArgs", - "Namespace": "System.Web.ModelBinding" + "Name": "IScanCallback", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ModelValidatingEventArgs", - "Namespace": "System.Web.ModelBinding" + "Name": "IStageCallback", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ModelValidationNode", - "Namespace": "System.Web.ModelBinding" + "Name": "IInstallCallback", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "MutableObjectModelBinder", - "Namespace": "System.Web.ModelBinding" + "Name": "IClusterUpdatingPlugin", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "MutableObjectModelBinderProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "IClusterNodeUpdater", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ProfileAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "ResultCode", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "ProfileValueProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "UpdateInfoBase", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "RouteDataAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "UpdateInfo", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "RouteDataValueProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "UpdateStagingResult", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "SessionAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "UpdateInstallResult", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "SimpleModelBinderProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "Weekdays", + "Namespace": "Microsoft.ClusterAwareUpdating" }, { - "Name": "DefaultModelBinder", - "Namespace": "System.Web.ModelBinding" + "Name": "AddCauClusterRoleCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "ModelBindingExecutionContext", - "Namespace": "System.Web.ModelBinding" + "Name": "CauBaseCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "SimpleValueProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "CauClusterRoleBaseCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "TypeConverterModelBinder", - "Namespace": "System.Web.ModelBinding" + "Name": "CauClusterRoleParameterBaseCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "TypeConverterModelBinderProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "CauOrchestratorBaseCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "TypeMatchModelBinder", - "Namespace": "System.Web.ModelBinding" + "Name": "CauProgressReportingCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "TypeMatchModelBinderProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "DisableCauClusterRoleCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "UserProfileAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "EnableCauClusterRoleCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "UserProfileValueProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "OutputType", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "ViewStateAttribute", - "Namespace": "System.Web.ModelBinding" + "Name": "ExportCauReportCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "ViewStateValueProvider", - "Namespace": "System.Web.ModelBinding" + "Name": "SaveCauDebugTraceCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "StringLocalizerProviders", - "Namespace": "System.Web.Globalization" + "Name": "GetCauClusterRoleCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "IStringLocalizerProvider", - "Namespace": "System.Web.Globalization" + "Name": "GetCauPluginCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "ResourceFileStringLocalizerProvider", - "Namespace": "System.Web.Globalization" + "Name": "GetCauReportCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "FcnMode", - "Namespace": "System.Web.Configuration" + "Name": "GetCauRunCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "AdapterDictionary", - "Namespace": "System.Web.Configuration" + "Name": "InvokeCauRunCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "AnonymousIdentificationSection", - "Namespace": "System.Web.Configuration" + "Name": "InvokeCauScanCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "AssemblyCollection", - "Namespace": "System.Web.Configuration" + "Name": "RegisterCauPluginCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "AssemblyInfo", - "Namespace": "System.Web.Configuration" + "Name": "RemoveCauClusterRoleCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "AsyncPreloadModeFlags", - "Namespace": "System.Web.Configuration" + "Name": "SetCauClusterRoleCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "AuthenticationMode", - "Namespace": "System.Web.Configuration" + "Name": "StopCauRunCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "AuthenticationSection", - "Namespace": "System.Web.Configuration" + "Name": "TestCauSetupCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "AuthorizationRule", - "Namespace": "System.Web.Configuration" + "Name": "UnregisterCauPluginCommand", + "Namespace": "Microsoft.ClusterAwareUpdating.Commands" }, { - "Name": "AuthorizationRuleAction", - "Namespace": "System.Web.Configuration" + "Name": "CauEventProvider", + "Namespace": "MS.Internal.ClusterAwareUpdating.Events" }, { - "Name": "AuthorizationRuleCollection", - "Namespace": "System.Web.Configuration" + "Name": "ProgressFlag", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "AuthorizationSection", - "Namespace": "System.Web.Configuration" + "Name": "ImagingCmdlet", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "BrowserCapabilitiesCodeGenerator", - "Namespace": "System.Web.Configuration" + "Name": "DismBaseCmdlet", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "BrowserCapabilitiesFactory", - "Namespace": "System.Web.Configuration" + "Name": "DismBaseImageCmdlet", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "BrowserCapabilitiesFactoryBase", - "Namespace": "System.Web.Configuration" + "Name": "DismBaseOfflineImageCmdlet", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "BufferModesCollection", - "Namespace": "System.Web.Configuration" + "Name": "WimgapiCmdlet", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "BufferModeSettings", - "Namespace": "System.Web.Configuration" + "Name": "AddWindowsPackageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "BuildProvider", - "Namespace": "System.Web.Configuration" + "Name": "RemoveWindowsPackageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "BuildProviderCollection", - "Namespace": "System.Web.Configuration" + "Name": "GetWindowsPackageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "CacheSection", - "Namespace": "System.Web.Configuration" + "Name": "EnableWindowsOptionalFeatureCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "ClientTarget", - "Namespace": "System.Web.Configuration" + "Name": "DisableWindowsOptionalFeatureCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "ClientTargetCollection", - "Namespace": "System.Web.Configuration" + "Name": "GetWindowsOptionalFeatureCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "ClientTargetSection", - "Namespace": "System.Web.Configuration" + "Name": "RepairWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "CodeSubDirectoriesCollection", - "Namespace": "System.Web.Configuration" + "Name": "GetWindowsCapabilityCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "CodeSubDirectory", - "Namespace": "System.Web.Configuration" + "Name": "AddWindowsCapabilityCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "CompilationSection", - "Namespace": "System.Web.Configuration" + "Name": "RemoveWindowsCapabilityCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "Compiler", - "Namespace": "System.Web.Configuration" + "Name": "LogLevel", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "CompilerCollection", - "Namespace": "System.Web.Configuration" + "Name": "ImageIdentifier", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "CustomError", - "Namespace": "System.Web.Configuration" + "Name": "MountMode", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "CustomErrorCollection", - "Namespace": "System.Web.Configuration" + "Name": "ImageBootable", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "CustomErrorsMode", - "Namespace": "System.Web.Configuration" + "Name": "MountStatus", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "CustomErrorsRedirectMode", - "Namespace": "System.Web.Configuration" + "Name": "DismImageType", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "CustomErrorsSection", - "Namespace": "System.Web.Configuration" + "Name": "ImageHealthState", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "DeploymentSection", - "Namespace": "System.Web.Configuration" + "Name": "PackageIdentifier", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "EventMappingSettings", - "Namespace": "System.Web.Configuration" + "Name": "RestartType", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "EventMappingSettingsCollection", - "Namespace": "System.Web.Configuration" + "Name": "CompletelyOfflineCapableType", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "ExpressionBuilder", - "Namespace": "System.Web.Configuration" + "Name": "DriverSignature", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "ExpressionBuilderCollection", - "Namespace": "System.Web.Configuration" + "Name": "PackageFeatureState", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "FolderLevelBuildProvider", - "Namespace": "System.Web.Configuration" + "Name": "FeatureState", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "FolderLevelBuildProviderCollection", - "Namespace": "System.Web.Configuration" + "Name": "ReleaseType", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "FormsAuthenticationConfiguration", - "Namespace": "System.Web.Configuration" + "Name": "GetWindowsDriverCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "FormsAuthenticationCredentials", - "Namespace": "System.Web.Configuration" + "Name": "RemoveWindowsDriverCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "FormsAuthenticationUser", - "Namespace": "System.Web.Configuration" + "Name": "AddWindowsDriverCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "FormsAuthenticationUserCollection", - "Namespace": "System.Web.Configuration" + "Name": "ExportWindowsDriverCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "FormsAuthPasswordFormat", - "Namespace": "System.Web.Configuration" + "Name": "GetAppxProvisionedPackageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "FormsProtectionEnum", - "Namespace": "System.Web.Configuration" + "Name": "RemoveAppxProvisionedPackageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "FullTrustAssembliesSection", - "Namespace": "System.Web.Configuration" + "Name": "AddAppxProvisionedPackageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "FullTrustAssembly", - "Namespace": "System.Web.Configuration" + "Name": "SetAppXProvisionedDataFileCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "FullTrustAssemblyCollection", - "Namespace": "System.Web.Configuration" + "Name": "GetWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "GlobalizationSection", - "Namespace": "System.Web.Configuration" + "Name": "MountWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HealthMonitoringSection", - "Namespace": "System.Web.Configuration" + "Name": "SaveWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HostingEnvironmentSection", - "Namespace": "System.Web.Configuration" + "Name": "DismountWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HttpCapabilitiesBase", - "Namespace": "System.Web.Configuration" + "Name": "ClearWindowsCorruptMountPointCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HttpCapabilitiesProvider", - "Namespace": "System.Web.Configuration" + "Name": "RemoveWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HttpCapabilitiesDefaultProvider", - "Namespace": "System.Web.Configuration" + "Name": "SplitWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HttpCapabilitiesSectionHandler", - "Namespace": "System.Web.Configuration" + "Name": "NewWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HttpConfigurationContext", - "Namespace": "System.Web.Configuration" + "Name": "AddWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HttpCookiesSection", - "Namespace": "System.Web.Configuration" + "Name": "ApplyImageInputParam", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HttpHandlerAction", - "Namespace": "System.Web.Configuration" + "Name": "ExpandWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HttpHandlerActionCollection", - "Namespace": "System.Web.Configuration" + "Name": "ExportWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HttpHandlersSection", - "Namespace": "System.Web.Configuration" + "Name": "GetWindowsImageContentCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HttpModuleAction", - "Namespace": "System.Web.Configuration" + "Name": "NewWindowsCustomImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HttpModuleActionCollection", - "Namespace": "System.Web.Configuration" + "Name": "UpdateWIMBootEntryCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HttpModulesSection", - "Namespace": "System.Web.Configuration" + "Name": "GetWIMBootEntryCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "HttpRuntimeSection", - "Namespace": "System.Web.Configuration" + "Name": "ExpandWindowsCustomDataImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "IConfigMapPath", - "Namespace": "System.Web.Configuration" + "Name": "BaseDismObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "IConfigMapPathFactory", - "Namespace": "System.Web.Configuration" + "Name": "BasicImageInfoObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "IdentitySection", - "Namespace": "System.Web.Configuration" + "Name": "ImageInfoObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "IgnoreDeviceFilterElement", - "Namespace": "System.Web.Configuration" + "Name": "WimImageInfoObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "IgnoreDeviceFilterElementCollection", - "Namespace": "System.Web.Configuration" + "Name": "ImageObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "IRemoteWebConfigurationHostServer", - "Namespace": "System.Web.Configuration" + "Name": "OfflineImageObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "LowerCaseStringConverter", - "Namespace": "System.Web.Configuration" + "Name": "WimBootEntryObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "MachineKeyCompatibilityMode", - "Namespace": "System.Web.Configuration" + "Name": "MountedImageInfoObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "MachineKeyValidationConverter", - "Namespace": "System.Web.Configuration" + "Name": "BasicPackageObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "MachineKeySection", - "Namespace": "System.Web.Configuration" + "Name": "CustomProperty", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "MachineKeyValidation", - "Namespace": "System.Web.Configuration" + "Name": "AdvancedPackageObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "MembershipSection", - "Namespace": "System.Web.Configuration" + "Name": "ImageObjectWithState", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "NamespaceCollection", - "Namespace": "System.Web.Configuration" + "Name": "BasicFeatureObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "NamespaceInfo", - "Namespace": "System.Web.Configuration" + "Name": "AdvancedFeatureObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "OutputCacheProfile", - "Namespace": "System.Web.Configuration" + "Name": "EditionObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "OutputCacheProfileCollection", - "Namespace": "System.Web.Configuration" + "Name": "BasicDriverObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "OutputCacheSection", - "Namespace": "System.Web.Configuration" + "Name": "AdvancedDriverObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "OutputCacheSettingsSection", - "Namespace": "System.Web.Configuration" + "Name": "AppxPackageObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "PagesEnableSessionState", - "Namespace": "System.Web.Configuration" + "Name": "BasicCapabilityObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "PagesSection", - "Namespace": "System.Web.Configuration" + "Name": "AdvancedCapabilityObject", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "PartialTrustVisibleAssembliesSection", - "Namespace": "System.Web.Configuration" + "Name": "GetWindowsEditionCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "PartialTrustVisibleAssembly", - "Namespace": "System.Web.Configuration" + "Name": "SetWindowsEditionCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "PartialTrustVisibleAssemblyCollection", - "Namespace": "System.Web.Configuration" + "Name": "SetWindowsProductKeyCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "PassportAuthentication", - "Namespace": "System.Web.Configuration" + "Name": "OptimizeWindowsImageCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "ProcessModelComAuthenticationLevel", - "Namespace": "System.Web.Configuration" + "Name": "UseWindowsUnattendCommand", + "Namespace": "Microsoft.Dism.Commands" }, { - "Name": "ProcessModelComImpersonationLevel", - "Namespace": "System.Web.Configuration" + "Name": "ResolveDnsName", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProcessModelLogLevel", - "Namespace": "System.Web.Configuration" + "Name": "RecordType", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProcessModelSection", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProfileGroupSettings", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_A", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProfileGroupSettingsCollection", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_AAAA", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProfileGuidedOptimizationsFlags", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_MX", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProfilePropertySettings", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_PTR", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProfilePropertySettingsCollection", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_SOA", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProfileSection", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_MINFO", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProfileSettings", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_TXT", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProfileSettingsCollection", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_NULL", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProtocolsConfigurationHandler", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_WKS", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProtocolsSection", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_KEY", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProtocolCollection", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_SIG", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProtocolElement", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_NXT", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "ProvidersHelper", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_SRV", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "RegexWorker", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_WINS", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "RemoteWebConfigurationHostServer", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_DS", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "RoleManagerSection", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_DNSKEY", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "RootProfilePropertySettingsCollection", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_RRSIG", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "RuleSettings", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_NSEC", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "RuleSettingsCollection", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_DHCID", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "SecurityPolicySection", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_NSEC3", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "SerializationMode", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_NSEC3PARAM", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "SessionPageStateSection", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_OPT", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "SessionStateSection", - "Namespace": "System.Web.Configuration" + "Name": "DnsRecord_Default", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "SiteMapSection", - "Namespace": "System.Web.Configuration" + "Name": "WINSMappingFlag", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "SqlCacheDependencyDatabase", - "Namespace": "System.Web.Configuration" + "Name": "KeyProtocol", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "SqlCacheDependencyDatabaseCollection", - "Namespace": "System.Web.Configuration" + "Name": "IpProtocol", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "SqlCacheDependencySection", - "Namespace": "System.Web.Configuration" + "Name": "EncryptionAlgorithm", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "SystemWebCachingSectionGroup", - "Namespace": "System.Web.Configuration" + "Name": "DigestType", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "SystemWebSectionGroup", - "Namespace": "System.Web.Configuration" + "Name": "DNSSection", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "TagMapCollection", - "Namespace": "System.Web.Configuration" + "Name": "DNSCharset", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "TagMapInfo", - "Namespace": "System.Web.Configuration" + "Name": "DnsError", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "TagPrefixCollection", - "Namespace": "System.Web.Configuration" + "Name": "sockaddr_in", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "TagPrefixInfo", - "Namespace": "System.Web.Configuration" + "Name": "sockaddr_in6", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "TicketCompatibilityMode", - "Namespace": "System.Web.Configuration" + "Name": "AdapterInfo", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "TraceDisplayMode", - "Namespace": "System.Web.Configuration" + "Name": "InterfaceType", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "TraceSection", - "Namespace": "System.Web.Configuration" + "Name": "GetAdapterFlags", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "TransformerInfo", - "Namespace": "System.Web.Configuration" + "Name": "DNS_DIRECT_ACCESS_QUERY_ORDER", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "TransformerInfoCollection", - "Namespace": "System.Web.Configuration" + "Name": "DnsClientCommands", + "Namespace": "Microsoft.DnsClient.Commands" }, { - "Name": "TrustLevel", - "Namespace": "System.Web.Configuration" + "Name": "api", + "Namespace": "Microsoft.DnsClient.Commands.dnsdiag" }, { - "Name": "TrustLevelCollection", - "Namespace": "System.Web.Configuration" + "Name": "ClusterObject", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "TrustSection", - "Namespace": "System.Web.Configuration" + "Name": "Cluster", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "UrlMapping", - "Namespace": "System.Web.Configuration" + "Name": "ClusterGroup", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "UrlMappingCollection", - "Namespace": "System.Web.Configuration" + "Name": "ClusterNetwork", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "UrlMappingsSection", - "Namespace": "System.Web.Configuration" + "Name": "ClusterNetworkInterface", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "UserMapPath", - "Namespace": "System.Web.Configuration" + "Name": "ClusterNode", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "VirtualDirectoryMapping", - "Namespace": "System.Web.Configuration" + "Name": "ClusterResource", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "VirtualDirectoryMappingCollection", - "Namespace": "System.Web.Configuration" + "Name": "ClusterResourceType", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "WebApplicationLevel", - "Namespace": "System.Web.Configuration" + "Name": "ClusterSharedVolume", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "WebConfigurationFileMap", - "Namespace": "System.Web.Configuration" + "Name": "ClusterSharedVolumeInfo", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "WebConfigurationManager", - "Namespace": "System.Web.Configuration" + "Name": "ClusterSharedVolumeStateInfo", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "WebContext", - "Namespace": "System.Web.Configuration" + "Name": "ClusterDiskPartitionInfo", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "WebControlsSection", - "Namespace": "System.Web.Configuration" + "Name": "ClusterDiskInfo", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "WebPartsPersonalization", - "Namespace": "System.Web.Configuration" + "Name": "ClusterResourceRelationshipBridge", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "WebPartsPersonalizationAuthorization", - "Namespace": "System.Web.Configuration" + "Name": "ClusterableDisksBridge", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "WebPartsSection", - "Namespace": "System.Web.Configuration" + "Name": "QuorumSettingsBridge", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "XhtmlConformanceMode", - "Namespace": "System.Web.Configuration" + "Name": "AddClusterCheckpointCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "XhtmlConformanceSection", - "Namespace": "System.Web.Configuration" + "Name": "AddClusterDiskCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IInternalConfigWebHost", - "Namespace": "System.Web.Configuration.Internal" + "Name": "AddIScsiTargetServerRoleCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ControlBuilderInterceptor", - "Namespace": "System.Web.Compilation" + "Name": "AddClusterFileServerRoleCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AppSettingsExpressionBuilder", - "Namespace": "System.Web.Compilation" + "Name": "AddClusterGenericApplicationRoleCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AssemblyBuilder", - "Namespace": "System.Web.Compilation" + "Name": "AddClusterGenericScriptRoleCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "BuildDependencySet", - "Namespace": "System.Web.Compilation" + "Name": "AddClusterGenericServiceRoleCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "BuildManager", - "Namespace": "System.Web.Compilation" + "Name": "AddClusterGroupCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, - { - "Name": "BuildProviderResultFlags", - "Namespace": "System.Web.Compilation" + { + "Name": "AddClusterNodeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "BuildProvider", - "Namespace": "System.Web.Compilation" + "Name": "AddClusterResourceCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "BuildProviderAppliesTo", - "Namespace": "System.Web.Compilation" + "Name": "AddClusterResourceDependencyCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "BuildProviderAppliesToAttribute", - "Namespace": "System.Web.Compilation" + "Name": "AddClusterResourceTypeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "PrecompilationFlags", - "Namespace": "System.Web.Compilation" + "Name": "AddClusterScaleOutFileServerRoleCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ClientBuildManagerParameter", - "Namespace": "System.Web.Compilation" + "Name": "AddClusterServerRoleCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ClientBuildManager", - "Namespace": "System.Web.Compilation" + "Name": "AddClusterSharedVolumeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "BuildManagerHostUnloadEventArgs", - "Namespace": "System.Web.Compilation" + "Name": "AddClusterVirtualMachineRoleCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "BuildManagerHostUnloadEventHandler", - "Namespace": "System.Web.Compilation" + "Name": "AddClusterVMMonitoredItemCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "LinePragmaCodeInfo", - "Namespace": "System.Web.Compilation" + "Name": "BlockClusterAccessCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ClientBuildManagerCallback", - "Namespace": "System.Web.Compilation" + "Name": "ClearClusterDiskReservationCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "CompilerType", - "Namespace": "System.Web.Compilation" + "Name": "ClearClusterNodeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ConnectionStringsExpressionBuilder", - "Namespace": "System.Web.Compilation" + "Name": "ClusterCmdletException", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "DesignTimeResourceProviderFactoryAttribute", - "Namespace": "System.Web.Compilation" + "Name": "ClusterNodeDrainStatus", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ExpressionBuilder", - "Namespace": "System.Web.Compilation" + "Name": "ClusterNodeStatusInformation", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ExpressionBuilderContext", - "Namespace": "System.Web.Compilation" + "Name": "ClusterResiliencyLevel", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ExpressionEditorAttribute", - "Namespace": "System.Web.Compilation" + "Name": "ClusterSharedVolumesSetting", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ExpressionPrefixAttribute", - "Namespace": "System.Web.Compilation" + "Name": "AdminAccessPoint", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "FolderLevelBuildProviderAppliesTo", - "Namespace": "System.Web.Compilation" + "Name": "GroupType", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "FolderLevelBuildProviderAppliesToAttribute", - "Namespace": "System.Web.Compilation" + "Name": "ClusterResourceAndResourceTypeCharacteristics", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IAssemblyPostProcessor", - "Namespace": "System.Web.Compilation" + "Name": "S2DCacheState", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IImplicitResourceProvider", - "Namespace": "System.Web.Compilation" + "Name": "S2DCacheBehavior", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ImplicitResourceKey", - "Namespace": "System.Web.Compilation" + "Name": "S2DCacheDeviceType", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IResourceProvider", - "Namespace": "System.Web.Compilation" + "Name": "ClusterParameter", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ResourceExpressionBuilder", - "Namespace": "System.Web.Compilation" + "Name": "ClusterQuorumSettings", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ResourceExpressionFields", - "Namespace": "System.Web.Compilation" + "Name": "ClusterCryptoCheckpoint", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ResourceProviderFactory", - "Namespace": "System.Web.Compilation" + "Name": "ClusterRegistryCheckpoint", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "RouteUrlExpressionBuilder", - "Namespace": "System.Web.Compilation" + "Name": "ClusterTestInfo", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "RouteValueExpressionBuilder", - "Namespace": "System.Web.Compilation" + "Name": "ClusterResourceDependency", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IApplicationMonitor", - "Namespace": "System.Web.Hosting" + "Name": "ClusterOwnerNodeList", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ApplicationMonitors", - "Namespace": "System.Web.Hosting" + "Name": "ClusterAccessRule", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "RecycleLimitNotificationFrequency", - "Namespace": "System.Web.Hosting" + "Name": "ClusterGroupState", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "RecycleLimitInfo", - "Namespace": "System.Web.Hosting" + "Name": "ClusterApplicationStatusInformation", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "LowPhysicalMemoryInfo", - "Namespace": "System.Web.Hosting" + "Name": "ClusterNetworkState", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AspNetMemoryMonitor", - "Namespace": "System.Web.Hosting" + "Name": "ClusterNetworkRole", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "RecycleLimitObserver", - "Namespace": "System.Web.Hosting" + "Name": "ClusterNetworkInterfaceState", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "RecycleLimitMonitor", - "Namespace": "System.Web.Hosting" + "Name": "ClusterNodeState", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "LowPhysicalMemoryObserver", - "Namespace": "System.Web.Hosting" + "Name": "ClusterResourceState", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ISuspendibleRegisteredObject", - "Namespace": "System.Web.Hosting" + "Name": "ClusterResourceStatusInformation", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IProcessHostSupportFunctions", - "Namespace": "System.Web.Hosting" + "Name": "ResumeClusterNodeFailbackType", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IProcessPingCallback", - "Namespace": "System.Web.Hosting" + "Name": "ClusterParameterType", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IListenerChannelCallback", - "Namespace": "System.Web.Hosting" + "Name": "ClusterQuorumType", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IStopListeningRegisteredObject", - "Namespace": "System.Web.Hosting" + "Name": "ClusterSharedVolumeFaultState", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IAppDomainFactory", - "Namespace": "System.Web.Hosting" + "Name": "ClusterRights", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AppDomainFactory", - "Namespace": "System.Web.Hosting" + "Name": "ClusterSharedVolumeState", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IAppManagerAppDomainFactory", - "Namespace": "System.Web.Hosting" + "Name": "ClusterSharedVolumeFileSystemRedirectedIOReasons", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AppManagerAppDomainFactory", - "Namespace": "System.Web.Hosting" + "Name": "ClusterSharedVolumeBlockRedirectedIOReason", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AppDomainProtocolHandler", - "Namespace": "System.Web.Hosting" + "Name": "ClusterPipeCmdlet", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ApplicationHost", - "Namespace": "System.Web.Hosting" + "Name": "FCCmdlet", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ApplicationInfo", - "Namespace": "System.Web.Hosting" + "Name": "GetClusterCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "HostSecurityPolicyResults", - "Namespace": "System.Web.Hosting" + "Name": "GetClusterAccessCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "HostSecurityPolicyResolver", - "Namespace": "System.Web.Hosting" + "Name": "UpdateClusterFunctionalLevelCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ApplicationManager", - "Namespace": "System.Web.Hosting" + "Name": "GetClusterAvailableDiskCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "HostingEnvironment", - "Namespace": "System.Web.Hosting" + "Name": "GetClusterCheckpointCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IApplicationHost", - "Namespace": "System.Web.Hosting" + "Name": "GetClusterGroupCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IProcessHostPreloadClient", - "Namespace": "System.Web.Hosting" + "Name": "GetClusterLogCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IRegisteredObject", - "Namespace": "System.Web.Hosting" + "Name": "GetNetworkCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IISAPIRuntime", - "Namespace": "System.Web.Hosting" + "Name": "GetNetworkInterfaceCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ISAPIRuntime", - "Namespace": "System.Web.Hosting" + "Name": "GetNodeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IProcessHost", - "Namespace": "System.Web.Hosting" + "Name": "GetClusterOwnerNodeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IAdphManager", - "Namespace": "System.Web.Hosting" + "Name": "GetParameterCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IPphManager", - "Namespace": "System.Web.Hosting" + "Name": "GetClusterQuorumCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IProcessHostIdleAndHealthCheck", - "Namespace": "System.Web.Hosting" + "Name": "GetResourceCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IAppDomainInfo", - "Namespace": "System.Web.Hosting" + "Name": "GetClusterResourceDependencyCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IAppDomainInfoEnum", - "Namespace": "System.Web.Hosting" + "Name": "GetClusterResourceDependencyReportCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AppDomainInfoEnum", - "Namespace": "System.Web.Hosting" + "Name": "GetResourceTypeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AppDomainInfo", - "Namespace": "System.Web.Hosting" + "Name": "GetClusterSharedVolumeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IApplicationPreloadManager", - "Namespace": "System.Web.Hosting" + "Name": "GetClusterSharedVolumeConnectivityCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IApplicationPreloadUtil", - "Namespace": "System.Web.Hosting" + "Name": "GetClusterVMMonitoredItemCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ProcessHost", - "Namespace": "System.Web.Hosting" + "Name": "GrantClusterAccessCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IProcessHostFactoryHelper", - "Namespace": "System.Web.Hosting" + "Name": "MoveClusterGroupCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ProcessHostFactoryHelper", - "Namespace": "System.Web.Hosting" + "Name": "MoveClusterResourceCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ProcessProtocolHandler", - "Namespace": "System.Web.Hosting" + "Name": "MoveClusterSharedVolumeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "SimpleWorkerRequest", - "Namespace": "System.Web.Hosting" + "Name": "MoveClusterVirtualMachineRoleCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "VirtualPathProvider", - "Namespace": "System.Web.Hosting" + "Name": "NetworkIPRange", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "VirtualFileBase", - "Namespace": "System.Web.Hosting" + "Name": "NewClusterCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "VirtualFile", - "Namespace": "System.Web.Hosting" + "Name": "NewClusterNameAccount", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "VirtualDirectory", - "Namespace": "System.Web.Hosting" + "Name": "RemoveClusterCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "CacheInsertOptions", - "Namespace": "System.Web.Caching" + "Name": "RemoveClusterAccessCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "CacheStoreProvider", - "Namespace": "System.Web.Caching" + "Name": "RemoveClusterCheckpointCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "CacheItemRemovedCallback", - "Namespace": "System.Web.Caching" + "Name": "RemoveClusterGroupCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "CacheItemUpdateCallback", - "Namespace": "System.Web.Caching" + "Name": "RemoveClusterNodeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "CacheItemPriority", - "Namespace": "System.Web.Caching" + "Name": "RemoveClusterResourceCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "CacheItemRemovedReason", - "Namespace": "System.Web.Caching" + "Name": "RemoveClusterResourceDependencyCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "CacheItemUpdateReason", - "Namespace": "System.Web.Caching" + "Name": "RemoveClusterResourceTypeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "Cache", - "Namespace": "System.Web.Caching" + "Name": "RemoveClusterSharedVolumeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "CacheDependency", - "Namespace": "System.Web.Caching" + "Name": "RemoveClusterVMMonitoredItemCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AggregateCacheDependency", - "Namespace": "System.Web.Caching" + "Name": "RepairClusterSharedVolumeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "FileResponseElement", - "Namespace": "System.Web.Caching" + "Name": "ResetClusterVMMonitoredStateCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "HeaderElement", - "Namespace": "System.Web.Caching" + "Name": "ResumeClusterNodeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IOutputCacheEntry", - "Namespace": "System.Web.Caching" + "Name": "ResumeClusterResourceCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "MemoryResponseElement", - "Namespace": "System.Web.Caching" + "Name": "RoleCmdlet", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "OutputCache", - "Namespace": "System.Web.Caching" + "Name": "RoleCmdletWithCap", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "OutputCacheProvider", - "Namespace": "System.Web.Caching" + "Name": "RoleCmdletWithStorage", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "OutputCacheProviderAsync", - "Namespace": "System.Web.Caching" + "Name": "RoleCmdletWithStorageNoCap", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "OutputCacheProviderCollection", - "Namespace": "System.Web.Caching" + "Name": "RoleCmdletWithCheckpoint", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "OutputCacheUtility", - "Namespace": "System.Web.Caching" + "Name": "RoleCmdletWithCheckpointNoCap", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ResponseElement", - "Namespace": "System.Web.Caching" + "Name": "SetClusterLogCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "SqlCacheDependency", - "Namespace": "System.Web.Caching" + "Name": "SetClusterOwnerNodeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "DatabaseNotEnabledForNotificationException", - "Namespace": "System.Web.Caching" + "Name": "SetClusterParameterCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "TableNotEnabledForNotificationException", - "Namespace": "System.Web.Caching" + "Name": "SetClusterQuorumCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "SqlCacheDependencyAdmin", - "Namespace": "System.Web.Caching" + "Name": "SetClusterResourceDependencyCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "SubstitutionResponseElement", - "Namespace": "System.Web.Caching" + "Name": "StartClusterCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "EnableAppBackgroundTaskDiagnosticLogCommand", - "Namespace": "Microsoft.BackgroundTasksManager.Commands" + "Name": "StartClusterGroupCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "DisableAppBackgroundTaskDiagnosticLogCommand", - "Namespace": "Microsoft.BackgroundTasksManager.Commands" + "Name": "StartClusterNodeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "SetAppBackgroundTaskResourcePolicyCommand", - "Namespace": "Microsoft.BackgroundTasksManager.Commands" + "Name": "StartClusterResourceCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ManagedVirtualApplication", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "StopClusterCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AppvClientApplicationImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "StopClusterGroupCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AppvClientConnectionGroupProperties", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "StopClusterNodeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AppvPackageProperties", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "StopClusterResourceCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ManagedAssetProperties", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "SuspendClusterNodeCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "IClientComConsumer", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "SuspendClusterResourceCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ClientComConsumerFactory", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "TestClusterCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "CatalogEnumerationFlags", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "TestClusterResourceFailureCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ForceFlag", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "TimedCmdlet", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "PublishScope", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "PublishClusterIPResourceCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ClientMode", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "UpdateClusterNetworkNameResourceCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AppvClientAssetImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "UpdateClusterVirtualMachineConfigurationCommand", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "ClientException", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "VMMonitorCmdletBase", + "Namespace": "Microsoft.FailoverClusters.PowerShell" }, { - "Name": "AppvClientConfigurationImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "StringCollectionExtensions", + "Namespace": "Microsoft.FailoverClusters.PowerShell.ExtensionMethods" }, { - "Name": "AppvClientPackageImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "LocalAccountsException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AppvClientConnectionGroupImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "InternalException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AppvClientModeImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "Win32InternalException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AppvClientReportImpl", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "InvalidPasswordException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "NetworkCostAdapter", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "InvalidParametersException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "CommonEventArgs", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "AccessDeniedException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ResultEventArgs", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "InvalidNameException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VEBlockedEventArgs", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "NameInUseException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PublishingRefreshEventArgs", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "NotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PublishingActivityEventArgs", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "PrincipalNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IClientComConsumerEventSink", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "GroupNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "VirtualProcess", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "UserNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ClientComConsumer", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "MemberNotFoundException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ClientDefinitions", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "ObjectExistsException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IClientEventSinkRegistrator", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "GroupExistsException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ClientEventSinkRegistrator", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "UserExistsException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ClientEventTypeFilter", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "MemberExistsException", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ClientWarning", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "LocalGroup", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "ManifestRetriever", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "PrincipalSource", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "IPublishingServer", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "LocalPrincipal", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "PublishingServer", - "Namespace": "Microsoft.AppV.AppvClientFacade" + "Name": "LocalUser", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AddAppvClientConnectionGroup", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "AddLocalGroupMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AddAppvPackage", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "DisableLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AppvClientApplication", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "EnableLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AddAppvPublishingServer", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "GetLocalGroupCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AppvClientConnectionGroup", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "GetLocalGroupMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AppvClientConnectionGroupCmdletBase", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "GetLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AppvClientMode", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "NewLocalGroupCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AppvClientPackage", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "NewLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AppvCmdletBase", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "RemoveLocalGroupCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AppvPackageCmdletBase", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "RemoveLocalGroupMemberCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AppvPublishingServer", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "RemoveLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "AppvClientConfiguration", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "RenameLocalGroupCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DisableAppv", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "RenameLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DisableAppvClientConnectionGroup", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "SetLocalGroupCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "DynamicUserConfiguration", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "SetLocalUserCommand", + "Namespace": "Microsoft.PowerShell.Commands" }, { - "Name": "EmptyAppvClientObject", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQQuery", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "EnableAppv", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQQueueInfos", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "EnableAppvClientConnectionGroup", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQQueueInfo", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "GetAppvClientConfiguration", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQQueue", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "GetAppvClientConnectionGroup", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQMessage", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "GetAppvApplication", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQEvent", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "GetAppvClientMode", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQQueueInfo2", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "GetAppvPackage", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQQueue2", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "GetAppvPublishingServer", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQEvent2", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "GetAppvStatus", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQMessage2", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IAppvClientObject", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQQueueInfo3", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "MountAppvClientConnectionGroup", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQQueue3", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "MountAppvPackage", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQEvent3", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "PublishAppvPackage", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQMessage3", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "RemoveAppvClientConnectionGroup", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQQueueInfos2", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "RemoveAppvPackage", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQQueueInfos3", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "RemoveAppvPublishingServer", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQTransaction", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "RepairAppvClientConnectionGroup", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQCoordinatedTransactionDispenser", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "RepairAppvPackage", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "IMSMQTransactionDispenser", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "ResourceRetriever", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "MQCALG", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "SendAppvClientReport", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "MQTRANSACTION", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "SetAppvClientConfiguration", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "RELOPS", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "SetAppvClientMode", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "MQCERT_REGISTER", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "SetAppvPackage", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "MQMSGCURSOR", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "SetAppvPublishingServer", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "MQMSGCLASS", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "StopAppvClientConnectionGroup", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "MQMSGDELIVERY", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "StopAppvPackage", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "MQMSGACKNOWLEDGEMENT", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "SyncAppvPublishingServer", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "MQMSGJOURNAL", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "UnpublishAppvPackage", - "Namespace": "Microsoft.AppV.AppvClientPowerShell" + "Name": "MQMSGTRACE", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "AppVConfiguration", - "Namespace": "AppManagementConfiguration" + "Name": "MQMSGSENDERIDTYPE", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "AppmanServiceConfiguration", - "Namespace": "AppManagementConfiguration" + "Name": "MQMSGPRIVLEVEL", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IAppManagementConfiguration", - "Namespace": "AppManagementConfiguration" + "Name": "MQMSGAUTHLEVEL", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "AppVClientDbg", - "Namespace": "Microsoft.AppV.SharedPerformance.Tracing" + "Name": "MQMSGIDSIZE", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "PROVIDER_MICROSOFT_APPV_CLIENT_SHAREDPERFORMANCEEVENTS", - "Namespace": "Microsoft.AppV.SharedPerformance.Tracing" + "Name": "MQMSGMAX", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BitLockerVolumeEncryptionMethodOnGet", - "Namespace": "Microsoft.BitLocker.Structures" + "Name": "MQMSGAUTHENTICATION", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BitLockerVolumeEncryptionMethodOnEnable", - "Namespace": "Microsoft.BitLocker.Structures" + "Name": "MQSHARE", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BitLockerVolumeKeyProtectorType", - "Namespace": "Microsoft.BitLocker.Structures" + "Name": "MQACCESS", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BitLockerVolumeStatus", - "Namespace": "Microsoft.BitLocker.Structures" + "Name": "MQJOURNAL", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BitLockerVolumeProtectionStatus", - "Namespace": "Microsoft.BitLocker.Structures" + "Name": "MQTRANSACTIONAL", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BitLockerVolumeType", - "Namespace": "Microsoft.BitLocker.Structures" + "Name": "MQAUTHENTICATE", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BitLockerVolumeLockStatus", - "Namespace": "Microsoft.BitLocker.Structures" + "Name": "MQPRIVLEVEL", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BitLockerVolumeKeyProtectorCertificateTypes", - "Namespace": "Microsoft.BitLocker.Structures" + "Name": "MQPRIORITY", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BitLockerVolumeKeyProtector", - "Namespace": "Microsoft.BitLocker.Structures" + "Name": "MQMAX", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BitLockerVolume", - "Namespace": "Microsoft.BitLocker.Structures" + "Name": "QUEUE_TYPE", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "Log", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "FOREIGN_STATUS", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "JobProgress", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "XACT_STATUS", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "FileProgress", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "QUEUE_STATE", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "JobTimes", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MQDEFAULT", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IFileLocation", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MQERROR", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "FileLocation", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MQWARNING", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IFileRange", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "IMSMQQuery2", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "FileRange", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "IMSMQQuery3", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "JobFile", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQQueryClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "JobError", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQQuery", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IBackgroundCopyCallback", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQMessageClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "JobEventArgs", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQMessage", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "ErrorEventArgs", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQQueueClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "ModificationEventArgs", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQQueue", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "TransferredEventArgs", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "IMSMQPrivateEvent", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "Job", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "_DMSMQEventEvents", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "Manager", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQEventClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "LogTarget", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "_DMSMQEventEvents_Event", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "JobType", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "_DMSMQEventEvents_ArrivedEventHandler", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "JobState", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "_DMSMQEventEvents_ArrivedErrorEventHandler", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "JobPriority", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQEvent", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "JobPropertyId", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQQueueInfoClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "JobCostState", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQQueueInfo", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "JobProxyUsage", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQQueueInfosClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "ErrorContext", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQQueueInfos", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "AuthenticationTarget", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "IMSMQTransaction2", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "AuthenticationScheme", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "IMSMQTransaction3", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "NotifyOptions", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQTransactionClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "ErrorCondition", - "Namespace": "Microsoft.BackgroundIntelligentTransfer.Management.Interop" + "Name": "MSMQTransaction", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "GetDeliveryOptimizationPerfSnap", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "IMSMQCoordinatedTransactionDispenser2", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "GetDeliveryOptimizationStatus", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "IMSMQCoordinatedTransactionDispenser3", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "SwarmStatsOutput", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQCoordinatedTransactionDispenserClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "Helper", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQCoordinatedTransactionDispenser", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IBackgroundCopyManager", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "IMSMQTransactionDispenser2", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IBackgroundCopyCallback", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "IMSMQTransactionDispenser3", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IBackgroundCopyError", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQTransactionDispenserClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IBackgroundCopyFile", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQTransactionDispenser", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IBackgroundCopyFile5", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "IMSMQApplication", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IBackgroundCopyJob", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "IMSMQApplication2", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IBackgroundCopyJob5", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "IMSMQApplication3", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IEnumBackgroundCopyFiles", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQApplicationClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "IEnumBackgroundCopyJobs", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQApplication", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BG_ERROR_CONTEXT", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "IMSMQDestination", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BG_JOB_PRIORITY", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "IMSMQPrivateDestination", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BG_JOB_PROXY_USAGE", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQDestinationClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BG_JOB_STATE", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQDestination", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BG_NOTIFY_STATE", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "IMSMQCollection", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BITS_JOB_PROPERTY_ID", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQCollectionClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BITS_FILE_PROPERTY_ID", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQCollection", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BITS_JOB_TRANSFER_POLICY", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "IMSMQManagement", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BG_JOB_TYPE", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQManagementClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BG_AUTH_TARGET", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQManagement", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BG_AUTH_SCHEME", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "IMSMQOutgoingQueueManagement", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BG_FILE_RANGE", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQOutgoingQueueManagementClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "_BG_FILE_INFO", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQOutgoingQueueManagement", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "_BG_FILE_PROGRESS", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "IMSMQQueueManagement", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "_BG_JOB_PROGRESS", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQQueueManagementClass", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BG_JOB_REPLY_PROGRESS", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MSMQQueueManagement", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BG_BASIC_CREDENTIALS", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "_DMSMQEventEvents_SinkHelper", + "Namespace": "Microsoft.Msmq.Activex.Interop" }, { - "Name": "BG_AUTH_CREDENTIALS_UNION", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "GetMSMQOutgoingQueueCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "BG_AUTH_CREDENTIALS", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "ResumeMSMQQueueManagerCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "BITS_JOB_PROPERTY_VALUE", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "ClearMSMQOutgoingQueueCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "BITS_FILE_PROPERTY_VALUE", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "SuspendMSMQOutgoingQueueCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "_BG_JOB_TIMES", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "GetMSMQQueueCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "_FILETIME", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "SetMSMQQueueCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "DOConsts", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "NewMSMQQueueCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "IDeliveryOptimizationJob", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "ClearMSMQQueueCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "DOUsagePolicy", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "RemoveMSMQQueueCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "DOUsageStats", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "ReceiveMSMQQueueCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "DOSwarmStats", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "SendMSMQQueueCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "SwarmStatus", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "QueueManager", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "PerfSnapData", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "GetMsmqCertificateCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "DownloadMode", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "RemoveMsmqCertificateCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "RestrictedUpload", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "EnableMsmqCertificateCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "JobFlags", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "GetMSMQQueueManagerCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "IDeliveryOptimizationNotify", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "SetMSMQQueueManagerCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "IDeliveryOptimizationJobNotify", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "MoveMsmqMessageCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "IDeliveryOptimizationFile", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "NewMSMQMessageCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "IDeliveryOptimizationMgr", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "Acknowledgement", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "IDeliveryOptimizationPolicy", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "AcknowledgeTypes", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "PInvoker", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "CryptographicProviderType", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "ResumeDeliveryOptimizationDownload", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "EncryptionAlgorithm", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "StartDeliveryOptimizationDownload", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "EncryptionRequired", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "StopDeliveryOptimizationDownload", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "GetMSMQQueueACLCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "SuspendDeliveryOptimizationDownload", - "Namespace": "Microsoft.Windows.DeliveryOptimization.AdminCommands" + "Name": "GetMSMQQueueManagerACLCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "ProgressFlag", - "Namespace": "Microsoft.Dism.Commands" + "Name": "HashAlgorithm", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "ImagingCmdlet", - "Namespace": "Microsoft.Dism.Commands" + "Name": "MessagePriority", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "DismBaseCmdlet", - "Namespace": "Microsoft.Dism.Commands" + "Name": "MessageQueue", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "DismBaseImageCmdlet", - "Namespace": "Microsoft.Dism.Commands" + "Name": "MessageQueueAccessControlEntry", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "DismBaseOfflineImageCmdlet", - "Namespace": "Microsoft.Dism.Commands" + "Name": "MessageQueueAccessRights", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "WimgapiCmdlet", - "Namespace": "Microsoft.Dism.Commands" + "Name": "OutgoingQueue", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "AddWindowsPackageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "MessageType", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "RemoveWindowsPackageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "Message", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "GetWindowsPackageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "QueueAccessMode", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "EnableWindowsOptionalFeatureCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "QueueType", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "DisableWindowsOptionalFeatureCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "MSMQQueueType", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "GetWindowsOptionalFeatureCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "QueueManagerAccessControlEntry", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "RepairWindowsImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "QueueManagerAccessRights", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "GetWindowsCapabilityCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "VerbsLifecycle", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "AddWindowsCapabilityCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "Nouns", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "RemoveWindowsCapabilityCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "SetMSMQQueueACLCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "LogLevel", - "Namespace": "Microsoft.Dism.Commands" + "Name": "SetMSMQQueueManagerACLCommand", + "Namespace": "Microsoft.Msmq.PowerShell.Commands" }, { - "Name": "ImageIdentifier", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NativeCertificateWrapper", + "Namespace": "Microsoft.Msmq.Runtime.Interop" }, { - "Name": "MountMode", - "Namespace": "Microsoft.Dism.Commands" + "Name": "MsmqInteropException", + "Namespace": "Microsoft.Msmq.Runtime.Interop" }, { - "Name": "ImageBootable", - "Namespace": "Microsoft.Dism.Commands" + "Name": "MsmqCertificateManagement", + "Namespace": "Microsoft.Msmq.Runtime.Interop" }, { - "Name": "MountStatus", - "Namespace": "Microsoft.Dism.Commands" + "Name": "EnforcementStatus", + "Namespace": "Microsoft.Windows.Firewall.Schema" }, { - "Name": "DismImageType", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NewNetIPsecAuthProposalCommand", + "Namespace": "Microsoft.Windows.Firewall.Commands" }, { - "Name": "ImageHealthState", - "Namespace": "Microsoft.Dism.Commands" + "Name": "CertificateAuthorityType", + "Namespace": "Microsoft.Windows.Firewall.Commands" }, { - "Name": "PackageIdentifier", - "Namespace": "Microsoft.Dism.Commands" + "Name": "CertificateSigningAlgorithm", + "Namespace": "Microsoft.Windows.Firewall.Commands" }, { - "Name": "RestartType", - "Namespace": "Microsoft.Dism.Commands" + "Name": "CertificateSubjectType", + "Namespace": "Microsoft.Windows.Firewall.Commands" }, { - "Name": "CompletelyOfflineCapableType", - "Namespace": "Microsoft.Dism.Commands" + "Name": "AuthenticationMethod", + "Namespace": "Microsoft.Windows.Firewall.Commands" }, { - "Name": "DriverSignature", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NewNetIPsecMainModeCryptoProposalCommand", + "Namespace": "Microsoft.Windows.Firewall.Commands" }, { - "Name": "PackageFeatureState", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NewNetIPsecQuickModeCryptoProposalCommand", + "Namespace": "Microsoft.Windows.Firewall.Commands" }, { - "Name": "FeatureState", - "Namespace": "Microsoft.Dism.Commands" + "Name": "EncryptionAlgorithm", + "Namespace": "Microsoft.Windows.Firewall.Commands" }, { - "Name": "ReleaseType", - "Namespace": "Microsoft.Dism.Commands" + "Name": "HashAlgorithm", + "Namespace": "Microsoft.Windows.Firewall.Commands" }, { - "Name": "GetWindowsDriverCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "DiffieHellmanGroup", + "Namespace": "Microsoft.Windows.Firewall.Commands" }, { - "Name": "RemoveWindowsDriverCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "IPsecEncapsulation", + "Namespace": "Microsoft.Windows.Firewall.Commands" }, { - "Name": "AddWindowsDriverCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "DAPolicyChange", + "Namespace": "Microsoft.Windows.Firewall.Commands" }, { - "Name": "ExportWindowsDriverCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "Formatter", + "Namespace": "Microsoft.Windows.Firewall.Commands.Formatting" }, { - "Name": "GetAppxProvisionedPackageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "AddNetworkControllerNodeCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "RemoveAppxProvisionedPackageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "DisableNetworkControllerNodeCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "AddAppxProvisionedPackageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "EnableNetworkControllerNodeCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "SetAppXProvisionedDataFileCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "CmdletBase", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "GetWindowsImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "ClusterAuthentication", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "MountWindowsImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "ClientAuthentication", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "SaveWindowsImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NodeStatus", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "DismountWindowsImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "LogScope", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "ClearWindowsCorruptMountPointCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "LogLevel", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "RemoveWindowsImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "ClusterUpgradeState", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "SplitWindowsImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "ClusterUpgradeFailureReason", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "NewWindowsImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "GetNetworkControllerClusterCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "AddWindowsImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "GetNetworkControllerCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "ApplyImageInputParam", - "Namespace": "Microsoft.Dism.Commands" + "Name": "GetNetworkControllerNodeCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "ExpandWindowsImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NetworkControllerDiagnosticCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "ExportWindowsImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "InstallNetworkControllerClusterCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "GetWindowsImageContentCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "InstallNetworkControllerCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "NewWindowsCustomImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NcCmdlet", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "UpdateWIMBootEntryCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NcCmdletBase", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "GetWIMBootEntryCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NetworkControllerCluster", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "ExpandWindowsCustomDataImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NetworkControllerClusterUpgradeProgress", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "BaseDismObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NetworkControllerNode", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "BasicImageInfoObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NetworkController", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "ImageInfoObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NetworkControllerDiagnostic", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "WimImageInfoObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NewNetworkControllerNodeObjectCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "ImageObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "RemoveNetworkControllerNodeCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "OfflineImageObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "RepairNetworkControllerClusterCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "WimBootEntryObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "SetNetworkControllerClusterCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "MountedImageInfoObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "SetNetworkControllerNodeCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "BasicPackageObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "SetNetworkControllerCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "CustomProperty", - "Namespace": "Microsoft.Dism.Commands" + "Name": "SetNetworkControllerDiagnosticCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "AdvancedPackageObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "ServiceStatus", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "ImageObjectWithState", - "Namespace": "Microsoft.Dism.Commands" + "Name": "UninstallNetworkControllerClusterCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "BasicFeatureObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "UninstallNetworkControllerCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "AdvancedFeatureObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NetworkControllerVersionDetails", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "EditionObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "ServiceFabricVersionDetails", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "BasicDriverObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "ClearNetworkControllerNodeContentCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "AdvancedDriverObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "UpdateNetworkControllerCommand", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "AppxPackageObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "NcVersion", + "Namespace": "Microsoft.Windows.Networking.NetworkController.PowerShell" }, { - "Name": "BasicCapabilityObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "AddNlbClusterNode", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "AdvancedCapabilityObject", - "Namespace": "Microsoft.Dism.Commands" + "Name": "AddNlbClusterNodeDip", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "GetWindowsEditionCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "AddNlbClusterPortRule", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "SetWindowsEditionCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "AddNlbClusterVip", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "SetWindowsProductKeyCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "DisableNlbClusterPortRule", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "OptimizeWindowsImageCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "EnableNlbClusterPortRule", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "UseWindowsUnattendCommand", - "Namespace": "Microsoft.Dism.Commands" + "Name": "GetNlbCluster", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "ResolveDnsName", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "NlbClusterNodeDip", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "RecordType", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "GetNlbClusterDriverInfo", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "GetNlbClusterNode", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_A", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "GetNlbClusterPortRule", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_AAAA", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "GetNlbClusterVip", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_MX", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "GetNlbClusterNodeNetworkInterface", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_PTR", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "NewNlbCluster", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_SOA", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "NewIpv6Address", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_MINFO", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "ClusterStatusCode", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_TXT", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "PortRuleState", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_NULL", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "NodeStatusCode", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_WKS", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "NodeStatus", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_KEY", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "ControlClusterInfo", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_SIG", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "PacketFilterResponse", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_NXT", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "RemoveNlbClusterNode", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_SRV", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "RemoveNlbClusterNodeDip", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_WINS", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "RemoveNlbClusterPortRule", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_DS", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "RemoveNlbClusterVip", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_DNSKEY", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "ResumeNlbClusterNode", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_RRSIG", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "ResumeNlbCluster", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_NSEC", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "SetNlbCluster", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_DHCID", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "SetNlbClusterNode", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_NSEC3", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "SetNlbClusterNodeDip", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_NSEC3PARAM", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "SetNlbClusterPortRule", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_OPT", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "SetNlbClusterPortRuleNodeHandlingPriority", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsRecord_Default", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "SetNlbClusterPortRuleNodeWeight", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "WINSMappingFlag", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "SetNlbClusterVip", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "KeyProtocol", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "StartNlbCluster", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "IpProtocol", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "StartNlbClusterNode", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "EncryptionAlgorithm", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "StopNlbClusterNode", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DigestType", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "StopNlbCluster", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DNSSection", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "SuspendNlbClusterNode", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DNSCharset", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "SuspendNlbCluster", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsError", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "UninstallNlbCluster", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "sockaddr_in", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "Cluster", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "sockaddr_in6", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "NetworkInterface", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "AdapterInfo", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "ClusterMode", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "InterfaceType", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "NodeInitialHostState", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "GetAdapterFlags", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "PortRuleAffinity", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DNS_DIRECT_ACCESS_QUERY_ORDER", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "PortRuleFilteringMode", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "DnsClientCommands", - "Namespace": "Microsoft.DnsClient.Commands" + "Name": "PortRuleProtocol", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "api", - "Namespace": "Microsoft.DnsClient.Commands.dnsdiag" + "Name": "ClusterNodeDip", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "LocalAccountsException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ClusterVip", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "InternalException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Node", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "Win32InternalException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "PortRule", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "InvalidPasswordException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Protocol", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "InvalidParametersException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "Flags", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "AccessDeniedException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ConvergingState", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "InvalidNameException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AffinityId", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "NameInUseException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ProtocolId", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "NotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "FilerFlags", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "PrincipalNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DriverInfo", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "GroupNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ClusterSettings", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "UserNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ConvergenceHistoryRecord", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "MemberNotFoundException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ExtendedAffinityRecord", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "ObjectExistsException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ClientExceptionList", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "GroupExistsException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "ClientExceptionRecord", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "UserExistsException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "DescriptorRecord", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "MemberExistsException", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NlbPSCmdlet", + "Namespace": "Microsoft.NetworkLoadBalancingClusters.PowerShell" }, { - "Name": "LocalGroup", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MappingStoreType", + "Namespace": "System.FileServices.Management.Nfs" }, { - "Name": "PrincipalSource", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "UnixAccountType", + "Namespace": "System.FileServices.Management.Nfs" }, { - "Name": "LocalPrincipal", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "AccountType", + "Namespace": "System.FileServices.Management.Nfs" }, { - "Name": "LocalUser", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "UserMappedIdentity", + "Namespace": "System.FileServices.Management.Nfs" }, { - "Name": "AddLocalGroupMemberCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GroupMappedIdentity", + "Namespace": "System.FileServices.Management.Nfs" }, { - "Name": "DisableLocalUserCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "GetNfsMappedIdentityCommand", + "Namespace": "Microsoft.FileServices.Powershell.Nfs" }, { - "Name": "EnableLocalUserCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SetNfsMappedIdentityCommand", + "Namespace": "Microsoft.FileServices.Powershell.Nfs" }, { - "Name": "GetLocalGroupCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NewNfsMappedIdentityCommand", + "Namespace": "Microsoft.FileServices.Powershell.Nfs" }, { - "Name": "GetLocalGroupMemberCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "MappedIdentityDynamicParameters", + "Namespace": "Microsoft.FileServices.Powershell.Nfs" }, { - "Name": "GetLocalUserCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveNfsMappedIdentityCommand", + "Namespace": "Microsoft.FileServices.Powershell.Nfs" }, { - "Name": "NewLocalGroupCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "InitializeAdldsCommand", + "Namespace": "Microsoft.FileServices.Powershell.Nfs" }, { - "Name": "NewLocalUserCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "TestNfsMappedIdentityCommand", + "Namespace": "Microsoft.FileServices.Powershell.Nfs" }, { - "Name": "RemoveLocalGroupCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NetGroup", + "Namespace": "Microsoft.FileServices.Powershell.Nfs" }, { - "Name": "RemoveLocalGroupMemberCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "EnumerateNfsNetGroup", + "Namespace": "Microsoft.FileServices.Powershell.Nfs" }, { - "Name": "RemoveLocalUserCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NewNfsNetGroup", + "Namespace": "Microsoft.FileServices.Powershell.Nfs" }, { - "Name": "RenameLocalGroupCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "SetNfsNetGroup", + "Namespace": "Microsoft.FileServices.Powershell.Nfs" }, { - "Name": "RenameLocalUserCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "RemoveNfsNetGroup", + "Namespace": "Microsoft.FileServices.Powershell.Nfs" }, { - "Name": "SetLocalGroupCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NfsNetGroupUtils", + "Namespace": "Microsoft.FileServices.Powershell.Nfs" }, { - "Name": "SetLocalUserCommand", - "Namespace": "Microsoft.PowerShell.Commands" + "Name": "NpsRadiusClient", + "Namespace": "Microsoft.Nps.Nouns" }, { - "Name": "EnforcementStatus", - "Namespace": "Microsoft.Windows.Firewall.Schema" + "Name": "NpsSharedSecretTemplate", + "Namespace": "Microsoft.Nps.Nouns" }, { - "Name": "NewNetIPsecAuthProposalCommand", - "Namespace": "Microsoft.Windows.Firewall.Commands" + "Name": "ExportNpsConfigurationCommand", + "Namespace": "Microsoft.Nps.Commands" }, { - "Name": "CertificateAuthorityType", - "Namespace": "Microsoft.Windows.Firewall.Commands" + "Name": "GetNpsRadiusClientCommand", + "Namespace": "Microsoft.Nps.Commands" }, { - "Name": "CertificateSigningAlgorithm", - "Namespace": "Microsoft.Windows.Firewall.Commands" + "Name": "GetNpsSharedSecretTemplateCommand", + "Namespace": "Microsoft.Nps.Commands" }, { - "Name": "CertificateSubjectType", - "Namespace": "Microsoft.Windows.Firewall.Commands" + "Name": "ImportNpsConfigurationCommand", + "Namespace": "Microsoft.Nps.Commands" }, { - "Name": "AuthenticationMethod", - "Namespace": "Microsoft.Windows.Firewall.Commands" + "Name": "ISdoHelper", + "Namespace": "Microsoft.Nps.Commands" }, { - "Name": "NewNetIPsecMainModeCryptoProposalCommand", - "Namespace": "Microsoft.Windows.Firewall.Commands" + "Name": "NpsCmdlet", + "Namespace": "Microsoft.Nps.Commands" }, { - "Name": "NewNetIPsecQuickModeCryptoProposalCommand", - "Namespace": "Microsoft.Windows.Firewall.Commands" + "Name": "NewNpsRadiusClientCommand", + "Namespace": "Microsoft.Nps.Commands" }, { - "Name": "EncryptionAlgorithm", - "Namespace": "Microsoft.Windows.Firewall.Commands" + "Name": "RemoveNpsRadiusClientCommand", + "Namespace": "Microsoft.Nps.Commands" }, { - "Name": "HashAlgorithm", - "Namespace": "Microsoft.Windows.Firewall.Commands" + "Name": "SdoHelper", + "Namespace": "Microsoft.Nps.Commands" }, { - "Name": "DiffieHellmanGroup", - "Namespace": "Microsoft.Windows.Firewall.Commands" + "Name": "SetNpsRadiusClientCommand", + "Namespace": "Microsoft.Nps.Commands" }, { - "Name": "IPsecEncapsulation", - "Namespace": "Microsoft.Windows.Firewall.Commands" + "Name": "GetConfigurationBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" }, { - "Name": "DAPolicyChange", - "Namespace": "Microsoft.Windows.Firewall.Commands" + "Name": "GetModuleBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" }, { - "Name": "Formatter", - "Namespace": "Microsoft.Windows.Firewall.Commands.Formatting" + "Name": "GetActionBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" }, { - "Name": "InstallProvisioningPackage", - "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + "Name": "FileGetBase", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" }, { - "Name": "InstallTrustedProvisioningCertificate", - "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + "Name": "DownloadManagerUtilities", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" }, { - "Name": "ExportProvisioningPackage", - "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + "Name": "FileGetActionCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" }, { - "Name": "ExportTrace", - "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + "Name": "FileGetConfigurationCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" }, { - "Name": "GetProvisioningPackage", - "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + "Name": "FileGetModuleCommand", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" }, { - "Name": "GetTrustedProvisioningCertificate", - "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + "Name": "S_PSDSCFileDownloadManager", + "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" }, { - "Name": "ProvCmdletBase", - "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + "Name": "ConvertLicenseCommand", + "Namespace": "Microsoft.TerminalServices.PScmdlets.Commands" }, { - "Name": "UninstallProvisioningPackage", - "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + "Name": "IDataProvider", + "Namespace": "Microsoft.TerminalServices.PSDataAccess" }, { - "Name": "UninstallTrustedProvisioningCertificate", - "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + "Name": "WmiProvider", + "Namespace": "Microsoft.TerminalServices.PSDataAccess" }, { - "Name": "ResumeProvisioningSession", - "Namespace": "Microsoft.Windows.Provisioning.ProvUtils.Commands" + "Name": "DataProviderErrorId", + "Namespace": "Microsoft.TerminalServices.PSDataAccess" }, { - "Name": "CmdletException", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "DataProviderException", + "Namespace": "Microsoft.TerminalServices.PSDataAccess" }, { - "Name": "CmdletSession", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "DataProviderFactory", + "Namespace": "Microsoft.TerminalServices.PSDataAccess" }, { - "Name": "PackageOwnerType", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "StringHelper", + "Namespace": "Microsoft.TerminalServices.PSDataAccess" }, { - "Name": "TraceLevel", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "EngineErrorCategory", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "TargetDeviceType", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "NodeObject", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "ErrorLookup", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "RemoteDesktopHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "EtlParser", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "PublishedApplicationHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "EventLogCollection", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "SpecifiedLicenseServerHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "EventLogStore", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "CurrentRedirectAddressHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "Extensions", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "GatewayHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "IPackageConfig", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "ConnectionHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "IPSExec", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "VirtualIPHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "LogFolder", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "Engine", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "ConstValue`1", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "VirtualMachineInfo", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "TokenPrivilege", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "GetVirtualDesktopHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "PrivilegeNames", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "PersonalVirtualDesktopHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "NativeMethods", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "VirtualDesktopServerHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "PackageConfig", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "VirtualDesktopFarmHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "PackageResult", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "TerminalServerHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "PPKGContainer", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "EngineException", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "ProvConstants", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "UserGroupHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "ProvEvent", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "KerberosIdentityHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "ProvEventSnapshot", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "RemoteCredential", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "ProvPackageMetadata", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "LicenseServerHelper", + "Namespace": "Microsoft.TerminalServices.PSEngine" }, { - "Name": "ProvRegistryStore", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "TSObject", + "Namespace": "Microsoft.TerminalServices" }, { - "Name": "ProvRegistryStoreDesktop", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "CTSPSProvider", + "Namespace": "Microsoft.TerminalServices.PSProvider" }, { - "Name": "ProvRegistryStoreMobile", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "ProviderHelper", + "Namespace": "Microsoft.TerminalServices.PSProvider" }, { - "Name": "ProvTracer", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "TestSRTopologyCommand", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "ProvxmlResult", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "FileSystem", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "RuntimeProvPackageMetadata", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "PartitionStyle", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "TargetDevice", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "TestResult", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "TargetDeviceDesktop", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "StreamToCsv", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "TargetDeviceMobile", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "CsvToDataSet", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "Tools", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "ClassifyIOTime", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "TraceEvent", - "Namespace": "Microsoft.Windows.Provisioning.ProvCommon" + "Name": "PerfmonStrings", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "Element", - "Namespace": "Microsoft.Windows.ProvPackageAPI" + "Name": "SrTestGlobals", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "ProvisioningElementType", - "Namespace": "Microsoft.Windows.ProvPackageAPI" + "Name": "Volume", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "Logger", - "Namespace": "Microsoft.Windows.ProvPackageAPI" + "Name": "SRTest", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "Logging", - "Namespace": "Microsoft.Windows.ProvPackageAPI" + "Name": "SMBTest", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "LogLevel", - "Namespace": "Microsoft.Windows.ProvPackageAPI" + "Name": "WSManagerConnectivityTest", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "ProvisioningPackage", - "Namespace": "Microsoft.Windows.ProvPackageAPI" + "Name": "VolumeExistenceTest", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "PackageBuilder", - "Namespace": "Microsoft.Windows.ProvPackageAPI" + "Name": "PartitionStyleTest", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "PackageSecurity", - "Namespace": "Microsoft.Windows.ProvPackageAPI" + "Name": "PartitionSizeTest", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "IImage", - "Namespace": "Microsoft.WindowsPhone.Imaging.WimInterop" + "Name": "SectorSizeTest", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "WindowsImageContainer", - "Namespace": "Microsoft.WindowsPhone.Imaging.WimInterop" + "Name": "FileSystemTest", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "DefaultImageEventArgs", - "Namespace": "Microsoft.WindowsPhone.Imaging.WimInterop" + "Name": "LogDiskLogicalSectorSizeTest", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "ProcessFileEventArgs", - "Namespace": "Microsoft.WindowsPhone.Imaging.WimInterop" + "Name": "NetworkLatencyTest", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "GetConfigurationBase", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + "Name": "RamRequirementTest", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "GetModuleBase", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + "Name": "LogVolumeFreeSpaceTest", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "GetActionBase", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + "Name": "MIException", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "FileGetBase", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + "Name": "MIConnection", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "DownloadManagerUtilities", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + "Name": "MIObject", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "FileGetActionCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + "Name": "MIResult", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "FileGetConfigurationCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + "Name": "MSFTDisk", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "FileGetModuleCommand", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + "Name": "MSFTPartition", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { - "Name": "S_PSDSCFileDownloadManager", - "Namespace": "Microsoft.PowerShell.DesiredStateConfiguration.DownloadManager" + "Name": "MSFTVolume", + "Namespace": "Microsoft.FileServices.SR.Powershell" }, { "Name": "ClearUevConfigurationCommand", @@ -158673,6 +151631,118 @@ "Name": "GetUevStatusCommand", "Namespace": "Microsoft.Uev.Commands" }, + { + "Name": "AddWsusComputerCommand", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "AddWsusDynamicCategory", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "ApproveWsusUpdateCommand", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "WsusUpdateClassifications", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "WsusUpdateInstallationState", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "WsusApprovedState", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "WsusComputer", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "DisableWsusUpdateCommand", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "GetWsusClassificationCommand", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "GetWsusComputerCommand", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "GetWsusDynamicCategory", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "GetWsusProductCommand", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "GetWsusServerCommand", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "GetWsusUpdateCommand", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "InvokeWsusServerCleanupCommand", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "RemoveWsusDynamicCategory", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "SetWsusClassificationCommand", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "WsusDynamicCategoryStatus", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "SetWsusDynamicCategory", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "SetWsusProductCommand", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "SetWsusServerSynchronizationCommand", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "WsusClassification", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "WsusProduct", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "WsusUpdate", + "Namespace": "Microsoft.UpdateServices.Commands" + }, + { + "Name": "WheaPolicyManagementMethods", + "Namespace": "Microsoft.Windows.Whea.WheaMemoryPolicy" + }, + { + "Name": "WheaPolicyManagementMethodsException", + "Namespace": "Microsoft.Windows.Whea.WheaMemoryPolicy" + }, + { + "Name": "GetPolicyCommand", + "Namespace": "Microsoft.Windows.Whea.WheaMemoryPolicy" + }, + { + "Name": "SetPolicyCommand", + "Namespace": "Microsoft.Windows.Whea.WheaMemoryPolicy" + }, { "Name": "WindowsErrorReportState", "Namespace": "Microsoft.Wer.Commands" diff --git a/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettings.psd1 b/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettings.psd1 index db0aa3e63..20167958c 100644 --- a/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettings.psd1 +++ b/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettings.psd1 @@ -4,7 +4,7 @@ ) Rules = @{ PSUseCompatibleCmdlets = @{ - compatibility = @("core-6.0.1-windows") + compatibility = @("core-6.1.0-preview.2-windows") } } } diff --git a/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettingsLinux.psd1 b/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettingsLinux.psd1 index c7d1a8185..ca2178406 100644 --- a/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettingsLinux.psd1 +++ b/Tests/Rules/UseCompatible/Cmdlets/PSScriptAnalyzerSettingsLinux.psd1 @@ -4,7 +4,7 @@ ) Rules = @{ PSUseCompatibleCmdlets = @{ - compatibility = @("core-6.0.1-linux") + compatibility = @("core-6.1.0-preview.2-linux") } } } diff --git a/Tests/Rules/UseCompatible/Types/PSScriptAnalyzerSettings.psd1 b/Tests/Rules/UseCompatible/Types/PSScriptAnalyzerSettings.psd1 index 9065c028b..8377e9833 100644 --- a/Tests/Rules/UseCompatible/Types/PSScriptAnalyzerSettings.psd1 +++ b/Tests/Rules/UseCompatible/Types/PSScriptAnalyzerSettings.psd1 @@ -1,7 +1,7 @@ @{ Rules = @{ PSUseCompatibleTypes = @{ - compatibility = @("core-6.0.1-windows") + compatibility = @("core-6.1.0-preview.2-windows") } } } diff --git a/Tests/Rules/UseCompatibleCmdlets/PSScriptAnalyzerSettings.psd1 b/Tests/Rules/UseCompatibleCmdlets/PSScriptAnalyzerSettings.psd1 deleted file mode 100644 index 1c3e48084..000000000 --- a/Tests/Rules/UseCompatibleCmdlets/PSScriptAnalyzerSettings.psd1 +++ /dev/null @@ -1,7 +0,0 @@ -@{ - 'Rules' = @{ - 'PSUseCompatibleCmdlets' = @{ - 'compatibility' = @("core-6.0.2-windows") - } - } -} \ No newline at end of file diff --git a/Utils/New-CommandDataFile.ps1 b/Utils/New-CommandDataFile.ps1 deleted file mode 100644 index a1dce934b..000000000 --- a/Utils/New-CommandDataFile.ps1 +++ /dev/null @@ -1,115 +0,0 @@ -<# -.SYNOPSIS - Create a JSON file containing module found in $pshome and their corresponding exported commands - -.EXAMPLE - C:\PS> ./New-CommandDataFile.ps1 - - Suppose this file is run on the following version of PowerShell: PSVersion = 6.0.2, PSEdition = Core, and Windows 10 operating system. Then this script will create a file named core-6.0.2-windows.json that contains a JSON object of the following form: - { - "Modules" : [ - "Module1" : { - "Name" : "Module1" - . - . - "ExportedCommands" : {...} - } - . - . - . - ] - "JsonVersion" : "0.0.1" - } - -.INPUTS - None - -.OUTPUTS - None - -#> - -$jsonVersion = "0.0.1" -$builtinModulePath = Join-Path $pshome 'Modules' -if (-not (Test-Path $builtinModulePath)) -{ - throw new "$builtinModulePath does not exist! Cannot create command data file." -} - -Function IsPSEditionDesktop -{ - $edition = Get-Variable -Name PSEdition -ErrorAction Ignore - ($edition -eq $null) -or ($edition.Value -eq 'Desktop') # $edition is of type psvariable -} - -Function Get-CmdletDataFileName -{ - $edition = 'core' - $os = 'windows' - if ((IsPSEditionDesktop)) - { - $edition = 'desktop' - } - else - { - if ($IsLinux) - { - $os = 'linux' - } - elseif ($IsMacOS) - { - $os = 'macos' - } - # else it is windows, which is already set - } - $sb = New-Object 'System.Text.StringBuilder' - $sb.Append($edition) | Out-Null - $sb.Append('-') | Out-Null - $sb.Append($PSVersionTable.PSVersion.ToString()) | Out-Null - $sb.Append('-') | Out-Null - $sb.Append($os) | Out-Null - $sb.Append('.json') | Out-Null - $sb.ToString() -} - -$jsonData = @{} -$jsonData['SchemaVersion'] = $jsonVersion -$shortModuleInfos = Get-ChildItem -Path $builtinModulePath ` -| Where-Object {($_ -is [System.IO.DirectoryInfo]) -and (Get-Module $_.Name -ListAvailable)} ` -| ForEach-Object { - $modules = Get-Module $_.Name -ListAvailable - $modules | ForEach-Object { - $module = $_ - Write-Progress $module.Name - $commands = Get-Command -Module $module - $shortCommands = $commands | Select-Object -Property Name,@{Label='CommandType';Expression={$_.CommandType.ToString()}},ParameterSets - $shortModuleInfo = $module | Select-Object -Property Name,@{Label='Version';Expression={$_.Version.ToString()}} - Add-Member -InputObject $shortModuleInfo -NotePropertyName 'ExportedCommands' -NotePropertyValue $shortCommands - Add-Member -InputObject $shortModuleInfo -NotePropertyName 'ExportedAliases' -NotePropertyValue $module.ExportedAliases.Keys -PassThru - } -} - -# Microsoft.PowerShell.Core is a PSSnapin, hence not handled by the previous code snippet -# get-module -name 'Microsoft.PowerShell.Core' returns null -# whereas get-PSSnapin is not available on PowerShell Core, so we resort to the following -$psCoreSnapinName = 'Microsoft.PowerShell.Core' -Write-Progress $psCoreSnapinName -$commands = Get-Command -Module $psCoreSnapinName -$shortCommands = $commands | Select-Object -Property Name,@{Label='CommandType';Expression={$_.CommandType.ToString()}},ParameterSets -$shortModuleInfo = New-Object -TypeName PSObject -Property @{Name=$psCoreSnapinName; Version=$commands[0].PSSnapin.PSVersion.ToString()} -Add-Member -InputObject $shortModuleInfo -NotePropertyName 'ExportedCommands' -NotePropertyValue $shortCommands - -# Find the exported aliases for the commands in Microsoft.PowerShell.Core -$aliases = Get-Alias * | Where-Object { ($commands).Name -contains $_.ResolvedCommandName } -if ($null -eq $aliases) { - $aliases = @() -} -else { - $aliases = $aliases.Name -} - -Add-Member -InputObject $shortModuleInfo -NotePropertyName 'ExportedAliases' -NotePropertyValue $aliases - -$allShortModuleInfos = $shortModuleInfos + $shortModuleInfo -$jsonData['Modules'] = $allShortModuleInfos -$jsonData | ConvertTo-Json -Depth 4 | Out-File ((Get-CmdletDataFileName)) -Encoding utf8 From ef9cf3da979000b71f22951dcf199f79c643333f Mon Sep 17 00:00:00 2001 From: Maria Romero Date: Thu, 24 May 2018 15:05:56 -0700 Subject: [PATCH 09/11] set compatibleTypes rule to not run in PSV3 --- Rules/UsePSCredentialType.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Rules/UsePSCredentialType.cs b/Rules/UsePSCredentialType.cs index de0b2e5a5..eb425bd28 100644 --- a/Rules/UsePSCredentialType.cs +++ b/Rules/UsePSCredentialType.cs @@ -1,6 +1,8 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +#if !PSV3 + using System; using System.Linq; using System.Collections.Generic; @@ -219,6 +221,4 @@ public string GetSourceName() } - - - +#endif // !PSV3 From d8e64dd163c8130ebb52fd3b89092e773e8add18 Mon Sep 17 00:00:00 2001 From: Maria Romero Date: Thu, 24 May 2018 15:27:04 -0700 Subject: [PATCH 10/11] undo accidental change to UsePSCredentialType --- Rules/UsePSCredentialType.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Rules/UsePSCredentialType.cs b/Rules/UsePSCredentialType.cs index eb425bd28..de0b2e5a5 100644 --- a/Rules/UsePSCredentialType.cs +++ b/Rules/UsePSCredentialType.cs @@ -1,8 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -#if !PSV3 - using System; using System.Linq; using System.Collections.Generic; @@ -221,4 +219,6 @@ public string GetSourceName() } -#endif // !PSV3 + + + From 48cc733f8c95b67ddadf4c4d24485360c739a32c Mon Sep 17 00:00:00 2001 From: Maria Romero Date: Thu, 24 May 2018 15:28:47 -0700 Subject: [PATCH 11/11] fix compatibleTypes for PSV3 --- Rules/UseCompatibleTypes.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rules/UseCompatibleTypes.cs b/Rules/UseCompatibleTypes.cs index f1fa0fbb5..48ae004fd 100644 --- a/Rules/UseCompatibleTypes.cs +++ b/Rules/UseCompatibleTypes.cs @@ -8,6 +8,8 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. +#if !PSV3 + using System; using System.Collections.Generic; #if !CORECLR @@ -848,3 +850,5 @@ public SourceType GetSourceType() } } } + +#endif // !PSV3